#wrapper.flow #contents {
  height: 1950px;
  min-height: 100vh;
  background: url("../images/flow/bg.jpg") center top ;
  background-size: cover;

}

  @media screen and (max-width:640px) {  
  #wrapper.flow #contents {
    min-height: 3580px;
  }
  }

#wrapper.flow .container .title {
  position: absolute;
  top: 40px;
  left: calc(50% - 2580px / 2);
  z-index: 100;
  width: 2580px;
  height: 90px;
  opacity: 0;
  transition: all ease 0.1s 0.1s;
  transform: translate(0, 0);
  z-index: 10;
}

@media screen and (max-width:640px) {
#wrapper.flow .container .title {
  position: absolute;
  top: 80px;
  left:0;
  z-index: 100;
  width: 640px;
  height: 2319px;
  transform: translate(0, -0);
}
}

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



#wrapper.flow .container .img1 {
  position: absolute;
  top: 130px;
  left: calc(50% - 1011px / 2);
  z-index: 100;
  width: 1011px;
  height: 1616px;
  opacity: 0;
  transition: all ease 0.2s 0.2s;
  transform: translate(0, -30px);
  z-index: 10;
}

@media screen and (max-width:640px) {
#wrapper.flow .container .img1{
  position: absolute;
  top: 190px;
  left:11.5px;
  z-index: 100;
  width: 617px;
  height: 2328px;
  transform: translate(0, -30px);
}
}

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

#wrapper.flow .oizumi {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 107px;
  height: 30px;
  opacity: 0;
  z-index: 1000;
  transition: all ease 300ms 0s;
}


#wrapper.flow .oizumi.doShow {
  opacity: 1;
}


@media screen and (max-width:640px) {
  
  #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;
  }

  }