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

.cast .gradeBox {
  top: 30rem;
  left: 0;
  width: 100%;
  height: 37rem;
}

.cast .ttl_side {
  bottom: auto;
  top: 39rem;
}

.cast .sec_ttl {
  margin-bottom: 8rem;
}

.cast .sec_ttl span {
  color: #c6e7ec;
  background: -webkit-gradient(linear, left top, right top, from(#c6e7ec), color-stop(10%, #c6e7ec), color-stop(90%, #d8ddf2), to(#d8ddf2));
  background: linear-gradient(90deg, #c6e7ec 0%, #c6e7ec 10%, #d8ddf2 90%, #d8ddf2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cast_list li {
  position: relative;
}

.cast_list li:not(:last-child) {
  margin-bottom: 2rem;
}

.cast_list li.space {
  margin-bottom: 12rem;
}

.cast_list li dl:not(.staff_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.7;
}

.cast_list li dl:not(.staff_comment) dt {
  width: 45%;
  font-size: 2.4rem;
  text-align: right;
}

.cast_list li dl:not(.staff_comment) dd {
  position: relative;
  top: -0.25em;
  font-size: 114%;
  width: 45%;
}

.cast_list li dl:not(.staff_comment) dd small {
  display: block;
  margin-top: -0.4em;
  font-size: 75%;
}

@media screen and (min-width: 768px) {
  .cast .gradeBox {
    top: 15rem;
    height: 34rem;
    background-position: center bottom;
  }
  .cast .ttl_side {
    top: 31rem;
  }
  .cast .sec_ttl_wrap {
    margin-left: 4em;
    text-align: center;
  }
  .cast_list li.space {
    margin-bottom: 8rem;
  }
  .cast_list li dl:not(.staff_comment) dt {
    font-size: 100%;
  }
  .cast_list li dl:not(.staff_comment) dd {
    top: -0.2em;
    font-size: 122%;
  }
}

/* =====================================================================
    staff
======================================================================*/
.staff {
  padding-bottom: 16rem;
}

.staff .gradeBox {
  top: 30rem;
  left: 0;
  width: 100%;
  height: 120rem;
}

.staff .ttl_side {
  bottom: auto;
  top: 39rem;
}

.staff .sec_ttl {
  margin-bottom: 8rem;
}

.staff .sec_ttl span {
  color: #c6e7ec;
  background: -webkit-gradient(linear, left top, right top, from(#c6e7ec), color-stop(10%, #c6e7ec), color-stop(90%, #d8ddf2), to(#d8ddf2));
  background: linear-gradient(90deg, #c6e7ec 0%, #c6e7ec 10%, #d8ddf2 90%, #d8ddf2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.staff .cast_list {
  position: relative;
  padding: 7rem 0;
}

.staff .cast_list::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88%;
  height: 100%;
  background-color: #fff;
}

.staff .cast_list li:not(:last-child) {
  margin-bottom: 6rem;
}

.staff_comment {
  margin-right: auto;
  margin-left: auto;
  width: calc(640 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .staff .gradeBox {
    top: 30rem;
    height: 85rem;
  }
  .staff .ttl_side {
    top: 36rem;
  }
  .staff .sec_ttl_wrap {
    margin-left: 3.2em;
    text-align: center;
  }
  .staff .cast_list::before {
    width: 100%;
  }
  .staff .cast_list li:not(:last-child) {
    margin-bottom: 5rem;
  }
  .staff_comment {
    width: calc(880 / 1000 * 100%);
  }
}
/*# sourceMappingURL=cast.css.map */