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


#wrapper.top .container .top_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.top .container .top_bg.doShow {
  opacity: 1;
}

#wrapper.top .container .logo {
  position: absolute;
  top: 500px;
  left:422px;
  z-index: 100;
  width: 247px;
  height: 259px;
  opacity: 0;
  transition: all ease 0.3s 0.3s;
  transform: scale(2, 2) ;
}
#wrapper.top .container .logo.doShow {
　transform: translate(0px,0px);
  opacity: 1;
  transform: scale(1, 1) ;
}


#wrapper.top .container .copy {
  position: absolute;
  top: 80px;
    left: 503px;
  z-index: 100;
  width: 86px;
  height: 435px;
  opacity: 0;
  transition: all ease 0.3s 0.2s;
}
#wrapper.top .container .copy.doShow {
  opacity: 1;
}


#wrapper.top .container .logosmaslo {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 71px;
  height: 57px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}

@media screen and (min-width:1200px) {
#wrapper.top .container .logosmaslo {
  right:  -150px;
}
}

#wrapper.top .container .logosmaslo img{
  width: 100%;

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

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

  

#wrapper.top .container .logoA {
  position: absolute;
  top: 10px;
  right: 92px;
  z-index: 100;
  width: 61px;
  height: 61px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}

@media screen and (min-width:1200px) {
#wrapper.top .container .logoA  {
  right:  -70px;
}
}

#wrapper.top .container .logoA img{
  width: 100%;

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

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


#wrapper.top .container .pvhv {
  position: absolute;
  top: 445px;
  right: -150px;
  width: 242px;
  height: 156px;
  z-index: 150;
  transition: all ease 0.5s 0.5s;
  opacity: 0;
}

@media screen and (max-width:1200px) {
#wrapper.top .container .pvhv {
  position: absolute;
  right: 0;
}

}

#wrapper.top .container .pvhv.doShow {
  opacity: 1;
}

#wrapper.top .container .pvhv a:hover {
  opacity: 0.8!important;
 transition : all 300ms;
}


#wrapper.top .container .pvhv .play-pv {
  display: block;
  width: 100%;
  height: 100%;
}

#wrapper.top .container .pvhv2 {
  position: absolute;
  top: 600px;
  right: -150px;
  width: 242px;
  height: 154px;
  z-index: 150;
  transition: all ease 0.5s 0.5s;
  opacity: 0;
}


@media screen and (max-width:1200px) {
#wrapper.top .container .pvhv2 {
  position: absolute;
  right: 0;
}
}

#wrapper.top .container .pvhv2.doShow {
  opacity: 1;
}

#wrapper.top .container .pvhv2 a:hover {
  opacity: 0.8;
 transition : all 300ms;
}


#wrapper.top .container .btnhall {
  position: absolute;
  top: 610px;
  left: -150px;
  width: 242px;
  height: 137px;
  z-index: 150;
  transition: all ease 0.5s 0.5s;
  opacity: 0;
}

@media screen and (max-width:1200px) {
#wrapper.top .container .btnhall {
  position: absolute;
  left: 0;
}
}

#wrapper.top .container .btnhall.doShow {
  opacity: 1;
}

#wrapper.top .container .btnhall a:hover {
  opacity: 0.8;
 transition : all 300ms;
}

#wrapper.top .container .pvhv2 .play-pv {
  display: block;
  width: 100%;
  height: 100%;
}

#wrapper.top .container .atention {
  position: absolute;
  top: 760px;
  left: 750px;
  width: 283px;
  height: 18px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.top .container .atention.doShow {
  opacity: 1;
}

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


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


@media screen and (max-width:640px) {
  #wrapper{
    background-color:#233080;
  }
  
  #wrapper.top #contents {
    background: url("../images/top/bg-sp.jpg") center top no-repeat;
    min-height: 2650px;
  }
  
  #wrapper.top .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.top .container .logo img{
    width: 100%;
  } 
  
  #wrapper.top .container .logo.doShow {
    opacity: 1;
  }
  
  #wrapper.top .container .chara1 {
    position: absolute;
    top: 290px;
    left: calc(320px - 314px / 2);
    width: 314px;
    height: 468px;
    z-index: 60;
    transition: all ease 0.3s 0.3s;
    transform: translate(0, 250px);
    opacity: 0;
  }
  
  
  #wrapper.top .container .chara1.doShow {
    transform: translate(0px,0px);
    opacity: 1;
    transform: translate(0, 0);
  }
  
  #wrapper.top .container .chara2 {
    position: absolute;
    top: 320px;
    left: 10px;
    width: 296px;
    height: 398px;
    z-index: 40;
    transition: all ease 0.3s 0.5s;
    transform: translate(100px, 0);
    opacity: 0;
  }
  
  
  #wrapper.top .container .chara2.doShow {
   transform: translate(0px,0px);
    opacity: 1;
    transform: translate(0, 0);
  }
  
  #wrapper.top .container .chara3 {
    position: absolute;
    top: 340px;
    left: 345px;
    width: 293px;
    height: 391px;
    z-index: 30;
    transition: all ease 0.3s 0.7s;
    transform: translate(-100px, 0);
    opacity: 0;
  }
  
  
  #wrapper.top .container .chara3.doShow {
    transform: translate(0px,0px);
    opacity: 1;
    transform: translate(0, 0);
  }

  #wrapper.top .container .chara3 img{
    width: 100%;
  }
  
  #wrapper.top .container .copy {
    position: absolute;
    top: 90px;
    left: calc(320px - 625px / 2);
    width: 625px;
    height: 250px;
    z-index: 100;
    transition: all ease 0.3s 0.8s;
   transform: translate(50px,50px);
    transform: scale(2, 2) ;
    opacity: 0;
  }
  
  
  #wrapper.top .container .copy.doShow {
    transform: translate(0px,0px);
    opacity: 1;
    transform: scale(1, 1) ;
  }
  
  img{
    width: 100%;
  }
  
  
  
  #wrapper.top .container .icon {
    position: absolute;
    top:20px;
    right:10px;
    width: 72px;
    height:  57px;
    transition: all ease 300ms 0.1s;
    opacity: 0;
  }
  
  #wrapper.top .container .icon.doShow {
    opacity: 1;
  }
  
  #wrapper.top .container .atention {
    position: absolute;
    top: 977px;
    right: 20px;
    width: 283px;
    height: 18px;
  }

  #wrapper.top .container .pvhv {
    position: absolute;
    top: 900px;
    left: calc(320px - 566px / 2);
    width: 566px;
    height: 363px;
  }
  
  
  #wrapper.top .container .pvhv .play-pv {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  #wrapper.top .container .pvhv2 {
    position: absolute;
    top: 1270px;
    left: calc(320px - 566px / 2);
    width: 566px;
    height: 360px;
  }
  #wrapper.top .container .pvhv2 .play-pv {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  
  #wrapper.top .container .btnhall {
    position: absolute;
    top: 1655px;
    left: calc(320px - 543px / 2);
    width: 543px;
    height: 306px;
  }
  
  
  #wrapper.top .container .btnhall .play-pv {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  #wrapper.top .container .oizumi {
    position: absolute;
    top: 26px;
    left: 26px;
    width: 125px;
    height: 35px;
    opacity: 0;
    z-index: 1000;
    transition: all ease 300ms 0s;
  }
  #wrapper.top .container .oizumi.doShow {
    opacity: 1;
  }


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

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