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


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

.contentsBackLink01 span{
  display: block;
  position: relative;
  height: 134px;
  width: 133px;
  text-indent: -9999px;
  background:url(../../../../img/contents_pc/apps/app455/other/btn_topjack07.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);
  }
}