@charset "UTF-8";
.gFootNav,
.gFooter,
.gHeader {
	--color-black: #000;
	--color-text: #555;
	--color-white: #fff;
	--color-dark-red: #BE0011;
	--color-red: #CE0012;
	--color-main-red: #E30014;
	--color-bright-red: #FF0016;
	--color-aqua-green: #72B2AB;
	--color-leafy-green: #72B274;
	--color-orange: #FF8900;
	--color-gray: #A7A7A7;
	--color-light-gray: #DDDDDD;
	--color-pale-gray: #F5F5F5;
	--font-gothic: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--font-mincho: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--font-bebas: "Bebas Neue", serif;
	--font-montserrat: "Montserrat", serif;
	--font-zenkaku-gothic: "Zen Kaku Gothic New", 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--color-text);
	font-family: var(--font-gothic);
	font-size: 16px;
	line-height: 2;
	overflow-wrap: break-word;
	font-weight: 500;
	letter-spacing: 0;
}
.gHeaderWrap {
	height: 130px;
}
.gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
	z-index: 1000;
}
.gHeader_inner {
	max-width: none;
	padding-right: 0;
	padding-left: 40px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 250px;
}
.gHeader_title {
	height: 100%;
	max-height: 98px;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	height: 100%;
	color: #2C2D2D;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_inner {
	display: block;
	padding-bottom: 19%;
	position: relative;
	width: 100%;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_col-menu {
	width: calc(100% - 270px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gNav {
	font-family: inherit;
	color: inherit;
	letter-spacing: inherit;
}
.gNav_inner {}
.gBtnList {
	display: flex;
	list-style: none;
	max-width: 400px;
	/* max-width: 200px; */
	margin-left: auto;
}
.gBtnList > li {
	width: 50%;
	/* width: 100%; */
}
.gBtnList_btn {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-red);
	color: var(--color-white);
	text-decoration: none;
	height: 100%;
	min-height: 50px;
	font-size: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list {
	list-style: none;
	display: flex;
	max-width: 657px;
	margin-left: auto;
	padding-right: 5px;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	color: var(--color-black);
	box-sizing: border-box;
	padding-bottom: 6px;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.2;
	text-align: center;
}
.gBtnList_btn-login {
	background-color: var(--color-dark-red);
}
.gBody {
	padding-bottom: 120px;
	overflow: hidden;
}
.gVisual {
	background-color: #fd0000;
	position: relative;
	color: var(--color-white);
}
.gVisual_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}
.gVisual_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gVisual_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.gVisual_title {
	position: relative;
	z-index: 1;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.gPankuzu {
	margin-bottom: 83px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "/";
	display: block;
	margin: 0 0.2em;
}
.gPankuzu_oList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 88px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gBody_inner {}
.gFooter {
	padding-bottom: 130px;
	color: var(--color-black);
}
.gFooter_inner {
	max-width: 700px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
}
.gFooter_title {
	max-width: 400px;
	margin: 0 auto 33px;
}
.gFooter_title > a {
	text-decoration: none;
	color: #2C2D2D;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_title_inner {
	display: block;
	padding-bottom: 19%;
	position: relative;
}
.gFooter_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_addr {}
.gFooter_telLink {}
.gFooter_telLink > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_dList {
	list-style: none;
	display: flex;
	justify-content: center;
}
.gFooter_dList > dt {
	display: block;
}
.gFooter_dList > dd {
	display: block;
}
.gFooter_nav {
	border-bottom: 1px solid var(--color-light-gray);
	border-top: 1px solid var(--color-light-gray);
	margin-top: 34px;
	padding: 51px 0 50px;
	font-family: inherit;
	letter-spacing: inherit;
	color: inherit;
}
.gFooter_list {
	list-style: none;
	max-width: 610px;
	margin: 0 auto;
	display: grid;
	grid-template-rows: repeat(6, auto);
	grid-template-columns: auto auto;
	grid-auto-flow: column;
	column-gap: 10px;
	justify-content: space-between;
	row-gap: 4px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding-left: 1.3em;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list > li > a::before {
	content: "●";
	color: var(--color-bright-red);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.gFooter_copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 51px;
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gFooter_info {
	line-height: 2.25;
	text-align: center;
}
.gFooter_subTitle {
	font-size: 18px;
	font-family: var(--font-bebas);
	font-weight: normal;
	text-align: center;
	margin-bottom: 26px;
	color: var(--color-black);
}
.gFootNav {
	margin-bottom: 102px;
}
.gFootNav_inner {
	max-width: 1088px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.gFootNav_cells {
	display: flex;
	justify-content: space-between;
}
.gFootNav_cell {
	width: 29.41%;
}
.gFootNav_item {
	height: 100%;
	background-color: var(--color-main-red);
	color: var(--color-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 37px 15px 41px;
}
.gFootNav_msg {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.875;
	margin-bottom: 13px;
}
.gFootNav_title {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	font-family: var(--font-mincho);
	line-height: 1.4;
	white-space: nowrap;
	color: inherit;
	letter-spacing: inherit;
}
.gFootNav_link {
	width: 250px;
	max-width: 100%;
	margin-top: auto;
}
.gFootNav_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-white);
	color: var(--color-text);
	min-height: 50px;
	border-radius: 50px;
	position: relative;
	border: 1px solid var(--color-white);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	justify-content: flex-start;
	padding-left: 28px;
	padding-right: 52px;
}
.gFootNav_link > a > .icon {
	font-size: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--color-main-red);
	transform: translateY(-50%);
	right: 25px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_cell-wide {
	width: 36.76%;
}
.gFootNav_link-wide {
	width: 300px;
}
.gNav_list_text {
	display: block;
	position: relative;
	padding: 4px 0;
}
.gNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: currentColor;
	height: 1px;
	transform-origin: right bottom;
	transform: scale(0, 1);
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_list_text > br {
	display: none;
}
.gVisualBg {
	padding-bottom: 500px;
	box-sizing: border-box;
}
.gVisualBg > img {
	object-position: center top;
}
.gPankuzu-noMb {
	margin-bottom: 0;
}
.gVisualBgWrap {}
.gBody-home {
	padding-top: 10px;
}
.gHiddenSvg {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}
.gFooter_list > li > a > br {
	display: none;
}
.gMegaMenu {
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: var(--color-white);
	border: 1px solid var(--color-gray);
	padding: 20px 20px;
	white-space: nowrap;
	border-radius: 10px;
	color: var(--color-black);
	transform: translateX(-50%);
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gMegaMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMegaMenu_list {
	list-style: none;
}
.gMegaMenu_list > li {}
.gMegaMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-weight: 500;
	font-size: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
@media screen and (max-width:1385px) {
	.gHeader_inner {
		padding-left: 20px;
	}
	.gHeader_cols {
		max-width: 1331px;
		margin-left: auto;
	}
	.gVisualBg {
		padding-bottom: 36.6%;
	}
}
@media screen and (max-width:1127px) {
	.gFootNav_title {
		font-size: 27px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gMegaMenu_list > li > a:hover {
		color: var(--color-red);
	}
	a:hover .gNav_list_text::after {
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gBtnList_btn:hover {
		background-color: var(--color-bright-red);
	}
	.gBtnList_btn-login:hover {}
	.gNav_list > li > a:hover {
		color: var(--color-red);
	}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-main-red);
	}
	.gFooter_title > a:hover {
		opacity: .7;
	}
	.gFooter_telLink > a:hover {}
	.gFooter_list > li > a:hover {
		color: var(--color-bright-red);
	}
	.gFootNav_link > a:hover {
		background-color: var(--color-main-red);
		color: var(--color-white);
	}
	.gFootNav_link > a:hover > .icon {
		color: var(--color-white);
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 102px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 220px;
	}
	.gHeader_title {
		max-height: 86px;
	}
	.gHeader_title > a {}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: calc(100% - 240px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gNav {}
	.gNav_inner {}
	.gBtnList {
		max-width: 300px;
	}
	.gBtnList > li {}
	.gBtnList_btn {
		min-height: 42px;
	}
	.gNav_list {
		max-width: 460px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		font-feature-settings: "palt";
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 0;
		height: 60px;
	}
	.gBtnList_btn-login {}
	.gBody {}
	.gVisual {}
	.gVisual_image {}
	.gVisual_image > img {}
	.gVisual_inner {
		min-height: 240px;
	}
	.gVisual_title {}
	.gPankuzu {
		margin-bottom: 60px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		height: 60px;
	}
	.gBody_inner {}
	.gFooter {
		padding-bottom: 90px;
	}
	.gFooter_inner {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_inner {}
	.gFooter_title_img {}
	.gFooter_addr {}
	.gFooter_telLink {}
	.gFooter_telLink > a {}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_nav {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gFooter_info {}
	.gFooter_subTitle {}
	.gFootNav {}
	.gFootNav_inner {}
	.gFootNav_cells {
		flex-wrap: wrap;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.gFootNav_cell {
		width: 49%;
	}
	.gFootNav_item {
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.gFootNav_msg {}
	.gFootNav_title {
		margin-bottom: 16px;
	}
	.gFootNav_link {}
	.gFootNav_link > a {}
	.gFootNav_link > a > .icon {}
	.gFootNav_cell-wide {
		width: 100%;
		margin-bottom: 2%;
	}
	.gFootNav_link-wide {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gNav_list_text > br {
		display: inline;
	}
	.gVisualBg {}
	.gVisualBg > img {}
	.gPankuzu-noMb {
		margin-bottom: 0;
	}
	.gVisualBgWrap {}
	.gMegaMenu {}
	.gMegaMenu.isShow {}
	.gMegaMenu_list {}
	.gMegaMenu_list > li {}
	.gMegaMenu_list > li > a {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {
		height: 60px;
	}
	.gHeader {
		position: fixed;
		z-index: 1000;
		width: 100%;
		left: 0;
		top: 0;
		background-color: var(--color-white);
	}
	.gHeader_inner {
		padding-left: 10px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 220px;
	}
	.gHeader_title {
		max-height: none;
		height: auto;
	}
	.gHeader_title > a {
		height: 60px;
	}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		max-width: 60px;
		margin-left: auto;
		width: calc(100% - 230px);
	}
	.gMenuBtn {
		display: block;
		width: 100%;
		height: 60px;
		background-color: var(--color-red);
		color: var(--color-white);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 30px;
		margin: 0 auto;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 12px;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(7px) rotate(45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: translateY(-6px) rotate(-45deg);
	}
	.gNav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		height: calc(100% - 120px);
		background-color: var(--color-white);
		box-sizing: border-box;
		padding-bottom: 50px;
		overflow: auto;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {}
	.gBtnList {
		max-width: none;
		position: fixed;
		z-index: 999;
		bottom: 0;
		width: 100%;
		left: 0;
	}
	.gBtnList > li {}
	.gBtnList_btn {
		min-height: 60px;
		font-size: 14px;
	}
	.gNav_list {
		max-width: none;
		display: block;
		padding: 0;
		margin-top: 15px;
	}
	.gNav_list > li {}
	.gNav_list > li > a.-spNone {
		display: none;
	}
	.gNav_list > li > a {
		padding-bottom: 0;
		height: 50px;
		font-size: 15px;
	}
	.gBtnList_btn-login {}
	.gBody {
		padding-bottom: 30px;
	}
	.gVisual {}
	.gVisual_image {}
	.gVisual_image > img {}
	.gVisual_inner {
		min-height: 150px;
	}
	.gVisual_title {
		font-size: 24px;
	}
	.gPankuzu {
		margin-bottom: 40px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 13px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		height: 50px;
	}
	.gBody_inner {}
	.gFooter {
		padding-bottom: 90px;
	}
	.gFooter_inner {}
	.gFooter_title {
		max-width: 300px;
		margin: 0 auto 8px;
	}
	.gFooter_title > a {}
	.gFooter_title_inner {}
	.gFooter_title_img {}
	.gFooter_addr {}
	.gFooter_telLink {}
	.gFooter_telLink > a {}
	.gFooter_dList {
		flex-wrap: wrap;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {}
	.gFooter_nav {
		margin-top: 36px;
		padding: 36px 0 20px;
	}
	.gFooter_list {
		display: block;
		max-width: none;
		line-height: 1.714;
		margin-right: -10px;
		font-feature-settings: "palt";
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list > li > a::before {}
	.gFooter_copyright {
		font-size: 10px;
		margin-top: 25px;
	}
	.gFooter_copyright > small {}
	.gFooter_info {
		line-height: 1.714;
		margin-left: -10px;
		margin-right: -10px;
	}
	.gFooter_subTitle {
		margin-bottom: 13px;
	}
	.gFootNav {
		margin-bottom: 61px;
	}
	.gFootNav_inner {}
	.gFootNav_cells {
		display: block;
	}
	.gFootNav_cell {
		width: auto;
		margin-bottom: 20px;
	}
	.gFootNav_item {
		padding: 38px 20px 43px;
		display: block;
	}
	.gFootNav_msg {}
	.gFootNav_title {
		font-size: 20px;
		margin-bottom: 14px;
	}
	.gFootNav_link {
		margin-left: auto;
		margin-right: auto;
	}
	.gFootNav_link > a {}
	.gFootNav_link > a > .icon {}
	.gFootNav_cell-wide {}
	.gFootNav_link-wide {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.gNav_list_text > br {
		display: none;
	}
	.gFootNav_msg-headline {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.gVisualBg {}
	.gVisualBg > img {}
	.gPankuzu-noMb {
		margin-bottom: 0;
	}
	.gVisualBgWrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.gBody-home {
		padding-top: 15px;
	}
	.gMegaMenu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		border: none;
		padding: 0;
		font-size: inherit;
		pointer-events: inherit;
		margin: 0;
	}
	.gMegaMenu.isShow {
		pointer-events: inherit;
	}
	.gMegaMenu_list {}
	.gMegaMenu_list > li {}
	.gMegaMenu_list > li > a {
		height: 50px;
		font-size: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width:413px) {
	.gFooter_list > li > a > br {
		display: inline;
	}
	.gFootNav_item {
		padding: 25px 15px;
	}
	.gFooter_dList {
		display: block;
	}
	.gFooter_subTitle {
		line-height: 1.2;
		margin-bottom: 17px;
	}
}
@media screen and (max-width:374px) {
	.gFooter_dList {
		font-size: 15px;
	}
}
