.p-talent__detail {
  margin-top: min(8vw, 28px);
  padding: 0 min(5.3vw, 20px);
}

@media only screen and (min-width: 960px) {
  .p-talent__detail {
    width: 72.92vw;
    max-width: 1728px;
    margin: 0 auto;
    padding: min(6.52vw, 88px) 0;
  }
}

.p-talent__detail-role {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-role {
    font-size: min(1.4vw, 16px);
    margin-bottom: 3px;
  }
}

.p-talent__detail-ja {
  line-height: 1.25;
  font-weight: 700;
  font-size: min(8.57vw, 30px);
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-ja {
    font-size: min(4.15vw, 56px);
    margin-bottom: 12px;
  }
}



.p-talent__detail-en {
  font-family: var(--font_family--en);
  font-size: 12px;
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-en {
    font-size: min(1.04vw, 14px);
    margin-bottom: min(5.19vw, 70px);
  }
}

.sp-flex {
  display: flex;
  align-items: baseline;
  gap: 17px;
  margin-bottom: min(13.43vw, 47px);
}

@media only screen and (min-width: 960px) {
  .sp-flex {
    flex-direction: column;
    margin-bottom: 0;
    gap: 0;
  }
}

.p-talent__detail-description {
  font-size: min(3.8vw,14px);
  line-height: 1.85;
  margin-bottom: min(9.43vw, 30px);
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-description {
    font-size: min(1.4vw, 16px);
    line-height: 2;
    margin-bottom: min(4vw, 54px);
  }
}

.p-talent__detail-description .s-pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-description .s-pc {
    display: inline;
  }
}





.p-talent__detail-works-list-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-size: min(3.8vw,14px);
  margin-bottom: min(9.71vw, 34px);
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-works-list-container {
    margin-bottom: min(4.37vw, 59px);
    gap: 24px;
    font-size: min(1.4vw, 16px);
  }
}
  

.p-talent__detail-works-title {
  font-weight: 700;
  font-size: min(3.8vw,14px);
  margin-bottom: min(2.29vw, 8px);
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-works-title {
    font-size: min(1.4vw, 16px);
    margin-bottom: 0;
  }
}

.p-talent__detail-works-item {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: min(1.43vw, 5px);
}

.p-talent__detail-works-item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-works-item {
    font-size: min(1.4vw, 16px);
    margin-bottom: 0;
  }
}

.p-talent__detail-works-item .s-pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-works-item .s-pc {
    display: inline;
  }
}

.p-talent__detail-inner {
  display: flex;
  flex-direction: column-reverse;
  gap: min(8.8vw,53px);
  max-width: 1260px;
  margin: 0 auto min(8vw,40px);
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-inner {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto min(8vw,40px);
  }
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-text {
    width: 31.94vw;
  }
}


.p-talent__detail-profile-slider {
  width: 70.99vw;
  margin-inline: auto;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .p-talent__detail-profile-slider {
    width: min(29.69vw, 512px);
    margin-right: 0;
  }
}

.p-talent__detail-profile-slider .swiper {
  width: 100%;
}

.p-talent__detail-profile-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.p-talent__detail-profile-slider .js-mainSlider .swiper-slide {
  aspect-ratio: 2 / 3;
}
.p-talent__detail-profile-slider .js-mainSlider .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.p-talent__detail-profile-slider .swiper-button-prev,
.p-talent__detail-profile-slider .swiper-button-next {
  color: rgba(0, 0, 0, 0);
  z-index: 2;
}
.p-talent__detail-profile-slider .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 16px;
  height: 16px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.p-talent__detail-profile-slider .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.p-talent__detail-profile-slider .swiper-button-prev::after,
.p-talent__detail-profile-slider .swiper-button-next::after {
  display: none;
}

.p-talent__detail-profile-slider .js-thumbSlider {
  margin-top: 5px;
}

.p-talent__detail-profile-slider .js-thumbSlider .swiper-slide {
  aspect-ratio: 2 / 3;
  cursor: pointer;
  opacity: 0.6;
}
.p-talent__detail-profile-slider .js-thumbSlider .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.p-talent__detail-profile-slider .js-thumbSlider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}


.c-sns-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media only screen and (min-width: 960px) {
  .c-sns-wrap {
    margin-bottom: min(4.59vw, 62px);
    gap: 29px;
  }
}


.c-sns {
  font-family: var(--font_family--en);
  line-height: 1.1;
  white-space: nowrap;
  font-size: min(3.57vw, 14px);
  font-weight: 700;
}

@media only screen and (min-width: 960px) {
  .c-sns {
    font-size: min(1.33vw, 18px);
  }
}


.c-sns i {
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: 2px;
}

@media only screen and (min-width: 960px) {
  .c-sns i {
    top: 1px;
  }
}

.c-sns i img {
  display: block;
  position: relative;
  width: 36%;
  margin-left: 8px;
  transition-duration: 0.2s;
  transform: rotate(-130deg);
}

.c-sns:hover i img {
  transform: rotate(-130deg) translate(40%, 200%);
  opacity: 0;
}

.c-sns i:after {
  content: "";
  position: absolute;
  top: 6%;
  left: 8px;
  width: 37%;
  height: 100%;
  background: url(../img/common/icon-arrow.svg) no-repeat;
  background-size: 100%;
  transform: rotate(-130deg) translate(-40%, -200%);
  opacity: 1;
}

.c-sns:hover i:after {
  transition-duration: 0.2s;
  transform: rotate(-130deg) translate(0, 0);
  opacity: 1;
}

.p-onair--subpage .swiper-wrapper {
  /*justify-content: space-between;*/
  /*gap: min(3.2vw, 50px);*/
}

@media only screen and (min-width: 960px) {
  .p-onair--subpage .swiper-wrapper {
    gap: min(3.2vw, 50px);
  }
}


.p-onair--subpage {
  margin-top: min(18.86vw, 66px);
}

@media only screen and (min-width: 960px) {
  .p-onair--subpage {
    margin-top: min(12.52vw, 169px);
  }
}

.p-onair__header {
  position: relative;
  text-align: center;
  width: ;
  max-width: 1487px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .p-onair__header {
    margin-bottom: min(2.22vw, 30px);
  }
}

.p-onair__title {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-family: var(--font_family--en);
}

@media only screen and (min-width: 960px) {
  .p-onair__title {
    font-size: min(2.22vw, 30px);
  }
}

.p-onair__header .c-viewmore {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: var(--font_family--en);
}

@media only screen and (min-width: 960px) {
  .p-onair__header .c-viewmore {
    font-size: min(1.33vw, 18px);
  }
}


.p-onair__container {
  padding: 27px min(5.3vw,50px) 45px;
  position: relative;
  /*clip-path: inset(0 0 0 28px);*/
}

@media only screen and (min-width: 960px) {
  .p-onair__container {
    padding: min(3.93vw, 53px) min(7.41vw, 100px) min(3.33vw, 45px);
    background-color: rgba(27, 27, 27, 1);
    clip-path: none;
  }
}

.p-onair__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  /* width: 86.05vw; */
  max-width: 1487px;
  margin: 0;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .p-onair__inner {
    margin: 0 auto;
  }
}

.p-onair__thumb {
  position: relative;
  height: 88vw;
  width: 100%;
  margin-bottom: 6px;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .p-onair__thumb {
    height: 23vw;
  }
}

.p-onair__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  border: none;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 960px) {
  .p-onair__thumb {
    margin-bottom: 8px;
  }
}

.p-onair__date {
  font-size: min(4.57vw, 16px);
  font-weight: 600;
  margin-bottom: 4px;
}

@media only screen and (min-width: 960px) {
  .p-onair__date {
    margin-bottom: 6px;
    font-size: min(1.4vw, 16px);
  }
}

.p-onair__program .s-sp {
  display: inline;
}

@media only screen and (min-width: 960px) {
  .p-onair__program .s-sp {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .p-onair__program {
    font-size: min(1.4vw, 16px);
  }
}

@media only screen and (min-width: 960px) {
  .p-media {
    margin-bottom: min(10.07vw, 136px);
  }
}


/* .p-onair--subpage .swiper-container {
  width: 50.38vw;
} */
@media only screen and (min-width: 960px) {
  .p-onair--subpage .swiper-container {
    width: 100%;
  }
}


.p-onair__container .p-onair__item.swiper-slide {
  flex: 0 0 50.38vw;
  display: block;
  width: 50.38vw;
}

@media only screen and (min-width: 960px) {
  .p-onair__container .p-onair__item.swiper-slide {
    width: min(14.7vw, 254px);
    flex: none;
  }
}

.p-onair__item-inner {
  display: inline-block;
  width: 100%;
}

.p-onair__item-inner:hover .p-onair__thumb img {
  transform: scale(1.05);
}


.p-media--subpage {
  margin-top: 15px;
}

@media only screen and (min-width: 960px) {
  .p-media--subpage {
    margin-top: min(5.93vw, 80px);
    margin-bottom: min(10vw, 135px);
  }
}

.p-media__header {
  position: relative;
  text-align: center;
  max-width: 1487px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .p-media__header {
    margin-bottom: min(2.22vw, 30px);
    width: min(86.05vw, 1487px);
  }
}

.p-media__title {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-family: var(--font_family--en);
}

@media only screen and (min-width: 960px) {
  .p-media__title {
    font-size: min(2.22vw, 30px);
  }
}

.p-media__header .c-viewmore {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: var(--font_family--en);
}

@media only screen and (min-width: 960px) {
  .p-media__header .c-viewmore {
    font-size: min(1.33vw, 18px);
  }
}


.p-media__container {
  padding: 27px min(5.3vw,50px) 48px;
}

@media only screen and (min-width: 960px) {
  .p-media__container {
    padding: min(3.11vw, 42px) min(7.41vw, 100px) min(2.89vw, 39px);
    background-color: rgba(27, 27, 27, 1);
  }
}

.p-media__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  /* width: 86.05vw; */
  max-width: 1487px;
  margin: 0 auto;
}

.p-media__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  border: none;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-media__thumb {
  position: relative;
  width: 100%;
  height: 50vw;
  margin: 0 0 min(4.29vw, 15px) 0;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .p-media__thumb {
    height: min(12vw, 200px);
    margin-bottom: 8px;
    height: min(12vw, 200px);
  }
}

.p-media__date {
  font-size: 14px;
  font-family: var(--font_family--en);
  margin-bottom: 5px;
}

@media only screen and (min-width: 960px) {
  .p-media__date {
    margin-bottom: 6px;
    font-size: min(1.2vw, 14px);
  }
}

.p-media__program {
  line-height: 1.5;
}

@media only screen and (min-width: 960px) {
  .p-media__program {
    font-size: min(1.4vw, 16px);
  }
}


.p-media__container .p-media__item.swiper-slide {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .p-media__container .p-media__item.swiper-slide {
    width: min(19.5vw, 337px);
  }
}

.p-media__item:hover .p-media__thumb img {
  transform: scale(1.05);
}

@media only screen and (min-width: 960px) {
  .p-media__inner .swiper-wrapper {
    /*justify-content: space-between;*/
    gap: min(3.2vw, 50px);
  }
}

.p-media__container .c-slide__nav {
  width: min(28vw, 88px);
  margin: min(8vw, 33px) auto 0;
  padding: min(1.8vw, 8px) 0;
}

.p-media__container .c-slide__nav span {
  position: static;
  margin-top: 0;
  height: auto;
}

.p-media__container .c-slide__nav span img {
  width: 22%;
}


@media only screen and (min-width: 960px) {
  .p-talent__detail .c-blankBtn {
    height: min(4.15vw, 53px);
  }
}

.p-talent__detail-link {
  margin: 0 auto;
}


/* 202509 リンク設定済のONAIR記事をクリック可能に */
.p-onair--subpage .p-onair__item-inner {
  pointer-events: none;
}
.p-onair--subpage .p-onair__item-inner.p-onair__item-open {
  pointer-events: auto;
}