:root {
	--font-weight-regular: 400;
	--font-weight-normal: 500;
	--font-weight-bold: 700;
}

:root {
	--black: #302B2C;
	--white: #fff;
	--red: #D0121B;
}

body {
	color: #302B2C;
	color: var(--black);
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

/* グローバルリセット */

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

* {
	min-height: 0;
	min-height: initial;
	min-width: 0;
	min-width: initial;
}

/* テキストサイズの調整をリセット */

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* ボディの基本設定 */

body {
	word-wrap: anywhere;
	font-feature-settings: normal;
	font-size: 1rem;
	line-break: strict;
	margin: 0;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	word-break: normal;
}

section {
	padding: 0;
}

section p {
	line-height: 1.7;
	text-align: left;
	text-align: initial;
}

a:hover {
	color: #000;
	color: initial;
}

/* デフォルトの余白とパディングを削除 */

ul,
ol,
button,
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
time,
small {
	font-feature-settings: initial;
	margin: 0;
	padding: 0;
}

/* リストスタイルのリセット */

ul,
ol {
	list-style: none;
}

/* クラスなしのaタグにデフォルトのスタイルを適用 */

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

/* インラインブロック要素 */

a,
span,
button {
	font-feature-settings: initial;
	display: inline-block;
}

/* フォントとマージンのリセット */

small,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

/* 画像の調整 */

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

/* 記事内の自然な余白を設定 */

article > * + * {
	margin-top: 1em;
}

/* フォーム要素のフォント継承 */

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

/* フォームのリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}

textarea {
	resize: vertical;
}

/* チェックボックスとラジオボタンを非表示 */

input[type=checkbox],
input[type=radio] {
	display: none;
}

/* ボタンやラベルにカーソルを設定 */

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

/* IE用の選択ボックスアイコンを非表示 */

select::-ms-expand {
	display: none;
}

/* aタグのスタイルとトランジション */

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

button {
	color: inherit;
}

/* ホバー時のカーソル設定 */

/* PCでtelリンクを無効化 */

/* タップ時のハイライトを透明に設定 */

a {
	-webkit-tap-highlight-color: transparent; /* リンクのハイライトを透明に */
}

button {
	-webkit-tap-highlight-color: transparent; /* ボタンのハイライトも透明に */
}

.about {
	background: url("../images/top/about-bg-sp.jpg") no-repeat center center/cover;
	margin-top: 90px;
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
	position: relative;
}

.about__subtitle {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
	line-height: 1.7;
	margin-bottom: 0;
	margin-top: 24px;
	text-align: center;
}

.about__description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 2;
	margin-top: 14px;
	text-align: left;
}

.about__link-wrap {
	margin-top: 40px;
	text-align: center;
}

.btob-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 540px;
	padding-left: 20px;
	padding-right: 20px;
}

/* ===============================================
# btob-mv
=============================================== */

.btob-mv {
	height: auto;
	padding: 0;
}

.btob-mv__img {
	-o-object-fit: cover;
	aspect-ratio: 375/375;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# btob-intro
=============================================== */

.btob-intro {
	margin-top: 20px;
	padding: 0;
}

.btob-intro__catch {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 1.6;
	text-align: center;
}

.btob-intro__description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
	margin-top: 10px;
	text-align: center;
}

/* ===============================================
# btob-point
=============================================== */

.btob-point {
	margin-top: clamp(40px, -53.0909090909px + 29.0909090909vw, 56px);
	padding: 0;
}

.btob-point__content {
	margin-top: 20px;
}

.btob-point__list {
	display: grid;
	grid-template-columns: 1fr;
}

.btob-point__item-header {
	grid-gap: 13px;
	align-items: center;
	display: grid;
	gap: 13px;
	grid-template-columns: 70px auto;
	text-align: left;
}

.btob-point__item-number {
	align-items: center;
	aspect-ratio: 1/1;
	background: #F7F7F7;
	border-radius: calc(infinity * 1px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.btob-point__item-number-text {
	color: #D0121B;
	font-family: "Caveat", cursive;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.btob-point__item-number-icon {
	font-size: 30px;
	font-weight: 250;
	opacity: 0.5;
	text-align: center;
}

.btob-point__item-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.39px;
	line-height: 1.3;
	margin: 0;
	text-align: left;
}

.btob-point__item-text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
	margin-top: 10px;
	text-align: left;
}

/* ===============================================
# btob-customize
=============================================== */

.btob-customize {
	margin-top: clamp(40px, -18.1818181818px + 18.1818181818vw, 50px);
	padding: 0;
}

.btob-customize__description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1.7;
	margin-top: 20px;
	text-align: left;
}

.btob-customize__content {
	margin-top: 20px;
}

.btob-customize__list {
	grid-gap: 10px;
	background-color: #F7F7F7;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	padding: 10px;
}

.btob-customize__item {
	background-color: #fff;
}

.btob-customize__item--1,
.btob-customize__item--2,
.btob-customize__item--3 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.btob-customize__item--4,
.btob-customize__item--5,
.btob-customize__item--6 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.btob-customize__item-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.btob-customize__item--4 .btob-customize__item-img-wrap,
.btob-customize__item--5 .btob-customize__item-img-wrap,
.btob-customize__item--6 .btob-customize__item-img-wrap {
	padding-left: 14.5px;
	padding-right: 14.5px;
}

.btob-customize__item-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.btob-customize__item-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.btob-customize__item-text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
}

.btob-point__contact-link {
	display: flex;
	justify-content: center;
	margin-top: 17px;
}

.btob-point__notice {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 40px;
}

.btob-point__notice-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 500;
}

.btob-point__notice-text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
}

.btob-point__order-link {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

/* ===============================================
# btob-delivery
=============================================== */

.btob-delivery {
	margin-top: clamp(40px, 10.9090909091px + 9.0909090909vw, 45px);
	padding: 0;
}

.btob-delivery__description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
	margin-top: 20px;
}

.btob-delivery__images {
	grid-gap: 10px;
	background-color: #F7F7F7;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	margin-top: 20px;
	padding: 10px;
}

.btob-delivery__image-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

/* ===============================================
# btob-delivery-process
=============================================== */

.btob-delivery-process {
	margin-top: clamp(40px, 10.9090909091px + 9.0909090909vw, 45px);
	padding: 0;
}

.btob-delivery-process__content {
	margin-top: 22px;
}

.btob-delivery-process__list {
	display: flex;
	flex-direction: column;
}

.btob-delivery-process__item {
	background: #FFF;
	border: 1px solid #C9C9C9;
	padding: 7px 20px;
}

.btob-delivery-process__item-title {
	align-items: center;
	display: flex;
	gap: 11px;
	margin: 0;
	text-align: left;
}

.btob-delivery-process__item-title-number {
	color: #D0121B;
	color: var(--red);
	font-family: "Caveat", cursive;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}

.btob-delivery-process__item-title-text {
	color: #302B2C;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.btob-delivery-process__item-text {
	color: #302B2C;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
	text-align: left;
}

.btob-delivery-process__item-icon {
	color: #D0121B;
	color: var(--red);
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.btob-delivery-process__notice {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
	margin-top: 20px;
}

.btob-delivery-process__link-wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

/* ===============================================
# btob-works
=============================================== */

.btob-works {
	margin-top: clamp(40px, -18.1818181818px + 18.1818181818vw, 50px);
	padding: 0;
}

.btob-works__list {
	grid-gap: 25px 10px;
	display: grid;
	gap: 25px 10px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 15px;
}

.btob-works__item-img-wrap {
	position: relative;
}

.btob-works__item-img-zoom-icon {
	align-items: center;
	background: #D0121B;
	border-radius: 6px 0px 0px 0px;
	bottom: 0;
	color: #FFF;
	display: flex;
	font-family: "Material Symbols Rounded";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	height: 20px;
	justify-content: center;
	line-height: normal;
	position: absolute;
	right: 0;
	text-align: center;
	width: 20px;
}

.btob-works__item-img {
	-o-object-fit: cover;
	aspect-ratio: 162.5/120.25;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.btob-works__item-img--hover {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
}

/* モーダル */

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

.btob-works-modal__container {
	align-items: center;
	display: flex;
	justify-content: center;
	max-height: 80vh;
	max-width: 90%;
	position: relative;
}

.btob-works-modal__close {
	-webkit-user-select: none;
	-moz-user-select: none;
	background: rgba(255, 255, 255, 0.301);
	border-radius: 50%;
	color: white;
	cursor: pointer;
	line-height: 1;
	padding: 0.3em;
	position: absolute; /* 画像の上に少しはみ出すよう調整 */
	right: -10px;
	right: 0;
	top: -10px;
	top: -51px;
	transition: background 0.3s;
	user-select: none;
	z-index: 10000;
}

.btob-works-modal__image {
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.btob-works-modal__image.show {
	opacity: 1;
}

.btob-works-modal__arrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: center;
	aspect-ratio: 1/1;
	background: rgba(0, 0, 0, 0.4);
	border-radius: calc(infinity * 1px);
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: absolute;
	transition: background 0.3s;
	user-select: none;
	width: 30px;
	z-index: 10000;
}

.btob-works-modal__arrow span {
	color: white;
	font-size: 18px;
	line-height: 1;
}

.btob-works-modal__arrow--prev {
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.btob-works-modal__arrow--prev span {
	text-indent: 6px;
}

.btob-works-modal__arrow--next {
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.btob-works__item-text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 10.5px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 1.78;
	margin-top: 6px;
}

/* ===============================================
# btob-voice
=============================================== */

.btob-voice {
	margin-top: clamp(40px, -18.1818181818px + 18.1818181818vw, 50px);
	padding: 0;
}

.btob-voice__content {
	margin-top: 20px;
}

.btob-voice__list {
	grid-gap: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}

.btob-voice__item {
	background: #FFF;
	border: 1px solid #C9C9C9;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 18px;
}

.btob-voice__item-img {
	-o-object-fit: cover;
	aspect-ratio: 295/218.3;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.btob-voice__item-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.btob-voice__item-text {
	flex-grow: 1;
	margin-top: 10px;
}

.btob-voice__item-company {
	color: #A79F9F;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.7;
	text-align: left;
}

.btob-voice__item-comment {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.7;
	margin-top: 10px;
	text-align: left;
}

.btob-voice__item-btn {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

/* ===============================================
# btob-faq
=============================================== */

.btob-faq {
	margin-top: clamp(40px, -18.1818181818px + 18.1818181818vw, 50px);
	padding: 0;
}

.btob-faq__content {
	margin-top: 20px;
}

.btob-faq__content-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

.btob-faq__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.btob-faq__item-btn {
	align-items: center;
	background: #F7F7F7;
	border: 1px solid #FFF;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 12px 10px;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.btob-faq__item-btn-text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
	text-align: left;
}

.btob-faq__item-btn-icon {
	color: #D0121B;
	color: var(--red);
	font-size: 15px;
	font-weight: 400;
	text-align: right;
	transition: transform 0.3s ease-in-out;
}

.btob-faq__item-btn.is-open .btob-faq__item-btn-icon {
	transform: rotate(180deg);
}

.btob-faq__item-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.btob-faq__item-content.is-open {
	max-height: 1000px;
	transition: max-height 0.3s ease-in-out;
}

.btob-faq__item-content-inner {
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
	margin: 10px 5px 5px 5px;
	padding: 10px;
}

.btob-faq__item-content-text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
	text-align: left;
}

.btob-faq__item-content-link-wrap {
	margin-top: 10px;
}

/* ===============================================
# shipping-payment
=============================================== */

.shipping-payment.shipping-payment--btob {
	margin-top: clamp(40px, -18.1818181818px + 18.1818181818vw, 50px);
}

.category {
	margin-top: 86px;
	padding: 0;
}

.category__list {
	grid-gap: 1px;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 16px;
}

.category__link {
	display: block;
	position: relative;
}

.category__link:hover .category__link-img {
	transform: scale(1.05);
}

.category__link::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	bottom: 20px;
	content: "";
	height: 5px;
	position: absolute;
	right: 20px;
	rotate: 45deg;
	width: 5px;
	z-index: 10;
}

.category__link--outlet::after {
	display: none;
}

.category__link-img-wrap {
	overflow: hidden;
	position: relative;
}

.category__link-img-wrap::before {
	background-color: rgba(48, 43, 44, 0.25);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.category__link-img-wrap.category__link-img-wrap--outlet::before {
	background-color: rgba(255, 255, 255, 0.2);
}

.category__link-img {
	-o-object-fit: cover;
	aspect-ratio: 187/138;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.category__link-text-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	z-index: 10;
}

.category__link-text-en {
	color: #FFF;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: clamp(16px, 5.2857142857px + 4.2857142857vw, 22px);
	font-weight: 700;
	letter-spacing: 0.66px;
	line-height: 1;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
}

.category__link-text {
	color: #FFF;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
}

.category__link-content {
	align-items: center;
	display: flex;
	left: 48.5%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	z-index: 10;
}

.category__link-content-text-en {
	color: #302B2C;
	color: var(--black);
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: clamp(16px, 5.2857142857px + 4.2857142857vw, 22px);
	font-weight: 700;
	letter-spacing: 0.66px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.category__link-content-text {
	color: #302B2C;
	color: var(--black);
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	white-space: nowrap;
}

.category__link-content-sale {
	color: #302B2C;
	color: var(--black);
	display: flex;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	gap: 2px;
	letter-spacing: 0.36px;
	line-height: 1;
}

.category__link-content-sale-max {
	font-size: 11px;
	white-space: nowrap;
}

.category__link-content-sale-price {
	font-size: 24px;
	white-space: nowrap;
}

.category__link-content-sale-percent {
	font-size: 16px;
	white-space: nowrap;
}

.category__link-content-sale-off {
	font-size: 12px;
	white-space: nowrap;
}

.category__link-content-logo {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 33px;
	object-fit: contain;
	width: 33px;
}

.cta {
	bottom: 60px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	right: 0;
	z-index: 100;
}

.cta__link {
	background-color: rgba(255, 255, 255, 0.9);
	padding: clamp(14px, 7.1428571429px + 0.8928571429vw, 20px);
	transition: background-color 0.3s ease;
}

.cta__link:hover {
	background-color: #776F6F;
}

.cta__link:hover .cta__img {
	background-color: #EAEAEA;
}

.cta__link:hover .cta__text,
.cta__link:hover .cta__text-accent {
	color: #EAEAEA;
}

.cta__img {
	-webkit-mask-image: url("../images/common/coupon-img.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #302B2C;
	display: block;
	height: clamp(25px, 20.4285714286px + 0.5952380952vw, 29px);
	margin-left: auto;
	margin-right: auto;
	mask-image: url("../images/common/coupon-img.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease;
	width: clamp(25px, 20.4285714286px + 0.5952380952vw, 29px);
}

.cta__text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 7.7142857143px + 0.2976190476vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.6;
	text-align: center;
	transition: color 0.3s ease;
}

.cta__text-accent {
	color: #D0121B;
	color: var(--red);
	font-weight: 700;
	transition: color 0.3s ease;
}

.cta-banner {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 100;
}

.cta-banner__link {
	align-content: center;
	background-color: #776F6F;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	display: block;
	display: grid;
	justify-content: center;
	padding: 10px 20px 11px 20px;
	place-content: center;
	width: 100%;
}

.cta-banner__text {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	left: 20px;
	letter-spacing: 0.36px;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.cta-banner__text::before {
	-webkit-mask-image: url("../images/common/coupon.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	height: 29px;
	left: -38px;
	mask-image: url("../images/common/coupon.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 29px;
}

.cta-banner__text--bold {
	font-weight: 700;
}

.information {
	margin-top: 90px;
	overflow-x: clip;
	padding: 0;
}

.information__content {
	grid-gap: clamp(6px, -108.2857142857px + 45.7142857143vw, 70px);
	display: grid;
	gap: clamp(6px, -108.2857142857px + 45.7142857143vw, 70px);
	grid-template-columns: 1fr;
}

.information__list {
	margin-top: 24px;
}

.information__item:not(:first-child) {
	margin-top: 12px;
}

.information__item-link {
	border-bottom: 1px solid #C9C9C9;
	display: grid;
	grid-template-columns: 1fr;
	padding: 0 16px 12px 16px;
	position: relative;
}

.information__item-title-wrap {
	grid-gap: 16px;
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr max-content;
}

.information__item-link-arrow {
	aspect-ratio: 1;
	border-right: 1px solid #4D4D4D;
	border-top: 1px solid #4D4D4D;
	height: 5px;
	rotate: 45deg;
	transition: border-color 0.3s ease-in-out;
	width: 5px;
}

.information__date {
	color: #A79F9F;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	letter-spacing: 0.36px;
	line-height: 1;
}

.information__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	overflow: hidden;
	text-align: left;
	transition: color 0.3s ease-in-out;
}

.information__link-wrap {
	margin-top: 39px;
}

.information__link-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.information__link-banner {
	align-items: center;
	display: flex;
	gap: 6px;
	justify-content: center;
	padding-bottom: 22px;
	padding-top: 20px;
}

.information__link-banner--mail-magazine {
	background-color: #D66A4C;
}

.information__link-banner--mail-magazine .information__link-title-en,
.information__link-banner--mail-magazine .information__link-title,
.information__link-banner--mail-magazine .information__link-description {
	color: #fff;
}

.information__link-banner--mail-magazine .information__link-description {
	border-top: 1px solid #DBA596;
}

.information__link-banner--gift-wrapping {
	background: #FFF;
	border: 1px solid #D66A4C;
}

.information__link-banner--gift-wrapping .information__link-title-en,
.information__link-banner--gift-wrapping .information__link-title,
.information__link-banner--gift-wrapping .information__link-description {
	color: #D66A4C;
}

.information__link-banner--gift-wrapping .information__link-description {
	border-top: 1px solid #EBDAD5;
}

.information__link-img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: clamp(45px, 9.2857142857px + 14.2857142857vw, 65px);
	object-fit: contain;
	width: clamp(45px, 9.2857142857px + 14.2857142857vw, 65px);
}

.information__link-title-en {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: clamp(20px, 9.2857142857px + 4.2857142857vw, 26px);
	font-weight: 700;
	letter-spacing: 1.3px;
	line-height: 1;
	padding-left: 16px;
	padding-right: 5px;
	text-align: left;
}

.information__link-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 500;
	letter-spacing: 0.36px;
	line-height: 1.7;
	margin-bottom: 0;
	padding-left: 16px;
	padding-right: 5px;
	text-align: left;
}

.information__link-description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 500;
	letter-spacing: 0.36px;
	line-height: 1.4;
	margin-top: 7px;
	padding-left: 16px;
	padding-right: 5px;
	padding-top: 9px;
	text-align: left;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.instagram {
	margin-top: 90px;
}

.instagram__widget {
	margin-top: 14px;
}

.instagram__widget iframe {
	height: 100% !important;
}

.instagram__widget iframe {
	aspect-ratio: 372/346;
	width: 100%;
}

.instagram__link-wrap {
	margin-top: 27px;
	text-align: center;
}

.instagram__widget--pc {
	display: none;
}

.instagram__widget--sp {
	display: none;
}

.mv {
	height: 712px;
	padding: 0;
}

.mv__bg {
	height: 100%;
}

.mv__video {
	-o-object-fit: cover;
	aspect-ratio: 1440/810;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__inner {
	position: relative;
}

.mv__text-wrap {
	bottom: clamp(40px, 17.1428571429px + 2.9761904762vw, 60px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	left: clamp(80px, 16px + 8.3333333333vw, 136px);
	position: absolute;
}

.mv__text {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 7.7142857143px + 0.2976190476vw, 12px);
	font-weight: 400;
	letter-spacing: 0.84px;
	line-height: 1.7;
}

.mv__link {
	background: rgba(255, 255, 255, 0.6);
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1.7;
	padding-bottom: 9px;
	padding-top: 9px;
	position: relative;
	text-align: center;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
	width: clamp(180px, 135.4285714286px + 5.8035714286vw, 219px);
}

.mv__link::after {
	-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
	aspect-ratio: 1;
	background: #D0121B;
	background: var(--red);
	bottom: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
}

.product-detail {
	font-feature-settings: initial;
	margin-top: 40px;
	overflow-x: clip;
	padding: 0;
}

.product-detail__inner {
	display: grid;
	margin-left: auto;
	margin-right: auto;
}

/* ===============================================
# 商品詳細；メインコンテンツ
=============================================== */

.product-detail__mv-img {
	-o-object-fit: cover;
	aspect-ratio: 335/248;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-detail__thumbnails {
	margin-top: 30px;
}

.product-detail__thumbnail-list {
	display: flex;
	gap: 4px;
}

.product-detail__scrollbar {
	bottom: 12px;
	height: 3px;
	left: 20px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	z-index: 5;
}

.product-detail__scrollbar-track {
	background-color: #F6F6F6;
	border-radius: 2px;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
}

.product-detail__scrollbar-thumb {
	background-color: #776F6F;
	border-radius: 2px;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	transform: translateX(0);
	transform: translateX(var(--indicator-translate, 0));
	transition: transform 0.1s ease;
	width: 20%;
	width: var(--indicator-width, 20%);
}

.product-detail__thumbnail-item {
	cursor: pointer;
}

.product-detail__thumbnail-img {
	-o-object-fit: cover;
	aspect-ratio: 81/60;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# 商品詳細；サイドコンテンツ
=============================================== */

.product-info__header {
	line-height: 1;
}

.product-info__label {
	background-color: #776F6F;
	color: #FFF;
	display: inline-block;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1;
	padding: 4px 8px;
}

.product-info__name {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(18px, -0.2857142857px + 5.7142857143vw, 22px);
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.7;
	margin-top: 10px;
}

.product-info__price {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(16px, -2.2857142857px + 5.7142857143vw, 20px);
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 1.7;
	margin-top: 10px;
}

.product-info__price-wrap {
	align-items: center;
	border-bottom: 1px solid #C9C9C9;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.product-info__price-tax {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 12px;
	line-height: 2.5;
}

.product-info__option {
	margin-top: 24px;
}

.product-info__option-label {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.39px;
	line-height: 1.7;
}

.product-info__option-label-text {
	font-weight: 400;
	margin-left: 12px;
}

.product-info__option-row {
	margin-top: 4px;
}

.product-info__select {
	background-color: #fff;
	border: 0.5px solid #C9C9C9;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	padding: 11px 20px;
}

.product-info__option-select-wrap {
	display: block;
	position: relative;
}

.product-info__option-select-wrap::after {
	border-right: 1px solid #4D4D4D;
	border-top: 1px solid #4D4D4D;
	content: "";
	height: 7px;
	position: absolute;
	right: 20px;
	top: 48%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 7px;
}

select.product-info__select:focus {
	border: 0.5px solid #C9C9C9;
	box-shadow: none;
	outline: none;
}

.product-info__favorite-icon {
	-webkit-mask-image: url("../images/common/favorite.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #302B2C;
	cursor: pointer;
	height: clamp(16px, 4.5714285714px + 1.4880952381vw, 26px);
	mask-image: url("../images/common/favorite.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	width: clamp(16px, 4.5714285714px + 1.4880952381vw, 26px);
}

.product-info__favorite-icon.pc-only {
	display: block;
}

.product-info__favorite-icon.sp-only {
	display: none;
}

.product-info__stock {
	align-items: center;
	display: flex;
	gap: 15px;
	margin-left: 20px;
	margin-top: 4px;
}

.product-info__stock-text {
	color: #787878;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
}

.product-info__quantity-group {
	margin-top: 5px;
}

.product-info__quantity-label {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.42px;
	line-height: 1.7;
}

.product-info__quantity-row {
	grid-gap: 3.02%;
	display: grid;
	gap: 3.02%;
	grid-template-columns: 35.21% 61.77%;
	margin-top: 4px;
}

.product-info__quantity-select-wrap {
	position: relative;
}

.product-info__quantity-select-wrap::after {
	border-right: 1px solid #4D4D4D;
	border-top: 1px solid #4D4D4D;
	content: "";
	height: 8px;
	position: absolute;
	right: 20px;
	top: 48%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 8px;
}

.product-info__quantity-select {
	background-color: #fff;
	border: 0.5px solid #C9C9C9;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-size: clamp(10px, 6.5714285714px + 0.4464285714vw, 13px);
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	padding: 11px 20px 11px 40px;
}

select.product-info__quantity-select:focus {
	border: 0.5px solid #C9C9C9;
	box-shadow: none;
	outline: none;
}

.product-info__message-button {
	background-color: #B1A6A6;
	color: #FFF;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	transition: opacity 0.3s;
}

.product-info__cart-button {
	align-items: center;
	background-color: #D0121B;
	background-color: var(--red);
	color: #FFF;
	display: flex;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.45px;
	line-height: 1.7;
	margin-top: 13px;
	padding-bottom: 14px;
	padding-top: 14px;
	transition: opacity 0.3s;
	width: 100%;
}

.product-info__cart-icon {
	-webkit-mask-image: url("../images/common/cart.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	height: clamp(16px, 5.2857142857px + 4.2857142857vw, 22px);
	mask-image: url("../images/common/cart.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	width: clamp(16px, 5.2857142857px + 4.2857142857vw, 22px);
}

.product-info__accordion {
	margin-top: clamp(18px, 10.8571428571px + 2.8571428571vw, 22px);
}

.product-info__accordion-toggle {
	border-bottom: 1px solid #C9C9C9;
	display: block;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.39px;
	line-height: 1.7;
	padding: 10px;
	position: relative;
	text-align: left;
	width: 100%;
}

.product-info__accordion-toggle::after,
.product-info__accordion-toggle::before {
	background-color: #4D4D4D;
	content: "";
	height: 1px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
}

.product-info__accordion-toggle::before {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s ease;
}

.product-info__accordion-toggle[aria-expanded=true]::before {
	transform: translateY(-50%) rotate(0);
}

.product-info__accordion-content {
	height: 0;
	margin-top: 8px;
	opacity: 0;
	overflow: hidden;
	padding-left: 10px;
	transition: height 0.3s ease;
	visibility: hidden;
}

.product-info__accordion-content.is-active {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.product-info__accordion-content.is-closing {
	opacity: 1;
	visibility: visible;
}

.product-info__spec-item {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.33px;
	line-height: 1.7;
}

.product-info__spec-item--note {
	font-weight: 500;
}

.product-info__footer-links {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.product-info__text-link {
	color: #787878;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	transition: opacity 0.3s;
}

.product-info__sns-list {
	display: flex;
	gap: 16px;
}

.product-info__sns-link {
	width: 30px;
}

.product-info__sns-icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/* ===============================================
# 商品詳細；テキストコンテンツ
=============================================== */

.product-detail__mv-content {
	margin-top: clamp(80px, 57.1428571429px + 2.9761904762vw, 100px);
}

.product-detail__label {
	color: #302B2C;
	display: inline-block;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.48px;
	line-height: 1.7;
	position: relative;
	text-align: center;
	translate: -50% 0;
}

.product-detail__label-line {
	background-color: #D0121B;
	background-color: var(--red);
	bottom: -10px;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 120%;
}

.product-detail__label-line::before {
	background-color: #D0121B;
	background-color: var(--red);
	content: "";
	height: 8px;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.product-detail__label-line::after {
	background-color: #D0121B;
	background-color: var(--red);
	content: "";
	height: 8px;
	left: -5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.product-detail__headline {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
	line-height: 1.7;
	margin-top: 53px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
}

.product-detail__headline::after {
	background-color: #D0121B;
	background-color: var(--red);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 20px;
}

.product-detail__description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	margin-top: 10px;
	text-align: left;
}

.product-detail__img-wrap {
	margin-top: 10px;
}

.product-detail__img {
	-o-object-fit: cover;
	aspect-ratio: 335/248;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# 商品詳細；Log bookが選ばれる3つの理由
=============================================== */

.product-detail__reason {
	margin-top: 90px;
}

.product-detail__reason-list {
	display: flex;
	flex-direction: column;
	gap: 44px;
	margin-top: 20px;
}

.product-detail__reason-item-title {
	display: flex;
	margin-bottom: 0;
	text-align: left;
}

.product-detail__reason-item-title-number {
	color: #D0121B;
	color: var(--red);
	flex-shrink: 0;
	font-family: Caveat;
	font-size: 32px;
	font-weight: 400;
	line-height: 0.8;
}

.product-detail__reason-item-title-text {
	color: #302B2C;
	font-family: "Noto Sans JP";
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
	line-height: 1.5;
	margin-left: 10px;
}

.product-detail__reason-item-description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	margin-top: 8px;
	text-align: left;
}

.product-detail__reason-item-img-wrap {
	margin-top: 8px;
}

.product-detail__reason-item-img {
	-o-object-fit: cover;
	aspect-ratio: 335/168;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# 商品詳細；youtube
=============================================== */

.product-detail__youtube {
	margin-top: 90px;
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}

.product-detail__youtube::before {
	background-color: #F7F7F7;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100vw;
	z-index: -1;
}

.product-detail__youtube iframe {
	-o-object-fit: cover;
	aspect-ratio: 335/189;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# 商品詳細；特徴
=============================================== */

.product-detail__feature {
	margin-top: 88px;
}

.product-detail__feature-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 16px;
}

.product-detail__feature-item-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	text-align: left;
}

.product-detail__feature-item-title-label {
	color: #D0121B;
	color: var(--red);
	font-family: Caveat;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
}

.product-detail__feature-item-title-text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 1.7;
}

.product-detail__feature-item-description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	margin-top: 8px;
	text-align: left;
}

.product-detail__feature-item-img-wrap {
	margin-top: 8px;
}

.product-detail__feature-item-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-detail__feature-item-img--large {
	aspect-ratio: 1/1;
}

.product-detail__feature-item-img--small {
	aspect-ratio: 335/161.5;
}

.product-detail__feature-link-wrap {
	margin-top: 19px;
}

/* ===============================================
# 商品詳細；活用シーン
=============================================== */

.product-detail__usage-scene {
	margin-top: 90px;
}

.product-detail__usage-scene-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 16px;
}

.product-detail__usage-scene-item-title {
	border-left: 4px solid #D0121B;
	border-left: 4px solid var(--red);
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
	line-height: 1.4;
	margin-bottom: 0;
	padding-left: 12px;
	text-align: left;
}

.product-detail__usage-scene-item-description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	margin-top: 8px;
	text-align: left;
}

.product-detail__usage-scene-item-img-wrap {
	margin-top: 8px;
}

.product-detail__usage-scene-item-img {
	-o-object-fit: cover;
	aspect-ratio: 335/248;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-detail__usage-scene-item-link-wrap {
	margin-top: 20px;
}

.product-detail__usage-scene-item-contact-link-wrap {
	margin-top: 60px;
}

.product-detail__usage-scene-item-contact-link {
	background: #fff;
	border: 1px solid #847779;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1.7;
	padding-bottom: 9px;
	padding-top: 9px;
	position: relative;
	text-align: center;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
	width: 100%;
}

.product-detail__usage-scene-item-contact-link::after {
	-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
	aspect-ratio: 1;
	background: #D0121B;
	background: var(--red);
	bottom: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
}

.product-detail__usage-scene-item-contact-link-text {
	padding-left: 30px;
	position: relative;
}

.product-detail__usage-scene-item-contact-link-text::before {
	-webkit-mask-image: url("../images/common/mail.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: currentColor;
	content: "";
	height: 22px;
	left: 0;
	mask-image: url("../images/common/mail.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 22px;
}

.product-detail__usage-scene-category-link-wrap {
	margin-top: 60px;
}

.product-detail__usage-scene-category-link {
	background-color: #F7F7F7;
	display: grid;
	grid-template-columns: 42.69% 57.31%;
	position: relative;
	transition: opacity 0.3s ease;
}

.product-detail__usage-scene-category-link::after {
	-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
	aspect-ratio: 1;
	background: #D0121B;
	background: var(--red);
	bottom: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
}

.product-detail__usage-scene-category-link-img {
	-o-object-fit: cover;
	aspect-ratio: 143/106;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-detail__usage-scene-category-link-content {
	padding-left: 14px;
	padding-right: 20px;
}

.product-detail__usage-scene-category-link-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.45px;
	line-height: 1.5;
	text-align: left;
}

.product-detail__usage-scene-category-link-description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
}

.product-detail__usage-scene-category-link-more {
	bottom: 10px;
	color: #787878;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.7;
	position: absolute;
	right: 14px;
}

.product-detail__usage-scene-gift-wrap {
	margin-top: 60px;
}

.product-detail__usage-scene-gift-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
	line-height: 1.7;
	margin-bottom: 0;
	padding-left: 39px;
	position: relative;
	text-align: left;
}

.product-detail__usage-scene-gift-title::before {
	-webkit-mask-image: url("../images/common/gift-icon.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #D66A4C;
	content: "";
	height: 31px;
	left: 0;
	mask-image: url("../images/common/gift-icon.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 31px;
}

.product-detail__usage-scene-gift-description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	margin-top: 8px;
	text-align: left;
}

.product-detail__usage-scene-gift-img-wrap {
	margin-top: 8px;
}

.product-detail__usage-scene-gift-img {
	-o-object-fit: cover;
	aspect-ratio: 335/154;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-detail__usage-scene-gift-link-wrap {
	margin-top: 18px;
}

/* ===============================================
# 商品詳細；お客様の声
=============================================== */

.product-detail__voice {
	margin-top: 78px;
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}

.product-detail__voice::before {
	background-color: #F7F7F7;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100vw;
	z-index: -1;
}

.product-detail__voice-list-wrap {
	margin-top: 22px;
}

.product-detail__voice-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.product-detail__voice-item {
	background-color: #fff;
	padding: 20px 20px 15px 20px;
}

.product-detail__voice-item--cover {
	position: relative;
}

.product-detail__voice-item--cover::after {
	background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 50%;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.3s ease;
	translate: -50% 0;
	width: 100%;
}

.product-detail__voice-item--cover.is-open::after {
	opacity: 0;
}

.product-detail__voice-item-content {
	grid-gap: 8px;
	align-items: flex-start;
	display: grid;
	gap: 8px;
	grid-template-columns: 48px auto;
}

.product-detail__voice-item-icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.product-detail__voice-item-text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	text-align: left;
}

.product-detail__voice-item-text-accent {
	display: inline;
	font-weight: 500;
}

.product-detail__voice-item-info {
	color: #787878;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	margin-top: 4px;
	text-align: left;
}

.product-detail__voice-list--hidden {
	height: 0;
	margin-top: 8px;
	overflow: hidden;
	transition: height 0.4s ease;
}

.product-detail__voice-view-more-btn-wrap {
	margin-top: -29px;
	position: relative;
	text-align: center;
	transition: margin-top 0.3s ease;
	z-index: 1;
}

.product-detail__voice-view-more-btn-wrap.is-open {
	margin-top: 20px;
}

/* ===============================================
# 商品詳細；バナー
=============================================== */

.product-detail__banner {
	margin-top: 60px;
}

.product-detail__banner-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.product-detail__banner-item-link {
	background-color: #F7F7F7;
	display: grid;
	grid-template-columns: 42.69% 57.31%;
	position: relative;
	transition: opacity 0.3s ease;
}

.product-detail__banner-item-link::after {
	-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
	aspect-ratio: 1;
	background: #D0121B;
	background: var(--red);
	bottom: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
}

.product-detail__banner-item-link-img {
	-o-object-fit: cover;
	aspect-ratio: 143/106;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-detail__banner-item-link-content {
	padding-left: 14px;
	padding-right: 19px;
}

.product-detail__banner-item-link-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.45px;
	line-height: 1.5;
	text-align: left;
}

.product-detail__banner-item-link-description {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
}

.product-detail__banner-item-link-more {
	bottom: 10px;
	color: #787878;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.7;
	position: absolute;
	right: 14px;
}

.ranking {
	margin-top: 90px;
	padding: 0;
}

.ranking__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 15px;
}

.ranking__tab {
	background: #F8F8F8;
	color: #A79F9F;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(9px, 1.8571428571px + 2.8571428571vw, 13px);
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	padding: 4px clamp(7px, -1.9285714286px + 3.5714285714vw, 12px);
	text-align: center;
	white-space: nowrap;
}

.ranking__tab[aria-selected=true] {
	background: #776F6F;
	color: #fff;
	pointer-events: none;
}

.ranking__tab[aria-selected=false] {
	transition: opacity 0.3s ease;
}

.ranking__tabs-contents {
	margin-top: 10px;
}

.ranking__tabs-content-wrap {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, translate 0.5s ease-in-out;
	translate: 0 10px;
	visibility: hidden;
}

.ranking__tabs-content-wrap.js-show {
	height: -moz-fit-content;
	height: fit-content;
	opacity: 1;
	translate: 0 0;
	visibility: visible;
}

.ranking__tabs-content {
	height: 100%;
}

.ranking__list {
	grid-gap: 5px;
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(3, clamp(120px, 64.6428571429px + 22.1428571429vw, 151px));
	height: 100%;
}

.ranking__item {
	height: 100%;
}

.ranking__link {
	display: block;
	height: 100%;
}

.ranking__item-img-wrap {
	position: relative;
}

.ranking__item-img {
	-o-object-fit: cover;
	aspect-ratio: 151/159;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ranking__link:hover .ranking__item-img--hover {
	opacity: 1;
	visibility: visible;
}

.ranking__item-img--hover {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
}

.ranking__item-text-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 11px;
}

.ranking__item-title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	text-align: left;
}

.ranking__item-price {
	color: #A79F9F;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	text-align: left;
}

.recommend {
	margin-top: 58px;
	overflow-x: clip;
}

.recommend--product-detail {
	margin-top: 90px;
}

.recommend__inner {
	padding-right: 20px;
	position: relative;
}

.recommend__header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
}

.recommend__swiper {
	margin-right: calc(50% - 50vw);
	overflow: hidden;
}

.recommend__swiper .swiper-wrapper {
	margin-top: 16px;
}

.recommend__swiper .swiper-link {
	display: block;
	overflow: hidden;
}

.recommend__swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
	width: 100%;
}

.recommend__swiper .swiper-controller {
	align-items: center;
	display: flex;
	gap: 20px;
	width: -moz-fit-content;
	width: fit-content;
}

.recommend__swiper .swiper-button-prev,
.recommend__swiper .swiper-button-next {
	flex-shrink: 0;
	height: clamp(30px, 12.1428571429px + 7.1428571429vw, 40px);
	position: static;
	position: initial;
	width: clamp(30px, 12.1428571429px + 7.1428571429vw, 40px);
}

.recommend__swiper .swiper-button-prev img,
.recommend__swiper .swiper-button-next img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recommend__swiper .swiper-button-prev::after,
.recommend__swiper .swiper-button-next::after {
	display: none;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	cursor: pointer;
	height: 3px;
	left: 0;
	margin-top: 28px;
	max-width: 1168px;
	position: relative;
}

/* プログレスバー */

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
	bottom: 0;
	margin-top: 28px;
	position: relative;
	top: auto;
	width: calc(100% - 1.25rem);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #8b8b8b;
}

.shipping-payment {
	background-color: #F7F7F7;
	margin-top: 90px;
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
}

.shipping-payment__inner {
	grid-gap: 16px;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.shipping-payment__content {
	background-color: #fff;
	padding: 40px 27px;
}

.shipping-payment__list {
	margin-top: 16px;
}

.shipping-payment__item {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
}

.shipping-payment__content--shipping .shipping-payment__text {
	margin-top: 21px;
}

.shipping-payment__content--payment .shipping-payment__text {
	margin-top: 16px;
}

.shipping-payment__text {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.39px;
	line-height: 1.7;
	text-align: left;
}

.shipping-payment__link-wrap {
	margin-top: 40px;
	text-align: center;
}

.shipping-payment__logos {
	margin-top: 8px;
}

.shipping-payment__logos-img {
	-o-object-fit: contain;
	aspect-ratio: 280/117;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.topics {
	background-color: #F7F7F7;
	margin-top: 90px;
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
}

.topics__list {
	grid-gap: 16px 5px;
	display: grid;
	gap: 16px 5px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 16px;
}

.topics__link {
	display: block;
}

.topics__link:hover {
	opacity: 0.8;
}

.topics__link-img-wrap {
	overflow: hidden;
}

.topics__link-img {
	-o-object-fit: cover;
	aspect-ratio: 165/123;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
	width: 100%;
}

.topics__link-header {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 5px;
}

.topics__link-header-category {
	background-color: #776F6F;
	color: #fff;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1;
	padding: 4px 8px;
}

.topics__link-header-date {
	color: #A79F9F;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
}

.topics__link-description {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 6.4285714286px + 1.4285714286vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.5;
	margin-top: 5px;
	overflow: hidden;
	text-align: left;
}

.topics__link-wrap {
	margin-top: 37px;
	text-align: center;
}

/* ===============================================
# フェードアニメーション
=============================================== */

/* フェード */

.js-fade-in {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.js-fade-in.is-active {
	opacity: 1;
}

/* 上方向にスライド */

.js-fade-up {
	opacity: 0;
	transition: opacity 0.7s ease-in-out, translate 0.7s ease-in-out;
	translate: 0 20px;
}

.js-fade-up.is-active {
	opacity: 1;
	translate: 0 0;
}

/* 右方向にスライド */

.js-slide-right {
	opacity: 0;
	transition: opacity 0.7s ease-in-out, translate 0.7s ease-in-out;
	translate: 20px 0;
}

.js-slide-right.is-active {
	opacity: 1;
	translate: 0 0;
}

.js-scaleImg {
	overflow: hidden;
}

.js-scaleImg img {
	opacity: 0;
	scale: 1.1;
	transition: scale 1s ease, opacity 1s ease-in-out;
}

.js-scaleImg.is-active img {
	opacity: 1;
	scale: 1;
}

:root {
	--delay-1: 0.1s;
	--delay-2: 0.2s;
	--delay-3: 0.3s;
	--delay-4: 0.4s;
}

.--delay-1 {
	transition-delay: 0.1s;
	transition-delay: var(--delay-1);
}

.--delay-2 {
	transition-delay: 0.2s;
	transition-delay: var(--delay-2);
}

.--delay-3 {
	transition-delay: 0.3s;
	transition-delay: var(--delay-3);
}

.--delay-4 {
	transition-delay: 0.4s;
	transition-delay: var(--delay-4);
}

.breadcrumb {
	margin-top: 9px;
}

.breadcrumb__list {
	align-items: center;
	display: flex;
}

.breadcrumb__link {
	transition: opacity 0.3s ease-in-out;
}

.breadcrumb__link .breadcrumb__link-text {
	color: #8B8B8B;
}

.breadcrumb__link-text {
	color: #302B2C;
	color: var(--black);
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.7;
}

.breadcrumb__separator {
	color: #8B8B8B;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.7;
	margin-left: 8px;
	margin-right: 8px;
}

.footer {
	background-color: #776F6F;
	padding-bottom: 65px;
	padding-top: 40px;
}

.footer__logo {
	height: 40px;
	width: 40px;
}

.footer__logo-img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.footer__nav {
	grid-gap: 32px 34px;
	display: grid;
	gap: 32px 34px;
}

.footer__nav-title {
	color: #fff;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1;
}

.footer__nav-hr {
	background-color: #BCBCBC;
	border: none;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer__nav-item {
	line-height: 1.7;
}

.footer__nav-columns {
	grid-gap: 14px;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, auto);
}

.footer .footer__nav-link {
	color: #fff;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
}

.footer__social {
	display: flex;
	gap: 24px;
	margin-top: 50px;
}

.footer__social-link {
	height: 22px;
	width: 22px;
}

.footer__social-img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__copyright {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: clamp(10px, 7.7142857143px + 0.2976190476vw, 12px);
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	margin-top: 32px;
}

.header {
	align-items: center;
	background-color: #fff;
	bottom: 0;
	display: flex;
	height: clamp(55px, -32.2727272727px + 27.2727272727vw, 70px);
	left: 0;
	padding-bottom: clamp(10px, 1.0714285714px + 3.5714285714vw, 15px);
	padding-top: clamp(10px, 1.0714285714px + 3.5714285714vw, 15px);
	position: fixed;
	right: 0;
	top: 0;
	transition: box-shadow 0.3s ease;
	width: 100%;
	z-index: 1000;
}

.header.is-scrolled {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header.is-search-active .header__nav,
.header.is-search-active .header__buttons {
	opacity: 0;
	visibility: hidden;
}

.header.is-search-active .header__search-wrapper {
	opacity: 1;
	visibility: visible;
}

.header.is-search-active .header__search-close {
	pointer-events: auto;
}

.header.is-search-active .header__search-close .header__search-close-line {
	opacity: 1;
	visibility: visible;
}

header:before {
	content: none;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 20px;
	height: 100%;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.header__logo-link {
	display: block;
	transition: opacity 0.3s ease-in-out;
	width: clamp(30px, 12.1428571429px + 7.1428571429vw, 40px);
}

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

.header__nav-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

nav.header__nav {
	position: static;
	position: initial;
}

.header__nav {
	padding-right: clamp(15px, -4.4285714286px + 2.5297619048vw, 32px);
}

.header__nav-items {
	align-items: center;
	display: flex;
	gap: clamp(20px, 6.2857142857px + 1.7857142857vw, 32px);
}

.header__nav-link {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	font-weight: 400;
	letter-spacing: 0.42px;
	padding-bottom: 2px;
	padding-top: 2px;
	transition: color 0.3s ease;
}

.header__nav-link:hover {
	color: #D0121B;
	color: var(--red);
}

.header__buttons {
	align-items: center;
	display: flex;
	gap: 20px;
}

.header__button {
	transition: opacity 0.3s ease-in-out;
	width: clamp(16px, 5.2857142857px + 4.2857142857vw, 22px);
}

.header__button-icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__search-wrapper {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	width: 100%;
}

.header__search-form {
	align-items: center;
	background-color: #F6F6F6;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: clamp(300px, 140px + 20.8333333333vw, 440px);
	padding: 14px 20px;
	width: 100%;
}

form input[type=text].header__search-input {
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.42px;
	line-height: 1.6;
	padding: 0;
	width: 100%;
}

form input[type=text].header__search-input::-moz-placeholder {
	color: #A2A2A2;
}

form input[type=text].header__search-input::placeholder {
	color: #A2A2A2;
}

form input[type=text].header__search-input::-webkit-input-placeholder {
	color: #A2A2A2;
}

form input[type=text].header__search-input::-moz-placeholder {
	color: #A2A2A2;
}

form input[type=text].header__search-input:-ms-input-placeholder {
	color: #A2A2A2;
}

.header__search-button {
	width: clamp(14px, 4.8571428571px + 1.1904761905vw, 22px);
}

.header__search-icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__search-close {
	background: transparent;
	border: none;
	cursor: pointer;
	height: 22px;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 113px;
	top: 50%;
	translate: 0 -50%;
	width: 22px;
}

.header__search-close:hover {
	opacity: 0.7;
}

.header__search-close-line {
	background-color: #302B2C;
	background-color: var(--black);
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
}

.header__search-close-line:first-child {
	transform: translateY(-50%) rotate(45deg);
}

.header__search-close-line:last-child {
	transform: translateY(-50%) rotate(-45deg);
}

.search-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 110;
}

.search-overlay.is-overlay-active {
	opacity: 1;
	visibility: visible;
}

/* ===============================================
# ハンバーガメニュー
=============================================== */

.drawer__icon {
	display: flex;
	flex-direction: column;
	height: 16px;
	justify-content: space-between;
	width: 30px;
}

.drawer__icon--bar {
	background: #302B2C;
	background: var(--black);
	height: 1px;
	transition: all 0.5s ease;
	width: 100%;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
	rotate: 30deg;
	translate: 0 7.5px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
	display: none;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
	rotate: -30deg;
	translate: 0 -7.5px;
}

/* ===============================================
# ドロワーメニュー
=============================================== */

.drawer {
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.drawer.js-show {
	opacity: 1;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: visible;
}

/* 初期状態：トランジションなし */

.btob-drawer.drawer {
	transition: none;
}

/* BtoBページ読み込み後に追加されるクラス */

.drawer.transition-ready {
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	min-height: -moz-max-content;
	min-height: max-content;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	width: 100%;
}

.drawer__search-wrapper {
	align-items: center;
	background-color: #F6F6F6;
	display: flex;
	gap: 10px;
	padding: 14px 20px;
	width: 100%;
}

.drawer__search-form {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

[type=text]:focus {
	box-shadow: none;
}

form input[type=text].drawer__search-input {
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.42px;
	line-height: 1.6;
	min-height: 0;
	padding: 0;
	width: 100%;
}

form input[type=text].drawer__search-input::-moz-placeholder {
	color: #A2A2A2;
}

form input[type=text].drawer__search-input::placeholder {
	color: #A2A2A2;
}

form input[type=text].drawer__search-input::-webkit-input-placeholder {
	color: #A2A2A2;
}

form input[type=text].drawer__search-input::-moz-placeholder {
	color: #A2A2A2;
}

form input[type=text].drawer__search-input:-ms-input-placeholder {
	color: #A2A2A2;
}

.drawer__search-button {
	width: 22px;
}

.drawer__search-icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.drawer__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 56px;
	padding-left: 60px;
	padding-right: 60px;
}

.drawer__link {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 1.7;
}

.drawer__sns {
	align-items: center;
	display: flex;
	gap: 24px;
	margin-top: 50px;
	padding-left: 60px;
	padding-right: 60px;
}

.drawer__sns-link {
	width: 22px;
}

.drawer__sns-icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.drawer__contact {
	margin-top: 50px;
	width: 100%;
}

.drawer__contact-link {
	align-items: center;
	background-color: #FFF;
	border: 1px solid #847779;
	display: flex;
	gap: 10px;
	justify-content: center;
	padding-bottom: 9px;
	padding-top: 9px;
	position: relative;
	width: 100%;
}

.drawer__contact-link::after {
	-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
	aspect-ratio: 1;
	background: #D0121B;
	background: var(--red);
	bottom: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
}

.drawer__contact-icon {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 22px;
}

.drawer__contact-text {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 0.8;
}

.drawer__notice {
	align-content: center;
	background-color: #776F6F;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	display: block;
	display: grid;
	justify-content: center;
	min-height: -moz-max-content;
	min-height: max-content;
	padding: 10px 20px 11px 20px;
	place-content: center;
	width: 100%;
}

.drawer__notice-text {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	left: 20px;
	letter-spacing: 0.36px;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.drawer__notice-text::before {
	-webkit-mask-image: url("../images/common/coupon.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	content: "";
	height: 29px;
	left: -38px;
	mask-image: url("../images/common/coupon.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 29px;
}

.drawer__notice-text--bold {
	font-weight: 700;
}

.header-notice {
	align-items: center;
	background-color: #776F6F;
	display: flex;
	gap: 5px;
	justify-content: center;
	margin-top: clamp(55px, -32.2727272727px + 27.2727272727vw, 70px);
	padding-bottom: 8px;
	padding-top: 8px;
}

.header-notice__text {
	color: #fff;
	display: inline-block;
	font-size: clamp(7px, 1.6428571429px + 2.1428571429vw, 10px);
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.5;
}

.header-notice__text-accent {
	background-color: #fff;
	color: #776F6F;
	font-weight: 500;
	margin-left: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

/* スクロール無効化 */

.body-hidden {
	overflow: hidden;
}

.section-hgroup {
	display: flex;
	flex-direction: column;
	gap: 3px;
	position: relative;
}

.section-hgroup--center {
	align-items: center;
}

.section-hgroup--center .section-hgroup__title::after {
	left: 50%;
	transform: translateX(-50%);
}

.js-section-hgroup-title.is-active .section-hgroup__title {
	opacity: 1;
	translate: 0 0;
	visibility: visible;
}

.js-section-hgroup-title.is-active .section-hgroup__title-en span {
	opacity: 1;
	translate: 0 0;
	visibility: visible;
}

.js-section-hgroup-title .section-hgroup__title-en span {
	opacity: 0;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, translate 0.5s ease-in-out;
	transition-delay: calc(0s + var(--index) * 0.06s);
	transition-delay: calc(var(--delay, 0s) + var(--index) * 0.06s);
	translate: 10px 0;
	visibility: hidden;
}

.js-section-hgroup-title .section-hgroup__title {
	opacity: 0;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, translate 0.5s ease-in-out;
	transition-delay: 0.5s;
	translate: 10px 0;
	visibility: hidden;
}

.section-hgroup__title::after {
	background-color: #D0121B;
	background-color: var(--red);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 20px;
}

.section-hgroup__title-en {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: clamp(20px, 9.2857142857px + 4.2857142857vw, 26px);
	font-weight: 700;
	letter-spacing: 0.78px;
	line-height: 1;
	text-align: left;
}

.section-hgroup__title {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	margin: 0;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	text-align: initial;
}

.section-link-btn {
	background: #fff;
	border: 1px solid #847779;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1.7;
	padding-bottom: 8px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
	width: 100%;
}

.section-link-btn::after {
	-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
	aspect-ratio: 1;
	background: #D0121B;
	background: var(--red);
	bottom: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
}

.section-link-btn.section-link-btn--red {
	background: #D0121B;
	background: var(--red);
	border: 1px solid #D0121B;
	border: 1px solid var(--red);
	color: #fff;
	transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.section-link-btn.section-link-btn--hover-red::after {
	transition: background 0.3s ease;
}

.section-link-btn--red::after {
	background: #fff;
	transition: background 0.3s ease;
}

.section-title-small {
	margin-bottom: 0;
	padding-bottom: 5px;
	position: relative;
	text-align: left;
}

.section-title-small__text {
	color: #302B2C;
	display: block;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.54px;
	line-height: 1.55;
}

.section-title-small__text span {
	opacity: 0;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, translate 0.5s ease-in-out;
	transition-delay: calc(0s + var(--index) * 0.06s);
	transition-delay: calc(var(--delay, 0s) + var(--index) * 0.06s);
	translate: 10px 0;
	visibility: hidden;
}

.section-title-small.is-active::before {
	opacity: 1;
	translate: 0 0;
	visibility: visible;
}

.section-title-small.is-active .section-title-small__text span {
	opacity: 1;
	translate: 0 0;
	visibility: visible;
}

.section-title-small::before {
	background-color: #D0121B;
	background-color: var(--red);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, translate 0.5s ease-in-out;
	translate: 10px 0;
	visibility: hidden;
	width: 20px;
}

@media (any-hover: hover) {

a:hover {
	cursor: pointer;
}

.btob-works__item:hover .btob-works__item-img--hover {
	opacity: 1;
	visibility: visible;
}

.btob-faq__item-btn:hover {
	opacity: 0.6;
}

.information__item-link:hover .information__item-title {
	color: #D0121B;
	color: var(--red);
}

.information__item-link:hover .information__item-link-arrow {
	border-right: 1px solid #D0121B;
	border-right: 1px solid var(--red);
	border-top: 1px solid #D0121B;
	border-top: 1px solid var(--red);
}

.mv__link:hover {
	background: rgba(119, 111, 111, 0.6);
	color: #fff;
}

.product-info__message-button:hover {
	opacity: 0.8;
}

.product-info__cart-button:hover {
	opacity: 0.8;
}

.product-info__text-link:hover {
	color: #787878;
	opacity: 0.8;
}

.product-detail__usage-scene-item-contact-link:hover {
	background: #776F6F;
	border: 1px solid #776F6F;
	color: #fff;
}

.product-detail__usage-scene-category-link:hover {
	opacity: 0.8;
}

.product-detail__usage-scene-category-link:hover .product-detail__usage-scene-category-link-img {
	transform: scale(1.05);
}

.product-detail__banner-item-link:hover {
	opacity: 0.8;
}

.product-detail__banner-item-link:hover .product-detail__banner-item-link-img {
	transform: scale(1.05);
}

.ranking__tab[aria-selected=false]:hover {
	cursor: pointer;
	opacity: 0.7;
}

.recommend__swiper .swiper-link:hover img {
	transform: scale(1.05);
}

.topics__link:hover .topics__link-img {
	transform: scale(1.05);
}

.breadcrumb__link:hover {
	opacity: 0.7;
}

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

.header__button:hover {
	opacity: 0.7;
}

.section-link-btn:hover {
	background: #776F6F;
	border: 1px solid #776F6F;
	color: #fff;
}

.section-link-btn.section-link-btn--red:hover {
	background: #fff;
	border: 1px solid #D0121B;
	border: 1px solid var(--red);
	color: #D0121B;
	color: var(--red);
}

.section-link-btn.section-link-btn--red:hover::after {
	background: #D0121B;
	background: var(--red);
}

.section-link-btn.section-link-btn--hover-red:hover {
	background: #D0121B;
	background: var(--red);
	border: 1px solid #D0121B;
	border: 1px solid var(--red);
	color: #fff;
}

.section-link-btn.section-link-btn--hover-red:hover::after {
	background: #fff;
}

}

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

.product-detail__thumbnail-list {
	padding: 0 calc((100vw - 46rem) / 2);
}

}

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

.product-detail__scrollbar {
	left: calc((100% - 470px) / 2);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.about {
	background: url("../images/top/about-bg.jpg") no-repeat center center/cover;
	margin-top: clamp(80px, 57.1428571429px + 2.9761904762vw, 100px);
	padding-bottom: clamp(70px, 56.2857142857px + 1.7857142857vw, 82px);
	padding-top: clamp(70px, 56.2857142857px + 1.7857142857vw, 82px);
}

.about__subtitle {
	font-size: clamp(18px, 15.7142857143px + 0.2976190476vw, 20px);
	letter-spacing: 0.6px;
	margin-top: clamp(24px, 17.1428571429px + 0.8928571429vw, 30px);
}

.about__description {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
	line-height: 2.2;
	text-align: center;
}

.btob-inner {
	max-width: 1234px;
	padding-left: 35px;
	padding-right: 35px;
}

.btob-mv__img {
	aspect-ratio: 1440/639.36;
}

.btob-intro {
	margin-top: 35px;
}

.btob-intro__catch {
	font-size: 20px;
	font-weight: 700;
}

.btob-intro__description {
	font-size: clamp(12px, 7.4285714286px + 0.5952380952vw, 16px);
	letter-spacing: 0.48px;
	line-height: 2.187;
}

.btob-point {
	margin-top: clamp(60px, 14.2857142857px + 5.9523809524vw, 100px);
}

.btob-point__content {
	margin-top: clamp(30px, 7.1428571429px + 2.9761904762vw, 50px);
}

.btob-point__list {
	grid-template-columns: minmax(0, 372px) minmax(0, 420px) minmax(0, 372px);
}

.btob-point__item--1 {
	padding-right: clamp(21px, -3px + 3.125vw, 42px);
}

.btob-point__item--2 {
	border-left: 1px solid rgba(147, 145, 145, 0.5);
	border-right: 1px solid rgba(147, 145, 145, 0.5);
	padding-left: clamp(24px, 0px + 3.125vw, 45px);
	padding-right: clamp(24px, 0px + 3.125vw, 45px);
}

.btob-point__item--3 {
	padding-left: clamp(21px, -3px + 3.125vw, 42px);
}

.btob-point__item-header {
	gap: clamp(10px, 0.8571428571px + 1.1904761905vw, 18px);
	grid-template-columns: clamp(60px, 25.7142857143px + 4.4642857143vw, 90px) auto;
}

.btob-point__item-number-text {
	font-size: clamp(20px, 10.8571428571px + 1.1904761905vw, 28px);
}

.btob-point__item-number-icon {
	font-size: clamp(23px, 13.8571428571px + 1.1904761905vw, 31px);
}

.btob-point__item-title {
	font-size: clamp(12px, 2.8571428571px + 1.1904761905vw, 20px);
	letter-spacing: 0.6px;
	line-height: 1.5;
}

.btob-point__item-text {
	font-size: clamp(11px, 5.2857142857px + 0.744047619vw, 16px);
	letter-spacing: 0.48px;
	line-height: 2;
	margin-top: clamp(15px, 9.2857142857px + 0.744047619vw, 20px);
}

.btob-customize {
	margin-top: clamp(60px, 14.2857142857px + 5.9523809524vw, 100px);
}

.btob-customize__description {
	font-size: clamp(14px, 11.7142857143px + 0.2976190476vw, 16px);
	letter-spacing: 0.48px;
	line-height: 1.562;
	margin-top: 10px;
}

.btob-customize__content {
	margin-top: 50px;
}

.btob-customize__list {
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	padding: 30px;
}

.btob-customize__item--1,
.btob-customize__item--2,
.btob-customize__item--3 {
	padding-bottom: 60px;
	padding-top: 71px;
}

.btob-customize__item--4 .btob-customize__item-img-wrap,
.btob-customize__item--5 .btob-customize__item-img-wrap,
.btob-customize__item--6 .btob-customize__item-img-wrap {
	padding-left: 20.25px;
	padding-right: 20.25px;
}

.btob-customize__item-info {
	margin-top: 10px;
}

.btob-customize__item-title {
	font-size: clamp(14px, 6px + 1.0416666667vw, 21px);
}

.btob-customize__item-text {
	font-size: clamp(10px, 0.8571428571px + 1.1904761905vw, 18px);
	font-weight: 300;
}

.btob-point__contact-link {
	margin-top: 27px;
}

.btob-point__notice {
	margin-top: 50px;
}

.btob-point__notice-title {
	font-size: clamp(18px, 14.5714285714px + 0.4464285714vw, 21px);
}

.btob-point__notice-text {
	font-size: clamp(12px, 7.4285714286px + 0.5952380952vw, 16px);
	letter-spacing: 0.48px;
	line-height: 1.56;
}

.btob-point__order-link {
	margin-top: 27px;
}

.btob-delivery {
	margin-top: clamp(60px, 23.4285714286px + 4.7619047619vw, 92px);
}

.btob-delivery__description {
	font-size: clamp(14px, 11.7142857143px + 0.2976190476vw, 16px);
	letter-spacing: 0.48px;
	line-height: 1.562;
	margin-top: 30px;
}

.btob-delivery__images {
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 30px;
	padding: 30px;
}

.btob-delivery-process {
	margin-top: clamp(60px, 20px + 5.2083333333vw, 95px);
}

.btob-delivery-process__content {
	margin-top: 48px;
}

.btob-delivery-process__item {
	padding: 18px 30px;
}

.btob-delivery-process__item--2,
.btob-delivery-process__item--3 {
	padding: 20px 30px;
}

.btob-delivery-process__item-title {
	gap: 14px;
}

.btob-delivery-process__item-title-number {
	font-size: clamp(26px, 19.1428571429px + 0.8928571429vw, 32px);
}

.btob-delivery-process__item-title-text {
	font-size: clamp(15px, 8.1428571429px + 0.8928571429vw, 21px);
	font-weight: 700;
}

.btob-delivery-process__item-text {
	font-size: clamp(11px, 7.5714285714px + 0.4464285714vw, 14px);
	letter-spacing: 0.42px;
}

.btob-delivery-process__item-icon {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.44;
}

.btob-delivery-process__notice {
	font-size: clamp(14px, 11.7142857143px + 0.2976190476vw, 16px);
	letter-spacing: 0.48px;
	line-height: 1.56;
	margin-top: 50px;
}

.btob-delivery-process__link-wrap {
	margin-top: 30px;
}

.btob-works {
	margin-top: clamp(60px, 23.4285714286px + 4.7619047619vw, 92px);
}

.btob-works__list {
	gap: 42px 10px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 51px;
}

.btob-works__item-img-zoom-icon {
	display: none;
}

.btob-works__item-img {
	aspect-ratio: 380.23/281.37;
}

.btob-works__item-text {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.33px;
}

.btob-voice {
	margin-top: clamp(60px, 23.4285714286px + 4.7619047619vw, 92px);
}

.btob-voice__content {
	margin-top: 50px;
}

.btob-voice__list {
	gap: 48px 30px;
	grid-template-columns: repeat(2, 1fr);
}

.btob-voice__item {
	padding: 30px 28px;
}

.btob-voice__item-img {
	aspect-ratio: 507/376;
}

.btob-voice__item-text {
	margin-top: clamp(15px, -2.1428571429px + 2.2321428571vw, 30px);
}

.btob-voice__item-company {
	font-size: clamp(11px, 7.5714285714px + 0.4464285714vw, 14px);
	font-weight: 300;
	letter-spacing: 0.003em;
	line-height: 1.78571;
}

.btob-voice__item-comment {
	font-size: clamp(11px, 7.5714285714px + 0.4464285714vw, 14px);
	letter-spacing: 0.003em;
	line-height: 1.78571;
	margin-top: clamp(15px, -2.1428571429px + 2.2321428571vw, 30px);
}

.btob-voice__item-btn {
	margin-top: 27px;
}

.btob-voice__item-btn .section-link-btn {
	width: 100%;
}

.btob-faq {
	margin-top: clamp(60px, 23.4285714286px + 4.7619047619vw, 92px);
}

.btob-faq__content {
	margin-top: 50px;
}

.btob-faq__content-title {
	font-size: clamp(16px, 10.2857142857px + 0.744047619vw, 21px);
	font-weight: 700;
}

.btob-faq__item-btn {
	padding: 20px 30px;
}

.btob-faq__item-btn-text {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
}

.btob-faq__item-btn-icon {
	font-size: clamp(20px, 8.5714285714px + 1.4880952381vw, 30px);
	font-weight: 300;
	line-height: 1;
}

.btob-faq__item-content-inner {
	padding: 20px 30px;
}

.btob-faq__item-content-text {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
}

.shipping-payment.shipping-payment--btob {
	margin-top: clamp(70px, 35.7142857143px + 4.4642857143vw, 100px);
}

.category {
	margin-top: clamp(80px, 68.5714285714px + 1.4880952381vw, 90px);
}

.category__list {
	gap: 5px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 20px;
}

.category__link::after {
	bottom: 30px;
	height: 9px;
	right: 30px;
	width: 9px;
}

.category__link-text-wrap {
	gap: 6px;
}

.category__link-text-en {
	font-size: clamp(18px, 7.7142857143px + 1.3392857143vw, 27px);
	letter-spacing: 0.81px;
}

.category__link-text {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
}

.category__link-content {
	flex-direction: column;
	left: 50%;
}

.category__link-content-text-en {
	font-size: clamp(17px, 5.5714285714px + 1.4880952381vw, 27px);
	letter-spacing: 0.81px;
	margin-top: 24px;
}

.category__link-content-text {
	border-bottom: 1px solid #C9C9C9;
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 6px;
	padding-bottom: 22px;
}

.category__link-content-sale {
	align-items: flex-end;
	letter-spacing: 0.42px;
	line-height: 0.8;
	margin-top: 10px;
}

.category__link-content-sale-max {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
}

.category__link-content-sale-price {
	font-size: clamp(18px, 11.1428571429px + 0.8928571429vw, 24px);
}

.category__link-content-sale-percent {
	font-size: clamp(14px, 11.7142857143px + 0.2976190476vw, 16px);
}

.category__link-content-sale-off {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
}

.cta-banner {
	display: none;
}

.information {
	margin-top: clamp(80px, 68.5714285714px + 1.4880952381vw, 90px);
}

.information__content {
	align-items: center;
	gap: 5.821%;
	grid-template-columns: 49.658% 44.521%;
}

.information__list {
	margin-top: 28px;
}

.information__item:not(:first-child) {
	margin-top: 24px;
}

.information__item-link {
	align-items: center;
	gap: 24px;
	grid-template-columns: max-content auto;
	padding: 0 16px 24px 16px;
}

.information__item-link-arrow {
	height: 6px;
	width: 6px;
}

.information__date {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
}

.information__item-title {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
}

.information__link-wrap {
	margin-top: 37px;
}

.information__content-right {
	margin-top: 19px;
}

.information__link-list {
	gap: 12px;
}

.information__link-banner {
	gap: clamp(5px, -12.1428571429px + 2.2321428571vw, 20px);
	padding-bottom: 26px;
	padding-right: clamp(20px, -1.7142857143px + 2.8273809524vw, 39px);
	padding-top: 24px;
}

.information__link-img {
	height: clamp(55px, 32.1428571429px + 2.9761904762vw, 75px);
	width: clamp(55px, 32.1428571429px + 2.9761904762vw, 75px);
}

.information__link-title-en {
	font-size: clamp(20px, 8.5714285714px + 1.4880952381vw, 30px);
	letter-spacing: 1.5px;
	padding-left: 16px;
	padding-right: 16px;
}

.information__link-title {
	font-size: clamp(15px, 12.7142857143px + 0.2976190476vw, 17px);
	letter-spacing: 0.51px;
	padding-left: 16px;
	padding-right: 16px;
}

.information__link-description {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
}

.inner {
	max-width: 1238px;
	padding-left: 35px;
	padding-right: 35px;
}

.instagram {
	margin-top: clamp(90px, 67.1428571429px + 2.9761904762vw, 110px);
}

.instagram__widget {
	margin-top: 18px;
}

.instagram__widget iframe {
	aspect-ratio: 1168/792;
}

.instagram__link-wrap {
	margin-top: 34px;
}

.instagram__widget--pc {
	display: block;
}

.mv {
	height: auto;
}

.mv__text {
	text-align: left;
}

.product-detail__inner {
	gap: 5.82%;
	grid-template-columns: 57.364% 36.816%;
	max-width: 1238px;
	padding-left: 35px;
	padding-right: 35px;
	width: 100%;
}

.product-detail__mv-img {
	aspect-ratio: 670/496;
}

.product-detail__thumbnails {
	margin-top: 20px;
}

.product-detail__thumbnail-list {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.product-detail__scrollbar {
	display: none;
}

.product-detail__thumbnail-img {
	aspect-ratio: 92/68;
}

.product-detail__side {
	-ms-overflow-style: none;
	height: -moz-max-content;
	height: max-content;
	max-height: calc(100vh - var(--header-height) - 40px);
	overflow-y: auto;
	position: sticky;
	scrollbar-width: none;
	top: calc(var(--header-height) + 20px);
}

.product-detail__side::-webkit-scrollbar {
	display: none;
}

.product-info__name {
	font-size: clamp(22px, 17.4285714286px + 0.5952380952vw, 26px);
	letter-spacing: 0.78px;
}

.product-info__price {
	font-size: clamp(16px, 9.1428571429px + 0.8928571429vw, 22px);
}

.product-info__price-wrap {
	padding-bottom: clamp(10px, -1.4285714286px + 1.4880952381vw, 20px);
}

.product-info__option {
	margin-top: clamp(20px, 12px + 1.0416666667vw, 27px);
}

.product-info__option-label {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
}

.product-info__option-label-text {
	margin-left: 10px;
}

.product-info__option-row {
	grid-gap: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: clamp(230px, 88.2857142857px + 18.4523809524vw, 354px) auto;
	justify-content: space-between;
	padding-right: clamp(15px, 3.5714285714px + 1.4880952381vw, 25px);
}

.product-info__select {
	font-size: clamp(9px, 3.2857142857px + 0.744047619vw, 14px);
	letter-spacing: 0.42px;
	padding: clamp(6px, 0.2857142857px + 0.744047619vw, 11px) clamp(10px, -1.4285714286px + 1.4880952381vw, 20px);
}

.product-info__stock {
	gap: clamp(10px, -1.4285714286px + 1.4880952381vw, 20px);
}

.product-info__stock-text {
	font-size: clamp(9px, 5.5714285714px + 0.4464285714vw, 12px);
	letter-spacing: 0.36px;
}

.product-info__quantity-label {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
}

.product-info__quantity-row {
	grid-template-columns: 27.21% 69.77%;
}

.product-info__quantity-select-wrap::after {
	height: clamp(4px, -0.5714285714px + 0.5952380952vw, 8px);
	right: clamp(10px, -1.4285714286px + 1.4880952381vw, 20px);
	width: clamp(4px, -0.5714285714px + 0.5952380952vw, 8px);
}

.product-info__quantity-select {
	padding: clamp(6px, 0.2857142857px + 0.744047619vw, 11px) clamp(10px, -1.4285714286px + 1.4880952381vw, 20px) clamp(6px, 0.2857142857px + 0.744047619vw, 11px) clamp(20px, -2.8571428571px + 2.9761904762vw, 40px);
}

.product-info__message-button {
	font-size: clamp(9px, 3.2857142857px + 0.744047619vw, 14px);
	letter-spacing: 0.42px;
}

.product-info__cart-button {
	font-size: clamp(12px, 8.5714285714px + 0.4464285714vw, 15px);
	margin-top: 10px;
}

.product-info__cart-icon {
	height: clamp(16px, 9.1428571429px + 0.8928571429vw, 22px);
	width: clamp(16px, 9.1428571429px + 0.8928571429vw, 22px);
}

.product-info__accordion {
	margin-top: clamp(18px, 13.4285714286px + 0.5952380952vw, 22px);
}

.product-info__accordion-toggle {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	padding: 8px 20px;
}

.product-info__accordion-toggle::after,
.product-info__accordion-toggle::before {
	right: clamp(14px, 7.1428571429px + 0.8928571429vw, 20px);
}

.product-info__accordion-content {
	margin-top: 10px;
	padding-left: clamp(10px, -1.4285714286px + 1.4880952381vw, 20px);
}

.product-info__spec-item {
	font-size: clamp(9px, 5.5714285714px + 0.4464285714vw, 12px);
	letter-spacing: 0.36px;
}

.product-info__footer-links {
	gap: clamp(16px, 0px + 2.0833333333vw, 30px);
	margin-top: clamp(16px, 8px + 1.0416666667vw, 23px);
}

.product-info__text-link {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
}

.product-info__sns-link {
	width: clamp(24px, 17.1428571429px + 0.8928571429vw, 30px);
}

.product-detail__label {
	font-size: clamp(14px, 9.4285714286px + 0.5952380952vw, 18px);
	letter-spacing: 0.54px;
}

.product-detail__headline {
	font-size: clamp(15px, 9.2857142857px + 0.744047619vw, 20px);
	letter-spacing: 0.6px;
	margin-top: 72px;
}

.product-detail__description {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
}

.product-detail__img {
	aspect-ratio: 670/496;
}

.product-detail__reason {
	margin-top: clamp(90px, 66px + 3.125vw, 111px);
}

.product-detail__reason-list {
	gap: clamp(44px, 17.7142857143px + 3.4226190476vw, 67px);
	margin-top: 41px;
}

.product-detail__reason-item-title-number {
	font-size: clamp(35px, 20.1428571429px + 1.9345238095vw, 48px);
	line-height: 0.4;
}

.product-detail__reason-item-title-text {
	font-size: clamp(15px, 9.2857142857px + 0.744047619vw, 20px);
	letter-spacing: 0.6px;
	margin-left: clamp(10px, 0.8571428571px + 1.1904761905vw, 18px);
}

.product-detail__reason-item-description {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 11px;
}

.product-detail__reason-item-img-wrap {
	margin-top: 10px;
}

.product-detail__reason-item-img {
	aspect-ratio: 670/335;
}

.product-detail__youtube {
	margin-top: 110px;
	padding-bottom: 80px;
	padding-top: 80px;
}

.product-detail__youtube::before {
	left: 87%;
}

.product-detail__youtube iframe {
	aspect-ratio: 670/377;
}

.product-detail__feature {
	margin-top: clamp(88px, 62.8571428571px + 3.2738095238vw, 110px);
}

.product-detail__feature-list {
	gap: 50px;
	margin-top: 27px;
}

.product-detail__feature-item-title-text {
	font-size: clamp(18px, 11.1428571429px + 0.8928571429vw, 24px);
	letter-spacing: 0.72px;
}

.product-detail__feature-item-description {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 10px;
}

.product-detail__feature-item-img-wrap {
	margin-top: 10px;
}

.product-detail__feature-item-img--small {
	aspect-ratio: 670/323;
}

.product-detail__feature-link-wrap {
	margin-top: 30px;
}

.product-detail__usage-scene {
	margin-top: clamp(90px, 67.1428571429px + 2.9761904762vw, 110px);
}

.product-detail__usage-scene-list {
	gap: 50px;
	margin-top: 20px;
}

.product-detail__usage-scene-item-title {
	font-size: clamp(15px, 9.2857142857px + 0.744047619vw, 20px);
	letter-spacing: 0.6px;
	padding-left: 10px;
}

.product-detail__usage-scene-item-description {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 17px;
}

.product-detail__usage-scene-item-img-wrap {
	margin-top: 10px;
}

.product-detail__usage-scene-item-img {
	aspect-ratio: 670/496;
}

.product-detail__usage-scene-item-link-wrap {
	margin-top: 30px;
}

.product-detail__usage-scene-item-contact-link-wrap {
	margin-top: 57px;
}

.product-detail__usage-scene-item-contact-link {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	padding-bottom: 9px;
	padding-top: 9px;
	width: clamp(255px, 163.5714285714px + 11.9047619048vw, 335px);
}

.product-detail__usage-scene-category-link-wrap {
	margin-top: 80px;
}

.product-detail__usage-scene-category-link {
	grid-template-columns: 42.39% 57.61%;
}

.product-detail__usage-scene-category-link-img-wrap {
	overflow: hidden;
}

.product-detail__usage-scene-category-link-img {
	aspect-ratio: 286/212;
	transition: transform 0.3s ease;
}

.product-detail__usage-scene-category-link-content {
	padding: clamp(30px, 15.1428571429px + 1.9345238095vw, 43px) clamp(15px, -7.8571428571px + 2.9761904762vw, 35px) clamp(30px, 15.1428571429px + 1.9345238095vw, 43px) clamp(20px, -4px + 3.125vw, 41px);
}

.product-detail__usage-scene-category-link-title {
	font-size: clamp(10px, 0.8571428571px + 1.1904761905vw, 18px);
	letter-spacing: 0.54px;
}

.product-detail__usage-scene-category-link-description {
	font-size: clamp(8px, 1.1428571429px + 0.8928571429vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 22px;
}

.product-detail__usage-scene-category-link-more {
	bottom: 13px;
	font-size: clamp(8px, 3.4285714286px + 0.5952380952vw, 12px);
	letter-spacing: 0.36px;
	right: 20px;
}

.product-detail__usage-scene-gift-wrap {
	margin-top: clamp(50px, 15.7142857143px + 4.4642857143vw, 80px);
}

.product-detail__usage-scene-gift-title {
	font-size: clamp(15px, 9.2857142857px + 0.744047619vw, 20px);
	letter-spacing: 0.6px;
	padding-left: clamp(30px, 14px + 2.0833333333vw, 44px);
}

.product-detail__usage-scene-gift-title::before {
	height: clamp(20px, 4px + 2.0833333333vw, 34px);
	width: clamp(20px, 4px + 2.0833333333vw, 34px);
}

.product-detail__usage-scene-gift-description {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 10px;
}

.product-detail__usage-scene-gift-img-wrap {
	margin-top: 10px;
}

.product-detail__usage-scene-gift-img {
	aspect-ratio: 670/307;
}

.product-detail__usage-scene-gift-link-wrap {
	margin-top: 28px;
}

.product-detail__voice {
	margin-top: clamp(80px, 45.7142857143px + 4.4642857143vw, 110px);
	padding-bottom: 80px;
	padding-top: 80px;
}

.product-detail__voice::before {
	left: 87%;
}

.product-detail__voice-list-wrap {
	margin-top: 30px;
}

.product-detail__voice-item {
	padding: 30px 30px 20px 30px;
}

.product-detail__voice-item-content {
	align-items: center;
	gap: 16px;
}

.product-detail__voice-item-text {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
}

.product-detail__voice-item-info {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 8px;
}

.product-detail__banner {
	margin-top: 80px;
}

.product-detail__banner-item-link {
	grid-template-columns: 42.39% 57.61%;
}

.product-detail__banner-item-link-img-wrap {
	overflow: hidden;
}

.product-detail__banner-item-link-img {
	aspect-ratio: 286/212;
	transition: transform 0.3s ease;
}

.product-detail__banner-item-link-content {
	padding: clamp(33px, 21.5714285714px + 1.4880952381vw, 43px) clamp(25px, 13.5714285714px + 1.4880952381vw, 35px) clamp(33px, 21.5714285714px + 1.4880952381vw, 43px) clamp(21px, -1.8571428571px + 2.9761904762vw, 41px);
}

.product-detail__banner-item-link-title {
	font-size: clamp(12px, 5.1428571429px + 0.8928571429vw, 18px);
	letter-spacing: 0.54px;
}

.product-detail__banner-item-link-description {
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 22px;
}

.product-detail__banner-item-link-more {
	bottom: 13px;
	font-size: clamp(8px, 3.4285714286px + 0.5952380952vw, 12px);
	letter-spacing: 0.36px;
	right: 20px;
}

.ranking {
	margin-top: clamp(90px, 67.1428571429px + 2.9761904762vw, 110px);
}

.ranking__tabs {
	gap: 8px;
	margin-top: 20px;
}

.ranking__tab {
	font-size: clamp(12px, 8.5714285714px + 0.4464285714vw, 15px);
	letter-spacing: 0.45px;
	min-width: clamp(160px, 130.2857142857px + 3.869047619vw, 186px);
	padding: 5px 10px;
}

.ranking__tabs-contents {
	margin-top: 16px;
}

.ranking__list {
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.ranking__item-img {
	aspect-ratio: 379/399;
}

.ranking__item-title {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
}

.ranking__item-price {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
}

.recommend {
	margin-top: clamp(50px, 15.7142857143px + 4.4642857143vw, 80px);
}

.recommend--product-detail {
	margin-top: clamp(90px, 67.1428571429px + 2.9761904762vw, 110px);
}

.recommend__header {
	max-width: 1198px;
	padding-right: 30px;
}

.recommend__swiper .swiper-wrapper {
	margin-top: 24px;
}

.recommend__swiper .swiper-controller {
	gap: 24px;
}

.recommend__swiper .swiper-button-prev,
.recommend__swiper .swiper-button-next {
	height: 40px;
	width: 40px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	margin-top: 37px;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: calc(100% - 3.125rem);
}

.shipping-payment {
	margin-top: clamp(80px, 45.7142857143px + 4.4642857143vw, 110px);
	padding-bottom: clamp(60px, 37.1428571429px + 2.9761904762vw, 80px);
	padding-top: clamp(60px, 37.1428571429px + 2.9761904762vw, 80px);
}

.shipping-payment__inner {
	gap: 28px;
	grid-template-columns: repeat(2, 1fr);
}

.shipping-payment__content {
	padding: 50px clamp(30px, -109.9322033898px + 18.2203389831vw, 116px);
}

.shipping-payment__list {
	margin-top: 20px;
}

.shipping-payment__item {
	font-size: clamp(10px, 3.4915254237px + 0.8474576271vw, 14px);
	letter-spacing: 0.42px;
}

.shipping-payment__content--shipping .shipping-payment__text {
	margin-top: 25px;
}

.shipping-payment__content--payment .shipping-payment__text {
	margin-top: 20px;
}

.shipping-payment__text {
	font-size: clamp(11px, 6.1186440678px + 0.6355932203vw, 14px);
	letter-spacing: 0.42px;
}

.shipping-payment__link-wrap {
	margin-top: clamp(40px, -26.7118644068px + 8.686440678vw, 81px);
}

.shipping-payment__logos {
	margin-top: 16px;
}

.shipping-payment__logos-img {
	aspect-ratio: 338/141;
}

.topics {
	margin-top: clamp(90px, 67.1428571429px + 2.9761904762vw, 110px);
	padding-bottom: clamp(60px, 34.8571428571px + 3.2738095238vw, 82px);
	padding-top: clamp(60px, 34.8571428571px + 3.2738095238vw, 82px);
}

.topics__list {
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 20px;
}

.topics__link-img {
	aspect-ratio: 280/209;
}

.topics__link-header {
	margin-top: 10px;
}

.topics__link-header-category {
	font-size: clamp(10px, 7.7142857143px + 0.2976190476vw, 12px);
}

.topics__link-header-date {
	font-size: clamp(10px, 7.7142857143px + 0.2976190476vw, 12px);
}

.topics__link-description {
	-webkit-line-clamp: 3;
	font-size: clamp(10px, 5.4285714286px + 0.5952380952vw, 14px);
	letter-spacing: 0.42px;
	margin-top: 10px;
}

.topics__link-wrap {
	margin-top: 40px;
}

.breadcrumb {
	margin-top: 15px;
}

.breadcrumb__link-text {
	font-size: 12px;
	letter-spacing: 0.36px;
}

.breadcrumb__separator {
	font-size: 12px;
	letter-spacing: 0.36px;
	margin-left: clamp(8px, -1.1428571429px + 1.1904761905vw, 16px);
	margin-right: clamp(8px, -1.1428571429px + 1.1904761905vw, 16px);
}

.footer {
	padding-bottom: 28px;
	padding-top: 70px;
}

.footer__content {
	display: flex;
	justify-content: space-between;
}

.footer__logo {
	height: clamp(40px, 17.1428571429px + 2.9761904762vw, 60px);
	width: clamp(40px, 17.1428571429px + 2.9761904762vw, 60px);
}

.footer__nav {
	gap: clamp(20px, -21.1428571429px + 5.3571428571vw, 56px);
	grid-template-columns: clamp(130px, 72.8571428571px + 7.4404761905vw, 180px) clamp(130px, 72.8571428571px + 7.4404761905vw, 180px) clamp(270px, 144.2857142857px + 16.369047619vw, 380px);
}

.footer__nav-hr {
	margin-bottom: 20px;
	margin-top: 20px;
}

.footer__nav-list {
	gap: 10px;
}

.footer .footer__nav-link {
	font-size: clamp(10px, 6.5714285714px + 0.4464285714vw, 13px);
	letter-spacing: 0.39px;
}

.footer__social {
	margin-top: -21px;
}

.footer__social-link {
	height: clamp(16px, 9.1428571429px + 0.8928571429vw, 22px);
	width: clamp(16px, 9.1428571429px + 0.8928571429vw, 22px);
}

.header {
	height: -moz-fit-content;
	height: fit-content;
}

.header__inner {
	gap: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.header__logo-link {
	width: clamp(35px, 17.8571428571px + 2.2321428571vw, 50px);
}

.header__buttons {
	padding-left: clamp(16px, -2.2857142857px + 2.380952381vw, 32px);
	position: relative;
}

.header__buttons::before {
	background-color: #C1C1C1;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header__button {
	width: clamp(16px, 9.1428571429px + 0.8928571429vw, 22px);
}

.header__search-form {
	padding: clamp(9px, 3.2857142857px + 0.744047619vw, 14px) clamp(15px, 9.2857142857px + 0.744047619vw, 20px);
}

.drawer__icon {
	display: none;
}

.drawer {
	display: none;
}

.header-notice {
	gap: 32px;
	margin-top: var(--header-height);
	padding-bottom: 10px;
	padding-top: 10px;
}

.header-notice__text {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
}

.header-notice__text-accent {
	margin-left: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

.section-hgroup__title-en {
	font-size: clamp(28px, 22.2857142857px + 0.744047619vw, 33px);
	font-size: clamp(25px, 15.8571428571px + 1.1904761905vw, 33px);
	letter-spacing: 0.99px;
}

.section-hgroup__title {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	letter-spacing: 0.42px;
}

.section-link-btn {
	font-size: clamp(12px, 9.7142857143px + 0.2976190476vw, 14px);
	width: 280px;
}

.section-title-small {
	padding-bottom: 6px;
}

.section-title-small__text {
	font-size: clamp(23px, 18.4285714286px + 0.5952380952vw, 27px);
	letter-spacing: 0.81px;
	line-height: 1.37;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	-webkit-text-decoration: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

}

@media (min-width: 1600px) {

.mv__text {
	font-size: 16px;
}

.mv__link {
	font-size: 18px;
	width: 260px;
}

}

@media (max-width: 1400px) and (max-height: 770px) {

.cta-banner--product-detail {
	zoom: 0.8;
	bottom: 20px;
}

}

@media (max-width: 768px) {

.--delay-1,
.--delay-2,
.--delay-3,
.--delay-4 {
	transition-delay: 0.1s;
}

}

@media (max-width: 767px) {

.btob-point__list {
	gap: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.btob-point__item {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.btob-point__item:not(:last-child) {
	border-bottom: 1px dashed #939191;
}

.btob-customize__item {
	grid-gap: 10px;
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 0.904fr 1fr;
	padding-right: 10px;
}

.btob-customize__item-title {
	letter-spacing: 0.39px;
	line-height: 1.3;
	text-align: left;
}

.btob-customize__item-text {
	letter-spacing: 0.33px;
	line-height: 1.7;
	text-align: left;
}

.btob-point__notice-title {
	letter-spacing: -0.22px;
	line-height: 1.7;
}

.btob-delivery-process__item-title-text {
	letter-spacing: 0.48px;
	line-height: 1.6;
}

.btob-voice__item-img--01 {
	aspect-ratio: 295/200;
}

.btob-voice__item-btn .section-link-btn {
	font-size: 11px;
	max-width: 193px;
	padding-bottom: 7px;
	padding-top: 9px;
}

.btob-faq__content-title {
	letter-spacing: 0.48px;
	line-height: 1.6;
}

.btob-faq__item-btn.btob-faq__item-btn--long {
	padding-bottom: 5px;
	padding-top: 5px;
}

.btob-faq__item-content-link-wrap {
	display: flex;
	justify-content: center;
}

.btob-faq__item-content-link-wrap .section-link-btn.section-link-btn--red {
	font-size: 11px;
	max-width: 193px;
	padding-bottom: 7px;
	padding-top: 9px;
}

.category__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.category__hgroup {
	padding-left: 20px;
	padding-right: 20px;
}

.category__list {
	grid-template-rows: repeat(5, auto);
}

.category__item--outlet {
	grid-column: span 2/span 2;
}

.category__link-img {
	aspect-ratio: 386/286;
}

.category__link-img.category__link-img--outlet {
	aspect-ratio: 375/118;
}

.category__link-content {
	justify-content: center;
	width: 100%;
}

.category__link-content-text-wrap {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.category__link-content-text-wrap::after {
	background-color: #C9C9C9;
	content: "";
	height: 58px;
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 1px;
}

.category__link-content-sale {
	flex-direction: column;
	margin-left: 21px;
}

.category__link-content-sale-price-wrap {
	display: flex;
	gap: 2px;
}

.category__link-content-sale-price-wrap-inner {
	display: flex;
	flex-direction: column;
}

.category__link-content-logo {
	margin-right: 20px;
}

.cta {
	display: none;
}

.information__item-title-wrap {
	margin-top: 4px;
}

.information__link-wrap {
	text-align: center;
}

.information__link-banner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.instagram__widget--sp {
	display: block;
}

.mv__text-wrap {
	display: none;
}

.product-detail__inner {
	margin-right: calc(50% - 50vw);
}

.product-detail__main {
	display: contents;
}

.product-detail__mv {
	order: 1;
	overflow: hidden;
	width: 100vw;
}

.product-detail__mv-img-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-detail__thumbnails {
	padding-bottom: 35px;
	position: relative;
}

.product-detail__thumbnail-list {
	-ms-overflow-style: none;
	overflow-x: auto;
	scrollbar-width: none;
}

.product-detail__thumbnail-list::-webkit-scrollbar {
	display: none;
}

.product-detail__thumbnail-item {
	min-width: 81px;
}

.product-detail__side {
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	max-width: 500px;
	order: 2;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-info__price-wrap {
	padding-right: 20px;
}

.product-info__option-row {
	display: flex;
	flex-direction: column;
}

.product-info__favorite-icon.pc-only {
	display: none;
}

.product-info__favorite-icon.sp-only {
	display: block;
	margin-top: 8px;
}

.product-info__spec-item--note {
	margin-top: 7px;
}

.product-info__text-link-item {
	line-height: 1;
}

.product-detail__mv-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 63px;
	max-width: 500px;
	order: 3;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-detail__reason {
	order: 4;
}

.product-detail__reason-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-detail__youtube {
	order: 5;
}

.product-detail__youtube-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-detail__feature {
	order: 6;
}

.product-detail__feature-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-detail__feature-link-wrap {
	text-align: center;
}

.product-detail__usage-scene {
	order: 7;
}

.product-detail__usage-scene-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-detail__usage-scene-item-link-wrap {
	text-align: center;
}

.product-detail__usage-scene-item-contact-link-wrap {
	text-align: center;
}

.product-detail__usage-scene-item-contact-link {
	max-width: 335px;
}

.product-detail__usage-scene-category-link {
	padding-bottom: 27px;
	padding-top: 27px;
}

.product-detail__usage-scene-category-link-content {
	margin-top: -5px;
}

.product-detail__usage-scene-gift-link-wrap {
	text-align: center;
}

.product-detail__voice {
	order: 8;
}

.product-detail__voice-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-detail__banner {
	order: 9;
}

.product-detail__banner-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.product-detail__banner-item-link {
	padding-bottom: 20px;
	padding-top: 20px;
}

.product-detail__banner-item-link-content {
	margin-top: -5px;
}

.ranking__tabs-contents {
	margin-right: calc(50% - 50vw);
}

.ranking__list {
	overflow: auto;
}

.shipping-payment__inner.inner {
	max-width: 440px;
}

.footer__logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footer__nav {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	margin-top: 40px;
}

.footer__nav-section--guide {
	grid-column: span 2/span 2;
}

.footer__social {
	justify-content: center;
}

.footer__copyright {
	display: none;
}

.header__nav {
	display: none;
}

.header__button--contact {
	display: none;
}

.header__button--search {
	display: none;
}

.header__search-wrapper {
	display: none;
}

.header__search-close {
	display: none;
}

.section-link-btn {
	max-width: 335px;
}

}

@media (max-width: 479px) {

.product-detail__thumbnail-list {
	padding-left: 20px;
}

}