/* @override 
	https://www.frontale.co.jp/common_2017/css/main.css */

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

.pcv {
	display: block;
}

.spv {
	display: none;
}

@media screen and (max-width: 599px) {
	.pcv {
		display: none;
	}

	.spv {
		display: block;
	}
}

/*  */

ul,
ol,
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-image: none;
}

h1 {
	margin: 0;
}

a {
	color: #0b5dd7;
	text-decoration: none;
}

a:hover {
	color: #23b7fe;
	text-decoration: none;
}

img {
	vertical-align: top;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}


/*  */


html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-width: 1024px;
	z-index: 0;
	top: 0;
}

/* header */

#wrapper_header {
	width: 100%;
	height: auto;
	/*position: relative;*/
	position: static;
}

body#home #wrapper_header {
	position: relative;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	z-index: 10;
}



#wrapper_header>header {
	width: 100%;
	height: 50px;
	/**background-image: url(../img/bg_head.gif);*/
	position: relative;
	z-index: 2000;
	background-color: #222;
}

/**/
#wrapper_header>header::after {
	content: " ";
	display: block;
	height: 50px;
	width: 40%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}


#wrapper_header>header>div.inner {
	width: 1024px;
	position: relative;
	height: 50px;
	margin: 0 auto;
	z-index: 20;
	/*overflow: hidden;*/
	/*position: relative;*/

	display: flex;
	justify-content: space-between;
}










#wrapper_header header h1 {
	/*float: left;*/
	margin-bottom: 0;
	position: relative;
	left: -14px;
	z-index: 200;
	background-color: #222;
	color: #fff;
}

#wrapper_header header h1 a {
	display: flex;
	color: #fff;
	position: relative;
	padding-left: 86px;
	z-index: 10;
	height: 50px;
}


/*#wrapper_header header h1 a::after {
	position: absolute;
	z-index: 0;
	content: "";
	width: 85px;
	height: 116px;
	top: -5px;
	left: -64px;
	background-image: url(/kengo14_one-team_man/assets/img/badge_kengo14.png);
	background-repeat: no-repeat;
	background-size: contain;
}*/


#wrapper_header header h1 span {
	display: flex;
	width: 392px;
	position: relative;
	padding-top: 50px;
	box-sizing: border-box;
	overflow: hidden;
}


#wrapper_header header h1 a span::before,
#wrapper_header header h1 a span::after {
	content: " ";
	position: absolute;
	display: inline-block;
	background-image: url(/common_2017/svg/typo_kfows_colors.svg);
	background-repeat: no-repeat;
}

#wrapper_header header h1 a span::before {
	width: 242px;
	height: 20px;
	background-position: 1px 1px;
	background-size: 242px auto;
	top: 14px;
	left: 0;
}

#wrapper_header header h1 a span::after {
	width: 111px;
	height: 14px;
	background-size: 128px auto;
	background-position: 1px -16px;
	left: 249px;
	top: 18px;
}


#wrapper_header header img.img_site_id {
	width: 84px;
	height: auto;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 20;
}

#wrapper_header header img.ttl_main {
	float: left;
	margin-top: 10px;
	width: 216px;
	height: auto;
}

#wrapper_header #img_site_id {
	display: none;
}

#wrapper_header #inner_nav.fixed #img_site_id {
	display: block;
	position: absolute;
	left: -10px;
	margin: 0;
	z-index: 10000;
	width: 86px;
	height: auto;
}

#wrapper_header #inner_nav.fixed #img_site_id img {
	width: 100%;
	height: auto;
}

/* header sub btns */

#head_sub_nav {
	height: 50px;
	width: 560px;
	position: relative;
	z-index: 0;
	padding-right: 124px;
}


#wrapper_header.fixed #head_sub_nav {
	display: none;
}


#head_sub_nav>ul {
	display: flex;
	justify-content: flex-end;
}

#head_sub_nav>ul li {
	position: relative;
	width: 142px;
	height: 50px;
	z-index: 0;
	font-family: "Roboto";
	font-size: 1.3rem;
	font-weight: 300;
	text-align: right;
	text-align: left;
}

#head_sub_nav>ul li:nth-of-type(1) {
	width: 84px;
}

#head_sub_nav>ul li:nth-of-type(3) {
	width: 122px;
	margin-left: -29px;
}



#head_sub_nav>ul li a {
	background-color: #222;
	height: 50px;
	display: block;
	position: relative;
	z-index: 20;
	box-sizing: border-box;
	color: #23b7fe;
	padding: 3px 0 0 0;
	z-index: 0;
	display: flex;
	align-items: center;
}

#head_sub_nav>ul li a::before {
	content: " ";
	height: 50px;
	width: 42px;
	background-color: #222;
	border-left: 1px solid #888;
	position: absolute;
	display: block;
	top: 0;
	left: -18px;
	z-index: 0;
	transform: skew(-30deg);
}

#head_sub_nav>ul li:nth-of-type(3) a {
	background-color: #e9dd19;
	color: #222;
}

#head_sub_nav>ul li:nth-of-type(3) a::before {
	background-color: #e9dd19;
	border-left: none;
	left: -17px;
}

#head_sub_nav>ul li a:hover span {
	transition: 0.3s;
	opacity: 0.7;
}

#head_sub_nav>ul li a>span {
	display: inline-block;
	position: relative;
	z-index: 10;
	position: relative;
}

#head_sub_nav>ul li a>span:after {
	content: " ";
	width: 22px;
	height: 28px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 0.3em;
	top: -0.2em;

	background-image: url(/common_2017/svg/icon_header_btns_color.svg);
	background-size: 143px auto;
	background-position: 1px 3px;
	background-repeat: no-repeat;

}


/* ticket */
#head_sub_nav>ul li:nth-of-type(2) a>span:after {
	width: 60px;
	background-position: -83px 2px;
}


/* shop */
#head_sub_nav>ul li:nth-of-type(3) a>span:after {
	width: 30px;
	background-position: -23px -31px;
}




/* lang */

#gbox_selector_lang {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 3000;
	height: 50px;
	width: 130px;
	font-family: "Roboto";
	font-size: 1.3rem;
	font-weight: 300;
}

@media screen and (max-width: 599px) {
	#gbox_selector_lang {
		display: none;
	}
}


#gbox_selector_lang::before {
	content: " ";
	height: 50px;
	width: 32px;
	background-color: #fff;
	position: absolute;
	display: block;
	left: 0px;
	z-index: 0;
	transform: skew(-30deg);
}


#gbox_selector_lang>p {
	position: relative;
	z-index: 20;
	text-align: right;
}

#gbox_selector_lang>p>a {
	color: #333;
	display: block;
	height: 50px;
	box-sizing: border-box;
	padding-top: 17px;
}

#gbox_selector_lang>p>a:hover {
	transition: 0.3s;
	opacity: 0.7;
}

#gbox_selector_lang>p>a span {
	display: inline-block;
}





#gbox_selector_lang p.current_lang a span:nth-child(1)::after {
	content: ":";
	margin: 0 0.4em 0 0.2em;
}

/*#box_selector_lang p#current_lang a::before {
	content: " ";
	width: 19px;
	height: 19px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 0.3em;
	top: -0.15em;
	
	background-image: url(/common_2017/svg/icon_header_btns_color.svg);
	background-size: 118px auto;
	background-position: -46px -28px;
	background-repeat: no-repeat;
}*/


#gbox_selector_lang a span.flag {
	text-align: left;
	background-color: #fff;
	display: inline-block;
	font-size: 8px;
	width: 28px;
	height: 20px;
	position: relative;
	border: 1px solid #ddd;
	top: -6px;
	text-indent: -999px;

	background-image: url(/common_2017/flags/icon_flags_nations.jpg);
	background-size: auto 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;

}

#gbox_selector_lang [data-lang='jpn'] a span.flag {
	background-position: 0px 0px;
}

#gbox_selector_lang [data-lang='en'] a span.flag {
	background-position: -28px 0px;
}

#gbox_selector_lang [data-lang='pt'] a span.flag,
#gbox_selector_lang [data-lang='por'] a span.flag {
	background-position: -54px 0px;
}

#gbox_selector_lang [data-lang='vi'] a span.flag,
#gbox_selector_lang [data-lang='vie'] a span.flag {
	background-position: -81px 0px;
}

#gbox_selector_lang [data-lang='ko'] a span.flag {
	background-position: -108px 0px;
}

#gbox_selector_lang [data-lang='zh'] a span.flag,
#gbox_selector_lang [data-lang='zhb'] a span.flag,
#gbox_selector_lang [data-lang='chn'] a span.flag {
	background-position: -189px 0px;
}

#gbox_selector_lang [data-lang='th'] a span.flag,
#gbox_selector_lang [data-lang='tha'] a span.flag {
	/*background-position: -136px 0px;*/
	background-position: -217px 0px;
}





#gbox_selector_lang ul {
	position: absolute;
	z-index: 2000;
	width: 160px;
	height: auto;
	background-color: #fff;
	border-radius: 6px;
	top: 50px;
	left: -24px;
	box-shadow: 2px 8px 17px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 0.7em 0 0.8em 0;
	display: none;
}

#gbox_selector_lang ul li {
	line-height: 1.1;
	font-size: 1.6rem;
}

#gbox_selector_lang ul li a {
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #fff;
	color: #333;
}

#gbox_selector_lang ul li a:hover {
	background-color: #deedf5;
}



#gbox_selector_lang ul li a span {
	display: inline-block;
	position: relative;
}

#gbox_selector_lang ul li a span::before {
	content: " ";
	display: inline-block;
	margin-right: 0.4em;
	width: 28px;
	height: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	top: -0.15em;

	background-image: url(/common_2017/flags/icon_flags_nations.jpg);
	background-size: auto 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;

}

#gbox_selector_lang ul li.en a span::before {
	background-position: -27px 0px;
}

#gbox_selector_lang ul li.por a span::before {
	background-position: -55px 0px;
}

#gbox_selector_lang ul li.vie a span::before {
	background-position: -82px 0px;
}

#gbox_selector_lang ul li.ko a span::before {
	background-position: -109px 0px;
}

#gbox_selector_lang ul li.tha a span::before {
	background-position: -217px 0px;
}

#gbox_selector_lang ul li.chn a span::before {
	background-position: -189px 0px;
}



/* >>>>>>>> */
/* 2018-09 add sponsors-PC */
/* <<<<<<<< */

#head_list_sponsor {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

#head_list_sponsor>div.inner {
	min-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 0 2px 10px;
	align-items: center;
}

/*@media screen and (max-width: 1024px) {
	#head_list_sponsor>div.inner {
		justify-content: flex-start;
		margin-left: 2vw;
	}
}*/


#head_list_sponsor ul {
	width: auto;
	display: flex;
	margin: 0 0 0 0;
	justify-content: center;
}

#head_list_sponsor h6 {
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin: 18px 16px 0 0;
}


#head_list_sponsor li {
	margin: 0 0.2vw 0 0.2vw;
}

#head_list_sponsor li:last-child {
	margin-right: 0;
}

#head_list_sponsor li:first-child {
	margin-left: 0;
}

#head_list_sponsor li a {
	display: block;
	/*height: 60px;*/
	height: 4.6vw;
	max-height: 60px;
	min-height: 48px;
}

#head_list_sponsor li a:hover {
	transition: 0.4s;
	opacity: 0.7;
}


#head_list_sponsor li a img {
	height: 100%;
	width: auto;
}

/*@media screen and (max-width: 1024px) {
	#head_list_sponsor li a {
		height: 4.6vw;
	}
}*/




/**/
/* ====== game bnr top sponsors 2018-03-28 */
/**/

#box_game_bnr_official_top_sponsors {
	border: 4px solid #ddd;
	padding: 24px 20px 28px 20px;
	text-align: center;
	padding-top: 16px;
}



#box_game_bnr_official_top_sponsors p.sttl {
	font-family: "Roboto", sans-serif;
	margin: 0;
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
}

#box_game_bnr_official_top_sponsors p.sttl::before,
#box_game_bnr_official_top_sponsors p.sttl::after {
	content: " ";
	position: relative;
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: #777;
	top: 0.1em;
	margin: 0 0.5em 0 0.5em;
}

#box_game_bnr_official_top_sponsors p.sttl::before {
	transform: skew(35deg);
}

#box_game_bnr_official_top_sponsors p.sttl::after {
	transform: skew(-35deg);
}


#box_game_bnr_official_top_sponsors ul {
	margin-top: 8px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 0.5em;
}

#box_game_bnr_official_top_sponsors li {
	margin: -0.5em 2em 0 0;

	max-width: 28%;
	text-align: center;
	box-sizing: border-box;
	/*background-color: #f5f5f5;
	border: 1px solid #ddd;*/
}

#box_game_bnr_official_top_sponsors li:nth-of-type(5),
#box_game_bnr_official_top_sponsors li:nth-of-type(10) {
	margin-right: 0;
}

#box_game_bnr_official_top_sponsors li a {
	display: inline-block;
}


#box_game_bnr_official_top_sponsors li a img {
	height: 95px;
}

/*#box_game_bnr_official_top_sponsors li {
	display: inline-block;
	height: 58px;
	margin-left: 0.4%;
	margin-right: 0.4%;
}

#box_game_bnr_official_top_sponsors li a {
	height: 100%;
	display: block;
}

#box_game_bnr_official_top_sponsors li a img {
	height: 100%;
	width: auto;
}*/



/*  */

#gnav {
	height: 52px;
	position: relative;
	z-index: 0;
	width: 100%;
	background-color: #23b7fe;
	overflow: hidden;
}

#gnav:before {
	content: "";
	height: 52px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	margin-left: -664px;
	background: linear-gradient(to left, #198cca, #23b7fe);
}

#gnav .inner {
	width: 1024px;
	height: 52px;
	margin: 0 auto;
	position: relative;
	padding-left: 62px;
	z-index: 0300;
}

#gnav .inner:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 500;
	top: 0;
	left: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 52px 40px;
	border-color: transparent transparent #23b9fe transparent;
}

#gnav ul {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 0;
	background-color: #23b7fe;
	z-index: 200;
}

#gnav ul:after {
	/*	content: '';
	display: block;
	border-right: 10px solid #00;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;*/

	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 85px;
	height: 100%;
	z-index: 1;
	background-color: #23b7fe;
	border-right: 1px solid #91dbfe;
}

#gnav li {
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	font-size: 1.4rem;
	font-weight: 500;
	position: relative;
}

#gnav li a {
	font-weight: 600;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	padding: 20px 7px 0;
	display: block;
	height: 52px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

#gnav li a:hover {
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	/*background-color: #0299e1;*/
	color: #fff !important;
}

#gnav li a:hover #gnav li.current a,
body#page_about #gnav_club a,
body#page_blue_friends #gnav_club a {
	font-weight: bold;
}

@media screen and (min-width: 600px) {

	body.dev_pc #gnav li a:hover:after,
	body.dev_pc #gnav li.current a:after,
	body#page_about.dev_pc #gnav_club a:after,
	body#page_blue_friends.dev_pc #gnav_bf a:after {
		content: '';
		display: block;
		width: 90%;
		height: 8px;
		margin-left: 3%;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;

		-webkit-transform: skew(-30deg);
		-ms-transform: skew(-30deg);
		-moz-transform: skew(-30deg);
		-o-transform: skew(-30deg);
		transform: skew(-30deg);
	}
}


/*  */

#gnav #btn_search {
	margin: 0;
	width: 23px;
	height: 23px;
	position: absolute;
	right: -24px;
	top: 16px;
	z-index: 300;
}


#gnav #btn_search a {
	display: block;
}

#btn_search img {
	width: 100%;
	height: auto;
}

#btn_search.active a img {
	-webkit-filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-o-filter: brightness(0.4);
	-ms-filter: brightness(0.4);
	filter: brightness(0.4);

	opacity: 0.8;
	-moz-opacity: 0.8;
	/* Firefox */
	filter: alpha(opacity=80);
	/* IE6/7 */
	-ms-filter: "alpha(opacity=80)";
	/* IE8 */
}

#btn_search a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	/* Firefox */
	filter: alpha(opacity=80);
	/* IE6/7 */
	-ms-filter: "alpha(opacity=80)";
	/* IE8 */
}


/*  */

#snav {
	width: 100%;
	margin: 0 auto;
	/*height: 38px;*/
	height: auto;
	background-color: #fff;
	text-align: center;
	/*overflow: hidden;*/
}

#snav ul {
	min-width: 1024px;
	/*height: 38px;*/
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: inline-block;
	/*right: -32px;*/
}

#snav li {
	display: inline-block;
}

#snav li a:link,
#snav li a:visited {
	font-size: 1.4rem;
	display: block;
	color: #050505;
	text-decoration: none;
	/*padding: 11px 0.5em 9px 0.5em;*/
	padding: 0.8em 0.5em 0.9em 0.5em;
	font-weight: 400;
}

#snav li a:hover {
	color: #23b7fe;
}

#snav li.current a {
	color: #434443;
	font-weight: bold;
}

/* @group fixed */

/*body#home #wrapper_header.clone-nav,*/
#wrapper_header.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	transition: .3s;
	transform: translateY(-110%);
}

/*body#home #wrapper_header.fixed,*/
#wrapper_header.fixed {
	transform: translateY(0);
}

#wrapper_header.clone-nav #gbox_selector_lang,
#wrapper_header.clone-nav div#head_list_sponsor {
	display: none !important;
}

#wrapper_header.clone-nav #snav {
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 10;
}

#wrapper_header.clone-nav #gnav {
	width: 100%;
	background-color: #21b6fd;
	position: relative;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
	z-index: 1;
}


#wrapper_header.clone-nav header {
	height: 0;
}

#wrapper_header.clone-nav header:after,
#wrapper_header.clone-nav header #head_nav,
#wrapper_header.clone-nav header #head_list_sponsor,
#wrapper_header.clone-nav header h1 .ttl_main {
	display: none;
}

#wrapper_header.clone-nav header h1 {
	display: block;
	background-color: transparent;
	top: 0%;
	width: 65px;

	display: none;
}

#wrapper_header.clone-nav.fixed header h1 {
	display: block;
}

#wrapper_header.clone-nav header .inner {
	height: 0;
}

#wrapper_header.clone-nav header {
	z-index: 5000;
}

/* @end */



/**/






/* 2018-09-12 add sponsor */

#box_list_sponsor {
	clear: both;
	border-top: 1px solid #cccccc;
	width: 100%;
	position: relative;
	text-align: center;
}

#box_list_sponsor:after {
	content: '';
	display: block;
	width: 22px;
	height: 12px;
	background-image: url(../img/bg_list_sponsor.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -11px;
}

#box_list_sponsor h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 0;
	border: none;
	position: relative;
	display: inline-block;
}

#box_list_sponsor h6::after {
	content: " ";
	display: block;
	width: 50%;
	height: 2px;
	margin: 0 auto;
	background-color: #23b7fe;
	margin-top: 20px;
}



#box_list_sponsor ul {
	width: 1024px;
	margin: 12px auto 0 auto;
	display: flex;
	justify-content: center;
}

#box_list_sponsor li {
	margin: 0 0.8%;
}

#box_list_sponsor li:first-child {
	margin-left: 0;
}

#box_list_sponsor li:last-child {
	margin-right: 0;
}



#box_list_sponsor li a {
	display: block;
	height: 62px;
}

#box_list_sponsor li a img {
	height: 100%;
	width: auto;
}





/*  */

#btn_gototop {
	width: 105px;
	height: 169px;
	margin: 0;
	position: fixed;
	right: 1%;
	bottom: -59px;
	text-align: center;
	z-index: 7000;
}

#btn_gototop img.arrow_gototop {
	width: 60px;
	height: auto;
	margin-bottom: 3px;
}

#btn_gototop a img.btn_furonta {
	width: 105px;
	height: auto;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

#btn_gototop.btm {
	position: absolute;
	top: -40px;
}

#btn_gototop img {
	width: 100%;
	height: auto;
}

#btn_gototop a:hover img.btn_furonta {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

#btn_gototop a:hover img.arrow_gototop {
	opacity: 0.8;
	-moz-opacity: 0.8;
	/* Firefox */
	filter: alpha(opacity=80);
	/* IE6/7 */
	-ms-filter: "alpha(opacity=80)";
	/* IE8 */
}

/*  */

#box_sitemap {
	clear: both;
	width: 100%;
	position: relative;
	margin-top: 40px;
}

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

#sitemap_container {
	background-color: #1f1f1f;
	overflow: hidden;
	min-width: 1024px;
}

div.sitemap {
	background-image: url(/common_2017/img/bg_sitemap.gif);
	background-repeat: repeat-x;
	background-position: 0 30px;
	margin-bottom: 42px;
}

div.inner_sitemap:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_sitemap h5 {
	text-align: center;
	margin: 40px auto 72px;
}

#box_sitemap dl {
	/*width: 20%;*/
	width: 170px;
	float: left;
	margin: 0;
}

#box_sitemap dt {

	height: 1.4em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

#box_sitemap dt.inner_dt,
#box_sitemap dd {
	margin-bottom: 0.6em;
	margin-left: 0;
	font-size: 1.2rem;
}

#box_sitemap dt.inner_dt {
	margin-top: 1em;
}

#box_sitemap dl#profile_ib dd {
	display: inline-block;
	width: 50px;
}

#box_sitemap dl#profile_ib dd.latest {
	width: 150px;
}

#box_sitemap a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#box_sitemap a:hover {
	color: #23b7fe;
}

/*  */

footer#btm {
	background-color: #111111;
	height: 55px;
}

#btm div.inner {
	width: 1024px;
	margin: 0 auto;
}

footer#btm p {
	margin: 0;
	color: #cccccc;
}

footer#btm:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#btm p a {
	font-size: 2rem;
	color: #23b7fe;
	text-decoration: none;
	margin-right: 20px;
}

#btm p {
	padding-top: 13px;
	float: left;
	font-size: 1.2rem;
}

#btm p small {
	margin-left: 10px;
	font-size: 1.2rem;
}

#btm div.inner p.link_jleague {
	padding-top: 11px;
	float: right;

}

/* box_search */

#box_search {
	width: 100%;
	height: auto;
	/*position: fixed;*/
	background-color: #23b6fd;
	position: absolute;
	top: 172px;
	display: block;
	z-index: 4000;
}

#wrapper_header.clone-nav #box_search {
	/*display: none;*/

	top: 90px;
}

#box_search div.inner {
	width: 1024px;
	height: 332px;
	padding: 16px 0 0px 0;
	margin: 0 auto;
	overflow: hidden;
	display: none;
}

#box_search.active {
	border-top: 1px solid #91dbff;
	box-shadow: 0px 80px 50px rgba(0, 0, 0, 0.3);
}



#input_search {
	width: 1002px;
	margin-top: 16px;
}

#box_search h4 {
	font-size: 4.0rem;
	color: #fff;
	margin: 0 0 0;
	text-align: center;
}

#input_search div.input {
	text-align: center;
	font-size: 2rem;
	color: #fff;
	position: relative;
	padding-bottom: 1em;
}


#input_search div.input input {
	position: relative;
	vertical-align: middle;
	top: -0.1em;
	margin-right: 0.2em;
}

#input_search div.input label {
	margin: 0 13px;
}

#input_search div.text {
	border-bottom: 1px solid #91dbff;
	clear: both;
	margin-top: 66px;
	margin: 0 auto;
}

#input_search input.googleText {
	width: 930px;
	background-color: #23b6fd;
	color: #fff;
	font-size: 5.7rem;
	line-height: 1;
	border: none;
	padding: 10px;

	color: #91dbff;
}

#input_search input.googleText[type="text"]:focus {
	color: #fff;
	border: none;
}

#btn_submit {
	float: right;
	width: 45px;
	height: 45px;
	padding: 0;
	background: url(../img/icon_search.png) transparent;
	border: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

	margin-top: 20px;
	margin-right: 5px;
}

#box_search p.btn_close {
	margin: 33px auto 0;
	text-align: center;
	width: 36px;
}

#box_search p.btn_close a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	position: relative;
	padding-top: 33px;
	margin: 0 auto;
}

#box_search p.btn_close a:after {
	display: block;
	content: "";
	position: absolute;
	margin-left: 3px;
	top: 0;
	left: 13px;

	width: 1px;
	height: 26px;
	background: #fff;
	transform: rotate(45deg);
}

#box_search p.btn_close a:before {
	display: block;
	content: "";
	position: absolute;
	margin-left: 3px;

	top: 13px;
	left: 0;

	width: 26px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}

/* page title */


#box_ttl {
	width: 100% !important;
	height: 116px !important;
	border-top: 1px solid #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #f2f3f0;
}



#box_ttl div.inner {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}



#box_ttl div.inner:after {
	content: '';
	width: 880px;
	height: 116px;
	background-color: #eaebe8;

	transform: skew(-36deg);
	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	display: block;
	position: absolute;
	top: 0;
	left: 104%;
	z-index: 1;
}

/*ハーフサイズ*/
body#page_tickets #box_ttl,
body#page_profile #box_ttl {
	height: 74px !important;
}

body#page_tickets #box_ttl h1,
body#page_profile #box_ttl h1 {
	margin-top: -30px;
}



/* topic path */

#topicpath {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

#topicpath:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#topicpath ul {
	margin-top: 17px;
	float: left;
}

#topicpath li {
	font-size: 1.2rem;
	float: left;
	color: #6c6e6c;
}

#topicpath li a:link,
#topicpath li a:visited {
	position: relative;
	padding-right: 10px;
	margin-right: 6px;
	color: #0397de;
}


#topicpath li a:hover {
	text-decoration: underline;
}

#topicpath li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0676ab;
	border-right: 1px solid #0676ab;

	transform: rotate(45deg);

	position: absolute;
	top: 0.5em;
	right: 0;

}


#box_ttl h1 {
	font-size: 2.8rem;
	float: right;
	display: table;
	/*padding-top: 55px;*/
	position: relative;
	z-index: 100;

	/*background-color: #000;*/
}

#box_ttl.en h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 32px;
}

#box_ttl div.inner h1 span {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	color: #23b7fe;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}


#box_ttl.en h1 span.dot {
	font-size: 2.8rem;
	color: #111;
	position: relative;
}


/* main */

main {
	display: block;
	width: 100%;
	/*min-height: 600px;*/
	position: relative;
	z-index: 1000;
}

/* 検索画面表示中はリンク無効 */
#wrapper.search a:not(#box_search a) {
	pointer-events: none;
}

/*main {
	/*transform: scale(0.5);*!/
	zoom: 38%;
}*/

main::after {
	content: "";
	display: table;
	clear: both;
}






/* footer banner */
aside#box_bottom_bnrs {
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #ddd;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}


body#home aside#box_bottom_bnrs {
	margin-top: 0;
	border-top: none;
}

aside#box_bottom_bnrs div.box_bg_slant {
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 2000px;
	left: 50%;
	margin-left: -1000px;
}

aside#box_bottom_bnrs div.box_bg_slant img {
	position: absolute;
	width: 900px;
	height: auto;

	bottom: 0;
}


aside#box_bottom_bnrs div.box_bg_slant img:nth-child(1) {
	left: -600px;
	bottom: -300px;
}


aside#box_bottom_bnrs div.box_bg_slant img:nth-child(2) {
	left: 150px;
	bottom: -200px;
}

aside#box_bottom_bnrs div.box_bg_slant img:nth-child(3) {
	left: 1010px;
	bottom: 0px;
}

aside#box_bottom_bnrs div.box_bg_slant img:nth-child(4) {
	left: 1450px;
	bottom: -300px;
}


aside#box_bottom_bnrs .inner {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

aside#box_bottom_bnrs .box_bnrs_mid {
	padding-top: 60px;
	border-top: 1px solid #ddd;
}


#box_bnrs_huge {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-startn;
	padding-bottom: 12px;
}

#box_bnrs_huge p {
	margin: 0;
}

#box_bnrs_huge li {
	width: 216px;
	height: 224px;
	vertical-align: top;
	margin-bottom: 52px;
	margin-right: 52px;
}

#box_bnrs_huge li:nth-of-type(4n) {
	margin-right: 0;
}

#box_bnrs_huge li:nth-of-type(8) {
	margin-right: 52px;
}

#box_bnrs_huge li,
#box_bnrs_huge li a {
	height: 224px;
	color: #222;
}

#box_bnrs_huge li:nth-of-type(7),
#box_bnrs_huge li:nth-of-type(7) a {
	width: calc(216px * 2 + 52px);
}

#box_bnrs_huge li:nth-of-type(7) {
	margin-right: 0;
}





#box_bnrs_huge li p:nth-child(2) {
	font-weight: bold;
	padding: 1em 2.4em 0 0.9em;
	font-size: 1.5rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
}

#box_bnrs_huge li a:link,
#box_bnrs_huge li a:visited {
	color: #222;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	/* これが無いと角丸解除される*/
	z-index: 1;
	/* これが無いと角丸解除される*/
	display: block;
	border-radius: 12px;
	box-shadow: 3px 7px 8px rgba(0, 0, 0, 0.05);
}


#box_bnrs_huge li a {
	background-color: #fff;
}

#box_bnrs_huge li a:hover {
	color: #23b7fe;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
}

#box_bnrs_huge li a:after {
	content: "";
	width: 14px;
	height: 22px;
	display: block;
	position: absolute;
	bottom: 0.8em;
	right: 0.6em;
	background-position: -48px 1px;
	background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
	background-repeat: no-repeat;
	background-size: auto 20px;

}

#box_bnrs_huge li .fig {
	height: 144px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;

}

#box_bnrs_huge li .fig img {
	transition: 0.2s;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#box_bnrs_huge li a:hover .fig img {
	transform: scale3d(1.2, 1.2, 1.2);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;

}


ul.box_bnrs_mid {
	width: 1024px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}



ul.box_bnrs_mid li,
ul.box_bnrs_mid li a {
	width: 320px;
	display: block;
}

ul.box_bnrs_mid li {
	margin-bottom: 36px;
	text-align: center;
}

ul.box_bnrs_mid li a {
	box-sizing: border-box;
	border: 1px solid #eee;
	background-color: #fff;
	display: block;
	display: inline-block;
}

ul.box_bnrs_mid li a img {
	width: 100%;
}

ul.box_bnrs_mid li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}


ul.box_bnrs_mid li.dazn {
	width: 432px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}

ul.box_bnrs_mid li.dazn a {
	width: 100%;
}



/* Legacy Box */

.wrapper_legacy {
	position: relative;
	z-index: 0;
}

/*  */

.red {
	color: #ff0000;
}

.redBold {
	color: #ff0000;
	font-weight: bold;
}


/* 170525 footer club profile */
#box_sitemap div.sitemap dl.club_profile {
	width: 100%;
	text-align: center;
}

#box_sitemap div.sitemap dl.club_profile dd {
	font-size: 1em;
	text-align: center;
	display: inline-block;
	margin-right: 1.2em;
	margin-top: 0.7em;
}

dl.club_profile dd a:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: auto 15px;
	background-position: 0 0;
	background-image: url(/common_2017/flags/icon_flags_nations.jpg);
	margin-right: 0.6em;
	position: relative;
	top: 0.1em;
}

dl.club_profile dd a.jpn:before {
	background-position: 0 0;
}

dl.club_profile dd a.en:before {
	background-position: -23px 0;
}

dl.club_profile dd a.por:before {
	background-position: -45px 0;
}

dl.club_profile dd a.vie:before {
	background-position: -67px 0;
}

dl.club_profile dd a.ko:before {
	background-position: -90px 0;
}

dl.club_profile dd a.chn:before {
	background-position: -157px 0;
}

dl.club_profile dd a.tha:before {
	background-position: -182px 0;
}



/**/
/* ====== responsive ====== */
/**/

@media screen and (max-width: 599px) {

	.pcv {
		display: none;
	}

	.spv {
		display: block;
	}

	#wrapper {
		min-width: initial;
		max-width: 100vw;
	}

	/* >>>>>>>> */
	/* 2018-09 add sponsors-PC */

	/* <<<<<<<< */


	#head_list_sponsor {
		background-color: #fff;
		display: none;
	}

	body#home #head_list_sponsor {
		display: block;
	}

	#head_list_sponsor h6 {
		/*width: auto;*/
		width: 100vw;
		margin: 0;
		padding: 0.6em 0 0.5em 0;
		font-size: 3vw;
		font-weight: 500;
	}


	#head_list_sponsor h6 .spv {
		display: inline;
	}

#head_list_sponsor h6>br{
		display: none;
	}

	#head_list_sponsor>div.inner {
		width: 98vw;
		padding: 1vw 0 2.5vw 0;
		display: block;
		justify-content: center;
		align-items: center;

	}


	#head_list_sponsor ul {
		justify-content: center;
		flex-wrap: wrap;
		/*margin-top: 8px;*/
		width: 100vw;
		gap: 0;
		padding-top: 0.5em;
	}

	#head_list_sponsor li {
		margin: -0.5em 1.5vw 0 1.5vw;
		/*margin: 0;*/
	}

	#head_list_sponsor li a {
		/*height: 40px;*/
		height: 8.6vw;
		max-height: initial;
		min-height: initial;
	}




	/* <<<<<<<< */


	#wrapper_header {
		/*background-color: #23b7fe;*/
	}

	#wrapper_header>header {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 6000 !important;
	}

	#wrapper_header>header::after {
		content: none;
	}

	#wrapper_header>header>div.inner {
		width: 100%;
		height: auto;
		position: relative;
		padding: 40px 0 0 0;
		/* 2018-03-27 調整 */

	}


	#wrapper_header.fixed>header>div.inner {
		height: 0 !important;
		padding-top: 0;
	}



	div#wrapper_header.fixed #head_nav_sp,
	div#wrapper_header.fixed #head_list_sponsor_sp,
	div#wrapper_header.fixed #img_head_sp.spv {
		display: none;
	}




	#wrapper_header header h1 {
		position: absolute;
		width: 60vw;
		height: 40px;
		padding-left: 0;
		padding-right: 0;
		left: auto;
		top: 0;
	}


	#wrapper_header header h1 a {
		padding: 0 0 0 17vw;
		height: 40px;
	}

	body.dev_pc #wrapper_header header h1 {
		/*display: none;*/
	}

	#wrapper_header header h1 span {
		display: block;
		width: 100% !important;
		padding-top: 40px;
	}


	#wrapper_header header h1 a span::before,
	#wrapper_header header h1 a span::after {}


	#wrapper_header header h1 a::after {
		content: none;
	}

	#wrapper_header header h1 a span::before {
		width: 152px;
		height: 15px;
		background-size: 150px auto;
		top: 7px;
		left: 0;
	}

	#wrapper_header header h1 a span::after {
		width: 115px;
		height: 14px;
		background-size: 105px auto;
		background-position: 1px -13px;
		left: 0;
		top: 23px;
	}


	#wrapper_header header img.img_site_id {
		width: 17vw;
		height: auto;
		position: absolute;
		left: 0.5vw;
		top: 3px;
		z-index: 200;
	}




	/**/




	/* 2018-03-27 fbsc-SP */
	/*#head_list_sponsor {
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	z-index: 20;
	background-color: #fff;
	height: 40px;
}

#head_list_sponsor ul {
	width: 100%;
	float: none;
	text-align: left;
	position: relative;
	top: 1px;
	left: 0;
	text-align: center;
}


#head_list_sponsor li a {
	height: 5.6vw;
}

#head_list_sponsor li a img {
	height: 100% !important;
	width: auto !important;
}*/


	/*  */

	nav#head_nav_sp {
		clear: both;
		height: 36px;
		background-color: #222222;
		overflow: hidden;
		display: none;
	}



	/* header sub btns */

	#head_sub_nav {
		height: 40px;
		width: 43vw;
		padding-right: 0;
		top: 0;
		right: 0;
		position: absolute;
		overflow: hidden;
		padding-right: 0;
	}


	#head_sub_nav>ul {
		display: flex;
		justify-content: flex-end;
	}

	#head_sub_nav>ul li {
		height: 40px;
	}

	/* shop */
	#head_sub_nav>ul li:nth-of-type(3) {
		width: 72px;
		line-height: 1.1;
	}


	#head_sub_nav>ul li:nth-of-type(3) a>span {
		width: 32px;
		display: block;
	}

	#head_sub_nav>ul li:nth-of-type(3) a>span span {
		display: block;
		width: 0;
	}

	#head_sub_nav>ul li:nth-of-type(1),
	#head_sub_nav>ul li:nth-of-type(2) {
		display: none;
	}




	#head_sub_nav>ul li a {
		height: 40px;
	}


	#head_sub_nav>ul li:nth-of-type(3) {
		font-size: 1.1rem;
	}




	#head_sub_nav>ul li:nth-of-type(3) a::before {
		background-color: #e9dd19;
		border-left: none;
		left: -14px;
	}

	#head_sub_nav>ul li a:hover span {
		transition: 0.3s;
		opacity: 0.7;
	}

	#head_sub_nav>ul li a>span {
		display: inline-block;
		position: relative;
		z-index: 10;
		position: relative;
	}





	/* shop */
	#head_sub_nav>ul li:nth-of-type(3) a>span:after {
		position: absolute;
		width: 30px;
		background-position: -26px -33px;
		right: -28px;
		top: -2px;
		left: auto;
	}

	/* sp search */
	#head_sub_nav>ul li:nth-of-type(4) {
		width: 31px;
		margin-left: 0px;
	}

	#head_sub_nav>ul li:nth-of-type(4) a {
		background-color: #fff;
	}

	#head_sub_nav>ul li:nth-of-type(4) a::before {
		background-color: #fff;
		border-left: none;
		left: -15px;
	}

	#head_sub_nav>ul li:nth-of-type(4) a>span {
		text-indent: -29px;
		overflow: hidden;
	}

	#head_sub_nav>ul li:nth-of-type(4) a>span::after {
		width: 28px;
		background-image: url(/common_2017/img/icon_search_blue.png);
		background-position: 0px 4px;
		background-size: auto 24px;
	}



	/* lang */

	#box_selector_lang {
		position: absolute;
		top: 0;
		right: 0px;
		height: 40px;
		width: 60px;
		font-family: "Roboto";
		font-size: 1.3rem;
		font-weight: 300;
		display: none;
	}

	#box_selector_lang::before {
		height: 40px;
		width: 22px;
		background-color: #fff;
		position: absolute;
		display: block;
		left: -10px;
		z-index: 0;
		transform: skew(-30deg);
	}


	#box_selector_lang>p {
		font-size: 1.4vw;
	}

	#box_selector_lang>p>a {
		color: #333;
		display: block;
		height: 40px;
		box-sizing: border-box;
		padding-top: 16px;
		padding-right: 2vw;
	}



	#box_selector_lang>p>a span {
		display: inline-block;
	}





	#box_selector_lang p.current_lang a span:nth-child(1)::after {
		content: ":";
		margin: 0 0.4em 0 0.2em;
	}




	/*  */

	#gnav {
		/*height: 52px;*/
		height: auto;
		position: relative;
		z-index: 5000;
		width: 100%;
		/*background-color: #23b7fe;*/
		/*background-color: #000;*/
		/*overflow: hidden;*/
		overflow: visible;
	}

	/*#gnav:before{
		content: "";
		height: 52px;
		width: 200px;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 100;
		margin-left: -664px;
		background: linear-gradient(to left, #198cca, #23b7fe);
	}*/

	#gnav:before {
		content: "";
		/*height: 100%;*/
		height: 36px;
		/*width: 10%;*/
		width: 32px;
		/*display: block;*/
		position: absolute;
		/*top: 0;*/
		bottom: 0;
		left: 0;
		z-index: 1;
		/*margin-left: -664px;*/
		margin-left: 0;

		border-width: 0 0 10px 36px;
		background: linear-gradient(to left, #198cca, #23b7fe);

		/*display: none;*/
	}

	#gnav .inner {
		width: 100%;
		height: 36px;
		margin: 0 auto;
		padding-left: 64px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#gnav .inner:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 500;
		/*top: 0;*/
		bottom: 0;
		/*left: 0;*/
		/*left: 0;*/
		width: 0;
		border-style: solid;
		border-width: 0 0 36px 32px;
		border-color: transparent transparent #23b9fe transparent;
		z-index: 1;
		/*display: none;*/

	}

	#gnav ul {
		width: 100%;
		/*margin-left: 6%;*/
		text-align: left;
		position: relative;
		z-index: 1000;
		padding-right: 3%;
		margin: 0;
	}

	ul.gnav_sp.spv {}

	#gnav ul:after {
		display: none;
	}

	#gnav li {
		display: inline-block;
		height: auto;
		/*font-size: 1.4rem;*/
		font-size: 3.64vw;
		line-height: 1;
		height: auto;
		color: #fff;
		margin-top: 3px;
	}

	#gnav li a {
		padding: 3px 7px;
		height: auto;
		border-right: 1px solid #c7edff;
	}

	#gnav li a:hover:after,
	#gnav li.current a:after,
	body#page_about #gnav_club a:after,
	body#page_blue_friends #gnav_bf a:after {
		display: none;
	}

	/*  */

	#gnav #btn_menu_sp {
		padding-right: 28px;
		text-align: left;
		/*font-size: 1rem;*/
		font-size: 2.22vw;
		position: relative;
		float: right;
		margin-top: 8px;
	}



	#btn_menu_sp a {}


	@media screen and (max-width: 320px) {
		/*	#btn_menu_sp span {
			display: none;
		}*/




	}

	#gnav .menu-trigger,
	#gnav .menu-trigger span {
		display: inline-block;
		/*transition: all .4s;*/
		box-sizing: border-box;
	}

	#gnav .menu-trigger {
		/*position: relative;*/
		position: absolute;
		width: 20px;
		height: 16px;

		right: 0;
		top: -4px;
		border-right: 0;
	}

	#gnav .menu-trigger.active {
		/*position: relative;*/
	}

	#gnav .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		/*border-radius: 4px;*/
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 7px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}


	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: -12px;
	}

	.menu-trigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}

	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}

	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		top: 28px;
	}

	#gnav .menu-trigger:after {
		display: none !important;
	}

	/*  */

	#gnav ul.gnav_pc {
		/*display: none;*/
		position: absolute;
		right: -150px;
		width: 140px;
		z-index: 10000;
		background-color: #23b7fe;
		padding: 4px 0 0;
		border-radius: 0 0 0 8px;
		-webkit-box-shadow: -3px 6px 7px rgba(0, 0, 0, 0.2);
		box-shadow: -3px 6px 7px rgba(0, 0, 0, 0.2);


	}

	#gnav ul.gnav_pc.active {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: translate3d(-150px, 0, 0);
		transform: translate3d(-150px, 0, 0);
	}

	.clone-nav #gnav ul.gnav_pc {}

	#gnav ul.gnav_pc li {
		display: block;
	}

	#gnav ul.gnav_pc li:nth-child(1),
	#gnav ul.gnav_pc li:nth-child(2) {
		display: none;
	}

	#gnav ul.gnav_pc li a {
		border: none;
		padding: 13px 0 13px 25px;
		position: relative;
		border-bottom: 1px solid #6bcaf7;
	}

	#gnav ul.gnav_pc li:last-child a {
		border: none;
	}

	#gnav ul.gnav_pc li a:after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 14px;
		/*right: 10px;*/
		left: 5px;
	}



	/* #topicpath */
	#topicpath {
		/*float: left;*/
		/*margin-bottom: 5px;*/
		margin-bottom: 1em;
		overflow-x: scroll;
		overflow-y: hidden;
		height: 1.2em;
		padding-left: 0.6em;
		padding-bottom: 0.4em;
		-webkit-overflow-scrolling: touch;
		z-index: 9;
	}

	#topicpath:after {
		content: '.';
		visibility: hidden;
		height: 0;
		clear: both;
		display: block;
	}

	#topicpath ul {
		margin-top: 0;
		display: flex;
		display: -webkit-flex;

	}

	#topicpath li {
		/*font-size: 1rem;*/
		font-size: 3.125vw;
		/* 10px */
		white-space: nowrap;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		flex-shrink: 0;

	}

	#topicpath li a:link,
	#topicpath li a:visited {
		padding-right: 1em;
		margin-right: 0.6em;
	}

	#topicpath li a:after {
		width: 0.6em;
		height: 0.6em;
	}

	/* #box_ttl */

	#box_ttl {
		width: 100% !important;
		height: auto !important;
		/*padding-bottom: 10px;*/
		/*	border-top: 1px solid #fff;
		position: relative;
		z-index: 1;
		overflow: hidden;
		background-color: #f2f3f0;*/
	}

	body#page_tickets #box_ttl,
	body#page_profile #box_ttl {
		height: auto !important;

	}

	body#page_tickets #box_ttl h1,
	body#page_profile #box_ttl h1 {
		margin-top: 0;
	}

	#box_ttl div.inner {
		width: 96%;
		height: auto;
		padding: 10px 0 25px;
	}

	#box_ttl div.inner:after {
		content: '.';
		visibility: hidden;
		height: 0;
		clear: both;
		display: block;
	}

	#box_ttl div.inner:before {
		content: '';
		width: 20%;
		height: 100%;
		background-color: #eaebe8;

		transform: skew(-36deg);
		-webkit-transform: skew(-36deg);
		-ms-transform: skew(-36deg);
		-moz-transform: skew(-36deg);
		-o-transform: skew(-36deg);
		display: block;
		position: absolute;
		top: 0;
		/*left: 104%;*/
		right: -10%;
		z-index: 1;
	}



	#box_ttl h1 {
		width: 100%;
		height: auto;
		font-size: 6vw;
		float: none;
		display: inline-block;
		padding-top: 0;
		position: relative;
		z-index: 100;
		text-align: center;
		padding-bottom: 0;

	}

	#box_ttl.en h1 {
		font-size: 6vw;
	}


	#box_ttl div.inner h1 span.rbt_r {
		font-size: 1.2rem;
		display: block;
		vertical-align: middle;
		padding-right: 0;
		clear: both;
		position: absolute;
		bottom: -1.2em;
		text-align: center;
		width: 100%;
	}


	#box_ttl.en h1 span.dot {
		font-size: 4vw;
		color: #111;
		position: relative;
		display: inline;
		bottom: auto;
	}

	/* #box_bottom_bnrs */

	aside#box_bottom_bnrs {
		padding-top: 20px;
	}

	aside#box_bottom_bnrs .inner {
		width: 100%;

	}

	#box_bnrs_huge {
		width: 100%;
		padding-bottom: 12px;
	}



	#box_bnrs_huge li {
		width: 50%;
		height: auto;
		vertical-align: top;
		margin-bottom: 0px;
		margin-right: 0;
		padding: 4%;
		height: auto;
	}





	/*#box_bnrs_huge li,*/
	#box_bnrs_huge li a {
		width: auto;
		height: auto !important;
	}


	#box_bnrs_huge li a:link,
	#box_bnrs_huge li a:visited {
		border-radius: 8px;
	}


	#box_bnrs_huge li .fig {
		width: 100%;
		height: 55%;

	}


	#box_bnrs_huge li p:nth-child(2) {
		height: auto;
		min-height: 5em;
		font-size: 1.3rem;
		padding: 0.7em 1.8em 0.9em 0.5em;
	}

	#box_bnrs_huge li p:nth-child(2) br {
		display: none;
	}


	#box_bnrs_huge li:nth-of-type(7) {
		width: 100%;
	}

	#box_bnrs_huge li:nth-of-type(7) a {
		width: auto;
	}

	#box_bnrs_huge li:nth-of-type(8) {
		margin-right: 0;
	}

	/*  */

	aside#box_bottom_bnrs .box_bnrs_mid {
		padding-top: 20px;
	}

	ul.box_bnrs_mid {
		width: 100%;
	}

	ul.box_bnrs_mid li,
	ul.box_bnrs_mid li a {
		width: 90%;
		display: block;
		margin: 0 auto 20px;
	}

	ul.box_bnrs_mid li {
		margin-bottom: 20px;
	}

	/*  */

	#box_sitemap h5 {
		width: 64%;
		margin: 30px auto 20px;
	}

	#box_sitemap h5 img {
		width: 100%;
		height: auto;
	}

	#box_list_sponsor {
		display: none;
	}

	/*  */

	#box_sitemap {
		margin-top: 0;
	}


	#sitemap_container {
		min-width: inherit;
	}

	div.sitemap {
		display: none;
	}

	/*  */

	#btn_gototop {
		width: 16%;
		height: 169px;
		bottom: -90px;
	}

	#btn_gototop img.arrow_gototop {
		width: 85%;
		display: block;
		margin: 0 auto;
	}

	#btn_gototop a img.btn_furonta {
		width: 100%;
	}

	/*  */

	footer#btm {
		height: auto;
		padding-bottom: 60px;
	}

	#btm div.inner {
		width: 100%;
	}

	#btm p {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	#btm p a {
		display: block;
		margin-bottom: 10px;
	}

	#btm div.inner p span,
	#btm div.inner p small {
		font-size: 1rem;
	}

	#btm div.inner p.link_jleague {
		padding-top: 25px;
		float: none;

	}

	/*  */

	#snav {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;

		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	#snav::-webkit-scrollbar {
		height: 5px;
	}

	#snav::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	#snav::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	#snav ul {
		margin: 0 auto;
		width: auto;
		min-width: initial;
		height: auto;
		padding: 0 5px;
		/*display: table;*/
		position: relative;
		right: 0;

		display: flex;
		display: -webkit-flex;

		font-size: 3vw;
	}

	#snav li {
		white-space: nowrap;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}

	#snav li a {
		display: block;

	}

	#snav li a:link,
	#snav li a:visited {
		font-size: 3.125vw;
		/* 10px */
		padding: 0.8em 0.8em 0.9em;
	}

	/* box_search */
	#box_search {
		top: 168px;
		z-index: 99999999;
	}

	#input_search,
	#box_search div.inner {
		width: 100%;
		/*display: block;*/
		margin-top: 0;
	}

	#box_search div.inner {
		padding-top: 5px;
		/*height: 350px;*/
		height: auto;
		overflow: hidden;
	}

	#input_search input.googleText {
		width: 80%;
		font-size: 8.33vw;
	}

	#input_search div.input {
		/*font-size: 5.55vw;*/
		padding-bottom: 10px;
	}

	#input_search div.input:after {
		content: '.';
		visibility: hidden;
		height: 0;
		clear: both;
		display: block;
	}

	#input_search div.input label {
		margin: 0;
		display: block;
		float: left;
		width: 50%;
		text-align: left;
		float: left;
		font-size: 5vw;
		padding: 2vw;
		padding-bottom: 1vw;
		padding-left: 3vw;
		margin-bottom: 0.5em;
	}

	#btn_submit {
		width: 10%;
		height: 0;
		padding-top: 15%;
		margin-top: 10px;
		background-size: contain;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
	}

	nav#head_list_sponsor_sp {
		width: 100%;
		background-color: #fff;
		height: 31px;
		overflow: hidden;
	}

	/*	#head_list_sponsor_sp ul {
		/*width: 86%;*!/
		/*width: 390px;*!/
		float: left;
		
		
		/*width: 86%;*!/
		/*width: calc(100vw-40px);*!/
		/*width: 100%;*!/
		width: calc(100% - 40px);
		height: 31px;
		overflow: hidden;
		
		/*margin-right: -40px;*!/
	}
	
	#head_list_sponsor_sp ul:after{
		content: '.';
		visibility: hidden;
		height: 0;
		clear: both;
		display: block;
	}
	
	#head_list_sponsor_sp ul li {
		float: left;
		
	}
	
	#head_list_sponsor_sp ul li a {
		background-image: url(/common/2018/img/logo_sponsor.svg);
		background-position: 0 0;
		background-repeat: no-repeat;
		
		background-size:calc(100% - 40px) 31px;
		/*-webkit-background-size: 425px 31px;*!/
		
		display: block;
		text-indent: -99999px;
		
		width: auto;
		height: 31px;
		
		background-color: #fa8e8e;
	}
	
	#head_list_sponsor_sp li.fujitsu {
		width: 14.1%;
	}
	
	#head_list_sponsor_sp li.fujitsu a {
		/*width: 55px;*!/
		
		background-position: 0 0;
	}
	
	#head_list_sponsor_sp li.smbc {
		width: 23.58974358974359%;
	}
	
	#head_list_sponsor_sp li.smbc a {
		/*width: 92px;*!/
		background-position: -55px 0;
	}
	
	#head_list_sponsor_sp li.fsas {
		width: 18.2051282051282%;
	}
	
	#head_list_sponsor_sp li.fsas a {
		/*width: 71px;*!/
		background-position: -147px 0;
	}
	
	#head_list_sponsor_sp li.fjm_fujitsu {
		width: 23.58974358974359%;
	}
	
	#head_list_sponsor_sp li.fjm_fujitsu a {
		/*width:  92px;*!/
		background-position: -218px 0;
	}
	
	#head_list_sponsor_sp li.pfu {
		width: 8.974358974358974%;
	}
	
	#head_list_sponsor_sp li.pfu a {
		/*width: 35px;*!/
		background-position: -310px 0;
	}
	
	#head_list_sponsor_sp li.puma {
		width: 11.5384615384615%4;
	}
	
	#head_list_sponsor_sp li.puma a {
		/*width: 45px;*!/
		background-position: -345px 0;
	}
	*/



	/*  2018-09-14 */

	#img_head_sp.spv {
		width: 86%;
		/*		width: auto;
		height: 31px;*/
		float: left;
		margin-top: -3px;
	}






	@media screen and (max-width: 320px) {
		#img_head_sp.spv {
			margin-top: 3px;
			height: 26px;
		}

		#box_search {
			top: 192px;

		}

	}


	p#btn_search_sp {
		width: auto;
		height: 31px;
		background-color: transparent;
		float: none;
		position: relative;

		display: flex;
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		align-items: center;
		justify-content: center;

		padding-right: 8px;
	}

	p#btn_search_sp:after {
		transform: skew(-38deg);
		-webkit-transform: skew(-38deg);
		content: '';

		display: block;
		position: absolute;
		top: 0;
		right: 0;

		width: 60px;
		height: 31px;
		z-index: 1;

		background-color: #23b7fe;
	}

	p#btn_search_sp img {
		width: auto;
		height: 18px;
		position: relative;
		z-index: 10;
		margin-top: 2px;
	}

	/*  */

	nav#head_nav_sp {
		clear: both;
		height: 36px;
		background-color: #222222;
		overflow: hidden;
	}

	nav#head_nav_sp ul {
		float: right;
		height: 36px;
		position: relative;
	}

	nav#head_nav_sp li {
		float: left;
		position: relative;
		height: 36px;
	}

	nav#head_nav_sp li a {
		display: block;
		height: 36px;
	}

	nav#head_nav_sp li.nav_shop {
		padding-left: 16px;

		margin-right: -3px;
	}

	nav#head_nav_sp li.nav_shop a {
		background-color: transparent !important;
	}

	nav#head_nav_sp li.nav_shop:after {
		transform: skew(-38deg);
		-webkit-transform: skew(-38deg);
		content: '';

		display: block;
		position: absolute;
		top: 0;
		left: 2px;

		width: 78px;
		height: 36px;
		z-index: 1;

		background-color: #2a4c6e;
	}


	nav#head_nav_sp li#btn_search_sp {
		margin-left: -34px;
		padding-left: 55px;
		position: relative;
		;
		background-color: #23b7fe;
	}

	nav#head_nav_sp li#btn_search_sp a {
		background-color: #23b7fe;
		padding-left: 8px;
	}


	nav#head_nav_sp li#btn_search_sp img {
		height: 24px;
		margin-top: 7px;
		margin-right: 6px;
	}



	/*nav#head_nav_sp ul li.nav_sns {
		margin-right: -3px;
	}
	
	nav#head_nav_sp ul li.nav_sns:after {
		transform: skew(-38deg);
		-webkit-transform: skew(-38deg);
		content: '';
		
		display: block;
		position: absolute;
		top: -0px;
		right: 0;
		
		width: 46px;
		height: 36px;
		z-index: 1;
		
		background-color: transparent;
		
		border-left: 1px solid #23b5fb;
	}*/

	nav#head_nav_sp img {
		width: auto;
		height: 36px;
		position: relative;
		z-index: 100;

	}

	/* */

	#selector_lang {}


	#box_game_bnr_official_top_sponsors {
		width: 88vw;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		padding: 5vw 0 0 0;
	}

	#box_game_bnr_official_top_sponsors ul {
		margin-top: 0px;
		/*gap:4vw;*/
		/*display: block;*/
	}

	#box_game_bnr_official_top_sponsors li {
		width: auto;
		max-width: 50%;
		margin: 0 0 0 0;
		text-align: center;
	}

	#box_game_bnr_official_top_sponsors li a {
		max-width: 100%;
	}


	#box_game_bnr_official_top_sponsors li a img {
		min-height: initial;
		height: 17vw;
		width: auto;
	}


}


/* これなんだっけ 2019-05-04 */
/* ↓↓↓↓これやんないとselect_langが重複しちゃう */

body.dev_pc>.clone-nav#wrapper_header {
	/*display: none !important;*/
}



/* for media print 2018-02-22  */

@media print {

	div#wrapper {
		top: 0 !important;
		left: 0 !important;
		width: 172mm !important;
		height: 251mm !important;
		overflow: visible;
	}

	.spv {
		display: none !important;
	}


	div#wrapper main div.wrapper_legacy article.info_body div.ttl_area div.info_label.cf p span.slash,
	p.link_jleague,
	#box_sitemap,
	#box_list_sponsor,
	#box_bottom_bnrs,
	div#wrapper main div.wrapper_legacy article.info_body div.info_main.cf div.left_box section.info_list,
	#head_list_sponsor_sp,
	#box_search,
	div#box_ttl .inner h1 span,
	div#wrapper header h1 a,
	div#wrapper main div.wrapper_legacy article.info_body div.info_main.cf div.left_box p.more_link,
	div#wrapper main div.wrapper_legacy article.info_body div.info_main.cf div.right_box,
	div#wrapper main div.wrapper_legacy article.info_body div.ttl_area div.info_label.cf dl.cate_area,
	div#topicpath,
	iframe#rufous-sandbox,
	#selector_lang,
	nav#gnav,
	nav#head_nav,
	nav#snav,
	#kv_bg,
	#box_thumb,
	#jheader_kawasakif {
		display: none !important;
	}

	div#wrapper main div.wrapper_legacy article.info_body div.ttl_area div.info_label.cf p.date_area {
		border: 1px solid #555;
		padding: 0.3em !important;
		margin-bottom: 1em !important;
	}

	div#wrapper main div.wrapper_legacy article.info_body div.ttl_area div.info_label.cf {
		margin: 0;
	}

	div#wrapper main div.wrapper_legacy article.info_body div.ttl_area div.info_label.cf p,
	div#wrapper main div.wrapper_legacy article.info_body div.ttl_area div.info_label.cf p span {
		font-size: 2.4rem !important;
		font-weight: normal;
		margin: 0 !important;
	}


	#wrapper_header {
		height: auto !important;
	}

	div#box_ttl,
	div#box_ttl .inner {
		height: auto !important;
	}

	div#box_ttl .inner h1 {
		width: 100% !important;
		height: auto;
		display: block !important;
		text-align: left !important;
		float: none;
	}


	.info_main .left_box {
		width: auto !important;
	}

	div.info_main,
	section.info_dtl {
		margin-bottom: 1em !important;
		padding-bottom: 10px !important;
	}


}

/* スマホメニュー */

@media screen and (max-width: 599px) {

	body:not(#home) #head_list_sponsor {
		display: none;
	}

	body.fixed {
		position: fixed;
		width: 100%;
	}

	body.fixed #box_headline {
		transition: all 0.2s;
		transform: translate(-100vw);
	}

	#menu_sp {
		width: 100vw;
		height: 100vh;
		position: fixed;
		background-color: #23b7fe;
		z-index: 999999;
		left: 0;
		transition: all 0.4s;
		transform: translate(100vw);
		padding: 0;
	}

	body.fixed #menu_sp {
		transform: translate(0);
		height: 100vh;
	}

	body.fixed #menu_sp div.inner {
		width: 100vw;
		padding: 2.6vw 0 5vw 4vw;
		/*height: auto;*/
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;

		/*background-color: rgba(0, 0, 0, 0.5);*/
		/*min-height: 400px;*/
	}

	#gnav #menu_sp div.inner:before {
		display: none;
	}

	#dl_menu_sp {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#gnav #dl_menu_sp dt,
	#gnav #dl_menu_sp dd,
	#dl_menu_sp li {

		font-family: 'Noto Sans JP', sans-serif;
		font-style: normal;
		color: #fff;
		line-height: 1;

		padding-top: 5.5vw;
		padding-bottom: 1.7vw;
	}

	#gnav #dl_menu_sp dt {
		width: 36%;
		font-size: 3.75vw;
		/* 12px */

		position: relative;
		padding-top: 5.0vw;
	}

	#gnav #dl_menu_sp dt:last-of-type {
		display: none;
	}

	#gnav #dl_menu_sp dt:last-of-type+dd:before,
	#dl_menu_sp dt:before {
		content: '';
		display: block;
		width: 100vw;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.65);
		position: absolute;
		top: 0;
		left: -4vw;
		z-index: 999999;

	}

	#gnav #dl_menu_sp dt:first-child,
	#gnav #dl_menu_sp dt:first-child+dd {
		padding-top: 0;
	}

	#gnav #dl_menu_sp dt:first-child+dd {
		padding-top: 0.5vw;
	}

	#dl_menu_sp dt:first-child:before {
		display: none;
	}

	#gnav #dl_menu_sp dd {
		/*width: 70vw;*/
		width: 64%;
		/*font-size: 3.4375vw;*/
	}

	#gnav #dl_menu_sp dt:last-of-type+dd {
		width: 100%;
		position: relative;
	}

	#gnav #dl_menu_sp dt a,
	#gnav #dl_menu_sp dd a {
		color: #fff;
		font-weight: 400;
	}

	#gnav #dl_menu_sp dd a {
		padding-right: 1.6em;
		/*padding-bottom: 1em;*/
	}

	#gnav #dl_menu_sp ul {
		margin: 0;
		padding: 0;
		height: auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}

	#gnav #dl_menu_sp li {
		padding-top: 0;
		margin-top: 0;
		display: block;
		/*margin-right: 1.6em;*/
		margin-bottom: 1em;
		font-size: 3.125vw;
		/* 10px */
	}

	#gnav #dl_menu_sp dt:last-of-type+dd li {
		width: calc(100% / 3);
		font-size: 3.75vw;
		/* 12px */
		margin-right: 0;
	}

	/* フロンターレ日記 */
	#gnav #dl_menu_sp dt:first-child+dd li:nth-child(3) {
		margin-right: 0;
		position: relative;
	}

	/*	#gnav #dl_menu_sp p.btn + ul li:nth-child(3):before {
		content: "";
		position: absolute;
		border-style: none;
		right: 0;
		top: 0;
		z-index: 2;
		width: 3em;
		height: 1.4em;
		background: linear-gradient(to right, rgba(34, 182, 254, 0) 0%, #23b7fe 100%);
		transition-delay: 0.4s;
	}*/

	#gnav #dl_menu_sp p.btn.active+ul li:nth-child(3):before {
		/*transition: all 3.2s ease-in-out;*/
		/*display: none;*/
		transition-delay: 0;
		visibility: hidden;
	}

	#gnav #dl_menu_sp p.btn+ul {
		/*		height: 1.8em;
		overflow: hidden;
		transition: all 0.15s ease-in;*/
		overflow: hidden;
		max-height: 1.8em;
		/*transition: max-height 0.3s linear;*/
		transition: all 0.2s ease-in-out;
	}

	#gnav #dl_menu_sp p.btn.active+ul {
		/*height: auto;*/
		/*overflow: visible;*/
		/*transition: all 0.15s ease-in;*/
		max-height: 9999px;
		transition: all 1.6s ease-in-out;
	}

	#dl_menu_sp li a {
		padding: 0;
		border: none;
	}

	#gnav #dl_menu_sp dt:first-child+dd {
		position: relative;
	}

	/* ボタン */
	#dl_menu_sp p.btn {
		position: absolute;
		/*top: -0.2em;*/
		bottom: 1.2em;
		/*right: -1.8vw;*/
		right: 2vw;
		z-index: 99999;
	}

	#dl_menu_sp p.btn:before {
		content: "";
		position: absolute;
		border-style: none;
		left: -3em;
		top: 0;
		z-index: 2;
		width: 3em;
		height: 1.4em;
		background: linear-gradient(to right, rgba(34, 182, 254, 0) 0%, #23b7fe 100%);
		transition-delay: 0.4s;

		/*background-color: rgba(0, 0, 0, 0.5);*/
	}

	#dl_menu_sp p.btn.active {
		transform: rotate(45deg);
	}

	#dl_menu_sp p.btn a {
		display: block;
		position: relative;
		width: 1.2em;
		height: 1.2em;
		z-index: 9999;
		/*background-color: rgba(0, 0, 0, 0.5);*/
	}

	#dl_menu_sp p.btn a:before,
	#dl_menu_sp p.btn a:after {
		content: '';
		display: block;
		background-color: #fff;
		position: absolute;
	}

	#dl_menu_sp p.btn a:before {
		width: 1.2em;
		height: 0.15em;
		top: 0.525em;
	}

	#dl_menu_sp p.btn a:after {
		width: 0.15em;
		height: 1.2em;
		left: 0.525em;
	}

}

@media screen and (max-width: 320px) {

	#gnav #dl_menu_sp dd,
	#gnav #dl_menu_sp dt {
		width: 100%;
	}

	#gnav #dl_menu_sp dd,
	#gnav #dl_menu_sp dt:first-child+dd {
		padding-top: 3vw;
	}

	#gnav #dl_menu_sp dt {
		font-size: 4.375vw;
		/* 14px */
	}

	#gnav #dl_menu_sp li {
		font-size: 4.0625vw;
		/* 13px */
	}

	#gnav #dl_menu_sp dt:last-of-type+dd {
		padding-top: 6vw;
	}

}