@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 {
   min-height: 960px;
}

#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: 540px;
  left:55px;
  width: 811px;
  height: 233px;
  opacity: 0;
  transition: all ease 0.5s 1.5s;
　transform: translate(50px,50px);
}
#wrapper.top .container .logo.doShow {
　transform: translate(0px,0px);
  opacity: 1;
}

#wrapper.top .container .cach {
  position: absolute;
  top: 0;
  left:288px;
  width: 524px;
  height: 244px;
  opacity: 0;
  transition: all ease 0.5s 1s;
  transform: scale(2, 2) ;
}


#wrapper.top .container .cach.doShow {
  opacity: 1;
  transform: scale(1, 1) ;
filter: brightness(1) invert(0);
}


#wrapper.top .container .pvhv {
  position: absolute;
  top: 160px;
  left: -100px;
  width: 254px;
  height: 172px;
  transition: all ease 0.5s 2s;
  opacity: 0;
}

@media screen and (max-width:1200px) {
#wrapper.top .container .pvhv {
  position: absolute;
  top: 160px;
  left: 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: 342px;
  left: -100px;
  width: 254px;
  height: 172px;
  transition: all ease 0.5s 2s;
  opacity: 0;
}

@media screen and (max-width:1200px) {
#wrapper.top .container .pvhv2 {
  position: absolute;
  top: 342px;
  left: 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 .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 .container .oizumi {
  position: absolute;
  top: 17px;
  left: 50px;
  width: 107px;
  height: 30px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.top .container .oizumi.doShow {
  opacity: 1;
}

#wrapper.top .container .snsbox {
  position: absolute;
  top: 17px;
  right: 50px;
  width: 100px;
  height: 30px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.top .container .snsbox.doShow {
  opacity: 1;
}


.cmenu .inner .snsbox a{
	#wrapper.top .container .snsbox: none;
}

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