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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

/*
それぞれ( )内にpxでの数値を入れるとrem, pxに変換
*/

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.96px;
	line-height: 180%;
}

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

a {
	color: inherit;
}

.inner {
	height: inherit;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
	width: 100%;
}

.button {
	background: #363636;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	max-width: 400px;
	padding: 1.125rem 0rem;
	text-align: center;
	transition: background 0.3s;
}

.button span {
	margin-right: 0.5rem;
}

.button:hover {
	background: #aa8c5a;
}

.heading__ja {
	color: #6d5b48;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 2.8px;
	line-height: 140%;
}

.heading__en {
	color: #3A302D;
	font-family: "Jost", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 120%;
	margin-top: 0.5rem;
}

.heading-s__en {
	color: #aa8c5a;
	font-family: "Jost", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 2.8px;
	line-height: 140%;
	position: relative;
}

.heading-s__en::before {
	background: #aa8c5a;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: -3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.headging-s__ja {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 160%;
	margin-top: 0.5rem;
}

.title {
	border-bottom: 0.125rem solid #aa8c5a;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 140%;
	padding-bottom: 0.3125rem;
	width: -moz-max-content;
	width: max-content;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 56px;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.header__logo {
	transition: opacity 0.3s;
}

.header__logo a {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 120%;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__nav {
	display: none;
}

.header__tel-pc {
	transition: opacity 0.3s;
}

.header__tel-pc a {
	border-right: 0.125rem solid rgba(0, 0, 0, 0.2);
	display: flex;
	gap: 0.5rem;
	padding-right: 1rem;
}

.header__tel-pc a p {
	font-family: "Jost", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.88px;
	line-height: 120%;
}

.header__tel-pc:hover {
	opacity: 0.7;
}

.header__tel-nam {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 120%;
	position: absolute;
	right: 1.5625rem;
	top: 1.875rem;
}

.header__tel-nam span {
	font-weight: 500;
}

.header__open {
	height: 1.125rem;
	margin-left: auto;
	position: relative;
	width: 1.25rem;
	z-index: 51;
}

.header__open.is-active .header__bar:nth-of-type(2) {
	display: none;
}

.header__open.is-active .header__bar:nth-of-type(1) {
	background: #000000;
	top: 10px;
	transform: rotate(30deg);
}

.header__open.is-active .header__bar:nth-of-type(3) {
	background: #000000;
	top: 10px;
	transform: rotate(-30deg);
}

.header__bar {
	background: #000000;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 1.25rem;
}

.header__bar:nth-of-type(1) {
	top: 0;
}

.header__bar:nth-of-type(2) {
	top: 7px;
}

.header__bar:nth-of-type(3) {
	top: 14px;
}

.header__content {
	background: #ffffff;
	height: 100%;
	padding: 3.5rem 1.25rem;
	position: fixed;
	right: 0;
	top: 48px;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 100%;
	z-index: 50;
}

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

.header__content-menu {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.header__content-link {
	border-bottom: 0.0625rem solid rgba(170, 140, 90, 0.6);
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.28px;
	line-height: 160%;
	padding-bottom: 0.625rem;
}

.header__content-link span {
	color: #aa8c5a;
	font-family: "Jost", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 160%;
	margin-left: 0.625rem;
}

.header__content-button {
	margin-top: 2.5rem;
}

.header__tel {
	margin-top: 1.5rem;
	text-align: center;
}

.header__tel p:nth-of-type(1) {
	font-family: "Jost", sans-serif;
	font-size: 1.375rem;
	letter-spacing: 0.88px;
	line-height: 120%;
}

.header__tel p:nth-of-type(1) span {
	margin-right: 0.5rem;
}

.header__tel p:nth-of-type(2) {
	font-weight: 500;
	margin-top: 0.4375rem;
}

.header__tel p:nth-of-type(2) span {
	font-weight: 500;
}

/* オーバーレイのスタイル */

.overlay {
	background-color: #333;
	cursor: pointer;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 48px;
	transition: opacity 0.6s, visibility 0.6s;
	visibility: hidden;
	width: 100vw;
	z-index: 10; /* メニューよりも下にする */
}

.overlay.is-visible {
	opacity: 0.8;
	visibility: visible;
}

/* スクロールを停止するためのクラス */

body.no-scroll {
	overflow: hidden;
}

.fv__center {
	padding-top: 2.5rem;
}

.fv__center-title {
	font-family: "Jost", sans-serif;
	font-size: 3rem;
	letter-spacing: 3.84px;
	line-height: 140%;
	text-align: center;
}

.fv__center-title span {
	display: inline-block;
}

.fv__center-title span:nth-of-type(1) {
	color: #3A302D;
	font-weight: 500;
}

.fv__center-title span:nth-of-type(2) {
	color: #6d5b48;
	display: block;
	font-weight: 400;
}

.fv__center-title span:nth-of-type(3) {
	color: #3A302D;
	font-weight: 500;
}

.fv__center-text {
	margin-top: 2rem;
	text-align: center;
}

.fv__center-text p {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 4.12px;
	line-height: 200%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	writing-mode: vertical-rl;
}

.fv__center-bottom {
	display: flex;
	font-size: 0.8125rem;
	gap: 2rem;
	justify-content: center;
	letter-spacing: 1.04px;
	line-height: 160%;
	margin-top: 2.625rem;
}

.fv__center-bottom p {
	font-weight: 600;
}

.fv__swiper-center {
	height: 13.125rem;
	margin-left: -1.25rem;
	margin-top: 1.3125rem;
	overflow: hidden;
	width: 100vw;
}

.fv__center-image {
	margin-left: -1.25rem;
	margin-top: 2rem;
	width: calc(100% + 2.5rem);
}

.fv__center-image img {
	width: 100%;
}

.fv__left,
.fv__right {
	height: 40.1875rem;
	width: 30.5rem;
}

.fv__left--swiper-container,
.fv__right--swiper-container {
	display: none;
}

.fv__left--swiper-wrapper,
.fv__right--swiper-wrapper {
	height: 40.1875rem;
	width: 30.5rem;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
	animation: zoomUp 12s linear 0s normal both;
}

.swiper-slide img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*スクロールダウン全体の場所*/

.scrolldown {
	display: none;
}

/*Scrollテキストの描写*/

.scrolldown span { /*テキストの形状*/
	color: #3A302D;
	font-family: "Jost", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	left: -6px;
	letter-spacing: 1.8px;
	line-height: 120%; /*描画位置*/
	position: absolute;
	top: -51px;
	writing-mode: vertical-rl;
}

/* 線の描写 */

.scrolldown::after { /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	background: #3A302D;
	content: "";
	height: 30px;
	opacity: 0; /*描画位置*/
	position: absolute;
	top: 0; /*線の形状*/
	width: 1px;
}

/*高さ・位置・透過が変化して線が上から下に動く*/

.service {
	border-bottom: 0.1875rem solid rgba(0, 0, 0, 0.2);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	padding-bottom: 2.3125rem;
	padding-top: 2.5rem;
	position: relative;
}

.service::before {
	background: #3A302D;
	bottom: -0.1875rem;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 0;
	width: 4.25rem;
}

.service__heading {
	text-align: center;
}

.service__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 180%;
	margin-top: 1.5rem;
}

.buy {
	overflow: hidden;
	padding-top: 1.5625rem;
}

.buy__wrapper {
	margin-top: 2rem;
}

.buy__content p {
	font-size: 0.8125rem;
	letter-spacing: 1.04px;
	line-height: 180%;
	margin-top: 1rem;
}

.buy__content + .buy__content {
	margin-top: 3rem;
}

.buy__content-button {
	margin-top: 1.5rem;
}

.buy__cards {
	display: flex;
	flex-direction: column;
	gap: 3.875rem;
	margin-left: -0.625rem;
	margin-top: 2rem;
	width: calc(100% + 1.25rem);
}

.buy__card {
	background: #f6f6f6;
	display: grid;
	height: 14.6875rem;
	place-items: center;
	width: 100%;
}

.buy__card + .buy__card {
	position: relative;
}

.buy__card + .buy__card::after {
	background: url(../img/arrow.svg);
	background-size: cover;
	content: "";
	height: 1.875rem;
	position: absolute;
	top: -2.8125rem;
	width: 0.875rem;
}

.buy__card-inner p {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 200%;
	text-align: center;
}

.buy__card-inner ul {
	font-size: 0.875rem;
	letter-spacing: 1.12px;
	line-height: 180%;
	padding-left: 3.125rem;
}

.buy__card-inner ul li {
	font-weight: 600;
}

.buy__card-inner p:nth-of-type(2) {
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 160%;
	margin-top: 0.625rem;
}

.buy__maker {
	background: #f6f6f6;
	margin-left: -0.625rem;
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 2rem;
	width: calc(100% + 1.25rem);
}

.buy__maker h4 {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.72px;
	line-height: 140%;
}

.buy__maker p {
	display: none;
}

.buy__maker-image {
	margin-top: 1rem;
}

.buy__maker-image picture img {
	width: 100%;
}

.buy__maker-modal {
	display: grid;
	gap: 0.625rem 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
}

/* モーダル */

.modal-overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.modal-container {
	background-color: rgba(0, 0, 0, 0.93);
	height: 100vh;
	left: 0;
	overflow-y: auto;
	padding-top: 2.5rem;
	position: fixed;
	top: 0;
	width: 100vw;
}

.modal-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.modal-close {
	border: 0;
	position: relative;
}

.modal-close::before {
	background: url(../img/icon-batsu-w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.875rem;
	position: absolute;
	right: 1.25rem;
	top: -0.4375rem;
	width: 1.875rem;
}

.modal-content {
	margin-top: 2.5rem;
}

.modal-open__maker {
	display: block;
	position: relative;
	transition: opacity 0.3s;
}

.modal-open__maker::before {
	background: url(../img/icon-plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0.5rem;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 0.5rem;
	width: 1.25rem;
}

.modal-open__maker:hover {
	opacity: 0.7;
}

/* フェードインのアニメーション */

/* フェードアウトのアニメーション */

/* モーダルの初期状態 */

.micromodal-slide {
	display: none;
}

/* モーダルが開いているときのスタイル */

.micromodal-slide.is-open {
	display: block;
}

/* フェードインのアニメーションを適用 */

.micromodal-slide[aria-hidden=false] .modal-overlay {
	animation: mmfadeIn 0.3s ease-out;
}

.micromodal-slide[aria-hidden=false] .modal-container {
	animation: mmfadeIn 0.3s ease-out;
}

/* フェードアウトのアニメーションを適用 */

.micromodal-slide[aria-hidden=true] .modal-overlay {
	animation: mmfadeOut 0.3s ease-in;
}

.micromodal-slide[aria-hidden=true] .modal-container {
	animation: mmfadeOut 0.3s ease-in;
}

/* transformプロパティを使うための設定 */

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
	will-change: transform;
}

#thumbnail-carousel,
#thumbnail-carousel-2,
#thumbnail-carousel-3,
#thumbnail-carousel-4,
#thumbnail-carousel-5,
#thumbnail-carousel-6,
#thumbnail-carousel-7,
#thumbnail-carousel-8 {
	margin-top: 3.5rem;
}

/* 選択されていないサムネイルは薄くする */

.splide__slide {
	opacity: 0.6;
}

/* 選択されているサムネイルだけ透過しない */

.splide__slide.is-active {
	opacity: 1;
}

/* 画像サイズ調整 */

.splide__slide img {
	border-radius: 0.125rem;
	display: block;
	height: auto;
	margin-inline: auto;
	width: 100%;
}

/* スライダーの幅 */

.wrapper {
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.splide__arrow {
	background-color: transparent;
	background-image: url(../img/arrow-w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0%;
	fill: #f6f6f6;
}

.splide__arrow svg {
	display: none;
}

.splide__arrow--next,
.splide__arrow--prev {
	display: none;
}

.splide__arrow--next {
	right: -13.375rem;
}

.splide__arrow--prev {
	left: -13.375rem;
	transform: rotate(180deg);
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 2px solid var(--ffffff, #fff);
	border-radius: 2px;
}

.splide__pagination {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 1.125rem;
	left: 1.25rem;
	letter-spacing: 1.44px;
	line-height: 100%;
	padding: 0;
	position: relative;
}

.buy__button {
	margin-top: 1.5rem;
}

.buy__bottom {
	color: rgba(236, 232, 225, 0.3);
	font-family: "Jost", sans-serif;
	font-size: 5rem;
	line-height: 120%;
	margin-top: 3.5rem;
	text-wrap: nowrap;
}

.sale {
	background: #ece8e1;
	margin-top: -1.5625rem;
	padding-bottom: 3.5rem;
	padding-top: 3.125rem;
}

.sale__wrapper {
	margin-top: 2rem;
}

.sale__wrapper p {
	font-size: 0.8125rem;
	letter-spacing: 1.04px;
	line-height: 180%;
	margin-top: 1rem;
}

.sale__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 400px;
}

.repair {
	overflow: hidden;
	padding-top: 3.125rem;
}

.repair__wrapper-p {
	font-size: 0.8125rem;
	letter-spacing: 1.04px;
	margin-top: 1rem;
}

.repair__title {
	margin-top: 2rem;
}

.repair__cards-wrapper {
	background: #f6f6f6;
	margin-left: -0.625rem;
	margin-top: 1.5rem;
	padding: 2rem 0.625rem 2.5rem;
	width: calc(100% + 1.25rem);
}

.repair__cards-wrapper p {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.64px;
	line-height: 140%;
	margin-top: 0;
}

.repair__cards {
	display: grid;
	gap: 0.5rem 0.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: 1.53125rem;
	margin-right: 1.53125rem;
	margin-top: 1.5rem;
}

.repair__cards::after {
	content: "";
	grid-column: span 3;
}

.repair__cards > *:nth-last-child(1):nth-child(3n+1) {
	grid-column-start: 2;
}

.repair__cards:empty::after {
	content: "";
	grid-column: 1/-1;
}

.repair__card {
	align-items: center;
	background: #aa8c5a;
	border-radius: 0.125rem;
	color: #ffffff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: 5rem;
	justify-content: center;
	letter-spacing: 0.56px;
	line-height: 140%;
	padding: 0.625rem 0.25rem;
	text-align: center;
}

.repair__button {
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 400px;
}

.font-loop {
	margin-top: 1.1875rem;
}

.bbs {
	align-items: center;
	display: flex;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.bbs ul {
	animation: flowing 30s linear infinite;
	color: rgba(236, 232, 225, 0.3);
	font-family: "Jost", sans-serif;
	font-size: 5rem;
	line-height: 120%;
	margin: 0;
	padding: 0;
	text-wrap: nowrap;
	transform: translateX(100%);
}

.bbs ul li {
	display: inline-block;
}

.qa {
	margin-top: -2rem;
	padding-bottom: 3.5rem;
}

.qa__heading {
	padding-bottom: 1rem;
	position: relative;
	text-align: center;
}

.qa__heading::after {
	background: #aa8c5a;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.qa__contents {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}

.qa__q {
	display: flex;
	gap: 0.5rem;
}

.qa__q span {
	color: #6d5b48;
	font-family: "Jost", sans-serif;
	font-size: 1.625rem;
	letter-spacing: 1.04px;
	line-height: 100%;
}

.qa__q p {
	color: #6d5b48;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 180%;
}

.qa__a {
	display: flex;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.qa__a span {
	font-family: "Jost", sans-serif;
	font-size: 1.625rem;
	font-weight: 300;
	letter-spacing: 1.04px;
	line-height: 100%;
}

.qa__a p {
	font-size: 0.875rem;
	letter-spacing: 0.56px;
	line-height: 180%;
}

.customer {
	background: #f6f6f6;
	overflow: hidden;
	padding-bottom: 3.5rem;
	padding-top: 3.125rem;
}

.customer__heading-en {
	font-size: 2.375rem;
}

.customer__contents {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 1.625rem;
}

.customer__title-wrapper h3 {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 1.6px;
	line-height: 140%;
	padding-left: 1.625rem;
	position: relative;
}

.customer__title-wrapper h3::before {
	background: #aa8c5a;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 0.6875rem;
	width: 0.625rem;
}

.customer__title-wrapper p {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 160%;
	margin-top: 1.5rem;
	padding-left: 1.625rem;
	position: relative;
}

.customer__title-wrapper p::before {
	background: #3A302D;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 0.4375rem;
	width: 0.625rem;
}

.modal-open__customer {
	display: block;
	height: 11.0625rem;
	position: relative;
	transition: opacity 0.3s;
}

.modal-open__customer::before {
	background: url(../img/icon-plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0.5rem;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 0.5rem;
	width: 1.25rem;
}

.modal-open__customer:hover {
	opacity: 0.7;
}

.customer__top-swiper {
	margin-top: 3.6875rem;
}

.customer__top-slide {
	border: 1px solid #aa8c5a;
	padding: 1.25rem;
}

.top-slide__head {
	display: flex;
	font-size: 1rem;
	gap: 1.5rem;
	letter-spacing: 1.28px;
	line-height: 140%;
	margin-top: 2rem;
}

.top-slide__head-name {
	font-weight: 500;
	text-wrap: nowrap;
}

.top-slide__head-sold span {
	font-weight: 500;
}

.top-slide__head-sold span:nth-of-type(2) {
	color: #aa8c5a;
}

.top-slide__head-customer {
	border-bottom: 0.0625rem solid #000000;
	display: flex;
	gap: 0.5rem;
	margin-top: 1.0625rem;
	padding-bottom: 0.625rem;
	width: -moz-max-content;
	width: max-content;
}

.top-slide__head-customer img {
	height: 1.5rem;
	width: 1.5rem;
}

.top-slide__head-customer span {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.28px;
	line-height: 140%;
}

.top-slide__head-customer-p {
	letter-spacing: 1.12px;
	line-height: 180%;
	margin-top: 1rem;
}

.top-slide__head-comment {
	border-bottom: 0.0625rem solid #000000;
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
	padding-bottom: 0.625rem;
	width: -moz-max-content;
	width: max-content;
}

.top-slide__head-comment img {
	height: 1.5rem;
	width: 1.5rem;
}

.top-slide__head-comment span {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.28px;
	line-height: 140%;
}

.top-slide__head-comment-p {
	letter-spacing: 1.12px;
	line-height: 180%;
	margin-top: 1rem;
}

.swiper-outline {
	position: relative;
}

.swiper-outline::before {
	border: 0.0625rem solid #aa8c5a;
	border-right: none;
	content: "";
	height: 100%;
	left: -20.9375rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.swiper-outline::after {
	border: 0.0625rem solid #aa8c5a;
	border-left: none;
	content: "";
	height: 100%;
	position: absolute;
	right: -20.9375rem;
	top: 0;
	width: 100%;
	z-index: 1;
}

.top-swiper {
	margin-top: 3.6875rem;
	overflow: hidden;
	position: relative;
}

.swiper-button-prev__top {
	background: #ffffff;
	border: 0.0625rem solid #000000;
	border-radius: 3.75rem;
	height: 1.6875rem;
	left: 16.8125rem;
	position: absolute;
	top: 12%;
	width: 2.1875rem;
	z-index: 10;
}

.swiper-button-prev__top::before {
	background: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 0.4375rem;
}

.swiper-button-next__top {
	background: #ffffff;
	border: 0.0625rem solid #000000;
	border-radius: 3.75rem;
	height: 1.6875rem;
	position: absolute;
	right: 1.75rem;
	top: 12%;
	width: 2.1875rem;
	z-index: 10;
}

.swiper-button-next__top::before {
	background: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 0.4375rem;
}

.bottom-swiper {
	margin-top: 3.6875rem;
	overflow: hidden;
	position: relative;
}

.top-swiper-sub,
.top-swiper-sub2,
.top-swiper-sub3,
.top-swiper-sub4 {
	margin-top: 0.25rem;
	position: relative;
}

.top-swiper-sub__wrapper {
	transform: translate3d(0px, 0, 0) !important;
}

.top-swiper-sub__slide {
	height: 4.75rem;
}

.swiper-pagination-sub,
.swiper-pagination-sub2 {
	bottom: -0.9375rem;
	left: 0rem !important;
	position: absolute;
	top: auto !important;
	width: 18.4375rem !important;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.1);
	height: 3px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #3A302D;
	height: 3px !important;
}

.customer__bottom-slide {
	border: 1px solid #aa8c5a;
	height: 37.6875rem;
	padding: 1.25rem;
}

.bottom-slide__head {
	display: flex;
	font-size: 1rem;
	gap: 1.5rem;
	letter-spacing: 1.28px;
	line-height: 140%;
	margin-top: 2rem;
}

.bottom-slide__head-name {
	font-weight: 500;
}

.bottom-slide__head-sold span {
	font-weight: 500;
}

.bottom-slide__head-sold span:nth-of-type(2) {
	color: #aa8c5a;
}

.bottom-slide__head-comment {
	border-bottom: 0.0625rem solid #000000;
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
	padding-bottom: 0.625rem;
	width: -moz-max-content;
	width: max-content;
}

.bottom-slide__head-comment img {
	height: 1.5rem;
	width: 1.5rem;
}

.bottom-slide__head-comment span {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.28px;
	line-height: 140%;
}

.bottom-slide__head-comment-p {
	margin-top: 1rem;
}

.swiper-button-prev__bottom {
	background: #ffffff;
	border: 0.0625rem solid #000000;
	border-radius: 3.75rem;
	height: 1.6875rem;
	left: 16.8125rem;
	position: absolute;
	top: 66%;
	width: 2.1875rem;
	z-index: 10;
}

.swiper-button-prev__bottom::before {
	background: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 0.4375rem;
}

.swiper-button-next__bottom {
	background: #ffffff;
	border: 0.05rem solid #000000;
	border-radius: 3.75rem;
	height: 1.6875rem;
	position: absolute;
	right: 1.75rem;
	top: 66%;
	width: 2.1875rem;
	z-index: 10;
}

.swiper-button-next__bottom::before {
	background: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 0.4375rem;
}

.news {
	padding-top: 3.5rem;
}

.news__heading {
	padding-bottom: 1rem;
	position: relative;
	text-align: center;
}

.news__heading::after {
	background: #aa8c5a;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.news__lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}

.news-link {
	border-bottom: 0.125rem solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	transition: opacity 0.3s;
}

.news-link:hover {
	opacity: 0.7;
}

.news-link__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.news-link__date {
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.64px;
	line-height: 160%;
	white-space: nowrap;
}

.news-link__label {
	background: #363636;
	border-radius: 0.125rem;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 160%;
	min-width: 4.125rem;
	padding: 0.125rem 0.5rem;
	text-align: center;
}

.news-link__title {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 180%;
}

.news__more {
	border-bottom: 0.125rem solid #000;
	font-family: "Jost", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 140%;
	margin-left: auto;
	margin-top: 1.5rem;
	padding: 0 0.25rem 0.625rem 0.25rem;
	transition: all 0.3s;
	width: -moz-max-content;
	width: max-content;
}

.news__more a {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.news__more a span {
	font-weight: 500;
}

.news__more:hover {
	border-bottom: 0.125rem solid #aa8c5a;
	color: #aa8c5a;
}

.news__more:hover .news__more-arrow {
	background-image: url(../img/arrow-b.svg);
}

.news__more-arrow {
	background-image: url(../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.375rem;
	transition: background-image 0.3s;
	width: 0.8125rem;
}

.philosophy {
	padding-top: 5rem;
}

.philosophy__heading-sub {
	color: #aa8c5a;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.28px;
	line-height: 140%;
	margin-top: 0.5rem;
}

.philosophy__text {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	height: inherit;
	margin-top: 2rem;
	position: relative;
	width: 100%;
}

.philosophy__text span {
	font-size: 0.9375rem;
	letter-spacing: 1.12px;
	line-height: 168%;
}

.philosophy__text span:nth-of-type(2) {
	font-weight: 500;
}

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

.company__heading {
	padding-bottom: 1rem;
	position: relative;
	text-align: center;
}

.company__heading::after {
	background: #aa8c5a;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.company__wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.left-title div {
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 140%;
}

.left-title p {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 160%;
}

.left-contents {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.left-content {
	display: flex;
	flex-direction: row;
	gap: 1.5625rem;
}

.left-content div {
	background: #6d5b48;
	border-radius: 0.125rem;
	color: #ffffff;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 500;
	height: -moz-max-content;
	height: max-content;
	letter-spacing: 1.12px;
	line-height: 120%;
	min-width: 5.625rem;
	padding: 0.5rem 0.25rem;
	text-align: center;
}

.left-content p {
	font-size: 0.875rem;
	letter-spacing: 1.12px;
	line-height: 160%;
}

.company__wrapper-right {
	display: flex;
	flex-direction: column-reverse;
	gap: 1.5rem;
}

.right-map iframe {
	height: 13.1875rem;
	width: 100%;
}

.right-contents {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: -1rem;
}

.right-content {
	display: flex;
	flex-direction: row;
	gap: 1.5625rem;
}

.right-content div {
	background: #6d5b48;
	border-radius: 0.125rem;
	color: #ffffff;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 120%;
	min-width: 5.625rem;
	padding: 0.5rem 0.25rem;
	text-align: center;
}

.right-content p {
	font-size: 0.875rem;
	letter-spacing: 1.12px;
	line-height: 160%;
}

.contact {
	background: #f0f0f0;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

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

.contact__left p {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1.12px;
	line-height: 160%;
	margin-top: 1rem;
}

.contact__heading {
	text-align: center;
}

.contact__right {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.right-card__wrapper {
	background: #ffffff;
	padding-bottom: 2rem;
	padding-top: 1.5rem;
	transition: background 0.3s;
}

.right-card__wrapper:hover {
	background: #363636;
}

.right-card__wrapper:hover .right-card__tel {
	color: #ffffff;
}

.right-card__wrapper:hover .right-card__time {
	color: #ffffff;
}

.right-card__wrapper:hover .right-card__text {
	color: #ffffff;
}

.right-card__wrapper:hover .right-card__icon {
	background-image: url(../img/icon-tel-w.svg);
}

.right-card__title {
	color: #aa8c5a;
	font-family: "Jost", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 2.2px;
	line-height: 120%;
	text-align: center;
}

.right-card__title2 span {
	font-weight: 500;
}

.right-card__title2 img {
	margin-left: 0.31125rem;
}

.right-card__icon {
	background-image: url(../img/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 1.5625rem;
	margin: 1rem auto 0;
	transition: background-image 0.3s;
	width: -moz-max-content;
	width: max-content;
	width: 1.5625rem;
}

.right-card__tel {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 120%;
	margin-top: 1rem;
	text-align: center;
	transition: color 0.3s;
}

.right-card__time {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.56px;
	line-height: 120%;
	margin-top: 0.5rem;
	text-align: center;
	transition: color 0.3s;
}

.right-card__text {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 140%;
	margin-top: 0.25rem;
	text-align: center;
	transition: color 0.3s;
}

.right-card__qr {
	height: 10rem;
	margin-inline: auto;
	margin-top: 0.5rem;
	width: 10rem;
}

.footer {
	background: #363636;
	color: #ffffff;
	padding-bottom: 2.5rem;
	padding-top: 5rem;
	text-align: center;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 3.625rem;
}

.footer__left p {
	font-size: 0.875rem;
	letter-spacing: 1.12px;
	line-height: 180%;
	margin-top: 2rem;
}

.footer__left-title {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 1.28px;
	line-height: 120%;
	margin-inline: auto;
	width: -moz-max-content;
	width: max-content;
}

.footer__right {
	border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
	padding-bottom: 3.25rem;
}

.footer__right ul {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.footer__list {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.28px;
	line-height: 160%;
}

.footer__list a {
	transition: color 0.3s;
}

.footer__list a:hover {
	color: #aa8c5a;
}

.footer__list a:hover span::before {
	background: #aa8c5a;
}

.footer__list:nth-of-type(1) {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer__list:nth-of-type(1) span {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1.12px;
	line-height: 160%;
	margin-inline: auto;
	padding-left: 1rem;
	position: relative;
	width: -moz-max-content;
	width: max-content;
}

.footer__list:nth-of-type(1) span::before {
	background: #ffffff;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.footer__list:nth-of-type(1) a:hover {
	color: #aa8c5a;
}

.footer__list:nth-of-type(1) a:hover span::before {
	background: #aa8c5a;
}

.pagetop {
	background: url(../img/pagetop.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 3.25rem;
	position: absolute;
	right: 1rem;
	top: -3.875rem;
	transition: background 0.3s;
	width: 2.5625rem;
}

.pagetop:hover {
	background: url(../img/pagetop-hover.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.copyright {
	font-family: "Jost", sans-serif;
	line-height: 160%;
	margin-top: 2rem;
}

.hidden-pc {
	display: inline-block;
}

.hidden-sp {
	display: none;
}

@media (min-width: 0px) {

.repair__cards {
	grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

}

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

.header__content-button {
	margin-inline: auto;
	width: 400px;
}

.buy__content-button {
	margin-inline: auto;
}

.buy__card {
	margin-inline: auto;
	width: 50%;
}

.buy__button {
	margin-inline: auto;
}

.swiper-button-prev__top {
	left: 38.8125rem;
}

.customer__bottom-slide {
	height: 43.6875rem;
}

.swiper-button-prev__bottom {
	left: 38.8125rem;
	top: 59%;
}

.swiper-button-next__bottom {
	top: 59%;
}

.right-card__wrapper {
	height: 12.5rem;
	margin-inline: auto;
	width: 50%;
}

.right-card__qr {
	width: 5.625rem;
}

}

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

html {
	font-size: calc(1600 / 375 * 1vw);
}

}

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

.inner {
	margin: 0 auto;
	max-width: 1660px;
	padding: 0 6.875rem;
}

.button {
	font-size: 1rem;
	min-width: 16.8125rem;
	padding: 1.5rem 1.25rem;
	width: -moz-max-content;
	width: max-content;
}

.heading__ja {
	font-size: 1rem;
	letter-spacing: 3.2px;
}

.heading__en {
	font-size: 4rem;
	letter-spacing: 2.56px;
	line-height: 140%;
	margin-top: 1rem;
}

.heading-s__en {
	font-size: 1rem;
	letter-spacing: 3.2px;
}

.headging-s__ja {
	font-size: 2.5rem;
	letter-spacing: 1.6px;
	line-height: 140%;
	margin-top: 1rem;
}

.title {
	border-bottom: 0.1875rem solid #aa8c5a;
	font-size: 1.5rem;
	letter-spacing: 0.96px;
	padding-bottom: 1.5rem;
}

.header__inner {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.header__content {
	max-width: 35%;
}

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

.fv__inner {
	display: flex;
	padding-left: 2.9375rem;
	padding-right: 2.875rem;
	position: relative;
}

.fv__center {
	flex-grow: 1;
	padding-top: 2.3125rem;
}

.fv__center-title {
	font-size: 4rem;
	letter-spacing: 5.12px;
}

.fv__center-text {
	margin-top: 5.5rem;
}

.fv__center-text p {
	font-size: 0.9375rem;
	line-height: 225%;
}

.fv__center-bottom {
	font-size: 1.125rem;
	letter-spacing: 1.28px;
	line-height: 180%;
	margin-top: 2.25rem;
}

.fv__swiper-center {
	display: none;
}

.fv__center-image {
	display: none;
}

.fv__left--swiper-container,
.fv__right--swiper-container {
	display: block;
}

.scrolldown {
	bottom: 0;
	display: block; /*全体の高さ*/
	height: 50px;
	position: absolute;
	right: 3.75rem;
}

.service {
	margin-left: 6.875rem;
	margin-right: 6.875rem;
	padding-bottom: 7rem;
	padding-top: 8.75rem;
}

.service::before {
	width: 5.9375rem;
}

.service__inner {
	align-items: center;
	display: flex;
	gap: 4.5rem;
	justify-content: center;
	padding-left: 13.3125rem;
	padding-right: 13.25rem;
}

.service__heading {
	text-align: left;
}

.service__text {
	font-size: 1rem;
	letter-spacing: 1.28px;
	margin-top: 1.6875rem;
}

.buy {
	padding-top: 0;
}

.buy__inner {
	display: flex;
	gap: 6.6875rem;
	margin-top: 5rem;
}

.buy__heading-s {
	flex-shrink: 0;
	height: -moz-max-content;
	height: max-content;
}

.js-fixed-area {
	position: relative;
}

.js-fixed-elm {
	position: absolute;
	top: 1.25rem;
}

.js-fixed-elm.is-fixed {
	position: fixed;
}

.buy__wrapper {
	margin-top: 0;
	padding-left: 22.0625rem;
}

.buy__content {
	margin-left: 0.9375rem;
}

.buy__content p {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 1.44px;
	line-height: 200%;
	margin-top: 1.5rem;
}

.buy__content + .buy__content {
	margin-top: 4.5rem;
}

.buy__content-button {
	margin-inline: 0;
	margin-left: auto;
	margin-top: 2.5rem;
}

.buy__cards {
	flex-direction: row;
	gap: 5.875rem;
	margin-top: 4.5rem;
	width: 100%;
}

.buy__card {
	width: 100%;
}

.buy__card + .buy__card::after {
	left: -2.1875rem;
	top: 45%;
	transform: rotate(-90deg) translateY(-50%);
}

.buy__card-inner p {
	font-size: 0.9375rem;
	letter-spacing: 1.28px;
}

.buy__card2 p {
	line-height: 160%;
}

.buy__maker {
	padding-bottom: 3.5rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.buy__maker h4 {
	font-size: 1.25rem;
	letter-spacing: 0.8px;
}

.buy__maker p {
	color: #aa8c5a;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.28px;
	margin-top: 1.5rem;
}

.buy__maker-image {
	margin-top: 0.5rem;
}

.buy__maker-modal {
	grid-template-columns: repeat(4, 1fr);
}

.modal-container {
	height: 90vh;
	max-height: none; /* スクロール対応のため max-height を削除 */
	padding: 2.5rem 7.5rem 2.5rem 8.0625rem;
	top: 50%;
	transform: translateY(-50%);
}

.modal-close::before {
	height: 2.5rem;
	right: 0;
	width: 2.5rem;
}

.modal-open__maker::before {
	bottom: 0.3125rem;
	right: 0.3125rem;
}

#thumbnail-carousel,
#thumbnail-carousel-2,
#thumbnail-carousel-3,
#thumbnail-carousel-4,
#thumbnail-carousel-5,
#thumbnail-carousel-6,
#thumbnail-carousel-7,
#thumbnail-carousel-8 {
	margin-top: 1.5rem;
}

#main-carousel .splide__slide img,
#main-carousel-2 .splide__slide img,
#main-carousel-3 .splide__slide img,
#main-carousel-4 .splide__slide img,
#main-carousel-5 .splide__slide img,
#main-carousel-6 .splide__slide img,
#main-carousel-7 .splide__slide img,
#main-carousel-8 .splide__slide img {
	height: 16.8125rem;
	width: 31.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.wrapper {
	max-width: 53rem;
}

.splide__arrow--next,
.splide__arrow--prev {
	display: block;
	top: -45%;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 4px solid var(--ffffff, #fff);
	border-radius: 4px;
}

.buy__button {
	margin-inline: 0;
	margin-left: auto;
	margin-top: 2.5rem;
}

.buy__bottom {
	font-size: 8.75rem;
	margin-top: 0;
}

.sale {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.sale__inner {
	display: flex;
	gap: 6.6875rem;
}

.sale__heading-s {
	flex-shrink: 0;
}

.sale__wrapper {
	flex-grow: 1;
	margin-top: 2.5rem;
}

.sale__wrapper p {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 1.44px;
	line-height: 200%; /* 36px */
	margin-top: 1.5rem;
}

.sale__buttons {
	flex-direction: row;
	gap: 1rem;
	justify-content: end;
	margin-inline: 0;
	margin-left: auto;
	margin-top: 2.5rem;
	max-width: 100%;
}

.repair {
	padding-top: 6.25rem;
}

.repair__inner {
	display: flex;
	gap: 4rem;
}

.repair__heading-s {
	flex-shrink: 0;
}

.repair__wrapper {
	flex-grow: 1;
}

.repair__wrapper-p {
	font-size: 1.125rem;
	letter-spacing: 1.44px;
	line-height: 200%;
	margin-top: 2rem;
}

.repair__title {
	margin-top: 2.5rem;
}

.repair__cards-wrapper {
	margin-top: 2.5rem;
	padding: 2rem 8.1875rem 2rem 2rem;
}

.repair__cards-wrapper p {
	font-size: 1.25rem;
	letter-spacing: 0.8px;
}

.repair__cards {
	grid-template-columns: repeat(7, 1fr);
	margin-left: 1.6875rem;
	margin-left: 0.625rem;
}

.repair__cards > *:nth-last-child(1):nth-child(3n+1) {
	grid-column-start: auto;
}

.repair__card {
	font-size: 0.9375rem;
	height: 6.25rem;
	letter-spacing: 0.6px;
	padding: 0.625rem 0.5rem;
}

.repair__button {
	margin-inline: 0;
	margin-left: auto;
	margin-top: 2.5rem;
	width: -moz-max-content;
	width: max-content;
}

.font-loop {
	margin-top: 3rem;
}

.bbs ul {
	font-size: 8.75rem;
}

.qa {
	margin-top: -4rem;
	padding-bottom: 8.75rem;
}

.qa__heading::after {
	width: 2rem;
}

.qa__contents {
	gap: 2rem;
	margin-left: 14.0625rem;
	margin-right: 14.0625rem;
	margin-top: 2.8125rem;
}

.qa__q span {
	font-size: 2.125rem;
	letter-spacing: 1.36px;
}

.qa__q p {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.72px;
}

.qa__a span {
	font-size: 2.125rem;
	letter-spacing: 1.36px;
}

.qa__a p {
	font-size: 1.125rem;
	letter-spacing: 0.72px;
}

.customer {
	padding-bottom: 4.5625rem;
	padding-top: 6.875rem;
}

.customer__heading-en {
	font-size: 4rem;
}

.customer__contents {
	gap: 3rem;
	margin-top: 2rem;
}

.customer__title-wrapper {
	display: flex;
	gap: 4.5rem;
}

.customer__title-wrapper h3 {
	font-size: 2rem;
	letter-spacing: 2.56px;
	padding-left: 2.25rem;
}

.customer__title-wrapper h3::before {
	height: 1.25rem;
	top: 0.875rem;
	width: 1.25rem;
}

.customer__title-wrapper p {
	font-size: 1.125rem;
	letter-spacing: 1.44px;
	margin-top: 0.5625rem;
	padding-left: 2.25rem;
}

.customer__title-wrapper p::before {
	height: 1.25rem;
	width: 1.25rem;
}

.modal-open__customer {
	height: 18.75rem;
}

.modal-open__customer::before {
	bottom: 0.3125rem;
	right: 0.3125rem;
}

.customer__top-swiper {
	margin-top: 3.5rem;
}

.customer__top-slide {
	padding: 1.25rem 1.5625rem;
}

.customer__top-slide picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.top-slide__head {
	font-size: 1.125rem;
	letter-spacing: 1.44px;
}

.swiper-outline::before {
	left: -17rem;
	top: 0;
	width: 31.25rem;
}

.swiper-outline::after {
	right: -17rem;
	top: 0;
	width: 31.25rem;
}

.top-swiper {
	margin-inline: auto;
	max-width: 62.5rem;
}

.swiper-button-prev__top {
	background: #ffffff;
	border: 0.0625rem solid #000000;
	border-radius: 3.75rem;
	height: 3.25rem;
	left: 4.8125rem;
	position: absolute;
	top: 33%;
	transition: all 0.3s;
	width: 4.0625rem;
	z-index: 10;
}

.swiper-button-prev__top::before {
	background: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 0.75rem;
}

.swiper-button-prev__top:hover {
	background-color: #000000;
}

.swiper-button-prev__top:hover::before {
	background-image: url(../img/arrow-w-right.svg);
	height: 0.75rem;
	transform: translate(-50%, -50%) rotate(0deg);
	width: 1.5625rem;
}

.swiper-button-next__top {
	background: #ffffff;
	border: 0.0625rem solid #000000;
	border-radius: 3.75rem;
	height: 3.25rem;
	position: absolute;
	right: 4.8125rem;
	top: 33%;
	transition: all 0.3s;
	width: 4.0625rem;
	z-index: 10;
}

.swiper-button-next__top::before {
	background: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 0.75rem;
}

.swiper-button-next__top:hover {
	background-color: #000000;
}

.swiper-button-next__top:hover::before {
	background-image: url(../img/arrow-w-right.svg);
	height: 0.75rem;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 1.5625rem;
}

.bottom-swiper {
	margin-inline: auto;
	max-width: 62.5rem;
}

.top-swiper-sub__slide {
	height: 5.5rem;
}

.swiper-pagination-sub,
.swiper-pagination-sub2 {
	left: auto !important;
	right: 0rem;
	width: 8.75rem !important;
}

.customer__bottom-slide {
	height: 48.125rem;
}

.customer__bottom-slide-image img {
	height: 18.75rem;
}

.bottom-slide__head {
	font-size: 1.125rem;
	letter-spacing: 1.44px;
}

.swiper-button-prev__bottom {
	background: #ffffff;
	border: 0.0625rem solid #000000;
	border-radius: 3.75rem;
	height: 3.25rem;
	left: 4.8125rem;
	position: absolute;
	top: 81%;
	transition: all 0.3s;
	width: 4.0625rem;
	z-index: 10;
}

.swiper-button-prev__bottom::before {
	background: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 0.75rem;
}

.swiper-button-prev__bottom:hover {
	background-color: #000000;
}

.swiper-button-prev__bottom:hover::before {
	background-image: url(../img/arrow-w-right.svg);
	height: 0.75rem;
	transform: translate(-50%, -50%) rotate(0deg);
	width: 1.5625rem;
}

.swiper-button-next__bottom {
	background-color: #ffffff;
	border: 0.0625rem solid #000000;
	border-radius: 3.75rem;
	height: 3.25rem;
	position: absolute;
	right: 4.8125rem;
	top: 81%;
	transition: all 0.3s;
	width: 4.0625rem;
	z-index: 10;
}

.swiper-button-next__bottom::before {
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 0.75rem;
}

.swiper-button-next__bottom:hover {
	background-color: #000000;
}

.swiper-button-next__bottom:hover::before {
	background-image: url(../img/arrow-w-right.svg);
	height: 0.75rem;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 1.5625rem;
}

.news {
	padding-top: 8.75rem;
}

.news__inner {
	padding-left: 17.1875rem;
	padding-right: 17.1875rem;
}

.news__heading::after {
	width: 2rem;
}

.news__lists {
	margin-top: 3.5rem;
}

.news-link {
	gap: 1.5rem;
}

.news-link__date {
	font-size: 1.125rem;
	letter-spacing: 0.72px;
}

.news-link__label {
	font-size: 0.875rem;
	letter-spacing: 0.56px;
	padding: 0.25rem 1.25rem;
}

.news-link__title {
	font-size: 1.125rem;
	letter-spacing: 1.44px;
}

.news__more {
	font-size: 1rem;
	letter-spacing: 1.28px;
	margin-top: 2rem;
	padding: 0 0.5rem 0.625rem 0.5rem;
}

.philosophy {
	display: flex;
	gap: 4.5rem;
	padding-top: 8.6875rem;
}

.philosophy__inner {
	display: flex;
	gap: 4.5rem;
	padding-left: 9.375rem;
	padding-right: 9.375rem;
}

.philosophy__heading-sub {
	font-size: 1.5rem;
	letter-spacing: 1.92px;
	line-height: 180%;
}

.philosophy__text {
	margin: 0 auto;
	max-width: 1660px;
}

.philosophy__text span {
	font-size: 1rem;
	letter-spacing: 1.28px;
}

.philosophy__text span:nth-of-type(2) {
	font-weight: 700;
}

.company {
	padding-bottom: 8.5rem;
	padding-top: 8.75rem;
}

.company__heading::after {
	width: 2rem;
}

.company__wrapper {
	flex-direction: row;
	justify-content: space-between;
	margin-inline: auto;
	margin-top: 4rem;
	max-width: 1180px;
}

.company__wrapper-left {
	border-left: 0.125rem solid #6d5b48;
	padding-left: 2.5rem;
}

.left-title div {
	font-size: 1.625rem;
	letter-spacing: 2.08px;
	line-height: 160%;
}

.left-title p {
	font-size: 1.125rem;
	letter-spacing: 1.44px;
	margin-top: 0.25rem;
}

.left-contents {
	gap: 1rem;
	margin-top: 2.75rem;
}

.left-content div {
	font-size: 1rem;
	letter-spacing: 1.28px;
	min-width: 9.375rem;
	padding: 0.5rem;
}

.left-content p {
	font-size: 1rem;
	letter-spacing: 1.28px;
}

.company__wrapper-right {
	flex-direction: column;
	justify-content: space-between;
}

.right-map iframe {
	height: 23.625rem;
	width: 37.125rem;
}

.right-contents {
	gap: 1rem;
}

.right-content div {
	font-size: 1rem;
	letter-spacing: 1.28px;
	min-width: 9.375rem;
	padding: 0.5rem;
}

.right-content p {
	font-size: 1rem;
	letter-spacing: 1.28px;
}

.contact {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.contact__inner {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1180px;
}

.contact__left p {
	flex-grow: 1;
	font-size: 1rem;
	letter-spacing: 1.28px;
}

.contact__heading {
	text-align: left;
}

.contact__right {
	flex-direction: row;
	gap: 1.5rem;
	justify-content: end;
}

.right-card__wrapper {
	height: 13rem;
	padding: 0;
	width: 18.5rem;
}

.right-card__title1 {
	margin-top: 1.625rem;
}

.right-card__title2 {
	margin-top: 0.9375rem;
}

.right-card__title2 img {
	margin-left: 0.3125rem;
}

.right-card__icon {
	margin-top: 1.6875rem;
}

.right-card__tel {
	margin-top: 1.5rem;
}

.right-card__text {
	margin-top: 0.3125rem;
}

.right-card__qr {
	height: 7.5rem;
	margin-top: 0.4375rem;
	width: 7.5rem;
}

.footer {
	padding-bottom: 2.6875rem;
	padding-top: 6.625rem;
}

.footer__inner {
	flex-direction: row;
	gap: 13.5625rem;
}

.footer__left p {
	font-weight: 500;
}

.footer__left-title {
	font-size: 2.5rem;
	letter-spacing: 1.6px;
}

.footer__right {
	flex-grow: 1;
	padding-bottom: 3.125rem;
}

.footer__right ul {
	flex-direction: row;
	gap: 2.5rem;
}

.footer__list:nth-of-type(1) span {
	margin: 0;
}

.pagetop {
	height: 4.0625rem;
	right: 5.25rem;
	top: 0rem;
	width: 3.25rem;
}

.copyright {
	font-size: 0.875rem;
	letter-spacing: 1.5px;
	margin-right: 6.875rem;
	margin-top: 3.5rem;
	text-align: right;
}

.hidden-pc {
	display: none;
}

.hidden-sp {
	display: inline-block;
}

}

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

.header__link {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1.28px;
	line-height: 120%;
	transition: color 0.3s;
}

.header__link:hover {
	color: #aa8c5a;
}

.header__button {
	border-left: 0.125rem solid rgba(0, 0, 0, 0.2);
	border-right: 0.125rem solid rgba(0, 0, 0, 0.2);
	padding-left: 1rem;
	padding-right: 1rem;
	transition: opacity 0.3s;
}

.header__button:hover {
	opacity: 0.7;
}

}

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

.header__inner {
	height: 132px;
	padding-bottom: 3.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2.5rem;
}

.header__logo a {
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 1.04px;
}

.header__nav {
	align-items: center;
	display: flex;
	flex-grow: 1;
	gap: 1.5rem;
	justify-content: flex-end;
	position: relative;
}

.header__open {
	display: none;
}

.header__content {
	top: 132px;
}

.overlay {
	top: 132px;
}

.contact__inner {
	padding: 0;
}

}

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

html {
	font-size: calc(1800 / 1660 * 1vw);
}

}

@keyframes zoomUp {

0% {
	transform: scale(1);
}

100% {
	transform: scale(1.15);
}

}

@keyframes pathmove {

0% {
	height: 0;
	opacity: 0;
	top: 0;
}

30% {
	height: 30px;
	opacity: 1;
}

100% {
	height: 0;
	opacity: 0;
	top: 50px;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes flowing {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}

