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

  #wrapper.spec .container .title {
    position: absolute;
    top: 0;
    left: calc(50% - 2560px / 2);
    z-index: 100;
    width: 2560px;
    height: 97px;
    opacity: 0;
    transition: all ease 0.3s 0s;
  }
  #wrapper.spec .container .title.doShow {
  　transform: translate(0px,0px);
  opacity: 1;
  }

#wrapper.spec .container .img1 {
  position: absolute;
  top: 132px;
  left: 161px;
  z-index: 100;
  width: 779px;
  height: 581px;
  opacity: 0;
  transition: all ease 0.3s 0s;
  transform: translate(-100px, 0);
}
#wrapper.spec .container .img1.doShow {
　transform: translate(0px,0px);
transform: translate(0, 0);
opacity: 1;
}

#wrapper.spec .container .img2 {
  position: absolute;
  top: 730px;
  left: 50px;
  z-index: 100;
  width: 1000px;
  height:  521px;
  opacity: 0;
  transition: all ease 0.3s 0s;
  transform: translate(100px, 0);
}
#wrapper.spec .container .img2.doShow {
　transform: translate(0px,0px);
transform: translate(0, 0);
opacity: 1;
}
#wrapper.spec .oizumi {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 107px;
  height: 30px;
  opacity: 0;
  z-index: 1000;
  transition: all ease 300ms 0s;
}


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


@media screen and (max-width:640px) {
  #wrapper{
    background-color:#233080;
  }
  
  #wrapper.spec #contents {
    background: url("../images/spec/bg-sp.jpg") center top no-repeat;
    min-height: 4420px;
  }
  
  #wrapper.spec .container .title {
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 100;
    width: 640px;
    height: 112px;
    opacity: 0;
    transition: all ease 0.3s 0s;
  }
  #wrapper.spec .container .title.doShow {
  　transform: translate(0px,0px);
  opacity: 1;
  }


  #wrapper.spec .container .img1 {
    position: absolute;
    top: 260px;
    left: 10px;
    width: 620px;
    height: 1417px;
    z-index: 100;
    transition: all ease 0.2s 0.1s;
    transform: translate(-100px, 0);
    opacity: 0;
  }
  
  #wrapper.spec .container .img1.doShow {
    　transform: translate(0px,0px);
    transform: translate(0, 0);
    opacity: 1;
      }

      #wrapper.spec .container .img2 {
        position: absolute;
        top:  1700px;
        left: 18px;
        width: 604px;
        height: 1755px;
        z-index: 100;
        transition: all ease 0.2s 0.1s;
        transform: translate(100px, 0);
        opacity: 0;
      }
      
      #wrapper.spec .container .img2.doShow {
        　transform: translate(0px,0px);
        transform: translate(0, 0);
        opacity: 1;
          }
    

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


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

