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


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

.contentsBackLink01 span{
  display: block;
  position: relative;
  height: 127px;
  width: 129px;
  text-indent: -9999px;
  background:url(../../../../img/contents_pc/apps/app455/other/btn_topjack05.png) no-repeat 0 0;
  z-index: 2;
  -webkit-animation: scaling 2.5s ease 2s infinite both;
  animation: scaling 2.5s ease 2s infinite both;
}

@-webkit-keyframes scaling{
  0%    {-webkit-transform:scale(1);}
  1%    {-webkit-transform:scale(0.80);}
  4%    {-webkit-transform:scale(1.);}
  8%    {-webkit-transform:scale(0.94);}
  13%,100%{-webkit-transform:scale(1);}
}
@keyframes scaling{
  0%    {transform:scale(1);}
  1%    {transform:scale(0.80);}
  4%    {transform:scale(1);}
  8%    {transform:scale(0.94);}
  13%,100%{transform:scale(1);}
}
