@charset "UTF-8";
/* mixin css */
.story #contentsWrap {
  padding-bottom: 15.625%;
  background: url(/images/story/common-bgi.png) repeat top left;
}
.story .animate {
  opacity: 0;
}
@keyframes araware {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.story .kana1 {
  letter-spacing: -1px;
}
.story .kv h1 {
  padding: 0;
  position: relative;
  text-align: center;
}
.story .kv h1 small {
  padding-bottom: 1.5em;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #0093d0;
  line-height: 1.40625;
}
.story .iconTtl {
  display: block;
  position: relative;
  z-index: 800;
  opacity: 0;
}
.story .iconTtl.borderAnime {
  animation: araware 1s forwards 0s;
  animation-fill-mode: both;
}
.story .mainContent {
  position: relative;
}
.story .mainContent .innerContent:first-child h2:before {
  content: none;
}
.story .mainContent h2 {
  padding-bottom: 26.7857142857%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.story .mainContent h2:before, .story .mainContent h2:after {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
}
.story .mainContent h2:before {
  margin: 0 auto;
  padding-top: 26.7857142857%;
  border-left: solid 1px #0093d0;
  display: block;
  width: 1px;
  height: 0;
  content: "";
}
.story .mainContent h2:after {
  margin: 0 auto;
  margin-top: 38.5714285714%;
  padding-bottom: 26.7857142857%;
  border-left: solid 1px #0093d0;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 700;
  width: 1px;
  height: 0;
  content: "";
}
.story .mainContent h2.fadeBorder:before, .story .mainContent h2.fadeBorder:after {
  animation: araware 2s forwards 0.25s;
  animation-fill-mode: both;
}
.story .mainContent .contentBlock {
  position: relative;
  top: 0;
  z-index: 900;
  opacity: 0;
}
.story .mainContent .contentBlock:before {
  margin: auto;
  border: solid 4px #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  width: 92.8571428571%;
  height: 98.5%;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  content: "";
}
.story .mainContent .contentBlock:after {
  margin: 1.7857142857% auto;
  border: solid 1px rgba(240, 241, 237, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  width: 89.2857142857%;
  height: 97%;
  box-sizing: border-box;
  content: "";
}
.story .mainContent .contentBlock .imgArea {
  padding: 0 3.5714285714%;
  position: relative;
  width: 100%;
}
.story .mainContent .contentBlock .imgArea .inner {
  padding: 0 0 96.1538461538%;
  position: relative;
  background: url(/images/story/prologue-bgi.jpg) no-repeat top right;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}
.story .mainContent .contentBlock .textArea {
  position: relative;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 147, 208, 0.9);
}
.story .mainContent .contentBlock .textArea .inner {
  margin: 0 auto;
  padding: 14.2857142857% 10.7142857143% 17.8571428571%;
  position: relative;
  z-index: 950;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}
.story .mainContent .contentBlock .textArea h3 {
  padding-bottom: 1.5em;
  line-height: 1.1666666667;
}
.story .mainContent .contentBlock .textArea p {
  line-height: 1.5;
}
.story .mainContent .contentBlock .textArea ul {
  padding-top: 2em;
}
.story .mainContent .contentBlock .textArea ul li {
  line-height: 1.2307692308;
}
.story .mainContent .contentBlock .textArea ul li + li {
  padding-top: 0.75em;
}
.story .mainContent .contentBlock .textArea ul li span {
  padding-left: 1.5em;
  display: block;
}
.story .mainContent .contentBlock .textArea ul li:before {
  display: block;
  float: left;
  content: "○";
}
.story .mainContent .prologue .contentBlock .imgArea .inner {
  background: url(/images/story/prologue-bgi.jpg) no-repeat top right;
  background-size: cover;
}
.story .mainContent .chapter2 .contentBlock .imgArea .inner {
  background: url(/images/story/chapter2-bgi.jpg) no-repeat top left;
  background-size: cover;
}
.story .mainContent .chapter3 .contentBlock .imgArea .inner {
  background: url(/images/story/chapter3-bgi.jpg) no-repeat top right;
  background-size: cover;
}
.story .mainContent .chapter4 .contentBlock .imgArea .inner {
  background: url(/images/story/chapter4-bgi.jpg) no-repeat top left;
  background-size: cover;
}
.story .mainContent .chapter5 .contentBlock .imgArea .inner {
  background: url(/images/story/chapter5-bgi.png) no-repeat top center;
  background-size: cover;
}
.story .mainContent .chapter6 .contentBlock .imgArea .inner {
  background: url(/images/story/sp-chapter6-bgi.jpg) no-repeat top left;
  background-size: contain;
}
.story .mainContent .innerContent:nth-of-type(even) .contentBlock .textArea {
  right: 0;
  left: auto;
}
.story .mainContent .innerContent:nth-of-type(even) .contentBlock .textArea .inner {
  margin: 0 20px 0 0;
  margin-left: 0;
}
.story .mainContent .chapter5 .contentBlock .imgArea .inner {
  text-align: center;
}
.story .mainContent .chapter5 .contentBlock .pkgWrap {
  margin: -13.4615384615% auto 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 950;
  width: 61.5384615385%;
  text-align: center;
}
.story .mainContent .chapter7 .contentBlock {
  margin-top: 0;
}
.story .mainContent .chapter7 .contentBlock:before {
  margin: 3.90625% auto;
  height: 94.5%;
}
.story .mainContent .chapter7 .contentBlock:after {
  margin: 5.859375% auto;
  height: 92.5%;
}
.story .mainContent .chapter7 .contentBlock .textArea {
  padding-bottom: 35.7142857143%;
  width: 100%;
  text-align: center;
}
.story .mainContent .chapter7 .contentBlock .textArea .inner {
  padding-top: 32.1428571429%;
}
.story .mainContent .chapter7 .contentBlock .textArea h3 {
  padding-bottom: 31.8181818182%;
}
.story .mainContent .chapter7 .contentBlock .textArea p {
  line-height: 1.7142857143;
}
.story .mainContent .chapter7 .contentBlock .crownIcon {
  margin-bottom: -29.4642857143%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%;
}
.story .mainContent.androidDefaultBrowser .iconTtl, .story .mainContent.androidDefaultBrowser h2:before, .story .mainContent.androidDefaultBrowser h2:after, .story .mainContent.androidDefaultBrowser .contentBlock {
  opacity: 1;
}
.story .mainContent.androidDefaultBrowser .borderAnime, .story .mainContent.androidDefaultBrowser .fadeBorder, .story .mainContent.androidDefaultBrowser .fadeInup3 {
  animation-name: none !important;
  opacity: 1;
}
.story .mainContent.androidDefaultBrowser .chapter6 .contentBlock .imgArea .inner {
  background-size: cover;
}
.story .mainContent.androidDefaultBrowser .chapter7 .contentBlock .crownIcon {
  display: block;
  bottom: 15%;
}

#js_mediaFlag {
  width: 100%;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 640px) {
  #js_mediaFlag {
    width: 1px;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.font26 {
  font-size: 13px;
  font-size: 4.0625vw;
}

.font28 {
  font-size: 14px;
  font-size: 4.375vw;
}

.font32 {
  font-size: 16px;
  font-size: 5vw;
}

.font36 {
  font-size: 18px;
  font-size: 5.625vw;
}

.story .mainContent .contentBlock .textArea h3 .kana1 {
  font-size: 17px;
  font-size: 5.3125vw;
}

.story .mainContent .contentBlock .textArea h3 {
  font-size: 18px;
  font-size: 5.625vw;
}

.iconTtl .num {
  font-size: 44px;
  font-size: 13.75vw;
}

/* iPhone5-side
-------------------------------------------------- */
/* android-w
-------------------------------------------------- */
/* android-m
-------------------------------------------------- */
/* iphone6plus
-------------------------------------------------- */
/* iphone6
-------------------------------------------------- */
/* android
-------------------------------------------------- */
/* iphone5, android-s
-------------------------------------------------- */