@charset "UTF-8";

/*  */

#box_nav h3 {
	font-size: 4rem !important;
	line-height: 1 !important;
	font-family: "DINNextLTPro-Regular", "Roboto", sans-serif !important;
	font-weight: normal !important;
	position: relative !important;
	z-index: 0;
}

#box_nav h3 span {
	font-weight: normal !important;
}

#contents {
	margin-top: 40px !important;
}

/*  */

p.btn_season_select {
	display: none;
}

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 30px 56px;
	}

	#layer_season_selector h6 {
		font-size: 1.6rem;
		line-height: 1;
	}

	#layer_season_selector ul.child {
		/* display: flex;
		flex-wrap: wrap; */
		display: grid;
		grid-template-columns: repeat(8, minmax(0, 1fr));
		font-size: 2.8rem;
		font-family: "DINNextLTPro-Regular", "Roboto", sans-serif;
		gap: 8px 12px;
		line-height: 1;
		margin: 12px auto 0 auto;
		border: none;
	}

	#layer_season_selector ul.child>li {
		text-align: center;
		font-size: 2.8rem;
	}

	#layer_season_selector ul.child>li>a {
		display: block;
		/* padding: 0.4em 0.4em 0.2em 0.4em; */
		padding: 0.4em 0 0.2em;
		border-radius: 4px;
		transition: 0.3s;
		color: #020202;
		border: none;
	}

	#layer_season_selector ul.child>li.active>a,
	#layer_season_selector ul.child>li>a.select {
		background-color: #42b6ee;
		color: #fff;
	}

	#layer_season_selector ul.child>li:not(.active)>a:hover {
		color: #1fa0de;
	}

	#layer_season_selector ul:after {
		display: none;
	}

	#layer_season_selector ul.child>li>a span {
		font-size: 0.5em;
		font-family: var(--main_jp_font);
		margin-left: 0.1em;
	}

	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;
		color: #020202;
	}

	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*/
}

/*  */
@media screen and (max-width: 599px) {

	#overlay>a,
	#layer_season_selector li a:after {
		display: none;
	}

	li#btn_select_season {
		display: list-item !important;
	}

	body.show_season_selector #overlay {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;

		z-index: 999;
		background-color: rgba(0, 0, 0, 0.8);
	}

	body.show_season_selector #layer_season_selector {
		display: block;
		position: fixed;
		width: 90vw;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#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 li a {
		font-family: 'Roboto', sans-serif;

		font-size: 5.625vw;
		/* 18px */

		display: block;
	}

	#layer_season_selector ul li:first-child {
		width: 100%;
		padding: 0;
		margin: 0 0 1em 1em;
		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;
	}

	#layer_season_selector ul li:first-child a:after {
		display: inline-block;
		font-size: 0.5em;
		margin-left: -0.4em;
	}

	#layer_season_selector ul li:first-child.active a {
		color: #42b6ee;
	}

	#layer_season_selector li.active a {
		background-color: #42b6ee;
		border-radius: 0.2em;
		color: #fff;
	}

	/*  */

	#btn_select_season ul.child {
		display: none;
	}




















	/*  */
}

































/*  */