@charset "UTF-8";
.gFooter {
	background-color: var(--color-text);
	overflow: hidden;
	color: var(--color-white);
	padding-top: 134px;
	padding-bottom: 58px;
	box-shadow: 0 100vh 0 100vh var(--color-text);
	font-size: 16px;
	border-top: 1px solid #707070;
	position: relative;
	z-index: 3;
}
.gFooter_inner {
	position: relative;
}

/* .health_img {
	position: absolute;
    top: -15px;
    right: 0;
} */

.gFooter_swiper {
	position: relative;
	margin-bottom: 147px;
}
.gFooter_swiper_wrapper {}
.gFooter_swiper_slide {
	width: 360px;
	max-width: 360px;
}
.gFooter_bnr {}
.gFooter_bnr > a {
	text-decoration: none;
	color: inherit;
	background-color: var(--color-white);
	display: block;
}
.gFooter_bnr > a > img {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_swiper_btn {
	display: block;
	width: 90px;
	height: 216px;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	text-align: center;
}
.gFooter_swiper_btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 100%;
	background-color: var(--color-deep-red);
	border-radius: 50%;
	transition-duration: .3s;
	transition-property: transform;
}
.gFooter_swiper_btn-prev::before {
	left: auto;
	right: 0;
}
.gFooter_swiper_btn-next::before {}
.gFooter_swiper_btn-prev {
	left: 0;
}
.gFooter_swiper_btn > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
}
.gFooter_swiper_btn-next {
	right: 0;
}
.gFooter_cols {
	display: flex;
	align-items: flex-start;
}
.gFooter_col {}
.gFooter_col-logo {}
.gFooter_logo {
	width: 234px;
	margin-bottom: 79px;
}
.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: 24.848%;
	width: 100%;
}
.gFooter_logo_inner > svg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
	display: block;
}
.gFooter_col-info {
	margin-left: auto;
	max-width: calc(100% - 280px);
}
.gFooter_list {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.gFooter_list > li {}
.gFooter_list > li:nth-child(n+2) {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	padding-left: 22px;
	display: block;
}
.gFooter_cCols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 43px;
}
.gFooter_cCol {}
.gFooter_cCol-link {}
.gFooter_linkList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gFooter_linkList > li {}
.gFooter_linkList > li:nth-last-child(n+2)::after {
	margin: 0 9px;
	content: "/";
}
.gFooter_linkList > li > a {
	text-decoration: none;
	color: inherit;
}
.gFooter_linkList > li > a[target="_blank"] {
	text-decoration: underline;
}
.gFooter_linkList > li > a > .icon {
	margin-left: 5px;
	font-size: 14px;
	top: -1px;
}
.gFooter_cCol-copy {
	display: flex;
	align-items: center;
}
.gFooter_copyright {
	font-size: 13px;
	font-weight: bold;
	opacity: .45;
	font-family: var(--font-Arial);
}
.gFooter_copyright > small {
	display: block;
	font-size: inherit;
}
.gPageTop {
	position: fixed;
	z-index: 200;
	bottom: 21px;
	right: 20px;
	visibility: hidden;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gPageTop-scrolled {
	opacity: 1;
	visibility: visible;
}
.gPageTop_button {
	display: block;
}
.gPageTop_button_circle {}
.gFooter_dList {
	list-style: none;
}
.gFooter_dList > dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
}
.gFooter_dList > dd {
	line-height: 1.6;
}
.gFooter_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.gHeadline {
	margin-bottom: 111px;
}
.gHeadline_cat {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	font-family: var(--font-poppins);
	color: var(--color-gray);
	margin-bottom: 19px;
}
.gHeadline_subTitle {
	margin-bottom: 4px;
	margin-right: -15px;
}
.gHeadline_title {}
.gHeaderWrap {
	height: 119px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	transition-duration: 0.4s;
	transition-property: background-color, color;
}
.isOpenMega .gHeader {
	background-color: var(--color-white);
}
.gHeader-scrolled {
	background-color: var(--color-white);
}
.gHeader_inner {
	max-width: 1356px;
	padding-left: 35px;
	padding-right: 35px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 165px;
}
.gHeader_title {}
.gHeader_title_item {
	text-decoration: none;
	color: inherit;
	height: 119px;
	display: flex;
	align-items: center;
	transition-duration: .3s, 0.4s;
	transition-property: opacity, height;
	width: 250px;
}
.anniversary_logo {
	width: 62px;
	margin-left: 10px;
}
.gHeader_title_item-scrolled {
	height: 66px;
}
.gHeader_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.gHeader_col-menu {
	width: calc(100% - 200px);
	margin-left: auto;
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_text {}
.gMenuBtn_text-open {}
.gNav {
	height: 100%;
	max-width: 623px;
	margin-left: auto;
}
.gNav_inner {
	height: 100%;
}
.gNav_list {
	list-style: none;
	display: flex;
	height: 100%;
	margin-right: -15px;
}
.gNav_list > li {
	flex-grow: 1;
}
.gNav_list > li.-sp {
	display: none;
}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
}
.gNav_list > li > a::after {
	content: "";
	display: block;
	background-color: currentColor;
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 18px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_list > li > a[aria-expanded="true"] {
	color: var(--color-deep-red);
}
.gNav_list > li > a[aria-expanded="true"]::after {
	opacity: 1;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 24.848%;
	width: 100%;
}
.gBody {
	padding-top: 38px;
}
.gPankuzu {
	padding: 35px 0;
	margin-top: 80px;
}
.gPankuzu-gray {}
.gPankuzu_inner {
	display: flex;
	max-width: 1340px;
}
.gPankuzu_oList {
	list-style: none;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	max-width: 100%;
	font-size: 13px;
	line-height: 1;
	border: 1px solid var(--color-white);
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.60);
	padding: 0 10px;
	align-items: center;
	position: relative;
	z-index: 1;
}
.gPankuzu_oList > li {
	display: flex;
	align-items: center;
}
.gPankuzu_oList > li:nth-last-child(n+2)::after {
	content: "";
	background-image: url(/assets/img/common/icn-pankuzu.svg);
	display: block;
	width: 5px;
	height: 9px;
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 8px;
	position: relative;
	top: 0.1em;
}
.gPankuzu_oList > li:last-child {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gPankuzu_oList > li > a {
	text-decoration: none;
	color: var(--color-gray);
	display: flex;
	align-items: center;
	height: 25px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gMega {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: var(--color-white);
	border-top: 1px solid var(--color-light-gray);
	padding: 39px 0 48px;
	border-bottom: 1px solid var(--color-light-gray);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: 0.4s;
}
.gMega.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMega_inner {}
.gMega_list {
	list-style: none;
	display: flex;
	margin-left: -2px;
	margin-right: -2px;
}
.gMega_list > li {
	width: 20%;
	box-sizing: border-box;
	padding: 0 2px;
}
.gMega_list > li > a {
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid var(--color-light-gray);
	display: flex;
	min-height: 42px;
	position: relative;
	align-items: center;
	padding-left: 12px;
	padding-right: 40px;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	box-sizing: border-box;
}
.gMega_list_circle {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
}
.gMega_list_circle::before {
	background-color: var(--color-gray);
}
.gMega_list_circle > .icon {
	font-size: 10px;
	transform: scale(.8);
}
.gNav_list_icon {
	display: none;
}
.gNav_list_circle {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.gNav_list_circle::before {
	background-color: var(--color-gray);
}
.gNav_list_circle > .icon {
	font-size: 10px;
	transform: scale(.8);
}
.gNav_closeBtn {
	display: none;
}
.gNav_closeBtn_icon {}
.gNav_closeBtn_icon::before {
	content: "";
	display: block;
}
.gNav_closeBtn_icon::after {
	content: "";
	display: block;
}
.gHeadline_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.gPankuzu-white {
	background-color: var(--color-white);
}
.gBody-noCategory {
	padding-top: 99px;
}
.gHeadline-inCol {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.gPankuzu-noMt {
	margin-top: 0;
}
.gHeadline_subTitle-recruit {
	background-image: var(--grad-blueRed);
}
.gHeadline_bar {
	position: fixed;
	z-index: 0;
	width: 21px;
	background-image: var(--grad-blueRedVertical);
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 2;
}
.gHeadline_headline {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 12px;
	margin-left: -0.15em;
}
.gHeadline_link {}
.gHeadline_link > a {
	text-decoration: none;
	color: var(--color-deep-red);
	display: flex;
	align-items: center;
}
.gHeadline_link_circle {
	width: 18px;
	height: 18px;
	margin-left: 6px;
}
.gHeadline_link_circle > .icon {
	font-size: 10px;
	transform: scale(.8);
}
.gHeadline_place {}
.gHeadline-mbS {
	margin-bottom: 65px;
}
.gPankuzu-staff {
	margin-top: 0;
	padding: 0 0 54px;
	position: relative;
	z-index: 2;
}
.gPankuzu_inner-staff {
	justify-content: flex-end;
}
.gBody-noPt {
	padding-top: 0;
}
.gHeadline-mbL {
	margin-bottom: 166px;
}
.gHeaderWrap-vis {
	height: auto;
}
.gHeader-vis .gHeader_title_inner {
	color: var(--color-white);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader-scrolled .gHeader_title_inner {
	color: var(--color-text);
}
.isOpenMega .gHeader-vis .gHeader_title_inner {
	color: var(--color-text);
}
.gHeader-vis .gNav_list > li > a {
	color: var(--color-white);
}
.gHeader-scrolled .gNav_list > li > a {
	color: var(--color-text);
}
.isOpenMega .gHeader-vis .gNav_list > li > a {
	color: var(--color-text);
}
.isOpenMega .gHeader-vis .gNav_list > li > a[aria-expanded="true"] {
	color: var(--color-deep-red);
}
.gBody-identity {
	position: relative;
}
.gPankuzu-others {
	margin-top: -97px;
}
@media screen and (max-width:1299px) {
	.gHeadline_bar {
		width: 10px;
	}
	.gHeader_inner {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (max-width:1399px) {
	.gFooter_cCols {
		padding-right: 90px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHeadline_link > a:hover {}
	.gFooter_dList > dd > a:hover {}
	.gHeader_title_item:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gNav_list > li > a:hover {
		color: var(--color-deep-red);
	}
	.gHeader-vis .gNav_list > li > a:hover {
		color: rgba(255, 255, 255, 0.70);
	}
	.gHeader-scrolled .gNav_list > li > a:hover {
		color: var(--color-deep-red);
	}
	.isOpenMega .gHeader-vis .gNav_list > li > a:hover {
		color: var(--color-deep-red);
	}
	.gPankuzu_oList > li > a:hover {
		color: var(--color-text);
	}
	.gMega_list > li > a:hover {
		color: var(--color-deep-red);
		border-bottom-color: var(--color-deep-red);
	}
	a:hover .gMega_list_circle::before {
		background-color: var(--color-deep-red);
	}
	.gFooter_bnr > a:hover {}
	.gFooter_bnr > a:hover > img {
		opacity: .7;
	}
	.gFooter_swiper_btn:hover {}
	.gFooter_swiper_btn:hover::before {
		transform: scale(1.1);
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.gFooter_linkList > li > a[target="_blank"]:hover {
		text-decoration: none;
	}
	.gFooter_linkList > li > a:hover {
		text-decoration: underline;
	}
	.gFooter_swiper_btn-next:hover > .icon {
		transform: translateX(5px);
	}
	.gFooter_swiper_btn-prev:hover > .icon {
		transform: translateX(-5px);
	}
	.gPageTop_button:hover {}
	.gPageTop_button:hover::before {}
}
@media screen and (max-width:999px) {
	.gFooter {}
	.gFooter_inner {}
	.health_img {
		/* position: relative;
        top: 0px;
        margin-bottom: 20px; */
	}
	.gFooter_swiper {}
	.gFooter_swiper_wrapper {}
	.gFooter_swiper_slide {
		width: 249px;
		max-width: 249px;
	}
	.gFooter_bnr {}
	.gFooter_bnr > a {}
	.gFooter_bnr > a > img {}
	.gFooter_swiper_btn {
		height: 180px;
		width: 75px;
	}
	.gFooter_swiper_btn::before {
		width: 180px;
	}
	.gFooter_swiper_btn-prev::before {}
	.gFooter_swiper_btn-next::before {}
	.gFooter_swiper_btn-prev {}
	.gFooter_swiper_btn > .icon {}
	.gFooter_swiper_btn-next {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_inner > svg {}
	.gFooter_col-info {}
	.gFooter_list {
		max-width: 360px;
	}
	.gFooter_list > li {}
	.gFooter_list > li:last-child {
		margin-right: 0;
	}
	.gFooter_list > li > a {}
	.gFooter_cCols {}
	.gFooter_cCol {}
	.gFooter_cCol-link {}
	.gFooter_linkList {}
	.gFooter_linkList > li {}
	.gFooter_linkList > li:nth-last-child(n+2)::after {}
	.gFooter_linkList > li > a {}
	.gFooter_linkList > li > a[target="_blank"] {}
	.gFooter_linkList > li > a > .icon {}
	.gFooter_cCol-copy {
		display: block;
	}
	.gFooter_copyright {
		margin-left: 0;
		margin-top: 13px;
	}
	.gFooter_copyright > small {}
	.gPageTop {}
	.gPageTop-scrolled {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button_circle {}
	.gHeadline {
		margin-bottom: 85px;
	}
	.gHeadline_cat {
		font-size: 17px;
	}
	.gHeadline_subTitle {}
	.gHeadline_title {}
	.gHeaderWrap {
		height: 100px;
	}
	.gHeader {}
	.isOpenMega .gHeader {}
	.gHeader-scrolled {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: 150px;
	}
	.gHeader_title {}
	.gHeader_title_item {
		height: 100px;
		width: 165px;
	}
	.anniversary_logo {
		width: 35px;
		margin-left: 5px;
	}
	.gHeader_title_item-scrolled {
		height: 66px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {
		width: calc(100% - 170px);
	}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gNav {}
	.gNav_inner {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list > li > a::after {}
	.gNav_list > li > a[aria-expanded="true"] {}
	.gNav_list > li > a[aria-expanded="true"]::after {}
	.gHeader_title_inner {}
	.gBody {}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li > a {}
	.gMega {}
	.gMega.isShow {}
	.gMega_inner {}
	.gMega_list {}
	.gMega_list > li {}
	.gMega_list > li > a {}
	.gMega_list_circle {}
	.gMega_list_circle::before {}
	.gMega_list_circle > .icon {}
	.gNav_list_icon {}
	.gNav_list_circle {}
	.gNav_list_circle::before {}
	.gNav_list_circle > .icon {}
	.gNav_closeBtn {}
	.gNav_closeBtn_icon {}
	.gNav_closeBtn_icon::before {}
	.gNav_closeBtn_icon::after {}
	.gHeadline_inner {}
	.gPankuzu-noMt {
		margin-top: 0;
	}
	.gHeadline_bar {}
	.gHeadline_headline {
		font-size: 35px;
	}
	.gHeadline_link {}
	.gHeadline_link > a {}
	.gHeadline_link_circle {}
	.gHeadline_link_circle > .icon {}
	.gHeadline_place {}
	.gHeadline-mbS {
		margin-bottom: 57px;
	}
	.gPankuzu-staff {}
	.gPankuzu_inner-staff {}
	.gBody-noPt {}
	.gHeadline-mbL {}
	.gHeaderWrap-vis {
		height: auto;
	}
	.gHeader-vis .gHeader_title_inner {}
	.isOpenMega .gHeader-vis .gHeader_title_inner {}
	.gHeader-vis .gNav_list > li > a {}
	.isOpenMega .gHeader-vis .gNav_list > li > a {}
	.isOpenMega .gHeader-vis .gNav_list > li > a[aria-expanded="true"] {}
	.gPankuzu-others {}
}
@media screen and (max-width: 767px) {
	.gFooter {
		padding-top: 46px;
		padding-bottom: 100px;
	}
	.gFooter_inner {}
	/* .health_img {
		position: relative;
        top: 0px;
        margin-bottom: 20px;
	} */
	.gFooter_swiper {
		padding-bottom: 70px;
		margin-bottom: 52px;
	}
	.gFooter_swiper_wrapper {}
	.gFooter_swiper_slide {}
	.gFooter_bnr {}
	.gFooter_bnr > a {}
	.gFooter_bnr > a > img {}
	.gFooter_swiper_btn {
		width: 53px;
		height: 53px;
		font-size: 19px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		bottom: 0;
		top: auto;
	}
	.gFooter_swiper_btn::before {
		width: 100%;
		height: 100%;
	}
	.gFooter_swiper_btn-prev::before {}
	.gFooter_swiper_btn-next::before {}
	.gFooter_swiper_btn-prev {
		margin-left: -31px;
	}
	.gFooter_swiper_btn > .icon {}
	.gFooter_swiper_btn-next {
		margin-left: 31px;
	}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		width: auto;
		max-width: none;
	}
	.gFooter_col-logo {
		margin-bottom: 40px;
	}
	.gFooter_logo {
		margin-bottom: 26px;
	}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_inner > svg {}
	.gFooter_col-info {
		padding-bottom: 0;
	}
	.gFooter_list {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.gFooter_list > li {
		margin-right: 1.2em;
	}
	.gFooter_list > li:nth-child(3) {
		width: 100px;
	}
	.gFooter_list > li > a {
		padding-left: 0;
	}
	.gFooter_cCols {
		display: block;
		padding-right: 0;
		margin-top: 27px;
	}
	.gFooter_cCol {}
	.gFooter_cCol-link {}
	.gFooter_linkList {}
	.gFooter_linkList > li {}
	.gFooter_linkList > li:nth-last-child(n+2)::after {}
	.gFooter_linkList > li > a {}
	.gFooter_linkList > li > a[target="_blank"] {}
	.gFooter_linkList > li > a > .icon {}
	.gFooter_cCol-copy {
		margin-top: 47px;
	}
	.gFooter_copyright {
		text-align: center;
		margin-top: 24px;
	}
	.gFooter_copyright > small {}
	.gPageTop {
		right: 19px;
		bottom: 32px;
	}
	.gPageTop-scrolled {}
	.gPageTop_button {}
	.gPageTop_button::before {}
	.gPageTop_button_circle {
		width: 40px;
		height: 40px;
		font-size: 11px;
	}
	.gHeadline {
		margin-bottom: 42px;
	}
	.gHeadline_cat {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.gHeadline_subTitle {
		margin-bottom: 5px;
	}
	.gHeadline_title {}
	.gHeaderWrap {
		height: auto;
	}
	.gHeader {
		position: static;
	}
	.isOpenMega .gHeader {
		background-color: rgba(255, 255, 255, 0);
	}
	.gHeader-scrolled {
		background-color: rgba(255, 255, 255, 0);
	}
	.gHeader_inner {
		padding-left: 27px;
	}
	.gHeader_cols {
		display: block;
	}
	.gHeader_col {
		width: auto;
		max-width: none;
	}
	.gHeader_col-title {}
	.gHeader_title {
		max-width: 165px;
		position: relative;
		z-index: 10;
	}
	.gHeader_title_item {
		width: 195px;
		height: 92px;
	}
	.anniversary_logo {
		width: 50px;
	}
	.gHeader_title_item-scrolled {
		height: 92px;
	}
	.gHeader_title_img {}
	.gHeader_col-menu {}
	.gMenuBtn {
		display: flex;
		position: fixed;
		z-index: 999;
		bottom: 29px;
		right: 74px;
		width: 186px;
		height: 46px;
		background-color: var(--color-white);
		border-radius: 11px;
		font-size: 18px;
		font-family: var(--font-poppins);
		font-weight: 500;
		color: var(--color-deep-red);
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07);
		top: auto;
		bottom: 29px;
		align-items: center;
		justify-content: center;
	}
	.gMenuBtn_barWrap {
		width: 23px;
		display: block;
		margin-right: 10px;
	}
	.gMenuBtn_bar {
		height: 1px;
		display: block;
		background-color: currentColor;
	}
	.gMenuBtn_bar-no1 {
		margin-bottom: 6px;
	}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_text {}
	.gMenuBtn_text-open {}
	.gNav {
		position: fixed;
		z-index: 1000;
		max-width: none;
		max-height: calc(100% - 52px);
		bottom: 26px;
		left: 19px;
		width: calc(100% - 38px);
		background-color: var(--color-white);
		border-radius: 11px;
		box-sizing: border-box;
		padding: 23px 23px 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		overflow: auto;
		top: auto;
		height: auto;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		height: auto;
	}
	.gNav_list {
		display: block;
		height: auto;
		margin-right: 0;
	}
	.gNav_list > li {}
	.gNav_list > li.-sp {
		display: block;
		font-feature-settings: "palt";
	}
	.gNav_list > li > a {
		justify-content: flex-start;
		font-size: 14px;
		min-height: 42px;
		height: auto;
		border-bottom: 1px solid var(--color-light-gray);
		padding-left: 11px;
		box-sizing: border-box;
		padding-right: 45px;
	}
	.gNav_list > li > a::after {
		display: none;
	}
	.gNav_list > li > a[aria-expanded="true"] {}
	.gNav_list > li > a[aria-expanded="true"]::after {}
	.gHeader_title_inner {}
	.gBody {
		padding-top: 0;
	}
	.gBody-noCategory {
		padding-top: 29px;
	}
	.gPankuzu {
		padding-top: 25px;
		padding-bottom: 25px;
		margin-top: 25px;
	}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		font-size: 11px;
	}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li:nth-last-child(n+2)::after {
		width: 3px;
		height: 6px;
	}
	.gPankuzu_oList > li:last-child {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList-spDark > li > a {
		color: var(--color-white);
	}
	.gMega {
		position: static;
		opacity: 1;
		visibility: visible;
		pointer-events: inherit;
		padding: 0;
		background-color: var(--color-light-gray);
		display: none;
	}
	.gMega.isShow {
		display: block;
	}
	.gMega_inner {
		padding: 0;
	}
	.gMega_list {
		display: block;
		margin: 0;
	}
	.gMega_list > li {
		width: auto;
		padding: 0;
	}
	.gMega_list > li > a {
		border-bottom: 1px solid var(--color-white);
		font-size: 14px;
		padding-left: 11px;
		padding-right: 45px;
	}
	.gMega_list > li:last-child > a {
		border-bottom: none;
	}
	.gMega_list_circle {
		right: 14px;
	}
	.gMega_list_circle::before {}
	.gMega_list_circle > .icon {}
	.gNav_list_icon {
		display: block;
		width: 22px;
		height: 22px;
		background-color: var(--color-gray);
		border-radius: 50%;
		color: var(--color-white);
		position: absolute;
		top: 50%;
		right: 14px;
		transform: translateY(-50%);
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gNav_list > li > a[aria-expanded="true"] .gNav_list_icon {
		background-color: var(--color-deep-red);
	}
	.gNav_list_icon::before {
		content: "";
		display: block;
		width: 10px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.gNav_list_icon::after {
		content: "";
		display: block;
		width: 10px;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gNav_list > li > a[aria-expanded="true"] .gNav_list_icon::after {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	.gNav_list_circle {
		display: grid;
		right: 14px;
	}
	.gNav_list_circle::before {}
	.gNav_list_circle > .icon {}
	.gNav_closeBtn {
		display: flex;
		margin-top: auto;
		width: 100%;
		color: var(--color-deep-red);
		font-size: 18px;
		font-weight: 500;
		font-family: var(--font-poppins);
		align-items: center;
		justify-content: center;
		height: 75px;
	}
	.gNav_closeBtn_icon {
		display: block;
		width: 15px;
		height: 15px;
		position: relative;
		margin-right: 9px;
	}
	.gNav_closeBtn_icon::before {
		display: block;
		width: 141%;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.gNav_closeBtn_icon::after {
		display: block;
		width: 141%;
		height: 1px;
		background-color: currentColor;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.gHeadline_inner {}
	.gPankuzu-noMt {
		margin-top: 0;
	}
	.gPankuzu-noMtSp {
		margin-top: 0;
	}
	.gPankuzu-spDark {
		background-color: var(--color-text);
		position: relative;
		z-index: 2;
	}
	.gHeadline_bar {
		width: 6px;
	}
	.gHeadline_headline {
		font-size: 30px;
	}
	.gHeadline_link {}
	.gHeadline_link > a {}
	.gHeadline_link_circle {}
	.gHeadline_link_circle > .icon {}
	.gHeadline_place {}
	.gHeadline-mbS {
		margin-bottom: 30px;
	}
	.gPankuzu-staff {
		padding: 0;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.gPankuzu_inner-staff {}
	.gBody-noPt {
		padding-top: 0;
	}
	.gHeadline-mbL {}
	.gHeaderWrap-vis {}
	.gHeader-vis .gHeader_title_inner {
		color: var(--color-white);
	}
	.isOpenMega .gHeader-vis .gHeader_title_inner {
		color: var(--color-white);
	}
	.gHeader-vis .gNav_list > li > a {
		color: var(--color-text);
	}
	.isOpenMega .gHeader-vis .gNav_list > li > a {}
	.isOpenMega .gHeader-vis .gNav_list > li > a[aria-expanded="true"] {}
	.gPankuzu-others {}
}
@media screen and (max-width:374px) {
	.gFooter_copyright {
		font-size: 12px;
	}
	.gNav {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gNav_list > li > a {
		padding-left: 0;
		padding-right: 37px;
		line-height: 1.2;
	}
	.gNav_list_circle {
		right: 7px;
	}
	.gMega_list_circle {
		right: 7px;
	}
	.gNav_list_icon {
		right: 7px;
	}
}
