/** Shopify CDN: Minification failed

Line 77:0 Unexpected "<"

**/
/* ===== トップページ カテゴリーセクション =====
   テーマに独自追加したカテゴリー一覧
   PC：4列グリッド／スマホ：横スクロール2列
   =========================================== */
.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; }
}


<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>

</section>  


/* Topics: iPad 4列 */
@media only screen and (min-width: 601px) {
  #shopify-section-1592483694009 .section-insta-list .col.s6.m6.l3 {
    width: 25% !important;
    float: left !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }
}

/* ===== Categoriesセクション完全リセット ===== */
/* Categoriesカテゴリー名：常時表示 */
.sc-cat-grid p.sc-cat-name {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  display: block !important;
  visibility: visible !important;
}

/* スマホのみ中央揃え */
@media (max-width: 768px) {
  .sc-cat-grid p.sc-cat-name {
    text-align: center !important;
    margin: 8px 0 0 0 !important;
    position: static !important;
  }
}


/* ===== ピックアップセクション レイアウト修正 =====
   タブレット・スマホで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;
  }
}

/* 再入荷・OUTLETなどのバッジの位置調整 */
.product_custom_label {
  position: absolute;
  z-index: 10;
  top: -6px;
  right: -9px;
  left: auto;
  width: fit-content;
}


/* アニメーション初期状態でのレイアウトずれ防止 */
.product-card__image-wrapper,
.media,
.image-with-text__media,
.multicolumn-card__image-wrapper,
.grid__item .card__media {
  overflow: hidden;
}


/* コレクションページ　コンセプト文をスマホで見たときの位置と真珠転がるアニメーション */

@keyframes pearlRoll {
  0%   { top:-20px; transform:rotate(0deg);   opacity:0; }
  8%   { opacity:1; }
  92%  { opacity:1; }
  100% { top:110%;  transform:rotate(400deg); opacity:0; }
}


.pearl-anim {
  display: none;
}

.section-about-inner {
  position: relative;
}


/* Essentials Categories カテゴリー名の位置調整 */
.section-products .card-image .category-name {
  top: auto !important;
  bottom: 25px !important;  /* ← 数値で位置調整 */
}
@media only screen and (min-width: 760px) and (max-width: 979px) {
  .section-products .card-image .category-name {
    bottom: 15px !important;  /* iPad用に調整 */
  }
}

/* Essentials pickup画像：PC・iPad 2列・スマホ1列 */
.section-pickup-block.cols2 {
  display: flex !important;
  flex-wrap: wrap !important;
}
.section-pickup-block.cols2 .cols2-items {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
}

/* PC */
@media only screen and (min-width: 980px) {
  .section-pickup-block.cols2 {
    column-gap: 26px !important;
    row-gap: 0 !important;
    align-items: stretch !important;
  }
  .section-pickup-block.cols2 .cols2-items {
    width: calc(50% - 13px) !important;
    max-width: calc(50% - 13px) !important;
    flex: 0 0 calc(50% - 13px) !important;
    font-size: 0 !important;
  }
  .section-pickup-block.cols2 .cols2-items img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
/* iPad */
@media only screen and (min-width: 760px) and (max-width: 979px) {
  .section-pickup-block.cols2 {
    column-gap: 16px !important;
    row-gap: 16px !important;
  }
  .section-pickup-block.cols2 .cols2-items {
    width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    flex: 0 0 calc(50% - 8px) !important;
  }
}

/* スマホ */
@media only screen and (max-width: 759px) {
  .section-pickup-block.cols2 {
    column-gap: 0 !important;
    row-gap: 4px !important;  /* ← 8pxから小さく */
  }
}

/* Essentials Categories: スマホ2列・タブレット以上4列 */
.container.cols4 {
  display: flex !important;
  flex-wrap: wrap !important;
}
.container.cols4 .cols4-items {
  width: 50% !important;
  max-width: 50% !important;
  flex: 0 0 50% !important;
  box-sizing: border-box !important;
  padding: 0 1.5vw !important;
}
@media only screen and (min-width: 760px) {
  .container.cols4 .cols4-items {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
    padding: 0 1.08vw !important;
  }
}


/* コレクションページ　真珠の位置 */
@media only screen and (max-width: 759px) {
  .pearl-anim {
    display: block;
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    width: 50px;
    overflow: hidden;
    pointer-events: none;
  }
  .pearl-anim span {
    position: absolute;
    border-radius: 50%;
    /* 基本あこや：ピンクなし・白下地で透け防止 */
    background:
      radial-gradient(circle at 35% 35%, rgba(255,255,255,0.9), rgba(220,218,230,0.55) 40%, rgba(185,183,210,0.25) 70%, rgba(165,163,200,0.1)),
      white;
    animation: pearlRoll linear infinite;
    opacity: 0;
  }

  /* ピンクあこや：干渉色を薄めに調整 */
  .pearl-anim span.pearl-pink {
    background:
      radial-gradient(circle at 35% 35%, rgba(255,255,255,0.9), rgba(255,210,220,0.2) 30%, rgba(220,218,230,0.55) 55%, rgba(185,183,210,0.25) 70%, rgba(165,163,200,0.1)),
      white;
  }
/* ゴールド（大）・黒蝶（中）・あこや小・あこや大 */
  .pearl-anim span:nth-child(1) { width:9px;  height:9px;  left:4px;  animation-duration:7.5s; animation-delay:0s; }
  .pearl-anim span:nth-child(2) { width:13px; height:13px; left:18px; animation-duration:6.5s;  animation-delay:-2.5s; }
  .pearl-anim span:nth-child(3) { width:17px; height:17px; left:8px;  animation-duration:5.5s;  animation-delay:-5s; }
  .pearl-anim span:nth-child(4) { width:14px; height:14px; left:12px; animation-duration:6s;  animation-delay:-3.5s; }
  /* 黒蝶パール：ダークグリーン・丸 */
  .pearl-anim span.pearl-black {
    border-radius: 50%;
    background:
      radial-gradient(circle at 35% 30%, rgba(255,255,255,0.95), rgba(60,90,70,0.45) 40%, rgba(30,55,40,0.55) 70%, rgba(15,35,25,0.6)),
      white;
  }

  .pearl-anim span.pearl-golden {
    border-radius: 50%;
    background:
      radial-gradient(circle at 35% 35%, rgba(255,255,255,0.95), rgba(220,185,80,0.5) 40%, rgba(190,150,40,0.55) 70%, rgba(160,120,20,0.6)),
      white;
  }
}

/* コンセプト文 スマホ用 */
@media (max-width: 759px) {
  .section-about-detail {
    text-align: left;
    max-width: none;
    margin-left: 15% !important;
    margin-right: 0;
    letter-spacing: 0.08em;
    line-height: 2.2;
  }
  .section-about-detail p {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* コンセプト文 iPad文字サイズ調整 */
@media only screen and (min-width: 760px) and (max-width: 979px) {
  .section-about-feature {
    font-size: 15px !important;
  }
  .section-about-detail {
    font-size: 11px !important;
  }
}

/* タイトル・キャッチコピー iPad文字サイズ調整 */
@media only screen and (min-width: 760px) and (max-width: 979px) {
  .section-about-feature {
    font-size: 14px !important;
    line-height: 2 !important;
  }
}



/* ===== 一覧アイテムページ 商品カード フェードイン ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cols4-items--fadein {
  opacity: 0;
  animation: fadeInUp 0.6s cubic-bezier(.22,1,.36,1) forwards;
}

/* 商品詳細：カルーセルの高さをJS依存から解放（1:1画像対応） */
.page-collection .carousel.carousel-slider {
  height: auto !important;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.page-collection .carousel.carousel-slider .carousel-item {
  height: 100% !important;
  width: 100% !important;
}

.page-collection .carousel.carousel-slider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ロゴ画像の黒枠（border/outline）を防止 */
.site-logo,
.site-logo img,
.img-logo {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ===== 商品詳細：サムネイルスライダー ===== */

/* wrapper：矢印＋clip領域を横並びにする外枠 */
.page-collection .mainVisualArea .detail-thumbnails-wrapper {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 16px !important;
  gap: 0 !important;
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  overflow: hidden !important;
  visibility: hidden; /* 画像読み込み前は非表示 */
}

/* 画像読み込み後に表示（bodyにloaded classが付いたら） */
.page-loaded .page-collection .mainVisualArea .detail-thumbnails-wrapper {
  visibility: visible;
}

/* クリップ領域：矢印を除いた表示枠 */
.page-collection .mainVisualArea .detail-thumbnails-clip {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  max-height: 25vw; /* 読み込み時の縦はみ出しを防止（PC基準） */
}

@media (max-width: 767px) {
  .page-collection .mainVisualArea .detail-thumbnails-clip {
    max-height: 30vw; /* スマホ基準 */
  }
}

/* トラック：全アイテム分の幅を確保してtranslateXで移動 */
.page-collection .mainVisualArea .detail-thumbnails {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
  width: max-content !important;
  min-width: 0 !important;
  gap: 6px !important;
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  justify-content: flex-start !important;
}

/* サムネイル1枚：PC 5枚表示 clip幅基準で計算 */
/* gap: 6px × 4箇所 = 24px をclip幅から引いて5等分 */
.page-collection .mainVisualArea .detail-thumbnails .thumbnails-item {
  flex: 0 0 calc((var(--thumb-clip-width, 100%) - 24px) / 5) !important;
  width: calc((var(--thumb-clip-width, 100%) - 24px) / 5) !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important; /* pagesDetail.min.css の height:40px を上書き */
  overflow: hidden !important;
  box-sizing: border-box !important;
  min-height: 0 !important;
}
.page-collection .mainVisualArea .detail-thumbnails .thumbnails-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  /* 画像自体のheight強制 */
  min-height: 0 !important;
  max-height: none !important;
}

/* スマホ：4枚表示 clip幅基準で計算 */
@media (max-width: 767px) {
  .page-collection .mainVisualArea .detail-thumbnails-wrapper {
    margin-top: 12px !important; /* スマホ：メイン画像との間隔 */
    margin-bottom: 0 !important; /* サムネイル下の余白をリセット */
  }
  /* pagesDetail.min.css の padding を上書き */
  .page-collection .product-details {
    padding-top: 60px !important;
  }
  .page-collection .mainVisualArea .detail-thumbnails {
    gap: 4px !important;
  }
  /* gap: 4px × 3箇所 = 12px をclip幅から引いて4等分 */
  .page-collection .mainVisualArea .detail-thumbnails .thumbnails-item {
    flex: 0 0 calc((var(--thumb-clip-width, 100%) - 12px) / 4) !important;
    width: calc((var(--thumb-clip-width, 100%) - 12px) / 4) !important;
  }
}

/* 矢印ボタン */
.thumb-arrow {
  flex-shrink: 0;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #666;
  cursor: pointer;
  padding: 0 10px; /* 矢印の左右余白（4px → 10px） */
  transition: color 0.2s;
  user-select: none;
  -webkit-user-select: none;
  z-index: 1;
}
.thumb-arrow:hover {
  color: #000;
}
/* 矢印：非表示状態 */
.thumb-arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* css--pagesDetail の overflow:hidden / height固定 を解除 */
.page-collection .mainVisualArea {
  overflow: visible !important;
  height: auto !important;
  padding-bottom: 0 !important; /* スマホでサムネイル下の余白をリセット */
  margin-bottom: 0 !important;
}
.page-collection .mainVisualArea .detail-thumbnails {
  height: auto !important;
}

/* Hulkapps セレクト：Materialize CSSのopacity:0・height:80pxを上書き */
select.hulkapps_dd {
  opacity: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 10px 40px 10px 12px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-color: #fff !important;
  cursor: pointer !important;
}

/* 開いているとき：矢印を上向きに切り替え */
select.hulkapps_dd.is-open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 7l5-5 5 5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
