@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.no_wrap {
  display: inline-block;
  white-space: nowrap;
}

.kome {
  vertical-align: top;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}

.kome_txt {
  font-size: 9px;
  font-weight: normal;
  line-height: 1.5;
  padding: 5% 0;
  color: #fff;
  text-align: left;
}
.kome_txt.txt_right {
  text-align: right;
}
.kome_txt.color_black {
  color: #000;
}
.kome_txt.padding_0 {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.bg {
  display: none;
}

.spinner {
  margin: -2.5em 0 0 -2.5em;
  font-size: 10px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(232, 79, 148, 0.4);
  border-right: 1.1em solid rgba(232, 79, 148, 0.4);
  border-bottom: 1.1em solid rgba(232, 79, 148, 0.4);
  border-left: 1.1em solid #e84f94;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main .main_cover {
  padding-top: 3%;
}
.main .sec {
  max-width: 1000px;
  margin: 0 auto;
}
.main .sec > .ttl {
  color: #fff;
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: -2px;
}
.main .sec .story_container {
  background: #fff;
  margin-top: -15px;
}
.main .sec .story_container .sp_top {
  display: none;
}
.main .sec .story_container .inner {
  margin: 16px 0;
  background: #000;
  border-top: 16px solid #fff;
  border-bottom: 16px solid #fff;
}
.main .sec .story_container .inner .contents {
  margin: 16px 0;
  padding: 0 20% 3%;
  text-align: center;
  background: url(../images/story/bg_left.png) repeat-y left top, url(../images/story/bg_right.png) repeat-y right top;
  background-size: 20% auto;
  background-color: #fff;
}
.main .sec .story_container .inner .contents .sentence {
  font-size: 1.2em;
  margin: 0 auto;
  line-height: 1.7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main .sec .story_container .inner .contents .sentence .top .t1 {
  font-size: 1.16em;
  margin-bottom: 1.5em;
}
.main .sec .story_container .inner .contents .btn {
  display: inline-block;
  border: 2px solid #000;
  font-size: 2.2em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 0.1em .3em .3em .3em;
  margin: 15% 0;
  line-height: 1;
}
.main .sec .story_container .inner .contents .btn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .3em;
  vertical-align: middle;
  border-top: .5em solid transparent;
  border-right: .5em solid #000;
  border-bottom: .5em solid transparent;
  border-left: 0px solid transparent;
}
.main .sec .story_container .inner .contents .btn > span {
  vertical-align: middle;
  display: inline-block;
  padding: 2% 0 0;
}
.main .sec .story_container .inner .contents .btn > span .small {
  font-size: .6em;
  line-height: 2;
}
.main .sec .story_container .inner .contents .btn.chara {
  font-size: 2em;
}
.main .sec.sec_character {
  margin: 5% auto 0;
}
.main .sec .character_container {
  border-top: 16px solid #fff;
  border-bottom: 16px solid #fff;
}
.main .sec .character_container .contents {
  position: relative;
  height: 100%;
}
.main .sec .character_container .contents:after {
  content: "";
  clear: both;
  display: block;
}
.main .sec .character_container .contents .illust_box {
  float: left;
  width: 60%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main .sec .character_container .contents .illust_box .pc {
  display: block;
}
.main .sec .character_container .contents .illust_box .sp {
  display: none;
}
.main .sec .character_container .contents .illust_box img {
  max-width: 500px;
  width: 100%;
  padding: 5%;
}
.main .sec .character_container .contents .txt_box {
  float: left;
  width: 40%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5%;
}
.main .sec .character_container .contents .txt_box .hover {
  position: absolute;
  display: block;
}
.main .sec .character_container .contents .txt_box .hover:hover {
  cursor: pointer;
}
.main .sec .character_container .contents .txt_box .hover.orange {
  width: 14.5%;
  height: 29%;
  top: 6%;
  left: 6.1%;
}
.main .sec .character_container .contents .txt_box .hover.red {
  width: 14.5%;
  height: 29.3%;
  top: 6%;
  left: 38.6%;
}
.main .sec .character_container .contents .txt_box .hover.pink {
  width: 16%;
  height: 32%;
  top: 27.5%;
  left: 21.4%;
}
.main .sec .character_container .contents .txt_box .hover.yellow {
  width: 8.6%;
  height: 17.7%;
  top: 44%;
  left: 3%;
}
.main .sec .character_container .contents .txt_box .hover.blue {
  width: 13%;
  height: 26.2%;
  top: 64.5%;
  left: 6.9%;
}
.main .sec .character_container .contents .txt_box .hover.green {
  width: 13.1%;
  height: 26.2%;
  top: 66%;
  left: 39.3%;
}
.main .sec .character_container .contents .txt_box .img {
  display: none;
  position: relative;
  position: absolute;
  width: 30%;
  z-index: 2;
  top: 15%;
}
.main .sec .character_container .contents .txt_box .img.img00 {
  width: 30%;
  position: absolute;
  z-index: 1;
  display: block;
}

@media (max-width: 1200px) {
  .main .sec .character_container .contents .illust_box img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial;
    max-width: auto;
  }
  .main .sec .character_container .contents .txt_box .hover.orange {
    width: 16%;
    height: 29%;
    top: 6%;
    left: 6.1%;
  }
  .main .sec .character_container .contents .txt_box .hover.red {
    width: 15.5%;
    height: 29.3%;
    top: 6%;
    left: 41.6%;
  }
  .main .sec .character_container .contents .txt_box .hover.pink {
    width: 17.2%;
    height: 32%;
    top: 27.5%;
    left: 22.9%;
  }
  .main .sec .character_container .contents .txt_box .hover.yellow {
    width: 9.4%;
    height: 17.7%;
    top: 44%;
    left: 3%;
  }
  .main .sec .character_container .contents .txt_box .hover.blue {
    width: 14.3%;
    height: 26.2%;
    top: 64.5%;
    left: 6.9%;
  }
  .main .sec .character_container .contents .txt_box .hover.green {
    width: 14.1%;
    height: 26.2%;
    top: 66%;
    left: 42.3%;
  }
}
@media (max-width: 768px) {
  .main .sec.sec_character {
    margin: -5% auto 0;
    padding: 10% 0 0;
  }
}
@media (min-width: 641px) {
  .main .sec .character_container .contents .txt_box .hover:hover + .img {
    display: block;
  }
}
@media (max-width: 640px) {
  .main .sec .story_container .inner .sp_top {
    display: block;
    margin: 16px 0 0 0;
  }
  .main .sec .story_container .inner .sp_top img {
    display: block;
  }
  .main .sec .story_container .inner .contents {
    padding: 0 2% 3%;
    background: none;
    background-color: #fff;
  }
  .main .sec .story_container .inner .contents .btn {
    font-size: 1.4em;
  }
  .main .sec .story_container .inner .contents .btn.chara {
    font-size: 1.4em;
  }
  .main .sec .character_container .contents .illust_box {
    z-index: 10;
    position: relative;
    width: 100%;
    float: none;
  }
  .main .sec .character_container .contents .illust_box .pc {
    display: none;
  }
  .main .sec .character_container .contents .illust_box .sp {
    display: block;
  }
  .main .sec .character_container .contents .illust_box img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial;
    max-width: auto;
  }
  .main .sec .character_container .contents .txt_box {
    width: 100%;
    float: none;
  }
  .main .sec .character_container .contents .txt_box .hover {
    position: absolute;
    display: block;
    z-index: 11;
  }
  .main .sec .character_container .contents .txt_box .hover.orange {
    width: 34%;
    height: 23.2%;
    top: 3.5%;
    left: 11.1%;
  }
  .main .sec .character_container .contents .txt_box .hover.red {
    width: 34.5%;
    height: 23.3%;
    top: 3.4%;
    left: 58.6%;
  }
  .main .sec .character_container .contents .txt_box .hover.pink {
    width: 37.5%;
    height: 25.8%;
    top: 34.2%;
    left: 35.5%;
  }
  .main .sec .character_container .contents .txt_box .hover.yellow {
    width: 20.4%;
    height: 14.1%;
    top: 45%;
    left: 5%;
  }
  .main .sec .character_container .contents .txt_box .hover.blue {
    width: 31%;
    height: 21.2%;
    top: 66.3%;
    left: 13.9%;
  }
  .main .sec .character_container .contents .txt_box .hover.green {
    width: 30.9%;
    height: 21.2%;
    top: 66%;
    left: 64.3%;
  }
  .main .sec .character_container .contents .txt_box .img {
    opacity: 0;
    display: block;
    position: relative;
    position: absolute;
    width: 80%;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -moz-transition: opacity, 0.5s, ease;
    -o-transition: opacity, 0.5s, ease;
    -webkit-transition: opacity, 0.5s, ease;
    transition: opacity, 0.5s, ease;
  }
  .main .sec .character_container .contents .txt_box .img.img00 {
    display: none;
  }
  .main .sec .character_container .contents .txt_box .img.click {
    opacity: 1;
    z-index: 20;
  }
  .main .sec .character_container .contents .txt_box .bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -moz-transition: opacity, 0.5s, ease;
    -o-transition: opacity, 0.5s, ease;
    -webkit-transition: opacity, 0.5s, ease;
    transition: opacity, 0.5s, ease;
  }
  .main .sec .character_container .contents .txt_box .bg img {
    max-width: 50px;
    position: absolute;
    top: 13%;
    right: 5%;
    width: 12%;
    cursor: pointer;
  }
  .main .sec .character_container .contents .txt_box .bg.on {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 12;
  }
}

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