/** Shopify CDN: Minification failed

Line 820:18 Unexpected "{"
Line 820:27 Expected ":"
Line 825:18 Unexpected "{"
Line 825:27 Expected ":"
Line 854:20 Unexpected "{"
Line 854:29 Expected ":"
Line 863:20 Unexpected "{"
Line 863:29 Expected ":"
Line 869:20 Unexpected "{"
Line 869:29 Expected ":"
... and 4 more hidden warnings

**/

:root {
    --text-h1: max(0.6875rem, clamp(1.375rem, 1.146341463414634rem + 0.975609756097561vw, 2.125rem) * var(--text-heading-size-factor));
    --text-h2: max(0.6875rem, clamp(1.375rem, 1.0670731707317074rem + 0.7804878048780488vw, 2.125rem) * var(--text-heading-size-factor));
    --text-h3: max(0.6875rem, clamp(1.125rem, 1.0335365853658536rem + 0.3902439024390244vw, 1.375rem) * var(--text-heading-size-factor));
    --text-h4: max(0.6875rem, clamp(1rem, 0.9542682926829268rem + 0.1951219512195122vw, 1.125rem) * var(--text-heading-size-factor));
    --text-h5: calc(0.875rem * var(--text-heading-size-factor));
    --text-h6: calc(0.75rem * var(--text-heading-size-factor));
    --text-xs: 0.75rem;
    --text-sm: 0.8125rem;
    --text-base: 0.875rem;
    --text-lg: 1.0rem;
    --text-xl: 1.125rem;
    --button-font: var(--heading-font-style) bold 16px var(--heading-font-family);
}
@media screen and (min-width: 1000px) {
    :root {
        --section-vertical-spacing: 7.5rem;
        --section-vertical-spacing-tight: 5rem;
        --section-stack-gap: 3.75rem;
        --section-stack-gap-tight: 3rem;
    }
}
hr {
    max-width: 1140px;
    border-color: #D4A98B;
    width:100%;
    margin-inline:auto;
}
.text-xxs {
    font-size: 12px;
}

.color-scheme--scheme-1 .h2,
.color-scheme--scheme-2 .h2,
.color-scheme--scheme-4 .h2{
    color:#DBAD91;
}
.color-scheme--scheme-3 .h2{
    color:white;
}
.color-scheme--scheme-1 .h3,
.color-scheme--scheme-2 .h3,
.color-scheme--scheme-4 .h3{
    color:#DBAD91;
    font-weight:bold;
    font-size:24px;
}
.color-scheme--scheme-3 .h3{
    color:white;
    font-weight:bold;
    font-size:24px;
}
.h6{
    font-weight:bold;
}
.color-scheme--scheme-1 .h6,
.color-scheme--scheme-2 .h6,
.color-scheme--scheme-4 .h6{
    color:#8F5A27;
    font-size:18px;
}
.color-scheme--scheme-3 .h6{
    color:#FFF;
    font-size:18px;
}
@media screen and (max-width: 749px) {
  .h3, .h3 p{
    font-size:18px;
}
}

/* header */
.header .header__primary-nav button,
.header .header__secondary-nav a,
::part(close-button){
    padding: 16px;
    background: #C99876;
    border-radius: 30px;
    display:block;
    color: white;
}
.header-sidebar__linklist li{
  border-bottom: 2px solid #C99876;
}
.header-sidebar__linklist-button {
    padding-block-start: calc(var(--header-linklist-padding-block) );
    padding-block-end: calc(var(--header-linklist-padding-block) );
}
.header-sidebar__footer{
  background-color: #fdf7f0;
  border-top: 1px solid #C99876
}

@media screen and (max-width: 749px) {
  .header .header__primary-nav button,
  .header .header__secondary-nav a{
    padding: 14px;
  }
  .header__secondary-nav {
    gap: .5rem .9rem;
  }
  .header,
  .drawer::part(header) {
    column-gap: 1rem;
    padding-block-start: 15px;
    padding-block-end: 15px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.faq .accordion__toggle{
    border-color: #D4A98B;
}

/* footer */
.footer {
    padding-block-start: 5rem;
}
.footer__aside {
  padding-top: 20px;
  border-top: 1px solid #fdf7f0;
}
.link-faded {
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: 0.56px;
}

.social-media{
  gap: 15px;
}

.social-media--list .social-media__item {
  opacity: 1;
}


.footer__aside p{
    text-align: left;
    color: #FFFFFF;
}

@media screen and (max-width: 999px) {
  .footer__inner {
    padding-inline: 30px;
  }
}

@media screen and (max-width: 749px) {
  .footer__aside {
    border: none;
    padding-top: 0;
  }
  .footer__block-list {
    gap: 0;
  }
  .footer__block--image {
    margin-bottom: 32px;
  }
}

/* c_lineup-product カスタム：商品ラインナップ */
/* グリッド表示用（チェックON時） */
.lineup-section .section-stack{
    max-width: 1440px;
    margin: 0 auto;
} 

.lineup-section .product-list--grid {
  display: grid;
  grid-template-columns: repeat(var(--product-list-items-per-row, 3), minmax(auto, 330px));
  justify-content: center;
  justify-items: center;
}

/* カルーセル：PC表示時はグリッドのように表示（チェックOFF時） */
@media screen and (min-width: 750px) {
  .lineup-section scroll-carousel.product-list--carousel {
    display: grid;
    grid-template-columns: repeat(var(--product-list-items-per-row, 3),  minmax(auto, 330px));
    justify-content: center;
    justify-items: center;
    overflow: visible;
    grid-auto-flow: row;
  }

  /* PCでは矢印非表示 */
  .lineup-section .floating-controls-container__control {
    display: none;
  }
}

/* カルーセル：SP表示時（チェックOFF時） */
@media screen and (max-width: 749px) {
  .lineup-section .product-list--carousel {
    --product-list-default-column-gap: 10px;
    grid: auto / auto-flow 310px;
  }
}

/* カード */
.lineup-card {
  overflow: hidden;
  width: 100%;
  max-width: 330px;
}

.lineup-card__link {
  display: block;
  text-decoration: none;
}

.lineup-card__image {
  max-width: 330px;
}

.lineup-card__image img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.lineup-card__link:hover .lineup-card__image img {
  transform: scale(1.05);
}

.lineup-card__image .placeholder-svg {
  max-width: 200px;
  margin: 0 auto;
}

/* タイトル + 擬似要素の帯 */
.lineup-card__title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: 1.2px;
  color: var(--label-color, #39553A);
  padding: 30px 0 20px;
  white-space: nowrap;
}

.lineup-card__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  background-color: var(--label-color, #39553A);
}

/* 情報エリア */
.lineup-card__info {
  padding-top: 8px;
}

.lineup-card__section {
  margin-bottom: 12px;
}

.lineup-card__section:last-child {
  margin-bottom: 0;
}

.lineup-card__label {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px; 
}

.lineup-card__label::before {
  content: '';
  display: inline-block;
  width: 18px;  
  height: 18px;
  min-width: 18px; 
  border-radius: 50%;
  background-color: currentColor; 
}

.lineup-card__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
}

.lineup-card__notes,
.lineup-card__manufacturer {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
}

/* PC: グリッド表示 */
@media screen and (min-width: 750px) {
  /* PCでは矢印非表示 */
  .lineup-section .floating-controls-container__control {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 749px) {
  .product-list--carousel {
    --product-list-default-column-gap: 10px;
    grid: auto / auto-flow 310px;
  }
  
  .lineup-card {
    padding: 27px 4px;
  }
}

/* カスタム：画像グリッド　c_image-grid.liquid */
.shopify-section--image-grid{
  background: #FFFFFF;
}

.image-grid-section {
  margin-inline: auto;
  overflow: hidden; /* 溢れはセクション全体で隠す */
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* デフォルト：左に小画像、右にメイン画像 */
.image-grid__sub {
  order: 1;
}

.image-grid__main {
  order: 2;
  width: 50vw;
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  position: relative;
}

/* 反転：左にメイン画像、右に小画像 */
.image-grid--reverse .image-grid__sub {
  order: 2;
}

.image-grid--reverse .image-grid__main {
  order: 1;
  margin-right: 0; /* 右側のマージンをリセット */
  margin-left: calc(50% - 50vw); /* 左端まで広げる */
}

/* メイン画像 */
.image-grid__main-image {
  overflow: hidden;
  aspect-ratio: 600/400;
}

.image-grid__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 小画像グリッド（2x2） */
.image-grid__sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* 小画像アイテム */
.image-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  max-width: 252px;
}

.image-grid__item-image {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.image-grid__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-grid__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}

/* プレースホルダー */
.image-grid__placeholder {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-grid__placeholder .placeholder-svg {
  width: 50%;
  height: auto;
}

/* SP */
@media screen and (max-width: 749px) {
  .image-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  /* SPでは常にメイン画像が上 */
  .image-grid__main {
    order: 1 !important;
    width:100%;
    right: -6%;
  }

  .image-grid__item {
    max-width: 146px;
  }
  
  .image-grid__sub {
    order: 2 !important;
    justify-items: center;
  }
  
  .image-grid__main-image {
    margin: 0 auto;
  }
  
  .image-grid__sub {
    gap: 15px;
  }
  
  .image-grid__item-text {
    font-size: 12px;
  }
}

/* カスタム：特徴リスト c_features-text.liquid */
/* グリッドレイアウト */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 20px;
}

/* 番号エリア */
.features-item__number-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.features-item__number-image {
  flex-shrink: 0;
  height: 50px;  /* 高さを調整 */
}

.features-item__number-image img {
  height: 100%;
  width: auto;
}

.features-item__line {
  flex-grow: 1;
  width: 100%;
  height: 1px;
  background-color: #D4A98B;
}

/* 見出し */
.features-item__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
}

/* テキスト */
.features-item__text {
  font-size: 14px;
  line-height: 180%;
}

.features-item__text p {
  margin: 0;
}

/* リンク */
.features-item__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.7px;
}

.features-item__link:hover {
  text-decoration: none;
}

/* 注釈 */
.features-section__notes {
  margin-top: 50px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.features-section__notes p:last-child {
  margin-bottom: 0;
}

/* SP */
@media screen and (max-width: 749px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .features-item__number-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  
  .features-item__number-image {
    height: 40px;
  }
  
  .features-item__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.9px;
  }
}

/* カスタム：画像テキストバナー c_image-text-banner.liquid */
.image-text-banner {
  padding: 150px 0;
  background: #FFFFFF
}

.image-text-banner__inner {
  display: grid;
  grid-template-columns: 410px 1fr;
  max-width: 1140px;
  margin: 0 auto;
}

/* 画像 */
.image-text-banner__image {
  aspect-ratio: 420 / 560;
  overflow: hidden;
}

.image-text-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text-banner__image .placeholder-svg {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}

/* コンテンツエリア */
.image-text-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

/* テキスト */
.image-text-banner__text {
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.7px;
  margin-bottom: 70px;
}

.image-text-banner__text p {
  margin: 0;
}

/* ボタン */
.image-text-banner__button {
  min-width: 200px;
  min-height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-decoration: none;
  border-radius: 30px;
  transition: opacity 0.3s ease;
}

.image-text-banner__button:hover {
  opacity: 0.8;
}

  .sp-br {
    display: none;
  }
/* マルチカラム ボタン */
.multi-column__item a.link {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 100%;
  min-height: 60px;
  padding: 8px 16px;
  background: #c97d51;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.64px;
}
/* SP */
@media screen and (max-width: 749px) {
  .sp-br {
    display: inline;
  }

  .image-text-banner {
    padding: 80px 30px;
  }
  
  .image-text-banner__inner {
    grid-template-columns: 1fr;
  }
  
  .image-text-banner__image {
    aspect-ratio: 315 / 420;
  }
  
  .image-text-banner__content {
    padding: 60px 20px;
  }
  
  .image-text-banner__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
  }
  
  .image-text-banner__button {
    padding: 12px 30px;
    font-size: 13px;
  }
}

/* カスタム:商品コレクションリスト c_product-card.liquid */
.c_featured-product-list .section-spacing {
  padding-block-start: 3.75rem;
  padding-block-end: 4rem;
}
.c_featured-product-list .section-stack{
    max-width: 1440px;
    margin: 0 auto;
}

.c_featured-product-list .product-list{
  justify-items: center;
}

/* カルーセル：PC表示時はグリッドのように表示（チェックOFF時） */
@media screen and (min-width: 750px) {
  .c_featured-product-list scroll-carousel.product-list--carousel {
  grid-template-columns: repeat(var(--product-list-items-per-row, 3),  minmax(auto, 340px));

} 
}

.c_product-card{
  max-width: 340px;
  margin-block: 20px;
}

.c_product-card .product-card__info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 168px;
}
.c_product-card .gap-1{
  gap: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: 0.9px;
}

/* 定期購入ラベル */
.c-product-card__subscription-label {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 2px;
  background:  #FFFFFF;
  color: #C97D51;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%; 
}

/* 購入ボタン */
.c-product-card__button {
  display: block;
  min-width: 300px;
  width: 100%;
  padding: 12px 24px;
  border-radius: 30px;
  background:  #C97D51;
  color: #fff;
  border: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-product-card__button:hover {
  opacity: 0.8;
}


@media screen and (max-width: 1040px) {
  .c-product-card__button {
      min-width: 180px;
  }
}

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

  .c_product-card{
    max-width: 268px;
  }

  .c_featured-product-list .product-list{
    row-gap: 50px;

  }

  .c_product-card .product-card__info{
    min-height: 130px;
  }

  .c-product-card__button {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

/* タッチデバイスでも矢印強制的に表示 */
/* スクロールバー表示 */
#shopify-section-{{ section.id }} .c_featured-product-list .scroll-area {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
  
#shopify-section-{{ section.id }} .c_featured-product-list .scroll-area::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

/* カスタムプログレスバー - デフォルトは非表示 */
.c-carousel-progress {
  display: none;
  width: calc(100% - 40px);
  height: 4px;
  background: #f5ebe0;
  border-radius: 4px;
  margin: 16px 20px 0;
  overflow: hidden;
}

/* スクロール可能な時だけプログレスバーを表示 */
.is-scrollable + .c-carousel-progress {
  display: block;
}

.c-carousel-progress__bar {
  height: 100%;
  background: #c9a67a;
  border-radius: 4px;
  width: 0%;
  transition: width 0.1s ease-out;
}

@media not screen and (pointer: fine) {
  #shopify-section-{{ section.id }} .c_featured-product-list .floating-controls-container:has(.is-scrollable) > .floating-controls-container__control {
    display: grid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  /* 左矢印（prev） */
  #shopify-section-{{ section.id }} .c_featured-product-list .floating-controls-container > .floating-controls-container__control:first-child {
    left: 0;
    right: auto;
  }

  /* 右矢印（next） */
  #shopify-section-{{ section.id }} .c_featured-product-list .floating-controls-container > .floating-controls-container__control:last-child {
    right: 0; 
    left: auto;
  }
}

#shopify-section-{{ section.id }} .c_featured-product-list .product-list--carousel {
  scroll-snap-type: x mandatory;
}

#shopify-section-{{ section.id }} .c_featured-product-list .product-list--carousel > * {
  scroll-snap-align: center;
}

  
