.cast_body {
  position: relative;
}

.content {
  max-width: 880px;
}
@media (max-width: 834px) {
  .content {
    padding: 0 8.33vw;
  }
}

.caststaff__subttl {
  position: relative;
  font-size: 1.875rem;
  color: #fff000;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
}
@media (max-width: 834px) {
  .caststaff__subttl {
    font-size: 1.75rem;
  }
}
.caststaff__subttl:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  clip-path: inset(0 100% 0 0);
  content: "";
  display: block;
  height: 2px;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
}
.-ready .caststaff__subttl:after {
  clip-path: inset(0 0 0 0);
}

@media (min-width: 835px) {
  .cast {
    margin-top: 60px;
  }
}
.cast ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
}
@media (max-width: 834px) {
  .cast ul {
    gap: 17px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
  }
}
.cast ul li {
  clip-path: inset(0 100% 0 0);
  font-weight: 500;
  line-height: 1;
  transition: all 0.5s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.-ready .cast ul li {
  clip-path: inset(0 0 0 0);
}
.cast ul li .character {
  font-size: 0.875rem;
  color: #959595;
}
@media (max-width: 834px) {
  .cast ul li .character {
    font-size: 0.75rem;
  }
}
.cast ul li .name {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .cast ul li .name {
    margin-top: 5px;
    font-size: 1.125rem;
  }
}
.cast ul li .name img {
  display: inline-block;
  margin-left: 4px;
  transform: translate(0, -5%);
  width: 28px;
}
@media (max-width: 834px) {
  .cast ul li .name img {
    margin-left: 3px;
    width: 18px;
  }
}

.staff {
  margin-top: 95px;
  padding-bottom: 200px;
}
@media (max-width: 834px) {
  .staff {
    margin-top: 55px;
    padding-bottom: 16.92vw;
  }
}
.staff ul {
  display: grid;
  gap: 56px 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
}
@media (max-width: 834px) {
  .staff ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
  }
}
.staff ul li {
  clip-path: inset(0 100% 0 0);
  font-weight: 500;
  line-height: 1;
  transition: all 0.5s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.staff ul li:first-child {
  grid-column: 1/span 4;
}
@media (max-width: 834px) {
  .staff ul li:first-child {
    grid-column: 1/span 2;
  }
}
.-ready .staff ul li {
  clip-path: inset(0 0 0 0);
}
.staff ul li .role {
  color: #959595;
  line-height: 1.3;
  font-size: 0.875rem;
}
@media (max-width: 834px) {
  .staff ul li .role {
    font-size: 0.75rem;
  }
}
.staff ul li .name {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .staff ul li .name {
    font-size: 1.125rem;
    margin-top: 5px;
  }
}
.staff ul li .name small {
  font-size: 0.9375rem;
}
@media (max-width: 834px) {
  .staff ul li .name small {
    font-size: 0.75rem;
  }
}
@media (min-width: 835px) {
  .staff ul li .name.-large {
    font-size: 1.5rem;
  }
}

.js-modal_open {
  cursor: pointer;
}

.cmt_modal__wrapper {
  align-items: center;
  display: flex;
  min-height: 100%;
}

.cmt_modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  background: url(/tv/assets/img/page/cast/modal/ph_bg_nrw.jpg) no-repeat 50% 50%/cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 835px) {
  .cmt_modal__bg {
    background: url(/tv/assets/img/page/cast/modal/ph_bg.jpg) no-repeat 50% 50%/cover;
  }
}

.cmt_modal__inner {
  margin: 0 auto;
  max-width: 848px;
  padding: 23.43vw 0;
  position: relative;
}
@media (min-width: 835px) {
  .cmt_modal__inner {
    padding: 80px 0;
  }
}

.cmt_modal {
  padding: 0 8.33vw;
}
@media (min-width: 835px) {
  .cmt_modal {
    padding: 0 64px;
  }
}
.cmt_modal .role {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 835px) {
  .cmt_modal .role {
    font-size: 1rem;
  }
}
.cmt_modal .name {
  font-size: 2rem;
  align-items: center;
  display: flex;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: -4px;
}
@media (min-width: 835px) {
  .cmt_modal .name {
    font-size: 2.5rem;
  }
}
.cmt_modal .name span {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 8px;
}
@media (min-width: 835px) {
  .cmt_modal .name span {
    font-size: 0.9375rem;
    margin-left: 10px;
  }
}
.cmt_modal .bodytxt {
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 8.33vw;
  padding: 5.2vw 7.16vw;
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 835px) {
  .cmt_modal .bodytxt {
    line-height: 1.7;
    margin-top: 32px;
    padding: 32px 42px;
    font-size: 1.1875rem;
  }
}
.cmt_modal .bodytxt:before, .cmt_modal .bodytxt:after {
  content: "";
  height: 10.41vw;
  width: 10.41vw;
}
@media (min-width: 835px) {
  .cmt_modal .bodytxt:before, .cmt_modal .bodytxt:after {
    height: 56px;
    width: 56px;
  }
}
.cmt_modal .bodytxt:before {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media (min-width: 835px) {
  .cmt_modal .bodytxt:before {
    border-width: 2px;
  }
}
.cmt_modal .bodytxt::after {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media (min-width: 835px) {
  .cmt_modal .bodytxt::after {
    border-width: 2px;
  }
}