/** Shopify CDN: Minification failed

Line 532:23 Unexpected "{"
Line 532:32 Expected ":"
Line 532:39 Unexpected "{"

**/
/* 見出し */
h1 {
  font-size: 20px;
}

.main-page-title {
  
} 
/* --- PC・スマホ非表示 --- */
.pctop {
  display: none;
}

.sptop {
  display: block;
}

@media screen and (min-width: 768px) {
  .pctop {
    display: block;
  }

  .sptop {
    display: none;
  }
}

/* --- パンくずリスト用のスタイル --- */
.breadcrumbs {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.breadcrumbs a {
  color: #555;
  text-decoration: none;
  margin-right: 5px;
}

.breadcrumbs span {
  color: #999;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: .5rem;
  }
}

/* --- コレクションページの見出し--- */
.collection-hero__description h2{
  font-size: 11px;
  color: #888;
}

/* ===== TOP Featured Collection ===== */
.top-featured-collection {
  margin: 0 auto;
}

.top-featured-collection .title {
  margin: 1rem 0;
}

.top-featured-collection .section-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: left;
}

/* 商品一覧 */
.collection-hero__text-wrapper h1 {
    font-size: 13px;
    margin: 1rem auto 0;
    max-width: 1100px;
}

.card__heading {
    margin-top: 0;
    margin-bottom: 0;
    height: 32px;
    overflow: hidden;
}

.list--price {
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 2px;
    font-weight: 400;
}

.price-item.price-item--sale.price-item--last {
    color: #e73656;
    font-weight: bold;
    margin: 0;
}

.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    margin-top: 2px;
    font-weight: 700;
}

.badge {
    border: 1px solid transparent;
    border-radius: var(--badge-corner-radius);
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1;
    padding: .5rem 1.3rem .6rem;
    text-align: center;
    background-color: #e73656;
    border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
    color: rgb(var(--color-badge-foreground));
    word-break: break-word;
}

.price .price-item {
    margin: 0!important;
}

.collection-links h3 {
    margin: 2rem 0 0;
    line-height: 1.5;
    font-size: 13px;
}

.collection-links {
    margin: 4rem auto 0;
    max-width: 1100px;
    font-size: 12px;
}

.collection-links a {
    padding: 0 1.2rem .5rem 0;
}

/* 商品詳細 */
.product__text.caption-with-letter-spacing {
  text-transform: none!important;
}

.product__title h1 {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 8px;
}

.ec-productRole__tags, .product__discount {
    display: inline-block;
}

.badge--sale {
    font-size: 11px;
    border-radius: 3px;
    border: #0d0d0d;
    display: inline-block;
    padding: 4px 6px;
    background: #e73656;
    color: #fff;
    line-height: 1.2;
}

.tag_icon {
    font-size: 11px;
    border-radius: 3px;
    color: #0d0d0d;
    background: #F0F0F0;
    border: #F0F0F0;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
}

.custom-yellow-stars {
    color: #ffb800;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 700;
}

.rating-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.rating-count {
    margin: 0;
    font-size: 13px;
    color: #666;
    text-decoration: underline;
}

.with-icon {
    font-size: 15px;
    line-height: 1;
    margin: .5rem 0;
    color: #4a57c7;
    font-weight: 600;
}

.with-icon::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/cdn/shop/files/i-shipping.png?v=1779101784);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.return-policy-note {
    font-size: 14px;
    line-height: 1.4;
    margin: 4px 0;
    color: #555;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.return-policy-note span {
    font-size: 15px;
    font-weight: 700;
    color: #e73656;
}

.return-policy-note::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-image: url(/cdn/shop/files/i-return.png?v=1779101784);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}

.return-policy-note a {
    font-size: 13px;
    margin-left: 4px;
    color: #666;
    text-decoration: underline;
}

/* サイズモーダル */
.size-guide-modal.is-open {
  display: block;
}

/* ================================
   サイズガイド モーダル
================================ */

.size-guide-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.size-guide-modal.is-open {
  display: block;
}

/* 背景 */
.size-guide-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* モーダル本体 */
.size-guide-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 700px);
  max-height: 85vh;
  overflow-y: auto;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
}

/* タイトル */
.size-guide-modal__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 22px;
}

/* 閉じるボタン */
.size-guide-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

/* 内容 */
.size-guide-modal__body {
  line-height: 1.7;
}

/* サイズガイド内の画像 */
.size-guide-modal__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* スマホ */
@media screen and (max-width: 749px) {
  .size-guide-modal__content {
    width: calc(100% - 30px);
    max-height: 85vh;
    padding: 25px 15px 20px;
  }

  .size-guide-modal__title {
    font-size: 20px;
  }

  .size-guide-modal__close {
    top: 5px;
    right: 5px;
  }
}

/* アコーディオン */
.accordion-item {
    border-top: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    background: #F0F0F0;
    color: #121212;
    padding: 1rem 0 1rem 1rem;
    font-size: 13px;
    margin: 0;
}

.accordion-item::after {
    content: '';
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 6px;
    height: 6px;
    border-left: 1px solid #646464;
    border-bottom: 1px solid #646464;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
}

.menu_list ul {
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.menu_list ul li a {
    padding: 1.2rem 0 1.2rem 1rem;
    display: block;
    text-decoration: none;
    color: #121212;
    font-size: 13px;
}

.menu_list ul li {
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    list-style: none;
}

.menu_list ul li::after {
    content: '';
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 6px;
    height: 6px;
    border-left: 1px solid #646464;
    border-bottom: 1px solid #646464;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -4px;
}

.panel {
    display: none;
    font-size: 13px;
    padding: 1rem .5rem;
    border-bottom: 1px solid #ddd;
}

.panel dl dt {
    padding-top: .3rem;
    color: #e73656;
}

.payment-note:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-image: url(/cdn/shop/files/i-payment.png?v=1779514954);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    margin-top: 2px;
}

.getpointbox {
    font-size: 13px;
}

.getpointbox::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/cdn/shop/t/4/assets/i-point.webp?v=1753676808);
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.getpointbox #reward-point {
    color: #e73656;
    margin-left: 2px;
    font-weight: bold;
    font-size: 16px;
}

.txt-note {
    font-size: 13px;
}

.shipping-fee-note::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/cdn/shop/files/i-box.png?v=1779101784);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.product__info-container>*+* {
    margin: 0!important;
}

.shipping-txt {
    font-size: 13px;
    background: #f0f0f0;
    text-align: center;
    line-height: 1.2;
    padding: 4px;
    margin: 4px 0 1rem!important;
}

.product__info-wrapper .price-item--regular {
    font-size: 26px;
    font-weight: 700;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .13rem;
}

.product__info-wrapper .price-item--sale {
    font-size: 26px;
}

span.badge.price__badge-sale.color-scheme-4 {
    display: none;
}

.price-tax-row {
  display: flex;
  align-items: center!important;
  flex-wrap: wrap;
  gap: 4px 6px;
}

.price-tax-row #price-{{ section.id }} {
  margin: 0;
}

.price-tax-note {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  margin-top: 5px;
}

/* スマホ時フッター固定カートに入れるボタン */
/* =========================
   スマホ固定カートボタン
========================= */

.sticky-atc-bar {
  display: none;
}

@media screen and (max-width: 749px) {
  .sticky-atc-bar {
    display: block !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 10px 12px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-sizing: border-box;
  }

  .sticky-atc-bar.is-visible {
    transform: translateY(0);
  }

  .sticky-atc-bar__inner {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sticky-atc-bar__selects {
    display: flex;
    gap: 6px;
    flex: 1;
    overflow-x: auto;
  }

  .sticky-atc-bar__select-wrap {
    display: flex;
    flex-direction: column;
    min-width: 90px;
  }

  .sticky-atc-bar__label {
    font-size: 11px;
    color: #666;
    margin-bottom: 2px;
  }

  .sticky-atc-bar__select {
    font-size: 14px;
    padding: 6px 8px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
  }

  .sticky-atc-bar__btn {
    flex-shrink: 0;
    min-width: 110px;
    padding: 10px 14px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

.related-products__heading {
    font-size: 13px;
    border-left: 6px solid #feb0bd;
    background: linear-gradient(90deg, #fce5e4, #fde1e3 84%);
    margin-bottom: 1rem;
    color: #121212;
    padding: 8px 0 8px 8px;
}

/* PCでは完全に非表示 */
@media screen and (min-width: 750px) {
  .sticky-atc-bar {
    display: none !important;
  }
}

/* メニュー */
.menu-drawer__menu-item {
    font-size: 13px!important;
}

/* グリッド共通 */
.featured-collection-grid {
  display: grid;
  gap: 2px;
}

/* PC：5列 */
@media screen and (min-width: 990px) {
  .featured-collection-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .featured-collection-grid > *:last-child {
  display: none;
}
}

/* モバイル：3列 */
@media screen and (max-width: 989px) {
  .featured-collection-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .featured-item {
    min-width: 0;
    width: 100%;
  }
}

.featured-item a {
  text-decoration: none;
  color: inherit;
}

.featured-image img {
  width: 100%;
  height: auto;
}

.featured-title {
  font-size: 0.85rem;
  line-height: 1.3;
  margin: 0;
  height: 1rem;
  overflow: hidden;
}

.featured-price {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 1px 0 0;
}

/* 最近チェックしたぽっちゃりアイテム英字表示崩れ */
.recently-viewed .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
}

.recently-viewed .items a {
  text-decoration: none;
  color: #000;
}

.recently-viewed .items img {
  width: 100%;
  height: auto;
  display: block;
}

.recently-viewed .items p {
  line-height: 1.4;

  /* 英字崩れ対策 */
  word-break: break-word;
  overflow-wrap: break-word;

  /* 高さ固定（2行まで） */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.2rem;
}

p.recently_item {
  margin: 4px 0 0;
  font-size: 12px;
}

p.recently_price {
  margin-top: 2px;
  font-size: 15px;
  font-weight: bold;
}

/* PC（1024px以上）：6列固定 */
@media screen and (min-width: 1024px) {
  .recently-viewed .items {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* タブレット以下：自動（今まで通り） */
@media screen and (max-width: 1023px) {
  .recently-viewed .items {
    grid-template-columns: repeat(3, 1fr);
  }
}

 /* ===== collectionフッター FAQ soft design 20260328 ===== */

.collection-faq.soft {
  margin-top: 40px;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #ece7ea;
  border-radius: 16px;
}

.collection-faq.soft h3 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 22px;
  font-weight: 700;
  color: #2d2024;
}

.collection-faq.soft .faq-item {
  padding: 18px 0;
  border-top: 1px solid #eee8eb;
}

.collection-faq.soft .faq-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.collection-faq.soft h4 {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 10px;
  font-weight: 700;
  color: #2d2024;
  position: relative;
  padding-left: 32px;
}

.collection-faq.soft p {
  font-size: 15px;
  line-height: 2;
  margin: 0;
  color: #5c4b50;
  padding-left: 32px;
  position: relative;
}

/* Qマーク */
.collection-faq.soft h4::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 50%;
  background: #f6edf1;
  color: #b77b90;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Aマーク */
.collection-faq.soft p::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #7d6b72;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* スマホ */
@media screen and (max-width: 749px) {
  .collection-faq.soft {
    margin-top: 28px;
    padding: 22px 18px;
  }

  .collection-faq.soft h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .collection-faq.soft .faq-item {
    padding: 16px 0;
  }

  .collection-faq.soft h4 {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 30px;
  }

  .collection-faq.soft p {
    font-size: 14px;
    line-height: 2;
    padding-left: 30px;
  }

  .collection-faq.soft h4::before,
  .collection-faq.soft p::before {
    width: 20px;
    height: 20px;
    font-size: 11px;
    top: 3px;
  }
}

/* ===== collectionフッター FAQ soft designここまで ===== */

/* Visumo余白調整 2026.05.22 */

.vsm-goods {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  overflow: hidden;
  height: auto !important;
  min-height: auto !important;
}

.ecbn-selection-widget {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: auto !important;
}

.vsm-goods iframe,
.vsm-goods > div {
  margin: 0 !important;
  padding: 0 !important;
}

.vsm-goods .ecbn-powered-by,
.vsm-goods [class*="powered"],
.vsm-goods [class*="footer"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* products支払い一覧 2026.05.22 */
.payment-note {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  color: #555;

  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.payment-note::before {
  content: '';
  display: inline-block;

  width: 18px;
  height: 18px;
  flex-shrink: 0;

  background-image: url('/cdn/shop/files/i-payment.png?v=1779514954');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  margin-right: 6px;
  margin-top: 2px;
}

.payment-content {
  display: flex;
  flex-direction: column;
}

.payment-main {
  font-size: 15px;
  font-weight: 700;
  color: #444;
}

.payment-sub {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.6;
  color: #777;
}
