@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : cast.css
Description : キャスト・スタッフ
===================================================================== */
/* =====================================================================
    cast
======================================================================*/
.stream {
  padding-bottom: 15rem;
}

.cast {
  padding: 12rem 0 20rem;
}
.cast_list li {
  position: relative;
}
.cast_list li:not(:last-child) {
  margin-bottom: 6.5rem;
}
.cast_list li.narrow {
  margin-bottom: 3rem;
}
.cast_list li dl:not(.comment) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.666;
  letter-spacing: 0;
}
.cast_list li dl:not(.comment) dt {
  position: relative;
  top: 0.35em;
  padding-right: 1em;
  width: 50%;
  font-size: 92%;
  font-weight: 700;
  color: #e51732;
}
.cast_list li dl:not(.comment) dt::after {
  content: "…";
  position: absolute;
  display: block;
  top: -0.3em;
  right: -0.4em;
  width: 1em;
  font-size: 1.5em;
}
.cast_list li dl:not(.comment) dd {
  padding-left: 1em;
  width: 50%;
  font-size: 127%;
}
.cast_list li dl:not(.comment) dd small {
  font-size: 65%;
}
.cast_list li .comment {
  width: calc(50% - 1em);
}
@media screen and (max-width: 767px) {
  .cast_list li .comment {
    margin-right: calc(-20 / 640 * 100%);
  }
}
.cast_content_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cast_content_group:not(:last-child) {
  margin-bottom: 12rem;
}
.cast_content_group .cast_list {
  margin: -0.3em 0 0 auto;
  width: calc(510 / 640 * 100%);
}
@media screen and (max-width: 767px) {
  .cast_content_group .cast_list li dl:not(.comment) dt {
    font-size: 85%;
    width: 37.2549019608%;
  }
  .cast_content_group .cast_list li dl:not(.comment) dd {
    width: 62.7450980392%;
  }
}
.cast_content_subttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .stream {
    padding-bottom: 20rem;
  }
  .cast {
    padding-top: 8rem;
  }
  .cast .sec_ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cast_list {
    margin-top: -5px;
    width: calc(550 / 1000 * 100%);
    min-width: 400px;
  }
  .cast_list li:not(:last-child) {
    margin-bottom: 4.5rem;
  }
  .cast_list li.narrow {
    margin-bottom: 2.5rem;
  }
  .cast_list li dl:not(.comment) dt {
    font-size: max(1.8rem, 14px);
  }
  .cast_list li dl:not(.comment) dd {
    font-size: max(2.5rem, 18px);
  }
  .cast_list li .comment dd {
    width: 166.6666666667%;
  }
  .cast_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cast_content_group {
    margin-left: auto;
    width: calc(650 / 1000 * 100%);
    min-width: 470px;
  }
  .cast_content_group:not(:last-child) {
    margin-bottom: 7rem;
  }
  .cast_content_group .cast_list {
    width: 76.9230769231%;
  }
  .cast_content_subttl {
    font-size: 4.8rem;
  }
}
/* =====================================================================
    staff
======================================================================*/
.staff {
  padding: 20rem 0;
}
.staff::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  mix-blend-mode: difference;
  z-index: 1;
}
.staff .inner {
  z-index: 3;
}
.staff .sec_ttl .en {
  color: #b31227;
}
.staff .sec_ttl .ja {
  color: #000000;
}
.staff .cast_list li dl:not(.comment) dt {
  color: #b31227;
}
.staff .cast_list li dl:not(.comment) dd {
  color: #000000;
}

/* =====================================================================
    popup
======================================================================*/
.popup_list li .comment_ttl {
  position: relative;
  margin-bottom: 2.2em;
  padding-bottom: 1em;
  font-weight: 700;
  color: #b31227;
}
.popup_list li .comment_ttl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: url(../images/common/img_grungeLine1.png) no-repeat center/100% 100%;
}/*# sourceMappingURL=cast.css.map */