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

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

#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 .text1 {
  position: absolute;
  top: 0px;
  left:0;
  z-index: 100;
  width: 626px;
  height: 297px;
  opacity: 0;
  transition: all ease 0.3s 0.3s;
  transform: scale(1, 1) ;
}

@media screen and (max-width:640px) {
#wrapper.feature .container .text1 {
  position: absolute;
  top: 80px;
  left:7px;
  z-index: 100;
  width: 625px;
  height: 324px;
}
}


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


#wrapper.feature .container .kyotai {
  position: absolute;
  top: 120px;
  right:-46px;
  z-index: 100;
  width: 515px;
  height: 779px;
  opacity: 0;
  transition: all ease 0.3s 0.5s;
  transform: translate(-30px, 0);
}

@media screen and (max-width:640px) {
#wrapper.feature .container .kyotai {
  position: absolute;
  top: 986px;
  left:60px;
  z-index: 100;
  width: 515px;
  height: 779px;
}
}

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

#wrapper.feature .container .img2 {
  position: absolute;
  top: 245px;
  left: -193px;
  z-index: 100;
  width: 847px;
  height: 645px;
  opacity: 0;
  transition: all ease 0.3s 0.5s;
  transform: translate(30px, 0);
  z-index: 10;
}

@media screen and (max-width:640px) {
#wrapper.feature .container .img2 {
  position: absolute;
  top: 497px;
  left:2px;
  z-index: 100;
  width: 636px;
  height: 334px;
  transform: translate(0, -30px);
}
}

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

#wrapper.feature .container .grade {
  position: absolute;
  top:  420px;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 591px;
  opacity: 0;
  transition: all ease 0.3s 0.5s;
  transform: translate(30px, 0);
  z-index: 50;
}

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

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

#wrapper.feature .container .point {
  position: absolute;
  top:  354px;
  left: -10px;
  right: 0;
  z-index: 100;
  width: 645px;
  height: 334px;
  opacity: 0;
  transition: all ease 0.3s 0.5s;
  transform: translate(30px, 0);
  z-index: 50;
}

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

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



#wrapper.feature .container .img3 {
  position: absolute;
  top: 670px;
  left: -10px;
  z-index: 100;
  width: 624px;
  height: 128px;
  opacity: 0;
  transition: all ease 0.3s 0.5s;
  transform: translate(30px, 0);
  z-index: 100;
}

@media screen and (max-width:640px) {
#wrapper.feature .container .img3 {
  position: absolute;
  top: 852px;
  left:3px;
  z-index: 100;
  width: 623px;
  height: 127px;
  transform: translate(0, -30px);
}
}

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



#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 .logoA {
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 100;
  width: 72px;
  height: 57px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}
#wrapper.feature .logoA.doShow {
　transform: translate(0px,0px);
  opacity: 1;
  transform: scale(1, 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.feature .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.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%;
  }
  }