/*---------------------------------------------
  PROFILE/BIOGRAPHY
---------------------------------------------*/


/**** biography ****/

#profile .biography {
	margin-bottom:128px;
}

#profile .biography dl {
}


@media screen and (max-width: 767px) {

	#profile .biography {
		margin-bottom: 64px;
	}

	#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;
}

.member-list {
    display: flex;
    justify-content: center;
    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: 90px;
    padding-right: 8px;
    text-align: center;
}

.member-list .list .member {
    background-color: #fff;
    padding: 14px 9px 11px;
    border-radius: 9999px;
}

.member-list .list .member.group {
	background-color: #888;
}

.member-list .list .member a {
    display: block;
    font-size: 12px;
	font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
}

.member-list .list a[href="#LUCA"] .member {
    margin-right: 0;
}

.member-list .list a p {
    color: #111;
    font-size: 16px;
	font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
	letter-spacing: 9%;
	line-height: 1;
}

.member-list .list a .group p {
	color: #fff;
}

.biography a,
.profile a {
	color: #D4AF37;
}

#FOURWORD.dummy-height,
#TWOHEARTS.dummy-height {
	transform: translateY(-60px);
}

.dummy-height {
	width: 1px;
	height: 1px;
	opacity: 0;
	transform: translateY(-55px);
}

/*-----------------------------
  fadein
-----------------------------*/
#profile .fadein {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}
#profile .fadein.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

#profile .fyc-logo {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.member-list {
        padding: 13px 0 5px;
        height: auto;
        overflow: hidden;
    }

    .list > a {
        padding-bottom: 8px;
    }

    .member-list .list .member {
        padding: 14px 8px 11px;
    }

    .member-list .list {
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        max-width: 450px;
    }
}

@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:35%;
	margin: 32px auto;
}

#profile.profile-b .biography dt .logo-twohearts {
	transform: translateX(-21px);
}

#profile.profile-b .profile dd .name .font-accent span {
	font-size: 20px;
	margin-left: 8px;
}


@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;
}

#profile.profile-b .profile dd .name .font-accent span {
	display: inline-block;
	margin-left: 8px;
	font-family: "Inter", sans-serif;
	font-size: 20px;
}

}


/*------------------
  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 ****/


@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;
}

}