/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 77:0 Unexpected "<"

**/
/* ===== トップページ カテゴリーセクション =====
   テーマに独自追加したカテゴリー一覧
   PC：4列グリッド／スマホ：横スクロール2列
   =========================================== */
<style>
.sc-cat-section {
  padding: 48px 0;
  background: #fff;
}
.sc-cat-inner {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 0 20px;
}
.sc-cat-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
.sc-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 749px) {
  .sc-cat-title { font-size: 22px; }
  .sc-cat-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 12px;
    scrollbar-width: none;
  }
  .sc-cat-grid::-webkit-scrollbar { display: none; }
  .sc-cat-item {
    flex: 0 0 calc(50% - 6px);
    scroll-snap-align: start;
  }
}
.sc-cat-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.sc-cat-item a:hover .sc-cat-img img {
  transform: scale(1.04);
}
.sc-cat-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f0f0ee;
}
.sc-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sc-cat-name {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media (max-width: 749px) {
  .sc-cat-name { font-size: 13px; }
}
</style>

<section class="sc-cat-section">
  <div class="sc-cat-inner">
    <h2 class="sc-cat-title">Categories</h2>
    <div class="sc-cat-grid">

      <div class="sc-cat-item">
        <a href="/collections/necklaces">
          <div class="sc-cat-img">
            <img src="/cdn/shop/files/Cate-Nec.jpg?v=1773378399" alt="Necklaces" loading="lazy">
          </div>
          <p class="sc-cat-name">Necklaces</p>
        </a>
      </div>

      <div class="sc-cat-item">
        <a href="/collections/earrings">
          <div class="sc-cat-img">
            <img src="/cdn/shop/files/Cate-Ear.jpg?v=1773378399" alt="Earrings" loading="lazy">
          </div>
          <p class="sc-cat-name">Earrings</p>
        </a>
      </div>

      <div class="sc-cat-item">
        <a href="/collections/ear-cuff">
          <div class="sc-cat-img">
            <img src="/cdn/shop/files/Cate-EarCuff.jpg?v=1773378399" alt="Ear Cuffs" loading="lazy">
          </div>
          <p class="sc-cat-name">Ear Cuffs</p>
        </a>
      </div>

      <div class="sc-cat-item">
        <a href="/collections/rings">
          <div class="sc-cat-img">
            <img src="/cdn/shop/files/Cate-Ring.jpg?v=1773378399" alt="Rings" loading="lazy">
          </div>
          <p class="sc-cat-name">Rings</p>
        </a>
      </div>

      <div class="sc-cat-item">
        <a href="/collections/bracelets">
          <div class="sc-cat-img">
            <img src="/cdn/shop/files/Cate-brace.jpg?v=1773378400" alt="Bracelets" loading="lazy">
          </div>
          <p class="sc-cat-name">Bracelets</p>
        </a>
      </div>

      <div class="sc-cat-item">
        <a href="/collections/others">
          <div class="sc-cat-img">
            <img src="/cdn/shop/files/Cate-Other.jpg?v=1773378609" alt="Others" loading="lazy">
          </div>
          <p class="sc-cat-name">Others</p>
        </a>
      </div>

      <div class="sc-cat-item">
        <a href="/collections/collectible-pearl">
          <div class="sc-cat-img">
            <img src="/cdn/shop/files/Cate-Colle.jpg?v=1773378399" alt="Collectible Pearls" loading="lazy">
          </div>
          <p class="sc-cat-name">Collectible Pearls</p>
        </a>
      </div>

      <div class="sc-cat-item">
        <a href="/collections/base-parts">
          <div class="sc-cat-img">
            <img src="/cdn/shop/files/Cate-Base.jpg?v=1773378399" alt="Base Parts" loading="lazy">
          </div>
          <p class="sc-cat-name">Base Parts</p>
        </a>
      </div>

    </div>
  </div>
</section>


/* ===== ピックアップセクション レイアウト修正 =====
   タブレット・スマホで2列表示が崩れるため上書き修正
   ================================================ */

@media only screen and (min-width: 760px) and (max-width: 1024px) {
  .section-pickup-gra .section-pickup-items li,
  .section-pickup-sce .section-pickup-items li {
    width: 48.67% !important;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 759px) {
  .section-pickup-gra .section-pickup-items li,
  .section-pickup-sce .section-pickup-items li {
    width: 48% !important;
    margin-bottom: 5.34vw;
  }
}


/* ===== お客様の声セクション =====
   Judge.meレビューアプリの表示をカスタマイズ
   
   対象ページ：
   　・トップページ　　　　… カルーセル（スライド式レビュー）、レビューテキスト
   　・コレクションページ　… 星バッジ・文字サイズ・余白など細かい表示調整
   　・商品ページ　　　　　… レビューウィジェット全体
   ================================ */


/* コレクションページ　お客様の声タイトル PC用 */
@media (min-width: 750px) {
  .jdgm-carousel-title {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
}

/* コレクションページ　お客様の声タイトル スマホ用 */
@media (max-width: 749px) {
  .jdgm-carousel-title {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
}
/* ===== お客様の声 ナビゲーション矢印 PC・スマホ共通 ===== */
.jdgm-carousel__arrows {
  margin-top: 40px !important;
}
.jdgm-carousel__left-arrow,
.jdgm-carousel__right-arrow {
  border-width: 2px !important;
  width: 12px !important;
  height: 12px !important;
}

/* ===== Judge.meロゴ・チェックマーク非表示 PC・スマホ共通 ===== */
.jdgm-all-reviews-rating-wrapper svg,
.jdgm-carousel__header svg,
.jdgm-verified-checkmark {
  display: none !important;
}
.jdgm-badge-icon {
  display: none !important;
}

/* ===== 星バッジ（コレクションページ） ===== */

/* PC・スマホ共通 */
.jdgm-prev-badge__stars {
  font-size: 12px !important;
}
.jdgm-prev-badge__text {
  font-size: 11px !important;
}

/* スマホ用 */
@media (max-width: 749px) {
  .jdgm-prev-badge {
    font-size: 10px !important;
    margin-left: 10.5px !important;
  }
  .jdgm-prev-badge__stars {
    font-size: 10px !important;
  }
  .jdgm-prev-badge__text {
    font-size: 9px !important;
  }
  .jdgm-widget.jdgm-preview-badge {
    margin-top: 5px !important;
    margin-left: 0 !important;
  }
}

/* 星バッジ 上に余白 PC・スマホ共通 */
.jdgm-widget.jdgm-preview-badge {
  margin-top: 5px !important;
}

/* ===== 商品ページ レビューウィジェット ===== */

/* カスタマーレビュータイトル PC・スマホ共通 */
.jdgm-rev-widg__title {
  font-size: 18px !important;
}

/* カスタマーレビュータイトル スマホ用 */
@media (max-width: 749px) {
  .jdgm-rev-widg__title {
    font-size: 15px !important;
  }
}

/* レビューウィジェット全体 スマホ用 */
.jdgm-rev-widg {
  margin-top: 60px !important;
  padding: 0 20px !important;
}

/* 並び替えドロップダウン スマホ用 */
.jdgm-sort-dropdown-wrapper {
  margin-left: 20px !important;
}

/* レビューウィジェット・並び替え PC用 */
@media (min-width: 750px) {
  .jdgm-sort-dropdown-wrapper {
    margin-left: 20px !important;
  }
  .jdgm-rev-widg {
    max-width: 1200px !important;
    margin: 80px auto 0 !important;
    padding: 0 75px !important;
  }
}

/* 「レビューに基づく」テキスト PC・スマホ共通 */
.jdgm-rev-widg__summary-text {
  margin-top: 10px !important;
  text-align: center !important;
}


/* ===== トップページ レビューテキスト PC・スマホ共通 ===== */
.jdgm-all-reviews-rating__score {
  font-size: 14px !important;
  vertical-align: middle !important;
}
.jdgm-all-reviews-rating__stars {
  vertical-align: middle !important;
}
.jdgm-all-reviews-rating__stars .jdgm-star {
  font-size: 14px !important;
  vertical-align: middle !important;
}
.jdgm-all-reviews-rating {
  vertical-align: middle !important;
}
.jdgm-all-reviews-text--style-branded .jdgm-all-reviews-text__text {
  font-size: 13px !important;
  padding: 6px 12px 8px 12px !important;
}
.jdgm-verified-by__text {
  font-size: 11px !important;
}
.jdgm-verified-by__image svg {
  width: 12px !important;
  height: 12px !important;
  vertical-align: middle !important;
}
.jdgm-all-reviews-rating__stars {
  vertical-align: middle !important;
  position: relative !important;
  top: -2px !important;
}
/* ===== トップページ レビュー フェードイン ===== */
.jdgm-all-reviews-text {
  animation: jdgm-fadein 0.5s ease-in !important;
}
@keyframes jdgm-fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


/* ページトップボタンをスマホで丸く表示するための修正 */
/* css--materialize.cssのwidth: 9.6vwをスマホで上書き */
.pagetop {
  display: inline-block;
  line-height: 0;
  width: 50px;
  height: 50px;
}

.pagetop img {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 759px) {
  #shopify-section-footer .pagetop {
    width: 50px !important;
    height: 50px !important;
  }
}


.product_custom_label {
  position: absolute;
  z-index: 10;
  top: -6px;
  right: -9px;
  left: auto;
  width: fit-content;
}