#wrapper{
	background-color: black;
}

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


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


#wrapper.spec .container .cnt01 {
  position: absolute;
  top: 236px;
  left: calc(320px - 622px / 2);
  width: 622px;
  height: 1896px;
  opacity: 0;
  transition: all ease 0.5s 0.6s;
  transform: translateY(-100px)
}
#wrapper.spec .container .cnt01.doShow {
  opacity: 1;
  transform: translateY(0)
}

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



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