{"title":"7号","description":"","products":[{"product_id":"new-blanche-ブランシュ-croire-クルワー-小指用シルバーピンキーring-br064","title":"Blanche\/ブランシュ Croire (クルワー) 小指用シルバーピンキーRing BR064","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\/br064_2.jpg?v=1762757628\" 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\/br064_3.jpg?v=1762757628\" 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\/br064_6.jpg?v=1762757628\" 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一本でコーディネートが完成する\u003cstrong\u003e万能なピンキーリング\u003c\/strong\u003e\n\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\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材とお手入れについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eブランシュのシルバーカラー商品は、全て\u003cstrong\u003e変色防止（アンチターニッシュ）コーティング\u003c\/strong\u003eを施しています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる事がある為、お控えください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \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:ブラックロジウム　GD:ゴールドメッキ\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e幅\u003c\/th\u003e\n                                \u003ctd\u003e最大約9mm 最小約4mm\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約3.7ｇ\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e大切な方への贈り物やご自身へのご褒美に最適です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e誕生日プレゼント、クリスマスプレゼント、記念日など、様々なシーンに。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eラッピングをご希望のお客様は、下記リンクより無料ギフトラッピングをご注文ください。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eブランシュの商品は有料ラッピング対象外です。\u003c\/li\u003e\n                    \u003cli\u003e無料ギフトラッピングではBOXではなく、ブランシュロゴ入り巾着＋ショッパーでのお届けとなります。\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003e→Gift ラッピングはこちら\u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eブランド・店舗情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eビザール唯一の直営店：\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞：\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"4号 \/ シルバー","offer_id":42974144921689,"sku":"BR064SV4","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"4号 \/ ブラック","offer_id":42974144954457,"sku":"BR064BK4","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"4号 \/ ゴールド","offer_id":42974144987225,"sku":"BR064GD4","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"5号 \/ シルバー","offer_id":42974145019993,"sku":"BR064SV5","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"5号 \/ ブラック","offer_id":42974145052761,"sku":"BR064BK5","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"5号 \/ ゴールド","offer_id":42974145085529,"sku":"BR064GD5","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"6号 \/ シルバー","offer_id":42974145118297,"sku":"BR064SV6","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"6号 \/ ブラック","offer_id":42974145151065,"sku":"BR064BK6","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"6号 \/ ゴールド","offer_id":42974145183833,"sku":"BR064SV6","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"7号 \/ シルバー","offer_id":42974145216601,"sku":"BR064GD7","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"7号 \/ ブラック","offer_id":42974145249369,"sku":"BR064BK7","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"7号 \/ ゴールド","offer_id":42974145282137,"sku":"BR064GD7","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/br064_1.jpg?v=1762757628"},{"product_id":"new-blanche-ブランシュ-aimable-エマーブル-小指用シルバーピンキーring-br065","title":"Blanche\/ブランシュ Mer (メール) 小指用シルバーピンキーRing BR065","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\n            \u003cstrong\u003e3色の輝きが織りなす\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\/br065_1.jpg?v=1762757630\" class=\"img-fluid d-block w-100 product-img\" alt=\"3色の輝きが織りなすピンキーリングのイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べるカラー、広がる魅力\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e柔らかな曲線美が魅了\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \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\/br065_2.jpg?v=1762757630\" 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\n            \u003cstrong\u003e純粋な925シルバーが放つ\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\/br065_3.jpg?v=1762757630\" 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    \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\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                \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\n                    本製品の素材と加工は以下の通りです。\n                \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：ブラックロジウム、GD：ゴールドメッキ\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\n                    ブランシュのシルバーカラー商品は全て変色防止（アンチターニッシュ）コーティングを施しております。\n                \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 class=\"body-text\"\u003e\n                    リングの各部の詳細なサイズは以下の通りです。\n                \u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e幅\u003c\/th\u003e\n                                \u003ctd\u003e最大約3.2mm 最小2.3mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e厚さ\u003c\/th\u003e\n                                \u003ctd\u003e最大約2mm 最小1mm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e重さ\u003c\/th\u003e\n                                \u003ctd\u003e約1.8ｇ\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商品名: Blanche\/ブランシュ Mer (メール) 小指用シルバーピンキーRing\u003c\/li\u003e\n                    \u003cli\u003e商品コード: BR065\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\n                    誕生日プレゼント、クリスマスプレゼント、記念日、ご自身へのご褒美など、贈り物にも最適です。\n                \u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eラッピングご希望のお客様は、別途Giftラッピングを一緒にご注文ください。\u003c\/li\u003e\n                    \u003cli\u003eブランシュの商品は有料ラッピングの対象外となります。\u003c\/li\u003e\n                    \u003cli\u003e無料ギフトラッピングをご希望の場合、BOXではなくブランシュロゴ入り巾着とショッパーでお届けします。\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0-1\" title=\"GIFTラッピング\"\u003e→Gift ラッピングはこちら\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!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cdiv class=\"note-box\"\u003e\n            \u003cp class=\"body-text\"\u003e\n                申し訳ございません。只今欠品中のサイズの次回入荷は4月中旬頃を予定しております。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"3号 \/ シルバー","offer_id":42974143479897,"sku":"BR065SV3","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"3号 \/ ブラック","offer_id":42974143512665,"sku":"BR065BK3","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"3号 \/ ゴールド","offer_id":42974143545433,"sku":"BR065GD3","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"4号 \/ シルバー","offer_id":42974143578201,"sku":"BR065SV4","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"4号 \/ ブラック","offer_id":42974143610969,"sku":"BR065BK4","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"4号 \/ ゴールド","offer_id":42974143643737,"sku":"BR065GD4","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"5号 \/ シルバー","offer_id":42974143676505,"sku":"BR065SV5","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"5号 \/ ブラック","offer_id":42974143709273,"sku":"BR065BK5","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"5号 \/ ゴールド","offer_id":42974143742041,"sku":"BR065GD5","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"6号 \/ シルバー","offer_id":42974143774809,"sku":"BR065SV6","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"6号 \/ ブラック","offer_id":42974143807577,"sku":"BR065BK6","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"6号 \/ ゴールド","offer_id":42974143840345,"sku":"BR065GD6","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"7号 \/ シルバー","offer_id":42974143873113,"sku":"BR065SV7","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"7号 \/ ブラック","offer_id":42974143905881,"sku":"BR065BK7","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"7号 \/ ゴールド","offer_id":42974143938649,"sku":"BR065GD7","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/br065_1.jpg?v=1762757630"},{"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":"人気ランキング6位-new-blanche-ブランシュ-gloireグロワール-小指用シルバーピンキーring-br059のコピー","title":"\u003cNEW\u003e Blanche\/ブランシュ Gloire(グロワール) 小指用シルバーピンキーRing BR059","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\/BR059-SNS-1_dde36f78-8af9-4c20-b489-1113a8ffb0d0.jpg?v=1762757637\" 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\/BR059-SV-2_7c29395d-6da0-449a-b3ad-c607297f4bf1.jpg?v=1762757637\" 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\/BR059-SV-1_edef6de6-8e06-467e-b75e-0235dd99e68e.jpg?v=1762757637\" 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 class=\"body-text\"\u003e「幸せをもたらす」と言われるピンキーリング。人気のTerre(テール）リング\/BR033のピンキータイプが新発売です。重厚感があるピンキーリングが圧倒的な存在感で、スタイリッシュな指元を演出してくれます。\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        \u003cul class=\"basic-list\"\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\u003e925silver　GD:ゴールドメッキ　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最大5mm 最小2mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e厚さ\u003c\/td\u003e\n                \u003ctd\u003e最大約2mm 最小1mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e重さ\u003c\/td\u003e\n                \u003ctd\u003e約4.5g\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eおすすめの用途\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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\"\u003eBR059\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\" class=\"body-text\"\u003eGiftラッピングはこちら\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" class=\"body-text\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\" class=\"body-text\"\u003eBlancheブランド紹介はこちら\u003c\/a\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"5 \/ シルバー","offer_id":42825263022169,"sku":"BR059SV5","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"5 \/ ゴールド","offer_id":42825263054937,"sku":"BR059GD5","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"5 \/ ブラック","offer_id":42825263087705,"sku":"BR059BK5","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"7 \/ シルバー","offer_id":42825263120473,"sku":"BR059SV7","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"7 \/ ゴールド","offer_id":42825263153241,"sku":"BR059GD7","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"7 \/ ブラック","offer_id":42825263186009,"sku":"BR059BK7","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"9 \/ シルバー","offer_id":42825263218777,"sku":"BR059SV9","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"9 \/ ゴールド","offer_id":42825263251545,"sku":"BR059GD9","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"9 \/ ブラック","offer_id":42825263284313,"sku":"BR059BK9","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR059-SNS-1_dde36f78-8af9-4c20-b489-1113a8ffb0d0.jpg?v=1762757637"},{"product_id":"blanche-ブランシュ-bouquet-ブーケ-小指用シルバーピンキーring-br059","title":"Blanche\/ブランシュ Gloire(グロワール) 小指用シルバーピンキーRing BR059","description":"\u003cp\u003e＜幸せをもたらす＞と言われるピンキーリング。人気のTerre(テール）リング\/BR033のピンキータイプが新発売です。重厚感があるピンキーリングが圧倒的な存在感で、スタイリッシュな指元を演出してくれます。\u003c\/p\u003e\n\u003cp\u003eブランシュのシルバーカラーの商品は、全て変色防止(アンチターニッシュ)コーティングを施しています。よってシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる事がある為、お控え下さい。\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e■贈り物として　～誕生日プレゼント・クリスマスプレゼント・ギフト・記念日・自分へのご褒美などにも。\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e■ラッピングご希望のお客様は、Gift ラッピングを一緒にご希望数、ご注文下さい。　\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0-1\" title=\"GIFTラッピング\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e＊ブランシュの商品は有料ラッピングの対象外となります。ギフトラッピングをご希望の場合は無料ギフトラッピングをご注文下さい。（但しBOXではなくブランシュロゴ入り巾着+ショッパーでのお届けとなります。）→\u003cspan style=\"text-decoration: underline;\"\u003eGift ラッピングはこちら\u003c\/span\u003e\u003c\/span\u003e\u003c\/a\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003cspan\u003e■ビザール唯一の直営店　\u003cspan style=\"text-decoration: underline;\"\u003e→\u003cspan style=\"color: #000000;\"\u003e\u003ca title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\" href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" style=\"color: #000000;\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\u003c\/span\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\u003ctable cellpadding=\"0\" cellspacing=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"color\"\u003e素材\u003c\/th\u003e\n\u003ctd class=\"color\"\u003e925silver　GD:ゴールドメッキ　BK:ブラックルテメッキ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"size_detail\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan\u003e幅　最大5mm 最小2mm\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e厚さ　最大約2mm 最小1mm\u003c\/td\u003e\n\u003ctd\u003e重さ \u003cspan\u003e約4.5\u003c\/span\u003e\u003cspan\u003eｇ\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Blanche","offers":[{"title":"5号 \/ シルバー","offer_id":42825263841369,"sku":"BR059SV","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"5号 \/ ゴールド","offer_id":42825263874137,"sku":"BR059GD","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"5号 \/ ブラック","offer_id":42825263906905,"sku":"BR059BK","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"7号 \/ シルバー","offer_id":42825263939673,"sku":"BR059SV","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"7号 \/ ゴールド","offer_id":42825263972441,"sku":"BR059GD","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"7号 \/ ブラック","offer_id":42825264005209,"sku":"BR059BK","price":12100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BR059-SNS-01.jpg?v=1762757645"},{"product_id":"マルクシルバーリングs-brp001rc","title":"Blanche\/ブランシュ マルク Silver Ring S BRP001RC","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: \"Palatino\", \"Palatino Linotype\", \"Book Antiqua\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #dddddd;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #dddddd; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #666666; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #dddddd;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #dddddd; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #ffffff; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"◆\"; color: #1c1c1c; font-size: 0.8em; top: 4px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #666666; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #666666; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #dddddd; th, td { padding: 12px 8px; border: 1px solid #dddddd; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; background: #1c1c1c; color: #ffffff; border: 1px solid #3e3e3e; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e「ブランシュ マルク S」純粋な輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e無垢な\u003cstrong\u003e925シルバー\u003c\/strong\u003eが、ふっくらとした曲線を描き、指元にやわらかい光を添えます。\u003cstrong\u003eロジウムメッキ加工\u003c\/strong\u003eで、この\u003cstrong\u003e美しい輝き\u003c\/strong\u003eが長く続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP001RC.jpg?v=1762757697\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e品格ある光沢が手元に寄り添う\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eフリーサイズリング、無限の可能性\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e1号刻みで調整可能なフリーサイズ\u003c\/strong\u003e。その日の気分や指の変化に合わせて\u003cstrong\u003e最適なフィット感\u003c\/strong\u003eを実現。他のアクセサリーとも美しく調和し、\u003cstrong\u003eスタイリングの幅を広げます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP-002.001-RC_6549a65a-4c6f-4716-a6fa-d60c0c8a015c.jpg?v=1762757697\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e自由にサイズ調整、理想の輝き\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上品な手元を彩る、万能リング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e指元に心地よくフィットする\u003cstrong\u003e約7mm幅\u003c\/strong\u003e。\u003cstrong\u003eシンプルながらも洗練されたデザイン\u003c\/strong\u003eが、\u003cstrong\u003e日常使いから特別な日まで\u003c\/strong\u003e、\u003cstrong\u003eあらゆるシーンで手元に上品な輝き\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/printimage_b24af506-ebb4-4e3a-af3e-5a98e4d1909f.jpg?v=1762757696\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に溶け込む、洗練された指元\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e「Blanche-ブランシュ-」はフランス語で「白」を意味し、無垢のシルバーで表現されたBizarreのサブブランドです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e1号刻みで調整可能な\u003cstrong\u003eフリーサイズ\u003c\/strong\u003eリング\u003c\/li\u003e\n                \u003cli\u003eふっくらと穏やかなカーブを描くマルクシリーズ\u003c\/li\u003e\n                \u003cli\u003e銀特有のやわらかい輝きが堪能できます\u003c\/li\u003e\n                \u003cli\u003eロゴマークが側面にさりげなく刻まれた品のあるデザイン\u003c\/li\u003e\n                \u003cli\u003e他のアクセサリーの個性を邪魔せず、\u003cstrong\u003e手軽にコーディネートに追加可能\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eリングの具体的なサイズは以下の通りです。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e幅\u003c\/th\u003e\n                            \u003cth\u003e厚み\u003c\/th\u003e\n                            \u003cth\u003e重さ\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e約7mm\u003c\/td\u003e\n                            \u003ctd\u003e約1.5mm\u003c\/td\u003e\n                            \u003ctd\u003e約4.5g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 925silver、ロジウムメッキ\u003c\/li\u003e\n                \u003cli\u003e生産国: (情報なし)\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eBRP001RC\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法・注意事項\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品は変色防止のため\u003cstrong\u003eロジウムコーティング\u003c\/strong\u003eが施されています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eシルバー専用ポリッシュ等でのお手入れは、コーティングが剥がれる可能性があるためお控えください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eギフト・ラッピングについて\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e贈り物として、誕生日プレゼント、クリスマスプレゼント、記念日、ご自身へのご褒美などにも最適です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eラッピングご希望の場合は、別途\u003ca href=\"https:\/\/direct.bizarre.ne.jp\/collections\/gift-wrapping\/products\/blanche-%E3%83%96%E3%83%A9%E3%83%B3%E3%82%B7%E3%83%A5-%E7%94%A8-%E7%84%A1%E6%96%99%E3%82%AE%E3%83%95%E3%83%88%E3%83%A9%E3%83%83%E3%83%94%E3%83%B3%E3%82%B0\"\u003eGift ラッピング\u003c\/a\u003eをご注文ください。\u003c\/li\u003e\n                    \u003cli\u003eブランシュの商品は有料ラッピング対象外です。無料ギフトラッピングをご利用ください。\u003c\/li\u003e\n                    \u003cli\u003e無料ギフトラッピングの場合、BOXではなくブランシュロゴ入り巾着+ショッパーでのお届けとなります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e関連情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eビザール唯一の直営店: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/bizarre-gallery-tokyo\" title=\"ビザールギャラリー東京(原宿シルバーアクセサリー)\"\u003eビザールギャラリー東京(原宿)のご紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eシルバーアクセサリーブランド＜ブランシュ＞: \u003ca href=\"https:\/\/direct.bizarre.ne.jp\/pages\/concept-2\"\u003eブランド紹介はこちら\u003c\/a\u003e\n\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Blanche","offers":[{"title":"6号","offer_id":42974099832921,"sku":"BRP001RC6","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"7号","offer_id":42974099865689,"sku":"BRP001RC7","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"8号","offer_id":42974099898457,"sku":"BRP001RC8","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"9号","offer_id":42974099931225,"sku":"BRP001RC9","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"10号","offer_id":42974099963993,"sku":"BRP001RC10","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"11号","offer_id":42974099996761,"sku":"BRP001RC11","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"12号","offer_id":42974100029529,"sku":"BRP001RC12","price":6050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/3023\/8809\/files\/BRP001RC.jpg?v=1762757697"}],"url":"https:\/\/www.bizarregallerytokyo-edition.we-shop.jp\/collections\/seven.oembed","provider":"BIZARRE GALLERY TOKYO - EDITION -","version":"1.0","type":"link"}