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

/* !背景ジャック
---------------------------------------------------------- */
.contentsBgGame01{
  background: url(../../../../img/contents_pc/apps/app478/other/bg_topjack02.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: 514px;
  top: 525px;
}
.contentsBackLink01 span{
  display: block;
  position: relative;
  background:url(../../../../img/contents_pc/apps/app478/other/btn_topjack02.png) no-repeat 0 0;
  height: 130px;
  width: 130px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
  -webkit-animation: scaling 4s ease 0s infinite both;
  animation: scaling 4s ease 0s infinite both;
}
@-webkit-keyframes scaling{
  0%  {transform:scale(0.92);}
  50% {transform:scale(1);}
  100%{transform:scale(0.92);}
}
@keyframes scaling{
  0%  {transform:scale(0.92);}
  50% {transform:scale(1);}
  100%{transform:scale(0.92);}
}