@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 {
  height: 1190px;
  min-height: 100vh;
  background: url("../images/feature/bg.jpg") center top ;
  background-size: cover;}


#wrapper.feature .oizumi {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 107px;
  height: 30px;
  opacity: 0;
  z-index: 1000;
  transition: all ease 300ms 0s;
}

#wrapper.feature .oizumi.doShow {
  opacity: 1;
}

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

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

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

#snsArea a{
cursor: pointer!important;
}

#wrapper.feature .container .title {
  position: absolute;
  top: 35px;
  left: calc(50% - 981px / 2);
  z-index: 100;
  width: 981px;
  height: 137px;
  opacity: 0;
  transition: all ease 0.3s 0s;
  transform: translate(0, -30px);
}
#wrapper.feature .container .title.doShow {
  opacity: 1;
  transform: translate(0, 0);
}

#wrapper.feature .container .img01 {
  position: absolute;
  top: 205px;
  left: -141px;
  z-index: 100;
  width: 567px;
  height: 850px;
  opacity: 0;
  transition: all ease 0.5s 0.2s;
  transform: translate(-50px, -0);
}
#wrapper.feature .container .img01.doShow {
  opacity: 1;
  transform: translate(0, 0);
}

#wrapper.feature .container .img02 {
  position: absolute;
  top: 177px;
  left: 319px;
  z-index: 100;
  width: 769px;
  height: 819px;
  opacity: 0;
  transition: all ease 0.5s 0.2s;
  transform: translate(50px, -0);
}
#wrapper.feature .container .img02.doShow {
  opacity: 1;
  transform: translate(0, 0);
}





