@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: 1540px;
  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: 1077px;
  left:15px;
  z-index: 100;
  width: 654px;
  height: 286px;
  opacity: 0;
  transition: all ease 0.3s 0;
}
#wrapper.top .container .logo.doShow {
  opacity: 1;
}

#wrapper.top .container .title {
  position: absolute;
  top: 25px;
  left:15px;
  z-index: 100;
  width: 778px;
  height: 37px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}
#wrapper.top .container .title.doShow {
  opacity: 1;
}

#wrapper.top .container .smalogo {
  position: absolute;
  top: 12px;
  right: 30px;
  z-index: 100;
  width: 72px;
  height: 57px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}
#wrapper.top .container .smalogo.doShow {
  opacity: 1;
}




#wrapper.top .container .main {
  position: absolute;
  top: 80px;
  left:15px;
  z-index: 100;
  width: 653px;
  height: 986px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}
#wrapper.top .container .main.doShow {
  opacity: 1;
}

#wrapper.top .container .side {
  position: absolute;
  top: 660px;
  right: 21px;
  z-index: 100;
  width: 285px;
  height: 769px;
  opacity: 0;
  transition: all ease 0.3s 0s;
}
#wrapper.top .container .side.doShow {
  opacity: 1;
}

#wrapper.top .container .pvhv {
  position: absolute;
  top: 465px;
  right: 24px;
  width: 282px;
  height: 180px;
  z-index: 150;
  transition: all ease 0.5s 0;
  opacity: 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: 280px;
  right: 24px;
  width: 282px;
  height: 180px;
  z-index: 150;
  transition: all ease 0.5s 0;
  opacity: 0;
}


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

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

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


#wrapper.top .container .btnhall {
  position: absolute;
  top: 76px;
  right: 15px;
  width: 302px;
  height: 204px;
  z-index: 150;
  transition: all ease 0.5s 0s;
  opacity: 0;
}

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

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



#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;
}

#wrapper.top .snsbox {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 100px;
  height: 30px;
  z-index: 1000;
  opacity: 0;
  transition: all ease 300ms 0s;
}

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



#wrapper.top .snsbox a{
cursor: pointer!important;
opacity: 1;
text-decoration: none;
  transition: all ease 300ms 0s;
}

#snsArea a{
cursor: pointer!important;
}

.cmenu .inner .snsbox a:hover{
opacity: 0.8;
}




