/** Shopify CDN: Minification failed

Line 211:30 Unexpected ","

**/
/* メニュー */
.drawer__menu-item {
  padding-block: var(--sp-4);
}

/* 検索 */
.search__field button svg {
  display: none;
}
.search__form[loading] .search__field .clear span {
  opacity: 1;
}

/* 商品ポップアップ */
.drawer__inner .product__content h1 {
  font-size: clamp(2rem, 2.526vw, 2.625rem);
}

/* アコーディオン */
.accordion .details .details__summary .text-base {
  font-weight: 600;
}
.accordion .details .details__content {
  font-weight: 400;
}
@media (max-width: 768px) {
  .accordion .details .details__summary {
    font-size: 18px;
  }
  .accordion .details .details__summary .text-base {
    line-height: 1.7;
  }
  .accordion .details .details__content {
    line-height: 1.7;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .accordion .details__content {
    max-width: 100%;
  }
}

/* TOP お知らせ */
[id^="Slider-template--"][id$="__multicolumn_pqeEDT"] .multicolumn {
  gap: 0;
}
@media screen and (min-width: 769px) {
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"] .multicolumn-card {
    border-inline-start: 1px solid rgb(var(--color-border));
    padding-inline: clamp(var(--sp-2), 2.105vw, var(--sp-4));
  }
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"] .multicolumn-card:first-child,
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"] .multicolumn-card:nth-child(3n + 1) {
    padding-inline-start: 0;
    border-inline-start: 0;
  }
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"]
    .multicolumn-card:nth-child(3n) {
    padding-inline-end: 0;
  }
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"]
    .rte:where(ul, ol):not(:where([class~="not-rte"] *)) {
    margin-block: 0;
  }
}
@media screen and (max-width: 768px) {
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"] .multicolumn {
    --card-grid-per-row: 1;
    font-size: 16px;
  }
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"] .multicolumn-card {
    border-top: 1px solid rgb(var(--color-border));
  }
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"] .multicolumn-card:first-child,
  [id^="Slider-template--"][id$="__multicolumn_pqeEDT"] .multicolumn-card:nth-child(3n + 1) {
    border: none;
  }
}

/* TOP カテゴリ */
[id^="shopify-section-template--"][id$="__collection-list"]
  .media-card__content
  .icon {
  transform: none;
}

/* マイページ・配送先・カート */
.tax-included {
  font-size: 1rem;
}
.tax-included-mini {
  font-size: 0.8rem;
}
[id^="shopify-section-template--"][id$="__main-account"] .section--padding,
[id^="shopify-section-template--"][id$="__main-addresses"] .section--padding,
[id^="shopify-section-template--"][id$="__main"] .cart {
  padding-block-start: 30px;
}
[id^="shopify-section-template--"][id$="__main-account"] .title-wrapper,
[id^="shopify-section-template--"][id$="__main-addresses"] .title-wrapper,
[id^="shopify-section-template--"][id$="__main"] .title-wrapper {
  align-items: center;
}
[id^="shopify-section-template--"][id$="__main-account"] .title-wrapper h1,
[id^="shopify-section-template--"][id$="__main-addresses"] .title-wrapper h1,
[id^="shopify-section-template--"][id$="__main"] .title-wrapper h1 {
  font-size: clamp(2rem, 2.526vw, 2.625rem);
}
@media screen and (min-width: 769px) {
  [id^="shopify-section-template--"][id$="__main-account"] .title-wrapper,
  [id^="shopify-section-template--"][id$="__main-addresses"] .title-wrapper,
  [id^="shopify-section-template--"][id$="__main"] .title-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  [id^="shopify-section-template--"][id$="__main-account"] .title-wrapper > p,
  [id^="shopify-section-template--"][id$="__main-addresses"] .title-wrapper > p,
  [id^="shopify-section-template--"][id$="__main"] .title-wrapper > p {
    margin-left: auto;
  }
}
[id^="shopify-section-template--"][id$="__main-account"] .title-wrapper > p svg.icon,
[id^="shopify-section-template--"][id$="__main-account"] .customer__sidebar > div
  .icon-with-text
  .btn-text
  svg.icon {
  display: none;
}
[id^="shopify-section-template--"][id$="__main-addresses"] .address input:is([type=checkbox]) {
   border: 1px solid #fff;
}

/* 商品カード */
.slider--desktop {
  padding-top: 3px;
  padding-bottom: 7px;
}
.product-card {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.product-card__details {
  display: block;
}
.product-card__top .caption {
  font-size: clamp(0.8em, .579vw, var(--text-3xs));
  font-weight: 400;
}
.product-card__details div.price .price__regular {
  font-size: 16px;
  font-weight: 400;
}
.product-card__details div.price + p {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .product-card__details div.price .price__regular {
    font-size: 14px;
  }
  .product-card__details div.price + p {
    font-size: 11px;
  }
}

/* 商品詳細 */
.product__tax {
  font-size: 0.9rem;
}
.product__price {
  display: flex;
  gap: 0;
  align-items: flex-end;
}
.product-form__submit,
.quantity-selector {
  max-height: 3.25rem;
  min-height: 3.25rem;
}
@media (max-width: 768px) {
  .product-form__buttons .quantity-selector {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .product__title.with-price {
    grid-template-columns: auto;
  }
  .product__title.with-price .price__sale,
  .product__title .product__price {
    place-self: auto;
  }
}

/* 2列縦積みテーブル */
.col2-table th {
  border-right: 1px solid #f1f1f1;
  background-color: #fafafa;
  text-align: center;
}
.col2-table td p:first-of-type {
  margin-top: 0;
}
.col2-table td p:last-of-type,,
.col2-table td ul:last-of-type
.col2-table td ol:last-of-type {
  margin-bottom: 0;
}
.col2-table .note li:not(:first-child) {
  margin-block-start: 0;
}
.col2-table .note li {
  list-style: '※';
  display: list-item;
}
.col2-table .note li::marker {
  content: "※"!important;
  color: rgb(var(--color-foreground));
}
@media screen and (min-width: 769px) {
  .col2-table th {
    word-break: keep-all;
  }
  .col2-table p + ul,
  .col2-table p + ol {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .col2-table th,
  .col2-table td {
    padding: clamp(0.625rem, 0.366rem + 1.1vw, 1.25rem);
    font-size: var(--text-xs);
  }
  .col2-table th {
    min-width: 80px;
  }
  .col2-table p + ul,
  .col2-table p + ol {
    margin-top: -5px;
  }
}





