{"title":"14号","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":"bizarre-ビザール-限定販売商品-gsrj117","title":"Bizarre\/ビザール【限定販売商品】Ouroboros Collection Eternal シルバー蛇　ユニセックスリング GSRJ117","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\u003eOuroboros\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\/SRJ117-2_e9a6c916-a63d-4700-8714-8a2b9701604f.jpg?v=1762757595\" 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\u003e20mm\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\/S-SRJ117_10bfa596-0273-4a22-a3f2-bbb9c6897312.jpg?v=1762757595\" 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、それぞれの天然石がもたらす異なる表情。「\u003cstrong\u003eOuroboros Collection Eternal\u003c\/strong\u003e」は、ペアリングとしても、特別な方への贈り物としても選べる限定アイテムです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/S-SRJ117-1.jpg?v=1762757595\" 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蛇が円を描くOuroborosは、永遠や無限性の意味の象徴。限定販売商品のBizarre「Ouroboros Collection」の「Eternal\/エターナル(永遠)」リングは、切れ目のないウロボロスの姿を、純粋を象徴する守護石と言われるホワイトトパーズと、アメジスト・ロードライトガーネットをセットし表現しました。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e中央のホワイトトパーズの横に、アメジスト・ロードライトガーネットの2石の天然石をセットしています。\u003c\/li\u003e\n        \u003cli\u003e蛇の細かい鱗の彫刻や、両サイドの立体的な唐草が上品で手の込んだ作りを実感できます。\u003c\/li\u003e\n        \u003cli\u003e同コレクションのSRJ117・SRJ116のシルバーリングとペアにすることも可能です。\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こちらのリングは4号から14号までのサイズ展開となります。\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最大約20mm\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約5.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      \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          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\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既製リングサイズ以外のサイズは、別途6,000円(税抜き)より対応しております。詳しくは、\u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\u003c\/a\u003e までご相談下さい。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"4号","offer_id":42974155210841,"sku":"GSRJ117SV4","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"6号","offer_id":42974155243609,"sku":"GSRJ117SV6","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"8号","offer_id":42974155276377,"sku":"GSRJ117SV8","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974155309145,"sku":"GSRJ117SV10","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974155341913,"sku":"GSRJ117SV12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974155374681,"sku":"GSRJ117SV14","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ117-2_e9a6c916-a63d-4700-8714-8a2b9701604f.jpg?v=1762757595"},{"product_id":"new-bizarre-ビザール-限定販売商品-スターリーシルバーリング-gsrj141","title":"Bizarre\/ビザール 【限定販売商品】スターリーシルバーリング GSRJ141","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\n            \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\/gsrj141_01.jpg?v=1762757597\" 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) - 手元に宿る唯一の個性 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手元に宿る唯一の個性\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            最大9mmの幅を持ちながらも、主張しすぎない絶妙なバランス。指元に\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\/srj141_03_bc48d233-6b41-44a5-8892-dda3982ce1bf.jpg?v=1762757597\" 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) - 特別を纏う限定コレクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e特別を纏う限定コレクション\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            人気のスターとゴシッククロスが調和する、\u003cstrong\u003eBizarre限定コレクション第2弾\u003c\/strong\u003e。一つで主役になり、他のリングと重ねることで、さらに魅力を増すデザイン性の高さがスタイリングを格上げします。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ140.141.jpg?v=1762757597\" 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\u003eBizarre gallery Tokyo(原宿)およびBizarre Online限定発売の商品です。ゴシック調のクロスと人気のスターデザインを組み合わせた、クロッシング\u0026amp;スターリーコレクションの第2弾。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e本コレクションは全て\u003cstrong\u003eキュービックジルコニア\u003c\/strong\u003eをセットしています。\u003c\/li\u003e\n                    \u003cli\u003e限定品には、特別な\u003cstrong\u003eブルーの石\u003c\/strong\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\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                        \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最大約9mm\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約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 class=\"body-text\"\u003eGSRJ141\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\/collections\/%E3%82%B9%E3%82%BF%E3%83%BC%E3%83%AA%E3%83%BC-%E3%82%AF%E3%83%AD%E3%83%83%E3%82%B7%E3%83%B3%E3%82%B0\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eその他のスターリー＆クロッシングコレクションはこちら\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e贈り物におすすめ：誕生日プレゼント、クリスマスプレゼント、ギフト、記念日、自分へのご褒美など。\u003c\/li\u003e\n                    \u003cli\u003eラッピングご希望のお客様：ご希望数に応じてGift ラッピングを一緒にご注文ください。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eGift ラッピングはこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eビザール唯一の直営店：\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eシルバーアクセサリーブランド＜ビザール＞：\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" target=\"_blank\" rel=\"noopener noreferrer\"\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!-- \/スペック・詳細セクション --\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"8号","offer_id":42974154686553,"sku":"GSRJ141SV8","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974154719321,"sku":"GSRJ141SV10","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974154752089,"sku":"GSRJ141SV12","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974154784857,"sku":"GSRJ141SV14","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974154817625,"sku":"GSRJ141SV16","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974154850393,"sku":"GSRJ141SV18","price":17600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/gsrj141_01.jpg?v=1762757597"},{"product_id":"new-bizarre-ビザール-限定販売商品-クロッシングシルバーリング-gsrj140","title":"Bizarre\/ビザール 【限定販売商品】クロッシングシルバーリング GSRJ140","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\"\u003eBizarre OnlineおよびBizarre gallery Tokyo(原宿)限定販売。煌めくパープルのキュービックジルコニアをセットし、ゴシックとスターが交錯するデザインは、他にはない\u003cstrong\u003e個性を手元に宿します\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/20251015120847_b6c6dd29-1627-4c3b-a4f3-6148024a6d51.jpg?v=1762757598\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bizarre クロッシングシルバーリング - 限定パープル\"\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\/gsrj140_02.jpg?v=1762757598\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bizarre クロッシングシルバーリング - 精巧なディテール\"\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\/srj140_03_f8389848-b490-4f6c-a91a-bc5ece2bebf4.jpg?v=1762757598\" class=\"img-fluid d-block w-100 product-img\" alt=\"Bizarre クロッシングシルバーリング - 着用イメージ\"\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 class=\"body-text\"\u003eBizarre OnlineおよびBizarre gallery Tokyo(原宿)限定販売の特別なリングです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eゴシック調のクロスと人気のスターデザインを組み合わせた、クロッシング＆スターリーコレクションの第2弾です。\u003c\/li\u003e\n                \u003cli\u003e男女問わずおすすめできるユニセックスなデザイン。\u003c\/li\u003e\n                \u003cli\u003e今回のニューコレクションはすべてキュービックジルコニアをセット。\u003c\/li\u003e\n                \u003cli\u003e限定品には、\u003cstrong\u003e煌めくパープルの石\u003c\/strong\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 class=\"body-text\"\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        \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 class=\"body-text\"\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最大約7mm\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約3.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 class=\"body-text\"\u003e商品に関するその他のご案内です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e誕生日、クリスマス、記念日、ご自分へのご褒美など、\u003cstrong\u003e贈り物にも最適\u003c\/strong\u003eです。\u003c\/li\u003e\n                \u003cli\u003eラッピングをご希望のお客様は、\u003ca title=\"GIFTラッピング\" 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%B9%E3%82%BF%E3%83%BC%E3%83%AA%E3%83%BC-%E3%82%AF%E3%83%AD%E3%83%83%E3%82%B7%E3%83%B3%E3%82%B0\"\u003eこちら\u003c\/a\u003eをご覧ください。\u003c\/li\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\" title=\"コンセプト\"\u003eブランド紹介\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            \u003cp class=\"body-text\"\u003eGSRJ140\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"8号","offer_id":42974153834585,"sku":"GSRJ140SV8","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974153867353,"sku":"GSRJ140SV10","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974153900121,"sku":"GSRJ140SV12","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974153932889,"sku":"GSRJ140SV14","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974153965657,"sku":"GSRJ140SV16","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974153998425,"sku":"GSRJ140SV18","price":17600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/20251015120847_b6c6dd29-1627-4c3b-a4f3-6148024a6d51.jpg?v=1762757598"},{"product_id":"new-bizarre-ビザール-クロッシングシルバーリング-srj140","title":"Bizarre\/ビザール クロッシングシルバーリング SRJ140","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\/SRJ140.jpg?v=1762757607\" 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ブラックロジウムメッキが施された925シルバーに、緻密に配されたキュービックジルコニアが\u003cstrong\u003eクールな煌めき\u003c\/strong\u003eを放ちます。指元にエッジを効かせ、洗練された大人のムードを演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/srj140_01.jpg?v=1762757607\" 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\"\u003e925シルバーのしなやかな曲線と、連なるクロスにセットされたキュービックジルコニアが、手元で\u003cstrong\u003e繊細に煌めき\u003c\/strong\u003eます。細身ながらも確かな存在感で、優雅な印象を高めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/srj140_04.jpg?v=1762757607\" class=\"img-fluid d-block w-100 product-img\" alt=\"925シルバーのしなやかな曲線とキュービックジルコニア\"\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 class=\"body-text\"\u003eゴシック調のクロスと人気のスターデザインを組み合わせた、クロッシング＆スターリーコレクションの第2弾です。\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 class=\"body-text\"\u003e本製品に使用されている素材です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e925silver\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\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            \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最大約7mm\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約3.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 class=\"body-text\"\u003e贈り物としてもおすすめの商品です。\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\" title=\"GIFTラッピング\"\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            \u003cp class=\"body-text\"\u003e関連するコレクションやブランド情報はこちらから。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%B9%E3%82%BF%E3%83%BC%E3%83%AA%E3%83%BC-%E3%82%AF%E3%83%AD%E3%83%83%E3%82%B7%E3%83%B3%E3%82%B0\"\u003eその他のスターリー＆クロッシングコレクションはこちら\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザール唯一の直営店「ビザールギャラリー東京(原宿)」のご紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" title=\"コンセプト\"\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":"Bizarre","offers":[{"title":"8号 \/ シルバー","offer_id":42974151737433,"sku":"SRJ140SV8","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"8号 \/ ブラック","offer_id":42974151770201,"sku":"SRJ140BK8","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ シルバー","offer_id":42974151802969,"sku":"SRJ140SV10","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ ブラック","offer_id":42974151835737,"sku":"SRJ140BK10","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ シルバー","offer_id":42974151868505,"sku":"SRJ140SV12","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ブラック","offer_id":42974151901273,"sku":"SRJ140BK12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ シルバー","offer_id":42974151934041,"sku":"SRJ140SV14","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ブラック","offer_id":42974151966809,"sku":"SRJ140BK14","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ シルバー","offer_id":42974151999577,"sku":"SRJ140SV16","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ブラック","offer_id":42974152032345,"sku":"SRJ140BK16","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ シルバー","offer_id":42974152065113,"sku":"SRJ140SV18","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ ブラック","offer_id":42974152097881,"sku":"SRJ140BK18","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ140.jpg?v=1762757607"},{"product_id":"new-bizarre-ビザール-スターリーシルバーリング-srj141","title":"Bizarre\/ビザール スターリーシルバーリング SRJ141","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\/SRJ141.jpg?v=1762757608\" 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\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\/srj141_01.jpg?v=1762757608\" 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\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\/srj141_06.jpg?v=1762757608\" 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\u003cdetails class=\"spec-details\" open=\"\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eゴシック調のクロスとスターデザインを融合した、クロッシング＆スターリーコレクションの第2弾。男女問わずお使いいただけます。\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\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\u003e925silver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e加工\u003c\/th\u003e\n\u003ctd\u003eブラックロジウムメッキ (BKカラー)\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\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\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最大約9mm\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約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\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\u003cli\u003e「Bizarre」ブランドのコンセプトや紹介もございます\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"8号 \/ シルバー","offer_id":42974151016537,"sku":"SRJ141SV8","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"8号 \/ ブラック","offer_id":42974151049305,"sku":"SRJ141BK8","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ シルバー","offer_id":42974151082073,"sku":"SRJ141SV10","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ ブラック","offer_id":42974151114841,"sku":"SRJ141BK10","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ シルバー","offer_id":42974151147609,"sku":"SRJ141SV12","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ブラック","offer_id":42974151180377,"sku":"SRJ141BK12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ シルバー","offer_id":42974151213145,"sku":"SRJ141SV14","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ブラック","offer_id":42974151245913,"sku":"SRJ141BK14","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ シルバー","offer_id":42974151278681,"sku":"SRJ141SV16","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ブラック","offer_id":42974151311449,"sku":"SRJ141BK16","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ シルバー","offer_id":42974151344217,"sku":"SRJ141SV18","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ ブラック","offer_id":42974151376985,"sku":"SRJ141BK18","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ141.jpg?v=1762757608"},{"product_id":"gsrj132","title":"Bizarre\/ビザール【限定販売商品】The seven deadly sins series Slothシルバーリング GSRJ132","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\/GSRJ132.jpg?v=1762757621\" 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\u003e925シルバー\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\/GSRJ132-G.jpg?v=1762757621\" 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\/IMG_3606.png?v=1762757621\" 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\u003eBizarre gallery Tokyo(原宿)およびBizarre Online限定発売\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=\"benefit-list\"\u003e\n                    \u003cli\u003eフリーサイズのため、1号毎にサイズが選べます\u003c\/li\u003e\n                    \u003cli\u003e後からサイズを変更したい時も、他のリングよりも簡単にサイズ変更が可能\u003c\/li\u003e\n                \u003c\/ul\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最大 約16mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e厚さ\u003c\/th\u003e\n                                \u003ctd\u003e最大 約6mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e重さ\u003c\/th\u003e\n                                \u003ctd\u003e約12.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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名: The seven deadly sins series Slothシルバーリング\u003c\/li\u003e\n                    \u003cli\u003e商品コード: GSRJ132\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送・その他\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eラッピングをご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"14号 \/ アメジスト","offer_id":42974146691161,"sku":"GSRJ132AM14","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"14号 \/ スモーキークオーツ","offer_id":42974146723929,"sku":"GSRJ132SQ14","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ グレームーンストーン","offer_id":42974146756697,"sku":"GSRJ132GM14","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ アメジスト","offer_id":42974146789465,"sku":"GSRJ132AM15","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"15号 \/ スモーキークオーツ","offer_id":42974146822233,"sku":"GSRJ132SQ15","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ グレームーンストーン","offer_id":42974146855001,"sku":"GSRJ132GM15","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ アメジスト","offer_id":42974146887769,"sku":"GSRJ132AM16","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"16号 \/ スモーキークオーツ","offer_id":42974146920537,"sku":"GSRJ132SQ16","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ グレームーンストーン","offer_id":42974146953305,"sku":"GSRJ132GM16","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ アメジスト","offer_id":42974146986073,"sku":"GSRJ132AM17","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"17号 \/ スモーキークオーツ","offer_id":42974147018841,"sku":"GSRJ132SQ17","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ グレームーンストーン","offer_id":42974147051609,"sku":"GSRJ132GM17","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ アメジスト","offer_id":42974147084377,"sku":"GSRJ132AM18","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"18号 \/ スモーキークオーツ","offer_id":42974147117145,"sku":"GSRJ132SQ18","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ グレームーンストーン","offer_id":42974147149913,"sku":"GSRJ132GM18","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"19号 \/ アメジスト","offer_id":42974147182681,"sku":"GSRJ132AM19","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"19号 \/ スモーキークオーツ","offer_id":42974147215449,"sku":"GSRJ132SQ19","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"19号 \/ グレームーンストーン","offer_id":42974147248217,"sku":"GSRJ132GM19","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"20号 \/ アメジスト","offer_id":42974147280985,"sku":"GSRJ132AM20","price":33000.0,"currency_code":"JPY","in_stock":false},{"title":"20号 \/ スモーキークオーツ","offer_id":42974147313753,"sku":"GSRJ132SQ20","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"20号 \/ グレームーンストーン","offer_id":42974147346521,"sku":"GSRJ132GM20","price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/gsr132-2.jpg?v=1773298370"},{"product_id":"new-bizarre-ビザール-サーペントバイパー蛇-シルバーリング-srj139","title":"Bizarre\/ビザール サーペントバイパー蛇 シルバーリング SRJ139","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\/srj139_1.jpg?v=1762757627\" 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\/srj139_2.jpg?v=1762757627\" 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\"\u003e1号刻みで調整可能な\u003cstrong\u003eフリーサイズ仕様\u003c\/strong\u003eにより、その日の気分や着用する指に合わせて柔軟にフィットします。永く愛用できる設計が、あなただけの物語を紡ぎます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/srj139_3.jpg?v=1762757627\" 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\u003eBizarreデビュー25周年を記念した「サーペントバイパーコレクション」の待望のリングです。強力な毒をもつ危険な毒蛇＜Viperバイパー＞をモチーフに、無表情な目で指に覆いかぶさるようなデザインが特徴です。\u003c\/p\u003e\n            \u003cp\u003e全体的には細身なので、ハード過ぎない繊細な蛇のフォルムで、ビザールらしく表現しています。カラーは、それぞれシルバーにブラックまたはレッド、ゴールドにはクリア、ブラックにはパープルのキュービックジルコニアをセットした3色展開になっています。\u003c\/p\u003e\n            \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%B5%E3%83%BC%E3%83%9A%E3%83%B3%E3%83%88%E3%83%90%E3%82%A4%E3%83%91%E3%83%BC\"\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            \u003cp\u003eフリーサイズですので、1号毎にサイズが選べます。後々サイズを変更したい時も、他のリングよりも簡単にサイズ変更が可能です。\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最大約15ｍｍ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e厚さ\u003c\/th\u003e\n                            \u003ctd\u003e最大約5mm、最小約2mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                            \u003ctd\u003e約5.5ｇ\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\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e加工\u003c\/th\u003e\n                            \u003ctd\u003eBK:ブラックルテメッキ（ブラックカラーの場合）\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                    \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=\"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                \u003cli\u003e自分へのご褒美\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eラッピングをご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp\u003eビザール唯一の直営店のご紹介\u003ca 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":"Bizarre","offers":[{"title":"12号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ（SV）","offer_id":42974145511513,"sku":"SRJ139SVBK12","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ（SV）","offer_id":42974145544281,"sku":"SRJ139SV12","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ（BK）","offer_id":42974145577049,"sku":"SRJ139BK12","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ（SV）","offer_id":42974145609817,"sku":"SRJ139SVBK13","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ（SV）","offer_id":42974145642585,"sku":"SRJ139SV13","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"13号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ（BK）","offer_id":42974145675353,"sku":"SRJ139BK13","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ（SV）","offer_id":42974145708121,"sku":"SRJ139SVBK14","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ（SV）","offer_id":42974145740889,"sku":"SRJ139SV14","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ（BK）","offer_id":42974145773657,"sku":"SRJ139BK14","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ（SV）","offer_id":42974145806425,"sku":"SRJ139SVBK15","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ（SV）","offer_id":42974145839193,"sku":"SRJ139SV15","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"15号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ（BK）","offer_id":42974145871961,"sku":"SRJ139BK15","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ（SV）","offer_id":42974145904729,"sku":"SRJ139SVBK16","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ（SV）","offer_id":42974145937497,"sku":"SRJ139SV16","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ（BK）","offer_id":42974145970265,"sku":"SRJ139BK16","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾌﾞﾗｯｸ（SV）","offer_id":42974146003033,"sku":"SRJ139SVBK17","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾚｯﾄﾞ（SV）","offer_id":42974146035801,"sku":"SRJ139SV17","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"17号 \/ ｷｭｰﾋﾞｯｸｼﾞﾙｺﾆｱ\/ﾊﾟｰﾌﾟﾙ（BK）","offer_id":42974146068569,"sku":"SRJ139BK17","price":18700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/srj139_0.jpg?v=1762757627"},{"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":"限定販売商品-スコーピオンシルバーリング-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":"archaeopteryxルートシルバーリング-srp094sv","title":"Bizarre\/ビザール アーケオプテリクスルート始祖鳥 鉤爪 シルバーリング SRP094SV","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\/SRP094.jpg?v=1762757682\" 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厳選された925シルバーが織りなす、\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\/SRP094-1_360x_ee1d82b3-5770-47a7-a8b9-6c60105270ca.jpg?v=1762757681\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e永く愛せる確かな925シルバー\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\/SRP094-3.jpg?v=1762757681\" 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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eBizarre20周年記念「Revive(蘇る)」Collection、Archaeopteryxルートシルバーリングについて。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eコンセプト：化石や朽ちた樹木など、遥か昔に朽ち果てた儚く美しい世界を表現。\u003c\/li\u003e\n                    \u003cli\u003eモチーフ：ジュラ紀最古の鳥類、始祖鳥アーケオプテリクスをメインにデザイン。鋭い歯、鉤爪のある3本の指、長い尾部に骨を持つ点など、現生鳥類とは異なる特徴を取り入れています。\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\/archaeopteryx-%E3%82%A2%E3%83%BC%E3%82%B1%E3%82%AA%E3%83%97%E3%83%86%E3%83%AA%E3%82%AF%E3%82%B9\"\u003e→その他のアーケオプテリクスコレクションはこちら\u003c\/a\u003e\u003c\/p\u003e\n                \u003cp\u003e\u003ca 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        \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最大約11mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e厚さ\u003c\/th\u003e\n                                \u003ctd\u003e最大約4mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e重さ\u003c\/th\u003e\n                                \u003ctd\u003e約6.2g\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\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                \u003c\/ul\u003e\n                \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\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\u003eSRP094SV\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"14号","offer_id":42974112481369,"sku":"SRP094SV14","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974112514137,"sku":"SRP094SV15","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974112546905,"sku":"SRP094SV16","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974112579673,"sku":"SRP094SV17","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974112612441,"sku":"SRP094SV18","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974112645209,"sku":"SRP094SV19","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974112677977,"sku":"SRP094SV20","price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP094.jpg?v=1762757682"},{"product_id":"アーケオプテリクスシルバーリング-srp093sv","title":"Bizarre\/ビザール アーケオプテリクス　始祖鳥 鉤爪 シルバーリング SRP093SV","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が指先に蘇る。925シルバーが放つ深みのある輝きが、その唯一無二の存在感を際立たせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP093-1.jpg?v=1762757684\" 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\/SRP097-SRP093.jpg?v=1762757683\" 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が、古代の息吹を宿す鉤爪のリアリティを高めます。約10gの重みが確かな存在感を指元に添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP093-2_f4eb4b27-ba43-4379-8400-a3b45a074bd1.jpg?v=1762757684\" 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「アーケオプテリクスシルバーリング」は、Bizarreデビュー20周年記念「Revive(蘇る)」コレクションの一部です。遥かジュラ紀に生きた最古の鳥類「始祖鳥」をメインモチーフに、化石や朽ちた樹木が織りなす儚くも美しい世界観を表現しています。特に、始祖鳥の足の鋭い鉤爪をモチーフにしたデザインは、ビザールの真骨頂と言えるでしょう。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eビザールデビュー20周年記念「Revive(蘇る)」コレクション\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        \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最大約13mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e厚さ\u003c\/th\u003e\n                \u003ctd\u003e最大約4mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e重さ\u003c\/th\u003e\n                \u003ctd\u003e約10g\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e商品コード\u003c\/th\u003e\n                \u003ctd\u003eSRP093SV\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ラッピングをご希望のお客様は、別途\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003eGift ラッピング\u003c\/a\u003eをご注文ください。\u003c\/li\u003e\n          \u003cli\u003eその他の\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/archaeopteryx-%E3%82%A2%E3%83%BC%E3%82%B1%E3%82%AA%E3%83%97%E3%83%86%E3%83%AA%E3%82%AF%E3%82%B9\"\u003eアーケオプテリクスコレクション\u003c\/a\u003eはこちら。\u003c\/li\u003e\n          \u003cli\u003eビザール唯一の直営店\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)\u003c\/a\u003eのご紹介。\u003c\/li\u003e\n          \u003cli\u003e\n\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" title=\"コンセプト\"\u003eシルバーアクセサリーブランド＜ビザール＞\u003c\/a\u003eのブランド紹介。\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":"Bizarre","offers":[{"title":"12号","offer_id":42974111596633,"sku":"SRP093SV12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974111629401,"sku":"SRP093SV13","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974111662169,"sku":"SRP093SV14","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974111694937,"sku":"SRP093SV15","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974111727705,"sku":"SRP093SV16","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974111760473,"sku":"SRP093SV17","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974111793241,"sku":"SRP093SV18","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974111826009,"sku":"SRP093SV19","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974111858777,"sku":"SRP093SV20","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP093.jpg?v=1762757684"},{"product_id":"ケルティックハートシルバーリング-srp092","title":"Bizarre\/ビザール ケルティックハートシルバーリング SRP092","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\n      \u003cstrong\u003eブラックコートとロジウムコート\u003c\/strong\u003e、異なる表情が魅力のケルティックハートリング。\n      \u003cstrong\u003e透かし模様\u003c\/strong\u003eでボリュームを感じさせず、あなたのスタイルに軽やかに溶け込みます。\n      装いに合わせて選ぶ楽しさをどうぞ。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP092.jpg?v=1762757685\" 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) - 洗練されたケルティックの輝き --\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が、\n      \u003cstrong\u003e光を透過し上品に輝きます\u003c\/strong\u003e。\n      \u003cstrong\u003e重さ約6.5gを感じさせない軽やかな着け心地\u003c\/strong\u003eで、\n      指元に\u003cstrong\u003e洗練された印象\u003c\/strong\u003eをもたらします。日常を彩る特別な一本に。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP092RC-2.jpg?v=1762757685\" 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) - 個性際立つケルティックリング --\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      ボリュームがありながらも重く見えない\u003cstrong\u003e透かし模様\u003c\/strong\u003eは、ハードな印象が苦手な方にもおすすめ。\n      \u003cstrong\u003e個性を引き立てる逸品\u003c\/strong\u003eです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP092BK-2.jpg?v=1762757686\" 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\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\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    \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\u003e本製品の素材情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e925silver\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!-- サイズ詳細 --\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            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth\u003e幅\u003c\/th\u003e\n                \u003ctd\u003e約7mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e厚さ\u003c\/th\u003e\n                \u003ctd\u003e約2mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003e重さ\u003c\/th\u003e\n                \u003ctd\u003e約6.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    \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\u003eBizarre関連のサービスや情報をご確認いただけます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eラッピングをご希望のお客様は、別途Gift ラッピングをご注文ください。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\n\u003c\/li\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\" title=\"コンセプト\"\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":"Bizarre","offers":[{"title":"8号 \/ ブラック","offer_id":42974110646361,"sku":"SRP092BK8","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"8号 \/ ロジウム","offer_id":42974110679129,"sku":"SRP092R8","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"10号 \/ ブラック","offer_id":42974110711897,"sku":"SRP092BK10","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"10号 \/ ロジウム","offer_id":42974110744665,"sku":"SRP092R10","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"12号 \/ ブラック","offer_id":42974110777433,"sku":"SRP092BK12","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"12号 \/ ロジウム","offer_id":42974110810201,"sku":"SRP092R12","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"14号 \/ ブラック","offer_id":42974110842969,"sku":"SRP092BK14","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"14号 \/ ロジウム","offer_id":42974110875737,"sku":"SRP092R14","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ブラック","offer_id":42974110908505,"sku":"SRP092BK16","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"16号 \/ ロジウム","offer_id":42974110941273,"sku":"SRP092R16","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"18号 \/ ブラック","offer_id":42974110974041,"sku":"SRP092BK18","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"18号 \/ ロジウム","offer_id":42974111006809,"sku":"SRP092R18","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"20号 \/ ブラック","offer_id":42974111039577,"sku":"SRP092BK20","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"20号 \/ ロジウム","offer_id":42974111072345,"sku":"SRP092R20","price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP092.jpg?v=1762757685"},{"product_id":"ダークネスデビルシルバーリングsrj135","title":"Bizarre\/ビザール ダークネスデビルシルバーリング SRJ135BK","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と漆黒の\u003cstrong\u003eキュービックジルコニア\u003c\/strong\u003eが織りなすコントラストが、クールで魅惑的な存在感を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/C.jpg?v=1762757688\" 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純銀の輝きと緻密な細工が、360度どこから見ても抜かりない完成度を誇ります。\u003cstrong\u003eフリーサイズ仕様\u003c\/strong\u003eにより、好みの指で自由な着用を可能にし、快適なフィット感を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ135_L-2.jpg?v=1762757688\" 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は、シンプルな装いから個性的なスタイルまで、あらゆるファッションに溶け込み、着ける人の魅力を引き出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ135_L-3.jpg?v=1762757688\" 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\u003eBizarreの人気モチーフである悪魔の翼を、ブラックルテメッキ仕上げで表現した魅惑的なシルバーリングです。ブラックのキュービックジルコニアをセットすることで、よりクールな印象に仕上げました。\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用途\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%A8%E3%83%B3%E3%82%B8%E3%82%A7%E3%83%AB-%E3%83%87%E3%83%93%E3%83%AB\"\u003eエンジェル＆デビルコレクションはこちら\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      \u003cp\u003e本製品はフリーサイズリングです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: SRJ135BK\u003c\/li\u003e\n        \u003cli\u003eサイズ展開: 12号～28号 (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            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e幅\u003c\/td\u003e\n              \u003ctd\u003e最大約22mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e厚さ\u003c\/td\u003e\n              \u003ctd\u003e約6mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e重さ\u003c\/td\u003e\n              \u003ctd\u003e約10〜11g\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e20号まで: 16,500円 (税込)\u003c\/li\u003e\n        \u003cli\u003e28号まで: 18,700円 (税込)\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        \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\u003eBizarre（ビザール）に関する情報です。\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\u003c\/li\u003e\n        \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" title=\"コンセプト\"\u003eシルバーアクセサリーブランド＜Bizarre＞ブランド紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\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ギフトラッピングをご希望のお客様は、別途\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003eGiftラッピング\u003c\/a\u003eを必要数ご注文ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"12号","offer_id":42974110089305,"sku":"SRJ135BK12","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974110122073,"sku":"SRJ135BK13","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974110154841,"sku":"SRJ135BK14","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974110187609,"sku":"SRJ135BK15","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974110220377,"sku":"SRJ135BK16","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974110253145,"sku":"SRJ135BK17","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974110285913,"sku":"SRJ135BK18","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974110318681,"sku":"SRJ135BK19","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974110351449,"sku":"SRJ135BK20","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"21号","offer_id":42974110384217,"sku":"SRJ135BK21","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"22号","offer_id":42974110416985,"sku":"SRJ135BK22","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"23号","offer_id":42974110449753,"sku":"SRJ135BK23","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"24号","offer_id":42974110482521,"sku":"SRJ135BK24","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"25号","offer_id":42974110515289,"sku":"SRJ135BK25","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"26号","offer_id":42974110548057,"sku":"SRJ135BK26","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"27号","offer_id":42974110580825,"sku":"SRJ135BK27","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"28号","offer_id":42974110613593,"sku":"SRJ135BK28","price":18700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/C.jpg?v=1762757688"},{"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":"シャイニーエンジェルシルバーリング-srj134","title":"Bizarre\/ビザール シャイニーエンジェルシルバーリング SRJ134SV","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\/A_8af68704-1d65-482d-80ce-f1e926e43335.jpg?v=1762757693\" 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熟練の職人技が光るシルバーの翼は、細部まで精巧な美しさを放ちます。中央に輝くラベンダーキュービックジルコニアが、聡明な天使の煌めきを指元に添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ134_L-LV-1.jpg?v=1762757694\" 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\"\u003e12号から28号まで調整可能なフリーサイズは、着ける指を選ばない自由さをもたらします。着ける向きを変えれば表情も変化し、あなたらしい個性を引き出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ134_L-LV-3.jpg?v=1762757694\" 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                \u003cli\u003eミスティックエンジェルリングより、\u003cstrong\u003e価格がお手頃\u003c\/strong\u003eになりました\u003c\/li\u003e\n                \u003cli\u003eフリーサイズなので着ける指を問わず、\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            \u003cp\u003e本製品はフリーサイズ仕様で、幅広い指のサイズに対応します。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e対応サイズ: 12号～28号（1号毎に調整可能）\u003c\/li\u003e\n                \u003cli\u003e幅: 最大約20mm\u003c\/li\u003e\n                \u003cli\u003e厚さ: 約5mm\u003c\/li\u003e\n                \u003cli\u003e重さ: 約9〜11g\u003c\/li\u003e\n            \u003c\/ul\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\u003e12号 ～ 20号\u003c\/td\u003e\n                            \u003ctd\u003e16,500円\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e21号 ～ 28号\u003c\/td\u003e\n                            \u003ctd\u003e18,700円\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=\"basic-list\"\u003e\n                \u003cli\u003e素材: 925silver\u003c\/li\u003e\n                \u003cli\u003e石: キュービックジルコニア\u003c\/li\u003e\n                \u003cli\u003e商品コード: SRJ134SV\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クリスマスプレゼント\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\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"Gift ラッピング\"\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            \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\" title=\"コンセプト\"\u003eブランドコンセプトはこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003cli\u003e関連コレクション: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%A8%E3%83%B3%E3%82%B8%E3%82%A7%E3%83%AB-%E3%83%87%E3%83%93%E3%83%AB\" title=\"その他のエンジェル＆デビルコレクション\"\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":"Bizarre","offers":[{"title":"12号","offer_id":42974105534553,"sku":"SRJ134SV12","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974105567321,"sku":"SRJ134SV13","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974105600089,"sku":"SRJ134SV14","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974105632857,"sku":"SRJ134SV15","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974105665625,"sku":"SRJ134SV16","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974105698393,"sku":"SRJ134SV17","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974105731161,"sku":"SRJ134SV18","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974105763929,"sku":"SRJ134SV19","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974105796697,"sku":"SRJ134SV20","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"21号","offer_id":42974105829465,"sku":"SRJ134SV21","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"22号","offer_id":42974105862233,"sku":"SRJ134SV22","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"23号","offer_id":42974105895001,"sku":"SRJ134SV23","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"24号","offer_id":42974105927769,"sku":"SRJ134SV24","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"25号","offer_id":42974105960537,"sku":"SRJ134SV25","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"26号","offer_id":42974105993305,"sku":"SRJ134SV26","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"27号","offer_id":42974106026073,"sku":"SRJ134SV27","price":18700.0,"currency_code":"JPY","in_stock":false},{"title":"28号","offer_id":42974106058841,"sku":"SRJ134SV28","price":18700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/A_8af68704-1d65-482d-80ce-f1e926e43335.jpg?v=1762757693"},{"product_id":"ナイトシルバーリング-srp096","title":"Bizarre\/ビザール ナイトシルバーリング SRP096","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\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\/SRP-096-2_6c874b33-a498-4f7d-a735-bc9df431bfef.jpg?v=1762757695\" 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\u003e925シルバーの輝き\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\/SRP-096-1.jpg?v=1762757695\" 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確かな証 Bizarreクオリティ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eリング内側の\u003cstrong\u003eブランドロゴ\u003c\/strong\u003eと「\u003cstrong\u003e925\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\/SRP-096.jpg?v=1762757695\" 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\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トランプのマークが持つ意味と、デザインに込められたこだわり。\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\u003eSRP095モンクリングとペアリングとしてもおすすめ\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商品名: ナイトシルバーリング\u003c\/li\u003e\n          \u003cli\u003eブランド: Bizarre\/ビザール\u003c\/li\u003e\n          \u003cli\u003e商品コード: SRP096\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        \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最大約11mm\u003c\/td\u003e\n                \u003ctd\u003e最大約3mm\u003c\/td\u003e\n                \u003ctd\u003e約3.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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e既製リングサイズ以外のサイズは、別途6,000円(税抜き)より対応\u003c\/li\u003e\n          \u003cli\u003e詳細については\u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\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        \u003cp\u003e大切な方への贈り物や、ご自身へのご褒美にも最適です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e誕生日、クリスマス、記念日など、様々なシーンでの贈り物に\u003c\/li\u003e\n          \u003cli\u003eラッピングご希望のお客様は、Giftラッピングを一緒にご注文ください。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003e→Gift ラッピングはこちら\u003c\/a\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\u003eBizarreブランドや直営店に関する情報はこちらをご覧ください。\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 \u003c!-- end .content-section for specs --\u003e\n\n\u003c\/div\u003e \u003c!-- end .container product-wrapper --\u003e","brand":"Bizarre","offers":[{"title":"12号","offer_id":42974103339097,"sku":"SRP096SV12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974103371865,"sku":"SRP096SV14","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974103404633,"sku":"SRP096SV16","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974103437401,"sku":"SRP096SV18","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP-096-2_6c874b33-a498-4f7d-a735-bc9df431bfef.jpg?v=1762757695"},{"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":"シーサーペントクロス-シルバーリング-srp097","title":"Bizarre\/ビザール シーサーペントクロス (十字架）蛇 シルバーリング SRP097","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) - ブロック1 --\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\/SRP079-1.jpg?v=1762757728\" 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\n            \u003cstrong\u003e925シルバー\u003c\/strong\u003eの緻密な輝きが、口にクロスを咥えたサーペントの鱗や表情まで鮮やかに表現。約4gの\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\/SRJ-097-SV-1.jpg?v=1762757728\" 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) - ブロック3 --\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。指元に\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\/SRJ-097-BK-1.jpg?v=1762757728\" 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\n                    サーペントコレクションで人気のサーペントクロスペンダントにリングが新登場です。\n                    獲物のクロスを口にくわえたサーペントのリングは、シンプルながら存在感と個性が光ります。\n                \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                \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                \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最大約16mm、最小約2.5mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e厚さ\u003c\/th\u003e\n                                \u003ctd\u003e最大約3mm、最小約1.5mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e重さ\u003c\/th\u003e\n                                \u003ctd\u003e約4g\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\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\/li\u003e\n                    \u003cli\u003e\u003ca title=\"GIFTラッピング\" href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\"\u003e→ Gift ラッピングはこちら\u003c\/a\u003e\u003c\/li\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 title=\"コンセプト\" 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\n\u003c!-- \/content-section (スペック・詳細) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"Bizarre","offers":[{"title":"8号 \/ シルバー","offer_id":42974081024089,"sku":"SRP097SV8","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"8号 \/ ブラック","offer_id":42974081056857,"sku":"SRP097BK8","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ シルバー","offer_id":42974081089625,"sku":"SRP097SV10","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"10号 \/ ブラック","offer_id":42974081122393,"sku":"SRP097BK10","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ シルバー","offer_id":42974081155161,"sku":"SRP097SV12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ブラック","offer_id":42974081187929,"sku":"SRP097BK12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ シルバー","offer_id":42974081220697,"sku":"SRP097SV14","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ブラック","offer_id":42974081253465,"sku":"SRP097BK14","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ シルバー","offer_id":42974081286233,"sku":"SRP097SV16","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ブラック","offer_id":42974081319001,"sku":"SRP097BK16","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP079-1.jpg?v=1762757728"},{"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":"シーサーペント-シルバーリング-srj137","title":"Bizarre\/ビザール シーサーペント シルバーリング SRJ137","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\/SRJ137_ef3b303c-dfa0-49dd-b8c6-2b1eeca6054d.jpg?v=1762757732\" 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が、唯一無二の輝きを生み出す逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ-137-SV-2.jpg?v=1762757732\" 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。神秘的な色彩が、あなたの指元に荘厳な存在感を宿します。見る者を惹きつける、孤高の美学を追求したリングです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ-137-BK-1.jpg?v=1762757732\" 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    \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サーペントシリーズ第二弾は、海に存在する細長く巨大な体を持つと言われている大蛇「シーサーペント」を表現しました。クリアのキュービックジルコニアは、大きな体で波しぶきをあげる様を、深いブルーは不気味な暗い深海を表現しました。カラーは、シルバーとブラックの2色ご用意致しました。\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幅\u003c\/td\u003e\n                \u003ctd\u003e最大約27mm、最小約3mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e厚み\u003c\/td\u003e\n                \u003ctd\u003e最大約4mm、最小約1.5mm\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\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      \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 class=\"body-text\"\u003eラッピングをご希望のお客様は、商品と一緒にご希望数のGift ラッピングをご注文ください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\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 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\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        \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      \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 class=\"body-text\"\u003eシルバーアクセサリーブランド＜ビザール＞のコンセプトや歴史をご紹介します。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" title=\"コンセプト\"\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":"12号 \/ シルバー","offer_id":42974079844441,"sku":"SRJ137SV12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"12号 \/ ブラック","offer_id":42974079877209,"sku":"SRJ137BK12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ シルバー","offer_id":42974079909977,"sku":"SRJ137SV14","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"14号 \/ ブラック","offer_id":42974079942745,"sku":"SRJ137BK14","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ シルバー","offer_id":42974079975513,"sku":"SRJ137SV16","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"16号 \/ ブラック","offer_id":42974080008281,"sku":"SRJ137BK16","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ シルバー","offer_id":42974080041049,"sku":"SRJ137SV18","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"18号 \/ ブラック","offer_id":42974080073817,"sku":"SRJ137BK18","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ137_ef3b303c-dfa0-49dd-b8c6-2b1eeca6054d.jpg?v=1762757732"},{"product_id":"モンクシルバーリング-srp095","title":"Bizarre\/ビザール モンクシルバーリング SRP095","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トランプの人気モチーフにゴシックなクロスが溶け込み、カジュアルなサイズ感ながら目を引く存在感を放ちます。パープルとブラックのエポキシが、胸を打つような愛の象徴をさらに際立たせています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP-096-3_93e939c4-636d-405b-aa20-0e0aa5ce0158.jpg?v=1762757743\" 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裏側に刻まれた「B」のロゴと「925」の刻印は、上質な925シルバーを使用している証です。見えない部分にも宿る職人のこだわりが、確かな品質とブランドの信頼性を語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_7d68c62d-8576-4c27-ba24-68f713257bdc.jpg?v=1762757743\" 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指元にそっと寄り添い、約3.5gの軽やかな着け心地で日常に溶け込みます。最大幅9mmのデザインは、単独でも他アイテムとの重ね付けでも、あなたの個性を最大限に引き出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_e4dcd194-d37a-441b-a065-878b3d2ad3c0.jpg?v=1762757743\" 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トランプのマークに隠された意味と、ゴシックなデザインの融合。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eハート: 僧侶(Monk)の愛、教えをモチーフに\u003c\/li\u003e\n        \u003cli\u003eスペード: 騎士(Knight)の剣、戦いをモチーフに\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、エポキシ\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\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最大約9mm\u003c\/td\u003e\n              \u003ctd\u003e最大約3mm\u003c\/td\u003e\n              \u003ctd\u003e約3.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      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e既製サイズ以外のリングサイズは、別途6,000円(税抜き)より対応\u003c\/li\u003e\n        \u003cli\u003e詳細は info@bizarre.ne.jp までご相談ください\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ラッピングご希望のお客様は、Gift ラッピングを一緒にご注文ください\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\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\"\u003eBizarre（ビザール）ブランドについて\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\" title=\"コンセプト\"\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":"Bizarre","offers":[{"title":"8号","offer_id":42974070767705,"sku":"SRP095SV8","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974070800473,"sku":"SRP095SV10","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974070833241,"sku":"SRP095SV12","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974070866009,"sku":"SRP095SV14","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP-096-3_93e939c4-636d-405b-aa20-0e0aa5ce0158.jpg?v=1762757743"},{"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":"ブラッククロウシルバーリング-srp070","title":"Bizarre\/ビザール ブラッククロウシルバーリング SRP070","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と\u003cstrong\u003e唯一無二の個性\u003c\/strong\u003eを表現します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP070-1.jpg?v=1762757746\" 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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e研ぎ澄まされた銀の重厚\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e熟練の技が光る925シルバーの重厚感。\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_c1410292-9257-41fd-8629-f7cf17070fac.jpg?v=1762757746\" 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\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_cc46d4a0-c46e-4964-9e4f-3b0e697b3455.jpg?v=1762757746\" 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\"\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\u003cp\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\u003cp\u003e本製品はフリーサイズ仕様です。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e30号までサイズが充実しました。\u003c\/li\u003e\n\u003cli\u003eフリーサイズですので、1号毎にサイズが選べます。\u003c\/li\u003e\n\u003cli\u003e14号〜30号までお選び頂けます。サイズにより価格が異なります。（20号までは41800円、30号まで44000円）\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\u003e925silver\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\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\u003e17mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e厚さ\u003c\/th\u003e\n\u003ctd\u003e最大約8mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e重さ\u003c\/th\u003e\n\u003ctd\u003e約12.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\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\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ラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。→ \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003eGift ラッピングはこちら\u003c\/a\u003e\n\u003c\/li\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\" title=\"コンセプト\"\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!-- \/content-section (製品詳細) --\u003e\n\u003c\/div\u003e\n\u003c!-- \/container product-wrapper --\u003e","brand":"Bizarre","offers":[{"title":"14号","offer_id":42974066802777,"sku":"SRP070SV14","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974066835545,"sku":"SRP070SV15","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974066868313,"sku":"SRP070SV16","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974066901081,"sku":"SRP070SV17","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974066933849,"sku":"SRP070SV18","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974066966617,"sku":"SRP070SV19","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974066999385,"sku":"SRP070SV20","price":41800.0,"currency_code":"JPY","in_stock":true},{"title":"21号","offer_id":42974067032153,"sku":"SRP070SV21","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"22号","offer_id":42974067064921,"sku":"SRP070SV22","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"23号","offer_id":42974067097689,"sku":"SRP070SV23","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"24号","offer_id":42974067130457,"sku":"SRP070SV24","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"25号","offer_id":42974067163225,"sku":"SRP070SV25","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"26号","offer_id":42974067195993,"sku":"SRP070SV26","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"27号","offer_id":42974067228761,"sku":"SRP070SV27","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"28号","offer_id":42974067261529,"sku":"SRP070SV28","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"29号","offer_id":42974067294297,"sku":"SRP070SV29","price":44000.0,"currency_code":"JPY","in_stock":true},{"title":"30号","offer_id":42974067327065,"sku":"SRP070SV30","price":44000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRP070.jpg?v=1762757746"},{"product_id":"売れ筋商品-サーペントシルバーリング-srj133","title":"Bizarre\/ビザール　サーペント蛇シルバーユニセックスリング SRJ133","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\/3-SRJ133.jpg?v=1762757748\" 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\/printimage_4df8d3a8-7174-4b10-a0d8-446c3f0968b8.jpg?v=1762757747\" 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\/printimage_9de6909a-3265-40dd-98d0-0bf8ad27fe76.jpg?v=1762757748\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: Bizarre\/ビザール サーペント蛇シルバーユニセックスリング\u003c\/li\u003e\n          \u003cli\u003e商品コード: SRJ133\u003c\/li\u003e\n          \u003cli\u003eコレクション: 2018Winter Serpent Collection\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\u003eSerpent（サーペント）とは、大蛇・毒蛇の意味。美しく輝くキュービックジルコニアは、今まさに滴り落ちる毒液のよう。獲物にじっとりと絡みつくかのような姿を、躍動感のあるラインと丁寧に彫り込んだ唐草で表現した、存在感のあるリングです。細かいディテールに至るまでこだわりました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e美しく輝くキュービックジルコニアが、毒液のように滴り落ちる様子を表現。\u003c\/li\u003e\n          \u003cli\u003e躍動感のあるラインと丁寧に彫り込まれた唐草模様が特徴。\u003c\/li\u003e\n          \u003cli\u003eボディカラーはシルバーとブラックの2色から選択可能。\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フリーサイズ: 1号毎にサイズ選択可能\u003c\/li\u003e\n          \u003cli\u003e幅: 最大約2.5cm\u003c\/li\u003e\n          \u003cli\u003e厚み: 最大約5mm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約12g\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      \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\/%E3%82%B5%E3%83%BC%E3%83%9A%E3%83%B3%E3%83%88\"\u003eその他のサーペントコレクションはこちら\u003c\/a\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\/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\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"ブラック \/ 12号","offer_id":42974063067225,"sku":"SRJ133BK12","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 13号","offer_id":42974063099993,"sku":"SRJ133BK13","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 14号","offer_id":42974063132761,"sku":"SRJ133BK14","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 15号","offer_id":42974063165529,"sku":"SRJ133BK15","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 16号","offer_id":42974063198297,"sku":"SRJ133BK16","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 17号","offer_id":42974063231065,"sku":"SRJ133BK17","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 18号","offer_id":42974063263833,"sku":"SRJ133BK18","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 19号","offer_id":42974063296601,"sku":"SRJ133BK19","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ 20号","offer_id":42974063329369,"sku":"SRJ133BK20","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 12号","offer_id":42974063362137,"sku":"SRJ133SV12","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 13号","offer_id":42974063394905,"sku":"SRJ133SV13","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 14号","offer_id":42974063427673,"sku":"SRJ133SV14","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 15号","offer_id":42974063460441,"sku":"SRJ133SV15","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 16号","offer_id":42974063493209,"sku":"SRJ133SV16","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 17号","offer_id":42974063525977,"sku":"SRJ133SV17","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 18号","offer_id":42974063558745,"sku":"SRJ133SV18","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 19号","offer_id":42974063591513,"sku":"SRJ133SV19","price":38500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ 20号","offer_id":42974063624281,"sku":"SRJ133SV20","price":38500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/3-SRJ133.jpg?v=1762757748"},{"product_id":"ミスティックデビルシルバーリング-srj130","title":"Bizarre\/ビザール ミスティックデビルシルバーリング 悪魔の翼 SRJ130","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と、妖しく輝く\u003cstrong\u003eミスティックトパーズ\u003c\/strong\u003e。あなたの指先に、唯一無二の個性を宿らせるシルバーリングです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ130-2.jpg?v=1762757750\" 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\/printimage_381cc9b3-3d65-4288-b40a-69ad8417d3ed.jpg?v=1762757750\" 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\/printimage_e04ca45e-1273-4b44-b272-3a97592a1c33.jpg?v=1762757750\" 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\u003eBizarreの人気モチーフである「悪魔の翼」を、ブラックルテメッキ仕上げで魅惑的に表現したシルバーリングです。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                \u003cli\u003e同シリーズのSRJ091ミスティックエンジェルリングとペアリングとしても人気\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            \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約22mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e厚さ\u003c\/th\u003e\n                            \u003ctd\u003e約6mm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                            \u003ctd\u003e約10〜11g\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            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%A8%E3%83%B3%E3%82%B8%E3%82%A7%E3%83%AB-%E3%83%87%E3%83%93%E3%83%AB\"\u003eその他のエンジェル＆デビルコレクションはこちら\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003eラッピングをご希望の方はこちらからご注文ください\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザール唯一の直営店「ビザールギャラリー東京(原宿)」のご紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" title=\"コンセプト\"\u003eシルバーアクセサリーブランド「Bizarre」ブランド紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"12号","offer_id":42974060970073,"sku":"SRJ130BK12","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974061002841,"sku":"SRJ130BK13","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974061035609,"sku":"SRJ130BK14","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974061068377,"sku":"SRJ130BK15","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974061101145,"sku":"SRJ130BK16","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974061133913,"sku":"SRJ130BK17","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974061166681,"sku":"SRJ130BK18","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974061199449,"sku":"SRJ130BK19","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974061232217,"sku":"SRJ130BK20","price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ130-2.jpg?v=1762757750"},{"product_id":"ouroboros-collection-3rd-happiness-srj124","title":"Bizarre\/ビザール Ouroboros Collection 3rd Happiness リング SRJ124","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蛇が円を描くウロボロスは、無限の象徴。聖なる十字架に絡みつく姿は、変わらぬ誓いを表現します。清らかな輝きを放つホワイトダイヤモンドが、指元で特別な存在感を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ124-1.jpg?v=1762757751\" 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燻しを排した925シルバーの純白が、指元で澄んだ輝きを放ちます。蛇の鱗や十字架の彫り込み一つ一つに、卓越した職人技が息づく立体的なデザインを堪能してください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ124-2.jpg?v=1762757751\" 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_2e7c8338-2de9-4ac2-a30f-65407b2a94bd.jpg?v=1762757752\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eBizarre「Ouroboros Collection」の第3弾、Ouroboros Collection 3rd Happinessリングです。\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同シリーズのSRJ123 Ouroboros Collection 3rd Happinessブラックダイヤモデルとペアリングが可能です。\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      \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                \u003cth\u003e厚み\u003c\/th\u003e\n                \u003cth\u003e重さ\u003c\/th\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e約11mm\u003c\/td\u003e\n                \u003ctd\u003e最大約3mm\u003c\/td\u003e\n                \u003ctd\u003e約4g\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既製リングサイズ以外のサイズは、別途6,000円(税抜き)より対応しております。詳しくは、\u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\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贈り物として、誕生日プレゼント・クリスマスプレゼント・ギフト・記念日・自分へのご褒美などにもおすすめです。\u003c\/li\u003e\n          \u003cli\u003eラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\n\u003c\/li\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          \u003cli\u003e関連コレクション\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/ouroboros-collection-%E3%82%A6%E3%83%AD%E3%83%9C%E3%83%AD%E3%82%B9%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3\"\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":"Bizarre","offers":[{"title":"4号","offer_id":42974060413017,"sku":"SRJ124DM4","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"6号","offer_id":42974060445785,"sku":"SRJ124DM6","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"8号","offer_id":42974060478553,"sku":"SRJ124DM8","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974060511321,"sku":"SRJ124DM10","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974060544089,"sku":"SRJ124DM12","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974060576857,"sku":"SRJ124DM14","price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ124.jpg?v=1762757751"},{"product_id":"ouroboros-collection-3rd-happiness-srj123","title":"Bizarre\/ビザール Ouroboros Collection 3rd Happiness リング SRJ123","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_254c8ef2-1400-4564-b46d-f24631d55244.jpg?v=1762757754\" class=\"img-fluid d-block w-100 product-img\" alt=\"運命を彩る個性的なリング\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e運命を彩る個性的なリング\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      蛇が円を描く\u003cstrong\u003eウロボロス\u003c\/strong\u003eと荘厳な\u003cstrong\u003e十字架\u003c\/strong\u003eが融合。その中央には漆黒の\u003cstrong\u003eブラックダイヤモンド\u003c\/strong\u003eが輝き、\u003cstrong\u003e無限の時\u003c\/strong\u003eを刻むような\u003cstrong\u003e神秘的な世界観\u003c\/strong\u003eを表現しています。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e精巧な彫金技が光るシルバーリング\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ123-2.jpg?v=1762757754\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわり尽くした唯一無二の輝き\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわり尽くした唯一無二の輝き\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      熟練の\u003cstrong\u003e職人技\u003c\/strong\u003eが息づく\u003cstrong\u003eシルバー925\u003c\/strong\u003eの造形は、細部まで魂が宿るかのような\u003cstrong\u003e緻密さ\u003c\/strong\u003e。約11mmの幅に凝縮された\u003cstrong\u003e圧倒的な存在感\u003c\/strong\u003eが、手元を\u003cstrong\u003e格上げ\u003c\/strong\u003eします。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手元を飾る神秘的な大人デザイン\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_f23b558d-3574-4eed-8752-536cdf7c0cde.jpg?v=1762757754\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常を彩る特別なアイテム\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常を彩る特別なアイテム\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      指にしっくりと馴染む\u003cstrong\u003e重厚感\u003c\/strong\u003eと、計算され尽くした\u003cstrong\u003eフォルム\u003c\/strong\u003e。身につけるたび、\u003cstrong\u003e特別なストーリー\u003c\/strong\u003eが始まるような感覚。大切な方への贈り物や、ペアでの着用にも最適です。\n    \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\u003eBizarre「Ouroboros Collection」の第3弾、Ouroboros Collection 3rd Happinessリングです。\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同シリーズ「SRJ124 Ouroboros Collection 3rd Happinessホワイトダイヤ」とペアでの着用も可能です。\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商品名: Bizarre\/ビザール Ouroboros Collection 3rd Happiness リング\u003c\/li\u003e\n          \u003cli\u003e商品コード: SRJ123\u003c\/li\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        \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約11mm\u003c\/td\u003e\n                \u003ctd\u003e最大約3mm\u003c\/td\u003e\n                \u003ctd\u003e約4g\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既製リングサイズ以外のサイズは、別途6,000円(税抜き)より対応しております。\u003c\/li\u003e\n          \u003cli\u003e詳しくは、\u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\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        \u003cp\u003e大切な方への贈り物としても、ご自身へのご褒美としても最適です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e誕生日プレゼント、クリスマスプレゼント、ギフト、記念日、自分へのご褒美など、様々なシーンに。\u003c\/li\u003e\n          \u003cli\u003eラッピングをご希望のお客様は、別途「Gift ラッピング」をご希望数ご注文ください。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003e→Gift ラッピングはこちら\u003c\/a\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\u003eBizarreの世界をさらに深くお楽しみいただける情報です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eその他のウロボロスコレクションは\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/ouroboros-collection-%E3%82%A6%E3%83%AD%E3%83%9C%E3%83%AD%E3%82%B9%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3\"\u003eこちら\u003c\/a\u003e\n\u003c\/li\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\" title=\"コンセプト\"\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 (スペック・詳細) --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"Bizarre","offers":[{"title":"12号","offer_id":42974060019801,"sku":"SRJ123BD12","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974060052569,"sku":"SRJ123BD14","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974060085337,"sku":"SRJ123BD16","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974060118105,"sku":"SRJ123BD18","price":22000.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974060150873,"sku":"SRJ123BD20","price":22000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ123.jpg?v=1762757754"},{"product_id":"the-seven-deadly-sins-series-leviathanシルバーリング-嫉妬-srj120","title":"Bizarre\/ビザール The seven deadly sins series　Leviathanシルバーリング（嫉妬）SRJ120","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e7つの大罪 嫉妬のレヴィアタン\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\/4-SRJ120..jpg?v=1762757757\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品メイン画像：7つの大罪 嫉妬のレヴィアタン\"\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\/SRJ120-1.jpg?v=1762757757\" 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\/SRJ120-2.jpg?v=1762757757\" 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        \u003cp\u003e7つの大罪の「嫉妬」を、2匹のレヴィアタン\/Leviathanが、いがみ合いながら絡み合い離れられず依存している様子を表現したシルバーリングです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eリング一周に施された蛇の彫刻は、熟練の職人技による精緻な表現です。\u003c\/li\u003e\n          \u003cli\u003eBizarreらしい拘りが細部まで詰まった逸品に仕上げました。\u003c\/li\u003e\n          \u003cli\u003e2匹の蛇の目には、ホワイトダイヤモンドとブラックダイヤモンドをそれぞれセットしています。\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=\"point-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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e925silver\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                \u003ctd\u003e幅\u003c\/td\u003e\n                \u003ctd\u003e約12mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e厚さ\u003c\/td\u003e\n                \u003ctd\u003e約4mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e重さ\u003c\/td\u003e\n                \u003ctd\u003e約11.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        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/the-seven-deadly-sins-series-%E4%B8%83%E3%81%A4%E3%81%AE%E5%A4%A7%E7%BD%AA\"\u003eThe seven deadly sins series＜7つの大罪＞コレクション\u003c\/a\u003e\u003c\/li\u003e\n          \u003cli\u003e\n\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\/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    \u003cp class=\"body-text\"\u003e商品コード: SRJ120\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"12号","offer_id":42974059167833,"sku":"SRJ120SV12","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974059200601,"sku":"SRJ120SV13","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974059233369,"sku":"SRJ120SV14","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974059266137,"sku":"SRJ120SV15","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974059298905,"sku":"SRJ120SV16","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974059331673,"sku":"SRJ120SV17","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974059364441,"sku":"SRJ120SV18","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974059397209,"sku":"SRJ120SV19","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974059429977,"sku":"SRJ120SV20","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"21号","offer_id":42974059462745,"sku":"SRJ120SV21","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"22号","offer_id":42974059495513,"sku":"SRJ120SV22","price":35200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/4-SRJ120..jpg?v=1762757757"},{"product_id":"売れ筋商品-ouroboros-collection-eternal-シルバーリング-srj117","title":"Bizarre\/ビザール　Ouroboros Collection Eternal シルバー蛇　ユニセックスリング SRJ117","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深遠な輝きを放つアメジストが、永遠の象徴であるウロボロスの知的な佇まいを引き立てます。身につけるたび、特別な存在感を演出する逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ117-3.jpg?v=1762757759\" 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\/SRJ117-1_540x_2de443fb-de5a-4436-be12-66dddfbe7afc.jpg?v=1762757759\" 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幅約20mm、厚さ約5mmの\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_2d347438-e78e-4c80-b393-c5b82d9622c4.jpg?v=1762757759\" 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蛇が円を描くウロボロスは、永遠や無限性の象徴です。Bizarreの「Ouroboros Collection」の「Eternal」リングは、切れ目のないウロボロスの姿を、愛の守護石である\u003cstrong\u003eアメジスト\u003c\/strong\u003e、\u003cstrong\u003eロードライトガーネット\u003c\/strong\u003e、\u003cstrong\u003eホワイトトパーズ\u003c\/strong\u003eをセットし表現しました。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e中央のアメジストの横に、ロードライトガーネットとホワイトトパーズの天然石を2石セット\u003c\/li\u003e\n        \u003cli\u003e蛇の細かい鱗の彫刻や、両サイドの立体的な唐草模様が上品で手の込んだ作り\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eSRJ116のOuroboros Collection Eternal シルバーリングとペアにすることも可能です。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/ouroboros-collection-%E3%82%A6%E3%83%AD%E3%83%9C%E3%83%AD%E3%82%B9%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3\"\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      \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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e幅\u003c\/td\u003e\n              \u003ctd\u003e最大約20mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e厚さ\u003c\/td\u003e\n              \u003ctd\u003e最大約5mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e重さ\u003c\/td\u003e\n              \u003ctd\u003e約5.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本製品は\u003cstrong\u003e4号から20号まで\u003c\/strong\u003eの幅広いリングサイズを取り扱っております。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e既製リングサイズ以外の特注サイズも承っております（別途6,000円〜）。\u003c\/li\u003e\n        \u003cli\u003e詳細については、お気軽に\u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\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      \u003cp\u003e大切な方への贈り物や、ご自身へのご褒美にも最適です。様々なシーンで喜ばれるアイテムです。\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\" title=\"GIFTラッピング\"\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のご紹介。\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  \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商品名: Bizarre\/ビザール Ouroboros Collection Eternal シルバー蛇 ユニセックスリング\u003c\/li\u003e\n        \u003cli\u003e商品コード: SRJ117\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"4号","offer_id":42974058610777,"sku":"SRJ117SV4","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"6号","offer_id":42974058643545,"sku":"SRJ117SV6","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"8号","offer_id":42974058676313,"sku":"SRJ117SV8","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974058709081,"sku":"SRJ117SV10","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974058741849,"sku":"SRJ117SV12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974058774617,"sku":"SRJ117SV14","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974058807385,"sku":"SRJ117SV16","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974058840153,"sku":"SRJ117SV18","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974058872921,"sku":"SRJ117SV20","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ117-3.jpg?v=1762757759"},{"product_id":"売れ筋商品-ouroboros-collection-eternal-シルバーリング-srj116","title":"Bizarre\/ビザール　Ouroboros Collection Eternal 蛇シルバーリング SRJ116","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途切れることのない円を描くウロボロスは、無限の時と神秘を宿す存在。指元に宿るその姿は、あなただけの唯一無二の個性を力強く際立たせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/a.jpg?v=1762757763\" 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\/SRJ116-1.jpg?v=1762757763\" 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幅最大約20mm、厚さ約5mmの迫力ある造形美。着用時には指に吸い付くような自然なフィット感を実現し、両サイドの唐草が横顔に優雅なアクセントを加えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ116-2.jpg?v=1762757762\" 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蛇が円を描くOuroborosは、永遠や無限性の意味の象徴。Bizarreの「Ouroboros Collection」の「Eternal\/エターナル(永遠)」リングは、切れ目のないウロボロスの姿を、勝利を呼ぶ石と言われるブラックスピネルとガーネットをセットし表現しました。\u003c\/p\u003e\n            \u003cp\u003e中央のブラックスピネルの横に、ガーネットとブラックスピネルの2石の天然石をセット。蛇の細かい鱗の彫刻や、両サイドの立体的な唐草が上品で手の込んだ作りを実感頂けます。\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\u003e4号から20号まで取り扱いのリングサイズが増えました。\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最大約20mm\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約5.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\u003e925silver\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\u003eSRJ116\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ラッピングご希望のお客様は、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ラッピング\"\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            \u003cp\u003eOuroboros Collection Eternal シルバーリングの関連情報です。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eSRJ117 Ouroboros Collection Eternal シルバーリングとペアにする事が出来ます。\u003c\/li\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/ouroboros-collection-%E3%82%A6%E3%83%AD%E3%83%9C%E3%83%AD%E3%83%9C%E3%83%AD%E3%82%B9%E3%82%B3%E3%83%AC%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3\"\u003eその他のウロボロスコレクションはこちら\u003c\/a\u003e\u003c\/li\u003e\n                \u003cli\u003e贈り物として: 誕生日プレゼント、クリスマスプレゼント、ギフト、記念日、自分へのご褒美などにも最適です。\u003c\/li\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\" title=\"コンセプト\"\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既製リングサイズ以外のサイズは、別途6,000円(税抜き)より対応しております。詳しくは、\u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\u003c\/a\u003e までご相談下さい。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"4号","offer_id":42974058086489,"sku":"SRJ116SV4","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"6号","offer_id":42974058119257,"sku":"SRJ116SV6","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"8号","offer_id":42974058152025,"sku":"SRJ116SV8","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974058184793,"sku":"SRJ116SV10","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974058217561,"sku":"SRJ116SV12","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974058250329,"sku":"SRJ116SV14","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974058283097,"sku":"SRJ116SV16","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974058315865,"sku":"SRJ116SV18","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974058348633,"sku":"SRJ116SV20","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/a.jpg?v=1762757763"},{"product_id":"デビルシルバーリング2nd-srj101","title":"Bizarre\/ビザール デビルシルバー リング 2nd SRJ101","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恐ろしい魔道を連想させる、Bizarre人気の「エンジェル＆デビル」シリーズ。\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_6b222b71-f2f3-4a74-9723-a49c35f762af.jpg?v=1762757763\" 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精巧に彫り込まれた925シルバー\u003c\/strong\u003eの悪魔の羽が、ミスティックトパーズの神秘的な輝きを際立たせます。約19mmの幅広なデザインながら、\u003cstrong\u003e細部までこだわり抜かれた造形\u003c\/strong\u003eが、見る者の心を捉えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_0197dd39-69bd-46d9-a1e1-15b70761b1e8.jpg?v=1762757763\" 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約15.2gの\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\/SRJ101_565948b2-b99e-40f1-ae41-88bf1e56b7d7.jpg?v=1762757763\" 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\u003eBizarre人気のモチーフ「エンジェル＆デビル」シリーズのリングです。悪魔の羽をデザインしたフォルムと、深い赤いミスティックトパーズは、恐ろしい魔道を連想させる個性的なアイテムです。\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      \u003cp\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%A8%E3%83%B3%E3%82%B8%E3%82%A7%E3%83%AB-%E3%83%87%E3%83%93%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      \u003cp\u003eデビルシルバーリング2ndのサイズと仕様に関する情報です。\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\u003eSRJ101\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約6.5mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e重さ\u003c\/th\u003e\n              \u003ctd\u003e約15.2g\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デビルシルバーリング2ndに使用されている素材の詳細です。\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    \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既製リングサイズ以外のサイズは、別途6,000円(税抜き)より対応しております。詳しくは \u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\u003c\/a\u003e までご相談下さい。\u003c\/li\u003e\n        \u003cli\u003e贈り物として：誕生日プレゼント、クリスマスプレゼント、ギフト、記念日、自分へのご褒美などにもおすすめです。\u003c\/li\u003e\n        \u003cli\u003eラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。 \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003e→Gift ラッピングはこちら\u003c\/a\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シルバーアクセサリーブランドBizarreに関する情報です。\u003c\/p\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\" title=\"コンセプト\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"12号","offer_id":42974057693273,"sku":"SRJ101SV12","price":48400.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974057726041,"sku":"SRJ101SV14","price":48400.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974057758809,"sku":"SRJ101SV16","price":48400.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974057791577,"sku":"SRJ101SV18","price":48400.0,"currency_code":"JPY","in_stock":false},{"title":"20号","offer_id":42974057824345,"sku":"SRJ101SV20","price":48400.0,"currency_code":"JPY","in_stock":false},{"title":"22号","offer_id":42974057857113,"sku":"SRJ101SV22","price":48400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ101-1.jpg?v=1762757763"},{"product_id":"エンジェルシルバーリング2nd-srj100","title":"Bizarre\/ビザール エンジェルシルバーリング2nd SRJ100","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天使の羽根に包まれた神秘的な\u003cstrong\u003eライトブルーのミスティックトパーズ\u003c\/strong\u003eが、優しく幸福な世界観を表現します。その見る者の心を惹きつける輝きは、静かに特別な物語を語りかけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ100-2_9d9fc1f6-41a0-4688-9a23-55d5385e01b3.jpg?v=1762757765\" 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\/printimage_53844c18-4147-4118-af1b-d7f242dee3fe.jpg?v=1762757764\" 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幅約19mm、厚さ約6.5mmの\u003cstrong\u003eボリューム感\u003c\/strong\u003eが、指先に確かな存在感を放ちます。この唯一無二の輝きが、あなたのスタイルを格上げし、揺るぎない個性を確立します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ088-100-0_a7e3b4bf-3f7d-4b53-a770-037cea6cb67b.jpg?v=1762757765\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eBizarre人気のモチーフ「エンジェル＆デビル」シリーズのリングです。天使の羽根をデザインしたフォルムと、落ち着いたライトブルーのミスティックトパーズが、優しく幸福な世界観を感じさせてくれるリングです。\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        \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            \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約19mm\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約15.2g\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贈り物に最適: 誕生日プレゼント、クリスマスプレゼント、ギフト、記念日、自分へのご褒美など\u003c\/li\u003e\n          \u003cli\u003eGiftラッピングをご希望のお客様は、ご希望数ご注文ください。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\n\u003c\/li\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          \u003cli\u003eその他のエンジェル＆デビルコレクションはこちら: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/%E3%82%A8%E3%83%B3%E3%82%B8%E3%82%A7%E3%83%AB-%E3%83%87%E3%83%93%E3%83%AB\"\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  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e既製リングサイズ以外のサイズは、別途6,000円(税抜き)より対応しております。詳しくは、\u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\u003c\/a\u003e までご相談下さい。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"12号","offer_id":42974057234521,"sku":"SRJ100SV12","price":48400.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974057267289,"sku":"SRJ100SV14","price":48400.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974057300057,"sku":"SRJ100SV16","price":48400.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974057332825,"sku":"SRJ100SV18","price":48400.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974057365593,"sku":"SRJ100SV20","price":48400.0,"currency_code":"JPY","in_stock":true},{"title":"22号","offer_id":42974057398361,"sku":"SRJ100SV22","price":48400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ100-2_9d9fc1f6-41a0-4688-9a23-55d5385e01b3.jpg?v=1762757765"},{"product_id":"ミスティックエンジェルシルバーリング-srj091","title":"Bizarre\/ビザール ミスティックエンジェルシルバーリング SRJ091","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ミスティックトパーズが角度で表情を変え、視線を引きつけます。幸福を呼ぶ天使の翼モチーフは、あなたの\u003cstrong\u003e表現力\u003c\/strong\u003eを力強く際立たせる一点です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_608fe37b-e753-4dd0-a4a1-fa8c08f13db9.jpg?v=1762757766\" 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\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\/printimage_fa1e4cb2-8d78-4563-ab0c-6717572af8ed.jpg?v=1762757766\" 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\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\/printimage_c2da06f4-001a-49c1-94f2-c49912cd62c6.jpg?v=1762757766\" 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\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=\"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\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対応サイズ: 12号〜28号\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\u003ctbody\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\u003ctr\u003e\n\u003ctd\u003e最大約20mm\u003c\/td\u003e\n\u003ctd\u003e約5mm\u003c\/td\u003e\n\u003ctd\u003e約9〜11g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003e※サイズにより価格が異なります: 20号までは33000円、28号までは35200円となります。\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\u003cli\u003e石: ミスティックトパーズ\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"shipping-box\"\u003e\n\u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。 \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"12号","offer_id":42974056415321,"sku":"SRJ091SV12","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"13号","offer_id":42974056448089,"sku":"SRJ091SV13","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"14号","offer_id":42974056480857,"sku":"SRJ091SV14","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"15号","offer_id":42974056513625,"sku":"SRJ091SV15","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974056546393,"sku":"SRJ091SV16","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"17号","offer_id":42974056579161,"sku":"SRJ091SV17","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974056611929,"sku":"SRJ091SV18","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"19号","offer_id":42974056644697,"sku":"SRJ091SV19","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974056677465,"sku":"SRJ091SV20","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"21号","offer_id":42974056710233,"sku":"SRJ091SV21","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"22号","offer_id":42974056743001,"sku":"SRJ091SV22","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"23号","offer_id":42974056775769,"sku":"SRJ091SV23","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"24号","offer_id":42974056808537,"sku":"SRJ091SV24","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"25号","offer_id":42974056841305,"sku":"SRJ091SV25","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"26号","offer_id":42974056874073,"sku":"SRJ091SV26","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"27号","offer_id":42974056906841,"sku":"SRJ091SV27","price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"28号","offer_id":42974056939609,"sku":"SRJ091SV28","price":35200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/SRJ134-2.jpg?v=1762757766"},{"product_id":"ライオンアバロンシルバーリング-srj090","title":"Bizarre\/ビザール ライオンアバロン シルバーリングSRJ090","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 class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_bc1825ca-f4d0-4450-a4cd-9269cea70616.jpg?v=1762757767\"\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\u003e925シルバー\u003c\/strong\u003eに緻密に彫り込まれています。天然水晶を重ねたアバロンシェルが、その精巧な造形美を一層際立たせます。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_06bf411b-fa66-40f0-9f63-9a0609850409.jpg?v=1762757767\"\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幅約21mm、最大厚み約8mmのボリューム感が、指先に確かな存在感を放ちます。同シリーズのペンダントやバングルと合わせれば、唯一無二のスタイルを完成させ、\u003cstrong\u003e個性を際立たせます\u003c\/strong\u003e。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_10670a9d-a647-48da-9fcc-01477e062ccd.jpg?v=1762757767\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e指先に宿る風格と力\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails open=\"\" 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同じシリーズのバングルSBP068とコーディネートして、統一感のあるスタイルを演出できます。\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\n\u003cstrong\u003e商品名:\u003c\/strong\u003e Bizarre\/ビザール ライオンアバロン シルバーリングSRJ090\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e SRJ090\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\u003e925silver　石：アバロンシェル、クリスタル\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\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\u003cth\u003e重さ\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e約21mm\u003c\/td\u003e\n\u003ctd\u003e最大約8mm\u003c\/td\u003e\n\u003ctd\u003e約16〜19g\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=\"point-list\"\u003e\n\u003cli\u003e別途6,000円(税抜き)より承ります。\u003c\/li\u003e\n\u003cli\u003e詳しくは \u003ca href=\"mailto:info@bizarre.ne.jp\"\u003einfo@bizarre.ne.jp\u003c\/a\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誕生日プレゼント\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\"\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\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003eGift ラッピングはこちら\u003c\/a\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=\"point-list\"\u003e\n\u003cli\u003eビザール唯一の直営店: \u003ca title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" style=\"color: #000000;\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eシルバーアクセサリーブランド＜ビザール＞: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" title=\"コンセプト\" style=\"color: #000000;\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Bizarre","offers":[{"title":"14号","offer_id":42974055727193,"sku":"SRJ090SV14","price":49500.0,"currency_code":"JPY","in_stock":true},{"title":"16号","offer_id":42974055759961,"sku":"SRJ090SV16","price":49500.0,"currency_code":"JPY","in_stock":true},{"title":"18号","offer_id":42974055792729,"sku":"SRJ090SV18","price":49500.0,"currency_code":"JPY","in_stock":true},{"title":"20号","offer_id":42974055825497,"sku":"SRJ090SV20","price":49500.0,"currency_code":"JPY","in_stock":true},{"title":"22号","offer_id":42974055858265,"sku":"SRJ090SV22","price":49500.0,"currency_code":"JPY","in_stock":true},{"title":"24号","offer_id":42974055891033,"sku":"SRJ090SV24","price":49500.0,"currency_code":"JPY","in_stock":false},{"title":"26号","offer_id":42974055923801,"sku":"SRJ090SV26","price":49500.0,"currency_code":"JPY","in_stock":false},{"title":"28号","offer_id":42974055956569,"sku":"SRJ090SV28","price":49500.0,"currency_code":"JPY","in_stock":false},{"title":"30号","offer_id":42974055989337,"sku":"SRJ090SV30","price":49500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_bc1825ca-f4d0-4450-a4cd-9269cea70616.jpg?v=1762757767"},{"product_id":"マリスシルバーリング-srj069","title":"Bizarre\/ビザール マリス(ライオン）シルバーリング SRJ069","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/1-SRJ069.jpg?v=1762757769\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e視線を惹きつける雄々しき輝き\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e魔都バビロンの権威を象徴するライオンが、指元に\u003cstrong\u003e圧倒的な迫力\u003c\/strong\u003eをもたらします。約30mmの幅が描く唯一無二のシルエットは、あなたの個性を研ぎ澄ますでしょう。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e七色に煌めく神秘の眼差し\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_9f98d35c-851c-492c-9471-5bc2b5fe71fc.jpg?v=1762757769\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e光と影が織りなす芸術品\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e大粒ミスティッククオーツが放つ七色の光彩は、ライオンの猛々しい表情と一体となり、見る者を惹きつけます。精巧な彫刻が織りなす\u003cstrong\u003eディテール\u003c\/strong\u003eを心ゆくまでご堪orください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e確かな品質が宿る造形美\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_7d3add28-656f-465e-8861-29067c8789e3.jpg?v=1762757769\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手元に宿る揺るぎない自信\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e厚さ約10mmの立体的な造形は、存在感を保ちつつ指に吸い付くような\u003cstrong\u003e一体感\u003c\/strong\u003eを生み出します。925シルバーの輝きが、手元をより一層力強く演出する逸品です。\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        \u003cp\u003e贈り物としても最適な逸品です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e30号までサイズが充実\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          \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\u003e22号までは41,800円、30号までは44,000円となります。\u003c\/li\u003e\n          \u003cli\u003eリングサイズ24号から30号は、ご注文からお届けまでに1週間から10日頂きます。\u003c\/li\u003e\n          \u003cli\u003e既製リングサイズ以外のサイズは、別途6,000円(税抜き)より対応しております。詳しくは info@bizarre.ne.jp までご相談下さい。\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約30mm\u003c\/td\u003e\n              \u003c\/tr\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約24.5〜25g\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\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            \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ラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" title=\"GIFTラッピング\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\n\u003c\/li\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\" title=\"コンセプト\"\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":"Bizarre","offers":[{"title":"14号","offer_id":42974055170137,"sku":"SRJ069SV14","price":41800.0,"currency_code":"JPY","in_stock":false},{"title":"16号","offer_id":42974055202905,"sku":"SRJ069SV16","price":41800.0,"currency_code":"JPY","in_stock":false},{"title":"18号","offer_id":42974055235673,"sku":"SRJ069SV18","price":41800.0,"currency_code":"JPY","in_stock":false},{"title":"20号","offer_id":42974055268441,"sku":"SRJ069SV20","price":41800.0,"currency_code":"JPY","in_stock":false},{"title":"22号","offer_id":42974055301209,"sku":"SRJ069SV22","price":41800.0,"currency_code":"JPY","in_stock":false},{"title":"24号","offer_id":42974055333977,"sku":"SRJ069SV24","price":44000.0,"currency_code":"JPY","in_stock":false},{"title":"26号","offer_id":42974055366745,"sku":"SRJ069SV26","price":44000.0,"currency_code":"JPY","in_stock":false},{"title":"28号","offer_id":42974055399513,"sku":"SRJ069SV28","price":44000.0,"currency_code":"JPY","in_stock":false},{"title":"30号","offer_id":42974055432281,"sku":"SRJ069SV30","price":44000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/1-SRJ069.jpg?v=1762757769"},{"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\/fourteen.oembed","provider":"BIZARRE GALLERY TOKYO - EDITION -","version":"1.0","type":"link"}