@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");

.show-on-pc {
	display: none;
}

@media screen and (min-width: 769px) {
	.show-on-pc {
		display: block;
	}
}

.show-on-sp {
	display: block;
}

@media screen and (min-width: 769px) {
	.show-on-sp {
		display: none;
	}
}

body {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Noto Serif JP", serif;
	color: #080808;
	background: #C0C0C0;
}

body .white {
	display: none;
}

body.dark {
	background: #181818;
	color: #fff;
}

body.dark .black {
	display: none;
}

body.dark .white {
	display: block;
}

body.dark .active .black {
	display: block;
}

body.dark .active .white {
	display: none;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.6;
}

button:hover {
	opacity: 0.8;
}

figure {
	margin: 0;
}

img {
	width: 100%;
	height: auto;
}

.cinzel {
	font-family: "Cinzel", serif;
}

.uppercase {
	text-transform: uppercase;
}

.main {
	padding-top: 56px;
}

@media screen and (min-width: 769px) {
	.main.--sub {
		padding-top: 136px;
	}
}

.header {
	position: fixed;
	width: 100%;
	padding: 10px 16px;
	background: rgba(192, 192, 192, 0.8);
	backdrop-filter: blur(8px);
	z-index: 12;
}

@media screen and (min-width: 769px) {
	.header {
		padding: 28px 64px;
	}
}

.header__logo {
	display: flex;
	width: 32.244px;
}

@media screen and (min-width: 769px) {
	.header__logo {
		width: 42px;
	}
}

.header__wrap {
	display: grid;
	grid-template-columns: 1fr auto auto;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-template-areas: ". . .";
	align-items: center;
}

@media screen and (min-width: 769px) {
	.header__wrap {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
		max-width: 1312px;
		margin: 33px auto 0;
	}
}

.header .lv1 {
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 64px */
	letter-spacing: 2.56px;
}

@media (width > 930px) {
	.header .lv1 {
		margin: 0 0 0 120px;
	}
}

.dark .header {
	background: rgba(24, 24, 24, 0.8);
	backdrop-filter: blur(8px);
	color: #fff;
}

.link {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 112%;
	display: flex;
	height: 48px;
	padding: 0px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 24px;
	border: 1px solid rgba(0, 0, 0, 0.16);
}

.link__arrow {
	width: 72px;
}

.link.--contact {
	width: 275px;
	margin: 18px auto 0;
}

@media (width > 880px) {
	.link.--contact {
		margin: 0;
		margin-left: auto;
	}
}

.link.--white-line {
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.link.--about {
	margin: 18px auto 0 0;
	display: inline-flex;
}

.link-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 32px;
}

.link-wrap.--revers {
	justify-content: flex-start;
}

.link-wrap.--center {
	justify-content: center;
	margin-top: 26px;
}

@media screen and (min-width: 769px) {
	.link-wrap.-not-found {
		margin-bottom: 19px;
	}
}

.link-wrap.--confirm {
	margin-top: 0;
}

.contact__link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #080808;
	font-size: 18.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 25.76px */
	letter-spacing: 0.736px;
	margin-right: 9px;
	z-index: 99;
}

@media screen and (min-width: 769px) {
	.contact__link {
		font-size: 20px;
		letter-spacing: 0.8px;
	}
}

.contact__link img {
	width: 24px;
	height: auto;
}

.dark .contact__link {
	color: #fff;
}

.dark .contact__link.active {
	color: #080808;
}

.footer {
	padding: 40px 24px;
	z-index: 0;
	position: relative;
}

@media screen and (min-width: 769px) {
	.footer {
		padding: 96px 64px 64px;
	}
}

@media screen and (min-width: 769px) {
	.footer__wrap {
		display: grid;
		grid-template-columns: 34% auto 1fr;
		grid-template-rows: auto auto auto auto;
		gap: 0px 0px;
		grid-template-areas: "text01 nav caption" "text02 nav caption" "group nav caption" "icons icons caption";
		max-width: 1312px;
		margin: 0 auto;
	}
}

.footer__txt01 {
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 40px */
	letter-spacing: 1.6px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.footer__txt01 {
		grid-area: text01;
		font-size: 80px;
		letter-spacing: 3.2px;
		text-align: left;
		word-break: break-word;
	}
}

.footer__txt02 {
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 200%;
	/* 24px */
	letter-spacing: 0.48px;
	margin-top: 17px;
}

@media screen and (min-width: 769px) {
	.footer__txt02 {
		grid-area: text02;
		text-align: left;
		margin-top: 23px;
	}
}

.footer__txt03 {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
	letter-spacing: 0.8px;
}

.footer__txt04 {
	font-size: 10.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 15.6px */
	letter-spacing: 0.416px;
	text-align: center;
	margin: auto;
	display: block;
	margin-top: 32px;
}

@media screen and (min-width: 769px) {
	.footer__txt04 {
		margin: 0 0 0 40px;
	}
}

.footer__txt04.-mt01 {
	margin-top: 6px;
}

@media screen and (min-width: 769px) {
	.footer__txt04.-mt01 {
		margin: 0 0 0 16px;
	}
}

.footer__group {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	gap: 24px;
}

@media screen and (min-width: 769px) {
	.footer__group {
		grid-area: group;
		justify-content: flex-start;
	}
}

.footer__nav__list {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.footer__nav__list {
		flex-direction: column;
		margin-left: 32px;
		margin-top: 0;
		gap: 15px 24px;
	}
}

.footer__nav__list:first-of-type {
	margin-top: 26px;
}

@media screen and (min-width: 769px) {
	.footer__nav__list:first-of-type {
		margin-top: 0;
	}
}

@media screen and (min-width: 769px) {
	.footer__nav__list:last-of-type {
		margin-top: 15px;
	}
}

.footer__nav__list__item__link {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 17.92px */
	letter-spacing: 0.224px;
}

.footer__nav__list__item__link.cinzel {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.512px;
}

@media screen and (min-width: 769px) {
	.footer__nav__list.--col3 {
		flex-direction: row;
		justify-content: flex-start;
		margin-top: 13px;
	}
}

.footer__nav__list.--col3 .footer__nav__list__item {
	position: relative;
}

.footer__nav__list.--col3 .footer__nav__list__item:not(:last-child):after {
	content: "/";
	display: block;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 11px;
}

.footer__icons-outer {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 769px) {
	.footer__icons-outer {
		grid-area: icons;
		flex-direction: row;
		align-items: baseline;
		margin-top: 42px;
	}
}

.footer__icons-wrap {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 34px;
}

@media screen and (min-width: 769px) {
	.footer__icons-wrap {
		margin-top: 0;
	}
}

.footer__nav-item__icon {
	display: block;
	width: 16px;
	height: auto;
}

.footer__nav-item__icon.--youtube {
	width: 20px;
}

@media screen and (min-width: 769px) {
	.footer__nav {
		grid-area: nav;
	}
}

.footer__caption {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr auto 153px 1fr;
	grid-template-rows: auto auto;
	gap: 6px 32px;
	grid-template-areas: ". img text01 ." ". img text02 .";
}

@media screen and (min-width: 769px) {
	.footer__caption {
		grid-area: caption;
		display: flex;
		gap: 6px 32px;
		flex-direction: column;
		align-items: center;
		width: 192px;
		margin-left: auto;
		justify-content: flex-end;
	}
}

.footer__caption figure {
	width: 71.652px;
	grid-area: img;
}

@media screen and (min-width: 769px) {
	.footer__caption figure {
		width: 107px;
	}
}

.footer__caption__txt01 {
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 21.6px */
	letter-spacing: 0.96px;
	grid-area: text01;
}

@media screen and (min-width: 769px) {
	.footer__caption__txt01 {
		margin-top: 38px;
	}
}

.footer__caption__txt02 {
	text-align: center;
	font-size: 8px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 12.8px */
	letter-spacing: 0.64px;
	grid-area: text02;
}

@media screen and (min-width: 769px) {
	.footer__caption__txt02 {
		font-size: 8.8px;
		letter-spacing: 0.704px;
		margin-top: 17px;
	}
}

.contact-group {
	padding: 16px;
	color: #080808;
}

@media (width > 880px) {
	.contact-group {
		padding: 32px 64px;
	}
}

.contact-group__wrap {
	padding: 32px 24px 23px;
	border-radius: 32px;
	background-color: #fff;
}

@media (width > 880px) {
	.contact-group__wrap {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		grid-template-rows: auto;
		gap: 0px 49px;
		grid-template-areas: ". . .";
		place-items: center;
		border-radius: 80px;
		max-width: 1312px;
		margin: auto;
		padding: 24px 23px 24px 40px;
	}
}

.contact-group__txt01 {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 32px */
	letter-spacing: 2.56px;
	text-align: center;
}

@media (width > 880px) {
	.contact-group__txt01 {
		font-size: 40px;
		letter-spacing: 3.2px;
	}
}

.contact-group__txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 23.04px */
	letter-spacing: 1.152px;
	text-align: center;
	margin-top: 17px;
}

@media (width > 880px) {
	.contact-group__txt02 {
		font-size: 14.4px;
		margin-top: 0;
	}
}

.hamburger {
	cursor: pointer;
	background: transparent;
	border: none;
	z-index: 99;
}

.hamburger span {
	display: block;
	width: 32px;
	height: 1px;
	background-color: #080808;
	margin: 3px 0;
	transition: transform 0.3s, opacity 0.3s;
}

.hamburger.active span:nth-child(1) {
	transform: translate(0, 1px) rotate(24deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: translate(0, -7px) rotate(-24deg);
}

@media screen and (min-width: 769px) {
	.hamburger {
		display: none;
	}
}

.dark .hamburger span {
	background-color: #fff;
}

.dark .hamburger.active span {
	background-color: #080808;
}

.nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 216px;
	padding: 0;
	transition: right 0.3s;
	z-index: 90;
	border-radius: 0 0 0 10px;
	background-color: #fff;
}

.nav.active {
	right: 0;
}

@media screen and (min-width: 769px) {
	.nav {
		position: static;
		width: 100%;
		height: auto;
		box-shadow: none;
		background-color: unset;
	}
}

.nav-list {
	list-style: none;
	padding-top: 56px;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 0;
}

@media screen and (min-width: 769px) {
	.nav-list {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding-top: 0;
		gap: 24px;
	}
}

.nav-item {
	width: 100%;
	border-bottom: 1px solid rgba(8, 8, 8, 0.1);
	position: relative;
}

@media screen and (min-width: 769px) {
	.nav-item {
		width: auto;
		border: none;
		margin: 0;
		padding: 0;
	}
}

.nav-item:first-child {
	border-top: 1px solid rgba(8, 8, 8, 0.1);
}

@media screen and (min-width: 769px) {
	.nav-item:first-child {
		border-top: none;
	}
}

.nav-item:last-child {
	border-bottom: none;
}

.nav-item__icon {
	display: block;
	width: 14px;
}

.nav-item__icon.--youtube {
	width: 17px;
}

.nav-item.--icons-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 26px;
}

@media screen and (min-width: 769px) {
	.nav-item.--icons-wrap {
		display: none;
	}
}

.nav-link {
	text-decoration: none;
	color: #080808;
	font-size: 13.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 16.32px */
	letter-spacing: 0.544px;
	padding: 16px 20px;
	display: inline-block;
}

@media screen and (min-width: 769px) {
	.nav-link {
		font-size: 12px;
		letter-spacing: 0.512px;
		padding: 0;
	}
}

.nav-link:hover {
	opacity: 0.8;
}

@media screen and (min-width: 769px) {
	.dark .nav-link {
		color: #fff;
	}
}

.submenu {
	padding-left: 20px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease;
	list-style: none;
	opacity: 0;
}

.submenu.active {
	max-height: 200px;
	padding-bottom: 12px;
	padding-top: 0 !important;
	margin-top: 0 !important;
	opacity: 1;
}

@media screen and (min-width: 769px) {
	.submenu {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: max-content;
		padding-left: 0;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		padding: 16px;
	}

	.submenu.active {
		padding-top: 12px !important;
	}
}

.submenu li {
	text-align: center;
}

@media screen and (min-width: 769px) {
	.submenu li {
		border: none;
	}
}

@media screen and (min-width: 769px) {
	.submenu li:not(:first-child) {
		margin-top: 6px;
	}
}

.submenu a {
	color: #080808;
	text-decoration: none;
	padding: 4px 15px;
	display: block;
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 17.92px */
	letter-spacing: 0.224px;
}

.submenu a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 769px) {
	.submenu a {
		padding: 0;
		text-align: left;
	}
}

.accordion {
	position: relative;
}

.accordion::after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	transform: translateY(-50%) rotate(0);
	transition: transform 0.3s;
	background-image: url(../images/icon_nav-arrow-black.webp);
	background-repeat: no-repeat;
	transform-origin: center;
	position: absolute;
	right: 12px;
	top: 53%;
}

.accordion.active::after {
	transform: translateY(-100%) rotate(-180deg);
}

@media screen and (min-width: 769px) {
	.accordion::after {
		right: -8px;
		top: 60%;
	}
}

@media screen and (min-width: 769px) {
	.dark .accordion::after {
		background-image: url(../images/icon_nav-arrow-white.webp);
	}
}

.breadCrumb {
	max-width: 1312px;
	margin: auto;
}

.breadCrumb__list {
	display: flex;
}

.breadCrumb__list__text {
	font-size: 10.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 16.64px */
	letter-spacing: 0.624px;
}

.breadCrumb__list__item:not(:last-child):after {
	display: inline-block;
	content: ">";
	margin: -2px 10px 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 10.4px;
}

/* すべてのブラウザに対応するために、各ベンダープレフィックスを含める */
::placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
	color: #C0C0C0;
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 20.48px */
	letter-spacing: 0.512px;
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.c-radio {
	padding-left: 22px;
	margin-right: 10px;
	margin-top: 8px;
	display: inline-block;
}

.c-radio.c-radio__vertical {
	display: block;
}

.c-radio .c-radio__input:checked+.c-radio__label::before {
	color: #fff;
	border-color: #080808;
}

.c-radio .c-radio__input:focus+.c-radio__label::before {
	box-shadow: 0 0 0 2px rgba(8, 8, 8, 0.3);
}

.c-radio .c-radio__input:checked+.c-radio__label::after {
	transform: translateY(-50%) scale(1);
}

.c-radio .c-radio__input:disabled+.c-radio__label {
	opacity: 0.5;
}

.c-radio .c-radio__input:disabled+.c-radio__label::before {
	background-color: #eee;
}

.c-radio .c-radio__input:disabled+.c-radio__label::after {
	content: none;
}

.c-radio .c-radio__label {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	position: relative;
	margin-bottom: 0;
	vertical-align: middle;
	padding-left: 7px;
}

@media screen and (min-width: 769px) {
	.c-radio .c-radio__label {
		font-size: 14px;
	}
}

.c-radio .c-radio__label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	display: block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	transform: translateY(-50%);
	pointer-events: none;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
}

.c-radio .c-radio__label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -17px;
	display: block;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	transform: translateY(-50%) scale(0);
	background-repeat: no-repeat;
	background-color: #080808;
	border-radius: 50%;
}

.c-radio.c-radio__vertical:not(:first-child) {
	margin-right: 8px;
}

.c-checkbox {
	padding-left: 22px;
	margin-right: 10px;
	margin-bottom: 8px;
	display: inline-block;
	margin-top: 22px;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 769px) {
	.c-checkbox {
		margin: 0;
	}
}

.c-checkbox.c-checkbox__vertical {
	display: block;
}

.c-checkbox .c-checkbox__input:checked+.c-checkbox__label::before {
	color: #fff;
}

.c-checkbox .c-checkbox__input:focus+.c-checkbox__label::before {
	box-shadow: 0 0 0 2px rgba(255, 81, 0, 0.3);
}

.c-checkbox .c-checkbox__input:checked+.c-checkbox__label::after {
	transform: translateY(-50%) scale(1);
}

.c-checkbox .c-checkbox__input:disabled+.c-checkbox__label {
	opacity: 0.5;
}

.c-checkbox .c-checkbox__input:disabled+.c-checkbox__label::before {
	background-color: #eee;
}

.c-checkbox .c-checkbox__input:disabled+.c-checkbox__label::after {
	content: none;
}

.c-checkbox .c-checkbox__label {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 23.04px */
	letter-spacing: 0.256px;
	position: relative;
	margin-bottom: 0;
	vertical-align: middle;
}

@media screen and (min-width: 769px) {
	.c-checkbox .c-checkbox__label {
		font-size: 14px;
	}
}

.c-checkbox .c-checkbox__label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	display: block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	transform: translateY(-50%);
	pointer-events: none;
	background-color: #fff;
	transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-checkbox .c-checkbox__label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	display: block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	transform: translateY(-50%) scale(0);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	background-image: url(../images/icon_check.webp);
	transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact {
	padding: 0 16px 32px;
	height: 100%;
}

@media screen and (min-width: 769px) {
	.contact {
		padding: 0 0 120px;
	}
}

@media screen and (min-width: 769px) {
	.contact .text-center {
		text-align: center;
	}
}

.contact p {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	letter-spacing: normal;
}

.contact .mt01 {
	margin: 24px 16px 0;
}

.contact .contact__sub-ttl {
	color: #080808;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-top: 19px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.contact .contact__sub-ttl {
		font-size: 28px;
		margin-top: 41px;
	}
}

@media screen and (min-width: 769px) {
	.contact .contact__txt {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 200%;
		letter-spacing: 0.64px;
	}
}

.contact .contact__label {
	font-size: 13.6px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 16.32px */
	letter-spacing: 1.632px;
	gap: 12px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.contact .contact__label {
		font-size: 13.6px;
		flex: 0 0 auto;
		justify-content: space-between;
		width: auto;
		width: 19.5%;
	}
}

.contact .contact__label .tag {
	color: #fff;
	text-align: center;
	font-size: 10.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 12.48px */
	letter-spacing: 1.664px;
	padding: 3px;
}

.contact .contact__label .tag.require {
	width: 64px;
	background-color: #080808;
}

@media screen and (min-width: 769px) {
	.contact .contact__label-wrapper {
		width: 19.5%;
	}
}

@media screen and (min-width: 769px) {
	.contact .contact__label-wrapper .contact__label {
		width: 100%;
	}
}

.contact .contact__note {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 20.16px */
	letter-spacing: 0.224px;
}

@media screen and (min-width: 769px) {
	.contact .contact__note {
		text-align: left;
		width: 100%;
	}
}

.contact .contact__note a {
	text-decoration-line: underline;
}

@media screen and (min-width: 769px) {
	.contact .txt {
		margin-top: 0;
		flex: 1 1 auto;
	}
}

.contact .form {
	padding: 0;
	margin-top: 0;
}

@media screen and (min-width: 769px) {
	.contact .form {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 64px;
	}
}

.contact .form.-thanks {
	padding: 32px 16px;
}

@media screen and (min-width: 769px) {
	.contact .form.-thanks {
		padding: 80px 200px;
	}
}

.contact .input-type-01,
.contact .textarea-type-01 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 20.48px */
	letter-spacing: 0.512px;
	display: flex;
	padding: 10px 12px;
	align-items: center;
	gap: 8px;
	border: 1px solid #E0E0E0;
	background: #F6F6F6;
	margin-top: 12px;
	width: 100%;
}

@media screen and (min-width: 769px) {

	.contact .input-type-01,
	.contact .textarea-type-01 {
		margin-top: 0;
	}
}

.contact .textarea-type-01 {
	margin-top: 5px;
}

.contact .contact__item-01 {
	padding: 24px 0;
	border-bottom: 1px solid rgba(8, 8, 8, 0.16);
}

@media screen and (min-width: 769px) {
	.contact .contact__item-01 {
		display: flex;
		justify-content: flex-start;
		gap: 126px;
		align-items: center;
		padding: 22px 0;
	}
}

.contact .contact__item-01.inquirytype {
	margin-top: 20px;
	padding-top: 6px;
}

@media screen and (min-width: 769px) {
	.contact .contact__item-01.inquirytype {
		margin-top: 4px !important;
	}
}

@media screen and (min-width: 769px) {
	.contact .contact__item-01:not(:first-child) {
		margin-top: 0;
	}
}

.contact .contact__item-01:first-of-type {
	border-top: 1px solid rgba(8, 8, 8, 0.16);
}

.contact .contact__item-01.-chechbox {
	padding-bottom: 0;
	border-bottom: none;
}

@media screen and (min-width: 769px) {
	.contact .contact__item-01.-chechbox {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
}

@media screen and (min-width: 769px) {
	.contact .contact__wrap {
		max-width: 1440px;
		padding: 0 64px;
		margin: 0 auto;
	}
}

.contact .link-wrap {
	margin-top: 5px;
}

@media screen and (min-width: 769px) {
	.contact .link-wrap {
		margin-top: 19px;
	}
}

.contact .submit-btn {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 112%;
	display: flex;
	padding: 14px 32px;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.8);
	margin-top: 7px;
	max-width: 240px;
}

@media screen and (min-width: 769px) {
	.contact .submit-btn {
		font-size: 15px;
		max-width: 240px;
		margin: 0 auto;
	}
}

.contact .submit-btn.-confirm {
	margin-top: 16px;
}

@media screen and (min-width: 769px) {
	.contact .submit-btn.-confirm {
		margin: 30px 0 0;
	}
}

.contact .submit-btn img {
	width: 24px;
	height: 4px;
}

.contact .txt_error {
	color: rgb(218, 17, 3);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top: 8px;
	display: none;
}

@media screen and (min-width: 769px) {
	.contact .txt_error {
		margin-top: 0;
	}
}

.contact .txt_error.is_error {
	display: block;
}

.contact .confirm_label {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	letter-spacing: 0.6px;
}

.contact .confirm_label.-mt {
	margin-top: 16px;
}

@media screen and (min-width: 769px) {
	.contact .confirm_label.-mt {
		margin-top: 24px;
	}
}

.contact .confirm__value {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%;
	letter-spacing: 0.64px;
	margin-top: 5px;
}

@media screen and (min-width: 769px) {
	.contact .confirm__value {
		font-size: 16px;
	}
}

.contact .confirm_txt {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-top: 32px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.contact .confirm_txt {
		font-size: 20px;
		margin-top: 41px;
	}
}

.contact .confirm_cont {
	padding-bottom: 32px;
	border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 769px) {
	.contact .confirm_cont {
		padding-bottom: 38px;
	}
}

.contact .confirm__btnarea {
	display: flex;
	justify-content: center;
	gap: 16px;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin-top: 32px;
}

.contact .thanks__txt {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
}

.confirm .txt {
	margin-top: 10px;
	font-size: 13.6px;
	font-style: normal;
	font-weight: 300;
	line-height: 168%;
	/* 21.76px */
	letter-spacing: 0.544px;
}

.confirm .contact__item-01 {
	padding: 22px 0 18px;
}

@media screen and (min-width: 769px) {
	.confirm .contact__item-01 {
		padding: 17px 0 14px;
	}
}

.back-btn {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 112%;
}

.selection_filter--item:has(:checked) {
	background: #fff;
}

.selection_filter--item {
	transition: background 0.3s ease;
}

.color-options .color-item:has(:checked) {
	background-color: #fff;
}

.color-options .color-item {
	transition: background 0.3s ease;
}

.color-options .color-item input[type=checkbox]:checked+.color-box {
	outline: unset !important;
}

.color-options .color-item {
	padding: 0 2px;
}

.selection--main_img img {
	aspect-ratio: 544/272;
	object-fit: cover;
	height: 100%;
}

.selection--list .car-details {
	gap: 16px;
}

@media screen and (min-width: 769px) {
	.selection--list .car-details {
		gap: 24px;
	}
}

.selection--list .car-details .text,
.selection--list .car-details .price,
.selection--list .car-details .car-details--info {
	margin-top: 0 !important;
}

.main .selection {
	padding: 26px 16px 10px;
}

@media screen and (min-width: 769px) {
	.main .selection {
		padding: 50px 64px 25px;
	}
}

.main .selection_car_specs {
	margin: 50px 16px 32px;
}

@media screen and (min-width: 769px) {
	.main .selection_car_specs {
		max-width: 1312px;
		margin: 56px auto 73px;
		padding: 0 16px;
	}
}

.main .selection_car_specs .spec-row {
	padding: 0;
}

.main .selection_car_specs .spec-row .spec-item {
	gap: 2px;
	padding: 9px 0 5px;
}

@media screen and (min-width: 769px) {
	.main .selection_car_specs .spec-row .spec-item {
		padding: 9px 0 11px;
	}
}

.main .slct__list__item__imgs {
	justify-content: space-between;
}

.main .slct__list__item__imgs figure {
	width: calc(50% - 8px);
}

.main .selection_filter {
	margin: 31px auto 48px;
}

@media screen and (min-width: 769px) {
	.main .selection_filter {
		margin: 31px auto 92px;
	}
}

.main .selection--item .car-details {
	padding: 0;
}

.main .selection--item .car-details .text {
	margin-top: 12px !important;
}

.main .selection--item .car-details .price {
	margin-top: 12px !important;
}

.main .selection--item .car-details .car-details--info {
	margin-top: 6px !important;
}

.article_button_container .nav-button.next a.selection-pn-link {
	width: auto;
}

.article_button_container .nav-button.prev a.selection-pn-link {
	width: auto;
}

.article_button_container a.selection-pn-link {
	border: unset;
	width: auto;
}

.filter-btn {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 112%;
	/* 13.44px */
	position: relative;
	padding-right: 16px;
	transition: all 0.3s ease;
}

.filter-btn:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 1px;
	background-color: #080808;
	content: "";
	transition: transform 0.2s linear;
	z-index: 1;
	transform: translateY(-50%);
}

.filter-btn:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 1px;
	background-color: #080808;
	content: "";
	transition: transform 0.2s linear;
	transform: rotate(-90deg) translateY(-50%);
}

.filter-btn.is_open::after {
	transform: rotate(0);
}

#js-filterContent {
	overflow: hidden;
	margin: 32px 0 0;
}

#js-filterContent.is_transitioning {
	transition: height 400ms ease;
	margin: 32px 0 0;
}

#js-filterContent:not(.is_open) {
	margin-top: 0;
	display: none;
}

#js-filterContent.is_transitioning:not(.is_open) {
	display: block;
}

#js-filterContent.is_open:not(.is_transitioning) {
	margin: 32px 0 0;
}

@media screen and (min-width: 769px) {
	.main .selection-gallery {
		display: grid;
		grid-template-columns: 69.1% 1fr 18%;
		grid-template-rows: auto 48px;
		gap: 0px 0px;
		grid-template-areas: "img spacer imgs" "img spacer nav";
		max-width: 1440px;
		margin: 0 auto 64px;
	}
}

@media screen and (min-width: 769px) {
	.main .selection-gallery .main-image {
		grid-area: img;
		height: 100%;
	}
}

@media screen and (min-width: 769px) {
	.main .selection-gallery .main-image img {
		aspect-ratio: 984/492;
		height: auto;
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.main .selection-gallery .thumbnail-slider {
		grid-area: imgs;
	}
}

@media screen and (min-width: 769px) {
	.main .selection-gallery .thumbnail-slider .thumbnails {
		gap: 8px;
	}
}

@media screen and (min-width: 769px) {
	.main .selection-gallery .selection_navigation {
		grid-area: nav;
		position: unset;
	}
}

.main .selection-gallery .slider-nav {
	display: flex;
	align-items: center;
}

.main .car-details {
	gap: 0;
}

@media screen and (min-width: 769px) {
	.main .car-details {
		max-width: 1344px;
	}
}

.main .car-details .car-brand .brand-logo {
	width: auto;
	height: 32px;
}

.main .car-details .car-title {
	margin-top: 19px;
}

@media screen and (min-width: 769px) {
	.main .car-details .car-title {
		margin-top: 25px;
	}
}

.main .car-details .car-description {
	margin-top: 14px;
}

@media screen and (min-width: 769px) {
	.main .car-details .car-description {
		margin-top: 22px;
	}
}

.main .car-details .car-notice {
	margin: 0 0 22px;
}

.main .car-details .car-info {
	margin-top: 7px;
	padding: 7px 0 4px;
}

@media screen and (min-width: 769px) {
	.main .car-details .car-info {
		margin-top: 12px;
		padding: 3px 0;
	}
}

@media screen and (min-width: 769px) {
	.main .car-details .car_notice_wrap {
		margin-top: 24px;
	}
}

.article_button_container.--selection {
	margin: 0 16px 32px !important;
}

.article_button_container .pagination__list {
	flex-wrap: wrap;
}

.selection-gallery .thumbnail-slider .thumbnails {
	justify-content: space-between;
	width: 100%;
}

.selection-gallery .thumbnail-slider .thumbnails .thumbnail {
	width: calc((100% - 32px) / 3) !important;
	aspect-ratio: 256/128;
	height: unset !important;
}

@media screen and (min-width: 769px) {
	.selection-gallery .thumbnail-slider .thumbnails .thumbnail {
		width: 100% !important;
		height: unset !important;
	}
}

.dark .link.--inline {
	display: inline-flex;
}

.dark .link.--right {
	margin-left: auto;
}

.dark .link.--left {
	margin-right: auto;
}

.lv2 {
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 28px */
	letter-spacing: 2.24px;
	text-align: center;
	margin-top: 26px;
}

@media screen and (min-width: 769px) {
	.lv2 {
		font-size: 48px;
		letter-spacing: 3.84px;
	}
}

.lv2--sub {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 25.6px */
	letter-spacing: 3.2px;
	text-align: center;
	display: block;
	margin-top: 6px;
}

@media screen and (min-width: 769px) {
	.lv2--sub {
		font-size: 24px;
		letter-spacing: 4.8px;
	}
}

.text-caption01 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 23.04px */
	letter-spacing: 0.512px;
	text-align: center;
}

.text-caption01.-m01 {
	margin-top: 23px;
}

.text-caption01.-m02 {
	margin: 31px 8px 0;
}

.text-caption01.--thanks {
	text-align: left;
}

@media screen and (min-width: 769px) {
	.text-caption01.--thanks {
		text-align: center;
	}
}

.text-caption02 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 200%;
	/* 25.6px */
	letter-spacing: 0.512px;
}

.text-caption02.-m01 {
	margin-top: 23px;
}

.text-caption02.-m02 {
	margin: 24px 8px 0;
}

@media screen and (min-width: 769px) {
	.text-caption02.-m02 {
		margin: 57px 0 0 0;
		grid-area: text02;
	}
}

.text-caption02.-m03 {
	margin: 24px 8px 0;
}

@media screen and (min-width: 769px) {
	.text-caption02.-m03 {
		margin: 32px 0 0 0;
		grid-area: text02;
	}
}

@media screen and (min-width: 769px) {
	.text-caption02.--sell {
		width: 448px;
	}
}

@media screen and (min-width: 769px) {
	.text-caption02.--experience {
		width: 446px;
	}
}

@media screen and (min-width: 769px) {
	.text-caption02 {
		max-width: 504px;
		padding-right: 0;
		margin-left: auto;
	}
}

@media screen and (min-width: 769px) {
	.text-caption02.-reverse {
		margin: 32px auto 0 0;
		padding-left: 64px;
		padding-right: 0;
	}
}

.text-caption03 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 17.28px */
	letter-spacing: 2.304px;
	margin: 32px 8px 0;
}

@media screen and (min-width: 769px) {
	.text-caption03 {
		max-width: 504px;
		padding-right: 64px;
		margin: 57px 0 0 0;
		grid-area: text01;
	}
}

@media screen and (min-width: 769px) {
	.text-caption03.-reverse {
		margin: 64px auto 0 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 769px) {
	.text-caption-wrap {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: auto auto;
		gap: 0px 0px;
		grid-template-areas: ". text01" ". text02";
		max-width: 1440px;
		margin: auto;
		padding: 0 64px;
	}
}

@media screen and (min-width: 769px) {
	.text-caption-wrap.-reverse {
		grid-template-columns: auto 1fr;
	}
}

.discover {
	padding: 26px 16px;
}

@media screen and (min-width: 769px) {
	.discover {
		padding: 50px 64px 55px;
	}
}

.discover.--not-found {
	padding-bottom: 17px;
}

@media screen and (min-width: 769px) {
	.discover.--not-found {
		padding-bottom: 13px;
	}
}

@media screen and (min-width: 769px) {
	.discover.--contact {
		padding: 50px 64px 26px;
	}
}

.pic-secton {
	padding: 0 8px 8px 8px;
}

.pic-secton.--sell {
	padding-bottom: 64px;
}

.pic-secton.--rental {
	padding-bottom: 8px;
	overflow: hidden;
}

.pic-secton.--about {
	padding-bottom: 32px;
}

.pic-secton__about {
	display: flex;
	flex-direction: column-reverse;
	padding: 0;
}

@media screen and (min-width: 769px) {
	.pic-secton__about {
		display: grid;
		grid-template-columns: 32.25% auto;
		grid-template-rows: auto;
		gap: 0px 40px;
		grid-template-areas: ". .";
	}
}

.pic-secton__main.--about {
	grid-area: mv;
}

.pic-wrap {
	margin-top: 31px;
	display: grid;
	grid-template-columns: auto 35%;
	grid-template-rows: auto auto auto auto;
	gap: 8px 8px;
	grid-template-areas: "img01 img01" "img02 img02" "img03 img04" "img05 img05";
}

@media screen and (min-width: 769px) {
	.pic-wrap {
		margin-top: 64px;
		display: grid;
		grid-template-columns: 521fr 287fr 283fr 290fr;
		grid-template-rows: auto auto;
		gap: 8px 8px;
		grid-template-areas: "img01 img02 img02 img03" "img01 img04 img05 img05";
	}
}

.pic-wrap.--sell {
	grid-template-columns: 136fr 240fr;
	grid-template-rows: 256fr 240fr;
	gap: 8px 8px;
	grid-template-areas: "img01 img01" "img02 img03";
}

@media screen and (min-width: 769px) {
	.pic-wrap.--sell {
		grid-template-columns: 600fr 300fr 500fr;
		grid-template-rows: auto;
		gap: 0px 8px;
		grid-template-areas: "img01 img02 img03";
	}
}

.pic-wrap.--about {
	display: grid;
	grid-template-columns: 35% auto;
	grid-template-rows: auto auto auto auto auto auto;
	gap: 8px 8px;
	grid-template-areas: "mv mv" "text text" "img01 img01" "img02 img02" "img03 img04" "img05 img05";
	margin-top: 3px;
}

@media screen and (min-width: 769px) {
	.pic-wrap.--about {
		display: grid;
		grid-template-columns: 521fr 287fr 283fr 290fr;
		grid-template-rows: auto auto auto;
		gap: 8px 8px;
		grid-template-areas: ". mv mv mv" "img01 img02 img02 img03" "img01 img04 img05 img05";
		margin-top: 32px;
	}
}

.pic-wrap.--about .pic-01 {
	margin-top: 44px;
}

@media screen and (min-width: 769px) {
	.pic-wrap.--about .pic-01 {
		margin-top: 0;
	}
}

.pic-wrap img {
	object-fit: cover;
	height: 100% !important;
	border-radius: 4px;
}

.pic-wrap .pic-01 {
	grid-area: img01;
}

.pic-wrap .pic-02 {
	grid-area: img02;
}

.pic-wrap .pic-03 {
	grid-area: img03;
}

.pic-wrap .pic-04 {
	grid-area: img04;
}

.pic-wrap .pic-04 img {
	object-fit: cover;
	height: 100%;
}

.pic-wrap .pic-05 {
	grid-area: img05;
}

.pic-wrap .pic-05.--experience {
	aspect-ratio: 384/392;
}

@media screen and (min-width: 769px) {
	.pic-wrap .pic-05.--experience {
		aspect-ratio: unset;
	}
}

@media screen and (min-width: 769px) {
	.buy-desc {
		padding: 0 64px;
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 0px 128px;
		grid-template-areas: ". . .";
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__list__item {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 4;
	}
}

.buy-desc__list__item:not(:first-child) {
	margin-top: 48px;
}

@media screen and (min-width: 769px) {
	.buy-desc__list__item:not(:first-child) {
		margin-top: 0;
	}
}

.buy-desc__list__item__txt01 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 16px */
	letter-spacing: 2.56px;
}

.buy-desc__list__item__txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.buy-desc__list__item__txt02 {
		margin-top: 24px;
	}
}

.buy-desc__list__item__txt03 {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 21.6px */
	letter-spacing: 0.48px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.buy-desc__list__item__txt03 {
		margin-top: 16px;
	}
}

.buy-desc__list__item__img {
	margin-top: 19px;
}

@media screen and (min-width: 769px) {
	.buy-desc__list__item__img {
		margin-top: 43px;
	}
}

.buy-desc__group01 {
	padding: 56px 24px 32px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

@media screen and (min-width: 769px) {
	.buy-desc__group01 {
		padding: 88px 0;
		max-width: 1312px;
		margin: auto;
	}
}

.buy-desc__group02 {
	padding: 48px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

@media screen and (min-width: 769px) {
	.buy-desc__group02 {
		padding: 48px 0;
		max-width: 1312px;
		margin: auto;
		display: grid;
		grid-template-columns: 544fr 640fr;
		grid-template-rows: auto auto auto;
		gap: 0px 128px;
		grid-template-areas: "text01 img" "text02 img" "text03 img";
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__group02 .buy-desc__group__txt01 {
		grid-area: text01;
		margin-top: 33px;
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__group02 .buy-desc__group__txt02 {
		grid-area: text02;
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__group02 .buy-desc__group__txt03 {
		grid-area: text03;
		margin-top: 48;
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__group02 .buy-desc__group__img {
		grid-area: img;
		margin-top: 0;
	}
}

.buy-desc__group03 {
	padding: 48px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

@media screen and (min-width: 769px) {
	.buy-desc__group03 {
		padding: 48px 0;
		max-width: 1312px;
		margin: auto;
		display: grid;
		grid-template-columns: 544fr 640fr;
		grid-template-rows: 1fr 1fr 1fr;
		gap: 0px 128px;
		grid-template-areas: "text01 img" "text02 img" "text03 img";
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__group03 .buy-desc__group__txt01 {
		grid-area: text01;
		align-self: end;
		margin-bottom: 0;
		margin-top: 20px;
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__group03 .buy-desc__group__txt02 {
		grid-area: text02;
		margin-top: 23px;
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__group03 .buy-desc__group__txt03 {
		grid-area: text03;
		align-self: flex-start;
		margin-top: 0;
	}
}

@media screen and (min-width: 769px) {
	.buy-desc__group03 .buy-desc__group__item05 {
		grid-area: img;
		margin-top: 0;
	}
}

.buy-desc__group__txt01 {
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 22.4px */
	letter-spacing: 3.36px;
	text-transform: lowercase;
}

.buy-desc__group__txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.buy-desc__group__txt02 {
		font-size: 16px;
		letter-spacing: 2.56px;
		margin-top: 0;
	}
}

.buy-desc__group__txt03 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 200%;
	/* 25.6px */
	letter-spacing: 0.512px;
	margin-top: 24px;
}

.buy-desc__group__txt04 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 23.04px */
	letter-spacing: 0.512px;
	margin-top: 24px;
}

.buy-desc__group__txt04.-m01 {
	margin-top: 17px;
}

.buy-desc__group__img {
	margin-top: 32px;
}

.buy-desc__group__list {
	display: flex;
	gap: 16px;
}

@media screen and (min-width: 769px) {
	.buy-desc__group__list {
		gap: 64px;
	}
}

.buy-desc__group__list__wrap {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 20.16px */
	letter-spacing: 0.448px;
	margin-top: 26px;
}

@media screen and (min-width: 769px) {
	.buy-desc__group__list__wrap {
		display: flex;
	}
}

.buy-desc__group__list__item {
	width: calc(50% - 8px);
}

.buy-desc__group__item05 {
	margin-top: 27px;
}

.faq {
	padding: 48px 16px;
}

@media screen and (min-width: 769px) {
	.faq {
		padding: 96px 64px;
	}
}

@media screen and (min-width: 769px) {
	.faq__wrap {
		max-width: 1312px;
		margin: auto;
	}
}

.faq__txt01 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
	text-transform: lowercase;
}

@media screen and (min-width: 769px) {
	.faq__txt01 {
		font-size: 28px;
		letter-spacing: 3.36px;
	}
}

.faq__txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 17px;
}

@media screen and (min-width: 769px) {
	.faq__txt02 {
		font-size: 16px;
		letter-spacing: 2.56px;
		margin-top: 24px;
	}
}

.faq__question {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 17.28px */
	letter-spacing: 2.304px;
	display: flex;
	gap: 32px;
	margin-top: 36px;
}

@media screen and (min-width: 769px) {
	.faq__question {
		margin-top: 52px;
	}
}

.faq__question span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 16px */
	letter-spacing: 2.56px;
	text-transform: uppercase;
}

.faq__answer {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 19.2px */
	letter-spacing: 0.48px;
	display: flex;
	gap: 32px;
	margin-left: 0;
	margin-top: 14px;
}

.faq__answer span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 16px */
	letter-spacing: 2.56px;
	text-transform: uppercase;
}

.slct {
	padding: 32px 16px;
}

@media screen and (min-width: 769px) {
	.slct {
		padding: 32px 64px;
	}
}

@media screen and (min-width: 769px) {
	.slct__wrap {
		max-width: 1312px;
		margin: auto;
	}
}

.slct__txt01 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
}

@media screen and (min-width: 769px) {
	.slct__txt01 {
		font-size: 28px;
		letter-spacing: 3.36px;
	}
}

.slct__list:not(:first-child) {
	margin-top: 32px;
}

@media screen and (min-width: 769px) {
	.slct__list:not(:first-child) {
		margin-top: 42px;
	}
}

.slct__list__list:not(:first-child) {
	margin-top: 32px;
}

.slct__list__item__imgs {
	display: flex;
	gap: 16px;
	margin-top: 32px;
}

@media screen and (min-width: 769px) {
	.slct__list__item__imgs {
		margin-top: 0;
		gap: 32px;
		width: 80.5%;
	}
}

.slct__list__item__imgs figure {
	width: calc(50% - 16px);
}

.slct__list__item__imgs figure img {
	aspect-ratio: 512/256;
	object-fit: cover;
	height: 100%;
}

.slct__list__item__txt01 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 12.8px */
	letter-spacing: 2.56px;
	margin-top: 24px;
}

@media screen and (min-width: 769px) {
	.slct__list__item__txt01 {
		margin-top: 14px;
	}
}

.slct__list__item__txt02 {
	font-size: 13.6px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 16.32px */
	letter-spacing: 0.544px;
	margin-top: 8px;
}

.slct__list__item__txt03 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}

.slct__list__item__txt03 .txt01 {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 15.68px */
	letter-spacing: 0.896px;
}

.slct__list__item__txt03 .txt02 {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
	letter-spacing: 1.6px;
}

.slct__list__item__txt03 img {
	width: 24px;
}

.slct__list__item__txt-box {
	display: flex;
	gap: 4px;
	align-items: center;
}

@media screen and (min-width: 769px) {
	.slct__list__item__wrap {
		width: 109%;
	}
}

@media screen and (min-width: 769px) {
	.slct__list__link {
		display: flex;
		justify-content: center;
		gap: 32px;
	}
}

.slct__list .spec__wrap {
	display: flex;
	justify-content: space-between;
	padding: 5px 12px;
	margin-top: 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.32);
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

@media screen and (min-width: 769px) {
	.slct__list .spec__wrap {
		justify-content: space-around;
	}
}

.slct__list .spec__wrap .txt01 {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 15.68px */
	letter-spacing: 0.448px;
}

.slct__list .spec__wrap .txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 20.16px */
	letter-spacing: 0.576px;
}

.slct__list .spec__wrap .txt03 {
	font-size: 10.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 14.56px */
	letter-spacing: 0.416px;
}

@media screen and (min-width: 769px) {
	.case {
		padding: 0 64px;
	}
}

.case__wrap {
	padding: 32px 16px;
}

@media screen and (min-width: 769px) {
	.case__wrap {
		padding: 64px 0 0;
		max-width: 1312px;
		margin: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.32);
	}
}

.case__list {
	margin-top: 39px;
}

@media screen and (min-width: 769px) {
	.case__list {
		margin-top: 52px;
	}
}

.case__list__spec__txt01 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 12.8px */
	letter-spacing: 2.56px;
	margin-top: 24px;
}

.case__list__spec__txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 17.28px */
	letter-spacing: 0.576px;
	margin-top: 12px;
}

.case__list__spec__price-group {
	border-top: 1px solid rgba(255, 255, 255, 0.32);
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
	display: flex;
	justify-content: space-around;
	margin-top: 12px;
}

.case__list__spec__price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	padding: 6px 0;
}

.case__list__spec__price .txt01 {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 15.68px */
	letter-spacing: 0.896px;
}

.case__list__spec__price .txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 20.16px */
	letter-spacing: 1.728px;
}

.case__list__spec__diff {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
	letter-spacing: 1.6px;
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	align-items: last baseline;
	margin-top: 11px;
}

.case__list__spec__diff span {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 15.68px */
	letter-spacing: 0.896px;
}

.case__txt01 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
}

@media screen and (min-width: 769px) {
	.case__txt01 {
		font-size: 28px;
		letter-spacing: 3.36px;
	}
}

.case__txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.case__txt02 {
		font-size: 16px;
		letter-spacing: 2.56px;
		margin-top: 24px;
	}
}

@media screen and (min-width: 769px) {
	.case__list__item {
		display: flex;
		gap: 32px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.32);
		padding-bottom: 32px;
	}
}

.case__list__item:not(:first-child) {
	margin-top: 45px;
}

@media screen and (min-width: 769px) {
	.case__list__item:not(:first-child) {
		margin-top: 32px;
	}
}

.case__list__img-group {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
	gap: 16px 16px;
	grid-template-areas: "img01 img01 img01" "img02 img03 img04";
}

@media screen and (min-width: 769px) {
	.case__list__img-group {
		gap: 30px 31px;
	}
}

.case__list__img:nth-child(1) {
	grid-area: img01;
}

.case__list__img:nth-child(2) {
	grid-area: img02;
}

.case__list__img:nth-child(3) {
	grid-area: img03;
}

.case__list__img:nth-child(4) {
	grid-area: img04;
}

@media screen and (min-width: 769px) {
	.case__list__spec-group {
		width: 56%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		flex: 1 0 auto;
	}
}

.case__spec-img {
	grid-area: img;
}

.case__spec-img-group {
	display: grid;
	grid-template-columns: 64px 1fr;
	grid-template-rows: auto auto;
	gap: 6px 16px;
	grid-template-areas: "img text01" "img text02";
	margin-top: 23px;
}

@media screen and (min-width: 769px) {
	.case__spec-img-group {
		grid-template-columns: 128px 1fr;
	}
}

.case__spec-img-txt01 {
	grid-area: text01;
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 23.04px */
	letter-spacing: 2.304px;
}

.case__spec-img-txt02 {
	grid-area: text02;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 21.6px */
	letter-spacing: 0.48px;
}

.case__coming-soon {
	padding: 64px 64px 128px;
	text-align: center;
	list-style-type: none;
}

.cartrade-about {
	padding: 40px 16px 42px;
}

@media screen and (min-width: 769px) {
	.cartrade-about {
		padding: 54px 8px 64px;
	}
}

@media screen and (min-width: 769px) {
	.cartrade-about__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 96px 32px;
		grid-template-areas: ". ." ". .";
	}
}

.cartrade-about__list__item:not(:first-child) {
	margin-top: 48px;
}

@media screen and (min-width: 769px) {
	.cartrade-about__list__item:not(:first-child) {
		margin-top: 0;
	}
}

.cartrade-about__list__txt01 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 25.6px */
	letter-spacing: 2.56px;
	text-transform: uppercase;
	margin-top: 32px;
	padding: 0 8px;
}

@media screen and (min-width: 769px) {
	.cartrade-about__list__txt01 {
		margin-top: 57px;
		padding: 0 64px;
	}
}

.cartrade-about__list__txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 17.28px */
	letter-spacing: 2.304px;
	margin-top: 12px;
	padding: 0 8px;
}

@media screen and (min-width: 769px) {
	.cartrade-about__list__txt02 {
		padding: 0 64px;
	}
}

.cartrade-about__list__txt03 {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 19.2px */
	letter-spacing: 0.48px;
	margin-top: 12px;
	padding: 0 8px;
}

@media screen and (min-width: 769px) {
	.cartrade-about__list__txt03 {
		padding: 0 64px;
	}
}

.to-ShiftGateJapan {
	padding: 16px;
}

@media screen and (min-width: 769px) {
	.to-ShiftGateJapan {
		padding: 32px 64px;
	}
}

.to-ShiftGateJapan__link {
	display: flex;
	justify-content: space-between;
	padding: 12px 16px;
	border-radius: 80px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	max-width: 640px;
	margin: auto;
}

.to-ShiftGateJapan__bnr {
	width: 128px;
}

.to-ShiftGateJapan__txt {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 136%;
	/* 16.32px */
	letter-spacing: 0.96px;
	text-align: center;
	margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
	.to-ShiftGateJapan__txt {
		margin-bottom: 0;
	}
}

.to-ShiftGateJapan__group-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 24px;
}

@media screen and (min-width: 769px) {
	.to-ShiftGateJapan__group-wrap {
		flex-direction: row;
		gap: 8px;
		align-items: center;
	}
}

.experience-access {
	padding: 27px 8px;
}

@media screen and (min-width: 769px) {
	.experience-access {
		display: flex;
		justify-content: space-between;
		max-width: 1440px;
		width: 100%;
		margin: auto;
		gap: 32px;
		padding: 58px 64px;
	}
}

.experience-access.--about {
	padding: 74px 8px 30px;
}

@media screen and (min-width: 769px) {
	.experience-access.--about {
		padding: 58px 64px;
	}
}

.experience-access__wrap {
	padding: 0 8px;
}

.experience-access .lv3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
}

@media screen and (min-width: 769px) {
	.experience-access .lv3 {
		font-size: 32px;
		letter-spacing: 3.84px;
	}
}

.experience-access .lv3 span {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 20.48px */
	letter-spacing: 1.024px;
}

.experience-access__address {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 200%;
	/* 24px */
	letter-spacing: 0.48px;
	margin-top: 22px;
}

@media screen and (min-width: 769px) {
	.experience-access__address {
		margin-top: 51px;
	}
}

.experience-access__txt01 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 17.28px */
	letter-spacing: 2.304px;
	margin-top: 30px;
}

.experience-access__txt02 {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 17.92px */
	letter-spacing: 0.448px;
	margin-top: 8px;
}

.experience-access .link-wrap {
	margin-top: 19px;
}

@media screen and (min-width: 769px) {
	.experience-access .link-wrap {
		margin-top: 43px;
	}
}

.experience-access__map {
	margin-top: 32px;
	aspect-ratio: 1/1;
}

@media screen and (min-width: 769px) {
	.experience-access__map {
		width: 640px;
		height: 360px;
		margin-top: 0;
	}
}

.experience-access__map iframe {
	border-radius: 4px;
}

@media screen and (min-width: 769px) {
	.rental-about {
		padding: 0 64px;
	}
}

@media screen and (min-width: 769px) {
	.rental-about__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		gap: 0px 128px;
		grid-template-areas: ". . .";
	}
}

@media screen and (min-width: 769px) {
	.rental-about__list__item {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 4;
	}
}

.rental-about__list__item:not(:first-child) {
	margin-top: 48px;
}

@media screen and (min-width: 769px) {
	.rental-about__list__item:not(:first-child) {
		margin-top: 0;
	}
}

.rental-about__list__item__txt01 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 16px */
	letter-spacing: 2.56px;
}

.rental-about__list__item__txt02 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.rental-about__list__item__txt02 {
		margin-top: 12px;
	}
}

.rental-about__list__item__txt03 {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 21.6px */
	letter-spacing: 0.48px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.rental-about__list__item__txt03 {
		margin-top: 10px;
	}
}

.rental-about__list__item__img {
	margin-top: 19px;
}

@media screen and (min-width: 769px) {
	.rental-about__list__item__img {
		margin-top: 43px;
	}
}

.rental-about__group01 {
	padding: 56px 24px 32px 24px;
}

@media screen and (min-width: 769px) {
	.rental-about__group01 {
		padding: 88px 0;
		max-width: 1312px;
		margin: auto;
	}
}

.rental-event {
	padding: 67px 16px;
	overflow: hidden;
}

@media screen and (min-width: 769px) {
	.rental-event {
		padding: 72px 64px;
		padding-left: max(64px, (100% - 1312px) / 2);
	}
}

.rental-event .lv3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
	text-transform: lowercase;
}

@media screen and (min-width: 769px) {
	.rental-event .lv3 {
		font-size: 28px;
		letter-spacing: 3.36px;
	}
}

.rental-event__txt01 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.rental-event__txt01 {
		margin-top: 21px;
		font-size: 16px;
		letter-spacing: 2.56px;
	}
}

.rental-event__txt02 {
	font-size: 13.6px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 16.32px */
	letter-spacing: 0.544px;
	margin-top: 8px;
}

.rental-event__txt03 {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 17.92px */
	letter-spacing: 0.448px;
	margin-top: 16px;
}

.rental-event__list {
	margin-top: 24px;
}

.rental-event__list__item__box {
	margin-top: 22px;
}

.rental-event__list__item__link {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: auto;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.rental-event__list__item__link {
		margin-top: 6px;
		margin-right: 8px;
	}
}

.rental-event__list__item .cate {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%;
	/* 21.6px */
	letter-spacing: 0.24px;
	display: inline-flex;
	padding: 2px;
	justify-content: center;
	align-items: center;
	border-radius: 1px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.rental-frow {
	padding: 24px 16px 32px 16px;
}

@media screen and (min-width: 769px) {
	.rental-frow {
		padding: 60px 64px 32px 64px;
	}
}

.rental-frow .lv3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
}

@media screen and (min-width: 769px) {
	.rental-frow .lv3 {
		font-size: 28px;
		letter-spacing: 3.36px;
	}
}

.rental-frow__txt01 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 13px;
}

@media screen and (min-width: 769px) {
	.rental-frow__txt01 {
		font-size: 16px;
		letter-spacing: 2.56px;
	}
}

.rental-frow__list {
	counter-reset: number;
	margin-top: 16px;
}

@media screen and (min-width: 769px) {
	.rental-frow__list {
		margin-top: 42px;
	}
}

.rental-frow__list__item {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 20.48px */
	letter-spacing: 1.536px;
	position: relative;
	padding: 21px 0 15px 55px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

@media screen and (min-width: 769px) {
	.rental-frow__list__item {
		padding: 23px 0 25px 55px;
	}
}

.rental-frow__list__item:before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 20px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rental-frow__list__item::after {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	left: 12px;
	font-family: Cinzel;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 12px */
	letter-spacing: 1.92px;
	text-transform: uppercase;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.rental-frow__list__item:last-child {
	border-bottom: unset;
}

@media screen and (min-width: 769px) {
	.rental-frow__wrap {
		max-width: 1312px;
		margin: auto;
	}
}

.rental-regs {
	padding: 38px 16px 50px 16px;
}

@media screen and (min-width: 769px) {
	.rental-regs {
		padding: 64px;
	}
}

@media screen and (min-width: 769px) {
	.rental-regs__wrap {
		max-width: 1312px;
		margin: auto;
	}
}

.rental-regs .lv3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
	text-transform: lowercase;
}

@media screen and (min-width: 769px) {
	.rental-regs .lv3 {
		font-size: 28px;
		letter-spacing: 3.36px;
	}
}

.rental-regs__group {
	padding: 26px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

@media screen and (min-width: 769px) {
	.rental-regs__group {
		display: flex;
		justify-content: flex-start;
		gap: 131px;
		padding: 14px 0;
	}
}

.rental-regs__group:first-of-type {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	margin-top: 23px;
}

@media screen and (min-width: 769px) {
	.rental-regs__group:first-of-type {
		margin-top: 49px;
	}
}

.rental-regs__txt01 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 14px;
}

@media screen and (min-width: 769px) {
	.rental-regs__txt01 {
		font-size: 16px;
		letter-spacing: 2.56px;
		margin-top: 24px;
	}
}

.rental-regs__txt02 {
	font-size: 13.6px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 24.48px */
	letter-spacing: 2.176px;
}

.rental-regs__txt03 .meridiem {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	/* 28.8px */
	letter-spacing: 1.28px;
}

.rental-regs__txt03 .time {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 1.92px;
}

.rental-regs__txt04 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	letter-spacing: 0.512px;
}

.rental-regs__txt04.-m01 {
	margin-top: 17px;
}

.rental-regs__txt05 {
	font-size: 11.2px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	letter-spacing: 0.448px;
	margin-top: 1em;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background: none;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: none;
	/* デフォルトのアイコンを削除 */
}

/* ページネーションのカスタマイズ */
.swiper-pagination {
	position: absolute;
	bottom: 17px !important;
	right: -16px !important;
	width: 100px !important;
	left: unset !important;
}

@media screen and (min-width: 769px) {
	.swiper-pagination {
		right: 31px !important;
	}
}

.swiper-button-prev,
.swiper-button-next {
	position: static;
	/* Swiperのデフォルトのposition: absoluteを解除 */
	width: 64px !important;
	height: 48px !important;
	margin: 0;
	/* デフォルトのマージンをリセット */
	background: #000;
	/* 背景色 */
	color: #fff;
	border-radius: 50%;
	/* 円形のボタン */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.6;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #000;
	opacity: 1;
	margin: 0 8px !important;
	border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-container {
	position: relative;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
	height: 48px;
	width: 64px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 48px;
	margin: auto;
	width: 64px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
	background-image: url(../images/experience/rental/img_page-prev.webp);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
	background-image: url(../images/experience/rental/img_page-next.webp);
}

/* 画像サイズ調整 */
.swiper-slide img {
	height: auto;
	width: 100%;
}

.rental-event__list__item__img img {
	aspect-ratio: 544/272;
	object-fit: cover;
}

.column_main__list__item__img img {
	aspect-ratio: 544/272;
	object-fit: cover;
}

.navigation-buttons {
	display: flex;
	gap: 8px;
	margin-top: 17px;
	margin-left: 8px;
}

@media screen and (min-width: 769px) {
	.navigation-buttons {
		margin-left: 58px;
	}
}

.navigation-buttons.-sw02 {
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.navigation-buttons.-sw02 {
		margin-top: 8px;
		margin-left: 0;
	}
}

.about {
	margin-top: 11px;
	grid-area: text;
}

@media screen and (min-width: 769px) {
	.about {
		grid-area: unset;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 33px 0 0 max(64px, (100vw - 1321px) / 2);
	}
}

.about .lv3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
	text-align: center;
	margin-top: 32px;
}

@media screen and (min-width: 769px) {
	.about .lv3 {
		font-size: 32px;
		letter-spacing: 3.84px;
		text-align: left;
	}
}

.about__txt01 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 200%;
	/* 25.6px */
	letter-spacing: 0.512px;
	text-align: center;
	margin-top: 24px;
}

@media screen and (min-width: 769px) {
	.about__txt01 {
		margin-top: 32px;
		margin-bottom: 128px;
		text-align: left;
	}
}

.showroom {
	margin-top: 43px;
	padding: 0 8px;
}

@media screen and (min-width: 769px) {
	.showroom {
		display: flex;
		justify-content: flex-end;
		margin-top: 64px;
		padding: 0 64px;
	}
}

@media screen and (min-width: 769px) {
	.showroom__wrap {
		display: inline-block;
		margin-right: max(81px, (100vw - 1321px) / 2);
	}
}

.showroom .lv3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
}

@media screen and (min-width: 769px) {
	.showroom .lv3 {
		font-size: 32px;
		letter-spacing: 3.84px;
	}
}

.showroom__txt01 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 200%;
	/* 25.6px */
	letter-spacing: 0.512px;
	margin-top: 24px;
}

@media screen and (min-width: 769px) {
	.showroom__txt01 {
		margin-top: 41px;
	}
}

.company {
	padding: 5px 16px;
}

@media screen and (min-width: 769px) {
	.company {
		padding: 38px 64px 64px;
	}
}

@media screen and (min-width: 769px) {
	.company__wrap {
		max-width: 1312px;
		margin: auto;
	}
}

.company .lv3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
}

@media screen and (min-width: 769px) {
	.company .lv3 {
		font-size: 32px;
		letter-spacing: 3.84px;
	}
}

.company__txt01 {
	font-size: 13.6px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 24.48px */
	letter-spacing: 2.176px;
}

@media screen and (min-width: 769px) {
	.company__txt01 {
		width: 16%;
		flex: 0 0 auto;
	}
}

.company__txt02 {
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 23.04px */
	letter-spacing: 0.512px;
	margin-top: 8px;
}

@media screen and (min-width: 769px) {
	.company__txt02 {
		margin-top: 0;
	}
}

.company__group {
	margin-top: 27px;
}

@media screen and (min-width: 769px) {
	.company__group {
		margin-top: 41px;
	}
}

.company__box {
	padding: 14px 0;
	border-top: 1px solid rgba(8, 8, 8, 0.16);
}

@media screen and (min-width: 769px) {
	.company__box {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 78px;
		padding: 14px 0 19px;
	}
}

.company__box:last-of-type {
	border-bottom: 1px solid rgba(8, 8, 8, 0.16);
}

.benefits {
	padding: 32px 16px;
}

.benefits_lv3 {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 80%;
	/* 19.2px */
	letter-spacing: 2.88px;
}

@media screen and (min-width: 769px) {
	.benefits {
		padding: 0 64px 64px;
	}

	.benefits__wrap {
		max-width: 1312px;
		margin: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.32);
	}

	.benefits_lv3 {
		font-size: 28px;
		letter-spacing: 3.36px;
		padding: 48px 0 0;
	}
}

.benefits_txt01 {
	color: #fff;
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 2.304px;
	margin-top: 12px;
}

@media screen and (min-width: 769px) {
	.benefits_txt01 {
		font-size: 16px;
		letter-spacing: 2.56px;
		margin-top: 21px;
	}
}

.benefits_txt02 {
	color: #fff;
	font-size: 12.8px;
	font-style: normal;
	font-weight: 300;
	line-height: 200%;
	letter-spacing: 0.384px;
	margin-top: 32px;
}

@media screen and (min-width: 769px) {
	.benefits_txt02 {
		font-size: 12.8px;
		letter-spacing: 0.512px;
		width: 448px;
		margin-top: 0;
	}

	.benefits__txt-wrap {
		display: flex;
		justify-content: flex-end;
	}
}

.benefits__img-group {
	margin-top: 24px;
}

@media screen and (min-width: 769px) {
	.benefits__img-group {
		margin-top: 41px;
	}
}

.streetview {
	padding: 24px 8px 48px;
}

.streetview-wrap.scrolling {
	pointer-events: none;
}

@media screen and (min-width: 769px) {
	.streetview {
		padding: 0 64px 96px;
	}

	.streetview-wrap {
		max-width: 1312px;
		margin: auto;
	}
}

.notice {
	padding: 40px 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.32);
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

@media screen and (min-width: 769px) {
	.notice {
		padding: 0 64px;
		border-top: unset;
		border-bottom: unset;
	}
}

@media screen and (min-width: 769px) {
	.notice__wrap {
		max-width: 1312px;
		margin: auto;
		padding: 58px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.32);
		border-bottom: 1px solid rgba(255, 255, 255, 0.32);
		margin-bottom: 64px;

	}
}

.notice__txt01 {
	font-size: 14.4px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 25.92px */
	letter-spacing: 3.456px;
}

@media screen and (min-width: 769px) {
	.notice__txt01 {
		font-size: 16px;
		letter-spacing: 3.84px;
	}
}

.notice__txt02 {
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 180%;
	/* 21.6px */
	letter-spacing: 0.48px;
	margin-top: 12px;
}

.company__txt02.-logo {
	display: grid;
	flex-wrap: wrap;
	gap: 32px 16px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 18px;
}

@media screen and (min-width: 400px) {
	.company__txt02.-logo {
		grid-template-columns: repeat(auto-fill, 112px);
	}

}

@media screen and (min-width: 769px) {
	.company__txt02.-logo {
		display: grid;
		grid-template-columns: repeat(8, auto);
		width: 100%;
	}

}

@media (770px <=width < 930px) {
	.company__txt02.-logo {
		grid-template-columns: repeat(6, auto);

	}

}

.company .company__logo {
	max-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.company .company__logo img {
	height: 100%;
	width: auto;
}

.company .company__logo.-w100 img {
	height: auto;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.company .company__logo {
		width: min-content;
	}

	.company .company__logo.-w100 img {
		max-width: 80px;
		height: auto;
	}

	.company .company__logo.-w100 {
		width: unset;
	}
}

@media screen and (min-width: 769px) {

	.header__wrap {
		transition: all 0.3s ease;
		display: grid !important;
		grid-template-columns: 1fr auto 1fr !important;
		grid-template-rows: auto auto !important;
		gap: 33px 0px !important;
		grid-template-areas:
			"nav nav nav"
			"logo01 logo02 contact" !important;
		margin-top: 0 !important;
		transition: all 0.3s ease;
	}

	.nav {
		grid-area: nav;
	}

	.header__logo {
		grid-area: logo01;
	}

	.header .lv1 {
		grid-area: logo02;
		margin-left: 0 !important;
		transition: all 0.3s ease;
	}

	.contact__link {
		grid-area: contact;
		justify-content: flex-end !important;
	}

	.header.header--scrolling .header__wrap {
		grid-template-columns: 1fr auto 1fr !important;
		grid-template-rows: 1fr !important;
		gap: 0px 0px !important;
		grid-template-areas:
			"logo01 nav contact" !important;
	}

	.header--scrolling .lv1 {
		transform: translateY(-10px);
		display: none;

	}

	.header--scrolling .nav {
		grid-area: nav;
	}

	.header--scrolling .header__logo {
		grid-area: logo01;
	}

	.header--scrolling .contact__link {
		grid-area: contact;
	}
}

.--rental .swiper-pagination {
	width: max-content !important;
	right: -6px !important;
}

body {
	position: relative;
	overflow-x: hidden;
}

.grecaptcha-badge {
	bottom: 60px !important;
	/* フッターからの距離 */
	position: absolute !important;
	z-index: 100;
}

html {
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
}

.loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: all 0.5s ease;
	opacity: 0;
	/* 初期状態は透明 */
	visibility: hidden;
	/* 初期状態は非表示 */
	transition: opacity 0.3s ease, visibility 0.3s ease;
	/* トランジションを追加 */
}

.loader-container.show {
	opacity: 1;
	visibility: visible;
}

.loader {
	display: inline-block;
	box-sizing: border-box;
	line-height: 2;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.loader {
	display: inline-block;
	box-sizing: border-box;
	line-height: 2;
	text-align: center;
	background: linear-gradient(to right,
			#000000 20%,
			#666666 40%,
			#000000 60%);
	background-size: 200% auto;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	animation: shine 2s linear infinite;
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}