.group-contents-wrap {
    padding: 0 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.group-profile-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}
.group-artist-img-slider {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    min-width: 290px;
}
.swiper3 {
    width: 100%;
    order: 3;
}
.group-artist-profile-wrap{
    justify-content: center;
}
.group-artist-profile-img-wrap {
    width: auto;
    height: 90px;
    aspect-ratio: 3 / 2;
    text-align: center;
}
.group-artist-profile-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper3_main {
    order: 1;
    aspect-ratio: 3 / 2;
    width: 100%;
}
.swiper3_main-wrapper {
    width: 100%;
    height: auto;
}
.group-artist-profile-img-wrap-main {
    width: 100% !important;
    height: auto;
}
.group-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;
}
.group-profile-contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.group-profile-namebtn-wrap {
    display: flex;
    justify-content: space-between;
}
.group-name-wrap {
    display: flex;
    flex-direction: column;   
    gap: 10px;
}
.group-name-kanji {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
}
.group-name-furigana {
    font-size: 1.4rem;
    font-weight: 700;
}
.group-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; ;
}
.group-print-btn:hover {
    background-color: #8E8563;
    color: #ffffff;
    border: solid 1px #ffffff;
}
.group-print-btn p {
    display: none;
}
.group-print-btn img {
    width: 100%;
    height: auto;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.group-print-btn:hover img {
    filter: invert(100%);
}
.group-talent-list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.group-talent-list a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.group-talent-list img{
    width: 100%;
    height: auto;
}
.group-talent-name-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.group-talent-name {
    font-size: 1.8rem;
    letter-spacing: -0.04em;
}
.group-talent-name-furigana {
    font-size: 1rem;
    font-weight: 500;
    color: #cccccc;
    letter-spacing: -0.05em;
}
.group-snslinklist-wrap {
    display: flex;
    gap: 13px;
}
.group-snslinklist {
    height: 32px;
    width: auto;
}
.group-snslinklist- a {
    align-content: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.group-snslinklist img {
    width: auto;
    height: 100%;
    transition: all 0.3s ease;
}
.group-snslinklist:hover img {
    opacity: 0.7;
}
.group-talent-list {
    transition: filter 0.3s ease;
}
.group-talent-list:hover {
    filter: brightness(90%);
    text-decoration: none;
}
.group-info-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.group-info-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    list-style-type: none;
}
.group-info-nav li:before {
    content: '↓';
}
.group-info-nav li {
    padding-bottom: 10px;
    border-bottom: solid 1px #F2EFE7;
    font-size: 1.4rem;
    line-height: 120%;
    width: 153px;
    height: 28px;
}
.group-info-list-contents-wrap {
    border-bottom: solid 1px #000000;
}
.group-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
    border-top: solid #000000;
    border-width: 1px 0 1px 0;
}
.group-info-title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-top: 70px;
    margin-top: -70px;
}
.group-info-list p {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5em;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.group-info-list a {
    color: #8E8563;
}
.group-info-list a:hover {
    text-decoration: underline;
}
.group-info-news-list {
    transition: filter 0.3s ease;
}
.group-info-news-list:hover {
    filter: brightness(90%);
    text-decoration: none;
}
.group-info-news-list a:hover {
    text-decoration: none;
}
.group-info-news-noset {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.group-info-news-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.group-info-news-link {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 25px;
}
.group-info-news-image {
    height: 100px;
}
.group-info-news-image img {
    height: 90px;
    width: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.group-info-news-text {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: start;
    gap: 10px;
    width: calc(100% - 81px);
    color: #000000;
}
.group-info-news-datecat-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.group-info-news-date {
    font-size: 1.2rem !important;
    letter-spacing: 0.07em !important;
    font-weight: 400;
    color: #8B8B8B;
}
.group-info-news-cat {
    font-size: 1.2rem !important;
    line-height: 1.3em !important;
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
}
.group-info-news-groupname {
    font-size: 1.5rem !important;
    letter-spacing: -0.03em !important;
    font-weight: 700;
}
.group-info-news-newstitle {
    font-size: 1.3rem !important;
    line-height: 1.3em !important;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.group-info-list iframe {
    border-radius: 19px;
    height: 700px;
}
.group-snslist-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;

}
.group-snslist-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
} 
.group-snslist-item-wrap {
    display: flex;
    gap: 32px;
}
.group-snslist-item-wrap img {
    height: 100%;
}
.group-snslist-item-wrap a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #8E8563;
    align-content: center;
}
.group-snslist-item-wrap a:hover {
    text-decoration: underline;
}
.group-snslist-logo {
    width: 60px;
    height: 32px;
    text-align: center;
}
.hihyoji {
    display: none;
}
.group-info-disco-item {
    border-bottom: 1px solid #CCCCCC;
    transition: filter 0.3s ease;
}
.group-info-disco-item:hover {
    filter: brightness(90%);
    text-decoration: none;
}
.group-info-disco-item a:hover {
    text-decoration: none;
}
.group-info-disco-link {
    padding: 10px 0;
    display: flex;
    gap: 20px;
}
.group-info-disco-img-wrap {
    width: 100px;
    min-width: 100px;
    aspect-ratio: 1 /1;
    background-color: #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
}
.group-info-disco-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.group-info-disco-text-wrap {
    color: #000000 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.group-info-disco-datecat-wrap {
    display: flex;
    gap: 5px;
}
.group-info-disco-date {
    font-size: 1.2rem !important;
    letter-spacing: 0.07em !important;
    font-weight: 400;
    color: #8B8B8B;
}
.group-info-disco-cat {
    font-size: 1.2rem !important;
    line-height: 1.3em !important;
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
    white-space: inherit !important;
}
.group-info-disco-groupname {
    font-size: 1.5rem !important;
    letter-spacing: -0.03em !important;
    font-weight: 700;
}
.group-info-disco-title {
    font-size: 1.3rem !important;
    line-height: 1.3em !important;
    letter-spacing: -0.03em;
    font-weight: 400;
}
.discography-backpage-button-link {
    display: block;
    height: 54px;
    margin-top: 20px;
    border: 1px solid #000000;
    text-align: center;
    align-content: center;
    font-size: 1.4rem;
    color: #000000 !important;
    letter-spacing: 0.07em;
    transition: all 0.3s ease;
}
.discography-backpage-button-link:hover {
    text-decoration: none !important;
    background-color: #8E8563;
    color: #ffffff !important;
    border: solid 1px #ffffff;
}

@media screen and (min-width: 800px) {
    .group-profile-wrap {
        flex-direction: row;
        max-width: 1240px;
        min-width: 676px;
        gap: 80px;
        padding: 0 40px;
        margin: 0 auto;
    }
    .group-artist-img-slider {
        max-width: 530px;
    }
    .group-profile-contents-wrap {
        min-width: 360px;
        max-width: 540px;
    }
    .group-name-kanji {
        font-size: 2.4rem;
    }
    .group-print-btn {
        align-items: center;
        width: 135px;
        height: 40px;
        padding: 0 0 0 10px;
    }
    .group-print-btn p {
        display: inherit;
    }
    .group-print-btn img {
        width: 28px;
        height: 28px;
    }
    .group-talent-list-wrap {
        gap: 15px;
    }
    .group-talent-name {
        letter-spacing: 0;
    }
    .group-talent-name-furigana {
        letter-spacing: 0;
    }
    .group-info-list-wrap {
        padding: 60px 15px 0 15px;
        display: flex;
        justify-content: center;
        gap: 36px;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .group-info-list {
        flex-direction: row;
    }
    .group-info-title {
        width: 250px;
        min-width: 250px;
        padding-top: 80px;
        margin-top: -80px;
    }
    .group-info-news-title {
        margin: 30px 0;
    }
    .group-info-news-text {
        width: calc(100% - 96px);
    }
    .group-schedule-wrap {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .group-schedule-wrap iframe {
        border-radius: 21px;
    }
    .group-info-list-wrap {
        padding: 60px 15px 0 15px;
        gap: 36px;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .group-info-schedule-wrap {
        width: 100%;
    }
    .group-info-content {
        width: 100%;
        max-width: 700px;
    }
    .group-info-disco-list-wrap {
        width: calc(100% - 270px);
    }
    .group-info-disco-link {
        gap: 42px;
    }
    .group-info-disco-datecat-wrap {
        gap: 14px;
    }
}
