@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
@-webkit-keyframes text_grade {
  0%, 100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes text_grade {
  0%, 100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
/* =====================================================================
    共通
======================================================================*/
.main > section:first-child {
  padding-top: 12rem;
}
.main > section:last-child {
  padding-bottom: 12rem;
}

.sec-ttl {
  margin-bottom: 12rem;
}

@media screen and (min-width: 768px) {
  .sec-ttl {
    margin-bottom: 8rem;
  }
}
/* =====================================================================
    sns-share
======================================================================*/
.sns-share {
  position: relative;
  margin: 0 auto;
  padding: 3rem 0;
  background-color: #ffffff;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #ee5c66 0%, #f28f64 15%, #f0f06e 30%, #aff464 42%, #36dd7f 57%, #5fe0fa 71%, #5e6dfb 85%, #ae67f7 100%) 1/1px 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#ee5c66), color-stop(15%, #f28f64), color-stop(30%, #f0f06e), color-stop(42%, #aff464), color-stop(57%, #36dd7f), color-stop(71%, #5fe0fa), color-stop(85%, #5e6dfb), to(#ae67f7)) 1/1px 0 1px 0;
     border-image: linear-gradient(to right, #ee5c66 0%, #f28f64 15%, #f0f06e 30%, #aff464 42%, #36dd7f 57%, #5fe0fa 71%, #5e6dfb 85%, #ae67f7 100%) 1/1px 0 1px 0;
}
.sns-share dt {
  position: relative;
  text-align: center;
  margin-bottom: 0.8em;
  font-weight: normal;
}
.sns-share dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-share dd ul li {
  margin: 0 1.2rem;
}
.sns-share dd ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
.sns-share dd ul li a svg {
  width: 45%;
  height: 44%;
  fill: #ffffff;
}
.sns-share dd ul li.twitterShare a {
  background-color: #5d5d5d;
}
.sns-share dd ul li.facebookShare a {
  background-color: #4c5a96;
}
.sns-share dd ul li.lineShare a {
  background-color: #43a977;
}

@media screen and (min-width: 768px) {
  .sns-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;
  }
  .sns-share dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: right;
    top: -0.2em;
    margin: 0 5% 0 0;
    font-size: 125%;
  }
  .sns-share dd ul li a {
    width: 54px;
    height: 54px;
  }
}
/* =====================================================================
    submv
======================================================================*/
.submv {
  overflow: hidden;
}
.submv::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  background: url(../images/common/img_submv.jpg) no-repeat top center/cover;
  -webkit-filter: blur(25px) contrast(50%);
          filter: blur(25px) contrast(50%);
}
@media screen and (max-width: 767px) {
  .submv .inner {
    width: 100%;
  }
}
.submv .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(412 / 750 * 100%);
  height: 100%;
  background: url(../images/common/img_submv.jpg) no-repeat center/contain;
}
.submv h1 {
  padding: 2.5rem 0;
  margin: 0 calc(4 / 750 * 100%) 0 auto;
  width: calc(324 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .submv .inner::before {
    margin-left: calc(146 / 1024 * 100%);
    width: calc(412 / 1024 * 100%);
  }
  .submv h1 {
    padding: 1.2rem 0;
    margin: 0 calc(122 / 1024 * 100%) 0 auto;
    width: calc(311 / 1024 * 100%);
  }
  .submv h1 a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .submv h1 a:hover {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0.7;
  }
}
/* =====================================================================
    topics
======================================================================*/
.topics-list .article-list-date {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topics-list li {
  position: relative;
}
.topics-list li .article-list-img {
  margin-bottom: 0;
}
.topics-list li figure {
  margin-bottom: 0;
}
.topics-list li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .topics-list li:first-child a .article-list-img {
    margin-bottom: 1.3em;
  }
  .topics-list li:not(:last-child) {
    margin-bottom: 6rem;
  }
  .topics-list li:not(:last-child) a {
    padding-bottom: 6rem;
    border-bottom: 1px solid #5e728b;
  }
  .topics-list li:not(:first-child) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics-list li:not(:first-child) a .article-list-img {
    width: calc(250 / 680 * 100%);
  }
  .topics-list li:not(:first-child) a .article-list-text {
    width: calc(390 / 680 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .topics-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topics-list li .article-list-img {
    margin-bottom: 3rem;
  }
  .topics-list li:nth-child(3n+1), .topics-list li:first-child {
    margin-right: 0;
  }
  .topics-list li:first-child {
    width: 100%;
  }
  .topics-list li:first-child a {
    margin-left: auto;
    margin-right: auto;
    width: calc(800 / 1024 * 100%);
  }
}
.topics-article {
  font-family: "Noto Serif JP", system-ui;
  background-color: rgba(242, 242, 242, 0.8);
}
.topics-article::before {
  height: calc(100% - 16rem);
}
.topics-article > * {
  position: relative;
}
.topics-article-date {
  margin-bottom: 1em;
}
.topics-article-contents {
  padding: 10rem calc(45 / 680 * 100%);
}
.topics-article-contents > * {
  position: relative;
  margin-bottom: 5rem;
  line-height: 1.785;
}
.topics-article-contents > *:last-child {
  margin-bottom: 0 !important;
}
.topics-article-contents header {
  padding-bottom: 1em;
  border-bottom: 1px solid #5e728b;
}
.topics-article-contents header h3 {
  font-size: 120%;
  line-height: 1.6;
}
.topics-article-contents h4 {
  font-size: 1.2em;
  color: #d43656;
}
.topics-article-contents p a {
  display: inline;
  color: #d43656;
  border-bottom: 1px solid;
}
.topics-article-contents p span {
  color: #d43656;
}
.topics-article-contents p strong {
  font-weight: 400;
  background-color: #ffffff;
}
.topics-article-contents .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}
.topics-article-contents .img-list li {
  margin-bottom: 2rem;
  width: 50%;
}
.topics-article-contents .img-list li.wide {
  width: 100%;
}
.topics .sns-share {
  margin-left: auto;
}
.topics-btn {
  margin-top: 12rem;
}
.topics-btn::after {
  top: calc(50% + 0.2em);
  right: auto;
  left: 1.3em;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media screen and (min-width: 768px) {
  .topics-article {
    margin-left: calc(-88 / 1024 * 100%);
    padding: 6rem calc(170 / 1024 * 100%);
    width: calc(1200 / 1024 * 100%);
  }
  .topics-article-contents {
    padding: 6rem 3.488372093%;
  }
  .topics-article-contents header h3 {
    font-size: 133%;
  }
  .topics-article-contents .img-list li.wide {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
  .topics-article-contents p a {
    -webkit-transition-property: color;
    transition-property: color;
  }
  .topics-article-contents p a:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #5e728b;
  }
  .topics-btn {
    margin: 8rem auto 0;
    width: 320px;
  }
}
/* =====================================================================
    music
======================================================================*/
.music-img {
  margin: 0 auto 2em;
  width: calc(492 / 680 * 100%);
}
.music-ttl {
  text-align: center;
  font-size: 133%;
}
.music-ttl-artist {
  margin-bottom: 0.8em;
  font-weight: normal;
}
.music-ttl-song {
  margin-bottom: 0.4em;
  font-size: 115%;
  font-weight: normal;
  color: #b7116a;
}
.music-ttl-label {
  font-size: 65%;
}
.music-btn {
  margin: 2em auto 0;
}
.music-comment {
  margin-top: 5.5em;
}
.music-comment p {
  margin-top: 1em;
  font-family: "Noto Serif JP", system-ui;
  line-height: 1.8;
}
.music_hr {
  position: relative;
  height: 1px;
  border-width: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #5e728b), to(transparent));
  background-image: linear-gradient(90deg, transparent 0%, #5e728b 50%, transparent 100%);
  margin: 4em 0;
}

@media screen and (min-width: 768px) {
  .music-img {
    width: calc(410 / 1024 * 100%);
  }
}
/* =====================================================================
    story
======================================================================*/
.story {
  padding-bottom: 12rem;
}
.story .movie_embed {
  margin-left: calc(-5 / 680 * 100%);
  width: calc(680 / 680 * 100%);
  -webkit-box-shadow: 0 1rem 6rem 0 #000;
          box-shadow: 0 1rem 6rem 0 #000;
}
.story-movie {
  position: relative;
  margin-bottom: 2.5em;
  border: 1px solid #36dd7f;
  -o-border-image: linear-gradient(46deg, #ee5c66 0%, #f28f64 15%, #f0f06e 30%, #aff464 42%, #36dd7f 57%, #5fe0fa 71%, #5e6dfb 85%, #ae67f7 100%);
     border-image: linear-gradient(46deg, #ee5c66 0%, #f28f64 15%, #f0f06e 30%, #aff464 42%, #36dd7f 57%, #5fe0fa 71%, #5e6dfb 85%, #ae67f7 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0 1rem 2rem 1rem rgba(105, 126, 126, 0.2);
          box-shadow: 0 1rem 2rem 1rem rgba(105, 126, 126, 0.2);
}
.story-subttl {
  text-align: center;
  margin-bottom: 1em;
}
.story-subttl span {
  display: inline-block;
  padding: 0.3em 0.6em;
  padding-right: 0.4em;
  font-size: 133%;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #5e728b;
}
.story-date {
  text-align: center;
  margin-bottom: 1.2em;
  font-size: 153%;
}
.story-text {
  font-family: "Noto Serif JP", system-ui;
  line-height: 1.8;
}
.story-text-list > li:not(:last-child) {
  margin-bottom: 8rem;
}
.story-text-list > li > *:not(:last-child) {
  margin-bottom: 8rem;
}
.story-text-list > li > p {
  font-family: "Noto Serif JP", system-ui;
  line-height: 1.8;
}
.story-text-list > li > p strong {
  font-weight: 500;
  color: #d43656;
}
.story-images-list li {
  margin-top: 3rem;
}
.story-images-list li:first-child {
  margin-top: 0;
}
.story-text-list, .story-images-list {
  margin: 8rem auto 0;
}
.story .sns-share {
  margin: 12rem auto 0;
}

@media screen and (min-width: 768px) {
  .story-movie {
    margin-left: auto;
    margin-right: auto;
    width: calc(800 / 1024 * 100%);
  }
  .story-subttl {
    font-size: 155%;
  }
  .story-date {
    font-size: 200%;
  }
  .story-images-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story-images-list li {
    margin-top: 8rem;
    width: calc(470 / 1024 * 100%);
  }
  .story-images-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .story-images-list li:nth-child(2n) {
    margin-left: calc(84 / 1024 * 100%);
  }
  .story .sns-share {
    max-width: 860px;
  }
  #story .delivery-ttl {
    font-size: 155%;
  }
}
.backnumber {
  padding-top: 12rem;
  background: url(../images/common/bg_pattern_navy.jpg) repeat top center/100% auto;
}
.backnumber .sec-ttl {
  margin-bottom: 4rem;
}
.backnumber .sec-ttl .ja {
  color: #ffffff;
  z-index: 1;
}
.backnumber .sec-ttl .ja::before {
  display: none;
}
.backnumber .sec-ttl .en {
  margin-top: -0.22em;
  color: #0a1219;
}
.backnumber-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .backnumber-list li:nth-child(even), .backnumber-list li:last-child {
    margin-right: 0;
  }
}
.backnumber-list li {
  margin: 0 calc(34 / 680 * 100%) 4rem 0;
  width: calc(308 / 680 * 100%);
}
.backnumber-list li dd {
  text-align: center;
  margin-top: 0.7em;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .backnumber-list li {
    margin: 0 calc(26 / 1024 * 100%) 4rem 0;
    width: calc(184 / 1024 * 100%);
  }
  .backnumber-list li:nth-child(5n), .backnumber-list li:last-child {
    margin-right: 0;
  }
}
/* =====================================================================
    intro
======================================================================*/
.intro {
  padding: 12rem 0;
  background: url(../images/common/bg_pattern_navy.jpg) repeat top center/100% auto;
}
.intro .sec-ttl .ja {
  color: #ffffff;
}
.intro .sec-ttl .ja::before {
  -webkit-filter: brightness(0.65) grayscale(0.2);
          filter: brightness(0.65) grayscale(0.2);
}
.intro .sec-ttl .en {
  left: 0;
  color: #394551;
}
.intro-text {
  text-align: center;
  font-size: 3.2rem;
  line-height: 2.5;
  color: #ffffff;
}
.intro-text em {
  font-style: normal;
  font-size: 162%;
}
.intro-text-1 {
  margin-bottom: 1.5em;
  font-size: 125%;
  letter-spacing: 0;
}
.intro-text-1 span {
  display: inline-block;
  width: 5em;
  vertical-align: middle;
}
.intro-text-2 {
  margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
  .intro-text {
    font-size: 2.4rem;
  }
}
/* =====================================================================
    about
======================================================================*/
.about {
  padding: 12rem 0;
  background: url(../images/common/bg_pattern_blue.jpg) repeat top center/100% auto;
}
.about .sec-ttl {
  font-size: 3.6rem;
}
.about .sec-ttl .ja {
  color: #ffffff;
}
.about .sec-ttl .ja::before {
  -webkit-filter: none;
          filter: none;
}
.about .sec-ttl .en {
  left: 0;
  color: #5e728b;
  font-size: 194%;
}
.about-text {
  font-size: 106%;
  color: #ffffff;
}
.about-text-1 {
  line-height: 2.25;
}
.about-text-1 img {
  display: inline-block;
  width: 12em;
  margin: -0.7em 0.8em 0;
  vertical-align: middle;
}
.about-text-1 em {
  font-style: normal;
  font-size: 118%;
}
.about-text-1 em span {
  font-weight: 600;
}
.about-text-1 em span:nth-child(1) {
  color: #e61740;
}
.about-text-1 em span:nth-child(2) {
  color: #ff8c00;
}
.about-text-1 em span:nth-child(3) {
  color: #ffff00;
}
.about-text-1 em span:nth-child(4) {
  color: #b2f230;
}
.about-text-1 em span:nth-child(5) {
  color: #00d990;
}
.about-text-1 em span:nth-child(6) {
  color: #00d5ff;
}
.about-text-1 em span:nth-child(7) {
  color: #4d6aff;
}
.about-text-1 em span:nth-child(8) {
  color: #a422e6;
}
.about-text-2 {
  margin: 5rem calc(50% - 50vw) 0;
}

@media screen and (min-width: 768px) {
  .about .sec-ttl {
    font-size: 144%;
  }
  .about-text {
    font-size: 122%;
  }
  .about-text-2 {
    margin: 5rem auto 0;
    width: calc(750 / 1024 * 100%);
  }
}
/* =====================================================================
    cast & staff
======================================================================*/
.cast {
  padding: 12rem 0;
  background: url(../images/common/bg_pattern_gray.jpg) repeat top center/100% auto;
}
.cast .sec-ttl .ja::before {
  -webkit-filter: brightness(1.6) grayscale(1);
          filter: brightness(1.6) grayscale(1);
}
.cast .sec-ttl .en {
  color: #9b9fa3;
}
.cast .staff-list li dl:not(.comment) dt::after {
  color: #b7116a;
}

.staff {
  padding: 12rem 0;
  background: url(../images/common/bg_pattern_blue.jpg) repeat top center/100% auto;
}
.staff .sec-ttl .ja {
  color: #ffffff;
}
.staff .sec-ttl .ja::before {
  -webkit-filter: none;
          filter: none;
}
.staff .sec-ttl .en {
  color: #5e728b;
}
.staff-list li {
  position: relative;
}
.staff-list li:not(:last-child) {
  margin-bottom: 1.8em;
}
.staff-list li.space {
  margin-bottom: 3.2em;
}
.staff-list li dl:not(.comment) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.875;
  letter-spacing: 0;
}
.staff-list li dl:not(.comment) dt {
  position: relative;
  top: 0.1em;
  text-align: right;
  padding-right: 1em;
  width: 50%;
  font-size: 93%;
  font-weight: normal;
}
.staff-list li dl:not(.comment) dt::after {
  content: "：";
  position: absolute;
  display: block;
  top: 0.3em;
  right: -0.27em;
  font-size: 80%;
  color: #f2ab11;
}
.staff-list li dl:not(.comment) dd {
  padding-left: 1em;
  width: 50%;
}
.staff-list li dl:not(.comment) dd small {
  display: inline-block;
  font-size: 65%;
}
.staff-list-comment {
  margin: 3rem 0;
}
.staff .staff-list li {
  color: #ffffff;
}

.popup-comment strong {
  display: block;
  color: #d43656;
  padding-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .staff-list li dl:not(.comment) {
    font-size: 122%;
  }
  .staff-list-comment {
    margin: 2rem auto;
    width: 320px;
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie-wrap {
  margin-bottom: 20rem;
}
.movie-wrap:last-of-type {
  margin-bottom: 0;
}
.movie-wrap .article-list-date {
  padding-bottom: 0.2em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid currentColor;
}
.movie-subttl {
  position: relative;
  text-align: center;
  margin-bottom: 12rem;
  font-size: 4rem;
}
.movie-subttl .ja {
  font-weight: bold;
}
.movie-subttl .en {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 300%;
  color: #ccd2df;
  z-index: -1;
}
.movie-list {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .movie-list .slick-list {
    overflow: visible;
  }
}
.movie-list .slick-slide {
  margin: 0 3.5rem;
}
.movie-list .slick-disabled {
  display: none !important;
}
.movie-list .slick-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 5em);
  width: 2.5em;
  height: 2.5em;
  background: #eff5f9;
  z-index: 3;
}
.movie-list .slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 48%;
  width: 0.55em;
  height: 0.55em;
  margin-right: 3rem;
  border-top: 2px solid #5e728b;
  border-right: 2px solid #5e728b;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.movie-list .slick-arrow.prev {
  left: 0;
  margin-left: -1em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.movie-list .slick-arrow.next {
  right: 0;
  margin-right: -1em;
}
.movie-list li {
  width: 41rem !important;
}
.movie-list li a {
  position: relative;
}
.movie-list li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .movie .sec-ttl {
    margin-bottom: 12rem;
  }
  .movie-subttl {
    margin-bottom: 8rem;
    font-size: 155%;
  }
  .movie-pickup {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .movie-pickup a {
    width: calc(800 / 1024 * 100%);
  }
  .movie-list {
    margin-top: 6rem;
  }
  .movie-list .slick-list {
    padding-top: 1rem;
  }
  .movie-list .slick-slide {
    margin: 0 4rem;
  }
  .movie-list .slick-arrow {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .movie-list .slick-arrow.prev {
    margin-left: -3.5em;
  }
  .movie-list .slick-arrow.next {
    margin-right: -3.5em;
  }
  .movie-list .slick-arrow:hover.prev {
    margin-left: -4em;
  }
  .movie-list .slick-arrow:hover.next {
    margin-right: -4em;
  }
  .movie-list li {
    margin: 0;
    width: 288px !important;
  }
}
/* =====================================================================
    chart
======================================================================*/
.chart-box {
  position: relative;
  margin: 0 calc(50% - 50vw);
}
.chart-img {
  position: relative;
  z-index: 1;
}
.chart-note {
  text-align: center;
  margin-top: 4rem;
}
.chart-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chart-btn li {
  position: absolute;
  top: 0;
  left: 0;
}
.chart-btn [data-popup=chart_id_01] {
  width: calc(353 / 1000 * 100%);
  padding-top: calc(461 / 1000 * 100%);
  margin: calc(586 / 1000 * 100%) 0 0 calc(192 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_02] {
  width: calc(313 / 1000 * 100%);
  padding-top: calc(408 / 1000 * 100%);
  margin: calc(1100 / 1000 * 100%) 0 0 calc(635 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_03] {
  width: calc(312 / 1000 * 100%);
  padding-top: calc(408 / 1000 * 100%);
  margin: calc(598 / 1000 * 100%) 0 0 calc(626 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_04] {
  width: calc(243 / 1000 * 100%);
  padding-top: calc(318 / 1000 * 100%);
  margin: calc(1129 / 1000 * 100%) 0 0 calc(89 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_05] {
  width: calc(243 / 1000 * 100%);
  padding-top: calc(318 / 1000 * 100%);
  margin: calc(140 / 1000 * 100%) 0 0 calc(405 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_06] {
  width: calc(243 / 1000 * 100%);
  padding-top: calc(318 / 1000 * 100%);
  margin: calc(140 / 1000 * 100%) 0 0 calc(726 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_07] {
  width: calc(243 / 1000 * 100%);
  padding-top: calc(318 / 1000 * 100%);
  margin: calc(1129 / 1000 * 100%) 0 0 calc(357 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_08] {
  width: calc(243 / 1000 * 100%);
  padding-top: calc(318 / 1000 * 100%);
  margin: calc(1683 / 1000 * 100%) 0 0 calc(328 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_09] {
  width: calc(312 / 1000 * 100%);
  padding-top: calc(408 / 1000 * 100%);
  margin: calc(1632 / 1000 * 100%) 0 0 calc(658 / 1000 * 100%);
}
.chart-btn [data-popup=chart_id_10] {
  width: calc(243 / 1000 * 100%);
  padding-top: calc(318 / 1000 * 100%);
  margin: calc(1683 / 1000 * 100%) 0 0 calc(29 / 1000 * 100%);
}
.chart-list-head {
  margin-bottom: 8rem;
}
.chart-list-head figure {
  margin: 0 auto 2.4rem;
  width: 60.8333333333%;
}
.chart-list-name {
  padding-left: 16.6666666667%;
  line-height: 1.3;
}
.chart-list-name > *:not(:last-child) {
  margin-bottom: 3rem;
}
.chart-list-name .pos {
  display: inline-block;
  padding: 0.1em 0.5em 0.15em;
  font-size: 93%;
  font-weight: 600;
  color: #37414a;
  background-color: #d5dadc;
}
.chart-list-name .role_name {
  font-size: 186%;
  font-weight: 500;
}
.chart-list-name .role_name ruby span,
.chart-list-name .role_name .age {
  background: -webkit-gradient(linear, left bottom, left top, from(#383e61), color-stop(50%, #593d67), color-stop(90%, #60303a), to(#5e462a));
  background: linear-gradient(0deg, #383e61 0%, #593d67 50%, #60303a 90%, #5e462a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chart-list-name .role_name ruby {
  letter-spacing: 0.1em;
}
.chart-list-name .role_name rt {
  text-align: center;
  margin-bottom: 0.4em;
  font-size: 50%;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  background: -webkit-gradient(linear, left bottom, left top, from(#60303a), color-stop(20%, #5e462a), to(#565333));
  background: linear-gradient(0deg, #60303a 0%, #5e462a 20%, #565333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chart-list-name .role_name .age {
  font-size: 60%;
}
.chart-list-name .actor_name_inner {
  display: inline-block;
  font-size: 133%;
  font-weight: 500;
  background: -webkit-gradient(linear, left bottom, left top, from(#46522f), color-stop(40%, #24463a), color-stop(70%, #25464d), to(#383e61));
  background: linear-gradient(0deg, #46522f 0%, #24463a 40%, #25464d 70%, #383e61 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.chart-list-comment {
  margin-top: 12rem;
}
.chart-list-comment dt {
  text-align: center;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  font-size: 120%;
  font-weight: 500;
  line-height: 1;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #ee5c66 0%, #f28f64 15%, #f0f06e 30%, #aff464 42%, #36dd7f 57%, #5fe0fa 71%, #5e6dfb 85%, #ae67f7 100%) 1/0 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#ee5c66), color-stop(15%, #f28f64), color-stop(30%, #f0f06e), color-stop(42%, #aff464), color-stop(57%, #36dd7f), color-stop(71%, #5fe0fa), color-stop(85%, #5e6dfb), to(#ae67f7)) 1/0 0 1px 0;
     border-image: linear-gradient(to right, #ee5c66 0%, #f28f64 15%, #f0f06e 30%, #aff464 42%, #36dd7f 57%, #5fe0fa 71%, #5e6dfb 85%, #ae67f7 100%) 1/0 0 1px 0;
}
.chart-list-comment strong {
  display: block;
  margin-bottom: 0.5em;
  color: #d43656;
}

@media screen and (min-width: 768px) {
  .chart-box {
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
  }
  .chart-btn li {
    cursor: pointer;
  }
  .chart-list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5rem;
  }
  .chart-list-head figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 11.6279069767% 0 0;
    width: 28.2558139535%;
  }
  .chart-list-name {
    padding-left: 0;
    font-size: 115%;
  }
  .chart-list-comment {
    margin-top: 5rem;
  }
}
/* =====================================================================
    spinoff
======================================================================*/
#spinoff .footer,
.hulu_staff {
  background-color: #a7abb2;
}

.main > section[class^=hulu_] {
  padding: 19rem 0;
}
.main > section[class^=hulu_] .sec-ttl {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .main > section[class^=hulu_] {
    padding: 11rem 0 14rem;
  }
  .main > section[class^=hulu_] .sec-ttl {
    margin-bottom: 5rem;
  }
}

/*  hulu_original
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .hulu_original .sec-ttl .en {
    font-size: 258%;
  }
}
.hulu_original_embed {
  position: relative;
  margin-bottom: 2.5em;
  border: 1px solid #36dd7f;
  -o-border-image: linear-gradient(46deg, #ee5c66 0%, #f28f64 15%, #f0f06e 30%, #aff464 42%, #36dd7f 57%, #5fe0fa 71%, #5e6dfb 85%, #ae67f7 100%);
     border-image: linear-gradient(46deg, #ee5c66 0%, #f28f64 15%, #f0f06e 30%, #aff464 42%, #36dd7f 57%, #5fe0fa 71%, #5e6dfb 85%, #ae67f7 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0 1rem 2rem 1rem rgba(105, 126, 126, 0.2);
          box-shadow: 0 1rem 2rem 1rem rgba(105, 126, 126, 0.2);
}
@media screen and (min-width: 768px) {
  .hulu_original_embed {
    margin-left: auto;
    margin-right: auto;
    width: calc(880 / 1024 * 100%);
  }
}
.hulu_original_text {
  position: relative;
  text-align: center;
}
.hulu_original_text > p {
  font-size: 125%;
  line-height: 1.3;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .hulu_original_text > p {
    font-size: 200%;
  }
}
.hulu_original_text > p > span {
  color: #831e1a;
}
.hulu_original_text > p > small {
  font-size: 80%;
}
.hulu_original_btn {
  position: relative;
  width: calc(550 / 680 * 100%);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hulu_original_btn {
    width: calc(550 / 1024 * 100%);
  }
}
.hulu_original .sec-ttl i {
  display: block;
  font-size: 0.6em;
  font-style: normal;
  padding-bottom: 0.5em;
}
.hulu_original .sec-ttl .en {
  padding-top: 0.2em;
  line-height: 0.3;
}
.hulu_original .sec-ttl .en i {
  font-size: 0.6em;
}

/*  hulu_intro
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .hulu_intro_text {
    margin: 0 auto;
    width: calc(640 / 680 * 100%);
  }
}
.hulu_intro_text > p {
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .hulu_intro_text > p {
    font-size: 111%;
  }
}
.hulu_intro_text > p span {
  color: #e5e500;
}

/*  hulu_story
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .hulu_story_column {
    margin: 0 auto;
    width: calc(640 / 680 * 100%);
  }
}
.hulu_story_tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 2em;
}
.hulu_story_tab > li {
  margin-left: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hulu_story_tab > li {
    width: calc(648 / 1024 * 100%);
  }
}
.hulu_story_tab > li:first-child {
  margin-left: 0;
}
.hulu_story_tab > li > a {
  text-align: center;
  padding: 0.8em 0;
  font-size: 106%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(239, 245, 249, 0.7)), color-stop(80%, rgba(239, 245, 249, 0.7)), to(transparent));
  background: linear-gradient(to right, transparent 0%, rgba(239, 245, 249, 0.7) 20%, rgba(239, 245, 249, 0.7) 80%, transparent 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .hulu_story_tab > li > a {
    font-size: 122%;
  }
}
.hulu_story_tab > li > a > em {
  display: block;
  font-style: normal;
  font-size: 156%;
  color: #831e1a;
}
.hulu_story_tab > li > a > span {
  display: block;
  margin-top: 0.5em;
}
.hulu_story_panel {
  position: relative;
  width: 100%;
}
.hulu_story_panel > li {
  display: none;
}
.hulu_story_panel > li.is-show {
  display: block;
}
.hulu_story_detail {
  position: relative;
  width: 100%;
}
.hulu_story_list {
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .hulu_story_list {
    margin: 0 auto;
    width: calc(800 / 1024 * 100%);
  }
}
.hulu_story_list.slick-initialized.slick-slider {
  padding-bottom: 1.3em;
  opacity: 1;
}
.hulu_story_list.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.hulu_story_list.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 100%;
}
.hulu_story_list.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hulu_story_list.slick-initialized.slick-slider .slick-dots li {
  margin: 0 0.3em;
  width: 0.4em;
  height: 0.4em;
}
.hulu_story_list.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #831e1a;
}
.hulu_story_list.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #9b9fa3;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.hulu_story_list.slick-initialized.slick-slider .slick-dots li button:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hulu_story_text {
  margin-top: 1.8em;
  line-height: 1.8;
}
.hulu_story_text > p {
  margin-top: 1.5em;
}
.hulu_story_text > p:first-child {
  margin-top: 0;
}

/*  hulu_staff
-----------------------------------------*/
.hulu_staff .sec-ttl .ja::before {
  -webkit-filter: brightness(2.1) grayscale(1);
          filter: brightness(2.1) grayscale(1);
}
.hulu_staff .sec-ttl .en {
  color: #caced7;
}
.hulu_staff .staff-list li dl:not(.comment) dt::after {
  color: #ffffff;
}/*# sourceMappingURL=subpage.css.map */