@keyframes fire {
  0%, 100% {
    transform: scale(1, 1.08) rotate(0deg);
  }
  50% {
    transform: scale(1, 1) rotate(-3deg);
  }
}
@keyframes fire2 {
  0%, 100% {
    transform: scale(1, 1.12) rotate(0deg);
  }
  50% {
    transform: scale(1, 1) rotate(5deg);
  }
}
@keyframes fire3 {
  0%, 100% {
    transform: scale(1, 1.05) rotate(0deg);
  }
  50% {
    transform: scale(1, 1) rotate(2deg);
  }
}
#wrapper.at-bonus #contents {
  height: 1500px;
  min-height: 100vh;
  background: url("../images/at-bonus/bg.jpg") center top ;
  background-size: cover;}


#wrapper.at-bonus .oizumi {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 107px;
  height: 30px;
  opacity: 0;
  z-index: 1000;
  transition: all ease 300ms 0s;
}

#wrapper.at-bonus .oizumi.doShow {
  opacity: 1;
}

#wrapper.at-bonus .snsbox {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 100px;
  height: 30px;
  z-index: 1000;
  opacity: 0;
  transition: all ease 300ms 0s;
}

#wrapper.at-bonus .snsbox.doShow {
  opacity: 1;
}

#wrapper.at-bonus .snsbox a{
cursor: pointer!important;
opacity: 1;
text-decoration: none;
  transition: all ease 300ms 0s;
}

#snsArea a{
cursor: pointer!important;
}

#wrapper.at-bonus .container .title {
  position: absolute;
  top: 32px;
  left: calc(50% - 1367px / 2);
  z-index: 100;
  width: 1367px;
  height: 95px;
  opacity: 0;
  transition: all ease 0.3s 0s;
  transform: translate(0, -30px);
}
#wrapper.at-bonus .container .title.doShow {
  opacity: 1;
  transform: translate(0, 0);
}

#wrapper.at-bonus .container .img01 {
  position: absolute;
  top: 141px;
  left: -130px;
  z-index: 100;
  width: 1141px;
  height: 1311px;
  opacity: 0;
  transition: all ease 0.5s 0.2s;
  transform: translate(0,  60px);
}
#wrapper.at-bonus .container .img01.doShow {
  opacity: 1;
  transform: translate(0, 0);
}

#wrapper.at-bonus .container .img02 {
  position: absolute;
  top: 602px;
  left: 130px;
  z-index: 100;
  width: 971px;
  height: 784px;
  opacity: 0;
  transition: all ease 0.5s 0.2s;
  transform: translate(0,  60px);
}
#wrapper.at-bonus .container .img02.doShow {
  opacity: 1;
  transform: translate(0, 0);
}




