.siteWrap::after {
  background-image: url(../img/cast-staff/bg_right_cast.jpg);
}
#cast .contentsWrap {
  padding-bottom: 11.3rem;
}
#cast .contetns {
  padding: 7.7rem 2.5rem 0;
}
#cast .contetns:nth-of-type(2) {
  padding-top: 8.7rem;
}
#cast .cast_ttl {
  height: 2.5rem;
  margin-bottom: 2.6rem;
}
#cast .cast_ttl img {
  width: auto;
  height: 100%;
}
#cast .cast_note {
  margin-bottom: 1.4rem;
  font-size: 1.3rem;
  text-align: right;
}
#cast .scheduleWrap {
  margin-bottom: 2.5rem;
}
#cast .cast_schedule {
  margin-bottom: 3.7rem;
}
#cast .castList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cast .castList::after {
  content: "";
  display: block;
  width: 13.5rem;
}
#cast .castList .item {
  width: 13.5rem;
  margin-bottom: 4.7rem;
  text-align: center;
}
#cast .castList .item .name_role {
  margin-top: 2.1rem;
  font-size: 1.4rem;
  line-height: 1.42;
}
#cast .castList .item .name {
  margin-top: 2.3rem;
}
#cast .castList .item .name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.6rem;
  line-height: 1.37;
}
#cast .castList .item span {
  display: block;
  margin-top: 0.7rem;
  font-size: 1.4rem;
  font-family: var(--font-serif);
  color: #d70110;
}
#cast .scheduleWrap:nth-of-type(2) .castList .item span {
  color: #a07f0a;
}
#cast .cast_txt {
  margin-top: -1rem;
  margin-bottom: -2.5rem;
  font-size: 1.6rem;
  line-height: 1.43;
}
#cast .cast_txt span {
  display: block;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #5c0073;
  line-height: 2.3;
  font-family: var(--font-serif);
}
#cast .cast_img {
  margin-top: 7rem;
}
#cast .staffList {
  display: flex;
  justify-content: space-between;
  width: 40.7rem;
  margin: 0 auto 3rem;
}
#cast .staffList .item {
  width: 19.3rem;
  text-align: center;
}
#cast .staffList .item .name {
  margin-top: 1.9rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
#cast .staffList .item .name span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5c0073;
  font-family: var(--font-serif);
}
#cast .staff_ttl {
  margin-bottom: 5.4rem;
}

/* modal */
.modal-staff {
	position: relative;
}
.modal-staff_inner {
	position: relative;
  max-width: 52rem;
	width: 90%;
	margin: 0 auto;
  padding: 4rem 2rem 1rem;
  background: url(../img/cast-staff/modal_bg.jpg) center/contain repeat;
}
.mfp-close-btn-in .mfp-close {
	display: none;
}
.modal-dismiss {
	position: absolute;
	top: 0.9rem;
	right: 0.8rem;
  width: 1.3rem;
}
.modal_content {
  padding: 2.2rem 0;
  color: #fff;
}
.modal_image {
  width: 100%;
}
.modal_meta {
  font-size: 1.2rem;
  line-height: 1;
}
.modal_heading {
  margin: 0.5rem 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.modal_heading span {
  font-size: 1.2rem;
}
.modal_caetgory {
  font-size: 1.1rem;
  font-family: var(--font-serif);
  color: #ffe700;
  line-height: 1;
}
.modal_text {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.78;
}
@media screen and (min-width: 501px) {
  .modal-staff_inner {
    display: flex;
    justify-content: space-between;
    max-width: 90rem;
    width: 100%;
    height: 35rem;
    padding: 0;
    background: url(../img/cast-staff/modal_bg.jpg) center/cover no-repeat;
  }
  .modal-dismiss {
    position: absolute;
    top: 0.9rem;
    right: 0.8rem;
    width: 1.3rem;
  }
  .modal_content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 26rem);
    padding: 2.2rem 0.6rem 0 1.8rem;
    color: #fff;
  }
  .modal_image {
    height: 100%;
    width: auto;
  }
  .modal_image img {
    height: 100%;
  }
  .modal_text {
    padding-bottom: 2.2rem;
    padding-right: 1.3rem;
    overflow-y: scroll;
  }
  .modal_text::-webkit-scrollbar{
    width: 0.3rem;
  }
  .modal_text::-webkit-scrollbar-track{
    background-color: none;
  }
  .modal_text::-webkit-scrollbar-thumb{
    background-color: #ffe700;
  }
}
@media screen and (min-width: 1401px) {
  .modal-staff_inner {
    position: absolute;
    left: calc(calc(300 / 1400 * 100vw) + 53rem);
    top: 50%;
    max-width: calc(520 / 1400 * 100vw);
    transform: translateY(-50%);
  }
  .modal_image {
    height: auto;
    width: 26rem;
  }
  .mfp-bg {
    background: none;
  }
}