/** Shopify CDN: Minification failed

Line 790:0 Expected "}" to go with "{"

**/
/* ============================================
   c-product-main — Figma product hero
   ============================================ */

.c-product-main {
	background: #F6F4F0;
	color: var(--c-top-text, #111);
	padding: clamp(32px, 5vw, 64px) 0 clamp(48px, 7vw, 96px);
}

.c-product-main__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 64px;
	align-items: start;
}

/* --- Gallery --- */
.c-product-main__gallery {
	position: sticky;
}

.c-product-main__main-media {
	position: relative;
	width: 100%;
	/* aspect-ratio: 1 / 1; */
	aspect-ratio: 5 / 4;
	overflow: hidden;
	background: #f4f3ef;
}

.c-product-section .c-product-main__main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-product-main__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.c-product-main__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	border: 1px solid transparent;
	background: #f4f3ef;
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.25s ease;
}

.c-product-main__thumb.is-active,
.c-product-main__thumb:hover {
	border-color: #111;
}

.c-product-section .c-product-main__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* --- Info --- */
.c-product-main__info {

}

.c-product-main__brand {
	margin: 0 0 10px;
	font-family: var(--c-top-font-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #888;
}

.c-product-main__title {
	margin: 0;
	font-family: var(--c-top-font-display);
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.05;
	color: #000;
}

.c-product-main__price {
	margin-top: 8px;
	font-family: var(--c-top-font-sans);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #333;
}

.c-product-main__price-tax {
	font-size: 15px;
	color: #333;
	margin-left: 0;
}

.c-product-main__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	font-family: var(--c-top-font-sans);
	font-size: 12px;
	color: #666;
}

.c-product-main__stars {
	display: inline-flex;
	gap: 2px;
	letter-spacing: 0;
}

.c-product-main__star {
	color: #d0d0d0;
	font-size: 14px;
	line-height: 1;
}

.c-product-main__star.is-on {
	color: #e6b422;
}

.c-product-main__rating-text {
	color: #666;
}

.c-product-main__desc {
	margin: 24px 0 0;
	font-family: var(--c-top-font-sans);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.04em;
	color: #444;
}


.c-product-main__desc p {
	margin: 0 0 0.6em;
}

.c-product-main__desc p:last-child {
	margin-bottom: 0;
}

.c-product-main__note {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.4em;
    margin: 24px 0 0;
    padding: 32px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-family: var(--c-top-font-sans);
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

.c-product-main__note-label {
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #111;
    font-size: 16px;
}

.c-product-main__note-value {
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #333;
    font-size: 13px;
}


/* --- Variants --- */
.c-product-main__option {
	margin-top: 28px;
}

.c-product-main__option-label {
	display: block;
	margin-bottom: 10px;
	font-family: var(--c-top-font-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #111;
}

.c-product-main__option-values {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.c-product-main__swatch {
	min-width: 64px;
	padding: 10px 16px;
	border: 1px solid #ccc;
	background: #fff !important;
	background-color: #fff !important;
	font-family: var(--c-top-font-sans);
	font-size: 13px;
	letter-spacing: 0.04em;
	color: #111;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.c-product-main__swatch:hover,
.c-product-main__swatch:active,
.c-product-main__swatch:focus {
	background: #fff !important;
	background-color: #fff !important;
	color: #111;
}

.c-product-main__swatch.is-selected {
	border-color: #111;
	background: #f4f3ef !important;
}

.c-product-main__swatch.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.c-product-main__qty {
	display: flex;
	align-items: center;
	gap: 32px;
	margin-top: 32px;
}

.c-product-main__qty-label {
	font-family: var(--c-top-font-sans);
	font-size: 16px;
	letter-spacing: 0.07em;
	color: #000;
}

.c-product-main__qty-stepper {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.c-product-main__qty-btn {
    width: 24px;
    height: 24px;
    border: 1px solid #D6CDBE;
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    font-size: 16px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 0 0 2px 0;
}

.c-product-main__qty-btn:hover,
.c-product-main__qty-btn:active,
.c-product-main__qty-btn:focus {
	background: #efefef !important;
	background-color: #efefef !important;
	color: #111;
}

.c-product-main__qty-input {
	width: 48px;
	height: 23px;
	border: none;
	text-align: center;
	font-family: var(--c-top-font-sans);
	font-size: 16px;
	letter-spacing: 0.07em;
	color: #000;
	appearance: textfield;
	-moz-appearance: textfield;
	background-color: #F6F4F0;
}

.c-product-main__qty-input::-webkit-outer-spin-button,
.c-product-main__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* --- ATC --- */
.c-product-main__atc {
	display: block;
	width: 100%;
	margin-top: 32px;
	padding: 18px 24px;
	border: 0;
	background: #000 !important;
	background-color: #000 !important;
	font-family: var(--c-top-font-sans);
	font-size: 16px;
	letter-spacing: 0.06em;
	text-transform: none;
	color: var(--c-top-cream) !important;
	cursor: pointer;
	transition: opacity 0.25s ease, background-color 0.25s ease;
	-webkit-tap-highlight-color: transparent;
}

.c-product-main__atc:hover,
.c-product-main__atc:active,
.c-product-main__atc:focus {
	background: #2b2b2b !important;
	background-color: #2b2b2b !important;
	opacity: 1;
}

.c-product-main__atc:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.c-product-main__benefits {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 8px;
	margin-top: 8px;
	padding: 0;
	padding-inline-start: 0;
	list-style: none;
}

.c-product-main__benefit {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 0;
	padding: 2px 14px;
	border: 1px solid #cfc6b8;
	border-radius: 0;
	background: transparent;
	font-family: var(--c-top-font-sans);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.55;
	color: #555;
	text-align: left;
	box-sizing: border-box;
}

/* --- Accordion --- */
.c-product-main__acc {
	margin-top: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.c-product-main__acc-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.c-product-main__acc-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 32px 0;
	background: transparent !important;
	background-color: transparent !important;
	font-family: var(--c-top-font-sans);
	font-size: 16px;
	letter-spacing: 0.07em;
	text-align: left;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	color: #000;
}

.c-product-main__acc-trigger:hover,
.c-product-main__acc-trigger:active,
.c-product-main__acc-trigger:focus {
	background: transparent !important;
	color: #6b3a32;
}

.c-product-main__acc-icon {
	position: relative;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	color: #c23a2b;
}

.c-product-main__acc-icon::before,
.c-product-main__acc-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	transform: translate(-50%, -50%);
}

.c-product-main__acc-icon::before {
	width: 14px;
	height: 1px;
}

.c-product-main__acc-icon::after {
	width: 1px;
	height: 14px;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.c-product-main__acc-item.is-open .c-product-main__acc-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.c-product-main__acc-panel {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition:
		max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.4s ease,
		visibility 0.55s;
}

.c-product-main__acc-item.is-open .c-product-main__acc-panel {
	opacity: 1;
	visibility: visible;
}

.c-product-main__acc-body {
	padding: 0 0 18px;
	font-family: var(--c-top-font-sans);
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.03em;
	color: #555;
}

.c-product-main__acc-body p {
	margin: 0 0 0.75em;
}

.c-product-main__acc-body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 989px) {
	.c-product-main {
		background: #F6F4F0;
		color: var(--c-top-text, #111);
		padding: 24px 0 40px;
	}

	.c-product-main__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.c-product-main__note {
		padding: 24px 0;
	}

	.c-product-main__title {
		font-size: 24px;
	}

	.c-product-main__gallery {
		position: static;
	}

	.c-product-main__acc-trigger {
		padding: 24px 0;
	}

	.c-product-main__atc {
		display: block;
		width: 100%;
		margin-top: 24px;
		padding: 15px 24px;
	}

	.c-product-main__qty {
		margin-top: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.c-product-main__acc-panel,
	.c-product-main__acc-icon::after {
		transition: none;
	}

	.c-sticky-atc {
		transition: none;
	}
}

/* ============================================
   Sticky add-to-cart bar (bottom fixed)
   ============================================ */
.c-sticky-atc {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 450;
	padding: 14px 20px;
	background: #fff;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, 110%, 0);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition:
		transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.3s ease,
		visibility 0.3s ease;
}

.c-sticky-atc.is-shown {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.c-sticky-atc__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 3vw, 36px);
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.c-sticky-atc__product,
.c-sticky-atc__btns {
	display: flex;
	align-items: center;
}

.c-sticky-atc__product {
	gap: 14px;
	min-width: 0;
}

.c-sticky-atc__img {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	background: #f4f3ef;
}

.c-sticky-atc__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-sticky-atc__infos {
	min-width: 0;
}

.c-sticky-atc__title {
	font-family: var(--c-top-font-display, var(--c-top-font-serif));
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.2;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-sticky-atc__price {
	margin-top: 4px;
	font-family: var(--c-top-font-sans);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #777;
	line-height: 1.2;
}

.c-sticky-atc__btns {
	gap: 12px;
	flex-shrink: 0;
}

.c-sticky-atc__qty {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 44px;
	border: 1px solid #d8d4cc;
	border-radius: 999px;
	background: #fff;
}

.c-sticky-atc__qty-btn {
	position: absolute;
	top: 0;
	width: 36px;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.c-sticky-atc__qty-btn[data-c-sticky-qty-minus] {
	left: 0;
}

.c-sticky-atc__qty-btn[data-c-sticky-qty-plus] {
	right: 0;
}

.c-sticky-atc__qty-input {
	width: 40px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
	font-family: var(--c-top-font-sans);
	font-size: 15px;
	font-weight: 500;
	color: #111;
	-moz-appearance: textfield;
	appearance: textfield;
}

.c-sticky-atc__qty-input::-webkit-outer-spin-button,
.c-sticky-atc__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.c-sticky-atc__atc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	height: 44px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: #222;
	color: #fff;
	font-family: var(--c-top-font-sans);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.c-sticky-atc__atc:hover {
	opacity: 0.88;
}

.c-sticky-atc__atc:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

html.is-c-sticky-atc-shown {
	padding-bottom: 84px;
}

@media (max-width: 767px) {
	.c-sticky-atc {
		padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
	}

	.c-sticky-atc__inner {
		flex-wrap: wrap;
		justify-content: stretch;
		gap: 10px;
		max-width: none;
	}

	.c-sticky-atc__product {
		flex: 1 1 auto;
		min-width: 0;
	}

	.c-sticky-atc__img {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.c-sticky-atc__title {
		font-size: 15px;
	}

	.c-sticky-atc__price {
		font-size: 12px;
	}

    .c-sticky-atc__btns {
        flex: 1 1 100%;
        width: 100%;
    }

    .c-sticky-atc__qty {
        width: 104px;
        height: 42px;
        flex: 0 0 auto;
    }

    .c-sticky-atc__atc {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
        height: 42px;
        padding: 0 16px;
        font-size: 12px;
    }

    html.is-c-sticky-atc-shown {
        padding-bottom: 120px;
    }
    .c-product-main__price-note {
     font-size: 1em;
     font-family: inherit;
     color: inherit;
     line-height: inherit;
     margin-top: 8px;
    }

/* Compare-at price (割引前価格) */
.c-product-main__price-compare {
  display: inline-block;
  margin-right: 0.5em;
}
.c-product-main__price-compare s {
  color: #999;
  font-size: 0.85em;
  text-decoration: line-through;
}
/* 割引後価格を赤文字 */
[data-c-product-price-value] {
  color: #ec0101 !important;
  font-weight: bold;
}
