/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

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

:root {
	--bg-main: #faf9f6;
	--bg-white: #ffffff;
	--bg-warm: #f9f7f6;
	--bg-dark-warm: #f4f0ed;
	--text-primary: #241f1b;
	--text-secondary: #858380;
	--accent: #f0822d;
	--accent-border: #c06824;
	--footer-dark: #5a4a42;
	--max-width: 1440px;
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #faf9f6;
	color: #241f1b;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
}

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

.placeholder-img {
	background-color: #dad9d9;
	border-radius: 16px;
}

.tagline {
	color: #f0822d;
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}

.section-heading {
	color: #241f1b;
	font-family: "Zen Antique", serif;
	text-align: center;
}

.section-subtext {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 10px;
}

.pill-badge {
	align-items: center;
	background-color: #ffffff;
	border: 1px solid rgba(12, 7, 2, 0.2);
	border-bottom: 3px solid rgba(12, 7, 2, 0.25);
	border-radius: 28px;
	color: #241f1b;
	display: inline-flex;
	font-family: "Shippori Antique", serif;
	font-size: 16px;
	padding: 8px 20px;
	white-space: nowrap;
}

.btn-cta {
	align-items: center;
	background-color: #f0822d;
	border: none;
	border-bottom: 4px solid #c06824;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Shippori Antique", serif;
	font-size: 18px;
	font-weight: 600;
	justify-content: center;
	max-width: 422px;
	padding: 16px 40px;
	text-decoration: none;
	transition: opacity 0.2s ease;
	white-space: nowrap;
}

.btn-cta:hover {
	opacity: 0.9;
}

.navbar {
	align-items: center;
	background-color: #ffffff;
	border-bottom: 1px solid rgba(12, 7, 2, 0.1);
	display: flex;
	height: 72px;
	left: 0;
	padding: 0 64px;
	position: fixed;
	right: 0;
	top: 0;
	transition: transform 0.3s ease;
	z-index: 20;
}

.navbar-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.navbar-logo {
	margin-right: 30px;
	width: 140px;
}

.navbar-logo img {
	height: auto;
	width: 100%;
}

.navbar-links {
	align-items: center;
	display: flex;
	gap: 40px;
	list-style: none;
	margin-right: auto;
}

.navbar-links a {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 15px;
	text-decoration: none;
	transition: color 0.2s;
}

.navbar-links a:hover {
	opacity: 0.7;
}

.navbar-cta {
	font-size: 14px;
	padding: 10px 24px;
}

.hero {
	align-items: center;
	background-color: #faf9f6;
	display: flex;
	height: 60vw;
	justify-content: center;
	margin-top: 72px;
	overflow: hidden;
	position: relative;
}

.hero-images--left {
	left: 0;
}

.hero-images--left .hero-img_1 {
	left: 10vw;
	position: absolute;
	top: -13vw;
	width: 21vw;
	z-index: 2;
}

.hero-images--left .hero-img_2 {
	left: 2vw;
	position: absolute;
	top: 10vw;
	width: 21vw;
	z-index: 3;
}

.hero-images--left .hero-img_3 {
	left: 10vw;
	position: absolute;
	top: 32vw;
	width: 21vw;
	z-index: 1;
}

.hero-images--right {
	right: 0;
}

.hero-images--right .hero-img_4 {
	position: absolute;
	right: 10vw;
	top: -13vw;
	width: 21vw;
	z-index: 2;
}

.hero-images--right .hero-img_5 {
	position: absolute;
	right: 2vw;
	top: 10vw;
	width: 21vw;
	z-index: 3;
}

.hero-images--right .hero-img_6 {
	position: absolute;
	right: 10vw;
	top: 32vw;
	width: 21vw;
	z-index: 1;
}

.hero-img {
	-o-object-fit: cover;
	border-radius: 16px;
	flex-shrink: 0;
	height: 310px;
	object-fit: cover;
	width: 100%;
}

.hero-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 760px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	z-index: 1;
	z-index: 100;
}

.hero-headline {
	color: #241f1b;
	font-family: "Zen Antique", serif;
	font-size: 5vw;
	letter-spacing: 0.72px;
	line-height: 1.3;
	white-space: nowrap;
}

.hero-badges {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.hero-subtext {
	font-family: "Shippori Antique", serif;
	font-size: 20px;
	line-height: 1.6;
}

.hero-subtext-secondary {
	color: #858380;
	font-family: "Shippori Antique", serif;
	font-size: 16px;
	line-height: 1.7;
	max-width: 600px;
}

.hero-images-sp {
	display: none;
}

.section-message {
	background-color: #ffffff;
	padding: 120px 64px;
}

.section-message-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1440px;
}

.section-message .section-heading {
	font-size: 60px;
	letter-spacing: 0.6px;
	max-width: 780px;
}

.section-message .message-body {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 20px;
	line-height: 1.8;
	margin-top: 32px;
	max-width: 680px;
	text-align: center;
}

.section-message .message-image {
	-o-object-fit: cover;
	border-radius: 16px;
	height: 550px;
	margin-top: 48px;
	max-width: 1200px;
	object-fit: cover;
	width: 100%;
}

.section-reason {
	background-color: #f9f7f6;
	padding: 120px 64px;
}

.section-reason-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin: 0 auto;
	max-width: 1440px;
}

.section-reason-header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.section-reason-header .section-subtext {
	margin-top: 16px;
	text-align: center;
}

.section-reason .section-heading {
	font-size: 48px;
}

.reason-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 1fr;
}

.reason-col {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.reason-card {
	background-color: #f4f0ed;
	border: 1px solid rgba(12, 7, 2, 0.15);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 45vw;
}

.reason-card-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
}

.reason-card-tag {
	align-items: center;
	border: 1px solid #f0822d;
	border-radius: 4px;
	color: #f0822d;
	display: inline-flex;
	font-family: "Sora", sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 8px;
	width: -moz-fit-content;
	width: fit-content;
}

.reason-card-title {
	color: #241f1b;
	font-family: "Zen Antique", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}

.reason-card-subtitle {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.reason-card-body {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 15px;
	line-height: 1.7;
}

.reason-card-image {
	-o-object-fit: cover;
	flex-shrink: 0;
	height: 360px;
	object-fit: cover;
	width: 100%;
}

.section-product {
	background-color: #ffffff;
	padding: 120px 64px;
}

.section-product-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1440px;
}

.section-product-inner .hero-badges {
	margin-top: 24px;
}

.section-product-inner .section-subtext {
	margin-top: 24px;
}

.section-product-inner .product-tabs {
	margin-top: 35px;
}

.section-product-inner .product-tab-content {
	margin-top: 30px;
}

.section-product .section-heading {
	font-size: 48px;
}

.section-product .section-body {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 48px;
	text-align: center;
}

.product-tabs {
	align-items: stretch;
	display: flex;
	gap: 0;
	max-width: 1280px;
	width: 100%;
}

.product-tab {
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 24px;
	justify-content: flex-start;
	padding: 16px 24px;
	transition: all 0.2s ease;
}

.product-tab.active {
	position: relative;
}

.product-tab.active::after {
	background: url("../img/line_product.png") no-repeat center/contain;
	bottom: 0;
	content: "";
	height: 16px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 287px;
}

.product-tab.active .product-tab-pill {
	background-color: #f0822d;
	border-bottom-width: 4px;
	border-color: #c06824;
	color: #fff;
}

.product-tab:not(.active) .product-tab-pill {
	background-color: #ffffff;
	border-bottom-width: 4px;
	border-color: rgb(80, 73, 66);
	color: #241f1b;
}

.product-tab-pill {
	align-items: center;
	border: 1.5px solid;
	border-radius: 50px;
	display: flex;
	font-family: "Sora", sans-serif;
	font-size: 26px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.26px;
	padding: 12px 32px;
	transition: all 0.2s ease;
	width: 240px;
}

.product-tab-info {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 24px;
	text-align: center;
}

.product-tab-name {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

.product-tab-sub {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}

.product-tab-content {
	align-items: center;
	display: none;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.product-tab-content.active {
	display: flex;
}

.product-tab-image-wrap {
	border-radius: 16px;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.product-tab-image {
	-o-object-fit: cover;
	border-radius: 16px;
	display: block;
	height: 550px;
	max-width: 1200px;
	object-fit: cover;
	width: 100%;
}

.product-tab-logo {
	height: auto;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 200px;
}

.product-sp-cards {
	display: none;
}

.section-product-detail {
	padding: 120px 64px;
}

.section-product-detail-inner {
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin: 0 auto;
	max-width: 1440px;
}

.section-product-detail-alt {
	background-color: transparent;
}

.product-detail-header {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.product-detail-header .section-heading {
	font-size: 48px;
}

.product-detail-header .product-detail-sub {
	font-family: "Shippori Antique", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}

.product-detail-layout {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 584px;
}

.product-detail-images {
	aspect-ratio: 1/1;
	flex-shrink: 0;
	position: relative;
	width: 584px;
}

.product-detail-image {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 16px;
	display: none;
	flex-shrink: 0;
	object-fit: cover;
	width: 584px;
}

.product-detail-image.active {
	display: block;
}

#product-floor .product-detail-images {
	display: flex;
	align-items: center;
	justify-content: center;
}

#product-floor .product-detail-image:nth-child(2),
#product-floor .product-detail-image:nth-child(3) {
	width: 584px;
	height: auto;
	aspect-ratio: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.product-detail-image-grid {
	aspect-ratio: 1/1;
	display: none;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
	width: 584px;
}

.product-detail-image-grid.active {
	display: grid;
}

.product-detail-image-grid img {
	-o-object-fit: cover;
	border-radius: 12px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.accordion-list {
	display: flex;
	flex-direction: column;
}

.accordion-item {
	border-bottom: 1px solid rgba(12, 7, 2, 0.12);
}

.accordion-item:first-child {
	border-top: 1px solid rgba(12, 7, 2, 0.12);
}

.accordion-header {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 24px 8px 24px 0;
	user-select: none;
}

.accordion-header::-webkit-details-marker {
	display: none;
}

.accordion-title {
	color: #858380;
	font-family: "Zen Antique", serif;
	font-size: 32px;
	letter-spacing: 0.32px;
	line-height: 1.2;
	transition: color 0.2s;
}

.accordion-icon {
	align-items: center;
	border: 2px solid #858380;
	border-radius: 50%;
	color: #858380;
	display: flex;
	flex-shrink: 0;
	font-size: 20px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	transition: transform 0.2s, border-color 0.2s, color 0.2s;
	width: 32px;
}

.accordion-item[open] .accordion-title {
	color: #241f1b;
}

.accordion-item[open] .accordion-icon {
	border-color: #241f1b;
	color: #241f1b;
	transform: rotate(45deg);
}

.accordion-item:not([open]) .accordion-title {
	color: #858380;
}

.accordion-body {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 18px;
	line-height: 1.6;
	max-width: 600px;
	padding: 0 0 24px 0;
}

.section-table {
	padding: 80px 64px 120px;
}

.section-table-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 auto;
	max-width: 1440px;
	overflow: hidden;
}

.section-table--warm {
	background-color: #f9f7f6;
}

.section-table--dark {
	background-color: #f4f0ed;
}

.table-header {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.table-header .section-heading {
	font-size: 32px;
}

.table-subtext {
	font-family: "Shippori Antique", serif;
	font-size: 17px;
}

.comparison-table-wrap {
	border: 1px solid rgba(12, 7, 2, 0.1);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.comparison-table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.comparison-table thead th {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 24px;
	text-align: center;
	vertical-align: middle;
}

.comparison-table thead th:first-child {
	font-size: 24px;
	text-align: left;
	width: 380px;
}

.comparison-table tbody tr {
	height: 84px;
}

.comparison-table tbody tr:nth-child(odd) td {
	background-color: #ffffff;
}

.comparison-table tbody tr:nth-child(even) td {
	background-color: #faf9f6;
}

.comparison-table td {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 16px;
	line-height: 1.5;
	padding: 16px 24px;
	text-align: center;
	vertical-align: middle;
}

.comparison-table td:first-child {
	font-weight: 600;
	text-align: left;
}

.comparison-table-wrap::after {
	border: 3px solid #f0822d;
	border-radius: 16px;
	bottom: 0;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 33.33%;
}

.section-cta {
	background-color: #f9f7f6;
	padding: 120px 64px;
}

.section-cta-inner {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 600px;
	margin: 0 auto;
	max-width: 1440px;
}

.cta-text-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.cta-heading {
	color: #241f1b;
	font-family: "Zen Antique", serif;
	font-size: 48px;
	line-height: 1.3;
}

.cta-subtitle {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 20px;
	line-height: 1.6;
}

.cta-body {
	font-family: "Shippori Antique", serif;
	font-size: 17px;
	line-height: 1.8;
}

.cta-note {
	font-family: "Shippori Antique", serif;
	font-size: 13px;
}

.cta-image-col {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.cta-main-image {
	-o-object-fit: cover;
	border-radius: 16px;
	height: 300px;
	object-fit: cover;
	width: 600px;
}

.cta-image-desc {
	color: #858380;
	font-family: "Shippori Antique", serif;
	font-size: 15px;
	line-height: 1.7;
}

.cta-desc-col {
	margin: 60px auto 0;
	width: 1440px;
}

.cta-kit-title {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 16px;
}

.cta-kit-list {
	display: flex;
	flex-direction: column;
	font-family: "Shippori Antique", serif;
	font-size: 15px;
	gap: 8px;
	line-height: 1.7;
}

.cta-lower-heading {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 30px;
	font-weight: 700;
}

.cta-lower-body {
	font-family: "Shippori Antique", serif;
	font-size: 17px;
	line-height: 1.7;
}

.section-company {
	padding: 120px 64px 30px;
}

.section-company-inner {
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin: 0 auto;
	max-width: 1440px;
}

.section-company-header {
	display: flex;
	flex-direction: column;
}

.section-company-header .section-heading {
	font-size: 48px;
	text-align: left;
}

.company-layout {
	align-items: start;
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 1fr;
}

.company-info-list {
	display: flex;
	flex-direction: column;
}

.company-info-item {
	border-bottom: 1px solid rgba(12, 7, 2, 0.08);
	border-left: 3px solid rgba(12, 7, 2, 0.1);
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 24px 0 24px 24px;
}

.company-info-item.active {
	border-left-color: #f0822d;
}

.company-info-item:first-child {
	background: #f4f0ed;
}

.company-info-label {
	font-family: "Sora", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.company-info-value {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 17px;
	line-height: 1.6;
}

.company-info-sub {
	font-family: "Shippori Antique", serif;
	font-size: 17px;
	margin-top: 2px;
}

.btn-contact {
	align-items: center;
	background-color: #f0822d;
	border-bottom: 4px solid #c06824;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Shippori Antique", serif;
	font-size: 16px;
	font-weight: 600;
	gap: 10px;
	justify-content: center;
	margin-top: 24px;
	padding: 14px 24px;
	text-decoration: none;
	transition: opacity 0.2s;
	width: 240px;
}

.btn-contact:hover {
	opacity: 0.9;
}

.btn-contact svg {
	flex-shrink: 0;
}

.company-map {
	-o-object-fit: cover;
	border-radius: 16px;
	height: 420px;
	object-fit: cover;
	width: 100%;
}

.site-footer {
	background-color: #f9f7f6;
	padding: 80px 64px 40px;
}

.footer-inner {
	margin: 0 auto;
	max-width: 1440px;
}

.footer-top {
	align-items: end;
	border-bottom: 1px solid rgba(12, 7, 2, 0.12);
	display: flex;
	justify-content: space-between;
	padding-bottom: 48px;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-brand-logos {
	display: flex;
	gap: 20px;
}

.footer-brand-logo-item {
	align-items: center;
	border-radius: 6px;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 320px;
}

.footer-brand-logo-item img {
	height: auto;
	max-width: 100%;
}

.footer-logo {
	width: 320px;
}

.footer-logo img {
	height: auto;
	width: 100%;
}

.footer-social {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-social-label {
	color: #858380;
	font-family: "Sora", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-social-links {
	display: flex;
	gap: 16px;
}

.social-icon:hover {
	background-color: #f0822d;
	color: #fff;
}

.social-icon svg {
	height: 20px;
	width: 20px;
}

.footer-bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-top: 32px;
}

.footer-copy {
	color: #858380;
	font-family: "Inter", sans-serif;
	font-size: 13px;
}

.footer-nav {
	display: flex;
	gap: 32px;
	list-style: none;
}

.footer-nav a {
	color: #858380;
	font-family: "Shippori Antique", serif;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s;
}

.footer-nav a:hover {
	color: #f0822d;
}

.navbar-hamburger {
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 32px;
	justify-content: center;
	padding: 4px;
	width: 32px;
}

.navbar-hamburger span {
	background-color: #241f1b;
	border-radius: 2px;
	display: block;
	height: 2px;
	transition: 0.3s;
	width: 100%;
}

.mobile-menu {
	background-color: #ffffff;
	bottom: 0;
	display: flex;
	flex-direction: row;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	z-index: 200;
}

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

.mobile-menu-header {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow-y: auto;
	padding: 0 20px;
}

.mobile-menu-header-top {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 60px;
	justify-content: space-between;
}

.mobile-menu-logo {
	width: 100px;
}

.mobile-menu-logo img {
	height: auto;
	width: 100%;
}

.mobile-menu-close {
	align-items: center;
	background: none;
	border: none;
	color: #241f1b;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.mobile-menu-links {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 16px 0;
}

.mobile-menu-links li {
	border-bottom: 1px solid rgba(12, 7, 2, 0.1);
}

.mobile-menu-links li:first-child {
	border-top: 1px solid rgba(12, 7, 2, 0.1);
}

.mobile-menu-links a {
	color: #241f1b;
	display: block;
	font-family: "Shippori Antique", serif;
	font-size: 18px;
	font-weight: 600;
	padding: 20px 0;
	text-decoration: none;
}

.mobile-menu-cta {
	background-color: #f9f7f6;
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 400px;
	overflow-y: auto;
	padding: 24px 20px;
	width: 50%;
}

.mobile-menu-cta-image-wrap {
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
}

.mobile-menu-cta-image-wrap img {
	display: block;
	height: auto;
	width: 100%;
}

.mobile-menu-cta-title {
	color: #241f1b;
	font-family: "Zen Antique", serif;
	font-size: 22px;
	font-weight: normal;
}

.mobile-menu-cta-list {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 14px;
	line-height: 1.7;
	padding-left: 20px;
}

.mobile-menu-cta-list li {
	margin-bottom: 4px;
}

.mobile-menu-cta .btn-cta {
	font-size: 16px;
	padding: 14px 20px;
	text-align: center;
	width: 100%;
}

.m_404 {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	padding: 120px 20px 80px;
}

.m_404 .inner {
	max-width: 640px;
	text-align: center;
	width: 100%;
}

.entry-404-head {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.entry-404-head span {
	display: block;
	font-size: 120px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 10px;
}

.entry-404-lead {
	font-size: 20px;
	margin-bottom: 20px;
}

.entry-404-content {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 50px;
}

.entry-404-btn .btn {
	align-items: center;
	border: none;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	height: 50px;
	justify-content: center;
	max-width: 100%;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 298px;
}

.entry-404-btn .btn:hover {
	opacity: 0.8;
}

.fade-in {
	opacity: 0;
	transition: opacity 0.8s ease;
}

.fade-in.is-in-view {
	opacity: 1;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s ease, transform 1s ease;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-s {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-in-up-s.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s ease, transform 1s ease;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.scale-in {
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 1s ease, transform 1s ease;
}

.scale-in.is-in-view {
	opacity: 1;
	transform: scale(1);
}

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

.section-product-inner .hero-badges {
	display: none;
}

.section-product-inner .section-subtext {
	display: none;
}

.section-product-inner .product-tabs {
	display: none;
}

.section-product .section-body {
	display: none;
}

.comparison-table thead th:first-child {
	width: 120px;
}

.site-footer {
	padding: 0 20px;
}

.footer-top {
	display: block;
	text-align: center;
}

.footer-brand {
	display: block;
	text-align: center;
}

.footer-brand-logos {
	align-items: center;
	flex-direction: column;
	gap: 0;
	margin-top: 25px;
}

.navbar {
	height: 60px;
	padding: 0 16px;
	transform: translateY(0) !important;
}

.navbar-inner {
	justify-content: space-between;
}

.navbar-links {
	display: none;
}

.navbar-cta.navbar-cta {
	display: none;
}

.navbar-hamburger {
	display: flex;
}

.navbar-logo {
	margin-right: 0;
	width: 100px;
}

.mobile-menu {
	flex-direction: column;
}

.mobile-menu-header {
	flex: none;
	padding: 0 20px;
}

.mobile-menu-cta {
	max-width: 100%;
	padding: 20px;
	width: 100%;
}

.hero {
	margin-top: 60px;
	min-height: 600px;
	overflow: hidden;
	padding: 20px 0 0;
}

.hero-images--left .hero-img_1 {
	left: -4vw;
	top: -12vw;
	width: 38vw;
}

.hero-images--left .hero-img_2 {
	left: -5vw;
	top: 100vw;
	width: 40vw;
}

.hero-images--left .hero-img_3 {
	left: 26vw;
	top: 112vw;
	width: 36vw;
}

.hero-images--right .hero-img_4 {
	left: 28vw;
	right: auto;
	top: -18vw;
	width: 35vw;
}

.hero-images--right .hero-img_5 {
	right: -3vw;
	top: -8vw;
	width: 38vw;
}

.hero-images--right .hero-img_6 {
	right: -4vw;
	top: 96vw;
	width: 39vw;
}

.hero-content {
	gap: 20px;
	max-width: 100%;
	padding: 0 16px;
}

.hero-headline {
	font-size: 24px;
	letter-spacing: 0.24px;
	line-height: 1.5;
	white-space: normal;
}

.hero-badges {
	gap: 8px;
}

.hero-subtext {
	font-size: 15px;
}

.hero-subtext-secondary {
	font-size: 13px;
}

.pill-badge {
	font-size: 13px;
	padding: 6px 14px;
}

.btn-cta {
	font-size: 15px;
	max-width: 100%;
	padding: 14px 28px;
	text-align: center;
	width: 100%;
}

.tagline {
	font-size: 14px;
}

.section-heading {
	font-size: 24px !important;
}

.section-subtext {
	font-size: 15px;
}

.section-message {
	padding: 64px 20px;
}

.section-message-inner {
	gap: 0;
}

.section-message .section-heading {
	font-size: 22px !important;
	letter-spacing: 0.3px;
	text-align: center;
}

.section-message .message-body {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 0;
	text-align: center;
}

.section-message .message-image {
	border-radius: 12px;
	height: 200px;
	margin-top: 24px;
}

.section-reason {
	padding: 64px 20px;
}

.section-reason-inner {
	gap: 0;
}

.section-reason-header .section-subtext {
	font-size: 14px;
	text-align: center;
}

.reason-grid {
	gap: 20px;
	grid-template-columns: 1fr;
}

.reason-col {
	gap: 20px;
}

.reason-card {
	border-radius: 12px;
	width: 100%;
}

.reason-card-content {
	gap: 8px;
	padding: 20px 16px;
}

.reason-card-tag {
	font-size: 12px;
	padding: 3px 6px;
}

.reason-card-title {
	font-size: 17px;
	white-space: normal;
}

.reason-card-subtitle {
	font-size: 13px;
}

.reason-card-body {
	font-size: 13px;
	line-height: 1.7;
}

.reason-card-image {
	height: 200px;
}

.section-product {
	padding: 64px 20px;
}

.section-product-inner {
	gap: 0;
}

.section-product-inner .hero-badges {
	margin-top: 16px;
}

.section-product-inner .section-subtext {
	margin-top: 12px;
}

.section-product .section-heading {
	font-size: 24px !important;
}

.section-product .section-body {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.section-product .section-body br {
	display: none;
}

.product-tabs,
.product-tab-content {
	display: none !important;
}

.product-sp-cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 32px;
	width: 100%;
}

.product-sp-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

.product-sp-card-image-wrap {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.product-sp-card-image {
	-o-object-fit: cover;
	display: block;
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.product-sp-card-logo {
	height: auto;
	left: 12px;
	pointer-events: none;
	position: absolute;
	top: 12px;
	width: 80px;
}

.product-sp-card-name {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 17px;
	font-weight: 700;
	margin-top: 4px;
}

.product-sp-card-sub {
	color: #241f1b;
	font-family: "Shippori Antique", serif;
	font-size: 13px;
	line-height: 1.6;
}

.product-sp-card-btn {
	align-items: center;
	background-color: #f0822d;
	border-bottom: 3px solid #c06824;
	border-radius: 100px;
	color: #fff;
	display: inline-flex;
	font-family: "Shippori Antique", serif;
	font-size: 15px;
	font-weight: 600;
	gap: 8px;
	justify-content: space-between;
	margin-top: 4px;
	padding: 12px 32px;
	text-decoration: none;
	width: 240px;
}

.product-sp-card-btn-arrow {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-flex;
	font-size: 14px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

.section-product-detail {
	padding: 48px 20px;
}

.section-product-detail-inner {
	gap: 32px;
}

.product-detail-header .section-heading {
	text-align: center;
}

.product-detail-header .product-detail-sub {
	font-size: 14px;
	text-align: center;
}

.product-detail-layout {
	gap: 24px;
	grid-template-columns: 1fr;
}

.product-detail-layout--reverse {
	grid-template-columns: 1fr;
}

.product-detail-layout--reverse .product-detail-images {
	order: -1;
}

.product-detail-images {
	aspect-ratio: 1/1;
	height: auto;
	width: 100%;
}

.product-detail-image {
	border-radius: 12px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#product-floor .product-detail-images {
	display: flex;
	align-items: center;
	justify-content: center;
}

#product-floor .product-detail-image:nth-child(2),
#product-floor .product-detail-image:nth-child(3) {
	position: absolute;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.product-detail-image-grid {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.product-detail-image-grid img {
	border-radius: 8px;
}

.accordion-title {
	font-size: 17px;
}

.accordion-body {
	font-size: 14px;
	max-width: 100%;
}

.accordion-icon {
	font-size: 16px;
	height: 28px;
	width: 28px;
}

.accordion-header {
	padding: 20px 4px 20px 0;
}

.section-table {
	padding: 48px 20px;
}

.section-table-inner {
	gap: 24px;
}

.table-subtext {
	font-size: 14px;
}

.comparison-table-wrap {
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(12, 7, 2, 0.1);
	border-radius: 16px;
	overflow-x: auto;
}

.comparison-table-wrap::after {
	display: none;
}

.comparison-table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 500px;
	table-layout: fixed;
	width: 100%;
}

.comparison-table colgroup col:first-child {
	width: 120px !important;
}

.comparison-table colgroup col:nth-child(2) {
	width: 145px !important;
}

.comparison-table thead th:last-child {
	border-left: 3px solid #f0822d;
	border-right: 3px solid #f0822d;
	border-top: 3px solid #f0822d;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.comparison-table tbody tr:last-child td:last-child {
	border-bottom: 3px solid #f0822d;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border-left: 3px solid #f0822d;
	border-right: 3px solid #f0822d;
}

.comparison-table tbody tr:not(:last-child) td:last-child {
	border-left: 3px solid #f0822d;
	border-right: 3px solid #f0822d;
}

.comparison-table .comparison-table-th {
	font-size: 20px;
}

.comparison-table thead th {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	padding: 16px 12px;
}

.comparison-table thead th:first-child {
	font-size: 13px;
	font-weight: 700;
	max-width: 120px;
	min-width: 120px;
	text-align: left;
	width: 120px !important;
}

.comparison-table thead th:nth-child(2) {
	max-width: 145px;
	min-width: 145px;
	width: 145px;
}

.comparison-table thead th:last-child {
	min-width: 180px;
}

.comparison-table tbody tr {
	height: auto;
}

.comparison-table tbody td {
	font-size: 13px;
	line-height: 1.5;
	padding: 16px 12px;
}

.comparison-table tbody td:first-child {
	font-size: 13px;
	max-width: 120px;
	min-width: 120px;
	width: 120px !important;
}

.comparison-table tbody td:nth-child(2) {
	max-width: 145px;
	min-width: 145px;
	width: 145px;
}

.section-cta {
	padding: 64px 20px;
}

.section-cta-inner {
	gap: 32px;
	grid-template-columns: 1fr;
}

.cta-heading {
	font-size: 24px;
}

.cta-subtitle {
	font-size: 15px;
}

.cta-body {
	font-size: 14px;
}

.cta-note {
	font-size: 12px;
}

.cta-image-col::before,
.cta-image-col::after {
	display: none;
}

.cta-main-image {
	aspect-ratio: 16/9;
	height: auto;
	width: 100%;
}

.cta-kit-title {
	font-size: 17px;
}

.cta-kit-list {
	font-size: 13px;
}

.cta-desc-col {
	margin: 32px auto 0;
	width: 100%;
}

.cta-lower-heading {
	font-size: 16px;
}

.cta-lower-body {
	font-size: 13px;
}

.section-company {
	padding: 64px 20px 30px;
}

.section-company-inner {
	gap: 32px;
}

.section-company-header .section-heading {
	text-align: left;
}

.company-layout {
	gap: 32px;
	grid-template-columns: 1fr;
}

.company-info-item {
	padding: 16px 0 16px 16px;
}

.company-info-label {
	font-size: 18px;
}

.company-info-value {
	font-size: 14px;
}

.company-info-sub {
	font-size: 14px;
}

.btn-contact {
	width: 100%;
}

.company-map {
	border-radius: 12px;
	height: 240px;
}

.site-footer {
	padding: 48px 20px 24px;
}

.footer-top {
	align-items: center;
	flex-direction: column;
	gap: 24px;
	padding-bottom: 32px;
}

.footer-brand {
	align-items: center;
}

.footer-brand-logos {
	align-items: center;
	flex-direction: column;
	gap: 12px;
}

.footer-logo {
	width: 200px;
}

.footer-brand-logo-item {
	height: auto;
	width: 200px;
}

.footer-social {
	align-items: center;
	margin-top: 20px;
}

.footer-bottom {
	align-items: center;
	flex-direction: column;
	gap: 16px;
	padding-top: 24px;
	text-align: center;
}

.footer-nav {
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.entry-404-head span {
	font-size: 80px;
}

.entry-404-head {
	font-size: 18px;
	margin-bottom: 30px;
}

.entry-404-lead {
	font-size: 18px;
}

.entry-404-content {
	font-size: 14px;
	margin-bottom: 40px;
}

.entry-404-btn .btn {
	max-width: 298px;
	width: 100%;
}

}

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

.section-reason-header .section-subtext {
	margin-bottom: 50px;
}

.product-detail-header .product-detail-sub {
	margin-top: 20px;
}

}

