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

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


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

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

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

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


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

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


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

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