@charset "UTF-8";
.gHeaderWrap {
	height: 109px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	transition-duration: .3s;
	transition-property: box-shadow;
}
.gHeader_inner {
	max-width: none;
	padding-left: 38px;
	padding-right: 28px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-logo {
	width: 225px;
}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
	color: #0B694A;
	position: relative;
	z-index: 0;
}
.gHeader_title > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 225px;
	height: 60px;
	fill: currentColor;
	position: relative;
	z-index: 1;
	top: -3px;
}
.gHeader_col-nav {
	width: calc(100% - 225px);
	margin-left: auto;
}
.gNav {
	max-width: 1080px;
	margin-left: auto;
}
.gNav_inner {
	display: flex;
}
.gNav_list {
	list-style: none;
	display: flex;
	width: calc(100% - 210px);
	margin-right: auto;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.gNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 0 6px;
	font-weight: normal;
	font-size: 15px;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.gNav_list_text {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1.2;
}
.gNav_list_text::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	right: 0;
	background-color: #0B694A;
	height: 2px;
	width: 0;
	transition-duration: .3s;
	transition-property: width;
	margin-top: 6px;
}
.p-access .-access .gNav_list_text::after,
.p-ticket .-ticket .gNav_list_text::after,
.p-news .-news .gNav_list_text::after,
.p-spot .-spot .gNav_list_text::after,
.p-climb .-climb .gNav_list_text::after,
.p-enjoy .-enjoy .gNav_list_text::after,
.p-know .-know .gNav_list_text::after {
	width: 100%;
}
.gNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 109px;
	margin-right: -1px;
	transition-duration: .3s;
	transition-property: height;
}
.gNav_list > li > a::after {
	content: "";
}
.gKeyword {
	position: relative;
	z-index: 1;
}
.gKeyword > form {}
.gKeyword_input {}
.gKeyword_input > input {
	border: 1px solid #434343;
	border-radius: 24px;
	padding: 4px 15px;
	padding-left: 44px;
	font-size: 15px;
}
.gKeyword_btn {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	height: 100%;
	color: #434343;
	font-size: 21px;
	width: 46px;
	transition-duration: .3s;
	transition-property: color;
}
.gKeyword_btn::before {
	content: "";
}
.gKeyword_btn::after {
	content: "";
}
.gKeyword_btn > .icon {
	display: block;
	top: 1px;
}
.gNav_keyword {
	align-self: center;
	width: 200px;
}
.gFooter {
	position: relative;
	z-index: 0;
	color: #fff;
	padding: 62px 0 9px;
	box-sizing: border-box;
	background-color: #434343;
	font-weight: 500;
	box-shadow: 0 100vh 0 100vh #434343;
}
.gFooter_bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center bottom;
}
.gFooter_bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.57);
}
.gFooter_inner {
	max-width: 1104px;
}
.gFooter_cols {
	display: flex;
	align-items: center;
}
.gFooter_col {}
.gFooter_col-logo {
	width: 235px;
}
.gFooter_logo {
	max-width: 196px;
	margin: 0 auto 54px;
}
.gFooter_logo > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo > a::before {
	content: "";
}
.gFooter_logo > a::after {
	content: "";
}
.gFooter_logo_img {
	display: block;
	fill: currentColor;
	width: 235px;
	height: 190px;
}
.gFooter_col-nav {
	width: calc(100% - 300px);
	margin-left: auto;
	max-width: 544px;
}
.gFootNav {}
.gFootNav_cols {
	display: none;
	justify-content: space-between;
}
.gFootNav_col {
	width: 50%;
}
.gFootNav_col-no1 {}
.gFootNav_list {
	list-style: none;
	font-size: 17px;
	line-height: 1.6;
	display: flex;
	justify-content: space-between;
}
.gFootNav_list > li {}
.gFootNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
	padding: 9px 0;
	position: relative;
	z-index: 1;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 0;
	transition-duration: .3s;
	transition-property: width;
}
.gFootNav_cList {
	list-style: none;
	font-size: 13px;
	margin-top: 2px;
}
.gFootNav_cList > li {}
.gFootNav_cList > li.-sp {
	display: none;
}
.gFootNav_cList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding-left: 1em;
	transition-duration: .3s;
	transition-property: opacity;
	padding: 7px 0;
	padding-left: 16px;
}
.gFootNav_cList > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: calc(0.8em + 7px);
	left: 0;
	width: 9px;
	height: 1px;
	background-color: currentColor;
	transform: translateY(-50%);
	margin-top: 1px;
}
.gFootNav_cList > li > a::after {
	content: "";
}
.gFootNav_col-no2 {}
.gFooter_copyright {
	text-align: center;
	margin-top: 18px;
	font-feature-settings: "palt";
}
.gFooter_copyright > small {
	display: block;
	font-size: 13px;
	font-weight: normal;
}
.gPageTop {
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.5s;
	transition-property: opacity;
}
.gPageTop-scrolled {
	opacity: 1;
	pointer-events: auto;
}
.gPageTop_button {
	display: block;
	width: 68px;
	height: 68px;
	border: 2px solid #434343;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
	color: #000;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: absolute;
	z-index: 0;
	bottom: 0;
	line-height: 1;
	padding-bottom: 7px;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > .icon {
	display: block;
	font-size: 19px;
}
.gPageTop_inner {
	max-width: none;
}
.gPageTop_buttonWrap {
	width: 68px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.gBody {
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding-bottom: 100px;
	padding-top: 34px;
	box-sizing: border-box;
}
.gBody-noPb {
	padding-bottom: 0;
}
.gBody-noPbPc {
	padding-bottom: 0;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_barWrap {
	pointer-events: none;
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
[aria-expanded="true"] .gMenuBtn_bar-no1 {}
[aria-expanded="true"] .gMenuBtn_bar-no2 {}
[aria-expanded="true"] .gMenuBtn_bar-no3 {}
.gMenuBtn_text {}
.gBody_inner {}
.gVisual {
	margin-bottom: 50px;
}
.gVisual-mbL {
	margin-bottom: 100px;
}
.gVisual_inner {}
.gVisual_title {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: 0.15em;
}
.gVisual_title_highlight {
	color: #399759;
}
.gVisual_title:last-child {
	margin-bottom: 0;
}
.gVisual_image {
	position: relative;
	z-index: 1;
	padding-bottom: 42.28%;
}
.gVisual_image > img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	object-fit: cover;
}
.gVisual_text {
	margin-top: 20px;
}
.gVisual_text-narrow {
	max-width: 737px;
}
.gNav_list_text > br {
	display: none;
}
.gNav_list_icon {}
.gNav_list_icon::before {
	content: "";
}
.gNav_list_icon::after {
	content: "";
}
.gNav_cList {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
	background-color: #fff;
	font-size: 15px;
	padding: 25px 0;
	border-radius: 6px;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
	line-height: 1.4;
	margin-top: -13px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.gNav_cList.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_cList::before {
	content: "";
	border: 7px solid rgba(255, 255, 255, 0);
	border-bottom-width: 10px;
	border-top-width: 0;
	display: block;
	width: 0;
	height: 0;
	border-bottom-color: #fff;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0px;
}
.gNav_cList-home::before {
	border-bottom-color: rgba(0, 0, 0, 0.60);
	margin-bottom: 0;
	top: auto;
	bottom: 0;
	transform: translateX(-50%) rotate(180deg);
}
.gHeader-scrolled .gNav_cList-home::before {
	top: 0;
	transform: translateX(-50%) rotate(0deg);
}
.gNav_cList > li {}
.gNav_cList > li.-sp {
	display: none;
}
.gNav_cList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding: 12px 25px;
	padding-left: 47px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_cList > li > a::before {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #0B694A;
	position: absolute;
	z-index: 1;
	top: calc(12px + 0.7em);
	left: 25px;
	transform: translateY(-50%);
	margin-left: 0;
	transition-duration: .3s;
	transition-property: margin-left;
}
.gNav_cList-home > li > a::before {
	background-color: currentColor;
}
.gNav_cList > li > a::after {
	content: "";
}
.gVisual_catList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 23px;
	max-height: 64px;
	overflow: hidden;
}
.gVisual_catList > li {
	margin-right: 10px;
	margin-bottom: 5px;
}
.gVisual_catList > li:last-child {
	margin-right: 0;
}
.gVisual_catList > li > a {
	text-decoration: none;
}
.gFootSubNav {
	background-color: #363636;
	margin-top: 26px;
}
.gFootSubNav_inner {
	max-width: 1001px;
}
.gFootSubNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gFootSubNav_list > li {
	margin-right: 1.6em;
}
.gFootSubNav_list > li:last-child {
	margin-right: 0;
}
.gFootSubNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	font-size: 13px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootSubNav_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 44px;
	margin-right: -1px;
}
.gFootSubNav_list > li > a::after {
	content: "";
}
.gPageTop_button_text {
	display: block;
	font-size: 13px;
	margin-top: 7px;
}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {
	width: 50%;
}
.gFootNav_list-sub {
	display: flex;
}
.gFootNav_list-sub > li {}
.gFootNav_list-sub > li:first-child {}
.gNav_head {
	display: none;
}
.gNav_title {}
.gNav_title > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_title > a::before {
	content: "";
}
.gNav_title > a::after {
	content: "";
}
.gNav_title_img {}
.gNav_linkTicket {}
.gNav_linkTicket > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_linkTicket > a::before {
	content: "";
}
.gNav_linkTicket > a::after {
	content: "";
}
.gNav_linkTicket > a > img {
	display: block;
}
.gNav_linkTicket_text {}
.gNav_keywordSp {
	display: none;
}
.gKeywordBox {
	position: relative;
	z-index: 1;
	padding-right: 75px;
}
.gKeywordBox > form {}
.gKeywordBox_input {}
.gKeywordBox_input > input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-color: #434343;
	padding: 3px 15px;
}
.gKeywordBox_btn {
	display: block;
	width: 75px;
	background-color: #434343;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.gKeywordBox_btn::before {
	content: "";
}
.gKeywordBox_btn::after {
	content: "";
}
.gNav_list > li > a > img {
	display: none;
}
.gNav_subList {
	display: none;
	list-style: none;
}
.gNav_subList > li {}
.gNav_subList > li > a {
	display: block;
	color: inherit;
}
.gNav_subList > li > a::before {
	content: "";
}
.gNav_subList > li > a::after {
	content: "";
}
.gLangNav {
	display: none;
}
.gLangNav_list {
	list-style: none;
}
.gLangNav_list > li {}
.gLangNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gLangNav_list > li > a::before {
	content: "";
}
.gLangNav_list > li > a::after {
	content: "";
}
.gSearchBtn {
	display: none;
}
.gSearchBtn::before {
	content: "";
}
.gSearchBtn::after {
	content: "";
}
.gSearchBtn_icon {}
.gSearchBtn_text {}
.gSearchNav {
	display: none;
}
.gSearchNav_inner {}
.gBody-home {
	padding-top: 20px;
}
.gHeaderWrap-home {
	height: auto;
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	left: 0;
}
.gHeader-home {
	position: relative;
	background-color: rgba(0, 0, 0, 0.60);
	color: #fff;
}
.gNav_list-home > li > a::before {
	height: 87px;
}
.gHeader_title-home > a {
	color: #fff;
}
.gNav_list_text-home::after {
	background-color: #399759;
}
.gHeader-scrolled .gNav_list > li > a::before {
	height: 87px;
}
.gVisual-mbS {
	margin-bottom: 38px;
}
.gVisual_title-mbS {
	margin-bottom: 11px;
}
.gVisual_inner-wide {
	max-width: 1192px;
}
.gFloatBnr {
	display: none;
}
.gFloatBnr_inner {}
.gFloatBnr_link {}
.gFloatBnr_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFloatBnr_link > a::before {
	content: "";
}
.gFloatBnr_link > a::after {
	content: "";
}
.gFloatBnr_link > a > svg {}
.gFloatBnr_banner {}
.gFloatBnr_banner > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gFloatBnr_banner > a::before {
	content: "";
}
.gFloatBnr_banner > a::after {
	content: "";
}
.gFloatBnr_banner > a > img {
	display: block;
}
.gNav_cList-home {
	background-color: rgba(255, 255, 255, 0);
	margin-top: 0;
	padding-bottom: 35px;
	top: auto;
	bottom: 100%;
	box-shadow: none;
}
.gHeader-scrolled .gNav_cList-home {
	top: 100%;
	bottom: auto;
	padding-top: 35px;
	padding-bottom: 25px;
}
.gNav_cList-home::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.60);
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% - 10px);
	top: 0;
	left: 0;
	border-radius: 6px;
}
.gHeader-scrolled .gNav_cList-home::after {
	top: auto;
	bottom: 0;
}
.gVisual_imageDeco {
	position: absolute;
	z-index: 3;
	bottom: -8%;
	width: 100%;
	left: 0;
}
.gVisual_imageDeco > img {
	display: block;
	width: 100%;
	height: auto;
}
.gVisual_imageWrap {
	position: relative;
	z-index: 1;
}
.gBody-noPt {
	padding-top: 0;
}
.gFooter_logo > a > img {}
.gFootNav_list > li > a > .icon {
	display: none;
}
.gLoggedMsg {
	background-color: #000000;
	color: #fff;
	position: relative;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
}
.gLoggedMsg_inner {
	display: flex;
	align-items: center;
	height: 54px;
	max-width: none;
}
.gLoggedMsg_title {
	margin-right: 18px;
}
.gLoggedMsg_title_img {
	display: block;
	fill: currentColor;
	width: 120px;
	height: 30px;
}
.gLoggedMsg_message {
	font-size: 16px;
	font-weight: 500;
}
.gLoggedMsg + .gHeaderWrap {
	position: sticky;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.gLoggedMsg + .gHeaderWrap .gHeader {
	position: relative;
}
.gLoggedMsg-home {
	position: absolute;
}
.gVisual_image-fit {
	padding-bottom: 56.25%;
}
.gVisual_image-fit > img {
	width: 100%;
	height: 100%;
}
.gVisual_image-lowSwitch > img:nth-child(1) {
	display: block;
}
.gVisual_image-lowSwitch > img:nth-child(2) {
	display: none;
}
.gVisual_image-lowSwitch > img:nth-child(3) {
	display: none;
}
.gVisual_caution {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 1399px) {
	.gNav {
		max-width: 1030px;
	}
	.gNav_list > li > a {
		font-feature-settings: "palt";
	}
}
@media screen and (max-width: 1349px) {
	.gHeader_inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.gNav_list {
		width: calc(100% - 210px);
	}
	.gNav_keyword {
		width: 200px;
	}
	.gNav_list > li > a {
		font-size: 15px;
	}
	.gNav {
		max-width: 830px;
	}
	.gNav_list_text > br {
		display: inline;
	}
}
@media screen and (max-width:1249px) {
	.gHeader_col-logo {
		width: 210px;
	}
	.gHeader_title_img {
		width: 190px;
		height: 51px;
	}
	.gHeader_col-nav {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width:1149px) {
	.gFootNav {
		font-feature-settings: "palt";
	}
	.gFooter_inner {
		max-width: 950px;
	}
	.gFootNav_list {
		font-size: 16px;
	}
}
@media screen and (max-width:1099px) {
	.gNav_keyword {
		width: 180px;
	}
	.gKeyword_input > input {
		font-size: 14px;
		padding-left: 40px;
	}
	.gKeyword_btn {
		font-size: 18px;
		width: 40px;
		padding-left: 4px;
	}
	.gNav_list {
		width: calc(100% - 184px);
	}
}
@media screen and (min-width:1000px) and (max-height:768px) {
	.gHeaderWrap {
		height: 87px;
	}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_col-nav {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_text {}
	.gNav_list_text::after {}
	.p-access .-access .gNav_list_text::after,
	.p-ticket .-ticket .gNav_list_text::after,
	.p-news .-news .gNav_list_text::after,
	.p-spot .-spot .gNav_list_text::after,
	.p-climb .-climb .gNav_list_text::after,
	.p-enjoy .-enjoy .gNav_list_text::after,
	.p-know .-know .gNav_list_text::after {}
	.gNav_list > li > a::before {
		height: 87px;
	}
	.gNav_list > li > a::after {}
	.gKeyword {}
	.gKeyword > form {}
	.gKeyword_input {}
	.gKeyword_input > input {}
	.gKeyword_btn {}
	.gKeyword_btn::before {}
	.gKeyword_btn::after {}
	.gKeyword_btn > .icon {}
	.gNav_keyword {}
	.gFooter {}
	.gFooter_bg {}
	.gFooter_bg::before {}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {}
	.gFooter_logo {
		max-width: 160px;
		margin-bottom: 35px;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a::before {}
	.gFooter_logo > a::after {}
	.gFooter_logo_img {}
	.gFooter_col-nav {}
	.gFootNav {}
	.gFootNav_cols {}
	.gFootNav_col {}
	.gFootNav_col-no1 {}
	.gFootNav_list {
		font-size: 15px;
	}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li.-sp {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_cList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop_button {
		transform-origin: right bottom;
		transform: scale(0.8);
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gPageTop_inner {}
	.gPageTop_buttonWrap {}
	.gBody {
		padding-bottom: 80px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-noPbPc {}
	.gMenuBtn {}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	[aria-expanded="true"] .gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gBody_inner {}
	.gVisual {
		margin-bottom: 35px;
	}
	.gVisual-mbL {}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 32px;
	}
	.gVisual_title_highlight {}
	.gVisual_title:last-child {}
	.gVisual_imageWrap {}
	.gVisual_image {
		padding-bottom: 40.84%;
	}
	.gVisual_image-s {
		padding-bottom: 42.5%;
	}
	.gVisual_image-spot {
		padding-bottom: 50%;
	}
	.gVisual_image > img {
		object-position: center top;
	}
	.gVisual_image-spot > img {
		object-position: center center;
	}
	.gVisual_text {}
	.gVisual_text-narrow {}
	.gNav_list_text > br {}
	.gNav_list_icon {}
	.gNav_list_icon::before {}
	.gNav_list_icon::after {}
	.gNav_cList {}
	.gNav_cList.isShow {}
	.gNav_cList::before {}
	.gNav_cList-home::before {}
	.gHeader-scrolled .gNav_cList-home::before {}
	.gNav_cList > li {}
	.gNav_cList > li.-sp {}
	.gNav_cList > li > a {}
	.gNav_cList > li > a::before {}
	.gNav_cList-home > li > a::before {}
	.gNav_cList > li > a::after {}
	.gVisual_catList {}
	.gVisual_catList > li {}
	.gVisual_catList > li:last-child {}
	.gVisual_catList > li > a {}
	.gFootSubNav {}
	.gFootSubNav_inner {}
	.gFootSubNav_list {}
	.gFootSubNav_list > li {}
	.gFootSubNav_list > li:last-child {}
	.gFootSubNav_list > li > a {}
	.gFootSubNav_list > li > a::before {}
	.gFootSubNav_list > li > a::after {}
	.gPageTop_button_text {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gFootNav_list-sub {}
	.gFootNav_list-sub > li {}
	.gFootNav_list-sub > li:first-child {}
	.gNav_head {}
	.gNav_title {}
	.gNav_title > a {}
	.gNav_title > a::before {}
	.gNav_title > a::after {}
	.gNav_title_img {}
	.gNav_linkTicket {}
	.gNav_linkTicket > a {}
	.gNav_linkTicket > a::before {}
	.gNav_linkTicket > a::after {}
	.gNav_linkTicket > a > img {}
	.gNav_linkTicket_text {}
	.gNav_keywordSp {}
	.gKeywordBox {}
	.gKeywordBox > form {}
	.gKeywordBox_input {}
	.gKeywordBox_input > input {}
	.gKeywordBox_btn {}
	.gKeywordBox_btn::before {}
	.gKeywordBox_btn::after {}
	.gNav_list > li > a > img {}
	.gNav_subList {}
	.gNav_subList > li {}
	.gNav_subList > li > a {}
	.gNav_subList > li > a::before {}
	.gNav_subList > li > a::after {}
	.gLangNav {}
	.gLangNav_list {}
	.gLangNav_list > li {}
	.gLangNav_list > li > a {}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {}
	.gSearchBtn {}
	.gSearchBtn::before {}
	.gSearchBtn::after {}
	.gSearchBtn_icon {}
	.gSearchBtn_text {}
	.gSearchNav {}
	.gSearchNav_inner {}
	.gBody-home {}
	.gHeaderWrap-home {}
	.gHeader-home {}
	.gNav_list-home > li > a::before {}
	.gHeader_title-home > a {}
	.gNav_list_text-home::after {}
	.gHeader-scrolled .gNav_list > li > a::before {}
	.gVisual-mbS {}
	.gVisual_title-mbS {}
	.gVisual_inner-wide {
		max-width: 1090px;
	}
	.gFloatBnr {}
	.gFloatBnr_inner {}
	.gFloatBnr_link {}
	.gFloatBnr_link > a {}
	.gFloatBnr_link > a::before {}
	.gFloatBnr_link > a::after {}
	.gFloatBnr_link > a > svg {}
	.gFloatBnr_banner {}
	.gFloatBnr_banner > a {}
	.gFloatBnr_banner > a::before {}
	.gFloatBnr_banner > a::after {}
	.gFloatBnr_banner > a > img {}
	.gNav_cList-home {}
	.gHeader-scrolled .gNav_cList-home {}
	.gNav_cList-home::after {}
	.gHeader-scrolled .gNav_cList-home::after {}
	.gVisual_imageDeco {}
	.gVisual_imageDeco > img {}
	.gVisual_imageWrap {
		padding: 0 32px;
	}
	.gBody-noPt {}
	.gFooter_logo > a > img {
		width: 140px;
		height: auto;
	}
	.gFootNav_list > li > a > .icon {}
	.gVisual_image-lowSwitch > img:nth-child(1) {
		display: none;
	}
	.gVisual_image-lowSwitch > img:nth-child(2) {
		display: block;
	}
	.gVisual_image-lowSwitch > img:nth-child(3) {
		display: none;
	}
}
@media screen and (min-width:1000px) {
	.gNav_cList > li > a:hover::before {
		margin-left: -4px;
	}
	.gFloatBnr_link > a:hover {}
	.gFloatBnr_banner > a:hover {}
	.gLangNav_list > li > a:hover {}
	.gSearchBtn:hover {}
	.gNav_subList > li > a:hover {}
	.gNav_title > a:hover {}
	.gNav_linkTicket > a:hover {}
	.gKeywordBox_btn:hover {}
	.gFootNav_list > li > a:hover::after {
		width: 100%;
		left: 0;
	}
	.gFootSubNav_list > li > a:hover {
		text-decoration: underline;
		opacity: .7;
	}
	.gVisual_catList > li > a:hover {}
	.gNav_cList > li > a:hover {
		color: #0B694A;
	}
	.gNav_cList-home > li > a:hover {
		color: inherit;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	a:hover .gNav_list_text::after {
		width: 100%;
		left: 0;
		right: auto;
	}
	.gNav_list > li > a:hover {}
	.gKeyword_btn:hover {
		color: #0B694A;
	}
	.gKeyword_btn-home:hover {
		color: #399759;
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFootNav_list > li > a:hover {
		opacity: .7;
	}
	.gFootNav_cList > li > a:hover {
		text-decoration: underline;
		opacity: .7;
	}
	.gPageTop_button:hover {
		background-color: #434343;
		color: #fff;
	}
	.gMenuBtn:hover {}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {
		height: 70px;
	}
	.gHeader {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
	}
	.gHeader_inner {
		padding-right: 11px;
		padding-left: 8px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {
		width: 144px;
	}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_img {
		width: 144px;
		height: 38px;
	}
	.gHeader_col-nav {
		width: calc(100% - 155px);
	}
	.gNav {
		max-width: 585px;
	}
	.gNav_inner {}
	.gNav_list {
		width: calc(100% - 145px);
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		font-size: 12px;
		white-space: nowrap;
		padding: 0 5px;
	}
	.gNav_list_text {}
	.gNav_list_text::after {
		height: 1px;
	}
	.gNav_list > li > a::before {
		height: 70px;
	}
	.gKeyword {}
	.gKeyword > form {}
	.gKeyword_input {}
	.gKeyword_input > input {
		padding-left: 29px;
		padding-right: 10px;
		font-size: 12px;
	}
	.gKeyword_btn {
		width: 31px;
		font-size: 14px;
		padding-left: 7px;
	}
	.gKeyword_btn > .icon {}
	.gNav_keyword {
		width: 140px;
	}
	.gFooter {
		padding-bottom: 20px;
	}
	.gFooter_bg {}
	.gFooter_inner {}
	.gFooter_cols {
		justify-content: center;
	}
	.gFooter_col {}
	.gFooter_col-logo {
		width: 240px;
	}
	.gFooter_logo {
		max-width: 170px;
		margin-bottom: 35px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_img {
		width: 170px;
		height: 137px;
	}
	.gFooter_col-nav {
		max-width: calc(100% - 310px);
		margin-left: 70px;
		width: auto;
	}
	.gFootNav {}
	.gFootNav_cols {
		flex-wrap: wrap;
	}
	.gFootNav_col {}
	.gFootNav_col-no1 {}
	.gFootNav_list {
		font-size: 16px;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 670px;
		margin-left: auto;
		margin-right: auto;
	}
	.gFootNav_list > li {
		margin: 0 15px;
	}
	.gFootNav_list > li > a {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li > a {}
	.gFootNav_col-no2 {}
	.gFooter_copyright {
		margin-top: 35px;
	}
	.gFooter_copyright > small {
		font-size: 11px;
	}
	.gPageTop {}
	.gPageTop_button {
		border-width: 1px;
		width: 60px;
		height: 60px;
		padding-bottom: 3px;
	}
	.gPageTop_button > .icon {
		font-size: 18px;
	}
	.gPageTop_inner {}
	.gPageTop_buttonWrap {
		width: 60px;
	}
	.gBody {
		padding-bottom: 90px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gBody-noPbPc {
		padding-bottom: 0;
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	[aria-expanded="true"] .gMenuBtn_bar-no3 {}
	.gMenuBtn_text {}
	.gBody_inner {}
	.gVisual {}
	.gVisual-mbL {
		margin-bottom: 70px;
	}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 32px;
	}
	.gVisual_title_highlight {}
	.gVisual_image {}
	.gVisual_image > img {}
	.gVisual_text {
		margin-top: 25px;
	}
	.gNav_list_text > br {}
	.gNav_list_icon {}
	.gNav_cList {
		margin-top: 0;
		font-size: 12px;
		padding: 10px 0;
		box-shadow: 0 0px 16px rgba(0, 0, 0, 0.16);
	}
	.gNav_cList::before {
		margin-bottom: -5px;
	}
	.gNav_cList > li {}
	.gNav_cList > li.-sp {
		display: block;
	}
	.gNav_cList > li > a {
		padding-left: 36px;
		padding-right: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.gNav_cList > li > a::before {
		height: 1px;
		width: 10px;
		left: 15px;
		top: calc(8px + 0.7em);
	}
	.gVisual_catList {
		margin-bottom: 15px;
	}
	.gVisual_catList > li {}
	.gVisual_catList > li > a {}
	.gFootSubNav {}
	.gFootSubNav_inner {}
	.gFootSubNav_list {
		justify-content: center;
	}
	.gFootSubNav_list > li {}
	.gFootSubNav_list > li > a {}
	.gPageTop_button_text {
		font-size: 12px;
		margin-top: 5px;
	}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {
		width: 100%;
		margin-top: 11px;
	}
	.gFootNav_list-sub {
		justify-content: space-between;
	}
	.gFootNav_list-sub > li {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.gNav_head {}
	.gNav_title {}
	.gNav_title > a {}
	.gNav_title_img {}
	.gNav_linkTicket {}
	.gNav_linkTicket > a {}
	.gNav_linkTicket > a > img {}
	.gNav_linkTicket_text {}
	.gNav_keywordSp {}
	.gKeywordBox {}
	.gKeywordBox > form {}
	.gKeywordBox_input {}
	.gKeywordBox_input > input {}
	.gKeywordBox_btn {}
	.gNav_list > li > a > img {}
	.gNav_subList {}
	.gNav_subList > li {}
	.gNav_subList > li > a {}
	.gLangNav {}
	.gLangNav_list {}
	.gLangNav_list > li {}
	.gLangNav_list > li > a {}
	.gSearchBtn {}
	.gSearchBtn_icon {}
	.gSearchBtn_text {}
	.gSearchNav {}
	.gSearchNav_inner {}
	.gBody-home {}
	.gHeaderWrap-home {
		height: auto;
	}
	.gHeader-home {}
	.gNav_list-home > li > a::before {}
	.gHeader_title-home > a {}
	.gNav_list_text-home::after {}
	.gHeader-scrolled .gNav_list > li > a::before {
		height: 70px;
	}
	.gVisual-mbS {}
	.gVisual_title-mbS {}
	.gFloatBnr {}
	.gFloatBnr_inner {}
	.gFloatBnr_link {}
	.gFloatBnr_link > a {}
	.gFloatBnr_link > a::before {}
	.gFloatBnr_link > a::after {}
	.gFloatBnr_link > a > svg {}
	.gFloatBnr_banner {}
	.gFloatBnr_banner > a {}
	.gFloatBnr_banner > a::before {}
	.gFloatBnr_banner > a::after {}
	.gFloatBnr_banner > a > img {}
	.gNav_cList-home {
		padding-bottom: 20px;
	}
	.gHeader-scrolled .gNav_cList-home {
		padding-bottom: 10px;
		padding-top: 20px;
	}
	.gNav_cList-home::after {}
	.gHeader-scrolled .gNav_cList-home::after {}
	.gNav_cList-home::before {
		margin-bottom: 0;
	}
	.gHeader-scrolled .gNav_cList-home::before {}
	.gVisual_imageDeco {}
	.gVisual_imageDeco > img {}
	.gVisual_imageWrap {}
	.gBody-noPt {
		padding-top: 0;
	}
	.gFooter_logo > a > img {}
	.gFootNav_list > li > a > .icon {}
	.gLoggedMsg {}
	.gLoggedMsg_inner {}
	.gLoggedMsg_title {}
	.gLoggedMsg_title_img {}
	.gLoggedMsg_message {}
	.gLoggedMsg + .gHeaderWrap {}
	.gLoggedMsg + .gHeaderWrap .gHeader {}
	.gVisual_image-fit {}
	.gVisual_image-fit > img {}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {
		height: 56px;
	}
	.gHeader {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10);
	}
	.isSearchOpen .gHeader {
		box-shadow: 0 2px 4px rgb(0 0 0 / 0);
	}
	.gHeader_inner {
		position: static;
		padding-left: 8px;
		padding-right: 60px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {}
	.gHeader_col-logo {
		width: 144px;
	}
	.gHeader_title {
		height: auto;
	}
	.gHeader_title > a {
		height: 56px;
	}
	.gHeader_title_img {
		width: 144px;
		height: 38px;
		top: 0px;
	}
	.gHeader_col-nav {
		width: auto;
		margin: 0;
	}
	.gNav {
		max-width: none;
		position: fixed;
		z-index: 1002;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		box-sizing: border-box;
		padding-bottom: 50px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		overflow: auto;
		padding-top: 82px;
		color: #434343;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		display: block;
		padding: 0 18px;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	.gNav_list {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		margin-left: -18px;
		margin-right: -18px;
	}
	.gNav_list > li {
		position: relative;
		z-index: 0;
		width: 33.33%;
	}
	.gNav_list > li.-spNone {
		display: none;
	}
	.gNav_list > li > a {
		padding: 14px 0;
		font-size: 13px;
		position: relative;
		display: block;
		font-feature-settings: normal;
	}
	.gNav_list > li > a::after {
		display: block;
		border: 6px solid rgba(255, 255, 255, 0);
		width: 0;
		height: 0;
		border-bottom-color: #434343;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		border-top-width: 0;
		border-bottom-width: 11px;
		opacity: 0;
		transition-duration: .3s;
		transition-property: opacity;
	}
	.gNav_list > li > a[aria-expanded="true"]::after {
		opacity: 1;
	}
	.gNav_list_text {
		line-height: 1.5;
		margin-top: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.gNav_list_text::before {
		content: "";
		display: block;
		width: 1px;
		height: 39px;
	}
	.gNav_list_text::after {
		display: none;
	}
	.gNav_list > li > a::before {
		display: none;
	}
	.gKeyword {}
	.gKeyword > form {}
	.gKeyword_input {}
	.gKeyword_input > input {}
	.gKeyword_btn {}
	.gKeyword_btn > .icon {}
	.gNav_keyword {
		display: none;
	}
	.gFooter {
		padding-top: 60px;
		padding-bottom: 14px;
	}
	.gFooter_bg {}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
	}
	.gFooter_col-logo {
		max-width: 213px;
		margin: 0 auto 115px;
	}
	.gFooter_logo {
		max-width: 151px;
		margin-bottom: 39px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_img {
		width: 151px;
		height: 122px;
	}
	.gFooter_col-nav {
		max-width: none;
		margin-left: 0;
	}
	.gFootNav {}
	.gFootNav_cols {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.gFootNav_col {
		width: auto;
	}
	.gFootNav_col-no1 {
		margin-right: 19px;
	}
	.gFootNav_list {
		font-size: 15px;
		line-height: 1.5;
		justify-content: flex-start;
		max-width: 320px;
		display: none;
	}
	.gFootNav_list-single {
		display: block;
		max-width: none;
	}
	.gFootNav_list > li {
		margin: 0;
		width: 50%;
	}
	.gFootNav_list-single > li {
		width: auto;
	}
	.gFootNav_list > li > a {
		padding: 8px 0;
		display: flex;
		align-items: center;
	}
	.gFootNav_cList {
		font-size: 12px;
		margin-top: 0;
		display: block;
		visibility: hidden;
		max-height: 0;
	}
	.gFootNav_cList.isShow {
		visibility: visible;
		max-height: none;
	}
	.gFootNav_cList > li {}
	.gFootNav_cList > li.-sp {
		display: block;
	}
	.gFootNav_cList > li > a {}
	.gFootNav_col-no2 {}
	.gFooter_copyright {
		margin-top: 8px;
	}
	.gFooter_copyright > small {
		font-size: 10px;
		transform: scale(0.85);
	}
	.gPageTop {
		bottom: 15px;
	}
	.gPageTop-hasFloatBnr {
		display: none;
	}
	.gPageTop_button {
		border-width: 1px;
		width: 40px;
		height: 40px;
		padding-bottom: 0;
	}
	.gPageTop_button > .icon {
		font-size: 10px;
		margin-bottom: 3px;
	}
	.gPageTop_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gPageTop_buttonWrap {
		width: 40px;
	}
	.gBody {
		padding-top: 20px;
		padding-bottom: 60px;
	}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gMenuBtn {
		display: block;
		position: fixed;
		z-index: 1003;
		top: 0;
		right: 0;
		line-height: 1;
		width: 56px;
		height: 56px;
		color: inherit;
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gMenuBtn[aria-expanded="true"] {
		color: #434343;
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 28px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	.gMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		position: relative;
		z-index: 1;
		top: 0;
		transition-duration: .3s;
		transition-property: transform, top, width;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 7px;
		margin-bottom: 7px;
		width: 22px;
	}
	.gMenuBtn_bar-no3 {
		width: 16px;
	}
	[aria-expanded="true"] .gMenuBtn_bar-no1 {
		width: 28px;
		top: 8px;
		transform: rotate(-40deg);
	}
	[aria-expanded="true"] .gMenuBtn_bar-no2 {
		width: 28px;
		transform: scale(0, 1);
	}
	[aria-expanded="true"] .gMenuBtn_bar-no3 {
		width: 28px;
		top: -8px;
		transform: rotate(40deg);
	}
	.gMenuBtn_text {
		display: block;
		font-size: 10px;
		margin-top: 5px;
		font-weight: normal;
		letter-spacing: 0.07em;
		text-indent: 0.07em;
		text-align: center;
		transition-duration: .3s;
		transition-property: transform;
		pointer-events: none;
	}
	.gMenuBtn_text-close {
		display: none;
	}
	[aria-expanded="true"] .gMenuBtn_text-open {
		display: none;
	}
	[aria-expanded="true"] .gMenuBtn_text-close {
		display: block;
	}
	.gBody_inner {}
	.gVisual {
		margin-bottom: 35px;
	}
	.gVisual-mbL {
		margin-bottom: 35px;
	}
	.gVisual_inner {}
	.gVisual_title {
		font-size: 25px;
		margin-bottom: 19px;
		line-height: 1.4;
	}
	.gVisual_title_highlight {}
	.gVisual_image {
		margin-left: -20px;
		margin-right: -20px;
		height: 80.93vw;
		max-height: 370px;
		padding-bottom: 0;
	}
	.gVisual_image > img {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gVisual_text {
		margin-top: 25px;
		max-width: none;
	}
	.gNav_list_text > br {}
	.gNav_list_icon {
		width: 9px;
		height: 9px;
		color: #399759;
		position: absolute;
		z-index: 1;
		top: 50%;
		transform: translateY(-50%);
		right: 35px;
	}
	.gNav_list_icon::before {
		display: block;
		width: 100%;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.gNav_list_icon::after {
		display: block;
		width: 100%;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		transform: translateY(-50%) rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	[aria-expanded="true"] .gNav_list_icon::after {
		transform: translateY(-50%) rotate(0deg);
	}
	.gNav_cList {
		position: relative;
		z-index: 1;
		width: calc(100vw - 36px);
		left: 0;
		margin-top: -1px;
		top: 0;
		bottom: auto;
		box-shadow: none;
		padding: 0;
		display: none;
		transition: none;
		visibility: visible;
		opacity: 1;
		pointer-events: inherit;
	}
	.gNav_cList::before {
		display: none;
	}
	.gNav_cList-no1 {
		left: 150%;
		transform: translateX(-50%);
	}
	.gNav_cList-no2 {
		left: 50%;
		transform: translateX(-50%);
	}
	.gNav_cList-no3 {
		left: -50%;
		transform: translateX(-50%);
	}
	.gNav_cList.isShow {
		display: block;
		pointer-events: inherit;
	}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {
		background-image: linear-gradient(to bottom, #434343 50%, rgba(255, 255, 255, 0) 50%);
		background-size: auto 1px;
		background-repeat: repeat-x;
		background-position: left top;
	}
	.gNav_cList > li > a {
		padding: 5px 14px;
		font-size: 14px;
		display: flex;
		align-items: center;
		background-image: linear-gradient(to top, #434343 50%, rgba(255, 255, 255, 0) 50%);
		background-size: auto 1px;
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	.gNav_cList > li > a::before {
		display: block;
		width: 1px;
		height: 40px;
		margin-right: -1px;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		background-color: rgba(255, 255, 255, 0);
	}
	.gVisual_catList {
		margin-bottom: 16px;
		max-height: 56px;
	}
	.gVisual_catList > li {
		margin-right: 5px;
	}
	.gVisual_catList > li > a {}
	.gFootSubNav {
		margin-top: 60px;
		padding: 8px 0;
	}
	.gFootSubNav_inner {}
	.gFootSubNav_list {
		justify-content: flex-start;
	}
	.gFootSubNav_list > li {}
	.gFootSubNav_list > li > a {
		font-size: 12px;
	}
	.gFootSubNav_list > li > a::before {
		height: 30px;
	}
	.gPageTop_button_text {
		font-size: 10px;
		white-space: nowrap;
		transform: scale(.7);
		margin-top: 0;
	}
	.gFootNav_col-no3 {
		margin-top: 23px;
	}
	.gFootNav_col-no4 {
		margin-top: 23px;
	}
	.gFootNav_list-sub {
		display: block;
	}
	.gFootNav_list-sub > li {}
	.gNav_head {
		display: block;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10);
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
	}
	.gNav_title {
		margin: 0 auto;
		max-width: 144px;
	}
	.gNav_title > a {
		color: #0B694A;
		display: flex;
		height: 56px;
		align-items: center;
	}
	.gNav_title_img {
		width: 144px;
		height: 38px;
		display: block;
		fill: currentColor;
	}
	.gNav_linkTicket {
		width: 75px;
		text-align: center;
		font-feature-settings: "palt";
		position: absolute;
		z-index: 1;
		top: 0;
		left: 6px;
	}
	.gNav_linkTicket > a {
		height: 56px;
		display: flex;
		flex-direction: column;
		line-height: 1;
		justify-content: center;
	}
	.gNav_linkTicket > a > img {
		width: 30px;
		height: 26px;
		margin: 0 auto 0;
	}
	.gNav_linkTicket_text {
		display: block;
		font-size: 10px;
		margin-top: 5px;
		white-space: nowrap;
	}
	.gNav_keywordSp {
		display: block;
		max-width: calc(100% - 40px);
		margin: 0 auto 8px;
	}
	.gKeywordBox {}
	.gKeywordBox > form {}
	.gKeywordBox_input {}
	.gKeywordBox_input > input {}
	.gKeywordBox_btn {}
	.gNav_list > li > a > img {
		display: block;
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}
	.gNav_cList-single {
		display: block;
		margin-top: 17px;
		left: 50%;
		transform: translateX(-50%);
	}
	.gNav_subList {
		display: flex;
		flex-wrap: wrap;
		font-size: 12px;
		font-weight: 500;
		margin-top: 10px;
	}
	.gNav_subList > li {
		margin-right: 0.3em;
	}
	.gNav_subList > li:last-child {
		margin-right: 0;
	}
	.gNav_subList > li > a {
		padding: 10px 13px;
	}
	.gLangNav {
		display: block;
		width: 100px;
		margin-left: auto;
		border-radius: 103px;
		border: 1px solid #4C4C4C;
		margin-top: 17px;
	}
	.gLangNav_list {
		display: flex;
	}
	.gLangNav_list > li {
		width: 50%;
	}
	.gLangNav_list > li > a {
		display: flex;
		height: 40px;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		position: relative;
		z-index: 1;
		color: #DEDEDE;
	}
	.gLangNav_list > li > a[aria-current="true"] {
		color: #707070;
	}
	.gLangNav_list > li > a::after {
		width: 1px;
		height: 20px;
		background-color: #434343;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.gLangNav_list > li:first-child > a {
		padding-left: 7px;
	}
	.gLangNav_list > li:last-child > a {
		padding-right: 7px;
	}
	.gLangNav_list > li:last-child > a::after {
		display: none;
	}
	.gSearchBtn {
		display: block;
		width: 44px;
		height: 56px;
		position: fixed;
		z-index: 1001;
		top: 0;
		right: 56px;
		line-height: 1;
		font-size: 10px;
		text-align: center;
		white-space: nowrap;
	}
	.gSearchBtn_icon {
		display: block;
		width: 20px;
		height: 20px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-width: 1.5px;
		margin: 0 auto 2px;
		position: relative;
		z-index: 1;
		top: -2px;
		pointer-events: none;
	}
	.gSearchBtn_text {
		display: block;
		pointer-events: none;
	}
	.gSearchNav {
		display: block;
		position: fixed;
		z-index: 1002;
		top: 56px;
		left: 0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		box-sizing: border-box;
		padding: 26px 18px;
	}
	.gSearchNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gSearchNav_inner {
		max-width: calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}
	.gBody-home {}
	.gHeaderWrap-home {
		position: fixed;
		height: auto;
	}
	.gHeader-home {}
	.gNav_list-home > li > a::before {}
	.gHeader_title-home > a {}
	.gNav_list_text-home::after {}
	.gHeader-scrolled .gNav_list > li > a::before {}
	.gSearchNav-home {
		background-color: rgba(0, 0, 0, 0.60);
	}
	.gVisual_image-free {
		height: auto;
		max-height: none;
	}
	.gVisual_image-free > img {
		position: relative;
		height: auto;
		object-fit: fill;
	}
	.gVisual-mbS {
		margin-bottom: 29px;
	}
	.gVisual_title-mbS {
		margin-bottom: 10px;
	}
	.gFloatBnr {
		display: block;
		position: fixed;
		z-index: 998;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.gFloatBnr_inner {
		padding: 0;
	}
	.gFloatBnr_link {}
	.gFloatBnr_link > a {
		display: flex;
		align-items: center;
		padding: 10px 40px;
		background-color: #0B694A;
		border-radius: 100px;
		color: #fff;
		position: relative;
		z-index: 1;
		line-height: 1.4;
		font-size: 15px;
		font-weight: bold;
		justify-content: center;
		padding-left: 20px;
		border: 16px solid rgba(255, 255, 255, 0);
		box-sizing: content-box;
		background-clip: padding-box;
		border-left-width: 20px;
		border-right-width: 20px;
	}
	.gFloatBnr_link > a > .icon-blank {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 17px;
		transform: translateY(-50%);
	}
	.gFloatBnr_link > a::before {
		display: block;
		width: 1px;
		height: 18px;
		margin-right: -1px;
	}
	.gFloatBnr_link > a::after {}
	.gFloatBnr_link > a > svg {
		fill: none;
		stroke: currentColor;
		stroke-width: 2px;
		display: block;
		transition-duration: .3s;
		transition-property: transform;
		position: absolute;
		z-index: 1;
		top: 50%;
		transform: translateY(-50%);
		width: 18px;
		height: 4px;
		min-width: 18px;
		right: 15px;
	}
	.gFloatBnr_banner {
		max-width: 378px;
		margin-left: auto;
		margin-right: auto;
	}
	.gFloatBnr_banner > a {
		position: relative;
		z-index: 1;
		height: 60px;
		border: 16px solid rgba(255, 255, 255, 0);
		box-sizing: content-box;
		border-left-width: 20px;
		border-right-width: 20px;
	}
	.gFloatBnr_banner > a::before {}
	.gFloatBnr_banner > a::after {}
	.gFloatBnr_banner > a > img {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.gNav_cList-home {}
	.gHeader-scrolled .gNav_cList-home {
		padding: 0;
		top: 0;
	}
	.gNav_cList-home::after {
		display: none;
	}
	.gHeader-scrolled .gNav_cList-home::after {}
	.gNav_cList-home::before {}
	.gHeader-scrolled .gNav_cList-home::before {}
	.gVisual_imageDeco {
		width: calc(100% + 40px);
		left: -20px;
	}
	.gVisual_imageDeco > img {
		transform-origin: right top;
		transform: scale(1.1);
	}
	.gVisual_imageWrap {}
	.gBody-noPt {
		padding-top: 0;
	}
	.gFooter_logo > a > img {}
	.gFootNav_list > li > a > .icon {
		display: block;
		font-size: 10px;
		margin-left: 7px;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gFootNav_list > li > a[aria-expanded="true"] > .icon {
		transform: rotate(180deg);
	}
	.gFooter-hasFloatBnr {
		padding-bottom: 90px;
	}
	.gLoggedMsg {}
	.gLoggedMsg_inner {
		height: 40px;
	}
	.gLoggedMsg_title {
		margin-right: 10px;
	}
	.gLoggedMsg_title_img {
		width: 100px;
		height: 25px;
	}
	.gLoggedMsg_message {
		font-size: 12px;
	}
	.gLoggedMsg + .gHeaderWrap {}
	.gLoggedMsg + .gHeaderWrap .gHeader {}
	.gLoggedMsg + .gHeaderWrap .gMenuBtn {
		position: absolute;
	}
	.gLoggedMsg + .gHeaderWrap .gSearchBtn {
		position: absolute;
	}
	.gLoggedMsg + .gHeaderWrap .gSearchNav {
		position: absolute;
	}
	.gVisual_image-fit {
		width: auto;
		height: auto;
		padding-bottom: 56.25%;
	}
	.gVisual_image-fit > img {}
	.gFloatBnr-top {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.gFloatBnr-top.isScrolled {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gVisual_image-lowSwitch > img:nth-child(1) {
		display: none;
	}
	.gVisual_image-lowSwitch > img:nth-child(2) {
		display: none;
	}
	.gVisual_image-lowSwitch > img:nth-child(3) {
		display: block;
	}
}
@media screen and (max-width: 374px) {
	.gFootNav_list {
		font-size: 14px;
	}
	.gFooter_copyright > small {
		font-size: 10px;
		white-space: nowrap;
	}
	.gVisual_title {
		font-size: 22px;
	}
	.gNav_linkTicket {
		left: 0;
		width: 70px;
	}
	.gNav_linkTicket_text {
		transform: scale(0.9);
	}
	.gFootNav_col-no1 {
		margin-right: 10px;
	}
}
