@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.feature #contents {
  background-color:  white;
   min-height: 1020px;
}

#wrapper.feature .container .feature_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);  width: 2560px;
  height: 1060px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.feature .container .feature_bg.doShow {
  opacity: 1;
}



#wrapper.feature .container .logo {
  position: absolute;
  top: 570px;
  right: 0;
  width: 290px;
  height: 187px;
  opacity: 0;
  transition: all ease 0.5s 1.5s;
  transform: scale(2, 2) ;
}
#wrapper.feature .container .logo.doShow {
  transform: scale(1, 1) ;
  opacity: 1;
}

#wrapper.feature .container .cach1.doShow {
  opacity: 1;
    transform: translateX(0)

}

#wrapper.feature .container .hall {
  position: absolute;
  top: 300px;
  right: 10px;
  margin: auto;
  width: 169px;
  height: 109px;
  opacity: 0;
  transition: all ease 0.5s 2s;
}
#wrapper.feature .container .hall.doShow {
  opacity: 1;
}

#wrapper.feature .container .hall a:hover img {
	opacity: 0.7;
}



#wrapper.feature .container .pvhv {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 186px;
  height: 129px;
  transition: all ease 0.5s 2s;
  opacity: 0;
}

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

#wrapper.feature .container .pvhv a:hover {
  opacity: 0.8!important;
}


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

#wrapper.feature .container .pvhv2 {
  position: absolute;
  top: 160px;
  right: 0px;
  width: 186px;
  height: 129px;
  transition: all ease 0.5s 2s;
  opacity: 0;
}

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

#wrapper.feature .container .pvhv2 a:hover {
  opacity: 0.8;
}


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

#wrapper.feature .container .copyright {
  position: absolute;
  top: 920px;
  left: 0;
  right: 0;
  margin: auto;
  width: 452px;
  height: 15px;
  opacity: 0;
  transition: all ease 300ms 0s;

}
#wrapper.feature .container .copyright.doShow {
  opacity: 1;
}
#wrapper.feature .container .oizumi {
  position: absolute;
  top: 17px;
  left: 50px;
  width: 107px;
  height: 30px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.feature .container .oizumi.doShow {
  opacity: 1;
}