#wrapper{
	background-color:black;
}

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

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



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


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

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


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

#wrapper.point .container .img3 {
  position: absolute;
  top: 1370px;
  left: calc(320px - 629px / 2);
  width: 629px;
  height:  834px;
  transition: all ease 0.5s 1s;
  transform: translate(0, 200px);
  opacity: 0;
}


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