#wrapper{
	background-color: black;
}

#wrapper.cz #contents {
  background: url("../images/cz/bg.jpg") center top no-repeat;
  min-height: 3950px;
}


#wrapper.cz .container .title {
  position: absolute;
  top: 115px;
  left: calc(320px - 633px / 2);
  width: 633px;
  height: 96px;
  opacity: 0;
  transition: all ease 0.5s 0s;
  transform: scale(2, 2);
}
#wrapper.cz .container .title.doShow {
  opacity: 1;
  transform: scale(1, 1);
}


#wrapper.cz .container .cnt01 {
  position: absolute;
  top: 221px;
  left: calc(320px - 640px / 2);
  width: 640px;
  height: 436px;
  opacity: 0;
  transition: all ease 0.5s 0.4s;
  transform: translateY(-100px)
}
#wrapper.cz .container .cnt01.doShow {
  opacity: 1;
  transform: translateY(0)
}

#wrapper.cz .container .cnt02 {
  position: absolute;
  top: 653px;
  left: calc(320px - 616px / 2);
  width: 616px;
  height: 2237px;
  opacity: 0;
  transition: all ease 0.5s 0.6s;
  transform: translateY(-100px)
}
#wrapper.cz .container .cnt02.doShow {
  opacity: 1;
  transform: translateY(0)
}

#wrapper.cz .container .oizumi {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 125px;
  height: 35px;
  z-index: 1000;
}

/*# sourceMappingURL=top.css.map */
