#wrapper{
	background-color:black;
}

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

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

#wrapper.flow .container .title {
  position: absolute;
  top: 121px;
  left: 0;
  width: 640px;
  z-index: 100;
  transition: all ease 0.5s 0.2s;
  opacity: 0;
}

#wrapper.flow .container .title.doShow {
  opacity: 1;
}

#wrapper.flow .container .img1 {
  position: absolute;
  top: 265px;
  left: calc(50% - 591px / 2);
  width: 591px;
  z-index: 100;
  transition: all ease 0.5s 0.4s;
  transform: translate(-0, -30px);
  opacity: 0;
}

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

#wrapper.flow .container .img2 {
  position: absolute;
  top: 396px;
  left: calc(50% - 639px / 2);
  width: 639px;
  z-index: 100;
  transition: all ease 0.5s 0.4s;
  transform: translate(-0, 30px);
  opacity: 0;
}

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