@charset "UTF-8";
/* mission */
.mission{
	color: var(--white);
	background:url(../images/club/bg-kv.png) right 6rem top -5rem / 60rem var(--black) no-repeat;
	padding-top: 3.6rem;
}
.mission > .inner{
    display: flex;
    gap: 4rem;
    align-items: center;
    justify-content: center;
}
.mission-kv img{
	opacity: 0.8;
}
.mission-kv,
.mission-data{
    width: 50%;
}
.mission-data{
	padding-block: 0 6rem;
}
.mission-kv img{
    width: 100%;
    margin-inline: auto;
    display: block;
    height: auto;
}
.mission-data .mission-lead{
	font-size: clamp(2.7rem,4vw,3.5rem);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.mission > .inner{
    	gap: 2rem;
	}
	.mission-kv,
	.mission-data {
	    width: 100%;
        z-index: 1;
	}
	.mission-kv{
		position: relative;
	}
	.mission-kv:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 30%;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        display: block;
        z-index: 4;
        position: absolute;
	}
	.mission{
        background-position: right 0rem top -3rem;
        background-size: 60vw;
	}
	.mission > .inner{
    	flex-direction: column;
	}
	.mission-kv img{
		width: max(30rem, 80%);
	}
	.mission-data{
		margin-top: -30%;
	}
	.mission-data p br{
		display: none;
	}
}
/* vision */
.vision{
	background-color: var(--black);
	color: var(--white);
	background:url(../images/club/bg-vision.png) center / cover var(--black) no-repeat;
	position: relative;
	padding-bottom: 1.25rem;
}
.vision:before{
	content: '';
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	width: 100%;
	height: 20rem;
	position: absolute;
	top: 0;
	display: block;
	z-index: 0;
}
.vision > .inner{
    display: flex;
    gap: 3rem;
    align-items: stretch;
    margin-top: -1px;
    width: calc(100% - 2.5rem);
    position: relative;
}
.vision-data{
    max-width: 34rem;
    width: 40%;
	margin-block: 6rem;
    margin-inline: auto 0;
}
.vision-data .vision-lead{
    font-size: clamp(2.4rem, 4vw, 2.8rem);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 4rem;
}
.vision-kv{
	width: 60%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5em;
}
.vision-kv > div:nth-of-type(1){
	width: 70%;
}
.vision-kv > div:nth-of-type(2){
	width: 30%;
}
.vision-kv > div img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
@media screen and (max-width: 768px) {
	.vision > .inner{
    	flex-direction: column;
	}
	.vision-data{
		width: 100%;
        max-width: 100%;
        margin-block: 0;
	}
	.vision-data p br{
		display: none;
	}
	.vision-kv{
		width: 100%;
	}
}
/* emblem */
.emblem{
	margin-top: 6rem;
}
.emblem-kv{
	background-color: var(--black);
	padding:10rem 5rem;
	margin-bottom: 2.4rem;
}
.emblem-kv img{
	width:min(30rem,100%)
}
/* home shirt */
.home-shirt{
	margin-top: 6rem;
}
.home-shirt-kv{
	display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    width:calc(100% - 2.5rem);
    margin-inline:auto;
    align-items: flex-start;
}
.home-shirt-kv img{
	width: 100%;
    object-fit: cover;
    height: 42vw;
}
@media screen and (max-width: 640px) {
	.home-shirt-kv{
    	flex-direction: column;
	}
	.home-shirt-kv img{
		height: 100%;
	}
}
/* hierarchy */
.league-hierarchy {
    margin-top: 6rem;
}
.league-hierarchy-kv{
    background-color: var(--black);
    color: var(--white);
    margin-inline: auto;
    padding: 3rem 2rem 1rem;
    position: relative;
}
.league-hierarchy-kv .ttl{
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 4rem;
    position: absolute;
    top: 4rem;
    left: 2rem;
}
.league-hierarchy-kv img{
    margin-inline: auto;
    display: block;
    width: 100%;
    max-width: 86rem;
    height: auto;
}
@media screen and (max-width: 600px) {
	.league-hierarchy-kv{
    	padding: 18rem 0 1rem 0;
	}
	.league-hierarchy-kv .ttl{  
    	font-size:clamp(2.5rem, 7vw, 7.8rem);
	}
}
@media screen and (max-width: 414px) {
	.league-hierarchy-kv{
    	padding: 16rem 0 1rem 0;
	}
    .league-hierarchy-kv .ttl {
        font-size: clamp(2rem, 7vw, 7.8rem);
    }
}
/* player */
.player{
	margin-top: 6rem;
}
.profile-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.profile-card{
    display: flex;
	width: calc(100% / 4 - 0.5rem);
    flex-direction: column;
}
.profile-img img{
    width: 100%;
    height: 26rem;
    object-fit: none;
    object-position: center;
}
.profile-data{
	padding: 1.8rem 8% 2rem;
    background-color: var(--black);
    color: var(--white);
	height: 100%;
}
.profile-position {
    min-height: 5rem;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 1.3rem);
}
.profile-name-ja{
	font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: bold;
    line-height: 1.4;
}
.profile-name-en{
	font-size: clamp(1.3rem,4vw,1.7rem);
	color: var(--green);
    text-transform: capitalize;
}
.profile-sns-items{
    margin-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}
.profile-sns-item img {
    height: 2rem;
}
/* join */
.join-our-team{
	margin-top: 6rem;
}