{"title":"インフルエンサー様 専用ページ","description":"","products":[{"product_id":"chain-bracelet-b12","title":"chain bracelet (B12)","description":"\u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item-30 {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-30 {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger-30 {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger-30:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-30 {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle-30::before, .wanna-icon-toggle-30::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle-30::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-30::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-30 {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer-30 \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-30 {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic-30:checked + .wanna-block-trigger-30 + .wanna-block-answer-30 {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-30:checked + .wanna-block-trigger-30 + .wanna-block-answer-30 .wanna-block-answer-inner-30 {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic-30:checked + .wanna-block-trigger-30 .wanna-icon-toggle-30::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-30:checked + .wanna-block-trigger-30 .wanna-icon-toggle-30::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-30 {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic-30:checked + .wanna-block-trigger-30 + .wanna-block-answer-30 .wanna-feat-box-1-30 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-30:checked + .wanna-block-trigger-30 + .wanna-block-answer-30 .wanna-feat-box-2-30 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-30:checked + .wanna-block-trigger-30 + .wanna-block-answer-30 .wanna-feat-box-3-30 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-30 {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-30 {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-30 {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link-30.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-30 {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-30::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-30 { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-30 {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table-30, .wanna-clean-table-30 tr, .wanna-clean-table-30 td {\n      border: none !important; border-collapse: collapse !important;\n    }\n\u003c\/style\u003e\n\n\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cdiv class=\"wanna-block-item-30\"\u003e\n    \u003cinput class=\"wanna-block-logic-30\" id=\"wanna-block-feat-30\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-30\" for=\"wanna-block-feat-30\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-30\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-30\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-30\"\u003e\n          \u003cdiv class=\"wanna-feat-box-30 wanna-feat-box-1-30\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 上品な輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver本来が持つ、白い輝きを。清潔感のある光沢は、本物素材ならではの美しさです。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-30 wanna-feat-box-2-30\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 本物の質\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-30 wanna-feat-box-3-30\" style=\"margin-bottom: 5px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 適用性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item-30\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-details-30\" class=\"wanna-block-logic-30\"\u003e \n    \u003clabel for=\"wanna-block-details-30\" class=\"wanna-block-trigger-30\"\u003e \u003cspan\u003eサイズ・着用感\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-30\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-30\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-30\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n          \u003cdiv class=\"wanna-slide-container-30\"\u003e\n            \u003cdiv class=\"inner-tabs-header-30\"\u003e\n              \u003ca style=\"margin-left: 16px;\" id=\"link-size-30\" class=\"inner-tab-link-30 wanna-active\" href=\"#pane-size-30\"\u003eサイズ仕様\u003c\/a\u003e \n              \u003ca style=\"margin-right: 16px;\" id=\"link-image-30\" class=\"inner-tab-link-30\" href=\"#pane-image-30\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"wannaSlideBody30\" class=\"inner-tabs-body-30\"\u003e\n              \n              \u003cdiv class=\"inner-tab-pane-30\" id=\"pane-size-30\"\u003e\n                \u003ctable class=\"wanna-clean-table-30\" style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e18cm \/ 19cm \/ 20cm （チェーン幅：3mm）\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eカラー\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eWhite Silver\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        Silver925\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003cdiv id=\"pane-image-30\" class=\"inner-tab-pane-30\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \n                  \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n                    \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1em;\"\u003e● おすすめの着用バランス\u003c\/p\u003e\n                    \u003cp style=\"margin: 0 0 14px; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      ・\u003cstrong\u003eぴったり着用したい方：\u003c\/strong\u003e 手首実寸 ＋ 1.5cm 〜 2.5cm\u003cbr\u003e\n                      ・\u003cstrong\u003eゆったり着用したい方：\u003c\/strong\u003e 手首実寸 ＋ 3.0cm 〜 4.5cm\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; padding-left: 4px; color: #1a1a1a; font-size: 11px; font-weight: bold; letter-spacing: 0.05em;\"\u003e\n                      \" 男性が選ぶ平均サイズは 19cm です \"\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                  \u003cdiv style=\"padding: 16px 15px; background: #fcfcfc; border: 1px solid #f2f2f2; font-size: 11px; color: #555; line-height: 1.8; border-top: 1px dashed #e5e5e5;\"\u003e\n                    \u003cp style=\"margin: 0 0 10px; font-size: 11px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.05em;\"\u003e📏手首サイズ予測\u003c\/p\u003e\n                    \u003cp style=\"margin: 0 0 12px; color: #666;\"\u003eご自身の【身長】と【体重】から、おおよその平均的な手首実寸を割り出すことができます。\u003c\/p\u003e\n                    \n                    \u003cdiv style=\"background: #ffffff; border: 1px solid #eaeaea; padding: 10px; text-align: center; font-family: 'Gill Sans', sans-serif; font-size: 11px; color: #222; margin-bottom: 12px; letter-spacing: 0.08em;\"\u003e\n                      \u003cspan style=\"font-weight: bold; font-size: 13px;\"\u003e-\u003c\/span\u003e0.02×身長＋0.09×体重＋13.78＝\u003cspan style=\"font-weight: bold; color: #1a1a1a;\"\u003e手首実寸の目安\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003cp style=\"margin: 0; font-size: 10px; color: #888; line-height: 1.7;\"\u003e\n                      例）身長170cm \/ 体重65kg の場合\u003cbr\u003e\n                      \u003cspan style=\"font-family: 'Gill Sans', sans-serif;\"\u003e\n                        \u003cspan style=\"font-weight: bold;\"\u003e−\u003c\/span\u003e0.02 × 170 ＋ 0.09 × 65 ＋ 13.78 ＝ \u003cstrong\u003e約16.9cm\u003c\/strong\u003e\n                      \u003c\/span\u003e\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item-30\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-30\" class=\"wanna-block-logic-30\"\u003e \n    \u003clabel for=\"wanna-block-promise-30\" class=\"wanna-block-trigger-30\"\u003e \u003cspan\u003e安心保証\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-30\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-30\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-30\" style=\"padding-top: 15px; padding-bottom: 30px;\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item-30\" style=\"margin-bottom: 50px;\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-care-30\" class=\"wanna-block-logic-30\"\u003e \n    \u003clabel class=\"wanna-block-trigger-30\" for=\"wanna-block-care-30\"\u003e \u003cspan\u003eお手入れ\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-30\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-30\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-30\" style=\"padding-top: 15px; padding-bottom: 30px;\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBody30');\n      const links = {\n        'pane-size-30': document.getElementById('link-size-30'),\n        'pane-image-30': document.getElementById('link-image-30')\n      };\n      \n      \/\/ クリック時にスムーズスクロール\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n      \n      \/\/ スクロール位置を検知してクラスを変更\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) {\n              links[entry.target.id].classList.add('wanna-active');\n            }\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n      \n      observer.observe(document.getElementById('pane-size-30'));\n      observer.observe(document.getElementById('pane-image-30'));\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"18cm","offer_id":50750405345575,"sku":null,"price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"19cm","offer_id":50750405378343,"sku":null,"price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"20cm","offer_id":50750405411111,"sku":null,"price":9000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T161722.038.png?v=1787210308"},{"product_id":"thin-necklace-n7","title":"thin necklace (N7)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important;\n      height: 0 !important;\n      margin: 0 !important;\n      padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       CSS Gridによる滑らかなスライドアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツの下から上への持ち上がりフェードイン\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 商品仕様内の要素（01\/02\/03）の順次下から上へのフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* スライダー ＆ タブレイアウト *\/\n    .wanna-slide-container {\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n    \n    .inner-tabs-header {\n      display: flex;\n      border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1;\n      text-decoration: none;\n      text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      color: #999;\n      cursor: pointer;\n      transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none;\n      -webkit-tap-highlight-color: transparent;\n    }\n    \n    .inner-tabs-body {\n      display: flex;\n      overflow-x: auto;\n      scroll-behavior: smooth;\n      scroll-snap-type: x mandatory;\n      -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    \n    .inner-tab-pane {\n      width: 100%;\n      flex-shrink: 0;\n      scroll-snap-align: start;\n      box-sizing: border-box;\n      padding: 26px 12px 10px 12px !important;\n    }\n\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important;\n      font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important;\n      border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 商品仕様（特徴一覧） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e シンプルの中の美しさ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルなデザイン性。その中に太陽の光をきれいに反射するSilver本来の美しさを演出。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e デザイン性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e細身の中に、差別化を図るデザイン。男の余裕と自信を演出するようなデザイン性。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- サイズ・着用感（タブ・スライダー構造） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#wanna-pane-size\" class=\"inner-tab-link wanna-active\" id=\"wanna-link-size\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#wanna-pane-image\" class=\"inner-tab-link\" id=\"wanna-link-image\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBody\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"wanna-pane-size\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e50cm＋5cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003c!-- タブ2: サイズイメージ --\u003e\n              \u003cdiv id=\"wanna-pane-image\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \n                  \u003c!-- 指定画像 --\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/353C6F5E-16A6-4DF0-B8B0-47BB1AF89666.jpg?v=1773263968\" alt=\"サイズ感のイメージ\" style=\"width: 100%; max-width: 100%; height: auto; display: block; margin-top: 4px; margin-bottom: 20px;\"\u003e\n                  \n                  \u003cdiv style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 2.1; letter-spacing: 0.06em;\"\u003e\n                    \u003cp style=\"margin-bottom: 10px; color: #1a1a1a; font-weight: 500;\"\u003e男性の平均は45cmもしくは50cmになっております。\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e首元をスッキリと見せたい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e45cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e服の上から余裕を持って着用したい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e50cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項（DESIGN NOTE） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-note\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-note\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e注意事項\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em; font-size: 12px;\"\u003e\n            本作はあえてざら付きのある質感を纏ったデザインです。この独特の表面仕上げが、光を複雑に反射し、手仕事のような温かみと個性を生み出しています。\u003cbr\u003e\u003cbr\u003e\n            なお、ニットや繊細な素材の衣類に触れた際に引っかかりを感じることがございます。お召し替えの際はネックレスを外すか、衣類との接触にご注意いただくと、より長く美しい状態でお楽しみいただけます。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- タブ制御用スクリプト --\u003e\n  \u003cscript\u003e\n    const wannaLinkSize = document.getElementById('wanna-link-size');\n    const wannaLinkImage = document.getElementById('wanna-link-image');\n    const wannaPaneSize = document.getElementById('wanna-pane-size');\n    const wannaPaneImage = document.getElementById('wanna-pane-image');\n    const wannaSliderBody = document.getElementById('wannaSlideBody');\n\n    const wannaTabLinks = [wannaLinkSize, wannaLinkImage];\n    wannaTabLinks.forEach(link =\u003e {\n      link.addEventListener('click', function(e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        const targetPane = document.querySelector(targetId);\n        if(targetPane) {\n          wannaSliderBody.scrollTo({\n            left: targetPane.offsetLeft,\n            behavior: 'smooth'\n          });\n        }\n      });\n    });\n\n    const wannaObserverOptions = {\n      root: wannaSliderBody,\n      threshold: 0.6\n    };\n\n    const wannaObserver = new IntersectionObserver((entries) =\u003e {\n      entries.forEach(entry =\u003e {\n        if (entry.isIntersecting) {\n          if (entry.target.id === 'wanna-pane-size') {\n            wannaLinkSize.classList.add('wanna-active');\n            wannaLinkImage.classList.remove('wanna-active');\n          } else if (entry.target.id === 'wanna-pane-image') {\n            wannaLinkImage.classList.add('wanna-active');\n            wannaLinkSize.classList.remove('wanna-active');\n          }\n        }\n      });\n    }, wannaObserverOptions);\n\n    wannaObserver.observe(wannaPaneSize);\n    wannaObserver.observe(wannaPaneImage);\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50726088081703,"sku":null,"price":11800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/4212B677-EA2A-4DB2-BC15-1604D635BC70.jpg?v=1766286415"},{"product_id":"gorgeous-pierce-p28","title":"gorgeous pierce (P28)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.9; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item-h40 {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-h40 {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger-h40 {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger-h40:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-h40 {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle-h40::before, .wanna-icon-toggle-h40::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle-h40::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-h40::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-h40 {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer-h40 \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-h40 {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-block-answer-inner-h40 {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 .wanna-icon-toggle-h40::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 .wanna-icon-toggle-h40::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-h40 {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-1-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-2-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-3-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-h40 {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-h40 {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-h40 {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link-h40.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-h40 {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-h40::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-h40 { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-h40 {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table-h40, .wanna-clean-table-h40 tr, .wanna-clean-table-h40 td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-feat-earring-h40\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-feat-earring-h40\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-1-h40\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 洗練されたデザイン性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルなデザインに高級感を演出。程よい存在感と上品さを。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-2-h40\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 汎用性の高さ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなスタイリングにも馴染む。日常の質を自然と引き立てる一品。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-3-h40\" style=\"margin-bottom: 5px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに肌へ寄り添い続けます。（金属アレルギー対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・注意事項 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-details-earring-h40\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-details-earring-h40\"\u003e \u003cspan\u003eサイズ・注意事項\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-h40\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n          \u003cdiv class=\"wanna-slide-container-h40\"\u003e\n            \u003cdiv class=\"inner-tabs-header-h40\"\u003e\n              \u003ca style=\"margin-left: 16px;\" id=\"link-size-earring-h40\" class=\"inner-tab-link-h40 wanna-active\" href=\"#pane-size-earring-h40\"\u003eサイズ仕様\u003c\/a\u003e \n              \u003ca style=\"margin-right: 16px;\" id=\"link-notice-earring-h40\" class=\"inner-tab-link-h40\" href=\"#pane-notice-earring-h40\"\u003e注意事項\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"wannaSlideBodyEarringH40\" class=\"inner-tabs-body-h40\"\u003e\n              \n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv class=\"inner-tab-pane-h40\" id=\"pane-size-earring-h40\"\u003e\n                \u003ctable class=\"wanna-clean-table-h40\" style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        縦 15.0mm \/ 横 13.0mm\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003eゲージ 20G \/ ポスト 約 8.5mm\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003c!-- タブ2: 注意事項 --\u003e\n              \u003cdiv id=\"pane-notice-earring-h40\" class=\"inner-tab-pane-h40\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cdiv\u003e\n                    \u003cp style=\"margin: 0 0 6px 0; font-size: 11.5px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.08em;\"\u003e\n                      【購入時の注意点】\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      ※こちらの商品は「1点＝片耳分」での販売となります。\u003cbr\u003e両耳での着用をご希望の場合は、数量を「2点」にしてご購入ください。\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n                  \n                  \u003cdiv style=\"border-top: 1px dashed #e5e5e5; padding-top: 16px; margin-top: 16px;\"\u003e\n                    \u003cp style=\"margin: 0 0 6px 0; font-size: 11.5px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.08em;\"\u003e\n                      【開封時の注意点】\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      商品をお受け取り後、開封される際はアクセサリーボックス内をご確認ください。ボックス内に付属している「アクセサリー袋」の中にピアスを大切にお包みしております。\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-promise-earring-h40\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-promise-earring-h40\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に、直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-care-earring-h40\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-care-earring-h40\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- タブ切り替えスクリプト --\u003e\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyEarringH40');\n      const links = {\n        'pane-size-earring-h40': document.getElementById('link-size-earring-h40'),\n        'pane-notice-earring-h40': document.getElementById('link-notice-earring-h40')\n      };\n      \n      \/\/ クリック時にスムーズスクロール\n      Object.values(links).forEach(link =\u003e {\n        if(!link) return;\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n      \n      \/\/ スクロール位置を検知してアクティブクラスを変更\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l \u0026\u0026 l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) {\n              links[entry.target.id].classList.add('wanna-active');\n            }\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n      \n      const pane1 = document.getElementById('pane-size-earring-h40');\n      const pane2 = document.getElementById('pane-notice-earring-h40');\n      if(pane1) observer.observe(pane1);\n      if(pane2) observer.observe(pane2);\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737008804135,"sku":null,"price":4500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_62.png?v=1786532394"},{"product_id":"straight-twist-pierce-p1","title":"straight twist pierce (P1)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e デザインの安心感\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eツイストデザインが、男らしい力強さと品格を演出します。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 確かな品質\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。使い込むほどに手首に馴染み、寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 「ねじり」というデザイン\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e真っすぐのブレスレットには演出できない、独自性を実現。「Silver925素材×ねじりの技術」\n\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・注意事項（内部でスライド切り替え） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・注意事項\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#wanna-pane-size\" class=\"inner-tab-link wanna-active\" id=\"wanna-link-size\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#wanna-pane-image\" class=\"inner-tab-link\" id=\"wanna-link-image\" style=\"margin-right: 16px;\"\u003e注意事項\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBody\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"wanna-pane-size\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 28%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        内径 11.0mm（フープ部）\u003cbr\u003e\n                        長さ 12.0mm（ツイスト部）\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003c!-- タブ2: 注意事項 --\u003e\n              \u003cdiv id=\"wanna-pane-image\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cdiv\u003e\n                    \u003cp style=\"margin: 0 0 6px 0; font-size: 11.5px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.08em;\"\u003e\n                      【購入時の注意点】\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      ※こちらの商品は\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e「1点＝片耳分」\u003c\/strong\u003eでの販売となります。\u003cbr\u003e両耳での着用をご希望の場合は、数量「2」でご注文いただけますようお願い申し上げます。\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eコーディネートや商品に関するご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- タブ切り替え制御スクリプト --\u003e\n  \u003cscript\u003e\n    (function() {\n      const wannaLinkSize = document.getElementById('wanna-link-size');\n      const wannaLinkImage = document.getElementById('wanna-link-image');\n      const wannaPaneSize = document.getElementById('wanna-pane-size');\n      const wannaPaneImage = document.getElementById('wanna-pane-image');\n      const wannaSliderBody = document.getElementById('wannaSlideBody');\n\n      if (!wannaSliderBody) return;\n\n      const wannaTabLinks = [wannaLinkSize, wannaLinkImage];\n      wannaTabLinks.forEach(link =\u003e {\n        if (!link) return;\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href');\n          const targetPane = document.querySelector(targetId);\n          if(targetPane) {\n            wannaSliderBody.scrollTo({\n              left: targetPane.offsetLeft,\n              behavior: 'smooth'\n            });\n          }\n        });\n      });\n\n      const wannaObserverOptions = {\n        root: wannaSliderBody,\n        threshold: 0.6\n      };\n\n      const wannaObserver = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting) {\n            if (entry.target.id === 'wanna-pane-size') {\n              wannaLinkSize.classList.add('wanna-active');\n              wannaLinkImage.classList.remove('wanna-active');\n            } else if (entry.target.id === 'wanna-pane-image') {\n              wannaLinkImage.classList.add('wanna-active');\n              wannaLinkSize.classList.remove('wanna-active');\n            }\n          }\n        });\n      }, wannaObserverOptions);\n\n      if (wannaPaneSize) wannaObserver.observe(wannaPaneSize);\n      if (wannaPaneImage) wannaObserver.observe(wannaPaneImage);\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737066443047,"sku":null,"price":4900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_22.png?v=1786525839"},{"product_id":"thin-necklace-n13","title":"thin necklace (N13)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item-h40 {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-h40 {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger-h40 {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger-h40:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-h40 {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle-h40::before, .wanna-icon-toggle-h40::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle-h40::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-h40::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-h40 {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer-h40 \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-h40 {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-block-answer-inner-h40 {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 .wanna-icon-toggle-h40::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 .wanna-icon-toggle-h40::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-h40 {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-1-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-2-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-3-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-h40 {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-h40 {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-h40 {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link-h40.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-h40 {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-h40::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-h40 { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-h40 {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table-h40, .wanna-clean-table-h40 tr, .wanna-clean-table-h40 td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 商品仕様（特徴一覧） --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-feat-h40\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-feat-h40\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-1-h40\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 極限まで削ぎ落とされた、細身のライン\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e肌に寄り添うその細さが、首元にそっと品格を与えます。溶け込みながら、あなたのスタイルを引き立てる一本。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-2-h40\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e ざら付きのある質感が生む、個性の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eあえてざら付きのある質感を纏ったデザイン。この独特の表面仕上げが光を複雑に反射し、手仕事のような温かみと個性を生み出しています。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-3-h40\" style=\"margin-bottom: 5px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e Silver925という納得の素材\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e純度92.5%の銀を使用したSilver925は、ジュエリー素材のスタンダードとして世界中で愛される素材。アレルギーに配慮した素材選びは、毎日身に着ける安心感も提供します。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- サイズ・着用感（タブ・スライダー構造） --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-details-h40\" class=\"wanna-block-logic-h40\"\u003e \n    \u003clabel for=\"wanna-block-details-h40\" class=\"wanna-block-trigger-h40\"\u003e \u003cspan\u003eサイズ・着用感\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-h40\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n          \u003cdiv class=\"wanna-slide-container-h40\"\u003e\n            \u003cdiv class=\"inner-tabs-header-h40\"\u003e\n              \u003ca style=\"margin-left: 16px;\" id=\"link-size-h40\" class=\"inner-tab-link-h40 wanna-active\" href=\"#pane-size-h40\"\u003eサイズ仕様\u003c\/a\u003e \n              \u003ca style=\"margin-right: 16px;\" id=\"link-image-h40\" class=\"inner-tab-link-h40\" href=\"#pane-image-h40\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"wannaSlideBodyH40\" class=\"inner-tabs-body-h40\"\u003e\n              \n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv class=\"inner-tab-pane-h40\" id=\"pane-size-h40\"\u003e\n                \u003ctable class=\"wanna-clean-table-h40\" style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e40cm \/ 45cm \/ 50cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003c!-- タブ2: サイズイメージ --\u003e\n              \u003cdiv id=\"pane-image-h40\" class=\"inner-tab-pane-h40\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \n                  \u003c!-- 指定画像 --\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/353C6F5E-16A6-4DF0-B8B0-47BB1AF89666.jpg?v=1773263968\" alt=\"サイズ感のイメージ\" style=\"width: 100%; max-width: 100%; height: auto; display: block; margin-top: 4px; margin-bottom: 20px;\"\u003e\n                  \n                  \u003cdiv style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 2.1; letter-spacing: 0.06em;\"\u003e\n                    \u003cp style=\"margin-bottom: 10px; color: #1a1a1a; font-weight: 500;\"\u003e男性の平均は45cmもしくは50cmになっております。\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e首元をスッキリと見せたい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e45cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e服の上から余裕を持って着用したい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e50cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項（DESIGN NOTE） --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-note-h40\" class=\"wanna-block-logic-h40\"\u003e\n    \u003clabel for=\"wanna-block-note-h40\" class=\"wanna-block-trigger-h40\"\u003e\n      \u003cspan\u003e注意事項\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em; font-size: 12px;\"\u003e\n            本作はあえてざら付きのある質感を纏ったデザインです。この独特の表面仕上げが、光を複雑に反射し、手仕事のような温かみと個性を生み出しています。\u003cbr\u003e\u003cbr\u003e\n            なお、ニットや繊細な素材の衣類に触れた際に引っかかりを感じることがございます。お召し替えの際はネックレスを外すか、衣類との接触にご注意いただくと、より長く美しい状態でお楽しみいただけます。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-h40\" class=\"wanna-block-logic-h40\"\u003e\n    \u003clabel for=\"wanna-block-promise-h40\" class=\"wanna-block-trigger-h40\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に、専任のスタイリストが直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-care-h40\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-care-h40\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- タブ制御用スクリプト --\u003e\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyH40');\n      const links = {\n        'pane-size-h40': document.getElementById('link-size-h40'),\n        'pane-image-h40': document.getElementById('link-image-h40')\n      };\n      \n      \/\/ クリック時にスムーズスクロール\n      Object.values(links).forEach(link =\u003e {\n        if (!link) return;\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane \u0026\u0026 sliderBody) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n      \n      \/\/ スクロール位置を検知してクラスを変更\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l \u0026\u0026 l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) {\n              links[entry.target.id].classList.add('wanna-active');\n            }\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n      \n      const paneSize = document.getElementById('pane-size-h40');\n      const paneImage = document.getElementById('pane-image-h40');\n      if (paneSize) observer.observe(paneSize);\n      if (paneImage) observer.observe(paneImage);\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"40cm","offer_id":50750317658407,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true},{"title":"45cm","offer_id":50750317691175,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":50750317723943,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/04072797-6457-42A7-80F0-1F1ACAF9C60E.jpg?v=1766286592"},{"product_id":"u-ring-r30","title":"U ring (R30)","description":"\u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」および「保証」内の要素が順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n\n    \/* 指選択ボタン用スタイル *\/\n    .finger-btn {\n      flex: 1;\n      padding: 10px 0;\n      border: 1px solid #e5e5e5;\n      background: #fff;\n      color: #666;\n      font-size: 11px;\n      cursor: pointer;\n      transition: all 0.2s ease;\n      font-family: inherit;\n      border-radius: 4px;\n    }\n    .finger-btn:hover {\n      border-color: #1890ff;\n      color: #1890ff;\n      background-color: #e6f7ff;\n    }\n    .finger-btn.active {\n      background: #1890ff;\n      color: #ffffff;\n      border-color: #1890ff;\n      font-weight: 600;\n    }\n  \u003c\/style\u003e\n\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\u003c!-- 商品仕様 --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"wanna-block-answer-inner\"\u003e\n\u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 洗練されたデザイン\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eU字型の連続からなる、圧倒的な上品さ。指元に自然と馴染み、ファッションセンスの向上と一段階上のスタイルへ。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 存在感と差別化\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e一目見たときに視線が止まる。そんな存在感を演出。身に付けたときの「自信」と「憧れ」をあなたに。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- サイズ・仕様（スライド式） --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e \u003cspan\u003eサイズ・仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cdiv class=\"wanna-slide-container\"\u003e\n\u003cdiv class=\"inner-tabs-header\"\u003e\n\u003ca href=\"#pane-size-prt\" class=\"inner-tab-link wanna-active\" id=\"link-size-prt\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e \u003ca href=\"#pane-check-prt\" class=\"inner-tab-link\" id=\"link-check-prt\" style=\"margin-right: 16px;\"\u003eサイズチェック\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyPrt\"\u003e\n\u003c!-- タブ1: サイズ仕様 --\u003e\n\u003cdiv id=\"pane-size-prt\" class=\"inner-tab-pane\"\u003e\n\u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; width: 28%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e15号〜20号（調節可能） ｜ 太さ 7.0mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- タブ2: サイズチェック --\u003e\n\u003cdiv id=\"pane-check-prt\" class=\"inner-tab-pane\"\u003e\n\u003cdiv style=\"background-color: #fafafa; padding: 22px 18px; border-radius: 2px; margin-bottom: 10px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.12em; margin-top: 0; margin-bottom: 4px;\"\u003eどの指に着用したいですか？\u003c\/p\u003e\n\u003cp style=\"font-size: 10px; color: #888; margin-top: 0; margin-bottom: 16px; letter-spacing: 0.05em;\"\u003e※男性平均サイズを基準としています\u003c\/p\u003e\n\u003c!-- 指選択ボタン --\u003e\n\u003cdiv style=\"display: flex; gap: 4px; margin-bottom: 18px;\"\u003e\n\u003cbutton type=\"button\" class=\"finger-btn\"\u003e親指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e人差し指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e中指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e薬指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e小指\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c!-- 判定結果表示ボックス --\u003e\n\u003cdiv id=\"wanna-size-result\" style=\"text-align: left; background-color: #fff; border: 1px solid #eaeaea; padding: 16px; border-radius: 2px; min-height: 75px;\"\u003e\n\u003cp style=\"font-size: 11px; color: #888; text-align: center; margin: 15px 0;\"\u003e上のボタンから、ご希望の指を選択してください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 計測を推奨する案内テキスト --\u003e\n\u003cp style=\"font-size: 10px; color: #888; line-height: 1.6; margin: 14px 0 0 0; text-align: left; padding-left: 2px;\"\u003e※正確な着用感やフィット感をお確かめになりたい場合は、事前にご自身の指のサイズ（号数）を計測していただくことをおすすめいたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 安心保証 --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-promise\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-promise\"\u003e \u003cspan\u003e安心保証\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n\u003cli class=\"wanna-feat-box wanna-feat-box-1\" style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"wanna-feat-box wanna-feat-box-2\" style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\u003c\/li\u003e\n\u003cli class=\"wanna-feat-box wanna-feat-box-3\" style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- お手入れ --\u003e\n\u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e \u003cspan\u003eお手入れ\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function() {\n      \/\/ 1. タブ制御スクリプト\n      const sliderBody = document.getElementById('wannaSlideBodyPrt');\n      const links = {\n        'pane-size-prt': document.getElementById('link-size-prt'),\n        'pane-check-prt': document.getElementById('link-check-prt')\n      };\n\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      if (document.getElementById('pane-size-prt')) observer.observe(document.getElementById('pane-size-prt'));\n      if (document.getElementById('pane-check-prt')) observer.observe(document.getElementById('pane-check-prt'));\n\n      \/\/ 2. 指選択インタラクティブスクリプト（本商品：15号〜20号用）\n      const fingerData = {\n        thumb:  { name: \"親指\",   avg: \"19号〜23号\", fit: true, note: \"※15号〜20号の方\" },\n        index:  { name: \"人差し指\", avg: \"16号〜22号\", fit: true, note: \"※15号〜20号の方\" },\n        middle: { name: \"中指\",   avg: \"15号〜22号\", fit: true, note: \"※15号〜20号の方\" },\n        ring:   { name: \"薬指\",   avg: \"13号〜18号\", fit: true, note: \"※15号以上の方\" },\n        pinky:  { name: \"小指\",   avg: \"10号〜14号\", fit: false }\n      };\n\n      const btns = document.querySelectorAll('.finger-btn');\n      const resultBox = document.getElementById('wanna-size-result');\n\n      function selectFinger(key) {\n        const data = fingerData[key];\n        if(!data) return;\n\n        btns.forEach(b =\u003e {\n          if(b.getAttribute('data-finger') === key) {\n            b.classList.add('active');\n          } else {\n            b.classList.remove('active');\n          }\n        });\n\n        let statusBadge = '';\n        let detailText = '';\n\n        if(data.fit) {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#1890ff; color:#fff; font-size:10px; padding:2px 8px; border-radius:2px; margin-bottom:8px; letter-spacing:0.1em;\"\u003e着用可能\u003c\/span\u003e';\n          detailText = `こちらの商品は\u003cstrong style=\"color:#1a1a1a;\"\u003e15号〜20号\u003c\/strong\u003eまでサイズ調節が可能ですので、男性平均（${data.avg}）の${data.note}にフィットします。`;\n        } else {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#f5222d; color:#fff; font-size:10px; padding:2px 8px; border-radius:2px; margin-bottom:8px; letter-spacing:0.1em;\"\u003e推奨外\u003c\/span\u003e';\n          detailText = `男性の${data.name}平均サイズは${data.avg}のため、本商品（15号〜20号）では少し大きく感じる可能性が高いです。`;\n        }\n\n        resultBox.innerHTML = `\n          \u003cdiv\u003e\n            ${statusBadge}\n            \u003cp style=\"margin: 0; font-size: 11px; color: #555; line-height: 1.8;\"\u003e${detailText}\u003c\/p\u003e\n          \u003c\/div\u003e\n        `;\n      }\n\n      btns.forEach(b =\u003e {\n        b.addEventListener('click', function() {\n          const fingerKey = this.getAttribute('data-finger');\n          selectFinger(fingerKey);\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737243029799,"sku":null,"price":6800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/FDC9889C-E78D-43F0-A2FD-2B0DB885548E.jpg?v=1766287402"},{"product_id":"twist-pierce-p29","title":"twist pierce (P29)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important;\n      height: 0 !important;\n      margin: 0 !important;\n      padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* CSS Gridによるスライドアニメーション *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* コンテンツの下から上へのフェードイン *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉制御 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素のフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* スライダー \u0026 タブレイアウト *\/\n    .wanna-slide-container {\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n    \n    .inner-tabs-header {\n      display: flex;\n      border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1;\n      text-decoration: none;\n      text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      color: #999;\n      cursor: pointer;\n      transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none;\n      -webkit-tap-highlight-color: transparent;\n    }\n    \n    .inner-tabs-body {\n      display: flex;\n      overflow-x: auto;\n      scroll-behavior: smooth;\n      scroll-snap-type: x mandatory;\n      -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    \n    .inner-tab-pane {\n      width: 100%;\n      flex-shrink: 0;\n      scroll-snap-align: start;\n      box-sizing: border-box;\n      padding: 26px 12px 10px 12px !important;\n    }\n\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important;\n      font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important;\n      border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 選ばれ続けるピアス\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルなツイストデザインに上品な存在感を演出。Wannaで1番人気のあるピアス。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 確かな品質\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。使い込むほどに馴染み、寄り添い続けます。（金属アレルギーにも対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 寄り添い続ける上品さと質\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e24時間付けっぱなし可能。いつも肌の近くにある、日常に溶け込む上質なピアス。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・注意事項（内部でスライド切り替え） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・注意事項\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#wanna-pane-size\" class=\"inner-tab-link wanna-active\" id=\"wanna-link-size\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#wanna-pane-image\" class=\"inner-tab-link\" id=\"wanna-link-image\" style=\"margin-right: 16px;\"\u003e注意事項\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBody\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"wanna-pane-size\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e縦 13.7mm \/ 横 14.5mm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003c!-- タブ2: 注意事項 --\u003e\n              \u003cdiv id=\"wanna-pane-image\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cdiv\u003e\n                    \u003cp style=\"margin: 0 0 6px 0; font-size: 11.5px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.08em;\"\u003e\n                      【購入時の注意点】\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      ※こちらの商品は「1点＝片耳分」での販売となります。\u003cbr\u003e両耳での着用をご希望の場合は、数量を「2点」にしてご購入ください。\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n                  \n                  \u003cdiv style=\"border-top: 1px dashed #e5e5e5; padding-top: 16px; margin-top: 16px;\"\u003e\n                    \u003cp style=\"margin: 0 0 6px 0; font-size: 11.5px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.08em;\"\u003e\n                      【開封時の注意点】\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      商品をお受け取り後、開封される際はアクセサリーボックス内をご確認ください。ボックス内に付属している「アクセサリー袋」の中にピアスを大切にお包みしております。\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。(受取後5日以内のご連絡。)\u003cspan style=\"font-size: 11px; color: #888;\"\u003e\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に、直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- タブ切り替え制御スクリプト --\u003e\n  \u003cscript\u003e\n    (function() {\n      const wannaLinkSize = document.getElementById('wanna-link-size');\n      const wannaLinkImage = document.getElementById('wanna-link-image');\n      const wannaPaneSize = document.getElementById('wanna-pane-size');\n      const wannaPaneImage = document.getElementById('wanna-pane-image');\n      const wannaSliderBody = document.getElementById('wannaSlideBody');\n\n      if (!wannaSliderBody) return;\n\n      const wannaTabLinks = [wannaLinkSize, wannaLinkImage];\n      wannaTabLinks.forEach(link =\u003e {\n        if (!link) return;\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if (targetPane) {\n            wannaSliderBody.scrollTo({\n              left: targetPane.offsetLeft,\n              behavior: 'smooth'\n            });\n          }\n        });\n      });\n\n      const wannaObserverOptions = {\n        root: wannaSliderBody,\n        threshold: 0.6\n      };\n\n      const wannaObserver = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting) {\n            if (entry.target.id === 'wanna-pane-size' \u0026\u0026 wannaLinkSize \u0026\u0026 wannaLinkImage) {\n              wannaLinkSize.classList.add('wanna-active');\n              wannaLinkImage.classList.remove('wanna-active');\n            } else if (entry.target.id === 'wanna-pane-image' \u0026\u0026 wannaLinkSize \u0026\u0026 wannaLinkImage) {\n              wannaLinkImage.classList.add('wanna-active');\n              wannaLinkSize.classList.remove('wanna-active');\n            }\n          }\n        });\n      }, wannaObserverOptions);\n\n      if (wannaPaneSize) wannaObserver.observe(wannaPaneSize);\n      if (wannaPaneImage) wannaObserver.observe(wannaPaneImage);\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737245552935,"sku":null,"price":4200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/4276BE76-C9A9-46F3-B6E5-C4E7E365850A.jpg?v=1766468294"},{"product_id":"knot-pierce-p25","title":"knot pierce (P25)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important;\n      height: 0 !important;\n      margin: 0 !important;\n      padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n    \n    .inner-tabs-header {\n      display: flex;\n      border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1;\n      text-decoration: none;\n      text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      color: #999;\n      cursor: pointer;\n      transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none;\n      -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important;\n      font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n\n    .inner-tabs-body {\n      display: flex;\n      overflow-x: auto;\n      scroll-behavior: smooth;\n      scroll-snap-type: x mandatory;\n      -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    \n    .inner-tab-pane {\n      width: 100%;\n      flex-shrink: 0;\n      scroll-snap-align: start;\n      box-sizing: border-box;\n      padding: 26px 12px 10px 12px !important;\n    }\n\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important;\n      border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e デザイン性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e「結び」が演出する洗礼させた存在感。一目で「他とは違う」と感じさせるエッジの効いたデザイン性。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 上品なシンプルさ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e太陽の光をきれいに反射。細身の中にある、上品な輝きを放ち、一目置かれる存在感を演出。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・注意事項（内部でスライド切り替え） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・注意事項\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#wanna-pane-size\" class=\"inner-tab-link wanna-active\" id=\"wanna-link-size\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#wanna-pane-image\" class=\"inner-tab-link\" id=\"wanna-link-image\" style=\"margin-right: 16px;\"\u003e注意事項\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBody\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"wanna-pane-size\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e縦 13.0mm \/ 横 16.0mm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003c!-- タブ2: 注意事項 --\u003e\n              \u003cdiv id=\"wanna-pane-image\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cdiv\u003e\n                    \u003cp style=\"margin: 0 0 6px 0; font-size: 11.5px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.08em;\"\u003e\n                      【購入時の注意点】\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      ※こちらの商品は「1点＝片耳分」での販売となります。\u003cbr\u003e両耳での着用をご希望の場合は、数量を「2点」にしてご購入ください。\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n                  \n                  \u003cdiv style=\"border-top: 1px dashed #e5e5e5; padding-top: 16px; margin-top: 16px;\"\u003e\n                    \u003cp style=\"margin: 0 0 6px 0; font-size: 11.5px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.08em;\"\u003e\n                      【開封時の注意点】\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      商品をお受け取り後、開封される際はアクセサリーボックス内をご確認ください。ボックス内に付属している「アクセサリー袋」の中にピアスを大切にお包みしております。\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に、直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- タブ切り替え制御スクリプト --\u003e\n  \u003cscript\u003e\n    const wannaLinkSize = document.getElementById('wanna-link-size');\n    const wannaLinkImage = document.getElementById('wanna-link-image');\n    const wannaPaneSize = document.getElementById('wanna-pane-size');\n    const wannaPaneImage = document.getElementById('wanna-pane-image');\n    const wannaSliderBody = document.getElementById('wannaSlideBody');\n\n    const wannaTabLinks = [wannaLinkSize, wannaLinkImage];\n    wannaTabLinks.forEach(link =\u003e {\n      link.addEventListener('click', function(e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        const targetPane = document.querySelector(targetId);\n        if(targetPane) {\n          wannaSliderBody.scrollTo({\n            left: targetPane.offsetLeft,\n            behavior: 'smooth'\n          });\n        }\n      });\n    });\n\n    const wannaObserverOptions = {\n      root: wannaSliderBody,\n      threshold: 0.6\n    };\n\n    const wannaObserver = new IntersectionObserver((entries) =\u003e {\n      entries.forEach(entry =\u003e {\n        if (entry.isIntersecting) {\n          if (entry.target.id === 'wanna-pane-size') {\n            wannaLinkSize.classList.add('wanna-active');\n            wannaLinkImage.classList.remove('wanna-active');\n          } else if (entry.target.id === 'wanna-pane-image') {\n            wannaLinkImage.classList.add('wanna-active');\n            wannaLinkSize.classList.remove('wanna-active');\n          }\n        }\n      });\n    }, wannaObserverOptions);\n\n    wannaObserver.observe(wannaPaneSize);\n    wannaObserver.observe(wannaPaneImage);\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737246142759,"sku":null,"price":4300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_13.png?v=1786524460"},{"product_id":"round-ring-r5","title":"round ring (R5)","description":"\u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n\n    \/* 指選択ボタン用スタイル *\/\n    .finger-btn {\n      flex: 1;\n      padding: 10px 0;\n      border: 1px solid #e5e5e5;\n      background: #fff;\n      color: #666;\n      font-size: 11px;\n      cursor: pointer;\n      transition: all 0.2s ease;\n      font-family: inherit;\n      border-radius: 4px;\n    }\n    .finger-btn:hover {\n      border-color: #1890ff;\n      color: #1890ff;\n      background-color: #e6f7ff;\n    }\n    .finger-btn.active {\n      background: #1890ff;\n      color: #ffffff;\n      border-color: #1890ff;\n      font-weight: 600;\n    }\n\u003c\/style\u003e\n\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\u003c!-- 商品仕様 --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"wanna-block-answer-inner\"\u003e\n\u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 存在感と差別化\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e一目見たときに視線が止まる。そんな存在感を演出。身に付けたときの「自信」と「憧れ」をあなたに。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 適用性\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- サイズ・仕様（スライド式） --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e \u003cspan\u003eサイズ・仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cdiv class=\"wanna-slide-container\"\u003e\n\u003cdiv class=\"inner-tabs-header\"\u003e\n\u003ca href=\"#pane-size-anc\" class=\"inner-tab-link wanna-active\" id=\"link-size-anc\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e \u003ca href=\"#pane-image-anc\" class=\"inner-tab-link\" id=\"link-image-anc\" style=\"margin-right: 16px;\"\u003eサイズチェック\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyAnc\"\u003e\n\u003c!-- タブ1: サイズ仕様 --\u003e\n\u003cdiv id=\"pane-size-anc\" class=\"inner-tab-pane\"\u003e\n\u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; width: 28%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e12号〜16号（調節可能） ｜ 太さ 12.0mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- タブ2: サイズ平均チェック --\u003e\n\u003cdiv id=\"pane-image-anc\" class=\"inner-tab-pane\"\u003e\n\u003cdiv style=\"background-color: #fafafa; padding: 22px 18px; border-radius: 2px; margin-bottom: 10px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.12em; margin-top: 0; margin-bottom: 4px;\"\u003eどの指に着用したいですか？\u003c\/p\u003e\n\u003cp style=\"font-size: 10px; color: #888; margin-top: 0; margin-bottom: 16px; letter-spacing: 0.05em;\"\u003e※男性平均サイズを基準としています\u003c\/p\u003e\n\u003c!-- 指選択ボタン --\u003e\n\u003cdiv style=\"display: flex; gap: 4px; margin-bottom: 18px;\"\u003e\n\u003cbutton type=\"button\" class=\"finger-btn\"\u003e親指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e人差し指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e中指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e薬指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e小指\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c!-- 判定結果表示ボックス --\u003e\n\u003cdiv id=\"wanna-size-result\" style=\"text-align: left; background-color: #fff; border: 1px solid #eaeaea; padding: 16px; border-radius: 2px; min-height: 75px;\"\u003e\n\u003cp style=\"font-size: 11px; color: #888; text-align: center; margin: 15px 0;\"\u003e上のボタンから、ご希望の指を選択してください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 計測推奨テキスト --\u003e\n\u003cp style=\"font-size: 10px; color: #888; line-height: 1.6; margin: 14px 0 0 0; text-align: left; padding-left: 2px;\"\u003e※正確な着用感やフィット感をお確かめになりたい場合は、事前にご自身の指のサイズ（号数）を計測していただくことをおすすめいたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 安心保証 --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-promise\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-promise\"\u003e \u003cspan\u003e安心保証\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding: 15px 0 30px 4px !important;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n\u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- お手入れ --\u003e\n\u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e \u003cspan\u003eお手入れ\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function() {\n      \/\/ 1. タブ制御スクリプト\n      const sliderBody = document.getElementById('wannaSlideBodyAnc');\n      const links = {\n        'pane-size-anc': document.getElementById('link-size-anc'),\n        'pane-image-anc': document.getElementById('link-image-anc')\n      };\n\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-anc'));\n      observer.observe(document.getElementById('pane-image-anc'));\n\n      \/\/ 2. 指選択インタラクティブスクリプト（12号〜16号調整可能リング用）\n      const fingerData = {\n        thumb:  { name: \"親指\",   avg: \"19号〜23号\", fit: false, note: \"男性平均サイズに対してリングが小さい可能性があります。\" },\n        index:  { name: \"人差し指\", avg: \"16号〜22号\", fit: true,  note: \"※16号以下の方であればご着用いただけます。\" },\n        middle: { name: \"中指\",   avg: \"15号〜22号\", fit: true,  note: \"※15・16号の方であればご着用いただけます。\" },\n        ring:   { name: \"薬指\",   avg: \"13号〜18号\", fit: true,  note: \"※13号〜16号の方にぴったりご着用いただけます。\" },\n        pinky:  { name: \"小指\",   avg: \"10号〜14号\", fit: true,  note: \"※12号〜14号の方であればご着用いただけます。\" }\n      };\n\n      const btns = document.querySelectorAll('.finger-btn');\n      const resultBox = document.getElementById('wanna-size-result');\n\n      function selectFinger(key) {\n        const data = fingerData[key];\n        if(!data) return;\n\n        btns.forEach(b =\u003e {\n          if(b.getAttribute('data-finger') === key) {\n            b.classList.add('active');\n          } else {\n            b.classList.remove('active');\n          }\n        });\n\n        let statusBadge = '';\n        let detailText = '';\n\n        if(data.fit) {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#1890ff; color:#fff; font-size:10px; padding:2px 8px; border-radius:2px; margin-bottom:8px; letter-spacing:0.1em;\"\u003e条件付き着用可能\u003c\/span\u003e';\n          detailText = `こちらの商品は\u003cstrong style=\"color:#1a1a1a;\"\u003e12号〜16号\u003c\/strong\u003eまでサイズ調節が可能です。\u003cbr\u003e${data.note}`;\n        } else {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#f5222d; color:#fff; font-size:10px; padding:2px 8px; border-radius:2px; margin-bottom:8px; letter-spacing:0.1em;\"\u003e推奨外サイズ\u003c\/span\u003e';\n          detailText = `男性の${data.name}平均サイズ（${data.avg}）に対して、最大16号の本商品は小さめの作りとなります。\u003cbr\u003e\u003cspan style=\"color:#888;\"\u003e${data.note}\u003c\/span\u003e`;\n        }\n\n        resultBox.innerHTML = `\n          ${statusBadge}\n          \u003cdiv style=\"font-size:12px; color:#1a1a1a; font-weight:600; margin-bottom:6px;\"\u003e\n            【${data.name}】男性平均目安：${data.avg}\n          \u003c\/div\u003e\n          \u003cdiv style=\"font-size:11px; color:#555; line-height:1.7;\"\u003e\n            ${detailText}\n          \u003c\/div\u003e\n        `;\n      }\n\n      btns.forEach(btn =\u003e {\n        btn.addEventListener('click', function() {\n          const key = this.getAttribute('data-finger');\n          selectFinger(key);\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50744155963687,"sku":null,"price":7200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T175626.057.png?v=1787216207"},{"product_id":"anchor-ring-r1","title":"anchor ring (R1)","description":"\u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item-anc {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-anc {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger-anc {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger-anc:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-anc {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle-anc::before, .wanna-icon-toggle-anc::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle-anc::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-anc::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-anc {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer-anc \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-anc {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic-anc:checked + .wanna-block-trigger-anc + .wanna-block-answer-anc {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-anc:checked + .wanna-block-trigger-anc + .wanna-block-answer-anc .wanna-block-answer-inner-anc {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic-anc:checked + .wanna-block-trigger-anc .wanna-icon-toggle-anc::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-anc:checked + .wanna-block-trigger-anc .wanna-icon-toggle-anc::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-anc {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic-anc:checked + .wanna-block-trigger-anc + .wanna-block-answer-anc .wanna-feat-box-1-anc {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-anc:checked + .wanna-block-trigger-anc + .wanna-block-answer-anc .wanna-feat-box-2-anc {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-anc:checked + .wanna-block-trigger-anc + .wanna-block-answer-anc .wanna-feat-box-3-anc {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-anc {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-anc {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-anc {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link-anc.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-anc {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-anc::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-anc { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-anc {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table-anc, .wanna-clean-table-anc tr, .wanna-clean-table-anc td {\n      border: none !important; border-collapse: collapse !important;\n    }\n\n    \/* 指選択ボタン用スタイル *\/\n    .finger-btn {\n      flex: 1;\n      padding: 10px 0;\n      border: 1px solid #e5e5e5;\n      background: #fff;\n      color: #666;\n      font-size: 11px;\n      cursor: pointer;\n      transition: all 0.2s ease;\n      font-family: inherit;\n      border-radius: 4px;\n    }\n    .finger-btn:hover {\n      border-color: #1890ff;\n      color: #1890ff;\n      background-color: #e6f7ff;\n    }\n    .finger-btn.active {\n      background: #1890ff;\n      color: #ffffff;\n      border-color: #1890ff;\n      font-weight: 600;\n    }\n  \u003c\/style\u003e\n\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\u003c!-- 商品仕様 --\u003e\n\u003cdiv class=\"wanna-block-item-anc\"\u003e\n\u003cinput type=\"checkbox\" id=\"wanna-block-feat-anc\" class=\"wanna-block-logic-anc\"\u003e \u003clabel for=\"wanna-block-feat-anc\" class=\"wanna-block-trigger-anc\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-anc\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer-anc\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"wanna-block-answer-inner-anc\"\u003e\n\u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-anc wanna-feat-box-1-anc\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 洗練されたデザイン性\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e錨（アンカー）をモチーフにしたデザイン。シンプルなシルバーの中に、指元を引き締める確かな存在感を演出します。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-anc wanna-feat-box-2-anc\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 確かな質感\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003esilver925素材を使用。金属アレルギーにも対応しており、上品かつ高級感のある輝きを放ちます。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box-anc wanna-feat-box-3-anc\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 存在感と差別化\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e一目見たときに視線が止まる。そんな存在感を演出。身に付けたときの「自信」と「憧れ」をあなたに。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- サイズ・仕様（スライド式） --\u003e\n\u003cdiv class=\"wanna-block-item-anc\"\u003e\n\u003cinput class=\"wanna-block-logic-anc\" id=\"wanna-block-details-anc\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger-anc\" for=\"wanna-block-details-anc\"\u003e \u003cspan\u003eサイズ・仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-anc\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer-anc\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"wanna-block-answer-inner-anc\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n\u003cdiv class=\"wanna-slide-container-anc\"\u003e\n\u003cdiv class=\"inner-tabs-header-anc\"\u003e\n\u003ca href=\"#pane-size-anc\" class=\"inner-tab-link-anc wanna-active\" id=\"link-size-anc\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e \u003ca href=\"#pane-image-anc\" class=\"inner-tab-link-anc\" id=\"link-image-anc\" style=\"margin-right: 16px;\"\u003eサイズチェック\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inner-tabs-body-anc\" id=\"wannaSlideBodyAnc\"\u003e\n\u003c!-- タブ1: サイズ仕様 --\u003e\n\u003cdiv id=\"pane-size-anc\" class=\"inner-tab-pane-anc\"\u003e\n\u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table-anc\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; width: 28%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e15号～23号（調節可能） ｜ 幅 6.0mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 20px 0 10px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eストーリー\u003c\/td\u003e\n\u003ctd style=\"padding: 20px 0 10px 0; vertical-align: top;\"\u003e\n\u003cp style=\"font-size: 11px; color: #666; margin: 0 0 12px 0; line-height: 1.7;\"\u003e素材・デザインなど、この商品が持つ魅力を公式コラムでさらに詳しくご紹介しています。\u003c\/p\u003e\n\u003ca href=\"https:\/\/wanna-official.com\/blogs\/news\/anchor-ring-r1-silver925\" style=\"display: inline-block; font-family: 'Gill Sans', 'Optima', sans-serif; font-size: 9px; letter-spacing: 0.2em; color: #1a1a1a; border: 1px solid #1a1a1a; padding: 10px 22px; text-decoration: none; font-weight: 500;\"\u003eDISCOVER MORE\u003c\/a\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- タブ2: サイズ平均チェック --\u003e\n\u003cdiv id=\"pane-image-anc\" class=\"inner-tab-pane-anc\"\u003e\n\u003cdiv style=\"background-color: #fafafa; padding: 22px 18px; border-radius: 2px; margin-bottom: 10px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.12em; margin-top: 0; margin-bottom: 4px;\"\u003eどの指に着用したいですか？\u003c\/p\u003e\n\u003cp style=\"font-size: 10px; color: #888; margin-top: 0; margin-bottom: 16px; letter-spacing: 0.05em;\"\u003e※男性平均サイズを基準としています\u003c\/p\u003e\n\u003c!-- 指選択ボタン --\u003e\n\u003cdiv style=\"display: flex; gap: 4px; margin-bottom: 18px;\"\u003e\n\u003cbutton type=\"button\" class=\"finger-btn\"\u003e親指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e人差し指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e中指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e薬指\u003c\/button\u003e \u003cbutton type=\"button\" class=\"finger-btn\"\u003e小指\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c!-- 判定結果表示ボックス --\u003e\n\u003cdiv id=\"wanna-size-result\" style=\"text-align: left; background-color: #fff; border: 1px solid #eaeaea; padding: 16px; border-radius: 2px; min-height: 75px;\"\u003e\n\u003cp style=\"font-size: 11px; color: #888; text-align: center; margin: 15px 0;\"\u003e上のボタンから、ご希望の指を選択してください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 計測を推奨する案内テキスト --\u003e\n\u003cp style=\"font-size: 10px; color: #888; line-height: 1.6; margin: 14px 0 0 0; text-align: left; padding-left: 2px;\"\u003e※正確な着用感やフィット感をお確かめになりたい場合は、事前にご自身の指のサイズ（号数）を計測していただくことをおすすめいたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 安心保証 --\u003e\n\u003cdiv class=\"wanna-block-item-anc\"\u003e\n\u003cinput class=\"wanna-block-logic-anc\" id=\"wanna-block-promise-anc\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger-anc\" for=\"wanna-block-promise-anc\"\u003e \u003cspan\u003e安心保証\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-anc\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer-anc\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-anc\"\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n\u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- お手入れ --\u003e\n\u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item-anc\"\u003e\n\u003cinput class=\"wanna-block-logic-anc\" id=\"wanna-block-care-anc\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger-anc\" for=\"wanna-block-care-anc\"\u003e \u003cspan\u003eお手入れ\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-anc\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer-anc\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-anc\"\u003e\n\u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function() {\n      \/\/ 1. タブ制御スクリプト\n      const sliderBody = document.getElementById('wannaSlideBodyAnc');\n      const links = {\n        'pane-size-anc': document.getElementById('link-size-anc'),\n        'pane-image-anc': document.getElementById('link-image-anc')\n      };\n\n      Object.values(links).forEach(link =\u003e {\n        if (!link) return;\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l \u0026\u0026 l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      const paneSize = document.getElementById('pane-size-anc');\n      const paneImage = document.getElementById('pane-image-anc');\n      if (paneSize) observer.observe(paneSize);\n      if (paneImage) observer.observe(paneImage);\n\n      \/\/ 2. 指選択インタラクティブスクリプト\n      const fingerData = {\n        thumb:  { name: \"親指\",   avg: \"19号〜23号\", fit: true },\n        index:  { name: \"人差し指\", avg: \"16号〜22号\", fit: true },\n        middle: { name: \"中指\",   avg: \"15号〜22号\", fit: true },\n        ring:   { name: \"薬指\",   avg: \"13号〜18号\", fit: true, note: \"※15号以上の方\" },\n        pinky:  { name: \"小指\",   avg: \"10号〜14号\", fit: false }\n      };\n\n      const btns = document.querySelectorAll('.finger-btn');\n      const resultBox = document.getElementById('wanna-size-result');\n\n      function selectFinger(key) {\n        const data = fingerData[key];\n        if(!data) return;\n\n        \/\/ ボタンの見た目制御\n        btns.forEach(b =\u003e {\n          if (b.getAttribute('data-finger') === key) {\n            b.classList.add('active');\n          } else {\n            b.classList.remove('active');\n          }\n        });\n\n        \/\/ 結果エリアのHTML生成\n        let html = '\u003cp style=\"margin:0 0 6px 0; font-size:12px; font-weight:600; color:#1a1a1a;\"\u003e' + data.name + 'の平均：' + data.avg + '\u003c\/p\u003e';\n        \n        if (data.fit) {\n          html += '\u003cp style=\"margin:0; font-size:11px; color:#1890ff; font-weight:bold;\"\u003eおすすめ適合サイズ：15号〜23号（調節可）\u003c\/p\u003e';\n          if (data.note) {\n            html += '\u003cp style=\"margin:4px 0 0 0; font-size:10px; color:#888;\"\u003e' + data.note + '\u003c\/p\u003e';\n          }\n        } else {\n          html += '\u003cp style=\"margin:0; font-size:11px; color:#e64340; font-weight:bold;\"\u003eこちらのリング（15号〜）は大きすぎる可能性があります\u003c\/p\u003e';\n        }\n\n        if (resultBox) {\n          resultBox.innerHTML = html;\n        }\n      }\n\n      btns.forEach(btn =\u003e {\n        btn.addEventListener('click', function() {\n          const key = this.getAttribute('data-finger');\n          selectFinger(key);\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50745178063143,"sku":null,"price":6200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/99E3DF33-5EFD-4D4D-B62B-6A693D305204.jpg?v=1766287266"},{"product_id":"thin-bracelet-b7","title":"thin bracelet (B7)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 上品なシンプルさ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e太陽の光をきれいに反射。細身の中にある、上品な輝きを放ち、一目置かれる存在感を演出。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 調和性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルの極みは100%の馴染みやすさ。B7はどのファッションにも協力してくれるような調和性を演出しております。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- サイズ・安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#pane-size-15\" class=\"inner-tab-link wanna-active\" id=\"link-size-15\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-promise-15\" class=\"inner-tab-link\" id=\"link-promise-15\" style=\"margin-right: 16px;\"\u003e安心保証\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBody15\"\u003e\n              \u003cdiv id=\"pane-size-15\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 28%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e19cm（幅 1.5mm）\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e※ジャストサイズは「手首周り+1〜1.5cm」、ゆったりめは「+2〜3cm」を目安に。\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \u003cdiv id=\"pane-promise-15\" class=\"inner-tab-pane\"\u003e\n                \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n                    \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n                  \u003c\/li\u003e\n                  \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n                    \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n                  \u003c\/li\u003e\n                  \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n                    \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n                  \u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBody15');\n      const links = {\n        'pane-size-15': document.getElementById('link-size-15'),\n        'pane-promise-15': document.getElementById('link-promise-15')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-15'));\n      observer.observe(document.getElementById('pane-promise-15'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50745562693927,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T163050.053.png?v=1787211057"},{"product_id":"chain-bracelet-b9","title":"chain bracelet (B9)","description":"\u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item-h40 {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-h40 {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger-h40 {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger-h40:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-h40 {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle-h40::before, .wanna-icon-toggle-h40::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle-h40::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-h40::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-h40 {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer-h40 \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-h40 {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-block-answer-inner-h40 {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 .wanna-icon-toggle-h40::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 .wanna-icon-toggle-h40::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-h40 {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-1-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-2-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-h40:checked + .wanna-block-trigger-h40 + .wanna-block-answer-h40 .wanna-feat-box-3-h40 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-h40 {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-h40 {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-h40 {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link-h40.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-h40 {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-h40::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-h40 { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-h40 {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table-h40, .wanna-clean-table-h40 tr, .wanna-clean-table-h40 td {\n      border: none !important; border-collapse: collapse !important;\n    }\n\u003c\/style\u003e\n\n\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.9; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\n  \u003c!-- Accordion 1: 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-feat-h40\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-feat-h40\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003c!-- 仕様 01 --\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-1-h40\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e シンプルの中の美しさ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e幅2.0mm of シンプルなデザイン性。その中に太陽の光をきれいに反射するSilver本来の美しさを演出。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003c!-- 仕様 02 --\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-2-h40\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003c!-- 仕様 03 --\u003e\n          \u003cdiv class=\"wanna-feat-box-h40 wanna-feat-box-3-h40\" style=\"margin-bottom: 5px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 適用性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 2: サイズ・着用感 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-details-h40\" class=\"wanna-block-logic-h40\"\u003e \n    \u003clabel for=\"wanna-block-details-h40\" class=\"wanna-block-trigger-h40\"\u003e \u003cspan\u003eサイズ・着用感\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-h40\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n          \u003cdiv class=\"wanna-slide-container-h40\"\u003e\n            \u003cdiv class=\"inner-tabs-header-h40\"\u003e\n              \u003ca style=\"margin-left: 16px;\" id=\"link-size-h40\" class=\"inner-tab-link-h40 wanna-active\" href=\"#pane-size-h40\"\u003eサイズ仕様\u003c\/a\u003e \n              \u003ca style=\"margin-right: 16px;\" id=\"link-image-h40\" class=\"inner-tab-link-h40\" href=\"#pane-image-h40\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"wannaSlideBodyH40\" class=\"inner-tabs-body-h40\"\u003e\n              \n              \u003c!-- Pane: Size Spec（左側タブ） --\u003e\n              \u003cdiv class=\"inner-tab-pane-h40\" id=\"pane-size-h40\"\u003e\n                \u003ctable class=\"wanna-clean-table-h40\" style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e18cm \/ 19cm \/ 20cm \/ 21cm （チェーン幅：2.0mm）\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        Silver925\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003c!-- Pane: Size Image（右側タブ） --\u003e\n              \u003cdiv id=\"pane-image-h40\" class=\"inner-tab-pane-h40\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \n                  \u003c!-- 各サイズの特徴 --\u003e\n                  \u003cdiv style=\"margin-bottom: 20px;\"\u003e\n                    \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1em;\"\u003e● おすすめの着用バランス\u003c\/p\u003e\n                    \u003cp style=\"margin: 0 0 14px; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8;\"\u003e\n                      ・\u003cstrong\u003eピッタリめ：\u003c\/strong\u003e 手首周り ＋ 1.0cm 〜 2.0cm\u003cbr\u003e\n                      ・\u003cstrong\u003eゆったりめ：\u003c\/strong\u003e 手首周り ＋ 2.5cm 〜 4.0cm\n                    \u003c\/p\u003e\n                    \u003cp style=\"margin: 0; padding-left: 4px; color: #1a1a1a; font-size: 11px; font-weight: bold; letter-spacing: 0.05em;\"\u003e\n                      \" 男性が選ぶ平均サイズは 19cm です \"\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                  \u003c!-- 手首サイズの簡易計測・シミュレーション --\u003e\n                  \u003cdiv style=\"padding: 16px 15px; background: #fcfcfc; border: 1px solid #f2f2f2; font-size: 11px; color: #555; line-height: 1.8; border-top: 1px dashed #e5e5e5;\"\u003e\n                    \u003cp style=\"margin: 0 0 10px; font-size: 11px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.05em;\"\u003e📏手首サイズ予測\u003c\/p\u003e\n                    \u003cp style=\"margin: 0 0 12px; color: #666;\"\u003eご自身の【身長】と【体重】から、おおよその平均的な手首実寸を割り出すことができます。\u003c\/p\u003e\n                    \n                    \u003c!-- 数式エリア --\u003e\n                    \u003cdiv style=\"background: #ffffff; border: 1px solid #eaeaea; padding: 10px; text-align: center; font-family: 'Gill Sans', sans-serif; font-size: 11px; color: #222; margin-bottom: 12px; letter-spacing: 0.08em;\"\u003e\n                      \u003cspan style=\"font-weight: bold; font-size: 13px;\"\u003e-\u003c\/span\u003e0.02×身長＋0.09×体重＋13.78＝\u003cspan style=\"font-weight: bold; color: #1a1a1a;\"\u003e手首実寸の目安\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003cp style=\"margin: 0; font-size: 10px; color: #888; line-height: 1.7;\"\u003e\n                      例）身長170cm \/ 体重65kg の場合\u003cbr\u003e\n                      \u003cspan style=\"font-family: 'Gill Sans', sans-serif;\"\u003e\n                        \u003cspan style=\"font-weight: bold;\"\u003e−\u003c\/span\u003e0.02 × 170 ＋ 0.09 × 65 ＋ 13.78 ＝ \u003cstrong\u003e約16.9cm\u003c\/strong\u003e\n                      \u003c\/span\u003e\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 3: 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-h40\" class=\"wanna-block-logic-h40\"\u003e\n    \u003clabel for=\"wanna-block-promise-h40\" class=\"wanna-block-trigger-h40\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 4: お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-care-h40\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-care-h40\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h40\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h40\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- タブ連動スクリプト --\u003e\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyH40');\n      const links = {\n        'pane-size-h40': document.getElementById('link-size-h40'),\n        'pane-image-h40': document.getElementById('link-image-h40')\n      };\n      \n      \/\/ クリック時にスムーズスクロール\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n      \n      \/\/ スクロール位置を検知してクラスを変更\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) {\n              links[entry.target.id].classList.add('wanna-active');\n            }\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n      \n      observer.observe(document.getElementById('pane-size-h40'));\n      observer.observe(document.getElementById('pane-image-h40'));\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"18cm","offer_id":50948729995559,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"19cm","offer_id":50948730028327,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"20cm","offer_id":50948730061095,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"21cm","offer_id":50948730093863,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T162132.797.png?v=1787210519"},{"product_id":"twist-necklace-n3","title":"twist necklace (N3)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important;\n      height: 0 !important;\n      margin: 0 !important;\n      padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* CSS Gridによるスライドアニメーション *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* コンテンツの下から上へのフェードイン *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉制御 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素のフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* スライダー \u0026 タブレイアウト *\/\n    .wanna-slide-container {\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n    \n    .inner-tabs-header {\n      display: flex;\n      border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1;\n      text-decoration: none;\n      text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      color: #999;\n      cursor: pointer;\n      transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none;\n      -webkit-tap-highlight-color: transparent;\n    }\n    \n    .inner-tabs-body {\n      display: flex;\n      overflow-x: auto;\n      scroll-behavior: smooth;\n      scroll-snap-type: x mandatory;\n      -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    \n    .inner-tab-pane {\n      width: 100%;\n      flex-shrink: 0;\n      scroll-snap-align: start;\n      box-sizing: border-box;\n      padding: 26px 12px 10px 12px !important;\n    }\n\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important;\n      font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important;\n      border-collapse: collapse !important;\n    }\n\n    \/* 外部リンク用CTA（黒ボタン） *\/\n    .wanna-btn-link {\n      display: block;\n      width: 100%;\n      max-width: 280px;\n      margin: 20px auto 0;\n      padding: 14px 0;\n      text-align: center;\n      text-decoration: none;\n      font-size: 11px;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      letter-spacing: 0.15em;\n      transition: all 0.4s ease;\n      font-weight: 400;\n      cursor: pointer;\n      box-sizing: border-box;\n      background-color: #1a1a1a;\n      color: #fff !important;\n      border: 1px solid #1a1a1a;\n    }\n    .wanna-btn-link:hover {\n      background-color: #444;\n      letter-spacing: 0.2em;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 洗礼された、存在感\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルの中に圧倒的な存在感を演出するツイストネックレス。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添います。\u003cbr\u003e（金属アレルギー対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 失敗しない美しさ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eどんなファッションにも自然と馴染む。シンプルな輝きとデザインは、万人受けし、日常に溶け込み続けます。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・着用感 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#pane-size-un\" class=\"inner-tab-link wanna-active\" id=\"link-size-un\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-un\" class=\"inner-tab-link\" id=\"link-image-un\" style=\"margin-right: 16px;\"\u003e魅力解説\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyUn\"\u003e\n              \u003cdiv id=\"pane-size-un\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e45cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途 200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \u003cdiv id=\"pane-image-un\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cp style=\"margin-bottom: 6px; color: #1a1a1a; font-weight: 600;\"\u003e身に付ける「自信」の正体。\u003c\/p\u003e\n                  \u003cp style=\"margin-bottom: 20px; color: #666; font-size: 12px; line-height: 1.8;\"\u003eN3には、「本当に良いものを、ずっと大切に使い続けたい」という想いと、身に付ける自信を叶える一本です。\u003c\/p\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/ChatGPT_Image_2026_8_11_07_15_06.png?v=1786400130\" alt=\"魅力解説\" style=\"width: 100%; max-width: 100%; height: auto; display: block; margin-top: 4px; margin-bottom: 20px; border: 1px solid #f2f2f2;\"\u003e\n                  \u003ca href=\"https:\/\/wanna-official.com\/blogs\/news\/twist-necklace-n3-silver925\" class=\"wanna-btn-link\"\u003eVIEW MORE\u003c\/a\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルに対応。(受取後5日以内のご連絡。)\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyUn');\n      const linkSize = document.getElementById('link-size-un');\n      const linkImage = document.getElementById('link-image-un');\n      const paneSize = document.getElementById('pane-size-un');\n      const paneImage = document.getElementById('pane-image-un');\n\n      if (!sliderBody) return;\n\n      const links = [\n        { btn: linkSize, pane: paneSize },\n        { btn: linkImage, pane: paneImage }\n      ];\n\n      links.forEach(item =\u003e {\n        if (!item.btn) return;\n        item.btn.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if (targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            if (entry.target.id === 'pane-size-un' \u0026\u0026 linkSize \u0026\u0026 linkImage) {\n              linkSize.classList.add('wanna-active');\n              linkImage.classList.remove('wanna-active');\n            } else if (entry.target.id === 'pane-image-un' \u0026\u0026 linkSize \u0026\u0026 linkImage) {\n              linkImage.classList.add('wanna-active');\n              linkSize.classList.remove('wanna-active');\n            }\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      if (paneSize) observer.observe(paneSize);\n      if (paneImage) observer.observe(paneImage);\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":51055346254119,"sku":null,"price":13000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/47665FBE-235F-42DD-AF36-0EF3F1042F89.jpg?v=1774677439"},{"product_id":"horse-necklace-n6","title":"horse necklace (N6)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: all 0.4s;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* スライドアニメーション *\/\n    .wanna-block-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n    }\n\n    \/* 開閉時のアイコン変化 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle {\n      transform: rotate(135deg);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before,\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      background-color: #a0a0a0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      max-height: 2000px;\n    }\n\n    \/* フェードインアニメーション *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateX(20px);\n      transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.1s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.6s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateX(0); transition-delay: 1.1s;\n    }\n\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-v7\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat-v7\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 幸運を感じる、デザイン性\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e伝統的なホースシュー（馬蹄）モチーフに、滑らかな曲線を演出。計算された立体感が光を複雑に捉え、胸元に確かな存在感を放ちます。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e アジャスター設計\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e46cmの標準チェーンに6cmのアジャスターをプラス。スタイルやその日のトップスに合わせて長さを自在に変えられる、日常使いに寄り添った設計です。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details-v7\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details-v7\"\u003e\n      \u003cspan\u003eサイズ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 25px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 12px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n              \u003ctd style=\"padding: 12px 0; vertical-align: top;\"\u003e\n                チェーン：46cm ＋ 6cm（アジャスター）\u003cbr\u003e\n                \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px;\"\u003eスタイルやトップスに合わせて柔軟に長さを調整できる、使い勝手の良い設計。\u003c\/span\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 12px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n              \u003ctd style=\"padding: 12px 0; vertical-align: top;\"\u003eSilver 925\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd style=\"padding: 12px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n              \u003ctd style=\"padding: 12px 0; vertical-align: top;\"\u003e\n                ジュエリークロス \/ ショップカード\u003cbr\u003e\n                \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/span\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-v7\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise-v7\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n          \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のイメージ違いや不具合に対応。(受取後5日以内のご連絡。)\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ感やスタイリングのご相談に直接お答えします。\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care-v7\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care-v7\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003eご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":51055373156647,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/05F0B0B6-321F-414E-812C-E901481003F6.jpg?v=1772683765"},{"product_id":"chain-necklace-n9","title":"chain necklace (N9)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 子要素（01\/ 02\/ 03\/ 等）の段階的フェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n\n    \/* 外部リンクボタン（CTA） *\/\n    .wanna-btn-link {\n      display: block;\n      width: 100%;\n      max-width: 280px;\n      margin: 24px auto 10px;\n      padding: 14px 0;\n      text-align: center;\n      text-decoration: none;\n      font-size: 11px;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      letter-spacing: 0.15em;\n      transition: all 0.4s ease;\n      font-weight: 400;\n      box-sizing: border-box;\n      background-color: #1a1a1a;\n      color: #fff !important;\n      border: 1px solid #1a1a1a;\n    }\n    .wanna-btn-link:hover {\n      background-color: #444;\n      letter-spacing: 0.2em;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 上品なシンプルさ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e太陽の光をきれいに反射。細身の中にある、上品な輝きを放ち、一目置かれる存在感を演出。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 「ねじり」というデザイン\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e真っすぐのネックレスには演出できない、独自性を実現。「Silver925素材×ねじりの技術」\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- サイズ・着用感（タブ・スライダー構造） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#pane-size-cut\" class=\"inner-tab-link wanna-active\" id=\"link-size-cut\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-cut\" class=\"inner-tab-link\" id=\"link-image-cut\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyCut\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-cut\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e40cm \/ 45cm \/ 50cm ｜ 幅 2.4mm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途 200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \u003c!-- タブ2: サイズイメージ --\u003e\n              \u003cdiv id=\"pane-image-cut\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/353C6F5E-16A6-4DF0-B8B0-47BB1AF89666.jpg?v=1773263968\" alt=\"サイズ感のイメージ\" style=\"width: 100%; max-width: 100%; height: auto; display: block; margin-top: 4px; margin-bottom: 20px;\"\u003e\n                  \u003cdiv style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 2.1; letter-spacing: 0.06em;\"\u003e\n                    \u003cp style=\"margin-bottom: 10px; color: #1a1a1a; font-weight: 500;\"\u003e男性の平均は45cmもしくは50cmになっております。\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e首元をスッキリと見せたい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e45cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e服の上から余裕を持って着用したい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e50cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 統一の美しさ --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-matching\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-matching\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e統一の美しさ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\" style=\"padding-top: 15px; padding-bottom: 30px;\"\u003e\n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-1\" style=\"margin-bottom: 20px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003eセットで魅せる、洗練の手元\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e共通の美しいデザインコードを持つ「Chain Bracelet B-14」。首元と手元の統一感が、全体のスタイリングをより一層ドラマチックに引き立てます。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cdiv style=\"margin: 20px auto; width: 100%;\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/3_1_eecefa58-b774-40be-8e95-1f52df546f7e.jpg?v=1781829891\" alt=\"Chain Bracelet B-14\" style=\"width: 100%; height: auto; display: block; box-sizing: border-box;\"\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"https:\/\/wanna-official.com\/products\/chain-bracelet-b-14\" class=\"wanna-btn-link\"\u003eVIEW PRODUCT\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyCut');\n      const links = {\n        'pane-size-cut': document.getElementById('link-size-cut'),\n        'pane-image-cut': document.getElementById('link-image-cut')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-cut'));\n      observer.observe(document.getElementById('pane-image-cut'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"40cm","offer_id":51208726774055,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"45cm","offer_id":51208726806823,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":51208726839591,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/B6704F35-96F6-42B8-B71B-0B8A0F138C7F.jpg?v=1774675946"},{"product_id":"thin-necklace-n12","title":"thin necklace (N12)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e デザインの安心感\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルなチェーンデザインが、男らしい力強さと品格を演出します。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 適用性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 10px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 確かな品質\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。使い込むほどに手首に馴染み、寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- サイズ・着用感（タブ・スライダー構造） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#pane-size-cut\" class=\"inner-tab-link wanna-active\" id=\"link-size-cut\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-cut\" class=\"inner-tab-link\" id=\"link-image-cut\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyCut\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-cut\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e45cm \/ 50cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途 200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \u003c!-- タブ2: サイズイメージ --\u003e\n              \u003cdiv id=\"pane-image-cut\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/353C6F5E-16A6-4DF0-B8B0-47BB1AF89666.jpg?v=1773263968\" alt=\"サイズ感のイメージ\" style=\"width: 100%; max-width: 100%; height: auto; display: block; margin-top: 4px; margin-bottom: 20px;\"\u003e\n                  \u003cdiv style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 2.1; letter-spacing: 0.06em;\"\u003e\n                    \u003cp style=\"margin-bottom: 10px; color: #1a1a1a; font-weight: 500;\"\u003e男性の平均は45cmもしくは50cmになっております。\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e首元をスッキリと見せたい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e45cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e服の上から余裕を持って着用したい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e50cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyCut');\n      const links = {\n        'pane-size-cut': document.getElementById('link-size-cut'),\n        'pane-image-cut': document.getElementById('link-image-cut')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-cut'));\n      observer.observe(document.getElementById('pane-image-cut'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"45cm","offer_id":51208727789863,"sku":null,"price":17000.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":51208727822631,"sku":null,"price":17000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/FEECD839-2F6A-4047-8496-4DFE17082C52.jpg?v=1774675946"},{"product_id":"anchor-chain-necklace-n10","title":"anchor chain necklace (N10)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-anchor\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat-anchor\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e デザイン性と存在感\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e光を受けるたびに表情を変えるアンカーチェーン。クラシックなリンク構造が、シルバーの輝きをより一層引き立てます。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 馴染むシンプルさ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eTシャツはもちろん、シャツやニットにも自然に合わせられる汎用性。オンオフ問わず、毎日使えるデイリーネックレスです。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e Silver925素材\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e純度92.5%の純銀を使用。肌なじみがよく、日常のアクセントとして快適にお使いいただけます。（金属アレルギーにも対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・着用感（横スライドタブ仕様） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details-anchor\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details-anchor\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#pane-size-anchor\" class=\"inner-tab-link wanna-active\" id=\"link-size-anchor\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-anchor\" class=\"inner-tab-link\" id=\"link-image-anchor\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyAnchor\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-anchor\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e40cm \/ 45cm \/ 50cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途 200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n\n              \u003c!-- タブ2: サイズイメージ --\u003e\n              \u003cdiv id=\"pane-image-anchor\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/353C6F5E-16A6-4DF0-B8B0-47BB1AF89666.jpg?v=1773263968\" alt=\"サイズ感のイメージ\" style=\"width: 100%; max-width: 100%; height: auto; display: block; margin-top: 4px; margin-bottom: 20px; border: 1px solid #f2f2f2;\"\u003e\n                  \u003cdiv style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 2.1; letter-spacing: 0.06em;\"\u003e\n                    \u003cp style=\"margin-bottom: 10px; color: #1a1a1a; font-weight: 500;\"\u003e男性の平均は45cmもしくは50cmになっております。\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e首元をスッキリと見せたい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e45cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e服の上から余裕を持って着用したい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e50cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-anchor\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise-anchor\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care-anchor\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care-anchor\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyAnchor');\n      const links = {\n        'pane-size-anchor': document.getElementById('link-size-anchor'),\n        'pane-image-anchor': document.getElementById('link-image-anchor')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-anchor'));\n      observer.observe(document.getElementById('pane-image-anchor'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"40cm","offer_id":51391440781607,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"45cm","offer_id":51391440814375,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":51391440847143,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/EE4A926C-911B-4805-B130-0FCE7F2EFC5D.jpg?v=1779174731"},{"product_id":"chain-necklace-n11","title":"chain necklace (N11)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item-v4 {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-v4 {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger-v4 {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger-v4:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-v4 {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle-v4::before, .wanna-icon-toggle-v4::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle-v4::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-v4::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-v4 {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer-v4 \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-v4 {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic-v4:checked + .wanna-block-trigger-v4 + .wanna-block-answer-v4 {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-v4:checked + .wanna-block-trigger-v4 + .wanna-block-answer-v4 .wanna-block-answer-inner-v4 {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic-v4:checked + .wanna-block-trigger-v4 .wanna-icon-toggle-v4::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-v4:checked + .wanna-block-trigger-v4 .wanna-icon-toggle-v4::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-v4 {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic-v4:checked + .wanna-block-trigger-v4 + .wanna-block-answer-v4 .wanna-feat-box-1-v4 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-v4:checked + .wanna-block-trigger-v4 + .wanna-block-answer-v4 .wanna-feat-box-2-v4 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-v4:checked + .wanna-block-trigger-v4 + .wanna-block-answer-v4 .wanna-feat-box-3-v4 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-v4 {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-v4 {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-v4 {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link-v4.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-v4 {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-v4::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-v4 { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-v4 {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table-v4, .wanna-clean-table-v4 tr, .wanna-clean-table-v4 td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item-v4\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-v4\" class=\"wanna-block-logic-v4\"\u003e\n    \u003clabel for=\"wanna-block-feat-v4\" class=\"wanna-block-trigger-v4\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v4\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v4\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-v4\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-v4 wanna-feat-box-1-v4\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e デザインの安心感\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルなチェーンデザインが、男らしい力強さと品格を演出します。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-v4 wanna-feat-box-2-v4\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 適用性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box-v4 wanna-feat-box-3-v4\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 確かな品質\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。使い込むほどに手首に馴染み、寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・着用感（横スライドタブ仕様） --\u003e\n  \u003cdiv class=\"wanna-block-item-v4\"\u003e\n    \u003cinput class=\"wanna-block-logic-v4\" id=\"wanna-block-details-v4\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-v4\" for=\"wanna-block-details-v4\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v4\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v4\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner-v4\"\u003e\n          \u003cdiv class=\"wanna-slide-container-v4\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header-v4\"\u003e\n              \u003ca href=\"#pane-size-v4\" class=\"inner-tab-link-v4 wanna-active\" id=\"link-size-v4\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-v4\" class=\"inner-tab-link-v4\" id=\"link-image-v4\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"inner-tabs-body-v4\" id=\"wannaSlideBodyV4\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-v4\" class=\"inner-tab-pane-v4\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table-v4\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e40cm \/ 45cm \/ 50cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途 200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n\n              \u003c!-- タブ2: サイズイメージ --\u003e\n              \u003cdiv id=\"pane-image-v4\" class=\"inner-tab-pane-v4\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/353C6F5E-16A6-4DF0-B8B0-47BB1AF89666.jpg?v=1773263968\" alt=\"サイズ感のイメージ\" style=\"width: 100%; max-width: 100%; height: auto; display: block; margin-top: 4px; margin-bottom: 20px; border: 1px solid #f2f2f2;\"\u003e\n                  \u003cdiv style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 2.1; letter-spacing: 0.06em;\"\u003e\n                    \u003cp style=\"margin-bottom: 10px; color: #1a1a1a; font-weight: 500;\"\u003e男性の平均は45cmもしくは50cmになっております。\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e首元をスッキリと見せたい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e45cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e服の上から余裕を持って着用したい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e50cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item-v4\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-v4\" class=\"wanna-block-logic-v4\"\u003e\n    \u003clabel for=\"wanna-block-promise-v4\" class=\"wanna-block-trigger-v4\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v4\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v4\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-v4\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item-v4\"\u003e\n    \u003cinput class=\"wanna-block-logic-v4\" id=\"wanna-block-care-v4\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-v4\" for=\"wanna-block-care-v4\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v4\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v4\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-v4\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyV4');\n      const links = {\n        'pane-size-v4': document.getElementById('link-size-v4'),\n        'pane-image-v4': document.getElementById('link-image-v4')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-v4'));\n      observer.observe(document.getElementById('pane-image-v4'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"40cm","offer_id":51391445926183,"sku":null,"price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"45cm","offer_id":51391445958951,"sku":null,"price":15000.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":51391445991719,"sku":null,"price":15000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/5DB3CE19-D159-41DA-ACE7-EA2C96FF6DA6.jpg?v=1779174768"},{"product_id":"chain-necklace-n19","title":"chain necklace (N19)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-v2\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat-v2\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e デザインの安心感\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルなチェーンデザインが、男らしい力強さと品格を演出します。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 適用性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 確かな品\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。使い込むほどに手首に馴染み、寄り添い続けます。（金属アレルギーにも対応）\n\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・着用感（横スライドタブ仕様） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details-v2\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details-v2\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#pane-size-v2\" class=\"inner-tab-link wanna-active\" id=\"link-size-v2\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-v2\" class=\"inner-tab-link\" id=\"link-image-v2\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyV2\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-v2\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e40cm \/ 45cm \/ 50cm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途 200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n\n              \u003c!-- タブ2: サイズイメージ --\u003e\n              \u003cdiv id=\"pane-image-v2\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/353C6F5E-16A6-4DF0-B8B0-47BB1AF89666.jpg?v=1773263968\" alt=\"サイズ感のイメージ\" style=\"width: 100%; max-width: 100%; height: auto; display: block; margin-top: 4px; margin-bottom: 20px; border: 1px solid #f2f2f2;\"\u003e\n                  \u003cdiv style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 2.1; letter-spacing: 0.06em;\"\u003e\n                    \u003cp style=\"margin-bottom: 10px; color: #1a1a1a; font-weight: 500;\"\u003e男性の平均サイズは45cmまたは50cmです。\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e・首元をスッキリ見せたい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 600;\"\u003e45cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp style=\"margin: 0;\"\u003e・服の上から余裕を持って着用したい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 600;\"\u003e50cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-v2\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise-v2\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care-v2\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care-v2\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyV2');\n      const links = {\n        'pane-size-v2': document.getElementById('link-size-v2'),\n        'pane-image-v2': document.getElementById('link-image-v2')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-v2'));\n      observer.observe(document.getElementById('pane-image-v2'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"40cm","offer_id":51391453987111,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"45cm","offer_id":51391454019879,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":51391454052647,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/0146F3C6-78EE-486E-AA13-59281413F2D0.jpg?v=1779174880"},{"product_id":"u-shaped-bracelet-b4","title":"U shaped bracelet (B4)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* CSS Gridによるスライドアニメーション *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* コンテンツのフェードイン（下から上へ） *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 商品仕様等のボックスアニメーション（下から上へ） *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* スライダー ＆ タブレイアウト *\/\n    .wanna-slide-container {\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n    \n    .inner-tabs-header {\n      display: flex;\n      border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1;\n      text-decoration: none;\n      text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      color: #999;\n      cursor: pointer;\n      transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none;\n      -webkit-tap-highlight-color: transparent;\n    }\n    \n    .inner-tabs-body {\n      display: flex;\n      overflow-x: auto;\n      scroll-behavior: smooth;\n      scroll-snap-type: x mandatory;\n      -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    \n    .inner-tab-pane {\n      width: 100%;\n      flex-shrink: 0;\n      scroll-snap-align: start;\n      box-sizing: border-box;\n      padding: 26px 12px 10px 12px !important;\n    }\n\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important;\n      font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important;\n      border-collapse: collapse !important;\n    }\n\n    \/* 外部リンクボタン（CTA） *\/\n    .wanna-btn-link {\n      display: block;\n      width: 100%;\n      max-width: 280px;\n      margin: 20px auto 0;\n      padding: 14px 0;\n      text-align: center;\n      text-decoration: none;\n      font-size: 11px;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      letter-spacing: 0.15em;\n      transition: all 0.4s ease;\n      font-weight: 400;\n      box-sizing: border-box;\n      background-color: #1a1a1a;\n      color: #fff !important;\n      border: 1px solid #1a1a1a;\n    }\n    .wanna-btn-link:hover {\n      background-color: #444;\n      letter-spacing: 0.2em;\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e オシャレな高級感\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eU字型のデザインが重なったブレスレット。上品な輝きを放ち、理想のスタイルへ。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。\u003cbr\u003e（金属アレルギー対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 存在感と差別化\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e一目見たときに視線が止まる。そんな存在感を演出。身に付けたときの「自信」と「憧れ」をあなたに。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#wanna-pane-size\" class=\"inner-tab-link wanna-active\" id=\"wanna-link-size\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#wanna-pane-promise\" class=\"inner-tab-link\" id=\"wanna-link-promise\" style=\"margin-right: 16px;\"\u003e安心保証\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBody\"\u003e\n              \u003cdiv id=\"wanna-pane-size\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 28%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e全長 18cm（幅 5mm）\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888; display: inline-block; margin-top: 4px;\"\u003e手首周り14.0cm～16.5cmに対応\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード(別途 200円)\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003cdiv id=\"wanna-pane-promise\" class=\"inner-tab-pane\"\u003e\n                \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n                    \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n                  \u003c\/li\u003e\n                  \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n                    \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材を使用。\n                  \u003c\/li\u003e\n                  \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n                    \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eオペレーターが直接サイズ選びやスタイルをサポート。\n                  \u003c\/li\u003e\n                \u003c\/ul\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-matching\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-matching\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e統一の美しさ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\" style=\"padding-top: 15px; padding-bottom: 30px;\"\u003e\n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-1\" style=\"margin-bottom: 20px;\"\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e共通のデザインを持つ「U-shaped Necklace N1」。手元と首元の美しい統一感が、全体のスタイリングをより一層ドラマチックに引き立てます。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cdiv style=\"margin: 20px auto; width: 100%; text-align: center;\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/1595F92A-C9FE-4744-98CC-BEF07080ED2F.jpg?v=1779174685\" alt=\"U-shaped Necklace N1\" style=\"width: 100%; height: auto; display: block; border: 1px solid #f2f2f2; box-sizing: border-box;\"\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"https:\/\/wanna-official.com\/products\/u-shaped-necklace-n1\" class=\"wanna-btn-link\"\u003eVIEW PRODUCT\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。 \u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const wannaLinkSize = document.getElementById('wanna-link-size');\n      const wannaLinkPromise = document.getElementById('wanna-link-promise');\n      const wannaPaneSize = document.getElementById('wanna-pane-size');\n      const wannaPanePromise = document.getElementById('wanna-pane-promise');\n      const wannaSliderBody = document.getElementById('wannaSlideBody');\n\n      if (!wannaSliderBody) return;\n\n      const wannaTabLinks = [wannaLinkSize, wannaLinkPromise];\n      wannaTabLinks.forEach(link =\u003e {\n        if (!link) return;\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href');\n          const targetPane = document.querySelector(targetId);\n          if(targetPane) {\n            wannaSliderBody.scrollTo({\n              left: targetPane.offsetLeft,\n              behavior: 'smooth'\n            });\n          }\n        });\n      });\n\n      const wannaObserverOptions = {\n        root: wannaSliderBody,\n        threshold: 0.6\n      };\n\n      const wannaObserver = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting) {\n            if (entry.target.id === 'wanna-pane-size' \u0026\u0026 wannaLinkSize \u0026\u0026 wannaLinkPromise) {\n              wannaLinkSize.classList.add('wanna-active');\n              wannaLinkPromise.classList.remove('wanna-active');\n            } else if (entry.target.id === 'wanna-pane-promise' \u0026\u0026 wannaLinkSize \u0026\u0026 wannaLinkPromise) {\n              wannaLinkPromise.classList.add('wanna-active');\n              wannaLinkSize.classList.remove('wanna-active');\n            }\n          }\n        });\n      }, wannaObserverOptions);\n\n      if (wannaPaneSize) wannaObserver.observe(wannaPaneSize);\n      if (wannaPanePromise) wannaObserver.observe(wannaPanePromise);\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna","offers":[{"title":"Default Title","offer_id":51518976590119,"sku":null,"price":19000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T154932.224.png?v=1787208733"},{"product_id":"chain-bracelet-b-14","title":"chain bracelet (B14)","description":"\u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      \/* アコーディオンが開く速度（0.7秒でゆっくり展開） *\/\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      \/* 初期位置を下へ15pxずらしておく *\/\n      transform: translateY(15px);\n      \/* 閉じる時のアニメーション *\/\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      \/* 開く時は少し遅れて滑らかに持ち上がるように調整 *\/\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」およびコンテンツ内の要素（01\/ 02\/ 03\/など）の順番フェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n\n    \/* 外部リンク用CTA（黒ボタン） *\/\n    .wanna-btn-link {\n      display: block;\n      width: 100%;\n      max-width: 280px;\n      margin: 20px auto 0;\n      padding: 14px 0;\n      text-align: center;\n      text-decoration: none;\n      font-size: 11px;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      letter-spacing: 0.15em;\n      transition: all 0.4s ease;\n      font-weight: 400;\n      cursor: pointer;\n      box-sizing: border-box;\n      background-color: #1a1a1a;\n      color: #fff !important;\n      border: 1px solid #1a1a1a;\n    }\n    .wanna-btn-link:hover {\n      background-color: #444;\n      letter-spacing: 0.2em;\n    }\n\u003c\/style\u003e\n\n\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003c!-- Accordion 1: 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-feat\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-feat\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-1\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e シンプルの中の美しさ\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e幅2.4mmのシンプルなデザイン性。その中に太陽の光をきれいに反射するSilver本来の美しさを演出。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-2\" style=\"margin-bottom: 35px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 「ねじり」というデザイン\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e真っすぐのブレスレットには演出できない、独自性を実現。「Silver925素材×ねじりの技術」\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-3\" style=\"margin-bottom: 5px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 調和性\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルの極みは100%の馴染みやすさ。B14はどのファッションにも協力してくれるような調和性を演出しております。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 2: サイズ・着用感 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-details\" class=\"wanna-block-logic\"\u003e \n    \u003clabel for=\"wanna-block-details\" class=\"wanna-block-trigger\"\u003e \u003cspan\u003eサイズ・着用感\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca style=\"margin-left: 16px;\" id=\"link-size-24\" class=\"inner-tab-link wanna-active\" href=\"#pane-size-24\"\u003eサイズ仕様\u003c\/a\u003e \n              \u003ca style=\"margin-right: 16px;\" id=\"link-image-24\" class=\"inner-tab-link\" href=\"#pane-image-24\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"wannaSlideBody24\" class=\"inner-tabs-body\"\u003e\n              \n              \u003cdiv class=\"inner-tab-pane\" id=\"pane-size-24\"\u003e\n                \u003ctable class=\"wanna-clean-table\" style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e18cm \/ 22cm（チェーン幅：2.4mm）\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003cbr\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード(別途200円)\u003c\/span\u003e\n\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n              \n              \u003cdiv id=\"pane-image-24\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \n                  \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n                    \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em;\"\u003e● 18cm\u003c\/p\u003e\n                    \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      ・標準的な手首周りの方におすすめのサイズです。程よいフィット感で、最も人気のあるサイズです。\u003cbr\u003e\n                      ・手首周りの目安：\u003cstrong\u003e15cm 〜 17cm\u003c\/strong\u003e（男性平均：約16〜17cm）\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                  \u003cdiv style=\"margin-bottom: 26px;\"\u003e\n                    \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em;\"\u003e● 22cm\u003c\/p\u003e\n                    \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                      ・手首が太めの方や、ブレスレットをゆったりめに着用したい方におすすめのサイズです。\u003cbr\u003e\n                      ・手首周りの目安：\u003cstrong\u003e17cm 〜 20cm\u003c\/strong\u003e\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                  \u003cdiv style=\"padding: 16px 15px; background: #fcfcfc; border: 1px solid #f2f2f2; font-size: 11px; color: #555; line-height: 1.8; border-top: 1px dashed #e5e5e5;\"\u003e\n                    \u003cp style=\"margin: 0 0 10px; font-size: 11px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.05em;\"\u003e📏手首サイズ予測\u003c\/p\u003e\n                    \n                    \u003cdiv style=\"background: #ffffff; border: 1px solid #eaeaea; padding: 10px; text-align: center; font-family: 'Gill Sans', sans-serif; font-size: 11px; color: #222; margin-bottom: 12px; letter-spacing: 0.08em;\"\u003e\n                      \u003cspan style=\"font-weight: bold; font-size: 13px;\"\u003e-\u003c\/span\u003e0.02×身長＋0.09×体重＋13.78＝\u003cspan style=\"font-weight: bold; color: #1a1a1a;\"\u003e手首周りの目安\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003cp style=\"margin: 0; font-size: 10px; color: #888; line-height: 1.7;\"\u003e\n                      例）身長170cm \/ 体重65kg の場合\u003cbr\u003e\n                      \u003cspan style=\"font-family: 'Gill Sans', sans-serif;\"\u003e\n                        \u003cspan style=\"font-weight: bold;\"\u003e−\u003c\/span\u003e0.02 × 170 ＋ 0.09 × 65 ＋ 13.78 ＝ \u003cstrong\u003e約16.9cm（目安）\u003c\/strong\u003e\n                      \u003c\/span\u003e\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 3: 統一の美しさ --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-necklace\" class=\"wanna-block-logic\"\u003e \n    \u003clabel for=\"wanna-block-necklace\" class=\"wanna-block-trigger\"\u003e \u003cspan\u003e統一の美しさ\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\" style=\"padding-top: 15px; padding-bottom: 30px;\"\u003e\n          \n          \u003c!-- 説明テキスト --\u003e\n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-1\" style=\"margin-bottom: 15px;\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e同じ美しさを、ネックレスに。\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 5px; padding-left: 4px; letter-spacing: 0.05em;\"\u003e\n              共通のデザイン「Chain Necklace N9」。統一感のあるシンプルな輝きが、あなたのスタイリングをより上品に引き立てます。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- 画像・詳細エリア --\u003e\n          \u003cdiv class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cdiv style=\"margin: 20px auto; width: 100%; max-width: 440px; text-align: center;\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/B6704F35-96F6-42B8-B71B-0B8A0F138C7F.jpg?v=1774675946\" alt=\"Chain Necklace N9\" style=\"width: 100%; height: auto; display: block;\"\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"https:\/\/wanna-official.com\/products\/chain-necklace-n9\" class=\"wanna-btn-link\"\u003eVIEW PRODUCT\u003c\/a\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 4: 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e \n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e \u003cspan\u003e安心保証\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 5: お手入れ --\u003e\n  \u003cdiv class=\"wanna-block-item\" style=\"margin-bottom: 50px;\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-care\" class=\"wanna-block-logic\"\u003e \n    \u003clabel for=\"wanna-block-care\" class=\"wanna-block-trigger\"\u003e \u003cspan\u003eお手入れ\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- JavaScript (Tab Switching) --\u003e\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBody24');\n      const links = {\n        'pane-size-24': document.getElementById('link-size-24'),\n        'pane-image-24': document.getElementById('link-image-24')\n      };\n      \n      \/\/ クリック時にスムーズスクロール\n      Object.values(links).forEach(link =\u003e {\n        if(!link) return;\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane \u0026\u0026 sliderBody) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n      \n      \/\/ スクロール位置を検知してクラスを変更\n      if(sliderBody) {\n        const observer = new IntersectionObserver((entries) =\u003e {\n          entries.forEach(entry =\u003e {\n            if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n              Object.values(links).forEach(l =\u003e l \u0026\u0026 l.classList.remove('wanna-active'));\n              if(links[entry.target.id]) {\n                links[entry.target.id].classList.add('wanna-active');\n              }\n            }\n          });\n        }, { root: sliderBody, threshold: 0.6 });\n        \n        const paneSize = document.getElementById('pane-size-24');\n        const paneImage = document.getElementById('pane-image-24');\n        if(paneSize) observer.observe(paneSize);\n        if(paneImage) observer.observe(paneImage);\n      }\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna","offers":[{"title":"18cm","offer_id":51524581818663,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":true},{"title":"22cm","offer_id":51524581851431,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T160444.839.png?v=1787209520"},{"product_id":"knot-bangle-b24","title":"knot bangle (B24)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: all 0.4s;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* スライドアニメーション *\/\n    .wanna-block-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n    }\n\n    \/* 開閉時のアイコン変化 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle {\n      transform: rotate(135deg);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before,\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      background-color: #a0a0a0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      max-height: 1500px;\n    }\n\n    \/* フェードインアニメーション *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateX(20px);\n      transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.1s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.6s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateX(0); transition-delay: 1.1s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 01. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-knot\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat-knot\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e ノットモチーフが放つ、印象的な存在感\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e結び目をモチーフにしたバングルデザイン。シンプルな中にも確かな存在感を放ち、手首に一点のアクセントを添えます。シンプルなコーディネートにも、デイリーなスタイルにも自然に溶け込む一本です。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e フリーサイズ設計で、妥協なしのフィット感\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eサイズ調節可能なバングル仕様で、幅広い手首サイズに対応。自分の手首にぴったりと寄り添う着け心地を実現します。プレゼントにも最適な、サイズを気にせず贈れる一本です。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e Silver925素材\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e純度92.5%の純銀を使用。Silver925は世界標準のジュエリー素材であり、肌への優しさと透明感のある輝きを兼ね備えています。ノットの立体的なフォルムに銀の光が陰影を成し、手首をより美しく際立てます。使い込むほどに馴染み、経年変化も本物の銀ならではの味わいです。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 02. サイズ・安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details-knot\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details-knot\"\u003e\n      \u003cspan\u003eサイズ・安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cdiv class=\"wanna-slide-container\"\u003e\n          \u003cdiv class=\"inner-tabs-header\"\u003e\n            \u003ca href=\"#pane-size-knot\" class=\"inner-tab-link wanna-active\" id=\"link-size-knot\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n            \u003ca href=\"#pane-promise-knot\" class=\"inner-tab-link\" id=\"link-promise-knot\" style=\"margin-right: 16px;\"\u003e安心保証\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyKnot\"\u003e\n            \u003cdiv id=\"pane-size-knot\" class=\"inner-tab-pane\"\u003e\n              \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; width: 28%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                      フリーサイズ（調節可能）\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003cbr\u003e\n                    \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\n                    \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"pane-promise-knot\" class=\"inner-tab-pane\"\u003e\n              \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n                  \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一の初期不良やトラブルに対応。(受取後5日以内のご連絡。)\n                \u003c\/li\u003e\n                \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n                  \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n                \u003c\/li\u003e\n                \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n                  \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eコーディネートや商品に関するご相談に直接お答えします。\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 03. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care-knot\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care-knot\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003eご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyKnot');\n      const links = {\n        'pane-size-knot': document.getElementById('link-size-knot'),\n        'pane-promise-knot': document.getElementById('link-promise-knot')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-knot'));\n      observer.observe(document.getElementById('pane-promise-knot'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna","offers":[{"title":"Default Title","offer_id":51518992089383,"sku":null,"price":18800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T162719.505.png?v=1787210851"},{"product_id":"thin-bracelet-b23","title":"thin bracelet (B23)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: all 0.4s;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* スライドアニメーション *\/\n    .wanna-block-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n    }\n\n    \/* 開閉時のアイコン変化 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle {\n      transform: rotate(135deg);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before,\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      background-color: #a0a0a0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      max-height: 2000px;\n    }\n\n    \/* フェードインアニメーション *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateX(20px);\n      transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.1s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.6s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateX(0); transition-delay: 1.1s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-brace\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat-brace\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 繊細なラインが生む、上品な存在感\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e主張しすぎず、しかし確かに光を纏う。細く繊細なラインのブレスレットが、手首にさりげない品格を添えます。シンプルだからこそ、どんなスタイルにも自然に溶け込む美しい佇まい。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 重ね付けにも、一本使いにも映える汎用性\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e細身のデザインは、単体での着用はもちろん、時計や他のブレスレットと重ね付けしてもバランスよく調和します。デイリーから少し品を添えたいフォーマルな場面まで、スタイルを問わず寄り添います。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e Silver925の確かな品質\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e純度92.5%の純銀を使用。世界標準の素材であり、肌への優しさと透明感のある輝きを兼ね備えています。繊細なディテールに宿る本物の銀の光が、使い込むほどに手首へ馴染み、美しい経年変化を刻みます。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details-brace\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details-brace\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cdiv class=\"wanna-slide-container\"\u003e\n          \u003cdiv class=\"inner-tabs-header\"\u003e\n            \u003ca href=\"#pane-size-brace\" class=\"inner-tab-link wanna-active\" id=\"link-size-brace\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n            \u003ca href=\"#pane-image-brace\" class=\"inner-tab-link\" id=\"link-image-brace\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyBrace\"\u003e\n            \u003cdiv id=\"pane-size-brace\" class=\"inner-tab-pane\"\u003e\n              \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                      18cm \/ 22cm\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\n                    \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv id=\"pane-image-brace\" class=\"inner-tab-pane\"\u003e\n              \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                \n                \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n                  \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1em;\"\u003e● 18cm\u003c\/p\u003e\n                  \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                    ・標準的な手首周りの方におすすめのサイズです。程よいフィット感で、最も人気のあるサイズです。\u003cbr\u003e\n                    ・手首の実寸目安：\u003cstrong\u003e15cm 〜 17cm\u003c\/strong\u003e（男性平均：約16〜17cm）\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"margin-bottom: 26px;\"\u003e\n                  \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1em;\"\u003e● 22cm\u003c\/p\u003e\n                  \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                    ・手首が太めの方や、ブレスレットをゆったりめに着用したい方におすすめのサイズです。\u003cbr\u003e\n                    ・手首の実寸目安：\u003cstrong\u003e17cm 〜 20cm\u003c\/strong\u003e\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"padding: 16px 15px; background: #fcfcfc; border: 1px solid #f2f2f2; font-size: 11px; color: #555; line-height: 1.8;\"\u003e\n                  \u003cp style=\"margin: 0 0 10px; font-size: 11px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.05em;\"\u003e📏 手首サイズ予測\u003c\/p\u003e\n                  \u003cp style=\"margin: 0 0 12px; color: #666;\"\u003eご自身の【身長】と【体重】から、おおよその平均的な手首実寸を割り出すことができます。\u003c\/p\u003e\n                  \n                  \u003cdiv style=\"background: #ffffff; border: 1px solid #eaeaea; padding: 10px; text-align: center; font-family: 'Gill Sans', sans-serif; font-size: 11px; color: #222; margin-bottom: 12px; letter-spacing: 0.08em;\"\u003e\n                    \u003cspan style=\"font-weight: bold; font-size: 13px;\"\u003e-\u003c\/span\u003e0.02 × 身長 ＋ 0.09 × 体重 ＋ 13.78 ＝ \u003cspan style=\"font-weight: bold; color: #1a1a1a;\"\u003e手首実寸の目安\u003c\/span\u003e\n                  \u003c\/div\u003e\n\n                  \u003cp style=\"margin: 0; font-size: 10px; color: #888; line-height: 1.7;\"\u003e\n                    例）身長170cm \/ 体重65kg の場合\u003cbr\u003e\n                    \u003cspan style=\"font-family: 'Gill Sans', sans-serif;\"\u003e\n                      \u003cspan style=\"font-weight: bold;\"\u003e−\u003c\/span\u003e0.02 × 170 ＋ 0.09 × 65 ＋ 13.78 ＝ \u003cstrong\u003e約16.9cm\u003c\/strong\u003e\n                    \u003c\/span\u003e\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-brace\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise-brace\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n          \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のサイズ不一致やトラブルにも対応しております。(受取後5日以内のご連絡。)\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※ご自宅での試着段階でサイズが合わなかった場合も交換が可能です。\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に、専任のスタイリストが直接お答えします。\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care-brace\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care-brace\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003eご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。大切に手をかけながら、一生モノの風合いへ。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyBrace');\n      const links = {\n        'pane-size-brace': document.getElementById('link-size-brace'),\n        'pane-image-brace': document.getElementById('link-image-brace')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-brace'));\n      observer.observe(document.getElementById('pane-image-brace'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna","offers":[{"title":"18cm","offer_id":51524586832167,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true},{"title":"22cm","offer_id":51524586864935,"sku":null,"price":12000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T160814.633.png?v=1787209751"},{"product_id":"chain-bracelet-b-11","title":"chain bracelet (B11)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: all 0.4s;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* スライドアニメーション *\/\n    .wanna-block-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n    }\n\n    \/* 開閉時のアイコン変化 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle {\n      transform: rotate(135deg);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before,\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      background-color: #a0a0a0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      max-height: 2000px;\n    }\n\n    \/* フェードインアニメーション *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateX(20px);\n      transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.1s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.6s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateX(0); transition-delay: 1.1s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-chain\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat-chain\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e デザイン性\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e細身の中に、差別化を図るデザイン。男の余裕と自信を演出するようなデザイン性。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 本物の輝き\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 適用性\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details-chain\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details-chain\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cdiv class=\"wanna-slide-container\"\u003e\n          \u003cdiv class=\"inner-tabs-header\"\u003e\n            \u003ca href=\"#pane-size-chain\" class=\"inner-tab-link wanna-active\" id=\"link-size-chain\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n            \u003ca href=\"#pane-image-chain\" class=\"inner-tab-link\" id=\"link-image-chain\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyChain\"\u003e\n            \u003cdiv id=\"pane-size-chain\" class=\"inner-tab-pane\"\u003e\n              \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                      18cm \/ 22cm\u003cbr\u003e\n                      \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\n                    \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv id=\"pane-image-chain\" class=\"inner-tab-pane\"\u003e\n              \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                \n                \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n                  \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1%em;\"\u003e● 18cm\u003c\/p\u003e\n                  \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                    ・標準的な手首周りの方におすすめのサイズです。程よいフィット感で、最も人気のあるサイズです。\u003cbr\u003e\n                    ・手首周りの目安：\u003cstrong\u003e15cm 〜 17cm\u003c\/strong\u003e（男性平均：約16〜17cm）\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"margin-bottom: 26px;\"\u003e\n                  \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1%em;\"\u003e● 22cm\u003c\/p\u003e\n                  \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                    ・手首が太めの方や、ブレスレットをゆったりめに着用したい方におすすめのサイズです。\u003cbr\u003e\n                    ・手首周りの目安：\u003cstrong\u003e17cm 〜 20cm\u003c\/strong\u003e\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"padding: 16px 15px; background: #fcfcfc; border: 1px solid #f2f2f2; font-size: 11px; color: #555; line-height: 1.8;\"\u003e\n                  \u003cp style=\"margin: 0 0 10px; font-size: 11px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.05em;\"\u003e📏 手首サイズ予測\u003c\/p\u003e\n                  \u003cp style=\"margin: 0 0 12px; color: #666;\"\u003e\u003c\/p\u003e\n                  \n                  \u003cdiv style=\"background: #ffffff; border: 1px solid #eaeaea; padding: 10px; text-align: center; font-family: 'Gill Sans', sans-serif; font-size: 11px; color: #222; margin-bottom: 12px; letter-spacing: 0.08em;\"\u003e\n                    \u003cspan style=\"font-weight: bold; font-size: 13px;\"\u003e-\u003c\/span\u003e0.02×身長＋0.09×体重＋13.78＝\u003cspan style=\"font-weight: bold; color: #1a1a1a;\"\u003e手首周りの目安\u003c\/span\u003e\n                  \u003c\/div\u003e\n\n                  \u003cp style=\"margin: 0; font-size: 10px; color: #888; line-height: 1.7;\"\u003e\n                    例）身長170cm \/ 体重65kg の場合\u003cbr\u003e\n                    \u003cspan style=\"font-family: 'Gill Sans', sans-serif;\"\u003e\n                      \u003cspan style=\"font-weight: bold;\"\u003e−\u003c\/span\u003e0.02 × 170 ＋ 0.09 × 65 ＋ 13.78 ＝ \u003cstrong\u003e約16.9cm（目安）\u003c\/strong\u003e\n                    \u003c\/span\u003e\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-chain\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise-chain\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n          \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のサイズ不一致やトラブルにも対応しております。(受取後5日以内のご連絡。)\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※ご自宅での試着段階でサイズが合わなかった場合も交換が可能です。\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に、専任のスタイリストが直接お答えします。\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care-chain\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care-chain\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003eご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。大切に手をかけながら、一生モノの風合いへ。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyChain');\n      const links = {\n        'pane-size-chain': document.getElementById('link-size-chain'),\n        'pane-image-chain': document.getElementById('link-image-chain')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-chain'));\n      observer.observe(document.getElementById('pane-image-chain'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna","offers":[{"title":"18cm","offer_id":51524576182567,"sku":null,"price":14000.0,"currency_code":"JPY","in_stock":true},{"title":"22cm","offer_id":51524576215335,"sku":null,"price":14000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T161245.330.png?v=1787209993"},{"product_id":"chain-bracelet-b-8","title":"chain bracelet (B8)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n  \n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* 確実に左上のチェックボックス（四角）を消去する設定 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important;\n      height: 0 !important;\n      margin: 0 !important;\n      padding: 0 !important;\n    }\n\n    \/* 見出し *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: all 0.4s;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* 滑らかなスライドアニメーションの制御 *\/\n    .wanna-block-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n    }\n\n    \/* 開閉時のアクティブ状態 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle {\n      transform: rotate(135deg);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before,\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      background-color: #a0a0a0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      max-height: 2000px;\n    }\n\n    \/* アニメーション *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateX(25px);\n      transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.1s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.6s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateX(0); transition-delay: 1.1s;\n    }\n\n    \/* スライダー ＆ タブレイアウト *\/\n    .wanna-slide-container {\n      display: flex;\n      flex-direction: column;\n      position: relative;\n    }\n    \n    .inner-tabs-header {\n      display: flex;\n      border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1;\n      text-decoration: none;\n      text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px;\n      letter-spacing: 0.15em;\n      color: #999;\n      cursor: pointer;\n      transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none;\n      -webkit-tap-highlight-color: transparent;\n    }\n    \n    .inner-tabs-body {\n      display: flex;\n      overflow-x: auto;\n      scroll-behavior: smooth;\n      scroll-snap-type: x mandatory;\n      -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    \n    .inner-tab-pane {\n      width: 100%;\n      flex-shrink: 0;\n      scroll-snap-align: start;\n      box-sizing: border-box;\n      padding: 26px 12px 10px 12px !important;\n    }\n\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important;\n      font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important;\n      border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e デザインの安心感\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eシンプルなチェーンデザインが、男らしい力強さと品格を演出します。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 適用性\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n          \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 確かな品質\u003c\/p\u003e\n          \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eSilver925素材を使用。使い込むほどに手首に馴染み、寄り添い続けます。（金属アレルギーにも対応）\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n        \n        \u003cdiv class=\"wanna-slide-container\"\u003e\n          \n          \u003cdiv class=\"inner-tabs-header\"\u003e\n            \u003ca href=\"#wanna-pane-size\" class=\"inner-tab-link wanna-active\" id=\"wanna-link-size\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n            \u003ca href=\"#wanna-pane-image\" class=\"inner-tab-link\" id=\"wanna-link-image\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n          \u003c\/div\u003e\n          \n          \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBody\"\u003e\n            \u003cdiv id=\"wanna-pane-size\" class=\"inner-tab-pane\"\u003e\n              \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e18cm \/ 22cm（幅：5.0mm）\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; line-height: 1.6;\"\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                  \u003ctr\u003e\n                    \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                    \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n                  \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv id=\"wanna-pane-image\" class=\"inner-tab-pane\"\u003e\n              \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                \n                \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n                  \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1em;\"\u003e● 18cm\u003c\/p\u003e\n                  \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                    ・標準的な手首周りの方におすすめのサイズです。程よいフィット感で、最も人気のあるサイズです。\u003cbr\u003e\n                    ・手首周りの目安：\u003cstrong\u003e14cm 〜 16cm\u003c\/strong\u003e（男性平均：約16〜17cm）\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"margin-bottom: 26px;\"\u003e\n                  \u003cp style=\"margin: 0 0 6px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1em;\"\u003e● 22cm\u003c\/p\u003e\n                  \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                    ・手首が太めの方や、ブレスレットをゆったりめに着用したい方におすすめのサイズです。\u003cbr\u003e\n                    ・手首周りの目安：\u003cstrong\u003e17cm 〜 20cm\u003c\/strong\u003e\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- ▼ 追加：サイズ感の目安 --\u003e\n                \u003cdiv style=\"margin-bottom: 28px; border-top: 1px dashed #e5e5e5; padding-top: 18px;\"\u003e\n                  \u003cp style=\"margin: 0 0 8px; font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.1em;\"\u003e● サイズ感の目安\u003c\/p\u003e\n                  \u003cp style=\"margin: 0; padding-left: 4px; color: #666; font-size: 11px; line-height: 1.8; letter-spacing: 0.04em;\"\u003e\n                    お好みの着用スタイルに合わせてお選びください。\u003cbr\u003e\n                    ・手首周り ＋ \u003cstrong\u003e2.0cm 〜 3.0cm\u003c\/strong\u003e ： ぴったりめ（ジャストサイズ）\u003cbr\u003e\n                    ・手首周り ＋ \u003cstrong\u003e3.5cm 〜 4.5cm\u003c\/strong\u003e ： ゆったりめ（ルーズフィット）\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003c!-- ▲ 追加ここまで --\u003e\n\n                \u003cdiv style=\"padding: 16px 15px; background: #fcfcfc; border: 1px solid #f2f2f2; font-size: 11px; color: #555; line-height: 1.8;\"\u003e\n                  \u003cp style=\"margin: 0 0 10px; font-size: 11px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.05em;\"\u003e📏 手首サイズ予測\u003c\/p\u003e\n                  \u003cp style=\"margin: 0 0 12px; color: #666;\"\u003e\u003c\/p\u003e\n                  \n                  \u003cdiv style=\"background: #ffffff; border: 1px solid #eaeaea; padding: 10px; text-align: center; font-family: 'Gill Sans', sans-serif; font-size: 11px; color: #222; margin-bottom: 12px; letter-spacing: 0.08em;\"\u003e\n                    \u003cspan style=\"font-weight: bold; font-size: 13px;\"\u003e-\u003c\/span\u003e0.02 × 身長 ＋ 0.09 × 体重 ＋ 13.78 ＝ \u003cspan style=\"font-weight: bold; color: #1a1a1a;\"\u003e手首周りの目安\u003c\/span\u003e\n                  \u003c\/div\u003e\n\n                  \u003cp style=\"margin: 0; font-size: 10px; color: #888; line-height: 1.7;\"\u003e\n                    例）身長170cm \/ 体重65kg の場合\u003cbr\u003e\n                    \u003cspan style=\"font-family: 'Gill Sans', sans-serif;\"\u003e\n                      \u003cspan style=\"font-weight: bold;\"\u003e−\u003c\/span\u003e0.02 × 170 ＋ 0.09 × 65 ＋ 13.78 ＝ \u003cstrong\u003e約16.9cm（目安）\u003c\/strong\u003e\n                    \u003c\/span\u003e\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n          \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のサイズ不一致やトラブルにも対応しております。\u003cspan style=\"font-size: 11px; color: #888;\"\u003e\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用しております。\n          \u003c\/li\u003e\n          \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n            \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    const wannaLinkSize = document.getElementById('wanna-link-size');\n    const wannaLinkImage = document.getElementById('wanna-link-image');\n    const wannaPaneSize = document.getElementById('wanna-pane-size');\n    const wannaPaneImage = document.getElementById('wanna-pane-image');\n    const wannaSliderBody = document.getElementById('wannaSlideBody');\n\n    const wannaTabLinks = [wannaLinkSize, wannaLinkImage];\n    wannaTabLinks.forEach(link =\u003e {\n      link.addEventListener('click', function(e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        const targetPane = document.querySelector(targetId);\n        if(targetPane) {\n          wannaSliderBody.scrollTo({\n            left: targetPane.offsetLeft,\n            behavior: 'smooth'\n          });\n        }\n      });\n    });\n\n    const wannaObserverOptions = {\n      root: wannaSliderBody,\n      threshold: 0.6\n    };\n\n    const wannaObserver = new IntersectionObserver((entries) =\u003e {\n      entries.forEach(entry =\u003e {\n        if (entry.isIntersecting) {\n          if (entry.target.id === 'wanna-pane-size') {\n            wannaLinkSize.classList.add('wanna-active');\n            wannaLinkImage.classList.remove('wanna-active');\n          } else if (entry.target.id === 'wanna-pane-image') {\n            wannaLinkImage.classList.add('wanna-active');\n            wannaLinkSize.classList.remove('wanna-active');\n          }\n        }\n      });\n    }, wannaObserverOptions);\n\n    wannaObserver.observe(wannaPaneSize);\n    wannaObserver.observe(wannaPaneImage);\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna","offers":[{"title":"18cm","offer_id":51524569334055,"sku":null,"price":18000.0,"currency_code":"JPY","in_stock":true},{"title":"22cm","offer_id":51524569366823,"sku":null,"price":18000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T160036.601.png?v=1787209306"},{"product_id":"anchor-ring-r3","title":"anchor ring (R3)","description":"\u003cstyle\u003e     \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: all 0.4s;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* スライドアニメーション *\/\n    .wanna-block-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n    }\n\n    \/* 開閉時のアイコン変化 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle {\n      transform: rotate(135deg);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before,\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      background-color: #a0a0a0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      max-height: 1500px;\n    }\n\n    \/* フェードインアニメーション *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateX(20px);\n      transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.1s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateX(0); transition-delay: 0.6s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateX(0); transition-delay: 1.1s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n\n    \/* 指選択ボタン用スタイル *\/\n    .finger-btn {\n      flex: 1;\n      padding: 10px 0;\n      border: 1px solid #e5e5e5;\n      background: #fff;\n      color: #666;\n      font-size: 11px;\n      cursor: pointer;\n      transition: all 0.2s ease;\n      font-family: inherit;\n      border-radius: 4px;\n    }\n    .finger-btn:hover {\n      border-color: #1890ff;\n      color: #1890ff;\n      background-color: #e6f7ff;\n    }\n    \/* 選択時ボタン色（濃い水色） *\/\n    .finger-btn.active {\n      background: #1890ff;\n      color: #ffffff;\n      border-color: #1890ff;\n      font-weight: 600;\n    }\n  \u003c\/style\u003e\n\n\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\n\u003c!-- 商品仕様 --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"wanna-block-feat\" class=\"wanna-block-logic\"\u003e \u003clabel for=\"wanna-block-feat\" class=\"wanna-block-trigger\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv class=\"wanna-block-answer-inner\"\u003e\n\u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 洗礼されたデザイン性\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e錨（アンカー）をモチーフにしたデザイン。シンプルなシルバーの中に、指元を引き締める確かな存在感を演出します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 確かな質感\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003esilver925素材を使用。金属アレルギーにも対応しており、上品かつ高級感のある輝きを放ちます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 調和性\u003c\/p\u003e\n\u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e季節関係なく着用可能。どんなファッションにも自然に馴染み、寄り添い続けます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- サイズ・仕様（スライド式） --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details\"\u003e \u003cspan\u003eサイズ・仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cdiv class=\"wanna-slide-container\"\u003e\n\u003cdiv class=\"inner-tabs-header\"\u003e\n\u003ca href=\"#pane-size-anc\" class=\"inner-tab-link wanna-active\" id=\"link-size-anc\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e \n\u003c!-- タブタイトルを「サイズ平均チェック」へ変更 --\u003e\n\u003ca href=\"#pane-image-anc\" class=\"inner-tab-link\" id=\"link-image-anc\" style=\"margin-right: 16px;\"\u003eサイズチェック\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyAnc\"\u003e\n\n\u003c!-- タブ1: サイズ仕様 --\u003e\n\u003cdiv id=\"pane-size-anc\" class=\"inner-tab-pane\"\u003e\n\u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; width: 28%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e14号～23号（調節可能） ｜ 幅 7.0mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e素 材\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver925\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eジュエリークロス \/ ショップカード\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途200円）\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003c!-- タブ2: サイズ平均チェック（インタラクティブ化） --\u003e\n\u003cdiv id=\"pane-image-anc\" class=\"inner-tab-pane\"\u003e\n\u003cdiv style=\"background-color: #fafafa; padding: 22px 18px; border-radius: 2px; margin-bottom: 10px; text-align: center;\"\u003e\n\n\u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.12em; margin-top: 0; margin-bottom: 4px;\"\u003e\nどの指に着用したいですか？\n\u003c\/p\u003e\n\u003cp style=\"font-size: 10px; color: #888; margin-top: 0; margin-bottom: 16px; letter-spacing: 0.05em;\"\u003e\n※男性平均サイズを基準としています\n\u003c\/p\u003e\n\n\u003c!-- 指選択ボタン --\u003e\n\u003cdiv style=\"display: flex; gap: 4px; margin-bottom: 18px;\"\u003e\n\u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"thumb\"\u003e親指\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"index\"\u003e人差し指\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"middle\"\u003e中指\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"ring\"\u003e薬指\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"pinky\"\u003e小指\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c!-- 判定結果表示エリア --\u003e\n\u003cdiv id=\"wanna-size-result\" style=\"text-align: left; background-color: #fff; border: 1px solid #eaeaea; padding: 16px; border-radius: 2px; min-height: 75px;\"\u003e\n\u003cp style=\"font-size: 11px; color: #888; text-align: center; margin: 15px 0;\"\u003e\n上のボタンから、ご希望の指を選択してください。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- 注記 --\u003e\n\u003cp style=\"font-size: 10px; color: #888; line-height: 1.6; margin: 14px 0 0 0; text-align: left; padding-left: 2px;\"\u003e\n※正確な着用感やフィット感をお確かめになりたい場合は、事前にご自身の指のサイズ（号数）を計測していただくことをおすすめいたします。\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 安心保証 --\u003e\n\u003cdiv class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-promise\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-promise\"\u003e \u003cspan\u003e安心保証\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv style=\"padding: 20px 12px 35px 4px !important;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n\u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のサイズ不一致やトラブルに対応。(受取後5日以内のご連絡。)\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n\u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- お手入れ --\u003e\n\u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n\u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care\" type=\"checkbox\"\u003e \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care\"\u003e \u003cspan\u003eお手入れ\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"wanna-block-answer\"\u003e\n\u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n\u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003eご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    (function() {\n      \/\/ 1. タブ制御スクリプト\n      const sliderBody = document.getElementById('wannaSlideBodyAnc');\n      const links = {\n        'pane-size-anc': document.getElementById('link-size-anc'),\n        'pane-image-anc': document.getElementById('link-image-anc')\n      };\n\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-anc'));\n      observer.observe(document.getElementById('pane-image-anc'));\n\n      \/\/ 2. 指選択インタラクティブスクリプト（本商品の14号〜23号に適用）\n      const fingerData = {\n        thumb:  { name: \"親指\",   avg: \"19号〜23号\", type: \"fit\" },\n        index:  { name: \"人差し指\", avg: \"16号〜22号\", type: \"fit\" },\n        middle: { name: \"中指\",   avg: \"15号〜22号\", type: \"fit\" },\n        ring:   { name: \"薬指\",   avg: \"13号〜18号\", type: \"fit\", note: \"※14号以上の方であれば問題なくご着用いただけます。\" },\n        pinky:  { name: \"小指\",   avg: \"10号〜14号\", type: \"part\", note: \"※14号の方のみ着用可能です。13号以下の方の場合、サイズが大きく抜けやすくなる可能性がございます。\" }\n      };\n\n      const btns = document.querySelectorAll('.finger-btn');\n      const resultBox = document.getElementById('wanna-size-result');\n\n      function selectFinger(key) {\n        const data = fingerData[key];\n        if(!data) return;\n\n        \/\/ ボタンアクティブ制御\n        btns.forEach(b =\u003e {\n          if(b.getAttribute('data-finger') === key) {\n            b.classList.add('active');\n          } else {\n            b.classList.remove('active');\n          }\n        });\n\n        \/\/ 結果文言生成\n        let statusBadge = '';\n        let detailText = '';\n\n        if(data.type === \"fit\") {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#1890ff; color:#fff; font-size:10px; padding:2px 8px; border-radius:2px; margin-bottom:8px; letter-spacing:0.1em;\"\u003e着用可能\u003c\/span\u003e';\n          detailText = `こちらの商品は\u003cstrong style=\"color:#1a1a1a;\"\u003e14号〜23号\u003c\/strong\u003eまでサイズ調節が可能ですので、男性平均（${data.avg}）の\u003cstrong\u003e${data.name}\u003c\/strong\u003eにぴったり着用していただけます。`;\n          if(data.note) {\n            detailText += `\u003cbr\u003e\u003cspan style=\"font-size:10px; color:#888; margin-top:4px; display:inline-block;\"\u003e${data.note}\u003c\/span\u003e`;\n          }\n        } else if(data.type === \"part\") {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#1890ff; color:#fff; font-size:10px; padding:2px 8px; border-radius:2px; margin-bottom:8px; letter-spacing:0.1em;\"\u003e一部着用可能\u003c\/span\u003e';\n          detailText = `こちらの商品は\u003cstrong style=\"color:#1a1a1a;\"\u003e14号〜23号\u003c\/strong\u003eまでの調整範囲となっております。男性平均の${data.name}（${data.avg}）ですと、14号の方のみご着用いただけます。`;\n          if(data.note) {\n            detailText += `\u003cbr\u003e\u003cspan style=\"font-size:10px; color:#888; margin-top:4px; display:inline-block;\"\u003e${data.note}\u003c\/span\u003e`;\n          }\n        }\n\n        resultBox.innerHTML = `\n          \u003cdiv\u003e\n            ${statusBadge}\n            \u003cp style=\"font-size: 11px; color: #444; line-height: 1.8; margin: 0;\"\u003e\n              ${detailText}\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        `;\n      }\n\n      btns.forEach(btn =\u003e {\n        btn.addEventListener('click', function() {\n          const fingerKey = this.getAttribute('data-finger');\n          selectFinger(fingerKey);\n        });\n      });\n\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna","offers":[{"title":"Default Title","offer_id":51595552850215,"sku":null,"price":8000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_100.png?v=1787202907"}],"url":"https:\/\/wanna-official.com\/collections\/promotion.oembed?page=2","provider":"Wanna","version":"1.0","type":"link"}