@charset "UTF-8";
.p-staff_cast {
  display: block;
  position: relative;
}
.p-staff_cast__inner {
  display: block;
  position: relative;
}

.p-staff_cast_in {
  display: block;
  position: relative;
}
.p-staff_cast_in + .p-staff_cast_in {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_in + .p-staff_cast_in {
    margin-top: 5.5rem;
  }
}
.p-staff_cast_in__header {
  display: block;
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_in__header {
    margin-bottom: 2rem;
  }
}
.p-staff_cast_in__title {
  display: block;
  position: relative;
  font-size: 4rem;
  font-family: "Poppins", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: var(--color-orange);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_in__title {
    font-size: 3rem;
  }
}
.p-staff_cast_in__inner {
  display: block;
  position: relative;
}
.p-staff_cast_in__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 4rem;
}
@media screen and (min-width: 961px) {
  .p-staff_cast_in__list.-wide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .p-staff_cast_in__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
  .-staff .p-staff_cast_in__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 960px) and (min-width: 560px) {
  .-staff .p-staff_cast_in__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-staff_cast_in__list + .p-staff_cast_in__list {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_in__list + .p-staff_cast_in__list {
    margin-top: 1rem;
  }
}
.p-staff_cast_in__list-item {
  display: block;
  position: relative;
}
.p-staff_cast_in__list-item.-wide {
  grid-column: 1/-1;
}

.p-staff_cast_data {
  display: block;
  position: relative;
}
.p-staff_cast_data__cap {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  color: var(--color-orange);
  font-weight: 700;
  letter-spacing: 0.2rem;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_data__cap {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-staff_cast_data__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.p-staff_cast_data__name-text {
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_data__name-text {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
}
.p-staff_cast_data__name-comment {
  display: block;
  position: relative;
  margin-left: 1rem;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_data__name-comment {
    margin-left: 0.5rem;
  }
}
.p-staff_cast_data__comment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) {
  .p-staff_cast_data__comment {
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-staff_cast_data__comment:hover {
    opacity: 0.6;
  }
}
.p-staff_cast_data__comment-icon {
  width: 6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_data__comment-icon {
    width: 3rem;
  }
}
.p-staff_cast_data__comment-icon::after {
  content: "";
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-staff_cast_data__note {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-staff_cast_data__note {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.p-comment_modal {
  width: 100%;
  max-width: 1000px;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-comment_modal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-comment_modal__visual {
  width: 32rem;
  display: block;
  position: relative;
  margin-right: 7.2rem;
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__visual {
    width: 49%;
    margin: 0 auto 5.2rem;
  }
}
.p-comment_modal__visual.-comic {
  width: 58%;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__visual.-comic {
    width: 88%;
  }
}
.is-modal-show .p-comment_modal__visual {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-comment_modal__visual::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 1.5rem;
  left: -1.5rem;
  background: var(--color-orange-light);
}
@media screen and (max-width: 960px) {
  .p-comment_modal__visual::before {
    top: 1rem;
    left: -1rem;
  }
}
.p-comment_modal__visual-img {
  display: block;
  position: relative;
}
.p-comment_modal__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-comment_modal__container {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-comment_modal__container {
    width: 100%;
  }
}
.p-comment_modal__header {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__header {
    margin-bottom: 2.4rem;
  }
}
.p-comment_modal__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  padding: 0.25rem;
  font-size: 1.5rem;
  color: var(--color-orange);
  letter-spacing: 0.15rem;
  line-height: 1.2;
  background: var(--color-white);
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__cap {
    padding: 0.25rem;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.is-modal-show .p-comment_modal__cap {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-comment_modal__name {
  display: block;
  position: relative;
}
.p-comment_modal__name-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.25rem 0.25rem 0.5rem;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.28rem;
  color: var(--color-white);
  background: var(--color-navy);
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__name-text {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
}
.is-modal-show .p-comment_modal__name-text {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.p-comment_modal__content {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0s linear 0.8s, transform 0s linear 0.8s;
}
@media screen and (min-width: 961px) {
  .p-comment_modal__content {
    display: flex;
    justify-content: center;
  }
}
.is-modal-show .p-comment_modal__content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-comment_modal__content-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-comment_modal__content-text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}