.staffCast .modal-body {
  overflow-y: hidden;
}
.staffCast .modal-body.overflowYscroll {
  overflow-y: scroll;
}
.staffCast__blk:not(:first-of-type) {
  margin-top: 117px;
}
.staffCast__blk--box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .staffCast .modal-body {
    overflow-y: scroll;
  }
  .staffCast__blk {
    margin-top: 59px;
  }
  .staffCast__blk:not(:first-of-type) {
    margin-top: 126px;
  }
  .staffCast__blk--box {
    margin-top: 18px;
  }
  .staffCast__blk--box--cnt {
    padding-top: 40px;
    padding-bottom: 67px;
  }
}
.staff-wrapper {
  padding: 0 20px 400px;
  background: url("../images/index/bg-wave.png") no-repeat center bottom 99px;
  background-size: 100% auto;
  position: relative;
}

.staff {
  max-width: 1210px;
  margin: 0 auto 160px;
}
.staff:last-child {
  margin-bottom: 0;
}
.staff .section-title .en {
  color: var(--color-accent);
}
.staff .section-title .ja {
  margin-left: 0;
  margin-bottom: 62px;
}
.staff-content {
  max-width: 960px;
  margin: 0 auto;
}
.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff-list.cast .staff-item {
  margin-top: 0;
}
.staff-list.cast .staff-item:nth-of-type(n + 5) {
  margin-top: 41px;
}
.staff-item {
  width: calc(25% - 22.5px);
  margin-right: min(1.0416666667vw, 20px);
}
.staff-item:not(:first-of-type) {
  margin-top: min(2.1354166667vw, 41px);
}
.staff-item.mr0 {
  margin-right: 0;
}
.staff-item.fullWidth {
  width: 100%;
}
.staff-item.halfWidth {
  width: 50%;
}
.staff-title {
  font-size: min(0.7291666667vw, 14px);
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: var(--color-main);
}
.staff-name {
  font-family: "Kaisei Opti", serif;
  font-size: min(1.3541666667vw, 26px);
  font-weight: bold;
  position: relative;
  letter-spacing: 0em;
}
.staff-name.teduka {
  width: min(12.7083333333vw, 244px);
}
.staff-name .smallTxt {
  font-size: min(0.8854166667vw, 17px);
}
.staff-name.noWrap {
  white-space: nowrap;
}
@media screen and (max-width: 1130px) {
  .staff-name.noWrap {
    white-space: normal;
  }
}
.staff-modal-btn {
  font-family: "Noto Sans Kannada", sans-serif;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-white);
  font-size: 1.2rem;
  font-size: min(0.625vw, 12px);
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-main);
  padding: 4px 14px 0px;
  border-radius: 2px;
  position: relative;
}
.staff-modal-btn::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-main) transparent;
}
@media screen and (max-width: 768px) {
  .staff {
    max-width: 80vw;
    margin-bottom: 24vw;
  }
  .staff .section-title {
    margin-bottom: 2.4vw;
    margin-left: 0;
  }
  .staff .section-title .en {
    color: var(--color-accent);
    margin-left: -1em;
    margin-bottom: 0;
  }
  .staff .section-title .ja {
    margin-left: 0;
    margin-bottom: 8vw;
  }
  .staff-content {
    max-width: 960px;
    margin: 0 auto;
  }
  .staff-item {
    margin-bottom: 5.8666666667vw;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .staff-item:not(:first-of-type) {
    margin-top: 17px;
  }
  .staff-item.halfWidth {
    width: 100%;
  }
  .staff-list.cast .staff-item {
    width: 50%;
  }
  .staff-list.cast .staff-item:nth-of-type(n + 3) {
    margin-top: 19px;
  }
  .staff-title {
    font-size: 2.9333333333vw;
  }
  .staff-name {
    font-size: 5.0666666667vw;
  }
  .staff-name .smallTxt {
    font-size: 3.4666666667vw;
    letter-spacing: -0.03em;
  }
  .staff-name small {
    font-size: 3.4666666667vw;
  }
  .staff-name.teduka {
    width: 45.6vw;
  }
  .staff-modal-btn {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.staff-modal-content {
  max-width: 60.2604166667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staff .staff-modal-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.staff .staff-modal-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.staff-modal .section-title {
  position: sticky;
  top: 0;
  margin-left: -1em;
  margin-bottom: 30px;
}
.staff-modal .section-title .en {
  margin-left: 0;
}
.staff-modal-illustration .section-title {
  margin-left: -1.5em;
  margin-bottom: 30px;
}
.staff-modal-illustration .illustration-modal-content {
  max-width: 535px;
  margin: 0 auto;
}
.staff-modal-illustration .illustration-image img {
  max-width: 100%;
  height: auto;
}
.staff-modal-image {
  pointer-events: none;
  position: absolute;
  top: 133px;
  width: 21.3020833333vw;
}
.staff-modal-text {
  margin-left: 24.4791666667vw;
  width: 35.8333333333vw;
}
.staff-modal-header {
  margin-bottom: 35px;
}
.staff-modal-roll {
  font-size: min(0.7291666667vw, 14px);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  font-family: "Noto Sans Kannada", sans-serif;
  color: var(--color-main);
}
.staff-modal-name {
  font-weight: bold;
  font-size: min(1.875vw, 36px);
  font-family: "Kaisei Opti", serif;
}
.staff-modal-interview {
  overflow-y: scroll;
  height: 50vh;
  width: 102%;
  padding-right: 2%;
}
.staff-modal-interview-title {
  font-family: "Dancing Script", cursive;
  color: var(--color-accent);
  font-size: min(1.25vw, 24px);
  font-weight: 500;
  margin-bottom: min(0.7291666667vw, 14px);
}
.staff-modal-interview-item {
  border: 2px solid var(--color-sub);
  position: relative;
  padding: 28px 30px;
  margin-bottom: 50px;
  background: var(--color-white);
}
.staff-modal-interview-item::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid var(--color-sub);
}
.staff-modal-interview-item-title {
  border-bottom: 1px solid var(--color-sub);
  font-size: min(0.9375vw, 18px);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--color-main);
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-family: "Kaisei Opti", serif;
}
.staff-modal-interview-item-answer {
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: 600;
  font-size: min(0.78125vw, 15px);
  letter-spacing: 0.05em;
  line-height: 2.2666666667;
}
.staff-modal-interview-item-answer p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .staff-wrapper {
    padding-bottom: 45.3333333333vw;
    background: url("../images/index/bg-wave.png") no-repeat center bottom 0px;
    background-size: 100% auto;
  }
  .staff-modal .section-title {
    position: static;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .staff-modal-content {
    width: 100%;
    max-width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staff-modal-illustration .section-title {
    margin: 0 auto 8vw;
  }
  .staff-modal-illustration .illustration-modal-content {
    max-width: 100%;
  }
  .staff-modal-image {
    position: static;
    width: 71.2vw;
    margin: 0 auto 4.8vw;
  }
  .staff-modal-text {
    margin-left: 0;
    width: 86.1333333333vw;
  }
  .staff-modal-header {
    width: 71.2vw;
    margin: 0 auto 6.6666666667vw;
  }
  .staff-modal-roll {
    font-size: 3.7333333333vw;
  }
  .staff-modal-name {
    font-size: 6.9333333333vw;
  }
  .staff-modal-interview {
    height: auto;
  }
  .staff-modal-interview-title {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
  .staff-modal-interview-item {
    padding: 7.7333333333vw 7.2vw;
    margin-bottom: 8.5333333333vw;
  }
  .staff-modal-interview-item::before {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid var(--color-sub);
  }
  .staff-modal-interview-item-title {
    font-size: 3.7333333333vw;
  }
  .staff-modal-interview-item-answer {
    font-size: 2.9333333333vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2.4545454545;
  }
  .staff-modal-interview-item-answer p:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=staff_cast.css.map */