@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.flow #contents {
  background-color: black;
   min-height: 1780px;
}

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

#wrapper.flow .container .title {
  position: absolute;
  top: 80px;
  left: calc(50% - 691px / 2);
  margin: auto;
  width: 691px;
  height: 96px;
  opacity: 0;
  transition: all ease 0.5s 0.5s;
  transform: scale(2, 2);
}
#wrapper.flow .container .title.doShow {
  opacity: 1;
  transform: scale(1, 1);
}

#wrapper.flow .container .text {
  position: absolute;
  top: 180px;
  left: calc(50% - 399px / 2);
  margin: auto;
  width: 399px;
  height: 52px;
  opacity: 0;
  transition: all ease 0.5s 0.8s;
}
#wrapper.flow .container .text.doShow {
  opacity: 1;
}

#wrapper.flow .container .img-01 {
  position: absolute;
  top: 190px;
  left: calc(50% - 1107px / 2);
  margin: auto;
  width: 1107px;
  height: 1382px;
  opacity: 0;
  transition: all ease 0.5s 1s;
  transform: translatey(400px)
}
#wrapper.flow .container .img-01.doShow {
  opacity: 1;
  transform: translatey(0)
}

#wrapper.flow .container .oizumi {
  position: absolute;
  top: 17px;
  left: 50px;
  width: 107px;
  height: 30px;
  opacity: 0;
  transition: all ease 300ms 0s;
  z-index: 10000;
}
#wrapper.flow .container .oizumi.doShow {
  opacity: 1;
}
#wrapper.flow .container .snsbox {
  position: absolute;
  top: 17px;
  right: 0;
  width: 130px;
  height: 50px;
  opacity: 0;
  transition: all ease 300ms 0s;
}
#wrapper.flow .container .snsbox.doShow {
  opacity: 1;
}

#snsArea {
  line-height: 0;
}
#snsArea .fb-share-button {
  vertical-align: bottom;
	margin-left: 10px;
}



/*# sourceMappingURL=top.css.map */
