@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層ページ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.sec-head {
  padding-top: 31rem;
}

.page-ttl {
  text-align: center;
  margin-bottom: 9rem;
}
.page-ttl > * {
  position: relative;
  display: inline-block;
  font-family: "Staatliches", sans-serif;
  font-size: 14rem;
  line-height: 0.75;
  letter-spacing: 0.02em;
}
.page-ttl > *::before, .page-ttl > *::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-style: solid;
  border-color: #fff100;
  border-top-width: 0.6rem;
  border-left-width: 0.6rem;
}
.page-ttl > *::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-ttl > * span {
  position: relative;
  top: 0.05em;
  display: block;
  padding: 0 2.5rem;
}
.page-ttl > * span::before, .page-ttl > * span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-style: solid;
  border-color: #fff100;
  border-bottom-width: 0.6rem;
  border-left-width: 0.6rem;
}
.page-ttl > * span::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .sec-head {
    padding-top: 20rem;
  }
  .page-ttl {
    margin-bottom: 12rem;
  }
}
/* =====================================================================
    story
======================================================================*/
.story {
  padding-bottom: 20rem;
}
.story-feature {
  position: relative;
  margin-bottom: 5rem;
  padding: 9rem 0 6rem;
}
.story-feature::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../images/common/bg_dots_black.png) repeat top center/0.7rem auto;
  opacity: 0.15;
  z-index: -1;
}
.story-feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding-right: 1rem;
  width: 100%;
  background-color: #ffffff;
  border-right: 0.2em solid #ff0014;
}
.story-episode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 107%;
}
.story-episode dt {
  padding: 0.15em 0.8em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.12em;
  background-color: #ff0014;
}
.story-episode dd {
  position: relative;
  margin-right: 2rem;
  font-family: "Staatliches", sans-serif;
  font-size: 186%;
  color: #ff0014;
  line-height: 0.8;
}
.story-episode dd::before {
  content: "#";
  display: inline-block;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 46%;
  margin-right: 0.05em;
  vertical-align: top;
}
.story-date {
  font-family: "Staatliches", sans-serif;
  font-size: 128%;
  line-height: 0.75;
}
.story-ttl {
  position: relative;
  margin-bottom: 5rem;
}
.story-ttl span {
  padding: 0.05em 0.1em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 214%;
  line-height: 1.7;
  background: #ffffff;
}
.story-movie {
  position: relative;
  margin-left: calc(-80 / 650 * 100%);
  padding: 3rem;
  width: calc(810 / 650 * 100%);
  overflow: hidden;
}
.story-movie::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}
.story-text {
  margin-bottom: 8rem;
  line-height: 1.928;
}
.story-slider, .story-slider-dots .slick-dots {
  margin: 0 auto;
  width: calc(640 / 650 * 100%);
}
.story-slider .slick-disabled {
  display: none !important;
}
.story-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 42%;
  background: #000000;
  border-radius: 0.4rem;
  z-index: 3;
}
.story-slider .slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 42%;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.story-slider .slick-arrow.prev {
  left: 0;
  margin-left: -4.5rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.story-slider .slick-arrow.next {
  right: 0;
  margin-right: -4.5rem;
}
.story-slider-dots {
  margin-top: 2.6rem;
  line-height: 0;
}
.story-slider-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.story-slider-dots li {
  display: inline-block;
  width: 6.25%;
  height: 0.8rem;
  margin: 0 0.3125%;
}
.story-slider-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.story-slider-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.story-slider-dots li.slick-active button::before {
  background-color: #ff0014;
}

@media screen and (min-width: 768px) {
  .story {
    padding-bottom: 12rem;
  }
  .story-feature {
    padding: 6rem 0 5rem;
  }
  .story-feature-head {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .story-date {
    font-size: 200%;
  }
  .story-ttl {
    margin: 0 auto 4rem;
    max-width: 800px;
  }
  .story-ttl span {
    font-size: 5rem;
  }
  .story-movie {
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
  }
  .story-slider, .story-slider-dots .slick-dots {
    width: 85%;
    max-width: 640px;
  }
  .story-slider .slick-arrow {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .story-slider .slick-arrow.prev {
    margin-left: -6rem;
  }
  .story-slider .slick-arrow.next {
    margin-right: -6rem;
  }
  .story-slider .slick-arrow:hover {
    background-color: #ff0014;
  }
  .story-slider-dots li button {
    cursor: pointer;
  }
  .story-slider-dots li button:hover::before {
    background-color: #ff0014;
  }
}
/* =====================================================================
    backnumber
======================================================================*/
.story-backnumber .backnumber-list > li > ul,
.movie-backnumber .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) {
  .story-backnumber .backnumber-list > li > ul,
  .movie-backnumber .backnumber-list {
    margin-left: calc(-15 / 650 * 100%);
    width: calc(680 / 650 * 100%);
  }
}
.story-backnumber .backnumber-list > li > ul > li,
.movie-backnumber .backnumber-list > li {
  margin: 0 5.2941176471% 5rem 0;
  width: 47.0588235294%;
}
@media screen and (max-width: 767px) {
  .story-backnumber .backnumber-list > li > ul > li:nth-child(2n), .story-backnumber .backnumber-list > li > ul > li:last-child,
  .movie-backnumber .backnumber-list > li:nth-child(2n),
  .movie-backnumber .backnumber-list > li:last-child {
    margin-right: 0;
  }
}
.story-backnumber .backnumber-list > li > ul > li dl dd,
.movie-backnumber .backnumber-list > li dl dd {
  margin-top: 0.7em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 107%;
  color: #ffffff;
  line-height: 1.3;
}
.story-backnumber .backnumber-list > li > ul > li dl dd span,
.movie-backnumber .backnumber-list > li dl dd span {
  display: block;
  margin-bottom: 0.2em;
  font-family: "Staatliches", sans-serif;
  font-size: 93%;
  line-height: 0.8;
  color: #fff100;
}

.backnumber {
  padding: 12rem 0;
  background: #3e0005 url(../images/common/bg_dots_black.png) repeat top center/0.7rem auto;
}
.backnumber-ttl {
  text-align: center;
  margin-bottom: 7rem;
  font-family: "Staatliches", sans-serif;
  font-size: 10rem;
  color: #fff100;
  line-height: 0.8;
}
.backnumber-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 5rem;
  width: calc(588 / 650 * 100%);
}
.backnumber-tab li {
  position: relative;
  text-align: center;
  margin: 0 4.0816326531% 2.4rem 0;
  padding: 1.9rem 0;
  width: 47.9591836735%;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 121%;
  color: #ff0014;
  background-color: #000000;
  border: 1px solid #b10000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.backnumber-tab li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.6rem;
  height: 60%;
  background-color: #b10000;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
}
.backnumber-tab li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.6rem;
  height: 60%;
  background-color: #b10000;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .backnumber-tab li:nth-child(2n) {
    margin-right: 0;
  }
}
.backnumber-tab li.is-active {
  color: #fff100;
  background-color: #3d3d3d;
  border-color: #fff100;
}
.backnumber-tab li.is-active::before, .backnumber-tab li.is-active::after {
  background-color: #fff100;
}
.backnumber-list > li > ul > li dl dd span::before {
  content: "#";
  display: inline-block;
}

.tab-content > li {
  display: none;
}
.tab-content > li.is-show {
  display: block;
}

@media screen and (min-width: 768px) {
  .story-backnumber .backnumber-list > li > ul > li,
  .movie-backnumber .backnumber-list > li {
    margin: 0 calc(24 / 1200 * 100%) 5rem 0;
    width: calc(282 / 1200 * 100%);
  }
  .story-backnumber .backnumber-list > li > ul > li:nth-child(4n), .story-backnumber .backnumber-list > li > ul > li:last-child,
  .movie-backnumber .backnumber-list > li:nth-child(4n),
  .movie-backnumber .backnumber-list > li:last-child {
    margin-right: 0;
  }
  .story-backnumber .backnumber-list > li > ul > li a:hover dt img,
  .movie-backnumber .backnumber-list > li a:hover dt img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .story-backnumber .backnumber-list > li > ul > li dl dt,
  .movie-backnumber .backnumber-list > li dl dt {
    overflow: hidden;
  }
  .story-backnumber .backnumber-list > li > ul > li dl dt img,
  .movie-backnumber .backnumber-list > li dl dt img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .story-backnumber .backnumber-list > li > ul > li dl dd,
  .movie-backnumber .backnumber-list > li dl dd {
    font-size: 122%;
  }
  .backnumber-ttl {
    font-size: 8rem;
  }
  .backnumber-tab {
    margin-bottom: 9rem;
    width: 100%;
  }
  .backnumber-tab li {
    margin: 0 calc(24 / 1200 * 100%) 2.4rem 0;
    padding: 1.1rem 0;
    width: calc(282 / 1200 * 100%);
    font-size: 166%;
    cursor: pointer;
  }
  .backnumber-tab li:nth-child(4n) {
    margin-right: 0;
  }
  .backnumber-tab li:hover {
    color: #ff0014;
    background-color: #570000;
    border-color: #ff0014;
  }
  .backnumber-tab li:hover::before, .backnumber-tab li:hover::after {
    background-color: #ff0014;
  }
}
/* =====================================================================
    character
======================================================================*/
/* 一覧 */
.character {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .character-tab {
    margin-left: calc(-25 / 650 * 100%);
    width: calc(700 / 650 * 100%);
  }
}
.character-tab-content {
  display: none;
  padding-bottom: 7rem;
}
.character-tab > li:not(:last-child) {
  margin-bottom: 1rem;
}
.character-tab > li.is-show .character-genre h3 button::before {
  width: 100vw;
}
.character-tab > li.is-show .character-genre h3 button span::after {
  top: -0.1em;
  right: -0.1em;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.character-genre {
  position: relative;
  text-align: center;
  width: 100%;
  color: #ffffff;
  background-color: #00134b;
}
.character-genre::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../images/common/bg_dots_black.png) repeat top center/0.7rem auto;
  opacity: 0.15;
}
.character-genre h3 {
  position: relative;
  display: block;
  width: 100%;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-size: 128%;
}
.character-genre h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.6rem;
  height: 60%;
  background-color: #ff0014;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
}
.character-genre h3::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.6rem;
  height: 60%;
  background-color: #ff0014;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.character-genre h3::before, .character-genre h3::after {
  width: 0.8rem;
  z-index: 1;
}
.character-genre h3 button {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}
.character-genre h3 button::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background-color: #00134b;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.character-genre h3 button span::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.character-genre h3 span {
  position: relative;
  display: inline-block;
  padding: 3.8rem 2rem;
  line-height: 1.2;
}
.character-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;
  padding-top: 8rem;
}
.character-list li {
  margin: 0 4.2857142857% 5rem 0;
  width: 47.1428571429%;
}
@media screen and (max-width: 767px) {
  .character-list li:nth-child(2n), .character-list li:last-child {
    margin-right: 0;
  }
}
.character-list li h4 {
  text-align: center;
  margin-top: 0.4em;
  font-size: 128%;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .character {
    padding-bottom: 22rem;
  }
  .character-genre {
    margin: 0 auto;
    max-width: 1000px;
  }
  .character-genre h3 {
    font-size: 3.6rem;
  }
  .character-genre h3 button {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .character-genre h3 button:hover {
    color: #fff100;
  }
  .character-genre h3 span {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }
  .character-list {
    padding-top: 6rem;
  }
  .character-list li {
    margin: 0 calc(20 / 1200 * 100%) 4rem 0;
    width: calc(224 / 1200 * 100%);
  }
  .character-list li:nth-child(5n), .character-list li:last-child {
    margin-right: 0;
  }
  .character-list li a:hover figure img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .character-list li figure {
    overflow: hidden;
  }
  .character-list li figure img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
/* 内容 */
.character .btn-back {
  text-align: right;
  margin-bottom: 5rem;
}
.character .btn-back a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: calc(-50 / 650 * 100%);
  padding: 2.2rem 1.5em;
  width: calc(280 / 650 * 100%);
  font-weight: bold;
  background-color: #fff100;
  z-index: 1;
}
.character .btn-back a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 100%;
  background-color: #000000;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
.character .btn-back a::after {
  content: "";
  position: absolute;
  display: block;
  top: 49%;
  left: 1.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.character-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .character-content-left {
    display: contents;
  }
  .character-content-head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .character-content-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .character-content-profile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .character-content-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.character-content-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
  padding: 4rem 2.5rem 0;
  line-height: 1.3;
  border-left: 1rem solid #000000;
}
.character-content-head::before, .character-content-head::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%;
  background: url(../images/common/bg_dots_black.png) repeat top center/0.7rem auto;
  opacity: 0.15;
}
.character-content-head::after {
  left: auto;
  right: -50vw;
}
.character-content-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 5.6rem;
}
.character-content-name h3 {
  font-weight: bold;
}
.character-content-name h3 span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 40%;
  letter-spacing: 0.04em;
}
.character-content-name-en {
  margin-top: 0.5em;
  font-family: "Staatliches", sans-serif;
  font-size: 89%;
  color: #ff0014;
  letter-spacing: 0.02em;
  line-height: 0.8;
}
.character-content-cv {
  margin: 0.8em 0 0 auto;
  padding-left: 1em;
  font-weight: bold;
  font-size: 3rem;
}
.character-content-img {
  position: relative;
  margin-bottom: 8rem;
  width: 100%;
  z-index: 2;
}
.character-content-profile {
  margin-bottom: 8rem;
}
.character-content-profile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.character-content-profile dl:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .character-content-profile dl {
    margin-left: calc(-50 / 650 * 100%);
    width: calc(700 / 650 * 100%);
  }
}
.character-content-profile dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5%;
  padding: 1rem;
  width: 40%;
  font-size: 3.4rem;
  font-weight: 500;
  color: #afafaf;
  background-color: #fff100;
}
.character-content-profile dl dt:not(.font-en) {
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
}
.character-content-profile dl dt.font-en {
  font-size: 4rem;
  line-height: 0.8;
}
.character-content-profile dl.heroname dt {
  color: #ffffff;
  background-color: #ae000e;
}
.character-content-profile dl dd {
  padding: 2rem 0;
  font-size: 114%;
  font-weight: bold;
  line-height: 1.25;
}
.character-content-text {
  font-size: 107%;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .character .btn-back {
    margin-bottom: 20px;
  }
  .character .btn-back a {
    margin-right: 0;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    width: 200px;
  }
  .character .btn-back a:hover {
    color: #ffffff;
  }
  .character .btn-back a:hover::before {
    width: 100%;
  }
  .character .btn-back a:hover::after {
    border-color: #ffffff;
  }
  .character-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto 14rem;
    max-width: 1000px;
  }
  .character-content-left {
    width: 60%;
  }
  .character-content-head {
    margin-bottom: 6rem;
  }
  .character-content-head::after {
    right: -100vw;
    width: 100vw;
  }
  .character-content-name {
    font-size: 4.6rem;
    font-size: max(4.6rem, 28px);
  }
  .character-content-cv {
    font-size: 122%;
  }
  .character-content-img {
    margin-bottom: 0;
    width: 48%;
  }
  .character-content-profile {
    margin-bottom: 5rem;
  }
  .character-content-profile dl:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .character-content-profile dl dt {
    padding: 0.4rem 0.7rem;
    width: 22%;
    width: 132px;
    font-size: 122%;
  }
  .character-content-profile dl dt.font-en {
    font-size: 144%;
  }
  .character-content-profile dl dd {
    font-size: 144%;
  }
  .character-content-text {
    font-size: 100%;
  }
}
/* =====================================================================
    news
======================================================================*/
.news {
  padding-bottom: 20rem;
}
.news-article {
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-article {
    margin-left: calc(-20 / 650 * 100%);
    width: calc(690 / 650 * 100%);
  }
}
.news-article:not(:last-of-type) {
  margin-bottom: 8rem;
}
.news-article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 5.7971014493%;
  background-color: #064544;
}
.news-article-header time {
  position: relative;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.5em;
  margin-right: 5.737704918%;
  font-family: "Staatliches", sans-serif;
  font-size: 75%;
  color: #fff100;
}
.news-article-header time::before {
  content: "";
  position: absolute;
  display: block;
  top: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0.8rem;
  background-color: #fff100;
  clip-path: polygon(10% 100%, 90% 100%, 100% 0, 0 0);
}
.news-article-header time span {
  display: block;
  margin-top: 0.15em;
  font-size: 120%;
}
.news-article-header h3 {
  font-size: 107%;
  font-weight: bold;
  line-height: 1.733;
  color: #ffffff;
}
.news-article-contents {
  padding: 6rem 3.6231884058% 12rem;
  line-height: 1.928;
  background-color: #ffffff;
  border-bottom: 0.8rem solid #000000;
}
.news-article-contents > *:not(:last-child) {
  margin-bottom: 6rem;
}
.news-article-contents p span {
  background: #fff100;
}
.news-article-contents p a {
  display: inline;
  color: #ff0014;
  text-decoration: underline;
}
.news-article-contents .arrowLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ff0014;
  text-decoration: underline;
}
.news-article-contents .arrowLink svg {
  position: relative;
  top: 0.45em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.3em;
  width: 1.1em;
  height: 1.1em;
  fill: #ff0014;
  stroke: #ffffff;
}

@media screen and (min-width: 768px) {
  .news {
    padding-bottom: 16rem;
  }
  .news-article {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
  .news-article:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  .news-article-header {
    padding: 3rem 5%;
  }
  .news-article-header time {
    margin-right: 5.3333333333%;
    font-size: 111%;
  }
  .news-article-header time::before {
    height: 0.6rem;
  }
  .news-article-header h3 {
    font-size: 122%;
  }
  .news-article-contents {
    padding: 5rem 6% 6rem;
    border-bottom-width: 0.4rem;
  }
  .news-article-contents > *:not(:last-child) {
    margin-bottom: 5rem;
  }
  .news-article-contents a:hover {
    color: #064544;
  }
  .news-article-contents .arrowLink svg {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .news-article-contents .arrowLink:hover svg {
    fill: #064544;
  }
}
/* =====================================================================
    music
======================================================================*/
.music {
  overflow-x: initial;
  z-index: 3;
}
.music-tab {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  padding: 0.8rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.music-tab li {
  position: relative;
  text-align: center;
  margin: 1.0899182561% 0.5449591281% 0;
  padding: 1.9rem 0;
  width: 23.8419618529%;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 3.8rem;
  color: #ffffff;
  background-color: #3e0005;
  clip-path: polygon(0.3em 0, calc(100% - 0.3em) 0, 100% 0.3em, 100% calc(100% - 0.3em), calc(100% - 0.3em) 100%, 0.3em 100%, 0 calc(100% - 0.3em), 0 0.3em);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .music-tab li:nth-child(-n+4) {
    margin-top: 0;
  }
}
.music-tab li.is-active {
  background-color: #ff0014;
}
.music-group {
  padding-bottom: 20rem;
  min-height: 100vh;
}
.music-group > li {
  display: none;
}
.music-group > li.is-show {
  display: block;
}
.music-group-head {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}
.music-group-head::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../images/common/bg_dots_black.png) repeat top center/0.7rem auto;
  opacity: 0.15;
  z-index: -1;
}
.music-group-ttl {
  padding: 0.4em 0 0 2rem;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 6rem;
  border-left: 0.8rem solid;
}
.music-group-btn {
  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) {
  .music-group-btn {
    margin: 3rem calc(50% - 50vw) 0;
  }
}
.music-group-btn li {
  margin: 0.5rem 0.25rem;
}
.music-group-btn li a {
  padding: 0.8em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 92%;
  color: #fff100;
  background: #000000;
  border-radius: 3em;
}
.music-group-btn li a svg {
  position: relative;
  top: -0.1em;
  margin-left: 0.15em;
  width: 0.8em;
  height: 0.8em;
  fill: #fff100;
  stroke: #000000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.music-season > li:not(:last-child) {
  margin-bottom: 24rem;
}
.music-season-ttl {
  position: relative;
  margin-bottom: 10rem;
  padding: 0.5em 2rem;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 142%;
  border-left: 0.8rem solid;
  color: #fff100;
}
.music-season-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - (50vw + 0.4rem));
  width: 100vw;
  height: 100%;
  background: #000000;
  z-index: -1;
}
.music-list > li:not(:last-child) {
  position: relative;
  margin-bottom: 12rem;
  padding-bottom: 20rem;
}
.music-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ff0014;
}
.music-list-ttl {
  text-align: center;
  margin-bottom: 4rem;
  font-family: "Staatliches", sans-serif;
  font-size: 9rem;
  color: #ff0014;
  letter-spacing: 0;
}
.music-list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.music-list-left > *, .music-list-right > *:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .music-list-left, .music-list-right {
    display: contents;
  }
  .music-list-jacket, .music-list-artist {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .music-list-name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .music-list-catch {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .music-list-artist {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .music-list-comment {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.music-list-jacket, .music-list-artist {
  margin-left: auto;
  margin-right: auto;
  width: calc(460 / 650 * 100%);
}
.music-list-jacket figure figcaption, .music-list-artist figure figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 85%;
  line-height: 1.2;
}
.music-list-jacket .slick-dots, .music-list-artist .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
}
.music-list-jacket .slick-dots li, .music-list-artist .slick-dots li {
  display: inline-block;
  width: 4rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.music-list-jacket .slick-dots li button, .music-list-artist .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.music-list-jacket .slick-dots li button::before, .music-list-artist .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.music-list-jacket .slick-dots li.slick-active button::before, .music-list-artist .slick-dots li.slick-active button::before {
  background-color: #ff0014;
}
.music-list-name {
  text-align: center;
}
.music-list-name > * {
  margin-bottom: 0.4em;
  line-height: 1.3;
  letter-spacing: 0;
}
.music-list-name .artist {
  font-weight: bold;
  font-size: 107%;
  color: #ff0014;
}
.music-list-name .song {
  font-weight: bold;
  font-size: 214%;
}
.music-list-name .label {
  font-size: 92%;
  color: #323232;
}
.music-list-catch {
  text-align: center;
}
.music-list-catch span {
  padding: 0.05em 0.5em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 114%;
  color: #ffffff;
  background: #ff0014;
  line-height: 1.9;
}
.music-list-comment dl:not(:last-child) {
  margin-bottom: 6rem;
}
.music-list-comment dl > * a {
  display: inline;
  text-decoration: underline;
}
.music-list-comment dl > * a:hover {
  color: #ff0014;
}
.music-list-comment dl dt {
  position: relative;
  margin-bottom: 3rem;
  padding: 0.18em 2rem;
  padding-bottom: 0.12em;
  font-family: "Staatliches", sans-serif;
  font-weight: normal;
  font-size: 142%;
  color: #afafaf;
  letter-spacing: 0;
  line-height: 0.8;
}
.music-list-comment dl dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.6rem;
  height: 70%;
  background-color: #afafaf;
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
}
.music-list-comment dl dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #fff100;
  z-index: -1;
}
.music-list-comment dl dd {
  line-height: 1.928;
}
.music-list .btn-official {
  position: relative;
  text-align: center;
  margin: 7rem auto 0;
  padding: 4rem 2.5em;
  width: calc(600 / 650 * 100%);
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-size: 142%;
  color: #ffffff;
  line-height: 1.2;
  background: #000000;
  border-radius: 3em;
}
.music-list .btn-official .arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 50%;
  overflow: hidden;
}
.music-list .btn-official .arrow::before, .music-list .btn-official .arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45%;
  height: 45%;
  background-color: #ffffff;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2332CD32" viewBox="0 0 14 15"><path d="M13.376 11.552l-.264-10.44-10.44-.24.024 2.28 6.96-.048L.2 12.56l1.488 1.488 9.432-9.432-.048 6.912 2.304.024z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2332CD32" viewBox="0 0 14 15"><path d="M13.376 11.552l-.264-10.44-10.44-.24.024 2.28 6.96-.048L.2 12.56l1.488 1.488 9.432-9.432-.048 6.912 2.304.024z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
}
.music-list .btn-official .arrow::after {
  -webkit-transform: translate(-200%, 200%);
          transform: translate(-200%, 200%);
}
.music-list-sns {
  margin-top: 6rem;
}
.music-list-sns li:not(:last-child) {
  margin-bottom: 2rem;
}
.music-list-sns li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff0014;
  text-decoration: underline;
}
.music-list-sns li svg {
  margin-right: 0.5em;
  width: 2.2em;
  height: 2.2em;
  fill: #ffffff;
  background: #ff0014;
  border-radius: 50%;
}
.music-list-sns li svg use {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (min-width: 768px) {
  .music-tab {
    display: block;
    top: 25rem;
    bottom: auto;
    padding: 0;
    height: 0;
    background-color: transparent;
  }
  .music-tab li {
    margin: 0 0 0.4vh;
    padding: 1vh 0.5em;
    width: calc(177 / 1600 * 100%);
    font-size: 3rem;
    clip-path: polygon(0 0, calc(100% - 0.3em) 0%, 100% 0.3em, 100% calc(100% - 0.3em), calc(100% - 0.3em) 100%, 0 100%);
    cursor: pointer;
  }
  .music-tab li::before {
    content: "";
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center right;
            transform-origin: center right;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .music-tab li:hover {
    width: calc(207 / 1600 * 100%);
  }
  .music-tab li:hover::before {
    width: 0.45em;
    height: 0.45em;
    margin-right: 8%;
    border-top: 2px solid;
    border-right: 2px solid;
  }
  .music-group {
    margin-left: auto;
    width: calc(1100 / 1200 * 100%);
  }
  .music-group-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
  .music-group-head::before {
    margin: 0 calc(45.5% - 50vw);
  }
  .music-group-head::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 0.8rem solid #000000;
  }
  .music-group-ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2.6rem 3rem;
    font-size: max(6rem, 34px);
    border: 0;
  }
  .music-group-btn li {
    margin: 0.5rem;
  }
  .music-group-btn li a {
    padding: 0.3em 1.5em;
    padding-right: 0.8em;
    font-size: 122%;
  }
  .music-group-btn li a svg {
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
  }
  .music-group-btn li a:hover {
    background-color: #afafaf;
  }
  .music-group-btn li a:hover svg {
    stroke: #afafaf;
  }
  .music-season {
    width: 90.9090909091%;
  }
  .music-season > li:not(:last-child) {
    margin-bottom: 15rem;
  }
  .music-season-ttl {
    margin-bottom: 6rem;
    padding: 0.5em 2rem;
    font-size: 200%;
  }
  .music-list > li:not(:last-child) {
    margin-bottom: 8rem;
    padding-bottom: 8rem;
  }
  .music-list > li:not(:last-child)::after {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .music-list-ttl {
    text-align: left;
    margin-bottom: 3rem;
    font-size: 8rem;
  }
  .music-list-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .music-list-left {
    width: 46%;
  }
  .music-list-right {
    width: 48%;
  }
  .music-list-jacket, .music-list-artist {
    width: 100%;
  }
  .music-list-name {
    text-align: left;
  }
  .music-list-name .artist {
    font-size: 133%;
  }
  .music-list-name .label {
    font-size: 100%;
  }
  .music-list-catch {
    text-align: left;
  }
  .music-list-catch span {
    font-size: 122%;
  }
  .music-list-comment dl dt {
    margin-bottom: 2rem;
    font-size: 222%;
  }
  .music-list-comment dl dt::after {
    width: 100%;
  }
  .music-list .btn-official, .music-list-sns {
    margin-left: 4%;
  }
  .music-list .btn-official {
    margin-top: 6rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    width: 50%;
    max-width: 380px;
  }
  .music-list .btn-official:hover {
    background-color: #ff0014;
  }
  .music-list .btn-official:hover .arrow::before {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translate(100%, -200%);
            transform: translate(100%, -200%);
  }
  .music-list .btn-official:hover .arrow::after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
    transition: -webkit-transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .music-list-sns {
    margin-top: 4rem;
  }
  .music-list-sns li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .music-list-sns li a {
    font-size: 111%;
  }
  .music-list-sns li a:hover {
    color: #ffb400;
  }
  .music-list-sns li a:hover svg {
    background-color: #ffb400;
  }
  .music-list-sns li svg {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
/* =====================================================================
    staff
======================================================================*/
.staff {
  padding-bottom: 26rem;
}
.staff-list li:not(:last-child) {
  margin-bottom: 6rem;
}
.staff-list li dl {
  line-height: 1.3;
}
.staff-list li dl dt {
  position: relative;
  margin-bottom: 3rem;
  padding: 0.4em 0;
  font-size: 121%;
  color: #ffffff;
}
.staff-list li dl dt:first-letter {
  color: #fff100;
}
.staff-list li dl dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}
.staff-list li dl dd {
  font-size: 150%;
  font-weight: bold;
}
.staff-list li dl dd small {
  font-size: 66%;
}

@media screen and (min-width: 768px) {
  .staff-list {
    margin: 0 auto;
    max-width: 1000px;
  }
  .staff-list li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .staff-list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .staff-list li dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    padding: 0.2em 0.4em;
    width: 30%;
    font-size: 144%;
  }
  .staff-list li dl dt::before {
    width: 100%;
  }
  .staff-list li dl dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 2rem 3.5%;
    font-size: 144%;
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7rem 0 12rem;
}
.movie-grid::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../images/movie/bg_movie-sp.jpg) no-repeat top center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .movie-grid-right {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .movie-poster {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .movie-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .movie-date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .movie-embed-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.movie-poster {
  margin: 0 auto 4rem;
  width: calc(640 / 650 * 100%);
}
.movie-poster.deco-brackets::before, .movie-poster.deco-brackets::after,
.movie-poster .deco-brackets-inner::before,
.movie-poster .deco-brackets-inner::after {
  border-color: #fff100;
}
.movie-poster .deco-brackets-inner {
  padding: 1rem;
}
.movie-poster img {
  padding: 2rem;
  background: #000000;
}
.movie-ttl {
  margin: 0 auto 5.7rem;
  width: calc(500 / 650 * 100%);
}
.movie-date {
  text-align: center;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 120%;
  letter-spacing: 0.1em;
  line-height: 1.15;
}
.movie-date span,
.movie-date strong {
  font-size: 222%;
}
.movie-date strong {
  color: #ff0014;
}
.movie-date .font-en {
  position: relative;
  top: 0.06em;
  font-weight: normal;
}
.movie-embed-wrap {
  margin-top: 8rem;
}
.movie-embed-ttl {
  margin-top: 2.5rem;
}
.movie-embed-ttl span {
  padding: 0.05em 0.1em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 135%;
  line-height: 1.7;
  color: #ffffff;
  background: #000000;
}
.movie-detail {
  padding: 12rem 0;
}
.movie-detail-text dt {
  text-align: center;
  margin-bottom: 5rem;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 142%;
  line-height: 1.4;
  color: #ff0014;
}
.movie-detail-text dd {
  font-size: 114%;
  font-weight: bold;
  line-height: 1.6;
}
.movie-backnumber .backnumber-list > li dl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .movie-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12rem 0 15rem;
  }
  .movie-grid::before {
    background-image: url(../images/movie/bg_movie-pc.jpg);
  }
  .movie-grid-right {
    width: calc(480 / 1200 * 100%);
  }
  .movie-poster {
    margin: 0;
    width: calc(640 / 1200 * 100%);
  }
  .movie-ttl {
    margin-bottom: 2rem;
    width: 80%;
  }
  .movie-embed-wrap {
    margin-top: 4rem;
  }
  .movie-embed-ttl span {
    font-size: 122%;
  }
  .movie-detail {
    padding: 10rem 0;
  }
  .movie-detail-text dt {
    font-size: 200%;
  }
  .movie-detail-text dd {
    font-size: 122%;
  }
}
/* =====================================================================
    intro
======================================================================*/
.intro {
  overflow-x: initial;
}
@media screen and (max-width: 767px) {
  .intro .page-ttl h2 {
    font-size: 11rem;
  }
}
.intro-content {
  position: relative;
  margin: 0 calc(50% - 50vw);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16rem, transparent), color-stop(16rem, #650008), to(#000000));
  background: linear-gradient(to bottom, transparent 16rem, #650008 16rem, #000000 100%);
  z-index: 1;
}
.intro-content::before {
  content: "";
  position: absolute;
  display: block;
  top: 8rem;
  left: 0;
  width: 100%;
  height: 8rem;
  background: url(../images/common/bg_dots_black.png) repeat top center/0.7rem auto;
  opacity: 0.15;
}
.intro-content::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 16rem);
  background: url(../images/common/bg_dots_black.png) repeat top center/0.7rem auto;
  opacity: 0.8;
  z-index: 1;
}
.intro-img {
  position: relative;
  width: calc(600 / 750 * 100%);
  z-index: 2;
}
.intro-text {
  position: relative;
  padding: 0 calc(50 / 750 * 100%);
}
.intro-text-bg {
  position: sticky;
  top: 0;
  left: 0;
  margin-left: calc(-50 / 650 * 100%);
  width: calc(600 / 650 * 100%);
  height: 100vh;
  overflow: hidden;
}
.intro-text-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(0.4rem);
          filter: blur(0.4rem);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.intro-text-bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 0, 2, 0.4);
}
.intro-text-bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5d0008;
  mix-blend-mode: hue;
}
.intro-text p {
  position: relative;
  font-weight: bold;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 2.187;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .intro-text p:first-of-type {
    margin-top: calc((100vh - 9rem) * -1);
  }
}
.intro-text p:not(:last-of-type) {
  margin-bottom: 12rem;
}
.intro-text p:last-of-type {
  padding-bottom: 20rem;
}
.intro-text p ruby rt {
  text-align: center;
}
.intro-text p strong {
  font-size: 187%;
  line-height: 1.59;
}
.intro-text p em {
  font-style: normal;
  font-size: 125%;
  line-height: 1.59;
}
.intro-text .font-mplus {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .intro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10rem, transparent), color-stop(10rem, #650008), to(#000000));
    background: linear-gradient(to bottom, transparent 10rem, #650008 10rem, #000000 100%);
  }
  .intro-content::before {
    top: 5rem;
    height: 5rem;
  }
  .intro-content::after {
    height: calc(100% - 10rem);
  }
  .intro-img {
    position: sticky;
    top: 0;
    width: calc(750 / 1600 * 100%);
    height: 100vh;
  }
  .intro-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .intro-text {
    padding: 24rem calc(85 / 1600 * 100%) 0;
    width: calc(850 / 1600 * 100%);
  }
  .intro-text p {
    font-size: 2.2rem;
  }
  .intro-text p strong {
    font-size: 245%;
    line-height: 1.842;
  }
  .intro-text p em {
    font-size: 172%;
    line-height: 1.842;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .intro-img {
    height: 60vh;
  }
}
@media screen and (min-width: 1600px) {
  .intro-text {
    padding-right: calc(200 / 1600 * 100%);
  }
}
/* =====================================================================
    datacasting
======================================================================*/
@media screen and (max-width: 767px) {
  .datacasting .page-ttl h2 {
    font-size: 12rem;
  }
}

.data-head-ttl {
  position: relative;
  text-align: center;
  padding: 4rem 0;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 3.8rem;
  letter-spacing: 0.02em;
  color: #fff100;
}
.data-head-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}
.data-head-subttl {
  margin: 0 calc(50% - 50vw) 1.5rem;
}
.data-head-date {
  position: relative;
  text-align: center;
  margin: -2.2em 0 0 calc(-34 / 650 * 100%);
  padding: 1em 0.5em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 128%;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #ff0014;
  width: calc(718 / 650 * 100%);
  background: url(../images/datacasting/bg_data_date.png) no-repeat center/100% 100%;
  z-index: 1;
}
.data-head-date p em {
  font-style: normal;
  font-size: 130%;
}

.data-howto .page-ttl,
.data-present .page-ttl {
  margin-bottom: 6rem;
}
.data-howto .page-ttl > *,
.data-present .page-ttl > * {
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 8rem;
  line-height: 1;
}
.data-howto .page-ttl > *::before, .data-howto .page-ttl > *::after,
.data-present .page-ttl > *::before,
.data-present .page-ttl > *::after {
  border-color: #ff0014;
}
.data-howto .page-ttl > * span,
.data-present .page-ttl > * span {
  top: -0.08em;
}
.data-howto .page-ttl > * span::before, .data-howto .page-ttl > * span::after,
.data-present .page-ttl > * span::before,
.data-present .page-ttl > * span::after {
  border-color: #ff0014;
}

.data-howto {
  padding: 20rem 0 0;
}
.data-howto-content {
  position: relative;
  padding-bottom: 16rem;
}
.data-howto-content::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 28rem);
  background: url(../images/datacasting/bg_howto-sp.png) no-repeat center top/cover;
  z-index: -1;
}
.data-howto-text01 {
  margin: 0 0 3rem calc(-35 / 650 * 100%);
  width: calc(720 / 650 * 100%);
}
.data-howto-tv {
  margin: 0 auto 12rem;
  width: calc(510 / 650 * 100%);
}
.data-howto-text02 {
  text-align: center;
  margin-bottom: 12rem;
  width: 100%;
}
.data-howto-text02 p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em 0;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 142%;
  color: #fff100;
}
.data-howto-text02 p span {
  position: relative;
  padding: 0.3em 1em;
}
.data-howto-text02 p span::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00916d;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  -webkit-box-shadow: 0.14em 0.14em 0 0.07em #232323;
          box-shadow: 0.14em 0.14em 0 0.07em #232323;
  z-index: -1;
}
.data-howto-text03 {
  text-align: center;
  font-weight: bold;
  font-size: 107%;
  line-height: 2.2;
  color: #ffffff;
}

.data-present {
  padding: 17rem 0 22rem;
}
.data-present-list li:not(:last-child) {
  margin-bottom: 14rem;
}
.data-present-list li figure {
  position: relative;
  margin: 0 auto 6rem;
  padding-top: calc(68 / 650 * 100%);
  width: calc(470 / 650 * 100%);
  -webkit-filter: drop-shadow(1.6rem 1.6rem 0 #1b5594);
          filter: drop-shadow(1.6rem 1.6rem 0 #1b5594);
}
.data-present-list li figure > img {
  border: 2px solid #dfdfdf;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), calc(100% - 6rem) 100%, 0 100%);
}
.data-present-list li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -7.2340425532%;
  width: 64.0425531915%;
}
.data-present-list li dl {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 0.7em;
  font-weight: bold;
  font-size: 107%;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border-bottom: 0.4rem solid;
}
.data-present-list li dl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.4rem;
  left: 0;
  width: 3.2em;
  border-bottom: 0.4rem solid #ff0014;
}
.data-present-list li dl dt {
  font-size: 120%;
}
.data-present-list li dl dd {
  margin-top: 0.3em;
  color: #ff0014;
}
.data-present-list li p {
  font-size: 107%;
  line-height: 1.866;
}
.data-present-link {
  text-align: right;
  margin-top: 5rem;
}
.data-present-link a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  text-decoration: underline;
}
.data-present-link a svg {
  position: relative;
  top: 0.05em;
  margin-left: 0.3em;
  width: 1em;
  height: 1em;
  stroke: #000000;
}

.data-notice {
  padding: 14rem 0;
  background: #3e0005 url(../images/common/bg_dots_black.png) repeat top center/0.7rem auto;
}
.data-notice-content {
  background-color: #ffffff;
}
.data-notice-content .deco-brackets-inner {
  padding: 10rem calc(50 / 650 * 100%);
}
.data-notice-ttl {
  text-align: center;
  margin-bottom: 5rem;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-size: 142%;
  color: #ff0014;
}
.data-notice-list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.928;
}
.data-notice-list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.8em;
  left: 0.3em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #ff0014;
}
.data-notice-list li a {
  display: inline;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .data-head-ttl {
    padding: 1.4rem 0;
    font-size: 188%;
  }
  .data-head-subttl {
    margin-bottom: 2.1rem;
  }
  .data-head-date {
    margin: -1.8em auto 0;
    padding: 0.5em;
    width: calc(808 / 1200 * 100%);
    font-size: 3.6rem;
  }
  .data-howto {
    padding: 17rem 0 0;
  }
  .data-howto-content {
    margin: 0 auto;
    padding-bottom: 7rem;
    width: calc(1000 / 1200 * 100%);
  }
  .data-howto-content::before {
    height: calc(100% - 20rem);
    background-image: url(../images/datacasting/bg_howto-pc.png);
  }
  .data-howto-text01 {
    margin: 0 auto 3rem;
    width: 80%;
  }
  .data-howto-tv {
    margin: 0 auto 6rem;
    width: 51%;
  }
  .data-howto-text02 {
    margin-bottom: 5rem;
  }
  .data-howto-text02 p {
    font-size: 166%;
  }
  .data-howto-text03 {
    font-size: 122%;
  }
  .data-present {
    padding: 14rem 0 22rem;
  }
  .data-present-list {
    margin: 0 auto;
    max-width: 1000px;
  }
  .data-present-list-right {
    padding-top: 4.2%;
    width: 55%;
  }
  .data-present-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .data-present-list li:not(:last-child) {
    margin-bottom: 12rem;
  }
  .data-present-list li figure {
    margin: 0 7% 0 0;
    padding-top: 4.8%;
    width: 35%;
  }
  .data-present-list li dl {
    margin-bottom: 3rem;
    font-size: 133%;
  }
  .data-present-list li dl dt {
    font-size: 150%;
  }
  .data-present-link {
    margin-top: 9rem;
  }
  .data-present-link a {
    font-size: 111%;
  }
  .data-present-link a svg {
    top: 0.2em;
    width: 1.4em;
    height: 1.4em;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease;
  }
  .data-present-link a:hover {
    color: #ff0014;
  }
  .data-present-link a:hover svg {
    stroke: #ff0014;
  }
  .data-notice-content {
    margin: 0 auto;
    max-width: 1000px;
  }
  .data-notice-content .deco-brackets-inner {
    padding: 6rem calc(100 / 1200 * 100%);
  }
  .data-notice-ttl {
    margin-bottom: 3rem;
    font-size: 200%;
  }
  .data-notice-list li a:hover {
    color: #ff0014;
  }
}
/* =====================================================================
    complete
======================================================================*/
.complete {
  padding: 15rem 0;
}
@media screen and (min-width: 768px) {
  .complete {
    padding: 13rem 0;
  }
  .complete > .inner {
    max-width: 1000px;
  }
}
.complete-head {
  padding: 21rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .complete-head {
    padding: 10rem 0;
  }
}
.complete-head::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#acacac 1.5px, transparent 1.5px), radial-gradient(#acacac 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  background-position: 0 0, 4.5px 4.5px;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.complete-head h1 {
  margin: 0 auto;
  width: calc(540 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .complete-head h1 {
    width: calc(551 / 1200 * 100%);
  }
}
.complete-lead {
  position: relative;
  text-align: center;
  margin-bottom: 9rem;
  padding-bottom: 1.44em;
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-size: 120%;
  font-weight: 800;
  line-height: 1.833;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .complete-lead {
    margin: 0 auto 10rem;
    padding-bottom: 0;
    width: 90%;
    font-size: 177%;
  }
}
.complete-lead::before, .complete-lead::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 4.25em;
  height: 3.63em;
  background: url(../images/datacasting/img_kirakira.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .complete-lead::before, .complete-lead::after {
    bottom: -2%;
  }
}
.complete-lead::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.complete-hyoshojo {
  display: block;
  margin-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  .complete-hyoshojo {
    margin-bottom: 10rem;
  }
}
.complete-share {
  margin-bottom: 8rem;
  font-size: 178%;
}
@media screen and (min-width: 768px) {
  .complete-share {
    font-size: 222%;
  }
}
.complete-share p {
  position: relative;
  margin: 0 auto 1em;
  width: 90%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Staatliches", sans-serif;
  letter-spacing: 0.02em;
}
.complete-share p::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0.5em;
  border-top: 1px solid;
}
.complete-share p::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.5em;
  border-top: 1px solid;
}
.complete-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complete-share ul li {
  margin: 0 0.46em;
  width: 1.52em;
  height: 1.52em;
}
.complete-share ul li a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.complete-share ul li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/img_brackets_black.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  .complete-share ul li a::before {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .complete-share ul li a:hover::before {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.complete-share ul li svg {
  width: 55%;
  height: 55%;
}
.complete-share ul li.share-facebook svg {
  fill: #0866ff;
}
.complete-share ul li.share-line svg {
  fill: #06C755;
}
@media screen and (min-width: 768px) {
  .complete .banner-list li {
    width: 50%;
  }
}/*# sourceMappingURL=subpage.css.map */