@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : cast.css
Description : キャスト/スタッフページ
===================================================================== */
/* =====================================================================
    cast
======================================================================*/
#cast::after {
  display: none;
}
#cast h2 img {
  height: 11.1rem !important;
}
#cast.subpage .bg_pattern_r {
  height: 185rem;
}
@media screen and (max-width: 767px) {
  #cast.subpage .bg_pattern_r {
    height: 175rem;
  }
}

.cast_wrap {
  padding-top: 5rem !important;
  padding-bottom: 24rem;
}
.cast_wrap.special::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 56.8rem;
  background: url(../images/common/bg_footprints2-sp.png) no-repeat center/contain;
}
.cast_wrap.digest::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 56.8rem;
  background: url(../images/common/bg_footprints1-sp.png) no-repeat center/contain;
}
.cast_wrap:last-child {
  padding: 0;
}
.cast_wrap > * {
  position: relative;
  z-index: 1;
}
.cast_wrap ul.cast_list {
  color: white;
  display: flex;
  font-size: 2.2rem;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(613 / 1200 * 100%);
  margin: auto;
}
.cast_wrap ul.cast_list li {
  padding-bottom: 3em;
  width: 100%;
}
.cast_wrap ul.cast_list li dl {
  display: flex;
  justify-content: center;
}
.cast_wrap ul.cast_list li dl dt {
  margin-right: 2rem;
  text-align: right;
  width: 55%;
}
.cast_wrap ul.cast_list li dl dt:after {
  content: "◆";
  color: #c49440;
  padding-left: 2rem;
}
.cast_wrap ul.cast_list li dl dd {
  width: 45%;
}
.cast_wrap ul.cast_list li:nth-child(-n+2) {
  width: 50% !important;
}
.cast_wrap ul.cast_list .cast_added {
  position: relative;
  padding-top: 1rem;
}
.cast_wrap ul.cast_list .cast_added:before {
  content: "--------------------------------";
  position: absolute;
  bottom: 11rem;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #c49440;
}
.cast_wrap .second,
.cast_wrap .third {
  position: relative;
  padding-top: 7rem;
}
.cast_wrap .second::before,
.cast_wrap .third::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.84em;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 3px, #c49440 3px, #c49440 4px);
  z-index: 1;
}
.cast_wrap .second ul.cast_list li:nth-child(-n+2),
.cast_wrap .third ul.cast_list li:nth-child(-n+2) {
  width: 100% !important;
}

.staff_wrap {
  padding-top: 5rem !important;
}
.staff_wrap.special::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -20rem;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 56.8rem;
  background: url(../images/common/bg_footprints2-sp.png) no-repeat center/contain;
}
.staff_wrap > * {
  position: relative;
  z-index: 1;
}
.staff_wrap ul.staff_list {
  font-size: 2.2rem;
  margin: auto;
}
.staff_wrap ul.staff_list li {
  padding-bottom: 3em;
  width: 100%;
}
.staff_wrap ul.staff_list li dl {
  display: flex;
  justify-content: center;
}
.staff_wrap ul.staff_list li dl dt,
.staff_wrap ul.staff_list li dl dd {
  line-height: 1.4;
}
.staff_wrap ul.staff_list li dl dt.lineL,
.staff_wrap ul.staff_list li dl dd.lineL {
  line-height: 2;
}
.staff_wrap ul.staff_list li dl dt {
  margin-right: 2rem;
  text-align: right;
  width: calc(45% + 2rem);
}
.staff_wrap ul.staff_list li dl dt:after {
  content: "◆";
  color: #c49440;
  padding-left: 2rem;
}
.staff_wrap ul.staff_list li dl dd {
  width: 45%;
}
.staff_wrap ul.staff_list li dl dd span {
  font-size: 0.85em;
}

@media screen and (max-width: 767px) {
  .cast_wrap ul.cast_list {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .staff_wrap.special::before {
    bottom: 0;
    height: 38rem;
    background-image: url(../images/common/bg_footprints2-pc.png);
  }
}
/*# sourceMappingURL=cast.css.map */