@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.spec #contents {
  height: 1636px;
  min-height: 100vh;
  background: url("../images/flow/bg.jpg") center top ;
  background-size: cover;}


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

#wrapper.spec .oizumi.doShow {
  opacity: 1;
}

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

#wrapper.spec .snsbox.doShow {
  opacity: 1;
}

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

#snsArea a{
cursor: pointer!important;
}

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

#wrapper.spec .container .img01 {
  position: absolute;
  top: 222px;
  left: calc(50% - 1030px / 2);
  z-index: 100;
  width: 1030px;
  height: 787px;
  opacity: 0;
  transition: all ease 0.5s 0.2s;
  transform: translate(-30px,  0);
}
#wrapper.spec .container .img02.doShow {
  opacity: 1;
  transform: translate(0, 0);
}

#wrapper.spec .container .img02 {
  position: absolute;
  top: 1012px;
  left: -12px;
  z-index: 100;
  width: 1048px;
  height: 602px;
  opacity: 0;
  transition: all ease 0.5s 0.2s;
  transform: translate(-30px,  0);
}
#wrapper.spec .container .img01.doShow {
  opacity: 1;
  transform: translate(0, 0);
}




