{"title":"ゴムベルト","description":null,"products":[{"product_id":"rgomu-11","title":"キッズサイズ ゴムベルト（日本製）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"Noto Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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-left: 6px solid #757575; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #757575; \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%, #75757540 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; 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: #757575; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #333333; 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: \"・\"; display: inline-block; width: 1.3em; height: 1.3em; border: 1px solid #757575; border-radius: 2px; text-align: center; line-height: 1.3em; color: #757575; font-family: Verdana, sans-serif; font-weight: bold; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #757575; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #757575; 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: #757575; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #757575; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F5F5F5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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。\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\/0706\/7323\/6021\/files\/rgomu-11-1.jpg?v=1780627761\" 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から、ウエスト周りがもたつかず、スレンダーな着こなしが叶います。40cmから63cmまで\u003cstrong\u003e無段階に長さ調節が可能\u003c\/strong\u003eで、成長に合わせて長くご愛用いただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-11-3.jpg?v=1780627761\" 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\/0706\/7323\/6021\/files\/rgomu-11-4.jpg?v=1780627762\" class=\"img-fluid d-block w-100 product-img\" alt=\"どんなコーデも決まる万能さ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんなコーデも決まる万能さ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・こだわり\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e付けていることを忘れるほど簡単で、快適にご利用いただけるゴムベルトです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e伸縮性・ストレッチ性に優れ、無段階で長さ調節が可能\u003c\/li\u003e\n        \u003cli\u003eワンタッチ装着でバックルがないため、ウエスト周りがすっきり\u003c\/li\u003e\n        \u003cli\u003e高品質な日本製（石川県産ゴム素材、東京自社工房製造）\u003c\/li\u003e\n        \u003cli\u003ebell la bell ブランドの高い信頼性\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素材: ゴム\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全長: 最長 約63cm、最短 約40cm\u003c\/li\u003e\n        \u003cli\u003eゴム部分のみ: 最長 約50cm、最短 約28cm\u003c\/li\u003e\n        \u003cli\u003e対応サイズ: 約40cm〜63cm程度（ゴムの伸びしろ含む）\u003c\/li\u003e\n        \u003cli\u003e幅: 約3cm\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小柄な女性、Sサイズの方\u003c\/li\u003e\n        \u003cli\u003e10代、20代、30代、40代、50代、60代、70代、シニア世代\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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280216055861,"sku":"rgomu-11A","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ×生成","offer_id":45280216088629,"sku":"rgomu-11B","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"生成×ネイビー","offer_id":45280216121397,"sku":"rgomu-11C","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン×生成","offer_id":45280216154165,"sku":"rgomu-11D","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー系","offer_id":45280216186933,"sku":"rgomu-11E","price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-11-1.jpg?v=1780627761"},{"product_id":"rgomu-2","title":"バックルなしゴムベルト（日本製）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"Noto Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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-left: 6px solid #757575; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #757575; \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%, #75757540 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; 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: #757575; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #333333; 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: \"・\"; display: inline-block; width: 1.3em; height: 1.3em; border: 1px solid #757575; border-radius: 2px; text-align: center; line-height: 1.3em; color: #757575; font-family: Verdana, sans-serif; font-weight: bold; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #757575; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #757575; 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: #757575; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #757575; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F5F5F5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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、\u003cstrong\u003e付けていることを忘れるほどの快適さ\u003c\/strong\u003e。服の上からのかさばりを抑え、\u003cstrong\u003e自然な着痩せ効果で美しいウエストライン\u003c\/strong\u003eを演出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-2-1.jpg?v=1780627800\" 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ベルトループにパチンと留めるだけのシンプル設計\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\/0706\/7323\/6021\/files\/rgomu-2-3.jpg?v=1780627800\" 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石川県産の上質ゴム\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\/0706\/7323\/6021\/files\/rgomu-2-5.jpg?v=1780627799\" 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 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        \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素材: ゴム（日本有数の産地である石川県産）\u003c\/li\u003e\n        \u003cli\u003e両端部分: 牛革\u003c\/li\u003e\n        \u003cli\u003e製造: 東京にあるbell la bellの自社工房（日本製）\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全長: 最長 約75cm 〜 最短 約46cm\u003c\/li\u003e\n        \u003cli\u003eゴム部分のみ: 最長 64cm 〜 最短 約33cm\u003c\/li\u003e\n        \u003cli\u003e対応サイズ: 約46cm 〜 75cm程度（プラスゴムの伸びしろ）\u003c\/li\u003e\n        \u003cli\u003e幅: 約3cm\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      \u003ch4 class=\"sub-section-title\"\u003eこんなシーンにおすすめ\u003c\/h4\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      \u003ch4 class=\"sub-section-title\"\u003e主な対象年齢・層\u003c\/h4\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eキッズ（子供、こども、小学生、中学生、高校生）\u003c\/li\u003e\n        \u003cli\u003eママ\u003c\/li\u003e\n        \u003cli\u003e10代、20代、30代、40代、50代、60代、70代、シニア\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"黒","offer_id":45280222412853,"sku":"rgomu-2","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":45280222445621,"sku":"rgomu-2db","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":45280222478389,"sku":"rgomu-2gray","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ×生成","offer_id":45280222511157,"sku":"rgomu-2d","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"グリーンネイビー","offer_id":45280222543925,"sku":"rgomu-2e","price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"生成×ネイビー","offer_id":45280222576693,"sku":"rgomu-2f","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"レッドネイビー","offer_id":45280222609461,"sku":"rgomu-2g","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー系","offer_id":45280222642229,"sku":"rgomu-2h","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン×生成","offer_id":45280222674997,"sku":"rgomu-2i","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"生成ダークブラウン×ネイビーライン","offer_id":45280222707765,"sku":"rgomu-2j","price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-2-1.jpg?v=1780627800"},{"product_id":"rl-go-7","title":"ゴールドバックルワイドゴムベルト","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"Noto Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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-left: 6px solid #757575; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #757575; \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%, #75757540 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; 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: #757575; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #333333; 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: \"・\"; display: inline-block; width: 1.3em; height: 1.3em; border: 1px solid #757575; border-radius: 2px; text-align: center; line-height: 1.3em; color: #757575; font-family: Verdana, sans-serif; font-weight: bold; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #757575; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #757575; 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: #757575; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #757575; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F5F5F5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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約5cmの太幅\u003c\/strong\u003eがウエストをキュッと引き締め、魔法のように着痩せを叶えます。ワンピースや羽織りの上から巻くだけで、洗練された印象に変わります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-go-7-1.jpg?v=1780627824\" 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\"\u003eMade in Japan 確かな品質\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e職人の手から生まれた確かな品質は、身につけるたびに安心感をもたらします。\u003cstrong\u003e約65cm〜72cm対応のフリーサイズ\u003c\/strong\u003eで、快適なフィット感を実現。美しいラインを保ちながら、ストレスフリーなつけ心地が魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-go-7-2.jpg?v=1780627824\" class=\"img-fluid d-block w-100 product-img\" alt=\"Made in Japan 確かな品質\"\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\/0706\/7323\/6021\/files\/rl-go-7-3.jpg?v=1780627824\" 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ワンピースやニットに合わせやすい\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全長（バックル含む）：約65cm\u003c\/li\u003e\n                    \u003cli\u003eフリーサイズ（ウエストサイズ）：約65cm～約72cm程度まで対応\u003c\/li\u003e\n                    \u003cli\u003eベルト幅：約5cm\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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\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こちらのゴムベルトはゴムのため伸縮性がありますが、サイズ調節できる機能はございません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e特に小さいサイズ、大きいサイズをご希望のお客様は、お手数ですがお問い合わせフォームよりご相談ください。できる限りの対応を致します。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280226345013,"sku":"rl-go-7bk","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":45280226377781,"sku":"rl-go-7db","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":45280226410549,"sku":"rl-go-7be","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280226443317,"sku":"rl-go-7cm","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-go-7-1.jpg?v=1780627824"},{"product_id":"rgomu-10","title":"麻混ゴムワイドベルト（日本製）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"Noto Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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-left: 6px solid #757575; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #757575; \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%, #75757540 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; 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: #757575; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #333333; 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: \"・\"; display: inline-block; width: 1.3em; height: 1.3em; border: 1px solid #757575; border-radius: 2px; text-align: center; line-height: 1.3em; color: #757575; font-family: Verdana, sans-serif; font-weight: bold; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #757575; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #757575; 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: #757575; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #757575; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F5F5F5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスタイルアップを叶える魔法\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eお手持ちの服が、瞬く間に\u003cstrong\u003eスタイルアップアイテム\u003c\/strong\u003eへと変貌します。多彩なカラーバリエーションが、あらゆるコーディネートに\u003cstrong\u003e洗練されたアクセント\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-10-1.jpg?v=1780627827\" 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が約70cmの長さで、どんなウエストにもしなやかにフィットします。\u003cstrong\u003e締め付け感のないフリーサイズ\u003c\/strong\u003eで、一日中つけていることを忘れるほどの快適さです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-10-2.jpg?v=1780627828\" 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約6cm×6.5cmの\u003cstrong\u003eシルバーバックル\u003c\/strong\u003eは、細部にまでこだわりが光るデザインです。\u003cstrong\u003e匠の技が息づく確かな日本製\u003c\/strong\u003eで、日常に上質な輝きをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-10-5.jpg?v=1780627827\" 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\u003e本製品は、以下の素材で構成されています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 麻混ゴム（ポリエステル、麻、ゴム）\u003c\/li\u003e\n                    \u003cli\u003e製造: 日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品の各部位のサイズは以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eベルト\u003c\/strong\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e全長（平置き・1本に伸ばした状態）: 約70cm\u003c\/li\u003e\n                            \u003cli\u003eフリーサイズ\u003c\/li\u003e\n                            \u003cli\u003e幅: 約4cm\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eバックル\u003c\/strong\u003e\n                        \u003cul\u003e\n                            \u003cli\u003e全長: 約6cm × 約6.5cm\u003c\/li\u003e\n                            \u003cli\u003e色: シルバー\u003c\/li\u003e\n                        \u003c\/ul\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":"bell la bell","offers":[{"title":"ブラック","offer_id":45280226639925,"sku":"rgomu-10bk","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ","offer_id":45280226672693,"sku":"rgomu-10be","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト","offer_id":45280226705461,"sku":"rgomu-10owh","price":3300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-10-1.jpg?v=1780627827"},{"product_id":"r-sasum-womens","title":"サスペンダー（30ｍｍ幅）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"Noto Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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-left: 6px solid #757575; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #757575; \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%, #75757540 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; 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: #757575; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #333333; 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: \"・\"; display: inline-block; width: 1.3em; height: 1.3em; border: 1px solid #757575; border-radius: 2px; text-align: center; line-height: 1.3em; color: #757575; font-family: Verdana, sans-serif; font-weight: bold; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #757575; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #757575; 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: #757575; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #757575; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F5F5F5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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どんなスタイルにも自然に溶け込むサスペンダー。いつものTシャツとデニムにプラスするだけで、カジュアルコーデが\u003cstrong\u003eワンランク上の着こなし\u003c\/strong\u003eに生まれ変わります。ユニセックスでお楽しみいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-sasum-womens-7.jpg?v=1780627836\" 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を一日中提供。30mm幅の上品なデザインは、シンプルな装いにこなれたアクセントを添えます。\u003cstrong\u003eブラック、ブラウン、ベージュ、グレー\u003c\/strong\u003eのカラー展開も魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-sasum-womens-1.jpg?v=1780627836\" 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\u003e機能美\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-sasum-womens-3.jpg?v=1780627835\" 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上品な印象を与える30mm幅のサスペンダーです。\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      \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    \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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e対象\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e主にレディースとして展開しておりますが、ユニセックスでお使いいただけます。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eレディース\u003c\/li\u003e\n        \u003cli\u003eユニセックス対応\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック \/ Mサイズ","offer_id":45280228147253,"sku":"r-sasumMbk","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ Lサイズ","offer_id":45280228180021,"sku":"r-sasumLbk","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック系柄 \/ Mサイズ","offer_id":45280228212789,"sku":"r-sasumMgara","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック系柄 \/ Lサイズ","offer_id":45280228245557,"sku":"r-sasumLgara","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト \/ Mサイズ","offer_id":45280228278325,"sku":"r-sasumMwh","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト \/ Lサイズ","offer_id":45280228311093,"sku":"r-sasumLwh","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン×生成1ライン \/ Mサイズ","offer_id":45280228343861,"sku":"r-sasumMdbki1","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン×生成1ライン \/ Lサイズ","offer_id":45280228376629,"sku":"r-sasumLdbki1","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"生成×ネイビー1ライン \/ Mサイズ","offer_id":45280228409397,"sku":"r-sasumMkinv1","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"生成×ネイビー1ライン \/ Lサイズ","offer_id":45280228442165,"sku":"r-sasumLkinv1","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"生成×レッドネイビー \/ Mサイズ","offer_id":45280228474933,"sku":"r-sasumMkirednv1","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"生成×レッドネイビー \/ Lサイズ","offer_id":45280228507701,"sku":"r-sasumLkirednv1","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ×生成2ライン \/ Mサイズ","offer_id":45280228540469,"sku":"r-sasumMbeki2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ×生成2ライン \/ Lサイズ","offer_id":45280228573237,"sku":"r-sasumLbeki2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"生成×ネイビー2ライン \/ Mサイズ","offer_id":45280228606005,"sku":"r-sasumMkinv2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"生成×ネイビー2ライン \/ Lサイズ","offer_id":45280228638773,"sku":"r-sasumLkinv2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー×生成2ライン \/ Mサイズ","offer_id":45280228671541,"sku":"r-sasumMnvki2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー×生成2ライン \/ Lサイズ","offer_id":45280228704309,"sku":"r-sasumLnvki2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー×レッド2ライン \/ Mサイズ","offer_id":45280228737077,"sku":"r-sasumMnvred2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー×レッド2ライン \/ Lサイズ","offer_id":45280228769845,"sku":"r-sasumLnvred2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー×グリーン2ライン \/ Mサイズ","offer_id":45280228802613,"sku":"r-sasumMnvgreen2","price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー×グリーン2ライン \/ Lサイズ","offer_id":45280228835381,"sku":"r-sasumLnvgreen2","price":2750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-sasum-womens-7.jpg?v=1780627836"},{"product_id":"r-sasul","title":"細幅サスペンダー（15mm幅）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"Noto Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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-left: 6px solid #757575; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #757575; \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%, #75757540 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; 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: #757575; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #333333; 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: \"・\"; display: inline-block; width: 1.3em; height: 1.3em; border: 1px solid #757575; border-radius: 2px; text-align: center; line-height: 1.3em; color: #757575; font-family: Verdana, sans-serif; font-weight: bold; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #757575; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #757575; 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: #757575; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #757575; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F5F5F5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; 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洗練されたスタイルを叶える15mm幅\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e繊細な\u003cstrong\u003e15mm幅\u003c\/strong\u003eが、いつものコーディネートを格上げし、瞬時に\u003cstrong\u003e縦長ライン\u003c\/strong\u003eを強調します。ボトムスをスマートにホールドしながら、都会的な大人の抜け感を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-sasul-1.jpg?v=1780627855\" 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\u003eSサイズ\u003c\/strong\u003e（～165cm程度）、\u003cstrong\u003eMサイズ\u003c\/strong\u003e（～175cm程度）から選べる全長で、あなたに寄り添う快適な装着感をお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-sasul-3.jpg?v=1780627856\" 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\u003e12色のバリエーション\u003c\/strong\u003e。その日の気分やシーンに合わせて、無限のスタイルを楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-sasul-5.jpg?v=1780627855\" 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\u003e製品に使用されている素材です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eゴム\u003c\/li\u003e\n          \u003cli\u003e合金\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の各部の寸法です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長 Sサイズ：100cm（62～100cm、対応身長165cm程度まで）\u003c\/li\u003e\n          \u003cli\u003e全長 Mサイズ：110cm（72～110cm、対応身長175cm程度まで）\u003c\/li\u003e\n          \u003cli\u003e幅：約15mm\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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック \/ Sサイズ","offer_id":45280231456821,"sku":"r-sasulsa","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ Mサイズ","offer_id":45280231489589,"sku":"r-sasulma","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト \/ Sサイズ","offer_id":45280231522357,"sku":"r-sasulsb","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト \/ Mサイズ","offer_id":45280231555125,"sku":"r-sasulmb","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック系柄 \/ Sサイズ","offer_id":45280231587893,"sku":"r-sasulsc","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック系柄 \/ Mサイズ","offer_id":45280231620661,"sku":"r-sasulmc","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラックドット \/ Sサイズ","offer_id":45280231653429,"sku":"r-sasulsd","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラックドット \/ Mサイズ","offer_id":45280231686197,"sku":"r-sasulmd","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビードット \/ Sサイズ","offer_id":45280231718965,"sku":"r-sasulse","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビードット \/ Mサイズ","offer_id":45280231751733,"sku":"r-sasulme","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"グリーンドット \/ Sサイズ","offer_id":45280231784501,"sku":"r-sasulsf","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"グリーンドット \/ Mサイズ","offer_id":45280231817269,"sku":"r-sasulmf","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"グレードット \/ Sサイズ","offer_id":45280231850037,"sku":"r-sasulsh","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"グレードット \/ Mサイズ","offer_id":45280231882805,"sku":"r-sasulmh","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"レッドドット \/ Sサイズ","offer_id":45280231915573,"sku":"r-sasulsg","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"レッドドット \/ Mサイズ","offer_id":45280231948341,"sku":"r-sasulmg","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラックチェック \/ Sサイズ","offer_id":45280231981109,"sku":"r-sasulsi","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラックチェック \/ Mサイズ","offer_id":45280232013877,"sku":"r-sasulmi","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュチェック \/ Sサイズ","offer_id":45280232046645,"sku":"r-sasulsj","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュチェック \/ Mサイズ","offer_id":45280232079413,"sku":"r-sasulmj","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビーライン \/ Sサイズ","offer_id":45280232112181,"sku":"r-sasulsl","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビーライン \/ Mサイズ","offer_id":45280232144949,"sku":"r-sasulml","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラックライン \/ Sサイズ","offer_id":45280232177717,"sku":"r-sasulsk","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"ブラックライン \/ Mサイズ","offer_id":45280232210485,"sku":"r-sasulmk","price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-sasul-1.jpg?v=1780627855"},{"product_id":"rgomu-15","title":"細幅ゴムベルト（日本製）","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #FFFFFF; \n      font-family: \"Noto Sans\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #333333;\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 #E0E0E0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #333333; \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-left: 6px solid #757575; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #333333; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #757575; \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%, #75757540 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 #E0E0E0;\n      border-radius: 0px;\n      background-color: #FFFFFF; \n      color: #333333;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; 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: #757575; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; 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: #333333; 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: \"・\"; display: inline-block; width: 1.3em; height: 1.3em; border: 1px solid #757575; border-radius: 2px; text-align: center; line-height: 1.3em; color: #757575; font-family: Verdana, sans-serif; font-weight: bold; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #757575; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #757575; 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: #757575; 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: #333333; margin-bottom: 12px; border-bottom: 1px solid #757575; 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 #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F5F5F5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #333333; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本製ベルトで叶える美ウエスト\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eワンピースやシャツにそっと添えるだけで、ウエストラインが瞬時に引き締まります。\u003cstrong\u003e日本製の確かな品質\u003c\/strong\u003eと\u003cstrong\u003e繊細な細幅\u003c\/strong\u003eが、着こなしに品格と洗練された\u003cstrong\u003eスタイルアップ効果\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-15-1.jpg?v=1780627863\" 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ゴールドとシルバーの2色\u003c\/strong\u003eをご用意しました。今日の気分や、お手持ちのアクセサリーに合わせて選ぶことで、コーディネートに\u003cstrong\u003eパーソナルな輝きとアクセント\u003c\/strong\u003eをプラスします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-15-4.jpg?v=1780627863\" 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最小約46cmから最大約78cmまで、\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\/0706\/7323\/6021\/files\/rgomu-15-5.jpg?v=1780627864\" 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バックルカラーはゴールドとシルバーの2色から選べ、アクセサリーとのコーディネートも楽しめます\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\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e品質と生産地\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e数あるゴムベルトの中でもbell la bellのゴムベルトは、ゴムも製造も全て日本製にこだわっています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eゴム素材\u003c\/strong\u003e: 日本有数の産地である石川県産\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eベルト製造\u003c\/strong\u003e: 東京にあるbell la bellの自社工房\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e全長\u003c\/strong\u003e: 最小 約46cm ～ 最大 約78cm（ゴム製のため最大サイズからさらに10cm程度伸びます。）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e対応サイズ\u003c\/strong\u003e: 約40cm～63cm程度＋ゴムの伸びしろ\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e幅\u003c\/strong\u003e: 約1.5cm\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      \u003cul class=\"basic-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ママ、10代、20代、30代、40代、50代、60代、70代、シニア\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e特にキッズサイズとして子供や小柄な女性にもおすすめです。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e活用シーン\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e様々なシーンで活躍します。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eお腹をすっきり見せたいときに\u003c\/li\u003e\n        \u003cli\u003eワンピース、トップスのブラウジングに\u003c\/li\u003e\n        \u003cli\u003eスカートの丈調整に\u003c\/li\u003e\n        \u003cli\u003eベルトを着けたくないけれどスタイルアップしたいときに\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック(ゴールドバックル)","offer_id":45280232865845,"sku":"rgomu-15gbk","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ(ゴールドバックル)","offer_id":45280232898613,"sku":"rgomu-15gbe","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"グレー(ゴールドバックル)","offer_id":45280232931381,"sku":"rgomu-15ggr","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン(ゴールドバックル)","offer_id":45280232964149,"sku":"rgomu-15gbr","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック(シルバーバックル)","offer_id":45280232996917,"sku":"rgomu-15nibk","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ(シルバーバックル)","offer_id":45280233029685,"sku":"rgomu-15nibe","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン(シルバーバックル)","offer_id":45280233062453,"sku":"rgomu-15nibr","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"グレー(シルバーバックル)","offer_id":45280233095221,"sku":"rgomu-15nigr","price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rgomu-15-1.jpg?v=1780627863"}],"url":"https:\/\/belllabell.we-shop.jp\/collections\/%e3%82%b4%e3%83%a0%e3%83%99%e3%83%ab%e3%83%88.oembed","provider":"bell la bell_weshop","version":"1.0","type":"link"}