/*************************************************

parts-pagetitle

*************************************************/
.parts-pagetitle__en-border {
  left: -1.5rem;
}

/*************************************************

staffandcast-box

*************************************************/
.staffandcast-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(96.5rem, 100% - 4rem);
  margin: 0 auto 5rem;
  padding: 4rem 2rem 7rem;
  background-color: #fff;
  border: #1E4EB8 solid 0.1rem;
}
@media screen and (max-width: 767px) {
  .staffandcast-box {
    margin-bottom: 3rem;
    padding: 2rem 2rem 5rem;
  }
}

.staffandcast-box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  color: #1E4EB8;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2rem;
  }
}

.staffandcast-box__title-text {
  position: relative;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__title-text {
    padding: 0 3rem 0 0;
  }
}
.staffandcast-box__title-text::before, .staffandcast-box__title-text::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/common/deco_01.svg) no-repeat center center/100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.staffandcast-box__title-text::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__title-text::before {
    display: none;
  }
}
.staffandcast-box__title-text::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

section#cast ul.cast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  max-width: 580px;
  margin: 0 auto;
}
section#cast ul.cast-list li.staffandcast-box__list {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  section#cast ul.cast-list li.staffandcast-box__list {
    padding-bottom: 1rem;
  }
}
section#cast ul.cast-list li.staffandcast-box__list .item-wrapper {
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  section#cast ul.cast-list li.staffandcast-box__list .item-wrapper dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  section#cast ul.cast-list li.staffandcast-box__list .item-wrapper dl dt, section#cast ul.cast-list li.staffandcast-box__list .item-wrapper dl dd {
    text-align: left;
    padding: 0;
  }
}

.staffandcast-box__list {
  max-width: 44rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__list {
    max-width: none;
  }
}
.staffandcast-box__list.another-box-style {
  max-width: 768px;
}
.staffandcast-box__list.another-box-style .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.8rem;
  padding-top: 1.8rem;
  border-bottom: #1E4EB8 solid 0.1rem;
  line-height: 1.5;
}
.staffandcast-box__list.another-box-style .item-wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__list.another-box-style .item-wrapper dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staffandcast-box__list.another-box-style .item-wrapper dl dt {
  width: 50%;
  text-align: right;
  color: #1E4EB8;
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__list.another-box-style .item-wrapper dl dt {
    text-align: left;
    padding: 0;
    width: 100%;
  }
}
.staffandcast-box__list.another-box-style .item-wrapper dl dd {
  width: 50%;
  text-align: left;
  font-size: 1.9rem;
  font-weight: 600;
  padding-left: 1rem;
}
.staffandcast-box__list.another-box-style .item-wrapper dl dd span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__list.another-box-style .item-wrapper dl dd {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}

.staffandcast-box__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.3rem;
  border-bottom: #1E4EB8 solid 0.1rem;
  line-height: 1.5;
}
.staffandcast-box__list-item + .staffandcast-box__list-item {
  margin-top: 1.3rem;
}
.staffandcast-box__list-item .in-character {
  width: 17rem;
  color: #1E4EB8;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__list-item .in-character {
    width: 11rem;
  }
}
.staffandcast-box__list-item .in-actor {
  width: calc(100% - 17rem);
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .staffandcast-box__list-item .in-actor {
    width: calc(100% - 11rem);
  }
}