@charset "UTF-8";

/* 過去のシーズン */
@import url("/profile/css/past_profile_select.css");

/* base */

/* html {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-weight: 500;
	
    font-size: 62.5%;
    line-height: 1.4;
}

body { 
	font-size: 1.4rem;
}

body,html {
	width: 100%;
} */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* SNS overlay 2018-02-13 ----------------------------- */

div#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5000;
	background-color: rgba(35, 183, 254, 0.9);
}


div#overlay,
div#box_ov_layer {
	display: none;
}

div#box_ov_layer {
	position: fixed;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	height: 100vh;
	z-index: 6000;
}

div#box_ov_layer>.inner {
	background-color: #fff;
	border-radius: 24px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

p#btn_close_layer {
	position: absolute;
	bottom: 0;
	right: -74px;
	font-family: "Roboto", sans-serif;
	color: #fff;
	z-index: 50;
	text-align: center;
	display: block;
	width: 64px;
	height: auto;
}

p#btn_close_layer a {
	color: #fff;
	padding-top: 40px;
	display: block;
}

p#btn_close_layer a:hover {
	color: #fff;
}

p#btn_close_layer a::before {
	content: " ";
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	z-index: 30;
	background-image: url(/common_2017/svg/icon_close_wh.svg);
}

div#box_ov_layer>.inner>section {
	box-sizing: border-box;
	width: 100%;
	height: 500px;
	padding: 32px;
	text-align: center;
}

div#box_ov_layer>.inner>section h2 {
	font-size: 3rem;
	margin-bottom: 0.5em;
}

div#box_ov_layer>.inner>section h2 strong {
	margin-right: 0.3em;
}

div#box_ov_layer>.inner>section h2+p {
	font-size: 1.8rem;
	margin-bottom: 1em;
}

div#box_ov_layer>.inner>section p#box_qr_code {
	height: 250px;
}

div#box_ov_layer>.inner>section p#box_qr_code img {
	height: 100%;
	width: auto;
}


div#box_ov_layer>.inner>section div.bottom {
	display: flex;
	align-items: flex-end;
	padding-top: 20px;
}

div#box_ov_layer>.inner>section div.bottom ul.notice {
	font-size: 1.1rem;
	text-align: left;
	color: #666;
	line-height: 1.5;
}

div#box_app_links {
	text-align: left;
	width: 350px;
	margin-right: 16px;
	margin-left: 12px;
}

div#box_app_links::after {
	content: "";
	display: table;
	clear: both;
}

div#box_app_links .inner {
	padding-top: 2px;
}

div#box_app_links h4 {
	font-size: 1.4rem;
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
	padding-left: 0.2em;
}

div#box_app_links h4+p {
	display: inline-block;
	font-size: 1.1rem;
}


div#box_app_links figure {
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	float: left;
	margin-right: 12px;
}

div#box_app_links figure img {
	width: 100%;
	height: auto;
}

div#box_app_links ul {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 0.3em;
}

div#box_app_links li {
	display: inline-block;
}

div#box_app_links li a {
	display: block;
}

div#box_app_links li img {
	height: 38px;
	width: auto;
}



/* /SNS overlay ----------------------------- */


a {
	color: #1fa0de;
}

a:hover {
	transition: 0.2s;
	opacity: 0.7;
}

#list_prof li a:hover,
#page_profile a:hover {
	color: #1fa0de;
}

/*  */

.dot {
	display: inline-block;
	margin: 0 0;
	padding: 0;
	width: auto;
}


h1 .dot {
	font-size: 2.8rem !important;
	color: #111 !important;
	position: relative;
	display: inline-block !important;
	padding: 0 !important;
	font-style: normal;
}

p,
dt,
dd,
dl,
li,
ul,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}


/*  */

#inner_gnav {
	padding-left: 0;
}

/*  */


/*  */

#box_nav {
	width: 1024px;
	margin: 40px auto 0;
	padding-right: 7px;
	position: relative;
}

@media screen and (max-width: 599px) {
	#box_nav {
		width: 96%;
		margin: 20px auto;
		text-align: center;
	}
}


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

nav.snav {
	float: left;
	margin: 0;
	margin-top: 9px;
}

@media screen and (max-width: 599px) {
	nav.snav {
		float: none;
		width: 100%;
		margin: 30px 0;
	}

	ul.list_prof {
		display: none !important;
	}
}


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

nav.snav>ul {
	display: inline-block;
}




@media screen and (max-width: 599px) {
	nav.snav>ul {}
}


nav.snav>ul li {
	font-size: 1.6rem;
	float: left;
	height: 26px;
	margin-right: 13px;

}

nav.snav>ul li a {
	color: #222222;
	border-left: 1px solid #aaa;
	padding-left: 11px;
	padding-top: 0.45em;
	padding-bottom: 0.3em;
}

nav.snav>ul li.position a {
	border-left: none;
}

ul.list_prof {
	display: inline-block;
	margin-left: 30px;
}

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

	nav.snav>ul li:first-child a {
		border-left: none;
	}
}


ul.list_prof li.btn_list {
	position: relative;
}







ul.list_prof li.btn_list a {
	border: none;
	position: relative;
	padding-right: 13px;
}

ul.list_prof li.btn_list a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #23b7fe;
	border-right: 2px solid #23b7fe;

	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 8px;
	right: 0;
}

#box_menu ul.list_prof li.btn_list a:after {
	top: 3px;
}

div.list_player {
	position: absolute;
	background-color: #fff;
	z-index: 10000;
	-moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);

	padding: 10px 10px 15px;
	width: 280px;

	display: none;
}

#box_nav div.list_player {
	width: 270px;
}

div.list_player p {
	font-size: 1.4rem;
	margin-left: 5px;
	margin-bottom: 10px;
}

div.list_player ul {}

div.list_player li {
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1.4rem !important;
}

div.list_player li a {
	padding: 5px !important;
	display: block;
}

ul.list_prof div.list_player li a:after {
	display: none;
}



/*  */

body.list_position li.position,
body.list_number li.number,
body.list_gene li.generation,
body.list_join li.join,
body.list_area li.area {
	margin-right: 0;
}

body.list_position nav.snav ul li.number a {
	border: none;
}

body.list_number nav.snav ul li.generation a {
	border: none;
}

body.list_gene nav.snav ul li.join a {
	border: none;
}

body.list_join nav.snav ul li.area a {
	border: none;
}

body.list_area li.area a,
body.list_position li.position a,
body.list_number li.number a,
body.list_gene li.generation a,
body.list_join li.join a,
body.list_position li.position a {
	background-color: #23b7fe;
	color: #fff;
	padding-right: 13px;
	border-radius: 3px;
}

/*  */

#box_nav h3 {
	float: right;
	font-size: 3.6rem;
	font-family: "Roboto", sans-serif;
	color: #111111;
	position: relative;
	margin: 0;
	position: relative;
	top: -4px;
	font-weight: 300;
}

#box_nav h3:after {

	transform: skew(-36deg);
	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	content: '';

	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	height: 100%;

	z-index: 2;
	border-right: 4px solid #2cbafe;

}

#box_nav h3 span {
	color: #23b7fe;
	font-weight: 600;
}

#box_nav p.btn_select {
	/*float: right;*/
	font-size: 1.6rem;
	clear: right;
	/*display: none;*/
}

#box_nav p.btn_select a {
	color: #222222;
	position: relative;
	display: block;
	padding-right: 17px;
}

#box_nav p.btn_select a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #23b7fe;
	border-right: 2px solid #23b7fe;

	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 4px;
	right: 0;
}

/*  */

#season_selector {
	float: right;
	position: relative;
	clear: both;
	margin-top: 6px;

	/*display: none;*/
}

#layer_season_selector {
	display: none;
	/*width: 240px;*/
	width: 360px;
	position: absolute;
	right: 0;
	background-color: #fff;
	z-index: 100;
	/*border: 1px solid #23b7fe;*/
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
	border-bottom: none;
	z-index: 1000000;

	/*display: block!important;*/
}

#layer_season_selector ul {
	width: 100%;
	background-color: #fff;
	/*float: left;*/
	column-count: 3;
	column-width: auto;
	column-gap: 0;

	border-right: 1px solid #23b7fe;
	border-bottom: 1px solid #23b7fe;
	position: relative;
}

/* 2020 */
#layer_season_selector ul:after {
	content: '';
	display: block;
	border-top: 1px solid #23b7fe;
	border-left: 1px solid #23b7fe;

	width: calc(100% / 3);
	height: calc(100% / 9);

	position: absolute;
	right: 0;
	bottom: 1px;
}

/*
#layer_season_selector ul:before {
	content: '';
	display: block;
	border-top: 1px solid #23b7fe;
	border-left: 1px solid #23b7fe;
	
	width: calc(100% / 3);
	height: calc(100% / 9);
	
	position: absolute;
	right: 0;
	bottom: calc(100% / 9 + 1px);
}
*/


#layer_season_selector li {
	font-size: 1.4rem;
	text-align: center;
}

#layer_season_selector li a {
	/*display: block;*/
	display: inline-block;
	width: 100%;
	padding: 1.1em 0.4em 0.9em;
	border-top: 1px solid #23b7fe;
	border-left: 1px solid #23b7fe;


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

#layer_season_selector li a:hover {
	background-color: #d2f0fe;
}


/*#layer_season_selector {
	display: none;
	width: 240px;
	position: absolute;
	right: 0;

	background-color: #fff;
	z-index: 100;
	
	border: 1px solid #23b7fe;

		box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
		
	border-bottom: none;
	z-index: 1000000;
}

#layer_season_selector ul {
	width: 50%;
	background-color: #fff;
	float: left;
}

ul.layer_left {
	border-right: 1px solid #23b7fe;
}

#layer_season_selector li {
	font-size: 1.4rem;
	
	text-align: center;
}

#layer_season_selector li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #23b7fe;
	
	-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;
}

#layer_season_selector li a:hover {
	background-color: #d2f0fe;
}*/


/*  */

#box_cnav {
	clear: both;
	width: 1084px;
	margin: 32px auto 0;
	position: relative;
}

#box_cnav div.inner {
	width: 1024px;
	margin: 0 auto;
	border-bottom: 1px solid #bbbbbb;
	padding-left: 96px;
	padding-bottom: 20px;
}

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

#btn_prev,
#btn_next {
	position: absolute;
	font-size: 1.8rem;
	top: 24px;
	margin: 0;
}

#btn_prev {
	left: 0;
}

#btn_next {
	right: 0;
}

#btn_prev a,
#btn_next a {
	color: #111111;
	padding-top: 8px;
	position: relative;
}

#btn_prev a {
	padding-left: 40px;
}

#btn_next a {
	padding-right: 40px;
}

#btn_prev.none a,
#btn_next.none a {
	color: #cbcccb;
	/*position: relative;*/
}

#btn_next a:after,
#btn_prev a:after {
	content: '';
	width: 36px;
	height: 36px;
	border-top: 4px solid #23b7fe;
	border-right: 4px solid #23b7fe;
	position: absolute;
	top: 0;
}

#btn_next.none a:after,
#btn_prev.none a:after {
	border-color: #cccccc;
}

#btn_prev a:after {
	left: 0;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#btn_next a:after {
	right: 0;
	top: 0x;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*  */

p.typo_position {
	margin: 0;
	/*font-size: 8rem;*/
	font-size: 80px;
	color: #111111;
	float: left;
	line-height: 1;
	position: relative;
	padding-right: 50px;
	height: 66px;
}

p.typo_position:after {

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

	content: '';

	display: block;
	position: absolute;

	top: 5px;
	right: 20px;
	height: 100%;

	z-index: 2;
	border-right: 6px solid #2cbafe;
}

body.staff_page p.typo_position {
	font-size: 3rem;
	height: auto;
	color: #23b7fe;
	margin-top: 14px;
	padding-right: 35px;
}

body.staff_page p.typo_position:after {
	top: -3px;
	height: 180%;
	right: 16px;
}

p.typo_position span {
	color: #23b7fe;
}

#box_cnav h4 {
	font-size: 2.8rem;
	color: #222222;
	float: left;
	margin: 0;
	margin-left: 12px;
	/*margin-top: 14px;*/
	margin-top: 0.2em;
}

#box_cnav h4 span.kana {
	font-size: 1.4rem;
}

#box_cnav span.typo_name_e {
	font-size: 1.6rem;
	display: block;
	margin-top: 0px;
}

/*  */

#contents {
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 40px;
	display: block;
	/* for IE */
}

#contents::after {
	content: "";
	display: table;
	clear: both;
}



#box_ttl_prof {
	margin-top: 20px;
	position: relative;
	width: 1024px;
}

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

#box_ttl_prof h5 {
	font-size: 2.8rem;
	line-height: 1.3;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;

	float: left;
	width: calc(100% - 270px);
}

#box_ttl_prof div.sns {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #666;
}

#box_ttl_prof div.sns h6 {
	font-size: 1.1rem;
	color: #777;
	display: inline;
}

#box_ttl_prof div.sns iframe {
	vertical-align: top;
	position: relative;
}

#box_ttl_prof div.sns p {
	display: inline;
	font-size: 1.6rem;
	margin-left: 10px;

}

div.sns p a img {
	margin-right: 7px;
}

p.btn_tw a,
p.btn_fb a {
	padding-bottom: 4px;
	border-bottom: 1px solid;
	position: relative;
}

p.btn_tw a img,
p.btn_fb a img {
	position: relative;
}

p.btn_tw a img {
	top: 3px;
	left: 3px;
}

p.btn_fb a img {
	left: 3px;
	top: 1px;
}


p.btn_tw a {
	color: #23b7fe;
	border-color: #23b7fe;
}



p.btn_fb a {
	color: #3b5998;
	border-color: #3b5998;
}


.btn_fb iframe {
	display: inline-block !important;
	width: 84px !important;
	height: 20px !important;
}



/*  */

#box_main_img {
	margin-bottom: 25px;
	margin-top: 20px;
	clear: both;
	width: 1024px;
	height: auto;
}

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

#box_main_img ul {
	float: right;
	width: 200px;
}

#box_main_img ul li.disable {
	display: none;
}

body.staff_page #box_main_img ul {
	display: none;
}

#box_main_img ul img {
	width: 98px;
	height: 146px;
}

#box_main_img ul li {
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
}

#box_main_img ul li:nth-of-type(4),
#box_main_img ul li:nth-of-type(5) {
	display: none;
}


#box_main_img ul li a {
	display: block;
}

#box_main_img ul li a img {
	vertical-align: top;
}

#box_main_img ul li:first-child {
	float: none;
	width: 200px;
	margin-left: 0;
}

#box_main_img ul li:first-child img {
	width: 100%;
	height: auto;
}

#box_main_img>p {
	width: 822px;
	min-height: 546px;
	height: auto;
	float: left;
	overflow: hidden;
}

#box_main_img>p img {
	width: 100%;
	height: auto;
}

.staff_23 #box_main_img>p,
.staff_24 #box_main_img>p,
.staff_25 #box_main_img>p {
	height: 542px;
}


/*  */

#contents div.left {
	width: 771px;
	float: left;
}

@media screen and (max-width: 599px) {
	#contents div.left {
		width: 100%;
		float: none;
	}
}


#list_prof {
	/*clear: both;*/
	width: 200px;
	float: right;

	background-color: #323232;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 16px;
}


/* スタッフページの画像ありページだけ右のリストを移動 */
body.staff_page.prof_2019.staff_01 #list_prof,
body.staff_page.prof_2019.staff_02 #list_prof,
body.staff_page.prof_2019.staff_03 #list_prof,
body.staff_page.prof_2019.staff_04 #list_prof,
body.staff_page.prof_2019.staff_05 #list_prof,
body.staff_page.prof_2019.staff_06 #list_prof,
body.staff_page.prof_2019.staff_23 #list_prof,
body.staff_page.prof_2019.staff_24 #list_prof,
body.staff_page.prof_2019.staff_25 #list_prof {
	margin-top: -571px;
}

body.staff_page.prof_2019.staff_07 div#box_main_img,
body.staff_page.prof_2019.staff_08 div#box_main_img,
body.staff_page.prof_2019.staff_09 div#box_main_img,
body.staff_page.prof_2019.staff_10 div#box_main_img,
body.staff_page.prof_2019.staff_11 div#box_main_img,
body.staff_page.prof_2019.staff_12 div#box_main_img,
body.staff_page.prof_2019.staff_13 div#box_main_img,
body.staff_page.prof_2019.staff_14 div#box_main_img,
body.staff_page.prof_2019.staff_15 div#box_main_img,
body.staff_page.prof_2019.staff_16 div#box_main_img,
body.staff_page.prof_2019.staff_17 div#box_main_img,
body.staff_page.prof_2019.staff_18 div#box_main_img,
body.staff_page.prof_2019.staff_19 div#box_main_img,
body.staff_page.prof_2019.staff_20 div#box_main_img,
body.staff_page.prof_2019.staff_21 div#box_main_img,
body.staff_page.prof_2019.staff_22 div#box_main_img

/*body.staff_page.prof_2019.staff_25 div#box_main_img*/
/*body.staff_page.prof_2019.staff_23 div#box_main_img,*/
/*body.staff_page.prof_2019.staff_24 div#box_main_img,*/
	{
	display: none;
}

body.staff_page.prof_2019.staff_07 div.left,
body.staff_page.prof_2019.staff_08 div.left,
body.staff_page.prof_2019.staff_09 div.left,
body.staff_page.prof_2019.staff_10 div.left,
body.staff_page.prof_2019.staff_11 div.left,
body.staff_page.prof_2019.staff_12 div.left,
body.staff_page.prof_2019.staff_13 div.left,
body.staff_page.prof_2019.staff_14 div.left,
body.staff_page.prof_2019.staff_15 div.left,
body.staff_page.prof_2019.staff_16 div.left,
body.staff_page.prof_2019.staff_17 div.left,
body.staff_page.prof_2019.staff_18 div.left,
body.staff_page.prof_2019.staff_19 div.left,
body.staff_page.prof_2019.staff_20 div.left,
body.staff_page.prof_2019.staff_21 div.left,
body.staff_page.prof_2019.staff_22 div.left,
/*body.staff_page.prof_2019.staff_23 div.left,
body.staff_page.prof_2019.staff_24 div.left,
body.staff_page.prof_2019.staff_25 div.left,*/
body.staff_page.prof_2019.staff_07 div#list_prof,
body.staff_page.prof_2019.staff_08 div#list_prof,
body.staff_page.prof_2019.staff_09 div#list_prof,
body.staff_page.prof_2019.staff_10 div#list_prof,
body.staff_page.prof_2019.staff_11 div#list_prof,
body.staff_page.prof_2019.staff_12 div#list_prof,
body.staff_page.prof_2019.staff_13 div#list_prof,
body.staff_page.prof_2019.staff_14 div#list_prof,
body.staff_page.prof_2019.staff_15 div#list_prof,
body.staff_page.prof_2019.staff_16 div#list_prof,
body.staff_page.prof_2019.staff_17 div#list_prof,
body.staff_page.prof_2019.staff_18 div#list_prof,
body.staff_page.prof_2019.staff_19 div#list_prof,
body.staff_page.prof_2019.staff_20 div#list_prof,
body.staff_page.prof_2019.staff_21 div#list_prof,
body.staff_page.prof_2019.staff_22 div#list_prof {
	margin-top: 36px;
}



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


#list_prof h5 {
	color: #23b7fe;
	position: relative;
	font-size: 1.4rem;
	width: 100%;
	padding-left: 15px;
	padding-top: 18px;
}

#list_prof h5:after {
	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	transform: skew(-36deg);

	content: '';

	display: block;
	position: absolute;

	top: 0px;
	right: 4px;
	height: 100%;

	z-index: 2;
	border-right: 3px solid #2cbafe;
}

#list_prof ul {
	padding: 0 8px 0 14px;
	margin-top: 14px;
}


div#box_list_player ul {
	border-bottom: 1px solid #666;
	padding-bottom: 24px;
}

#list_prof li {
	font-size: 1.2rem;
	margin-bottom: 0.4em;
}

#list_prof li a {
	color: #ffffff;
	display: block;
	padding: 0.6em 0.6em 0.4em 0.6em;
	border-radius: 1.3em;
	position: relative;
}

#list_prof li.current a {
	background-color: #23b7fe;
	cursor: default;
	pointer-events: none;
	padding-left: 1.3em;
	left: -0.7em;
}

#list_prof li a:hover {
	cursor: pointer !important;
}

#box_list_past_season {
	display: none;
}



/*  */

#box_etc {}

#typo_message {
	font-size: 1.6rem;
	line-height: 1.7;
	/*margin-bottom: 38px;*/
}

#img_bust_up {
	float: left;
	overflow: hidden;

	/*width: 124px;*/
	width: 186px;
	margin-right: 15px;
	border-radius: 0px 12px;

	background-color: #ccc;
	margin-bottom: 20px;
}

#img_bust_up img {
	opacity: 1;
	width: 345px;
	position: relative;
	left: -8px;
}

#box_etc dl {
	/*padding-left: 480px;*/
	/*margin-top: 30px;*/
	clear: left;
}

#box_etc dl dt,
#box_etc dl dd {
	/*box-sizing:border-box;*/
	margin: 0;
	/*margin-bottom: 10px;*/
	/*	padding-bottom: 5px;
	
	padding-top: 10px;*/

	padding: 10px 0;
	line-height: 1.3;

	/*padding-left: 201px;*/
}

#box_etc dl dt {
	font-size: 1.6rem;
	float: left;
	clear: left;
	padding-top: 15px;
}

#box_etc>dl dd {
	/*margin: 0;*/
	width: 100%;
	font-size: 2.0rem;
	color: #23b7fe;
	padding-left: 270px;
	border-bottom: 1px solid #bbbbbb;
}

#box_etc>dl dd:last-child {
	border: none;
}

/*  */

#box_official {
	margin-top: 40px;
}

#box_official h6 {
	margin-top: 4px;
}

#box_player_data h4,
#box_personal_deta h5,
#box_conn h6,
#box_official h6 {
	font-size: 2.0rem;
	float: left;
	padding-right: 28px;
	position: relative;
	height: 32px;
	line-height: 1;
	float: left;
}

#box_player_data h4:after,
#box_personal_deta h5:after,
#box_conn h6:after,
#box_official h6:after {

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

	content: '';

	display: block;
	position: absolute;

	top: -8px;
	right: 10px;
	height: 90%;

	z-index: 2;
	border-right: 3px solid #2cbafe;
}


#box_official ul {
	margin-left: 210px;
	width: 560px;

}


#box_official>ul>li {
	display: inline-block;
	width: 49%;
	/* width: 230px; */
	/* margin-right: 40px; */
	margin-bottom: 18px;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 10px;
}

p.img_sns {
	width: 80px;
	height: 80px;
	border-radius: 12px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
}

#box_official li div.inner {
	float: right;
	width: 174px;
	margin-top: 6px;
}


#box_official ul li a strong {
	font-size: 1.6rem;
	color: #23b7fe;
	text-decoration: underline;
	display: block;
	margin-top: 8px;
	/*white-space: nowrap;*/
}



.staff_21 #box_official ul li.tw {
	width: 50%;
}

#box_official li:nth-child(2n) {
	margin-right: 0;
}




#box_official>ul>li.line a img {
	/*height: 20px;*/
}


#box_official li a {
	display: block;
}

#box_official li a::after {
	content: "";
	display: table;
	clear: both;
}


/*.line_account::before {
	content: " ";
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	background-image: url(/common_2017/svg/icon_set_sns.svg);
	background-position: 101% 100%;
	background-repeat: no-repeat;
	background-size: 1000%;
	top: 0.4em;
	margin-right: 0.2em;
}
*/


p.img_sns img {
	width: 100%;
	height: auto;
}

#box_official ul li a span {
	font-size: 1.3rem;
	color: #666666;
}



body.dev_pc #box_official ul li a[id^='open_line_account_pc_'],
body.dev_sp #box_official ul li a.open_line_account_sp {
	display: block;
}


body.dev_pc #box_official ul li a.open_line_account_sp,
body.dev_sp #box_official ul li a[id^='open_line_account_pc_'] {
	display: none;
}


#box_official ul li a#[id^='open_line_account_pc_'],
#box_official ul li a.open_line_account_sp {
	margin-top: 10px;
}

#box_official ul li a[id^='open_line_account_'] img,
#box_official ul li a.open_line_account_sp img {
	height: 26px;
}


#box_official li.blog div.inner span {
	position: relative;
	padding-left: 30px;
	display: inline-block;
}

#box_official li.blog div.inner img {
	position: absolute;
	left: 0;
}

#box_official ul li a span img {
	vertical-align: middle;
	margin-right: 6px;
}

#box_official ul li a+a {
	margin-top: 6px;
}


#box_official ul li a span.tw img {
	width: 28px;
	height: 23px;
}




/*  */

#box_conn {
	clear: both;
	margin-top: 40px;
}

#box_conn h6 {
	display: inline-block;
	float: none;
	text-align: left;
	margin-bottom: 7px;
}

#box_conn ul {}

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

#box_conn li {

	width: 231px;
	overflow: hidden;
	float: left;
	margin-right: 37px;

	font-size: 1.2rem;
	text-decoration: underline;
	margin-bottom: 15px;
}

#box_conn li:nth-child(3n) {
	margin-right: 0;

}

#box_conn li a {
	display: block;
}

#box_conn li img {
	width: auto;
	height: 140px;
	border: 1px solid #ccc;
	margin-bottom: 7px;
}

/*  */

#box_prof {
	clear: both;
	margin-top: 55px;
}

#tab_prof {
	height: 37px;

}

#tab_prof.fixed_top,
#tab_prof.fixed {
	height: 52px;
	position: fixed;
	bottom: 0;
	z-index: 100000;
	width: 100%;
	left: 0;
	bottom: -37px;
	/*background-color: rgba(255, 255, 255, 0.94);*/
}

#tab_prof.fixed {
	top: auto;
}

#tab_prof.fixed_top {
	bottom: auto;
	/*top: 30px;*/
}

#tab_prof.fixed_top div.inner,
#tab_prof.fixed div.inner {
	width: 1024px;
	margin: 0 auto;
}

#tab_prof.fixed_top ul,
#tab_prof.fixed ul {
	width: 771px;
	padding-top: 15px;
	/*padding-bottom: 10px;*/
	background-color: rgba(255, 255, 255, 0.94);
}

.fixed_releace {
	position: absolute;
	bottom: 420px;
}

.fixed_not {
	position: relative;
	top: 0;
}

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

#tab_prof ul {}

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

#tab_prof li {
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);

	font-size: 2.2rem;
	text-align: center;

	float: left;
	border-bottom: 6px solid #222222;

	position: relative;
}

#tab_prof li:before {
	content: '';
	display: block;
	width: 1px;
	height: 6px;
	background-color: #707070;
	position: absolute;
	left: 0;
	bottom: -6px;
}

#tab_prof li:after {
	content: '';
	display: block;
	width: 1px;
	height: 6px;
	background-color: #b1b1b1;
	position: absolute;
	left: 1px;
	bottom: -6px;
}

#tab_prof li:first-child:before,
#tab_prof li:first-child:after {
	display: none;
}

#tab_prof li.current {
	border-color: #23b7fe;
}

#tab_prof li a {
	display: block;
	color: #222222;
	border-bottom: 1px solid #23b7fe;
}

#tab_prof li.current a {
	color: #23b7fe;
}

/*  */

#box_personal_deta p {
	text-align: right;
	font-size: 1.2rem;
	margin: 10px 0;
}

#box_personal_deta h5 {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
}

#box_personal_deta table {
	width: 100% !important;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 45px;
}

#box_personal_deta table tr {}

#box_personal_deta table td,
#box_personal_deta table th {
	font-size: 1rem;
	line-height: 1.4;
	/*	padding-top:8px;
	padding-bottom:8px;*/
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 10px;
}

#box_personal_deta table th {
	width: 20%;
	background-color: #f1f9ff;
	text-align: center;
}


#box_personal_deta table td {
	width: 30%;
}

/*  */

#box_official_site th,
#box_official_site td,
#box_prof table td,
#box_prof table th {
	font-size: 1rem;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	line-height: 1.4;
}

#J-league_data {
	margin-top: 30px;
}

#box_official_site table,
#J-league_data table,
#box_prof table {
	width: 770px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#box_official_site th,
#box_official_site td,
#box_prof table.personal td,
#box_prof table.personal th,
#box_prof table#personal td,
#box_prof table#personal th {
	width: 192px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#box_official_site th,
table.personal th,
#J-league_data th,
table#personal th {
	background-color: #f1f9ff;
	text-align: center;
	font-weight: normal;
}

#box_official_site td,
table.personal td,
#J-league_data td,
table#personal td {
	background-color: #fff;
	color: #323232;
}

#box_prof #J-league_data th,
#box_prof #J-league_data td {
	font-size: 16px;
	width: 25%;
	padding: 9px;
}

#box_official_site table {
	width: 400px;
}

#box_official_site th {
	width: 150px;
}

#box_official_site td {
	padding: 8px;
	width: auto;
	/*text-align: center;*/
}

#box_official_site td a {
	margin: 0;
}

/*  */

#box_player_data {
	width: 100%;
	margin: 0 auto 0;

}


body.staff_page.prof_2017 #box_player_data {
	display: none;
}

#box_player_data h4 {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 50px;
}

#box_player_data p.teamCareer {
	background-color: #fff;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
	padding: 6px;
	border: 1px #ddd solid;
	margin-top: 0;
	color: #323232;
	/*margin-bottom: 45px;*/
}

#box_prof #box_player_data table {
	width: 100%;
	/*margin-bottom: 45px;*/
}

#box_prof #box_player_data table.otherTable {
	/*margin-bottom: 0;*/
}

#box_player_data table td,
#box_player_data table th {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	padding: 0.5em 0;
}

#box_player_data table.otherTable td {
	padding: 0.5em 0.5em;
}

#box_player_data table th {
	background-color: #f1f9ff;
	font-weight: normal;
}

#box_player_data table td {
	background-color: #fff;
}

/*  */


div.tab_contents {
	/*display: none;*/
}

#box_personal_deta {
	display: block;

	/*display: none;*/
}

#box_photo_goods {
	/*display: block;*/
}

#box_photo_goods,
#box_player_data,
#box_personal_deta {}

#box_photo_goods {
	margin-top: 40px;
	margin-bottom: 50px;
}

#box_photo_goods>p {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 150px;
}


#box_photo_goods h4 {
	font-family: 'roboto';
	font-weight: 500;
	color: #23b7fe;
	font-size: 2rem;
	border-bottom: 1px solid #c7c7c7;
}

#box_photo_goods>div.flexslider {
	margin-top: 7px;
	width: 100% !important;
	margin-left: 4px;
}

#box_photo_goods .flex-control-thumbs li {
	width: 70px;
	height: 47px;
}

/*  */

.slider.thumb-item {}

.slider-for img {
	max-height: 573px !important;
}


.slider-nav img {
	width: auto;
	height: auto;
	/*max-width: 155px;*/
	max-height: 103px;
}

/*  */

#box_menu {
	height: 50px;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 2.1px 2.1px 5px rgba(0, 0, 0, 0.07);

	margin-top: 16px;
}

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

#box_menu ul {
	float: left;
}


#box_menu ul::after {
	content: "";
	display: table;
	clear: both;
}

ul.link_position {
	margin-left: 33px;
}

ul.link_position li {
	line-height: 1;
	margin-top: 11px;
}

ul.link_position li a {
	margin-right: 20px;
}

#box_menu ul.link_position li.staff {
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin-right: 20px;
	font-size: 2.4rem;
	margin-top: 10px;
}

#box_menu ul.link_position li.rental {
	font-size: 2.4rem;
}

ul.link_position li.staff a {
	margin-right: 0;
	padding: 0 20px;
}

#box_menu li {
	font-size: 2.8rem;
	display: inline-block;
}

#box_menu li a {
	color: #111;
}

#box_menu ul.list_prof {
	float: right;
	margin-left: 0;
	margin-right: 25px;
	margin-top: 11px;
}

#box_menu ul.list_prof li {
	font-size: 1.6rem;
	height: 26px;
	padding-top: 3px;

}

#box_menu li.btn_list {
	border-right: 1px solid #aaa;
	padding-right: 14px;
	margin-right: 7px;
}

#box_nav ul.inner li,
#box_menu ul.inner li {
	height: auto;
	padding: 0;
	font-size: 1.2rem;
}

/*  */

#box_staff,
#box_player {
	margin-top: 24px;
}

#box_staff {
	margin-top: 60px;
}


#box_staff section,
#box_player section {
	margin-top: 20px;
	clear: both;
	width: 1024px;
	overflow: hidden;
}

#box_staff section:after,
#box_player section:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_staff h2,
#box_player h2 {
	font-size: 7.2rem;
	float: left;
	position: relative;
	top: -0.15em;
	margin-right: 0.15em;
	vertical-align: baseline;
}

#box_staff h2 {
	font-size: 5.4rem;
	margin-bottom: 12px;
}

#box_staff #cat_second h2 {
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: bold;
	font-size: 4.8rem;
}

#box_staff #cat_second h2 span {
	/*font-size: 5.4rem;*/
}

#box_staff h2 span {
	font-size: 3.6rem;
	margin-left: 4px;
}

#box_player .inner_header p,
#box_staff .inner_header p {
	padding-top: 18px;
	line-height: 1.2;
}

#box_staff .inner_header p {
	padding-top: 2em;
	display: inline-block;
}


#box_player section>p {
	line-height: 1.1;
	float: left;
	margin-left: 20px;
	margin-top: 17px;
}

#box_staff section>p {
	font-size: 2rem;
	color: #23b7fe;
	float: left;
	margin-left: 20px;
	margin-top: 18px;
}

#box_staff #cat_second p.typo,
#box_staff #rental p.typo {
	float: none;
	clear: left;
	margin: 0;
	font-size: 1.6rem;
	color: #222222;
}

#box_staff #cat_second>p,
#box_staff #rental>p {
	margin-top: 0.7em;
}

#box_player span {
	font-size: 2.0rem;

}

#box_player span.rbt_l {
	color: #666666;
}

#box_player span.rbt_m {
	color: #23b7fe;
}

/*  */

#box_staff section>ul,
#box_player section>ul {
	clear: both;
	width: 1100px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}





#box_staff section>ul>li,
#box_player section>ul>li {
	float: left;
	margin-right: 34px;
	margin-bottom: 20px;
	min-height: 238px;
}

#box_player section>ul>li::after {
	content: "";
	display: table;
	clear: both;
}





#box_player section>ul>li {
	width: 230px;
}

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

	#box_staff section>ul>li,
	#box_player section>ul>li {
		width: 43.6vw;
		min-height: 80px;
		margin-right: 3vw;
	}

	#box_staff section>ul>li:nth-of-type(even),
	#box_player section>ul>li:nth-of-type(even) {
		margin-right: 0 !important;
	}

}


#box_staff section>ul>li a:visited,
#box_player section>ul>li a:visited,
#box_staff section>ul>li a:link,
#box_player section>ul>li a:link {
	color: #222;
	display: block;
}

#box_staff section>ul>li>a::after,
#box_player section>ul>li>a::after {
	content: "";
	display: table;
	clear: both;
}




p.img_bustup {
	width: 230px;
	height: 149px;
	background-color: #f5f5f5;
	border-radius: 0px 12px;
	position: relative;
	overflow: hidden;
	margin-bottom: 9px;
}

p.img_bustup img {
	width: 100%;
}




#box_staff p.img_bustup span,
#box_player p.img_bustup span {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 6.5rem;
	color: #fff;
	line-height: 1.3;
	top: 2px;
	right: 10px;
	text-align: right;
}

#box_gene li[class^='staff_'] p.img_bustup span {
	font-size: 2.0rem;
	top: 12px;

	display: none;
}

#box_player p.img_bustup span.position {
	display: none;
}

#box_player p.img_bustup span.bd_date {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	height: 1.8em;
	display: inline-block;
	min-width: 3.5em;
	text-align: center;
	line-height: 1.4;
	padding: 0.3em;
	font-size: 1.7rem;
	background-color: rgba(0, 0, 0, 0.6);
	border-top-left-radius: 0.3em;

	display: none;
}

body.list_gene #box_player p.img_bustup span.bd_date {
	display: block;
}

#box_gene li[class^='staff_'] p.img_bustup span.bd_date {
	top: auto;
	font-family: 'Roboto', sans-serif;
}

#box_staff p.img_bustup span {
	font-size: 2.2rem;
	text-align: right;
	top: 16px;
}

p.img_bustup span.bd_date,
#box_staff p.img_bustup span:not([class]) {
	display: none;
}

#box_staff p.img_bustup span.position,
#box_staff p.img_bustup span.at {
	font-size: 1.8rem;
	/*letter-spacing: -0.05em;*/
}

.staff_10 span.position {
	letter-spacing: -0.05em;
}

#box_staff li h4,
#box_player li h4 {
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 1px;
}

#box_player div.inner p {
	line-height: 1.2;
	display: inline-block;
}

#box_staff div.inner p.rbt_m,
#box_player div.inner p.rbt_m {
	font-size: 1.2rem;
	margin-right: 0;
	line-height: 1.3;
}

section#box_gene #box_player div.inner p.rbt_m {
	margin-right: 0;
}

body.list_number #box_player div.inner p.rbt_m {
	margin-right: 0;
}


/* new sns 2018-01-05 */
#box_player div.inner ul.sns_icons {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 0.1em;
}

body.list_join #box_player div.inner ul.sns_icons,
body.list_gene #box_player div.inner ul.sns_icons {
	display: none;
}


#box_player div.inner ul.sns_icons li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 0.4em;
}

#box_player div.inner ul.sns_icons li.tw {
	top: 0.1em;
}

body.dev_pc #box_player div.inner ul.sns_icons li.line.pc {
	display: inline-block;
}

body.dev_pc #box_player div.inner ul.sns_icons li.line.sp {
	display: none;
}



@media screen and (max-width: 599px) {
	#box_player div.inner ul.sns_icons {
		height: 5vw !important;
		display: block !important;
		vertical-align: top;
		overflow: hidden;
		position: static;
		margin: 0;
		margin-top: 1em;

	}

	#box_player div.inner ul.sns_icons li {
		top: 0.5em !important;
		margin-right: 2vw;
	}


	#box_player div.inner ul.sns_icons li a {
		display: inline-block;
		width: auto;
		height: auto;

	}



}



/**/

#box_player div.inner p {
	margin-right: 6px;

}

#box_player div.inner img {
	/*width: 16px;*/
	max-width: 16px;
	height: auto;
	/*margin-top: 2px;*/
}

#box_player div.inner p.tw {
	padding-top: 1px;
}

#box_player div.inner p.fb {
	margin-top: -1px;
}

#box_player div.inner p.insta {
	margin-top: -1px;
}

#box_staff li p.rbt_m {
	font-size: 1.2rem;
	line-height: 1;
}

/* 2018-02-05暫定非表示 */
#box_player div.inner p.tw,
#box_player div.inner p.fb,
#box_player div.inner p.insta,
#box_player div.inner p.mobafro,
#box_player div.inner p.blog {
	display: none;
}

/*  */

div#img_supporter {
	margin-top: 52px;
	width: 100%;
	height: 454px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 0px 12px;

}

div#img_supporter p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-size: 4.8rem;
	color: #fff;
	line-height: 1;
	padding: 0.6em;
	padding-top: 0.5em;
}

div#img_supporter p strong {
	font-weight: 400;
	position: relative;
}

div#img_supporter p strong:before {
	content: " ";
	width: 1px;
	position: relative;
	display: inline-block;
	background-color: #fff;
	height: 1em;
	margin: 0 0.3em 0 0.3em;
	transform: rotate(25deg);
	top: 0.15em;
}

div#img_supporter img {
	width: 100%;
	position: relative;
	z-index: 0;
}

/*  */


#rental ul {}

#box_staff #cat_second li,
#box_staff #rental li {
	width: 340px;
	margin-right: 0;
	font-size: 1.2rem;
	min-height: 188px;
	padding-right: 1em;
}

#box_staff #cat_second li {
	min-height: initial;
	min-height: auto;
}

#cat_second li a,
#rental li a {
	width: 100%;
	height: 100%;
}

#cat_second li p.photo,
#rental li p.photo {
	float: left;
	margin-right: 12px;
	width: 160px;
	height: auto;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}

#cat_second li p.photo img,
#rental li p.photo img {
	width: 100%;
	height: auto;
}

#cat_second li h3,
#rental li h3 {
	width: 100%;
	font-weight: normal;
	font-size: 2.0rem;
}

#cat_second li h3 {
	/*margin-top: 1em;*/
}

#cat_second ul li h4,
#rental ul li h4 {
	color: #37a8ff;
}

#cat_second ul li h4:before,
#rental ul li h4:before {
	content: "●";
	padding-right: 0.15em;
}

#cat_second ul li p,
#cat_second ul li h4,
#rental ul li p,
#rental ul li h4 {
	font-size: 1.1em;
	line-height: 1.6;
}

#cat_second li p.roman,
#rental li p.roman {
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 0.25em;
}

#cat_second li p.link a:hover,
#rental li p.link a:hover {
	text-decoration: underline;
}




/*  */

#box_area {
	width: 1015px;
	height: 1500px;
	background-image: url(../page_parts/img_map.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#box_area div.box_ttl {
	color: #777777;
	/*position: absolute;*/
}

#box_area div.box_ttl p {
	font-family: 'roboto';
	font-weight: 300;
}

#box_area div.box_ttl h3 {}

/*  */

#box_brazil div.box_ttl {
	top: 10px;
	left: 200px;
	margin-bottom: 30px;
}

#box_brazil div.box_ttl h3 {
	font-size: 1.8rem;
	display: inline;
}

#box_brazil div.box_ttl p {
	font-size: 2.4rem;
	display: inline;
}

/*  */

#box_korea div.box_ttl {
	position: absolute;
	top: 390px;
	left: 190px;
}

#box_korea div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_korea div.box_ttl p {
	font-size: 1.2rem;

}

/*  */

#box_jp div.box_ttl {
	position: absolute;
	top: 300px;
	left: 770px;
}

#box_jp div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_jp div.box_ttl p {
	font-size: 6rem;
}

/*  */

#box_philipin div.box_ttl {
	position: absolute;
	top: 1387px;
	left: 450px;
}

#box_philipin div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_philipin div.box_ttl p {
	font-size: 2rem;
}

/*  */

#box_nz div.box_ttl {
	position: absolute;
	top: 1387px;
	left: 520px;
}

#box_nz div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_nz div.box_ttl p {
	font-size: 2rem;
}

/*  */

#box_okinawa div.box_ttl {
	position: absolute;
	top: 1387px;
	left: 150px;
}

#box_okinawa div.box_ttl h3 {
	font-size: 1.8rem;
}

#box_okinawa div.box_ttl p {
	font-size: 2rem;
}

/*  */

#box_area>section {
	overflow: visible;
}

#box_area li {
	height: 66px;
	text-align: left;
	clear: left;
	margin-bottom: 12px;
}


#box_area li a {
	display: block;
	position: relative;
}

#box_area li a::after {
	content: "";
	display: table;
	clear: both;
}

li p.img_mem {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 9px;
}


li p.img_mem img {
	width: 125px;
	height: auto;
}


li[id^='staff_'] p.img_mem img {
	width: 102px;
}


#box_area li h5 {
	font-size: 1.6rem;
	font-family: 'roboto';
	font-weight: 500;
	color: #444444;
	line-height: 1;
	padding-top: 15px;
	margin-bottom: 3px;
	display: inline-block;
}


#box_area li[id^='staff_'] h5 {
	font-size: 1.3rem;
	margin-bottom: 0.6em;
}


#box_area li h5 span {
	color: #23b7fe;

}

#box_area li[id^="staff_"] span {
	display: none;
}


#box_area li h4 {
	font-size: 1.4rem;
	color: #333333;
	line-height: 1;
	display: block;
}

#box_area li.rental h4 {
	position: relative;
	top: 0.9em;
}

#box_area #staff_01 h4 {
	font-size: 1.8rem;
}


/*  */

#box_brazil {
	width: 440px;
	position: absolute;
	left: 180px;
	top: 10px;
}

#box_brazil ul {}

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

#box_brazil ul li {
	float: left;
	width: auto;
	min-width: 160px;
	clear: none;
}

#box_brazil #mem_44,
#box_brazil #mem_09 {
	width: 220px;
}

/*  */

#osaka {
	position: absolute;
	top: 870px;
	left: 200px;
	width: 160px;
}

/*  */

#hokkaido {
	width: 160px;
	position: absolute;
	left: 780px;
	top: 190px;
}

/*  */

#chiba {
	width: 150px;
	position: absolute;
	left: 640px;
	top: 550px;
}

/*  */

#hiroshima {
	width: 160px;
	position: absolute;
	left: 200px;
	top: 600px;
}

#hiroshima li {
	width: 80px;
	height: 120px;
	margin: 0;
}



/*  */

#nara {
	position: absolute;
	top: 810px;
	left: 320px;
	width: 150px;
}

/*  */

#kanagawa {
	position: absolute;
	top: 750px;
	left: 650px;
	width: 160px;
}

#kanagawa2 {
	position: absolute;
	top: 1061px;
	left: 490px;
	width: 320px;

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

}

#box_area #kanagawa2 li {
	width: 50%;
}

#mascot {
	position: absolute;
	top: 985px;
	left: 820px;
	width: 160px;
}

/*  */

#shizuoka {
	position: absolute;
	top: 810px;
	left: 470px;
	width: 160px;
}

/*  */

#tokyo {
	width: 250px;
	position: absolute;
	left: 830px;
	top: 445px;
}

/*  */

#kyoto {
	position: absolute;
	top: 520px;
	left: 362px;
	width: 160px;
}

#kyoto li {
	height: 110px;
}

#kyoto p.img_mem {
	float: none;
	margin-top: 5px;
}

/*  */

#mie {
	position: absolute;
	top: 405px;
	left: 452px;
	width: 100px;
}

#mie li {
	height: 110px;
}

#mie p.img_mem {
	float: none;
	margin-top: 5px;
}

/*  */


#saitama {
	width: 86px;
	position: absolute;
	left: 555px;
	top: 340px;
}




/*  */

#kumamoto {
	position: absolute;
	top: 845px;
	left: 20px;
	width: 160px;
}

#kumamoto li::after {
	content: "";
	display: table;
	clear: both;
}

#kumamoto li:first-child {
	margin-bottom: 12px;
	width: 70px;
	/*height: 110px;*/
}

/*  */

#nagasaki {
	position: absolute;
	top: 655px;
	left: 0px;
	width: 160px;
}

#nagasaki li {
	width: 80px;
}

/*  */

#fukuoka {
	position: absolute;
	top: 644px;
	left: 108px;
	width: 160px;
}




/*  */

#mem_29 {
	position: absolute;
	top: 1315px;
	left: 550px;
	width: 210px;
}

#mem_20 {
	position: absolute;
	top: 1300px;
	left: 80px;
	width: 160px;
}

#mem_01 {
	position: absolute;
	top: 440px;
	left: 180px;
	width: 210px;
}

#mem_01 p.img_mem {
	float: none;
}

#box_area #mem_01 h5 {
	padding-top: 5px;
}


/*  */

#kumamoto li:first-child,
#nagasaki li,
#kyoto li,
#mie li,
#saitama li {
	height: auto;
}

#kumamoto li:first-child a,
#nagasaki li a,
#kyoto li a,
#mie li a,
#saitama li a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding-bottom: 70px;
}

#kumamoto li:first-child h5,
#box_area #nagasaki h5,
#box_area #kyoto h5,
#box_area #mie h5,
#box_area #saitama h5 {
	padding-top: 0;
}

#kumamoto li:first-child a p.img_mem,
#nagasaki li a p.img_mem,
#kyoto li a p.img_mem,
#mie li a p.img_mem,
#saitama li a p.img_mem {
	position: absolute;
	bottom: 0;
}

/*  */



/*  */

#box_gene {}

#box_player #box_gene ul {
	width: 800px;
	clear: none;
	padding-bottom: 40px;
}

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

#box_gene dl {}

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

#box_gene dt,
#box_gene dd {
	font-family: sans-serif;
}

#box_gene dt {
	color: #37a8ff;
	float: left;
	font-size: 4rem;
	clear: left;
	font-family: 'Roboto', Sans-serif;
	font-weight: 500;
	width: 150px;
	text-align: center;
	margin-top: 50px;
}

#box_gene dl dt.empty {
	margin-top: 0;
	color: #c9cac9;
}

#box_gene dd {
	float: left;
	text-align: left;
	/*margin-left: 150px;*/
}

#box_gene dd>ul>li {
	width: 230px;
	min-height: 232px;
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
}

#box_gene dd>ul>li.rental {
	width: 160px;
}

#box_gene dd>ul>li a h4 {
	color: #222;
	display: inline-block;
}

#box_gene dd>ul>li a h4+p.badge {
	display: inline-block;
	padding-left: 0.5em;
}







#box_gene li.rental:before {
	content: '期';
	background-color: #e50004;
	color: #fff;
	display: inline-block;
	position: absolute;
	z-index: 50;
	font-size: 1.3rem;
	padding: 0.2em;
}

li.rental p.img_bustup {
	width: 160px;
}

li.rental p.img_mem img {
	width: 68px;
	height: auto;
}

#yamaguchi {
	width: 160px;
	position: absolute;
	left: 50px;
	top: 640px;
}

#kagoshima {
	width: 160px;
	position: absolute;
	left: 50px;
	top: 957px;
}

#box_area li.rental h4:before {
	content: '期';
	background-color: #e50004;
	color: #fff;
	display: block;
	width: 1.5em;
	height: 1.5em;
	font-size: 1.3rem;
	padding: 0.35em 0.25em 0.25em 0.25em;
	margin: 0em 0em 0.4em 5.8em;
}



/* 170414_サイド一覧タビナス選手 */
#list_prof li.mem_26 {
	letter-spacing: -0.06em
}


/* 170525_sns mem_29 */
#box_official li.sns_mem_29 {
	width: 80%;
}


/* ギャラリー */

.flexslider .slides img {
	/*width: 599px;*/
	max-width: 599px;
	width: auto;

	max-height: 599px;
	height: auto;
}

#box_photo_goods .flex-direction-nav a {
	top: 63%;
	/*bottom: 0;*/
}

/* 180208 staff profile -- year th -- */

.staff_page #box_player_data .otherTable th {
	width: 35%;
}

/* 2018/06/27 */

#contents section p.prof_caution {
	color: #ff0000;
	margin: 0 0 1em 0;
	float: none;
	clear: left;
	font-size: 1.4rem;
}

#contents #cat_second p.prof_caution,
#contents #rental p.prof_caution {
	margin-bottom: 2em;
}

body.list_join #box_player section p.prof_caution {
	margin-top: -40px;
	margin-bottom: 40px;
}


/* sp */

@media screen and (max-width: 599px) {
	#box_ttl h1 span.dot {
		font-size: 4vw;
		position: static;
		display: inline !important;
		padding: 0 !important;
	}

	#box_nav {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav.snav {
		margin: 0;
	}

	nav.snav>ul {
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		align-items: center;
		-webkit-align-items: center;
		flex-direction: row;
		-webkit-flex-direction: row;

		margin-top: 1em;
	}

	nav.snav>ul li {
		font-size: 3.4375vw;
		/* 11px */
		float: none;
		height: auto;
		margin-right: 0;
		/*background-color: #dc5d5d;*/
	}

	nav.snav>ul li a {
		padding: 0;
		border: none;
		display: block;
	}

	/*  */

	#box_nav h3 {
		float: none;
		font-size: 6.25vw;
		/* 20px */
		margin-top: 0.6em;

	}

	#box_nav h3:after {
		display: none;
	}

	#season_selector {
		display: none;
	}

	/*  */

	#box_cnav {
		width: 98%;
		margin: 0 auto;

		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		flex-direction: row;
		-webkit-flex-direction: row;
	}

	#btn_prev,
	#btn_next {
		/*position: absolute;*/
		/*top: 24px;*/
		/*margin: 0;*/

		font-size: 3.125vw;
		/* 10px */

		top: 0;

		position: static;
	}

	#btn_prev {
		left: 0.4em;
	}

	#btn_next {
		right: 0.4em;
	}

	#btn_prev a {
		padding-left: 20px;
		padding-top: 0;
	}

	#btn_next a {
		padding-right: 20px;
		padding-top: 0;
	}

	#btn_next a,
	#btn_prev a {
		font-size: 0px;
		width: 0px;
		height: 0px;
	}

	#btn_next a:after,
	#btn_prev a:after {
		/*		content: '';
		width: 36px;
		height: 36px;
		border-top: 4px solid #23b7fe;
		border-right: 4px solid #23b7fe;
		position: absolute;
		top: 0;*/

		width: 18px;
		height: 18px;
		top: -18px;

	}

	/*  */

	#box_cnav div.inner {
		padding-left: 0;
		padding: 0 1em;
		border: none;

		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: flex-start;
		align-items: center;
		-webkit-align-items: center;
		flex-direction: row;
		-webkit-flex-direction: row;
	}

	p.typo_position {
		font-size: 6.25vw;
		/* 20px */
		height: auto;
		line-height: 1;
		padding-right: 1.2em;
	}

	p.typo_position:after {
		top: 0;
		height: 1em;
		border-right-width: 2px;
	}

	#box_cnav h4 {
		font-size: 5.625vw;
		/* 18px */
		margin: 0;
	}

	#box_cnav h4 span.kana,
	#box_cnav h4 span.typo_name_e {
		font-size: 2.5vw;
		/* 10px */
		/*margin: 0;*/
		display: block;
	}

	#box_cnav h4 span.kana {}

	/*  */

	#contents {
		width: 100%;
	}

	#box_ttl_prof {
		width: 100%;
	}

	#box_ttl_prof h5 {
		font-size: 5.625vw;
		/* 18px */
		/*margin-bottom: 0.4em;*/

		width: 96%;
		padding-left: 0;
		text-indent: 0;
		float: none;
		margin: 0 auto 0.4em;
	}

	#box_ttl_prof h5 br {
		display: none;

	}

	#box_ttl_prof div.sns {
		position: static;
		text-align: center;
		clear: both;
	}

	/*  */

	#box_main_img {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	#box_main_img ul {
		width: 100%;

		order: 1;

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

		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;

	}




	#box_main_img ul li {
		float: none;
		margin: 0;
	}

	#box_main_img ul img {
		width: 100% !important;
		height: auto !important;
	}

	#box_main_img ul li:first-child img,
	#box_main_img ul li:first-child {
		width: auto;
		display: none;
	}




	#box_main_img>p {
		width: 100%;
		height: auto;
		float: none;
		min-height: initial;

		order: 0;
	}

	/*  */

	#box_etc {
		width: 96%;
		margin: 0 auto;
	}

	#typo_message {
		font-size: 3.4375vw;
		/* 11px */
		margin-bottom: 1em;
	}

	/*  */

	#box_etc dl dt {
		font-size: 3.4375vw;
		/* 11px */
		float: none;
	}

	#box_etc dl dt,
	#box_etc dl dd {
		padding: 0.2em 0;
	}

	#box_etc>dl dd {
		font-size: 3.4375vw;
		/* 11px */
		padding-left: 0;
		padding-bottom: 0.6em;
		margin-bottom: 0.6em;

	}

	/*  */

	#box_official {}

	#box_player_data h4,
	#box_personal_deta h5,
	#box_conn h6,
	#box_official h6 {

		/*		float: left;
		padding-right: 28px;
		position: relative;
		height: 32px;
		line-height: 1;
		float: left;*/

		font-size: 4.6875vw;
		/* 15px */
		float: none;
		height: 1em;
		padding-right: 0;


	}

	#box_player_data h4:after,
	#box_personal_deta h5:after,
	#box_conn h6:after,
	#box_official h6:after {
		display: none;
		/*		-webkit-transform: skew(-36deg);
		-ms-transform: skew(-36deg);
		-moz-transform: skew(-36deg);
		-o-transform: skew(-36deg);
		transform: skew(-36deg);
		
		content: '';
		
		display: block;
		position: absolute;
		
		top: -8px;
		right: 10px;
		height: 90%;
		
		z-index: 2;
		border-right: 3px solid #2cbafe;*/
	}

	#box_official ul {
		width: 100%;
		margin-left: 0;
		margin-top: 1em;
	}

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

	/*  */

	p.img_sns {
		width: 40%;
		height: auto;
	}

	#box_official li div.inner {
		width: 55%;
		margin: 0;
		padding-top: 0.4em;
		float: right;
	}

	#box_official li div.inner span {
		padding-left: 0 !important;
	}

	#box_official li div.inner span,
	#box_official li div.inner strong {
		font-size: 2.81vw;
		/* 10px */
	}

	#box_official li div.inner img {
		position: static !important;
		display: block;

	}

	/*  */

	#box_conn ul {}

	#box_conn li {
		width: 50%;
		margin-right: 0;
		font-size: 3.125vw;
		/* 10px */
	}

	#box_conn li img {
		width: 96%;
		height: auto;
	}

	/*  */

	div.tab_contents {
		width: 96% !important;
		margin: 0 auto;
	}

	div.tab_contents h5 {
		margin-bottom: 0.4em !important;
		height: auto !important;
	}

	#box_official_site table,
	#J-league_data table,
	#box_prof table {
		margin-bottom: 20px;
	}

	#box_player_data table {
		margin-bottom: 0;
	}

	#box_player_data table th,
	#box_player_data table td {
		width: auto;
	}

	#box_player_data table:first-of-type {
		border-left: 1px solid #dddddd;
	}

	#box_player_data table:first-of-type tr {
		display: block;
	}

	#box_player_data table:first-of-type tr td {
		width: 70%;
		display: block;
		float: left;

	}

	#box_player_data table:first-of-type tr td:first-of-type {
		/*background-color: #000;*/
		width: 30%;
		border-left: none;

	}

	#box_player_data table:first-of-type th {
		display: block;
		width: 100%;
		clear: both;
	}

	/*  */

	#box_player_data h4 {
		margin-top: 2em;
	}

	/*  */


	#box_photo_goods {
		width: 100% !important;
	}

	#box_photo_goods h4 {
		width: 96%;
		margin: 0 auto;

	}

	.flexslider {
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.flexslider .slides>li {
		height: auto !important;
	}

	.flexslider .slides img {
		/*width: 100%!important;*/
		max-width: 100%;
		max-height: 100vw;
		width: auto;
		height: auto;
	}

	ul.flex-direction-nav {
		display: none;
	}


	ol.flex-control-thumbs {
		margin-bottom: 0;
	}

	ol.flex-control-thumbs li {
		width: 10%;
		margin: 0;
	}

	.flex-control-thumbs {
		display: none;
	}

	/*  */

	#tab_prof.fixed_top div.inner,
	#tab_prof.fixed div.inner,
	#tab_prof.fixed_top ul,
	#tab_prof.fixed ul {
		width: 100%;

	}

	#tab_prof li {
		font-size: 4.375vw;
		/* 14px */
	}

	#tab_prof.fixed {
		display: none;
	}

	#tab_prof.fixed_top li {
		padding-top: 1em;
	}

	/*  */

	#img_bust_up {
		width: 40vw;
	}

	#img_bust_up img {
		width: 70vw;
	}


	/* ギャラリー */

	#box_photo_goods>div.flexslider {
		width: auto !important;
	}

	#box_photo_goods .flexslider .slides>li {
		height: auto !important;
	}

	#box_photo_goods .flex-control-nav {
		top: auto;
		bottom: auto;
		margin-top: 4vw;
	}

	#box_photo_goods .flex-viewport {
		margin-top: 5vw;
	}

	#contents {
		padding-bottom: 0;
	}




















}