@charset "UTF-8";
@keyframes arrowRightTop {
	0% {
		transform: translate3d(0, 0, 0);
	}
	49% {
		transform: translate3d(100%, -100%, 0);
	}
	50% {
		transform: translate3d(100%, -100%, 0);
		visibility: hidden;
	}
	51% {
		transform: translate3d(-100%, 100%, 0);
		visibility: hidden;
	}
	52% {
		transform: translate3d(-100%, 100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
.gHeaderWrap {
	height: 100px;
}
.gHeader {
	position: fixed;
	z-index: 1000;
	top: 20px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.gHeader_inner {
	max-width: none;
	padding-left: 32px;
	padding-right: 32px;
}
.gHeader_cols {
	display: flex;
	justify-content: space-between;
}
.gHeader_col {}
.gHeader_col-title {}
.gHeader_title {
	position: relative;
	z-index: 2;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	display: flex;
	align-items: center;
	column-gap: 28px;
	height: 60px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_title_logo {
	display: block;
	width: 278px;
}
.gHeader_title_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 6.475%;
}
.gHeader_title_logo_inner_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	fill: currentColor;
}
.gHeader_title_text {}
.gHeader_col-menu {
	display: flex;
	align-items: center;
	column-gap: 22px;
}
.gLangList {
	list-style: none;
	display: flex;
	font-family: var(--font-roboto);
	font-weight: 500;
	color: var(--color-light-gray);
	position: relative;
	z-index: 2;
}
.gLangList > li {}
.gLangList > li > a {
	text-decoration: none;
	position: relative;
	height: 60px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	padding-bottom: 12px;
}
.gLangList > li > a[aria-current="true"] {
	color: var(--color-black);
}
.gLangList > li > a[aria-current="true"]::after {
	opacity: 1;
}
.gLangList > li > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: var(--color-ritres-red);
	border-radius: 2px;
	transform: translate(-50%, -50%);
	margin-top: 12px;
	opacity: 0;
}
.gMenuBtn {
	display: block;
	width: 68px;
	height: 26px;
	background-color: var(--color-ritres-red);
	color: var(--color-white);
	border-radius: 26px;
	position: relative;
	z-index: 11;
}
.gMenuBtn_barWrap {
	display: block;
	width: 16px;
	margin: 0 auto;
}
.gMenuBtn_bar {
	display: block;
	height: 2px;
	background-color: currentColor;
	border-radius: 1px;
	transition-duration: .3s;
	transition-property: width, transform;
}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {
	margin-top: 6px;
	width: 11px;
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
	transform: translateY(4px) rotate(-45deg);
}
.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
	transform: translateY(-4px) rotate(45deg);
	width: 100%;
}
.gHeader_contents {}
.gFooter {
	padding-bottom: 40px;
}
.gFooter_msg {
	margin-bottom: 236px;
}
.gFooter_msg_item > img {
	display: block;
	width: 100%;
	height: auto;
}
.gFooter_msg_inner {
	max-width: 1180px;
	max-width: 1880px;
	padding-left: 90px;
	padding-right: 90px;
}
.gFooter_inner {}
.gFooter_cols {
	display: flex;
	justify-content: space-between;
}
.gFooter_col {}
.gFooter_col-logo {}
.gFooter_title {}
.gFooter_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 15px;
	font-weight: 500;
	row-gap: 16px;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_title_logo {
	width: 277px;
	display: block;
}
.gFooter_title_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 6.475%;
}
.gFooter_title_logo_inner_image {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	fill: currentColor;
}
.gFooter_title_text {}
.gFooter_list {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font-roboto);
	line-height: 20px;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(4, auto);
	grid-auto-flow: column;
	column-gap: 60px;
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 9px 0;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFooter_col-link {
	display: flex;
	flex-direction: column;
}
.gFooter_dList {
	list-style: none;
	display: flex;
	align-items: center;
}
.gFooter_dList > dt {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--font-roboto);
	margin-right: 47px;
}
.gFooter_dList > dd {}
.gFooter_dList > dd > a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 0 20px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_dList > dd > a[aria-label="instagram"] {}
.gFooter_dList > dd > a[aria-label="facebook"] {
	color: #1877F2;
}
.gFooter_dList_svg {
	fill: currentColor;
	display: block;
	width: 36px;
	height: 36px;
}
.gFooter_dList_svg-instagram {
	fill: url(#igGradientRadial);
}
.gFooter_banners {
	display: flex;
	list-style: none;
	column-gap: 21px;
}
.gFooter_banners > li {
	width: 178px;
}
.gBanner {}
.gBanner > a {
	text-decoration: none;
	color: inherit;
}
.gBanner_image {
	border-radius: 14px;
	overflow: hidden;
}
.gBanner_image > img {
	display: block;
	transition-duration: .4s;
	transition-property: transform;
}
.gBanner_info {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 14px;
}
.gBanner_text {
	font-size: 14px;
	line-height: 23px;
}
.gBanner_icon {
	display: flex;
	width: 42px;
	height: 23px;
	border: 1px solid var(--color-black);
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
}
.gBanner_icon_svg {
	display: block;
	width: 10px;
	height: 10px;
	fill: currentColor;
}
.gFooter_copyright {
	font-size: 11px;
	font-weight: 500;
	margin-top: 32px;
}
.gBanner_svgWrap {
	display: block;
	overflow: hidden;
}
.gNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: var(--color-white);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	box-sizing: border-box;
	padding-top: 170px;
	overflow: auto;
	padding-bottom: 50px;
}
.gNav.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_inner {
	max-width: 1039px;
}
.gNav_cols {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.gNav_col {}
.gNav_col-link {}
.gNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, auto);
	column-gap: 71px;
	row-gap: 60px;
}
.gNav_list > li {}
.gNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_list_sub {
	display: block;
	font-family: var(--font-roboto);
	font-size: 15px;
	line-height: 18px;
	color: var(--color-ritres-red);
}
.gNav_list_main {
	display: block;
	font-family: var(--font-mincho);
	font-weight: 500;
	font-size: 28px;
	line-height: 1.4;
	margin-top: 12px;
}
.gNav_hr {
	width: 1px;
	min-height: 534px;
	background-color: currentColor;
}
.gNav_col-banner {
	width: 178px;
}
.gNav_banners {
	list-style: none;
}
.gNav_banners > li {}
.gNav_banners > li:nth-child(n+2) {
	margin-top: 43px;
}
.gHeader_bg {
	position: fixed;
	z-index: 1;
	top: 20px;
	left: 0;
	width: 100%;
}
.gHeader_bg_inner {
	padding-left: 20px;
	padding-right: 20px;
}
.gHeader_bg_item {
	height: 60px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	backdrop-filter: blur(4px);
}
.gFooter_msg_item {}
.gLangList-sp {
	display: none;
}
.gBody {
	padding-top: 40px;
	padding-bottom: 202px;
}
.gBody_inner {}
.gNav_list_char {}
.gNav_list_char-no1 {
	letter-spacing: -0.2em;
}
.gNav_list_char-no2 {
	letter-spacing: -0.36em;
}
.gNav_list_char-no3 {
	letter-spacing: -0.16em;
}
.gNav_list_char-no4 {
	letter-spacing: -0.1em;
}
.gNav_list_char-no5 {
	letter-spacing: -0.13em;
}
.gBody_head {
	margin-bottom: 39px;
}
.gBody_head_inner {}
.gBody_subTitle {
	font-family: var(--font-roboto);
	font-weight: inherit;
	font-size: 20px;
	line-height: 1.15;
	color: var(--color-ritres-red);
	margin-bottom: 32px;
}
.gBody_title {
	font-weight: inherit;
	font-size: 48px;
	line-height: 1.5;
}
.gFooterSimple {
	padding-bottom: 40px;
}
.gFooterSimple_inner {}
.gFooterSimple_copy {
	font-weight: 500;
	font-size: 11px;
	line-height: 1.8;
}
.gBody_inner {}
.gBody-simple {
	padding-bottom: 161px;
}
.gBody-top {
	padding-top: 0;
}
.gFooter_title_logo-en {
	width: 348px;
}
.gFooter_dList-en {
	margin-right: -20px;
}
.gHeader_title_logo-en {
	width: 348px;
}
.gHeader_title_text-en {}
.gNav-en {
	padding-top: 120px;
}
.gNav_list_main-en {
	max-width: 330px;
}
.gNav_list-en {
	column-gap: 52px;
	row-gap: 48px;
}
.gHeader_title_logo_inner-en {
	padding-bottom: 5.445%;
}
.gFooter_title_logo_inner-en {
	padding-bottom: 5.445%;
}
.gFooter_grid {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: space-between;
	column-gap: 20px;
	row-gap: 35px;
}
.gFooter_grid_cell {}
.gFooter_grid_cell-title {
	order: 0;
}
.gFooter_grid_cell-banner {
	order: 3;
}
.gFooter_grid_cell-list {
	order: 2;
	padding-top: 25px;
}
.gFooter_grid_cell-share {
	order: 1;
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHeader_title > a:hover {
		color: var(--color-light-gray);
	}
	.gLangList > li > a:hover {
		color: var(--color-black);
	}
	.gMenuBtn:hover {}
	.gMenuBtn:hover .gMenuBtn_bar-no2 {
		width: 100%;
	}
	.gFooter_title > a:hover {
		color: var(--color-light-gray);
	}
	.gFooter_list > li > a:hover {
		color: var(--color-ritres-red);
	}
	.gFooter_dList > dd > a:hover {
		opacity: 0.5;
	}
	.gBanner > a:hover {}
	a:hover .gBanner_image > img {
		transform: scale(1.05);
	}
	a:hover .gBanner_icon_svg {
		animation-name: arrowRightTop;
		animation-duration: .5s;
		animation-iteration-count: 1;
	}
	.gNav_list > li > a:hover {
		color: var(--color-ritres-red);
	}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {
		column-gap: 20px;
		font-size: 14px;
	}
	.gHeader_title_logo {
		width: 250px;
	}
	.gHeader_title_logo_inner {}
	.gHeader_title_logo_inner_image {}
	.gHeader_title_text {}
	.gHeader_col-menu {}
	.gLangList {}
	.gLangList > li {}
	.gLangList > li > a {}
	.gLangList > li > a[aria-current="true"] {}
	.gLangList > li > a[aria-current="true"]::after {}
	.gLangList > li > a::after {}
	.gMenuBtn {}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gHeader_contents {}
	.gFooter {}
	.gFooter_msg {
		margin-bottom: 150px;
	}
	.gFooter_msg_item > img {}
	.gFooter_msg_inner {}
	.gFooter_inner {}
	.gFooter_cols {}
	.gFooter_col {}
	.gFooter_col-logo {}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_logo {}
	.gFooter_title_logo_inner {}
	.gFooter_title_logo_inner_image {}
	.gFooter_title_text {}
	.gFooter_list {
		column-gap: 30px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_col-link {}
	.gFooter_dList {
		margin-right: -15px;
	}
	.gFooter_dList > dt {
		margin-right: 20px;
	}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {
		padding: 0 15px;
	}
	.gFooter_dList > dd > a[aria-label="instagram"] {}
	.gFooter_dList > dd > a[aria-label="facebook"] {}
	.gFooter_dList_svg {
		width: 30px;
		height: 30px;
	}
	.gFooter_dList_svg-instagram {}
	.gFooter_banners {}
	.gFooter_banners > li {}
	.gBanner {}
	.gBanner > a {}
	.gBanner_image {}
	.gBanner_image > img {}
	.gBanner_info {}
	.gBanner_text {}
	.gBanner_icon {}
	.gBanner_icon_svg {}
	.gFooter_copyright {}
	.gBanner_svgWrap {}
	.gNav {
		padding-top: 140px;
	}
	.gNav.isShow {}
	.gNav_inner {}
	.gNav_cols {}
	.gNav_col {}
	.gNav_col-link {}
	.gNav_list {
		column-gap: 25px;
		row-gap: 33px;
	}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_sub {}
	.gNav_list_main {
		font-size: 22px;
		margin-top: 10px;
	}
	.gNav_hr {
		min-height: 509px;
	}
	.gNav_col-banner {
		width: 164px;
	}
	.gNav_banners {}
	.gNav_banners > li {}
	.gNav_banners > li:nth-child(n+2) {}
	.gHeader_bg {}
	.gHeader_bg_inner {}
	.gHeader_bg_item {}
	.gFooter_msg_item {}
	.gLangList-sp {}
	.gBody {
		padding-bottom: 150px;
	}
	.gBody_inner {}
	.gBody_head {}
	.gBody_head_inner {}
	.gBody_subTitle {
		font-size: 18px;
	}
	.gBody_title {
		font-size: 40px;
	}
	.gFooterSimple {}
	.gFooterSimple_inner {}
	.gFooterSimple_copy {}
	.gBody_inner {}
	.gBody-simple {}
	.gBody-top {
		padding-top: 0;
	}
	.gFooter_title_logo-en {}
	.gFooter_dList-en {}
	.gHeader_title_logo-en {
		width: 280px;
	}
	.gHeader_title_text-en {
		max-width: 180px;
	}
	.gFooter_grid {}
	.gFooter_grid_cell {}
	.gFooter_grid_cell-title {}
	.gFooter_grid_cell-banner {}
	.gFooter_grid_cell-list {}
	.gFooter_grid_cell-share {}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {}
	.gHeader {
		padding-left: 18px;
		padding-right: 18px;
		top: 18px;
	}
	.gHeader_inner {
		padding-left: 16px;
		padding-right: 16px;
	}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {
		width: calc(100% - 66px);
	}
	.gHeader_title {}
	.gHeader_title > a {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		column-gap: 0;
		font-size: 12px;
		row-gap: 8px;
		height: 64px;
	}
	.gHeader_title_logo {
		width: 216px;
		max-width: 100%;
	}
	.gHeader_title_logo_inner {}
	.gHeader_title_logo_inner_image {}
	.gHeader_title_text {}
	.gHeader_col-menu {}
	.gLangList {
		display: none;
	}
	.gLangList > li {}
	.gLangList > li > a {
		height: auto;
		padding-bottom: 9px;
	}
	.gLangList > li > a[aria-current="true"] {}
	.gLangList > li > a[aria-current="true"]::after {}
	.gLangList > li > a::after {}
	.gMenuBtn {
		width: 56px;
		height: 26px;
	}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {}
	.gHeader_contents {}
	.gFooter {}
	.gFooter_msg {
		margin-bottom: 100px;
	}
	.gFooter_msg_item > img {}
	.gFooter_msg_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gFooter_inner {}
	.gFooter_cols {
		display: block;
	}
	.gFooter_col {
		display: block;
	}
	.gFooter_col-logo {
		max-width: 296px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 76px;
	}
	.gFooter_title {}
	.gFooter_title > a {}
	.gFooter_title_logo {}
	.gFooter_title_logo_inner {}
	.gFooter_title_logo_inner_image {}
	.gFooter_title_text {}
	.gFooter_list {}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_col-link {}
	.gFooter_dList {
		flex-wrap: wrap;
		margin-right: 0;
		justify-content: center;
		margin-bottom: 80px;
	}
	.gFooter_dList > dt {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 23px;
	}
	.gFooter_dList > dd {}
	.gFooter_dList > dd > a {
		padding: 0 20px;
	}
	.gFooter_dList > dd > a[aria-label="instagram"] {}
	.gFooter_dList > dd > a[aria-label="facebook"] {}
	.gFooter_dList_svg {
		width: 36px;
		height: 36px;
	}
	.gFooter_dList_svg-instagram {}
	.gFooter_banners {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		max-width: 335px;
		margin-left: auto;
		margin-right: auto;
	}
	.gFooter_banners > li {
		width: auto;
	}
	.gBanner {}
	.gBanner > a {}
	.gBanner_image {}
	.gBanner_image > img {
		width: 100%;
		height: auto;
	}
	.gBanner_info {}
	.gBanner_text {}
	.gBanner_icon {}
	.gBanner_icon_svg {}
	.gFooter_copyright {
		margin-left: -10px;
		margin-right: -10px;
		text-align: center;
		line-height: 1.2;
		letter-spacing: -0.025em;
		margin-top: 84px;
	}
	.gBanner_svgWrap {}
	.gNav {
		padding-top: 80px;
	}
	.gNav.isShow {}
	.gNav_inner {
		max-width: 296px;
	}
	.gNav_cols {
		display: block;
	}
	.gNav_col {}
	.gNav_col-link {}
	.gNav_list {
		display: block;
	}
	.gNav_list > li {}
	.gNav_list > li:nth-child(n+2) {
		margin-top: 19px;
	}
	.gNav_list > li > a {}
	.gNav_list_sub {
		font-size: 11px;
		line-height: 13px;
	}
	.gNav_list_main {
		font-size: 15px;
		margin-top: 5px;
	}
	.gNav_hr {
		display: none;
	}
	.gNav_col-banner {
		display: none;
	}
	.gNav_banners {}
	.gNav_banners > li {}
	.gNav_banners > li:nth-child(n+2) {}
	.gHeader_bg {
		top: 18px;
	}
	.gHeader_bg_inner {
		padding-left: 18px;
		padding-right: 18px;
	}
	.gHeader_bg_item {
		height: 64px;
	}
	.gFooter_msg_item {
		max-width: 352px;
		margin-left: auto;
		margin-right: auto;
	}
	.gLangList-sp {
		display: flex;
		font-size: 14px;
		margin-top: 23px;
		margin-left: -10px;
	}
	.gBody {
		padding-top: 20px;
		padding-bottom: 178px;
	}
	.gBody_inner {}
	.gBody_head {}
	.gBody_head_inner {}
	.gBody_subTitle {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.gBody_title {
		font-size: 32px;
	}
	.gFooterSimple {}
	.gFooterSimple_inner {}
	.gFooterSimple_copy {
		letter-spacing: -0.025em;
		text-align: center;
		margin-left: -10px;
		margin-right: -10px;
		line-height: 1.2;
	}
	.gBody_inner {}
	.gBody-simple {
		padding-bottom: 120px;
	}
	.gBody-top {
		padding-top: 0;
		padding-bottom: 120px;
	}
	.gFooter_title_logo-en {
		width: 295px;
	}
	.gFooter_dList-en {}
	.gHeader_title_logo-en {
		width: 235px;
	}
	.gHeader_title_text-en {
		max-width: none;
	}
	.gFooter_grid {
		display: block;
	}
	.gFooter_grid_cell {}
	.gFooter_grid_cell-title {
		max-width: 277px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 48px;
	}
	.gFooter_grid_cell-banner {
		max-width: 335px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 44px;
	}
	.gFooter_grid_cell-list {
		padding-top: 0;
		max-width: 295px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 43px;
	}
	.gFooter_grid_cell-share {}
}
@media screen and (max-width:374px) {
	.gBody_title {
		font-size: 28px;
	}
}
