@charset "UTF-8";

/* ===================================
archiveとsingle共通項目
 =================================== */


/* ===================================
アーカイブページ
=================================== */
.archiveTalent__body {
    padding-bottom: 242px;
}

.archiveTalent__tabs-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px 18px;
    max-width: 854px;
    margin-inline: auto;
}
.archiveTalent__tabs-item {
    display: block;
    width: 200px;
    max-width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 11px;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #070707;
    color: inherit;
}
.archiveTalent__tabs-item[aria-selected="true"] {
    background: #333333;
    color: #fff;
}
.archiveTalent__tabs-item[aria-selected="false"] {

}

.archiveTalent__tabs-content-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
    translate: 0 5px;
    transition: opacity 0.5s ease, translate 0.5s ease;
    overflow: hidden;
}
.archiveTalent__tabs-content-wrap.js-show {
    opacity: 1;
    visibility: visible;
    height: fit-content;
    translate: 0;
}

.archiveTalent__tabs-contents {
    margin-top: 100px;
}

.archiveTalent__tabs-title {
    font-size: 43px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.archiveTalent__tabs-title:before,
.archiveTalent__tabs-title:after {
    content: "";
    height: 1px;
    width: 80px;
    max-width: 80px;
    /* flex-grow: 1;
    max-width: 80px; */
    background-color: #666;
}
.archiveTalent__tabs-title:before {
    margin-right: 40px;
}
.archiveTalent__tabs-title:after {
    margin-left: 40px;
}

.archiveTalent__tabs-posts {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 69px 26px;
}
.archiveTalent-post {
    display: block;
}

.archiveTalent__line-break {
    height: 0;
}
.archiveTalent-post__thumbnail {
    border-radius: 19px;
    overflow: hidden;
    position: relative;
}
.archiveTalent-post__name {
    margin-top: 11px;
    font-size: min(1.39vw, 20px);
    font-weight: bold;
    text-align: center;
}
.archiveTalent-post__name--en {
    margin-top: 3px;
    font-size: min(1.11vw, 16px);
    font-weight: 500;
    color: #666666;
    text-align: center;
}
.archiveTalent-post__partnerOffice {
    margin-top: 3px;
    font-size: min(1.11vw, 14px);
    font-weight: 500;
    color: #666666;
    text-align: center;
}

.archiveTalent__no-post {
    margin-top: 30px;
    text-align: center;
}

/* ===================================
詳細（single）ページ
=================================== */
.singleTalent_box {
    max-width: 1130px;
    max-width: calc(1130px + 30px * 2);
    margin-left: auto;
    margin-right: auto;
    padding-inline: 30px;
}

.singleTalent__post {
    padding: 30px 30px 100px 30px;
    border: 1px #707070 solid;
    box-shadow: 0 0 20px rgba(74, 67, 67, 0.2);
    border-radius: 18px;
    position: relative;
}
.singleTalent__post::after {
    content: "";
    position: absolute;
    top: -23px;
    left: -23px;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #EF7F27;
}


.singleTalent__info {
    display: flex;
    gap: 40px;
}
.singleTalent__info .left {
    width: 46.82%;
}
.singleTalent__slider {
    width: 100%;
}
.singleTalent__slider .thumbnail {
    border-radius: 18px;
    border: 1px solid #707070;
    overflow: hidden;
    position: relative;
}

.singleTalent__slider .thumbnail .credit {
    position: absolute;
    bottom: 0;
    right: 30px;
    font-size: 10px;
}
.thumbnail .credit.black {
     color: #000; 
}
.thumbnail .credit.white {
    color: #fff;
    text-shadow: 0 0px 6px rgba(0, 0, 0, 0.5);
}

.singleTalent__slider .slider {
    margin-top: 30px;
}
.singleTalent__slider .slick-slide {
    height: 100% !important;
    object-fit: cover !important;
}
.singleTalent__slider .slider-img {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}
.singleTalent__slider .thumbnail-img img,
.singleTalent__slider .slider-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    aspect-ratio: 1 / 1;
}

img {
    height: auto;
    width: 100%;
}
/* 非アクティブ時のスタイル */
.thumbnail-img,
.slider-img {
    opacity: 0.5;
}

/* アクティブ画像のスタイル */
.slider .slick-current {
    opacity: 1;
}

.singleTalent__info .right {
    flex: 1;
}
.singleTalent__name {

}
.singleTalent__name .name--ja {
    font-size: 28px;
    font-weight: bold;
}
.singleTalent__name .name--en {
    font-size: 18px;
    color: #666666;
}
.singleTalent__name .partnerOffice {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}
/* sns */
.singleTalent__info .right .is04_sns {
    margin-top: 26px;
    justify-content: start;
}

.singleTalent__date {
    margin-top: 19px;
}

/* バナー */
.singleTalent__banner {
    margin-top: 40px;
    max-width: 260px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.singleTalent__banner a {
    display: block;
}



/* ==== Description =========================== */

.singleTalent__Description {
    margin-top: 66px;
    padding-block: 60px;
    padding-inline: 30px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.singleTalent__Description-contents {
    /* border: 1px solid #000;
    border-radius: 10px; */
    /* padding: 30px; */
}
.singleTalent__Description-contents iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.singleTalent__Description-contents img {
    max-width: 100%;
}



/* ==== Members セクション =========================== */
.singleTalentMember {
    margin-top: 66px;
}
.singleTalentMember__contents {
    margin-top: 30px;

    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.singleTalentMember__contents .member {
    display: grid;
    grid-template-columns: min(150px,20%) 1fr;
    grid-template-areas:
        "thumb head"
        "info info";
        align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #707070;
    border-radius: 10px;
}
.member__thumb {
    grid-area: thumb;
}
.member__head {
    grid-area: head;
}
.member__info {
    grid-area: info;
}

/* 個別設定 */

.singleTalentMember__contents .member__thumb img {
    border-radius: 10px;
}
.member__name {
    font-size: 20px;
    font-weight: bold;
}
.member__info {
    font-size: 14px;
    color: #888888;
}
.member__info-list {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 5px;
}
.member__info-list .title {
    position: relative;
    padding-right: 14px;
}
.member__info-list .title::after {
    content: "：";
    position: absolute;
    top: 0;
    right: 0;
}


/* ==== news セクション =========================== */
.singleTalentNnews {
    margin-top: 66px;
}
.singleTalentNnews__contents {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.singleTalentNnews__post {
    padding: 13px 23px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 28px;
}
@media (any-hover: hover) {
.singleTalentNnews__post:hover {
    background: #FDB67D;
}
}
.singleTalentNnews__post .info {
    display: flex;
    justify-content: space-between;
    width: 170px;
    line-height: 1;
}
.singleTalentNnews__post .date {
    font-size: 14px;
}
.singleTalentNnews__post .category {
    margin-top: 1px;
    display: block;
    width: 76px;
    max-width: 100%;
    font-size: 10px;
    background: #333333;
    color: #fff;
    border-radius: 999px;
    padding-block: 2px 1px;
    text-align: center;
    transition: all 0.3s ease;
}
.singleTalentNnews__post .contents {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.singleTalentNnews__post .title {
    flex: 1;
}
.singleTalentNnews__post .button {
    display: block;
    position: relative;
    padding-right: 30px;
}
.singleTalentNnews__post .button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 13px;
    height: 11px;
    background: url(../../img/arrow-right_b.svg) no-repeat center center / contain;
}

/* カテゴリー編集画面の「固定ニュース」設定時のスタイル */

.singleTalentNnews__contents .fix-news {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 999px;
    padding: 13px 40px 13px 23px;
    position: relative;
}
@media (any-hover: hover) {
.singleTalentNnews__contents .fix-news:hover {
    background: #FDB67D;
}

.singleTalentNnews__contents .fix-news::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 13px;
    height: 11px;
    background: url(../../img/arrow-right_b.svg) no-repeat center center / contain;
}

}


/* ==== ADVERTISEMENT セクション =========================== */
.singleTalentAd {
    margin-top: 70px;
}
.singleTalentAd__contents {
    margin-top: 20px;
}
.singleTalentAd__contents p {
    line-height: 1.6;
}


/* ==== video セクション =========================== */
.singleTalentVideo {
    margin-top: 80px;
}
.singleTalentVideo__items {
    margin-top: 23px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 30px;
}
.singleTalentVideo__item {

}
.singleTalentVideo__item .youtube {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 323 / 182;
}
.singleTalentVideo__item .youtube iframe {
    width: 100%;
    height: 100%;
}
.singleTalentVideo__item .title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

/* ボタンスタイル */
.singleTalentVideo__item button {
    /* デフォルトのボタンスタイルをリセット */
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 0;

    /* 独自のスタイル */
    cursor: pointer;
    position: relative;
    display: inline-block;
}
/* ボタンホバー時のスタイル */
.singleTalentVideo__item button:hover .play {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.1);
}
.singleTalentVideo__item button:hover .play::after {

}
.singleTalentVideo__item .play {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30.34%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #EF7F27;
    color: #fff;
    border-radius: 999px;
    transition: all 0.3s ease;
}
.singleTalentVideo__item .play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28.57%;  /* 可変の横幅 */
    /* height: calc(28.57% * 0.866);  */
    height: auto;
    aspect-ratio: 1 / 1;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}


.singleTalentVideo__item img {
	width: 100%;
    aspect-ratio: 323 / 182;
    object-fit: cover;
}

/* ------------------------
モーダル関連 
------------------------ */

/* 初期設定 */
button {
    background: none;
}
:where(dialog) {
    width: unset;
    max-width: unset;
    height: unset;
    max-height: unset;
    padding: unset;
    color: unset;
    background-color: unset;
    border: unset;
    overflow: unset;
}
body:has(dialog[open]) {
    overflow: hidden;
}

/* ボタンのスタイル  */
.modal__open-btn {
    padding: 4px 20px;
    border: 1px solid #000;
}

/*  */
dialog::backdrop {
    opacity: 0;
    transition: background 0.3s ease-in-out;
}

dialog.js-show.modal__content {
    opacity: 1;
}

dialog.js-show::backdrop {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.modal__content {
    /* overflow: hidden; */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 64.58%;
    max-width: 930px;
    height: auto;
    aspect-ratio: 930 / 523;
    background: #fff;

    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal__inner {
    overflow-y: scroll;
    height: 100%;
    position: relative;
}

.modal__body {
    height: fit-content;
}

.modal__body iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 930 / 523;
}

/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    top: -61px;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
/* フォーカス時 */
.modal__close-btn:focus {
    outline: none;
    box-shadow: none;
    /* 必要に応じて -webkit-tap-highlight-color も調整 */
    -webkit-tap-highlight-color: transparent;
}


/* ==== Works  =========================== */
.singleTalentWorks {
    margin-top: 80px;
}
.singleTalentWorks__li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* アコーディオン */
.works__item {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
}
.works__title {
    display: block;
    padding: 20px 32px;
    font-weight: bold;
    /* display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    gap: 16px; */
    position: relative;
}
/* 丸 */
.works__title::before {
    content: "";
    position: absolute;
    top: 17px;
    right: 17px;
    width: 30px;
    height: 30px;
    background: #333333;
    border-radius: 999px;
    display: block;
    transition: all 0.3s ease;
}
/* 矢印 */
.works__title::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 26px;
    width: 13px;
    height: 11px;
    transform: rotate(90deg);
    background: url(../../img/arrow-right_w.svg) no-repeat center center / contain;
}
details[open] .works__title::after {
    rotate: 180deg;
}

.talent .content {
    border-top: 1px solid #707070;
    padding: 32px 40px;
    max-height: 400px;
    overflow-y: scroll;
}
.talent .content .content__inner {

}

.works__item .content a {
    transition: all 0.3s ease;
    word-break: break-all;
}
.works__item .content a:hover {
    opacity: 0.7;
}
.talent .content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.oneColumn .oneColumn__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.twoColumn .twoColumn__table {
    width: 100%;
}
.twoColumn .twoColumn__table tr {
    display: flex !important;
    align-items: baseline !important;
    vertical-align: top;
}
.twoColumn .twoColumn__table tr th {
    width: 108px;
    flex-shrink: 0;
    padding-block: 10px;
    align-content: center;
    text-align: left;
    font-weight: normal;
}
.twoColumn .twoColumn__table tr td {
    flex: 1;
    padding-left: 20px;
    padding-block: 10px;
}


/* ==== Awards セクション =========================== */
.singleTalentAwards {
    margin-top: 77px;
}
.singleTalentAwards__contents {
    margin-top: 30px;
    padding: 50px 40px;
    border: 1px #707070 solid;
    border-radius: 18px;
}
.singleTalentAwards__list {

}
.singleTalentAwards__list_li {
    position: relative;
    padding-left: 20px;
}
.singleTalentAwards__list_li::after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.singleTalentAwards__list_li:nth-of-type(n + 2) {
    margin-top: 20px;
}



/* ==== 一覧へ戻る　ボタン =========================== */

.singleTalent__bottom {
	margin-top: 35px;
    margin-bottom: 160px;
	text-align: center;
}

.singleTalent-button{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 200px;
    max-width: 100%;
	padding: 12px 18px;
	text-align: center;
	border: 1px #EF7F27 solid;
	border-radius: 999px;
	background: #EF7F27;
	color: #fff;
	line-height: 1;
}
/* ホバー時のスタイル */
.singleTalent-button:hover{
	background: #fff;
	color: #EF7F27;
}

.singleTalent-button .alow{
    display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%) rotate(180deg);
	content: "";
	width: 13px;
	height: 11px;
	/* background: url("../../img/arrow-right_w.svg") center center/contain no-repeat; */
	transition: 0.3s ease-in-out;
}
.singleTalent-button .alow svg {
    display: block;
    width: 100%;
    height: 100%;
}
/* ホバー時のスタイル */
.singleTalent-button:hover .alow svg path{
    fill: #EF7F27;
}

