@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: 1570px;
  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% - 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.spec .container .title {
  position: absolute;
  top: 90px;
  left:0;
  z-index: 100;
  width: 640px;
  height: 143px;
}
}


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

#wrapper.spec .container .img1 {
  position: absolute;
  top: 135px;
  left: calc(50% - 1029px / 2);
  z-index: 100;
  width: 1029px;
  height: 592px;
  opacity: 0;
  transition: all ease 0.3s 0.5s;
  transform: translate(0, -50px);
}

@media screen and (max-width:640px) {
#wrapper.spec .container .img1 {
  position: absolute;
  top: 270px;
  left:10px;
  z-index: 100;
  width: 620px;
  height:  1656px;
  transform: translate(0, 30px);
}
}

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

#wrapper.spec .container .img2 {
  position: absolute;
  top: 708px;
  left: calc(50% - 972px / 2);
  z-index: 100;
  width: 972px;
  height: 669px;
  opacity: 0;
  transition: all ease 0.3s 0.5s;
  transform: translate(0, -50px);
}

@media screen and (max-width:640px) {
#wrapper.spec .container .img2 {
  position: absolute;
  top: 1950px;
  left: calc(50% - 526px / 2);
  z-index: 100;
  width: 526px;
  height: 1672px;
  transform: translate(0, -30px);
}
}

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


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


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

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

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

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

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

#wrapper.spec .container .atention {
  position: absolute;
  top: 760px;
  left: 750px;
  width: 283px;
  height: 18px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.spec .container .atention.doShow {
  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: 4500px;
  }
    
    
  #wrapper.spec .container .atention {
    position: absolute;
    top: 977px;
    right: 20px;
    width: 283px;
    height: 18px;
  }

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


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

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