@charset "UTF-8";
/*
 * top_background
 *
 */


/* !背景ジャック
---------------------------------------------------------- */
.contentsBgGame01{
	background: url(../../../../img/contents_pc/apps/app178/other/bg_topjack_10.jpg) no-repeat center top;
	background-color:#f0f2f1;
	min-height: 1160px;
	overflow: hidden;
}
.contentsBgGame01 #contents{
	min-height: 1100px;
}
.wholeBackLink{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 1500px;
	height: 100%;
	z-index: 2;
}
.contentsBackLink01{
	display:block !important;
	position: absolute;
	left: 50%;
	margin-left: 525px;
	top: 320px;
}

.contentsBackLink01 span{
	display: block;
	position: relative;
	height: 144px;
	width: 138px;
	text-indent: -9999px;
	background:url(../../../../img/contents_pc/apps/app178/other/btn_topjack_10.png) no-repeat 0 0;
	z-index: 2;
	-webkit-animation: pulse 2s ease 0s infinite both;
	animation: pulse 2s ease 0s infinite both;
}
@-webkit-keyframes pulse {
0%,30% { -webkit-transform: scale(0.92); }
48%,50% { -webkit-transform: scale(1); }
100%{ -webkit-transform: scale(0.92); }
}
@keyframes pulse {
0%,30% { -webkit-transform: scale(0.92); }
48%,50% { -webkit-transform: scale(1); }
100%{ -webkit-transform: scale(0.92); }
}