#wrapper{
	background-color: white;
}

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


#wrapper.secret .container .title {
  position: absolute;
  top: 124px;
  left: calc(50% - 305px / 2);
  width: 305px;
  height: 80px;
  opacity: 0;
  z-index: 1000;
  transition: all ease 300ms 0s;
}
#wrapper.secret .container .title.doShow {
  opacity: 1;
}

#wrapper.secret .container .cnt01 {
  position: absolute;
  top: 219px;
  left: calc(50% - 632px / 2);
  width: 632px;
  height: 991px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.secret .container .cnt01.doShow {
  opacity: 1;
}

#wrapper.secret .container .oizumi {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 125px;
  height: 35px;
  opacity: 0;
  z-index: 1000;
  transition: all ease 300ms 0s;
}
#wrapper.secret .container .oizumi.doShow {
  opacity: 1;
}
