.mod-about-head {
  z-index: 4;
}

.spContents {
  width: 100%;
  height: 100%;
}
.spContents .stageBase {
  position: relative;
  width: 320px;
  margin: 0 auto;
}
body.tablet-device .spContents .stageBase {
  width: 640px;
}
.spContents .stageBase img {
  width: 100%;
}

#stage1 #openingWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  background: #FFF;
}
#stage1 #openingWrap #opening {
  width: 260px;
  height: 328px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body.tablet-device #stage1 #openingWrap #opening {
  width: 580px;
  height: 656px;
}
#stage1 #openingWrap #opening h2 {
  width: 100%;
  height: 179px;
  position: relative;
  background: #000;
  margin-bottom: 32px;
}
body.tablet-device #stage1 #openingWrap #opening h2 {
  height: 358px;
  margin-bottom: 64px;
}
#stage1 #openingWrap #opening h2 img {
  position: absolute;
  left: 0;
  top: 0;
}
#stage1 #openingWrap #opening h2 .bg-icon {
  opacity: 0.6;
  z-index: 1;
}
#stage1 #openingWrap #opening h2 .con-icon {
  z-index: 2;
}
#stage1 #openingWrap #opening .ja {
  position: relative;
  margin-bottom: 23px;
}
body.tablet-device #stage1 #openingWrap #opening .ja {
  margin-bottom: 46px;
}
#stage1 #movieWrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#stage1 #movieWrap a {
  height: 180px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body.tablet-device #stage1 #movieWrap a {
  height: 360px;
}
#stage1 .btn-next {
  display: none;
}
#stage1 .js-scroll {
  display: block;
  width: 36px;
  height: 14px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
body.tablet-device #stage1 .js-scroll {
  width: 72px;
  height: 34px;
  bottom: 60px;
}

#stage2 {
  padding-top: 120px;
}
#stage2 .inner {
  box-sizing: border-box;
  padding: 0 15px;
}
body.tablet-device #stage2 .inner {
  padding: 0 30px;
}
#stage2 .inner .photo-1 {
  margin-bottom: 10px;
}
body.tablet-device #stage2 .inner .photo-1 {
  margin-bottom: 20px;
}
#stage2 .inner h3 {
  margin-bottom: 4px;
}
body.tablet-device #stage2 .inner h3 {
  margin-bottom: 8px;
}
#stage2 .inner .photo-2 {
  margin-bottom: 35px;
}
body.tablet-device #stage2 .inner .photo-2 {
  margin-bottom: 70px;
}
#stage2 .inner .ja {
  margin-bottom: 25px;
}
body.tablet-device #stage2 .inner .ja {
  margin-bottom: 50px;
}
#stage2 .inner .en {
  margin-bottom: 26px;
}
body.tablet-device #stage2 .inner .en {
  margin-bottom: 52px;
}
#stage2 .inner .official-link a {
  width: 145px;
  height: 16px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("/sp/hanatsubaki/2015home/img/special01/url_profile_off.png") no-repeat left top;
  background-size: 100% auto;
}
body.tablet-device #stage2 .inner .official-link a {
  width: 290px;
  height: 32px;
  margin-bottom: 30px;
}
#stage2 .inner .credit {
  margin-bottom: 33px;
}
body.tablet-device #stage2 .inner .credit {
  margin-bottom: 66px;
}
#stage2 .inner .photo-3 {
  margin-bottom: 65px;
}
body.tablet-device #stage2 .inner .photo-3 {
  margin-bottom: 130px;
}
#stage2 .inner .check {
  background: url("/sp/hanatsubaki/2015home/img/special01/bg_check.png") no-repeat center top;
  background-size: 290px 126px;
  height: 126px;
  position: relative;
}
body.tablet-device #stage2 .inner .check {
  background-size: 580px 252px;
  height: 252px;
}
#stage2 .inner .check a {
  position: absolute;
  top: 55px;
  width: 60px;
  height: 70px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
body.tablet-device #stage2 .inner .check a {
  top: 110px;
  width: 120px;
  height: 140px;
}
#stage2 .inner .check .btn-order {
  left: 98px;
}
body.tablet-device #stage2 .inner .check .btn-order {
  left: 196px;
}
#stage2 .inner .check .btn-shop {
  left: 165px;
}
body.tablet-device #stage2 .inner .check .btn-shop {
  left: 330px;
}
#stage2 .inner .check .btn-app {
  right: 0;
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blur {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
