/** 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:0.85; }
  92%  { opacity:0.6; }
  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: 40px;
    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));
    border: 1px solid rgba(200,198,220,0.35);
    animation: pearlRoll linear infinite;
    opacity: 0;
  }
  .pearl-anim span:nth-child(1) { width:16px; height:16px; left:4px;  animation-duration:5s;   animation-delay:0s; }
  .pearl-anim span:nth-child(2) { width:11px; height:11px; left:18px; animation-duration:7s;   animation-delay:-2.5s; }
  .pearl-anim span:nth-child(3) { width:9px;  height:9px;  left:8px;  animation-duration:9s;   animation-delay:-5s; }
}


/* コンセプト文 スマホ用 */
@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;
}