@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.spec #contents {
   min-height: 1000px;
}

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

#wrapper.spec .container .title {
  position: absolute;
  top: 45px;
  left: calc(50% - 1920px / 2);
  width: 1920px;
  height: 112px;
  opacity: 0;
  transition: all ease 0.5s 0.5s;
　transform: translate(50px,50px);
}
#wrapper.spec .container .title.doShow {
　transform: translate(0px,0px);
  opacity: 1;
}

#wrapper.spec .container .img1 {
  position: absolute;
  top: 250px;
  left:70px;
  width: 333px;
  height: 519px;
  opacity: 0;
  transition: all ease 0.5s 0.8s;
  transform: translate(-100px, 0);
}
#wrapper.spec .container .img1.doShow {
  transform: translate(0, 0);
  opacity: 1;
}

#wrapper.spec .container .img2 {
  position: absolute;
  top: 189px;
  left:420px;
  width: 590px;
  height: 591px;
  opacity: 0;
  transition: all ease 0.5s 1s;
  transform: translate(100px, 0);
}
#wrapper.spec .container .img2.doShow {
  transform: translate(0, 0);
  opacity: 1;
}

#wrapper.spec .container .cach {
  position: absolute;
  top: 710px;
  left:194px;
  width: 572px;
  height: 160px;
  opacity: 0;
  transition: all ease 0.5s 1.5s;
　transform: translate(50px,50px);
}
#wrapper.spec .container .cach.doShow {
　transform: translate(0px,0px);
  opacity: 1;
}

#wrapper.spec .container .atention {
  position: absolute;
  top: 780px;
  right: 120px;
  width: 283px;
  height: 18px;
  opacity: 0;
  transition: all ease 0.5s 1.5s;
　transform: translate(50px,50px);
}
#wrapper.spec .container .atention.doShow {
　transform: translate(0px,0px);
  opacity: 1;
}



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

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


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

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