@charset "utf-8";

#main_nav {
	display: flex;
	justify-content: center;
	align-items: flex-end;

	width: 1024px;
	margin: 20px auto 0;
	position: relative;
}

#main_nav p.year {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 1.8rem;
	margin-right: 0.6em;
	margin-bottom: -0.4em;
}

#snavi_age_selector {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #222;
}

#snavi_age_selector li {}

#snavi_age_selector li a {
	display: block;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 2.8rem;
	color: #222;
	padding: 0.1em 0.4em 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;

}

#snavi_age_selector li a span {
	font-size: 0.6em;
	display: inline-block;
	margin-left: 0.2em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

ul[class$="select_u15_ikuta"] #snavi_15_ikuta a,
ul[class$="select_u15_tdrk"] #snavi_15_tdrk a,
ul[class$="u18"] #snavi_18 a,
ul[class$="u15"] #snavi_15 a,
ul[class$="u13"] #snavi_13 a,
ul[class$="u12"] #snavi_12 a,
ul[class$="u10"] #snavi_10 a {
	color: #fff;
	background-color: #222;
	border-radius: 0.2em 0.2em 0 0;
}

/* 準備中のスタイル */
.is-preparing a {
	pointer-events: none;
	/* クリックを無効化 */
	cursor: default;
	opacity: 0.5;
	/* グレーアウト */
	text-decoration: none;
}

p.btn_past_season {
	margin-bottom: -0.9em;
	margin-left: 0.6em;
}

p.btn_past_season a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #222;
	position: relative;
	display: inline-flex;
	/*justify-content: center;*/
	align-items: center;

}

p.btn_past_season a:before {
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	/*	width: 18px;
	height: 18px;*/
	background-image: url(/academy/profile/page_parts/btn-more.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 0.4em;
}

.show_season_selector p.btn_past_season a:before {
	background-image: url(/academy/profile/page_parts/btn-more_close.svg);
}

/*  */

div.group_photo {
	margin-top: 56px;
}

div.group_photo .ttl {
	text-align: center;
}

div.group_photo .ttl h2 {
	font-size: 3.4rem;
}

div.group_photo .ttl span {
	color: #23b7fe;
}

div.group_photo .ttl h2 span {
	margin-right: 0.2em;
}

div.group_photo .ttl p {
	font-family: "Roboto";
	font-weight: 500;
	margin-top: 0.6em;
}

div.group_photo figure {
	position: relative;
	max-width: 1240px;
	max-height: 557px;
	/*height: calc(1240px * 0.45);*/
	width: auto;
	height: auto;
	margin: 26px auto 0;
}

div.group_photo figure:before {
	content: '';
	background: inherit;
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9;
}

div.group_photo figure img {
	/*	width: 100%;
	height: 100%;*/

	width: auto;
	max-height: 557px;
	display: block;
	margin: 0 auto;
}

div.group_photo figure:after {
	content: '';
	display: block;
	width: 98%;
	/*height: 100%;*/
	height: 10%;
	background-color: #23b7fe;
	position: absolute;
	right: 6px;
	bottom: -13px;
	z-index: -1;
	transform: rotate(-0.8deg);
}

div.group_photo figcaption {
	font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
	font-size: 7.6rem;
	background-color: #222;
	color: #fff;
	position: absolute;
	top: -0.3em;
	right: 0.5em;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.2em 0.4em 0 0.25em;
}

div.group_photo figcaption span {
	display: inline-block;
	font-size: 0.4em;
	margin-left: 0.5em;
	margin-right: -0.4em;
}

div.group_photo figcaption span.num {
	display: inline;
	font-size: 1em;
	letter-spacing: -0.15em;
	margin-left: -0.08em;
	margin-right: 0;
}

/*  */

div.c_nav {
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

div.c_nav ul {
	display: flex;
}

div.c_nav li {}

div.c_nav li a {
	display: block;
	font-size: 2.4rem;
	color: #222;
	padding: 0.2em 0.8em;
	/*margin: 0 0.5em;*/
	line-height: 1;
}

div.c_nav li:not(:first-child) a {
	border-left: 1px solid #333;
}

div.c_nav li:not(:first-child) a {
	border-left: 1px solid #333;
}

div.c_nav li.active a {
	color: #23b7fe;
}

p.btn_schedule {
	margin-bottom: 0.4em;
}

p.btn_schedule a {
	font-size: 2.0rem;
	color: #222;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

p.btn_schedule a:before {
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	border: 0px;
	border-top: solid 2px #23b7fe;
	border-right: solid 2px #23b7fe;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 0.3em;
}

/*  */

div.box_profiles {
	width: 1024px;
	margin: 80px auto 0;
}

div.profiles {
	margin-bottom: 90px;
}

div.profiles>h3 {
	font-size: 1.8rem;
	text-align: center;
	background-color: #000;
	color: #fff;
	position: relative;
	line-height: 2.0em;
	height: 2.2em;
	overflow: hidden;
}

div.profiles>h3:after {
	content: '';
	display: block;
	height: 250%;
	width: 40px;
	background-color: #fff;
	position: absolute;
	right: 38px;
	top: -100%;
	transform: rotate(34deg);
}

div.profiles>h3:before {
	content: '';
	display: block;
	height: 100%;
	width: 60px;
	background-color: #23b7fe;
	position: absolute;
	right: 0;
	top: 0;
}

/*  */

div.profiles ul {
	width: calc(100% - 60px);
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
	margin: 45px auto 0;
}

div.profiles li {
	width: calc(100% / 3 - 20px);
	overflow: hidden;
}

div.profiles li a {
	color: #222;
	display: block;
}

div.profiles li figure {
	width: 100%;
	display: inline-flex;
	/*justify-content: flex-start;*/
	align-items: flex-start;

}

div.profiles li img {
	width: 138px;
	height: auto;
	margin-right: 18px;
}

div.profiles li figcaption {
	display: inline-flex;
	flex-direction: column;
	width: calc(100% - 138px - 18px);
}

div.profiles li figcaption .position {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 2.5rem;
	font-weight: 300;
	color: #222;
	line-height: 1;
}

div.profiles li figcaption .position span {
	font-size: 5.8rem;
	color: #23b7fe;
	font-weight: 400;
	margin-left: -0.06em;
	margin-right: 0.08em;
}

div.profiles li.two_digit_num figcaption .position span {
	letter-spacing: -0.04em;
	margin-right: 0.10em;
	/*margin-left: -0.1em;*/
}


div.profiles li figcaption h3 {
	font-size: 2.8rem;
	font-weight: normal;
	margin-top: 0.2em;
	/*font-feature-settings: "palt" 1;*/
	letter-spacing: -0.03em;
}

div.profiles li.long figcaption h3 {
	font-size: 2.0rem;
}

div.profiles li figcaption .name_kana {
	font-size: 1.2rem;
	margin-top: 0.2em;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

div.profiles li figcaption .name_romaji {
	font-size: 1.3rem;
	color: #23b7fe;
	font-family: "Roboto";
	font-weight: 400;
	margin-top: 0.8em;
}

/*  */

body.layer {
	overflow-y: hidden;
}

#layer {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9999;
	display: none;
}

#detail_overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: auto;
	background-color: transparent;
	opacity: 0;
}

#box_personal_detail {
	background-color: #fff;
	width: 94%;
	max-width: 1024px;
	height: auto;
	/*position: fixed;*/
	position: relative;
	/*position: absolute;*/
	top: 25%;
	/*left: calc(50% - 512px);*/
	margin: 0 auto;
	padding: 40px;
	z-index: auto;
}

@media screen and (max-height: 870px) {
	#box_personal_detail {
		top: calc((100vh - 612px) / 2);
	}
}



#box_personal_detail:after {
	content: '';
	display: block;
	width: 98%;
	height: 50%;
	background-color: #23b7fe;
	position: absolute;
	right: 6px;
	bottom: -13px;
	z-index: -9;
	transform: rotate(-0.8deg);
}

#box_personal_detail p.txt_category {
	position: absolute;
	top: 0;
	right: -20px;
	font-size: 1.8rem;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

#box_personal_detail p.txt_category span {
	font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
	font-size: 6.0rem;
	background-color: #000;
	color: #fff;
	line-height: 1;
	padding: 0.2em 0.3em 0 0.2em;
	margin-left: 0.2em;
}

#box_personal_detail p.txt_category span em {
	/*font-feature-settings: "palt" 1;*/
	letter-spacing: -0.16em;
	font-style: normal;
	margin-left: -0.08em;
}

#inner_detail>div.inner {
	display: flex;
}

#box_personal_detail figure.img_player {}

#box_personal_detail figure.img_player img {
	width: 235px;
	height: auto;
}

#box_personal_detail div.data {
	width: 100%;
}

#box_personal_detail div.ttl {
	border-bottom: 1px solid #333;
	width: 100%;
	display: inline-flex;
	justify-content: flex-start;
	/*align-items: baseline;*/

}

#box_personal_detail p.number {
	color: #23b7fe;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 10rem;
	letter-spacing: -0.06em;
	line-height: 1;
	margin-left: 0.4em;
}

#box_personal_detail p.position {
	font-size: 7.2rem;
	font-family: "Roboto";
	font-weight: 400;
	padding-top: 0.12em;
	margin-left: 0.1em;
}

#box_personal_detail p.name {
	font-size: 2.8rem;
	font-weight: bold;
	padding-top: 1.1em;
	margin-left: 0.7em;
}

#box_personal_detail p.name span {
	font-size: 1.4rem;
	color: #23b7fe;
	font-family: "Roboto";
	font-weight: 400;
	display: block;
	margin-top: 0.3em;
}

#box_personal_detail p.kana {
	font-size: 1.2rem;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-top: 4.0em;
	margin-left: 1em;
}

/*  */

dl.profile {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 40px;
}

dl.profile dt,
dl.profile dd {
	font-size: 1.8rem;
	margin-bottom: 0.8em;
}

dl.profile dt {
	font-weight: bold;
	width: 20%;
}

dl.profile dd {
	width: 30%;
}

dl.profile dd:last-of-type,
dl.profile dt:last-of-type {
	width: 50%;
}

dl.profile dt:last-of-type {
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

dl.profile dd:nth-of-type(5) {
	width: 80%;
}

#box_personal_detail div.message {
	display: flex;
	margin-top: 24px;
}

#box_personal_detail div.message h5 {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 2.6rem;
	color: #23b7fe;
	position: relative;
	padding-right: 80px;
}

#box_personal_detail div.message h5 span {
	font-size: 0.48em;
	color: #222;
	display: block;
	margin-left: 3.4em;
	white-space: nowrap;
}

#box_personal_detail div.message h5:after {
	content: '';
	display: block;
	width: 1px;
	height: 130%;
	background-color: #23b7fe;
	position: absolute;
	top: 0;
	right: 46px;
	transform: rotate(45deg);
}

#box_personal_detail div.message p {
	font-size: 1.8rem;
	line-height: 1.6;
}

/*  */

#box_personal_detail div.inner_btm {
	display: flex;
	gap: 0 30px;
	margin-top: 30px;
}

#box_personal_detail div.inner_btm div {
	width: calc(50% - 15px);
}

#box_personal_detail div.inner_btm p,
#box_personal_detail div.inner_btm h6 {
	font-size: 1.5rem;
}

#box_personal_detail div.inner_btm h6 {
	line-height: 1;
	padding: 0.4em;
	margin-bottom: 0.8em;
}

div.inner_btm div.history h6 {
	background-color: #ebebeb;
}

div.inner_btm div.hope h6 {
	background-color: #def4ff;
}


#box_personal_detail div.inner_btm p {
	line-height: 1.6;
	margin-bottom: 0.4em;
}

#box_personal_detail div.inner_btm p strong {
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	margin-right: 0.6em;
}

/*  */

p.btn_close {
	width: 100%;
	max-width: calc((100% - 1024px) / 2 + 1024px + 80px);
	position: absolute;
	top: calc(25% + 621px + 60px);
}

@media screen and (max-width: 1224px) {
	p.btn_close {
		width: 98%;
	}
}

@media screen and (max-height: 990px) {
	p.btn_close {
		top: auto;
		bottom: 20px;
	}
}


p.btn_close a {
	display: block;
	width: 46px;
	height: 45px;
	background-image: url(/academy/profile/page_parts/btn_close.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

	margin-left: auto;

	/*margin-right: -60px;*/
}

/*  */

/* 過去のシーズン */

#layer_season_selector {
	visibility: visible;
	display: none;
	position: absolute;
	width: 980px;
	height: auto;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	z-index: 99999999;
	left: 0;
	top: 60px;
	box-sizing: border-box;
	padding: 2.4em 1em;
	font-size: 1.4rem;

	/*display: block;*/
}

#layer_season_selector h6 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1em;
	font-weight: bold;
}

#layer_season_selector ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	height: auto;
	width: auto;
	margin: 0 auto 2em;

	border-radius: 0;
	box-shadow: none;
	position: static;
	column-count: auto;
	column-gap: auto;
}

#layer_season_selector ul li {
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 1.4em;

	position: static;
	background-color: transparent;
	text-align: left;
}

#layer_season_selector ul li a {
	display: block;
	font-size: 2.8rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 0.4em 0.6em 1.0em;
	height: auto;
	position: relative;
	border-radius: 0.2em;
	color: #222222;
	height: 2.2em;
}

#layer_season_selector ul li:first-child a {
	background-color: #41b5ed;
	color: #fff;
	padding: 0.4em 0.6em 1.0em;
	font-weight: 600;
	margin-bottom: 0;
}

#layer_season_selector ul li:first-child a:after {
	content: '（最新）';
	display: block;
	font: normal normal 1.2rem "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: auto;
	height: auto;
	position: static;
	background-color: transparent;
	text-align: right;

}

#layer_season_selector ul li:not(:first-child) a.active,
#layer_season_selector ul li a:hover {
	background-color: #ccebf9;
	transition: all 0.15s ease-in;
}

#layer_season_selector p.close {
	text-align: right;
	margin-right: 1.4em;
	position: static;
}

#layer_season_selector p.close a {
	padding-right: 0;
	border: none;
	height: auto;
	padding: 0;
	display: inline-block;
	text-align: left;
	position: relative;
	margin-left: auto;
	padding-right: 2em;
	font-family: 'Roboto', sans-serif;
	color: #222;
}

#layer_season_selector p.close a::before,
#layer_season_selector p.close a::after {
	content: '';
	display: block;
	width: 1.8em;
	/*バツ線の長さ*/
	height: 2px;
	/*バツ線の太さ*/
	background: #222;
	transform: rotate(45deg);
	position: absolute;
	top: 0.6em;
	right: 0;
	border: none;

}

#layer_season_selector p.close a::after {
	transform: rotate(-45deg);
	right: 0;
	left: auto;
}

#layer_season_selector p.close a:hover::before,
#layer_season_selector p.close a:hover::after {
	background-color: #41b5ed;
}

#layer_season_selector p.close a:hover {
	color: #41b5ed;
}

#overlay {
	display: none;
}

#selector_overlay {
	display: none;
}

body.show_season_selector #selector_overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	background-color: transparent;
	opacity: 0;
}


































@media screen and (max-width: 599px) {
	#main_nav {
		align-items: center;
		flex-direction: column;
		text-align: center;

		width: 100%;
		margin-top: 4vw;
		position: static;

	}

	#main_nav p.year {
		font-size: 3.125vw;
		/* 10px */
	}

	#snavi_age_selector {
		margin-top: 3vw;
	}

	#snavi_age_selector li a {
		font-size: 5.625vw;
		/* 18px */
	}

	p.btn_past_season a {
		font-size: 3.125vw;
		/* 10px */
		margin-top: 1em;
	}

	/*  */

	div.group_photo .ttl {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}

	div.group_photo {
		margin-top: 6vw;
	}

	div.group_photo figure {
		margin: 0;
		width: 100vw;
		height: calc(100vw * 0.45);
		max-width: initial;
		max-height: initial;
		text-align: center;
	}

	div.group_photo figure img {
		max-height: initial;
		max-height: auto;
		height: 100%;
	}

	div.group_photo figcaption {
		font-size: 8.125vw;
		/* 26px */

		position: static;
		margin: -0.2em auto 0;
	}

	div.group_photo figure:after {
		width: 100%;
		bottom: -1.2vw;
		right: 2vw;
	}

	/*  */

	div.c_nav {
		margin-top: 14vw;
		flex-direction: column;
		align-items: center;

		padding-bottom: 18vw;
		position: relative;
	}

	p.btn_schedule {
		order: 0;
	}

	p.btn_schedule a {
		font-size: 4.375vw;
		/* 14px */

	}

	div.c_nav ul {
		order: 1;
		display: block;
		width: 80vw;
		/*margin-top: 6vw;*/
		/*position: relative;*/
		position: absolute;
		/*bottom: 0;*/
		top: 12vw;
		z-index: 99;
	}

	div.c_nav.active_menu ul {
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	}

	div.c_nav li:not(:first-child) {
		overflow: hidden;
		height: 0;
		/*transition: 1.2s;*/
		opacity: 0;
		visibility: hidden;
		transition: all .4s;
	}

	/* div.c_nav li:first-child:hover ~ li */
	div.c_nav.active_menu li:not(:first-child) {
		overflow: visible;
		height: auto;
		/*height: 5.3em;*/
		/*height: 40px;*/
		visibility: visible;
		opacity: 1;
	}

	div.c_nav li a {
		font-size: 5vw;
		/* 16px */
		padding: 0.6em 0;
	}

	div.c_nav li.active a {
		color: #222;
	}

	div.c_nav li:not(:first-child) a {
		/*border: none;*/
		background-color: #def4ff;
		padding: 1.2em 0;
		height: 100%;
		border-bottom: 1px solid #23b7fe;
		border-left: 1px solid #23b7fe;
		border-right: 1px solid #23b7fe;
		line-height: 1;

		font-size: 4.375vw;
		/* 14px */

	}

	div.c_nav li:last-child a {
		border-radius: 0 0 0.2em 0.2em;
	}

	div.c_nav li:first-child a {
		border: 2px solid #222;
		border-radius: 0.2em;
		position: relative;
	}

	div.c_nav li:first-child a:after {
		content: '';
		display: inline-block;
		position: absolute;
		right: 0.5em;
		top: calc(50% - 0.25em);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.5em 0.3em 0 0.3em;
		border-color: #222 transparent transparent transparent;
	}

	div.c_nav.active_menu li a:after {
		transform: rotate(180deg);
		transition: .2s;
	}

	/*  */

	div.box_profiles {
		width: 88vw;
		margin-top: 10vw;
	}

	div.profiles {
		margin-bottom: 8vw;
	}

	div.profiles>h3 {
		text-align: left;
		font-size: 3.4375vw;
		/* 11px */
		padding-left: 0.8em;
	}

	div.profiles ul {
		width: 100%;
		/* した・よこ */
		gap: 0 0;
		margin-top: 4vw;
	}

	div.profiles li {
		width: 50%;
		width: calc(50% - 1vw);
		margin-bottom: 2vw;
	}

	div.profiles li:nth-child(even) {
		margin-left: auto;
	}

	div.profiles li img {
		width: 48%;
		margin-right: 2vw;
	}

	div.profiles li figcaption {
		width: calc(52% - 2vw);
	}

	div.profiles li figcaption .position {
		font-size: 3.75vw;
		/* 12px */

	}

	div.profiles li figcaption .position span {
		font-size: 7.5vw;
		/* 24px */
	}

	div.profiles li figcaption h3 {
		font-size: 3.75vw;
		/* 12px */
	}

	div.profiles li.long figcaption h3 {
		font-size: 2.8125vw;
		/* 9px */
		font-feature-settings: "palt" 1;
		/*letter-spacing: 0.05em;*/
	}

	div.profiles li figcaption .name_kana {
		font-size: 2.0vw;
	}

	div.profiles li.long figcaption .name_kana {
		/*font-size: 2.0vw;*/
		font-size: 1.9vw;
		/* 8px */
	}

	div.profiles li figcaption .name_romaji {
		font-size: 1.9vw;
		margin-top: 0.4em;
	}

	/*  */

	#box_personal_detail {
		width: 100%;
		max-width: initial;
		left: auto;
		top: 14vw;
		/*padding: 12vw 4vw 4vw;*/
		padding: 4vw 0 6vw;
		/*overflow: hidden;*/

		/*max-height: 80vh;*/
	}

	#inner_detail {
		max-height: 70vh;
		/*max-height: calc(100vh - 14vw - 8vw - 4vw - 2vh);*/
		/*height: 78vh;*/
		overflow: auto;
		padding: 0 2vw;
		/*margin-top: 12vw;*/


		/*		/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8)) bottom/100% 16vw;*!/
		background-image: linear-gradient(to bottom, transparent 0 90%, #222 100% 4vw);
		position: relative;

/*background: linear-gradient(to bottom,#FFF,#FFC778 30%,#F89174);*!/
/*background: linear-gradient(top, rgba(255, 255, 255, 0), white 15px) right/50px 100%;*!/
/*background: linear-gradient(o bottom, rgba(255, 255, 255, 0), white 15px) top/50px 100%;*!/
/*background: linear-gradient(to bottom, #FFC778, #FFF);*!/
background-repeat: no-repeat;*/
	}

	#inner_detail>div.inner {
		/*position: relative;
		top: -12vw;
		z-index: 999999999;*/
		/*margin-top: -12vw;*/
		padding: 2vw;
	}

	#box_personal_detail figure.img_player {}

	#box_personal_detail p.txt_category {
		right: 4vw;
		font-size: 3.4375vw;
		/* 11px */
	}

	#box_personal_detail p.txt_category span {
		font-size: 8.125vw;
		/* 26px */
	}

	#box_personal_detail figure.img_player img {
		width: 30vw;
		/*width: auto;*/
		/*height: 38vw;*/
	}

	#box_personal_detail div.data {}

	#box_personal_detail div.ttl {
		flex-wrap: wrap;
		align-items: flex-end;
		align-content: flex-end;
		height: 40vw;
		box-sizing: content-box;
		padding-bottom: 4vw;

		border: none;
		/*border-bottom: 1px solid #333;*/
	}

	#box_personal_detail p.number {
		font-size: 18vw;
		margin-left: 0.14em;
	}

	#box_personal_detail p.position {
		font-size: 14vw;
		padding-top: 0;
		line-height: 1;
	}

	#box_personal_detail p.name {
		font-size: 5.625vw;
		/* 18px */
		padding-top: 0;
		margin-left: 0.4em;
	}

	#box_personal_detail p.name span {
		font-size: 0.5em;
		margin-top: 0;
	}

	#box_personal_detail p.kana {
		font-size: 2.0vw;
		padding-top: 0;
		padding-bottom: 2.4em;
	}

	/*  */

	dl.profile {
		/*width: 92vw;*/
		padding: 4vw 0 0;
		margin-left: -30vw;
		border-top: 1px solid #333;
	}


	dl.profile dt,
	dl.profile dd {
		font-size: 1.8rem;
		font-size: 2.7vw;
	}

	#box_personal_detail div.message {
		display: block;
		margin-top: 0;
		padding: 0 2vw;
	}

	#box_personal_detail div.message h5 {
		font-size: 3.4375vw;
		/* 11px */
		padding-right: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;

		margin-right: 0;
	}

	#box_personal_detail div.message h5 span {
		margin-left: 0.6em;
	}

	#box_personal_detail div.message h5:after {
		height: 100%;
		right: auto;
		left: 34vw;
	}

	#box_personal_detail div.message p {
		font-size: 2.5vw;
		/* 8px */
		margin-top: 0.6em;
	}

	/*  */
	#box_personal_detail div.inner_btm {
		gap: 0;
		margin-top: 4vw;
		flex-direction: column;
		padding: 0 2vw;
	}

	#box_personal_detail div.inner_btm>div {
		width: 100%;
	}

	#box_personal_detail div.hope {
		order: 0;
		margin-bottom: 3vw;
	}

	#box_personal_detail div.history {
		order: 1;
	}

	#box_personal_detail div.inner_btm p {
		font-size: 2.5vw;
		/* 8px */
	}

	#box_personal_detail div.inner_btm h6 {
		font-size: 2.8125vw;
		/* 9px */
	}


	/*  */

	p.btn_close {
		width: auto;
		position: fixed;
		right: 4vw;
		bottom: 6vw;
	}

	p.btn_close a {
		width: 8vw;
		height: 8vw;
	}

	/*  */

	body.show_season_selector div.past_season {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		/*display: block;*/
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.8);
	}

	body.show_season_selector #wrapper_header {
		position: relative;
		z-index: 9;
	}

	body.show_season_selector #btn_select_season {
		visibility: hidden;
	}

	body.show_season_selector #layer_season_selector {
		display: block;
		position: fixed;
		width: 90vw;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 9999;
	}

	#layer_season_selector h6 {
		font-size: 4.375vw;
		/* 14px */
	}

	#layer_season_selector a {
		color: #222;
	}

	#layer_season_selector ul {
		/*justify-content: space-between;*/
	}

	#layer_season_selector ul li {
		margin: 0 0 1.4em;
		width: 25%;
		text-align: center;
	}

	#layer_season_selector ul li a {
		font-family: 'Roboto', sans-serif;
		font-size: 5.625vw;
		/* 18px */
		display: block;
		height: auto;
		padding: 0;
	}

	#layer_season_selector ul li:first-child {
		width: 100%;
		padding: 0;
		margin: 0 0 1em 0.6em;
		text-align: left;
	}

	#layer_season_selector ul li:first-child a {
		padding: 0;
		background-color: transparent;
		color: #d2d3d1;
		font-size: 9.375vw;
		/* 30px */
		font-weight: 600;
		color: #42b6ee;
		height: auto;
	}

	#layer_season_selector ul li:first-child a:after {
		display: inline-block;
		font-size: 0.5em;
		margin-left: -0.4em;
	}

	#layer_season_selector p.close {
		margin-right: 0;
	}


	#layer_season_selector p.close a {
		font-size: 3.75vw;
		/* 12px */
	}














}