/* CSS INFORMATION -====================================================
File name : cast.css
Description :
===================================================================== */
.cast .cast_box {
  padding: calc(100 / 750 * 100%) 0 calc(120 / 750 * 100%);
  background-color: #ffea2d;
}
.cast .cast_box .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(243 / 630 * 100%);
  padding-top: calc(321 / 630 * 100%);
  background: url(../images/cast/img_illust1.png) no-repeat center/contain;
  margin: calc(124 / 630 * 100%) 0 0 calc(-130 / 630 * 100%);
}
.cast .cast_box .cast_list li dl {
  color: #ff6d2d;
}
.cast .cast_box .cast_list li dl::after {
  background-image: url(../images/cast/icon_star1.png);
}
.cast .staff_box {
  padding: calc(100 / 750 * 100%) 0 calc(120 / 750 * 100%);
  background-color: #ff6d2d;
}
.cast .staff_box.bg_deco2::before, .cast .staff_box.bg_deco2::after {
  opacity: 0.4;
}
.cast .staff_box .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(327 / 630 * 100%);
  padding-top: calc(310 / 630 * 100%);
  background: url(../images/cast/img_illust2.png) no-repeat center/contain;
  margin: calc(180 / 630 * 100%) calc(-200 / 630 * 100%) 0 0;
}
.cast .staff_box .cast_list li:not(:last-child) {
  margin-bottom: 7rem;
}
.cast .staff_box .cast_list li dl {
  color: #fff;
}
.cast .staff_box .cast_list li dl::after {
  background-image: url(../images/cast/icon_star2.png);
}
.cast .cast_list li:not(:last-child) {
  margin-bottom: 3.5rem;
}
.cast .cast_list li:nth-child(1), .cast .cast_list li:nth-child(3), .cast .cast_list li:nth-child(6), .cast .cast_list li:nth-child(7) {
  margin-bottom: 7rem;
}
.cast .cast_list li:nth-child(7)::before, .cast .cast_list li:nth-child(7)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../images/cast/icon_star3.png) no-repeat center/contain;
}
.cast .cast_list li:nth-child(7)::before {
  top: -4rem;
}
.cast .cast_list li:nth-child(7)::after {
  bottom: -4rem;
}
.cast .cast_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.833;
}
.cast .cast_list dl::after {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.7rem;
  height: 2rem;
}
.cast .cast_list dl dt {
  width: calc(280 / 630 *100%);
  text-align: right;
}
.cast .cast_list dl dd {
  width: calc(280 / 630 *100%);
}
.cast .cast_list dl dd small {
  font-size: 2rem;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.cast .cast_list li dl::after,
.cast .cast_list li:nth-child(7)::before,
.cast .cast_list li:nth-child(7)::after {
  right: auto;
  left: 48.5%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .cast .cast_box {
    padding: calc(100 / 1120 * 100%) 0 calc(120 / 1120 * 100%);
  }
  .cast .cast_box .inner::before {
    width: calc(155 / 1120 * 100%);
    padding-top: calc(203 / 1120 * 100%);
    margin: calc(82 / 1120 * 100%) 0 0 calc(17 / 1120 * 100%);
  }
  .cast .staff_box {
    padding: calc(100 / 1120 * 100%) 0 calc(120 / 1120 * 100%);
  }
  .cast .staff_box .inner::before {
    width: calc(185 / 1120 * 100%);
    padding-top: calc(173 / 1120 * 100%);
    margin: calc(-130 / 1120 * 100%) calc(-6 / 1120 * 100%) 0 0;
  }
  .cast .cast_list li:nth-child(7)::before, .cast .cast_list li:nth-child(7)::after {
    width: 1.3rem;
    height: 1.3rem;
  }
  .cast .cast_list li dl {
    font-size: 1.8rem;
  }
  .cast .cast_list li dl::after {
    width: 1.3rem;
    height: 1.3rem;
  }
  .cast .cast_list li dl dt {
    width: calc(480 / 1024 *100%);
  }
  .cast .cast_list li dl dd {
    width: calc(480 / 1024 *100%);
  }
  .cast .cast_list li dl dd small {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1120px) {
  .cast .cast_box {
    padding: 100px 0 120px;
  }
  .cast .staff_box {
    padding: 100px 0 120px;
  }
}
/*# sourceMappingURL=cast.css.map */