@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : cast.css
Description : キャストページ
===================================================================== */
/* =====================================================================
    cast
======================================================================*/
.cast {
  padding: 12rem 0;
  overflow: hidden;
}

.cast .bg_subpage {
  position: absolute;
  top: 47rem;
  left: 50%;
  width: 100%;
  height: 120%;
  background: #bf0000;
  -webkit-transform: skewY(-15deg) translateX(-50%);
          transform: skewY(-15deg) translateX(-50%);
}

.cast .bg_subpage::before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2.7rem;
  background: url(../images/common/bg_deco5.jpg) repeat-x center top/auto 100%;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.cast .bg_subpage::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 120%;
  height: 2.7rem;
  background: url(../images/common/bg_deco5.jpg) repeat-x center top/auto 100%;
  -webkit-transform: skew(15deg) scale(1, -1);
          transform: skew(15deg) scale(1, -1);
}

@media screen and (min-width: 768px) {
  .cast .bg_subpage {
    top: 26rem;
    height: 120%;
  }
}

.cast_wrap {
  position: relative;
  margin: 0 auto;
  padding: 1.6rem;
  margin-bottom: 17.6rem;
  width: calc(640 / 680 * 100%);
}

.cast_wrap::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: calc(100% - 3.2rem);
  height: calc(100% - 3.2rem);
  background: url(../images/common/bg_grade1.jpg) no-repeat center/cover;
}

.cast_wrap::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30rem;
  height: 30rem;
  -o-border-image: linear-gradient(45deg, #a67d30 0%, #ffe066 50%, #a67d30 100%) 1/0.2rem 0 0 0.2rem;
     border-image: linear-gradient(45deg, #a67d30 0%, #ffe066 50%, #a67d30 100%) 1/0.2rem 0 0 0.2rem;
  border-style: solid;
}

.cast_wrap img {
  position: relative;
}

.cast_wrap .cast_list {
  position: relative;
  padding: 7rem 0;
  background-color: #fff;
}

.cast_wrap .cast_list li dl dt {
  color: #bf0000;
}

.staff_wrap .cast_list li dl dt {
  color: #ffbf00;
}

.staff_wrap .cast_list li dl dd {
  color: #fff;
}

.cast_list li {
  position: relative;
}

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

.cast_list li:not(:last-child).bottom_point::after {
  content: '';
  display: block;
  width: 20em;
  margin: 1.5em auto 0;
  -o-border-image: linear-gradient(to left, #8f5300 0%, #c99d38 15%, #ffe066 50%, #c99d38 85%, #c29c54 100%) 1/0 0 1px 0;
     border-image: -webkit-gradient(linear, right top, left top, from(#8f5300), color-stop(15%, #c99d38), color-stop(50%, #ffe066), color-stop(85%, #c99d38), to(#c29c54)) 1/0 0 1px 0;
     border-image: linear-gradient(to left, #8f5300 0%, #c99d38 15%, #ffe066 50%, #c99d38 85%, #c29c54 100%) 1/0 0 1px 0;
  border-style: solid;
}

.cast_list li dl {
  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.714;
}

.cast_list li dl dt {
  padding-right: 6rem;
  width: 50%;
  text-align: right;
}

.cast_list li dl dd {
  position: relative;
  top: -0.1em;
  padding-left: 6rem;
  width: 50%;
  font-size: 2.8rem;
}

.cast_list li dl dd small {
  display: block;
  margin-top: -0.4em;
  font-size: 64%;
}

.cast_list li p {
  margin-top: 1.2em;
  font-size: 1.8rem;
  color: #ffbf00;
  text-align: center;
}

.cast_list li p span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .cast_wrap {
    margin-bottom: 10.6rem;
    padding: 0.6rem;
    width: calc(900 / 1024 * 100%);
  }
  .cast_wrap::before {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
  .cast_wrap::after {
    width: 12rem;
    height: 12rem;
  }
  .cast_wrap .cast_list {
    padding: 5rem 0;
  }
  .cast_list li dl dt {
    padding-right: 4rem;
    font-size: 1.8rem;
  }
  .cast_list li dl dd {
    top: -0.18em;
    padding-left: 4rem;
    font-size: 2.1rem;
  }
  .cast_list li p {
    font-size: 1.3rem;
  }
  .cast_list li p span {
    font-size: 2.7rem;
  }
}
/*# sourceMappingURL=cast.css.map */