/* @override 
	http://203.143.96.127:8001/fanclub/assets/css/fanclub.css
	http://203.143.96.127:8001/fanclub/assets/css/fanclub.css?* */

@charset "UTF-8";

/* CSS Document */

/*==== fc_common ====*/
:root {
	/*color*/
	--main_bk: #111;
	--main_blue: #23b7fe;
	--main_blue_darker: #24ABED;
	--pale_blue: hsl(199, 99%, 80%);

	--pale_blue_light: hsl(199, 100%, 94%);
	--white: hsl(0, 0%, 100%);



	--main_red: #F50000;
	/*色相-彩度(％)-輝度(％-50%中間)*/
	--ex_pale_blue: hsl(202, 65%, 96%);
	--ex_pale_home_blue: hsl(200, 60%, 89%);
	--ex_pale_away_red: hsl(200, 60%, 89%);
	--pale_gray: hsl(0, 0%, 94%);
	--ex_pale_gray: hsl(0, 0%, 96%);
	--ex_pale_gray2: hsl(0, 0%, 98%);

	/*font*/
	--ffDIN_light: "DINNextLTPro-Light", "Roboto", sans-serif;
	--ffDIN_reg: "DINNextLTPro-Regular", "Roboto", sans-serif;
	--ffDIN_med: "DINNextLTPro-Medium", "Roboto", sans-serif;
	--ffDIN_bold: "DINNextLTPro-Bold", "Roboto", sans-serif;
	--ffDIN_cond_med: "DINNextLTPro-MediumCond", "Roboto Condensed", sans-serif;
	--ffDIN_cond_reg: "DINNextLTPro-Condensed", "Roboto Condensed", sans-serif;


	--ffNoto_jp: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body#fanclub article {
	font-family: var(--ffNoto_jp);
	font-weight: normal;
	font-weight: 400;
	position: relative;
	z-index: 0;
}

body#fanclub .sp {
	display: none;
}


body#fanclub article img {
	max-width: 100%;
	vertical-align: bottom;
}

section>.inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}


body#fanclub article {
	/*nest_start*/
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-feature-settings: "palt" 1;
		letter-spacing: 0.025em;
	}

	a {
		color: var(--main_bk);
	}

	p>a {
		color: #0a33ca;
		text-decoration: underline;
		margin: 0 0.1em;
	}

	p>a[target='_blank'] {
		display: inline-block;
		padding-right: 0.2em;
		position: relative;
		z-index: 0;
	}
	
	p>a[target='_blank']::after {
		content: "";
		width: 17px;
		height: 15px;
		display: inline-block;
		margin-left: 0.2em;
		position: relative;
		top: 2px;
		
		background-image: url(/fanclub/assets/img/icon_open_in_new.svg);
	background-size: cover;
	background-position: -39px 0;
	}
	
	dd>a.btn_text,
	p>a.btn_text {
	text-decoration: none;
	font-size: 1.6rem;
	transition: 0.3s;
	}
	
	dd>a.btn_text {
	margin-top: 1em;
	}
	
	
	a.btn_text {
	display: inline-block;
	color: #222;
	background-color: var(--pale_blue_light);
	padding: 1.4em 1em 1.4em 1em;
	line-height: 1;
	}
	
	a.btn_text::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 14px;
	position: relative;
	top: 1px;
	margin-right: 4px;
	background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
	background-size: cover;
	background-position: -32px 0;
	}
	
	/*nest_end*/
}




section>.inner h2 {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.4;
}


/*==== #bar_btm_fc_entry ====*/

#bar_btm_fc_entry {
	width: 100%;
	height: 72px;
	background-color: var(--main_red);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

#bar_btm_fc_entry>a {

	width: 100%;
	height: 100%;

}

#bar_btm_fc_entry>a>.inner {
	width: 1024px;
	height: 72px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#bar_btm_fc_entry>a>.inner>p {
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	font-weight: 700;
}

#bar_btm_fc_entry>a>.inner>figure {
	width: 160px;
	height: 90px;
	display: block;
	overflow: hidden;
	position: relative;
	top: -8px;
	margin-right: 8px;
}

#bar_btm_fc_entry>a>.inner>figure>img {
	width: 100%;
}

/*==== button ====*/

.set_btns {
	width: 100%;
	max-width: 1024px;
	display: flex;
	margin: 56px auto 0 auto;
	line-height: 1;
	gap: 20px;
}

.set_btns.center {
	justify-content: center;
}


.set_btns li.btn_ol {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	font-weight: 500;
	min-width: 280px;
}

.set_btns li.btn_ol>a {
	width: 100%;
	display: block;
	background-color: var(--white);
	transition: 0.3s;
	text-align: center;
	padding: 20px 32px 22px 32px;
	border: 3px solid #222;
	border-radius: 36px;
}

.set_btns li.btn_ol.yl>a {
	background-color: hsl(64, 89%, 85%);
}

.set_btns li.btn_ol.wh>a:hover {
	background-color: #f2f2f2;
}

.set_btns li.btn_ol.yl>a:hover {
	background-color: hsl(64, 89%, 72%);
}

.set_btns li.btn_ol.small>a {
	padding: 11px 32px 14px 32px;
	border-radius: 36px;
}

[class^="btn_ol"] a>span {
	display: inline-block;
	position: relative;
	z-index: 0;
}

li.btn_ol:not(.more)>a:not([target])>span {
	padding-left: 17px;
}

li.btn_ol>a[target='_blank']>span {
	padding-right: 29px;
}


li.btn_ol>a[target='_blank']>span::after,
li.btn_ol:not(.more)>a:not([target])>span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
}

li.btn_ol>a[target='_blank']>span::after {
	width: 22px;
	height: 20px;
	margin-top: -9px;
	right: 0;
	background-image: url(/fanclub/assets/img/icon_open_in_new.svg);
	background-size: cover;
	background-position: -53px 0;
}

li.btn_ol:not(.more)>a:not([target])>span::before {
	width: 13px;
	height: 16px;
	margin-top: -7px;
	left: 0;
	background-image: url(/common_2017/svg/icon_arrow_mini_colors.svg);
	background-size: cover;
	background-position: -40px 0;

}





/*==== lp banners ====*/

ul.box_lp_bnrs {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}



ul.box_lp_bnrs a {
	display: block;
	background-color: #fff;
	transition: 0.3s;
}

ul.box_lp_bnrs a figcaption {
	transition: 0.3s;
}

ul.box_lp_bnrs a:hover figcaption {
	color: var(--main_blue);
}

ul.box_lp_bnrs a img {
	transition: 0.3s;
}

ul.box_lp_bnrs a:hover img {
	opacity: 0.7;
}


/*==== sub nav current ====*/
.fc_home nav#snav>ul>li:nth-of-type(1)>a:link,
.fc_home nav#snav>ul>li:nth-of-type(1)>a:hover,
.fc_ently_flow nav#snav>ul>li:nth-of-type(3)>a:link,
.fc_ently_flow nav#snav>ul>li:nth-of-type(3)>a:hover,
.fc_about nav#snav>ul>li:nth-of-type(4)>a:link,
.fc_about nav#snav>ul>li:nth-of-type(4)>a:hover,
.fc_terms nav#snav>ul>li:nth-of-type(5)>a:link,
.fc_terms nav#snav>ul>li:nth-of-type(5)>a:hover,
.fc_viewing_history nav#snav>ul>li:nth-of-type(6)>a:link,
.fc_viewing_history nav#snav>ul>li:nth-of-type(6)>a:hover,
.fc_contact nav#snav>ul>li:nth-of-type(7)>a:link,
.fc_contact nav#snav>ul>li:nth-of-type(7)>a:hover{
	pointer-events: none;
	color: var(--main_blue);
}

/*==== /sub nav ====*/

/*==== 2nd pages ttl ====*/

#wrapper:not(.fc_home) #page_ttl{
width: 100%;
background: linear-gradient(90deg, #B3E6FF 0%, hsl(199, 100%, 95%) 50%, #23B7FE 100%);
position: relative;
z-index: 0;



/*nest-start*/

h1{
position: relative;
z-index: 10;
}

h1>a{
display: block;
}

.inner {
	width: 1024px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 0;
}

.inner::before,
.inner::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 600px;
	height: 100%;
	background-repeat: no-repeat;
background-image: url(/fanclub/assets/img/bg_home_kv_slant_white.svg);
background-size: cover;
}

.inner::after {
opacity: 0.2;
	margin-left:60px ;
background-position: 0 -420px;
}

.inner::before {
	margin-left:-700px ;
opacity: 0.6;
background-position: 0 -240px;
}

#box_ttl_imgs {
	position: absolute;
	left: 50%;
	width:400px;
	height: 120px;
	top: 0;
	margin-left: calc(400px / 2 * -1);
	z-index: 0;
}

#box_ttl_imgs>span {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}

#box_ttl_imgs>span>img {
	width: 100%;
	height: auto;
	vertical-align:baseline;
}

#box_ttl_imgs>span.circle_fronta {
	width: 112px;
	height: 112px;
	border-radius: 52px;
	margin-left: -194px;
	margin-top: -32px;
}

#box_ttl_imgs>span.circle_cabrera {
	width: 72px;
	height: 72px;
	border-radius: 32px;
	margin-top: -48px;
	margin-left: -32px;
}

#box_ttl_imgs>span.card{
	width: 102px;
	height: 64px;
	border-radius: 5px;
	margin-left: 80px;
	transform: rotate(-15deg);
}


/*nest-end*/
}


/*==== 2nd pages lead ====*/

#sec_lead {
	position: relative;
	z-index: 0;
	/*nest-start*/
	.inner {
	padding: 64px 0 0 0;
	}
	
	.inner>h2 {
	text-align: center;
	font-size: 4rem;
	line-height: 1;
	}
	
	.inner>h2>small[lang='en'] {
	font-family: "Outfit", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	top: 0.8em;
	position: relative;
	color: var(--main_blue);
	}
	
	div.box_text{
	margin-top: 2.5em;
	}
	
	div.box_text>p {
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: bold;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.07em;
	margin-top: 1em;
	}
	
	div.box_text>p:nth-of-type(1) {
		margin-top: 0;
	}
	
	div.box_text.center>p {
	text-align:center;
	}
	/*nest-end*/
}



/*==== bottom contact ====*/

#wrapper_fc_bottom {
	width: 1024px;
	margin: 64px auto 0 auto;
	text-align: center;
	border-top: 1px solid var(--pale_blue);
	padding-top: 56px;

	/*nest-start*/

	ul.set_btns {
		border-top: 1px solid var(--pale_blue);
		margin-top: 32px;
		padding-top: 32px;
	}


	h4,
	h5 {

		line-height: 1;
	}
	
	
	

	h4 {
		font-size: 2.8rem;
		text-align: center;
	}

	ul.box_lp_bnrs {
		margin-top: 24px;

	}



	/*nest-end*/
}

#box_fc_contact {
	margin-top: 48px;
	text-align: left;
	z-index: 0;
	position: relative;
	/*nest-start*/


	h5[lang='en'] {
		font-family: "Outfit", sans-serif;
		font-size: 4.2rem;
		text-align: left;
		font-weight: bold;
		font-weight: 500;
		padding-top: 0.3em;
		padding-bottom: 0.18em;
		text-transform: uppercase;
		border-bottom: 6px solid #111;
		display: inline-block;
		position: relative;
		z-index: 10;
	}
	
	
	h5::before {
		content: "";
		display: inline-block;
		position: relative;
		width: 1em;
		height: 1.4em;
		z-index: -1;
		background-color: var(--pale_blue_light);
		margin: 0 0.6em;
		transform: skew(30deg);
		vertical-align: bottom;
		top: 4px;
		left: -0.2em;
		margin-right: -0.7em;
	}

	h5>small {
		color: var(--main_blue);
		font-size: 1.8rem;
		margin-left: 0.5em;
	}

	.inner {
		border: 6px solid var(--main_blue);
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		position: relative;
		z-index: 0;
		margin-top: -6px;
		text-align: center;
		padding: 32px 48px 48px 48px;
		position: relative;
		z-index: 0;
	}

	.inner::before {
		content: "";
		display: block;
		width: 6px;
		height: 218px;
		background-color: var(--main_bk);
		position: absolute;
		left: -6px;
		top: 0;
	}

	h6 {
		font-size: 2rem;
		font-weight: bold;
		font-weight: 600;
		letter-spacing: 0.05em;
	}

	p.tel_num {
		font-family: var(--ffDIN_light);
		font-size: 7.2rem;
		position: relative;
		line-height: 1;
		margin-top: 0.4em;
		z-index: 0;
	}

	p.tel_num>strong {
		font-family: var(--ffDIN_med);
		font-weight: normal;
		color: var(--main_blue);

	}

	p.tel_num span.phoneword {
		display: inline-block;
		position: relative;
		z-index: 0;
	}

	p.tel_num span.phoneword>span {
		font-family: var(--ffNoto_jp);
		display: block;
		position: absolute;
		font-size: 1.8rem;
		font-weight: 700;
		top: -1.2em;
		width: 100%;
		text-align: center;
	}

	p.tel_num+p.note {
		font-size: 1.6rem;
	}

	/*nest-end*/
}




/*==== fc_home ====*/

[id^="sec_"] header>h2 {
	font-size: 2rem;
	line-height: 1.3;
}

[id^="sec_"] header>h2>strong[lang='en'] {
	font-size: 4.8rem;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.025em;
}


[id^="sec_"] header>h2>strong>span {
	color: var(--main_blue);
}




/*==#box_page_kv_home==*/
#box_page_kv_home {
	height: 720px;
	position: relative;
	z-index: 0;
	background-color: var(--pale_blue);
	/*nest-start*/

	div.bg_stadium {

		height: 720px;
	}


	/*main title*/

	#box_main_title {
		position: absolute;
		z-index: 20;
		bottom: 32px;
		left: 50%;
		width: 820px;
		margin-left: calc((820px / 2) * -1);
	}

	#box_main_title>img {
		display: none;
	}

	#box_main_title h1>strong {
		display: block;
		margin-top: 8px;
	}

	#box_main_title h1>span.sub {
		display: flex;
		align-items: center;
		background-color: var(--pale_blue);
		position: relative;
		z-index: 0;
		box-sizing: border-box;
		height: 40px;
		margin-left: 2px;
		padding: 0 0 0 12px;
		line-height: 1.2;
		font-feature-settings: "palt" 1;
		font-size: 1.9rem;
		letter-spacing: 0.05em;
	}

	#box_main_title h1>span.sub small[lang="en"] {
		text-transform: uppercase;
		font-family: "Outfit", sans-serif;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		margin-right: 0.5em;
		font-weight: 700;
	}

	/*bg slant*/
	div.box_bg {
		overflow: hidden;
		width: 2400px;
		height: 720px;
		background-color: var(--pale_blue);
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -1200px;

		z-index: 0;
	}

	div.bg_stadium {
		overflow: hidden;
		position: relative;
		z-index: 0;
		width: 70%;
	}

	div.bg_stadium>img {
		height: 100%;
		max-width: initial;
		width: 85%;
		position: relative;
		top: 0%;
		left: 5%;
	}

	div.bg_pale_blue {
		position: absolute;
		height: 100%;
		background-color: var(--pale_blue);
		top: 0;
		left: 52%;
		overflow: hidden;
		transform: skew(-30deg);
	}

	div.bg_pale_blue>img {
		transform: skew(25deg);
		opacity: 0.3;
		position: relative;
		top: -50%;
	}

	#box_main_title>div[class^="img_mascot_"] {
		overflow: hidden;
		position: absolute;
		background-color: #fff;
		top: 0;
	}

	#box_main_title>div.img_mascot_fronta {
		width: 248px;
		height: 248px;
		border-radius: calc(248px / 2);
		left: -280px;
		top: -95px;
		transform: rotate(-12deg);
	}

	#box_main_title>div.img_mascot_cabrera {
		border-radius: calc(184px / 2);
		width: 184px;
		height: 184px;
		right: -200px;
		top: 65px;
		transform: rotate(-12deg);
	}


	div.catch_main {
		position: absolute;
		top: 32px;
		left: 50%;
		margin-left: 1em;
		z-index: 10;
		width: 574px;
		height: auto;
	}

	div.catch_main>p {
		display: inline-block;
		color: hsl(190, 100%, 88%);
		line-height: 1;
		font-size: 2.3rem;
		position: relative;
		z-index: 0;
		background-color: var(--main_bk);
		font-feature-settings: "palt" 1;
		letter-spacing: 0.1em;
		font-weight: bold;
		font-weight: 700;
		padding: 0.5em;
	}

	div.catch_main>p:nth-of-type(2) {
		margin-left: 2.7em;
		margin-top: -0.5em;
	}
	
	div.catch_main>p:nth-of-type(3) {
		z-index: 10;
		padding-left: 0;
		margin-left: -0.5em;
		margin-top: -0.5em;
	}

	#box_typo_transition {
		position: absolute;
		z-index: 20;
		width: 478px;
		left: 50%;
		top: 20px;
		margin-left: -480px;
	}

	#box_typo_transition>p {
		line-height: 1;
	}
	

	#box_typo_transition>p:last-of-type {
		color: #fff;
		text-align: center;
		font-size: 2.4rem;
		line-height: 1;
		margin-top: 0.3em;
		font-weight: bold;
		font-weight: 700;
	}
	
	/*card*/
	#box_typo_transition>figure {
		position: absolute;
		width: 198px;
		height: auto;
		overflow: hidden;
		border-radius: 9px;
		bottom: -170px;
		box-shadow: 0px 3px 5px hsla(0, 0%, 0%, 0.3);
		transform: rotate(-12deg);
		left: 50%;
		margin-left: -100px;
	}

	/*players*/

	#box_kf_players {
		position: absolute;
		z-index: 20;
		left: 50%;
		margin-left: -140px;
		width: 792px;
		height: 408px;
		top: 96px;
		overflow: hidden;
		/*background-color: rgba(100,100,100,0.8);*/
	}

	#box_kf_players>img {
		display: inline-block;
		position: relative;
		z-index: 0;
		width: auto;
		vertical-align: middle;
	}

	#box_kf_players>img[alt='yasuto'] {
		top: -10px;
		height: 490px;
	}

	#box_kf_players>img[alt='buddy'] {
		margin-left: -328px;
		height: 560px;
		z-index: 10;
		top: -22px;
	}


	/*nest-end*/
}








/*==== #sec_bnrs_lp ====*/

#sec_bnrs_lp {
	padding-top: 64px;

	/*nest-start*/

	.set_btns {
		margin-top: 56px;
	}

	header {
		text-align: center;
	}

	h2 {
		text-align: center;
		font-size: 2.8rem;
		color: var(--main_blue);
		font-weight: bold;
		font-weight: 500;
		display: inline-block;
		position: relative;
	}

	h2::before,
	h2::after {
		content: "";
		display: inline-block;
		width: 1em;
		height: 1.4em;
		background-color: var(--pale_blue_light);
		margin: 0 0.6em;
		transform: skew(-30deg);
		vertical-align: bottom;
	}

	.box_lp_bnrs.large {
		margin-top: 32px;
		text-align: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.box_lp_bnrs.large>li {
		width: 500px;
	}

	.box_lp_bnrs.large>li img {
		width: 100%;
	}

	.box_lp_bnrs figcaption {
		font-size: 1.8rem;
		font-feature-settings: "palt" 1;
		margin-top: 0.5em;
		letter-spacing: 0.1em;
		font-weight: bold;
		font-weight: 600;
	}

	/*nest-end*/

}

/*==== #box_download_pdf ====*/

#box_download_pdf {
	width: 1024px;
	height: auto;
	margin-top: 64px;

	/*nest-start*/
	.inner {
		position: relative;
		z-index: 0;
		background-color: var(--main_blue);
		display: flex;
		flex-wrap: nowrap;
		border-radius: 10px 10px 10px 10px;
		height: 160px;
	}

	h3 {
		width: 256px;
		background-color: var(--main_bk);
		text-align: center;
		box-sizing: border-box;
		color: var(--main_blue);
		font-size: 2.4rem;
		line-height: 1.4;
		border-radius: 10px 0px 0px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 0.3em;
	}

	.inner>a {
		display: flex;
		align-items: center;
		width: calc(100% - 240px);
		padding: 32px 24px 24px 104px;
		box-sizing: border-box;
		transition: 0.3s;
		position: relative;
		z-index: 0;
	}


	.inner>a::before {
		content: "";
		display: block;
		width: 52px;
		height: 48px;
		margin-top: -24px;
		position: absolute;
		top: 50%;
		left: 28px;
		/*background-color: hsla(0,0%,0%,0.3);*/
		background-image: url(/common_2017/svg/icon_arrow_huge_4c.svg);
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-size: cover;
		transition: 0.3s;
	}

	.inner>a:hover::before {
		transform: translate(12px, 0);
	}

	a>p {
		color: #fff;
		font-size: 2.8rem;
		line-height: 1.3;
		font-weight: 600;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.05em;
	}

	a>p>small {
		font-size: 1.4rem;
		display: inline-block;
		top: -0.7em;
		position: relative;
	}

	figure {
		position: absolute;
		z-index: 0;
		bottom: 0;
		right: 40px;
		width: 220px;
		height: 200px;
		overflow: hidden;
	}

	figure>img {
		position: relative;
		top: 12px;
		z-index: 10;
		width: 160px;
		transition: 0.3s;
	}

	figure::after {
		content: "";
		background-color: hsla(0, 0%, 0%, 0.2);
		display: block;
		position: absolute;
		z-index: 0;
		width: 160px;
		height: 160px;
		right: 36px;
		bottom: 0;
		transform: skew(-15deg);
		transition: 0.3s;
	}

	a:hover figure>img {
		top: 0;
	}

	a:hover figure::after {
		transform: translate(-12px, 0) skew(-8deg);
	}

	p.note {
		text-align: center;
		font-size: 1.6rem;
		margin-top: 0.5em;
	}

	/*nest-end*/
}


/*==== #sec_season_transition ====*/

#sec_season_transition {
	margin-top: 80px;
	position: relative;
	z-index: 0;
	overflow: hidden;

	/*nest-start*/
	.inner {
		padding-bottom: 96px;
		text-align: center;
		position: relative;
		z-index: 0;
	}

	.inner::before,
	.inner::after {
		content: "";
		display: block;
		position: absolute;
		top: 16.5em;
		left: 50%;
		z-index: 1;
		width: 150%;
		height: calc(100% - 330px);
		background-color: #ffe4e4;
		transform: skew(-30deg);
	}

	.inner::before {
		margin-left: -212%;
	}

	.inner::after {
		margin-left: 60%;
	}

	header h2 {
		font-size: 3.2rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		color: var(--main_red);
	}

	header h2+p {
		margin-top: 0.5em;
		line-height: 1.6;
		font-size: 1.8rem;
		font-weight: bold;
		font-weight: 500;
	}

	h3 {
		display: inline-block;
		background-color: #FFE5E5;
		font-size: 2rem;
		margin-top: 2em;
		line-height: 1;
		padding: 1em 1.2em 1em 1.2em;
	}

	figure {
		margin-top: 16px;
	}

	figure+p {
		margin-top: 1.5em;
		font-size: 1.8rem;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.05em;
		font-weight: 600;
	}

	p+.set_btns {
		margin-top: 2em;
	}

	/*nest-end*/
}





/*==== #sec_fc_home_ready ====*/
#sec_fc_home_ready {
	background-color: var(--pale_blue_light);
	padding-bottom: 112px;
	padding-top: 48px;
	
	position: relative;
	z-index: 0;
	

	/*nest-start*/
	.bg_ptrn{
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	display: block;
	background-image: url(/fanclub/assets/img/bg_pattern_slant_wh.svg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	}
	
	.inner {
		position: relative;
		z-index: 10;
	}
	
	header {
		text-align: center;
	}


	#fc_ck_cards {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
		text-align: center;
	}


	#fc_ck_cards>li {
		width: 316px;
		box-sizing: border-box;
		background-color: #fff;
		border-radius: 4px 16px 4px 16px;
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
		transition: 0.3s;
	}

	#fc_ck_cards>li:hover {
		transform: translateY(-8px);
		box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
	}

	#fc_ck_cards>li .inner {
		padding: 32px 24px 18px 24px;
		position: relative;
		z-index: 0;
	}

	#fc_ck_cards>li h3 {
		font-size: 2.6rem;
		line-height: 1;
		color: var(--main_blue);
	}

	#fc_ck_cards>li h3+p {
		margin-top: 1em;
		min-height: 5.5em;
		line-height: 1.6;
		position: relative;
		z-index: 10;
	}

	#fc_ck_cards>li figure {
		margin-top: -18px;
		position: relative;
		z-index: 0;
	}

	#fc_ck_cards>li p.btn_more {
		width: 90%;
		margin: 0 auto;
		font-size: 2rem;
		text-transform: uppercase;
		font-family: "Outfit", sans-serif;
		padding: 24px 0 26px 0;
		border-top: 2px dotted var(--main_blue);
	}

	#fc_ck_cards>li a {
		display: block;
	}

	/*nest-end*/

}


/*==== fc_home_info ====*/
#sec_fc_home_info {
	position: relative;
	z-index: 10;
	margin-top: -48px;

	/*nest-start*/

	header {
		text-align: center;
		position: relative;
		z-index: 0;
	}


	h2 span.icon {
		display: inline-block;
		width: 96px;
		height: auto;
	}





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

	#box_fc_info_include {
		margin-top: 48px;
	}

	dl {
		position: relative;
		z-index: 0;
	}

	dl>dt,
	dl>dd {
		font-size: 1.6rem;
		line-height: 1.6;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.025em;
		position: relative;
		z-index: 0;
		box-sizing: border-box;
	}

	dl>dt {
		width: 12em;
		text-align: right;
		font-weight: bold;
		font-weight: 700;
		margin-top: 3em;

	}

	dl>dd {
		padding-left: 13em;
		margin-top: 1.25em;
	}
	
	dl>dt+dd {
		margin-top: -1.6em;
	}



	dl>dd>a {
		transition: 0.3s;
	}

	dl>dd>a:hover {
		color: var(--main_blue_darker);
	}



	ul.set_btns {
		margin-top: 56px;
	}



	/*nest-end*/


}



/* ==== sec_apply ==== */

#sec_howto,
#sec_apply_others{
	margin-top: 64px;
	/*nest-start*/
	.inner{
	text-align: center;
	}
	
	h3{
	text-align: center;
		font-size: 2.4rem;
		color: var(--main_blue);
		font-weight: bold;
		font-weight: 500;
		display: inline-block;
		position: relative;
		z-index: 0;
		margin-top: 56px;
	}
	
	h3:first-of-type {
		margin-top: 0;
	}
	
	h3::before,
	h3::after {
		content: "";
		display: inline-block;
		width: 1em;
		height: 1.4em;
		background-color: var(--pale_blue_light);
		margin: 0 0.6em;
		transform: skew(-30deg);
		vertical-align: bottom;
	}
	
	ul{
		display: flex;
		margin-top: 32px;
		justify-content: space-between;
	}
	
	
	
	ul.devices>li>a {
		display: block;
		height: 440px;
		background-color: #f0f0f0;
		box-sizing: border-box;
		padding: 24px 24px 0 24px;
		border-radius: 6px;
		transition: 0.3s;
	}
	
	ul.devices>li>a:hover {
		background-color: var(--pale_blue_light);
	}
	
	ul.devices.x2>li {
		width: 504px;
	}
	
	ul.x3>li {
		width: 330px;
		background-color: #f0f0f0;
		box-sizing: border-box;
		border-radius: 6px;
		padding: 24px 20px 20px 18px;
		
		height: 524px;
	}
	
	ul h4 {
		font-size: 4.8rem;
		font-weight: bold;
		font-weight: 500;
		color: var(--main_blue);
		text-align: center;
		line-height: 1.2;
	}
	
	ul h4>span {
		display: inline-block;
		padding-left: 28px;
		text-decoration: underline;
		position: relative;
		z-index: 0;
	}
	
	ul h4>span::before {
		content: "";
		display: block;
		position: absolute;
		width: 22px;
		height: 32px;
		top: 50%;
		left: 0;
		margin-top: -13px;
		background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: -76px 0;
	}
	
	ul.x3>li>h4 {
		font-size: 2.8rem;
	}
	
	

	
	figure {
		height: 260px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: 0.3s;
	}
	
	figure>img {
		height: 84%;
		width: auto;
	}
	
	ul.x3>li>h4+p,
	figure+p {
		font-size: 1.6rem;
		line-height: 1.6;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.03em;
		font-weight: bold;
		font-weight: 600;
	}
	
	ul.x3>li>h4+p {
		font-weight: bold;
		font-weight: 500;
		margin-top: 1em;
		height: 7em;
	}
	
	ul.devices li>a:hover figure {
		transform: translateY(-15px);
	}
	
	ul.x3>li>figure {
		width: 186px;
		height: 186px;
		border-radius: calc(186px / 2);
		overflow: hidden;
		background-color: #fff;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	ul.x3>li>figure>img {
		width: 100%;
		height: auto;
	}
	
	ul.x3>li>p.note {
		font-size: 1.4rem;
		font-weight: normal;
		color: #555;
		margin-top: 1em;
	}
	
	ul.x3>li:nth-of-type(2)>figure>img{
		width: 76%;
		height: auto;
	}
	
	
	
	/*nest-end*/
}


#sec_apply_others {
	/*nest-start*/
	
	#box_other_points{
	background-color: #f0f0f0;
	margin-top: 32px;
	}
	
	#box_other_points>p {
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 1.6em;
	}
	
	#box_other_points>p>strong {
		text-decoration: underline;
	}
	
	ul.spots {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
		flex-wrap: wrap;
	}
	
	ul.spots>li {
	width: 50%;
	box-sizing: border-box;
	padding: 28px 32px 32px 32px;
	border-top: 2px solid #fff;
	text-align: left;
	}
	
	ul.spots>li:nth-of-type(odd) {
		border-right: 2px solid #fff;
	}
	
	ul.spots>li>h4 {
		text-align: left;
		font-size: 2.4rem;
		line-height: 1.3;
	}
	
	ul.spots>li>h4+p {
		margin-top: 0.5em;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	ul.spots .set_btns {
		margin-top: 1em;
		justify-content: flex-start;
		gap:16px;
	}
	
	ul.spots li.btn_ol {
		font-size: 1.6rem;
	min-width: 180px;
	}
	
	ul.spots li.btn_ol>a {
		padding: 0.75em 0.3em 0.8em 0.3em;
	}
	
	/*nest-end*/
}

/* ==== sec_about_fc ==== */
#wrapper.fc_about #sec_lead{
	/*nest-start*/
	figure{
	width: 666px;
	height: auto;
	margin: 32px auto 0 auto;
	}
	
	figure>span {
		display: block;
		height: 400px;
		overflow: hidden;
		border-radius: 12px;
	}
	
	figure>figcaption {
		margin-top: 0.7em;
		color: #555;
	}
	/*nest-end*/
}


/*sttl*/

#wrapper.fc_viewing_history,
#wrapper.fc_about{
	
	/*nest-start*/
	
	h3{
	font-size: 2.4rem;
	line-height: 1.3;
	border-left: 9px solid var(--main_blue);
	padding: 0.3em 0 0.4em 0.25em;
	}
	
	h3+p,h4+p{
		font-size: 1.6rem;
		margin-top: 1em;
		line-height: 1.8;
	}
	
	
	
	/*nest-end*/
}


/*#sec_fc_about_outline*/
#sec_fc_about_outline {
	margin-top: 48px;
	
	/*nest-start*/
	
	dl.outer {
		margin-top: 24px;
		display: flex;
		flex-wrap: wrap;
	}
	
	dl.outer>dt,
	dl.outer>dd{
		font-size: 1.6rem;
		line-height: 1.5;
		border-bottom: 1px solid var(--pale_blue);
		box-sizing: border-box;
	}
	
	dl.outer>dt {
		font-weight: bold;
		font-weight: 700;
		width: 8em;
		padding: 1.75em 0 1.75em 0;
	}
	
	dl.outer>dd {
		width: calc(100% - 8em);
		padding: 1.75em 1em 1.75em 1em;
	}
	
	dl.outer>dd>figure {
		width: 440px;
		height: auto;
		overflow: hidden;
		border-radius: 6px;
	}
	
	dl.outer dl {
		display: flex;
		flex-wrap: wrap;
	}
	
	dl.outer dl>dt,
	dl.outer dl>dd {
		padding: 1em 1em 1em 0;
	}
	
	dl.outer dl>dt{
		width: 10em;
	}
	
	dl.outer dl>dd{
		width: calc(100% - 10em);
	}
	
	/*nest-end*/
}


#sec_fc_results {
	margin-top: 64px;
	/*nest-start*/
	
	ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:32px 24px;
	margin-top: 32px;
	}
	
	ul>li {
	width: 324px;
	}
	
	ul>li figcaption {
		font-size: 1.6rem;
		margin-top: 0.3em;
	}
	/*nest-end*/
}


/*=== viewing history ===*/

#wrapper.fc_viewing_history {
	/*nest-start*/
	
	.box_text{
	
	}
	
	.box_text::after {
	content: '.';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
	
	.box_fig{
	width: 45%;
	position: relative;
	z-index: 0;
	display: block;
	float: right;
	margin-top: 24px;
	margin-left: 32px;
	}
	
	.box_fig span {
		display: block;
	}
	
	.box_fig span.circle {
		width: 384px;
		height: 384px;
		border-radius: calc(384px / 2);
		overflow: hidden;
	}
	
	.box_fig span.phone {
		position: absolute;
		height: 344px;
		top: 0;
		right: 0;
	}
	
	.box_fig span.phone>img {
		height: 100%;
	}
	/*nest-end*/
}


/*=== #sec_fc_check_history ===*/

#sec_fc_check_history {
	margin-top: 64px;
	
	h3{
	margin-top: 56px;
	}
	
	h4 {
	margin-top: 1.5em;
	font-size: 1.8rem;
	line-height: 1.4;
	border-bottom: 1px solid #aaa;
	padding-bottom: 0.2em;
	}
	
	h4+p {
		margin-top: 1em;
	}
	
	a.btn_text {
	margin-bottom: 0.5em;
	}
}


/*=== #sec_fc_club_jleague ===*/
#sec_fc_club_jleague {
	margin-top: 56px;
	
}

#sec_fc_check_history,
#sec_fc_club_jleague{
	/*nest-start*/
	div.box_tbl{
	margin-top: 16px;
	}
	
	
	div.box_tbl>dl {
	border: 1px solid #ccc;
	border-bottom: none;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 12px;
	}
	
	div.box_tbl>dl>dt,
	div.box_tbl>dl>dd {
		font-size: 1.6rem;
		line-height: 1.6;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
		padding: 1.5em;
		background-color: #fff;
	}
	
	div.box_tbl>dl>dt {
		width: 300px;
		background-color: var(--pale_blue_light);
	}
	
	div.box_tbl>dl>dd {
		width: calc(100% - 300px);
		border-left: 1px solid #ccc;
	}
	
	div.box_tbl+p.note {
		margin-top: 0.75em;
	}
	
	div.box_tbl>dl>dd>figure {
		margin-top: 24px;
		display: inline-block;
		border: 1px solid #eee;
	}
	
	/*nest-end*/
	
}


/*=== #fc_terms ===*/

#box_accordion {
	margin-top: 40px;
	/*nest start*/
	summary{
	list-style: none;
	display: block;
	font-size: 2.4rem;
	background-color: var(--pale_blue_light);
	padding: 0.8em 0.5em 0.75em 0.75em;
	margin-top: 4px;
	line-height: 1;
	border-radius: 4px;
	font-weight: bold;
	font-weight: 600;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 0;
	}
	
	summary::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		width: 22px;
		height: 20px;
		top: 50%;
		margin-top: -10px;
		background-image: url(/common_2017/svg/icon_arrow_circle.svg);
		background-size: cover;
		background-position: -25px 0;
		transition: 0.3s;
		transform: rotate(90deg);
	}
	
	details[open] summary::after {
		transform: rotate(-90deg);
	}
	
	div.content{
		font-size: 1.6rem;
		padding: 32px;
		border: 1px solid var(--pale_blue_light);
	}
	
	div.content{
	/*nest-inner-start*/	
		h4{
		font-size: 2rem;
		font-weight: bold;
		font-weight: 700;
		margin-top: 2em;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 0.25em;
		}
		
		h4+p {
			margin-top: 1em;
		}
		
		h4:nth-of-type(1) {
			margin-top: 0;
		}
		
		h5 {
			margin-top: 1em;
			font-size: 1.8rem;
		}
		
		h5+p {
			margin-top: 0.5em;
		}
		
		p {
		line-height: 1.8;
		}
		
		p+p {
			margin-top: 1.5em;
		}
		
		ul {
			padding-bottom: 1em;
			line-height: 1.8;
		}
		
		ul>li {
			margin-top: 1.5em;
			text-indent: -1.2em;
			padding-left: 1em;
		}
		
		ul>li:first-of-type {
			margin-top: 0em;
		}
		
		
	/*nest-inner-end*/	
	}
	
	
	/*nest end*/
}


/*------------------------*/
/*Responsive*/
/*------------------------*/


/* ===== 768px（sp）以内 ===== */

@media (max-width: 768px) {

	/* mq-start */
	
	
	body#fanclub .sp {
	display: block;
	}
	
	body#fanclub .pc {
	display: none;
	}
	
	
	p#btn_gototop {
		bottom: 15vw;
	}
	
	body#fanclub article {
	/*nest_start*/
	
	p>a[target='_blank']::after {
		width: 1.2em;
		height: 1em;
		top: 3px;
		
	background-position: -2.4em 0;
	}
	
	/*nest_end*/
	}

	
	
	
	
	
	section>.inner h2 {
	font-size: 4.375vw;
	}
	
	
	/*==== #bar_btm_fc_entry ====*/

	#bar_btm_fc_entry {
	width: 100%;
	height: 16vw;
	}
	
	#bar_btm_fc_entry>a>.inner {
	width: 100%;
	height: 16vw;
	}
	
	#bar_btm_fc_entry>a>.inner>p {
	font-size: 3.75vw;
	line-height: 1.4;
	}
	
	#bar_btm_fc_entry>a>.inner>figure {
	width: 30vw;
	height: 18vw;
	top: -1vw;
	margin-right: 3vw;
	}
	
	
	/*==== 2nd pages lead ====*/

	#sec_lead {
	width: 88vw;
	margin: 0 auto;
	
	/*nest-start*/
	.inner {
	padding: 10vw 0 0 0;
	}
	
	.inner>h2 {
	font-size: 6.875vw;
	line-height: 1.2;
	}
	
	.inner>h2>small[lang='en'] {
	font-size: 3.75vw;
	top: 0.3em;
	}
	
	div.box_text>p {
	font-size: 4.063vw;
	text-align: left!important;
	}
	
	div.box_text>p>br {
		display: none;
	}
	
	/*nest-end*/
	}
	
	
	
	
	
	/*==== fc_home ====*/
	
	[id^="sec_"] header>h2 {
		font-size: 3.75vw;
	}
	
	[id^="sec_"] header>h2>strong[lang='en'] {
		font-size: 8.75vw;
	}



/*==== #sec_bnrs_lp ====*/

#sec_bnrs_lp {
	padding-top: 8vw;
	/*nest-start*/
	
	h2 {
		font-size: 5vw;
		display: block;
		padding-left: 11vw;
		padding-right: 9vw;
	}
	
	h2::before,
	h2::after {
		display: block;
		position: absolute;
		top: 0;
		width: 1em;
		height: 2.6em;
	}
	
	h2::before {
		left: 3vw;
	}
	
	h2::after {
		right: 3vw;
	}
	
	.box_lp_bnrs {
		width: 88vw;
		margin: 0 auto;
	}
	
	.box_lp_bnrs.large {
		gap:6vw;
	}
	
	.box_lp_bnrs.large>li {
		width: 100%;
	}
	
	.box_lp_bnrs figcaption {
		font-size: 3.125vw;
	}
	
	/*nest-end*/
}

/*==== button ====*/

.set_btns {
	width: 100%;
	max-width: initial;
	display: block;
	margin: 8vw auto 0 auto;
}

.set_btns li.btn_ol {
	font-size: 1.8rem;
	font-weight: bold;
	font-weight: 500;
	min-width: 70vw;
}

.set_btns li.btn_ol:nth-of-type(2) {
	margin-top: 1em;
}

.set_btns li.btn_ol>a {
	padding: 1.4em 1em 1.5em 1em;
	border-radius: 10vw;
}

#sec_bnrs_lp .set_btns {
	margin-top: 8vw;
}


/*==#box_page_kv_home==*/
#box_page_kv_home {
	height: 128vw;
	/*nest-start*/
	
	
	/*bg slant*/
	div.box_bg {
		width: 100%;
		height: 65%;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: auto;

		z-index: 0;
	}
	
	div.bg_stadium {
		width: 120%;
		height: 100%;
	}
	
	div.bg_stadium>img {
		width: 130%;
		position: relative;
		top: 0%;
		left:-26vw;
	}
	
	div.bg_pale_blue {
		width: 50vw;
		left: 102%;
		overflow: hidden;
		transform: skew(-30deg);
	}
	
	div.box_bg_bk {
		width: 100%;
		height: 35%;
		background-color: #111;
		display: block;
		position: absolute;
		top: 65%;
		left: -49.5%;
		z-index: 10;
		transform: skew(-30deg);
	}
	
	
	#box_typo_transition {
		position: absolute;
		z-index: 20;
		width: 68vw;
		left: 16vw;
		top: 2vw;
		margin-left: auto;
	}
	
	#box_typo_transition>p:last-of-type {
		font-size: 3.45vw;
		text-shadow: 0 1px 20px rgba(0,0,0,1);
		background-color: hsla(0,0%,0%,35%);
		padding: 0.2em;
		margin-top: -0.1em;
	}
	
	/*card*/
	#box_typo_transition>figure {
		width: 24vw;
		border-radius: 1.2vw;
		bottom: -20vw;
		transform: rotate(-18deg);
		margin-left: 20vw;
	}
	
	
	#box_main_title {
		z-index: 20;
		bottom: 4vw;
		left: 50%;
		width: 92vw;
		margin-left: calc((92vw / 2) * -1);
	}
	
	
	#box_main_title h1>span.sub {
		height: 4vw;
		padding: 0 0 0 0.5em;
		font-size: 2.2vw;
		line-height: 1;
	}
	
	#box_main_title h1>span.sub small[lang="en"] {
		font-size: 2.65vw;
		margin-right: 0.5em;
	}
	
	#box_main_title>div.img_mascot_fronta {
		width: 30vw;
		height: 30vw;
		border-radius: calc(35vw / 2);
		left: -7vw;
		top: -40vw;
		transform: rotate(-12deg);
	}

	#box_main_title>div.img_mascot_cabrera {
		border-radius: calc(16vw / 2);
		width: 16vw;
		height: 16vw;
		right: auto;
		left: 25vw;
		top: -15vw;
		z-index: -1;
		transform: rotate(-12deg);
	}
	
	
	/*players*/

	#box_kf_players {
		margin-left: -28vw;
		width: 78vw;
		height: 45vw;
		top: 59vw;
		/*background-color: rgba(100,100,100,0.8);*/
	}
	
	#box_kf_players>img {
		position: absolute;
	}
	
	#box_kf_players>img[alt='yasuto'] {
		top: 2vw;
		height: 55vw;
		margin-left: 1vw;
	}

	#box_kf_players>img[alt='buddy'] {
		margin-left: 20vw;
		height: 63vw;
		z-index: 10;
		top: -3vw;
	}
	
	div.catch_main {
		position: absolute;
		top: 33vw;
		margin-left: -40vw;
		z-index: 10;
		width: 85vw;
	}
	
	
	div.catch_main>p {
		font-size: 4.063vw;
	}
	
	div.catch_main>p:nth-of-type(2) {
		padding-right: 5em;
	}
	
	div.catch_main>p:nth-of-type(3) {
		padding-left: 0.5em;
		margin-left: 5.8em;
		margin-top: -0.5em;
	}

	
	
	/*nest-end*/
}





/*==== #box_download_pdf ====*/

#box_download_pdf {
	width: 88vw;
	margin: 12vw auto 0 auto;

	/*nest-start*/
	
	.inner {
	flex-wrap: wrap;
	border-radius: 2.5vw;
	height: auto;
	overflow: hidden;
	}
	
	.inner>a::before {
		width: 20vw;
		height: 18vw;
		
		margin-top: 3vw;
		left: 8vw;
		/*background-color: hsla(0,0%,0%,0.3);*/
	}
	
	h3 {
		width: 100%;
		font-size: 5vw;
		line-height: 1;
		padding: 0.75em 0.5em 0.8em 0.5em;
		border-radius: 0;
	}
	
	h3>br {
		display: none;
	}
	
	.inner>a {
		display: block;
		width: 100%;
		height: 57vw;
		padding: 26px 24px 24px 24px;
		overflow: hidden;
	}
	
	a>p {
		width: 100%;
		font-size: 5vw;
		text-align: center;
	}
	
		a>p>small {
		display: block;
		font-size: 0.7em;
		margin-top: 1em;
		font-weight: normal;
	}
	
	figure {
		right: auto;
		left: 50%;
		width: 40vw;
		height: 32vw;
		margin-left: -12vw;
	}
	
	p.note {
		font-size: 3.125vw;
		line-height: 1.8;
		margin-top: 1em;
	}
	
	/*nest-start*/

}


/*==== #sec_season_transition ====*/

#sec_season_transition {
	/*nest-start*/
	.inner{
	width: 88vw;
	
	}
	
	header h2+p {
		text-align: left;
		font-size: 3.75vw;
		line-height: 1.8;
		margin-top: 1em;
	}
	
	header>h2 {
		text-align: left;
	}
	
	header>p>br {
		display: none;
	}
	
	.inner::before,
	.inner::after {
		top: 23em;
	}
	
	.inner::before {
		margin-left: -220%;
	}
	
	.inner::after {
		margin-left: 75%;
	}
	
	h3 {
		line-height: 1.3;
		padding: 0.8em 1.5em 0.7em 1.5em;
	}
	
	
	/*nest-end*/
}



/*==== #sec_fc_home_ready ====*/
#sec_fc_home_ready {
	padding-bottom: 13vw;
	padding-top: 8vw;

	/*nest-start*/
	
	#fc_ck_cards {
	width: 88vw;
	margin: 0 auto;
	margin-top: 5vw;
	flex-wrap: wrap;
	gap:4vw;
	}
	
	#fc_ck_cards>li {
		width: 100%;
		border-radius: 1vw 6vw 1vw 6vw;
	}
	
	#fc_ck_cards>li .inner {
		padding: 7vw 6vw 2vw 6vw;
	}
	
	#fc_ck_cards>li h3 {
		font-size: 6.875vw;
	}
	
	#fc_ck_cards>li h3+p {
		min-height: initial;
		font-size: 3.75vw;
	}
	
	#fc_ck_cards>li h3+p>br {
		display: none;
	}
	
	#fc_ck_cards>li figure {
		margin-top: 0;
		height: 40vw;
	}
	
	#fc_ck_cards>li figure>img {
		height: 100%;
	}
	
	#fc_ck_cards>li p.btn_more {
		font-size: 5vw;
		padding: 4vw 0 4.5vw 0;
		border-top: 3px dotted var(--main_blue);
	}

	
	
	/*nest-end*/
}


/*==== fc_home_info ====*/
#sec_fc_home_info {
	margin-top: -8vw;
	/*nest-start*/
	
	h2 span.icon {
	width: 18vw;
	}
	
	.inner {
		width: 88vw;
	}
	
	#box_fc_info_include {
		margin-top: 8vw;
	}
	
	dl>dt,
	dl>dd {
	font-size: 3.75vw;
	}
	
	dl>dt {
	width: 100%;
	text-align: center;
	margin-top: 2em;
	border-top: 1px solid #ccc;
	padding-top: 1.5em;
	}
	
	dl>dd {
		padding-left: 0;
	}
	
	dl>dt+dd {
		margin-top: 0.5em;
	}
	
	ul.set_btns {
		margin-top: 12vw;
	}
	
	
	/*nest-end*/
}



/*==== bottom contact ====*/


#wrapper_fc_bottom {
	width: 88vw;
	margin: 10vw auto 0 auto;
	text-align: center;
	border-top: 1px solid var(--pale_blue);
	padding-top: 10vw;

	/*nest-start*/
	
	ul.set_btns {
	margin-top: 8vw;
	padding-top: 8vw;
	}
	
	
	
	h4 {
		font-size: 4.375vw;
		line-height: 1.5;
	}
	
	.box_lp_bnrs {
		flex-wrap: wrap;
		justify-content: center;
		gap:4vw;
		
	}
	
	.box_lp_bnrs>li {
		width: 41vw;
	}


	/*nest-end*/
	
}

/*==== 2nd pages ttl ====*/

#wrapper:not(.fc_home) #page_ttl{
background: linear-gradient(90deg, #B3E6FF 0%, hsl(199, 100%, 95%) 50%, #23B7FE 100%);
/*nest-start*/

.inner {
	width: 100%;
	height: 20vw;
}

h1 {
	margin-left: 3vw;
	width: 40vw;
}

p {
	margin-right: 3vw;
	margin-top: 2.5vw;
	width: 35vw;
}


#box_ttl_imgs {
width: 30vw;
	height: 12vw;
	margin-left: 5vw;
}

#box_ttl_imgs>span.circle_fronta {
	width: 14vw;
	height: 14vw;
	border-radius: 7vw;
	margin-left: -30vw;
	margin-top: 4vw;
	z-index: 10;
}

#box_ttl_imgs>span.circle_cabrera {
	width: 10vw;
	height: 10vw;
	border-radius: 5vw;
	margin-top: -5vw;
	margin-left: -20vw;
	z-index: 0;
}

#box_ttl_imgs>span.card{
	width: 12vw;
	height: 7.5vw;
	border-radius: 1vw;
	margin-left: -7vw;
	margin-top: 8.5vw;
}




/*nest-end*/
}


/*sttl*/

#wrapper.fc_viewing_history,
#wrapper.fc_about{
	
	/*nest-start*/
	
	h3{
	font-size: 4.375vw;
	border-left: 0.5em solid var(--main_blue);
	padding: 0.3em 0 0.4em 0.4em;
	}
	
	h3+p,h4+p{
		font-size: 4.063vwm;
	}
	/*nest-end*/
}



/*==== #box_fc_contact ====*/

#box_fc_contact {
	margin-top: 3vw;
	/*nest-start*/
	
	ul.set_btns {
	width: 100%;
		margin-top: 6vw;
		padding-top: 7.5vw;
	}
	
	
	h5[lang='en'] {
		font-size: 7.5vw;
		border-bottom: 8px solid #111;
	}
	
	h5>small {
		font-size: 0.4em;
	}
	
	.inner {
		border: 8px solid var(--main_blue);
		border-top-right-radius: 6vw;
		border-bottom-left-radius: 6vw;
		margin-top: -8px;
		padding: 6vw 6vw 8vw 6vw;
	}
	
	.inner::before {
		width: 8px;
		height: 50vw;
		left: -8px;
	}
	
	
	h6 {
		font-size: 3.438vw;
	}
	
	p.tel_num {
		font-size: 8.75vw;
		margin-top: 0.7em;
	}
	
	p.note {
		line-height: 1;
		font-size: 3.75vw;
		margin-top: 0.5em;
	}
	
	p.note>span.sp {
		height: 0.5em;
	}

	
	/*nest-end*/
	
}


/* ==== sec_apply ==== */

	#sec_howto,
	#sec_apply_others{
	margin-top: 10vw;
	
	/*nest-start*/
	
	.inner{
	width: 88vw;
	margin: 0 auto;
	}
	
	h3{
		font-size: 5vw;
		display: block;
		margin-top: 8vw;
		line-height: 1.3;
	}
	
	h3::before,
	h3::after {
		display: block;
		position: absolute;
		
		width: 1em;
		height: 106%;
		
		top: -1%;
		
		}
	
	h3::before{
		left: -1vw;
	}
	
	h3::after {
		right: -3.5vw;
	}
	
	
	ul{
		margin-top: 6vw;
		gap:3vw;
		flex-wrap: wrap;
	}
	
	ul.devices>li>a {
		display: block;
		height: auto;
		padding: 3vw 3vw 5vw 3vw;
		border-radius: 1.5vw;
	}
	
	ul.devices.x2>li {
		width: 100%;
	}
	
	ul h4 {
		font-size: 8.75vw;
	}
	
	
	
	figure {
		height: 35vw;
		padding-top: 0.6em;
	}
	
	ul.x2.devices>li:nth-of-type(2) h4 {
		text-decoration: underline;
	}
	
	ul.x2.devices>li:nth-of-type(2) figure{
		overflow: hidden;
		width: 16vw;
		justify-content: flex-start;
		margin: 0 auto;
	}
	
	ul.x2.devices>li:nth-of-type(2) figure>img {
		max-width: initial;
		position: relative;
		right: -1vw;
	}
	
	ul.x2>li>a>figure+p {
		font-size: 4.063vw;
	}
	
	
	ul.x3>li {
		width: calc((100% - 3vw) / 2);
		border-radius: 2vw;
		padding: 4vw 3vw 4vw 18px;
		
		height: 108vw;
	}
	
	
	ul.x3>li p.note {
		font-size: 2.813vw;
	}
	
	
	ul.x3>li>h4 {
		font-size: 4.063vw;
		line-height: 1.4;
	}
	
	ul.x3>li>h4+p{
		font-size: 3.125vw;
		line-height: 1.6;
		height: 9em;
		
		margin-top: 0.5em;
	}
	
	ul.x3>li>h4+p>br {
		display: none;
	}
	
	ul.x3>li:nth-of-type(3) {
		width: 100%;
		height: auto;
	}
	
	ul.x3>li:nth-of-type(3)>h4>br {
		display: none;
	}
	
	ul.x3>li:nth-of-type(3)>h4+p {
		height: auto;
	}
	
	ul.x3>li figure {
		width: 30vw;
		height: 30vw;
		border-radius: 15vw;
	}
	
	ul.x3>li:nth-of-type(3) figure {
		text-align: left;
		margin-top: 1em;
	}
	
	
	/*nest-end*/
	}
	
	
#sec_apply_others {

/*nest-start*/

#box_other_points{
margin-top: 8vw;
}

#box_other_points>p {
font-size: 4.063vw;
text-align: left;
}

ul.spots>li {
	width: 100%;
	padding: 4vw 4vw 4vw 4vw;
	border-top: 3px solid #fff;
	}
	
ul.spots>li .set_btns {
	justify-content: center;
}

ul.spots>li .set_btns li {
	margin: 0;
}

/*nest-end*/
}


#wrapper.fc_about #sec_lead {
/*nest-start*/
 figure{
	width: 82vw;
}

figure>span {
	height: calc(80vw * 0.66);
}

figure>figcaption {
	font-size: 2.813vw;
}


/*nest-end*/
}



/*#sec_fc_about_outline*/
#sec_fc_about_outline {
	width: 88vw;
	margin: 0 auto;
	margin-top: 10vw;
	/*nest-start*/
	
	dl.outer {
		margin-top: 2vw;
	}
	
	dl.outer>dt,
	dl.outer>dd{
		font-size: 3.75vw;
		border-bottom: 2px solid var(--pale_blue);
	}
	
	dl.outer>dt {
		width: 6em;
	}
	
	dl.outer>dd {
		width: calc(100% - 6em);
	}
	
	dl.outer>dd>figure {
		width: 60vw;
		border-radius: 1.5vw;
	}
	
	dl.outer dl {
		display: block;
	}
	
	dl.outer dl>dt,
	dl.outer dl>dd {
		padding: 1.5em 1em 1em 0;
	}
	
	dl.outer dl>dt{
		width: auto;
		padding-bottom: 0.5em;
		font-weight: bold;
		font-weight: 600;
	}
	
	dl.outer dl>dt:first-of-type {
		padding-top: 0.1em;
	}
	
	dl.outer dl>dd{
		width: 100%;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	/*nest-end*/
}


#sec_fc_results {
	margin-top: 10vw;
	/*nest-start*/
	
	.inner{
	width: 88vw;
	}
	
	ul{
	gap:5vw 5vw;
	margin-top: 5vw;
	}
	
	ul>li {
	width: 100%;
	}
	
	ul>li img {
		width: 100%;
	}
	
	ul>li figcaption {
		font-size: 3.75vw;
		margin-top: 0.3em;
	}

/*nest-end*/
}


/*=== #fc_terms ===*/

#box_accordion {
	margin-top: 10vw;
	width: 88vw;
	margin: 8vw auto 0 auto;
	
	/*nest start*/
	summary{
	font-size: 4.688vw;
	line-height: 1.4;
	padding: 0.8em 2.2em 0.75em 0.75em;
	margin-top: 4px;
	border-radius: 1vw;
	}
	
	summary::after {
		right: 3vw;
		width: 5vw;
		height: 4.7vw;
		top: 50%;
		margin-top: -2.2vw;
		background-position: 33% 0;
	}
	
	div.content{
		font-size: 4.063vw;
		padding: 4vw;
	}
	
	div.content{
	/*nest-inner-start*/	
		h4{
		font-size: 4.375vw;

		}
		
		h5 {
			font-size: 3.75vw;
		}
		
		
	/*nest-inner-end*/	
	}

	
	/*nest end*/
}


/*=== viewing history ===*/

#wrapper.fc_viewing_history {
	/*nest-start*/
	
	.box_fig{
	width: 70%;
	
	float: none;
	margin-top: 5w;
	margin-left: auto;
	margin-right: auto;
	}
	
	.box_fig span.circle {
		width: 50vw;
		height: 50vw;
		border-radius: calc(50vw / 2);
	}
	
	.box_fig span.phone {
		height: 50vw;
		top: 0vw;
		right: -3vw;
	}
	
	/*nest-end*/
}


/*=== #sec_fc_check_history ===*/

#sec_fc_check_history {
	margin-top: 12vw;
	width: 88vw;
	margin: 12vw auto 12vw auto;
	/*nest-start*/
	h3{
	margin-top: 12vw;
	}
	
	h4 {
	font-size: 4.063vw;
	}
	
	/*nest-end*/
}


/*=== #sec_fc_club_jleague ===*/
#sec_fc_club_jleague {
	margin-top: 12vw;
	
}

#sec_fc_check_history,
#sec_fc_club_jleague{
	
	width: 88vw;
	margin: 0 auto;
	
	/*nest-start*/
	div.box_tbl{
	margin-top: 10vw;
	}
	
	h3 {
		margin-top: 10vw;
	}
	
	h4 {
		margin-top: 6vw;
	}
	
	h3+p,
	h4+p {
		font-size: 4.063vw!important;
		margin-top: 0.5em;
	}
	
	div.box_tbl>dl {
	display: block;
	border-radius: 2vw;
	}
	
	div.box_tbl>dl>dt,
	div.box_tbl>dl>dd {
		font-size: 4.063vw;
	}
	
	div.box_tbl>dl>dt {
		width: 100%;
		text-align: center;
		padding: 1em;
	}
	
	div.box_tbl>dl>dd {
		width: 100%;
		border-left: none;
		
	}
	
	div.box_tbl+p.note {
		margin-top: 1em;
		font-size: 3.125vw;
		line-height: 1.5;
		color: #777;
	}
	
	div.box_tbl>dl>dd>figure {
		margin-top: 1em;
		display: inline-block;
		border: 1px solid #eee;
	}
	
	div.box_tbl>dl>dd>figure.x2>img{
		width: 49.8%;
	}
	
	/*nest-end*/
	
}



/* mq-end */

}
