@charset "UTF-8";
/* CSS Document */

/*  */

main {
	/* width: 1024px; */
	width: 100%;
	margin: 0 auto;
}

/*  */

#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.6em;
}

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

#snavi_age_selector li a span {
	font-size: 0.8em;
	margin-left: 0.2em;
}

body[class*="18"] #snavi_18 a,
body[class*="ikuta"] #snavi_15_ikuta a,
body[class*="tdrk"] #snavi_15_tdrk a,
body[class*="12"] #snavi_12 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;
}

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

/*  */

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); */
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
	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;
}

/*  */

div.main_fig {
	width: 1024px;
	margin: 56px auto 0;
}

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

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

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

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

div.main_fig .ttl h2 span:nth-child(2) {
	color: #333;
}

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

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

div.main_fig figure img {
	/*	width: 100%;
	height: 100%;*/
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

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

div.main_fig figcaption span {
	font-size: 0.4em;
	margin-left: 0.2em;
}

/*  */

div.c_nav {
	width: 1024px;
	text-align: center;
	margin: 50px auto 0;
	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;
}

/*  */

#wrapper_header #snav_record a {
	font-weight: 600;
	color: #444444;
}

/*  */

nav.c_nav {
	width: 1024px;
	margin: 22px auto 0;
}

nav.c_nav ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

body.detail nav.c_nav ul {
	justify-content: center;
	margin-top: 3em;
}

nav.c_nav li a {
	font-size: 1.5rem;
	font-weight: 600;
	position: relative;
	padding-left: 1em;
	padding-right: 0;
	color: #050505;
}

nav.c_nav li a:after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border: 0px;
	border-top: solid 2px #25abea;
	border-right: solid 2px #25abea;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -2px;
}

nav.c_nav li:not(:first-child) {
	margin-left: 1em;
}

nav.c_nav li:not(:first-child) a {
	border: none;
}

/*  */

div.box_ttl {
	width: 1024px;
	position: relative;
	margin: 56px auto 0;
}

div.wrap {
	text-align: center;
	margin: 0 auto;
}

div.box_ttl p {
	font-size: 5.4rem;
	font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
	font-weight: 600;
	line-height: 1;
}

div.box_ttl p span.year {
	color: #23b7fe;
}

div.box_ttl p span.mon {
	display: inline-block;
	margin-left: 0.8em;
	position: relative;
}

div.box_ttl p span.mon::before {
	content: '';
	display: block;
	width: 0.6em;
	height: 2px;
	background-color: #222;
	position: absolute;
	left: calc((0.6em + 5px) * -1);
	top: calc(0.5em - 4px);
}

div.box_ttl h3 {
	font-size: 2.4rem;
}

/*  */
#month_selector {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 1px;
	position: absolute;
	right: 0;
	bottom: 30%;
}

#month_selector li {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
}

#month_selector li a {
	display: block;
	padding: 0.6em 1em;
	background-color: #23b7fe;
	color: #fff;
	position: relative;
}

#month_selector li.non a {
	background-color: #dddddd;
	pointer-events: none;
}

#month_selector li:nth-child(1) a {
	padding-left: 2em;
}

#month_selector li:nth-child(2) a {
	padding-right: 2em;
}

#month_selector li:nth-child(1) a::before {
	content: '';
	width: 0.8em;
	height: 0.8em;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 0.8em;
	margin-top: -4px;
}

#month_selector li:nth-child(2) a::before {
	content: '';
	width: 0.8em;
	height: 0.8em;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.8em;
	margin-top: -4px;
}

/*  */

#schedule {
	width: 1024px;
	margin: 50px auto 0;
}

#tbl_schedule {
	width: 100%;
	border-bottom: #050505 1px solid;
}

#tbl_schedule thead {
	background-color: #050505;
}

#tbl_schedule thead th {
	color: #fff;
	font-size: 1.3rem;
	padding: 0.4em 0;
}

body.detail #tbl_schedule thead th:nth-child(1) {
	width: 6%;
}

#tbl_schedule tbody tr {
	position: relative;
}

#tbl_schedule tbody tr:nth-child(even) {
	background-color: #e6eef0;
}

/* #tbl_schedule tbody tr[data-view^="ac_view"]:nth-child(even):hover,
#tbl_schedule tbody tr[data-view^="ac_view"]:hover,
#tbl_schedule tbody tr[data-view^="view"]:nth-child(even):hover,
#tbl_schedule tbody tr[data-view^="view"]:hover {
	background-color: #ccf1ff;
	cursor: pointer;
	transition: all 0.15s ease-in;
	opacity: 0.8;
} */

#tbl_schedule tbody tr.pre_match td.score {
	pointer-events: none;
}

#tbl_schedule tbody td {
	/* padding-top: 1em;
	padding-bottom: 1em; */
	padding: 0.5em 1em;
}

#tbl_schedule tbody tr.sat td:nth-child(1) span {
	color: #23b7fe;
}

#tbl_schedule tbody tr.holiday td:nth-child(1) span {
	color: #ff0000;
}

#tbl_schedule tbody td:not(:last-child) {
	border-right: #c3c3c3 1px solid;
}

#tbl_schedule tbody td.score,
#tbl_schedule tbody td:nth-child(2),
#tbl_schedule tbody td:nth-child(1) {
	font-family: "Roboto";
	text-align: center;
}

#tbl_schedule tbody td:nth-child(1) {
	font-weight: 700;
	font-size: 2.8rem;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	/* max-width: 5em; */
	padding-left: 0;
	padding-right: 0;
	width: 4.6em;
	white-space: nowrap;
}

#tbl_schedule tbody td.not_num {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.2;
	padding: 0 0.4em;
}

#tbl_schedule tbody td:nth-child(1) span:nth-child(2) {
	font-size: 0.6em;
}

#tbl_schedule tbody td:nth-child(2) {
	font-size: 1.8rem;
	font-weight: 300;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

body.detail #tbl_schedule tbody td:nth-child(2) {
	font-weight: bold;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#tbl_schedule tbody td:nth-child(3) {
	font-size: 1.6rem;
	font-weight: 600;
	max-width: 10.4em;

}

#tbl_schedule tbody td:nth-child(3) a {
	color: #050505;
	text-decoration: underline;
}

#tbl_schedule tbody td:nth-child(4) {
	font-size: 1.8rem;
	font-weight: 600;
}

#tbl_schedule tbody td:nth-child(5) {
	font-size: 1.5rem;
}

#tbl_schedule tbody td.score {
	font-size: 2.8rem;
	position: relative;
	vertical-align: middle;
	padding-left: 0.6em;
	padding-right: 0.8em;
	white-space: nowrap;
}

#tbl_schedule tbody td.score::before {
	content: '─';
}

#tbl_schedule tbody td.score.lose::before,
#tbl_schedule tbody td.score.win::before {
	content: '';
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	line-height: 0.7em;
	background-color: #fff;
	border: solid #222 2px;
	border-radius: 50%;
	text-align: center;
	margin-right: 0.2em;
}

#tbl_schedule tbody td.score.lose::before {
	background-color: #222;
}

#tbl_schedule tbody td.score.draw::before {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.7em;
	background-image: url(/academy/record/fig/icon_draw.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	top: 0.0em;

	/* border-bottom: calc(0.4em * 1.73) solid #222;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	height: 0;
	width: 0;
	text-align: center;
	margin-right: 0.1em; */
}

#tbl_schedule tbody td.score span {
	color: #23b7fe;
}

/* #tbl_schedule tbody td.score.draw::after,
#tbl_schedule tbody td.score.lose::after,
#tbl_schedule tbody td.score.win::after {
	content: '';
	width: 0.4em;
	height: 0.4em;
	border: 0px;
	border-top: solid 2px #222;
	border-right: solid 2px #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.4em;
	margin-top: -4px;
} */

#tbl_schedule tbody tr.end_game::after {
	content: '';
	width: 0.8em;
	height: 0.8em;
	border: 0px;
	border-top: solid 2px #222;
	border-right: solid 2px #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.6em;
	margin-top: -4px;
}

#tbl_schedule tbody tr:not(.pre_match) td.score:hover {
	cursor: pointer;
}

#tbl_schedule tbody tr:not(.pre_match) td.score:hover::after {
	border-color: #23b7fe;
}

/*  */

#outline {
	margin-top: 80px;
	padding-top: 60px;
	padding-bottom: 120px;
	text-align: center;
	background-color: #f2f3f0;
}

#outline h3 {
	font-size: 3.2rem;
	line-height: 1;
	margin-bottom: 1em;
}

#outline div.detail {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(17, 17, 17, 0.1), inset 0px -4px 0px 0px rgba(2, 2, 2, 0.004);
	padding: 36px 30px 68px;
	border-bottom: #020202 solid 4px;
	position: relative;
}

#outline div.detail:not(:first-of-type) {
	margin-top: 50px;
}

/*  */

body.index #outline div.detail::after {
	content: '';
	width: 1.4em;
	height: 1.4em;
	border: 0px;
	border-top: solid 2px #23b7fe;
	border-right: solid 2px #23b7fe;
	position: absolute;
	left: calc(50% - 0.7em);
	/* transform: rotate(135deg);
	bottom: 20px; */
	transform: rotate(-45deg);
	bottom: 10px;
}

body.index #outline div.detail.active::after {
	/* transform: rotate(-45deg);
	bottom: 10px; */

	transform: rotate(135deg);
	bottom: 20px;
}


/*  */

body.index div.detail div.inner {
	/* display: none; */
}


#outline div.detail h4 {
	width: 100%;
	font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 0.2em;
	border-bottom: #23b7fe solid 4px;
}

#outline div.detail h4 span {
	font-size: 0.6em;
}

#outline div.detail h5 {
	font-size: 2.0rem;
	font-weight: 300;
	margin-top: 0.8em;
}

#outline div.detail h5 span {
	font-weight: 700;
}

div.detail div.wrap {
	text-align: left;
	margin-top: 30px;
}

div.detail div.wrap:not(:first-of-type) {
	margin-top: 40px;
}

#outline div.section-block h4,
div.detail div.wrap h6 {
	font-size: 1.8rem;
	border-left: 5px solid #23b7fe;
	padding-left: 0.4em;
	padding: 0.2em 0 0.4em 0.4em;
	border-bottom: none;
	width: auto;
	margin-top: 30px;
}

#outline div.section-block h5 {
	font-size: 1.6rem;
}

#outline div.section-block p,
div.detail div.wrap p {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 0.6em;
}

div.detail div.note {
	margin-top: 30px;
	padding-top: 26px;
	border-top: #828282 solid 1px;
}

div.detail div.note p {
	color: #555555;
	font-size: 1.4rem;
	line-height: 1.8;
}

figure.fig_logo {
	float: right;
	margin-top: 0.8em;
	margin-left: 1.6em;
	margin-bottom: 1.4em;
}

/*  */

div.links {
	margin-top: 32px;
}

ul.li_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px
}

ul.li_link li {
	line-height: 1;
}

ul.li_link li a {
	display: block;
	font-size: 1.6rem;
	padding: 1.4em 2.8em;
	color: #fff;
	background-color: #052667;
	transition: 0.3s;
}

ul.li_link li.schedule a {
	background-color: #23b7fe;
}

ul.li_link li a span {
	position: relative;
	display: block;
	padding-left: 1em;
	overflow: visible;
}

ul.li_link li a span::before {
	content: '';
	width: 0.6em;
	height: 0.6em;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -4px;
}

ul.li_link li a:hover {
	transform: translate(0, -6px);
}

/*  */


@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.main_fig .ttl {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}

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

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

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

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

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

	div.main_fig 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;
	}

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

	/*  */

	/*  */

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

		font-size: 5.625vw;
		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 */
	}

	/*  */

	div.main_fig {
		width: 100%;
	}

	div.main_fig figure {
		height: calc(100vw * 0.278);
	}

	div.main_fig figure img {
		max-width: initial;
	}

	/*  */

	nav.c_nav {
		width: auto;
		margin-top: 14vw;
	}

	nav.c_nav ul {
		width: 90vw;
		margin: 0 auto;
		position: static;
		display: block;
	}

	nav.c_nav li {
		text-align: center;
	}

	nav.c_nav li:not(:first-child) {
		margin-left: 0;
		margin-top: 0.6em;
	}

	nav.c_nav li a {
		font-size: 3.4375vw;
		/* 11px */
	}

	/*  */

	div.box_ttl {
		width: 100%;
		margin-top: 8vw;
	}

	div.box_ttl p {
		font-size: 11vw;
	}

	div.box_ttl h3 {
		font-size: 4.375vw;
		/* 14px */

	}

	#month_selector {
		position: static;
		justify-content: center;
		margin-top: 6vw;
	}

	#month_selector li {
		font-size: 3.125vw;
		/* 10px */
	}

	/*  */

	#schedule {
		width: 100%;
		margin-top: 6vw;
	}

	#schedule .wrap {
		width: 100vw;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	#schedule::before {
		margin-top: 3%;
		content: "SCROLL";
		color: #23b7fe;
		display: block;
		width: 100%;
		height: auto;
		font-size: 2.8vw;
		padding: 2.5% 8% 2% 0;
		text-align: right;
		font-family: "Roboto", sans-serif;
		background-image: url(/common_2017/svg/icon_arrow_scroll.svg);
		background-repeat: no-repeat;
		background-position: 127% 48%;
		background-size: 40% 40%;
		margin: 0;
	}

	#tbl_schedule {
		width: 1024px;
	}

	#tbl_schedule thead th {
		font-size: 3.125vw;
		/* 10px */
	}

	#tbl_schedule tbody td:nth-child(1) {
		font-size: 6.25vw;
		/* 20px */
		font-size: 5.625vw;
		/* 18px */

	}

	#tbl_schedule tbody td:nth-child(2) {
		font-size: 4.375vw;
		/* 14px */
		font-size: 3.75vw;
		/* 12px */

	}

	#tbl_schedule tbody td:nth-child(3) {
		font-size: 4.0625vw;
		/* 13px */
		font-size: 3.4375vw;
		/* 11px */
		text-align: left;
	}

	#tbl_schedule tbody td:nth-child(4) {
		font-size: 4.375vw;
		/* 14px */
		font-size: 3.75vw;
		/* 12px */
		text-align: left;
	}

	#tbl_schedule tbody td:nth-child(5) {
		font-size: 4.0625vw;
		/* 13px */
		font-size: 3.4375vw;
		/* 11px */
		text-align: left;
	}

	#tbl_schedule tbody td.score {
		font-size: 6.875vw;
		/* 22px */
		font-size: 6.25vw;
		/* 20px */
	}

	#tbl_schedule tbody tr:last-child td {
		padding-bottom: 0.8em;
	}

	/*  */

	#outline {
		margin-top: 16vw;
		padding-top: 8vw;
		padding-bottom: 20vw;
	}

	#outline h3 {
		font-size: 6.25vw;
		/* 20px */
	}

	#outline div.detail {
		width: 88vw;
		padding: 4vw 6vw 12vw;
	}

	#outline div.detail h4 {
		font-size: 4.375vw;
		/* 14px */
		padding-bottom: 0.4em;
	}

	#outline div.detail h5 {
		font-size: 3.75vw;
		/* 12px */
		margin-top: 0.4em;
	}

	div.detail div.wrap {
		margin-top: 6vw;
	}

	div.detail div.wrap h6 {
		font-size: 3.75vw;
		/* 12px */
	}

	figure.fig_logo {
		width: 30vw;
		float: none;
		text-align: center;
		margin: 4vw auto;
	}

	figure.fig_logo img {
		width: 100%;
		height: auto;
	}

	div.detail div.wrap p {
		font-size: 3.4375vw;
		/* 11px */
	}

	div.detail div.wrap:not(:first-of-type) {
		margin-top: 8vw;
	}

	div.detail div.note {
		margin-top: 8vw;
		padding-top: 6vw;
	}

	div.detail div.note p {
		font-size: 3.4375vw;
		/* 11px */
	}

	/*  */

	body.index #outline div.detail::after {
		bottom: 4vw;
	}

	body.index #outline div.detail.active::after {
		bottom: 1vw;
	}

	/*  */

	div.links {
		margin-top: 8vw;
	}

	ul.li_link {
		display: block;
	}

	ul.li_link li {
		margin-bottom: 1em;
	}

	ul.li_link li a {
		font-size: 4.375vw;
		/* 14px */
		padding: 1.4em 2.0em;
		text-align: center;

	}

	ul.li_link li a span {
		display: inline-block;
	}


	/*  */

	#outline div.inner {
		/* display: none; */
	}

}

/* 20240308 */

div.main_fig figure {
	display: none;
}

nav.c_nav ul {
	justify-content: center;
}

#tbl_schedule tbody td.not_num {
	padding-top: 1em;
	padding-bottom: 1em;
}

























/*  */