@charset "UTF-8";
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.gHeaderWrap {}
.gHeader {}
.gHeader_inner {
	max-width: none;
	padding-right: 130px;
}
.gHeader_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-logo {}
.gHeader_title {}
.gHeader_title > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	height: 140px;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: #000;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title_img {
	display: block;
	width: 161px;
	height: 43px;
	fill: currentColor;
}
.gHeader_title_img > title {}
.gHeader_title_img > use {}
.gHeader_title_text {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.57;
	margin-left: 20px;
	color: #000;
}
.gHeader_col-btn {
	display: block;
	width: 412px;
}
.gHeader_col-btn::before {
	content: "";
}
.gHeader_col-btn::after {
	content: "";
}
.gHeader_btnList {
	list-style: none;
	display: flex;
}
.gHeader_btnList > li {
	width: 48.6%;
	margin-left: 2.8%;
}
.gHeader_btnList > li:first-child {
	margin-left: 0;
}
.gHeader_btnList > li:last-child {}
.gHeader_btnList > li:nth-child(2n+1) {}
.gHeader_btnList > li:nth-child(n+3) {}
.gHeader_btnList_btn {}
.gHeader_btnList_btn::before {}
.gHeader_btnList_btn::after {
	content: "";
}
.gHeader_btnList_btn > .icon {}
.gMenuBtn {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #eb005a;
	border-radius: 50%;
	position: fixed;
	z-index: 1011;
	top: 40px;
	right: 50px;
	color: #eb005a;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: #fff;
}
.gMenuBtn::before {
	content: "";
}
.gMenuBtn::after {
	content: "";
}
.gMenuBtn_bar {
	display: block;
	width: 26px;
	height: 2px;
	border-radius: 1px;
	background-color: currentColor;
	margin: 0 auto;
	border-radius: 1px;
	position: relative;
	z-index: 1;
	top: 0;
	transition-duration: .3s;
	transition-property: transform, top;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin: 6px auto;
}
.gMenuBtn_bar-no3 {}
.isShow .gMenuBtn_bar-no1 {
	top: 8px;
	transform: rotate(45deg);
}
.isShow .gMenuBtn_bar-no2 {
	transform: scale(0, 1);
}
.isShow .gMenuBtn_bar-no3 {
	top: -8px;
	transform: rotate(-45deg);
}
.gFixNav {
	position: fixed;
	z-index: 1010;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.gFixNav_link {}
.gFixNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 220px;
	background-color: #ffb0ce;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex-direction: row-reverse;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	color: #fff;
	width: 80px;
	box-sizing: content-box;
	transition-duration: .3s;
	transition-property: padding-right;
}
.gFixNav_link > a::before {
	content: "";
}
.gFixNav_link > a::after {
	content: "";
}
.gFixNav_link_en {
	display: block;
	font-size: 20px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin-left: 7px;
	font-weight: bold;
}
.gFixNav_link_text {
	display: block;
	color: #eb005a;
	font-size: 12px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-weight: 500;
	font-weight: bold;
}
.gNav {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: auto;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
	pointer-events: none;
}
.gNav.isShow {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
}
.gNav_cols {
	display: flex;
	min-height: 500px;
}
.gNav_col {}
.gNav_col-img {
	width: calc(100% - 1070px);
	height: calc(100vh - 100px);
	position: relative;
	z-index: 0;
}
.gNav_image {
	background-image: url(/assets/img/common/bg-nav@2x.jpg);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-right-radius: 50px;
}
.gNav_col-nav {
	width: 1070px;
	box-sizing: border-box;
	padding-right: 115px;
	padding-left: 115px;
	align-self: center;
}
.gNav_cells {
	width: 100%;
	display: table;
}
.gNav_cell {
	padding-right: 21px;
	padding-bottom: 64px;
	display: table-cell;
}
.gNav_cell:last-child {
	padding-right: 0;
}
.gNav_list {
	list-style: none;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding: 9px 0;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gNav_cList {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	margin-top: 8px;
}
.gNav_cList > li {}
.gNav_cList > li.-sp {
	display: none;
}
.gNav_cList > li:first-child {}
.gNav_cList > li:last-child {}
.gNav_cList > li:nth-child(2n+1) {}
.gNav_cList > li:nth-child(n+3) {}
.gNav_cList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	opacity: 0.6;
	transition-duration: .3s;
	transition-property: opacity;
	padding: 2px 0;
}
.gNav_cList > li > a::before {
	content: "";
}
.gNav_cList > li > a::after {
	content: "";
}
.gNav_btnList {
	list-style: none;
	display: flex;
	max-width: 520px;
	margin: 21px auto 30px;
}
.gNav_btnList > li {
	width: 48.5%;
	margin-left: 3%;
}
.gNav_btnList > li:first-child {
	margin-left: 0;
}
.gNav_btnList > li:last-child {}
.gNav_btnList > li:nth-child(2n+1) {}
.gNav_btnList > li:nth-child(n+3) {}
.gNav_btnList_btn {}
.gNav_btnList_btn::before {
	content: "";
	height: 47px;
}
.gNav_btnList_btn::after {
	content: "";
}
.gNav_btnList_btn > .icon {}
.gNav_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 161px;
}
.gNav_snsList {
	list-style: none;
	display: flex;
	align-items: center;
}
.gNav_snsList > li {
	width: 50px;
	margin-right: 10px;
}
.gNav_snsList > li:first-child {}
.gNav_snsList > li:last-child {
	margin-right: 0;
}
.gNav_snsList > li:nth-child(2n+1) {}
.gNav_snsList > li:nth-child(n+3) {}
.gNav_snsList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border: 1px solid #efeff4;
	height: 50px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 19px;
	color: #eb005a;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.gNav_snsList > li > a::before {
	content: "";
}
.gNav_snsList > li > a::after {
	content: "";
}
.gNav_snsList > li > a > .icon {
	display: block;
}
.gNav_exList {
	list-style: none;
	display: flex;
	align-items: center;
}
.gNav_exList > li {
	margin-right: 3.2em;
}
.gNav_exList > li:first-child {}
.gNav_exList > li:last-child {
	margin-right: 0;
}
.gNav_exList > li:nth-child(2n+1) {}
.gNav_exList > li:nth-child(n+3) {}
.gNav_exList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 13px;
	font-weight: 500;
	opacity: .6;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_exList > li > a::before {
	content: "";
}
.gNav_exList > li > a::after {
	content: "";
}
.gNav_exList > li > a > .icon {
	margin-left: 6px;
	font-size: 12px;
}
.gNav_inner {
	max-width: 820px;
	margin: 0 auto;
}
.gNav_cells_row {
	display: table-row;
}
.gContact {}
.gContact_list {
	list-style: none;
	display: flex;
}
.gContact_list_item {
	width: 50%;
}
.gContact_list_item > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-color: #ffb0ce;
	padding: 18px 20px;
	align-items: center;
	color: #fff;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	padding-left: calc((100vw - 1720px) / 2);
	border: 1px solid #ffb0ce;
	box-sizing: border-box;
}
.gContact_list_item > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 260px;
	margin-right: -1px;
}
.gContact_list_item > a::after {
	content: "";
}
.gContact_list_item_text {}
.gContact_list_item_text_en {
	display: block;
	font-size: 50px;
	font-weight: bold;
}
.gContact_list_item_text_ja {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}
.gContact_list_item-request {}
.gContact_list_item-request > a {
	background-color: #eb005a;
	border-color: #eb005a;
}
.gPageTop {
	position: relative;
	z-index: 10;
}
.gPageTop_button {
	display: block;
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 0;
	transform: translateY(-50%);
	font-size: 22px;
	color: #eb005a;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gPageTop_button::before {
	content: "";
}
.gPageTop_button::after {
	content: "";
}
.gPageTop_button > .icon {
	display: block;
}
.gPageTop_inner {
	max-width: 1720px;
}
.gPageTop_contents {
	position: relative;
	z-index: 1;
	width: 80px;
	margin-left: auto;
}
.gFooter {
	background-color: #555559;
	position: relative;
	z-index: 0;
	color: #fff;
	overflow: hidden;
	padding: 99px 0 46px;
	box-shadow: 0 100vh 0 100vh #555559;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
}
.gFooter_col {}
.gFooter_col-logo {
	width: 400px;
	padding-top: 11px;
}
.gFooter_logo {
	margin-bottom: 35px;
}
.gFooter_logo > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo > a::before {
	content: "";
}
.gFooter_logo > a::after {
	content: "";
}
.gFooter_logo_img {
	display: block;
	fill: currentColor;
	width: 161px;
	height: 43px;
}
.gFooter_logo_img > title {}
.gFooter_logo_img > use {}
.gFooter_logo_text {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.57;
	margin-left: 20px;
}
.gFooter_snsList {
	list-style: none;
	display: flex;
	align-items: center;
}
.gFooter_snsList > li {
	width: 50px;
	margin-right: 10px;
}
.gFooter_snsList > li:first-child {}
.gFooter_snsList > li:last-child {
	margin-right: 0;
}
.gFooter_snsList > li:nth-child(2n+1) {}
.gFooter_snsList > li:nth-child(n+3) {}
.gFooter_snsList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.60);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-size: 20px;
	transition-duration: .3s;
	transition-property: border-color;
}
.gFooter_snsList > li > a::before {
	content: "";
}
.gFooter_snsList > li > a::after {
	content: "";
}
.gFooter_snsList > li > a > .icon {
	display: block;
}
.gFooter_col-nav {
	width: calc(100% - 270px);
	margin-left: auto;
}
.gFootNav {
	max-width: 800px;
	margin-left: auto;
}
.gFootNav_cols {
	display: flex;
	justify-content: space-between;
}
.gFootNav_col {
	margin-right: 20px;
}
.gFootNav_col-no1 {}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list > li {}
.gFootNav_list > li:first-child {}
.gFootNav_list > li:last-child {}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_cList {
	list-style: none;
}
.gFootNav_cList > li {}
.gFootNav_cList > li:first-child {}
.gFootNav_cList > li:last-child {}
.gFootNav_cList > li:nth-child(2n+1) {}
.gFootNav_cList > li:nth-child(n+3) {}
.gFootNav_cList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	font-weight: 500;
	opacity: .6;
	padding: 3px 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFootNav_cList > li > a::before {
	content: "";
}
.gFootNav_cList > li > a::after {
	content: "";
}
.gFootNav_col-no2 {}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {}
.gFootNav_col-no5 {
	margin-right: 0;
}
.gFooter_hr {
	width: 1520px;
	position: relative;
	z-index: 1;
	height: 1px;
	background-color: #ffffff;
	opacity: .2;
	left: 50%;
	transform: translateX(-50%);
	border: none;
	margin: 78px 0 42px;
}
.gFooter_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gFooter_exList {
	list-style: none;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.gFooter_exList > li {
	margin-right: 3em;
}
.gFooter_exList > li:first-child {}
.gFooter_exList > li:last-child {}
.gFooter_exList > li:nth-child(2n+1) {}
.gFooter_exList > li:nth-child(n+3) {}
.gFooter_exList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	opacity: .6;
}
.gFooter_exList > li > a::before {
	content: "";
}
.gFooter_exList > li > a::after {
	content: "";
}
.gFooter_exList > li > a > .icon {
	margin-left: 0.5em;
	font-size: 12px;
}
.gFooter_copyright {}
.gFooter_copyright > small {
	display: block;
	font-size: 13px;
	opacity: .6;
}
.gBody {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 130px;
}
.gNav_link {
	display: none;
}
.gNav_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gNav_link > a::before {
	content: "";
}
.gNav_link > a::after {
	content: "";
}
.gNav_link_en {}
.gNav_link_text {}
.gNav_list_icon {
	display: none;
}
.gNav_logo {
	display: none;
}
.gSpFixNav {
	display: none;
}
.gSpFixNav_link {}
.gSpFixNav_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.gSpFixNav_link > a::before {
	content: "";
}
.gSpFixNav_link > a::after {
	content: "";
}
.gSpFixNav_link_en {}
.gSpFixNav_link_text {}
.gSpFixNav_list {
	list-style: none;
}
.gSpFixNav_list > li {}
.gSpFixNav_list > li:first-child {}
.gSpFixNav_list > li > a {}
.gSpFixNav_list > li > a::before {
	content: "";
}
.gSpFixNav_list > li > a::after {
	content: "";
}
.gSpFixNav_list > li > a > .icon {}
.gVisual {
	margin-bottom: 87px;
}
.gVisual_inner {
	max-width: 1410px;
	padding-top: 52px;
}
.gVisual_en {
	font-size: 90px;
	color: #eb005a;
	line-height: 1;
	position: relative;
	z-index: 3;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	white-space: nowrap;
	opacity: 0;
	margin-right: -1em;
}
.gVisual_en.isShow {
	opacity: 1;
}
.gVisual_en [data-char] {
	max-width: 0;
	transition-property: max-width;
	transition-duration: 0s;
	overflow: hidden;
}
.gVisual_en.isShow [data-char] {
	max-width: 1em;
}
.gVisual_en.isEnded > [data-char] {
	transition: none;
}
.gVisual_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-top: 14px;
	position: relative;
	z-index: 2;
	text-indent: 0.4em;
	animation-name: fadeIn;
	animation-fill-mode: backwards;
	animation-duration: 1s;
	animation-delay: 1s;
}
.gVisual_deco {
	font-size: 275px;
	line-height: 1;
	-webkit-text-stroke-color: rgba(255, 176, 206, 0.50);
	-webkit-text-stroke-width: 2px;
	color: rgba(255, 255, 255, 0);
	position: absolute;
	z-index: 1;
	top: 0;
	left: -109px;
	transform: translateY(-6.8%);
	letter-spacing: 0.04em;
	white-space: nowrap;
}
.gPankuzu {
	font-size: 12px;
	margin-bottom: 62px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	align-items: center;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, 0.60);
}
.gPankuzu_oList > li::after {
	content: "";
	display: block;
	width: 6px;
	height: 1px;
	background-color: #dcdce5;
	margin: 0 4px;
}
.gPankuzu_oList > li:last-child::after {
	display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:last-child {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {
	display: flex;
	height: 40px;
	align-items: center;
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gBody_inner {}
.gPager {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	margin-top: 65px;
	padding-left: 110px;
	padding-right: 110px;
}
.gPager > a,
.gPager > span {
	min-width: 44px;
	height: 44px;
	background-color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	border: 1px solid rgba(255, 255, 255, 0);
	box-sizing: border-box;
	font-size: 16px;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
	padding: 0 10px;
	border-radius: 50%;
	color: rgba(0, 0, 0, 0.60);
}
.gPager > .previouspostslink {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #000;
	border: none;
	margin: 0;
	padding: 0;
}
.gPager > .current {
	color: #eb005a;
	border-color: #eb005a;
}
.gPager > .extend {
	border: none;
}
.gPager > .nextpostslink {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #000;
	font-weight: 500;
	border: none;
	margin: 0;
	padding: 0;
}
.gPager .previouspostslink > .icon {
	width: 44px;
	height: 44px;
	border: 1px solid #d5d7dd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #eb005a;
	font-size: 16px;
	font-weight: bold;
	margin-right: 12px;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
}
.gPager .nextpostslink > .icon {
	width: 44px;
	height: 44px;
	border: 1px solid #d5d7dd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #eb005a;
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
}
.gVisual_deco-front {
	-webkit-text-stroke: rgba(255, 255, 255, 0);
	color: #fff;
}
.gVisual_img {
	border-radius: 50px;
	overflow: hidden;
	width: 1670px;
	position: relative;
	z-index: 3;
	margin-top: 20px;
	margin-left: -210px;
	animation-name: fadeInRight;
	animation-fill-mode: backwards;
	animation-duration: 1s;
	animation-delay: 1s;
}
.gVisual_img > img {
	max-width: 100%;
	height: auto;
}
.gVisual_bg {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100vw;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 405px;
	background-color: #f1f1f5;
	animation-name: fadeIn;
	animation-fill-mode: backwards;
	animation-duration: 1s;
	animation-delay: 1s;
}
.gVisual_inner-image {
	padding-bottom: 48px;
}
.gPopup {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.72);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: .5s, 0s, 0s;
	transition-delay: 0s, .5s, .5s;
}
.gPopup[aria-hidden="false"] {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
}
.gPopup_inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gPopup_contents {
	width: 100%;
}
.gPopup_btn {
	display: block;
	width: 44px;
	height: 44px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	color: #fff;
	margin-bottom: 24px;
	transition-duration: .3s;
	transition-property: transform;
}
.gPopup_btn::before {
	content: "";
	display: block;
	width: 141%;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.gPopup_btn::after {
	content: "";
	display: block;
	width: 141%;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.gPopup_contents_inner {}
.gVisual-image {
	margin-bottom: 16px;
}
@media screen and (max-width: 1919px) {
	.gNav_col-nav {
		width: 55.7%;
	}
	.gNav_col-img {
		width: 44.3%;
	}
}
@media screen and (max-width: 1799px) {
	.gMenuBtn {
		right: 30px;
	}
	.gNav_inner {
		max-width: 710px;
	}
	.gNav_exList > li {
		margin-right: 1.7em;
	}
	.gNav_col-nav {
		padding-right: 100px;
	}
	.gHeader_inner {
		padding-right: 110px;
	}
	.gContact_list_item > a {
		padding-left: 39px;
	}
}
@media screen and (max-width: 1579px) {
	.gVisual_img {
		margin-left: -90px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		width: calc(100vw - 10px);
	}
	.gVisual_bg {
		height: 25.64vw;
	}
}
@media screen and (max-width: 1449px) {
	.gNav_col-nav {
		padding-left: 40px;
	}
	.gNav_inner {
		max-width: 550px;
		margin-right: 0;
	}
	.gNav_cell {
		padding-right: 15px;
	}
	.gNav_image {
		border-bottom-right-radius: 30px;
	}
	.gVisual_img {
		margin-left: -30px;
		width: calc(100vw - 52px);
		border-top-right-radius: 35px;
		border-bottom-right-radius: 35px;
	}
}
@media screen and (max-width: 1299px) {
	.gNav_snsList > li {
		width: 46px;
		margin-right: 8px;
	}
	.gNav_snsList > li > a {
		height: 46px;
	}
	.gNav_exList > li {
		margin-right: 1em;
	}
}
@media screen and (max-width: 1249px) {
	.gNav_exList {
		display: block;
	}
	.gNav_exList > li {
		margin-right: 0;
		margin-top: 5px;
	}
	.gNav_exList > li:first-child {
		margin-top: 0;
	}
	.gNav_list > li > a {
		font-size: 16px;
	}
	.gNav_cList {
		font-size: 14px;
	}
		.gFooter_cols {
		display: block;
	}
		.gFooter_col-logo {
		padding: 0;
		margin: 0 auto 42px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		.gFooter_col-nav {
		width: auto;
	}
}
@media screen and (max-width: 1149px) {
	.gNav_col-nav {
		width: 630px;
	}
	.gNav_col-img {
		width: calc(100% - 630px);
	}
}
@media screen and (max-height:999px) {
	.gNav_info {
		margin-top: 80px;
	}
	.gNav_image {
		border-bottom-right-radius: 30px;
	}
}
@media screen and (max-height:899px) {
	.gNav_col-img {
		height: calc(100vh - 50px);
	}
	.gNav_cell {
		padding-bottom: 45px;
	}
	.gNav_info {
		margin-top: 60px;
	}
}
@media screen and (max-height:749px) {
	.gNav_info {
		margin-top: 30px;
	}
	.gNav_btnList {
		margin-top: 0;
	}
	.gNav_cell {
		padding-bottom: 30px;
	}
	.gNav_cList {
		margin-top: 0;
	}
}
@media screen and (min-width:1000px) {
	.gPopup_btn:hover {
		transform: scale(0.9);
	}
	.gPager a:hover.previouspostslink > .icon {
		background-color: #eb005a;
		color: #fff;
		border-color: #fff;
	}
	.gPager a:hover.nextpostslink > .icon {
		color: #fff;
		border-color: #fff;
		background-color: #eb005a;
	}
	.gPager > a:hover {
		color: #eb005a;
		border-color: #eb005a;
	}
	.gPankuzu_oList > li > a:hover {}
	.gSpFixNav_link > a:hover {}
	.gSpFixNav_list > li > a:hover {}
	.gNav_link > a:hover {}
	.gHeader_title > a:hover {
		color: #7f3033;
	}
	.gHeader_col-btn:hover {}
	.gHeader_btnList_btn:hover {}
	.gMenuBtn:hover {
		background-color: #eb005a;
		color: #fff;
	}
	.gFixNav_link > a:hover {
		padding-right: 10px;
	}
	.gNav_list > li > a:hover {
		color: #eb005a;
	}
	.gNav_cList > li > a:hover {
		opacity: 1;
	}
	.gNav_btnList_btn:hover {}
	.gNav_snsList > li > a:hover {
		background-color: #eb005a;
		color: #fff;
		border-color: #eb005a;
	}
	.gNav_exList > li > a:hover {
		opacity: 1;
	}
	.gContact_list_item > a:hover {
		background-color: #fff;
		color: #ffb0ce;
	}
	.gContact_list_item-request > a:hover {
		color: #eb005a;
	}
	.gPageTop_button:hover {
		background-color: #eb005a;
		color: #fff;
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_snsList > li > a:hover {
		border-color: #fff;
	}
	.gFootNav_list > li > a:hover {
		opacity: .7;
	}
	.gFootNav_cList > li > a:hover {
		opacity: 1;
	}
	.gFooter_exList > li > a:hover {}
}
@media screen and (max-width: 999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {
		padding-right: 80px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-logo {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 100px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_title_text {}
	.gHeader_col-btn {
		width: 330px;
	}
	.gHeader_col-btn::before {}
	.gHeader_col-btn::after {}
	.gHeader_btnList {}
	.gHeader_btnList > li {}
	.gHeader_btnList > li:first-child {}
	.gHeader_btnList > li:last-child {}
	.gHeader_btnList > li:nth-child(2n+1) {}
	.gHeader_btnList > li:nth-child(n+3) {}
	.gHeader_btnList_btn {}
	.gHeader_btnList_btn::before {}
	.gHeader_btnList_btn::after {}
	.gHeader_btnList_btn > .icon {}
	.gMenuBtn {
		right: 20px;
		top: 20px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {}
	.gFixNav {}
	.gFixNav_link {}
	.gFixNav_link > a {
		width: 60px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		height: 170px;
	}
	.gFixNav_link > a::before {}
	.gFixNav_link > a::after {}
	.gFixNav_link_en {
		font-size: 18px;
	}
	.gFixNav_link_text {}
	.gNav {}
	.gNav.isShow {}
	.gNav_cols {}
	.gNav_col {}
	.gNav_col-img {
		width: calc(100% - 570px);
		height: calc(100vh - 50px);
	}
	.gNav_image {
		border-bottom-right-radius: 20px;
	}
	.gNav_col-nav {
		padding-right: 90px;
		width: 570px;
		padding-left: 30px;
	}
	.gNav_cells {}
	.gNav_cell {
		padding-bottom: 35px;
	}
	.gNav_cell:last-child {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		font-size: 15px;
		padding: 6px 0;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gNav_cList {
		margin-top: -1px;
	}
	.gNav_cList > li {}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n+1) {}
	.gNav_cList > li:nth-child(n+3) {}
	.gNav_cList > li > a {}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {}
	.gNav_btnList {
		max-width: 410px;
	}
	.gNav_btnList > li {}
	.gNav_btnList > li:first-child {}
	.gNav_btnList > li:last-child {}
	.gNav_btnList > li:nth-child(2n+1) {}
	.gNav_btnList > li:nth-child(n+3) {}
	.gNav_btnList_btn {}
	.gNav_btnList_btn::before {
		height: 28px;
	}
	.gNav_btnList_btn::after {}
	.gNav_btnList_btn > .icon {}
	.gNav_info {
		margin-top: 60px;
	}
	.gNav_snsList {}
	.gNav_snsList > li {}
	.gNav_snsList > li:first-child {}
	.gNav_snsList > li:last-child {}
	.gNav_snsList > li:nth-child(2n+1) {}
	.gNav_snsList > li:nth-child(n+3) {}
	.gNav_snsList > li > a {}
	.gNav_snsList > li > a::before {}
	.gNav_snsList > li > a::after {}
	.gNav_snsList > li > a > .icon {}
	.gNav_exList {}
	.gNav_exList > li {}
	.gNav_exList > li:first-child {}
	.gNav_exList > li:last-child {}
	.gNav_exList > li:nth-child(2n+1) {}
	.gNav_exList > li:nth-child(n+3) {}
	.gNav_exList > li > a {}
	.gNav_exList > li > a::before {}
	.gNav_exList > li > a::after {}
	.gNav_exList > li > a > .icon {}
	.gNav_inner {}
	.gNav_cells_row {}
	.gContact {}
	.gContact_list {}
	.gContact_list_item {}
	.gContact_list_item > a {}
	.gContact_list_item > a::before {
		height: 200px;
	}
	.gContact_list_item > a::after {}
	.gContact_list_item_text {}
	.gContact_list_item_text_en {
		font-size: 37px;
	}
	.gContact_list_item_text_ja {
		font-size: 14px;
		margin-top: 11px;
	}
	.gContact_list_item-request {}
	.gContact_list_item-request > a {}
	.gPageTop {}
	.gPageTop_button {
		height: 60px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gPageTop_inner {}
	.gPageTop_contents {
		width: 60px;
	}
	.gFooter {
		padding: 50px 0 50px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		/* display: block; */
	}
	.gFooter_col {}
	.gFooter_col-logo {
		/* padding: 0;
		margin: 0 auto 42px;
		display: flex;
		flex-direction: column;
		align-items: center; */
	}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo > a::before {}
	.gFooter_logo > a::after {}
	.gFooter_logo_img {}
	.gFooter_logo_img > title {}
	.gFooter_logo_img > use {}
	.gFooter_logo_text {}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_col-nav {
		/* width: auto; */
	}
	.gFootNav {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
	}
	.gFootNav_cols {}
	.gFootNav_col {}
	.gFootNav_col-no1 {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li:first-child {}
	.gFootNav_cList > li:last-child {}
	.gFootNav_cList > li:nth-child(2n+1) {}
	.gFootNav_cList > li:nth-child(n+3) {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_cList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gFootNav_col-no5 {}
	.gFooter_hr {
		margin: 45px 0;
	}
	.gFooter_info {}
	.gFooter_exList {}
	.gFooter_exList > li {}
	.gFooter_exList > li:first-child {}
	.gFooter_exList > li:last-child {}
	.gFooter_exList > li:nth-child(2n+1) {}
	.gFooter_exList > li:nth-child(n+3) {}
	.gFooter_exList > li > a {}
	.gFooter_exList > li > a::before {}
	.gFooter_exList > li > a::after {}
	.gFooter_exList > li > a > .icon {}
	.gFooter_copyright {}
	.gFooter_copyright > small {}
	.gNav_link {}
	.gNav_link > a {}
	.gNav_link > a::before {}
	.gNav_link > a::after {}
	.gNav_link_en {}
	.gNav_link_text {}
	.gSpFixNav {}
	.gSpFixNav_link {}
	.gSpFixNav_link > a {}
	.gSpFixNav_link > a::before {}
	.gSpFixNav_link > a::after {}
	.gSpFixNav_link_en {}
	.gSpFixNav_link_text {}
	.gSpFixNav_list {}
	.gSpFixNav_list > li {}
	.gSpFixNav_list > li:first-child {}
	.gSpFixNav_list > li > a {}
	.gSpFixNav_list > li > a::before {}
	.gSpFixNav_list > li > a::after {}
	.gSpFixNav_list > li > a > .icon {}
	.gBody {
		padding-bottom: 100px;
	}
	.gVisual {
		margin-bottom: 60px;
	}
	.gVisual_inner {}
	.gVisual_en {}
	.gVisual_title {}
	.gVisual_deco {
		font-size: 200px;
	}
	.gPankuzu {
		margin-bottom: 40px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gPager {}
	.gPager > a,
	.gPager > span {}
	.gPager > .previouspostslink {}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {}
	.gPager .previouspostslink > .icon {}
	.gPager .nextpostslink > .icon {}
	.gVisual_deco-front {}
	.gVisual_img {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		width: calc(100vw - 30px);
	}
	.gVisual_img > img {}
	.gVisual_bg {}
	.gVisual_inner-image {
		padding-bottom: 30px;
	}
	.gPopup {}
	.gPopup[aria-hidden="false"] {}
	.gPopup_inner {}
	.gPopup_contents {}
	.gPopup_btn {}
	.gPopup_btn::before {}
	.gPopup_btn::after {}
	.gPopup_contents_inner {}
	.gVisual-image {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {
		padding-left: 15px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {}
	.gHeader_col-logo {}
	.gHeader_title {}
	.gHeader_title > a {
		height: 84px;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title_img {
		width: 131px;
		height: 35px;
	}
	.gHeader_title_img > title {}
	.gHeader_title_img > use {}
	.gHeader_title_text {
		font-size: 11px;
		line-height: 1.45;
		margin-left: 11px;
	}
	.gHeader_col-btn {
		display: none;
	}
	.gHeader_col-btn::before {}
	.gHeader_col-btn::after {}
	.gHeader_btnList {}
	.gHeader_btnList > li {}
	.gHeader_btnList > li:first-child {}
	.gHeader_btnList > li:last-child {}
	.gHeader_btnList > li:nth-child(2n+1) {}
	.gHeader_btnList > li:nth-child(n+3) {}
	.gHeader_btnList_btn {}
	.gHeader_btnList_btn::before {}
	.gHeader_btnList_btn::after {}
	.gHeader_btnList_btn > .icon {}
	.gMenuBtn {
		top: 12px;
		right: 15px;
	}
	.gMenuBtn::before {}
	.gMenuBtn::after {}
	.gMenuBtn_bar {
		width: 20px;
		margin: 4px auto;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.isShow .gMenuBtn_bar-no1 {
		top: 6px;
	}
	.isShow .gMenuBtn_bar-no2 {}
	.isShow .gMenuBtn_bar-no3 {
		top: -6px;
	}
	.gFixNav {
		display: none;
	}
	.gFixNav_link {}
	.gFixNav_link > a {}
	.gFixNav_link > a::before {}
	.gFixNav_link > a::after {}
	.gFixNav_link_en {}
	.gFixNav_link_text {}
	.gNav {
		box-sizing: border-box;
	}
	.gNav.isShow {}
	.gNav_cols {
		display: block;
		min-height: 0;
	}
	.gNav_col {
		height: auto;
		width: auto;
		padding: 0;
	}
	.gNav_col-img {
		display: none;
	}
	.gNav_image {}
	.gNav_col-nav {}
	.gNav_cells {
		display: block;
	}
	.gNav_cell {
		display: block;
		padding: 0;
	}
	.gNav_cell:last-child {}
	.gNav_list {}
	.gNav_list > li {
		position: relative;
		z-index: 1;
	}
	.gNav_list > li:first-child {}
	.gNav_list > li:last-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li:nth-child(n+3) {}
	.gNav_list > li > a {
		padding: 0;
		/* font-size: 14px; */
		font-size: 16px;
		display: flex;
		/* height: 56px; */
		height: 66.5px;
		padding: 0 25px;
		align-items: center;
		position: relative;
		z-index: 1;
		padding-right: 50px;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 3;
		bottom: 0;
		height: 1px;
		width: calc(100% - 50px);
		pointer-events: none;
		left: 25px;
		background-color: #dcdce5;
	}
	.gNav_cList {
		margin: 0;
		display: none;
		margin-top: -8px;
		position: relative;
		z-index: 10;
		padding-bottom: 18px;
	}
	.gNav_cList.isShow {
		display: block;
	}
	.gNav_cList > li {}
	.gNav_cList > li.-sp {
		display: block;
	}
	.gNav_cList > li:first-child {}
	.gNav_cList > li:last-child {}
	.gNav_cList > li:nth-child(2n+1) {}
	.gNav_cList > li:nth-child(n+3) {}
	.gNav_cList > li > a {
		padding: 0 25px;
		/* font-size: 12px; */
		font-size: 14px;
		display: flex;
		/* height: 30px; */
		height: 42px;
		align-items: center;
		color: #000;
		opacity: 1;
	}
	.gNav_cList > li > a::before {}
	.gNav_cList > li > a::after {}
	.gNav_btnList {
		max-width: none;
		padding: 0 25px;
		margin: 20px 0 55px;
	}
	.gNav_btnList > li {}
	.gNav_btnList > li:first-child {}
	.gNav_btnList > li:last-child {}
	.gNav_btnList > li:nth-child(2n+1) {}
	.gNav_btnList > li:nth-child(n+3) {}
	.gNav_btnList_btn {
		font-size: 13px;
	}
	.gNav_btnList_btn::before {
		height: 38px;
	}
	.gNav_btnList_btn::after {}
	.gNav_btnList_btn > .icon {}
	.gNav_info {
		display: block;
		background-color: #f1f1f5;
		padding-top: 36px;
		padding-bottom: 50px;
		margin-top: 0;
		box-shadow: 0 100vh 0 100vh #f1f1f5;
	}
	.gNav_snsList {
		justify-content: center;
	}
	.gNav_snsList > li {
		width: 50px;
		margin-right: 12px;
	}
	.gNav_snsList > li:first-child {}
	.gNav_snsList > li:last-child {}
	.gNav_snsList > li:nth-child(2n+1) {}
	.gNav_snsList > li:nth-child(n+3) {}
	.gNav_snsList > li > a {
		border: none;
		background-color: #fff;
		height: 50px;
	}
	.gNav_snsList > li > a::before {}
	.gNav_snsList > li > a::after {}
	.gNav_snsList > li > a > .icon {}
	.gNav_exList {
		display: flex;
		flex-direction: column;
		margin-top: 26px;
	}
	.gNav_exList > li {}
	.gNav_exList > li:first-child {}
	.gNav_exList > li:last-child {}
	.gNav_exList > li:nth-child(2n+1) {}
	.gNav_exList > li:nth-child(n+3) {}
	.gNav_exList > li > a {
		font-size: 11px;
		padding: 3px 0;
	}
	.gNav_exList > li > a::before {}
	.gNav_exList > li > a::after {}
	.gNav_exList > li > a > .icon {
		font-size: 10px;
	}
	.gNav_inner {
		max-width: none;
	}
	.gNav_cells_row {
		display: block;
	}
	.gContact {}
	.gContact_list {
		display: block;
	}
	.gContact_list_item {
		width: auto;
	}
	.gContact_list_item > a {
		padding: 20px 22px;
	}
	.gContact_list_item > a::before {
		height: 140px;
	}
	.gContact_list_item > a::after {}
	.gContact_list_item_text {}
	.gContact_list_item_text_en {
		font-size: 30px;
	}
	.gContact_list_item_text_ja {
		font-size: 12px;
		margin-top: 8px;
	}
	.gContact_list_item-request {}
	.gContact_list_item-request > a {}
	.gPageTop {}
	.gPageTop_button {
		height: 55px;
		font-size: 19px;
	}
	.gPageTop_button::before {}
	.gPageTop_button::after {}
	.gPageTop_button > .icon {}
	.gPageTop_inner {}
	.gPageTop_contents {
		width: 55px;
	}
	.gFooter {
		padding-top: 76px;
		padding-bottom: 97px;
	}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {
		margin-bottom: 51px;
		width: 100%;
	}
	.gFooter_logo {
		margin-bottom: 32px;
	}
	.gFooter_logo > a {}
	.gFooter_logo > a::before {}
	.gFooter_logo > a::after {}
	.gFooter_logo_img {
		width: 152px;
		height: 41px;
	}
	.gFooter_logo_img > title {}
	.gFooter_logo_img > use {}
	.gFooter_logo_text {
		font-size: 12px;
		line-height: 1.67;
		margin-left: 11px;
	}
	.gFooter_snsList {}
	.gFooter_snsList > li {}
	.gFooter_snsList > li:first-child {}
	.gFooter_snsList > li:last-child {}
	.gFooter_snsList > li:nth-child(2n+1) {}
	.gFooter_snsList > li:nth-child(n+3) {}
	.gFooter_snsList > li > a {}
	.gFooter_snsList > li > a::before {}
	.gFooter_snsList > li > a::after {}
	.gFooter_snsList > li > a > .icon {}
	.gFooter_col-nav {}
	.gFootNav {
		display: none;
	}
	.gFootNav_cols {}
	.gFootNav_col {}
	.gFootNav_col-no1 {}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:last-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li:nth-child(n+3) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_cList {}
	.gFootNav_cList > li {}
	.gFootNav_cList > li:first-child {}
	.gFootNav_cList > li:last-child {}
	.gFootNav_cList > li:nth-child(2n+1) {}
	.gFootNav_cList > li:nth-child(n+3) {}
	.gFootNav_cList > li > a {}
	.gFootNav_cList > li > a::before {}
	.gFootNav_cList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gFootNav_col-no5 {}
	.gFooter_hr {
		margin: 50px 0 30px;
		width: 100%;
		left: 0;
		transform: none;
		display: none;
	}
	.gFooter_info {
		display: block;
	}
	.gFooter_exList {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.20);
	}
	.gFooter_exList > li {
		margin-right: 0;
	}
	.gFooter_exList > li:first-child {}
	.gFooter_exList > li:last-child {}
	.gFooter_exList > li:nth-child(2n+1) {}
	.gFooter_exList > li:nth-child(n+3) {}
	.gFooter_exList > li > a {
		display: flex;
		align-items: center;
		padding: 18px 10px;
		justify-content: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	}
	.gFooter_exList > li > a::before {}
	.gFooter_exList > li > a::after {}
	.gFooter_exList > li > a > .icon {}
	.gFooter_copyright {
		text-align: center;
		margin-top: 31px;
	}
	.gFooter_copyright > small {
		font-size: 10px;
	}
	.gBody {
		padding-bottom: 60px;
	}
	.gNav_link {
		display: block;
		padding: 0 25px;
		margin-top: 37px;
	}
	.gNav_link > a {
		height: 75px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		background-color: #ffb0ce;
		border-radius: 100px;
		line-height: 1;
		color: #fff;
	}
	.gNav_link > a::before {}
	.gNav_link > a::after {}
	.gNav_link_en {
		display: block;
		font-size: 22px;
	}
	.gNav_link_text {
		display: block;
		font-size: 11px;
		font-weight: 500;
		color: #eb005a;
		margin-top: 4px;
	}
	.gNav_list_icon {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 28px;
		transform: translateY(-50%);
		/* width: 12px; */
		width: 12.48px;
		/* height: 1px; */
		height: 1.24px;
		color: #ec0d62;
	}
	.gNav_list_icon::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: currentColor;
	}
	.gNav_list_icon::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: currentColor;
		transform: rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gNav_list > li > a.-hasChild.isShow .gNav_list_icon::after {
		transform: rotate(0deg);
	}
	.gNav_logo {
		display: flex;
		padding-left: 15px;
		margin-bottom: 7px;
	}
	.gHeader_title-nav {}
	.gSpFixNav {
		display: flex;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.gSpFixNav_link {
		width: calc(100% - 150px);
	}
	.gSpFixNav_link > a {
		display: flex;
		flex-direction: column;
		text-align: center;
		line-height: 1;
		height: 60px;
		background-color: #ffb0ce;
		justify-content: center;
		color: #fff;
	}
	.gSpFixNav_link > a::before {}
	.gSpFixNav_link > a::after {}
	.gSpFixNav_link_en {
		display: block;
		font-size: 22px;
	}
	.gSpFixNav_link_text {
		display: block;
		color: #eb005a;
		font-size: 11px;
		font-weight: 500;
		margin-top: 3px;
	}
	.gSpFixNav_list {
		width: 150px;
		display: flex;
	}
	.gSpFixNav_list > li {
		width: 50%;
	}
	.gSpFixNav_list > li:first-child {}
	.gSpFixNav_list > li > a {
		border-radius: 0;
		font-size: 10px;
		flex-direction: column;
		padding: 0;
		height: 60px;
	}
	.gSpFixNav_list > li > a::before {
		display: none;
	}
	.gSpFixNav_list > li > a::after {}
	.gSpFixNav_list > li > a > .icon {
		margin-right: 0;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.gVisual {
		margin-bottom: 35px;
	}
	.gVisual_inner {
		padding-top: 46px;
	}
	.gVisual_en {
		/* font-size: 45px; */
		font-size: 32px;
	}
	.gVisual_title {
		font-size: 14px;
		margin-top: 9px;
	}
	.gVisual_deco {
		font-size: 130px;
		left: -40px;
	}
	.gPankuzu {
		margin-bottom: 30px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::after {}
	.gPankuzu_oList > li:last-child::after {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li:nth-child(n+3) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gBody_inner {}
	.gPager {
		margin-top: 40px;
		padding-left: 45px;
		padding-right: 45px;
	}
	.gPager > a,
	.gPager > span {
		margin: 3px;
		min-width: 36px;
		height: 36px;
		font-size: 14px;
	}
	.gPager > .previouspostslink {
		font-size: 13px;
		display: flex;
		flex-direction: column;
	}
	.gPager .previouspostslink_text {
		display: none;
	}
	.gPager > .current {}
	.gPager > .extend {}
	.gPager > .nextpostslink {
		font-size: 13px;
		display: flex;
		flex-direction: column-reverse;
	}
	.gPager .nextpostslink_text {
		display: none;
	}
	.gPager .previouspostslink > .icon {
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin-right: 0;
		min-height: 30px;
	}
	.gPager .nextpostslink > .icon {
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin-left: 5px;
		min-height: 30px;
	}
	.gVisual_deco-front {}
	.gVisual_img {
		margin-left: -20px;
		width: calc(100vw - 30px);
		border-top-right-radius: 14px;
		border-bottom-right-radius: 14px;
	}
	.gVisual_img > img {}
	.gVisual_bg {}
	.gVisual_inner-image {
		padding-bottom: 20px;
	}
	.gPopup {}
	.gPopup[aria-hidden="false"] {}
	.gPopup_inner {}
	.gPopup_contents {}
	.gPopup_btn {
		width: 22px;
		height: 22px;
		margin-bottom: 13px;
	}
	.gPopup_btn::before {}
	.gPopup_btn::after {}
	.gPopup_contents_inner {}
	.gVisual-image {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:374px) {
	.gSpFixNav_link_en {
		font-size: 18px;
	}
	.gVisual_en {
		font-size: 32px;
	}
}
