@font-face {
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP";
	src: url("../font/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 500;
	font-style: normal;
	font-family: "Noto Sans JP";
	src: url("../font/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 700;
	font-style: normal;
	font-family: "Noto Sans JP";
	src: url("../font/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	font-family: "Zen Kaku Gothic New";
	src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 500;
	font-style: normal;
	font-family: "Zen Kaku Gothic New";
	src: url("../font/ZenKakuGothicNew-Medium.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 700;
	font-style: normal;
	font-family: "Zen Kaku Gothic New";
	src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	font-family: "Homemade Apple";
	src: url("../font/HomemadeApple-Regular.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	font-family: "Roboto";
	src: url("../font/Roboto-VariableFont_wdth_wght.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 500;
	font-style: normal;
	font-family: "Roboto";
	src: url("../font/Roboto-VariableFont_wdth_wght.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 600;
	font-style: normal;
	font-family: "Roboto";
	src: url("../font/Roboto-VariableFont_wdth_wght.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-weight: 700;
	font-style: normal;
	font-family: "Roboto";
	src: url("../font/Roboto-VariableFont_wdth_wght.woff") format("woff");
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/

/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

html {
	font-size: 16px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #231815;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s;
}

/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/

/* Box sizing rules */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* remove all animations and transitions for people that prefer not to see them */

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.inner {
	width: 100%;
	max-width: 600px;
	margin-inline: auto;
	padding-inline: 20px;
}

.layout-mv {
	overflow-x: clip;
	position: relative;
}

.layout-section {
	padding-top: 5rem;
	overflow-x: clip;
}

.layout-top-lead {
	overflow: hidden;
}

.page-title {
	font-size: 1.5rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.section-title {
	font-size: max(1.875rem, 7.2vw);
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.1em;
	line-height: 1.3888888889;
	text-align: center;
}

.section-title--en {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0em;
}

.about-mv {
	padding-top: 2.5rem;
}

.about-mv__inner {
	position: relative;
}

.about-hero {
	margin-top: 2.5rem;
}

.about-hero__image {
	margin-top: 1.5rem;
	width: 100%;
	overflow: hidden;
}

.about-hero__image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1300/600;
	object-fit: cover;
}

.about-company {
	padding-top: 3.125rem;
}

.about-company__heading {
	font-size: 1.5rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: center;
}

.about-company__list {
	margin-top: 1.875rem;
	display: flex;
	flex-direction: column;
}

.about-company__row {
	display: flex;
	flex-direction: column;
	padding: 1rem 0;
	border-bottom: 1px solid #d8d4d1;
}

.about-company__row:first-child {
	border-top: 1px solid #d8d4d1;
}

.about-company__term,
.about-company__desc {
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.025em;
	line-height: 1.8;
}

.about-company__term {
	font-weight: 500;
}

.about-company__desc {
	margin-top: 0.25rem;
}

.about-access {
	margin-top: 3.125rem;
}

.about-access__heading {
	font-size: 1.5rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: center;
}

.about-access__address {
	margin-top: 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.03em;
	line-height: 1.8;
	text-align: center;
}

.about-access__map {
	margin-top: 1.5rem;
	width: 100%;
}

.about-access__map iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 555/405;
	object-fit: cover;
}

.about-photos {
	margin-top: 3.125rem;
}

.about-photos__grid {
	display: grid;
	grid-template-columns: 1fr;
}

.about-photos__item img {
	width: 100%;
	height: 100%;
	aspect-ratio: 430/270;
	object-fit: cover;
}

.breadcrumb {
	padding-inline: 1.25rem;
	margin-top: 0.75rem;
}

.breadcrumb__inner {
	display: flex;
	align-items: center;
	width: 100%;
	margin-inline: auto;
}

.breadcrumb__item {
	font-size: 0.75rem;
	font-weight: 400;
	color: #4a5565;
	letter-spacing: -0.011em;
	line-height: 1.4285714286;
	font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb__link {
	color: #4a5565;
}

.breadcrumb__separator {
	display: flex;
	align-items: center;
	margin-left: 0.375rem;
}

.breadcrumb__separator svg {
	width: 0.875rem;
	height: 0.875rem;
}

.breadcrumb__item--current {
	margin-left: 0.375rem;
}

.concept-mv {
	padding-top: 2.5rem;
	background: url(../../assets/images/concept-mv-illust.png) no-repeat calc(0% - 5px) bottom/118.9048239896vw auto;
	padding-bottom: 49.5436766623vw;
	overflow-x: clip;
}

.concept-mv__inner.inner {
	position: relative;
	max-width: 100%;
}

.concept-mv__head {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.concept-mv__title {
	width: 6.25rem;
}

.concept-mv__title img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 162/166;
}

.concept-mv__icon {
	margin-top: 1rem;
	width: 5rem;
}

.concept-mv__icon img {
	width: 100%;
	height: auto;
	display: block;
}

.concept-mv__desc {
	margin-top: 2rem;
	max-width: 25rem;
	width: 100%;
	margin-inline: auto;
}

.concept-mv__text {
	font-size: 1rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 2;
	letter-spacing: 0.05em;
}

.concept-about {
	padding-top: 2.5rem;
}

.concept-about__heading {
	font-size: 1.375rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.concept-about__text {
	margin-top: 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.concept-about__grid {
	margin-top: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}

.concept-about__card {
	display: flex;
	flex-direction: column;
}

.concept-about__card-image {
	position: relative;
	width: 100%;
}

.concept-about__card-image::before {
	content: "";
	position: absolute;
	top: -0.5rem;
	left: -0.5rem;
	width: 1.5rem;
	height: 2rem;
	background: url(../../assets/images/concept-card-icon.png) no-repeat center/contain;
	z-index: 1;
}

.concept-about__card-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 310/230;
	object-fit: cover;
}

.concept-about__card-name {
	margin-top: 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #ff5611;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.concept-about__card-desc {
	margin-top: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.9;
	letter-spacing: 0em;
}

.concept-about__card-season {
	margin-top: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.5;
	letter-spacing: 0em;
}

.concept-features {
	padding-top: 2.5rem;
}

.concept-features__heading {
	font-size: 1.375rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.concept-features__items {
	margin-top: 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.concept-features__item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

.concept-features__image {
	width: 100%;
	border-radius: 1.25rem;
	overflow: hidden;
}

.concept-features__image.concept-features__image--wide {
	border-radius: 0;
}

.concept-features__image picture,
.concept-features__image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 340/240;
	object-fit: cover;
}

.concept-features__image.concept-features__image--wide img {
	aspect-ratio: 500/172;
}

.concept-features__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	max-width: 20.625rem;
	width: 100%;
	aspect-ratio: 430/100;
	background: url(../../assets/images/title-bg.png) no-repeat center/100% 100%;
}

.concept-features__label-text {
	font-size: 1.25rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: -1rem;
}

.concept-features__text {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.75;
	letter-spacing: 0em;
}

.contact {
	max-width: 75rem;
	margin-inline: auto;
	padding-inline: 1.25rem;
}

.contact-mv {
	padding-top: 2.5rem;
}

.contact-mv__inner {
	position: relative;
}

.contact {
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

.contact__lead {
	margin-top: 2.5rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 2;
	letter-spacing: 0em;
}

.contact__required-note {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #da0000;
	text-align: right;
}

.contact__required {
	color: #da0000;
}

.contact__form {
	margin-top: 1.5rem;
}

.contact-form__item {
	padding-block: 1.25rem;
	border-top: 2px solid #fff;
}

.contact-form__item:last-child {
	border-bottom: 2px solid #fff;
}

.contact-form__label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	white-space: nowrap;
}

.contact-form__required {
	color: #ff5611;
	margin-left: 0.25rem;
}

.contact-form__field {
	margin-top: 0.25rem;
}

.contact-form__note {
	margin-top: 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.03em;
}

.contact-form__note-mark {
	color: #ff5611;
}

.contact-form__submit {
	margin-top: 2.5rem;
	text-align: center;
}

.contact-form__button {
	display: inline-block;
	min-width: 15rem;
	padding: 1rem 2.5rem;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	background-color: #ff5611;
	border: none;
	border-radius: 0.625rem;
	cursor: pointer;
	transition: opacity 0.3s;
	letter-spacing: 0.08em;
}

.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form textarea {
	width: 100%;
	padding: 0.875rem 1rem;
	font-size: 0.875rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	border: 1px solid #d8d4d1;
	border-radius: 0.625rem;
	background-color: #fff;
	outline: none;
	transition: border-color 0.3s;
}

.contact__form input[type=text]:focus,
.contact__form input[type=email]:focus,
.contact__form input[type=tel]:focus,
.contact__form textarea:focus {
	border-color: #ff5611;
}

.contact__form textarea {
	resize: vertical;
	min-height: 10rem;
}

.contact__form input[type=submit],
.contact__form .wpcf7-submit {
	display: inline-block;
	min-width: 15rem;
	padding: 1.125rem 2.5rem;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	background-color: #ff5611;
	border: none;
	border-radius: 0.625rem;
	cursor: pointer;
	transition: opacity 0.3s;
	letter-spacing: 0.08em;
}

.contact__form .wpcf7-form-control-wrap {
	display: block;
}

.contact__form .wpcf7-not-valid-tip {
	font-size: 0.75rem;
	color: #e74c3c;
	margin-top: 0.25rem;
}

.contact__form .wpcf7-response-output {
	display: none;
}

.contact-form--confirm,
.contact-form--thanks {
	display: none;
}

.contact-form__confirm-title,
.contact-form__thanks-title {
	font-size: 1.375rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: center;
}

.contact-form__confirm-text,
.contact-form__thanks-text {
	margin-top: 1rem;
	font-size: 0.9375rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.75;
	letter-spacing: 0em;
	text-align: center;
}

.contact-form__confirm-text {
	margin-bottom: 1.5rem;
}

.contact-form__confirm-value {
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.8;
}

.contact-form__submit.contact-form__submit--confirm {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	padding-top: 1.5rem;
	border-top: 2px solid #fff;
	margin-top: 0;
}

.contact-form__button.contact-form__button--back {
	background-color: #888;
	text-align: center;
}

.contact-form__button--confirm:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.contact-form__thanks-link {
	margin-top: 2.5rem;
	text-align: center;
}

.wpcf7-spinner {
	display: none;
}

.footer {
	background-color: #fff;
	padding-top: 2.5rem;
}

.footer__inner {
	width: 100%;
	margin-inline: auto;
}

.footer__logo {
	display: flex;
	justify-content: center;
}

.footer__logo img {
	width: 5rem;
	height: auto;
}

.footer__bottom {
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.5rem;
}

.footer__bottom-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.footer__bottom-right {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.footer__link {
	font-size: 0.75rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	transition: text-decoration-color 0.3s;
}

.footer__sns {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer__sns-text {
	font-size: 0.75rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	letter-spacing: 0em;
	text-transform: capitalize;
}

.footer__sns-icon {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../../assets/images/instagram-arrow.png) no-repeat center/contain;
}

.footer__copyright {
	margin-top: 0.75rem;
	font-size: 0.6875rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #363636;
	letter-spacing: 0.02em;
}

.header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
}

.header__inner {
	height: 4.375rem;
	display: flex;
	align-items: center;
	padding-inline: 1.25rem;
}

.header__logo {
	flex-shrink: 0;
	z-index: 999;
	max-width: 11.25rem;
	width: 100%;
}

.header__logo a {
	display: flex;
	align-items: center;
}

.header__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 240/80;
}

.header__nav {
	display: none;
}

.header__nav-list {
	display: flex;
	align-items: center;
	gap: clamp(1.25rem, 2vw, 1.75rem);
}

.header__nav-item a {
	font-size: clamp(0.875rem, 1.2vw, 1rem);
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	width: 100%;
}

.header__nav-item a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.25rem;
	width: 100%;
	height: 0.0625rem;
	background-color: #000000;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

/* Hamburger (SP) */

.header__hamburger {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	margin-left: auto;
	background: none;
	border: none;
	cursor: pointer;
}

.header__hamburger-line {
	width: 1.5rem;
	height: 0.125rem;
	background-color: #000000;
	display: block;
	transition: transform 0.3s, opacity 0.3s;
}

/* Overlay */

.header__overlay {
	position: fixed;
	inset: 0;
	z-index: 850;
	opacity: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 0.2s linear;
}

/* SP Nav */

.header__sp-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	max-width: 25rem;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
	transform: translateX(100%);
	transition: transform 0.2s linear;
	padding: 6.25rem 1.875rem 2.5rem;
	overflow-y: auto;
}

.header__sp-nav-list {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.header__sp-nav-item a {
	display: block;
	padding: 0.875rem 0;
	font-size: 0.9375rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	letter-spacing: 0.05em;
	border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

/* Close button */

.header__sp-nav-close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 2.5rem;
	height: 2.5rem;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__sp-nav-close span {
	position: absolute;
	width: 1.5rem;
	height: 0.125rem;
	background-color: #000000;
	display: block;
}

.header__sp-nav-close span:first-child {
	transform: rotate(45deg);
}

.header__sp-nav-close span:last-child {
	transform: rotate(-45deg);
}

/* is-open states */

.header__sp-nav.is-open {
	transform: translateX(0);
}

.header__overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.header__hamburger.is-open .header__hamburger-line:nth-child(1) {
	transform: translateY(0.5rem) rotate(45deg);
}

.header__hamburger.is-open .header__hamburger-line:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-open .header__hamburger-line:nth-child(3) {
	transform: translateY(-0.5rem) rotate(-45deg);
}

.mv {
	width: 100%;
}

.mv__inner {
	width: 100%;
}

.mv__grid {
	display: flex;
	flex-direction: column;
}

.mv__aside {
	display: flex;
	flex-direction: column;
}

.mv__aside-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.mv__panel {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
}

.mv__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(35, 24, 21, 0.25);
	z-index: 1;
}

.mv__panel-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	transition: transform 0.6s ease;
	transform: scale(1);
}

.mv__panel:hover .mv__panel-bg {
	transform: scale(1.08);
}

.mv__panel:focus-visible .mv__panel-bg {
	transform: scale(1.08);
}

.mv__panel--tesla .mv__panel-bg {
	background-image: url(../../assets/images/mv1.jpg);
}

.mv__panel--tesla {
	aspect-ratio: 750/943;
}

.mv__panel--paint {
	aspect-ratio: 964/388;
}

.mv__panel--paint .mv__panel-bg {
	background-image: url(../../assets/images/mv2.jpg);
}

.mv__panel--maintenance,
.mv__panel--insurance {
	aspect-ratio: 480/552;
}

.mv__panel--maintenance .mv__panel-bg {
	background-image: url(../../assets/images/mv3.jpg);
}

.mv__panel--insurance .mv__panel-bg {
	background-image: url(../../assets/images/mv4.jpg);
}

.mv__panel-caption {
	position: absolute;
	left: 0;
	z-index: 2;
}

.mv__panel-caption--tesla {
	bottom: 4.375rem;
	padding-left: 2rem;
}

.mv__panel-caption--bar {
	bottom: 0;
	width: 100%;
	background-color: rgba(35, 24, 21, 0.6);
	padding: 0.75rem 1rem;
}

.mv__panel-title {
	display: block;
}

.mv__panel-title--tesla {
	font-size: max(7.7333333333vw, 40px);
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	letter-spacing: 0em;
	line-height: 1;
}

.mv__panel-title--jp {
	margin-top: 0.5rem;
	font-size: max(7.7333333333vw, 32px);
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	letter-spacing: 0em;
	line-height: 1;
}

.mv__panel-title--bar-jp {
	font-size: 2rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.875;
}

.mv__panel-title--bar-en {
	margin-top: 0.25rem;
	font-size: 0.772625rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	letter-spacing: 0em;
	line-height: 1.2667853098;
}

.mv__panel--paint .mv__panel-title--bar-jp {
	font-size: max(4.2666666667vw, 16px);
	line-height: 1;
}

.mv__panel--paint .mv__panel-title--bar-en {
	font-size: max(1.6vw, 10px);
	line-height: 1.5833333333;
}

.mv__panel--maintenance .mv__panel-title--bar-jp,
.mv__panel--insurance .mv__panel-title--bar-jp {
	font-size: max(4.2666666667vw, 16px);
	line-height: 1;
}

.mv__panel--maintenance .mv__panel-title--bar-en,
.mv__panel--insurance .mv__panel-title--bar-en {
	font-size: max(1.6vw, 10px);
	line-height: 1.25;
}

.mv__panel--tesla::before {
	background: linear-gradient(90deg, rgba(35, 24, 21, 0.25) 0%, rgba(35, 24, 21, 0.15) 60%, rgba(35, 24, 21, 0.05) 100%);
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.pagination__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding-inline: 0.75rem;
	border: 0.0625rem solid #d1d5dc;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	font-weight: 400;
	color: #0a0a0a;
	letter-spacing: -0.02em;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	margin-left: 0.375rem;
	transition: background-color 0.3s, color 0.3s;
}

.pagination__btn:first-child {
	margin-left: 0;
}

.pagination__btn--current {
	background-color: #00bc7d;
	border-color: #00bc7d;
	color: #fff;
}

.pagination__btn--disabled {
	opacity: 0.5;
	pointer-events: none;
}

.pagination__btn--prev,
.pagination__btn--next {
	min-width: 3.25rem;
}

.privacy-mv {
	padding-top: 2.5rem;
}

.privacy-mv__inner {
	position: relative;
}

.privacy-policy {
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

.privacy-policy__content {
	margin-top: 2.5rem;
}

.privacy-policy__section {
	margin-top: 1.875rem;
}

.privacy-policy__section:first-child {
	margin-top: 0;
}

.privacy-policy__heading {
	font-size: 1rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #231815;
}

.privacy-policy__text {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.75;
	letter-spacing: 0em;
}

.privacy-policy__list {
	margin-top: 0.5rem;
	padding-left: 1.25rem;
}

.privacy-policy__list li {
	font-size: 0.8125rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 2;
	letter-spacing: 0.03em;
	list-style: disc;
}

.privacy-policy__info {
	margin-top: 3.125rem;
}

.privacy-policy__info-text {
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 2;
	letter-spacing: 0em;
}

.products-mv {
	padding-top: 2.5rem;
}

.products-mv__inner {
	position: relative;
}

.products-mv__title.page-title {
	font-size: 1.375rem;
}

.products-items {
	margin-top: 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.products-item {
	padding: 2.5rem 0;
	background-color: #f5f3f0;
}

.products-item__label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	max-width: 25rem;
	width: 100%;
	background: url(../../assets/images/title-bg-orange.png) no-repeat left center/100% 100%;
	aspect-ratio: 632/139;
}

.products-item__label-text {
	font-size: 1.125rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding-left: 2.5rem;
}

.products-item__content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.products-item__content,
.products-item__row {
	margin-top: 1.25rem;
}

.products-item__sub {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.products-item__sub-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 320/213;
	object-fit: cover;
}

.products-item__image-main {
	width: 100%;
}

.products-item__image-main img {
	width: 100%;
	height: 100%;
	aspect-ratio: 650/416;
	object-fit: cover;
}

.products-item__row {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.products-item__row--vertical {
	flex-direction: column;
	width: 100%;
	margin-inline: auto;
}

.products-item__row .products-item__text {
	margin-top: 0;
}

.products-item__text {
	margin-top: 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.75;
}

.sub-mv {
	padding-top: 3.75rem;
}

.sub-mv__inner {
	position: relative;
}

.tanemomi-mv {
	padding-top: 2.5rem;
}

.tanemomi-mv__inner {
	position: relative;
}

.tanemomi-hero__image {
	margin-top: 2.5rem;
	width: 100%;
	overflow: hidden;
	border-radius: 1.5rem;
}

.tanemomi-hero__image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1300/700;
	object-fit: cover;
}

.tanemomi-content {
	padding-top: 3.125rem;
}

.tanemomi-content__section {
	margin-top: 2.5rem;
}

.tanemomi-content__section:first-child {
	margin-top: 0;
}

.tanemomi-content__heading {
	font-size: 1.25rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.tanemomi-content__text {
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 2;
}

.tanemomi-spec {
	padding-top: 3.125rem;
	padding-bottom: 5rem;
}

.tanemomi-spec__wrap {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.tanemomi-spec__image {
	width: 100%;
}

.tanemomi-spec__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 400/300;
}

.tanemomi-spec__table-wrap {
	flex: 1;
}

.tanemomi-spec__table {
	width: 100%;
	border-collapse: collapse;
}

.tanemomi-spec__table th,
.tanemomi-spec__table td {
	padding: 0.875rem 1rem;
	font-size: 0.8125rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
	line-height: 1.8;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #d8d4d1;
	text-align: left;
	vertical-align: top;
}

.tanemomi-spec__table th {
	font-weight: 700;
	width: 5rem;
	white-space: nowrap;
}

.tanemomi-spec__table tr:first-child th,
.tanemomi-spec__table tr:first-child td {
	border-top: 1px solid #d8d4d1;
}

.top-lead {
	padding-top: 2.5rem;
}

.top-lead__body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 37.5rem;
	margin-inline: auto;
}

.top-lead__text {
	font-size: 1rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	line-height: 2;
	letter-spacing: 0.05em;
}

.top-mv {
	position: relative;
}

.top-mv__inner {
	position: relative;
	z-index: 1;
}

.top-mv__content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 17.5rem;
	max-width: 25rem;
	width: 100%;
	margin-inline: auto;
}

.top-mv__logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7.5rem;
}

.top-mv__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 300/225;
}

.top-mv__catch {
	position: relative;
	z-index: 1;
	margin-left: auto;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.top-mv__catch-line {
	display: block;
	font-size: clamp(1.25rem, 3.8vw, 1.5rem);
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	text-orientation: upright;
}

.top-mv__illust {
	width: 100%;
	margin-top: -1.25rem;
}

.top-mv__illust img,
.top-mv__illust picture {
	width: 100%;
	height: auto;
	display: block;
}

.top-photo {
	width: 100%;
	margin-top: 2.5rem;
}

.top-photo__image {
	width: 100%;
}

.top-photo__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1300/538;
}

.u-flex {
	display: flex;
	gap: 2px;
}

.u-font14 {
	font-size: prem(14);
}

.u-font16 {
	font-size: prem(16);
}

.u-font18 {
	font-size: prem(18);
}

.u-font20 {
	font-size: prem(20);
}

.u-font22 {
	font-size: prem(22);
}

.u-font24 {
	font-size: prem(24);
}

.u-font28 {
	font-size: prem(28);
}

.u-font32 {
	font-size: prem(32);
}

.u-font40 {
	font-size: prem(40);
}

.u-hover {
	transition: opacity 0.5s;
}

.u-hover:hover {
	opacity: 0.6;
	transition: opacity 0.5s;
}

.u-lh10 {
	line-height: 1;
}

.u-lh13 {
	line-height: 1.3;
}

.u-lh15 {
	line-height: 1.5;
}

.u-lh16 {
	line-height: 1.6;
}

.u-lh20 {
	line-height: 2;
}

.u-ls05 {
	letter-spacing: 0.05em;
}

.u-ls10 {
	letter-spacing: 0.1em;
}

.u-ls15 {
	letter-spacing: 0.15em;
}

.u-ls20 {
	letter-spacing: 0.2em;
}

.u-mt10 {
	margin-top: 10px !important;
	margin-top: prem(10) !important;
}

.u-mt20 {
	margin-top: 20px !important;
	margin-top: prem(20) !important;
}

.u-mt30 {
	margin-top: 30px !important;
	margin-top: prem(30) !important;
}

.u-mt40 {
	margin-top: 40px !important;
	margin-top: prem(40) !important;
}

.u-mt50 {
	margin-top: 50px !important;
	margin-top: prem(50) !important;
}

.u-mt60 {
	margin-top: 60px !important;
	margin-top: prem(60) !important;
}

.u-mt70 {
	margin-top: 70px !important;
	margin-top: prem(70) !important;
}

.u-mt80 {
	margin-top: 80px !important;
	margin-top: prem(80) !important;
}

.u-mt90 {
	margin-top: 90px !important;
	margin-top: prem(90) !important;
}

.u-mt100 {
	margin-top: 100px !important;
	margin-top: prem(100) !important;
}

.u-mt110 {
	margin-top: 110px !important;
	margin-top: prem(110) !important;
}

.u-mt120 {
	margin-top: 120px !important;
	margin-top: prem(120) !important;
}

.u-mt130 {
	margin-top: 130px !important;
	margin-top: prem(130) !important;
}

.u-mt140 {
	margin-top: 140px !important;
	margin-top: prem(140) !important;
}

.u-mt150 {
	margin-top: 150px !important;
	margin-top: prem(150) !important;
}

.u-mt160 {
	margin-top: 160px !important;
	margin-top: prem(160) !important;
}

.u-mt170 {
	margin-top: 170px !important;
	margin-top: prem(170) !important;
}

.u-mt180 {
	margin-top: 180px !important;
	margin-top: prem(180) !important;
}

.u-mt190 {
	margin-top: 190px !important;
	margin-top: prem(190) !important;
}

.u-mt200 {
	margin-top: 200px !important;
	margin-top: prem(200) !important;
}

.u-shadow {
	box-shadow: 0 0 13px rgba(255, 0, 0, 0.5);
}

.u-sp {
	display: none;
}

.u-sp400 {
	display: none;
}

.u-sp450 {
	display: none;
}

.u-sp500 {
	display: none;
}

.u-sp550 {
	display: none;
}

.u-sp600 {
	display: none;
}

.u-sp650 {
	display: none;
}

.u-sp700 {
	display: none;
}

.u-textLeft {
	text-align: Left !important;
}

.u-textCenter {
	text-align: Center !important;
}

.u-textRight {
	text-align: Right !important;
}

.u-textJustify {
	text-align: Justify !important;
}

.u-w300 {
	font-weight: 300;
}

.u-w400 {
	font-weight: 400;
}

.u-w500 {
	font-weight: 500;
}

.u-w600 {
	font-weight: 600;
}

.u-w700 {
	font-weight: 700;
}

.u-w900 {
	font-weight: 900;
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	transition-duration: 0.01ms !important;
	scroll-behavior: auto !important;
}

}

@media (any-hover: hover) {

.footer__link:hover {
	text-decoration-color: transparent;
	opacity: 1;
}

.header__nav-item a:hover::after {
	transform: scaleX(1);
}

.header__nav-item a:hover {
	opacity: 1;
}

}

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

.products-mv__title.page-title {
	font-size: 1.5rem;
}

}

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

html {
	font-size: 1.5238095238vw;
}

html {
	scroll-padding-top: 4.375rem;
}

a:hover {
	opacity: 0.7;
}

.inner {
	max-width: 1100px;
	padding-inline: 25px;
}

.layout-section {
	padding-top: 7.5rem;
}

.page-title {
	font-size: 2rem;
}

.section-title {
	font-size: 3.375rem;
	text-align: left;
}

.about-mv {
	padding-top: 5rem;
}

.about-hero {
	margin-top: 3.75rem;
}

.about-hero__image {
	margin-top: 3.75rem;
}

.about-company {
	padding-top: 5rem;
}

.about-company__inner.inner {
	max-width: 51.25rem;
}

.about-company__heading {
	font-size: 1.75rem;
}

.about-company__list {
	margin-top: 2.5rem;
}

.about-company__row {
	flex-direction: row;
	padding: 1rem 0;
	gap: 4rem;
}

.about-company__term,
.about-company__desc {
	font-size: 1.0625rem;
}

.about-company__term {
	text-align: center;
	width: 8.75rem;
	flex-shrink: 0;
}

.about-company__desc {
	margin-top: 0;
	flex: 1;
}

.about-access {
	margin-top: 10rem;
}

.about-access__heading {
	font-size: 1.75rem;
}

.about-access__address {
	margin-top: 1.875rem;
	font-size: 1.0625rem;
}

.about-access__map {
	margin-top: 3.5rem;
	max-width: 34.6875rem;
	margin-inline: auto;
}

.about-photos {
	margin-top: 6.875rem;
}

.about-photos__grid {
	grid-template-columns: repeat(2, 1fr);
}

.breadcrumb {
	padding-inline: 2rem;
	margin-top: 1rem;
}

.breadcrumb__inner {
	max-width: 70.5rem;
}

.breadcrumb__item {
	font-size: 0.875rem;
}

.breadcrumb__separator {
	margin-left: 0.5rem;
}

.breadcrumb__separator svg {
	width: 1rem;
	height: 1rem;
}

.breadcrumb__item--current {
	margin-left: 0.5rem;
}

.concept-mv {
	padding-top: 5rem;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: 5rem;
}

.concept-mv__inner.inner {
	max-width: 1100px;
	padding-inline: 25px;
}

.concept-mv__title {
	width: 10.125rem;
}

.concept-mv__icon {
	width: 7.5rem;
	margin-top: 1.5rem;
}

.concept-mv__desc {
	max-width: 28.1875rem;
	margin-top: 5.625rem;
	margin-left: auto;
	margin-right: 0;
}

.concept-mv__text {
	font-size: 1.125rem;
}

.concept-about {
	padding-top: 6.25rem;
}

.concept-about__heading {
	font-size: 1.5rem;
	line-height: 1.7;
}

.concept-about__text {
	margin-top: 1.875rem;
}

.concept-about__grid {
	margin-top: 5rem;
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem 2.625rem;
}

.concept-about__card-image::before {
	width: 1.75rem;
	height: 2.375rem;
}

.concept-about__card-name {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.concept-about__card-desc {
	line-height: 2;
}

.concept-features {
	padding-top: 10.625rem;
}

.concept-features__heading {
	font-size: 1.75rem;
	line-height: 1.7;
}

.concept-features__items {
	margin-top: 3.75rem;
	gap: 4.375rem;
}

.concept-features__item {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr;
	gap: 1.25rem 4.375rem;
}

.concept-features__item .concept-features__label {
	grid-column: 2;
	grid-row: 1;
}

.concept-features__item .concept-features__image {
	grid-column: 1;
	grid-row: 1/3;
}

.concept-features__item .concept-features__text {
	grid-column: 2;
	grid-row: 2;
}

.concept-features__item--reverse .concept-features__label {
	grid-column: 1;
}

.concept-features__item--reverse .concept-features__image {
	grid-column: 2;
}

.concept-features__item--reverse .concept-features__text {
	grid-column: 1;
}

.concept-features__image {
	max-width: 21.25rem;
}

.concept-features__image.concept-features__image--wide {
	max-width: 31.25rem;
	width: 100%;
}

.concept-features__label {
	justify-content: flex-start;
	margin-inline: 0;
	max-width: 26.875rem;
}

.concept-features__label-text {
	font-size: 1.5rem;
	margin-left: 2.5rem;
}

.concept-features__text {
	margin-top: 0rem;
	max-width: 26.875rem;
	width: 100%;
}

.contact-mv {
	padding-top: 5rem;
}

.contact {
	padding-top: 3.75rem;
	padding-bottom: 7.5rem;
}

.contact__lead {
	margin-top: 4.5rem;
}

.contact__required-note {
	font-size: 1rem;
}

.contact__form {
	margin-top: 1.5rem;
}

.contact-form__item {
	padding-block: 2rem;
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
}

.contact-form__label {
	font-size: 1.125rem;
	margin-bottom: 0;
	width: 13.75rem;
	flex-shrink: 0;
	padding-top: 1rem;
}

.contact-form__body {
	flex: 1;
}

.contact-form__note {
	font-size: 1.125rem;
}

.contact-form__submit {
	margin-top: 5rem;
}

.contact-form__button {
	min-width: 31.25rem;
	font-size: 1.125rem;
	padding: 2.28125rem 3.125rem;
}

.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form textarea {
	padding: 1rem 1.25rem;
	font-size: 0.9375rem;
}

.contact__form textarea {
	min-height: 12.5rem;
}

.contact__form input[type=submit],
.contact__form .wpcf7-submit {
	min-width: 18.75rem;
	font-size: 1.125rem;
	padding: 2.28125rem 3.125rem;
}

.contact-form__confirm-title,
.contact-form__thanks-title {
	font-size: 1.75rem;
}

.contact-form__confirm-text,
.contact-form__thanks-text {
	margin-top: 3.5rem;
	font-size: 1rem;
}

.contact-form__confirm-text {
	margin-bottom: 3.5rem;
}

.contact-form--confirm .contact-form__item {
	align-items: center;
}

.contact-form--confirm .contact-form__label {
	padding-top: 0;
}

.contact-form__confirm-value {
	font-size: 1.125rem;
	display: block;
}

.contact-form__submit.contact-form__submit--confirm {
	padding-top: 5rem;
	flex-direction: row;
	justify-content: center;
	gap: 1.25rem;
}

.contact-form__button.contact-form__button--back {
	min-width: 18.75rem;
}

.contact-form__thanks-link {
	margin-top: 3.125rem;
}

.footer {
	padding-top: 5rem;
}

.footer__logo img {
	width: 7.5rem;
}

.footer__bottom {
	margin-top: 3.75rem;
	padding-top: 1.5rem;
	padding-bottom: 1.875rem;
}

.footer__bottom-inner {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 0;
}

.footer__bottom-right {
	gap: 1.5rem;
}

.footer__link {
	font-size: 0.8125rem;
}

.footer__sns-text {
	font-size: 1.3125rem;
}

.footer__copyright {
	font-size: 0.75rem;
}

.header__inner {
	height: 5rem;
	padding-inline: clamp(1.25rem, 2vw, 2.5rem);
}

.header__logo {
	max-width: clamp(11.25rem, 16.8vw, 15rem);
}

.header__nav {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.header__hamburger {
	display: none;
}

.header__sp-nav {
	display: none;
}

.mv__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.mv__aside-bottom {
	grid-template-columns: 1fr 1fr;
}

.mv__panel--tesla {
	aspect-ratio: 1/1;
}

.mv__panel--paint {
	flex: 1;
}

.mv__panel-caption--tesla {
	bottom: 5rem;
	padding-left: 4.4375rem;
}

.mv__panel-title--tesla {
	font-size: 3.625rem;
}

.mv__panel-title--jp {
	margin-top: 0.5rem;
	font-size: 3.625rem;
}

.mv__panel--paint .mv__panel-title--bar-jp {
	font-size: 2.5rem;
}

.mv__panel--paint .mv__panel-title--bar-en {
	font-size: 0.9375rem;
	line-height: 1.5333333333;
}

.mv__panel--maintenance .mv__panel-title--bar-jp,
.mv__panel--insurance .mv__panel-title--bar-jp {
	font-size: 2.5rem;
}

.mv__panel--maintenance .mv__panel-title--bar-en,
.mv__panel--insurance .mv__panel-title--bar-en {
	font-size: 0.9375rem;
	line-height: 1.3333333333;
}

.pagination {
	margin-top: 3rem;
}

.pagination__btn {
	min-width: 2.625rem;
	height: 2.625rem;
	padding-inline: 1rem;
	font-size: 1rem;
	margin-left: 0.5rem;
}

.pagination__btn--prev,
.pagination__btn--next {
	min-width: 4.125rem;
}

.privacy-mv {
	padding-top: 5rem;
}

.privacy-policy {
	padding-top: 3.75rem;
	padding-bottom: 7.5rem;
}

.privacy-policy__inner.inner {
	max-width: 53.125rem;
}

.privacy-policy__content {
	margin-top: 6.25rem;
}

.privacy-policy__section {
	margin-top: 3.5rem;
}

.privacy-policy__heading {
	font-size: 1.3125rem;
	padding-bottom: 0.625rem;
}

.privacy-policy__text {
	margin-top: 1rem;
	font-size: 1rem;
}

.privacy-policy__list {
	margin-top: 0.75rem;
}

.privacy-policy__list li {
	font-size: 0.875rem;
	line-height: 2.2;
}

.privacy-policy__info {
	margin-top: 5rem;
}

.privacy-policy__info-text {
	font-size: 1rem;
}

.products-mv {
	padding-top: 5rem;
}

.products-mv__title.page-title {
	font-size: 2rem;
}

.products-items {
	margin-top: 3.75rem;
}

.products-item {
	padding: 5rem 0;
}

.products-item__label {
	max-width: 39.5rem;
	width: 100%;
}

.products-item__label-text {
	font-size: 1.5rem;
	padding-left: 1.25rem;
}

.products-item__content {
	flex-direction: row;
	gap: 6.25rem;
}

.products-item__content,
.products-item__row {
	margin-top: 5rem;
}

.products-item__main {
	flex: 2;
}

.products-item__sub {
	flex: 1;
	gap: 0.75rem;
}

.products-item__sub-image {
	flex: 1;
}

.products-item__row {
	flex-direction: row;
	align-items: flex-start;
	gap: 1.875rem;
}

.products-item__row--vertical {
	flex-direction: column;
	max-width: 37.5rem;
}

.products-item__row .products-item__image-main {
	width: 50%;
	flex-shrink: 0;
}

.products-item__row.products-item__row--vertical .products-item__image-main {
	width: 100%;
}

.products-item__row .products-item__text {
	flex: 1;
	margin-top: 0;
}

.products-item__text {
	margin-top: 1.875rem;
}

.sub-mv {
	padding-top: 5rem;
}

.tanemomi-mv {
	padding-top: 5rem;
}

.tanemomi-hero__image {
	margin-top: 3.75rem;
	border-radius: 2.5rem;
}

.tanemomi-hero__image img {
	aspect-ratio: 1300/500;
}

.tanemomi-content {
	padding-top: 5rem;
}

.tanemomi-content__inner.inner {
	max-width: 40.625rem;
	width: 100%;
	margin-inline: auto;
}

.tanemomi-content__section {
	margin-top: 3.75rem;
}

.tanemomi-content__heading {
	font-size: 1.5rem;
}

.tanemomi-content__text {
	margin-top: 1.25rem;
	font-size: 1rem;
	line-height: 2.2;
}

.tanemomi-spec {
	padding-top: 5rem;
	padding-bottom: 7.5rem;
}

.tanemomi-spec__wrap {
	flex-direction: row;
	gap: clamp(1.25rem, 2.7777777778vw, 2.5rem);
}

.tanemomi-spec__inner.inner {
	max-width: 57.5rem;
	width: 100%;
	margin-inline: auto;
}

.tanemomi-spec__image {
	max-width: 25rem;
}

.tanemomi-spec__table th,
.tanemomi-spec__table td {
	font-size: 1rem;
	padding: 1rem 1.25rem;
}

.tanemomi-spec__table th {
	width: 6.25rem;
}

.top-lead {
	padding-top: 6.25rem;
}

.top-lead__body {
	gap: 2rem;
}

.top-lead__text {
	font-size: 1rem;
}

.top-mv {
	padding-top: 5rem;
}

.top-mv__content {
	max-width: 100%;
	min-height: 25rem;
}

.top-mv__logo {
	transform: translate(-60%, -50%);
	width: 18.75rem;
}

.top-mv__catch {
	padding-right: 3.75rem;
}

.top-mv__catch-line {
	font-size: 3rem;
}

.top-mv__illust {
	margin-top: -2.5rem;
}

.top-photo {
	margin-top: 10rem;
}

}

@media (min-width: 1050px) {

html {
	font-size: 16px;
}

}

@media screen and (max-width: 767px) {

.u-mtSp10 {
	margin-top: 10px !important;
	margin-top: prem(10) !important;
}

.u-mtSp20 {
	margin-top: 20px !important;
	margin-top: prem(20) !important;
}

.u-mtSp30 {
	margin-top: 30px !important;
	margin-top: prem(30) !important;
}

.u-mtSp40 {
	margin-top: 40px !important;
	margin-top: prem(40) !important;
}

.u-mtSp50 {
	margin-top: 50px !important;
	margin-top: prem(50) !important;
}

.u-mtSp60 {
	margin-top: 60px !important;
	margin-top: prem(60) !important;
}

.u-mtSp70 {
	margin-top: 70px !important;
	margin-top: prem(70) !important;
}

.u-mtSp80 {
	margin-top: 80px !important;
	margin-top: prem(80) !important;
}

.u-mtSp90 {
	margin-top: 90px !important;
	margin-top: prem(90) !important;
}

.u-mtSp100 {
	margin-top: 100px !important;
	margin-top: prem(100) !important;
}

.u-mtSp110 {
	margin-top: 110px !important;
	margin-top: prem(110) !important;
}

.u-mtSp120 {
	margin-top: 120px !important;
	margin-top: prem(120) !important;
}

.u-mtSp130 {
	margin-top: 130px !important;
	margin-top: prem(130) !important;
}

.u-mtSp140 {
	margin-top: 140px !important;
	margin-top: prem(140) !important;
}

.u-mtSp150 {
	margin-top: 150px !important;
	margin-top: prem(150) !important;
}

.u-mtSp160 {
	margin-top: 160px !important;
	margin-top: prem(160) !important;
}

.u-mtSp170 {
	margin-top: 170px !important;
	margin-top: prem(170) !important;
}

.u-mtSp180 {
	margin-top: 180px !important;
	margin-top: prem(180) !important;
}

.u-mtSp190 {
	margin-top: 190px !important;
	margin-top: prem(190) !important;
}

.u-mtSp200 {
	margin-top: 200px !important;
	margin-top: prem(200) !important;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

.u-textMdLeft {
	text-align: Left !important;
}

.u-textMdCenter {
	text-align: Center !important;
}

.u-textMdRight {
	text-align: Right !important;
}

.u-textMdJustify {
	text-align: Justify !important;
}

}

@media screen and (max-width: 700px) {

.u-sp700 {
	display: block;
}

}

@media screen and (max-width: 650px) {

.u-sp650 {
	display: block;
}

}

@media screen and (max-width: 600px) {

.u-sp600 {
	display: block;
}

}

@media screen and (max-width: 550px) {

.u-sp550 {
	display: block;
}

}

@media screen and (max-width: 500px) {

.u-sp500 {
	display: block;
}

}

@media screen and (max-width: 450px) {

.contact-form__confirm-text,
.contact-form__thanks-text {
	font-size: 1rem;
}

.u-sp450 {
	display: block;
}

}

@media screen and (max-width: 400px) {

.u-sp400 {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

