.talent-contents-wrap {
    padding: 0 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.talent-profile-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}
.talent-artist-img-slider {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    min-width: 290px;
}
.swiper3 {
    width: 100%;
    order: 3;
}
.talent-artist-profile-wrap {
    justify-content: center;
}
.talent-artist-profile-img-wrap {
    width: 60px;
    height: 90px;
    text-align: center;
}
.talent-artist-profile-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper3_main {
    order: 1;
    width: 100%;
}
.swiper3_main-wrapper {
    width: 100%;
    height: 100%;
}
.talent-artist-profile-img-wrap-main {
    width: 100% !important;
}
.talent-artist-profile-img-wrap-main img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.indicator-dots {
    order: 2;
    text-align: center;
}
.indicator-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #F2EFE7;
    border-radius: 50%;
    margin: 0 4px;
    transition: background-color 0.3s;
}
.indicator-dots .dot.active {
    background-color: #8E8563;
}
.talent-profile-contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.talent-profile-namebtn-wrap {
    display: flex;
    justify-content: space-between;
}
.talent-name-wrap {
    display: flex;
    flex-direction: column;   
    gap: 10px;
}
.talent-name-kanji {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
}
.talent-name-furigana {
    font-size: 1.4rem;
    font-weight: 700;
}
.talent-print-btn {
    padding: 10px;
    width: 48px;
    height: 48px;
    border: solid 1px #000000;
    background-color: #ffffff;
    display: flex;
    gap: 10px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    cursor: pointer; ;
}
.talent-print-btn:hover {
    background-color: #8E8563;
    color: #ffffff;
    border: solid 1px #ffffff;
}
.talent-print-btn p {
    display: none;
}
.talent-print-btn img {
    width: 100%;
    height: auto;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.talent-print-btn:hover img {
    filter: invert(100%);
}
.talent-snslinklist-wrap {
    display: flex;
    gap: 13px;
}
.talent-snslinklist {
    height: 32px;
    width: auto;
}
.talent-snslinklist a {
    align-content: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.talent-snslinklist img {
    width: auto;
    height: 100%;
    transition: all 0.3s ease;
}
.talent-snslinklist:hover img {
    opacity: 0.7;
}
.talent-profile-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.talent-profile-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #BBBBBB;
}
.talent-profile-item-list {
    border-bottom: solid 2px #F2EFE7;
}
.talent-profile-item {
    display: flex;
    border: solid #F2EFE7;
    border-width: 2px 2px 0 0;
}
.talent-profile-item dt {
    background-color: #F2EFE7;
    padding: 18px 0;
    width: 160px;
    min-width: 160px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height:130%;
}
.talent-profile-item dd {
    padding: 18px 43px;
    font-size: 1.4rem;
    line-height: 130%;
}
.talent-info-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.talent-info-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    list-style-type: none;
}
.talent-info-nav li:before {
    content: '↓';
}
.talent-info-nav li {
    padding-bottom: 10px;
    border-bottom: solid 1px #F2EFE7;
    font-size: 1.4rem;
    line-height: 120%;
    width: 153px;
    height: 28px;
}
.talent-info-list-contents-wrap {
    border-bottom: solid 1px #000000;
}
.talent-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
    border-top: solid #000000;
    border-width: 1px 0 1px 0;
}
.talent-info-title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-top: 70px;
    margin-top: -70px;
}
.talent-info-list p {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5em;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.talent-info-list a {
    color: #8E8563;
}
.talent-info-list a:hover {
    text-decoration: underline;
}
.talent-info-news-list {
    transition: filter 0.3s ease;
}
.talent-info-news-list:hover {
    filter: brightness(90%);
    text-decoration: none;
}
.talent-info-news-list a:hover {
    text-decoration: none;
}
.talent-info-news-noset {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.talent-info-news-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.talent-info-news-link {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 25px;
}
.talent-info-news-image {
    height: 100px;
}
.talent-info-news-image img {
    height: 90px;
    width: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.talent-info-news-text {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: start;
    gap: 10px;
    width: calc(100% - 81px);
    color: #000000;
}
.talent-info-news-datecat-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.talent-info-news-date {
    font-size: 1.2rem !important;
    letter-spacing: 0.07em !important;
    font-weight: 400;
    color: #8B8B8B;
}
.talent-info-news-cat {
    font-size: 1.2rem;
    line-height: 1.3em;
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
}
.talent-info-news-talentname {
    font-size: 1.5rem !important;
    letter-spacing: -0.03em !important;
    font-weight: 700;
}
.talent-info-news-newstitle {
    font-size: 1.3rem !important;
    line-height: 1.3em !important;
    letter-spacing: -0.03em !important;
    font-weight: 400;
}
.talent-info-list iframe {
    border-radius: 19px;
    height: 700px;
}
.talent-snslist-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.talent-snslist-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
} 
.talent-snslist-item-wrap {
    display: flex;
    gap: 32px;
}
.talent-snslist-item-wrap img {
    height: 100%;
}
.talent-snslist-item-wrap a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #8E8563;
    align-content: center;
}
.talent-snslist-item-wrap a:hover {
    text-decoration: underline;
}
.talent-snslist-logo {
    width: 60px;
    height: 32px;
    text-align: center;
}
@media screen and (min-width: 800px) {
    .talent-profile-wrap {
        flex-direction: row;
        max-width: 1150px;
        min-width: 676px;
        padding: 0 40px;
        gap: 80px;
        margin: 0 auto;
    }
    .talent-artist-img-slider {
        max-width: 450px;
    }
    .talent-profile-contents-wrap {
        width: 100%;
        max-width: 540px;
        min-width: 360px;
    }
    .talent-print-btn {
        align-items: center;
        width: 135px;
        height: 40px;
        padding: 0 0 0 10px;
    }
    .talent-print-btn p {
        display: inherit;
    }
    .talent-print-btn img {
        width: 28px;
        height: 28px;
    }
    .talent-info-list-wrap {
        padding: 60px 15px 0 15px;
        gap: 36px;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .talent-info-list {
        flex-direction: row;
    }
    .talent-info-title {
        width: 250px;
        min-width: 250px;
        padding-top: 80px;
        margin-top: -80px;
    }
    .talent-info-news-text {
        width: calc(100% - 96px);
    }
    .talent-info-news-title {
        margin: 30px 0;
    }
    .talent-info-schedule-wrap {
        width: 100%;
    }
    .talent-info-content {
        width: 100%;
        max-width: 700px;
    }
}
