/** Shopify CDN: Minification failed

Line 341:18 Unexpected "{"
Line 341:27 Expected ":"
Line 345:20 Unexpected "{"
Line 345:29 Expected ":"
Line 355:20 Unexpected "{"
Line 355:29 Expected ":"

**/
/* ボタン共通設定 */
.c-button-group .button {
  text-transform: none !important;
  font-size: 12px;
  padding-block: 15px;
  width: 100%;
  max-width: 300px;
  border: 1px solid #1c1c1c;
  position: relative;
  z-index: 2;
}

@media (min-width: 1000px) {
  .c-button-group .button {
    letter-spacing: 2px;
  }
}

.c-button-group .button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #9aa16a;
  z-index: 1;
  top: 5px;
  left: 6px;
}

.c-button-group .button:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #000;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.prose .h6 {
  color: #9aa16a !important;
  text-transform: none !important;
}

@media (min-width: 1000px) {
  .prose .h6 {
    font-size: 16px;
  }
}

.c-text-white .h6 {
  color: #fff !important;
}

/* Announcement Bar */
.c-announcement-text {
  font-size: 12px !important;
}

/* Slideshow */

.slideshow .c-slideshow-h6 {
  font-size: 14px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1000px) {
  .slideshow .c-slideshow-h6 {
    font-size: 20px;
  }
}

.slideshow .c-slideshow-h1 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 41.6px; /* 173.333% */
  letter-spacing: 5.76px;
  margin-top: 0;
}

@media (min-width: 1000px) {
  .slideshow .c-slideshow-h1 {
    font-size: 40px;
    margin-top: 16px;
  }
}

/* multiple-media-with-text */



.multiple-media-with-text .c-multiple-media-with-text-h6 {
  font-size: 12px;
  text-transform: none !important;
}

@media (min-width: 1000px) {
  .multiple-media-with-text .c-multiple-media-with-text-h6 {
    font-size: 16px;
  }
}

.c-multiple-media-with-text-h3 {
  margin-top: 5px;
  position: relative;
}

@media (min-width: 1000px) {
  .c-multiple-media-with-text-h3 {
    font-size: 28px;
    margin-top: 0;
    margin-block-start: 0 !important;
    line-height: 200%;
  }
}

.c-multiple-media-with-text-h3::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0.5px;
  border: 0.5px dashed #000;
}

@media (min-width: 1000px) {
  .c-multiple-media-with-text-h3::before {
    bottom: -22px !important;
  }
}
.c-multiple-media-with-text-content {
  font-size: 12px;
  letter-spacing: 1.96px;
  margin-top: 20px;
}


@media (min-width: 1000px) {
  .c-multiple-media-with-text-content {
    font-size: 16px;
    line-height: 28px; /* 175% */
    letter-spacing: 3.96px;
    margin-block-start: 0 !important;
    margin-top: 44px !important;
  }
}

 @media (min-width: 1000px) {
  .c-multiple-media-with-text-content-wrapper {
    width: 100%;
    max-width: clamp(22.5rem, 2.614rem + 31.82vw, 31.25rem);
  }
}

@media (min-width: 1000px) {
  .c-multiple-media-with-text-media-wrapper {
    width: 100%;
    max-width: clamp(25rem, 10.795rem + 22.73vw, 31.25rem);
  }
  .c-multiple-media-with-text-media-wrapper {
  }
}

@media (min-width: 1000px) {
  .c-multiple-media-with-text {
  }
}

@media (min-width: 1000px) {
    .c-multiple-media-with-text {
      /* 中身2カラムを「必要な幅」だけにして */
      grid-template-columns: auto auto;
      /* コンテナ内の余白を間に配分 → 両端＋中央にスペース */
      justify-content: space-between;
      column-gap: 0; /* 必要なら任意で調整 */
    }
  }

/* Collection List */

.c-collection-list {
}

@media (min-width: 1000px) {
  .c-collection-list {
    width: 100%;
    max-width: 1150px;
    margin-inline: auto;
  }
}

@media (min-width: 1150px) {
  .c-collection-list {
    justify-content: space-between;
  }
}

.c-collection-card {
  gap: 1px;
}


@media (min-width: 1150px) {
  .c-collection-card {
    width: 100%;
    max-width: 270px;
    gap: 0.5px;
  }
}

.c-collection-card-content {
  width: 100%;
}
/* 
@media (min-width: 1000px) {
  .c-collection-card-content {
    max-width: 1150px;
  }
} */

.c-collection-card-content .h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 3.96px;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .c-collection-card-content .h3 {
    font-size: 16px;
  }
}


/* featured-collections */

.c-featured-collections-button{
    margin-inline-end: auto;

}

@media screen and (min-width: 700px) {
    .c-featured-collections-button{
        margin-inline: auto;
    
    }
}


.c-featured-collections-button .button {
    text-transform: none !important;
    font-size: 12px;
    padding-block: 15px;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    border: 1px solid #1c1c1c;
    position: relative;
    z-index: 2;
    background: transparent;
    color: #000;
    text-align: left;
  }
  
  @media (min-width: 1000px) {
    .c-featured-collections-button .button {
      letter-spacing: 2px;
    }
  }
  
  .c-featured-collections-button .button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #9aa16a;
    z-index: 1;
    top: 5px;
    left: 6px;
  }
  
  .c-featured-collections-button .button:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }

/* featured-collections: product-card__figure 画像比率 1:1 正方形 */
.shopify-section--featured-collections .product-card__figure {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.shopify-section--featured-collections .product-card__figure .product-card__media {
  display: block;
  width: 100%;
  height: 100%;
}

.shopify-section--featured-collections .product-card__figure .product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-featured-collections-carousel__item{
    gap: 35px;
}

@media screen and (min-width: 1150px) {
    .c-featured-collections-carousel__item{
        gap: 50px;
    }
}


#shopify-section-{{ section.id }} .floating-controls-container__control {
    display: none;
  }

  #shopify-section-{{ section.id }} scroll-carousel.product-list--carousel {
    display: grid !important;
    grid-template-columns: repeat(var(--product-list-items-per-row), minmax(0, 1fr));
    gap: 24px 16px;
    overflow: visible !important;
    scroll-snap-type: none !important;
    white-space: normal !important;
    grid-auto-flow: row !important;
  }

  #shopify-section-{{ section.id }} scroll-carousel.product-list--carousel > * {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    scroll-snap-align: unset !important;
  }



.c-featured-collections-carousel__item .h6{
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 3.96px;
    text-transform: uppercase;
}

.c-featured-collections-carousel__item .price-list .h6{
    color: rgba(0, 0, 0, 0.70);
}

/* 価格横の（税込）表示 */
.c-price-list__tax-included {
  font-size: 0.85em;
  opacity: 0.85;
  margin-left: 0.25em;
}


.c-featured-collections-title-wrapper{
    gap: 10px;
}

@media (min-width: 1000px) {
    .c-featured-collections-title-wrapper{
        gap: 20px;
    }
}

.c-featured-collections-subtitle{
    color: #9aa16a !important;
    text-transform: none !important;
}

@media (min-width: 1000px) {
    .c-featured-collections-subtitle{
        font-size: 16px;
    }
}

/* blog-posts */

/* ブログ記事カード：SP時スライダーで1枚表示、両サイド余白あり */
@media screen and (max-width: 699px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: calc(100vw - 2 * var(--distance-to-bleed, var(--container-gutter, 1rem)));
  }
}

/* ブログ記事スライダー：bullet ページネーション（blog-post-list 最下部） */
.blog-post-list__pagination {
  margin-block-start: 1.25rem;
  justify-content: center;
  display: flex;
}

.blog-post-list__pagination .blog-post-list__bullet {
  cursor: pointer;
  padding: 6px;
  border: none;
  background: none;
  position: relative;
}

/* アクティブなバレットの見た目（テーマの .page-dots と併用） */
.blog-post-list__pagination .blog-post-list__bullet::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--rounded-full, 50%);
  background: #000;
  opacity: 0.2;
  transition: opacity 0.25s;
}

.blog-post-list__pagination .blog-post-list__bullet[aria-current="true"]::after {
  background: #9aa16a;
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .blog-post-list-wrapper--carousel .blog-post-list__pagination {
    display: none;
  }
}

.c-blog-post-card__info{
    gap: 10px;
}

.c-blog-post-card__meta .h6{
    color: #9aa16a !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.4px; /* 145.714% */
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
.c-blog-post-card__title{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 160% */
    letter-spacing: 3.24px;
    text-transform: uppercase;
}


/* faq */

.accordion .c-animated-plus {
  color: #9aa16a;
}

.accordion .c-animated-plus::before,
.accordion .c-animated-plus::after {
  background-color: #9aa16a;
}

.c-accordion-text-with-icon{
    font-size: 14px;
    font-weight: 400;
    line-height: 188%;
}

@media (min-width: 1000px) {
    .c-accordion-text-with-icon{
        font-size: 16px;
        line-height: 165%;
    }
}

/* text-with-icons */

/* SP時：スライダーではなく2カラムで表示 */
@media screen and (max-width: 699px) {
  /* コンテナ内に収める（full-bleed を打ち消す） */
  .shopify-section--text-with-icons .text-with-icons.full-bleed {
    margin-inline: 0;
  }

  .shopify-section--text-with-icons .text-with-icons:not(.text-with-icons--stacked) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--text-with-icons-row-gap, 2rem) var(--text-with-icons-column-gap, 1.5rem);
  }

  .shopify-section--text-with-icons .text-with-icons:not(.text-with-icons--stacked) > * {
    /* 2カラム用の幅指定（テーマの計算式に近い形） */
    flex-basis: calc(
      50% - var(--text-with-icons-column-gap, 0px) / 2
    );
    grid-area: auto;
    padding-inline: 0;
  }

  .shopify-section--text-with-icons .text-with-icons:not(.text-with-icons--stacked) > :not(.is-selected) {
    visibility: visible;
  }
}

/* text-with-icons：ページネーション非表示 */
.shopify-section--text-with-icons .page-dots {
  display: none !important;
}


.c-text-with-icons-item-title .h6{
    color: #875647 ;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px; /* 170% */
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

@media (min-width: 1000px) {
    .c-text-with-icons-item-title .h6{
        font-size: 16px;
    }
}

.c-text-with-icons-item-title p{
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23.1px; /* 165% */
font-family: var(--heading-font-family);
}

@media (min-width: 1000px) {
    .c-text-with-icons-item-title p{
        font-size: 16px;
        line-height: 28.8px; /* 180% */
    }
}

.shopify-section--text-with-icons{
    
}

@media (min-width: 1000px) {
    .shopify-section--text-with-icons{
        padding-block: 64px;
    }
}

/* text-with-icons 内のリンク下線挙動（通常時なし・ホバー時に表示） */
.shopify-section--text-with-icons .prose a:not(
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    .button,
    .link-faded,
    .link-faded-reverse,
    :has(img)
  ) {
  background-size: 0 1px;
}

@media screen and (pointer: fine) {
  .shopify-section--text-with-icons
    .prose
    a:not(
      .h1,
      .h2,
      .h3,
      .h4,
      .h5,
      .h6,
      .button,
      .link-faded,
      .link-faded-reverse,
      :has(img)
    ):hover {
    background-size: 100% 1px;
  }
}

/* Header account icon + text (desktop) */
.header__account-icon-with-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.header__account-label {
  font-size: 10px;
  font-weight: 300;
    line-height: 10px; /* 100% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 999px) {
    .header__account-label {
       display: none;
    }
}

/* Header icons size */
.header__nav-icon {
  width: 30px;
  height: 30px;
}

@media (min-width: 1000px) {
  .header__nav-icon {
    width: 36px;
    height: 36px;
  }
}

/* testimonials */
/* testimonials dots custom */
.shopify-section--testimonials .page-dots {
    --dot-size: 12px;   /* サイズ調整 */
    color: #9aa16a;    /* 色調整（currentColor） */
  }

  /* Testimonials dots inactive style */
.shopify-section--testimonials .page-dots > *[aria-current='false']::after {
    background: #000;   /* 非アクティブは黒 */
    opacity: 0.2;       /* 薄く表示 */
  }
  
  /* （任意）アクティブはそのままハッキリ見せたい場合 */
  .shopify-section--testimonials .page-dots > *[aria-current='true']::after {
    opacity: 1;
  }

  .c-testimonials-section-stack{
    gap: 20px !important;
  }

  .c-testimonials-testimonial-list{
    gap: 20px !important;
  }

  .c-testimonials-testimonial-list__thumbnail-scroller{
    gap: 20px !important;
  }

  /* form */
  .input,
.textarea,
.select {
 background: #fff;
 border: 1px solid  #1c1c1c;
}

.button{
    border: 1px solid  #1c1c1c;
}

/* Header menu JP/EN split */
.c-header-menu-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-transform: none !important;
}

.c-header-menu-link__jp {
  font-size: 14px;
  font-weight: 700;
  line-height: 20.4px; /* 145.714% */
  letter-spacing: 2.16px;
}



.c-header-menu-link__en {
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #9aa16a;
}

.c-header{
    /* gap: 60px; */
}

@media screen and (min-width: 1000px) {
  .c-header{
    gap: 60px;
  }
}

/* 商品詳細 */
/* Globo Product Options */

.gpo-group__childs{
gap: 8px;
}

.gpo-label{
  justify-content: start !important;
}

.gpo-ov-wrapper.vertical{
}

@media screen and (min-width: 1000px) {
  .gpo-ov-wrapper.vertical{
    flex-direction: row !important; 
  }
}


.gpo-ov-wrapper.horizontal{
  justify-content: start !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: start !important;
}

@media screen and (min-width: 1000px) {
  .gpo-ov-wrapper.horizontal{
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}

.gpo-choicelist input+label{
  align-items: start !important;

}

@media screen and (min-width: 1000px) {
  .gpo-choicelist input+label{
    flex-direction: column;
  }
}



.gpo-choicelist input+label span{
  font-size: 9px !important;
}

@media screen and (min-width: 1000px) {
  .gpo-choicelist input+label span{
    font-size: 10px !important;
  }
}

.gpo-choicelist .choicelist-item__thumbnail .swatch-image{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.gpo-form__group.gpo-col-12{
 text-align: start !important; 
}

.gpo-ov-wrapper{
  margin-top: 10px !important;
}

/* カート画面 */
.c-cart-agreement {
  margin-top: 32px;
}

.c-cart-agreement__required {
  margin-bottom: 8px;
  color: #e60012;
  font-size: 16px;
  line-height: 1;
}

.c-cart-agreement__inner {
  border: 1px solid #222;
  padding: 24px 28px;
  background: #fff;
}

.c-cart-agreement__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.c-cart-agreement__lead {
  margin: 0 0 16px;
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.c-cart-agreement__list {
  display: grid;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.c-cart-agreement__item,
.c-cart-agreement__all {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.c-cart-agreement__item input,
.c-cart-agreement__all input {
  width: 20px;
  aspect-ratio: 1/1;
  margin-top: 6px;
  flex: 0 0 20px;
}

.c-cart-agreement__item span {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.c-cart-agreement__all {
  margin-top: 24px;
}

.c-cart-agreement__all span {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.c-cart-agreement__error {
  margin-top: 12px;
  color: #e60012;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 999px) {
  .c-cart-agreement__inner {
    padding: 18px 16px;
  }

  .c-cart-agreement__title {
    font-size: 18px;
  }

  .c-cart-agreement__lead {
    font-size: 13px;
  }

  .c-cart-agreement__item span,
  .c-cart-agreement__all span {
    font-size: 14px;
  }
  .c-cart-agreement__item input,
  .c-cart-agreement__all input {
    width: 20px;
    aspect-ratio: 1/1;
    margin-top: 4px;
    flex: 0 0 20px;
  }
}

.c-cart-agreement input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;

  width: 20px;
  aspect-ratio: 1/1;
  /* height: 28px; */

  border: 1px solid #9aa36d;
  border-radius: 4px;
  cursor: pointer;

  position: relative;
}

/* チェック時の背景 */
.c-cart-agreement input[type="checkbox"]:checked {
  background: #9aa36d;
  border-color: #9aa36d;
}

/* チェックマーク */
.c-cart-agreement input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* 下層ページコンテンツ
ページコンテンツ内のコードエディタにてclassを付与しています
 */

 .c-page-content{
  padding-bottom: 40px;
 }

/* Fixed LINE add-friend button */
.c-line-fixed-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: #9aa16a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-self: center;
  transition: opacity 0.3s ease-in-out;

}

@media (min-width: 1000px) {
  .c-line-fixed-button {
    width: 80px;
    height: 80px;
  }
}

.c-line-fixed-button:hover {
  opacity: 0.8;
}


/* footer */
.c-footer-inner{

}

@media (min-width: 1000px) {
  .c-footer-inner{
    padding-inline: 60px;
  }
}