{"product_id":"chain-necklace-n26","title":"chain necklace (N26)","description":"\u003cdiv style=\"font-size: 13px; color: #444; line-height: 1.95; letter-spacing: 0.06em; max-width: 550px; margin: 0 auto; font-family: 'Hiragino Mincho ProN', 'serif'; -webkit-text-size-adjust: 100%;\"\u003e\n\n  \u003cstyle\u003e\n    \/* アコーディオン外枠 *\/\n    .wanna-block-item {\n      border-bottom: 1px solid #f2f2f2;\n      width: 100%;\n    }\n    \n    \/* チェックボックス非表示 *\/\n    .wanna-block-logic {\n      display: none !important;\n      visibility: hidden !important;\n      opacity: 0 !important;\n      position: absolute !important;\n      appearance: none !important;\n      -webkit-appearance: none !important;\n      width: 0 !important; height: 0 !important;\n      margin: 0 !important; padding: 0 !important;\n    }\n\n    \/* 見出し（トリガー） *\/\n    .wanna-block-trigger {\n      width: 100%;\n      padding: 26px 0 !important;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      font-size: 11px;\n      color: #444;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-weight: 400;\n      letter-spacing: 0.3em;\n      position: relative;\n      user-select: none;\n    }\n    .wanna-block-trigger:hover { color: #888; }\n\n    \/* プラス・マイナスアイコン *\/\n    .wanna-icon-toggle {\n      width: 14px; height: 14px;\n      position: relative;\n      transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n      margin-right: 4px;\n    }\n    .wanna-icon-toggle::before, .wanna-icon-toggle::after {\n      content: \"\";\n      position: absolute;\n      background-color: #1a1a1a;\n      transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;\n    }\n    .wanna-icon-toggle::before { width: 100%; height: 1px; top: 50%; left: 0; transform: translateY(-50%); }\n    .wanna-icon-toggle::after  { width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }\n\n    \/* ゆっくり開閉するスライドアニメーション（CSS Grid） *\/\n    .wanna-block-answer {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.7s cubic-bezier(0.25, 1, 0.3, 1);\n    }\n    \n    .wanna-block-answer \u003e div {\n      overflow: hidden;\n    }\n\n    \/* コンテンツが下から上へ少し移動しながら現れるアニメーション *\/\n    .wanna-block-answer-inner {\n      padding: 10px 0 35px 4px !important; \n      font-size: 12px;\n      color: #555;\n      opacity: 0;\n      transform: translateY(15px);\n      transition: opacity 0.3s ease, transform 0.3s ease;\n    }\n\n    \/* 開閉時のアニメーション発動 *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer {\n      grid-template-rows: 1fr;\n    }\n\n    \/* 開いたときに文字が「下から上へ」動きながらフェードイン *\/\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-block-answer-inner {\n      opacity: 1;\n      transform: translateY(0);\n      transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, \n                  transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;\n    }\n\n    \/* アイコン変化（プラス -\u003e マイナス） *\/\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::after {\n      transform: translateX(-50%) rotate(90deg);\n      opacity: 0;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger .wanna-icon-toggle::before {\n      background-color: #a0a0a0;\n    }\n\n    \/* 「商品仕様」内の要素（01\/ 02\/ 03\/）も順番に下から上へフェードイン *\/\n    .wanna-feat-box {\n      opacity: 0;\n      transform: translateY(10px);\n      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-1 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.15s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-2 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.3s;\n    }\n    .wanna-block-logic:checked + .wanna-block-trigger + .wanna-block-answer .wanna-feat-box-3 {\n      opacity: 1; transform: translateY(0); transition-delay: 0.45s;\n    }\n\n    \/* タブ切り替えレイアウト *\/\n    .wanna-slide-container {\n      display: flex; flex-direction: column; position: relative;\n    }\n    .inner-tabs-header {\n      display: flex; border-bottom: 1px solid #f2f2f2;\n    }\n    .inner-tab-link {\n      flex: 1; text-decoration: none; text-align: center;\n      padding: 14px 0 !important;\n      font-family: 'Gill Sans', 'Optima', sans-serif;\n      font-size: 10px; letter-spacing: 0.15em;\n      color: #999; cursor: pointer; transition: all 0.3s;\n      border-bottom: 1px solid transparent;\n      user-select: none; -webkit-tap-highlight-color: transparent;\n    }\n    .inner-tab-link.wanna-active {\n      color: #1a1a1a !important; font-weight: 500 !important;\n      border-bottom: 1px solid #1a1a1a !important;\n    }\n    .inner-tabs-body {\n      display: flex; overflow-x: auto; scroll-behavior: smooth;\n      scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;\n    }\n    .inner-tabs-body::-webkit-scrollbar { display: none; }\n    .inner-tabs-body { -ms-overflow-style: none; scrollbar-width: none; }\n    .inner-tab-pane {\n      width: 100%; flex-shrink: 0; scroll-snap-align: start;\n      box-sizing: border-box; padding: 26px 12px 10px 12px !important;\n    }\n    .wanna-clean-table, .wanna-clean-table tr, .wanna-clean-table td {\n      border: none !important; border-collapse: collapse !important;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- 1. 商品仕様 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-feat-anchor\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-feat-anchor\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e商品仕様\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-1\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e01 \/\u003c\/span\u003e 程よい存在感の2.6mm幅\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e主張しすぎず、しっかりと存在感を放つ2.6mm幅。細部まで精緻に仕上げられたリンク構造が、上品な輝きを演出します。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 35px;\" class=\"wanna-feat-box wanna-feat-box-2\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e02 \/\u003c\/span\u003e 万能なシンプルデザイン\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003eTシャツやニット、シャツなどスタイリングを選ばずに馴染む洗練されたアンカーチェーン。日常使いに最適な一本です。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"margin-bottom: 5px;\" class=\"wanna-feat-box wanna-feat-box-3\"\u003e\n            \u003cp style=\"font-size: 12px; font-weight: 600; color: #1a1a1a; letter-spacing: 0.14em; margin-bottom: 10px;\"\u003e\u003cspan style=\"font-family: 'Gill Sans', sans-serif; margin-right: 6px; color: #888;\"\u003e03 \/\u003c\/span\u003e Silver925素材\u003c\/p\u003e\n            \u003cp style=\"color: #666; line-height: 1.95; margin-top: 0; margin-bottom: 0; padding-left: 4px; letter-spacing: 0.05em;\"\u003e純度92.5%の純銀を使用。肌なじみがよく、日常のアクセントとして快適にお使いいただけます。（金属アレルギーにも対応）\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2. サイズ・着用感（横スライドタブ仕様） --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-details-anchor\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-details-anchor\"\u003e\n      \u003cspan\u003eサイズ・着用感\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 25px !important;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cdiv class=\"wanna-slide-container\"\u003e\n            \n            \u003cdiv class=\"inner-tabs-header\"\u003e\n              \u003ca href=\"#pane-size-anchor\" class=\"inner-tab-link wanna-active\" id=\"link-size-anchor\" style=\"margin-left: 16px;\"\u003eサイズ仕様\u003c\/a\u003e\n              \u003ca href=\"#pane-image-anchor\" class=\"inner-tab-link\" id=\"link-image-anchor\" style=\"margin-right: 16px;\"\u003eサイズイメージ\u003c\/a\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"inner-tabs-body\" id=\"wannaSlideBodyAnchor\"\u003e\n              \u003c!-- タブ1: サイズ仕様 --\u003e\n              \u003cdiv id=\"pane-size-anchor\" class=\"inner-tab-pane\"\u003e\n                \u003ctable style=\"width: 100%; font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\" class=\"wanna-clean-table\"\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; width: 25%; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003eサイズ\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e45cm \/ 50cm \/ 55cm（チェーン幅: 2.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;\"\u003eSilver925\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd style=\"padding: 14px 0; color: #1a1a1a; font-weight: 500; vertical-align: top;\"\u003e付属品\u003c\/td\u003e\n                      \u003ctd style=\"padding: 14px 0; vertical-align: top;\"\u003e\n                        ジュエリークロス \/ ショップカード\u003cbr\u003e\n                        \u003cspan style=\"font-size: 11px; color: #999; display: inline-block; margin-top: 4px;\"\u003eメッセージカード（別途 200円）\u003c\/span\u003e\n                      \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n\n              \u003c!-- タブ2: サイズイメージ --\u003e\n              \u003cdiv id=\"pane-image-anchor\" class=\"inner-tab-pane\"\u003e\n                \u003cdiv style=\"font-size: 12px; color: #555; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n                  \u003c!-- お手元の画像URLがある場合は src を差し替えてください --\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スタイルやお好みに合わせて選べる3サイズ展開。\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                    \u003cp style=\"margin: 0;\"\u003e服の上から余裕を持って重ねたい方 ＝ \u003cspan style=\"color: #1a1a1a; font-weight: 500;\"\u003e55cmがおすすめ\u003c\/span\u003e\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 3. 安心保証 --\u003e\n  \u003cdiv class=\"wanna-block-item\"\u003e\n    \u003cinput type=\"checkbox\" id=\"wanna-block-promise-anchor\" class=\"wanna-block-logic\"\u003e\n    \u003clabel for=\"wanna-block-promise-anchor\" class=\"wanna-block-trigger\"\u003e\n      \u003cspan\u003e安心保証\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 12px; color: #565656; line-height: 1.95; letter-spacing: 0.05em;\"\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e返品・交換サポート\u003c\/strong\u003e\u003cbr\u003e万が一のトラブルにも対応しております。\u003cbr\u003e\u003cspan style=\"font-size: 11px; color: #888;\"\u003e※受取後5日以内のご連絡をお願いいたします。\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 18px; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003eSilver925 品質保証\u003c\/strong\u003e\u003cbr\u003e厳選された純銀素材のみを使用。\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 0; padding-left: 16px; position: relative;\"\u003e\n              \u003cspan style=\"position: absolute; left: 0; color: #1a1a1a;\"\u003e✓\u003c\/span\u003e\u003cstrong style=\"color: #1a1a1a; font-weight: 600;\"\u003e公式LINE 相談窓口\u003c\/strong\u003e\u003cbr\u003eサイズ選びやスタイリングのご相談に直接お答えします。\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. お手入れ --\u003e\n  \u003cdiv style=\"margin-bottom: 50px;\" class=\"wanna-block-item\"\u003e\n    \u003cinput class=\"wanna-block-logic\" id=\"wanna-block-care-anchor\" type=\"checkbox\"\u003e\n    \u003clabel class=\"wanna-block-trigger\" for=\"wanna-block-care-anchor\"\u003e\n      \u003cspan\u003eお手入れ\u003c\/span\u003e\n      \u003cspan class=\"wanna-icon-toggle\"\u003e\u003c\/span\u003e\n    \u003c\/label\u003e\n    \u003cdiv class=\"wanna-block-answer\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"padding-top: 15px; padding-bottom: 30px;\" class=\"wanna-block-answer-inner\"\u003e\n          \u003cp style=\"margin: 0; color: #666; line-height: 1.95; letter-spacing: 0.05em;\"\u003e数回ご着用後や黒ずみが気になってきた際に、付属のクロスで優しく磨いてください。\u003cbr\u003e簡単に本来の美しい輝きを取り戻せます。\u003cbr\u003e\u003cbr\u003e経年変化を楽しみながら、長くご愛用ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function() {\n      const sliderBody = document.getElementById('wannaSlideBodyAnchor');\n      const links = {\n        'pane-size-anchor': document.getElementById('link-size-anchor'),\n        'pane-image-anchor': document.getElementById('link-image-anchor')\n      };\n\n      \/\/ タブクリック時の挙動\n      Object.values(links).forEach(link =\u003e {\n        link.addEventListener('click', function(e) {\n          e.preventDefault();\n          const targetId = this.getAttribute('href').substring(1);\n          const targetPane = document.getElementById(targetId);\n          if(targetPane) {\n            sliderBody.scrollTo({ left: targetPane.offsetLeft, behavior: 'smooth' });\n          }\n        });\n      });\n\n      \/\/ スクロール検知によるタブのアクティブ化\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e= 0.6) {\n            Object.values(links).forEach(l =\u003e l.classList.remove('wanna-active'));\n            if(links[entry.target.id]) links[entry.target.id].classList.add('wanna-active');\n          }\n        });\n      }, { root: sliderBody, threshold: 0.6 });\n\n      observer.observe(document.getElementById('pane-size-anchor'));\n      observer.observe(document.getElementById('pane-image-anchor'));\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Wanna","offers":[{"title":"45cm","offer_id":52051701498151,"sku":null,"price":14000.0,"currency_code":"JPY","in_stock":true},{"title":"50cm","offer_id":52051701530919,"sku":null,"price":14000.0,"currency_code":"JPY","in_stock":true},{"title":"55cm","offer_id":52051701563687,"sku":null,"price":14000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/4330\/3207\/files\/SimpleMinimalistBusinessNailLogo-2026-09-11T095111.542.png?v=1789087886","url":"https:\/\/wanna-official.com\/en\/products\/chain-necklace-n26","provider":"Wanna","version":"1.0","type":"link"}