{"title":"11号","description":"","products":[{"product_id":"new-bizarre-ビザール-カテドラルクラウンシルバーリング-srj142","title":"Bizarre\/ビザール  カテドラルクラウンシルバーリング SRJ142","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e聖なる冠、指元に宿る存在感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e神々しい大聖堂カテドラルと\u003cstrong\u003e成功の象徴\u003c\/strong\u003eクラウンが融合。Bizarreならではのゴシックデザインが、指元に唯一無二の輝きと確かな存在感をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ-142-2.jpg?v=1762757594\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eBizarreが贈る至高のデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e輝く素材、選べる個性の主張\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e925シルバーにブラックルテニウムメッキと\u003cstrong\u003eキュービックジルコニアの輝き\u003c\/strong\u003e。異なる表情を持つ二つのリングが、あなたのスタイルに深みと洗練を添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ142_00.jpg?v=1762757594\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された素材のコントラスト\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e変わる私に寄り添う自由なフィット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約10mmの幅に凝縮された精巧なディテールが、指に心地よくフィット。\u003cstrong\u003eフリーサイズ\u003c\/strong\u003eだから、気分や装いに合わせて自在にサイズ調整が可能です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ142_01_172d2587-bcdc-45a0-8ed2-b6c84b987e54.jpg?v=1762757594\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日を彩る心地よい着け心地\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e神々の住む世界を表したと言われる大聖堂カテドラルをモチーフにしたカテドラルコレクション。新たにゴシック調のクラウンリングが新発売です。成功のシンボルとも言われるクラウン（王冠）をモチーフに、ビザールらしいフォルムにデザインされています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e程よいボリューム感で指元にしっかりと存在感\u003c\/li\u003e\n                    \u003cli\u003e男女ともにおすすめ\u003c\/li\u003e\n                    \u003cli\u003eフリーサイズのため、後々サイズ変更が容易\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%AB%E3%83%86%E3%83%89%E3%83%A9%E3%83%AB\"\u003eその他のカテドラルコレクションはこちら\u003c\/a\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e素材\u003c\/th\u003e\n                                \u003ctd\u003e925silver、BK:ブラックルテメッキ、石：キュービックジルコニア\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\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e幅 約10mm\u003c\/td\u003e\n                                \u003ctd\u003e厚さ 最大約2mm\u003c\/td\u003e\n                                \u003ctd\u003e重さ 約5.8g\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\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eその他情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e贈り物として：\u003c\/p\u003e\n                \u003cul class=\"point-list\"\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                    \u003cli\u003e自分へのご褒美などにも\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。\u003c\/p\u003e\n                \u003cp\u003e→\u003ca title=\"GIFTラッピング\" href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\"\u003eGift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n                \u003cp\u003eビザール唯一の直営店\u003c\/p\u003e\n                \u003cp\u003e→\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/p\u003e\n                \u003cp\u003eシルバーアクセサリーブランド＜ビザール＞\u003c\/p\u003e\n                \u003cp\u003e→\u003ca title=\"コンセプト\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"10号 \/ シルバー","offer_id":42974155702361,"sku":"SRJ142SV10","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ ブラック","offer_id":42974155735129,"sku":"SRJ142BK10","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ シルバー","offer_id":42974155767897,"sku":"SRJ142SV11","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ブラック","offer_id":42974155800665,"sku":"SRJ142BK11","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ シルバー","offer_id":42974155833433,"sku":"SRJ142SV12","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ブラック","offer_id":42974155866201,"sku":"SRJ142BK12","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974155898969,"sku":"SRJ142SV13","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ブラック","offer_id":42974155931737,"sku":"SRJ142BK13","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ シルバー","offer_id":42974155964505,"sku":"SRJ142SV14","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ブラック","offer_id":42974155997273,"sku":"SRJ142BK14","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974156030041,"sku":"SRJ142SV15","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ブラック","offer_id":42974156062809,"sku":"SRJ142BK15","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ シルバー","offer_id":42974156095577,"sku":"SRJ142SV16","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ブラック","offer_id":42974156128345,"sku":"SRJ142BK16","price":17600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ-142-2.jpg?v=1762757594"},{"product_id":"new-blanche-ブランシュ-charmant-シャルモン-シルバーring-br062","title":"Blanche\/ブランシュ Charmant (シャルモン) シルバーRing BR062","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eブランシュ 洗練された煌めき\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された\u003cstrong\u003e925シルバー\u003c\/strong\u003eが指元で眩い輝きを放ち、ブランドの確かな品質とこだわりを感じさせます。どんなスタイルにもフィットする普遍的な美しさです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-NEWcopy.jpg?v=1762757632\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eブランドが誇る上質な輝き\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eジェンダーレスな三角フォルム\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eシャープな三角を象ったデザインは、細身ながらも確かな存在感を放ちます。\u003cstrong\u003eピンキーリングやファランジリング\u003c\/strong\u003eとして、自由な発想で楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR062-2.jpg?v=1762757632\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e指元を飾る独創的デザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e輝きを永く保つ特別リング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e変色防止の\u003cstrong\u003eアンチターニッシュコーティング\u003c\/strong\u003eにより、シルバー特有の美しい輝きが長持ちします。自分へのご褒美や大切な人への贈り物にも最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR062-4.jpg?v=1762757631\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eお手入れ簡単ずっと綺麗\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e三角を象ったデザインの魅力をご紹介します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・加工\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e使用されている素材とその特性について。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 925シルバー\u003c\/li\u003e\n                \u003cli\u003e加工: 変色防止(アンチターニッシュ)コーティング済\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eリングの具体的な寸法と重量です。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e幅\u003c\/th\u003e\n                            \u003ctd\u003e約2.6mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e厚さ\u003c\/th\u003e\n                            \u003ctd\u003e約1.5mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                            \u003ctd\u003e約1.1g (4号〜11号)\u003cbr\u003e約1.2g (12号〜18号)\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e推奨利用シーン\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e贈り物や自分へのご褒美に最適です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\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                \u003cli\u003e自分へのご褒美\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eBR062\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eご購入・ラッピングについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eギフトラッピングに関するご案内です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eラッピングをご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文ください。ブランシュの商品は有料ラッピングの対象外です。ギフトラッピングをご希望の場合は、\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003e無料ギフトラッピング\u003c\/a\u003eをご注文ください。（BOXではなくブランシュロゴ入り巾着とショッパーでのお届けとなります。）\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e関連情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eブランシュに関するその他の情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eビザール唯一の直営店: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上・お手入れ上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eブランシュのシルバーカラー商品は全て変色防止(アンチターニッシュ)コーティングを施しております。コーティングが剥がれる可能性があるため、\u003cstrong\u003eシルバー専用ポリッシュ等でのお手入れはお控えください。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"4号","offer_id":42974142627929,"sku":"BR062SV4","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"5号","offer_id":42974142660697,"sku":"BR062SV5","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"6号","offer_id":42974142693465,"sku":"BR062SV6","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"7号","offer_id":42974142726233,"sku":"BR062SV7","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"8号","offer_id":42974142759001,"sku":"BR062SV8","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"9号","offer_id":42974142791769,"sku":"BR062SV9","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974142824537,"sku":"BR062SV10","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"11号","offer_id":42974142857305,"sku":"BR062SV11","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974142890073,"sku":"BR062SV12","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974142922841,"sku":"BR062SV13","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974142955609,"sku":"BR062SV14","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974142988377,"sku":"BR062SV15","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974143021145,"sku":"BR062SV16","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974143053913,"sku":"BR062SV17","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974143086681,"sku":"BR062SV18","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-NEWcopy.jpg?v=1762757632"},{"product_id":"new-blanche-ブランシュ-aimable-エマーブル-シルバーring-br061","title":"Blanche\/ブランシュ Aimable (エマーブル) シルバーRing BR061","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e指先に溶け込むツイストリング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e繊細なツイストラインとシャープなバープレートが融合し、指元に\u003cstrong\u003eモダンな抜け感\u003c\/strong\u003eを演出します。約0.5gの軽やかな着け心地で、毎日を心地よく彩ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR060-1_9fd612f0-885b-44f1-879f-f4644d4aa79d.jpg?v=1762757633\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e軽やかなモダンデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e輝き続く925シルバーの証\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e純度92.5%のシルバーが放つ\u003cstrong\u003e上質な輝き\u003c\/strong\u003e。変色防止コーティングが施されているため、特別な手入れなく美しい状態が長持ちし、忙しい日常に寄り添います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR060-3_63a28601-7e01-4a98-8279-f57d0f89b98f.jpg?v=1762757633\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上質素材、手入れも簡単\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を彩るスタイリングリング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e一本で上品に、あるいは他のリングと重ねて個性的に。無限のスタイリングを楽しめる洗練されたデザインは、大切な方への贈り物や自分へのご褒美にも最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-NEW_copy_64f97818-12b7-4390-a1f4-7dfd00b62afc.jpg?v=1762757633\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどんなシーンにも\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e基本情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード: BR061\u003c\/li\u003e\n                \u003cli\u003e素材: 925silver\u003c\/li\u003e\n                \u003cli\u003e関連商品: ピンキーリング(BR060)もご用意がございます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e発売以来、多くのお客様にご好評いただいている人気商品です。この度、新たに#15のサイズも追加しました。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e繊細なツイストラインとシャープなバープレートが融合したお洒落なデザイン\u003c\/li\u003e\n                \u003cli\u003e指元にモダンな抜け感を演出\u003c\/li\u003e\n                \u003cli\u003e約0.5gの軽やかな着け心地\u003c\/li\u003e\n                \u003cli\u003e一本でシンプルに、または重ね付けでも楽しめる万能さ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e幅\u003c\/th\u003e\n                            \u003ctd\u003e最大約1.8mm 最小1.5mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e厚さ\u003c\/th\u003e\n                            \u003ctd\u003e最大約1.1mm 最小0.8mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                            \u003ctd\u003e約0.5g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材と変色防止コーティングについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eブランシュのシルバーカラー商品は、全て変色防止(アンチターニッシュ)コーティングを施しており、上質な輝きが長持ちします。\u003c\/p\u003e\n            \u003cp\u003e【お手入れの注意点】\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる可能性があるためお控えください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e誕生日プレゼント、クリスマスプレゼント、ギフト、記念日、自分へのご褒美など、大切な方への贈り物にも最適です。\u003c\/p\u003e\n            \u003cp\u003eラッピングをご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文ください。\u003c\/p\u003e\n            \u003cp\u003e＊ブランシュの商品は有料ラッピングの対象外となります。ギフトラッピングをご希望の場合は\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E3%83%A8%E3%83%B3-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003e無料ギフトラッピング\u003c\/a\u003eをご注文ください。（但しBOXではなくブランシュロゴ入り巾着+ショッパーでのお届けとなります。）\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランド・店舗情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eビザール唯一の直営店: \u003ca title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003eシルバーアクセサリーブランド＜ブランシュ＞: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"9号","offer_id":42974142169177,"sku":"BR061SV9","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"11号","offer_id":42974142201945,"sku":"BR061SV11","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974142234713,"sku":"BR061SV13","price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974142267481,"sku":"BR061SV15","price":4180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR060-1_9fd612f0-885b-44f1-879f-f4644d4aa79d.jpg?v=1762757633"},{"product_id":"new-blanche-terre-ring-テール-br033","title":"Blanche\/ブランシュ Terre（テール) Ring BR033","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e凛と際立つジェンダーレスリング\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e立体的な表面がシンプルさに個性を加え、\u003cstrong\u003e手元を魅力的に演出\u003c\/strong\u003e。ジェンダーレスなデザインが、あらゆるスタイルにマッチし、日常にさりげない輝きを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-033-1.jpg?v=1762757668\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元を彩るジェンダーレスリング\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手元を彩るジェンダーレスリング\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人技光る925シルバーの輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e925シルバーの上質な輝き\u003c\/strong\u003eは、細部までこだわり抜いた立体的な加工によって一層際立ちます。独自のコーティングを施し、この美しい光沢を長く楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-033-SV.jpg?v=1762757667\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質な輝き、長く続く美しさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上質な輝き、長く続く美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e永く愛せる手元の存在感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e指先に自然と馴染む秀逸なフォルム。シンプルながらも飽きのこない立体的なデザインが、手元にさりげない個性を添えます。\u003cstrong\u003e日常に永く寄り添う逸品\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-033-SV-2_ccb90389-78ed-4983-8da2-527423e66d29.jpg?v=1762757668\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常に溶け込む秀逸フォルム\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む秀逸フォルム\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴とお手入れ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e新たに#17が追加され、サイズも充実しました。表面に立体感を施した、しっかりとしたリングです。シンプル過ぎず、またごつ過ぎない、カジュアルで飽きのこないデザイン。ジェンダーレスなので男女共におすすめです。\u003c\/p\u003e\n        \u003cp\u003eブランシュのシルバーカラー商品は全て変色防止(アンチターニッシュ)コーティングを施しています。コーティング剥がれの原因となるため、シルバー専用ポリッシュ等でのお手入れはお控えください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e素材\u003c\/th\u003e\n                \u003ctd\u003e925silver、GD:ゴールドメッキ\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細・重量\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e幅\u003c\/th\u003e\n                \u003ctd\u003e最大約8.3mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e厚さ\u003c\/th\u003e\n                \u003ctd\u003e最大約1.2mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e重さ\u003c\/th\u003e\n                \u003ctd\u003e約6g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e関連情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eシルバーアクセサリーブランド＜ブランシュ＞ブランド紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eギフト・配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e誕生日プレゼント、クリスマスプレゼント、記念日、自分へのご褒美など、贈り物としても最適です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eラッピングをご希望のお客様は、別途「Giftラッピング」を必要数ご注文ください。ブランシュの商品は有料ラッピングの対象外です。無料ギフトラッピングをご利用いただけます（BOXではなくブランシュロゴ入り巾着+ショッパーでのお届けとなります）。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%97%E3%83%94%E3%83%B3%E3%82%B0\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974119952473,"sku":"BR033SV11","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ゴールド","offer_id":42974119985241,"sku":"BR033GD11","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974120018009,"sku":"BR033SV13","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ゴールド","offer_id":42974120050777,"sku":"BR033GD13","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974120083545,"sku":"BR033SV15","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"15号 \/ ゴールド","offer_id":42974120116313,"sku":"BR033GD15","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ シルバー","offer_id":42974120149081,"sku":"BR033SV17","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"17号 \/ ゴールド","offer_id":42974120181849,"sku":"BR033GD17","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-033-1.jpg?v=1762757668"},{"product_id":"blanche-loulou-ルル-ring-br009","title":"Blanche\/ブランシュ Loulou (ルル) Ring BR009","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e指先に自由なリズム、選べる輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e大きさの異なるボールが軽やかに揺れ、視線を集める\u003cstrong\u003eデザインリング\u003c\/strong\u003e。\u003cstrong\u003eシルバーとゴールドの２色展開\u003c\/strong\u003eで、その日の気分やファッションに合わせて理想の指先を演出します。シンプルリングとの重ね付けも楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-009.jpg?v=1762757677\" class=\"img-fluid d-block w-100 product-img\" alt=\"指先に自由なリズム、選べる輝き\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eデイリーユースに遊び心を\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eクリアな輝き、日常に溶け込む\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eクリアな輝きを放つ\u003cstrong\u003eシルバーカラー\u003c\/strong\u003eは、どんなスタイルにも自然に馴染みます。特殊な\u003cstrong\u003e変色防止コーティング\u003c\/strong\u003eが施されているため、\u003cstrong\u003eお手入れの手間なく\u003c\/strong\u003e、いつまでも美しい輝きを保ちます。\u003cstrong\u003e長く愛せるデイリージュエリー\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-009-SV-1.jpg?v=1762757677\" class=\"img-fluid d-block w-100 product-img\" alt=\"クリアな輝き、日常に溶け込む\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日つけたい、ずっと美しく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手元を彩る、柔らかな煌めき\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e温かみのある\u003cstrong\u003eゴールドメッキ\u003c\/strong\u003eが、肌に美しく映えるデザイン。指先に\u003cstrong\u003e上質なアクセント\u003c\/strong\u003eを添え、\u003cstrong\u003e大人カジュアル\u003c\/strong\u003eな装いを格上げします。確かな存在感が、日々に小さな特別感を演出し、\u003cstrong\u003e自分へのご褒美\u003c\/strong\u003eにも最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-009-GD-2.jpg?v=1762757677\" class=\"img-fluid d-block w-100 product-img\" alt=\"手元を彩る、柔らかな煌めき\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこなれ感を演出するゴールド\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e大きさが絶妙に違うボールが連なり、動きに合わせて揺れるデザインリングです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eボールチェーンの部分は固定されておらず、動きがあるのでつい触りたくなります。\u003c\/li\u003e\n                \u003cli\u003eシンプルなリングともコーディネートしやすいリングです。\u003c\/li\u003e\n                \u003cli\u003eカラーはシルバーとゴールドの2色からお選びいただけます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・サイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 925silver　GD:ゴールドメッキ\u003c\/li\u003e\n                \u003cli\u003e幅: 最大約5.5mm、最小約3mm\u003c\/li\u003e\n                \u003cli\u003e厚さ: 最大約3.5mm\u003c\/li\u003e\n                \u003cli\u003e重さ: 約3.5g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eブランシュのシルバーカラーの商品は、全て変色防止(アンチターニッシュ)コーティングを施しています。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる事がある為、お控え下さい。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e贈り物として、誕生日プレゼント・クリスマスプレゼント・ギフト・記念日・自分へのご褒美などにもおすすめです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。\u003c\/li\u003e\n                \u003cli\u003eブランシュの商品は有料ラッピングの対象外となります。ギフトラッピングをご希望の場合は無料ギフトラッピングをご注文下さい。（但しBOXではなくブランシュロゴ入り巾着+ショッパーでのお届けとなります。）\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B7%E3%83%A5\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランド・店舗情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eビザール唯一の直営店: \u003ca title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974116708441,"sku":"BR009SV11","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974116741209,"sku":"BR009SV13","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974116773977,"sku":"BR009SV15","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ゴールド","offer_id":42974116806745,"sku":"BR009GD11","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ゴールド","offer_id":42974116839513,"sku":"BR009GD13","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ゴールド","offer_id":42974116872281,"sku":"BR009GD15","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-009.jpg?v=1762757677"},{"product_id":"限定販売商品-スコーピオンシルバーリング-gsrj021","title":"Bizarre\/ビザール【限定販売商品】スコーピオンシルバーリング GSRJ021","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e限定スコーピオンリングの真価\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e他を圧倒する\u003cstrong\u003e存在感\u003c\/strong\u003eを放つスコーピオンリングは、直営店とオンラインでしか手に入らない\u003cstrong\u003e特別な逸品\u003c\/strong\u003eです。強烈な個性を求める男性の指元を、\u003cstrong\u003e唯一無二の輝き\u003c\/strong\u003eで彩ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/GSRJ-021-GA-AM.jpg?v=1762757678\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e孤高の輝きを纏う\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e躍動する蠍、神秘の輝石\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e指に巻きつくような蠍の\u003cstrong\u003e躍動感\u003c\/strong\u003eと、片鋏に施された\u003cstrong\u003eアラベスク模様\u003c\/strong\u003eが、細部までこだわり抜いた職人の技を物語ります。アメジストやガーネット、そして光で色を変えるカラーチェンジフローライトが、\u003cstrong\u003e神秘的な魅力を放ちます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/IMG_3604.png?v=1762757679\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e精巧な造形美と神秘の石\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手元を飾る、確かな重厚感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約18.5gの\u003cstrong\u003eずっしりとしたシルバーの重み\u003c\/strong\u003eが、\u003cstrong\u003e所有する喜びと確かな存在感\u003c\/strong\u003eを五感で伝えます。フリーサイズ対応なので、指元にぴたりとフィットし、手軽にサイズ調整が可能です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/IMG_3601.png?v=1762757678\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e重厚な輝き、無限の個性\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品は、Bizarre gallery Tokyo(原宿)とBizarre Onlineのみで限定販売されている特別な逸品です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eフリーサイズ対応で、1号ごとのサイズ調整が可能です。\u003c\/li\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・使用石\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 925silver\u003c\/li\u003e\n                \u003cli\u003e石: アメジスト、ガーネット、カラーチェンジフローライト\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eカラーチェンジフローライトは、光によってブルーや赤紫色に変化する特性を持ちます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細・重さ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e幅\u003c\/th\u003e\n                            \u003ctd\u003e約21.5mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e厚さ\u003c\/th\u003e\n                            \u003ctd\u003e約7.5mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                            \u003ctd\u003e約18.5g\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\/details\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"10号 \/ カラーチェンジフローライト","offer_id":42974114840665,"sku":"GSRJ021FL10","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ アメジスト","offer_id":42974114873433,"sku":"GSRJ021AM10","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ ガーネット","offer_id":42974114906201,"sku":"GSRJ021GA10","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ カラーチェンジフローライト","offer_id":42974114938969,"sku":"GSRJ021FL11","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ アメジスト","offer_id":42974114971737,"sku":"GSRJ021AM11","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ガーネット","offer_id":42974115004505,"sku":"GSRJ021GA11","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ カラーチェンジフローライト","offer_id":42974115037273,"sku":"GSRJ021FL12","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ アメジスト","offer_id":42974115070041,"sku":"GSRJ021AM12","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ガーネット","offer_id":42974115102809,"sku":"GSRJ021GA12","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ カラーチェンジフローライト","offer_id":42974115135577,"sku":"GSRJ021FL13","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ アメジスト","offer_id":42974115168345,"sku":"GSRJ021AM13","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ガーネット","offer_id":42974115201113,"sku":"GSRJ021GA13","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ カラーチェンジフローライト","offer_id":42974115233881,"sku":"GSRJ021FL14","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ アメジスト","offer_id":42974115266649,"sku":"GSRJ021AM14","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ガーネット","offer_id":42974115299417,"sku":"GSRJ021GA14","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ カラーチェンジフローライト","offer_id":42974115332185,"sku":"GSRJ021FL15","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ アメジスト","offer_id":42974115364953,"sku":"GSRJ021AM15","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ガーネット","offer_id":42974115397721,"sku":"GSRJ021GA15","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ カラーチェンジフローライト","offer_id":42974115430489,"sku":"GSRJ021FL16","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ アメジスト","offer_id":42974115463257,"sku":"GSRJ021AM16","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ガーネット","offer_id":42974115496025,"sku":"GSRJ021GA16","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ カラーチェンジフローライト","offer_id":42974115528793,"sku":"GSRJ021FL17","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ アメジスト","offer_id":42974115561561,"sku":"GSRJ021AM17","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ ガーネット","offer_id":42974115594329,"sku":"GSRJ021GA17","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ カラーチェンジフローライト","offer_id":42974115627097,"sku":"GSRJ021FL18","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ アメジスト","offer_id":42974115659865,"sku":"GSRJ021AM18","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ ガーネット","offer_id":42974115692633,"sku":"GSRJ021GA18","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"19号 \/ カラーチェンジフローライト","offer_id":42974115725401,"sku":"GSRJ021FL19","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"19号 \/ アメジスト","offer_id":42974115758169,"sku":"GSRJ021AM19","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"19号 \/ ガーネット","offer_id":42974115790937,"sku":"GSRJ021GA19","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"20号 \/ カラーチェンジフローライト","offer_id":42974115823705,"sku":"GSRJ021FL20","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"20号 \/ アメジスト","offer_id":42974115856473,"sku":"GSRJ021AM20","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"20号 \/ ガーネット","offer_id":42974115889241,"sku":"GSRJ021GA20","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"21号 \/ カラーチェンジフローライト","offer_id":42974115922009,"sku":"GSRJ021FL21","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"21号 \/ アメジスト","offer_id":42974115954777,"sku":"GSRJ021AM21","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"21号 \/ ガーネット","offer_id":42974115987545,"sku":"GSRJ021GA21","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"22号 \/ カラーチェンジフローライト","offer_id":42974116020313,"sku":"GSRJ021FL22","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"22号 \/ アメジスト","offer_id":42974116053081,"sku":"GSRJ021AM22","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"22号 \/ ガーネット","offer_id":42974116085849,"sku":"GSRJ021GA22","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"23号 \/ カラーチェンジフローライト","offer_id":42974116118617,"sku":"GSRJ021FL23","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"23号 \/ アメジスト","offer_id":42974116151385,"sku":"GSRJ021AM23","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"23号 \/ ガーネット","offer_id":42974116184153,"sku":"GSRJ021GA23","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"24号 \/ カラーチェンジフローライト","offer_id":42974116216921,"sku":"GSRJ021FL24","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"24号 \/ アメジスト","offer_id":42974116249689,"sku":"GSRJ021AM24","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"24号 \/ ガーネット","offer_id":42974116282457,"sku":"GSRJ021GA24","price":38500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/gsrj021-4_d8450131-bc1a-4089-9ed1-95a034c3320c.jpg?v=1762757678"},{"product_id":"トワイライトアポリオンリング-srj136","title":"Bizarre\/ビザール トワイライトアポリオンリング SRJ136BK","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eBizarre アポリオン 蠍リング\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e破壊と滅亡を司る魔物の王、\u003cstrong\u003eアポリオン\u003c\/strong\u003eを緻密に表現。蠍の尾まで丁寧に彫刻され、Bizarreのこだわりが凝縮。落ち着いたクールな雰囲気を手元に与えます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/GSRJ021-1.jpg?v=1762757691\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e唯一無二の造形美\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e個性際立つブラックリング\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eビザール代表作に新色。全身に配された\u003cstrong\u003eブラックジルコニア\u003c\/strong\u003eが、重厚感と洗練を両立します。インパクトあるフォルムで、手元に確かな存在感を主張します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ136_L-BK-1.jpg?v=1762757690\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eスタイリッシュなフォルム\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e貴方を彩るフリーサイズ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e指元で際立つ圧倒的な存在感。フリーサイズのため、10号から30号まで調整が容易。後々サイズを変えたい時も安心で、長くご愛用いただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ136_L-BK-3.jpg?v=1762757690\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e自己を表現する手元\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eビザールを代表する「アポリオンリング」に新色が登場しました。破壊と滅亡を司る魔物の王\u003cstrong\u003eアポリオン\u003c\/strong\u003eをイメージし、蠍の尻尾まで丁寧に彫刻を施したこだわりのデザインです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\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\u003cli\u003eキュービックジルコニアの使用によりお手頃な価格を実現\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ・価格詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e本製品はフリーサイズ仕様です。後々サイズを変更したい場合も、他のリングよりも簡単に調整が可能です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e対応サイズ: 10号～30号まで1号毎に選択可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eサイズにより価格が異なります。\u003c\/p\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e対応サイズ\u003c\/th\u003e\n\u003cth\u003e価格（税込）\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e～22号\u003c\/td\u003e\n\u003ctd\u003e33000円\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e23号～30号\u003c\/td\u003e\n\u003ctd\u003e35200円\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\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・製品情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e「トワイライトアポリオンリング」の製品情報です。\u003c\/p\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e素材\u003c\/th\u003e\n\u003ctd\u003e925silver、ブラックルテメッキ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e石\u003c\/th\u003e\n\u003ctd\u003eキュービックジルコニア\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e最大幅\u003c\/th\u003e\n\u003ctd\u003e約19mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e厚さ\u003c\/th\u003e\n\u003ctd\u003e約5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e重さ\u003c\/th\u003e\n\u003ctd\u003e約8.5〜9.5g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e商品コード\u003c\/th\u003e\n\u003ctd\u003eSRJ136BK\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\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギフト・関連情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e贈り物としてもおすすめです。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e誕生日プレゼント、クリスマスプレゼント、記念日、自分へのご褒美など\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eラッピングをご希望のお客様は、別途「Giftラッピング」をご注文ください。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eGiftラッピングはこちら\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eビザールに関する情報はこちらからご覧いただけます。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eビザール唯一の直営店 ビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" title=\"コンセプト\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eシルバーアクセサリーブランド＜ビザール＞ブランド紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"10号","offer_id":42974109368409,"sku":"SRJ136BK10","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"11号","offer_id":42974109401177,"sku":"SRJ136BK11","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974109433945,"sku":"SRJ136BK12","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974109466713,"sku":"SRJ136BK13","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974109499481,"sku":"SRJ136BK14","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974109532249,"sku":"SRJ136BK15","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974109565017,"sku":"SRJ136BK16","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974109597785,"sku":"SRJ136BK17","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974109630553,"sku":"SRJ136BK18","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974109663321,"sku":"SRJ136BK19","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974109696089,"sku":"SRJ136BK20","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"21号","offer_id":42974109728857,"sku":"SRJ136BK21","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"22号","offer_id":42974109761625,"sku":"SRJ136BK22","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"23号","offer_id":42974109794393,"sku":"SRJ136BK23","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"24号","offer_id":42974109827161,"sku":"SRJ136BK24","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"25号","offer_id":42974109859929,"sku":"SRJ136BK25","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"26号","offer_id":42974109892697,"sku":"SRJ136BK26","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"27号","offer_id":42974109925465,"sku":"SRJ136BK27","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"28号","offer_id":42974109958233,"sku":"SRJ136BK28","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"29号","offer_id":42974109991001,"sku":"SRJ136BK29","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"30号","offer_id":42974110023769,"sku":"SRJ136BK30","price":35200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/GSRJ021-1.jpg?v=1762757691"},{"product_id":"マルクシルバーリングs-brp001rc","title":"Blanche\/ブランシュ マルク Silver Ring S BRP001RC","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e「ブランシュ マルク S」純粋な輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e無垢な\u003cstrong\u003e925シルバー\u003c\/strong\u003eが、ふっくらとした曲線を描き、指元にやわらかい光を添えます。\u003cstrong\u003eロジウムメッキ加工\u003c\/strong\u003eで、この\u003cstrong\u003e美しい輝き\u003c\/strong\u003eが長く続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP001RC.jpg?v=1762757697\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e品格ある光沢が手元に寄り添う\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eフリーサイズリング、無限の可能性\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e1号刻みで調整可能なフリーサイズ\u003c\/strong\u003e。その日の気分や指の変化に合わせて\u003cstrong\u003e最適なフィット感\u003c\/strong\u003eを実現。他のアクセサリーとも美しく調和し、\u003cstrong\u003eスタイリングの幅を広げます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP-002.001-RC_6549a65a-4c6f-4716-a6fa-d60c0c8a015c.jpg?v=1762757697\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e自由にサイズ調整、理想の輝き\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上品な手元を彩る、万能リング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e指元に心地よくフィットする\u003cstrong\u003e約7mm幅\u003c\/strong\u003e。\u003cstrong\u003eシンプルながらも洗練されたデザイン\u003c\/strong\u003eが、\u003cstrong\u003e日常使いから特別な日まで\u003c\/strong\u003e、\u003cstrong\u003eあらゆるシーンで手元に上品な輝き\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_b24af506-ebb4-4e3a-af3e-5a98e4d1909f.jpg?v=1762757696\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む、洗練された指元\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e「Blanche-ブランシュ-」はフランス語で「白」を意味し、無垢のシルバーで表現されたBizarreのサブブランドです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e1号刻みで調整可能な\u003cstrong\u003eフリーサイズ\u003c\/strong\u003eリング\u003c\/li\u003e\n                \u003cli\u003eふっくらと穏やかなカーブを描くマルクシリーズ\u003c\/li\u003e\n                \u003cli\u003e銀特有のやわらかい輝きが堪能できます\u003c\/li\u003e\n                \u003cli\u003eロゴマークが側面にさりげなく刻まれた品のあるデザイン\u003c\/li\u003e\n                \u003cli\u003e他のアクセサリーの個性を邪魔せず、\u003cstrong\u003e手軽にコーディネートに追加可能\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eリングの具体的なサイズは以下の通りです。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e幅\u003c\/th\u003e\n                            \u003cth\u003e厚み\u003c\/th\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e約7mm\u003c\/td\u003e\n                            \u003ctd\u003e約1.5mm\u003c\/td\u003e\n                            \u003ctd\u003e約4.5g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 925silver、ロジウムメッキ\u003c\/li\u003e\n                \u003cli\u003e生産国: (情報なし)\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eBRP001RC\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法・注意事項\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品は変色防止のため\u003cstrong\u003eロジウムコーティング\u003c\/strong\u003eが施されています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる可能性があるためお控えください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e贈り物として、誕生日プレゼント、クリスマスプレゼント、記念日、ご自身へのご褒美などにも最適です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eラッピングご希望の場合は、別途\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003eGift ラッピング\u003c\/a\u003eをご注文ください。\u003c\/li\u003e\n                    \u003cli\u003eブランシュの商品は有料ラッピング対象外です。無料ギフトラッピングをご利用ください。\u003c\/li\u003e\n                    \u003cli\u003e無料ギフトラッピングの場合、BOXではなくブランシュロゴ入り巾着+ショッパーでのお届けとなります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e関連情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eビザール唯一の直営店: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"6号","offer_id":42974099832921,"sku":"BRP001RC6","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"7号","offer_id":42974099865689,"sku":"BRP001RC7","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"8号","offer_id":42974099898457,"sku":"BRP001RC8","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"9号","offer_id":42974099931225,"sku":"BRP001RC9","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974099963993,"sku":"BRP001RC10","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"11号","offer_id":42974099996761,"sku":"BRP001RC11","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974100029529,"sku":"BRP001RC12","price":6050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP001RC.jpg?v=1762757697"},{"product_id":"マルクシルバーリングm-brp002rc","title":"Blanche\/ブランシュ マルク Silver Ring M BRP002RC","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e無垢な輝き、洗練された指元へ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e「白」を意味するBlancheが表現する、\u003cstrong\u003e無垢なシルバーの輝き\u003c\/strong\u003e。ふっくらと穏やかなカーブが指先に優雅な品格を添え、側面ロゴがさりげなく光ります。一つで際立つ存在感です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP002RC.jpg?v=1762757698\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e品格漂う、無垢な輝き\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e永く続く輝き、手入れも簡単\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e変色を防ぐロジウムコーティングが施され、\u003cstrong\u003e銀本来の美しい輝きが長く続きます\u003c\/strong\u003e。フリーサイズで1号毎に調整可能。お手入れも簡単で、日常使いに嬉しい上品なシルバーリングです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP-002.001-RC.jpg?v=1762757698\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e変色しにくい、フリーサイズ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日常に溶け込む、洗練された輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e他のアクセサリーとも美しく調和し、手持ちのアイテムと気軽にコーディネートを楽しめます。オフィスからカジュアルまで幅広いシーンで活躍。大切な方への贈り物にも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_1ec571cc-47fd-4ea8-b949-f3cfc7785bb7.jpg?v=1762757698\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e幅広いシーンで活躍、贈り物に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・コンセプト\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「Blanche-ブランシュ-」はフランス語で「白」を意味し、真っ白なキャンバスを無垢のシルバーで表現したBizarreのサブブランドです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\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          \u003cli\u003e他のアクセサリーとのコーディネートが容易\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eフリーサイズのため、1号ごとに調整が可能です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: BRP002RC\u003c\/li\u003e\n          \u003cli\u003eサイズ調整: フリーサイズ (1号毎に調整可能)\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003e幅\u003c\/th\u003e\n                \u003cth\u003e厚み\u003c\/th\u003e\n                \u003cth\u003e重さ\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e約10mm\u003c\/td\u003e\n                \u003ctd\u003e約1.8mm\u003c\/td\u003e\n                \u003ctd\u003e約8g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・加工\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材には925silverとロジウムメッキを使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 925silver、ロジウムメッキ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れに関する注意事項\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品は変色を防止するロジウムコーティングが施されており、銀本来の美しい輝きが長く続きます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる原因となるためお控えください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切な方への贈り物としても最適です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\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        \u003cp\u003eラッピングをご希望のお客様は、無料ギフトラッピングをご注文ください。（ブランシュの商品は有料ラッピングの対象外です。BOXではなく、ブランシュロゴ入り巾着とショッパーでのお届けとなります。）\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e関連情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e■ビザール唯一の直営店　\u003cspan style=\"text-decoration: underline;\"\u003e→\u003cspan style=\"color: #000000;\"\u003e\u003ca style=\"color: #000000;\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp\u003e\u003cspan\u003e■シルバーアクセサリーブランド＜ブランシュ＞\u003c\/span\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003e→ブランド紹介はこちら\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"8号","offer_id":42974098718809,"sku":"BRP002RC8","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"9号","offer_id":42974098751577,"sku":"BRP002RC9","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974098784345,"sku":"BRP002RC10","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"11号","offer_id":42974098817113,"sku":"BRP002RC11","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974098849881,"sku":"BRP002RC12","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974098882649,"sku":"BRP002RC13","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974098915417,"sku":"BRP002RC14","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP002RC.jpg?v=1762757698"},{"product_id":"srj088","title":"Bizarre\/ビザール シークレットローズ 薔薇 シルバーリング SRJ088","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e秘められた薔薇の輝き\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e深紅、漆黒、妖艶な紫。3色のキュービックジルコニアが選べるシークレットローズ。それぞれの色合いが織りなす物語を、手元で静かに語りかけてくれます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ088_01b86873-0da8-4170-896b-912d030c3e9b.jpg?v=1762757702\" class=\"img-fluid d-block w-100 product-img\" alt=\"秘められた薔薇の輝き\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eあなただけの神秘を纏う\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e精緻な彫金、薔薇の息吹\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e立体的に表現された薔薇の花と蔦の装飾は、まるで息をのむような美しさ。中央のキュービックジルコニアが、その魅力を一層引き立てます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ088-BK-01.jpg?v=1762757703\" class=\"img-fluid d-block w-100 product-img\" alt=\"精緻な彫金、薔薇の息吹\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e細部に宿る職人の技\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e自由なフィット感、重ね付けの楽しみ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eサイズ調整可能なフリーリングは、どんな指にも心地よくフィットします。単品での着用はもちろん、他のコレクションとの重ね付けも楽しめます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ088-BK-RD-02.jpg?v=1762757703\" class=\"img-fluid d-block w-100 product-img\" alt=\"自由なフィット感、重ね付けの楽しみ\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e想いを繋ぐジェンダーレスリング\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e“秘密”の象徴である薔薇の花の中央にキュービックジルコニアをセットしたフリーサイズのシルバーリングです。立体的に彫金した花や蔦の装飾が手元を印象的に彩ります。\u003c\/p\u003e\n\u003cp\u003eこのリングはフリーサイズのため、1号ごとにサイズが選べ、後々サイズを変更したい場合も簡単に調整可能です。シルバーペンダントとセットや、他のリングとの重ね付けもお薦めです。\u003c\/p\u003e\n\u003cp\u003eカラーバリエーション:\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eシルバー × 深い赤いキュービックジルコニア\u003c\/li\u003e\n\u003cli\u003eシルバー × クールなブラックキュービックジルコニア\u003c\/li\u003e\n\u003cli\u003eブラックルテメッキ × 妖艶なパープルキュービックジルコニア\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e男女ともに人気の高いリングです。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%B7%E3%83%BC%E3%82%AF%E3%83%AC%E3%83%83%E3%83%88%E3%83%AD%E3%83%BC%E3%82%BA\" style=\"text-decoration: underline;\"\u003e→その他のシークレットローズコレクションはこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e幅\u003c\/th\u003e\n\u003ctd\u003e約10mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e厚さ\u003c\/th\u003e\n\u003ctd\u003e最大約6.5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e重さ\u003c\/th\u003e\n\u003ctd\u003e約9g\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\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eこの製品に使用されている主な素材は以下の通りです。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体: 925silver\u003c\/li\u003e\n\u003cli\u003eBKカラー部: ブラックルテメッキ\u003c\/li\u003e\n\u003cli\u003e石: キュービックジルコニア\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e贈り物・ギフトについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e大切な方へのプレゼントや、ご自身へのご褒美にも最適なアイテムです。\u003c\/p\u003e\n\u003cul class=\"point-list\"\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\u003cli\u003e自分へのご褒美\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 注意事項セクション (Notes) --\u003e\n\u003cdiv class=\"note-box\"\u003e\n\u003ch3 class=\"section-title\"\u003eご購入に関する注意事項\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eラッピングをご希望のお客様は、以下の点をご確認ください。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003eGift ラッピングを、ご希望数ご注文ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\" style=\"text-decoration: underline;\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 関連情報セクション --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eブランド・店舗情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\" style=\"color: #000000; text-decoration: underline;\"\u003e→ビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" title=\"コンセプト\" style=\"color: #000000; text-decoration: underline;\"\u003e→ブランド紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 10号","offer_id":42974091771993,"sku":"SRJ088BK10","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 11号","offer_id":42974091804761,"sku":"SRJ088BK11","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 12号","offer_id":42974091837529,"sku":"SRJ088BK12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 13号","offer_id":42974091870297,"sku":"SRJ088BK13","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 14号","offer_id":42974091903065,"sku":"SRJ088BK14","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 15号","offer_id":42974091935833,"sku":"SRJ088BK15","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 16号","offer_id":42974091968601,"sku":"SRJ088BK16","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 17号","offer_id":42974092001369,"sku":"SRJ088BK17","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 18号","offer_id":42974092034137,"sku":"SRJ088BK18","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 19号","offer_id":42974092066905,"sku":"SRJ088BK19","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ \/ 20号","offer_id":42974092099673,"sku":"SRJ088BK20","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 10号","offer_id":42974092132441,"sku":"SRJ088SV10","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 11号","offer_id":42974092165209,"sku":"SRJ088SV11","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 12号","offer_id":42974092197977,"sku":"SRJ088SV12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 13号","offer_id":42974092230745,"sku":"SRJ088SV13","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 14号","offer_id":42974092263513,"sku":"SRJ088SV14","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 15号","offer_id":42974092296281,"sku":"SRJ088SV15","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 16号","offer_id":42974092329049,"sku":"SRJ088SV16","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 17号","offer_id":42974092361817,"sku":"SRJ088SV17","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 18号","offer_id":42974092394585,"sku":"SRJ088SV18","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 19号","offer_id":42974092427353,"sku":"SRJ088SV19","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ \/ 20号","offer_id":42974092460121,"sku":"SRJ088SV20","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 10号","offer_id":42974092492889,"sku":"SRJ088SVBK10","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 11号","offer_id":42974092525657,"sku":"SRJ088SVBK11","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 12号","offer_id":42974092558425,"sku":"SRJ088SVBK12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 13号","offer_id":42974092591193,"sku":"SRJ088SVBK13","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 14号","offer_id":42974092623961,"sku":"SRJ088SVBK14","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 15号","offer_id":42974092656729,"sku":"SRJ088SVBK15","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 16号","offer_id":42974092689497,"sku":"SRJ088SVBK16","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 17号","offer_id":42974092722265,"sku":"SRJ088SVBK17","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 18号","offer_id":42974092755033,"sku":"SRJ088SVBK18","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 19号","offer_id":42974092787801,"sku":"SRJ088SVBK19","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ \/ 20号","offer_id":42974092820569,"sku":"SRJ088SVBK20","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ088_01b86873-0da8-4170-896b-912d030c3e9b.jpg?v=1762757702"},{"product_id":"blanche-lanatureラナチュレ-ring-br018","title":"Blanche\/ブランシュ Lanature(ラナチュレ) Ring BR018","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性が光るデザインリング\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eリングが無造作に重なり合った、唯一無二のデザイン。手元に視線を集め、洗練された大人の個性を引き立てる\u003cstrong\u003eアートのような存在感\u003c\/strong\u003eを放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-018-1.jpg?v=1762757705\" class=\"img-fluid d-block w-100 product-img\" alt=\"リング 無造作な美しさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e無造作な美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e輝き続く925シルバーリング\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e925silverの上質な輝きは、日々の装いをクラスアップ。\u003cstrong\u003e変色防止コーティング\u003c\/strong\u003eが施されているため、いつまでも美しい輝きを保ち、長くご愛用いただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-018-3.jpg?v=1762757703\" class=\"img-fluid d-block w-100 product-img\" alt=\"リング 永く愛せる光沢\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e永く愛せる光沢\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e指元を彩るボリューム感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e最大約10mm、厚さ約5mmの贅沢なボリューム感は、まるで複数のリングを重ねづけしているよう。指先に\u003cstrong\u003e心地よい存在感\u003c\/strong\u003eを与え、スタイリングの主役になります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-018-1-SV.jpg?v=1762757705\" class=\"img-fluid d-block w-100 product-img\" alt=\"リング 存在感ある手元\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e存在感ある手元へ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eリングが無造作に重なりあったデザインのリング。重ねづけしているかのようなデザインに動きがあるので存在感も十分です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e幅\u003c\/th\u003e\n                \u003ctd\u003e最大約10mm、最小約6mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e厚さ\u003c\/th\u003e\n                \u003ctd\u003e最大約5mm、最小約3mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e重さ\u003c\/th\u003e\n                \u003ctd\u003e約9.3g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e素材\u003c\/th\u003e\n                \u003ctd\u003e925silver GD:ゴールドメッキ\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れ・ご使用上の注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eブランシュのシルバーカラーの商品は、全て変色防止(アンチターニッシュ)コーティングを施しています。\u003c\/p\u003e\n        \u003cp\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる事がある為、お控え下さい。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフトラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e贈り物として、誕生日プレゼント・クリスマスプレゼント・ギフト・記念日・自分へのご褒美などにもおすすめです。\u003c\/p\u003e\n        \u003cp\u003eラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。\u003c\/p\u003e\n        \u003cp\u003eブランシュの商品は有料ラッピングの対象外となります。ギフトラッピングをご希望の場合は無料ギフトラッピングをご注文下さい。（但しBOXではなくブランシュロゴ入り巾着+ショッパーでのお届けとなります。）\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%97%E3%83%A9%E3%83%83%E3%83%97%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003eGift ラッピングはこちら\u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランド・店舗情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eビザール唯一の直営店: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n          \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974090592345,"sku":"BR018SV11","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ゴールド","offer_id":42974090625113,"sku":"BR018GD11","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974090657881,"sku":"BR018SV13","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"13号 \/ ゴールド","offer_id":42974090690649,"sku":"BR018GD13","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974090723417,"sku":"BR018SV15","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"15号 \/ ゴールド","offer_id":42974090756185,"sku":"BR018GD15","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-018-1.jpg?v=1762757705"},{"product_id":"blanche-melodie-メロディ-ring-br019","title":"Blanche\/ブランシュ Melodie (メロディ) Ring BR019","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e曲線美が織りなす輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e緩やかに連なる美しい曲線が、指元に優しい光を集めます。その優雅なフォルムは、どんな角度からも\u003cstrong\u003e洗練された印象\u003c\/strong\u003eを与えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-019-01.jpg?v=1762757705\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された手元を演出\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e指先に奏でる、メロディライン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e幅約17mmの\u003cstrong\u003e存在感\u003c\/strong\u003eが、指先に唯一無二の個性を添えます。波打つようなラインは、見るたびに新たな表情を見せ、飽きさせません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-019-03.jpg?v=1762757705\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e視線を惹きつける大胆な造形\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常に輝きを、ずっと私らしく\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e人差し指に心地よくフィットし、デイリーユースにぴったりのデザインです。\u003cstrong\u003e変色防止コーティング\u003c\/strong\u003eが施されており、お手入れも簡単で輝きが長持ちします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR019-015.jpg?v=1762757705\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e愛着を育む、快適なつけ心地\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e綺麗な曲線が連なった優しい印象のリングです。人差し指などにおすすめです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e緩やかな曲線が指元に優しい光を集めます。\u003c\/li\u003e\n                    \u003cli\u003eどんな角度からも洗練された印象を与えます。\u003c\/li\u003e\n                    \u003cli\u003e幅約17mmの存在感で、唯一無二の個性を添えます。\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\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・お手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品の素材と主な仕様、お手入れに関する情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 925silver\u003c\/li\u003e\n                    \u003cli\u003eコーティング: 変色防止(アンチターニッシュ)コーティング\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eブランシュのシルバーカラーの商品は、全て変色防止(アンチターニッシュ)コーティングを施しています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる可能性があるためお控えください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e商品の具体的なサイズと重さです。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e幅\u003c\/th\u003e\n                                \u003ctd\u003e約17ｍｍ\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e厚さ\u003c\/th\u003e\n                                \u003ctd\u003e約2ｍｍ\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e重さ\u003c\/th\u003e\n                                \u003ctd\u003e約10ｇ\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\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e贈り物としてもおすすめです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e誕生日プレゼント、クリスマスプレゼント、記念日、自分へのご褒美などにも最適です。\u003c\/li\u003e\n                    \u003cli\u003eラッピングをご希望のお客様は、Gift ラッピングを一緒にご注文ください。\u003c\/li\u003e\n                    \u003cli\u003eブランシュの商品は有料ラッピングの対象外となります。ギフトラッピングをご希望の場合は、\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%97%E3%83%94%E3%83%B3%E3%82%B0\"\u003e無料ギフトラッピング\u003c\/a\u003eをご注文ください。\u003c\/li\u003e\n                    \u003cli\u003e無料ギフトラッピングはBOXではなく、ブランシュロゴ入り巾着+ショッパーでのお届けとなります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eブランド・店舗情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eブランドと直営店についてのご案内です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eビザール唯一の直営店: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974087839833,"sku":"BR019SV11","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974087872601,"sku":"BR019SV13","price":8250.0,"currency_code":"JPY","in_stock":false},{"title":"15号 \/ シルバー","offer_id":42974087905369,"sku":"BR019SV15","price":8250.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-019-01.jpg?v=1762757705"},{"product_id":"blanche-charme-シャルム-ring-br010","title":"Blanche\/ブランシュ Charme (シャルム)3連リング Ring BR010","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスタイリッシュな手元を演出\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003eシルバーとゴールド\u003c\/strong\u003e、二つの表情が織りなす普遍の美。手元に洗練と個性を添え、どんなスタイルも格上げします。大切な人との\u003cstrong\u003eペアリング\u003c\/strong\u003eにも最適です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR010-1.jpg?v=1762757706\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魅了する二色の選択\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e繊細に絡み合う3連の造形美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            3本の甲丸リングが滑らかに重なり合う、\u003cstrong\u003eミニマルなデザイン\u003c\/strong\u003e。主張しすぎない存在感が、日々の装いに上品な\u003cstrong\u003eアクセント\u003c\/strong\u003eを加え、手元を優雅に彩ります。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-010-SV-02.jpg?v=1762757706\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eミニマルなデザイン美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e長く寄り添う確かな品質\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            厚み約3mm、重さ約6.7g。このしっかりとした存在感が、上質な\u003cstrong\u003e925シルバー\u003c\/strong\u003eの輝きを一層際立たせます。\u003cstrong\u003e変色防止加工\u003c\/strong\u003eで、美しい光沢がいつまでも続きます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-010-1-SV.jpg?v=1762757706\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日々に溶け込む存在感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eジェンダーレスで人気の3連リング。\u003cstrong\u003eシンプルリングの王道\u003c\/strong\u003eとも言えるデザインです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e新たに11号、19号、21号が追加発売され、幅広いサイズ展開を実現。\u003c\/li\u003e\n                \u003cli\u003eミニマルなデザインでどんなコーディネートにも自然に溶け込みます。\u003c\/li\u003e\n                \u003cli\u003e男性、女性問わず幅広い層から支持される人気商品です。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e大切な方への贈り物としても最適です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e幅\u003c\/th\u003e\n                            \u003ctd\u003e最大約8mm、最小約4mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e厚さ\u003c\/th\u003e\n                            \u003ctd\u003e約3mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                            \u003ctd\u003e約6.7g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・お手入れ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e高品質な素材を使用し、美しい輝きを長く保つための特別な加工が施されています。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e素材\u003c\/th\u003e\n                            \u003ctd\u003e925silver　GD:ゴールドメッキ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eブランシュのシルバーカラー商品は全て\u003cstrong\u003e変色防止(アンチターニッシュ)コーティング\u003c\/strong\u003eを施しています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eコーティングが剥がれる可能性があるため、シルバー専用ポリッシュ等でのお手入れはお控えください。\u003c\/li\u003e\n                \u003cli\u003e日常的なお手入れは、柔らかい布で優しく拭いてください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eラッピング・ギフトについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e贈り物としてご利用のお客様は、Gift ラッピングを一緒にご希望数ご注文ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eブランシュの商品は有料ラッピングの対象外です。\u003c\/li\u003e\n                \u003cli\u003e無料ギフトラッピングをご希望の場合、BOXではなくブランシュロゴ入り巾着＋ショッパーでのお届けとなります。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e関連情報・ブランドについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eビザール唯一の直営店のご紹介: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003eビザールギャラリー東京(原宿)\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞について: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) は情報がないため出力しません --\u003e\n    \u003c!-- 注意事項セクション (Notes) は情報がないため出力しません --\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974084530265,"sku":"BR010SV11","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"11号 \/ ゴールド","offer_id":42974084563033,"sku":"BR010GD11","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974084595801,"sku":"BR010SV13","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"13号 \/ ゴールド","offer_id":42974084628569,"sku":"BR010GD13","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974084661337,"sku":"BR010SV15","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"15号 \/ ゴールド","offer_id":42974084694105,"sku":"BR010GD15","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ シルバー","offer_id":42974084726873,"sku":"BR010SV17","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"17号 \/ ゴールド","offer_id":42974084759641,"sku":"BR010GD17","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"19号 \/ シルバー","offer_id":42974084792409,"sku":"BR010SV19","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"21号 \/ シルバー","offer_id":42974084825177,"sku":"BR010SV21","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR010-1.jpg?v=1762757706"},{"product_id":"blanche-adorer-アドレ-ring-br015","title":"Blanche\/ブランシュ  Adorer (アドレ) Ring BR015","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e二つの選択が導く新たな日常\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eウェブがかかったようなユニークなデザインは、洗練された日常に溶け込み、指元にさりげない個性を与えます。\u003cstrong\u003e男女問わず\u003c\/strong\u003e、手元を美しく彩るアイテムです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-015-S-G.jpg?v=1762757708\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e理想のスタイルを自由に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e指元に宿る、豊かな存在感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厚みを持たせたフォルムは、\u003cstrong\u003e確かな存在感\u003c\/strong\u003eを放ちながらも、指に吸い付くようななめらかな曲線美を表現します。他のリングとの重ね付けも自然に馴染みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-015-GD.jpg?v=1762757708\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練されたディテール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eカラーが紡ぐ、無限のコーディネート\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e925シルバー\u003c\/strong\u003eに施された異なるメッキが、表情豊かな3つのバリエーションを生み出しました。その日の気分や装いに合わせて、スタイリングの幅が広がります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR015_copy.jpg?v=1762757708\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e重ねて楽しむ個性\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eウェブがかかったようなシンプルながらも、厚みのあるデザインが特徴です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e確かな存在感\u003c\/strong\u003eがありながらも、指に馴染むデザイン\u003c\/li\u003e\n          \u003cli\u003e親指や他のリングとの\u003cstrong\u003e重ね付けもスムーズ\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e男女問わず、手元を彩る\u003cstrong\u003eユニセックスデザイン\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e日常から特別な日まで、幅広いシーンに対応\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eブランシュのシルバーカラー商品は、変色防止のアンチターニッシュコーティングが施されています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eシルバー専用ポリッシュ\u003c\/strong\u003eの使用はコーティング剥がれの恐れがあるため、お控えください。\u003c\/li\u003e\n          \u003cli\u003e柔らかい布で優しく拭くなど、簡易的なお手入れをおすすめします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・カラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e素材\u003c\/th\u003e\n                \u003ctd\u003e925silver\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003eカラーバリエーション\u003c\/th\u003e\n                \u003ctd\u003eGD:ゴールドメッキ、BK:ブラックルテメッキ\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の具体的な寸法は以下の通りです。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e幅\u003c\/th\u003e\n                \u003ctd\u003e約3.5mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e厚さ\u003c\/th\u003e\n                \u003ctd\u003e約3.5mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e重さ\u003c\/th\u003e\n                \u003ctd\u003e約6.8g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切な方への贈り物としても最適です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\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        \u003cp\u003eラッピングをご希望のお客様は、Gift ラッピングを一緒にご注文ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eブランシュの商品は有料ラッピングの対象外です。\u003c\/li\u003e\n          \u003cli\u003eギフトラッピングをご希望の場合は\u003cstrong\u003e無料ギフトラッピング\u003c\/strong\u003eをご注文ください。\u003c\/li\u003e\n          \u003cli\u003eBOXではなくブランシュロゴ入り巾着＋ショッパーでのお届けとなります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%91%E3%83%BC\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e関連情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eブランドや店舗に関する情報はこちらからご覧いただけます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eビザール唯一の直営店：\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n          \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞：\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974084071513,"sku":"BR015SV11","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ゴールド","offer_id":42974084104281,"sku":"BR015GD11","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"13号 \/ シルバー","offer_id":42974084137049,"sku":"BR015SV13","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ゴールド","offer_id":42974084169817,"sku":"BR015GD13","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"15号 \/ シルバー","offer_id":42974084202585,"sku":"BR015SV15","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ゴールド","offer_id":42974084235353,"sku":"BR015GD15","price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-015-S-G.jpg?v=1762757708"},{"product_id":"blanche-cielo-シエロ-ring-br034","title":"Blanche\/ブランシュ　 Cielo (シエロ) Ring BR034","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eブランシュ シエロ 個性輝く\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e丸いリングが連なる独特のフォルムは、指先にアートを纏うような洗練された印象を与えます。幅太ながらも透かし模様が抜け感を演出し、装いに\u003cstrong\u003e旬のアクセント\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR034_c5b9bd08-b4f8-44b2-a6b7-9023d88d9c7f.jpg?v=1762757710\" class=\"img-fluid d-block w-100 product-img\" alt=\"個性輝くリングの画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eあなたらしい輝きを見つけて\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eリュクスな煌めき、指元に華やぎ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e艶やかなゴールドメッキが、光を浴びてしとやかに輝きます。温かみのある光沢は肌に馴染みやすく、カジュアルからきれいめまで、あらゆるスタイルに\u003cstrong\u003e上品な華やかさ\u003c\/strong\u003eをプラスします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-034-GD-1.jpg?v=1762757709\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゴールドリングの画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e大人の魅力を引き出す\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eシルバーの造形美、日常に溶け込む\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eクールなシルバーカラーに、ミニマルな丸いフォルムが連なる洗練されたデザインです。\u003cstrong\u003e変色防止コーティング\u003c\/strong\u003eにより、美しい輝きを永く保ち、お手入れの手間も軽減。心地よいフィット感で毎日愛用できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-034-SV.jpg?v=1762757710\" class=\"img-fluid d-block w-100 product-img\" alt=\"シルバーリングの画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e輝きが続く、私だけの定番\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e丸いリングが連なる可愛いリングです。存在感のある幅太ですが、透かし模様なのですっきりとした印象を与えます。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・加工\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の素材と加工についてご案内します。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e素材\u003c\/th\u003e\n                            \u003ctd\u003e925silver　GD:ゴールドメッキ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e特にシルバーカラーの商品には、美しい輝きを永く保つための変色防止コーティングが施されています。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細・重量\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品のサイズと重量の目安です。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e幅\u003c\/th\u003e\n                            \u003ctd\u003e最大約14mm、最小約5mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e厚さ\u003c\/th\u003e\n                            \u003ctd\u003e約1mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                            \u003ctd\u003e約4.3g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eブランシュのシルバーカラーの商品には、全て変色防止（アンチターニッシュ）コーティングが施されています。このコーティングの特性上、以下のお手入れは避けてください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eシルバー専用ポリッシュ等のご使用\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e上記によりコーティングが剥がれる恐れがあるため、ご注意ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e贈り物・ギフトラッピングについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e大切な方への贈り物やご自身へのご褒美に最適です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\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            \u003cp\u003eラッピングをご希望のお客様は、別途Giftラッピングをご注文ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eブランシュの商品は有料ラッピングの対象外です。\u003c\/li\u003e\n                \u003cli\u003eギフトラッピングをご希望の場合は、無料ギフトラッピングをご注文ください。\u003c\/li\u003e\n                \u003cli\u003e無料ギフトラッピングの場合、BOXではなくブランシュロゴ入り巾着とショッパーでのお届けとなります。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e関連情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eブランドや店舗に関する情報はこちらからご覧いただけます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eビザール唯一の直営店 \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞ \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974083645529,"sku":"BR034SV11","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ゴールド","offer_id":42974083678297,"sku":"BR034GD11","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974083711065,"sku":"BR034SV13","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ゴールド","offer_id":42974083743833,"sku":"BR034GD13","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974083776601,"sku":"BR034SV15","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ゴールド","offer_id":42974083809369,"sku":"BR034GD15","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR034_c5b9bd08-b4f8-44b2-a6b7-9023d88d9c7f.jpg?v=1762757710"},{"product_id":"blanche-mignon-ミニョン-ring-br017","title":"Blanche\/ブランシュ Mignon (ミニョン) Ring BR017","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性を輝かすMignonリング\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大小のチェーンが連結したようなデザインが、手元に\u003cstrong\u003e唯一無二のインパクト\u003c\/strong\u003eを放ちます。\u003cstrong\u003e人気のシルバーと艶やかなゴールドカラー\u003c\/strong\u003eが、装いを格上げするアクセントリング。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR017-1.jpg?v=1762757711\" class=\"img-fluid d-block w-100 product-img\" alt=\"個性を輝かすMignonリング\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手元を彩る、二つの表情\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e輝き放つ上質ゴールド\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e925silverにゴールドメッキを施し、深みのある輝きで手元を華やかに彩ります。どの角度からも目を惹く、\u003cstrong\u003e繊細かつ大胆なチェーン連結ディテール\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-017-GD-1.jpg?v=1762757711\" class=\"img-fluid d-block w-100 product-img\" alt=\"輝き放つ上質ゴールド\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e緻密に計算された美しさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e指に溶け込む快適フォルム\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e最大幅約13mm、厚さ約4mmのボリューミーな見た目ながら、指に吸い付くような\u003cstrong\u003e快適な着け心地\u003c\/strong\u003eを追求。約7.3gの軽さも相まって、普段使いに最適な\u003cstrong\u003eモダンなリング\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-017-GD-2.jpg?v=1762757711\" class=\"img-fluid d-block w-100 product-img\" alt=\"指に溶け込む快適フォルム\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常にフィット、快適設計\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品名:\u003c\/strong\u003e Blanche\/ブランシュ Mignon (ミニョン) Ring\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e BR017\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大小のチェーンが連結したようなデザインリングです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eコーディネートのアクセントになるデザイン。\u003c\/li\u003e\n          \u003cli\u003e人気のシルバーに加え、ゴールドカラーも登場。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003e項目\u003c\/th\u003e\n                \u003cth\u003e数値\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e幅\u003c\/td\u003e\n                \u003ctd\u003e最大約13mm、最小約5mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e厚さ\u003c\/td\u003e\n                \u003ctd\u003e最大約4mm、最小約1mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e重さ\u003c\/td\u003e\n                \u003ctd\u003e約7.3g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003e素材\u003c\/th\u003e\n                \u003cth\u003e備考\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e925silver\u003c\/td\u003e\n                \u003ctd\u003eGD:ゴールドメッキ\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eブランシュのシルバーカラー商品には、変色防止（アンチターニッシュ）コーティングが施されています。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる可能性があるためお控えください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e大切な方への贈り物にも最適なアイテムです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e誕生日、クリスマス、ギフト、記念日、ご自身へのご褒美など。\u003c\/li\u003e\n          \u003cli\u003eラッピングご希望の場合は、Gift ラッピングを一緒にご注文ください。\u003c\/li\u003e\n          \u003cli\u003eブランシュの商品は有料ラッピング対象外です。無料ギフトラッピングをご注文ください。（BOXではなくブランシュロゴ入り巾着+ショッパーでのお届けとなります。）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%83%81%E3%83%A5-%E3%83%96%E3%83%A9%E3%83%B3%E3%83%81%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランド・店舗情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eビザール唯一の直営店：\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n          \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞：\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974082990169,"sku":"BR017SV11","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ゴールド","offer_id":42974083022937,"sku":"BR017GD11","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974083055705,"sku":"BR017SV13","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ゴールド","offer_id":42974083088473,"sku":"BR017GD13","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974083121241,"sku":"BR017SV15","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ゴールド","offer_id":42974083154009,"sku":"BR017GD15","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR017-1.jpg?v=1762757711"},{"product_id":"blanche-doux-ドゥー-ring-br020","title":"Blanche\/ブランシュ Doux (ドゥー) Ring BR020","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eぷっくり輝く指先のアクセント\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eなめらかな曲線を描くDouxリングは、指元に\u003cstrong\u003e洗練された存在感\u003c\/strong\u003eを添えます。925シルバーの\u003cstrong\u003e豊かな光沢\u003c\/strong\u003eが、普段の装いをワンランク上のスタイルへと引き上げます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-020-2.jpg?v=1762757713\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された曲線美\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e重ね付けで楽しむ個性的な輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e細目のデザインは、単独ではもちろん、お手持ちのリングとの重ね付けにも最適です。\u003cstrong\u003e変色防止コーティング\u003c\/strong\u003eにより、\u003cstrong\u003e美しい輝き\u003c\/strong\u003eが長く続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-020-1.jpg?v=1762757713\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む上質リング\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e男性にも似合うスタイリッシュリング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e細身ながら存在感を放つDouxリングは、男性のピンキーリングとしても魅力を発揮します。大切な人への\u003cstrong\u003e贈り物\u003c\/strong\u003eや、自分を労わる\u003cstrong\u003eご褒美\u003c\/strong\u003eにも最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR-020-1-SV.jpg?v=1762757712\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e贈り物にも最適な逸品\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・コンセプト\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eDouxリングは、ぷっくりとした細身のデザインが特徴です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e様々なリングとのコーディネートがしやすい\u003c\/li\u003e\n                \u003cli\u003e男性のピンキーリングとしてもおすすめ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・お手入れ方法\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e素材\u003c\/th\u003e\n                            \u003ctd\u003e925silver　GD:ゴールドメッキ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eお手入れについて：\u003c\/p\u003e\n            \u003cp\u003eブランシュのシルバーカラー商品は全て変色防止(アンチターニッシュ)コーティングを施しています。コーティングが剥がれる可能性があるため、シルバー専用ポリッシュ等でのお手入れはお控えください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細・重さ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e幅\u003c\/th\u003e\n                            \u003ctd\u003e最大約10mm、最小約4mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e厚さ\u003c\/th\u003e\n                            \u003ctd\u003e最大約4mm、最小約1.5mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                            \u003ctd\u003e約5.8g\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\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e贈り物・ラッピングについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e大切な方への贈り物や、ご自身へのご褒美にも最適です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eおすすめのシーン：\u003c\/strong\u003e誕生日プレゼント、クリスマスプレゼント、ギフト、記念日、自分へのご褒美など\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eラッピングをご希望のお客様は、Giftラッピングを一緒にご注文ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eブランシュの商品は有料ラッピングの対象外です。無料ギフトラッピングをご注文ください。\u003c\/li\u003e\n                \u003cli\u003eBOXではなく、ブランシュロゴ入り巾着とショッパーでのお届けとなります。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランド関連情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\u003ca title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eシルバーアクセサリーブランド＜ブランシュ＞のブランド紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"11号 \/ シルバー","offer_id":42974082334809,"sku":"BR020SV11","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ゴールド","offer_id":42974082367577,"sku":"BR020GD11","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974082400345,"sku":"BR020SV13","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ゴールド","offer_id":42974082433113,"sku":"BR020GD13","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974082465881,"sku":"BR020SV15","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ゴールド","offer_id":42974082498649,"sku":"BR020GD15","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR020.jpg?v=1762757712"},{"product_id":"シーサーペントコイル-シルバーリング-srj138","title":"Bizarre\/ビザール シーサーペントコイル 蛇 シルバーリング　 SRJ138","description":"\u003cp\u003e\u003cvideo controls=\"controls\" style=\"max-width: 100%; height: auto;\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/2263df4f53fb48ddaa531af3f9f8076c.mp4\" type=\"video\/mp4\"\u003e\nYour browser does not support our video.\n\u003c\/source\u003e\u003c\/video\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e深淵誘う、蛇の神秘リング\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e大海原に君臨する巨大なシーサーペントをモチーフ。煌めく波しぶきを思わせるクリアと、深海の神秘を宿すブルーの二色で表現しました。\u003c\/p\u003e\n\u003cimg alt=\"シーサーペントコイル 蛇 シルバーリング\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ138.jpg?v=1762757730\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e魅力を放つ2つの顔\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e魂宿る、蛇の立体造形\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e絡みつく蛇の螺旋が織りなす、計算され尽くした立体的な美。深淵なるブルーの輝きが、手元に秘められた個性を際立たせます。\u003c\/p\u003e\n\u003cimg alt=\"シーサーペントコイル 蛇 シルバーリング\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ-138-BK-1.jpg?v=1762757730\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e唯一無二の存在感\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e精巧な銀鱗、輝きの波紋\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e925シルバーが放つ気品ある輝きと、熟練の職人による精緻な鱗の表現。クリアストーンのきらめきが、手元に\u003cstrong\u003e生命感\u003c\/strong\u003eを宿します。\u003c\/p\u003e\n\u003cimg alt=\"シーサーペントコイル 蛇 シルバーリング\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ-138-SV-2.jpg?v=1762757730\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e輝くディテールに魅せられて\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e詳細情報\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴・デザインコンセプト\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eサーペントシリーズ第二弾は、海に存在する細長く巨大な体を持つと言われている大蛇「シーサーペント」を表現しました。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003eクリアのキュービックジルコニアは、大きな体で波しぶきをあげる様を表現。\u003c\/li\u003e\n\u003cli\u003e深いブルーは、不気味な暗い深海を表現。\u003c\/li\u003e\n\u003cli\u003eカラーは、シルバーとブラックの２色をご用意。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%B7%E3%83%BC%E3%82%B5%E3%83%BC%E3%83%9A%E3%83%B3%E3%83%88\"\u003e→その他のシーサーペントコレクションはこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e本体:\u003c\/strong\u003e 925silver\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eブラックカラー:\u003c\/strong\u003e ブラックルテメッキ\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e石:\u003c\/strong\u003e キュービックジルコニア\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズ・重さ\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e項目\u003c\/th\u003e\n\u003cth\u003e寸法\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e幅\u003c\/td\u003e\n\u003ctd\u003e最大約14mm、最小約5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e厚さ\u003c\/td\u003e\n\u003ctd\u003e最大約4mm、最小約2mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e重さ\u003c\/td\u003e\n\u003ctd\u003e約6g\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\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギフト・ブランド情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003e贈り物としておすすめのシーン\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\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\u003cli\u003e自分へのご褒美\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"body-text\"\u003eラッピングをご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。\u003ca title=\"GIFTラッピング\" href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eビザール唯一の直営店\u003ca title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003e→ビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003cp class=\"body-text\"\u003eシルバーアクセサリーブランド＜ビザール＞\u003ca title=\"コンセプト\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003e→ブランド紹介はこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp class=\"body-text\"\u003eSRJ138\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"10号 \/ シルバー","offer_id":42974080368729,"sku":"SRJ138SV10","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ ブラック","offer_id":42974080401497,"sku":"SRJ138BK10","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ シルバー","offer_id":42974080434265,"sku":"SRJ138SV11","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ シルバー","offer_id":42974080467033,"sku":"SRJ138SV12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ シルバー","offer_id":42974080499801,"sku":"SRJ138SV13","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ シルバー","offer_id":42974080532569,"sku":"SRJ138SV14","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ シルバー","offer_id":42974080565337,"sku":"SRJ138SV15","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ シルバー","offer_id":42974080598105,"sku":"SRJ138SV16","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ シルバー","offer_id":42974080630873,"sku":"SRJ138SV17","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ シルバー","offer_id":42974080663641,"sku":"SRJ138SV18","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"11号 \/ ブラック","offer_id":42974080696409,"sku":"SRJ138BK11","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ブラック","offer_id":42974080729177,"sku":"SRJ138BK12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ブラック","offer_id":42974080761945,"sku":"SRJ138BK13","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ブラック","offer_id":42974080794713,"sku":"SRJ138BK14","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ブラック","offer_id":42974080827481,"sku":"SRJ138BK15","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ブラック","offer_id":42974080860249,"sku":"SRJ138BK16","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ ブラック","offer_id":42974080893017,"sku":"SRJ138BK17","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ ブラック","offer_id":42974080925785,"sku":"SRJ138BK18","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ138_73dbd5bf-23d7-45dd-8a1c-6e02764a2df8.jpg?v=1762757730"},{"product_id":"売れ筋商品-ドラゴンウィングシルバーリング-srp087","title":"Bizarre\/ビザール　ドラゴンウィングシルバーリング SRP087","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003c!-- 商品解説セクション (Main) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eBizarreの独創性\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e研ぎ澄まされたドラゴンの翼が指元で躍動します。Bizarre設立以来、愛され続ける\u003cstrong\u003e唯一無二のデザイン\u003c\/strong\u003eが、あなたの個性を最大限に引き出します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP087_1571fadd-0857-446e-9746-f0a8c5baf477.jpg?v=1762757744\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e唯一無二の輝きを手元に\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e精緻な翼の造形\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eドラゴンの翼をデフォルメした精巧なデザインが、どの角度からも輝きを放ちます。細部に宿る職人技が、装いに\u003cstrong\u003e深みを与えます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_c32e9998-14f5-459e-a4f7-6537aff1c24f.jpg?v=1762757745\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e洗練されたシルバーの曲線美\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e自由を纏うリング\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e8号から30号まで対応する\u003cstrong\u003eフリーサイズ\u003c\/strong\u003eで、指を選ばず快適な着け心地を提供します。贈り物としても安心の柔軟性で、長くご愛用いただけます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_34a964b2-8e19-4e01-8703-9d62909e0ebb.jpg?v=1762757744\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e大切な方への特別なギフト\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴・デザイン\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eビザールの代名詞であるドラゴンウイングリングの魅力をご紹介します。Bizarre設立時より人気の高いデザインです。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\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\u003cli\u003eフリーサイズのため、後々のサイズ変更も容易\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e大切な方への贈り物としても最適です。\u003c\/p\u003e\n\u003cul class=\"point-list\"\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\u003cli\u003e自分へのご褒美\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズと価格\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e本製品は幅広いサイズに対応したフリーサイズ仕様です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e対応サイズ: 8号〜30号\u003c\/li\u003e\n\u003cli\u003eサイズ選択: 1号毎に選択可能\u003c\/li\u003e\n\u003cli\u003e価格:\n\u003cul\u003e\n\u003cli\u003e20号まで: 27500円（税込）\u003c\/li\u003e\n\u003cli\u003e30号まで: 29700円（税込）\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e30号までサイズが充実し、より多くの方にお使いいただけるようになりました。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e高品質な素材を使用しています。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材: 925silver\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e実寸サイズ\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e製品の主な寸法です。個体差により若干の誤差が生じる場合があります。\u003c\/p\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e項目\u003c\/th\u003e\n\u003cth\u003e寸法\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e幅（最大）\u003c\/td\u003e\n\u003ctd\u003e約14mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e厚さ\u003c\/td\u003e\n\u003ctd\u003e約3mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e重さ\u003c\/td\u003e\n\u003ctd\u003e約8〜9g\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\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"8号","offer_id":42974067916889,"sku":"SRP087SV8","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"9号","offer_id":42974067949657,"sku":"SRP087SV9","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974067982425,"sku":"SRP087SV10","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"11号","offer_id":42974068015193,"sku":"SRP087SV11","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974068047961,"sku":"SRP087SV12","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974068080729,"sku":"SRP087SV13","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974068113497,"sku":"SRP087SV14","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974068146265,"sku":"SRP087SV15","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974068179033,"sku":"SRP087SV16","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974068211801,"sku":"SRP087SV17","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974068244569,"sku":"SRP087SV18","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974068277337,"sku":"SRP087SV19","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974068310105,"sku":"SRP087SV20","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"21号","offer_id":42974068342873,"sku":"SRP087SV21","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"22号","offer_id":42974068375641,"sku":"SRP087SV22","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"23号","offer_id":42974068408409,"sku":"SRP087SV23","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"24号","offer_id":42974068441177,"sku":"SRP087SV24","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"25号","offer_id":42974068473945,"sku":"SRP087SV25","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"26号","offer_id":42974068506713,"sku":"SRP087SV26","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"27号","offer_id":42974068539481,"sku":"SRP087SV27","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"28号","offer_id":42974068572249,"sku":"SRP087SV28","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"29号","offer_id":42974068605017,"sku":"SRP087SV29","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"30号","offer_id":42974068637785,"sku":"SRP087SV30","price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP087_1571fadd-0857-446e-9746-f0a8c5baf477.jpg?v=1762757744"},{"product_id":"スコーピオンシルバーリング-srj021","title":"Bizarre\/ビザール スコーピオンシルバーリング SRJ021","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e動き出す蠍の造形\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e指に絡みつく蠍のダイナミックな造形が、比類なき個性を際立たせます。\u003cstrong\u003e925シルバー\u003c\/strong\u003eの確かな重みが、あなたのスタイルを一層引き立てる逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ136.jpg?v=1762757771\" class=\"img-fluid d-block w-100 product-img\" alt=\"指に絡みつく蠍のシルバーリング\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e研ぎ澄まされた美学\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e漆黒の眼差し\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e蠍の頭部に輝く\u003cstrong\u003eブラックオニキス\u003c\/strong\u003eが、神秘的な眼差しを宿します。緻密なフォルムは、熟練の職人技が織りなす本物の証です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_2f51ab8f-79e8-445b-8371-39a7ba91eab8.jpg?v=1762757770\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックオニキスが輝く蠍のリング\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e輝く925シルバーの芸術\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e指先に宿る魂\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e蠍が全身で指に巻きつくデザインは、見る者を惹きつけます。\u003cstrong\u003eフリーサイズ\u003c\/strong\u003eが心地よくフィットし、日々の装いに確かな個性を添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_12d158fd-9b71-4ae1-8213-3594df6a5593.jpg?v=1762757770\" class=\"img-fluid d-block w-100 product-img\" alt=\"指にフィットする蠍モチーフのフリーサイズリング\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e唯一無二の存在感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eスコーピオン（蠍）をモチーフに、蠍が全身で指に巻きつくような躍動感のあるデザインのシルバーリングです。シルバーを贅沢に使用したずっしりとした重みも感じる逸品です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eフリーサイズ仕様で1号毎にサイズ選択可能\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\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eフリーサイズなので、後々サイズを変更したい時も、他のリングよりも簡単にサイズ変更が可能です。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e幅\u003c\/th\u003e\n                                \u003ctd\u003e約21.5mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e厚さ\u003c\/th\u003e\n                                \u003ctd\u003e約7.5mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e重さ\u003c\/th\u003e\n                                \u003ctd\u003e約18.5g\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\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e本体: 925silver\u003c\/li\u003e\n                    \u003cli\u003e石: オニキス\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eその他情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e贈り物としても最適なアイテムです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e誕生日プレゼント、クリスマスプレゼント、ギフト、記念日、自分へのご褒美などにおすすめです。\u003c\/li\u003e\n                    \u003cli\u003eラッピングをご希望の場合は、Gift ラッピングを一緒にご注文ください。\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\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"10号","offer_id":42974054121561,"sku":"SRJ021SV10","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"11号","offer_id":42974054154329,"sku":"SRJ021SV11","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974054187097,"sku":"SRJ021SV12","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974054219865,"sku":"SRJ021SV13","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974054252633,"sku":"SRJ021SV14","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974054285401,"sku":"SRJ021SV15","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974054318169,"sku":"SRJ021SV16","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974054350937,"sku":"SRJ021SV17","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974054383705,"sku":"SRJ021SV18","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974054416473,"sku":"SRJ021SV19","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974054449241,"sku":"SRJ021SV20","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"21号","offer_id":42974054482009,"sku":"SRJ021SV21","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"22号","offer_id":42974054514777,"sku":"SRJ021SV22","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"23号","offer_id":42974054547545,"sku":"SRJ021SV23","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"24号","offer_id":42974054580313,"sku":"SRJ021SV24","price":38500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ136.jpg?v=1762757771"},{"product_id":"srj087","title":"Bizarre\/ビザール  アポリオンシルバーリング SRJ087","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e闇を纏う蠍の化身\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e破壊と滅亡を司るアポリオンをモチーフにした、他に類を見ない存在感。ミスティッククォーツとジルコニアの輝きが、あなたの指元で妖しくも力強く煌めきます。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ087-01.jpg?v=1762757825\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eアポリオンリング、シルバーと漆黒の競演\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e指先に宿る神秘の輝き\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e七色に輝くミスティッククォーツが、まるで生命を宿したかのような躍動感。蠍の腕にはキュービックジルコニアを配し、華やかさと精巧な造形美が共存しています。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ087-02.jpg?v=1762757825\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003eビザールリングの精緻なディテール\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e無限の可能性を秘めた形\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e蠍の尻尾まで余すことなく施された丁寧な彫刻は、ビザールの揺るぎないこだわり。フリーサイズだからこそ叶う、指へのフィット感と将来的なサイズ調整の容易さも魅力です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ087-04.jpg?v=1762757825\" class=\"img-fluid d-block w-100 product-img\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e蠍モチーフアクセサリーの自由自在なフィット感\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴・デザインコンセプト\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e破壊と滅亡を司る魔物の王、アポリオンをイメージしたシルバーリングです。他に類を見ない存在感と、Bizarreのこだわりが詰まったデザインが魅力です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\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\u003cli\u003eシルバーとブラックルテメッキ仕上げの2色から選択可能\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003eサイズについて\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eアポリオンシルバーリングはフリーサイズとなっており、お客様の指に合わせた調整が可能です。サイズにより価格が異なります。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e10号〜30号まで、1号毎にサイズを選択可能\u003c\/li\u003e\n\u003cli\u003e22号までは35200円、30号までは37400円\u003c\/li\u003e\n\u003cli\u003eフリーサイズのため、購入後のサイズ変更も容易\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e本体: 925silver\u003c\/li\u003e\n\u003cli\u003e仕上げ: ブラックルテメッキ (BKカラー)\u003c\/li\u003e\n\u003cli\u003e石: ミスティッククォーツ、キュービックジルコニア\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品サイズ (寸法)\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"table-scroll-view\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003e幅\u003c\/th\u003e\n\u003ctd\u003e最大約19mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e厚み\u003c\/th\u003e\n\u003ctd\u003e約5mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e重さ\u003c\/th\u003e\n\u003ctd\u003e約8.5〜9.5g\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\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003eギフト・関連情報\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e大切な方への贈り物や、Bizarreブランドについてのご案内です。\u003c\/p\u003e\n\u003cul class=\"point-list\"\u003e\n\u003cli\u003e誕生日プレゼント、クリスマスプレゼント、記念日、自分へのご褒美など、贈り物にも最適です。\u003c\/li\u003e\n\u003cli\u003eラッピングをご希望のお客様は、\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\"\u003eGift ラッピング\u003c\/a\u003eを一緒にご注文ください。\u003c\/li\u003e\n\u003cli\u003eその他のアポリオンシリーズは\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%A2%E3%83%9D%E3%83%AA%E3%82%AA%E3%83%B3\"\u003eこちら\u003c\/a\u003eからご覧いただけます。\u003c\/li\u003e\n\u003cli\u003eビザール唯一の直営店、ビザールギャラリー東京(原宿)の詳細は\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\"\u003eこちら\u003c\/a\u003e。\u003c\/li\u003e\n\u003cli\u003eシルバーアクセサリーブランド＜ビザール＞のブランド紹介は\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eこちら\u003c\/a\u003eをご覧ください。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"ブラック \/ 10号","offer_id":42974047502425,"sku":"SRJ087BK10","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 11号","offer_id":42974047535193,"sku":"SRJ087BK11","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 12号","offer_id":42974047567961,"sku":"SRJ087BK12","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 13号","offer_id":42974047600729,"sku":"SRJ087BK13","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 14号","offer_id":42974047633497,"sku":"SRJ087BK14","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 15号","offer_id":42974047666265,"sku":"SRJ087BK15","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 16号","offer_id":42974047699033,"sku":"SRJ087BK16","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 17号","offer_id":42974047731801,"sku":"SRJ087BK17","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 18号","offer_id":42974047764569,"sku":"SRJ087BK18","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 19号","offer_id":42974047797337,"sku":"SRJ087BK19","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 20号","offer_id":42974047830105,"sku":"SRJ087BK20","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 21号","offer_id":42974047862873,"sku":"SRJ087BK21","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 22号","offer_id":42974047895641,"sku":"SRJ087BK22","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 23号","offer_id":42974047928409,"sku":"SRJ087BK23","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 24号","offer_id":42974047961177,"sku":"SRJ087BK24","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 25号","offer_id":42974047993945,"sku":"SRJ087BK25","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 26号","offer_id":42974048026713,"sku":"SRJ087BK26","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 27号","offer_id":42974048059481,"sku":"SRJ087BK27","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 28号","offer_id":42974048092249,"sku":"SRJ087BK28","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 29号","offer_id":42974048125017,"sku":"SRJ087BK29","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 30号","offer_id":42974048157785,"sku":"SRJ087BK30","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 10号","offer_id":42974048190553,"sku":"SRJ087SV10","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 11号","offer_id":42974048223321,"sku":"SRJ087SV11","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 12号","offer_id":42974048256089,"sku":"SRJ087SV12","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 13号","offer_id":42974048288857,"sku":"SRJ087SV13","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 14号","offer_id":42974048321625,"sku":"SRJ087SV14","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 15号","offer_id":42974048354393,"sku":"SRJ087SV15","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 16号","offer_id":42974048387161,"sku":"SRJ087SV16","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 17号","offer_id":42974048419929,"sku":"SRJ087SV17","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 18号","offer_id":42974048452697,"sku":"SRJ087SV18","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 19号","offer_id":42974048485465,"sku":"SRJ087SV19","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 20号","offer_id":42974048518233,"sku":"SRJ087SV20","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 21号","offer_id":42974048551001,"sku":"SRJ087SV21","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 22号","offer_id":42974048583769,"sku":"SRJ087SV22","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 23号","offer_id":42974048616537,"sku":"SRJ087SV23","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 24号","offer_id":42974048649305,"sku":"SRJ087SV24","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 25号","offer_id":42974048682073,"sku":"SRJ087SV25","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 26号","offer_id":42974048714841,"sku":"SRJ087SV26","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 27号","offer_id":42974048747609,"sku":"SRJ087SV27","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 28号","offer_id":42974048780377,"sku":"SRJ087SV28","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 29号","offer_id":42974048813145,"sku":"SRJ087SV29","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 30号","offer_id":42974048845913,"sku":"SRJ087SV30","price":37400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ13_087.jpg?v=1762757825"}],"url":"https:\/\/www.bizarregallerytokyo-edition.we-shop.jp\/collections\/eleven.oembed","provider":"BIZARRE GALLERY TOKYO - EDITION -","version":"1.0","type":"link"}