#wrapper.point #contents {
   min-height: 1360px;
}

#wrapper.point .container .oizumi {
  position: absolute;
  top: 17px;
  left: 50px;
  width: 107px;
  height: 30px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.point .container .oizumi.doShow {
  opacity: 1;
}

#wrapper.point .container .point_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);  width: 2560px;
  height: 1560px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.point .container .point_bg.doShow {
  opacity: 1;
}

#wrapper.point .container .title {
  position: absolute;
  top: 50px;
  left:25px;
  width: 1050px;
  height: 152px;
  opacity: 0;
  transition: all ease 0.5s 0.5s;
}
#wrapper.point .container .title.doShow {
  opacity: 1;
}

#wrapper.point .container .img1 {
  position: absolute;
  top: 416px;
  left:-60px;
  width: 659px;
  height: 762px;
  opacity: 0;
  transition: all ease 0.5s 0.8s;
  transform: translate(-200px, 0);
  z-index: 100;
}
#wrapper.point .container .img1.doShow {
  transform: translate(0, 0);
  opacity: 1;
}

#wrapper.point .container .img2 {
  position: absolute;
  top: 466px;
  left:400px;
  width: 656px;
  height: 695px;
  opacity: 0;
  transition: all ease 0.5s 0.8s;
  transform: translate(200px, 0);
  z-index: 10;
}
#wrapper.point .container .img2.doShow {
  transform: translate(0, 0);
  opacity: 1;
}
