#wrapper{
	background-color: black;
}

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


#wrapper.secret .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.secret .container .title.doShow {
  opacity: 1;
  transform: scale(1, 1);
}

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

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

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