@charset "utf-8";
/*
Theme Name: jc-fukuoka-2026
Theme URI:
Author:
*/

/* -------------------------------------------------- */
/* reset */
/* -------------------------------------------------- */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	height: auto;
	vertical-align: bottom;
}

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 20px 20px 0;
	float: left;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 0 20px 20px;
	float: right;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	/*	color: #223377;*/
}

a:active {
	text-decoration: none;
	color: #b70000;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
	width: 100%;
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container {
	position: relative;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	font-weight: 500;
}

.en {
	font-family: 'Barlow Condensed', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.bdNone {
	border: none !important;
}

.cen {
	text-align: center;
}

/* COMMON */
/* -------------------------------------------------- */
.goog-te-banner-frame {
	top: auto !important;
	bottom: 0px !important;
}

/* Youtube埋め込み */
.youtubeEmb {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtubeEmb iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* 初期は非表示状態 */
#flowArea {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

/* 表示時 */
#flowArea.show {
	opacity: 1;
	pointer-events: auto;
}

/* footer に到達して非表示 */
#flowArea.hide-flow {
	opacity: 0;
	pointer-events: none;
}

#flowArea {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1111;
	display: flex;
	width: 100%;
	max-width: 720px;
}

#flowArea a {
	display: block;
	transition: .3s ease-in-out;
}

#flowArea a:hover {
	transform: scale(1.06);
}

#flowArea a img {
	width: 100%;
}


/* -------------------------------------------------- */
/* ローディング */
/* -------------------------------------------------- */
/*
body.fadeout {
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

body {
	opacity: 1;
	overflow: hidden;
}

body.under {
	opacity: 1;
	overflow: auto;
}
*/

/*
body.loadingNone {
	overflow: auto;
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20000;
	font-family: 'Asap', sans-serif;
	font-weight: 800;
	text-align: center;
	overflow: hidden;
}

#loadingLogo {
	width: 50%;
	max-width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	overflow: hidden;
}

#loadingLogo.home {
	opacity: 1;
}

#loadingLogo img {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0px, 200px, 0px);
	transform: translate3d(0px, 200px, 0px);
	width: 100%;
	height: auto;
}
*/


/*
.active #loadingLogo img {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
	transition: opacity 0.3s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1.2s cubic-bezier(0.37, 0.16, 0.12, 1);
}

#loading.off #loadingLogo {
	opacity: 0;
	transition: all 0.1s ease-in-out 0s;
}

#loading:after {
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: -2;
	transition: all 0.7s cubic-bezier(.84, .25, .17, .89) 0.2s;
}

#loading:after {
	width: 100%;
}

#loading.off:after {
	width: 0%;
}

#loading:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index: -1;
	transition: all 0.7s cubic-bezier(.84, .25, .17, .89) 0s;
}

#loading:before {
	width: 100%;
}

#loading.off:before {
	width: 0%;
}
*/

.jci {
	margin-bottom: 40px;
}

table.commonDlList {
	width: 100%;
	font-size: 1.6rem;
	text-align: left;
}

table.commonDlList th {
	width: 15%;
}

table.commonDlList td {
	width: 85%;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {
	#container {
		min-width: 1000px;
	}

	.sp {
		display: none !important;
	}

	.tb {
		display: none !important;
	}


	.tbpc {
		display: block !important;
	}

	/* -------------------------------------------------- */
	/* 下層MVアニメーション */
	/* -------------------------------------------------- */
	#underMainTit {
		overflow: hidden;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1), -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.active #underMainTit {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	#fv:before {
		display: block;
		width: 50%;
		height: 100%;
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		z-index: 3;
		background-color: #b70000;
		/* background: url(img/common/main_bg.jpg) no-repeat;
		background-position: center -120px;
		background-size: cover; */
	}

	#fv.active:before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.hideTxt {
		display: block;
		overflow: hidden;
		opacity: 0;
		-webkit-transform: translate3d(0px, 200px, 0px);
		transform: translate3d(0px, 200px, 0px);
		width: 100%;
		height: auto;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.active .hideTxt {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.hideTxt span {
		display: block;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 90px;
	}

	#hInner {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0 !important;
		z-index: 10000;
		background: rgb(255, 255, 255, 0.9);
		border-bottom: 1px solid #ccc;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#spHeader {
		display: none;
	}

	/* 上部 */
	#hTop {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		height: 45px;
	}

	#hTopIn {
		padding: 6px 0 0 0;
	}

	.hTopBox {
		display: inline-block;
		padding-right: 15px;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 13px;
		line-height: 1;
		background: #b70000;
		border-radius: 20px;
		color: #000;
	}

	#jpEn li a {
		display: block;
		padding: 2px 13px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	#jpEn li a:hover {
		background: #b70000;
		border-radius: 20px;
		color: #000;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 13px;
		line-height: 1;
	}

	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn li {
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}

	#navWrap {
		width: 100%;
	}

	#headLogo {
		display: inline-block;
		vertical-align: middle;
	}

	#headLogo a {
		height: 100%;
		display: block;
		padding: 20px;
	}

	#headLogo img {
		height: 38px;
		width: auto;
	}

	#headLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#headLogo65 img {
		height: 35px;
		width: auto;
	}

	#hSns {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	/* FB・インスタ・JCチャンネル */
	#hTopSns {
		margin-right: 15px;
		display: flex;
		align-items: center;
		gap: 0 10px;
	}

	/*
	#hTopSns img {
		width: 100%;
	}

	#hTopSnsfTt {
		margin-right: 10px;
		width: 30px;
	}

	#hTopSnsfYt {
		margin-right: 10px;
		width: 30px;
	}

	#hTopSnsfFb {
		margin-right: 10px;
		width: 30px;
	}

	#hTopSnsfIg {
		margin-right: 10px;
		width: 30px;
	}
*/

	/* ナビ*/
	#hNav {
		/*		height: 30px;	*/
		line-height: 30px;
		/*
		border-top: 1px #dcdcdc solid;
		border-bottom: 1px #dcdcdc solid;
*/
		position: relative;
	}

	#gNav {
		text-align: right;
		font-weight: 600;
		font-size: 1.6rem;
		letter-spacing: -0.4em;
		/*		background: #f7f7f7;*/
		/*		border-bottom: 1px #999 solid;*/
	}

	#gNav>li {
		margin: 0;
		display: inline-block;
		height: 44px;
		letter-spacing: normal;
		border-right: 1px solid #FFF;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
	}

	#gNav>li:first-child {
		border-left: 1px solid #FFF;
	}

	#gNav>li>a {
		padding: 0.5em 1.75em;
		min-width: 160px;
		font-size: 1.4rem;
		color: #333;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#gNav>li>a:hover {
		color: #b70000;
	}

	#gNav>li:hover::after {
		content: '';
		width: 100%;
		height: 4px;
		background: #b70000;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#burgerPc {
		text-align: center;
		letter-spacing: .4em !important;
		vertical-align: bottom;
		cursor: pointer;
		padding: 0 20px !important;
		border-right: none !important;
	}

	#burgerPc:hover {
		padding: 0 20px !important;
		border-right: none !important;
	}

	#burgerPc:hover::after {
		display: none;
	}

	#burgerPcUnit {
		display: inline-block;
		width: 31px;
		position: relative;
	}

	.burgerPcLine {
		width: 28px;
		height: 2px;
		background: #000;
		position: absolute;
		left: 2px;
		transition: all 0.3s ease-in-out 0s;
	}

	.burgerPcLine:first-child {
		top: 7px;
	}

	.burgerPcLine:nth-child(2) {
		top: 15px;
	}

	.burgerPcLine:nth-child(3) {
		top: 23px;
	}

	/* 最初のspanをマイナス45度に */
	.burgerPcLine.menuOn:first-child {
		top: 15px;
		left: 2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.burgerPcLine.menuOn:nth-child(2),
	.burgerPcLine.menuOn:nth-child(3) {
		top: 15px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#burgerPcMenu {
		color: #333;
		font-size: 0.8rem;
		letter-spacing: -.3em;
		line-height: 1;
		position: relative;
		top: 17px;
		left: 0;
	}

	.pdList {
		min-width: 100%;
		background: #FFFFFF;
		border-left: 1px #CCCCCC solid;
		border-right: 1px #CCCCCC solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pdList>li {
		min-width: 100%;
		border-bottom: 1px #CCCCCC solid;
	}

	.pdList>li a {
		background: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		min-width: 100%;
		padding: 0.85em 1.0em;
		line-height: 1.5;
		box-sizing: border-box;
		white-space: nowrap;
		text-align: left;
		font-size: 1.3rem;
		overflow: visible;
	}

	.pdList>li a:hover {
		background: #eeeeee;
		color: #333;
	}

	#pdJc {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdEvent {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdPublic {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdNews {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdEntry {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	/* ハンバーガーメニュー */
	#spNav {
		width: 100%;
		height: 100vh;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.9);
		position: fixed;
		top: 90px;
		left: -100%;
		z-index: 10000;
	}

	.gNavSp .navTit {
		color: #fff;
	}

	.gNavSp a {
		color: #fff;
	}

	.gNavSp {
		display: inline-block;
		letter-spacing: 0;
		padding: 0 80px 60px 0;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}

	.gNavSp:last-child {
		padding: 0;
	}

	#gNavSpEvent,
	#gNavSpPublic,
	#gNavSpEn {
		padding-bottom: 40px;
	}

	#navContent {
		width: 100%;
		display: inline-block;
		letter-spacing: -.4em;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.gNavSp ul {
		display: flex;
		flex-direction: column;
		gap: 0.5em;
	}

	.gNavSp li {
		/* margin: 5px 0; */
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}

	.gNavSp li:first-child {
		padding-bottom: 0.25em;
		font-size: 2rem;
		border-bottom: 3px solid #b70000;

	}

	.gNavSp .sub:first-child {
		padding: 0;
		font-size: 1.6rem;
		border-bottom: none;
	}

	.gNavSp li a {
		position: relative;
		display: block;
		transition: transform 0.3s ease;
	}

	/* 左の横線（最初は見えない） */
	.gNavSp li a::before {
		content: "";
		position: absolute;
		left: -0.7em;
		/* テキスト外に出す */
		top: 50%;
		width: 0.5em;
		height: 2px;
		background-color: #b70000;
		transform: translateY(-50%) scaleX(0);
		transform-origin: left;
		transition: transform 0.3s ease;
	}

	/* hover時 */
	.gNavSp li a:hover {
		transform: translateX(1em);
	}

	.gNavSp li a:hover::before {
		transform: translateY(-50%) scaleX(1);
	}

	/* .gNavSp li a {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.gNavSp li a:hover {
		color: #b70000;
	transform: translateX(1em);
}

*/

	/* 下部ナビゲーション */
	#jciNav {
		display: flex;
		flex-wrap: wrap;
		/*		justify-content: space-between;*/
		align-items: center;
	}

	.jciNavItem {
		width: 220px;
		height: 60px;
		letter-spacing: 0;
		margin: 0 40px 30px 0;
		z-index: 1;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.jciNavItem:nth-child(4n) {
		margin-right: 0;
	}

	/*
	.jciNavItem:nth-child(2n) {
		padding-right: 0;
	}
*/

	.jciNavItem a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 20px 0 20px 20px;
		font-size: 1.3rem;
		line-height: 1;
		color: #000;
		background: url(img/common/arrow_right_b.svg) no-repeat 95% center #f9f9f9;
		border: 2px solid #000;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	.jciNavItem:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: solid 2px #000;
		background: #b70000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.jciNavItem a:hover {
		transform: translate(5px, 5px);

	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		padding-bottom: 15px;
		margin-bottom: 20px;
		color: #b70000;
		font-size: 2.8rem;
		font-weight: 600;
		position: relative;
		line-height: 1.2;
		letter-spacing: 0.14em;
	}

	.tit1 .english {
		display: block;
		margin-bottom: 5px;
		font-family: 'Montserrat';
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.04em;
	}

	.tit1.center {
		text-align: center;
	}

	.tit2 {
		font-size: 3.6rem;
		padding-bottom: 10px;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.tit3 {
		margin-bottom: 1em;
		padding: 0.5em 25px;
		font-size: 2.6rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		background: #f9f9f9;
		color: #b70000;
		line-height: 1.0;
		border-bottom: 5px solid #b70000;
	}

	.tit4 {
		font-size: 2.0rem;
		font-weight: 600;
		display: flex;
		align-items: center;
	}

	.tit4:before {
		content: "";
		width: 14px;
		height: 14px;
		background: #b70000;
		display: inline-block;
		margin-right: 10px;
		transform: rotate(45deg);
	}

	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.btn1 a {
		padding: 0 30px;
		border: 2px solid #b70000;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #b70000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn1 a::before {
		content: "";
		background: url(img/common/icon_key.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn1 a:hover {
		color: #fff;
		background: #b70000;
	}

	.btn1 a:hover::before {
		content: "";
		background: url(img/common/icon_key_hover.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
	}

	.btn2 a {
		padding: 0 30px;
		border: 2px solid #b70000;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #b70000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn2 a:hover {
		opacity: 0.7;
	}

	.btn2 a::before {
		content: "";
		background: url(img/common/icon_guide.svg) 0 0/18px no-repeat;
		width: 19px;
		height: 17px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn3 {
		text-align: center;
		width: 260px;
		height: 70px;
		position: relative;
		z-index: 1;
	}

	.btn3 a {
		width: 260px;
		height: 70px;
		padding-left: 30px;
		margin: 0 auto;
		color: #000;
		background: url(img/common/arrow_right_b.svg) 90% center no-repeat #fff;
		border: 2px solid;
		font-size: 1.5rem;
		font-weight: 500;
		transition: all 0.3s ease-in-out 0s;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		letter-spacing: 0.05em;
		position: relative;
	}

	.btn3:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #b70000;
		border: solid 2px #000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.btn3 a:hover {
		transform: translate(5px, 5px);
	}

	.btn4 {
		width: 360px;
		height: 90px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.btn4 a {
		display: inline-block;
		width: 360px;
		height: 90px;
		margin: 0 auto;
		color: #FFF;
		background: url(img/common/arrow_right.svg) 95% center no-repeat #000;
		/*		border: 2px solid;*/
		transition: all 0.3s ease-in-out 0s;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		font-size: 2rem;
		font-weight: 600;
		align-items: center;
		text-align: center;
		line-height: 1.2;
		letter-spacing: 0.05em;
		position: relative;
	}

	.btn4:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #b70000;
		border: solid 2px #000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.btn4 .small {
		font-size: 1.4rem;
	}

	.btn4 a:hover {
		transform: translate(5px, 5px);
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		font-size: 1.8rem;
	}

	.commonTxt1 {
		font-size: 1.8rem;
	}

	.commonTxt2 {
		margin-bottom: 1em;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 2.0;
	}

	.commonTxt2 a {
		color: #000;
		font-weight: 600;
		text-decoration: underline;
	}

	.commonTxt2 a:hover {
		text-decoration: none;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	footer {
		background: #f9f9f9;
		border-top: #000 solid 20px;
		position: relative;
	}

	#fTop {
		padding: 30px;
		margin-bottom: 17px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fTopIn {
		width: 1000px;
		margin: 0 auto;
	}

	#fLogoWrap {
		width: 430px;
		float: left;
	}

	#fLogo {
		display: inline-block;
		width: 300px;
		padding-bottom: 30px;
		vertical-align: middle;
	}

	#fLogo a {
		display: block;
	}

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

	#fInfo {
		position: relative;
		font-weight: 400;
	}

	#fjcTit {
		font-size: 1.8rem;
		line-height: 1.7;
	}

	#fTopSns {
		margin-top: 10px;
		display: flex;
		align-items: center;
		gap: 0 10px;
		letter-spacing: -.4em;
	}

	.snsIcon {
		width: 30px;
	}

	.snsIcon img {
		width: 100%;
	}

	/*
	#fTt {
		width: 30px;
	}

	#fYt {
		display: inline-block;
		width: 30px;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
		width: 30px;
	}

	#fIg {
		margin-right: 10px;
		display: inline-block;
		width: 30px;
	}
*/

	#fContact {
		display: inline-block;
		width: 550px;
		padding: 15px 0 20px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #000;
		background: #fff;
	}

	#topEntryContact {
		padding: 20px 0;
		text-align: center;
		border: 1px solid #b70000;
		background: #fff;
		letter-spacing: -.4em;
	}

	#topEntryContact .EntryMethodTell {
		padding-right: 45px;
	}

	#topEntryContact .EntryMethodItem {
		text-align: left;
	}

	.topEntryTit {
		width: 100%;
		padding: 10px 0;
		font-size: 1.8rem;
		color: #fff;
		letter-spacing: 0.2em;
		background: #b70000;
	}

	.topEntrySub2 {
		display: inline-block;
		padding-bottom: 5px;
		margin: 10px auto 20px;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		color: #000;
		border-bottom: 1px solid;
		position: relative;
	}

	.topEntrySub2:before {
		content: "";
		position: absolute;
		bottom: -14px;
		right: 15%;
		border: 6px solid transparent;
		border-top: 8px solid #FFF;
		z-index: 2;
	}

	.topEntrySub2:after {
		content: "";
		position: absolute;
		bottom: -15px;
		right: 15%;
		border: 6px solid transparent;
		border-top: 8px solid #555;
		z-index: 1;
	}

	#fContact.topEntrySub2 {
		margin-bottom: 11px;
	}

	#fContact .topEntryMethod {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		width: 2em;
		margin-right: 10px;
		padding: 6px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		line-height: normal;
		background: #000;
		color: #fff;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-weight: 600;
	}

	#fContact ul.topEntryMethod li {
		display: flex;
		align-items: center;
	}

	#fContact ul.topEntryMethod .EntryMethodTell {
		width: auto;
		padding-bottom: 0;
	}

	.EntryMethodNumber {
		margin-bottom: 5px;
		color: #000;
		font-size: 2.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		line-height: 1.0;
	}

	#fContact .EntryMethodNumber a {
		display: block;
		color: #000;
		font-size: 2.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-family: 'Montserrat', sans-serif;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 26px;
		height: 22px;
		margin-right: 7px;
		background: url(img/common/icon_tel.svg) no-repeat 0 0;
	}

	.EntryMethodDetail {
		color: #333;
		font-size: 1.1rem;
		line-height: 1;
	}

	.EntryMethodTime {
		float: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 188px;
	}

	#fContact .topEntryMethod .EntryMethodWeb {
		width: auto;
	}

	.EntryMethodBtn {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		z-index: 1;
	}

	.topEntryMethod .EntryMethodBtn a {
		padding-left: 40px;
		width: 190px;
		height: 44px;
		color: #000;
		background: url(img/common/icon_guide_b.svg) 18px center/16px no-repeat #fff !important;
		border: solid 2px #000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
		display: flex;
		align-items: center;
	}

	.EntryMethodBtn:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: solid 2px #000;
		background: #b70000;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: -1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*
	#fContact .topEntryMethod .EntryMethodBtn a {
		background-position-x: 30px;
	}
*/

	/*
	.topEntryMethod .EntryMethodBtn a:hover {
		color: #fff;
	}
*/

	.EntryMethodBtn a:hover {
		/*
		top:5px;
		left: 5px;
*/
		transition: all 0.3s ease-in-out 0s;
		transform: translate(5px, 5px);
	}

	#fMid {
		width: 1000px;
		margin: 0 auto 38px;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 2.0rem;
		line-height: 1;
		padding-bottom: 10px;
	}

	#fAddress {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#fAddress a {
		color: #b70000;
	}

	#fNav {
		margin-bottom: 20px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	#fNavTop {
		font-size: 1.5rem;
		text-align: center;
		font-weight: 600;
		letter-spacing: -.4em;
	}

	#fNavTop a {
		display: inline-block;
		padding: 5px 17px;
		letter-spacing: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
		background: #000;
		color: #fff;
		border-radius: 20px;
	}

	#fNavTop a:hover {
		opacity: 0.7;
	}

	.fNavList {
		font-size: 1.6rem;
		letter-spacing: 0.04em;
	}

	.fNavList dt {
		line-height: 1.2;
		padding-bottom: 10px;
		font-weight: 600;
	}

	.fNavList dd {
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.04em;
		line-height: 1.2;
		margin-bottom: 7px;
		display: flex;
		align-items: center;
	}

	.fNavList dd:before {
		content: "";
		width: 12px;
		height: 12px;
		margin-right: 10px;
		background: #b70000;
	}

	.fNavList dd a {
		display: inline-block;
		vertical-align: middle;
	}

	.fNavList dd a,
	.fNavList dt a,
	.fNavList li a {
		transition: all 0.3s ease-in-out 0s;
	}

	.fNavList dd a:hover,
	.fNavList dt a:hover,
	.fNavList li a:hover {
		opacity: 0.7;
	}

	ul.fNavList {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.fNavList li {
		margin-right: 1em;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.2;
		display: flex;
		align-items: center;
	}

	.fNavList li:before {
		content: "";
		width: 12px;
		height: 12px;
		margin-right: 10px;
		background: #b70000;
	}

	.fNavList li a {
		display: block;
	}

	.fNavList li.link:after {
		content: "";
		display: flex;
		background: url(img/common/icon_link.svg) no-repeat;
		background-size: contain;
		width: 12px;
		height: 12px;
		margin-left: 5px;
	}

	.fNavBox {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.outLink:after {
		content: "";
		margin-left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(img/common/out_link_icon_gold.png) 0 0 no-repeat;
	}

	#copy {
		padding: 0 0 50px;
		text-align: center;
	}

	#pagetopArea {
		text-align: center;
	}

	#pagetopArea a {
		width: 70px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #b70000;
		background: url(img/common/main_bg.jpg)no-repeat;
		background-position: center -50px;
		background-size: 420%;
		position: absolute;
		top: -90px;
		right: 120px;
	}

	#pagetopArea a img {
		vertical-align: middle;
	}

	.bold {
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 1000px;
		margin: 0 auto;
	}

	.singleColum {
		padding: 100px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 50px;
	}

	#fv {
		width: 100%;
		height: 350px;
		/* padding-bottom: 80px; */
		background: #b70000;
		background: url(img/common/main_bg.jpg) no-repeat;
		background-position: center -120px;
		background-size: cover;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	#fv::after {
		content: "";
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
	}

	#underMainTit {
		width: 50%;
		/* padding: 40px; */
		font-size: 1.6rem;
		color: #000;
		font-weight: 600;
		text-align: center;
		line-height: 1.2;
		/* background: #fff; */
		letter-spacing: 0.3em;
		display: grid;
		justify-content: center;
		align-items: center;
	}

	.hideTxt p {
		margin-bottom: 10px;
		background: #fff;
		padding: 10px 0;
	}

	.englishTxt {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 5.4rem;
		font-weight: 500;
		text-transform: uppercase;
	}

	.englishTxt.small {
		font-size: 4.0rem;
	}

	#subTit {
		font-size: 1.4rem;
	}

	#subTit:before {
		content: "";
		width: 3px;
		height: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: #b70000;
	}

	/* パンくず */
	#bc {
		padding: 10px 0 10px 40px;
		text-align: left;
		background: #f6f6f6;
	}

	#bc ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	#bc li {
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon2.svg) left center no-repeat;
		color: #333;
		font-weight: 600;
		font-size: 1.2rem;
	}

	#bc li:first-child {
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#bc li a {
		font-size: 1.2rem;
		color: #333;
		transition: all 0.3s ease-in-out 0s;
	}

	#bc li a:hover {
		color: #333;
		text-decoration: underline;
	}

	#bc li img {
		display: block;
		line-height: 1;
	}


	/* -------------------------------------------------- */
	/* 下層背景 */
	/* -------------------------------------------------- */
	.underLayer {
		/*		background: url(img/common/bg_under.svg)no-repeat;*/
		background-size: auto;
		background-position: left bottom;
		/* background-repeat: no-repeat, no-repeat; */
		position: relative;
		overflow: hidden;
	}


	/* -------------------------------------------------- */
	/* 下層コンテンツ */
	/* -------------------------------------------------- */


	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #b70000;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

@media only screen and (max-width:1430px) {
	#gNav>li {
		padding: 0;
	}

	#gNav>li a {
		padding: 7px 15px;
	}

	#gNav #burgerPc {
		padding: 0 2px;
		cursor: pointer;
	}

	#hTopSnsfJc {
		margin-right: 0;
	}

	#hNav .pdList li a {
		padding: 8px 10px;
	}

	#headLogo img {
		height: 27px;
		width: auto;
	}

	#headLogo a {
		padding: 0 20px;
	}

}

@media only screen and (min-width: 1024px) and (max-width:1180px) {
	header .btn1 a {
		padding: 0 10px;
		font-size: 1.3rem;
	}

	header .btn2 a {
		padding: 0 10px;
		font-size: 1.3rem;
	}

	#gNav>li a {
		padding: 0.5em 0;
		min-width: 130px;
	}
}

/* PCここまで*/
/* -------------------------------------------------- */

/* IEハック */
@media all and (-ms-high-contrast:none)and (min-width: 1024px) {
	.pdList li a {
		padding: 11px 20px 5px;
	}

}


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

	/* 768px - 979px用（タブレット用）の記述 */
	.pc {
		display: none !important;
	}

	.sp {
		display: none !important;
	}

	.tbpc {
		display: block !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	main {
		padding-top: 50px;
	}

	/* -------------------------------------------------- */
	/* 下層MVアニメーション */
	/* -------------------------------------------------- */
	#underMainTit {
		overflow: hidden;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1), -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);

		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.active #underMainTit {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}


	#fv:before {
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		z-index: 11;
		background-color: #b70000;
	}


	#fv.active:before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}

	.hideTxt {
		display: block;
		overflow: hidden;
		opacity: 0;
		-webkit-transform: translate3d(0px, 200px, 0px);
		transform: translate3d(0px, 200px, 0px);
		width: 100%;
		height: auto;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.active .hideTxt {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
		display: flex;
		align-items: center;
	}

	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: #FFF;
	}

	#spNav {
		background: #FFF;
	}

	/* 上部 */
	#hTop {
		text-align: center;
	}

	#hTopIn {
		padding: 20px 3%;
	}

	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* FB・インスタ */
	#hTopSns {
		display: none;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 8px;
		line-height: 1;
		background: #ffe600;
		border-radius: 20px;
		color: #000;
	}

	#jpEn li a {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn {
		width: 94%;
		margin: 0 auto;
		letter-spacing: -0.4em;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#hBtn li {
		width: 100%;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#hBtn li#gijoBtn,
	#hBtn li#loginBtn {
		width: 49%;
		padding-bottom: 10px;
	}

	#headerBtn {
		display: block;
	}

	#closeBtnWrap {
		height: 45px;
		padding: 10px 3% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}

	#closeBtn {
		display: inline-block !important;
		cursor: pointer;
	}

	#closeBtn img {
		height: 18px;
	}

	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li {
		border-bottom: 1px #666666 dotted;
	}

	.gNavSp li a {
		padding: 8px 0;
		display: block;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.sub {
		background: #f1f1f1;
	}

	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li.navHide li:last-child {
		border-bottom: none;
	}

	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	#gNavSpEn .navTit.off {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit.on {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit a {
		background: none;
	}

	#gNavSpEn li.sub a:before {
		display: none;
	}

	.gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}

	#spHeader {
		width: 100%;
		padding: 0 2%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#spHeadLogo {
		display: block;

		& a {
			width: auto;
			height: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
	}

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

	#spHeadNavWrap {
		display: flex;
		align-items: center;
		gap: 0 10px;

		& .spNavSnsIn {
			display: flex;
			align-items: center;
			gap: 0 5px;

			& li {
				margin: 0;

				& a {
					width: 20px;
					height: 20px;
					display: flex;
					align-items: center;
					justify-content: center;
				}
			}
		}

		& .spNavSnsIn li img {
			width: 20px;
			height: 20px;
		}
	}

	#spMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	#spMenu img {
		height: 15px;
		width: auto;
	}

	#spNavSns {
		display: block !important;
		text-align: center;
		padding: 10px 0;
	}

	.spNavSnsIn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 10px;
	}

	.spNavSnsIn li {
		width: 30px;
		border-bottom: none;
	}

	.spNavSnsIn li img {
		width: 100%;
	}

	#spFjc a {
		display: block;
		padding: 4px;
		border-radius: 5px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: 600;
		color: #fff;
		background: #e60012;
	}

	/* 下部ナビゲーション */
	#jciNav {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		gap: 1em 2%;
	}

	.jciNavItem {
		width: 32%;
		height: 60px;
		letter-spacing: 0;
		z-index: 1;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.jciNavItem a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 20px 0 20px 20px;
		font-size: 1.3rem;
		line-height: 1;
		color: #000;
		background: url(img/common/arrow_right_b.svg) no-repeat 95% center #f9f9f9;
		border: 2px solid #000;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	.jciNavItem:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: solid 2px #000;
		background: #b70000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.jciNavItem a:hover {
		transform: translate(5px, 5px);
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		margin-bottom: 30px;
		color: #b70000;
		font-size: 2.2rem;
		font-weight: 600;
		position: relative;
		line-height: 1.2;
		letter-spacing: 0.14em;
	}

	.tit1 .english {
		display: block;
		margin-bottom: 5px;
		font-family: 'Montserrat';
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.04em;
	}

	.tit1.center {
		text-align: center;
	}

	.tit2 {
		font-size: 2.4rem;
		padding-bottom: 10px;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.tit3 {
		margin-bottom: 1em;
		padding: 0.5em 0.75em;
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		background: #f9f9f9;
		color: #b70000;
		line-height: 1.0;
		border-bottom: 5px solid #b70000;
	}

	.tit4 {
		font-size: 1.6rem;
		font-weight: 600;
		display: flex;
		align-items: center;
	}

	.tit4:before {
		content: "";
		width: 12px;
		height: 12px;
		background: #b70000;
		display: inline-block;
		margin-right: 10px;
		transform: rotate(45deg);
	}

	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.btn1 a {
		padding: 5px;
		30px;
		border: 2px solid #b70000;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn1 a::before {
		content: "";
		background: url(img/common/icon_key.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn1 a:hover {
		color: #fff;
		background: #b70000;
	}

	.btn1 a:hover::before {
		content: "";
		background: url(img/common/icon_key_hover.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
	}

	.btn2 a {
		padding: 5px 30px;
		border: 2px solid #b70000;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #b70000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn2 a:hover {
		opacity: 0.7;
	}

	.btn2 a::before {
		content: "";
		background: url(img/common/icon_guide.svg) 0 0/18px no-repeat;
		width: 19px;
		height: 17px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn3 {
		text-align: center;
		width: 240px;
		height: 60px;
		position: relative;
		z-index: 1;
	}

	.btn3 a {
		width: 240px;
		height: 60px;
		padding-left: 30px;
		margin: 0 auto;
		color: #000;
		background: url(img/common/arrow_right_b.svg) 90% center no-repeat #fff;
		border: 2px solid;
		font-size: clamp(1.2rem, 1.6vw, 1.5rem);
		font-weight: 500;
		transition: all 0.3s ease-in-out 0s;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		letter-spacing: 0.05em;
		position: relative;
	}

	.btn3:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #b70000;
		border: solid 2px #000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.btn3 a:hover {
		transform: translate(5px, 5px);
	}

	.centerLink {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.btnWrap {
		margin-top: 20px;
		display: flex;
		justify-content: flex-end;
	}

	.btn4 {
		width: 360px;
		height: 90px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.btn4 a {
		display: inline-block;
		width: 360px;
		height: 90px;
		margin: 0 auto;
		color: #FFF;
		background: url(img/common/arrow_right.svg) 95% center no-repeat #000;
		/*		border: 2px solid;*/
		transition: all 0.3s ease-in-out 0s;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		font-size: 2rem;
		font-weight: 600;
		align-items: center;
		text-align: center;
		line-height: 1.2;
		letter-spacing: 0.05em;
		position: relative;
	}

	.btn4:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #b70000;
		border: solid 2px #000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.btn4 .small {
		font-size: 1.4rem;
	}

	.btn4 a:hover {
		transform: translate(5px, 5px);
	}


	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}

	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.6;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #000;
		font-weight: 600;
		text-decoration: underline;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
	}

	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogoWrap {
		display: block;
		padding-bottom: 20px;
	}

	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}

	#fLogo img {
		height: 26px;
		width: auto;
	}

	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}

	#fInfo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	#fjcTit {
		display: inline-block;
	}

	#fAddress {
		display: inline-block;
		text-align: left;
	}

	#fTopSns {
		margin-top: 10px;
		display: flex;
		align-items: center;
		gap: 0 10px;
		letter-spacing: -.4em;
	}

	.snsIcon {
		width: 30px;
	}

	.snsIcon img {
		width: 100%;
	}

	/*
	#fTt {
		margin-right: 10px;
		display: inline-block;
		width: 30px;
	}

	#fYt {
		display: inline-block;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fIg {
		margin-right: 10px;
		display: inline-block;
	}

	#fYt img,
	#fFb img,
	#fIg img {
		width: 30px;
		height: 30px;
	}
*/

	#fContact {
		display: inline-block;
		width: 90%;
		padding: 15px 0 20px;
		text-align: center;
		letter-spacing: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #000;
		background: #fff;
	}

	#topEntryContact {
		padding: 20px 0;
		text-align: center;
		border: 1px solid #ffe600;
		background: #fff;
		letter-spacing: -.4em;
	}

	#topEntryContact .EntryMethodTell {
		padding-right: 45px;
	}

	#topEntryContact .EntryMethodItem {
		text-align: left;
	}

	.topEntryTit {
		width: 100%;
		padding: 10px 0;
		font-size: 1.8rem;
		color: #fff;
		letter-spacing: 0.2em;
		background: #b70000;
	}

	.topEntrySub2 {
		display: inline-block;
		padding-bottom: 5px;
		margin: 10px auto 20px;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		color: #000;
		border-bottom: 1px solid;
		position: relative;
	}

	.topEntrySub2:before {
		content: "";
		position: absolute;
		bottom: -14px;
		right: 15%;
		border: 6px solid transparent;
		border-top: 8px solid #FFF;
		z-index: 2;
	}

	.topEntrySub2:after {
		content: "";
		position: absolute;
		bottom: -15px;
		right: 15%;
		border: 6px solid transparent;
		border-top: 8px solid #555;
		z-index: 1;
	}

	#fContact.topEntrySub2 {
		margin-bottom: 11px;
	}

	#fContact .topEntryMethod {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		margin-right: 10px;
		padding: 6px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		line-height: 1.5;
		background: #000;
		color: #fff;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-weight: 600;
	}

	#fContact ul.topEntryMethod li {
		display: flex;
		align-items: center;
	}

	#fContact ul.topEntryMethod .EntryMethodTell {
		width: auto;
		padding-bottom: 0;
	}

	.EntryMethodNumber {
		margin-bottom: 5px;
		color: #000;
		font-size: 2.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		line-height: 1.0;
	}

	#fContact .EntryMethodNumber a {
		display: block;
		color: #000;
		font-size: 2.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-family: 'Montserrat', sans-serif;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 26px;
		height: 22px;
		margin-right: 7px;
		background: url(img/common/icon_tel.svg) no-repeat 0 0;
	}

	.EntryMethodDetail {
		color: #333;
		font-size: 1.1rem;
		line-height: 1;
	}

	.EntryMethodTime {
		float: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 188px;
	}

	#fContact .topEntryMethod .EntryMethodWeb {
		width: auto;
	}

	.EntryMethodBtn {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		z-index: 1;
	}

	.topEntryMethod .EntryMethodBtn a {
		padding-left: 40px;
		width: 190px;
		height: 44px;
		color: #000;
		background: url(img/common/icon_guide_b.svg) 18px center/16px no-repeat #fff !important;
		border: solid 2px #000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
		display: flex;
		align-items: center;
	}

	.EntryMethodBtn:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: solid 2px #000;
		background: #b70000;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: -1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*
	#fContact .topEntryMethod .EntryMethodBtn a {
	background-position-x: 30px;
}
	*/

	/*
	.topEntryMethod .EntryMethodBtn a:hover {
	color: #fff;
}
	*/

	.EntryMethodBtn a:hover {
		/*
		top:5px;
		left: 5px;
		*/
		transition: all 0.3s ease-in-out 0s;
		transform: translate(5px, 5px);
	}


	#fjcTit {
		padding: 0 3% 10px;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1;
	}

	#fAddress {
		text-align: left;
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fAddress a {}

	#fNavTop {
		font-size: 1.5rem;
	}

	.fNavList {
		font-size: 1.5rem;
	}

	.fNavList {
		display: flex;
		flex-wrap: wrap;
		align-items: center;

		& li {
			width: 50%;

			& a {
				display: block;
				padding: 0.75em 1.0em;
				border-bottom: 1px #CCCCCC dotted;
				background: url(img/common/sp/icon3.png) 97% center no-repeat;
				-webkit-background-size: 8px auto;
				background-size: 8px auto;
				font-size: 1.3rem;
			}
		}

		& li:nth-child(odd) a {
			border-right: 1px #CCCCCC dotted;
		}
	}

	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList dd {
		line-height: 1.2;
	}

	.outLink {
		background: url(img/common/sp/outlink2.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}

	#copy {
		padding: 20px 0;
		text-align: center;
		font-size: 1.0rem;
	}

	#pagetopArea {
		width: 100%;
	}

	#pagetopArea a {
		display: block;
		background: #b70000;
		/*		background: rgba(0, 0, 0, 0.9);*/
		padding: 10px 10px;
		vertical-align: middle;
		line-height: 1;
		text-align: center;
	}

	#pagetopArea a img {
		width: 25px;
		height: auto;
		vertical-align: middle;
	}

	#flowArea {
		width: 70%;
		max-width: 560px;
	}

	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 50px auto;
	}

	.singleColum {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		margin-bottom: 60px;
	}

	.singleColum .colorBtn {
		padding: 0px;
	}

	#fv {
		width: 100%;
		height: 240px;
		background: #b70000;
		background: url(img/common/main_bg.jpg) no-repeat;
		background-position: center -120px;
		background-size: cover;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	#fv::after {
		content: "";
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
	}

	#underMainTit {
		width: 50%;
		/* padding: 40px; */
		font-size: 1.4rem;
		color: #333;
		font-weight: 600;
		text-align: center;
		line-height: 1.2;
		/* background: #fff; */
		letter-spacing: 0.2em;
		display: grid;
		justify-content: center;
		align-items: center;
	}

	.hideTxt p {
		margin-bottom: 10px;
		background: #fff;
		padding: 10px 0;
	}

	.englishTxt {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 3.6rem;
		font-weight: 500;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}

	.englishTxt.small {
		font-size: 3.0rem;
		letter-spacing: 0.1em;
	}

	#subTit {
		font-size: 1.4rem;
	}

	#subTit:before {
		content: "";
		width: 3px;
		height: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: #b70000;
	}

	/* #fv {
		width: 100%;
		height: 380px;
		padding-bottom: 8 0px;
		background: #b70000;
		position: relative;
	}

	#fv::after {
		content: "";
		width: 100%;
		height: 260px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}

	#underMainTit {
		width: 100%;
		height: 120px;
		padding: 0 30px;
		font-size: 1.2rem;
		color: #fff;
		font-weight: 600;
		text-align: center;
		line-height: 1.2;
		background: #b70000;
		letter-spacing: 0.2em;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 20;
		display: grid;
		justify-content: center;
		align-items: center;
	}

	.hideTxt p {
		background: #fff;
		padding: 5px 0;
		margin-bottom: 5px;
		color: #000;
	}

	.englishTxt {
		font-family: 'Montserrat', sans-serif;
		font-size: 3.6rem;
		line-height: 1.0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.englishTxt.small {
		font-size: 2.6rem;
	}

	.hideTxt span {
		display: block;
	}

	#subTit {
		font-size: 1.4rem;
	}

	#subTit:before {
		content: "";
		width: 3px;
		height: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: #FFF;
	} */

	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
		background: #f1f1f1;
	}

	#bc ul {
		display: inline-block;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon2.svg) left center no-repeat;
		background-size: 6px;
		color: #333;
		font-weight: 600;
		font-size: 1.2rem;
	}

	#bc li#singleBc {
		display: none;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#home {
		display: inline-block;
		width: 16px;
	}

	#home img {
		width: 100%;
		vertical-align: top;
	}

	#bc li a {
		color: #333;
	}

	#enBreadcrumb {
		padding-left: 13px;
	}

	#enBreadcrumb::before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	.enBreadcrumb a {
		padding-left: 13px;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	/* -------------------------------------------------- */
	/* 下層背景 */
	/* -------------------------------------------------- */
	.underLayer {
		/*		background: url(img/common/bg_under.svg)no-repeat;*/
		background-size: contain;
		background-position: left bottom;
		/* background-repeat: no-repeat, no-repeat; */
		position: relative;
		overflow: hidden;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #000;
		background-color: #b70000;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

/* タブレットここまで*/
/* -------------------------------------------------- */



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

	/* （スマートフォン用）の記述 */
	.pc {
		display: none !important;
	}

	.tb {
		display: none !important;
	}

	.tbpc {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	main {
		padding-top: 50px;
	}

	/* -------------------------------------------------- */
	/* 下層MVアニメーション */
	/* -------------------------------------------------- */
	#underMainTit {
		overflow: hidden;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1), -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.active #underMainTit {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	#fv:before {
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		z-index: 11;
		background-color: #b70000;
	}

	#fv.active:before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.hideTxt {
		display: block;
		overflow: hidden;
		opacity: 0;
		-webkit-transform: translate3d(0px, 200px, 0px);
		transform: translate3d(0px, 200px, 0px);
		width: 100%;
		height: auto;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.active .hideTxt {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.hideTxt span {
		display: block;
	}

	/* #underMainTit {
		overflow: hidden;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1);
		transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1), -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);

		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.active #underMainTit {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}

	#fv:before {
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
		z-index: 11;
		background-color: #b70000;
	}

	#fv.active:before {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	.hideTxt {
		display: block;
		overflow: hidden;
		opacity: 0;
		-webkit-transform: translate3d(0px, 200px, 0px);
		transform: translate3d(0px, 200px, 0px);
		width: 100%;
		height: auto;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	.active .hideTxt {
		opacity: 1;
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		-webkit-transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		transition: opacity 1s cubic-bezier(0.37, 0.16, 0.12, 1), -webkit-transform 1s cubic-bezier(0.37, 0.16, 0.12, 1);
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	} */

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
		display: flex;
		align-items: center;
	}

	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: #FFF;
	}

	#spNav {
		background: #FFF;
	}

	/* 上部 */
	#hTop {
		text-align: center;
		/*		background: #000;*/
	}

	#hTopIn {
		padding: 20px 3%;
	}

	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* FB・インスタ */
	#hTopSns {
		display: none;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 8px;
		line-height: 1;
		background: #ffe600;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn {
		width: 96%;
		margin: 0 auto;
		letter-spacing: -0.4em;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#hBtn li {
		width: 100%;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#hBtn li#gijoBtn,
	#hBtn li#loginBtn {
		width: 49%;
		padding-bottom: 10px;
	}

	#headerBtn {
		display: block;
	}

	#closeBtnWrap {
		height: 45px;
		padding: 10px 3% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}

	#closeBtn {
		display: inline-block;
		cursor: pointer;
	}

	#closeBtn img {
		height: 18px;
	}

	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li {
		border-bottom: 1px #666666 dotted;
	}

	.gNavSp li a {
		padding: 8px 0;
		display: block;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.sub {
		background: #f1f1f1;
	}

	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li.navHide li:last-child {
		border-bottom: none;
	}

	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	#gNavSpEn .navTit.off {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit.on {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit a {
		background: none;
	}

	#gNavSpEn li.sub a:before {
		display: none;
	}

	.gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}

	#spHeader {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 3%;
		position: relative;
	}

	#spHeadLogo {
		display: block;

		& a {
			width: auto;
			height: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
	}

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

	#spHeadNavWrap {
		display: flex;
		align-items: center;
		gap: 0 10px;

		& .spNavSnsIn {
			display: flex;
			align-items: center;
			gap: 0 5px;

			& li {
				margin: 0;

				& a {
					width: 20px;
					height: 20px;
					display: flex;
					align-items: center;
					justify-content: center;
				}
			}
		}

		& .spNavSnsIn li img {
			width: 20px;
			height: 20px;
		}
	}

	#spMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	#spMenu img {
		height: 16px;
		width: auto;
	}

	#spNavSns {
		text-align: center;
		padding: 10px 0;
	}

	.spNavSnsIn {
		display: inline-block;
	}

	.spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
		border-bottom: none;
	}

	.spNavSnsIn li img {
		width: 30px;
		height: 30px;
	}

	#spFjc a {
		display: block;
		padding: 4px;
		border-radius: 5px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: 600;
		color: #fff;
		background: #e60012;
	}

	/* 下部ナビゲーション */
	#jciNav {
		margin-left: -5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.jciNavItem {
		width: 48%;
		height: auto;
		aspect-ratio: 7 / 2;
		letter-spacing: 0;
		margin: 0 0 20px 0;
		z-index: 1;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.jciNavItem a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 10px;
		font-size: 1.1rem;
		line-height: 1;
		color: #000;
		background: url(img/common/arrow_right_b.svg) no-repeat 95% center #f9f9f9;
		background-size: 8%;
		border: 2px solid #000;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	.jciNavItem:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: solid 2px #000;
		background: #b70000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.jciNavItem a:hover {
		transform: translate(5px, 5px);
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.tit1 {
		margin-bottom: 20px;
		color: #b70000;
		font-size: 2.1rem;
		font-weight: 600;
		position: relative;
		line-height: 1.2;
		letter-spacing: 0.12em;
	}

	.tit1 .english {
		display: block;
		margin-bottom: 5px;
		font-family: 'Montserrat';
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.04em;
	}

	.tit1.center {
		text-align: center;
	}

	.tit2 {
		font-size: 2.2rem;
		padding-bottom: 10px;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.tit3 {
		margin-bottom: 1em;
		padding: 0.5em 0.75em;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		background: #f9f9f9;
		color: #b70000;
		line-height: 1.2;
		border-bottom: 3px solid #b70000;
	}

	.tit4 {
		font-size: 1.5rem;
		font-weight: 600;
		display: flex;
		align-items: center;
	}

	.tit4:before {
		content: "";
		width: 10px;
		height: 10px;
		background: #b70000;
		display: inline-block;
		margin-right: 10px;
		transform: rotate(45deg);
	}

	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.btn1 a {
		padding: 5px 30px;
		border: 2px solid #b70000;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #b70000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn1 a::before {
		content: "";
		background: url(img/common/icon_key.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn1 a:hover {
		color: #fff;
		background: #b70000;
	}

	.btn1 a:hover::before {
		content: "";
		background: url(img/common/icon_key_hover.svg) 0 0 no-repeat;
		width: 14px;
		height: 15px;
	}

	.btn2 a {
		padding: 5px 30px;
		border: 2px solid #b70000;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #b70000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
	}

	.btn2 a:hover {
		opacity: 0.7;
	}

	.btn2 a::before {
		content: "";
		background: url(img/common/icon_guide.svg) 0 0/18px no-repeat;
		width: 19px;
		height: 17px;
		margin-right: 5px;
		display: inline-block;
	}

	.btn3 {
		text-align: center;
		width: 240px;
		height: 50px;
		position: relative;
		z-index: 1;
	}

	.btn3 a {
		width: 240px;
		height: 50px;
		padding-left: 2em;
		margin: 0 auto;
		color: #000;
		background: url(img/common/arrow_right_b.svg) 92% center no-repeat #fff;
		border: 2px solid;
		font-size: 1.4rem;
		font-weight: 500;
		transition: all 0.3s ease-in-out 0s;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		letter-spacing: 0.05em;
		position: relative;
	}

	.btn3:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #b70000;
		border: solid 2px #000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.btn3 a:hover {
		transform: translate(5px, 5px);
	}

	.centerLink {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.btnWrap {
		margin-top: 20px;
		margin-right: 5px;
		display: flex;
		justify-content: flex-end;
	}

	.btn4 {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.btn4 a {
		display: inline-block;
		width: 100%;
		height: 80px;
		margin: 0 auto;
		color: #FFF;
		background: url(img/common/arrow_right.svg) 95% center no-repeat #000;
		/*		border: 2px solid;*/
		transition: all 0.3s ease-in-out 0s;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		font-size: 2rem;
		font-weight: 600;
		align-items: center;
		text-align: center;
		line-height: 1.2;
		letter-spacing: 0.05em;
		position: relative;
	}

	.btn4:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #b70000;
		border: solid 2px #000;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: -1;
	}

	.btn4 .small {
		font-size: 1.4rem;
	}

	.btn4 a:hover {
		transform: translate(5px, 5px);
	}


	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}

	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.commonTxt2 {
		margin-bottom: 1em;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0.04em;
	}

	.commonTxt2 a {
		color: #000;
		font-weight: 600;
		text-decoration: underline;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
	}

	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogoWrap {
		display: block;
		padding-bottom: 20px;
	}

	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}

	#fLogo img {
		height: 26px;
		width: auto;
	}

	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}

	#fInfo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 1.3rem;
	}

	#fjcTit {
		display: inline-block;
	}

	#fAddress {
		display: inline-block;
		text-align: left;
	}

	#fTopSns {
		margin-top: 10px;
		display: flex;
		align-items: center;
		gap: 0 10px;
		letter-spacing: -.4em;
	}

	.snsIcon {
		width: 30px;
	}

	.snsIcon img {
		width: 100%;
	}

	#fContact {
		display: inline-block;
		width: 100%;
		padding: 15px 0 20px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #000;
		background: #fff;
	}

	#topEntryContact {
		padding: 20px 0;
		text-align: center;
		border: 1px solid #ffe600;
		background: #fff;
		letter-spacing: -.4em;
	}

	#topEntryContact .EntryMethodTell {
		padding-right: 45px;
	}

	#topEntryContact .EntryMethodItem {
		text-align: left;
	}

	.topEntryTit {
		width: 100%;
		padding: 10px 0;
		font-size: 1.4rem;
		color: #fff;
		letter-spacing: 0.2em;
		line-height: 1.3;
		background: #b70000;
	}

	.topEntrySub2 {
		display: inline-block;
		padding-bottom: 5px;
		margin: 10px auto 15px;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		color: #000;
		border-bottom: 1px solid;
		position: relative;
	}

	.topEntrySub2:before {
		content: "";
		position: absolute;
		bottom: -14px;
		right: 15%;
		border: 6px solid transparent;
		border-top: 8px solid #FFF;
		z-index: 2;
	}

	.topEntrySub2:after {
		content: "";
		position: absolute;
		bottom: -15px;
		right: 15%;
		border: 6px solid transparent;
		border-top: 8px solid #555;
		z-index: 1;
	}

	#fContact.topEntrySub2 {
		margin-bottom: 11px;
	}

	#fContact .topEntryMethod {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		margin-right: 10px;
		padding: 6px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		line-height: 1.5;
		background: #000;
		color: #fff;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-weight: 600;
	}

	#fContact ul.topEntryMethod li {
		display: flex;
		align-items: center;
	}

	#fContact ul.topEntryMethod .EntryMethodTell {
		width: auto;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.EntryMethodNumber {
		margin-bottom: 5px;
		color: #000;
		font-size: 2.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		line-height: 1.0;
	}

	#fContact .EntryMethodNumber a {
		display: block;
		color: #000;
		font-size: 2.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-family: 'Montserrat', sans-serif;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 26px;
		height: 22px;
		margin-right: 7px;
		background: url(img/common/icon_tel.svg) no-repeat 0 0;
	}

	.EntryMethodDetail {
		color: #333;
		font-size: 1.1rem;
		line-height: 1;
	}

	.EntryMethodTime {
		float: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 188px;
	}

	#fContact .topEntryMethod .EntryMethodWeb {
		width: auto;
	}

	.EntryMethodBtn {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		z-index: 1;
	}

	.topEntryMethod .EntryMethodBtn a {
		padding-left: 60px;
		width: 220px;
		height: 50px;
		color: #000;
		background: url(img/common/icon_guide_b.svg) 30px center/20px no-repeat #fff !important;
		border: solid 2px #000;
		font-weight: 600;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
		display: flex;
		align-items: center;
	}

	.EntryMethodBtn:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: solid 2px #000;
		background: #b70000;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: -1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.EntryMethodBtn a:hover {
		transition: all 0.3s ease-in-out 0s;
		transform: translate(5px, 5px);
	}



	#fjcTit {
		margin-bottom: 0.5em;
		text-align: left;
		font-size: 1.6rem;
		line-height: 1;
	}

	#fAddress {
		margin-bottom: 0.5em;
		text-align: left;
		line-height: 1.2;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		margin-bottom: 0.5em;
		font-size: 1.8rem;
		line-height: 1;
	}

	#fAddress {
		margin-bottom: 0.5em;
		line-height: 1.2;
	}

	#fAddress a {}

	#fNavTop {
		font-size: 1.5rem;
	}

	.fNavList {
		display: flex;
		flex-wrap: wrap;
		align-items: center;

		& li {
			width: 50%;

			& a {
				display: block;
				padding: 0.75em 1.0em;
				border-bottom: 1px #CCCCCC dotted;
				background: url(img/common/sp/icon3.png) 97% center no-repeat;
				-webkit-background-size: 8px auto;
				background-size: 8px auto;
				font-size: 1.3rem;
			}
		}

		& li:nth-child(odd) a {
			border-right: 1px #CCCCCC dotted;
		}
	}

	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList li .fNavList dd {
		line-height: 1.2;
	}

	.outLink {
		background: url(img/common/sp/outlink2.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}

	#copy {
		padding: 20px 0;
		text-align: center;
		font-size: 1.0rem;
	}

	#pagetopArea {
		width: 100%;
	}

	#pagetopArea a {
		display: block;
		background: #b70000;
		/*		background: rgba(0, 0, 0, 0.9);*/
		padding: 10px 10px;
		vertical-align: middle;
		line-height: 1;
		text-align: center;
	}

	#pagetopArea a img {
		width: 15px;
		height: auto;
		vertical-align: middle;
	}

	/* #flowArea {
		width: 70%;
	} */

	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 90%;
		margin: 50px auto;
	}

	.singleColum {
		margin-bottom: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 30px;
	}

	.singleColum .colorBtn {
		padding: 0px;
	}

	#fv {
		width: 100%;
		height: 260px;
		padding-bottom: 8 0px;
		background: #f1f1f1;
		position: relative;
	}

	#fv::after {
		content: "";
		width: 100%;
		height: 170px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}

	#underMainTit {
		/*		width: calc(100% - 20px);*/
		width: 100%;
		height: 100px;
		padding: 10px 30px 0;
		font-size: 1.2rem;
		color: #fff;
		font-weight: 600;
		text-align: center;
		line-height: 0.8;
		background: #b70000;
		background: url(img/common/main_bg.jpg) no-repeat;
		background-position: center -30px;
		background-size: cover;
		letter-spacing: 0.2em;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 20;
		display: grid;
		justify-content: center;
		align-items: center;
	}

	.hideTxt p {
		background: #fff;
		margin-bottom: 5px;
		padding: 5px 0;
		color: #000;
		font-size: 1.1rem;
	}

	.englishTxt {
		font-family: 'Montserrat', sans-serif;
		font-size: 3.4rem;
		font-weight: 500;
		text-transform: uppercase;
	}

	.englishTxt.small {
		font-size: 2.4rem;
		text-transform: uppercase;
	}

	.hideTxt span {
		display: block;
		line-height: 1.0;
	}

	#subTit {
		font-size: 1.1rem;
		letter-spacing: 0;
	}

	#subTit:before {
		content: "";
		width: 3px;
		height: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: #FFF;
	}

	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
		background: #f1f1f1;
	}

	#bc ul {
		display: inline-block;
		line-height: 1.1;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon2.svg) left center no-repeat;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		color: #333;
		font-weight: 600;
		font-size: 1rem;
	}

	#bc li#singleBc {
		display: none;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#home {
		display: inline-block;
		width: 12px;
	}

	#home img {
		width: 100%;
	}

	#enBreadcrumb {
		padding-left: 13px;
	}

	#enBreadcrumb::before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	.enBreadcrumb a {
		padding-left: 20px;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	#bc li a {
		color: #333;
	}

	/* -------------------------------------------------- */
	/* 下層背景 */
	/* -------------------------------------------------- */
	.underLayer {
		/*		background: url(img/common/bg_under.svg)no-repeat;*/
		background-size: contain;
		background-position: left bottom;
		/* background-repeat: no-repeat, no-repeat; */
		position: relative;
		overflow: hidden;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #000;
		background-color: #b70000;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

	table.commonDlList {
		width: 100%;
		font-size: 1.4rem;
		text-align: left;
	}

	table.commonDlList tr {
		display: block;
		margin-bottom: 16px;
	}

	table.commonDlList th {
		display: block;
		width: 100%;
		font-size: 1.6rem;
	}

	table.commonDlList td {
		display: block;
		width: 100%;
	}


}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}

/*i phone 5/SE 用*/
@media only screen and (max-width:320px) {
	.topEntrySub2 {
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#underMainTit span {
		letter-spacing: 0.1em;
	}

	#underMainTit {
		font-size: 2.0rem;
	}
}

/* SPここまで*/
/* -------------------------------------------------- */