.p-in__title {
  width: 52rem;
}
@media screen and (max-width: 960px) {
  .p-in__title {
    width: 26rem;
  }
}

.p-staffcast {
  display: block;
  position: relative;
  padding: 3rem 0;
}
.p-staffcast + .p-staffcast {
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast + .p-staffcast {
    margin-top: 0;
  }
}
.p-staffcast__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-staffcast__header {
  display: block;
  position: relative;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast__header {
    margin-bottom: 2rem;
  }
}
.p-staffcast__title {
  width: 100%;
  display: block;
  position: relative;
}
.--staff .p-staffcast__title {
  max-width: 30rem;
}
@media screen and (max-width: 960px) {
  .--staff .p-staffcast__title {
    max-width: 15.5rem;
  }
}
.--cast .p-staffcast__title {
  max-width: 25rem;
}
@media screen and (max-width: 960px) {
  .--cast .p-staffcast__title {
    max-width: 12.5rem;
  }
}
.p-staffcast__inner {
  display: block;
  position: relative;
}
.p-staffcast__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.4rem 6rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staffcast__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem 0;
  }
}
.--cast .p-staffcast__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.4rem 5.5rem;
}
@media screen and (max-width: 960px) {
  .--cast .p-staffcast__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem 0;
  }
}
.p-staffcast__list-item {
  display: block;
  position: relative;
}

.p-staffcast_data {
  display: block;
  position: relative;
}
.p-staffcast_data__cap {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_data__cap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0.1rem;
  }
}
.p-staffcast_data__cap-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-staffcast_data__cap-text {
    margin-right: 1rem;
    font-size: 1.3rem;
  }
}
.p-staffcast_data__cap-bar {
  height: 1rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-staffcast_data__cap-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-staffcast_data__cap-bar {
    min-width: 0;
    flex: 1 1 0;
    height: 0.4rem;
    top: -0.15em;
  }
}
.p-staffcast_data__cap-bar::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gold);
}
.p-staffcast_data__cap-bar::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background: url("../img/point.svg") no-repeat left center/0.8rem auto, url("../img/point.svg") no-repeat right center/0.8rem auto;
  transform: translate(0, 50%);
}
@media screen and (max-width: 960px) {
  .p-staffcast_data__cap-bar::after {
    height: 0.5rem;
    bottom: 0;
    background-size: 0.4rem auto;
  }
}
.p-staffcast_data__name {
  display: block;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-staffcast_data__name {
    min-height: 2.2rem;
    font-size: 1.7rem;
  }
}
.p-staffcast_data__name-comment {
  width: 11rem;
  display: inline-block;
  top: 0.2rem;
  position: relative;
  margin-left: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_data__name-comment {
    width: 8rem;
    top: 0.3rem;
    margin-left: 0.8rem;
  }
}
.p-staffcast_data__name-link {
  width: 14rem;
  display: inline-block;
  top: 0.2rem;
  position: relative;
  margin-left: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_data__name-link {
    width: 10rem;
    top: 0.3rem;
    margin-left: 0.8rem;
  }
}
.p-staffcast_data__sub {
  display: block;
  position: relative;
  font-size: 1.6rem;
  margin-top: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-staffcast_data__sub {
    margin-top: 1rem;
    font-size: 1.1rem;
    letter-spacing: -0.02rem;
  }
}
.p-staffcast_data__circle {
  width: 120%;
  height: auto;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-staffcast_data__circle {
    display: block;
  }
}
.p-staffcast_data__circle-path {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.1rem;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.p-staffcast_data__name-comment:hover .p-staffcast_data__circle-path, .p-staffcast_data__name-link:hover .p-staffcast_data__circle-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.2s var(--ease_out);
}

.p-comment_modal {
  width: 100%;
  max-width: 108rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-comment_modal {
    max-width: 45rem;
  }
}
.p-comment_modal__base {
  width: 120%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-comment_modal__base {
    width: 70rem;
  }
}
.p-comment_modal__container {
  max-width: 72rem;
  display: block;
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__container {
    width: 95%;
    max-width: 50rem;
    padding: 3rem 0;
  }
}
.p-comment_modal__header {
  position: relative;
  margin-bottom: 2.8rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 961px) {
  .p-comment_modal__header {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
}
@media screen and (max-width: 960px) {
  .p-comment_modal__header {
    padding-bottom: 1.6rem;
  }
}
.p-comment_modal__header::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gold);
}
.p-comment_modal__header::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background: url("../img/point.svg") no-repeat left center/0.8rem auto, url("../img/point.svg") no-repeat right center/0.8rem auto;
  transform: translate(0, 50%);
}
@media screen and (max-width: 960px) {
  .p-comment_modal__header::after {
    height: 0.5rem;
    bottom: 0;
    background-size: 0.4rem auto;
  }
}
.p-comment_modal__cap {
  display: block;
  position: relative;
  font-size: 2.6rem;
  color: var(--color-gold);
}
@media screen and (min-width: 961px) {
  .p-comment_modal__cap {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-comment_modal__cap {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
.p-comment_modal__name {
  display: block;
  position: relative;
}
.p-comment_modal__name-text {
  display: block;
  position: relative;
  font-size: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__name-text {
    font-size: 2.4rem;
  }
}
.p-comment_modal__inner {
  display: block;
  position: relative;
}
.p-comment_modal__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__content {
    max-height: 34rem;
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
}
.p-comment_modal__content-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__content-text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.p-cast_modal {
  width: 100%;
  max-width: 108rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-cast_modal {
    max-width: 45rem;
  }
}
.p-cast_modal__base {
  width: 120%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-cast_modal__base {
    width: 70rem;
  }
}
.p-cast_modal__container {
  max-width: 84rem;
  display: block;
  position: relative;
  padding: 5rem 0;
}
@media screen and (min-width: 961px) {
  .p-cast_modal__container {
    display: grid;
    grid-template-columns: 30rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_modal__container {
    width: 95%;
    max-width: 50rem;
    padding: 3rem 0;
  }
}
.p-cast_modal__visual {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-cast_modal__visual {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_modal__visual {
    width: 15rem;
    display: block;
    position: relative;
    margin: 0 auto 2.5rem;
  }
}
.p-cast_modal__header {
  position: relative;
  margin-bottom: 2.8rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 961px) {
  .p-cast_modal__header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_modal__header {
    margin-bottom: 2rem;
    padding-bottom: 1.6rem;
  }
}
.p-cast_modal__header::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gold);
}
.p-cast_modal__header::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background: url("../img/point.svg") no-repeat left center/0.8rem auto, url("../img/point.svg") no-repeat right center/0.8rem auto;
  transform: translate(0, 50%);
}
@media screen and (max-width: 960px) {
  .p-cast_modal__header::after {
    height: 0.5rem;
    bottom: 0;
    background-size: 0.4rem auto;
  }
}
.p-cast_modal__cap {
  display: block;
  position: relative;
  font-size: 2.6rem;
  color: var(--color-gold);
}
@media screen and (min-width: 961px) {
  .p-cast_modal__cap {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_modal__cap {
    margin-bottom: 0.2rem;
    font-size: 1.5rem;
  }
}
.p-cast_modal__name {
  display: block;
  position: relative;
}
.p-cast_modal__name-text {
  display: block;
  position: relative;
  font-size: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-cast_modal__name-text {
    font-size: 2.2rem;
  }
}
.p-cast_modal__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-cast_modal__inner {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_modal__inner {
    padding-bottom: 3rem;
  }
}
.p-cast_modal__content {
  width: calc(100% + 1rem);
  padding-right: 1rem;
  max-height: 28rem;
  overflow-y: auto;
  overscroll-behavior-y: none;
  display: block;
  position: relative;
  scrollbar-width: thin;
}
@media screen and (max-width: 960px) {
  .p-cast_modal__content {
    max-height: 24rem;
  }
}
.p-cast_modal__content-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-cast_modal__content-text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}