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

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



#wrapper.feature .container .img1 {
  position: absolute;
  top: 0;
  left:15px;
  width: 1070px;
  height: 659px;
  opacity: 0;
  transition: all ease 0.5s 0.5s;
  transform: translate(0, 200px);
}
#wrapper.feature .container .img1.doShow {
  transform: translate(0, 0);
  opacity: 1;
}

#wrapper.feature .container .img2 {
  position: absolute;
  top: 665px;
  left:63.5px;
  width: 973px;
  height: 789px;
  opacity: 0;
  transition: all ease 0.5s 1s;
  transform: translate(0, 200px);
}
#wrapper.feature .container .img2.doShow {
  transform: translate(0, 0);
  opacity: 1;
}

#wrapper.feature .container .img3 {
  position: absolute;
  top: 1490px;
  left:74px;
  width: 952px;
  height: 745px;
  opacity: 0;
  transition: all ease 0.5s 1.5s;
  transform: translate(0, 200px);
}
#wrapper.feature .container .img3.doShow {
  transform: translate(0, 0);
  opacity: 1;
}



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

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


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

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