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


#wrapper.feature .container .img1 {
  position: absolute;
  top: 40px;
  left: 101px;
  z-index: 100;
  width: 898px;
  height: 81px;
  opacity: 0;
  transition: all ease 0.3s 0s;
  transform: scale(2, 2) ;
}
#wrapper.feature .container .img1.doShow {
　transform: translate(0px,0px);
transform: scale(1, 1) ;
opacity: 1;
}

#wrapper.feature .container .img2 {
  position: absolute;
  top: 529px;
  left: 27px;
  z-index: 100;
  width: 947px;
  height: 283px;
  opacity: 0;
  transition: all ease 0.3s 0s;
  transform: translate(0, -100px);
}
#wrapper.feature .container .img2.doShow {
　transform: translate(0px,0px);
transform: translate(0, 0);
opacity: 1;
}

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


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




@media screen and (max-width:640px) {
  #wrapper{
    background-color:#233080;
  }
  
  #wrapper.feature #contents {
    background: url("../images/feature/bg-sp.jpg") center top no-repeat;
    min-height: 3015px;
  }
  
  #wrapper.feature .container .img1 {
    position: absolute;
    top: 110px;
    left: 2px;
    width: 637px;
    height: 118px;
    z-index: 100;
    transition: all ease 0.2s 0.1s;
    transform: scale(2, 2) ;
    opacity: 0;
  }
  
  #wrapper.feature .container .img1.doShow {
    　transform: translate(0px,0px);
    transform: translate(0, 0);
    opacity: 1;
      }
    
  
  #wrapper.feature .contents .oizumi {
    position: absolute;
    top: 26px;
    left: 26px;
    width: 125px;
    height: 35px;
    opacity: 0;
    z-index: 1000;
    transition: all ease 300ms 0s;
  }
  #wrapper.feature .oizumi.doShow {
    opacity: 1;
  }


  #wrapper.feature img{
    width: 100%;
  }
  }

