@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: 510px;
  left:273px;
  z-index: 100;
  width: 501px;
  height: 202px;
  opacity: 0;
  transition: all ease 0.3s 0.2s;
　transform: translate(50px,50px);
  transform: scale(2, 2) ;
}
#wrapper.top .container .logo.doShow {
　transform: translate(0px,0px);
  opacity: 1;
  transform: scale(1, 1) ;
}


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



#wrapper.top .container .pvhv {
  position: absolute;
  top: 400px;
  right: -150px;
  width: 254px;
  height: 172px;
  z-index: 150;
  transition: all ease 0.5s 0.4s;
  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: 560px;
  right: -150px;
  width: 254px;
  height: 172px;
  z-index: 150;
  transition: all ease 0.5s 0.4s;
  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: 580px;
  left: -150px;
  width: 221px;
  height: 157px;
  z-index: 150;
  transition: all ease 0.5s 0.4s;
  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;
}

