@keyframes fire {
  0%, 100% {
    transform: scale(1, 1.08) rotate(0deg);
  }
  50% {
    transform: scale(1, 1) rotate(-3deg);
  }
}
@keyframes fire2 {
  0%, 100% {
    transform: scale(1, 1.12) rotate(0deg);
  }
  50% {
    transform: scale(1, 1) rotate(5deg);
  }
}
@keyframes fire3 {
  0%, 100% {
    transform: scale(1, 1.05) rotate(0deg);
  }
  50% {
    transform: scale(1, 1) rotate(2deg);
  }
}
#wrapper.flow #contents {
  height: 1300px;
  min-height: 100vh;
  background: url("../images/flow/bg.jpg") center top ;
  background-size: cover;
}


  @media screen and (max-width:640px) {  
  #wrapper.flow #contents {
    background: url("../images/flow/bg_sp.jpg") center top no-repeat;
    min-height: 3880px;
  }
  }

#wrapper.flow .container .title {
  position: absolute;
  top: 0;
  left: calc(50% - 884px / 2);
  z-index: 100;
  width: 884px;
  height: 106px;
  opacity: 0;
  transition: all ease 0.3s 0.1s;
  transform: scale(1, 1) ;
}

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


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



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

@media screen and (max-width:640px) {
#wrapper.flow .container .img1 {
  position: absolute;
  top: 235px;
  left:2px;
  z-index: 100;
  width: 640px;
  height: 2199px;
  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 .logo {
    position: absolute;
    top: 610px;
    left: calc(320px - 540px / 2);
    width: 540px;
    height: 217px;
    z-index: 100;
    transition: all ease 0.2s 0.1s;
    opacity: 0;
  }

  
  #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 img{
    width: 100%;
  }
  }