@charset "UTF-8";
/* mixin css */
.story #contentsWrap {
  background: url(/images/story/kv-milk.png), url(/images/story/common-bgi.png);
  background-repeat: no-repeat, repeat;
  background-position: 100% 80px, top left;
  background-size: 21.1979166667%, auto;
}
@media only screen and (min-width: 1920px) {
  .story #contentsWrap {
    background-size: auto, auto;
  }
}
.story .animate {
  opacity: 0;
}
.story .kv h1 {
  padding: 130px 0 100px;
  text-align: center;
}
.story .kv h1 small {
  margin: 1em auto 0;
  display: block;
  color: #0093d0;
  font-size: 24px;
  font-size: 2.4rem;
}
.story .iconTtl {
  border: dotted 2px #0093d0;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 180px;
  height: 180px;
  color: #0093d0;
  background: #fff;
  line-height: 1;
  letter-spacing: 0.075em;
}
.story .iconTtl .num {
  padding-top: 30px;
  display: block;
  position: relative;
  z-index: 800;
  font-size: 72px;
  font-size: 7.2rem;
}
.story .iconTtl small {
  margin-top: -0.5em;
  display: block;
  position: relative;
  top: 0;
  z-index: 800;
  font-size: 18px;
  font-size: 1.8rem;
}
.story .iconTtl:after {
  display: block;
  position: absolute;
  bottom: -142px;
  left: -10px;
  z-index: 700;
  width: 200px;
  height: 440px;
  background: url(/images/story/common-bgi.png);
  content: "";
}
.story .iconTtl.borderAnime:after {
  animation: araware 1.7s forwards 0s;
  animation-fill-mode: both;
}
@keyframes araware {
  from {
    max-height: 440px;
  }
  to {
    max-height: 0;
  }
}
.story .prologue .iconTtl:after {
  height: 380px;
}
.story .mainContent {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.story .mainContent .innerContent:first-child h2:before {
  content: none;
}
.story .mainContent h2 {
  position: relative;
  text-align: center;
}
.story .mainContent h2 .catch {
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 180px;
  left: 0;
  z-index: 800;
  letter-spacing: 0.3em;
  font-size: 18px;
  font-size: 1.8rem;
}
.story .mainContent h2:before {
  margin: 0 auto;
  border-right: solid 1px #0093d0;
  display: block;
  width: 1px;
  height: 100px;
  content: "";
}
.story .mainContent h2:after {
  margin: 0 auto;
  border-left: solid 1px #0093d0;
  display: block;
  z-index: 600;
  width: 1px;
  height: 140px;
  content: "";
}
.story .mainContent .innerContent:nth-of-type(even) h2:before {
  border-right: none;
  border-left: solid 1px #0093d0;
}
.story .mainContent .innerContent:nth-of-type(even) h2:after {
  border-right: solid 1px #0093d0;
  border-left: none;
}
.story .mainContent .contentBlock {
  margin-top: -40px;
  position: relative;
  top: 0;
  z-index: 900;
  opacity: 0;
}
.story .mainContent .contentBlock img {
  width: 100%;
  height: auto;
}
.story .mainContent .contentBlock .textArea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: 50%;
  height: 100%;
  color: #fff;
  background: rgba(0, 147, 208, 0.9);
}
.story .mainContent .contentBlock .textArea .inner {
  margin: 0 0 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 420px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.story .mainContent .contentBlock .textArea h3 {
  padding-bottom: 1.75em;
  line-height: 1.1666666667;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.005em;
}
.story .mainContent .contentBlock .textArea p {
  line-height: 2.25;
  letter-spacing: 0.0025em;
}
.story .mainContent .contentBlock .textArea ul {
  padding-top: 2em;
}
.story .mainContent .contentBlock .textArea ul li {
  line-height: 1.2307692308;
  font-size: 14px;
  font-size: 1.4rem;
}
.story .mainContent .contentBlock .textArea ul li + li {
  padding-top: 0.25em;
}
.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 .contentBlock .imgArea {
  padding: 40px;
  position: relative;
}
.story .mainContent .contentBlock .imgArea .inner {
  position: relative;
  min-height: 700px;
  background: url(/images/story/prologue-bgi.jpg) no-repeat top right;
  background-size: cover;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}
.story .mainContent .contentBlock .imgArea .inner:before {
  border: solid 4px #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  content: "";
}
.story .mainContent .contentBlock .imgArea .inner:after {
  margin: 1%;
  border: solid 1px rgba(240, 241, 237, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 98%;
  height: 96%;
  box-sizing: border-box;
  content: "";
}
.story .mainContent .prologue .contentBlock .imgArea .inner {
  background-image: url(/images/story/prologue-bgi.jpg);
  background-position: top right;
}
.story .mainContent .chapter2 .contentBlock .imgArea .inner {
  background-image: url(/images/story/chapter2-bgi.jpg);
  background-position: top left;
}
.story .mainContent .chapter3 .contentBlock .imgArea .inner {
  background-image: url(/images/story/chapter3-bgi.jpg);
  background-position: top right;
}
.story .mainContent .chapter4 .contentBlock .imgArea .inner {
  background-image: url(/images/story/chapter4-bgi.jpg);
  background-position: left;
}
.story .mainContent .chapter5 .contentBlock .imgArea .inner {
  background-image: url(/images/story/chapter5-bgi.png);
  background-position: top center;
}
.story .mainContent .chapter6 .contentBlock .imgArea .inner {
  background-image: url(/images/story/chapter6-bgi.jpg);
  background-position: top left;
}
.story .mainContent .innerContent:nth-of-type(even) .contentBlock .textArea {
  right: 0;
  left: auto;
}
.story .mainContent .innerContent:nth-of-type(even) .contentBlock .textArea .inner {
  margin-left: -20px;
}
.story .mainContent .chapter5 .contentBlock .imgArea .inner {
  text-align: right;
}
.story .mainContent .chapter5 .contentBlock .pkgWrap {
  display: inline-block;
  position: relative;
  width: 50%;
  text-align: center;
}
.story .mainContent .chapter5 .contentBlock img {
  margin-top: -80px;
  position: relative;
  top: 0;
  z-index: 910;
  width: 397px;
}
.story .mainContent .chapter7 h2 .catch {
  bottom: 140px;
}
.story .mainContent .chapter7 h2:after {
  height: 100px;
}
.story .mainContent .chapter7 .contentBlock {
  margin-top: 0;
}
.story .mainContent .chapter7 .contentBlock .textArea {
  width: 100%;
  text-align: center;
}
.story .mainContent .chapter7 .contentBlock .textArea .inner {
  margin-top: -44px;
  width: 100%;
  max-width: 100%;
  line-height: 2.3333333333;
  text-align: center;
  text-justify: auto;
}
.story .mainContent .chapter7 .contentBlock .imgArea .inner {
  overflow: hidden;
  background: none;
  text-align: center;
}
.story .mainContent .chapter7 .contentBlock img {
  margin: auto;
  margin-bottom: -228px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  width: auto;
}