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


#wrapper.feature .container .feature_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);  width:1920px;
  height: 960px;
  opacity: 0;
  transition: all ease 300ms 0s;
  margin: 0;
  padding: 0;
}
#wrapper.feature .container .feature_bg.doShow {
  opacity: 1;
}

#wrapper.feature .container .img1 {
  position: absolute;
  top: 0px;
  left:-37px;
  z-index: 100;
  width: 1257px;
  height: 1200px;
  opacity: 0;
  transition: all ease 0.3s 0.3s;
}
#wrapper.feature .container .img1.doShow {
　transform: translate(0px,0px);
  opacity: 1;
}


#wrapper.feature .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.feature .container .copy.doShow {
  opacity: 1;
}


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

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

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

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

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

#wrapper.feature .container .atention {
  position: absolute;
  top: 760px;
  left: 750px;
  width: 283px;
  height: 18px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.feature .container .atention.doShow {
  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: 2540px;
  }
  
  #wrapper.feature .container .img1 {
    position: absolute;
    top: 60px;
    left: calc(320px - 640px / 2);
    width: 640px;
    height: 164px;
    z-index: 100;
    transition: all ease 0.2s 0.1s;
    opacity: 0;
  }

  #wrapper.feature .container .img1 img{
    width: 100%;
  } 
  
  #wrapper.feature .container .img1.doShow {
    opacity: 1;
  }
  
    
  #wrapper.feature .container .atention {
    position: absolute;
    top: 977px;
    right: 20px;
    width: 283px;
    height: 18px;
  }

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


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

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