@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層用
===================================================================== */
/* =====================================================================
   共通
======================================================================*/
.sub_ttl {
  margin-bottom: 4rem;
  padding-bottom: 4.3rem;
  font-weight: bold;
  font-size: 133%;
  color: #cc0011;
  background: url(../images/common/img_line_deco-sp.svg) no-repeat bottom left/100% auto;
}

.feature_box_ttl {
  position: relative;
  font-weight: bold;
  font-size: 120%;
  color: #cc0011;
  z-index: 2;
}
.feature_box_ttl span {
  color: #274271;
}
.feature_box p {
  position: relative;
  margin-top: -0.3rem;
  padding: 8rem 5rem;
  line-height: 1.666;
  background: #ededed;
  z-index: 1;
}
.feature_box p::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.8rem;
  background: #ededed url(../images/common/img_line_deco2-sp.jpg) no-repeat top left/100% 100%;
}

/* 事件ファイル・次回予告：詳細ページ */
.trailer_top,
.archive_top {
  padding-bottom: 4rem;
}
.trailer_top .sec_area_bg,
.archive_top .sec_area_bg {
  height: calc(100% + 16rem);
}
.trailer_bottom,
.archive_bottom {
  position: relative;
  padding: 8rem calc(45 / 640 * 100%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .trailer_bottom,
  .archive_bottom {
    margin-left: calc(-45 / 640 * 100%);
    width: calc(730 / 640 * 100%);
  }
}
.trailer_bottom > p,
.archive_bottom > p {
  line-height: 1.666;
}

@media screen and (min-width: 768px) {
  .sub_ttl {
    font-size: 166%;
    background-image: url(../images/common/img_line_deco-pc.svg);
  }
  .feature_box p {
    padding: 8rem 4rem;
  }
  .feature_box p::before {
    background-image: url(../images/common/img_line_deco2-sp.jpg);
  }
  .trailer_bottom,
  .archive_bottom {
    padding: 8rem calc(100 / 1000 * 100%) 12rem;
  }
}
/* キャラクター・アイテム */
.character_list,
.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
.character_list li,
.item_list li {
  margin: 4.5rem calc(32 / 640 * 100%) 0 0;
  width: calc(304 / 640 * 100%);
}
@media screen and (max-width: 767px) {
  .character_list li:nth-child(2n),
  .item_list li:nth-child(2n) {
    margin-right: 0;
  }
  .character_list li:nth-child(-n+2),
  .item_list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.character_list h3,
.item_list h3 {
  padding-top: 3.4rem;
  font-weight: bold;
  font-size: 80%;
  line-height: 1.3;
  color: #cc0011;
  background: url(../images/common/img_line_deco2.svg) no-repeat top center/contain;
}
.character_detail,
.item_detail {
  padding-bottom: 0 !important;
}
.character_detail::after,
.item_detail::after {
  display: none !important;
}
.character_head .sec_area_bg,
.item_head .sec_area_bg {
  height: calc(100% + 16rem);
}
.character_name,
.item_name {
  margin-bottom: 3rem;
  font-size: 6.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.176;
  text-shadow: 0 0 0.2em #a2f3fa;
}
.character_wrap,
.item_wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .character_wrap_left,
  .item_wrap_left {
    display: contents;
  }
}
.character_photo_full,
.item_photo_full {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -10rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .character_photo_full,
  .item_photo_full {
    position: relative;
  }
  .character_photo_full::before,
  .item_photo_full::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 75rem;
    height: 80rem;
    background: url(../images/common/img_trapezoid-sp.svg) no-repeat bottom left/contain;
    z-index: -1;
  }
}
.character_photo_list,
.item_photo_list {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4rem;
  width: calc(200 / 640 * 100%);
}
.character_photo_list li,
.item_photo_list li {
  position: relative;
  margin-top: 2.4rem;
}
.character_photo_list li:first-child,
.item_photo_list li:first-child {
  margin-top: 0;
}
.character_photo_list li::before,
.item_photo_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, transparent 30%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.character_text,
.item_text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 8rem 0;
  width: 100%;
  line-height: 1.666;
}
.character_btn,
.item_btn {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.character_btn_arrow,
.item_btn_arrow {
  width: 5.5rem;
  height: 5.5rem;
  border-top: 5px solid #274271;
  border-right: 5px solid #274271;
}
.character_btn_arrow[href=""]:empty, .character_btn_arrow:not([href]),
.item_btn_arrow[href=""]:empty,
.item_btn_arrow:not([href]) {
  opacity: 0.4;
  pointer-events: none;
}
.character_btn_arrow.prev,
.item_btn_arrow.prev {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.character_btn_arrow.next,
.item_btn_arrow.next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.character_btn_list,
.item_btn_list {
  margin: 0 16rem;
  width: 8rem;
}
.character_slider .slick-slide,
.item_slider .slick-slide {
  margin: 0 0.5rem;
}

.character_list li.no_results,
.archive_list li.no_results {
  width: 100% !important;
  line-height: 1.2;
}

/* キャラクター・アイテム：スライダー・リスト共通 */
.character_list figure,
.character_slider_item a,
.item_list figure,
.item_slider_item a {
  position: relative;
  padding: 6.5789473684%;
}
.character_list figure::before,
.character_slider_item a::before,
.item_list figure::before,
.item_slider_item a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, transparent 30%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.character_list figure::after,
.character_slider_item a::after,
.item_list figure::after,
.item_slider_item a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/img_btn_frame.svg) no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
.character_list figure img,
.character_slider_item a img,
.item_list figure img,
.item_slider_item a img {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .character_list li,
  .item_list li {
    margin: 4rem calc(44 / 1000 * 100%) 0 0;
    width: calc(304 / 1000 * 100%);
  }
  .character_list li:nth-child(3n),
  .item_list li:nth-child(3n) {
    margin-right: 0;
  }
  .character_list li:nth-child(-n+3),
  .item_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .character_list h3,
  .item_list h3 {
    font-size: 133%;
  }
  .character_head .sec_area_bg,
  .item_head .sec_area_bg {
    height: calc(100% + 8rem);
  }
  .character_name, .character_cv,
  .item_name,
  .item_cv {
    width: calc(650 / 1000 * 100%);
  }
  .character_wrap,
  .item_wrap {
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 10rem;
  }
  .character_wrap::before,
  .item_wrap::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    margin-bottom: -7.6rem;
    width: 95.8rem;
    height: 80rem;
    background: url(../images/common/img_trapezoid-pc.svg) no-repeat bottom left/contain;
    z-index: -1;
  }
  .character_wrap_left,
  .item_wrap_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: calc(650 / 1000 * 100%);
    min-height: 380px;
  }
  .character_line_drawing,
  .item_line_drawing {
    position: absolute;
    bottom: -1.6rem;
    left: 0;
    margin-left: calc(-260 / 1000 * 100%);
    width: calc(700 / 1000 * 100%);
    z-index: -2;
  }
  .character_photo_full,
  .item_photo_full {
    margin-top: -20rem;
    padding-bottom: 0;
  }
  .character_photo_list,
  .item_photo_list {
    margin-bottom: -8rem;
    padding: 0;
    width: 100%;
  }
  .character_photo_list li,
  .item_photo_list li {
    margin: 0 3.6923076923% 0 0;
    width: 30.7692307692%;
  }
  .character_photo_list li:last-child,
  .item_photo_list li:last-child {
    margin-right: 0;
  }
  .character_text,
  .item_text {
    margin: 14rem 0 6rem;
    width: 95.3846153846%;
    line-height: 2.111;
  }
  .character_btn,
  .item_btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .character_btn_arrow,
  .item_btn_arrow {
    width: 3rem;
    height: 3rem;
  }
  .character_btn_list,
  .item_btn_list {
    width: 4rem;
  }
  .character_btn a:hover,
  .item_btn a:hover {
    -webkit-filter: drop-shadow(0 0 0.3em #a2f3fa);
            filter: drop-shadow(0 0 0.3em #a2f3fa);
  }
  .character_list figure::after,
  .character_slider_item a::after,
  .item_list figure::after,
  .item_slider_item a::after {
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
  .character_list a:hover figure::after,
  .character_slider_item a:hover::after,
  .item_list a:hover figure::after,
  .item_slider_item a:hover::after {
    background-image: url(../images/common/img_btn_frame_h.svg);
  }
}
/* =====================================================================
    delivery
======================================================================*/
.delivery {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 0;
}
.delivery::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-left: calc(-55 / 640 * 100%);
  width: calc(750 / 640 * 100%);
  height: 100%;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: -1;
}
.delivery[data-color=blue]::before {
  background-image: url(../images/common/bg_pattern_blue-sp.jpg);
}
.delivery[data-color=silver]::before {
  background-image: url(../images/common/bg_pattern_silver-sp.jpg);
}
.delivery_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 0.2em rgba(162, 243, 250, 0.5)) drop-shadow(0 0 0.1em rgba(162, 243, 250, 0.3));
          filter: drop-shadow(0 0 0.2em rgba(162, 243, 250, 0.5)) drop-shadow(0 0 0.1em rgba(162, 243, 250, 0.3));
}
.delivery_ttl span {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 75%;
  background: url(../images/common/img_brackets_yellow.svg) no-repeat center/contain;
}

.archive .delivery .banner_list li,
.trailer .delivery .banner_list li,
.streaming .delivery .banner_list li {
  margin-right: calc(16 / 640 * 100%);
  width: calc(312 / 640 * 100%);
}
.archive .delivery .banner_list li:nth-child(-n+2),
.trailer .delivery .banner_list li:nth-child(-n+2),
.streaming .delivery .banner_list li:nth-child(-n+2) {
  margin-top: 0;
}
.archive .delivery .banner_list li:nth-child(2n),
.trailer .delivery .banner_list li:nth-child(2n),
.streaming .delivery .banner_list li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .delivery {
    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;
  }
  .delivery::before {
    margin-left: calc(-260 / 1000 * 100%);
    width: calc(1520 / 1000 * 100%);
  }
  .delivery_ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    font-size: 3rem;
  }
  .delivery .banner_list {
    width: calc(520 / 1000 * 100%);
  }
  .archive .banner_list li,
  .trailer .banner_list li,
  .streaming .banner_list li {
    margin-right: 5.7692307692%;
    width: 46.1538461538%;
  }
}
/* =====================================================================
    news
======================================================================*/
.news {
  padding: 12rem 0 16rem;
}
.news::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -6rem -20rem 0 0;
  width: 77.8rem;
  height: 40.6rem;
  background: url(../images/common/img_item_glasses_front.png) no-repeat center/contain;
}
.news::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 0 -4rem -14.1rem;
  width: 77.1rem;
  height: 46.3rem;
  background: url(../images/common/img_item_glasses_side.png) no-repeat center/contain;
}
.news_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -8rem -1rem 0 0;
  width: 21.4rem;
  z-index: -1;
}
.news_article {
  position: relative;
}
.news_article:not(:last-of-type) {
  margin-bottom: 16rem;
}
.news_article_header {
  padding-bottom: 3rem;
}
.news_article_header .sec_area_bg {
  height: calc(100% + 16rem);
}
.news_article_header h3 {
  margin-bottom: 0.7em;
  font-size: 133%;
  font-weight: bold;
  line-height: 1.666;
  color: #fff;
}
.news_article_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #fff100;
  text-shadow: 0 0 0.3em #a2f3fa;
}
.news_article_date p::before {
  content: "/";
  display: inline-block;
  margin: 0 0.3em;
}
.news_article_contents {
  padding: 8rem calc(45 / 640 * 100%);
  line-height: 1.666;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .news_article_contents {
    margin-left: calc(-45 / 640 * 100%);
    width: calc(730 / 640 * 100%);
  }
}
.news_article_contents > *:not(:last-child) {
  margin-bottom: 8rem;
}
.news_article_contents p span {
  background: #fff100;
}
.news_article_contents p a {
  display: inline;
  border-bottom: 1px solid #cc0011;
}
.news_article_contents p b {
  color: #cc0011;
}
.news_article_contents .arrowLink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_article_contents .arrowLink svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.6em;
  width: 1.2em;
  height: 1.2em;
  fill: #cc0011;
  stroke: #fff;
}
.news_article_contents h4 {
  position: relative;
  padding-left: 1em;
}
.news_article_contents h4::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.7em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.3em #274271;
          box-shadow: 0 0 0 0.3em #274271;
}
.news_article_contents .img_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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news_article_contents .img_list li {
  margin: 1.6rem calc(16 / 640 * 100%) 0 0;
  width: calc(312 / 640 * 100%);
}
.news_article_contents .img_list li:nth-child(-n+2) {
  margin-top: 0;
}
.news_article_contents .img_list li:nth-child(2n) {
  margin-right: 0;
}
.news_article_contents .img_list li.large {
  margin-right: 0;
  width: 100%;
}
.news_article_contents dl dt {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}
.news_article_contents dl dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.75em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.3em #cc0011;
          box-shadow: 0 0 0 0.3em #cc0011;
}
.news_article_contents dl dd {
  position: relative;
  margin: 0.5em 0 0 1em;
  padding-left: 1.5em;
}
.news_article_contents dl dd::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.8em;
  left: 0;
  width: 1em;
  border-top: 1px solid #cc0011;
}
.news_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
.news_pager li {
  margin: 0 0.5em;
}
.news_pager li a {
  padding: 0 0.5em;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 133%;
}
.news_pager li.is-current a {
  color: #cc0011;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 16rem 0;
  }
  .news::before {
    margin: 6.6rem 36.8rem 0 0;
  }
  .news::after {
    margin: 0 0 -2.4rem -10.1rem;
  }
  .news_character {
    margin-top: -13rem;
  }
  .news_article_header {
    padding: 9.5rem 0 4rem;
  }
  .news_article_contents {
    padding: 8rem calc(100 / 1000 * 100%);
  }
  .news_article_contents > *:not(:last-child) {
    margin-bottom: 6rem;
  }
  .news_article_contents p a:hover {
    border-color: #fff100;
  }
  .news_article_contents .arrowLink svg {
    position: relative;
    left: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  .news_article_contents .arrowLink:hover svg {
    left: 0.3em;
  }
  .news_pager li a {
    font-size: 166%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .news_pager li a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
/* =====================================================================
    trailer
======================================================================*/
.trailer {
  padding: 12rem 0 20rem;
}
.trailer::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -11rem -25.8rem 0 0;
  width: 98.3rem;
  height: 77.6rem;
  background: url(../images/common/img_item_badge_front.png) no-repeat center/contain;
}
.trailer::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 0 -21.8rem -21.8rem;
  width: 67.8rem;
  height: 101.9rem;
  background: url(../images/common/img_item_badge_back.png) no-repeat center/contain;
}
.trailer_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -9.33rem -4.7rem 0 0;
  width: 27.8rem;
  z-index: -2;
}
.trailer_bottom::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24rem;
  background: url(../images/common/bg_pattern_silver-sp.jpg) repeat-y center/100% auto;
}
.trailer_bottom > p {
  position: relative;
  padding-bottom: 18rem;
}
.trailer_bottom > p::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 7.5rem;
  width: 14.6rem;
  height: 4rem;
  background: url(../images/common/img_separator.svg) no-repeat center/contain;
}
.trailer_hint_ttl {
  margin-bottom: 1rem;
  text-align: center;
}
.trailer_hint_ttl span {
  position: relative;
  padding: 0 2em;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 4.4rem;
  color: #cc0011;
}
.trailer_hint_ttl span::before, .trailer_hint_ttl span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background: url(../images/trailer/img_ttl_deco.svg) no-repeat center/contain;
}
.trailer_hint_ttl span::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.trailer_hint_text {
  position: relative;
  margin-left: calc(-20 / 640 * 100%);
  width: 68rem;
  height: 76rem;
  background: url(../images/trailer/bg_hint_text-sp.png) no-repeat center/contain;
}
.trailer_hint_text p {
  position: absolute;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 9.5rem;
  width: 45rem;
  height: 18rem;
  font-size: 4.8rem;
  font-weight: bold;
  color: #cc0011;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .trailer {
    padding: 16rem 0 20rem;
  }
  .trailer::before {
    margin-right: -17.4rem;
  }
  .trailer::after {
    margin: 0 0 -19.4rem -16.8rem;
  }
  .trailer_character {
    margin: -13rem -24.3rem 0 0;
    width: 46.4rem;
  }
  .trailer_bottom::before {
    height: 18rem;
    background-image: url(../images/common/bg_pattern_silver-pc.jpg);
  }
  .trailer_bottom > p {
    padding-bottom: 15rem;
  }
  .trailer_bottom > p::before {
    margin-bottom: 6.2rem;
  }
  .trailer_hint_ttl {
    margin-bottom: 0;
  }
  .trailer_hint_ttl span {
    font-size: 3.3rem;
  }
  .trailer_hint_text {
    margin: -3.5rem auto 0;
    width: 71.9rem;
    height: 47.9rem;
    background-image: url(../images/trailer/bg_hint_text-pc.png);
  }
  .trailer_hint_text p {
    margin-top: 13.2rem;
    width: 35rem;
    height: 14rem;
    font-size: 3.6rem;
  }
}
/* =====================================================================
    archive
======================================================================*/
.is-hidden {
  display: none !important;
}

.archive {
  padding: 12rem 0 16rem;
}
.archive::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -12.8rem -18.8rem 0 0;
  width: 68.1rem;
  height: 60.1rem;
  background: url(../images/common/img_item_tie_back.png) no-repeat center/contain;
}
.archive::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 0 -16.6rem -16rem;
  width: 68.1rem;
  height: 50.3rem;
  background: url(../images/common/img_item_tie_front.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .archive .sec_ttl span {
    font-size: 390%;
  }
}
.archive_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -9rem -8.7rem 0 0;
  width: 19.3rem;
  z-index: -2;
}
.archive_year {
  margin-bottom: 4rem;
}
.archive_year_item a {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
}
.archive_year_item.is-current a {
  color: #fff100;
}
.archive_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}
.archive_list li {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 4rem;
  width: 100%;
}
.archive_list li:first-child {
  margin-top: 0;
}
.archive_list li::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: calc(100% - 0.45em);
  border-top: 1px solid #cc0011;
}
.archive_list li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.25em;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  background: url(../images/common/icon_double_circle.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .archive_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .archive_list li a figure {
    width: calc(240 / 640 * 100%);
  }
  .archive_list li a .archive_list_text {
    width: calc(375 / 640 * 100%);
  }
}
.archive_list figure {
  position: relative;
}
.archive_list figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, transparent 30%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.archive_list_date {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.archive_list_date p {
  margin-bottom: 0.3em;
  font-size: 80%;
}
.archive_list_date p span {
  font-family: "Barlow", sans-serif;
  font-size: 125%;
  color: #cc0011;
}
.archive_list h4 {
  font-weight: bold;
  line-height: 1.666;
}
.archive_story_frame::before {
  background-image: url(../images/common/img_movie_frame_w_t.svg);
}
.archive_story_frame::after {
  background-image: url(../images/common/img_movie_frame_w_b.svg);
}
.archive_story_num, .archive_story_date span {
  color: #fff100;
}
.archive_story_date, .archive_story_ttl {
  color: #fff;
}
.archive .delivery_ttl {
  color: #274271;
}
.archive .btn_back {
  position: relative;
  display: inline-block !important;
  bottom: 0;
  margin: 8rem 0;
  min-width: initial;
}
.archive .btn_back span::after {
  right: auto;
  left: 0.8em;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.archive_detail {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .archive_detail_search {
    padding-bottom: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .archive {
    padding: 16rem 0;
  }
  .archive::before {
    margin: -16rem -2.1rem 0 0;
  }
  .archive::after {
    margin: 0 0 -11.5rem -10rem;
  }
  .archive_character {
    margin: -12.3rem -1.2rem 0 0;
    width: 21rem;
  }
  .archive_year_item a {
    font-size: 3rem;
  }
  .archive_year_item a:hover {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
  }
  .archive_list {
    margin-top: 4rem;
  }
  .archive_list li {
    margin: 4rem calc(44 / 1000 * 100%) 0 0;
    padding-bottom: 2.4rem;
    width: calc(304 / 1000 * 100%);
  }
  .archive_list li:nth-child(3n) {
    margin-right: 0;
  }
  .archive_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .archive_list a:hover figure {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .archive_list figure {
    margin-bottom: 2rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .archive_list_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive_list_date p:not(:last-child) {
    margin-right: 0.8em;
  }
}
/* =====================================================================
    slider01
======================================================================*/
.slider01 {
  padding: 0 2.5em;
}
.slider01 .slick-disabled {
  display: none !important;
}
.slider01 .slick-slide {
  padding: 0.3em 0;
}
.slider01 .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.slider01 .slick-arrow svg {
  width: 1.5em;
  height: 1.5em;
  fill: #fff;
  stroke: #00d2e6;
  -webkit-filter: drop-shadow(0 0 0.5em rgba(162, 243, 250, 0.8));
          filter: drop-shadow(0 0 0.5em rgba(162, 243, 250, 0.8));
}
.slider01 .slick-arrow.prev {
  left: 0;
}
.slider01 .slick-arrow.prev svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slider01 .slick-arrow.next {
  right: 0;
}

@media screen and (min-width: 768px) {
  .slider01 .slick-arrow {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .slider01 .slick-arrow.prev:hover {
    -webkit-transform: translate(-0.5em, -50%);
            transform: translate(-0.5em, -50%);
  }
  .slider01 .slick-arrow.next:hover {
    -webkit-transform: translate(0.5em, -50%);
            transform: translate(0.5em, -50%);
  }
}
/* =====================================================================
    serch
======================================================================*/
.serch_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serch_form_input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.serch_form_input::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, #000 0%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.serch_form_input input {
  width: 100%;
  height: 100%;
  padding: 1em;
  background-color: #fff;
}
.serch_form_input input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.serch_form_input input::-moz-placeholder {
  color: #bbbbbb;
}
.serch_form_input input:-ms-input-placeholder {
  color: #bbbbbb;
}
.serch_form_input input::-ms-input-placeholder {
  color: #bbbbbb;
}
.serch_form_input input::placeholder {
  color: #bbbbbb;
}
.serch_form_input input:focus {
  outline: 0;
}
.serch_form_submit {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.6rem;
}
.serch_form_submit::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, #000 0%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.serch_form_submit input {
  padding: 1em;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background: #cc0011;
}

@media screen and (min-width: 768px) {
  .serch_form_input {
    max-width: calc(520 / 1000 * 100%);
  }
  .serch_form_submit input {
    padding: 0.6em 1em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .serch_form_submit input:hover {
    color: #cc0011;
    background: #fff100;
  }
}
/* =====================================================================
    sort
======================================================================*/
.sort {
  padding-top: 12rem;
}
.sort_flex {
  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;
}
.sort_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sort_num dt {
  margin-right: 1em;
  font-weight: normal;
}
.sort_select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort_select::before {
  content: "";
  position: absolute;
  display: block;
  top: 48%;
  right: -0.3em;
  width: 0.35em;
  height: 0.35em;
  margin-right: 10%;
  border-top: 2px solid #274271;
  border-right: 2px solid #274271;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  pointer-events: none;
}
.sort_select .icon_sort {
  margin-right: 0.5em;
  width: 1.8em;
}
.sort_select select {
  padding: 0.6em;
  padding-right: 1.5em !important;
  width: 130px;
  font-weight: 500;
  color: #cc0011;
  background: #fff url(../images/common/img_brackets_blue.png) no-repeat center/100% 100%;
  cursor: pointer;
}
.sort_select select:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  .sort {
    padding-top: 8rem;
  }
  .sort_select .icon_sort {
    width: 1.5em;
  }
  .sort_select select {
    padding: 10px;
  }
}
/* =====================================================================
    MORE
======================================================================*/
.scroll_down {
  display: block;
  position: relative;
  margin-top: 8rem;
  padding-bottom: 45px;
  text-align: center;
}
.scroll_down::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 40px;
  background: #00d2e6;
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
.scroll_down_ttl {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 120%;
  font-weight: bold;
}
.scroll_down_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
}
.scroll_down_arrow::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #00d2e6;
  border-right: 2px solid #00d2e6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}
/* =====================================================================
    character
======================================================================*/
.character {
  padding: 12rem 0 16rem;
}
.character::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -11rem -25.8rem 0 0;
  width: 98.3rem;
  height: 77.6rem;
  background: url(../images/common/img_item_badge_front.png) no-repeat center/contain;
}
.character::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 0 -21.8rem -21.8rem;
  width: 67.8rem;
  height: 101.9rem;
  background: url(../images/common/img_item_badge_back.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .character .sec_ttl span {
    font-size: 390%;
  }
}
.character .sort_flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.character_cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-shadow: 0 0 0.2em #a2f3fa;
}
.character_cv dt {
  position: relative;
  margin-right: 0.6em;
  padding: 0.1em 0.6em;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
.character_cv dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/img_brackets_yellow.svg) no-repeat center/100% 100%;
  -webkit-filter: drop-shadow(0 0 0.3em #a2f3fa);
          filter: drop-shadow(0 0 0.3em #a2f3fa);
}
.character_photo_full {
  margin-left: auto;
  margin-right: calc(-20 / 640 * 100%);
  width: calc(385 / 640 * 100%);
}
@media screen and (max-width: 767px) {
  .character_photo_full::before {
    margin-right: -10.3896103896%;
  }
}

.group_select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  padding: 0.3em 0;
  background: #fff;
}
.group_select::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, #000 0%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.group_select_ttl {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  font-weight: bold;
  color: #cc0011;
  border-right: 2px solid;
  white-space: nowrap;
}
.group_select_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.4rem;
  height: 100%;
  background: #cc0011;
  pointer-events: none;
}
.group_select_arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0.55em;
  height: 0.55em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/icon_arrow_yellow.svg) no-repeat center/contain;
}
.group_select select {
  padding: 1em;
  width: 100%;
  cursor: pointer;
}
.group_select select:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  .character {
    padding: 16rem 0;
  }
  .character::before {
    margin-right: -17.4rem;
  }
  .character::after {
    margin: 0 0 -19.4rem -16.8rem;
  }
  .character_character {
    position: absolute;
    top: 0;
    right: 0;
    margin: -14.5rem -22rem 0 0;
    width: 37.8rem;
    z-index: -2;
  }
  .character_wrap::before {
    margin-right: calc(-261 / 1000 * 100%);
  }
  .character_cv {
    font-size: 3rem;
  }
  .character_photo_full {
    margin-right: 0;
    width: calc(350 / 1000 * 100%);
  }
  .group_select {
    width: 384px;
    margin: 3rem auto 0;
  }
  .group_select_arrow {
    width: 56px;
  }
}
/* =====================================================================
    item
======================================================================*/
.item {
  padding: 12rem 0 16rem;
}
.item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -6rem -20rem 0 0;
  width: 77.8rem;
  height: 40.6rem;
  background: url(../images/common/img_item_glasses_front.png) no-repeat center/contain;
}
.item_list_wrap {
  padding-bottom: 0;
}
.item_list_wrap .sec_area_bg {
  height: 30rem;
}
.item_photo_full {
  margin-right: calc(-300 / 640 * 100%);
  width: calc(675 / 640 * 100%);
}
@media screen and (max-width: 767px) {
  .item_photo_full::before {
    margin-right: 35.5555555556%;
  }
}
.item_photo_full img {
  -webkit-transform: translateX(-22.2222222222%);
          transform: translateX(-22.2222222222%);
}

@media screen and (min-width: 768px) {
  .item {
    padding: 16rem 0;
  }
  .item::before {
    margin: -5rem -4.6rem 0 0;
  }
  .item_character {
    position: absolute;
    top: 0;
    right: 0;
    margin: -13.3rem -4.3rem 0 0;
    width: 24.4rem;
    z-index: -2;
  }
  .item_wrap::before {
    margin-right: calc(-261 / 1000 * 100%);
  }
  .item_photo_full {
    width: calc(675 / 1000 * 100%);
  }
  .item_photo_full img {
    -webkit-transform: translateX(-26.6666666667%);
            transform: translateX(-26.6666666667%);
  }
}
/* =====================================================================
    introduction
======================================================================*/
.introduction {
  padding: 12rem 0 16rem;
}
.introduction::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -11rem -9rem 0 0;
  width: 52.1rem;
  height: 36.4rem;
  background: url(../images/common/img_item_drug.png) no-repeat center/contain;
}
.introduction::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -10rem;
  width: 52.1rem;
  height: 36.4rem;
  background: url(../images/common/img_item_drug.png) no-repeat center/contain;
}
.introduction_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -9.3rem -5.5rem 0 0;
  width: 28.4rem;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .introduction .sec_ttl span {
    font-size: 325%;
  }
  .introduction_character {
    display: none;
  }
}
.introduction_lead {
  padding: 12rem 0 14rem;
}
.introduction_lead .sec_area_bg {
  height: calc(100% + 16rem);
}
.introduction_text p {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 2.4;
  letter-spacing: 0.075em;
}
.introduction_text p:not(:last-child) {
  margin-bottom: 10rem;
}
.introduction_text p span {
  font-size: 6rem;
  line-height: 1.6;
}
.introduction_text p em {
  font-size: 7.2rem;
  font-style: normal;
  line-height: 1.777;
  text-shadow: 0 0 0.2em #ededed;
}
.introduction_text p em span {
  font-size: 100%;
}
.introduction_text p .blue {
  color: #a2f3fa;
  text-shadow: 0 0 0.2em #a2f3fa;
}
.introduction_text p .purple {
  color: #b1a2fa;
  text-shadow: 0 0 0.2em #0b0040;
}
.introduction_text p .red {
  color: #ff0014;
  text-shadow: 0 0 0.2em #cc0011;
}
.introduction_text p .yellow {
  color: #fff100;
  text-shadow: 0 0 0.2em #ededed;
}
.introduction_desc {
  padding: 8rem calc(45 / 640 * 100%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .introduction_desc {
    margin-left: calc(-45 / 640 * 100%);
    width: calc(730 / 640 * 100%);
  }
}
.introduction_desc li:not(:last-child) {
  margin-bottom: 8rem;
}
.introduction_desc li > *:not(.sub_ttl) {
  margin: 0 0 8rem auto;
  width: calc(600 / 640 * 100%);
}
.introduction_desc li p {
  line-height: 1.666;
}

@media screen and (min-width: 768px) {
  .introduction {
    padding: 16rem 0;
  }
  .introduction::before {
    margin: -3.4rem 12rem 0 0;
  }
  .introduction_character {
    margin: -14.6rem -22.1rem 0 0;
    width: 43.7rem;
  }
  .introduction_text p {
    font-size: 2.4rem;
    line-height: 3;
  }
  .introduction_text p span {
    font-size: 4.4rem;
  }
  .introduction_text p em {
    font-size: 5.4rem;
  }
  .introduction_desc {
    padding: 8rem calc(100 / 1000 * 100%);
  }
  .introduction_desc li > *:not(.sub_ttl) {
    width: 95%;
  }
}
/* =====================================================================
    music
======================================================================*/
.music {
  padding: 12rem 0 20rem;
}
.music_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -10.7rem -4rem 0 0;
  width: 25.9rem;
  z-index: -2;
}
.music_content {
  padding: 12rem 0;
}
.music_content:not(:last-child) {
  margin-bottom: 22rem;
}
.music_content_ttl {
  text-align: center;
  margin-bottom: 7rem;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 200%;
  color: #a2f3fa;
  text-shadow: 0 0 0.2em #a2f3fa;
}
.music_content_img {
  position: relative;
  margin-bottom: 8rem;
}
.music_content_img::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
  height: 104%;
  background: linear-gradient(315deg, #000 0%, #7cbabf 100%);
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
.music_content_img::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(700 / 640 * 100%);
  height: 114%;
  background: url(../images/common/bg_img_deco.png) no-repeat center/100% 100%;
  -webkit-filter: drop-shadow(0 0 0.6rem #a2f3fa);
          filter: drop-shadow(0 0 0.6rem #a2f3fa);
}
.music_content_img img {
  position: relative;
  z-index: 2;
}
.music_content_song {
  text-align: center;
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 240%;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 0 0.2em #a2f3fa;
}
.music_content_artist {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 133%;
  color: #fff100;
  line-height: 1.3;
  text-shadow: 0 0 0.2em #a2f3fa;
}
.music_content_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
  color: #fff;
  line-height: 1.3;
}
.music_content_desc dt {
  position: relative;
  text-align: right;
  padding-right: 1em;
  font-weight: normal;
  width: 50%;
}
.music_content_desc dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.2em;
  right: 0;
  height: calc(100% - 0.4em);
  border-right: 1px solid #fff100;
}
.music_content_desc dd {
  padding-left: 1em;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .music {
    padding: 16rem 0 20rem;
  }
  .music_character {
    margin: -13.7rem 0 0 0;
  }
  .music_content {
    padding-top: 8rem;
  }
  .music_content_ttl {
    text-align: left;
    font-size: 250%;
  }
  .music_content_flex {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .music_content_flex > * {
    width: calc(456 / 1000 * 100%);
  }
  .music_content_img {
    margin: 0;
  }
  .music_content_right {
    padding-top: 10rem;
  }
  .music_content_song {
    text-align: left;
    font-size: max(4.6rem, 30px);
  }
  .music_content_artist {
    text-align: left;
    margin-bottom: 4rem;
  }
  .music_content_desc dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    width: auto;
  }
  .music_content_desc dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
/* =====================================================================
    staff
======================================================================*/
.staff {
  padding: 12rem 0 0;
}
.staff::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -11rem -25.8rem 0 0;
  width: 98.3rem;
  height: 77.6rem;
  background: url(../images/common/img_item_badge_front.png) no-repeat center/contain;
}
.staff_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -11.2rem -5.2rem 0 0;
  width: 25.8rem;
  z-index: -2;
}
.staff_content {
  padding: 12rem 0 16rem;
}
.staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff_list li {
  margin-bottom: 5rem;
  width: 100%;
}
.staff_list li:last-child {
  margin-bottom: 0;
}
.staff_list li dl {
  font-weight: bold;
  line-height: 1.25;
}
.staff_list li dl dt {
  margin-bottom: 0.3em;
  font-size: 80%;
  color: #cc0011;
}
.staff_list li dl dd {
  display: inline-block;
  margin-right: 1em;
  font-size: 133%;
  color: #fff;
}
.staff_list li dl dd small {
  font-size: 75%;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .staff {
    padding: 16rem 0 0;
  }
  .staff::before {
    margin-right: -17.4rem;
  }
  .staff_character {
    margin: -13rem -6.6rem 0 0;
  }
  .staff_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 920px;
  }
  .staff_list li {
    margin-bottom: 30px;
    width: 50%;
  }
  .staff_list li dl dt {
    font-size: 100%;
  }
  .staff_list li dl dd {
    font-size: 166%;
  }
}
/* =====================================================================
    streaming
======================================================================*/
.streaming {
  padding: 12rem 0 16rem;
}
.streaming::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -6rem -20rem 0 0;
  width: 77.8rem;
  height: 40.6rem;
  background: url(../images/common/img_item_glasses_front.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .streaming .sec_ttl span {
    font-size: 390%;
  }
}
.streaming .delivery {
  margin-bottom: 12rem;
  padding: 8rem 0;
}
.streaming_list > li:not(:last-child) {
  margin-bottom: 12rem;
}
.streaming_list > li > * {
  margin-bottom: 3rem;
}
.streaming_list_date {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #274271;
}
.streaming_list_date span {
  font-size: 133%;
  color: #cc0011;
}
.streaming_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: calc(600 / 640 * 100%);
}
.streaming_list_link > li {
  margin: 1.6rem 2.6666666667% 0 0;
  width: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  .streaming_list_link > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .streaming_list_link > li:nth-child(2n) {
    margin-right: 0;
  }
}
.streaming_list_link > li a {
  position: relative;
  text-align: center;
  padding: 2.4rem 0;
  font-size: 93%;
  line-height: 1.25;
  color: #fff;
}
.streaming_list_link > li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0011;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .streaming {
    padding: 16rem 0;
  }
  .streaming::before {
    margin: -5rem -4.6rem 0 0;
  }
  .streaming_character {
    position: absolute;
    top: 0;
    right: 0;
    margin: -12rem 0 0 0;
    width: 21.5rem;
    z-index: -2;
  }
  .streaming_list_date {
    text-align: left;
    font-size: 122%;
  }
  .streaming_list_link {
    margin-right: 0;
    width: calc(730 / 1000 * 100%);
    min-width: 400px;
  }
  .streaming_list_link > li {
    margin: 2.4rem 3.2876712329% 0 0;
    width: 30.9589041096%;
  }
  .streaming_list_link > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .streaming_list_link > li:nth-child(3n) {
    margin-right: 0;
  }
  .streaming_list_link > li a {
    padding: 2.4rem 0;
    font-size: 111%;
  }
  .streaming_list_link > li a::before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .streaming_list_link > li a:hover::before {
    background: #274271;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
/* =====================================================================
    special
======================================================================*/
.special {
  padding: 12rem 0 16rem;
}
.special::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -2rem 0 0 0;
  width: 40rem;
  height: 30rem;
  background: url(../images/common/bg_pattern_brick2.jpg) repeat center/51.2rem;
  border-radius: 14rem 0 0 14rem;
}
@media screen and (max-width: 767px) {
  .special .sec_ttl span {
    font-size: 390%;
  }
}
.special_character {
  position: absolute;
  top: 0;
  right: 0;
  margin: -10.9rem -11rem 0 0;
  width: 34rem;
  z-index: -2;
}
.special_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8rem 0;
}
.special_list li {
  margin-top: 4rem;
  background-color: #121e33;
  aspect-ratio: 1/1.412;
}
.special_list li:first-child {
  margin-top: 0;
}
.special_list li figure,
.special_list li a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .special {
    padding: 16rem 0;
  }
  .special::before {
    width: 76rem;
    height: 32rem;
    border-radius: 16rem 0 0 16rem;
  }
  .special_character {
    margin: -11.8rem 0 0 0;
  }
  .special_list li {
    margin: 1.4rem calc(13 / 1000 * 100%) 0 0;
    width: calc(240 / 1000 * 100%);
  }
  .special_list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .special_list li:nth-child(4n) {
    margin-right: 0;
  }
  .special_list li[data-popup] {
    cursor: pointer;
  }
  .special_list li[data-popup] img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .special_list li[data-popup]:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .special_list li .yt_popup::after {
    width: 30%;
    padding-top: 30%;
  }
}
/* =====================================================================
    popup
======================================================================*/
.popup_list figure {
  margin-bottom: 4rem;
}
.popup_list_desc {
  margin-bottom: 6rem;
}
.popup_list_desc .special_movie_num {
  font-weight: bold;
  color: #cc0011;
}
.popup_list_desc .sub_ttl {
  font-size: 200%;
  color: #274271;
}
.popup_list_desc .sub_ttl rt {
  font-size: 33%;
  text-align: center;
  /*FireFox対策*/
}
@media screen and (max-width: 767px) {
  .popup_list_desc .sub_ttl rt {
    -webkit-transform: translateY(0.3em);
            transform: translateY(0.3em);
  }
}
@-moz-document url-prefix() {
  .popup_list_desc .sub_ttl rt {
    margin-bottom: -0.6em;
  }
}
.popup_list_desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup_list_desc dl dt {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1em;
  font-weight: normal;
  color: #cc0011;
}
.popup_list_desc dl dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.5em;
  right: 0;
  height: calc(100% - 0.8em);
  border-right: 1px solid;
}
.popup_list_desc dl dd {
  padding-left: 1em;
}
.popup_list .btn_movie_site {
  position: relative;
  bottom: 0;
  margin-top: 8rem;
}

@media screen and (min-width: 768px) {
  .popup_list_flex {
    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;
  }
  .popup_list_flex > p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 6rem;
  }
  .popup_list figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    width: 47.5%;
  }
  .popup_list_desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    width: 50%;
  }
  .popup_list_desc .special_movie_num {
    font-size: 122%;
  }
  .popup_list_desc .sub_ttl {
    font-size: 177%;
  }
}/*# sourceMappingURL=subpage.css.map */