/*---------------------------------------------
  PROFILE/BIOGRAPHY
---------------------------------------------*/


/**** biography ****/

#profile .biography {
	margin-bottom:128px;
}

#profile .biography dl {
}


@media screen and (max-width: 767px) {

#profile .biography dt {
	margin-bottom:32px;
}

}



/**** profile ****/

#profile .profile li {
	margin-bottom:64px;
}

#profile .profile dl {
display:flex;
flex-direction: column;
justify-content:space-between;
}

@media screen and (max-width: 767px) {

#profile .profile dt {
	margin:0 auto 32px;
	max-width:450px;
}

#profile .profile dd .name {
	font-size:16px;
	margin-bottom:32px;
}

#profile .profile dd .name .font-accent {
	font-size:42px;
	display:block;
	line-height:1;
	margin-bottom:8px;
}

}


/*------------------
  TYPE-A
------------------*/

#profile.profile-a .main {
	margin-bottom:64px;
}

/**** biography ****/

#profile.profile-a .biography dl {
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: space-between;
}

#profile.profile-a .biography dt {
width: 100%;
}

@media screen and (min-width: 768px) {
#profile.profile-a .biography dl {
flex-direction: row;
}

#profile.profile-a .biography dt {
	flex-basis: 48%;
}

#profile.profile-a .biography dd {
	flex-basis: 48%;
}

}


/**** profile ****/

@media screen and (min-width: 768px) {

#profile.profile-a .profile li:nth-child(odd) dl {
flex-direction: row;
}

#profile.profile-a .profile li:nth-child(even) dl {
flex-direction: row-reverse;
}


#profile.profile-a .profile dt {
	flex-basis: 35%;
}

#profile.profile-a .profile dd {
	flex-basis: 60%;
}


#profile.profile-a .profile dd .name {
	font-size:20px;
	margin-bottom:32px;
}

#profile.profile-a .profile dd .name .font-accent {
	font-size:56px;
	display:block;
	line-height:1;
	margin-bottom:16px;
}

#profile.profile-a .profile li:nth-child(odd) .name {
	text-align:right;
}

#profile.profile-a .profile li:nth-child(even) .name {
	text-align:left;
}

}


/*------------------
  TYPE-B
------------------*/

/**** biography ****/

#profile.profile-b .biography dt {
	width:50%;
	margin: 32px auto;
}


@media screen and (max-width: 767px) {

#profile.profile-b .biography dt {
	width:80%;
}

}


/**** profile ****/

#profile.profile-b .profile dl {
flex-direction: column;
}

@media screen and (min-width: 768px) {
#profile.profile-b .profile dl {
flex-direction: row;
}

#profile.profile-b .profile dt {
	flex-basis:35%;
}

#profile.profile-b .profile dd {
flex-basis:60%;
}

#profile.profile-b .profile dd .name {
	font-size:20px;
	margin-bottom:32px;
}

#profile.profile-b .profile dd .name .font-accent {
	font-size:56px;
	display:block;
	line-height:1;
	margin-bottom:16px;
}

}


/*------------------
  TYPE-C
------------------*/

/**** biography ****/

#profile.profile-c .biography dt {
	width:50%;
	margin: 32px auto;
}


@media screen and (max-width: 767px) {

#profile.profile-c .biography dt {
	width:80%;
}

}

/**** profile ****/
.title-area {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
}

.title-area h2 {
    background: linear-gradient(90deg, #E74C3C 0%, #F1C40F 16%, #A8E6CF 32%, #5DADE2 48%, #2C3E7B 64%, #9B59B6 80%, #FF6B9D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    font-weight: 700;
    width: 305px;
    margin: 0 auto;
    text-align: center;
}

.title-area p {
    color: #4A5568;
    text-align: center;
    font-size: 20px;
    padding-bottom: 32px;
}

.title-area i {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #E74C3C, #F1C40F, #A8E6CF, #5DADE2, #2C3E7B, #9B59B6, #FF6B9D);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    opacity: 0.7;
}

.member-list {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 55px;
    padding: 5px 0;
    margin-bottom: 48px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    overflow-x: auto;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.member-list::-webkit-scrollbar {
    display: none;
}

.member-list .list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}

.list > a {
    min-width: 103px;
    padding-right: 8px;
    text-align: center;
}

.member-list .list .member {
    background-color: #F0FFF4;
    padding: 12px 17px;
    border-radius: 9999px;
}

.member-list .list .member a {
    display: block;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.member-list .list a[href="#YUTO"] .member {
    margin-right: 0;
}

.member-list .list a p {
    color: #4A5568;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.members {
    width: 800px;
    margin: 0 auto;
    line-height: 1;
}

.members .member {
    display: flex;
    position: relative;
    height: 260px;
    border-radius: 12px;
    margin-bottom: 48px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.TEN {
    border-top: 2px solid #E74C3C;
}

.FUJU {
    border-top: 2px solid #2C3AD9;
}

.TAICHI {
    border-top: 2px solid #242424;
}

.KENSUKE {
    border-top: 2px solid #5DADE2;
}

.BISKE {
    border-top: 2px solid #9B59B6;
}

.HUYA {
    border-top: 2px solid #F1C40F;
}

.YUTO {
    border-top: 2px solid #FF6B9D;
}

.dummy-height {
    position: absolute;
    top: -62px;
}

.member-left {
    width: 280px;
    padding: 20px 0;
    background-color: #D9D9D9;
    border-radius: 12px;
}

.member-img {
    width: 200px;
    border: 4px solid #fff;
    margin: 0 auto;
    border-radius: 9999px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.member-img img {
    width: 100%;
    border-radius: 9999px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.member-color {
    margin-top: -2px;
}

.member-color p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    background-color: #fff;
    border-radius: 9999px;
    padding: 7px 0;
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
    color: #4A5568;
}

.member-color p .circle {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    margin-right: 4px;
}

.TEN .circle {
    background-color: #E74C3C;
}

.FUJU .circle {
    background-color: #2C3AD9;
}

.TAICHI .circle {
    background-color: #242424;
}

.KENSUKE .circle {
    background-color: #5DADE2;
}

.BISKE .circle {
    background-color: #9B59B6;
}

.HUYA .circle {
    background-color: #F1C40F;
}

.YUTO .circle {
    background-color: #FF6B9D;
}

.member-right {
    background-color: #fff;
    padding: 38px 32px;
}

.member-name {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
}

.member-right {
    background-color: #fff;
    padding: 38px 32px;
    border-radius: 12px;
    width: 600px;
}

.TEN .member-name {
    color: #E74C3C;
}

.FUJU .member-name {
    color: #2C3AD9;
}

.TAICHI .member-name {
    color: #242424;
}

.KENSUKE .member-name {
    color: #5DADE2;
}

.BISKE .member-name {
    color: #9B59B6;
}

.HUYA .member-name {
    color: #F1C40F;
}

.YUTO .member-name {
    color: #FF6B9D;
}

.member-from {
    display: inline-block;
    padding: 10px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 9999px;
}

.TEN .member-from {
    background-color: #E74C3C;
}

.FUJU .member-from {
    background-color: #2C3AD9;
}

.TAICHI .member-from {
    background-color: #242424;
}

.KENSUKE .member-from {
    background-color: #5DADE2;
}

.BISKE .member-from {
    background-color: #9B59B6;
}

.HUYA .member-from {
    background-color: #F1C40F;
}

.YUTO .member-from {
    background-color: #FF6B9D;
}

.member-text {
    font-size: 14px;
    color: #4A5568;
    margin-bottom: 16px;
    line-height: 1.5;
}

.member-sns {
    display: flex;
    align-items: center;
}

.member-sns > a {
    background-color: #F0FFF4;
    width: 44px;
    height: 44px;
    padding: 13px 0;
    margin-right: 8px;
    border-radius: 9999px;
}

.sns-link:hover {
    opacity: 0.7;
}

.sns-link.tiktok {
    padding: 7px 0px;
}

a .sns-link  {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

a .sns-link.x {
    width: 16px;
    height: 16px;
}

a .sns-link.insta {
    width: 18px;
    height: 18px;
}

a .sns-link.tiktok {
    width: 26px;
    height: 28px;
    transform: translateY(-5px);
}

a .sns-link img {
    width: 100%;
}

.scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 991px) {
    .members {
        width: 100%;
    }

    .members .member {
        display: block;
        height: auto;
    }

    .member-left,
    .member-right {
        width: 100%;
    }

    .member-left {
        border-radius: 12px 12px 0 0;
    }

    .member-right {
        border-radius: 0 0 12px 12px;
        padding: 26px;
    }

    .member-name {
        text-align: center;
    }

    .member-from-area {
        display: flex;
        justify-content: center;
    }

    .member-from {
        padding: 7px 17px;
    }

    .member-sns {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .title-area  {
        width: 100%;
    }

    .title-area h2 {
        width: 220px;
        font-size: 40px;
    }

    .title-area p {
        font-size: 15px;
    }

    .title-area i {
        right: -15px;
        font-size: 38px;
    }

    .member-list {
        padding: 13px 0 5px;
        height: auto;
        overflow: hidden;
    }

    .list > a {
        padding-bottom: 8px;
    }

    .member-list .list .member {
        padding: 12px 8px;
    }

    .member-list .list {
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        max-width: 450px;
    }

}

@media screen and (max-width: 495px) {
    .member-list {
        display: block;
    }
}

@media screen and (min-width: 768px) {

#profile.profile-c .profile dl {
flex-direction:row;
}

#profile.profile-c .profile ul {
display: flex;
flex-wrap:wrap;
}
	
#profile.profile-c .profile li {
flex-basis: 47.5%;
}

#profile.profile-c .profile li:nth-child(2n+1) {
  margin-right: 5%;
}
	
#profile.profile-c .profile dt {
	flex-basis: 45%;
}

#profile.profile-c .profile dd {
	flex-basis: 50%;
}

#profile.profile-c .profile dd .name {
	font-size:20px;
	margin-bottom:16px;
}

#profile.profile-c .profile dd .name .font-accent {
	font-size:48px;
	display:block;
	line-height:1;
}

}

@media screen and (max-width: 374px) {
    .member-list .list a p {
        font-size: 10px;
    }

    .member-list .list .member {
        padding: 9px 6px;
    }

    .member-list .list {
        margin-top: 5px;
    }
}