@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.normal #contents {
  background-color:  white;
   min-height: 1290px;
}

#wrapper.normal .container .normal_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);  width: 2560px;
  height: 1060px;
}


#wrapper.normal .container .title {
  position: absolute;
  top: 30px;
  left: calc(50% - 207px / 2);
  width: 207px;
  height: 81px;
  transition: all ease 0.5s 0s;
  transform: translatey(-100px);
  opacity: 0;
}

#wrapper.normal .container .title.doShow {
  opacity: 1;
  transform: translatey(0px);
}

#wrapper.normal .container .cnt01 {
  position: absolute;
  top: 131px;
  left: calc(50% - 757px / 2);
  width: 757px;
  height: 346px;
  transition: all ease 0.5s 0.2s;
  transform: translatex(-100px);
  opacity: 0;
}

#wrapper.normal .container .cnt01.doShow {
  opacity: 1;
  transform: translatex(0px);
}


#wrapper.normal .container .cnt02 {
  position: absolute;
  top: 501px;
  left: calc(50% - 799px / 2);
  width: 799px;
  height: 552px;
  transition: all ease 0.5s 0.4s;
  transform: translatex(100px);
  opacity: 0;
}

#wrapper.normal .container .cnt02.doShow {
  opacity: 1;
  transform: translatex(0px);
}


#wrapper.normal .container .copyright {
  position: absolute;
  top: 920px;
  left: 0;
  right: 0;
  margin: auto;
  width: 452px;
  height: 15px;
  opacity: 0;
  transition: all ease 300ms 0s;

}
#wrapper.normal .container .copyright.doShow {
  opacity: 1;
}
#wrapper.normal .container .oizumi {
  position: absolute;
  top: 17px;
  left: 50px;
  width: 107px;
  height: 30px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.normal .container .oizumi.doShow {
  opacity: 1;
}