{"title":"All Items Ranking","description":null,"products":[{"product_id":"chain-bracelet-b6","title":"chain bracelet (B6)","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普通のチェーンではないデザイン性。上品な輝きを放ち、一目置かれる存在感を演出。\n\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;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\n\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;\"\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-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;\"\u003e17cm | 幅9.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\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-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                  \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.5cm\n                    \u003c\/p\u003e\n                  \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                    \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!-- 注意事項（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            本商品は【全長 17cm】と、一般的なブレスレットに比べかなりタイト（小さめ）なサイズ設計となっております。腕周りの細い方、またはタイトなフィット感をお好みの方に最適なサイズです。ご購入前に必ずご自身の手首周りのサイズを計測し、ご確認いただけますようお願い申し上げます。\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":"Default Title","offer_id":50731396038951,"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-20T170534.429.png?v=1787213243"},{"product_id":"chain-bracelet-b5","title":"chain bracelet (B5)","description":"\u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item-h10 {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-h10 {\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-h10 {\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-h10:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-h10 {\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-h10::before, .wanna-icon-toggle-h10::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-h10::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-h10::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-h10 {\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-h10 \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-h10 {\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-h10:checked + .wanna-block-trigger-h10 + .wanna-block-answer-h10 {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-h10:checked + .wanna-block-trigger-h10 + .wanna-block-answer-h10 .wanna-block-answer-inner-h10 {\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-h10:checked + .wanna-block-trigger-h10 .wanna-icon-toggle-h10::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-h10:checked + .wanna-block-trigger-h10 .wanna-icon-toggle-h10::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-h10 {\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-h10:checked + .wanna-block-trigger-h10 + .wanna-block-answer-h10 .wanna-feat-box-1-h10 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-h10:checked + .wanna-block-trigger-h10 + .wanna-block-answer-h10 .wanna-feat-box-2-h10 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-h10:checked + .wanna-block-trigger-h10 + .wanna-block-answer-h10 .wanna-feat-box-3-h10 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-h10 {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-h10 {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-h10 {\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-h10.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-h10 {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-h10::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-h10 { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-h10 {\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-h10, .wanna-clean-table-h10 tr, .wanna-clean-table-h10 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-h10\"\u003e\n    \u003cinput class=\"wanna-block-logic-h10\" id=\"wanna-block-feat-h10\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-h10\" for=\"wanna-block-feat-h10\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-h10\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h10\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-h10\"\u003e\n          \u003c!-- 仕様 01 --\u003e\n          \u003cdiv class=\"wanna-feat-box-h10 wanna-feat-box-1-h10\" 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一目で目を引く特徴的なフック構造。機能性と意匠美が完璧に融合した、Wannaを代表する人気モデル。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003c!-- 仕様 02 --\u003e\n          \u003cdiv class=\"wanna-feat-box-h10 wanna-feat-box-2-h10\" 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          \u003c!-- 仕様 03 --\u003e\n          \u003cdiv class=\"wanna-feat-box-h10 wanna-feat-box-3-h10\" 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高品質な純銀素材を採用。使い込むほどに独自の渋みと重厚感が増し、手元へ深みを与えます。\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-h10\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-details-h10\" class=\"wanna-block-logic-h10\"\u003e \n    \u003clabel for=\"wanna-block-details-h10\" class=\"wanna-block-trigger-h10\"\u003e \u003cspan\u003eサイズ・着用感\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-h10\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h10\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-h10\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n          \u003cdiv class=\"wanna-slide-container-h10\"\u003e\n            \u003cdiv class=\"inner-tabs-header-h10\"\u003e\n              \u003ca style=\"margin-left: 16px;\" id=\"link-size-h10\" class=\"inner-tab-link-h10 wanna-active\" href=\"#pane-size-h10\"\u003eサイズ仕様\u003c\/a\u003e \n              \u003ca style=\"margin-right: 16px;\" id=\"link-image-h10\" class=\"inner-tab-link-h10\" href=\"#pane-image-h10\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"wannaSlideBodyH10\" class=\"inner-tabs-body-h10\"\u003e\n              \n              \u003c!-- Pane: Size Spec（左側タブ） --\u003e\n              \u003cdiv class=\"inner-tab-pane-h10\" id=\"pane-size-h10\"\u003e\n                \u003ctable class=\"wanna-clean-table-h10\" 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;\"\u003e20cm \/ 22cm \/ 24cm （チェーン幅：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;\"\u003e\n                        Silver 925\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-h10\" class=\"inner-tab-pane-h10\"\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 手首周り ＋ 2.0cm 〜 2.5cm\u003cbr\u003e\n                      ・\u003cstrong\u003eゆったりめ：\u003c\/strong\u003e 手首周り ＋ 3.0cm 〜 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                      \" 男性が選ぶ平均サイズは 20cm です \"\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-h10\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-h10\" class=\"wanna-block-logic-h10\"\u003e\n    \u003clabel for=\"wanna-block-promise-h10\" class=\"wanna-block-trigger-h10\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h10\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h10\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h10\"\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 class=\"wanna-block-item-h10\" style=\"margin-bottom: 50px;\"\u003e\n    \u003cinput class=\"wanna-block-logic-h10\" id=\"wanna-block-care-h10\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h10\" for=\"wanna-block-care-h10\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-h10\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-h10\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-h10\"\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('wannaSlideBodyH10');\n      const links = {\n        'pane-size-h10': document.getElementById('link-size-h10'),\n        'pane-image-h10': document.getElementById('link-image-h10')\n      };\n      \n      \/\/ クリック時にスムーズスクロール\n      Object.values(links).forEach(link =\u003e {\n        if(link) {\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      \/\/ スクロール位置を検知してクラスを変更\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 { if(l) 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 pSize = document.getElementById('pane-size-h10');\n      const pImg = document.getElementById('pane-image-h10');\n      if(pSize) observer.observe(pSize);\n      if(pImg) observer.observe(pImg);\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"20cm","offer_id":50701652099367,"sku":null,"price":16000.0,"currency_code":"JPY","in_stock":true},{"title":"22cm","offer_id":50701652132135,"sku":null,"price":16000.0,"currency_code":"JPY","in_stock":true},{"title":"24cm","offer_id":51177576268071,"sku":null,"price":16000.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-20T171521.195.png?v=1787213749"},{"product_id":"chain-necklace-n16","title":"chain necklace (N16)","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-v3 {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-v3 {\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-v3 {\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-v3:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-v3 {\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-v3::before, .wanna-icon-toggle-v3::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-v3::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-v3::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-v3 {\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-v3 \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-v3 {\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-v3:checked + .wanna-block-trigger-v3 + .wanna-block-answer-v3 {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-v3:checked + .wanna-block-trigger-v3 + .wanna-block-answer-v3 .wanna-block-answer-inner-v3 {\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-v3:checked + .wanna-block-trigger-v3 .wanna-icon-toggle-v3::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-v3:checked + .wanna-block-trigger-v3 .wanna-icon-toggle-v3::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-v3 {\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-v3:checked + .wanna-block-trigger-v3 + .wanna-block-answer-v3 .wanna-feat-box-1-v3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-v3:checked + .wanna-block-trigger-v3 + .wanna-block-answer-v3 .wanna-feat-box-2-v3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-v3:checked + .wanna-block-trigger-v3 + .wanna-block-answer-v3 .wanna-feat-box-3-v3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-v3 {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-v3 {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-v3 {\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-v3.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-v3 {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-v3::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-v3 { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-v3 {\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-v3, .wanna-clean-table-v3 tr, .wanna-clean-table-v3 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-v3\"\u003e\n    \u003cinput class=\"wanna-block-logic-v3\" id=\"wanna-block-feat-v3\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-v3\" for=\"wanna-block-feat-v3\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-v3\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v3\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-v3\"\u003e\n          \u003cdiv class=\"wanna-feat-box-v3 wanna-feat-box-1-v3\" 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シンプルなチェーンデザインが、男らしい力強さと品格を演出します。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-v3 wanna-feat-box-2-v3\" 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着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-v3 wanna-feat-box-3-v3\" 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素材を使用。使い込むほどに手首に馴染み、寄り添い続けます。（金属アレルギーにも対応）\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-v3\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-details-v3\" class=\"wanna-block-logic-v3\"\u003e \n    \u003clabel for=\"wanna-block-details-v3\" class=\"wanna-block-trigger-v3\"\u003e \u003cspan\u003eサイズ・着用感\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-v3\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v3\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-v3\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n          \u003cdiv class=\"wanna-slide-container-v3\"\u003e\n            \u003cdiv class=\"inner-tabs-header-v3\"\u003e\n              \u003ca style=\"margin-left: 16px;\" id=\"link-size-v3\" class=\"inner-tab-link-v3 wanna-active\" href=\"#pane-size-v3\"\u003eサイズ仕様\u003c\/a\u003e \n              \u003ca style=\"margin-right: 16px;\" id=\"link-image-v3\" class=\"inner-tab-link-v3\" href=\"#pane-image-v3\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"wannaSlideBodyV3\" class=\"inner-tabs-body-v3\"\u003e\n              \n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv class=\"inner-tab-pane-v3\" id=\"pane-size-v3\"\u003e\n                \u003ctable class=\"wanna-clean-table-v3\" 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;\"\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\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-v3\" class=\"inner-tab-pane-v3\"\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\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-v3\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-v3\" class=\"wanna-block-logic-v3\"\u003e\n    \u003clabel for=\"wanna-block-promise-v3\" class=\"wanna-block-trigger-v3\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v3\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v3\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-v3\"\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-v3\"\u003e\n    \u003cinput class=\"wanna-block-logic-v3\" id=\"wanna-block-care-v3\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-v3\" for=\"wanna-block-care-v3\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v3\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v3\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-v3\"\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('wannaSlideBodyV3');\n      const links = {\n        'pane-size-v3': document.getElementById('link-size-v3'),\n        'pane-image-v3': document.getElementById('link-image-v3')\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 paneSize = document.getElementById('pane-size-v3');\n      const paneImage = document.getElementById('pane-image-v3');\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":"45cm","offer_id":50750304583975,"sku":null,"price":25800.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":50750304616743,"sku":null,"price":25800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/609E7AFE-6103-4A44-B519-61E26FDE10A3.jpg?v=1766286518"},{"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":"chain-bracelet-b13","title":"chain bracelet (B13)","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  \u003c!-- メインコピー --\u003e\n  \u003cdiv style=\"margin-bottom: 40px; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 16px; font-weight: 500; color: #222; margin-bottom: 15px; letter-spacing: 0.1em;\"\u003e日常に溶け込み、特別な日を彩る一本。\u003c\/p\u003e\n    \u003cp style=\"font-family: sans-serif; color: #555;\"\u003e引き算の美学を体現した、究極にシンプルなチェーンデザイン。\u003cbr\u003e\n      トレンドに左右されず、時を越えて愛せるそのミニマルな佇まいは、\u003cbr\u003e\n      「持っていて損をしない」と確信できる、ワードローブの核となるアイテムです。\u003cbr\u003e\n      Ｔシャツに合わせる日常から、シャツを纏う特別な日まで。\u003cbr\u003e\n      あらゆるシーンに品格を添える、Wannaのスタンダード・ブレスレットです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- アニメーションスタイル --\u003e\n  \u003cstyle\u003e\n    details[open] .fuwat-at {\n      animation: fuwatFade 0.6s ease-out forwards;\n    }\n    @keyframes fuwatFade {\n      0% { opacity: 0; transform: translateY(-6px); }\n      100% { opacity: 1; transform: translateY(0); }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- SIZE --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eSIZE \/ サイズ \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 15px; border-left: 1px solid #333;\"\u003e\n      \u003cp style=\"margin-bottom: 8px; margin-top: 0;\"\u003e17cm \/ 18cm \/ 19cm\u003c\/p\u003e\n      \u003cp style=\"font-family: sans-serif; color: #666; font-size: 12px; line-height: 1.7; margin-bottom: 0;\"\u003e\n        細身の方から体格の良い方まで、幅広くカバーする3サイズ。\u003cbr\u003e\n        シンプルなデザインだからこそ、最適なサイズ感で纏うのが大人。\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- MATERIAL --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eMATERIAL \/ 素材 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 15px; border-left: 1px solid #333;\"\u003e\n      \u003cp style=\"margin-bottom: 8px; margin-top: 0;\"\u003eSilver 925\u003c\/p\u003e\n      \u003cp style=\"font-family: sans-serif; color: #666; font-size: 12px; line-height: 1.7; margin-bottom: 0;\"\u003e高品質な純銀素材を採用。シンプルだからこそ素材の良さが際立ちます。毎日身に着けることで、あなたの肌の一部のように馴染んでいく質感をお楽しみください。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ACCESSORIES --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer; margin-bottom: 40px;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eACCESSORIES \/ 付属品 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 15px; border-left: 1px solid #333;\"\u003e\n      \u003cp style=\"margin: 0;\"\u003eジュエリークロス \/ ショップカード\u003c\/p\u003e\n      \u003cp style=\"color: #888; font-size: 11px; font-family: sans-serif; margin-top: 4px; margin-bottom: 0;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"17cm","offer_id":50750420123943,"sku":null,"price":13000.0,"currency_code":"JPY","in_stock":true},{"title":"18cm","offer_id":50750420156711,"sku":null,"price":13000.0,"currency_code":"JPY","in_stock":true},{"title":"19cm","offer_id":50750420189479,"sku":null,"price":13000.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-20T172117.452.png?v=1787214095"},{"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":"double-pierce-p23","title":"double pierce (P23)","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  \u003cdiv style=\"margin-bottom: 40px; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 16px; font-weight: 400; color: #1a1a1a; margin-bottom: 18px; letter-spacing: 0.18em; line-height: 2;\"\u003e重なり合う蒙旋、純銀が放つ至高の光。\u003c\/p\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; line-height: 2.1; letter-spacing: 0.08em;\"\u003e2重のラインを巧みにツイストさせた、洗練されたデザインの「いいとこどり」をした一品。\u003cbr\u003e\nSilver 999の白く清らかな輝きが、複雑に交差する衩旋に沿って走り、耳元で豊かな存在感を放ちます。\u003cbr\u003e\n奥行きのある立体的なフォルムと、純銀本来の美しい光沢が融合した、\u003cbr\u003e\n「シンプルだけど、普通じゃない」。そんな感性に響くマスターピースを耳元に。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 35px; background: #f9f9f7; padding: 15px; border-radius: 0; border: 1px solid #f2f2f2;\"\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 1.9; text-align: center; margin: 0; letter-spacing: 0.06em;\"\u003e\n      ※こちらの商品は「1点＝片耳分」となります。\u003cbr\u003e\n      両耳での着用をご希望の場合は、2点ご購入ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #bbb; padding-left: 18px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 8px; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400;\"\u003eCOLOR\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 0.08em;\"\u003eSilver\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #bbb; padding-left: 18px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 8px; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400;\"\u003eSIZE\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 0.08em;\"\u003e縦 14.0mm \/ 横 14.0mm\u003c\/p\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #777; font-size: 12px; line-height: 1.9; margin-top: 6px; letter-spacing: 0.06em;\"\u003eDouble Twistデザイン。耳元に自然と馴染む、豊かな存在感のサイズ感。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #bbb; padding-left: 18px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 8px; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400;\"\u003eMATERIAL\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 0.08em; margin-bottom: 10px;\"\u003eSilver999\u003c\/p\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #777; font-size: 12px; line-height: 1.9; letter-spacing: 0.06em;\"\u003e99.9%の純銀を使用した最高純度の素材を採用。毎日身に着けるものだからこそ、肌への優しさと耐久性を大切に。Silver999特有の白く清らかな光沢と、使い込むほどに増す「自分だけの風合い」も、本物の銀ならではの醍醐味です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #bbb; padding-left: 18px; margin-bottom: 48px;\"\u003e\n    \u003cp style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 8px; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400;\"\u003eACCESSORIES\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 0.08em;\"\u003eジュエリークロス  \/  ショップカード\u003c\/p\u003e\n    \u003cp style=\"color: #999; font-size: 11px; font-family: 'Hiragino Mincho ProN', serif; margin-top: 6px; letter-spacing: 0.06em;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails style=\"background-color: #f9f9f7; border-radius: 0; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; padding: 22px; text-align: center; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none;\"\u003eこんな方へ \u003cspan style=\"font-size: 8px; margin-left: 6px; vertical-align: middle;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv style=\"padding: 0 24px 28px 24px; font-size: 12px; color: #666; text-align: center; line-height: 2.6; font-family: 'Hiragino Mincho ProN', serif; letter-spacing: 0.07em;\"\u003e\n      「2重×ツイスト」による、密度の高い贅沢なデザインを好む方\u003cbr\u003e\n      Silver 999ならではの、より白く清らかな輝きを楽しみたい方\u003cbr\u003e\n      シンプルな服に、ひとつで決まる「良い存在感」を添えたい方\u003cbr\u003e\n      大切な方へ、こだわり抜かれた上質なギフトを贈りたい方\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50726113673511,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/961D197F-B776-480A-BC35-67F8B9092649.jpg?v=1766467612"},{"product_id":"leaf-pierce-p24","title":"leaf pierce (P24)","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  \u003cdiv style=\"margin-bottom: 40px; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 11px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 10px; font-weight: 400; font-family: 'Gill Sans', 'Optima', sans-serif;\"\u003eWANNA ORIGINAL — P24\u003c\/p\u003e\n    \u003cp style=\"font-size: 16px; font-weight: 400; color: #1a1a1a; margin-bottom: 18px; letter-spacing: 0.18em; line-height: 2;\"\u003e自然の造形を、モダンな耳元に。\u003c\/p\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; line-height: 2.1; letter-spacing: 0.08em;\"\u003e葉っぱを彷彿とさせる、有機的で高いデザイン性が魅力の一品。\u003cbr\u003e\n繊細なディテールが光を多角的に捉え、耳元に確かな存在感とオシャレ感を演出します。\u003cbr\u003e\n「ナチュラルだけど、普通じゃない」。大人の遊び心を尊重する、ナチュラルとモードが融合した洗練の一品。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 35px; background: #f9f9f7; padding: 15px; border-radius: 0; border: 1px solid #f2f2f2;\"\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; font-size: 12px; line-height: 1.9; text-align: center; margin: 0; letter-spacing: 0.06em;\"\u003e\n      ※こちらの商品は「1点＝片耳分」となります。\u003cbr\u003e\n      両耳での着用をご希望の場合は、2点ご購入ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #bbb; padding-left: 18px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 8px; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400;\"\u003eCOLOR\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 0.08em;\"\u003eSilver\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #bbb; padding-left: 18px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 8px; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400;\"\u003eSIZE\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 0.08em;\"\u003e縦 11.0mm \/ 横 11.0mm\u003c\/p\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #777; font-size: 12px; line-height: 1.9; margin-top: 6px; letter-spacing: 0.06em;\"\u003eリーフモチーフの柔らかなフォルムが耳元に自然と馴染む、絶妙なサイズ感。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #bbb; padding-left: 18px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 8px; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400;\"\u003eMATERIAL\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 0.08em; margin-bottom: 10px;\"\u003eSilver 925\u003c\/p\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #777; font-size: 12px; line-height: 1.9; letter-spacing: 0.06em;\"\u003e高品質な純銀素材を採用。毎日身に着けるものだからこそ、肌への優しさと耐久性を大切に。リーフモチーフの柔らかな曲線がシルバーの輝きを優しく広げ、Silver 925特有の澄んだ光沢と、使い込むほどに増す「自分だけの風合い」も、本物の銀ならではの醍醐味です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #bbb; padding-left: 18px; margin-bottom: 48px;\"\u003e\n    \u003cp style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; margin-bottom: 8px; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400;\"\u003eACCESSORIES\u003c\/p\u003e\n    \u003cp style=\"letter-spacing: 0.08em;\"\u003eジュエリークロス  \/  ショップカード\u003c\/p\u003e\n    \u003cp style=\"color: #999; font-size: 11px; font-family: 'Hiragino Mincho ProN', serif; margin-top: 6px; letter-spacing: 0.06em;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails style=\"background-color: #f9f9f7; border-radius: 0; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 9px; color: #aaa; letter-spacing: 0.3em; padding: 22px; text-align: center; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none;\"\u003eこんな方へ \u003cspan style=\"font-size: 8px; margin-left: 6px; vertical-align: middle;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv style=\"padding: 0 24px 28px 24px; font-size: 12px; color: #666; text-align: center; line-height: 2.6; font-family: 'Hiragino Mincho ProN', serif; letter-spacing: 0.07em;\"\u003e\n      他にはない個性的なリーフデザインを求めている方\u003cbr\u003e\n      顔まわりに少しの柔らかさとオシャレ感を加えたい方\u003cbr\u003e\n      シンプルなコーディネートに、程よいアクセントが欲しい方\u003cbr\u003e\n      大切な方へ、センスの光る上質な一点を贈りたい方\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50726119145767,"sku":null,"price":3800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/00F3291F-01A7-4D8E-8597-9574BF72BE50.jpg?v=1763876716"},{"product_id":"shine-pierce-p36","title":"shine pierce (P36)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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;\"\u003eSilver 925ならではの「白く美しい」質感を最大限に引き出した気品あふれる造形。計算されたフォルムが光を綺麗に反射し、耳元に明るい輝きと上品なニュアンスを添えます。\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 絶妙で万能な 直径 12.3mm\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 丁寧に磨き上げた Silver 925 素材\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!-- 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 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;\"\u003eSilver\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直径 12.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;\"\u003eSilver 925\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。Silver 925は空気や汗に触れることで変色する性質がありますが、こまめにお手入れし密閉袋等で保管いただくことで美しい状態を長く保てます。\u003c\/p\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":50726127599911,"sku":null,"price":4000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_48.png?v=1786530787"},{"product_id":"twist-pierce-p14","title":"twist pierce (P14)","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      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      transform: translateY(15px);\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      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 style=\"border-top: 1px solid #f2f2f2;\" class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-h40\" class=\"wanna-block-logic-h40\"\u003e \n    \u003clabel for=\"wanna-block-feat-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 class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-h40 wanna-feat-box-1-h40\"\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-h40 wanna-feat-box-2-h40\"\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-h40 wanna-feat-box-3-h40\"\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!-- 2. サイズ・注意事項 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-details-h40\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-details-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-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container-h40\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header-h40\"\u003e\n              \u003ca href=\"#pane-size-earring-h40\" class=\"inner-tab-link-h40 wanna-active\" id=\"link-size-earring-h40\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-note-earring-h40\" class=\"inner-tab-link-h40\" id=\"link-note-earring-h40\" style=\"margin-right: 16px;\"\u003e注意事項\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body-h40\" id=\"wannaSlideBodyH40_2\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-earring-h40\" class=\"inner-tab-pane-h40\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table-h40\"\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;\"\u003eSilver\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縦 14.0mm \/ 横 15.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;\"\u003eSilver 925（鏡面仕上げ）\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-note-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            \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-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;\"\u003eSilver 925 品質保証\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-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_2');\n      if (!sliderBody) return;\n\n      const links = {\n        'pane-size-earring-h40': document.getElementById('link-size-earring-h40'),\n        'pane-note-earring-h40': document.getElementById('link-note-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 { if(l) 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-note-earring-h40');\n      if (pane1) observer.observe(pane1);\n      if (pane2) observer.observe(pane2);\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50726127698215,"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_28.png?v=1786526617"},{"product_id":"square-ring-r4","title":"square ring (R4)","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\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\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 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;\"\u003e10.8mmという圧倒的なボリュームを持ちながら、余計な装飾を一切排除したスクエアフォルムが、Silver925本来の輝きと重厚な存在感を最大限に引き出します。「潔い格好良さ」が、指元にしっかりとした芯の強さを演出。\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太さ10.8mmの存在感は、一本つけるだけでスタイル全体に洗練された印象を与えます。つける指を変えるだけでコーディネートの表情が変わる、シンプルかつ無骨な大人の格好良さを体現するリングです。\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!-- サイズ・仕様（スライド式） --\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 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            \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;\"\u003e11号～16号（調節可能） ｜ 太さ 10.8mm\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メッセージカード（ギフトラッピング限定）\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\/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 class=\"wanna-block-logic\" id=\"wanna-block-promise\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-promise\"\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: 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日以内のご連絡。)\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!-- お手入れ --\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 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純度92.5%の純銀を使用しております。ご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。\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. 指選択インタラクティブスクリプト（11号〜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: \"※16号以下の方であればご着用いただけます。\" },\n        ring:   { name: \"薬指\",   avg: \"13号〜18号\", fit: true,  note: \"※16号以下の方であれば問題なくご着用いただけます。\" },\n        pinky:  { name: \"小指\",   avg: \"10号〜14号\", fit: true,  note: \"※11号以上の方であればご着用いただけます。\" }\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.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;\"\u003e11号〜16号\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 {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#999; 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;\"\u003e11号〜16号\u003c\/strong\u003eまでの調整範囲となっております。男性平均の${data.name}（${data.avg}）ですと、サイズが小さく指に入らない可能性がございます。`;\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      \/\/ ボタンクリックイベント\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 shop","offers":[{"title":"Default Title","offer_id":50726127763751,"sku":null,"price":9500.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-20T180553.273.png?v=1787216762"},{"product_id":"icicle-pierce-p7","title":"icicle pierce (P7)","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 style=\"border-top: 1px solid #f2f2f2;\" 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着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\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: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eカラー\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003eSilver × Black\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縦 24.0mm \/ 横 15.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;\"\u003eSilver 925\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;\"\u003eSilver 925 品質保証\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 sliderBody = document.getElementById('wannaSlideBody');\n      const links = {\n        'wanna-pane-size': document.getElementById('wanna-link-size'),\n        'wanna-pane-image': document.getElementById('wanna-link-image')\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('wanna-pane-size');\n      const paneImage = document.getElementById('wanna-pane-image');\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":"Default Title","offer_id":50726127894823,"sku":null,"price":4800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_32.png?v=1786526970"},{"product_id":"double-pierce-p13","title":"double pierce (P13)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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 洗練されたバランス感 縦 12.0mm × 横 12.0mm\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 肌に優しく美しく輝く Silver 925 素材\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 925特有の澄んだ光沢と、使い込むほどに深まる「自分だけの風合い」をお楽しみいただけます。\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\" 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            \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;\"\u003eSilver\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縦 12.0mm \/ 横 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;\"\u003eSilver 925\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。Silver 925は空気や汗に触れることで変色する性質がありますが、こまめにお手入れし密閉袋等で保管いただくことで美しい状態を長く保てます。\u003c\/p\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":50726128419111,"sku":null,"price":4900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/39D9F44F-AA6B-4963-8D03-B5859B683A36.jpg?v=1766467878"},{"product_id":"chain-bracelet-b52","title":"chain bracelet (B52)","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  \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シンプルなチェーンデザインが、男らしい力強さと品格を演出します。\n\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;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギー対応）\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;\"\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-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              \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;\"\u003e17cm \/ 18.3cm \/ 19.5cm \/ 20.8cm | 幅：4.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メッセージカード（別途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-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                  \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.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                      \" 男性が選ぶ平均サイズは 18.3cm です \"\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                    \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-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  \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  \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":"17.0cm","offer_id":50756191879463,"sku":null,"price":28700.0,"currency_code":"JPY","in_stock":true},{"title":"18.3cm","offer_id":50756191912231,"sku":null,"price":28700.0,"currency_code":"JPY","in_stock":true},{"title":"19.5cm","offer_id":50756191944999,"sku":null,"price":28700.0,"currency_code":"JPY","in_stock":true},{"title":"20.8cm","offer_id":50756191977767,"sku":null,"price":28700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_-_2026-08-20T171129.872.png?v=1787213512"},{"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":"triple-necklace-n29","title":"triple necklace (N29)","description":"\u003cp\u003eシルバー925の存在感を放つ、デザイン性のあるネックレス。\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e男らしさと上品さを両立させ、自信ある存在感を演出する...\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e【カラー】Silver\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e【サイズ】45cm+5cm \/ 50cm+5cm\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e【素材】Silver925\u003c\/p\u003e\n\u003cp\u003e純銀92.5％を使用した高品質なシルバー素材。\u003c\/p\u003e\n\u003cp\u003e金属アレルギーに配慮した素材のため、敏感肌の方にも比較的安心してご使用いただけます。\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e【付属品】\u003c\/p\u003e\n\u003cp\u003eジュエリークロス \/ ショップカード\u003c\/p\u003e\n\u003cp\u003eメッセージカード（ギフトラッピング限定）\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e【配送について】\u003c\/p\u003e\n\u003cp\u003eこちらの商品は、「8〜15日程度」での発送です。\u003c\/p\u003e\n\u003cp\u003e※発送から1～3日でのお届け（一部地域を除く）\u003c\/p\u003e","brand":"Wanna shop","offers":[{"title":"45cm+5cm","offer_id":50756178608423,"sku":null,"price":10000.0,"currency_code":"JPY","in_stock":false},{"title":"50cm+5cm","offer_id":50756178641191,"sku":null,"price":10000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/D5607963-1FB4-4CCB-9D61-920EAB6F123A.jpg?v=1766287065"},{"product_id":"thin-necklace-n30","title":"thin necklace (N30)","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  \u003cdiv style=\"margin-bottom: 40px; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 16px; font-weight: 400; color: #1a1a1a; margin-bottom: 18px; letter-spacing: 0.18em; line-height: 2;\"\u003e身に着けることを、忘れるほどに。\u003c\/p\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; line-height: 2.1; letter-spacing: 0.08em;\"\u003e細く、軽く、そして確かに美しい。\u003cbr\u003e\n      肌に溶け込むような着け心地でありながら、\u003cbr\u003e\n      首元には確かな存在感を寿ぐ。\u003cbr\u003e\u003cbr\u003e\n      シンプルなチェーンの中に宿る、計算された美しさ。\u003cbr\u003e\n      毎日手に取るたびに、選んで良かったと思える一本。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    details[open] .fuwat-at {\n      animation: fuwatFade 0.6s ease-out forwards;\n    }\n    @keyframes fuwatFade {\n      0% { opacity: 0; transform: translateY(-6px); }\n      100% { opacity: 1; transform: translateY(0); }\n    }\n  \u003c\/style\u003e\n\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eSIZE \/ サイズ \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em;\"\u003e45cm \/ 50cm \/ 55cm\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eSIZE IMAGE \/ サイズ感のイメージ \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eMATERIAL \/ 素材 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin-bottom: 10px;\"\u003eSilver925\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eACCESSORIES \/ 付属品 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em;\"\u003eジュエリークロス  \/  ショップカード\u003c\/p\u003e\n      \u003cp style=\"color: #999; font-size: 11px; font-family: 'Hiragino Mincho ProN', serif; margin-top: 6px; letter-spacing: 0.06em;\"\u003eメッセージカード（別途 200円）\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"45cm","offer_id":50750199431463,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"50cm","offer_id":50750199464231,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"55cm","offer_id":50750199496999,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/8F946A52-260A-443A-AD1E-EA5CDE0CDE37.jpg?v=1766286777"},{"product_id":"thin-bracelet-b55","title":"thin bracelet (B55)","description":"\u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item-adj {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-adj {\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-adj {\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-adj:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-adj {\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-adj::before, .wanna-icon-toggle-adj::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-adj::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-adj::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* --------------------------------------------------\n       ゆっくり開閉するスライドアニメーション（CSS Grid）\n    -------------------------------------------------- *\/\n    .wanna-block-answer-adj {\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-adj \u003e div {\n      overflow: hidden;\n    }\n\n    \/* --------------------------------------------------\n       コンテンツが下から上へ少し移動しながら現れるアニメーション\n    -------------------------------------------------- *\/\n    .wanna-block-answer-inner-adj {\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-adj:checked + .wanna-block-trigger-adj + .wanna-block-answer-adj {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-adj:checked + .wanna-block-trigger-adj + .wanna-block-answer-adj .wanna-block-answer-inner-adj {\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-adj:checked + .wanna-block-trigger-adj .wanna-icon-toggle-adj::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-adj:checked + .wanna-block-trigger-adj .wanna-icon-toggle-adj::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box-adj {\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-adj:checked + .wanna-block-trigger-adj + .wanna-block-answer-adj .wanna-feat-box-1-adj {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-adj:checked + .wanna-block-trigger-adj + .wanna-block-answer-adj .wanna-feat-box-2-adj {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-adj:checked + .wanna-block-trigger-adj + .wanna-block-answer-adj .wanna-feat-box-3-adj {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container-adj {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header-adj {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-adj {\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-adj.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body-adj {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body-adj::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-adj { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane-adj {\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-adj, .wanna-clean-table-adj tr, .wanna-clean-table-adj 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-adj\"\u003e\n    \u003cinput class=\"wanna-block-logic-adj\" id=\"wanna-block-feat-adj\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-adj\" for=\"wanna-block-feat-adj\"\u003e \u003cspan\u003e商品仕様\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-adj\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-adj\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-adj\"\u003e\n          \u003cdiv class=\"wanna-feat-box-adj wanna-feat-box-1-adj\" 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シンプルなデザイン性。その中に太陽の光をきれいに反射するSilver本来の美しさを演出。\n\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"wanna-feat-box-adj wanna-feat-box-2-adj\" 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-adj wanna-feat-box-3-adj\" 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-adj\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-details-adj\" class=\"wanna-block-logic-adj\"\u003e \n    \u003clabel for=\"wanna-block-details-adj\" class=\"wanna-block-trigger-adj\"\u003e \u003cspan\u003eサイズ・着用感\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-adj\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-adj\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-adj\" style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\"\u003e\n          \u003cdiv class=\"wanna-slide-container-adj\"\u003e\n            \u003cdiv class=\"inner-tabs-header-adj\"\u003e\n              \u003ca style=\"margin-left: 16px;\" id=\"link-size-adj\" class=\"inner-tab-link-adj wanna-active\" href=\"#pane-size-adj\"\u003eサイズ仕様\u003c\/a\u003e \n              \u003ca style=\"margin-right: 16px;\" id=\"link-image-adj\" class=\"inner-tab-link-adj\" href=\"#pane-image-adj\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"wannaSlideBodyAdj\" class=\"inner-tabs-body-adj\"\u003e\n              \n              \u003cdiv class=\"inner-tab-pane-adj\" id=\"pane-size-adj\"\u003e\n                \u003ctable class=\"wanna-clean-table-adj\" 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全長 20cm （16cm + アジャスター 4cm）\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-adj\" class=\"inner-tab-pane-adj\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \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 14cm 〜 18cm\u003cbr\u003e\n                      エンド部分に4cmのアジャスターがついているため、ご自身の手首に合わせて好みの締め具合に自由な微調整が可能です。サイズ選びに迷う心配がありません。\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\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-adj\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-adj\" class=\"wanna-block-logic-adj\"\u003e \n    \u003clabel for=\"wanna-block-promise-adj\" class=\"wanna-block-trigger-adj\"\u003e \u003cspan\u003e安心保証\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-adj\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-adj\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-adj\" 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-adj\" style=\"margin-bottom: 50px;\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-care-adj\" class=\"wanna-block-logic-adj\"\u003e \n    \u003clabel class=\"wanna-block-trigger-adj\" for=\"wanna-block-care-adj\"\u003e \u003cspan\u003eお手入れ\u003c\/span\u003e \u003cspan class=\"wanna-icon-toggle-adj\"\u003e\u003c\/span\u003e \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-adj\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-adj\" 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('wannaSlideBodyAdj');\n      const links = {\n        'pane-size-adj': document.getElementById('link-size-adj'),\n        'pane-image-adj': document.getElementById('link-image-adj')\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-adj'));\n      observer.observe(document.getElementById('pane-image-adj'));\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737023811879,"sku":null,"price":9800.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-20T163403.693.png?v=1787211344"},{"product_id":"twist-ring-r8","title":"twist ring (R8)","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\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\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 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寄せ返す波のようになめらかな曲線が光を多方向に反射し、Silver925本来の輝きを最大限に引き出します。躍動感のある造形の中に宿る「静けさ」が、指元に確かな存在感を演出。\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太さ5mmの絶妙な存在感は、一本で主役にするのはもちろん、他のリングとの重ね付けにも最適。カジュアルからきれいめスタイルまで、毎日のコーディネートに自然と馴染む汎用性の高さが魅力です。\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!-- サイズ・仕様（スライド式） --\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 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            \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;\"\u003e11号～14号（調節可能） ｜ 太さ 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\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メッセージカード（ギフトラッピング限定）\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\/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 class=\"wanna-block-logic\" id=\"wanna-block-promise\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-promise\"\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: 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日以内のご連絡。)\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!-- お手入れ --\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 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純度92.5%の純銀を使用しております。ご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。\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. 指選択インタラクティブスクリプト（11号〜14号調整可能商品向け）\n      const fingerData = {\n        thumb:  { name: \"親指\",   avg: \"19号〜23号\", fit: false, note: \"平均サイズに対してリングが小さめの設計です。\" },\n        index:  { name: \"人差し指\", avg: \"16号〜22号\", fit: true,  note: \"※14号以下の方であればご着用いただけます。\" },\n        middle: { name: \"中指\",   avg: \"15号〜22号\", fit: true,  note: \"※14号以下の方であればご着用いただけます。\" },\n        ring:   { name: \"薬指\",   avg: \"13号〜18号\", fit: true,  note: \"※14号以下の方であれば問題なくご着用いただけます。\" },\n        pinky:  { name: \"小指\",   avg: \"10号〜14号\", fit: true,  note: \"※11号以上の方であればご着用いただけます。\" }\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.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;\"\u003e11号〜14号\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 {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#999; 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;\"\u003e11号〜14号\u003c\/strong\u003eまでの調整範囲となっております。男性平均の${data.name}（${data.avg}）ですと、サイズが小さく指に入らない可能性がございます。`;\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      \/\/ ボタンクリックイベント\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 shop","offers":[{"title":"Default Title","offer_id":50737026236711,"sku":null,"price":8500.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-20T180030.181.png?v=1787216439"},{"product_id":"star-pierce-p3","title":"star pierce (P3)","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\" 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 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\" 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縦 11.0mm \/ 横 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              \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    (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 \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\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":50737064313127,"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_17.png?v=1786525148"},{"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-chain-bracelet-b53","title":"thin chain bracelet (B53)","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  \u003c!-- メインコピー --\u003e\n  \u003cdiv style=\"margin-bottom: 40px; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 16px; font-weight: 500; color: #222; margin-bottom: 15px; letter-spacing: 0.1em;\"\u003e繊細なラインに、圧倒的なセンスを宿す。\u003c\/p\u003e\n    \u003cp style=\"font-family: sans-serif; color: #555;\"\u003e細身のシルエットながら、一目で「違い」を感じさせる高いデザイン性。\u003cbr\u003e\n    計算されたディテールが、手元に洗練されたリズムを生み出し、\u003cbr\u003e\n    人から見ても確かな存在感と魅力を放ちます。\u003cbr\u003e\n    「それ、どこの？」と視線を惹きつける、知的な色気。\u003cbr\u003e\n    さりげない所作にセンスを滲ませる、Wanna拘りのデザインブレスレットです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- アニメーションスタイル --\u003e\n  \u003cstyle\u003e\n    details[open] .fuwat-at {\n      animation: fuwatFade 0.6s ease-out forwards;\n    }\n    @keyframes fuwatFade {\n      0% { opacity: 0; transform: translateY(-6px); }\n      100% { opacity: 1; transform: translateY(0); }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- SIZE --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eSIZE \/ サイズ \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #333;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin-bottom: 8px; margin-top: 0;\"\u003e16.5cm \/ 18cm \/ 19.5cm\u003c\/p\u003e\n      \u003cp style=\"font-family: sans-serif; color: #666; font-size: 12px; line-height: 1.7; margin-bottom: 0;\"\u003e\n        細身のデザインを美しく魅せるための3サイズ展開。\u003cbr\u003e\n        手首に寄り添うようなフィット感が、より洗練された印象を与えます。\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- MATERIAL --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eMATERIAL \/ 素材\u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #333;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin-bottom: 8px; margin-top: 0;\"\u003eSilver 925\u003c\/p\u003e\n      \u003cp style=\"font-family: sans-serif; color: #666; font-size: 12px; line-height: 1.7; margin-bottom: 0;\"\u003e高品質な純銀素材を採用。繊細な意匠だからこそ、Silver 925本来の澄んだ輝きが引き立ち、品位ある大人の手元を演出します。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ACCESSORIES --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer; margin-bottom: 40px;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eACCESSORIES \/ 付属品 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #333;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin: 0;\"\u003eジュエリークロス \/ ショップカード\u003c\/p\u003e\n      \u003cp style=\"color: #888; font-size: 11px; font-family: sans-serif; margin-top: 6px; margin-bottom: 0;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"16.5cm","offer_id":50756043079975,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"18cm","offer_id":50756043112743,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"19.5cm","offer_id":50756043145511,"sku":null,"price":15800.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-20T172756.011.png?v=1787214488"},{"product_id":"hook-chain-bracelet-b35","title":"hook chain bracelet (B35)","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.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-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;\"\u003esilver925素材を使用。金属アレルギーにも対応しており、上品かつ高級感のある輝きを放ちます。\n\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;\"\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!-- 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 \/ 21cm （チェーン幅：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;\"\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              \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 \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-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  \u003c!-- Accordion 4: お手入れ --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\" style=\"margin-bottom: 50px;\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-care-h40\" class=\"wanna-block-logic-h40\"\u003e \n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-care-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-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  \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":50750443716903,"sku":null,"price":16000.0,"currency_code":"JPY","in_stock":true},{"title":"19cm","offer_id":50750443749671,"sku":null,"price":16000.0,"currency_code":"JPY","in_stock":true},{"title":"21cm","offer_id":51044453187879,"sku":null,"price":16000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/CA69D4DB-2AA0-4A00-BC6F-54A5F4304E63.jpg?v=1764141042"},{"product_id":"dial-pierce-p52","title":"dial pierce (P52)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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 多角的に光を反射する「dial」デザイン\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 確かな存在感を魅せる 縦 16.0mm×横 15.5mm\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 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 最高峰の質感を誇る Silver 925\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!-- 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 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;\"\u003eSilver\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縦 16.0mm \/ 横 15.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;\"\u003eSilver 925\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。Silver 925は空気や汗に触れることで変色する性質がありますが、こまめにお手入れし密閉袋等で保管いただくことで美しい状態を長く保てます。\u003c\/p\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":50737074340135,"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_49.png?v=1786530867"},{"product_id":"thunder-pierce-p51","title":"thunder pierce (P51)","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    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\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 style=\"border-top: 1px solid #f2f2f2;\" 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シンプルの中に、差別化を図るデザイン。男の余裕と自信を演出するようなデザイン性。\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          \u003cdiv class=\"wanna-slide-container\"\u003e\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;\"\u003eSilver\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内直径 10.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;\"\u003eSilver 925\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        \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;\"\u003eSilver 925 品質保証\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 sliderBody = document.getElementById('wannaSlideBody');\n      const links = {\n        'wanna-pane-size': document.getElementById('wanna-link-size'),\n        'wanna-pane-image': document.getElementById('wanna-link-image')\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 paneSize = document.getElementById('wanna-pane-size');\n      const paneImage = document.getElementById('wanna-pane-image');\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":"Default Title","offer_id":50737074831655,"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_36.png?v=1786529449"},{"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":"pointed-pierce-p49","title":"pointed pierce (P49)","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    \/* CSS Gridによる滑らかなスライドアニメーション *\/\n    .wanna-block-answer-h40 {\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-h40 \u003e div {\n      overflow: hidden;\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      transform: translateY(15px);\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    .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      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 style=\"border-top: 1px solid #f2f2f2;\" class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-h40\" class=\"wanna-block-logic-h40\"\u003e\n    \u003clabel for=\"wanna-block-feat-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 class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-h40 wanna-feat-box-1-h40\"\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-h40 wanna-feat-box-2-h40\"\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高品質なSilver 925素材を採用。肌への優しさと耐久性を兼ね備え、使い込むほど「自分だけの風合い」を楽しめます。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box-h40 wanna-feat-box-3-h40\"\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!-- 2. サイズ・注意事項 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-details-h40\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-details-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-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container-h40\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header-h40\"\u003e\n              \u003ca href=\"#pane-size-h40\" class=\"inner-tab-link-h40 wanna-active\" id=\"link-size-h40\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-h40\" class=\"inner-tab-link-h40\" id=\"link-image-h40\" style=\"margin-right: 16px;\"\u003e注意事項\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body-h40\" id=\"wannaSlideBodyH40\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-h40\" class=\"inner-tab-pane-h40\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table-h40\"\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;\"\u003eSilver\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内径 8.7mm\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;\"\u003eSilver 925\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-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            \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-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;\"\u003eSilver 925 品質保証\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-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      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-h40');\n        const paneImage = document.getElementById('pane-image-h40');\n        if(paneSize) observer.observe(paneSize);\n        if(paneImage) observer.observe(paneImage);\n      }\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737083449639,"sku":null,"price":4600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_29.png?v=1786526704"},{"product_id":"twist-pierce-p43","title":"twist pierce (P43)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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 横顔を魅せる 縦 12.0mm × 横 14.0mm\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 永く愛用できる高品質 Silver 925\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!-- 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 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;\"\u003eSilver\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縦 12.0mm \/ 横 14.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;\"\u003eSilver 925\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。Silver 925は空気や汗に触れることで変色する性質がありますが、こまめにお手入れし密閉袋等で保管いただくことで美しい状態を長く保てます。\u003c\/p\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":50737084662055,"sku":null,"price":5200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_50.png?v=1786530974"},{"product_id":"circle-pierce-p47","title":"circle pierce (P47)","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;\n      height: 0 !important;\n      margin: 0 !important;\n      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;\n      flex-direction: column;\n      position: relative;\n    }\n    \n    .inner-tabs-header-h40 {\n      display: flex;\n      border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link-h40 {\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-h40 {\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-h40::-webkit-scrollbar { display: none; }\n    .inner-tabs-body-h40 { -ms-overflow-style: none; scrollbar-width: none; }\n    \n    .inner-tab-pane-h40 {\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-h40.wanna-active {\n      color: #1a1a1a !important;\n      font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n\n    .wanna-clean-table-h40, .wanna-clean-table-h40 tr, .wanna-clean-table-h40 td {\n      border: none !important;\n      border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-h40\" class=\"wanna-block-logic-h40\"\u003e\n    \u003clabel for=\"wanna-block-feat-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 class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-h40 wanna-feat-box-1-h40\"\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-h40 wanna-feat-box-2-h40\"\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-h40 wanna-feat-box-3-h40\"\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!-- 2. サイズ・注意事項 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-details-h40\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-details-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-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container-h40\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header-h40\"\u003e\n              \u003ca href=\"#pane-size-h40\" class=\"inner-tab-link-h40 wanna-active\" id=\"link-size-h40\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-h40\" class=\"inner-tab-link-h40\" id=\"link-image-h40\" style=\"margin-right: 16px;\"\u003e注意事項\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body-h40\" id=\"wannaSlideBodyH40\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-h40\" class=\"inner-tab-pane-h40\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table-h40\"\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;\"\u003eSilver\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直径 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;\"\u003eSilver 925\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-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            \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-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;\"\u003eSilver 925 品質保証\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-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) {\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      \/\/ スクロール位置を検知してクラスを変更\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 { if(l) 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    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737088463143,"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_37.png?v=1786529534"},{"product_id":"gorgeous-pierce-p38","title":"gorgeous pierce (P38)","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    \/* アイコン変化（プラス → マイナス） *\/\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 選べる2つの表情\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;\"\u003eBlackとSilver、異なる印象を持つ2色展開。日常に自然と溶け込み、気分で選べる。\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\" 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=\"#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;\"\u003eBlack \/ 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縦 10.0mm \/ 横 8.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;\"\u003eSilver 925\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          \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万が一のトラブルにも対応しております。\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' \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":"シルバー","offer_id":50756013031719,"sku":null,"price":4300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":50756013064487,"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_21.png?v=1786525750"},{"product_id":"square-pierce-p41","title":"square pierce (P41)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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 絶妙なバランスを生む 縦 11.0mm コンパクトサイズ\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 澄んだ光沢を引き立てる Silver 925 素材\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 925）を採用。シルバー特有のクリアな輝きと深みあるブラックのコントラストが、本物ならではの上質感を漂わせます。\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\" 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            \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;\"\u003eSilver × Black\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縦 11.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;\"\u003eSilver 925\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。Silver 925は空気や汗に触れることで変色する性質がありますが、こまめにお手入れし密閉袋等で保管いただくことで美しい状態を長く保てます。\u003c\/p\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":50737107173671,"sku":null,"price":4600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_53.png?v=1786531221"},{"product_id":"wavy-line-pierce-p40","title":"wavy line pierce (P40)","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 style=\"border-top: 1px solid #f2f2f2;\" 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素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\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!-- 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;\"\u003eSilver\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縦 約13mm \/ 横 約13mm\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;\"\u003eSilver 925\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;\"\u003eSilver 925 品質保証\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      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      if (wannaPaneSize \u0026\u0026 wannaPaneImage) {\n        wannaObserver.observe(wannaPaneSize);\n        wannaObserver.observe(wannaPaneImage);\n      }\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737110974759,"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_33.png?v=1786527063"},{"product_id":"moissanite-pierce-p39","title":"moissanite pierce (P39)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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 顔まわりに馴染む絶妙な13.0mm\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縦13.0mm×横13.0mmの計算されたボリューム感。派手になりすぎず、上品に主張する絶妙な存在感が横顔の美しさを最大限に引き立てます。\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 肌に優しい厳選素材（Silver 925）\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  \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 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;\"\u003eSilver\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縦 13.0mm \/ 横 13.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;\"\u003eSilver 925 \/ Moissanite（モアッサナイト）\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。モアッサナイトの美しい輝きを保つため、油分や汚れが付着した際は柔らかい布でこまめに手入れすることをおすすめします。密閉袋等で保管いただくと長持ちします。\u003c\/p\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":50737148035367,"sku":null,"price":4700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_43.png?v=1786530316"},{"product_id":"double-ring-r19","title":"double ring (R19)","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 {\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    .finger-btn.active {\n      background: #1890ff;\n      color: #ffffff;\n      border-color: #1890ff;\n      font-weight: 600;\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 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;\"\u003e13mmのワイドな鏡面に刻まれた二重のラインが、光と影を巧みに操ります。計算されたデザインが、Silver925本来の輝きに深みと立体感を加え、指元に確かな存在感を演出。\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;\"\u003e13mmのワイドな存在感は、一本で手元の印象を劇的に変えます。シンプルなコーディネートに合わせるだけで洗練されたアクセントに。重厚感と軽やかさが共存する、Wanna拘りの意匠です。\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は、ジュエリー素材のスタンダードとして世界中で愛される素材。13mmのワイドな鏡面と二重ラインの陰影が、シルバー本来の美しい質感を最大限に引き出します。\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\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        \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            \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;\"\u003e10号〜17号（調節可能） ｜ 太さ 13.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;\"\u003eSilver 925\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メッセージカード（ギフトラッピング限定）\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          \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\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-promise\"\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: 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日以内のご連絡。)\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!-- お手入れ --\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 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. 指選択インタラクティブスクリプト（10号〜17号仕様に調整）\n      const fingerData = {\n        thumb:  { name: \"親指\",   avg: \"19号〜23号\", fit: false },\n        index:  { name: \"人差し指\", avg: \"16号〜22号\", fit: true, note: \"※16号・17号の方\" },\n        middle: { name: \"中指\",   avg: \"15号〜22号\", fit: true, note: \"※15号〜17号の方\" },\n        ring:   { name: \"薬指\",   avg: \"13号〜18号\", fit: true, note: \"※13号〜17号の方\" },\n        pinky:  { name: \"小指\",   avg: \"10号〜14号\", fit: true, note: \"※10号〜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;\"\u003e10号〜17号\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 {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#999; 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;\"\u003e10号〜17号\u003c\/strong\u003eまでの調整範囲となっております。男性平均の${data.name}（${data.avg}）ですと、サイズが小さく入らない可能性がございます。`;\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 shop","offers":[{"title":"Default Title","offer_id":50737184506151,"sku":null,"price":8900.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-20T144025.155.png?v=1787204446"},{"product_id":"english-ring-r12","title":"english ring (R12)","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.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    .finger-btn.active {\n      background: #1890ff;\n      color: #ffffff;\n      border-color: #1890ff;\n      font-weight: 600;\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 \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太さ4.6mmの絶妙なラインで、一本使いはもちろん重ね付けにも映えるアーバンスタイルです。\u003c\/p\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 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;\"\u003e16号〜23号（調節可能） ｜ 太さ 4.6mm\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;\"\u003eSilver 925\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-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!-- 安心保証 --\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\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\u003cp\u003e \u003c\/p\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737215373607,"sku":null,"price":7300.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-20T145235.389.png?v=1787205164"},{"product_id":"thin-necklace-n5","title":"thin necklace (N5)","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-v9 {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス隠し *\/\n    .wanna-block-logic-v9 {\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-v9 {\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-v9:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle-v9 {\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-v9::before, .wanna-icon-toggle-v9::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-v9::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle-v9::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* ゆっくり開閉するスライドアニメーション（CSS Grid） *\/\n    .wanna-block-answer-v9 {\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-v9 \u003e div {\n      overflow: hidden;\n    }\n\n    \/* コンテンツが下から上へ移動しながら現れるアニメーション *\/\n    .wanna-block-answer-inner-v9 {\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-v9:checked + .wanna-block-trigger-v9 + .wanna-block-answer-v9 {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic-v9:checked + .wanna-block-trigger-v9 + .wanna-block-answer-v9 .wanna-block-answer-inner-v9 {\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-v9:checked + .wanna-block-trigger-v9 .wanna-icon-toggle-v9::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic-v9:checked + .wanna-block-trigger-v9 .wanna-icon-toggle-v9::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）順番フェードイン *\/\n    .wanna-feat-box-v9 {\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-v9:checked + .wanna-block-trigger-v9 + .wanna-block-answer-v9 .wanna-feat-box-1-v9 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic-v9:checked + .wanna-block-trigger-v9 + .wanna-block-answer-v9 .wanna-feat-box-2-v9 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic-v9:checked + .wanna-block-trigger-v9 + .wanna-block-answer-v9 .wanna-feat-box-3-v9 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    .wanna-clean-table-v9, .wanna-clean-table-v9 tr, .wanna-clean-table-v9 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-v9\"\u003e\n    \u003cinput class=\"wanna-block-logic-v9\" id=\"wanna-block-feat-v9\" type=\"checkbox\"\u003e \n    \u003clabel class=\"wanna-block-trigger-v9\" for=\"wanna-block-feat-v9\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v9\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v9\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner-v9\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-v9 wanna-feat-box-1-v9\"\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-v9 wanna-feat-box-2-v9\"\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;\"\u003e50cm＋アジャスター5cmで最長55cmまで調整可能。スタイリングに合わせて、常に理想のレングスで首元を演出できます。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box-v9 wanna-feat-box-3-v9\"\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-v9\"\u003e\n    \u003cinput class=\"wanna-block-logic-v9\" id=\"wanna-block-details-v9\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-v9\" for=\"wanna-block-details-v9\"\u003e\n      \u003cspan\u003eサイズ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v9\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v9\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 25px;\" class=\"wanna-block-answer-inner-v9\"\u003e\n          \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table-v9\"\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                  50cm ＋ アジャスター 5cm \/ 幅：1.8mm\u003cbr\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;\"\u003eSilver925\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メッセージカード（別途 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\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item-v9\"\u003e\n    \u003cinput class=\"wanna-block-logic-v9\" id=\"wanna-block-promise-v9\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-v9\" for=\"wanna-block-promise-v9\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v9\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v9\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-v9\"\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-v9\"\u003e\n    \u003cinput class=\"wanna-block-logic-v9\" id=\"wanna-block-care-v9\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-v9\" for=\"wanna-block-care-v9\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle-v9\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer-v9\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner-v9\"\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\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737232216359,"sku":null,"price":13000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/3559CC1A-DE67-47F4-A377-DA5A0C910B5E.jpg?v=1766287154"},{"product_id":"u-pattern-ring-r31","title":"U pattern ring (R31)","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  \u003c!-- アコーディオン外枠等のスタイル --\u003e\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\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\n  \u003c!-- アコーディオンセクション群 --\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 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 Uパターンが宿す彫刻的美しさ\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規則的に刻まれたUパターンが光を多方向に反射し、Silver925本来の輝きを最大限に引き出します。\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太さ9.5mmの重厚な存在感。武骨でありながら洗練された輝きがカジュアルからドレスアップまで対応します。\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  \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 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            \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;\"\u003e19号〜22号（調節可能） ｜ 太さ 9.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;\"\u003eSilver 925\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\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\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              \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-material\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-material\"\u003e\n      \u003cspan\u003eMATERIAL \/ 素材\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: 20px 12px 35px 4px !important;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cp style=\"letter-spacing: 0.08em; margin-bottom: 10px; margin-top: 0; font-weight: 600; color: #1a1a1a;\"\u003eSilver 925\u003c\/p\u003e\n        \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #777; font-size: 12px; line-height: 1.9; letter-spacing: 0.06em; margin-bottom: 0;\"\u003e高品質なスターリングシルバーを採用。9.5mmのワイドな面がSilver925の質感を最大限に引き出し、使い込むほどにあなたの個性を映し出します。\u003c\/p\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-accessories\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-accessories\"\u003e\n      \u003cspan\u003eACCESSORIES \/ 付属品\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: 20px 12px 35px 4px !important;\" class=\"wanna-block-answer-inner\"\u003e\n        \u003cp style=\"letter-spacing: 0.08em; margin: 0; font-weight: 600; color: #1a1a1a;\"\u003eジュエリークロス \/ ショップカード\u003c\/p\u003e\n        \u003cp style=\"color: #999; font-size: 11px; font-family: 'Hiragino Mincho ProN', serif; margin-top: 6px; letter-spacing: 0.06em; margin-bottom: 0;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/p\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 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. 指選択インタラクティブスクリプト\n      const fingerData = {\n        thumb:  { name: \"親指\",   avg: \"19号〜23号\", type: \"fit\", note: \"※19号〜22号の方であれば問題なくご着用いただけます。\" },\n        index:  { name: \"人差し指\", avg: \"16号〜22号\", type: \"fit\", note: \"※19号以上の方であれば問題なくご着用いただけます。\" },\n        middle: { name: \"中指\",   avg: \"15号〜22号\", type: \"fit\", note: \"※19号以上の方であれば問題なくご着用いただけます。\" },\n        ring:   { name: \"薬指\",   avg: \"13号〜18号\", type: \"part\", note: \"※男性平均サイズ（13〜18号）より大きめのため、薬指への着用の場合はサイズが大きく感じられる場合がございます。\" },\n        pinky:  { name: \"小指\",   avg: \"10号〜14号\", type: \"unfit\", note: \"※小指の平均サイズ（10〜14号）に対して本商品は19号〜となるため、サイズが大きすぎます。\" }\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.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;\"\u003e19号〜22号\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:#faad14; 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;\"\u003e19号〜22号\u003c\/strong\u003eまでの調整範囲となっております。男性平均の${data.name}（${data.avg}）ですと、サイズが大きく感じられる可能性がございます。`;\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 {\n          statusBadge = '\u003cspan style=\"display:inline-block; background:#ff4d4f; 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;\"\u003e19号〜22号\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        }\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 shop","offers":[{"title":"Default Title","offer_id":50737237131559,"sku":null,"price":9800.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-20T144855.268.png?v=1787204948"},{"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":"silver-black-ring-r29","title":"silver black ring (R29)","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  \u003c!-- メインコピー --\u003e\n  \u003cdiv style=\"margin-bottom: 40px; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 20px; font-weight: 400; color: #1a1a1a; margin-bottom: 28px; letter-spacing: 0.18em; line-height: 2;\"\u003e黒と銀、静寂が織りなす“調和”の美学を、指先に。\u003c\/p\u003e\n    \n    \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n      \u003cp style=\"font-size: 13px; font-weight: 500; color: #1a1a1a; letter-spacing: 0.12em; margin-bottom: 8px;\"\u003e1. Black \u0026amp; Silverが生む、唯一無二のコントラスト\u003c\/p\u003e\n      \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; line-height: 2.1; letter-spacing: 0.08em;\"\u003e圧倒的な存在感を放つ「黒」と、Silver 925の「安定感」が融合。計算されたコントラストが、手元に唯一無二の洗練をもたらします。ブラックコーデの完成度を劇的に高める、Wanna拘りのマスターピースです。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"margin-bottom: 24px;\"\u003e\n      \u003cp style=\"font-size: 13px; font-weight: 500; color: #1a1a1a; letter-spacing: 0.12em; margin-bottom: 8px;\"\u003e2. どんなスタイルにも馴染む万能リング\u003c\/p\u003e\n      \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; line-height: 2.1; letter-spacing: 0.08em;\"\u003eサイズ調節可能な設計で、どんな指にもぴったりフィット。ブラックコーデへの統一感はもちろん、シルバーの輝きにモードなエッセンスを加えたい方にも最適な一本です。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv style=\"margin-bottom: 0;\"\u003e\n      \u003cp style=\"font-size: 13px; font-weight: 500; color: #1a1a1a; letter-spacing: 0.12em; margin-bottom: 8px;\"\u003e3. Silver925という納得の素材\u003c\/p\u003e\n      \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; line-height: 2.1; letter-spacing: 0.08em;\"\u003e純度92.5%の銀を使用したSilver925は、ジュエリー素材のスタンダードとして世界中で愛される素材。重厚なブラックパーツとシルバー本来の澄んだ輝きが、互いの魅力を最大限に引き立て合います。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- アニメーションスタイル --\u003e\n  \u003cstyle\u003e\n    details[open] .fuwat-at {\n      animation: fuwatFade 0.6s ease-out forwards;\n    }\n    @keyframes fuwatFade {\n      0% { opacity: 0; transform: translateY(-6px); }\n      100% { opacity: 1; transform: translateY(0); }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- SIZE --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eSIZE \/ サイズ \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin: 0;\"\u003eサイズ調節可能\u003c\/p\u003e\n      \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #777; font-size: 12px; line-height: 1.9; margin-top: 6px; letter-spacing: 0.06em; margin-bottom: 0;\"\u003eぴったりのフィット感を希望される方は実際の指周りと同じサイズを、ゆったり着用は大めをお選びください。\u003c\/p\u003e\n      \u003cdiv style=\"margin-top: 14px;\"\u003e\n        \u003ca href=\"https:\/\/wanna-official.com\/pages\/adjustable-ring-guide\" style=\"font-size: 11px; color: #555; letter-spacing: 0.1em; font-family: 'Gill Sans', 'Optima', sans-serif; text-decoration: underline;\"\u003e迷ったらチェック：指ごとの標準サイズと選び方 ›\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- COLOR --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eCOLOR \/ カラー \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin: 0;\"\u003eBlack \u0026amp; Silver\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- MATERIAL --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eMATERIAL \/ 素材 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin-bottom: 10px; margin-top: 0;\"\u003eSilver 925\u003c\/p\u003e\n      \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #777; font-size: 12px; line-height: 1.9; letter-spacing: 0.06em; margin-bottom: 0;\"\u003e高品質なスターリングシルバーを採用。重厚なブラックパーツとシルバー本来の澄んだ輝きが、互いの魅力を最大限に引き立て合います。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ACCESSORIES --\u003e\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eACCESSORIES \/ 付属品 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin: 0;\"\u003eジュエリークロス  \/  ショップカード\u003c\/p\u003e\n      \u003cp style=\"color: #999; font-size: 11px; font-family: 'Hiragino Mincho ProN', serif; margin-top: 6px; letter-spacing: 0.06em; margin-bottom: 0;\"\u003eメッセージカード（ギフトラッピング限定）\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737243619623,"sku":null,"price":6400.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-20T150341.582.png?v=1787205837"},{"product_id":"knit-pierce-p34","title":"knit pierce (P34)","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  \u003cdiv style=\"margin-bottom: 40px; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 16px; font-weight: 500; color: #222; margin-bottom: 15px; letter-spacing: 0.1em;\"\u003e光を通す繊細なライン。心ほどける優しい印象。\u003c\/p\u003e\n    \u003cp style=\"font-family: sans-serif; color: #555;\"\u003e\n      細身のシルエットが耳元に軽やかさを添える、シンプルを極めたピアス。\u003cbr\u003e\n      他にはない独自の「透け感」を持たせたデザインが、柔らかな空気感を纏わせ、表情を優しく引き立てます。\u003cbr\u003e\n      ミニマルながらも細部まで計算された造形が、洗練された大人の余裕を演出する一品です。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom: 35px; background: #fdfdfd; padding: 15px; border-radius: 4px; border: 1px solid #eee;\"\u003e\n    \u003cp style=\"font-family: sans-serif; color: #333; font-size: 11px; line-height: 1.8; text-align: center; margin: 0; font-weight: bold;\"\u003e\n      ※こちらの商品は「1点＝片耳分」となります。\u003cbr\u003e\n      両耳での着用をご希望の場合は、2点ご購入ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #333; padding-left: 15px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 10px; color: #999; letter-spacing: 0.2em; margin-bottom: 5px; font-family: sans-serif; font-weight: bold;\"\u003eCOLOR\u003c\/p\u003e\n    \u003cp\u003eSilver\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #333; padding-left: 15px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 10px; color: #999; letter-spacing: 0.2em; margin-bottom: 5px; font-family: sans-serif; font-weight: bold;\"\u003eSIZE\u003c\/p\u003e\n    \u003cp\u003e縦 14.0mm \/ 横 15.0mm\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #333; padding-left: 15px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 10px; color: #999; letter-spacing: 0.2em; margin-bottom: 5px; font-family: sans-serif; font-weight: bold;\"\u003eMATERIAL\u003c\/p\u003e\n    \u003cp style=\"margin-bottom: 8px;\"\u003eSilver 925\u003c\/p\u003e\n    \u003cp style=\"font-family: sans-serif; color: #666; font-size: 12px; line-height: 1.7;\"\u003e高品質な純銀素材を採用。細身のラインが描く「透け感」がシルバーの輝きに軽やかさを与え、肌なじみの良い上品な質感を生み出しています。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #333; padding-left: 15px; margin-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 10px; color: #999; letter-spacing: 0.2em; margin-bottom: 5px; font-family: sans-serif; font-weight: bold;\"\u003eACCESSORIES\u003c\/p\u003e\n    \u003cp\u003eジュエリークロス \/ ショップカード\u003c\/p\u003e\n    \u003cp style=\"color: #888; font-size: 11px; font-family: sans-serif; margin-top: 4px;\"\u003eメッセージカード（ギフト限定）\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-left: 1px solid #333; padding-left: 15px; margin-bottom: 40px;\"\u003e\n    \u003cp style=\"font-size: 10px; color: #999; letter-spacing: 0.2em; margin-bottom: 5px; font-family: sans-serif; font-weight: bold;\"\u003eSHIPPING\u003c\/p\u003e\n    \u003cp\u003eこちらの商品は「8〜15日程度」で発送です。\u003c\/p\u003e\n    \u003cp style=\"color: #888; font-size: 11px; font-family: sans-serif; margin-top: 4px;\"\u003e発送から1～3日でのお届け（一部地域を除く）\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails style=\"background-color: #fafafa; border-radius: 2px; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 10px; color: #888; letter-spacing: 0.2em; padding: 20px; text-align: center; font-family: sans-serif; font-weight: bold; list-style: none; outline: none;\"\u003e\n      こんな方におすすめ \u003cspan style=\"font-size: 8px; margin-left: 5px; vertical-align: middle;\"\u003e▼\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cdiv style=\"padding: 0 20px 25px 20px; font-size: 12px; color: #555; text-align: center; line-height: 2.4; font-family: sans-serif;\"\u003e\n      · 強すぎる輝きよりも、柔らかな「透け感」を好む方\u003cbr\u003e\n      · 重たくない、細身でスマートな着用感を求めている方\u003cbr\u003e\n      · 優しい印象を与えつつ、個性もしっかり感じさせたい方\u003cbr\u003e\n      · 大切な方へ、上品さと親しみやすさを兼ね備えたギフトを贈りたい方\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737244143911,"sku":null,"price":4000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_59.png?v=1786531894"},{"product_id":"icicle-pierce-p32","title":"icicle pierce (P32)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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 横顔を美しく魅せる 縦 24.0mm × 横 13.0mm\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 氷の結晶のような輝きを放つ Silver 925\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!-- 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 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;\"\u003eSilver \/ Black\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縦 24.0mm \/ 横 13.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;\"\u003eSilver 925\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。Silver 925は空気や汗に触れることで変色する性質がありますが、こまめにお手入れし密閉袋等で保管いただくことで美しい状態を長く保てます。\u003c\/p\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":"ブラック","offer_id":50755995894055,"sku":null,"price":4500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":50755995926823,"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_52.png?v=1786531132"},{"product_id":"dial-pierce-p30","title":"dial pierce (P30)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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 時を刻む「dial」に宿る機能美\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時計の文字盤（dial）を彷彿とさせる精密なディテール。ミニマルなフォルムの中に計算された目盛りや溝が刻まれ、無機質な美しさと圧倒的なデザイン性を放ちます。\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 シャープな陰影を生むSilver 925\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％の高品質素材を採用。dialをイメージした精巧な刻み込みが、Silver 925特有の澄んだ光沢に立体的な陰影を加え、豊かな表情を生み出します。\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!-- 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 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;\"\u003eSilver\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;\"\u003eSilver 925\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。経年変化を楽しみながら、あなただけの一本に。\u003c\/p\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":50737245094183,"sku":null,"price":4200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/Simple_Minimalist_Business_Nail_Logo_41.png?v=1786529927"},{"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":"cross-pierce-p26","title":"cross pierce (P26)","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!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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差別化を図るデザイン。男の余裕と自信を演出するようなデザイン性。\n\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;\"\u003eSilver925素材を使用。優しく滑らかに寄り添い続けます。（金属アレルギーにも対応）\n\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;\"\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!-- 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!-- タブ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;\"\u003eSilver\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縦 13.0mm \/ 横 14.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;\"\u003eSilver 925\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                  \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 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;\"\u003eSilver 925 品質保証\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-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  \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\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"Default Title","offer_id":50737246437671,"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_35.png?v=1786529322"},{"product_id":"twist-necklace-n8","title":"twist necklace (N8)","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  \u003cdiv style=\"margin-bottom: 40px; border-bottom: 1px solid #f2f2f2; padding-bottom: 30px;\"\u003e\n    \u003cp style=\"font-size: 16px; font-weight: 400; color: #1a1a1a; margin-bottom: 18px; letter-spacing: 0.18em; line-height: 2;\"\u003eねじれが、光を踊らせる。\u003c\/p\u003e\n    \u003cp style=\"font-family: 'Hiragino Mincho ProN', serif; color: #555; line-height: 2.1; letter-spacing: 0.08em;\"\u003e捧れたチェーン構造が、光の当たり方次第で表情を変える。\u003cbr\u003e\n      動くたびに輝きが跡を引き、首元に立体的な光沢を生み出す。\u003cbr\u003e\n      シンプルなチェーンに見えて、身に着けるとわかる、その違い。\u003cbr\u003e\u003cbr\u003e\n\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    details[open] .fuwat-at {\n      animation: fuwatFade 0.6s ease-out forwards;\n    }\n    @keyframes fuwatFade {\n      0% { opacity: 0; transform: translateY(-6px); }\n      100% { opacity: 1; transform: translateY(0); }\n    }\n  \u003c\/style\u003e\n\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eSIZE \/ サイズ \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em;\"\u003e45cm \/ 50cm \/ 55cm\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eSIZE IMAGE \/ サイズ感のイメージ \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eMATERIAL \/ 素材 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em; margin-bottom: 10px;\"\u003eSilver925\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom: 1px solid #f2f2f2; cursor: pointer;\"\u003e\n    \u003csummary style=\"font-size: 11px; color: #444; letter-spacing: 0.3em; padding: 18px 0; font-family: 'Gill Sans', 'Optima', sans-serif; font-weight: 400; list-style: none; outline: none; display: flex; justify-content: space-between; align-items: center;\"\u003eACCESSORIES \/ 付属品 \u003cspan style=\"font-size: 10px;\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n    \u003cdiv class=\"fuwat-at\" style=\"padding: 0 0 20px 18px; border-left: 1px solid #bbb;\"\u003e\n      \u003cp style=\"letter-spacing: 0.08em;\"\u003eジュエリークロス  \/  ショップカード\u003c\/p\u003e\n      \u003cp style=\"color: #999; font-size: 11px; font-family: 'Hiragino Mincho ProN', serif; margin-top: 6px; letter-spacing: 0.06em;\"\u003eメッセージカード（別途 200円）\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Wanna shop","offers":[{"title":"45cm","offer_id":50750195073319,"sku":null,"price":19000.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":50750195106087,"sku":null,"price":19000.0,"currency_code":"JPY","in_stock":false},{"title":"55cm","offer_id":50750195138855,"sku":null,"price":19000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/O1CN01YahJMQ1nab4xGpB0M__2209131245106-0-cib_fd94663f-2f3c-4f9c-a431-5acbb863fec6.jpg?v=1764196715"},{"product_id":"bamboo-pierce-p22","title":"bamboo pierce (P22)","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  \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 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の重厚感と、節を活かした立体的なフォルムが唯一無二の存在感を放ちます。\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;\"\u003e高品質な純銀素材（Silver 925）を採用。節目を再現した細やかな意匠が光を複雑に反射させ、耳元に深みのある存在感と品をもたらします。\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\" 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            \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縦 14.8mm \/ 横 15.7mm\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;\"\u003eSilver\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;\"\u003eSilver 925\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                \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                  \u003cul style=\"margin: 0; padding-left: 14px; color: #666; font-size: 11px; line-height: 1.9; letter-spacing: 0.04em;\"\u003e\n                    \u003cli\u003e個性的でありながら、気品を感じさせるデザインを求める方\u003c\/li\u003e\n                    \u003cli\u003eコーディネート全体の質（クラス感）を上げたい方\u003c\/li\u003e\n                    \u003cli\u003e竹（バンブー）モチーフの直線美と存在感を好む方\u003c\/li\u003e\n                    \u003cli\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          \n        \u003c\/div\u003e\n        \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 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;\"\u003eSilver 925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された高品質なスターリングシルバー（Silver 925）素材を使用しております。\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。空気に触れにくいジップ付き袋等で保管いただくことで、Silver 925特有の美しさをより長くお楽しみいただけます。\u003c\/p\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":50743235379495,"sku":null,"price":5000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/98E6115F-1087-40D4-A9B0-7D6DBB34485C_158fe834-410c-4f44-a611-49f849d23b3f.jpg?v=1764196834"},{"product_id":"twist-pierce-p21","title":"twist pierce (P21)","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      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      transform: translateY(15px);\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      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 style=\"border-top: 1px solid #f2f2f2;\" class=\"wanna-block-item-h40\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-h40\" class=\"wanna-block-logic-h40\"\u003e\n    \u003clabel for=\"wanna-block-feat-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 class=\"wanna-block-answer-inner-h40\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box-h40 wanna-feat-box-1-h40\"\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-h40 wanna-feat-box-2-h40\"\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-h40 wanna-feat-box-3-h40\"\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!-- 2. サイズ・注意事項 --\u003e\n  \u003cdiv class=\"wanna-block-item-h40\"\u003e\n    \u003cinput class=\"wanna-block-logic-h40\" id=\"wanna-block-details-h40\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger-h40\" for=\"wanna-block-details-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-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner-h40\"\u003e\n          \n          \u003cdiv class=\"wanna-slide-container-h40\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header-h40\"\u003e\n              \u003ca href=\"#pane-size-h40\" class=\"inner-tab-link-h40 wanna-active\" id=\"link-size-h40\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-h40\" class=\"inner-tab-link-h40\" id=\"link-image-h40\" style=\"margin-right: 16px;\"\u003e注意事項\u003c\/a\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"inner-tabs-body-h40\" id=\"wannaSlideBodyH40\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-h40\" class=\"inner-tab-pane-h40\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table-h40\"\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;\"\u003eSilver\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縦 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;\"\u003eSilver 925\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-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            \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-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;\"\u003eSilver 925 品質保証\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-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":"Default Title","offer_id":50743270637863,"sku":null,"price":4500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/CE3C6EEB-67F8-470A-862E-47DBDE088EEC_e48481b4-fe79-49eb-973e-a03fae73add8.jpg?v=1764196927"},{"product_id":"black-pierce-p20","title":"black pierce (P20)","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  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv style=\"border-top: 1px solid #f2f2f2;\" 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 耳元に馴染む絶妙な縦 約14mm×横 約17mm\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 肌に優しく上質な Silver 925 素材\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 925）を採用。肌への優しさと確かな耐久性を追求し、使い込むことで生まれる「自分だけの風合い」をお楽しみいただけます。\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\" 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            \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;\"\u003eBlack \/ 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縦 約14mm \/ 横 約17mm\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;\"\u003eSilver 925\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\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 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;\"\u003eSilver 925 品質保証\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\" 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ご使用後は付属のクロスで優しく拭き取ってください。Silver 925は空気や汗に触れることで変色する性質がありますが、こまめにお手入れし密閉袋等で保管いただくことで美しい状態を長く保てます。\u003c\/p\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":50743304257831,"sku":null,"price":4800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/45943FAF-0572-4473-812A-DCC1DBA887FF_7aee0f7c-4b70-43ff-9f82-c5a8f0dd4b39.jpg?v=1764196996"},{"product_id":"mix-pierce-p16","title":"mix pierce (P16)","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\" 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素材を使用。使い込むほどに手首に馴染み、寄り添い続けます。（金属アレルギーにも対応）\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シンプルの極みは100%の馴染みやすさ。P16はどんなスタイルにも調和してくれるデザイン性になっております。\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=\"#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            \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\n                        縦 13.0mm \/ 横 14.0mm\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #777; display: inline-block; margin-top: 4px; font-family: 'Gill Sans', 'Optima', sans-serif;\"\u003e[ ゲージ \/ ポスト ] 20G \/ 約 9.0mm\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=\"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          \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万が一のトラブルにも対応しております。\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":50743342235943,"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_14.png?v=1786524682"}],"url":"https:\/\/wanna-official.com\/collections\/all-items-ranking.oembed?page=8","provider":"Wanna","version":"1.0","type":"link"}