@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

/* 
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-weight: 300 600;

font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 400 500 700 900;

font-family: "Roboto Flex", sans-serif;
*/
/* 変数 */
:root {
	--blue: #132b68;
}
:root {
	--red: #dd001c;
}

/* -------------
base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol, summary{
	list-style-type: none;
}
summary::-webkit-details-marker {
	/* Safari-デフォルトの三角形を削除*/
	display: none;
}

a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
picture{
	display: block;
	width: 100%;
	height: 100%;
}
video{
	max-width: 100%;
}
a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/************************************************************************
	フレックス
**************************************************************************/
/* flex系 */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.flex_pc{/* 768以下block */
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.nowrap {
	flex-wrap: nowrap;
}

.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.fd_cr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}

.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.fl_g{
	-webkit-box-flex:1;
	flex-grow:1;
}

@media screen and (max-width: 768px) {
	.flex_pc{
		display: block;
	}
}


/************************************************************************
	PC/SP
**************************************************************************/
.sp{ display: none; }


@media screen and (max-width: 768px) {
	.pc { display: none;}
	.sp { display: block;}
}


/************************************************************************
	header footer共通
**************************************************************************/
/* 文字サイズ、font-family基盤
-------------------------------------------------------- */
#hd2024, #gl2024, #ft2024, #fix_sns{
	font-family: hiragino-kaku-gothic-pron, '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

@media screen and (max-width: 1200px){
	#hd2024, #gl2024, #ft2024, #fix_sns{
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px){
	#hd2024, #gl2024, #ft2024, #fix_sns{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	#hd2024, #gl2024, #ft2024, #fix_sns{
		font-size: 21px;
	}
}
@media screen and (max-width: 530px){/* 350px*1.5 */
	#hd2024, #gl2024, #ft2024, #fix_sns{
		font-size: 17.5px;
	}
}
@media screen and (max-width: 430px){
	#hd2024, #gl2024, #ft2024, #fix_sns{
		font-size: 14px;
	}
}


/* 文字サイズ、font-family
-------------------------------------------------------- */
#hd2024 .en, #gl2024 .en, #ft2024 .en, #fix_sns .en{
	font-family: "Roboto Flex", Helvetica, "Helvetica Neue", Arial, Verdana, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#hd2024 .cjk, #gl2024 .cjk, #ft2024 .cjk, #fix_sns .cjk{
	font-family: "noto-sans-cjk-jp", sans-serif;
}

.fz14{
	font-size: .875em;/* 14/16 */
}
.fz18{
	font-size: 1.125em;
}
.fz20{
	font-size: 1.25em;
}
.fz36{
	font-size: 2.25em;
}

@media screen and (max-width: 768px) {
	.fz16{
		font-size: 1em;/* 14/14 */
	}
	.fz18{
		font-size: 1em;/* 14/14 */
	}
	.fz20{
		font-size: 1.0714em;/* 15/14 */
	}
	.fz36{
		font-size: 1.6928em;/* 23.7/14 */
	}

	.fz13sp{
		font-size: .9286em;/* 13/14 */
	}
	.fz16sp{
		font-size: 1.14286em;/* 16/14 */
	}
	.fz24sp{
		font-size: 1.7143em;/* 24/14 */
	}
}

/* その他文字調整
-------------------------------------------------------- */
#hd2024 .red, #gl2024 .red, #ft2024 .red, #fix_sns .red{
	color: var(--red);
}
#hd2024 .white, #gl2024 .white, #ft2024 .white, #fix_sns .white{
	color: #fff;
}

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.taj{ text-align: justify;}

.ls0{
	letter-spacing: 0;
}
.ls01{
	letter-spacing: .1em;
}

.lh{
	line-height: 1.875;
}
.lh150{
	line-height: 1.5;
}
.lh2{
	line-height: 2;
}

span.block{
	display: block;
}

.v_rl{
	writing-mode: vertical-rl;
}
.upright{
	text-orientation: upright;
}

.indent{
	text-indent: 1em;
}
span.indent{
	display: inline-block;
}

.palt{
	font-feature-settings: "palt";
}

.capitalize{
	text-transform: capitalize;
}
.capitalize.no{
	text-transform: none;
}
.uppercase{
	text-transform: uppercase;
}

.font_smooth{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.b { font-weight: 700; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw900 { font-weight: 900; }
.i{
	font-style: italic;
}
.u, .u_trance{
	text-decoration: underline;
}
.u_trance:hover{
	text-decoration: none;
}

/* その他
-------------------------------------------------------- */
#hd2024 .inner, #gl2024 .inner, #ft2024 .inner, #fix_sns .inner{
	margin: auto;
}

#hd2024 a:visited, #gl2024 a:visited, #ft2024 a:visited, #fix_sns a:visited,
#hd2024 a:link, #gl2024 a:link, #ft2024 a:link, #fix_sns a:link{/* 打ち消し */
	color: inherit;
}


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


/************************************************************************
	ボタン
**************************************************************************/
.btn_primary{
	display: block;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 1.125em;/* 18/16 */
	font-weight: 900;
	color: var(--red);
	line-height: 1.5;
	letter-spacing: .05em;
	width: fit-content;
	padding: .75em 4.25em;
	margin: auto;
	border: .125em solid var(--red);/* 2/16 */
	background-color: #fff;
	box-shadow: .625em .625em 0 0 var(--red);/* 10/16 */
	position: relative;
}
.btn_primary:hover{
	transform: translate(.3125em, .3125em);/* 5/16 */
	box-shadow: 0 0 0 0 var(--red);
}

@media screen and (max-width: 768px) {
	.btn_primary{
		font-size: 1.0714em;/* 15/14 */
		padding: .66em 3.5em;
		box-shadow: .4286em .4286em 0 0 var(--red);/* 6/14 */
	}
	.btn_primary:hover{
		transform: translate(.2143em, .2143rem);/* 3/14 */
		box-shadow: 0 0 0 0 var(--red);
	}
}


/************************************************************************
	ヘッダー
**************************************************************************/
#hd2024{
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	z-index: 50; 
	transition: background-color .4s;
}
.lower #hd2024{
	background-color: rgba(255, 255, 255, .8);
}
.lower.is_scroll #hd2024{
	background-color: rgba(255, 255, 255, 1);
}
.top #hd2024{
	background-color: rgba(255, 255, 255, 0);
}
.top.surpass_mv #hd2024{
	background-color: rgba(255, 255, 255, 1);
}

#hd2024 .inner{
	width: 97%;
	max-width: 1600px;
	padding: .625em 0;/* 10/16 */
}

#hd2024 .hd_logo{
	flex-shrink: 0;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 2.75em;/* 44px */
	font-weight: 900;
	color: var(--red);
	line-height: 1.5;
	letter-spacing: .05em;
	text-shadow: 0 0 .1em rgba(255, 255, 255, .5);
	margin-left: 1%;
}
#hd2024 .hd_logo .small{
	font-size: .8em;/* 35.56/44.45 */
}
#hd2024 .hd_logo .sub{
	font-family: "Roboto Flex", Helvetica, "Helvetica Neue", Arial, Verdana, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: .4em;/* 18/44.45 */
	font-weight: 700;
	letter-spacing: 0;
	text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
	#hd2024 .hd_logo{
		font-size: 2.25em;/* 44→36=0.818　→2.75em*0.818=2.25em */
	}
}

@media screen and (max-width: 768px) {
	#hd2024 .inner{
		width: 93%;
		padding: .71em 0;/* 10/14 */
	}

	/* .hd_logo{
		width: 0;
		height: 0;
		opacity: 0;
		visibility: hidden;
	} */

	#hd2024 .hd_logo{
		font-size: 1.714em;/* 24/14 */
	}
}

/* -------------
ナビ
-------------------------------------------------------- */
/* 

元style.css 465行目
nav {
	width: 470px;
	height: 100%;
	padding-top: 70px;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(100%);
	transition: all .5s;
}
nav.open {
	transform: translateZ(0);
	overflow: scroll;
}
nav li {
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
@media screen and (max-width:768px){
	nav{
		width: 100%;
	}
}

*/
#hd_nav{/* 打ち消し */
	width: auto;
	height: auto;
	padding: 0;
	background-color: inherit;
	position: static;
	top: auto;
	right: auto;
	z-index: 0;
	transform: none;
}

#hd_nav li{
	color: inherit;/* 打ち消し */
	text-align: inherit;/* 打ち消し */
	padding: 0;/* 打ち消し */
	margin-left: .3em;
}
#hd_nav a{
	display: block;
	padding: .5em .85em;
	position: relative;
}
#hd_nav a:hover{
	opacity: 1;
}
#hd_nav a::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: var(--red);
	position: absolute;
	bottom: .25em;
	left: .85em;
	transition: width .4s;
}
#hd_nav a:hover::after{
	width: calc(100% - 1.7em);
}

@media screen and (max-width: 1024px) {
	#hd_nav li{
		margin-left: .2em;
	}
}

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

/* -------------
ハンバーガー
-------------------------------------------------------- */
#hmb{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	width: 2.857em;/* 40/14 */
	margin-left: auto;
	border-radius: 50%;
	cursor: pointer;
	transition: .4s;
	position: relative;
	z-index: 100;
}
#hmb:hover{
	opacity: .7;
}

#hmb .text{
	text-align: center;
	line-height: 1;
	margin-bottom: .33em;
}

.hmb_bar{
	width: 100%;
	height: 1.9286em;/* 27/14 */
	margin: auto;
	position: relative;
	transition: .4s;
}

.hmb_bar span{
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: var(--red);
	position: absolute;
	right: 0;
	transition: .4s;
}
.top.hmb_open .hmb_bar span{
	background-color: #fff;
}
.top.surpass_mv.hmb_open .hmb_bar span{
	background-color: var(--red);
}

.hmb_bar span:nth-of-type(1){
	top: 0;
}
.hmb_bar span:nth-of-type(2){
	width: 81.25%;
	top: calc(50% - .5px);
}
.hmb_bar span:nth-of-type(3){
	width: 62.5%;
	bottom: 0;
}

.hmb_open .hmb_bar span:nth-of-type(1){
	top: 46%;
	transform: rotate(-33deg);
}
.hmb_open .hmb_bar span:nth-of-type(2){
	opacity: 0;
}
.hmb_open .hmb_bar span:nth-of-type(3){
	width: 100%;
	bottom: 46%;
	transform: rotate(33deg);
}

@media screen and (min-width: 769px) {
	#hmb{
		display: none;
	}
}


/* グローバル
-------------------------------------------------------- */
#gl2024{
	display: -webkit-box;
	display: flex;
	color: #fff;
	width: 100%;
	min-height: 100dvh;
	height: 100%;
	background-color: rgba(19,43,104,.2);
	position: fixed;
	right: -120%;
	top: 0;
	z-index: 40;
	transition: .4s;
	overflow: auto;
}
.hmb_open #gl2024{
	right: 0;
}

#gl2024 .container{
	width: fit-content;
	height: fit-content;
	min-height: 100%;
	padding: 7.14286em 2.857em;/* 100/14 40/14 */
	margin-left: auto;
	background-color: var(--red);
}

/* 
元style.css 465行目
nav {
	width: 470px;
	height: 100%;
	padding-top: 70px;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(100%);
	transition: all .5s;
}
nav.open {
	transform: translateZ(0);
	overflow: scroll;
}
nav li {
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
@media screen and (max-width:768px){
	nav{
		width: 100%;
	}
}
*/
.gl_nav{
	width: auto;
	height: auto;
	padding-top: 0;
	background-color: inherit;
	position: static;
	top: auto;
	right: auto;
	z-index: 0;
	transform: none;
	/* ここまで打ち消し */
	margin-bottom: 2.14286em;/* 30/14 */
}
.gl_nav li{
	color: inherit;
	text-align: inherit;
	padding: 0;
	/* ここまで打ち消し */
	margin-bottom: .5em;
}
.gl_nav a{
	display: block;
	padding: .25em 0;
	position: relative;
}
.gl_nav a:hover{
	opacity: 1;
}

.gl_nav a .wrap{
	display: inline-block;
	position: relative;
}
.gl_nav a .wrap::after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: .05em;
	left: 0;
	transition: width .4s;
}
.gl_nav a:hover .wrap::after{
	width: 100%;
}

#gl2024 .ft_sns_wrapper li{
	margin: 0;
}

@media screen and (min-width: 769px) {
	#gl2024{
		display: none;
	}
}

/************************************************************************
	フッター
**************************************************************************/
/* 元style.css 848行目
footer .flex {
    justify-content: space-between;
    flex-wrap: nowrap;
}
*/
#ft2024{
	background-image: none;/* 打ち消し */
	background-color: var(--red);
	position: relative;
}

#ft2024 .ft_inner{
	color: #fff;
	width: 97%;
	padding: 3.125em 0 1.25em;/* 50/16  20/16 */
	margin: auto;
	position: relative;
}

#ft2024 .ft_sns_wrapper{
	position: absolute;
	right: 0;
	top: 1.875em;/* 30/16 */
}

.ft_sns_wrapper li{
	width: fit-content;
	margin-left: .4125em;/* 6.6/16 */
}
.ft_sns_wrapper li a{
	display: block;
	width: 2.5em;/* 40/16 */
	padding: .4125em;/* 6.6/16 */
}
.ft_sns_wrapper li a:hover{
	background-color: #1a326f;
}

/* 元style.css 856行目
small {
    width: 100%;
    display: block;
    background-color: #005DC3;
    color: #fff;
    font-size: 0.6em;
    text-align: center;
} 
*/
#ft2024 small {
    width: auto;
    display: inline;
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    text-align: center;
} 

@media screen and (max-width: 768px) {
	#ft2024 .ft_sns_wrapper{
		-webkit-box-pack: center;
		justify-content: center;
		position: relative;
		right: auto;
		top: auto;
	}

	#ft2024 .ft_inner{
		padding: 2.1428em 0 1.4286em;/* 30/14  20/14 */
	}

	.ft_sns_wrapper li{
		margin: 0 .357em 1.0714em;/*  5/14 15/14 */
	}
}

/* 小林しげきを応援しよう
-------------------------------------------------------- */
#ft_support{
	background-color: #dceafd;
}

#ft_support .title_wrapper{
	padding: 1.875em 0;/* 30/16 */
}
#ft_support h2{
	line-height: 1.4;
	width: fit-content;
	padding: 0 1.2em;
	margin: auto;
	position: relative;
}
#ft_support h2::before, #ft_support h2::after{
	content: "";
	display: block;
	width: .75em;
	height: 1.16em;
	background: url(../img/cmn/text_deco01.svg) no-repeat center/contain;
	position: absolute;
	bottom: 0;
}
#ft_support h2::before{
	left: 0;
}
#ft_support h2::after{
	right: 0;
	transform: scale(-1, 1);
}

#ft_support .support_mv{
	padding: 20em 2% 5em;/* 320/16 2% 80/16 */
	background: url(../img/cmn/support_mv.webp) no-repeat center/cover;
}
.no-webp #ft_support .support_mv{
	background-image: url(../img/cmn/support_mv.jpg);
}

#ft_support .support_mv .btn_primary{
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 3em;/* 48/16 */
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	padding: .05em 2.33em .25em;
	border: none;
	background-color: #fff100;
	color: var(--red);/* 追加 */
	box-shadow: .208em .208em 0 0 var(--red);/*　10/48 追加 */
}
#ft_support .support_mv .btn_primary:hover{/* 追加 */
	transform: translate(.104em, .104em);/* 5/48 */
	box-shadow: 0 0 0 0 var(--red);
}
#ft_support .support_mv .btn_primary .big{
	display: inline-block;
	font-family: "Roboto Flex", Helvetica, "Helvetica Neue", Arial, Verdana, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: .05em;
	transform: translateY(.05em);
}

@media screen and (max-width: 768px) {
	#ft_support .title_wrapper{
		padding: 1.25em 0;/* 17.5/14 0 */
	}
	#ft_support h2{
		padding: 0 .66em;
		margin: auto;
		position: relative;
	}
	#ft_support h2::before, #ft_support h2::after{
		width: .58em;
		height: .9em;
	}

	#ft_support .support_mv{
		padding: 11.4286em 2% 3.214em;/* 160/14 2% 45/14 */
		background-image: url(../img/cmn/support_mv_sp.webp);
	}
	.no-webp #ft_support .support_mv{
		background-image: url(../img/cmn/support_mv_sp.jpg);
	}

	#ft_support .support_mv .btn_primary{
		font-size: 1.7143em;/* 24/14 */
		padding: .05em 2.33em .25em;
	}
}

/* SNS
-------------------------------------------------------- */
#ft_support .sns_container{
	padding: 2.5em 0 4.375em;/* 40/16 0 70/16 */
}

#ft_support .sns_container h3{
	line-height: 1.5;
	letter-spacing: .1em;
	width: fit-content;
	margin: 0 auto 1.75em;
	position: relative;
}
#ft_support .sns_container h3::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--red);
	position: absolute;
	bottom: 0;
	left: 0;
}

#ft_support .sns_container .btn_list{/* 追加 */
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
#ft_support .sns_container .btn_list01{
	margin: 0 auto 2.1875em;/* 0 auto 35/16 */
}
#ft_support .sns_container .btn_list li{
	width: 11.875em;/* 190/16 */
	height: 3.125em;/* 50/16 */
	margin: 0 .9%;
}
#ft_support .sns_container .btn_list01 li{
	margin-bottom: .9375em;/* 15/16 */
}

#ft_support .sns_container .btn_list li .btn_primary{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	color: var(--red);/* 追加 */
	letter-spacing: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	box-shadow: .3125em .3125em 0 0 var(--red);/* 5/16 */
}
#ft_support .sns_container .btn_list li .btn_primary:hover{
	transform: translate(.15625em, .15625em);/* 2.5/16 */
	box-shadow: 0 0 0 0 var(--red);
}

#ft_support .sns_container .btn_list01 li .btn_primary{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: hiragino-kaku-gothic-pron, '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1em;/* 16/16 */
	font-weight: 600;
	padding-left: 1em;
}
#ft_support .sns_container .btn_list01 li .btn_primary.facebook{
	padding-left: 2em;
}
#ft_support .sns_container .btn_list01 li .btn_primary::before{
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	background: url(../img/cmn/color-icon_x.svg) no-repeat center/contain;
	position: absolute;
	top: calc(50% - 1em);
	left: 1em;
}
#ft_support .sns_container .btn_list01 li .btn_primary.x::before{
	width: 1.6em;
	height: 1.6em;
	top: calc(50% - .8em);
	left: 1.5em;
}
#ft_support .sns_container .btn_list01 li .btn_primary.facebook::before{
	background-image: url(../img/cmn/color-icon_facebook.png);
	left: 1.5em;
}
#ft_support .sns_container .btn_list01 li .btn_primary.instagram::before{
	background-image: url(../img/cmn/color-icon_instagram.png);
	left: .75em;
}
#ft_support .sns_container .btn_list01 li .btn_primary.youtube::before{
	background-image: url(../img/cmn/icon_y_red.svg);
}
#ft_support .sns_container .btn_list01 li .btn_primary.line::before{
	background-image: url(../img/cmn/color-icon_line.png);
}

@media screen and (max-width: 960px) {
	#ft_support .sns_container .btn_list01{
		width: 70%;
		margin-bottom: 1.25em;/* 20/16 */
	}
}



@media screen and (max-width: 768px) {
	#ft_support .sns_container{
		padding: 1.4286em 0 4.286em;/* 20/14 0 60/14 */
	}

	#ft_support .sns_container h3{
		margin-bottom: 1em;
	}
	#ft_support .sns_container h3::after{
		display: none;
	}

	#ft_support .sns_container .btn_list{
		-webkit-box-pack: justify;
		justify-content: space-between;
		max-width: 24.286em;/* 340/14 */
		margin: auto;
	}
	#ft_support .sns_container .btn_list01{
		width: 100%;
		max-width: 24.286em;/* 340/14 */
		margin-bottom: 1.0714em;/* 15/14 */
	}

	#ft_support .sns_container .btn_list li{
		width: 48%;
		max-width: 11.4286em;/* 160/14 */
		height: 2.857em;/* 40/14 */
	}
	#ft_support .sns_container .btn_list li:nth-of-type(2n + 1){
		margin-right: auto;
		margin-left: 0;
	}
	#ft_support .sns_container .btn_list li:nth-of-type(2n){
		margin-left: auto;
		margin-right: 0;
	}

	#ft_support .sns_container .btn_list li .btn_primary{
		box-shadow: .1786em .1786em 0 0 var(--red);/* 2.5/14 */
	}
	#ft_support .sns_container .btn_list li .btn_primary:hover{
		transform: translate(.0893em, .0893em);/* 1.25/14 */
		box-shadow: 0 0 0 0 var(--red);
	}

	#ft_support .sns_container .btn_list01 li .btn_primary{
		font-size: .9286em;/* 13/14 */
	}

	#ft_support .sns_container .btn_list02{
		padding-top: 1.4286em;/* 20/14 */
		border-top: 1px solid var(--red);
	}

	#ft_support .sns_container .btn_list02 li{
		margin-bottom: 1.0714em;/* 15/14 */
	}
}


/************************************************************************
	SNS
**************************************************************************/
#fix_sns{
	color: #fff;
	padding: 1.25em .3125em .46875em;/* 20/16 5/16 7.5/16 */
	background-color: var(--red);
	position: fixed;
	box-shadow: 0 .125em .625em -.15625em rgba(255, 255, 255, .16);/* 0 2/16 10/16 2.5/16 */
	z-index: 40;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .4s;
}
.is_scroll #fix_sns{
	opacity: .7;
}
.is_scroll #fix_sns:hover{
	opacity: 1;
}

#fix_sns .bar{
	display: block;
	width: 1px;
	height: 4.75em;/* 76/16 */
	margin: .78125em auto;/* 12.5/16 */
	background-color: #fff;
}

#fix_sns .icon{
	display: block;
	width: 2.5em;/* 40/16 */
	padding: .3125em;/* 5/16 */
	margin-bottom: .15625em;/* 2.5/16 */
}
#fix_sns .icon:hover{
	background-color: #1a326f;
}

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