#wrapper{
	background-color:black;
}

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

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



#wrapper.spec .container .img1 {
  position: absolute;
  top: 130px;
  left: calc(320px - 640px / 2);
  width: 640px;
  height:  273px;
  transition: all ease 0.5s 0.5s;
  opacity: 0;
}


#wrapper.spec .container .img1.doShow {
  opacity: 1;
}

#wrapper.spec .container .img2 {
  position: absolute;
  top: 212px;
  left: calc(320px - 618px / 2);
  width: 618px;
  height:  1896px;
  transition: all ease 0.5s 0.8s;
  transform: translate(0, 200px);
  opacity: 0;
}


#wrapper.spec .container .img2.doShow {
  opacity: 1;
  transform: translate(0, 0);
}


