@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box; }

select::-ms-expand {
  display: none; }

em {
  font-style: normal; }

main {
  display: block; }

html, body {
  height: 100%;
  width: 100%; }

html {
  font-size: 62.5%; }

body {
  background: #fff;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word; }

a {
  /*transition: all 0.3s linear;*/
  text-decoration: none; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto; }

/* ==========================================================================
   Base
========================================================================== */
#cover {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  text-align: center; }

#wrap {
/*  min-width: 1240px;*/
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: relative; }

/* --- page-inner --- */
.page-inner {
  position: relative;
  width: 77.42%;
  margin: 0 6.85% 0 15.73%; }
@media screen and (min-width: 1240px) {
  .page-inner {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 0 0 110px; }
}
@media screen and (max-width: 767px) {
  .page-inner {
    width: 100%;
    margin: 0;
    padding: 0 20px; }
}

/* --- img for PC/SP --- */
.img_pc {
  display: block !important; }
.img_sp {
  display: none !important; }
@media screen and (max-width: 767px) {
  .img_pc {
    display: none !important; }
  .img_sp {
    display: block !important; }
}

/* --- br for PC/SP --- */
.br_pc {
  display: inline !important; }
.br_sp {
  display: none !important; }
@media screen and (max-width: 767px) {
  .br_pc {
    display: none !important; }
  .br_sp {
    display: inline !important; }
}

/* ==========================================================================
   Navigation
========================================================================== */
/* hamburger */
.hamburger {
  display : none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3000;
    right: 10px;
    bottom: 30px;
    width: 57px;
    height: 57px;
    background-color: #fff;
    border: 1px solid #266698;
    border-radius: 57px;
    cursor: pointer;
    text-align: center; }
  .hamburger span {
    display: block;
    position: absolute;
    width: 20px;
    height: 1px ;
    left: 18px;
    background: #266698;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .hamburger span:nth-child(1) {
    top: 14px; }
  .hamburger span:nth-child(2) {
    top: 20px; }
  .hamburger span:nth-child(3) {
    top: 26px; }
  .hamburger p {
    display: block;
    position: absolute;
    color: #266698;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    top: 33px;
    left: 13px;
 }
  .hamburger.active {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    border-radius: none; }
  .hamburger.active span {
    width: 40px;
    height: 1px ;
    left: 0;
    background: #666;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 0;
    background:#666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 20px;
    left: 0;
    background:#666;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger.active p {
    display : none; }
}

/* gnav */
#gnav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 232px;
  height: 100%; }

.gnav-gradation {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 232px;
  height: 100%;
  mix-blend-mode: multiply;
  background: url(../images/common/menu_bg.png) repeat-y left top;
  background-size: 232px auto; }

#gnav .menu-title {
  display: none; }

#gnav ul {
  position: fixed;
  top: 20%;
  left: 15px; }
#gnav li {
  padding: 0 0 26px; }
#gnav a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  filter:drop-shadow(0 0 7px rgba(0, 0, 0, 0.7)); }
#gnav a:hover {
  text-decoration: underline;
  text-underline-offset: 3px; }
#gnav a.current {
  text-decoration: underline;
  text-underline-offset: 3px; }

#gnav li.btn-trailer {
  display: none; }

#gnav .sns-wrap {
  position: fixed;
  bottom: 20px;
  left: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
#gnav .sns-wrap div {
  width: 35px;
  margin: 0 7px 0 0; }
#gnav .sns-wrap div img {
  filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.1)); }
#gnav .sns-wrap img:hover {
  opacity: 0.6; }

@media screen and (max-width: 767px) {
  #gnav {
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: #ecf3fd;
    transform: translateY(1000%);
    transition: all 0.6s; }
  #gnav.active {
    opacity: 100;
    display: block;
    transform: translateY(0%); }

  .gnav-gradation {
    display: none; }

  #gnav .menu-title {
    display: block;
    color: #266698;
    font-family: "Open Sans", sans-serif;
    font-size: 3.1rem;
    font-weight: 400;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 10px; }

  #gnav ul {
    position: static;
    width: 76%;
    border-top: 1px solid #266698;
    margin: 0 auto;
    padding: 15px 0 0; }
  #gnav li {
    text-align: center;
    padding: 10px 0; }
  #gnav li:last-child {
    padding: 10px 0; }
  #gnav li.multi {
    padding: 6px 0;
    text-align: center; }
  #gnav a {
    filter:drop-shadow(0 0 0 rgba(0, 0, 0, 0)); }
  #gnav li a {
    color: #266698;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2px;
    filter:drop-shadow(0 0 0 rgba(0, 0, 0, 0)); }
  #gnav li.multi a span {
    display: block;
    margin-top: -9px; }
  #gnav a:hover {
    text-decoration: none;
    text-underline-offset: 0; }
  #gnav a.current {
    text-decoration: none;
    text-underline-offset: 0; }

  #gnav .sns-wrap {
    position: static;
    margin: 20px auto 0;
    width: 180px;
 }
  #gnav .sns-wrap div {
    width: 45px;
    margin: 0; }
  #gnav .sns-wrap div img {
    filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.1)); }
}

/* ==========================================================================
   Top
========================================================================== */
#top {
  position: relative;
  width: 100%;
  height: 100%; }
#top:before {
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
/*  max-width: 1240px;*/
  height:100vh;
  background-repeat:no-repeat;
  background-position: 50% 50%;
  background-image:url(../images/top/top_bg.jpg);
  background-size:cover; }
#top:after {
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat:no-repeat;
  background-position: 0% 100%;
  background-image:url(../images/top/top_gradation.svg);
  background-size:100% auto; }

  .top-wrap1 {
    position: relative;
    width: 100%;
    height: 100vh; }

  .top-wrap2 {
    position: relative;
    width: 100%;
    background-color: #cdddf7; }

  .top-title {
    position: absolute;
    top: calc(50% - 26vw);
    left: 53.5%;
    width: 40%;
    z-index: 100; }
  .top-copy {
    position: absolute;
    top: 43.67%;
    left: 60%;
    width: 23.38%;
    z-index: 99; }
  .top-spider {
    position: absolute;
    top: 11.5%;
    right: 6.2%;
    width: 13.7%;
    z-index: 101; }

  .top-txt {
    width: 45%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 0 0 4.44%; }
  .top-txt img {
    margin: -8vh 0 0; }
  .top-award {
    width: 44.75%;
    margin: 0 auto;
    padding: 2.6% 0 0 4.44%; }

  .top-link-news {
    text-align: center; }
  .top-link-news ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    padding: 2.6% 0 0 4.44%; }
  .top-link-news a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: #39647c; }
  .top-link-news li {
    padding: 0 10px; }
  .top-link-news li:first-child {
    padding: 20px 10px 0;
    border-top: 1px solid #7ca1bc; }
  .top-link-news li:last-child {
    padding: 0 10px 20px;
    border-bottom: 1px solid #7ca1bc; }

  .top-btn-theater {
    text-align: center;
    padding: 50px 0 110px 4.44%; }
  .top-btn-theater a {
    position:relative;
    display: inline-block;
    min-width: 260px;
    border: 1px solid #00679c;
    border-radius: 35px;
    line-height: 35px;
    padding: 0 32px 0 15px;
    background-color: #00679c;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 2px; }
  .top-btn-theater a:after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/top/icon_arrow_white.svg) no-repeat top 11px right 16px;
    background-size: 13px auto; }
  .top-btn-theater a:hover {
    background-color: #fff;
    border: 1px solid #00679c;
    color: #00679c; }
  .top-btn-theater a:hover:after {
    width: 35px;
    height: 35px;
    background: url(../images/top/icon_arrow_blue.svg) no-repeat top 11px right 16px;
    background-size: 13px auto; }

@media screen and (max-width: 767px) {
  #top:before {
    background-image:url(../images/top/top_bg_sp.jpg); }
  #top:after {
    background-image:url(../images/top/top_gradation_sp.svg); }

    .top-wrap1 {
      position: relative;
      width: 100%;
      height: 100vh; }

    .top-wrap2 {
      position: relative;
      width: 100%; }

    .top-title {
      top: 4%;
      left: 0;
      width: 100%; }
    .top-copy {
      top: 56%;
      left: auto;
      right: 1%;
      width: 55%; }
    .top-spider {
      top: 6%;
      right: 2%;
      width: 32%; }

    .top-txt {
      width: 84.6%;
      margin: 0 auto;
      padding: 0; }
    .top-txt img {
      margin: 0; }
    .top-award {
      width: 86.66%;
      margin: 0 auto;
      padding: 20px 0 0 0; }

    .top-link-news ul {
      padding: 25px 5px 0; }
    .top-link-news a {
      font-size: 1.2rem;
      line-height: 1.4; }
    .top-link-news li {
      padding: 0 0 0 1em;
      text-indent: -1em; }
    .top-link-news li:first-child {
      padding: 10px 0 0 1em; }
    .top-link-news li:last-child {
      padding: 0 0 10px 1em; }

    .top-btn-theater {
      text-align: center;
      padding: 55px 0 110px; }
    .top-btn-theater a {
      min-width: 280px;
      border-radius: 45px;
      line-height: 45px;}
    .top-btn-theater a:after {
      width: 45px;
      height: 45px;
      background: url(../images/top/icon_arrow_white.svg) no-repeat top 15px right 16px;
      background-size: 15px auto; }
    .top-btn-theater a:hover:after {
      width: 45px;
      height: 45px;
      background: url(../images/top/icon_arrow_blue.svg) no-repeat top 15px right 16px;
      background-size: 15px auto; }
}

@media screen and (max-width: 767px) and (min-aspect-ratio: 1/2) {
    .top-title {
      top: 1%;
      left: 10%;
      width: 80%; }
}

/* ==========================================================================
   Voice Acters
========================================================================== */
#voice {
  background: #cdddf7 url(../images/voice/voice_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 0 200px; }

  .voice-container {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 80px 12% 100px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; }
  .voice-container:after {
    content:"";
    position: absolute;
    bottom: 35px;
    left: 35px;
    width: 21%;
    height: 100%;
    background-repeat:no-repeat;
    background-image:url(../images/voice/voice_ill03.png);
    background-position: bottom left;
    background-size:contain; }

  .voice-title {
    position: relative;
    font-size: 2.6rem;
    font-weight: 500;
    color: #266698;
    text-align: center;
    margin:  0; }
  .voice-title:before {
    content:"";
    position: absolute;
    top: -20px;
    left: -10%;
    width: 18%;
    height: 200%;
    background-repeat:no-repeat;
    background-image:url(../images/voice/voice_ill01.png);
    background-size:contain; }
  .voice-title:after {
    content:"";
    position: absolute;
    top: -50px;
    right: -10%;
    width: 20%;
    height: 270%;
    background-repeat:no-repeat;
    background-image:url(../images/voice/voice_ill02.png);
    background-position: top right;
    background-size:contain; }

  .voice-container dl {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    margin: 50px 0 0; }
  .voice-container dt {
    width: 31%;
    margin: 0; }
  .voice-container dd {
    width: 61%;
    margin: 0; }
  .voice-container dd .rn {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    color: #266698; }
  .voice-container dd .rn span {
    font-size: 1.2rem;
    margin: 0 0 0 5px;
    vertical-align: -10%; }
  .voice-container dd .cv {
    font-size: 2.5rem;
    line-height: 1.6;
    font-weight: 400;
    color: #266698;
    padding: 0 0 15px; }
  .voice-container dd .cv span {
    font-size: 1.2rem;
    margin: 0 0 0 10px;
    vertical-align: 20%; }
  .voice-container dd .txt {
    font-size: 1.4rem;
    line-height: 2; }

  .voice-container dl:before {
    content:"";
    position: absolute;
    top: -5px;
    right: 0;
    width: 23%;
    height: 100%;
    background-repeat:no-repeat;
    background-image:url(../images/voice/voice_cha01.png);
    background-size:contain; }
  .voice-container dl:nth-of-type(2):before {
    top: -30px;
    right: 10px;
    width: 16%;
    height: 100%;
    background-image:url(../images/voice/voice_cha02.png); }
  .voice-container dl:nth-of-type(3):before {
    top: -37px;
    right: 0;
    width: 25%;
    height: 100%;
    background-image:url(../images/voice/voice_cha03.png); }

@media screen and (max-width: 767px) {
  #voice {
    background: #cdddf7 url(../images/voice/voice_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding: 0 0 175px; }

  .voice-container {
    width: 100%;
    padding: 40px 9% 80px; }
  .voice-container:after {
    bottom: 5px;
    left: 5px;
    width: 21%;
    height: 100%; }
  .voice-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: #266698;
    text-align: center;
    margin:  0 0 50px; }
  .voice-title:before {
    top: 0;
    left: -5%;
    width: 22%;
    height: 100%; }
  .voice-title:after {
    top: -15px;
    right: -5%;
    width: 25%;
    height: 130%; }

  .voice-container dl {
    position: relative;
    display: block;
    margin: 60px 0 0; }
  .voice-container dl:nth-of-type(1) {
    margin: 30px 0 0; }
  .voice-container dt {
    width: 70%;
    margin: 0 auto; }
  .voice-container dd {
    width: 90%;
    margin: 60px auto 0; }
  .voice-container dd .rn {
    font-size: 1.3rem;; }
  .voice-container dd .rn span {
    font-size: 1rem; }
  .voice-container dd .cv {
    font-size: 2rem; }
  .voice-container dd .cv span {
    font-size: 1rem; }
  .voice-container dd .txt {
    font-size: 1.3rem;
    line-height: 1.8; }

  .voice-container dl:before {
    top: 54vw;
    right: -10px;
    width: 52%;
    height: 100%; }
  .voice-container dl:nth-of-type(2):before {
    top: 44vw;
    right: -18px;
    width: 40%;
    height: 100%; }
  .voice-container dl:nth-of-type(3):before {
    top: 43vw;
    right: -15px;
    width: 55%;
    height: 100%; }
}

/* ==========================================================================
   News
========================================================================== */
#news {
  position: relative;
  background-color: #507d80; }

  .news-title {
    position: relative;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto;
    padding: 110px 0 30px;
    z-index: 5; }

  .news-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5; }
  .news-topics, .news-media {
    width: 45.83%;
    margin: 0; }

  .news-list-upper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .news-list-upper .btn-index a {
    position:relative;
    display: block;
    border: 1px solid #fff;
    border-radius: 33px;
    line-height: 33px;
    padding: 0 32px 0 15px;
    background-color: #fff;
    color: #5a7c7e;
    font-size: 1.2rem;
    font-weight: 700; }
  .news-list-upper .btn-index a:after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(../images/news/icon_blank_blue.svg) no-repeat top 12px right 16px;
    background-size: 11px auto; }
  .news-list-upper .btn-index a:hover {
    background-color: #507d80;
    border: 1px solid #fff;
    color: #fff; }
  .news-list-upper .btn-index a:hover:after {
    width: 33px;
    height: 33px;
    background: url(../images/news/icon_blank_white.svg) no-repeat top 12px right 16px;
    background-size: 11px auto; }

  .news-topics h3,
  .news-media h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 2.3rem;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 33px;
    margin: 0; }

  .news-topics ul, .news-media ul {
    border-top: 1px solid #fff;
    margin: 10px 0 0; }
  .news-topics li, .news-media li {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 2;
    color: #fff; }
  .news-topics li a, .news-media li a {
    color: #fff; }
  .news-topics li a:hover, .news-media li a:hover {
    text-decoration: underline; }
  .news-topics li span, .news-media li span {
    text-decoration: underline;  }

  .news-twitter {
    position: relative;
    width: 560px;
    display: block;
    margin: 0 auto;
    padding: 170px 0 100px; }
  .news-twitter h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 2.3rem;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 33px;
    text-align: center;
    margin: 0 0 35px; }
  #tw-box {
    position: relative;
    z-index: 5; }

  #news:before {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    max-width: 445px;
    height: 342px;
    z-index: 1;
    background-repeat:no-repeat;
    background-image:url(../images/news/news_bg01.png);
    background-position: top right;
    background-size:contain; }
  .news-twitter:before {
    content:"";
    position: absolute;
    top: 20px;
    left: -13vw;
    width: 30vw;
    max-width: 382px;
    height: 313px;
    z-index: 1;
    background-repeat:no-repeat;
    background-image:url(../images/news/news_bg02.png);
    background-position: top left;
    background-size:contain; }
  .news-twitter:after {
    content:"";
    position: absolute;
    bottom: 0;
    right: calc(50% - 40vw);
    width: 23vw;
    max-width: 283px;
    height: 229px;
    z-index: 1;
    background-repeat:no-repeat;
    background-image:url(../images/news/news_bg03.png);
    background-position: bottom right;
    background-size:contain; }

@media screen and (max-width: 767px) {
  .news-title {
    font-size: 2.8rem;
    padding: 90px 0 35px; }

  .news-wrap {
    display: block; }
  .news-topics, .news-media {
    width: 100%; }
  .news-media {
    padding: 40px 0 0; }

  .news-list-upper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 0; }
  .news-list-upper .btn-index a {
    position:relative;
    display: block;
    border: 1px solid #fff;
    border-radius: 25px;
    line-height: 25px;
    padding: 0 21px 0 7px;
    background-color: #fff;
    color: #5a7c7e;
    font-size: 0.9rem;
    font-weight: 700; }
  .news-list-upper .btn-index a:after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/news/icon_blank_blue.svg) no-repeat top 9px right 7px;
    background-size: 9px auto; }
  .news-list-upper .btn-index a:hover:after {
    width: 25px;
    height: 25px;
    background: url(../images/news/icon_blank_white.svg) no-repeat top 9px right 7px;
    background-size: 9px auto; }

  .news-topics h3,
  .news-media h3 {
    font-size: 1.9rem;
    line-height: 25px; }

  .news-topics ul, .news-media ul {
    border-top: 1px solid #fff;
    margin: 10px 0 0; }
  .news-topics li, .news-media li {
    padding: 20px 0;
    font-size: 1.2rem;
    line-height: 1.8; }
  .news-topics li .txt {
    padding: 3px 0 0; }

  .news-twitter {
    width: 100%;
    margin: 0;
    padding: 110px 0 130px; }
  .news-twitter h3 {
    font-size: 2.8rem;
    margin: 0 0 15px;
    position: relative;
    z-index: 5; }
  .news-twitter #tw-box {
    text-align: center; }
  .news-twitter #tw-box iframe {
    height: 290px !important; }

  #news:before {
    width: 60%; }
  .news-twitter:before {
    top: -10px;
    left: -40px;
    width: 50vw; }
  .news-twitter:after {
    bottom: 15px;
    right: -15px;
    width: 42vw; }
}

/* ==========================================================================
   THEATER
========================================================================== */
#theater {
  background-color: #507d80;
  padding: 80px 0 120px; }
  .theater-title {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto 20px; }
z
@media screen and (max-width: 767px) {
  #theater {
    padding: 30px 0 80px; }
    .theater-title {
      font-size: 2.8rem; }
}

/* theater-content */
.theater-content {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  background: #c1d0d5; }
.theater-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4f7b7c;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 0; }

@media screen and (max-width: 767px) {
  .theater-content {
    padding: 5px 10px; }
}

/* table */
#theater table {
  width: 100%; }
#theater th {
  color: #5a7c7e;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  line-height: 1.6;
  padding: 0 5px 15px;}
#theater th:first-child {
  white-space: nowrap;
  padding: 0 15px 15px 5px;}
#theater tr td {
  border-bottom: 1px solid #94b0b3;
  text-align: left;
  vertical-align: middle;
  line-height: 1.6;
  padding: 20px 5px; }
#theater tr:last-child td {
  border: none; }
#theater td a {
  color: #000;
  text-decoration: underline; }
#theater td a:hover {
  opacity: 0.6; }
#theater td span {
  display: block;
  margin: 0; }
#theater ul {
  padding: 20px 0 0; }
#theater li p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2; }
#theater th:nth-child(1), #theater td:nth-child(1) {
  width: 9%; }

@media screen and (max-width: 767px) {
  #theater th {
    padding: 5px 5px 10px 0;
    font-size: 1.1rem;
    line-height: 1.4; }
  #theater th:first-child {
    padding: 5px 10px 10px 0;}
  #theater tr td {
    vertical-align: top;
    padding: 10px 0;
    font-size: 1rem; }
  #theater ul {
    padding: 18px 0 0; }
  #theater li p {
    font-size: 1rem; }
  #theater th:nth-child(1), #theater td:nth-child(1) {
    width: 4em; }
}

/* ==========================================================================
   Comment
========================================================================== */
#comment {
  background: #fff;
  padding: 55px 0 90px;
  height: 720px; }

  .comment-title {
    width: calc(100% - 140px);
    margin: 0 auto 15px; }

  #comment .slick-box {
    width: calc(100% - 140px);
    margin: 0 auto; }
  #comment .slick-item {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  #comment .slick-item:before {
    content: "";
    display: block;
    padding-top: 47.28%; }
  #comment .c-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 104; }
  #comment .c-txt-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 105; }
  #comment .slick-item p {
    position: absolute;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.2; }
  #comment .slick-item p span {
    font-size: 1.8rem; }

  #comment #slide01 p {
    top: 60px;
    right: 60px;
    width: 60%;
    height: auto; }
  #comment #slide02 p {
    top: 40px;
    left: 60px;
    width: auto;
    height: auto; }
  #comment #slide03 p {
    bottom: 40px;
    left: 60px;
    width: auto;
    height: auto; }
  #comment #slide04 p {
    top: 40px;
    right: 60px;
    width: auto;
    height: auto; }
  #comment #slide05 p {
    top: 90px;
    left: 60px;
    width: auto;
    height: auto; }
  #comment #slide06 p {
    top: 40px;
    right: 60px;
    width: auto;
    height: auto; }

@media screen and (max-width: 1080px) {
  #comment {
    height: 600px; }

    #comment .slick-item p {
      font-size: 1.6rem; }
    #comment .slick-item p span {
    font-size: 1.4rem; }
}

@media screen and (max-width: 900px) {
  #comment {
    height: 565px; }

    #comment .slick-item p {
      font-size: 1.4rem; }
    #comment .slick-item p span {
    font-size: 1.2rem; }
}

@media screen and (max-width: 767px) {
  #comment {
    padding: 55px 0;
    height: auto; }

    .comment-title {
      width: 100%;
      margin: 0 auto 20px; }

    #comment .slick-box {
      width: calc(100% - 40px);
      margin: 0 auto; }
    #comment .slick-item {
      margin: 0 auto; }
    #comment .slick-item:before {
      content: none; }
    #comment .c-img-wrap {
      position: static;
      width: 100%; }
    #comment .c-txt-wrap {
      position: static;
      width: 100%;
      min-height: 150px;
      background-image: none;
      background-color: #276699;
      padding: 15px 20px 20px; }
    #comment .slick-item p {
      font-size: 1.2rem;
      padding: 0; }
    #comment .slick-item p span {
      font-size: 1rem;
      padding: 0; }

    #comment #slide01 p,
    #comment #slide02 p,
    #comment #slide03 p,
    #comment #slide04 p,
    #comment #slide05 p,
    #comment #slide06 p {
      position: static;
      width: auto; }
}

/* slick */
.slick-box .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -70px;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url(../images/comment/slick_arrow_prev.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	z-index: 1; }
.slick-box .next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -70px;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url(../images/comment/slick_arrow_next.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	z-index: 1; }

.slick-box .slick-dots {
	padding: 20px 0 0;
	text-align: center; }
.slick-box .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #bbb; }
.slick-box .slick-dots li.slick-active {
	background-color: #000; }
.slick-box .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent; }

@media screen and (max-width: 767px) {
  .slick-box .prev {
	left: -32px;
	width: 30px;
	height: 30px;
	background-size: 30px auto; }
  .slick-box .next {
	right: -32px;
	width: 30px;
	height: 30px;
	background-size: 30px auto; }
  .slick-box .slick-dots {
	padding: 10px 0 0; }
}

/* ==========================================================================
   Story
========================================================================== */
#story {
  background-color: #cbdcfa;
  padding: 100px 0; }

  .story-title {
    color: #266698;
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 80px; }

  #story dl {
    display: flex;
    justify-content: space-between; }
  #story dt {
    width: 45%; }
  #story dd {
    width: 55%;
    color: #266698; }
  #story dd h3 {
    font-size: 3.2rem;
    font-weight: 300;
    margin: 0 0 45px;
    padding: 0 40px 0 0; }
  #story dd p {
    font-size: 1.7rem;
    line-height: 2.2;
    padding: 0 40px 0 0; }
  .story-illust {
    margin: 20px 0 0; }

@media screen and (max-width: 767px) {
  #story {
    padding: 70px 0 80px; }
    .story-title {
      font-size: 2.8rem;
      padding: 0 0 25px; }

    #story dl {
      display: block; }
    #story dt {
      width: 100%;
      margin: 20px auto 0; }
    #story dd {
      width: 100%; }
    #story dd h3 {
      font-size: 2.2rem;
      margin: 0 0 15px;
      padding: 0; }
    #story dd p {
      font-size: 1.4rem;
      padding: 0; }
    .story-illust {
      margin: 15px 0 0; }
}

/* ==========================================================================
   Character
========================================================================== */
#character {
  background-color: #fff;
  padding: 110px 0; }

  .character-title {
    color: #266698;
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 80px; }

@media screen and (max-width: 767px) {
  #character {
    padding: 70px 0 100px; }

    .character-title {
      font-size: 2.8rem;
      padding: 0 0 40px; }
}

  .character-group1 dl {
    display: flex;
    justify-content: space-between;
    max-width: 800px; }
  .character-group1 dt {
    position: relative;
    width: 50%; }
  .character-group1 dt img {
    width: 78.75%; }
  .character-group1 dd {
    width: 50%;
    padding: 0 8% 0 0; }
  .character-group1 dd h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px; }
  .character-group1 dd p {
    font-size: 1.5rem;
    line-height: 2.4; }

  .character-group1 dl.chara01 {
    flex-direction: row-reverse;
    margin: 0 auto 100px; }
  .character-group1 dl.chara02 {
    margin: 0 auto 100px; }
  .character-group1 dl.chara02 dt {
    text-align: right; }
  .character-group1 dl.chara02 dd {
    padding: 0 0 0 8%; }
  .character-group1 dl.chara03 {
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 0 0 50px; }

  .character-group1 dl.chara01 dt:after {
    content:"";
    position: absolute;
    bottom: -45px;
    right: -20px;
    width: 23.75%;
    max-width: 95px;
    height: 120%;
    max-height: 262px;
    z-index: 1;
    background-repeat:no-repeat;
    background-image:url(../images/character/character_ill_01.png);
    background-position: bottom right;
    background-size:contain; }
  .character-group1 dl.chara02 dt:after {
    content:"";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 16.25%;
    max-width: 65px;
    height: 120%;
    max-height: 262px;
    z-index: 1;
    background-repeat:no-repeat;
    background-image:url(../images/character/character_ill_02.png);
    background-position: bottom left;
    background-size:contain; }
  .character-group1 dl.chara03 dt:after {
    content:"";
    position: absolute;
    bottom: -45px;
    right: -60px;
    width: 50.75%;
    max-width: 203px;
    height: 120%;
    max-height: 262px;
    z-index: 1;
    background-repeat:no-repeat;
    background-image:url(../images/character/character_ill_03.png);
    background-position: bottom right;
    background-size:contain; }

@media screen and (max-width: 767px) {
  .character-group1 dl {
    display: block;
    width: 74%; }
  .character-group1 dt {
    width: 100%; }
  .character-group1 dt img {
    width: 80%; }
  .character-group1 dd {
    width: 100%;
    padding: 0; }
  .character-group1 dd h3 {
    font-size: 1.6rem;
    margin: 20px 0 10px; }
  .character-group1 dd p {
    font-size: 1.2rem;
    line-height: 2; }

  .character-group1 dl.chara01 {
    margin: 0 auto 65px; }
  .character-group1 dl.chara02 {
    margin: 0 auto 65px; }
  .character-group1 dl.chara02 dd {
    padding: 0; }
  .character-group1 dl.chara03 {
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 0; }

  .character-group1 dl.chara01 dt:after {
    bottom: -10px;
    right: -15px;
    width: 23.75%;
    height: 110%; }
  .character-group1 dl.chara02 dt:after {
    bottom: -5px;
    left: 0;
    width: 16.25%;
    height: 110%; }
  .character-group1 dl.chara03 dt:after {
    bottom: -5px;
    right: -50px;
    width: 50.75%;
    height: 110%; }
}

  .character-group2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto; }
  .character-group2 dl {
    width: 45%;
    margin: 90px 0 0; }
  .character-group2 dd h3 {
    font-size: 2.1rem;
    font-weight: 400;
    margin: 22px 0 10px; }
  .character-group2 dd p {
    font-size: 1.4rem;
    line-height: 2.2; }

@media screen and (max-width: 900px) {
  .character-group1 dl.chara03 dt:after {
    right: -10%; }
}

@media screen and (max-width: 767px) {
  .character-group2 {
      display: block; }
  .character-group2 dl {
    width: 74%;
    margin: 70px auto 0; }
  .character-group2 dd h3 {
    font-size: 1.6rem;
    margin: 20px 0 10px; }
  .character-group2 dd p {
    font-size: 1.2rem;
    line-height: 2; }
}

/* ========================================================================== 6d5d61
   Film Directer
========================================================================== */
#directer {
  position: relative;
  background-color: #6d5d60;
  padding: 180px 0 360px; }

  .directer-title {
    position: relative;
    z-index: 5;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 120px; }

  #directer dl {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    margin: 0 auto; }
  #directer dl:nth-of-type(1) {
    margin: 0 auto 100px; }
  #directer dt {
    width: 30%; }
  #directer dt img {
    filter:drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)); }
  #directer dd {
    width: 62%;
    color: #fff; }
  #directer dd h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 30px; }
  #directer dd h3 span {
    font-size: 2rem;
    margin: 0 0 0 10px; }
  #directer dd p {
    font-size: 1.6rem;
    line-height: 2.4; }

  #directer:before {
    content:"";
    position: absolute;
    top: 130px;
    left: 20%;
    width: 270px;
    max-width: 410px;
    height: 100%;
    z-index: 1;
    background-repeat:no-repeat;
    background-image:url(../images/directer/directer_bg01.png);
    background-position: top left;
    background-size:contain; }
  #directer:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 727px;
    max-width: 727px;
    height: 100%;
    z-index: 1;
    background-repeat:no-repeat;
    background-image:url(../images/directer/directer_bg02.png);
    background-position: bottom left;
    background-size:contain; }

@media screen and (max-width: 767px) {
  #directer {
    padding: 200px 0 70vw; }

    .directer-title {
      font-size: 2.8rem;
      padding: 0 0 40px; }

  #directer dl {
    display: block; }
  #directer dt {
    width: 46%;
    margin: 0 auto; }
  #directer dd {
    width: 100%;
    color: #fff; }
  #directer dd h3 {
    font-size: 1.7rem;
    margin: 35px 0 15px; }
  #directer dd h3 span {
    font-size: 1.7rem;
    margin: 0 0 0 10px; }
  #directer dd p {
    font-size: 1.2rem;
    line-height: 2; }

  #directer:before {
    top: 80px;
    left: 20px;
    width: 208px; }
  #directer:after {
    bottom: 50px;
    width: 100%;
    max-width: 727px; }
}

/* ========================================================================== 6d5d61
   Cast
========================================================================== */
#cast {
  background: #5a7c7e url(../images/cast/cast_bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 160px 0 140px; }

  .cast-title {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 60px; }

  #cast ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto; }
  #cast li {
    color: #fff; }
  .cast-language {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 15px; }

  #cast table {
    font-size: 1.4rem;
    text-align: left; }
  #cast table th {
    font-weight: 400;
    padding: 0 0 5px; }
  #cast table td {
    padding: 0 0 5px 3em; }

@media screen and (max-width: 767px) {
  #cast {
    background: #5a7c7e url(../images/cast/cast_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 70px 0 100px; }

    .cast-title {
      font-size: 2.8rem;
      padding: 0 0 35px; }

  #cast ul {
    display: block;
    width: 300px;
    max-width: 70%; }
  #cast li:first-child {
    margin: 0 0 35px; }
  .cast-language {
    font-size: 1.2rem;
    margin: 0 0 10px; }

  #cast table {
    font-size: 1.1rem; }
  #cast table th {
    padding: 0 0 5px; }
  #cast table td {
    padding: 0 0 5px 3em; }
}

/* ==========================================================================
   Staff
========================================================================== */
#staff {
  background: #5a7c7e url(../images/staff/staff_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 0 130px; }

  .staff-title {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 40px; }

  #staff dl {
    color: #fff;
    font-size: 1.4rem;
    padding: 0 0 0 60px; }
  #staff dt {
    display: inline-block;
    width: 30%;
    text-align: right;
    vertical-align: top; }
  #staff dd {
    display: inline-block;
    width: 70%;
    text-align: left; }
  #staff dl.sec {
    margin: 30px 0 0; }
  #staff dt span {
    margin: 0 5px; }
  #staff dl p {
    line-height: 2.4; }

@media screen and (max-width: 1000px) {
    #staff dt {
    width: 40%; }
#staff dd {
    width: 60%; }
}

@media screen and (max-width: 767px) {
  #staff {
    background: #5a7c7e url(../images/staff/staff_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding: 0 0 100px; }

    .staff-title {
      font-size: 2.8rem;
      padding: 0 0 35px; }

  #staff dl {
    font-size: 1.1rem;
    padding: 0; }
  #staff dt {
    display: inline;
    width: auto;
    text-align: left; }
  #staff dd {
    display: inline;
    width: auto;
    text-align: left; }
  #staff dl.sec {
    margin: 20px 0 0; }
  #staff dl.sec_sp {
    margin: 20px 0 0; }
  #staff dl p {
    display: inline;
    line-height: 1.8; }
  #staff dl p.line_sp {
    display: block; }
}

/* ==========================================================================
   CREDITS
========================================================================== */
#credits {
  background-color: #fff;
  padding: 100px 0; }

  .credits-title {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 30px; }

  #credits .credits-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 30px; }
  #credits .credits-wrap p {
    width: 47.5%;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.2; }
  #credits a {
    color: #000; }
  #credits a:hover {
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  #credits {
    padding: 80px 0; }

    .credits-title {
      font-size: 2.8rem;
      padding: 0 0 35px; }

  #credits .credits-wrap {
    display: block;
    padding: 0; }
  #credits .credits-wrap p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2; }
  #credits .credits-wrap p.sec {
    margin: 25px 0 0; }
}

/* ==========================================================================
   Footer
========================================================================== */
#footer {
  position: relative;
  background-color: #fff;
  padding: 0 0 30px 100px; }

  .footer-title {
    width: 30%;
    margin: 0 auto 35px; }
  .footer-credits {
    width: 85%;
    margin: 0 auto; }
  .footer-cookie {
    position: absolute;
    bottom: 25px;
    right: 6.5%;
    text-align: right; }
  .footer-cookie a {
    color: #000;
    font-size: 1.2rem;
    text-decoration: underline; }
  .footer-cookie a:hover {
    text-decoration: none; }
  .footer-copyright {
    display: none; }

@media screen and (max-width: 767px) {
  #footer {
    padding: 0 0 30px 0; }

    .footer-title {
      width: 64%;
      margin: 0 auto 20px; }
    .footer-credits {
      width: 90%; }
    .footer-cookie {
      width: 100%;
      bottom: 24vw;
      right: 0;
      text-align: center; }
    .footer-cookie a {
      font-size: 1rem; }
}

/*---*/
