/* @override 
	http://203.143.96.127:8003/profile/2026sp/assets/css/profile_list.css */

@charset "UTF-8";

a {
	color: #020202;
}

/*#box_list_header(pc)*/
#box_list_header {
	width: 1024px;
	margin: 48px auto 0 auto;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	/*nest-start*/

	& h2 {
		font-size: 4rem;
		line-height: 1;
		font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
		font-weight: normal;
		position: relative;
		z-index: 0;
	}

	& h2>strong {
		color: #1fa0de;
		font-weight: normal;
	}

	& h2::after {
		content: "";
		display: block;
		position: absolute;
		left: -24px;
		top: -13px;
		width: 2px;
		height: 56px;
		background-color: #1fa0de;
		transform: skew(-30deg);
	}

	& nav>ul {
		margin-top: 0.1em;
		display: flex;
		font-size: 1.6rem;
		justify-content: flex-start;
		gap: 0 8px;
		line-height: 1;
		font-weight: bold;
		font-weight: 400;
	}

	& nav>ul>li>a {
		display: block;
		background-color: #fff;
		padding: 0.4em 0.6em 0.5em 0.6em;
		border-radius: 3px;
		transition: 0.3s;
		color: #aaa;
		pointer-events: none;
		/*暫定*/
	}

	& nav>ul>li>a:hover {
		background-color: #e7f5fd;
	}

	& nav>ul>li.current>a {
		font-weight: 500;
		background-color: #25b9fd;
		color: #fff;
		pointer-events: none;
	}

	/*nest-end*/
}

div#season_selector {
	position: absolute;
	right: 6px;
	top: 43px;
	z-index: 20;

	/*nest-start*/
	p.btn_select {
		font-size: 1.6rem;
	}

	#layer_season_selector {
		display: none;
		background-color: #fff;
		position: absolute;
		right: -6px;
		top: 28px;
		width: 1024px;
		border-radius: 12px;
		box-shadow: 0px 2px 8px hsla(0, 0%, 0%, 0.1);
		padding: 20px 41px 56px 41px;
	}

	#layer_season_selector h6 {
		font-size: 1.6rem;
		line-height: 1;
	}

	#layer_season_selector ul.child {
		display: flex;
		flex-wrap: wrap;
		font-size: 2.8rem;
		font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
		gap: 8px 12px;
		line-height: 1;
		margin: 12px auto 0 auto;
	}

	#layer_season_selector ul.child>li {
		text-align: center;
	}

	#layer_season_selector ul.child>li>a {
		display: block;
		padding: 0.4em 0.4em 0.2em 0.4em;
		border-radius: 4px;
		transition: 0.3s;
	}

	#layer_season_selector ul.child>li>a:hover {
		color: #1fa0de;
	}

	p.btn_close {
		font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
		position: absolute;
		right: 18px;
		bottom: 8px;
		line-height: 1;
		text-align: left;
		font-size: 1.8rem;
		z-index: 0;
	}

	p.btn_close>a {
		display: block;
		padding: 0.8em 31px 0.5em 0;
	}

	p.btn_close>a::after {
		content: "";
		display: block;
		position: absolute;
		width: 24px;
		height: 24px;
		margin-top: -14px;
		right: 0;
		top: 50%;
		background-image: url(/assets_global/img/icon_close_bk.svg);
		background-size: cover;
		background-repeat: no-repeat;
	}



	/*nest-end*/
}

p.btn_season_select {
	display: none;
}


p.btn_select>a,
li.btn_list>a,
li.menu-item.staff>a {
	display: block;
	padding-right: 17px;
	position: relative;
	z-index: 0;

	/*nest-start*/
	&::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 10;
		width: 11px;
		height: 16px;
		margin-top: -7px;
		right: 0;
		transform: rotate(90deg);
		top: 50%;
		background-image: url(/assets_global/img/icon_arrow_mini_colors.svg);
		background-size: cover;
		background-repeat: no-repeat;
	}

	/*nest-end*/

}

li.btn_list>a,
li.menu-item.staff>a {
	padding: 16px 17px 16px 0;
}

/*  #box_menu ul.list_prof (pc)*/

#box_menu ul.list_prof {

	/* スタッフ一覧メニュー */
	& .menu-item {
		position: relative;
		cursor: pointer;
	}

	& .menu-item>a {
		padding-right: 13px;
	}

	& .menu-item>a::after {}

	& .dropdown-menu {
		display: none;
		float: none;
		position: absolute;
		width: 224px;
		background-color: #fff;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
		border-radius: 0 0 4px 4px;
		padding: 10px 0;
		z-index: 1000;
		/* display: block !important; */
	}

	& .staff .dropdown-menu {
		top: 58px;
		right: -24px;
	}

	& .dropdown-menu li {
		width: 100%;
		padding: 0 10px;
		height: auto;
	}

	& .dropdown-menu li a {
		display: block;
		width: 100%;
		border-radius: 4px;
		padding: 10px 20px;
		font-size: 1.6rem;
		transition: background-color 0.2s;
	}

	& .menu-item:hover .dropdown-menu {
		display: block;
	}

	& .dropdown-menu li a:hover {
		color: #111;
		background-color: #e0f2fe;
		opacity: 1;
	}

	& .dropdown-menu::before {
		content: "";
		display: block;
		position: absolute;
		top: -50px;
		right: 0;
		width: 144px;
		height: 50px;
		background-color: transparent;
	}

}

/*==== main#contents(pc) ====*/
main#contents {
	width: 1024px;
	height: auto;
	margin: 40px auto 0 auto;
	padding-bottom: 72px;
	border-bottom: 1px solid #ccc;
	position: relative;
	z-index: 0;
}

/*#box_menu(pc)*/
#box_menu {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0px 3px 3px hsla(0, 0%, 0%, 0.1);
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 10px;
	position: relative;
	z-index: 10;

	/*nest-start*/

	ul.link_position {
		font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
		display: flex;
		line-height: 1;
		align-items: center;
	}

	ul.link_position>li {
		font-size: 4rem;
	}

	ul.link_position>li:nth-of-type(5),
	ul.link_position>li:nth-of-type(6) {
		font-size: 2.8rem;
		margin-top: 0.15em;
		border-left: 1px solid #ccc;
		margin-left: 12px;
	}


	ul.link_position>li>a {
		display: block;
		padding: 0.35em 0.3em 0.15em 0.3em;
		transition: 0.3s;
	}

	ul.link_position>li:nth-of-type(5)>a,
	ul.link_position>li:nth-of-type(6)>a {
		padding: 0.4em 0.2em 0.2em 0.6em;
	}

	ul.link_position>li>a:hover {
		color: #1fa0de;
	}

	ul.list_prof {
		display: flex;
		align-items: center;
		font-size: 1.6rem;
		justify-content: flex-end;
		margin-right: 24px;
		gap: 0 24px;
	}

	.dropdown-menu {
		position: absolute;
		display: none;
	}

	div.list_player {
		display: none;
		position: absolute;
		width: 354px;
		height: auto;
		top: 60px;
		right: 124px;
		background-color: #fff;
		z-index: 50;
		box-shadow: 0px 3px 5px hsla(0, 0%, 0%, 0.1);
		border-radius: 0 0 8px 8px;
	}

	div.list_player>ul {
		display: flex;
		flex-wrap: wrap;
		gap: 4px 4px;
		justify-content: flex-start;
		font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
		font-size: 1.8rem;
		line-height: 1;
		padding: 16px;
	}

	div.list_player>ul>li {
		text-align: center;
		width: 2em;
	}

	div.list_player>ul>li>a {
		display: block;
		padding: 0.6em 0.4em 0.3em 0.4em;
		background-color: #fff;
		border-radius: 4px;
		transition: 0.3s;
	}

	div.list_player>ul>li>a:hover {
		background-color: #e9f7fd;
	}

	/*nest-end*/
}


article[id^='box_'] {
	margin-top: 40px;
}

article .inner_header {
	display: flex;
	align-items: center;
	margin-top: 32px;

	/*nest-start*/
	& h3 {
		font-family: DINNextLTPro-Regular, "Roboto", sans-serif;
		font-size: 8rem;
		line-height: 0.8;
		margin-right: 0.1em;
		font-weight: normal;
	}

	& h3+p {
		font-family: DINNextLTPro-Light, "Roboto", sans-serif;
		font-size: 2rem;
		font-weight: normal;
		line-height: 1.1;
		margin-top: 0.2em;
	}

	& h3+p>strong {
		font-family: DINNextLTPro-Medium, "Roboto", sans-serif;
		font-weight: normal;
		color: #1fa0de;
	}

	/*nest-end*/
}

article#box_player>section>ul,
article#box_staff section#staff div[id^='box_']>ul {
	width: 1024px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px 32px;
	margin-top: 4px;
	/*nest-start*/

	& img {
		max-width: 100%;
	}

	&>li {
		box-sizing: border-box;
		width: calc((100% - 24px * 3) / 4 - 6px);
		padding-bottom: 8px;
		min-height: 220px;
	}

	& a {
		display: block;
		transition: 0.3s;
	}

	& a:hover {
		opacity: 0.8;
	}

	& figure {
		position: relative;
		z-index: 0;
		overflow: hidden;
		border-radius: 0 12px 0 12px;
	}



	& h3 {
		font-size: 2rem;
		line-height: 1.3;
		margin-top: 0.2em;
	}

	& h3+p {
		font-size: 1.4rem;
		font-family: DINNextLTPro-Regular, "Roboto", sans-serif;
	}

	ul.sns_icons {
		display: flex;
		margin-top: 6px;
		gap: 8px 8px;
	}

	ul.sns_icons>li {
		width: 20px;
		height: 20px;
	}
	
	ul.sns_icons>li>a {
		display: block;
	}
	
	ul.sns_icons>li>a>img {
		width: 100%;
		height: auto;
	}

	/*nest-end*/
}


article#box_player>section>ul {

	/*nest-start*/
	& figure>figcaption {
		position: absolute;
		z-index: 10;
		top: 0px;
		right: 15px;
		color: #fff;
		font-family: DINNextLTPro-Light, "Roboto", sans-serif;
		letter-spacing: -0.07em;
		font-size: 6.4rem;
	}

	& figure span.position,
	& figure span.bd_date {
		display: none;
	}

	/*nest-end*/
}

article#box_staff section#staff div[id^='box_']>ul {

	/*nest-start*/
	& figure>figcaption {
		position: absolute;
		z-index: 10;
		top: 16px;
		right: 9px;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		font-weight: 500;
		line-height: 1.3;
		text-align: right;
	}

	& figure span:nth-of-type(1),
	& figure span.bd_date {
		display: none;
	}

	/*nest-end*/
}

article#box_staff section#staff {

	/*nest-start*/
	h3.sttl {
		font-size: 1.8rem;
		color: #1fa0de;
		margin-top: 1em;
	}

	h3.sttl+div {
		margin-top: 8px;
	}

	div#coaching_section>h3.sttl {
		margin-top: 0.5em;
	}





	/*nest-end*/
}

#mascot_section li[class^="staff_"] figure figcaption span {
	display: none;
}

article#prof_onloan section,
article#box_staff section#staff {

	/*nest-start*/
	.inner_header {
		display: flex;
		align-items: center;
	}

	.inner_header h2 {
		font-family: DINNextLTPro-Regular, "Roboto", sans-serif;
		font-weight: normal;
		font-size: 4rem;
		line-height: 1;
	}

	.inner_header h2>span {
		font-size: 3.2rem;
	}

	.inner_header h2+p {
		margin-left: 0.5em;
		font-size: 1.8rem;
		font-weight: bold;
		font-weight: 600;
		position: relative;
	}

	.inner_header p.expl {
		position: relative;
		z-index: 0;
		font-size: 1.6rem;
		line-height: 1.3;
		margin-left: 1em;
		padding-left: 1em;
		border-left: 1px solid #aaa;
		padding: 0.15em 0 0.15em 1em;
	}


	/*nest-end*/
}


/*#img_supporter(pc)*/
div#img_supporter {
	width: 1024px;
	margin-top: 40px;

	/*nest-start*/
	& h3 {
		font-family: DINNextLTPro-Regular, "Roboto", sans-serif;
		font-weight: normal;
		font-size: 4.4rem;
		line-height: 1;
	}

	& h3>strong {
		font-weight: normal;
		margin-left: 0.2em;
		letter-spacing: -0.15em;
		color: #1fa0de;
		margin-right: 0.3em;
	}

	img {
		max-width: 100%;
	}

	figure {
		position: relative;
		overflow: hidden;
		border-radius: 0 24px 0 24px;
	}


	/*nest-end*/
}

/*#prof_onloan(pc)*/
article#prof_onloan {
	/*nest-start*/

	& img {
		max-width: 100%;
	}

	& ul {
		display: flex;
		justify-content: flex-start;
		margin-top: 12px;
		flex-wrap: wrap;
		gap: 0 24px;
	}

	& ul>li {
		width: calc((100% - 24px * 4) / 5);
	}

	& ul h3 {
		font-size: 1.8rem;
		line-height: 1;
		margin-top: 0.5em;
	}

	& ul p[lang^='en'] {
		margin-top: 0.3em;
		font-family: DINNextLTPro-Regular, "Roboto", sans-serif;
	}

	& ul h4 {
		margin-top: 0.3em;
	}


	/*nest-end*/
}




/*==== Responsive(pc) ====*/


/*==== Responsive(sp) ====*/
@media screen and (max-width: 768px) {

	/*mq-start*/
	.pcv {
		display: none;
	}

	.spv {
		display: block;
	}
	/*========================*/


/*#box_list_header(sp)*/
#box_list_header {
	width: 92vw;
	margin: 8vw auto 0 auto;
	display: block;
	/*nest-start*/
	
	& h2 {
		font-size: 7.5vw;
		text-align: center;
	}
	
	& h2::after {
		content: none;
	}
	
	& nav>ul {
		margin-top: 2vw;
		font-size: 3.125vw;
		justify-content: center;
		gap: 0 4px;
	}
	/*nest-end*/
}

#season_selector {
	display: none;
}

p.btn_select,
li.btn_list,
li.menu-item.staff {
	display: none;
}

/*  #box_menu ul.list_prof (sp)*/

#box_menu ul.list_prof {

}


/*==== main#contents(sp) ====*/
main#contents {
	width: 92vw;
	margin: 4vw auto 0 auto;
	padding-bottom: 32vw;
}


/*#box_menu(sp)*/
#box_menu {
	padding: 0 0 0 0;
	width:100%;

	/*nest-start*/

	ul.link_position {
	flex-wrap: wrap;
	justify-content: center;
		width: 100%;
		margin: 0;
		box-sizing: border-box;
		margin-right: -6vw;
	}

	ul.link_position>li {
		font-size: 8.75vw;
	}

	ul.link_position>li:nth-of-type(5),
	ul.link_position>li:nth-of-type(6) {
		font-size: 4.688vw;
		margin-top: 0.15em;
		border-left: none;
		border-top: 1px solid #ccc;
		margin-left: 0;
		width: 50%;
		text-align: center;
	}
	ul.link_position>li:nth-of-type(6) {
		border-left: 1px solid #ccc;
	}


	ul.link_position>li>a {
		padding: 0.35em 0.3em 0.15em 0.3em;
	}

	ul.link_position>li:nth-of-type(5)>a,
	ul.link_position>li:nth-of-type(6)>a {
		padding: 0.6em 0.2em 0.4em 0.6em;
	}


	/*nest-end*/
}


article[id^='box_'] {
	margin-top: 8vw;
}

article .inner_header {
	margin-top: 8vw;
	/*nest-start*/
	
	& h3 {
		font-size: 8rem;
	}

	& h3+p {
		font-size: 2rem;
	}

	& h3+p>strong {
	}
	
	/*nest-end*/
}

article#box_player>section>ul,
article#box_staff section#staff div[id^='box_']>ul {
	width: 100%;
	gap: 3vw 4vw;
	margin-top: 1vw;
	/*nest-start*/



	&>li {
		width: calc((100% - 3vw * 1) / 2 - 4px);
		padding-bottom: 8px;
		min-height: initial;
	}

	& a {
		display: block;
		transition: 0.3s;
	}

	& a:hover {
		opacity: 0.8;
	}

	& figure {
		position: relative;
		z-index: 0;
		overflow: hidden;
		border-radius: 0 12px 0 12px;
	}



	& h3 {
		font-size: 2rem;
		line-height: 1.3;
		margin-top: 0.4em;
	}

	& h3+p {
		font-size: 1.4rem;
		margin-top: 0.2em;
	}

	ul.sns_icons {
		margin-top: 0.5em;
		gap: 2vw 2vw;
	}

	ul.sns_icons>li {
		width: 5vw;
		height: 5vw;
	}

	/*nest-end*/
}


article#box_player>section>ul {

	/*nest-start*/
	& figure>figcaption {
		right: 2vw;
		font-size: 12.5vw;
	}

	& figure span.position,
	& figure span.bd_date {
		display: none;
	}

	/*nest-end*/
}

article#box_staff section#staff div[id^='box_']>ul {

	/*nest-start*/
	& figure>figcaption {
		top: 3vw;
		right:2vw;
		font-size: 3.125vw;
	}

	/*nest-end*/
}

article#box_staff section#staff {

	/*nest-start*/
	h3.sttl {
		font-size: 3.75vw;
	}

	h3.sttl+div {
		margin-top: 2vw;
	}

	/*nest-end*/
}

/*#img_supporter(pc)*/
div#img_supporter {
	width: 92vw;
	margin-top: 8vw;

	/*nest-start*/
	& h3 {
		font-size: 6.25vw;
	}
	figure {
		position: relative;
		overflow: hidden;
		border-radius: 0 3vw 0 3vw;
	}
	/*nest-end*/
}


article#prof_onloan section,
article#box_staff section#staff {

	/*nest-start*/
	.inner_header {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.inner_header h2 {
		font-size: 7.5vw;
		line-height: 1;
	}

	.inner_header h2>span {
		font-size: 3.2rem;
	}

	.inner_header h2+p {
		font-size: 1.8rem;
	}

	.inner_header p.expl {
		width: 100%;
		position: relative;
		margin-left: 0;
		border-left: none;
		padding: 0.3em 0 0.15em 0;
	}


	/*nest-end*/
}



/*#prof_onloan(pc)*/
article#prof_onloan {
	/*nest-start*/


	& ul {
		margin-top: 3vw;
		gap: 5vw 3vw;
	}

	& ul>li {
		width: calc((100% - 3vw * 1) / 2);
	}

	& ul h3 {
		font-size: 1.8rem;
	}

	& ul p[lang^='en'] {
		margin-top: 0.3em;
	}

	& ul h4 {
		margin-top: 0.3em;
	}


	/*nest-end*/
}




	/*========================*/
	/*mq-end*/
}













/**/