@charset "UTF-8";
.gHeaderWrap {
	height: 70px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader-scrolled {
	background-color: var(--color-extra-gold);
}
.gHeader_inner {
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 253px;
}
.gHeader_title {
	position: relative;
	z-index: 1001;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.isMenuOpen .gHeader_title {
	color: var(--color-white);
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	height: 70px;
	display: flex;
	transition-duration: .3s;
	transition-property: opacity;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 8.31%;
	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% - 273px);
	margin-left: auto;
	display: flex;
	min-width: 500px;
}
.gHeader_list {
	list-style: none;
	display: flex;
	height: 100%;
	flex-grow: 1;
	max-width: 535px;
	margin-left: auto;
}
.gHeader_list > li {
	flex-grow: 1;
}
.gHeader_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenuBtn {
	display: block;
	width: 40px;
	height: 40px;
	background-color: var(--color-black);
	align-self: center;
	border-radius: 4px;
	color: var(--color-light-gray);
	margin-left: 36px;
	transition-duration: .3s;
	transition-property: background-color, color, opacity;
	position: relative;
	z-index: 1001;
}
.gMenuBtn_barWrap {
	display: block;
	width: 22px;
	margin: 0 auto;
}
.gMenuBtn_bar {
	display: block;
	height: 2px;
	background-color: currentColor;
	border-radius: 2px;
	transition-duration: .3s;
	transition-property: transform;
}
.gMenuBtn_bar-no1 {
	margin: 0 auto;
	transform: scale(0.59, 1);
}
.gMenuBtn_bar-no2 {
	margin: 5px auto;
	transform: scale(0.772, 1);
}
.gMenuBtn_bar-no3 {}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
	transform: scale(1, 1) translateY(7px) rotate(-45deg);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
	transform: scale(0, 1);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {
	transform: scale(1, 1) translateY(-7px) rotate(45deg);
}
.gFooter {
	background-color: var(--color-body-primary);
	color: var(--color-white);
	padding-top: 73px;
	padding-bottom: 22px;
	box-shadow: 0 100vh 0 100vh var(--color-body-primary);
}
.gFooter_inner {
	max-width: 1079px;
}
.gFooter_catch {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 30px;
}
.gFooter_cols {
	display: flex;
	align-items: flex-end;
	margin-bottom: 66px;
}
.gFooter_col {}
.gFooter_col-ttl {
	width: 446px;
}
.gFooter_logo {}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 8.31%;
}
.gFooter_logo_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_produced {
	width: 283px;
	margin-top: 20px;
}
.gFooter_produced_inner {
	display: block;
	position: relative;
	padding-bottom: 6.361%;
}
.gFooter_produced_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gFooter_col-sns {
	margin-left: auto;
	padding-bottom: 7px;
}
.gFooter_list {
	list-style: none;
	display: flex;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_list_icon {
	display: block;
	fill: currentColor;
	width: 36px;
	height: 36px;
}
.gFootNav {
	line-height: 1.6;
	font-weight: 500;
}
.gFootNav_cols {
	display: flex;
	justify-content: space-between;
}
.gFootNav_col {
	width: 30.35%;
}
.gFootNav_col-no1 {
	max-width: 327px;
	padding-top: 3px;
}
.gFootNav_mainList {
	list-style: none;
}
.gFootNav_mainList_item {
	border-bottom: 1px solid var(--color-text-sub);
	padding-bottom: 18px;
	margin-bottom: 28px;
}
.gFootNav_mainList_item-faq {
	padding-bottom: 27px;
}
.gFootNav_mainList_item-price {
	margin-bottom: 18px;
}
.gFootNav_mainList_item-only {
	padding-bottom: 26px;
	margin-bottom: 18px;
}
.gFootNav_mainList_item:last-child {
	margin-bottom: 0;
}
.gFootNav_title {
	color: var(--color-text-disabled);
	font-size: 14px;
	margin-bottom: 6px;
}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list > li {}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 9px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_list > li > a.-small {
	font-size: 14px;
}
.gFootNav_cList {
	list-style: none;
	font-size: 12px;
	margin-top: 2px;
	padding-left: 24px;
}
.gFootNav_cList > li {}
.gFootNav_cList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 8px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_col-no2 {
	max-width: 327px;
	position: relative;
	top: -8px;
}
.gFootNav_col-no3 {
	width: 31.05%;
	max-width: 335px;
}
.gFootNav_bnrList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 51px;
}
.gFootNav_bnrList > li {
	width: 46.6%;
	margin-left: 6.8%;
	max-width: 156px;
}
.gFootNav_bnrList > li:nth-child(2n+1) {
	margin-left: 0;
}
.gFootNav_bnrList > li:nth-child(n+3) {
	margin-top: 14px;
}
.gFootNav_bnrList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.gFootNav_bnrList_item > img {
	display: block;
	width: 100%;
	height: auto;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_subList {
	list-style: none;
	font-size: 13px;
}
.gFootNav_subList > li {}
.gFootNav_subList > li:nth-child(n+2) {
	margin-top: 9px;
}
.gFootNav_subList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 10px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_note {
	font-weight: 500;
	font-size: 12px;
	margin-top: 48px;
}
.gFooter_copyright {
	color: var(--color-text-disabled);
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	margin-top: 67px;
}
.gMenu {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-black);
	color: var(--color-white);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	box-sizing: border-box;
	padding-top: 120px;
	line-height: 1.6;
	font-weight: 500;
	padding-bottom: 50px;
	overflow: auto;
}
.gMenu.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMenu_cols {
	display: flex;
	justify-content: space-between;
}
.gMenu_col {
	width: 30.35%;
}
.gMenu_col-no1 {
	max-width: 300px;
	padding-top: 1px;
}
.gMenu_mainList {
	list-style: none;
}
.gMenu_mainList_item {
	border-bottom: 1px solid var(--color-text-sub);
	padding-bottom: 22px;
	margin-bottom: 34px;
}
.gMenu_mainList_item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.gMenu_title {
	color: var(--color-text-disabled);
	font-size: 13px;
	margin-bottom: 6px;
}
.gMenu_list {
	list-style: none;
}
.gMenu_list > li {}
.gMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 12px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: 17px;
}
.gMenu_list-large > li > a {
	font-size: 18px;
}
.gMenu_list > li > a.-large {
	font-size: 18px;
}
.gMenu_list > li > a.-small {
	font-size: 16px;
}
.gMenu_cList {
	list-style: none;
	font-size: 14px;
	margin-top: 2px;
	padding-left: 14px;
}
.gMenu_cList > li {}
.gMenu_cList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 10px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenu_col-no2 {
	max-width: 300px;
	position: relative;
	top: -9px;
}
.gMenu_mainList_item-faq {}
.gMenu_mainList_item-price {
	margin-bottom: 26px;
}
.gMenu_mainList_item-only {
	padding-bottom: 20px;
	margin-bottom: 26px;
}
.gMenu_col-no3 {
	width: 31.55%;
	max-width: 335px;
}
.gMenu_corpBanner {
	margin-top: 29px;
}
.gMenu_corpBanner > a {
	text-decoration: none;
	color: inherit;
	background-color: #191919;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	height: 108px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMenu_corpBanner_text {
	display: block;
	font-size: 13px;
	transform: translateY(-18%);
}
.gMenu_corpBanner_logo {
	display: block;
	margin-top: 14px;
	max-width: 226px;
}
.gMenu_corpBanner_logo > img {
	display: block;
	width: 100%;
	height: auto;
}
.gMenu_inner {
	max-width: 1062px;
}
.gMenu_snsList {
	list-style: none;
	margin-top: 51px;
}
.gMenu_snsList > li {}
.gMenu_snsList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: var(--font-inter);
	letter-spacing: 0.04em;
	transition-duration: .3s;
	transition-property: background-color, color;
	justify-content: center;
}
.gMenu_snsList_icon {
	display: block;
	fill: currentColor;
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.gMenu_snsList_text {
	display: block;
}
.gMenu_list_en {
	font-family: var(--font-inter);
}
.gBody {}
.gHead {
	padding-top: 99px;
	margin-bottom: 22px;
}
.gHead_inner {
	max-width: 1100px;
}
.gHead_title {
	font-size: 32px;
	font-weight: 500;
	font-family: var(--font-kaku-gothic);
	line-height: 1.7;
	letter-spacing: 0.04em;
}
.gPankuzu {
	margin-bottom: 30px;
}
.gPankuzu_inner {
	max-width: 1100px;
}
.gPankuzu_oList {
	list-style: none;
	color: var(--color-light-gold);
	display: flex;
	justify-content: flex-end;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	overflow: auto;
	align-items: center;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:last-child {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "/";
	color: var(--color-body-secondary);
	display: block;
	margin: 0 8px;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: var(--color-body-secondary);
	display: flex;
	height: 50px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gBody_inner {}
.gFootNav_bnrList_item {
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--color-white);
	display: block;
}
.gContact {
	background-color: var(--color-extra-light-gray);
	padding-top: 79px;
	padding-bottom: 80px;
}
.gContact_inner {}
.gContact_en {
	color: var(--color-brown);
	font-size: 20px;
	font-weight: 500;
	font-family: var(--font-kaku-gothic);
	text-align: center;
	line-height: 1;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
	margin-bottom: 9px;
}
.gContact_title {}
.gContact_text {
	max-width: 703px;
	margin: 33px auto 40px;
}
.gContact_link {
	max-width: 264px;
	margin: 0 auto 0;
}
.gContact_link > a {
	text-decoration: none;
}
.gInsta {
	margin-bottom: 100px;
	margin-top: 100px;
}
.gInsta_inner {}
.gInsta_link {
	display: flex;
	justify-content: center;
}
.gInsta_link > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	font-size: 20px;
	color: var(--color-brown);
	font-family: var(--font-inter);
	line-height: 1.6;
	font-weight: 500;
	transition-duration: .3s;
	transition-property: opacity;
}
.gInsta_link_text {
	display: block;
	padding-left: 0.04em;
	letter-spacing: 0.04em;
}
.gInsta_link_img {
	display: block;
	margin-top: 24px;
}
.gInsta_link_img > img {
	display: block;
}
.gBody-pbL {
	padding-bottom: 160px;
}
.gMenu_banner {
	margin-bottom: 10px;
}
.gHead_enTitle {
	font-weight: 500;
	font-family: var(--font-inter);
	font-size: 48px;
	line-height: 1.3;
	color: var(--color-brown);
	letter-spacing: 0.04em;
}
.gHead_title-small {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 13px;
}
.gHead-en {
	padding-top: 79px;
}
.gHead_category {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	font-family: var(--font-kaku-gothic);
	margin-bottom: 12px;
}
.gHead-category {
	padding-top: 80px;
}
.gBody_vis {
	width: calc(100% - 41px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	height: 420px;
	margin-bottom: 54px;
}
.gBody_vis > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gFixNav {
	width: 222px;
	position: fixed;
	z-index: 999;
	bottom: 12px;
	right: 12px;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gFixNav.isHidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.gFixNav_link {}
.gFixNav_btn {
	text-decoration: none;
	color: inherit;
	background-color: var(--color-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	box-shadow: 0px 16px 12px rgba(0, 0, 0, 0.05);
	height: 61px;
	border: 1px solid var(--color-white);
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	padding-right: 10px;
	position: relative;
}
.gFixNav_link_en {
	display: block;
	font-size: 11px;
	font-weight: 500;
	font-family: var(--font-inter);
	color: var(--color-body-gray);
	line-height: 1.6;
	margin-bottom: 2px;
}
.gFixNav_link_ja {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: var(--color-brown);
}
.gFixNav_link_arrow {
	position: absolute;
	color: var(--color-brown);
	font-size: 11px;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}
.gHeader_titleSub {
	display: block;
	width: 63.45%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-top: 26px;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.isMenuOpen .gHeader_titleSub,
.gHeader-scrolled .gHeader_titleSub {
	opacity: 0;
	visibility: hidden;
}
.gHeader_titleSub_inner {
	padding-bottom: 6.165%;
	position: relative;
	display: block;
}
.gHeader_titleSub_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_title-top {
	transform-origin: left top;
	transform: translate(4.8%, -6%) scale(1.92);
	transition-property: background-color, color, transform;
	transition-duration: .3s, .3s, .4s;
}
.gHeader_list-top {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.isMenuOpen .gHeader_title-top,
.gHeader-scrolled .gHeader_title-top {
	transform: translate(0%, 0%) scale(1);
}
.gHeader-scrolled .gHeader_list-top {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gBody-home {
	padding-top: 104px;
}
.gHeaderWrap-fit {
	height: auto;
}
.gFixNav_list {
	list-style: none;
}
.gFixNav_list > li {}
.gFixNav_list > li:nth-child(n+2) {
	margin-top: 8px;
}
@media screen and (min-width: 1000px) and (hover: hover) {
	.gFixNav_btn:hover {
		border-color: var(--color-brown);
	}
	.gInsta_link > a:hover {
		opacity: .7;
	}
	.gContact_link > a:hover {}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-primary-gold);
	}
	.gMenu_list > li > a:hover {
		text-decoration: underline;
	}
	.gMenu_cList > li > a:hover {
		text-decoration: underline;
	}
	.gMenu_corpBanner > a:hover {
		background-color: #262525;
	}
	.gMenu_snsList > li > a:hover {
		color: var(--color-primary-gold);
	}
	.gFootNav_bnrList > li > a:hover > .gFootNav_bnrList_item > img {
		opacity: .7;
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gHeader_list > li > a:hover {
		color: var(--color-primary-gold);
	}
	.gMenuBtn[aria-expanded="true"]:hover {
		opacity: .7;
	}
	.gMenuBtn[aria-expanded="false"]:hover .gMenuBtn_bar-no1 {
		transform: scale(1, 1);
	}
	.gMenuBtn[aria-expanded="false"]:hover .gMenuBtn_bar-no2 {
		transform: scale(1, 1);
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		color: var(--color-primary-gold);
	}
	.gFootNav_list > li > a:hover {
		text-decoration: underline;
	}
	.gFootNav_cList > li > a:hover {
		text-decoration: underline;
	}
	.gFootNav_bnrList > li > a:hover {}
	.gFootNav_subList > li > a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {
		padding-left: 12px;
		padding-right: 12px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 224px;
	}
	.gHeader_title {}
	.isMenuOpen .gHeader_title {}
	.gHeader_title > a {
		height: 56px;
	}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_col-menu {
		max-width: calc(100% - 224px);
		width: 40px;
		min-width: 0;
	}
	.gHeader_list {
		display: none;
	}
	.gHeader_list > li {}
	.gHeader_list > li > a {}
	.gMenuBtn {
		margin-left: 0;
	}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no3 {}
	.gFooter {
		padding-top: 63px;
		padding-bottom: 23px;
	}
	.gFooter_inner {
		padding-left: 24px;
		padding-right: 24px;
	}
	.gFooter_catch {
		font-size: 13px;
		margin-left: -4px;
		margin-bottom: 32px;
	}
	.gFooter_cols {
		display: block;
		margin-bottom: 51px;
	}
	.gFooter_col {
		max-width: none;
		width: auto;
	}
	.gFooter_col-ttl {
		margin-left: -3px;
		margin-right: -4px;
	}
	.gFooter_logo {
		max-width: 335px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_img {}
	.gFooter_produced {
		width: auto;
		max-width: 211px;
		margin-top: 15px;
	}
	.gFooter_produced_inner {}
	.gFooter_produced_img {}
	.gFooter_col-sns {
		margin-top: 31px;
		margin-left: -4px;
		padding-bottom: 0;
	}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_list_icon {
		width: 27px;
		height: 27px;
	}
	.gFootNav {}
	.gFootNav_cols {
		display: block;
	}
	.gFootNav_col {
		width: auto;
		max-width: none;
		padding: 0;
		position: static;
	}
	.gFootNav_col-no1 {
		margin-bottom: 16px;
	}
	.gFootNav_mainList {}
	.gFootNav_mainList_item {}
	.gFootNav_mainList_item-faq {}
	.gFootNav_mainList_item-price {}
	.gFootNav_mainList_item-only {}
	.gFootNav_mainList_item:last-child {}
	.gFootNav_title {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a.-small {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li > a {}
	.gFootNav_col-no2 {
		margin-bottom: 40px;
	}
	.gFootNav_col-no3 {
		margin-left: -4px;
		margin-right: -4px;
	}
	.gFootNav_bnrList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 23px;
		row-gap: 14px;
	}
	.gFootNav_bnrList > li {
		max-width: none;
		width: auto;
		margin: 0;
	}
	.gFootNav_bnrList > li:nth-child(2n+1) {}
	.gFootNav_bnrList > li:nth-child(n+3) {
		margin-top: 0;
	}
	.gFootNav_bnrList > li > a {}
	.gFootNav_bnrList_item > img {}
	.gFootNav_subList {}
	.gFootNav_subList > li {}
	.gFootNav_subList > li:nth-child(n+2) {}
	.gFootNav_subList > li > a {}
	.gFooter_note {
		margin-top: 37px;
		margin-left: -4px;
		margin-right: -4px;
	}
	.gFooter_copyright {
		margin-top: 23px;
	}
	.gMenu {
		padding-top: 91px;
	}
	.gMenu.isShow {}
	.gMenu_cols {
		display: block;
	}
	.gMenu_col {
		width: auto;
		max-width: none;
		padding: 0;
		position: static;
	}
	.gMenu_col-no1 {
		margin-bottom: 14px;
	}
	.gMenu_mainList {}
	.gMenu_mainList_item {
		padding-bottom: 14px;
		margin-bottom: 23px;
	}
	.gMenu_mainList_item:last-child {
		border-bottom: 1px solid var(--color-text-sub);
		padding-bottom: 13px;
	}
	.gMenu_mainList_item-only:last-child {
		padding-bottom: 22px;
	}
	.gMenu_title {}
	.gMenu_list {}
	.gMenu_list > li {}
	.gMenu_list > li > a {
		font-size: 16px;
		padding: 9px 0;
	}
	.gMenu_list-large > li > a {}
	.gMenu_list > li > a.-large {}
	.gMenu_list > li > a.-small {
		font-size: 14px;
	}
	.gMenu_cList {
		font-size: 13px;
		padding-left: 12px;
		margin-top: 1px;
	}
	.gMenu_cList > li {}
	.gMenu_cList > li > a {
		padding: 9px 0;
	}
	.gMenu_col-no2 {}
	.gMenu_mainList_item-faq {
		padding-bottom: 22px;
	}
	.gMenu_mainList_item-price {
		margin-bottom: 15px;
	}
	.gMenu_mainList_item-only {
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.gMenu_col-no3 {
		margin-top: 61px;
		margin-left: -4px;
		margin-right: -4px;
	}
	.gMenu_corpBanner {}
	.gMenu_corpBanner > a {}
	.gMenu_corpBanner_text {}
	.gMenu_corpBanner_logo {}
	.gMenu_corpBanner_logo > img {}
	.gMenu_inner {
		padding-left: 24px;
		padding-right: 24px;
	}
	.gMenu_snsList {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		margin-top: 60px;
	}
	.gMenu_snsList > li {}
	.gMenu_snsList > li > a {}
	.gMenu_snsList_icon {}
	.gMenu_snsList_text {}
	.gMenu_list_en {}
	.gBody {}
	.gHead {
		padding-top: 33px;
		margin-bottom: 27px;
	}
	.gHead_inner {}
	.gHead_title {
		font-size: 24px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.gPankuzu {
		margin-bottom: 26px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 11px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li > a {
		height: 40px;
	}
	.gBody_inner {}
	.gContact {
		padding-top: 40px;
		padding-bottom: 48px;
	}
	.gContact_inner {}
	.gContact_en {
		font-size: 16px;
		margin-bottom: 11px;
	}
	.gContact_title {}
	.gContact_text {
		margin-top: 28px;
		margin-bottom: 31px;
	}
	.gContact_link {
		max-width: 220px;
	}
	.gContact_link > a {}
	.gInsta {
		margin-bottom: 80px;
		margin-top: 73px;
	}
	.gInsta_inner {}
	.gInsta_link {}
	.gInsta_link > a {
		font-size: 16px;
	}
	.gInsta_link_text {}
	.gInsta_link_img {
		width: 40px;
		margin-top: 19px;
	}
	.gInsta_link_img > img {}
	.gHead_title-xs {
		font-size: 20px;
	}
	.gBody-pbL {
		padding-bottom: 120px;
	}
	.gMenu_banner {}
	.gHead_enTitle {
		font-size: 30px;
	}
	.gHead_title-small {
		font-size: 14px;
	}
	.gHead-en {
		padding-top: 45px;
	}
	.gHead_category {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.gHead-category {}
	.gBody_vis {
		height: 260px;
	}
	.gBody_vis-products {
		height: 220px;
		margin-bottom: 37px;
	}
	.gBody_vis > img {}
	.gFixNav {
		width: calc(100% - 16px);
		right: 8px;
		bottom: 8px;
		background-color: var(--color-white);
		box-shadow: 0px 16px 12px rgba(0, 0, 0, 0.05);
		border-radius: 8px;
	}
	.gFixNav_link {}
	.gFixNav_btn {
		box-shadow: none;
		border: none;
		background-color: rgba(255, 255, 255, 0);
		border-radius: 0;
		height: 50px;
	}
	.gFixNav_link_en {
		line-height: 14px;
		margin-bottom: 0;
	}
	.gFixNav_link_ja {
		font-size: 13px;
		line-height: 17px;
	}
	.gFixNav_link_arrow {}
	.gHeader_titleSub {}
	.isMenuOpen .gHeader_titleSub,
	.gHeader-scrolled .gHeader_titleSub {}
	.gHeader_titleSub_inner {}
	.gHeader_titleSub_img {}
	.gHeader_title-top {
		transform: translate(0%, 14%) scale(1.54);
	}
	.gHeader_list-top {}
	.isMenuOpen .gHeader_title-top,
	.gHeader-scrolled .gHeader_title-top {}
	.gHeader-scrolled .gHeader_list-top {}
	.gBody-home {
		padding-top: 64px;
	}
	.gHeaderWrap-fit {
		height: auto;
	}
	.gFixNav_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.gFixNav_list > li {
		position: relative;
	}
	.gFixNav_list > li:nth-last-child(n+2)::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 1px;
		background-color: var(--color-extra-light-gray);
	}
	.gFixNav_list > li:nth-child(n+2) {
		margin-top: 0;
	}
	.gFixNav_link_en-small {
		font-size: 10px;
	}
	.gFixNav_link_ja-small {
		font-size: 12px;
		line-height: 17px;
	}
	.gMenuBtn-top {
		opacity: 0;
		visibility: hidden;
		transition-duration: .3s, .3s, .4s, .4s;
		transition-property: background-color, color, opacity, visibility;
	}
	.gHeader-scrolled .gMenuBtn-top {
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width:374px) {
	.gHeader_title-top {
		transform: translate(-0.4%, 33%) scale(1.32);
	}
	.gFixNav_link_arrow-small {
		right: 8px;
		font-size: 10px;
	}
}
