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


/* !背景ジャック
---------------------------------------------------------- */
.contentsBgGame01{
	background: url(../../../../img/contents_pc/apps/app467/other/bg_topjack01.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: 522px;
	top: 313px;
}

.contentsBackLink01 span{
	display: block;
	position: relative;
	height: 127px;
	width: 131px;
	text-indent: -9999px;
	background:url(../../../../img/contents_pc/apps/app467/other/btn_topjack01.png) no-repeat 0 0;
	z-index: 2;
  -webkit-animation: roll 3s ease 2s infinite both;
  animation: roll 3s ease 2s infinite both;
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotateY(720deg);
  }
  15%,100% {
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes roll {
  0% {
    transform: rotateY(720deg);
  }
  15%,100% {
    transform: rotateY(0deg);
  }
}