@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: 980px;
  min-height: 100vh;
  background: url("../images/flow/bg.jpg") center top ;
  background-size: cover;
}

#wrapper.flow .container .title {
  position: absolute;
  top: 0;
  left: calc(50% - 3840px / 2);
  z-index: 100;
  width: 3840px;
  height: 143px;
  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: 164px;
  left: calc(50% - 1036px / 2);
  z-index: 100;
  width: 1036px;
  height: 612px;
  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: 304px;
  left:7.5px;
  z-index: 100;
  width: 625px;
  height: 1003px;
  transform: translate(0, -30px);
}
}

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


#wrapper.flow .container .copy {
  position: absolute;
  top: 40px;
  left: 713px;
  z-index: 100;
  width: 72px;
  height: 396px;
  opacity: 0;
  transition: all ease 0.3s 0.2s;
}
#wrapper.flow .container .copy.doShow {
  opacity: 1;
}


#wrapper.flow .logosmaslo {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 100;
  width: 72px;
  height: 57px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}
#wrapper.flow .logosmaslo.doShow {
　transform: translate(0px,0px);
  opacity: 1;
  transform: scale(1, 1) ;
}

@media screen and (max-width:640px) {
  #wrapper.flow .logosmaslo {
    display: none;
  }
  }

#wrapper.flow .logobt {
  position: absolute;
  top: 7px;
  right: 110px;
  z-index: 100;
  width: 68px;
  height: 64px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}

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

@media screen and (max-width:640px) {
  #wrapper.flow .logobt {
    display: none;
  }
  }

#wrapper.flow .container .atention {
  position: absolute;
  top: 760px;
  left: 750px;
  width: 283px;
  height: 18px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.flow .container .atention.doShow {
  opacity: 1;
}

#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{
    background-color:#233080;
  }
  
  #wrapper.flow #contents {
    background: url("../images/flow/bg-sp.jpg") center top no-repeat;
    min-height: 2140px;
  }
    
    
  #wrapper.flow .container .atention {
    position: absolute;
    top: 977px;
    right: 20px;
    width: 283px;
    height: 18px;
  }

  
  #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%;
  }
  }

  #wrapper.flow .container .pvhv img,
  #wrapper.flow .container .pvhv2 img, 
  #wrapper.flow .container .btnhall img {
    width: 100%;
  }
