{"product_id":"square-ring-r18","title":"square ring (R18)","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  \/* 選択時ボタン色（アクティブ） *\/\n  .finger-btn.active {\n    background: #1890ff;\n    color: #ffffff;\n    border-color: #1890ff;\n    font-weight: 600;\n  }\n\n  @media screen and (max-width: 480px) {\n    .inner-tab-pane { padding: 20px 0px 10px 0px !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!-- 商品仕様 --\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\n            \u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e ツイストが生む、圧倒的な存在感\n          \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            光を反射する立体的なデザイン。シンプルの中に圧倒的な存在感を演出。\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\n            \u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 適用性\n          \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            着用するだけで、どんなファッションにも馴染む。美しい使い方で毎日の質を自然と引き上げる。\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\n            \u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e 選び抜かれた Silver925 素材\n          \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            世界標準のジュエリー素材、純度92.5%のシルバーを使用。肌触りが良く、指に滑らかに寄り添い続けます。\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 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;\"\u003e12号～21号（調節可能） ｜ 幅 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;\"\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-anc\" class=\"inner-tab-pane\"\u003e\n              \u003cdiv style=\"background-color: #fafafa; padding: 22px 18px; border-radius: 2px; margin-bottom: 10px; text-align: center;\"\u003e\n\n                \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.12em; margin-top: 0; margin-bottom: 4px;\"\u003e\n                  どの指に着用したいですか？\n                \u003c\/p\u003e\n                \u003cp style=\"font-size: 10px; color: #888; margin-top: 0; margin-bottom: 16px; letter-spacing: 0.05em;\"\u003e\n                  ※男性平均サイズを基準としています\n                \u003c\/p\u003e\n\n                \u003c!-- 指選択ボタン --\u003e\n                \u003cdiv style=\"display: flex; gap: 4px; margin-bottom: 18px;\"\u003e\n                  \u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"thumb\"\u003e親指\u003c\/button\u003e\n                  \u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"index\"\u003e人差し指\u003c\/button\u003e\n                  \u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"middle\"\u003e中指\u003c\/button\u003e\n                  \u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"ring\"\u003e薬指\u003c\/button\u003e\n                  \u003cbutton type=\"button\" class=\"finger-btn\" data-finger=\"pinky\"\u003e小指\u003c\/button\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 判定結果表示エリア --\u003e\n                \u003cdiv id=\"wanna-size-result\" style=\"text-align: left; background-color: #fff; border: 1px solid #eaeaea; padding: 16px; border-radius: 2px; min-height: 75px;\"\u003e\n                  \u003cp style=\"font-size: 11px; color: #888; text-align: center; margin: 15px 0;\"\u003e\n                    上のボタンから、ご希望の指を選択してください。\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 注記 --\u003e\n                \u003cp style=\"font-size: 10px; color: #888; line-height: 1.6; margin: 14px 0 0 0; text-align: left; padding-left: 2px;\"\u003e\n                  ※正確な着用感やフィット感をお確かめになりたい場合は、事前にご自身の指のサイズ（号数）を計測していただくことをおすすめいたします。\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-promise\" type=\"checkbox\"\u003e \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\n          ご使用後は付属のクロスで優しく拭き取ってください。密閉できる袋等で保管いただくと、美しい輝きをより長く保つことができます。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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    \/\/ タブクリック時の挙動\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]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      const pane1 = document.getElementById('pane-size-anc');\n      const pane2 = document.getElementById('pane-image-anc');\n      if(pane1) observer.observe(pane1);\n      if(pane2) observer.observe(pane2);\n    }\n\n    \/\/ 2. 指選択インタラクティブスクリプト（当商品の12号〜21号に適用）\n    const fingerData = {\n      thumb:  { name: \"親指\",   avg: \"19号〜23号\", type: \"part\", note: \"※19号〜21号の方であれば着用可能です。22号以上の方はサイズが小さく感じられる場合がございます。\" },\n      index:  { name: \"人差し指\", avg: \"16号〜22号\", type: \"fit\", note: \"※16号〜21号の方に対応しています。\" },\n      middle: { name: \"中指\",   avg: \"15号〜22号\", type: \"fit\", note: \"※15号〜21号の方に対応しています。\" },\n      ring:   { name: \"薬指\",   avg: \"13号〜18号\", type: \"fit\" },\n      pinky:  { name: \"小指\",   avg: \"10号〜14号\", type: \"part\", note: \"※12号〜14号の方のみ着用可能です。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 || !resultBox) return;\n\n      \/\/ ボタンアクティブ制御\n      btns.forEach(b =\u003e {\n        if(b.getAttribute('data-finger') === key) {\n          b.classList.add('active');\n        } else {\n          b.classList.remove('active');\n        }\n      });\n\n      \/\/ 判定結果表示コンテンツ生成\n      let statusBadge = '';\n      let detailText = '';\n\n      if(data.type === \"fit\") {\n        statusBadge = '\u003cspan style=\"display:inline-block; background:#1890ff; color:#fff; font-size:10px; padding:2px 8px; border-radius:2px; margin-bottom:8px; letter-spacing:0.1em;\"\u003e着用可能\u003c\/span\u003e';\n        detailText = `こちらの商品は\u003cstrong style=\"color:#1a1a1a;\"\u003e12号〜21号\u003c\/strong\u003eまでサイズ調節が可能ですので、男性平均（${data.avg}）の\u003cstrong\u003e${data.name}\u003c\/strong\u003eにぴったり着用していただけます。`;\n        if(data.note) {\n          detailText += `\u003cbr\u003e\u003cspan style=\"font-size:10px; color:#888; margin-top:4px; display:inline-block;\"\u003e${data.note}\u003c\/span\u003e`;\n        }\n      } else if(data.type === \"part\") {\n        statusBadge = '\u003cspan style=\"display:inline-block; background:#1890ff; color:#fff; font-size:10px; padding:2px 8px; border-radius:2px; margin-bottom:8px; letter-spacing:0.1em;\"\u003e一部着用可能\u003c\/span\u003e';\n        detailText = `こちらの商品は\u003cstrong style=\"color:#1a1a1a;\"\u003e12号〜21号\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      }\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","brand":"Wanna","offers":[{"title":"Default Title","offer_id":51595561402663,"sku":null,"price":9500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/2_1_7db9ddc9-c928-4a79-a84a-dae9856ab225.jpg?v=1784248936","url":"https:\/\/wanna-official.com\/en\/products\/square-ring-r18","provider":"Wanna","version":"1.0","type":"link"}