@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) and (min-width: 561px) {
  html {
    font-size: 78.125%;
  }
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background: #fff;
  overflow: hidden;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.85px;
  letter-spacing: .085rem;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ' . ';
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

button, input, select, textarea {
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=' tel '] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .pc-inline {
    display: inline-block;
  }
  .sp-inline {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .is-pc-inline {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp-inline {
    display: inline-block;
  }
  .pc-inline {
    display: none !important;
  }
}

@media screen and (orientation: landscape) {
  .is-land {
    display: block;
  }
  .is-port {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
  .is-port {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .is-wide {
    display: block;
  }
  .is-tab {
    display: none !important;
  }
}

@media screen and (min-width: 561px) {
  .is-wide {
    display: none !important;
  }
  .is-tab {
    display: block;
  }
}

.is-narrow {
  display: none !important;
}

.is-narrow-inline {
  display: none !important;
}

@media screen and (max-width: 374px) {
  .is-narrow {
    display: block !important;
  }
  .is-narrow-inline {
    display: inline-block !important;
  }
  .is-non-narrow {
    display: none !important;
  }
  .is-non-narrow-inline {
    display: none !important;
  }
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

/* ====================
Layout
 ==================== */
html {
  min-width: 960px;
}

.l-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
}

.l-wrap__container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-load .l-wrap__container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 10;
  -webkit-backdrop-filter: saturate(0);
          backdrop-filter: saturate(0);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}

.is-menu-show .l-header__nav {
  display: block;
}

.is-menu-open .l-header__nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  pointer-events: auto;
}

.l-header__nav-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-header__nav-in {
  position: relative;
  margin-left: 2.5%;
  padding: 100px 0;
  width: 60%;
  min-width: 720px;
}

.l-header__brand {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 5;
  -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 210px;
}

.l-header__brand:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.p-h-nav {
  position: relative;
}

.p-h-nav__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-h-nav__item {
  position: relative;
  width: 100%;
}

.p-h-nav__item + .p-h-nav__item {
  margin-top: 5px;
}

.p-h-nav__text {
  display: block;
  position: relative;
  -webkit-transition: width 0s linear .35s;
  transition: width 0s linear .35s;
  width: 0;
  overflow: hidden;
}

.is-menu-open .p-h-nav__text {
  -webkit-transition: width 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: width 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  width: 100%;
}

.p-h-nav__text-item {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-h-nav__text-item.-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.p-h-nav__item:hover .p-h-nav__text-item.-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-h-nav__text-item.-off {
  position: absolute;
  top: 0;
  left: 0;
}

.p-h-nav__item:hover .p-h-nav__text-item.-off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.p-h-nav__text-item img {
  max-width: none;
  height: 80px;
}

.p-h-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: background 1.4s cubic-bezier(0.76, 0, 0.24, 1) 0.4s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 1.4s cubic-bezier(0.76, 0, 0.24, 1) 0.4s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  width: 82px;
}

[data-main-color="1"] .p-h-menu {
  background: #4babcd;
}

[data-main-color="2"] .p-h-menu {
  background: #b249bb;
}

[data-main-color="3"] .p-h-menu {
  background: #fa3f3a;
}

[data-main-color="4"] .p-h-menu {
  background: #00a73c;
}

[data-main-color="5"] .p-h-menu {
  background: #00b2ec;
}

[data-main-color="news"] .p-h-menu {
  background: #ed6b77;
}

[data-main-color="story_character"] .p-h-menu {
  background: #77bee8;
}

[data-main-color="books"] .p-h-menu {
  background: #a7d14b;
}

[data-main-color="animation"] .p-h-menu {
  background: #cab1ea;
}

[data-main-color="special"] .p-h-menu {
  background: #feae4f;
}

.p-h-menu:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.p-h-menu::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #b5b5b5;
  width: 100%;
  height: 100%;
  content: "";
}

.is-menu-open .p-h-menu::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-h-menu__btn {
  position: relative;
  width: 100%;
}

.p-h-menu__btn-item {
  display: block;
  -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.p-h-menu__btn-item.-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.is-menu-open .p-h-menu__btn-item.-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.p-h-menu__btn-item.-off {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-menu-open .p-h-menu__btn-item.-off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-footer {
  position: relative;
  margin: 28px auto 0;
  padding-bottom: 32px;
  width: 100%;
}

.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.l-footer__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.l-footer__share-item {
  width: 20px;
}

.l-footer__share-item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.l-footer__share-item + .l-footer__share-item {
  margin-left: 5px;
}

/* ====================
Project
 ==================== */
/* ====================
COMPONENT
 ==================== */
