@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
@-webkit-keyframes glitchy {
  0% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  25% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  50% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  75% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
}
@keyframes glitchy {
  0% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  25% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  50% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  75% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
}
.intro-text::before, .intro_nextstory::before, .movie.special::before, .chart-box::before, .cast::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cc0011;
  mix-blend-mode: overlay;
  z-index: -1;
}

/* =====================================================================
    共通
======================================================================*/
.wrapper::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: url(../images/common/bg_pattern01.jpg) no-repeat repeat top center/240rem auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wrapper::before {
    background-size: 100% auto;
  }
}

#chart .wrapper::before,
#story .wrapper::before,
#intro .wrapper::before {
  display: none;
}

.main > section {
  padding: 20rem 0;
}
.main > section:last-child {
  padding-bottom: 20rem;
}

.sec-ttl {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    width: calc(640 / 1000 * 100%);
  }
}

/* =====================================================================
    submv
======================================================================*/
.submv::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 6.4rem 3rem rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 0px 6.4rem 3rem rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .submv::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .submv > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.submv h1 {
  margin: 0 auto;
  width: calc(453 / 640 * 100%);
  -webkit-box-shadow: 0px 0px 16rem 4.3rem rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 16rem 4.3rem rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .submv h1 {
    margin: 0;
    width: calc(453 / 1000 * 100%);
  }
  .submv h1 a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .submv h1 a:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.7;
  }
}
.submv-date {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .submv-date {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .submv-date {
    margin-left: calc(30 / 1000 * 100%);
    width: calc(460 / 1000 * 100%);
  }
}

/* =====================================================================
    sns-share
======================================================================*/
.sns-share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .sns-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sns-share dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-right: 5%;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sns-share dt {
    font-size: 86%;
  }
}
@media screen and (min-width: 768px) {
  .sns-share dt {
    text-align: right;
    font-size: 125%;
  }
}
.sns-share dd ul li {
  margin-left: 0;
  margin-right: 0.6em;
  width: 8rem;
  height: 8rem;
}
.sns-share dd ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .sns-share dd ul li {
    width: 3em;
    height: 3em;
  }
}
.sns-share dd ul li a span {
  background-color: #000000;
}
.sns-share dd ul li a svg {
  fill: #ffffff;
}

/* =====================================================================
    topics
======================================================================*/
@media screen and (min-width: 768px) {
  .topics .sec-ttl {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 calc(252 / 1240 * 100%);
    width: calc(640 / 1240 * 100%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@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 .article-list-date {
  color: #ff0015;
}
@media screen and (max-width: 767px) {
  .topics-list .article-list-date {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.topics-list figure {
  margin-bottom: 0;
}
.topics-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .topics-list li:nth-child(3n+1), .topics-list li:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .topics-list li:first-child {
    width: 100%;
  }
}
.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 (min-width: 768px) {
  .topics-list li:first-child a {
    margin-left: auto;
    margin-right: 0;
    width: calc(840 / 1000 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .topics-list li a {
    padding-bottom: 6rem;
    border-bottom: 1px solid #ff0015;
  }
  .topics-list li:not(:last-child) {
    margin-bottom: 6rem;
  }
  .topics-list li:not(:first-child) .article-list-img {
    margin-bottom: 0;
  }
  .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(280 / 640 * 100%);
  }
  .topics-list li:not(:first-child) a .article-list-text {
    width: calc(320 / 640 * 100%);
  }
}

.topics-article {
  padding: 8rem calc(40 / 640 * 100%);
  color: #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .topics-article {
    margin-left: auto;
    padding: 8rem calc(64 / 1000 * 100%);
    width: calc(840 / 1000 * 100%);
  }
}
.topics-article-date {
  margin-bottom: 0.3em;
}
.topics-article-contents > * {
  position: relative;
  margin-bottom: 6rem;
  line-height: 1.785;
  z-index: 1;
}
.topics-article-contents header {
  padding-bottom: 1em;
  color: #99000d;
  border-bottom: 1px solid;
}
.topics-article-contents header h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 113%;
  line-height: 1.764;
}
@media screen and (min-width: 768px) {
  .topics-article-contents header h3 {
    font-size: 120%;
  }
}
.topics-article-contents h4 {
  padding-left: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 106%;
  line-height: 1.687;
  color: #99000d;
  border-left: 0.25em solid;
}
@media screen and (min-width: 768px) {
  .topics-article-contents figure {
    margin-left: auto;
    margin-right: auto;
    width: 95.5056179775%;
  }
}
.topics-article-contents p a {
  color: #000000;
}
@media screen and (min-width: 768px) {
  .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: #99000d;
  }
}
.topics-article-contents p strong {
  color: #ffffff;
  background-color: #99000d;
}
.topics-article-contents .btn1 {
  width: 90%;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .topics-article-contents .btn1 {
    width: 57.3033707865%;
  }
}
.topics-article .sns-share dt {
  color: #99000d;
}
.topics-btn {
  margin-top: 8rem;
  width: calc(413 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .topics-btn {
    width: calc(300 / 1000 * 100%);
  }
}
.topics-btn span {
  text-align: right;
  padding-right: 1.33em !important;
  padding-left: 2.33em;
  background-color: #99000d;
}
.topics-btn span::after {
  top: calc(50% + 0.2em);
  right: auto;
  left: 1em;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-color: #000000;
}

/* =====================================================================
    cast
======================================================================*/
@media screen and (min-width: 768px) {
  .cast .sec-ttl,
  .staff .sec-ttl {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(120 / 1240 * 100%);
    width: calc(640 / 1240 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .staff-list {
    margin-left: auto;
    width: calc(600 / 1000 * 100%);
  }
}
.staff-list li {
  position: relative;
}
.staff-list li:not(:last-child) {
  margin-bottom: 1.5em;
}
.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;
}
@media screen and (min-width: 768px) {
  .staff-list li dl:not(.comment) {
    font-size: 110%;
  }
}
.staff-list li dl:not(.comment) dt {
  position: relative;
  top: 0.2em;
  text-align: right;
  width: 50%;
  font-family: "Noto Serif JP", serif;
}
.staff-list li dl:not(.comment) dd {
  padding-left: 1em;
  width: 50%;
  font-weight: 400;
  line-height: 1;
}
.staff-list li dl:not(.comment) dd span {
  display: block;
  text-align: center;
  margin-bottom: 0.7em;
  padding: 0 1em;
  line-height: 1.4;
  background: url(../images/cast/bg_grange_red.jpg) no-repeat center/cover;
}
.staff-list li dl:not(.comment) dd small {
  font-size: 65%;
}
.staff-comment {
  margin-top: 4rem;
}

.cast_list {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cast_list {
    font-size: 110%;
    padding-left: 72%;
  }
}
.cast_list li {
  padding-bottom: 2em;
}
.cast_list li:last-child {
  padding-bottom: 0;
}
.cast_list li.space {
  padding-bottom: 0.5em;
}
.cast_list li.space::after {
  content: "・";
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
.cast_list li hr {
  width: 20%;
  margin: 0 auto;
}

/* =====================================================================
    chart
======================================================================*/
.chart-box {
  position: relative;
  padding: 4rem 0;
  margin-left: calc(-55 / 640 * 100%);
  width: calc(750 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .chart-box {
    padding: 8rem 0;
    margin-left: calc(-100 / 1000 * 100%);
    width: calc(1200 / 1000 * 100%);
  }
  .chart-box::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.chart-img {
  position: relative;
  z-index: 1;
}
.chart-note {
  text-align: center;
  margin-top: 2em;
  font-size: 90%;
}
.chart-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chart-btn li {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.chart-btn [data-popup=chart_id_01] {
  width: calc(240 / 1200 * 100%);
  padding-top: calc(240 / 1200 * 100%);
  margin: calc(408 / 1200 * 100%) 0 0 calc(495 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_02] {
  width: calc(240 / 1200 * 100%);
  padding-top: calc(240 / 1200 * 100%);
  margin: calc(408 / 1200 * 100%) 0 0 calc(175 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_03] {
  width: calc(240 / 1200 * 100%);
  padding-top: calc(240 / 1200 * 100%);
  margin: calc(952 / 1200 * 100%) 0 0 calc(172 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_04] {
  width: calc(240 / 1200 * 100%);
  padding-top: calc(240 / 1200 * 100%);
  margin: calc(953 / 1200 * 100%) 0 0 calc(476 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_05] {
  width: calc(192 / 1200 * 100%);
  padding-top: calc(192 / 1200 * 100%);
  margin: calc(1341 / 1200 * 100%) 0 0 calc(117 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_06] {
  width: calc(192 / 1200 * 100%);
  padding-top: calc(192 / 1200 * 100%);
  margin: calc(1341 / 1200 * 100%) 0 0 calc(349 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_07] {
  width: calc(192 / 1200 * 100%);
  padding-top: calc(192 / 1200 * 100%);
  margin: calc(1341 / 1200 * 100%) 0 0 calc(581 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_08] {
  width: calc(192 / 1200 * 100%);
  padding-top: calc(192 / 1200 * 100%);
  margin: calc(922 / 1200 * 100%) 0 0 calc(891 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_09] {
  width: calc(192 / 1200 * 100%);
  padding-top: calc(192 / 1200 * 100%);
  margin: calc(1341 / 1200 * 100%) 0 0 calc(891 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_10] {
  width: calc(180 / 1200 * 100%);
  padding-top: calc(180 / 1200 * 100%);
  margin: calc(184 / 1200 * 100%) 0 0 calc(943 / 1200 * 100%);
}
.chart-btn [data-popup=chart_id_11] {
  width: calc(180 / 1200 * 100%);
  padding-top: calc(180 / 1200 * 100%);
  margin: calc(468 / 1200 * 100%) 0 0 calc(868 / 1200 * 100%);
}
.chart-tehaisho {
  position: relative;
  padding: calc(80 / 1200 * 100%) calc(60 / 1200 * 100%);
  background: url(../images/chart/bg_pattern01.jpg) repeat-y top center/108% auto;
}
.chart-tehaisho::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cc0011;
  mix-blend-mode: color-burn;
}
.chart-tehaisho > * {
  position: relative;
}
.chart-tehaisho > * [data-zoom] {
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.chart-tehaisho-ep {
  margin-bottom: calc(55 / 1080 * 100%);
  padding: 0 calc(17 / 1080 * 100%);
}
.chart-tehaisho-ep:last-child {
  border-top: solid 2px #ffffff;
  padding-top: 2em;
}
.chart-tehaisho-ep > li:not(:last-child) {
  margin-bottom: 2.822201317%;
}
.chart-tehaisho-ep > li h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2%;
  width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .chart-tehaisho-ep > li h3 {
    font-size: 3.2rem;
  }
}
.chart-tehaisho-ep > li h3::after {
  content: "";
  display: inline-block;
  margin-left: 2%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  border-top: 2px solid currentColor;
}
.chart-tehaisho-ep > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chart-tehaisho-ep > li ul li {
  margin: 0 2.3518344309% 2.3518344309% 0;
  width: 18.062088429%;
}
.chart-tehaisho-ep > li ul li:nth-child(5n) {
  margin-right: 0;
}
.chart-tehaisho-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chart-tehaisho-list li {
  position: relative;
  width: calc(216 / 1080 * 100%);
  cursor: pointer;
}
.chart-tehaisho-list li:nth-child(1) {
  margin: calc(40 / 1080 * 100%) 0 0 0;
  z-index: 7;
}
.chart-tehaisho-list li:nth-child(2) {
  margin: calc(120 / 1080 * 100%) 0 0 calc(-20 / 1080 * 100%);
  z-index: 6;
}
.chart-tehaisho-list li:nth-child(3) {
  margin: calc(200 / 1080 * 100%) 0 0 calc(20 / 1080 * 100%);
  z-index: 3;
}
.chart-tehaisho-list li:nth-child(4) {
  margin: 0 0 0 calc(-20 / 1080 * 100%);
}
.chart-tehaisho-list li:nth-child(5) {
  margin: calc(80 / 1080 * 100%) 0 0 calc(20 / 1080 * 100%);
  z-index: 2;
}
.chart-tehaisho-list li:nth-child(6) {
  margin: calc(-100 / 1080 * 100%) 0 0 calc(80 / 1080 * 100%);
  z-index: 5;
}
.chart-tehaisho-list li:nth-child(7) {
  margin: calc(20 / 1080 * 100%) 0 0 calc(38 / 1080 * 100%);
  z-index: 4;
}
.chart-tehaisho-list li:nth-child(8) {
  margin: calc(-20 / 1080 * 100%) 0 0 calc(37 / 1080 * 100%);
  z-index: 2;
}
.chart-tehaisho-list li:nth-child(9) {
  margin: calc(-140 / 1080 * 100%) 0 0 calc(-20 / 1080 * 100%);
  z-index: 1;
}
.chart-tehaisho-list li:nth-child(10) {
  margin: calc(-140 / 1080 * 100%) 0 0 0;
  z-index: 4;
}
.chart-tehaisho-list li:nth-child(11) {
  margin: calc(27 / 1080 * 100%) 0 0 calc(-20 / 1080 * 100%);
  z-index: 3;
}
.chart-tehaisho-list li:nth-child(12) {
  margin: calc(-20 / 1080 * 100%) 0 0 calc(30 / 1080 * 100%);
  z-index: 3;
}
.chart-tehaisho-list li:nth-child(13) {
  margin: calc(67 / 1080 * 100%) 0 0 calc(-20 / 1080 * 100%);
  z-index: 2;
}
.chart-tehaisho-list li:nth-child(14) {
  margin: calc(-180 / 1080 * 100%) 0 0 calc(10 / 1080 * 100%);
}
.chart-tehaisho-list li:nth-child(15) {
  margin: calc(-140 / 1080 * 100%) 0 0 calc(40 / 1080 * 100%);
  z-index: 1;
}
.chart-tehaisho-list li:nth-child(16) {
  margin: calc(-30 / 1080 * 100%) 0 0 calc(177 / 1080 * 100%);
}
.chart-tehaisho-list li:nth-child(17) {
  margin: calc(-180 / 1080 * 100%) 0 0 calc(175 / 1080 * 100%);
  z-index: 1;
}
.chart-tehaisho-list li:nth-child(18) {
  margin: calc(-70 / 1080 * 100%) 0 0 0;
}
.chart-tehaisho-list li:nth-child(19) {
  margin: calc(-150 / 1080 * 100%) 0 0 calc(21 / 1080 * 100%);
}
.chart-tehaisho-list li:nth-child(20) {
  margin: calc(44 / 1080 * 100%) 0 0 calc(-20 / 1080 * 100%);
}
.chart-tehaisho-list li:nth-child(21) {
  margin: calc(-30 / 1080 * 100%) 0 0 calc(22 / 1080 * 100%);
  z-index: 1;
}
.chart-tehaisho-list li:nth-child(22) {
  margin: calc(-105 / 1080 * 100%) 0 0 calc(-25 / 1080 * 100%);
}
.chart-list-text {
  padding: 2rem 7.3529411765%;
}
.chart-list-text > *:not(:last-child) {
  margin-bottom: 1em;
}
.chart-list-comment::before {
  display: none;
}
.chart-list-comment dt {
  color: #ffffff;
  line-height: 1;
}
.chart-list-comment dd {
  padding-left: 7.3529411765%;
  padding-right: 7.3529411765%;
}

.popup-chart .popup-list li {
  padding: 0;
  background: url(../images/chart/bg_pattern02.jpg) repeat-y top center/100% auto;
}

/* =====================================================================
    story
======================================================================*/
.story {
  color: #000000;
}
.story-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.story-bg::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 75rem);
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 768px) {
  .story-bg::before {
    height: calc(100% - 72rem);
  }
}
.story-bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 75rem;
  background: url(../images/common/bg_triangle.svg) no-repeat left bottom/cover;
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .story-bg::after {
    width: 75vw;
    height: 72rem;
  }
}
.story .sec-ttl {
  margin-bottom: 11rem;
}
.story-head {
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .story-head {
    margin: 0 auto 6rem;
    width: calc(800 / 1000 * 100%);
  }
}
.story-movie {
  position: relative;
}
.story-movie::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_img_movie.jpg) no-repeat center/100% 100%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: -1;
}
.story-subttl {
  text-align: center;
  margin: 3rem auto 0;
  padding: 0.4em;
  width: 6.66em;
  font-size: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  background: url(../images/common/bg_story_subttl.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  .story-subttl {
    margin-top: 6rem;
    font-size: 135%;
  }
}
.story-date {
  text-align: center;
  margin-top: 1rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #99000d;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .story-date {
    font-size: 150%;
  }
}
.story-text-list > li:not(:last-child),
.story-text-list > li > *:not(:last-child) {
  margin-bottom: 4rem;
}
.story-text-list > li > p {
  line-height: 1.666;
}
.story-text-list > li > p b,
.story-text-list > li > p strong {
  font-weight: 500;
  color: #ff0015;
}
@media screen and (min-width: 768px) {
  .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: 3rem;
}
.story-images-list li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .story-images-list li {
    width: calc(480 / 1000 * 100%);
  }
  .story-images-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .story-images-list li:nth-child(2n) {
    margin-left: calc(40 / 1000 * 100%);
  }
}
.story-text-list, .story-images-list {
  margin: 6rem auto 0;
}
@media screen and (min-width: 768px) {
  .story-text-list, .story-images-list {
    margin-top: 8rem;
  }
}
.story .sns-share {
  margin-top: 8rem;
}
.story-btn {
  margin-top: 8rem;
}

.backnumber-ttl {
  margin: 0 auto 6rem;
  width: calc(408 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .backnumber-ttl {
    width: calc(408 / 1000 * 100%);
  }
}
.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(32 / 640 * 100%) 4rem 0;
  width: calc(304 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .backnumber-list li {
    margin: 0 calc(20 / 1000 * 100%) 4rem 0;
    width: calc(184 / 1000 * 100%);
  }
  .backnumber-list li:nth-child(5n), .backnumber-list li:last-child {
    margin-right: 0;
  }
}
.backnumber-list li dd {
  text-align: center;
  margin-top: 0.1em;
  font-size: 106%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .backnumber-list li dd {
    font-size: 100%;
  }
}

/* =====================================================================
    movie
======================================================================*/
.movie {
  position: relative;
  padding: 20rem 0;
}
.movie.digest + .nextstory {
  padding-top: 0;
}
.movie .article-list-img {
  margin-bottom: 0.7em;
}
.movie .article-list-img figure {
  margin-bottom: 0;
}
.movie .article-list-date {
  margin-bottom: 0.3em;
  color: #ff0015;
}
.movie .article-list h4 {
  margin-bottom: 0;
}
.movie-subttl {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .movie-subttl {
    margin: 0 auto 7.4rem;
    width: calc(640 / 1000 * 100%);
  }
}
.movie-pickup .article-list-img {
  position: relative;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .movie-pickup .article-list-img {
    margin-left: auto;
    margin-right: auto;
    width: calc(800 / 1000 * 100%);
  }
}
.movie-pickup .article-list-img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_img_movie.jpg) no-repeat center/100% 100%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: -1;
}
.movie-pickup .article-list-date {
  font-size: 100%;
}
.movie-list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .movie-list .slick-list {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .movie-list .slick-list {
    padding-top: 5px;
  }
}
.movie-list .slick-disabled {
  display: none !important;
}
.movie-list .slick-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 4.5em);
  width: 2em;
  height: 2em;
  border-radius: 0.5em;
  background: #ffffff;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .movie-list .slick-arrow {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .movie-list .slick-arrow:hover.prev {
    left: -5px;
  }
  .movie-list .slick-arrow:hover.next {
    right: -5px;
  }
}
.movie-list .slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 48%;
  width: 0.5em;
  height: 0.5em;
  margin-right: 3rem;
  border-top: 2px solid #99000d;
  border-right: 2px solid #99000d;
  -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 {
  margin: 0 4rem;
  width: 40rem !important;
}
@media screen and (min-width: 768px) {
  .movie-list li {
    margin: 0 calc(52 / 1600 * 100vw) 0 0;
    width: calc(360 / 1600 * 100vw) !important;
  }
}
@media screen and (min-width: 1600px) {
  .movie-list li {
    margin: 0 4.4rem 0 0;
    width: 30.4rem !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;
  cursor: pointer;
}

/* =====================================================================
    original, music
======================================================================*/
.original-group,
.music-group {
  position: relative;
}
.original-group-inner,
.music-group-inner {
  position: relative;
  margin-left: calc(-40 / 1000 * 100%);
  padding: 0 calc(48 / 640 * 100%) 10rem;
  width: calc(680 / 640 * 100%);
  color: #000000;
}
@media screen and (min-width: 768px) {
  .original-group-inner,
  .music-group-inner {
    margin-left: calc(-120 / 1000 * 100%);
    width: calc(1240 / 1000 * 100%);
    padding: 8rem calc(120 / 1000 * 100%);
  }
}
.original-group-inner::before,
.music-group-inner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 38rem);
  background-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .original-group-inner::before,
  .music-group-inner::before {
    height: calc(100% + 38rem);
    height: 100%;
  }
}
.original-img,
.music-img {
  position: relative;
  margin: 0 auto 8rem;
  width: calc(544 / 640 * 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .original-img,
  .music-img {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20.5rem;
    width: calc(544 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .original-head,
  .music-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(408 / 1000 * 100%);
  }
}
.original-head-ttl,
.music-head-ttl {
  margin-bottom: 0.8em;
  width: 88.7867647059%;
}
.original-head-text01,
.music-head-text01 {
  font-weight: 700;
  color: #99000d;
}
@media screen and (min-width: 768px) {
  .original-head-text01,
  .music-head-text01 {
    font-size: 110%;
  }
}
.original-head-text02,
.music-head-text02 {
  font-size: 133%;
  font-weight: 700;
  color: #99000d;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .original-head-text02,
  .music-head-text02 {
    font-size: 150%;
  }
}
.original-head-text03,
.music-head-text03 {
  margin-top: 0.8em;
  font-size: 80%;
  color: #99000d;
}
.original-head-btn,
.music-head-btn {
  margin: 8rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .original-head-btn,
  .music-head-btn {
    margin-top: 4rem;
  }
}
.original-head-btn a,
.music-head-btn a {
  width: 100%;
}
.original-comment,
.music-comment {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .original-comment,
  .music-comment {
    margin-top: 6.4rem;
  }
}
.original-comment dt,
.music-comment dt {
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0.3em 0.8em;
  min-width: 8em;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  [class^=music-head-text] {
    text-align: center;
  }
}
/* =====================================================================
    intro
======================================================================*/
.intro {
  background-color: rgba(0, 0, 0, 0.75);
}
.intro_nextstory {
  padding: 8rem 0 !important;
}
.intro .sec-ttl {
  margin-bottom: 12.6rem;
}
@media screen and (min-width: 768px) {
  .intro .sec-ttl {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 calc(254 / 1240 * 100%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.intro-text {
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro-text {
    margin-left: auto;
    width: calc(814 / 1000 * 100%);
  }
}
.intro-text::before {
  mix-blend-mode: color-dodge;
  margin: calc(-82 / 640 * 100%) calc(50% - 50vw) 0;
  width: 100vw;
  height: 0;
  padding-top: calc(1500 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .intro-text::before {
    margin: -10.4422604423% 0 0 -3.5626535627%;
    width: 108.1081081081%;
    padding-top: 89.6805896806%;
  }
}

/* =====================================================================
    spinoff
======================================================================*/
.spinoff {
  padding: 0 !important;
}
.spinoff > * {
  padding: 20rem 0;
  overflow: hidden;
}
.spinoff-slider {
  margin-bottom: 4rem;
  padding-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  .spinoff-slider {
    margin-left: auto;
    margin-right: auto;
    width: calc(800 / 1000 * 100%);
  }
}
.spinoff-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spinoff-slider .slick-dots li {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.5em;
}
.spinoff-slider .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.spinoff-slider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bfbfbf;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .spinoff-slider .slick-dots li button:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .spinoff-slider .slick-dots li button:hover::before {
    background-color: #cc0011;
  }
}
.spinoff-slider .slick-dots li.slick-active button::before {
  background-color: #cc0011;
}
.spinoff-head {
  position: relative;
}
.spinoff-head-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.spinoff-head-bg::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 75rem);
  background-color: #cc0011;
}
@media screen and (min-width: 768px) {
  .spinoff-head-bg::before {
    height: calc(100% - 72rem);
  }
}
.spinoff-head-bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 75rem;
  background: url(../images/common/bg_triangle_red.svg) no-repeat left bottom/cover;
}
@media screen and (min-width: 768px) {
  .spinoff-head-bg::after {
    width: 75vw;
    height: 72rem;
  }
}
@media screen and (min-width: 768px) {
  .spinoff-head .sec-ttl {
    width: calc(830 / 1000 * 100%);
  }
}
.spinoff-head-movie .slick-list {
  margin-left: -4%;
  width: 108%;
}
.spinoff-head-movie .slick-slide {
  padding: 0.8%;
}
.spinoff-head-movie .slick-slide .movie-embed::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_img_movie.jpg) no-repeat center/100% 100%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: -1;
}
.spinoff-head p {
  text-align: center;
  font-size: 133%;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .spinoff-head p {
    font-size: 150%;
  }
}
.spinoff-head p span {
  color: #d5ff00;
}
.spinoff-head p small {
  font-size: 75%;
}
.spinoff .btn-trial {
  margin: 6rem auto 0;
  width: calc(550 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .spinoff .btn-trial {
    width: calc(550 / 1000 * 100%);
  }
}
.spinoff-intro-text strong {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 133%;
  line-height: 2;
  background: url(../images/top/bg_grange_red.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .spinoff-intro-text strong {
    font-size: 150%;
  }
}
.spinoff-intro-text span {
  color: #ff0015;
}
.spinoff-story {
  background-color: rgba(248, 248, 248, 0.75);
}
.spinoff-story-tab {
  position: relative;
  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;
  gap: 0 calc(32 / 640 * 100%);
  margin-bottom: 4rem;
  border-bottom: 2px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab {
    gap: 0 calc(40 / 1000 * 100%);
  }
}
.spinoff-story-tab li {
  position: relative;
  display: block;
  width: calc(304 / 640 * 100%);
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab li {
    font-size: 120%;
    width: 9.8em;
  }
}
.spinoff-story-tab li a {
  position: relative;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: center;
  padding: 0.833em 0.3em;
  height: 100%;
  background: url(../images/spinoff/bg_story_tab.jpg) no-repeat center/cover;
  border: 2px solid #ffffff;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .spinoff-story-tab li a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .spinoff-story-tab li a:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-image: none;
    color: #ffffff;
    border-color: #ffffff;
  }
  .spinoff-story-tab li a:hover .ja,
  .spinoff-story-tab li a:hover .en {
    color: #000000;
  }
  .spinoff-story-tab li a:hover .date {
    color: #cc0011;
  }
}
.spinoff-story-tab li a > * {
  display: block;
  margin-bottom: 0.5em;
}
.spinoff-story-tab li a .ja {
  padding: 0 0.6em;
  font-weight: 700;
  font-size: 87%;
  line-height: 1.25;
  letter-spacing: 0;
}
.spinoff-story-tab li a .en {
  margin-right: 0.5em;
  padding: 0 1.8em;
  font-family: "Oswald", sans-serif;
  font-size: 53%;
  line-height: 1.125;
  letter-spacing: 0;
}
.spinoff-story-tab li a .cs {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 106%;
  letter-spacing: 0;
}
.spinoff-story-tab li a .date {
  display: block;
  margin: auto 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  white-space: nowrap;
}
.spinoff-story-tab li.nolink {
  pointer-events: none;
}
.spinoff-story-tab li.is-active a {
  background: transparent;
  border-color: #ffffff;
}
.spinoff-story-tab li.is-active a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #c2c2c3;
}
.spinoff-story-tab li.is-active a .ja,
.spinoff-story-tab li.is-active a .en {
  color: #000000;
}
.spinoff-story-tab li.is-active a .date {
  color: #cc0011;
}
.spinoff-story-tab li.up::after {
  content: "UP";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  width: 2.666em;
  height: 2.666em;
  font-family: "Oswald", sans-serif;
  background: linear-gradient(135deg, #99000d 0%, #99000d 50%, transparent 50%, transparent 100%);
  z-index: 3;
}
.spinoff-story-panel > li {
  display: none;
}
.spinoff-story-panel > li.is-show {
  display: block !important;
}
.spinoff-story-panel > li p {
  color: #000000;
}
.spinoff-story-panel .slick-dots {
  font-size: 65%;
}
.spinoff-story-panel .slick-dots li button::before {
  background-color: #ffffff;
}
.spinoff-story-panel .slick-dots li.slick-active button::before {
  background-color: #99000d;
}
@media screen and (min-width: 768px) {
  .spinoff-staff .sec-ttl {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(120 / 1240 * 100%);
    width: calc(640 / 1240 * 100%);
  }
}
.spinoff-staff .btn-trial {
  margin-top: 10rem;
}/*# sourceMappingURL=subpage.css.map */