/** Shopify CDN: Minification failed

Line 338:9 Expected identifier but found whitespace
Line 338:11 Unexpected "{"
Line 338:20 Expected ":"
Line 338:44 Unexpected "{"
Line 338:53 Expected ":"
Line 338:70 Expected ":"
Line 485:12 Expected ":"
Line 485:14 Expected identifier but found "0"

**/
/* === 変数 ==== */
.loosy-section {
  /*  カラーパレット  */
  --color-dark: #403936;      /* メインテキスト・ボタン背景 */
  --color-brown: #C1A37C;     /* ブランドアクセント */
  --color-bg-light: #F0EEE7;  /* 背景・サブ背景 */
  --color-gray: #333333;      /* サブテキスト */
  --color-gray-light: #D9D9D9;/* 枠線など淡いグレー */

  /*  基本文字色  */
  --text-main: var(--color-dark);
  --text-sub: var(--color-gray);
  --text-link: var(--color-brown);

  /*  背景色  */
  --bg-main: #ffffff;
  --bg-soft: var(--color-bg-light);

  /*  ボーダー  */
  --border-color: #E3E3E3;

  /*  ボタン  */
  --btn-bg: var(--color-dark);
  --btn-text: #ffffff;
  --btn-border: var(--color-dark);
  --btn-hover-bg: #403936E6; /* 少し透過したダーク */
  --btn-outline-border: #403936;
  --btn-outline-text: #403936;
  --btn-outline-hover-bg: #F0EEE7;
}

/* Typography */
body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: var(--text-main);
  background-color: var(--bg-main);
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: var(--color-dark);
}
.section-header {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold !important;
  color: var(--text-main);
  line-height: 1.3;
  color: var(--color-dark);
}
p {
  color: var(--color-dark;)
}

.underline {
  text-decoration: underline;
}

h1 { font-size: 36px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p, li { font-size: 16px; color: var(--text-sub); }

/* レスポンシブ（スマホで少し小さく） */
@media (max-width: 767px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  p, li { font-size: 15px; }
}

/* ベースボタン */
.button, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none;
}

/* ダークボタン（例：商品一覧を見る） */
.btn--dark {
  background: var(--btn-bg);
  color: var(--btn-text);
  border: 1px solid var(--btn-border);
}
.btn--dark:hover {
  background: var(--btn-hover-bg);
}

/* ブラウンボタン（例：購入する） */
.btn--brown {
  background: var(--color-brown);
  color: #fff;
  border: 1px solid var(--color-brown);
}
.btn--brown:hover {
  background: #b9936f;
}

/* アウトラインボタン（例：2人掛け／ミニ） */
.btn--outline {
  background: transparent;
  color: var(--btn-outline-text);
  border: 1px solid var(--btn-outline-border);
}
.btn--outline:hover {
  background: var(--btn-outline-hover-bg);
}

/* 無効ボタン */
.btn:disabled, .btn[aria-disabled="true"] {
  opacity: .4;
  pointer-events: none;
}

/* SP */
@media screen and (max-width: 648px) {
  .sp-hide {
    display: none !important;
  }
}
/* PC */
@media screen and (min-width: 649px) {
  .pc-hide {
    display: none !important;
  }
}


/* === variant-button-loosy ==== */
.variant-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 0;
}

.variant-pill__text {
  font-size: 10px;
}

.variant-pills label {
  font-weight: normal !important;
}

/* スラッシュ区切りの上書き防止（テーマ共通CSS対策） */
.variant-pills label + label::before {
  content: none !important;
}

/* 入力は非表示 */
.variant-input.sr-only {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  width: 1px; height: 1px;
  overflow: hidden;
}

/* --- ピル共通スタイル --- */
.variant-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  margin-bottom: 0;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  background: var(--bg-main);
  color: var(--text-main);
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background-color .2s ease,
    color .2s ease;
}

/* --- hover時 --- */
.variant-pill:hover {
  border-color: var(--pill-hover, var(--color-brown));
}

/* --- 選択時（input:checked + label） --- */
.variant-input:checked + .variant-pill {
  border: 2px solid var(--color-dark);
  font-weight: bold;
  box-shadow: none;
}

/* --- 在庫なし --- */
.variant-pill.is-disabled {
  opacity: .4;
  pointer-events: none;
}

/* --- “入荷待ち”タグ（必要な場合のみ） --- */
.variant-pill__badge {
  margin-left: 8px;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 9999px;
  border: 1px solid var(--border-color);
  color: var(--text-sub);
}

@media (min-width: 768px) {
  .variant-pill {
    min-height: 50px;
    padding: 12px 26px;
    font-size: 16px;
  }
  .variant-pills { gap: 10px 10px; }
}

/* === same-color-products ==== */
.loosy-section .same-color-section {
  margin-top: 30px;
  margin-bottom: 30px;
  /* text-align: center; */
}
.loosy-section .same-color-title {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.same-color-description {
  color: #555;
  margin-bottom: 1em;
  font-size: 0.95em;
}
.same-color-link {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #F6F4EF;
  color: #111;
  text-decoration: none;
  transition: all 0.25s ease;
}
.same-color-link:hover {
  background: #111;
  color: #fff;
}
.same-color-description.is-empty {
  color: #aaa;
  font-style: italic;
}
/* セクション余白などは必要に応じて調整 */
.loosy-samecolor { margin: 20px 0; }
.loosy-samecolor__title { font-size: 16px; font-weight: 700; margin: 0 0 12px; }

/* 横スクロールレール */
.loosy-samecolor__rail {
  position: relative;
  overflow: hidden; /* はみ出しを隠す */
}
.loosy-samecolor__track {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px; /* 余白で影や切れを防ぐ */
  margin: 0; padding-left: 2px; list-style: none;
}

/* スクロールバー隠す（主要ブラウザ） */
.loosy-samecolor__track::-webkit-scrollbar { display: none; }
.loosy-samecolor__track { scrollbar-width: none; } /* Firefox */
.loosy-samecolor__track { -ms-overflow-style: none; } /* Legacy Edge/IE */

.loosy-samecolor__card {
  flex: 0 0 110px;           /* 1カード幅（デザインに合わせて） */
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #E5E5E5;
}
.loosy-samecolor__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px;
}
.loosy-samecolor__thumb {
  width: 100%;
  max-width: 90px;
  max-height: 90px;
  aspect-ratio: 1;
  overflow: hidden;
  display: grid; place-items: center;
}
.loosy-samecolor__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  object-position: center;
  max-width: 90px;
  max-height: 90px;
}
.loosy-samecolor__ph { width: 100%; height: 100%; background: #eee; }

.loosy-samecolor__body { margin-top: 5px; }
.loosy-samecolor__name { font-size: 10px; line-height: 1.5; margin: 0 0 8px; min-height: 48px; max-height: 48px; display: flex; align-items: center; }
.loosy-samecolor__price { font-size: 10px; font-weight: 700; margin: 0; text-align: center; }



/* === image-with-text ==== */
.lf-list {
  margin: {{ section.settings.mt }}px auto {{ section.settings.mb }}px;
  max-width: var(--lf-max, 860px);
  padding: 0 16px;
}
.lf-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 16px;
}
.lf-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--lf-gap, 16px);
}
.lf-card {
  background: var(--lf-bg, #fff);
  border-radius: var(--lf-radius, 12px);
  padding: var(--lf-pad, 16px);
  box-shadow: var(--lf-shadow, none);
}
.lf-media {
  margin: 0 0 10px;
  overflow: hidden;
}
.lf-heading {
  font-weight: 700;
  font-size: clamp(14px, 1.9vw, 18px);
  line-height: 1.5;
  margin: 0 0 6px;
}
.lf-text {
  color: #444;
  font-size: 14px;
  line-height: 1.9;
  white-space: pre-wrap; /* 画面の説明文を改行そのまま反映 */
  margin-bottom: 6px;
}
.lf-link {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
}
.lf-note {
  margin-top: 12px;
  color: #777;
  font-size: 12px;
}

/* コンパクトモード（余白を少し詰める） */
.lf-wrap.is-compact .lf-card { padding: 12px; }
.lf-wrap.is-compact .lf-text { line-height: 1.7; }

@media (min-width: 960px) {
  .lf-list { padding: 0; }
}


/* === image_text ==== */
.product-block.p-ti-card{
}
.p-ti-card__inner{
  display:grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
  text-decoration:none;
  color:inherit;
}
.p-ti-card__media{
  overflow:hidden;
  border-radius:12px;
  background:#f3f3f3;
  width: 100%;
}
.p-ti-card__media img{ width:100%; height:100%; object-fit:cover; display:block; }

.p-ti-card__kicker{ font-size:12px; color:rgba(0,0,0,.55); margin:0 0 6px; }
.p-ti-card__heading{ font-size: clamp(18px, 2vw, 22px); margin:0 0 8px; font-weight:700; }
.p-ti-card__text{ font-size:12px; }
.p-ti-card__text p { font-size:12px; }
.p-ti-card__cta{ margin-top:12px; }

/* 画像を右に */
.p-ti-card--img-right .p-ti-card__inner{ grid-template-columns: 1fr 360px; }
.p-ti-card--img-right .p-ti-card__media{ order:2; }

/* モバイル */
@media (max-width: 740px){
  .p-ti-card__inner{ grid-template-columns: 1fr; }
  .p-ti-card--img-right .p-ti-card__media{ order:0; }
}



/* === color tip === */
.loosy-section .product-block.color-tips {
  margin-top: 30px;
}
.loosy-section .color-label p {
  font-weight: bold;
  font-size: 14px;
}
.loosy-section .product-block.color-tips .features-wrapper:first-child {
  margin-top: 0;
}
.loosy-section .product-block.color-tips .features-wrapper .title p {
  font-size: 6px;
  color: var(--color-dark);
  font-weight: normal;
}
.loosy-section .product-block.color-tips .features-wrapper .title h4 {
  font-size: 10px;
  line-height: 1;
}
.loosy-section .product-block.color-tips .type-name h4 {
  margin-bottom: 0;
}
.loosy-section .product-block.color-tips .features-wrapper .icon {
  width: 24px;
  height: 24px;
}
.loosy-section .product-block.color-tips .features-wrapper .icon img {
  object-fit: contain;
  height: 24px;
}
.loosy-section .product-block.color-tips .color-tip {
  width: 40px;
  height: 40px;
  max-width: 40px;
  min-width: 40px;
  border-radius: 10px;
}
.loosy-section .product-block.color-tips .color-tip img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 1.5px 1px 0 rgba(0, 0, 0, 0.25);
}
.product-block.color-tips .color-tip:after {
  width: 42px;
  height: 42px;
}
.loosy-section .product-block.color-tips .features-wrapper {
  margin-top; 0;
}
.loosy-section .product-block.color-tips .color-tip {
  margin-right: 4px;
  margin-bottom: 4px;
}
.loosy-section .product-block.color-tips .type-name {
  margin-top: 0;
}

/* review star */
.lr-rating {
  margin-top: 10px;
}
.lr-count {
  font-size: 10px;
}
.lr-count a {
  text-decoration: underline;
}
.lr-note {
  color: #777777;
  font-size: 8px;
  display: block;
}
.lr-stars {
  display: flex;
  align-items: center;
  column-gap: 2px;
}
.star.star--half-wrapper {
  position: relative;
}
.star.star--half-wrapper .star__empty-background {
  position: absolute;
  left: 0;
}
.star.star--half-wrapper .star--stack .star__clip {
  position: relative;
  overflow: hidden;
}
.star__clip {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .star__clip {
    display: block !important;
  }
}

/* base */
.loosy-section p, .loosy-section .h1, .loosy-section .h2, .loosy-section .h3, .loosy-section .h4, .loosy-section .h5, .loosy-section .h6, .loosy-section h1, .loosy-section h2, .loosy-section h3, .loosy-section h4, .loosy-section h5, .loosy-section h6, .loosy-section span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
}

.loosy-section h1, .loosy-section h2, .loosy-section h3 {
  font-weight: bold;
}

.loosy-section .product-single__title {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}

.loosy-section .text_after {
  padding: 0;
  font-size: 10px;
  line-height: 16px;
  margin-top: 2px;
}
.loosy-section .product__policies {
  font-size: 10px;
  line-height: 14px;
}

.loosy-section .content_flex {
  margin-bottom: 0;
  align-items: center;
}

.loosy-section .c-variant-delivary-date__item {
  font-size: 10px;
  margin-bottom: 10px;
}

.loosy-section .product-single__header--mobile {
  margin-top: 15px;
  margin-bottom: 5px;
}

.loosy-section .buy_button-note {
  font-size: 8px;
  color: var(--color-dark);
  text-align: center;
  margin-bottom: 3px;
}

.loosy-section .btn.btn--full.add-to-cart {
  height: 56px;
  background-color: var(--color-dark);
  color: #fff;
  font-weight: bold;
}

.loosy-section .btn.btn--full.add-to-cart span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.loosy-section .btn.btn--full.add-to-cart span svg path {
  fill: #fff;
}

.loosy-section .collapsible-trigger {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.loosy-section .product_description {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.loosy-section .product_description a {
  text-decoration: underline;
}
.loosy-section .product_description p {
  font-size: 12px;
}

.product-block {
  margin-bottom: 10px;
}
.loosy-section .product-block.buy_button .product-block {
  margin-bottom: 5px;
}
.loosy-section .product-block.buy_button {
  margin-bottom: 5px;
}
.loosy-section .product__photos {
  margin-bottom: 0px;
}

.loosy-section .product-block.color-tips .color-tip.active:after {
  background-image: url("/cdn/shop/files/color-tip-active-icon.png?v=1762962425");
}
@media screen and (min-width: 769px) {
  .loosy-section .h2.product-single__title {
    line-height: 1.4;
  }
  .loosy-section .text_after {
    margin-top: 6px;
  }
}


/* ========== Product ページ自体のラッパーがmax-widthを邪魔するのを回避 ========== */
.template-product .u-bleed-bg{
  position: relative;
  /* ビューポート基準で全幅に広げる（親の max-width を無効化） */
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* 横スクロールが出ないように */
  max-width: 100vw;
}

/* 中の中央寄せはそのまま維持（任意のラッパー名に合わせて） */
.template-product .u-bleed-bg > .lr-wrap,
.template-product .u-bleed-bg > .page-width{
  margin-left: auto;
  margin-right: auto;
  max-width: var(--page-max, 1100px); /* テーマの最大幅に合わせて */
  padding-left: clamp(16px, 4vw, 24px);
  padding-right: clamp(16px, 4vw, 24px);
}

/* Safari/Firefox での横スク対策（保険） */
@supports (transform: translateX(0)) {
  .template-product .u-bleed-bg{
    transform: translateX(calc(50vw - 50%));
  }
}

/* === Paidy Message === */
.loosy-section .paidy-message {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  column-gap: 5px;
  margin-bottom: 5px;
} 


/* ==== footer fixed button ==== */
.loosy-section .fixed-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 2;
  background-color: #F6F4EF;
  padding: 12px;
  margin-bottom: 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.loosy-section .fixed-button form {
  display: block;
  width: calc(100dvw - 32px - 44px - 5px);
  margin-right: auto;
}