{"title":"ブラック","description":"","products":[{"product_id":"ad-bag03","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が、持つ人のスタイルを際立たせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_9bb8a55a-b4e4-4285-b393-a6f2991d19be.jpg?v=1780627609\" class=\"img-fluid d-block w-100 product-img\" alt=\"印象的なトライアングルデザインのバッグ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された大人の佇まい\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e肩に寄り添う快適な日常使い\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eゆったり掛けられる\u003cstrong\u003eロングハンドル\u003c\/strong\u003eで、美しいシルエットを保ちます。\u003cstrong\u003e撥水加工\u003c\/strong\u003eが施され、雨に強く、美しさが長持ちします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/14_7895af6c-9883-4071-be56-b2d568b4aef7.jpg?v=1780627609\" 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で中身も安心。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/5_0537d261-a5c5-4f73-9fbf-eb03160b01fb.jpg?v=1780627609\" 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\u003eシンプルながらも印象に残るトライアングルデザインで、通勤からお出かけまで幅広いシーンに寄り添い、季節問わずお使いいただけます。\u003c\/li\u003e\n                \u003cli\u003e肩にゆったり掛けられるロングハンドルは、美しいシルエットを保ちながら日常使いしやすい設計です。\u003c\/li\u003e\n                \u003cli\u003e開閉部分にはマグネット付きなので防犯面も安心です。\u003c\/li\u003e\n                \u003cli\u003eコンパクトに見える薄型のマチですが8cmもあるので、荷物が多い方にも嬉しい大容量です。\u003c\/li\u003e\n                \u003cli\u003e500mlペットボトル、長財布、折りたたみ傘も収納可能です。\u003c\/li\u003e\n                \u003cli\u003e内外合わせて3か所の大きなポケットで、バッグ内の荷物を簡単に整理整頓できます。\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上品な3色展開で、中の生地や金具の色にもこだわりました。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e本体色：ブラック、ダークグレージュ、バーガンディ（全3色）\u003c\/li\u003e\n                \u003cli\u003e内生地色：ライトグレー（中身が見つけやすい）\u003c\/li\u003e\n                \u003cli\u003e金具色：全てゴールド\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e高さ：52cm\u003c\/li\u003e\n                \u003cli\u003e横幅：44cm\u003c\/li\u003e\n                \u003cli\u003e奥行（マチ）：8cm\u003c\/li\u003e\n                \u003cli\u003e持ち手の長さ：44cm\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約497g\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\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアブラック","offer_id":45280191610933,"sku":"ad-bag03bk","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアダークグレージュ","offer_id":45280191643701,"sku":"ad-bag03dgr","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアバーガンディ","offer_id":45280191676469,"sku":"ad-bag03bur","price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_9bb8a55a-b4e4-4285-b393-a6f2991d19be.jpg?v=1780627609"},{"product_id":"ad-wa9","title":"【イニシャル刻印対応】ネコちゃん 猫型 がま口 押し口S 小銭入れ レザーミニマルウォレット （日本製)","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_8a924196-c86d-4704-b914-137a1180b180.jpg?v=1780627613\" class=\"img-fluid d-block w-100 product-img\" alt=\"様々な色の猫型レザーがま口が並べられた画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eあなたのそばに、特別な猫を\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eしっとりもちもちの\u003cstrong\u003eイタリアンレザー\u003c\/strong\u003eや煌びやかな\u003cstrong\u003e箔レザー\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/2_855b89a0-865e-45cb-a538-a8453325bb7a.jpg?v=1780627613\" class=\"img-fluid d-block w-100 product-img\" alt=\"手に収まる猫型がま口の画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e触れるたび、優しい気持ちに\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eころんと愛らしいフォルムは、小銭を入れるとふっくら幸せそうな猫のお腹に。手に取るたびに心が和む、あなただけの\u003cstrong\u003e癒やしアイテム\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/3_c2c42091-968a-460f-9a0e-a84b618cd036.jpg?v=1780627613\" class=\"img-fluid d-block w-100 product-img\" alt=\"がま口の押し口金具部分のクローズアップ画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eストレスフリーな使い心地\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e珍しい「\u003cstrong\u003e押し口\u003c\/strong\u003e」金具は、職人の繊細な手仕事が生み出す逸品です。片手でパチンとスマートに開閉でき、小銭の出し入れも驚くほど\u003cstrong\u003eスムーズ\u003c\/strong\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=\"basic-list\"\u003e\n        \u003cli\u003e上質なシボのあるイタリアンレザーを使用した、bell la bellオリジナルのネコちゃんがま口です。\u003c\/li\u003e\n        \u003cli\u003e押し口タイプのため、片手で簡単に開けられます。\u003c\/li\u003e\n        \u003cli\u003e小銭を入れるとぽってりふっくら膨らみ、お腹いっぱいで幸せそうなネコちゃんを演出します。\u003c\/li\u003e\n        \u003cli\u003e送りたい相手のお名前や、飼っているネコちゃんのお名前など、お好きなネームやイニシャルを入れられます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003ebell la bellロゴは全て内側に素押し（色なし）で入っています。\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\n\u003cstrong\u003eイタリアンレザー（牛革）\u003c\/strong\u003e\u003cbr\u003e黒猫と三毛猫に使用。均一なシボが美しい型押しシュリンクレザーで、しっとりもちもちとした手触りが特徴です。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e国産レザー（メタリックレザー・牛革）\u003c\/strong\u003e\u003cbr\u003eゴールドルナとシルバーステラに使用。煌びやかさとタッチ感を表現するためソフトな下地を選定し、手作業で仕上げられています。本来のシワなどもそのまま残された、天然素材ならではの風合いも楽しめます。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e豚革（内側に使用）\u003c\/strong\u003e\u003cbr\u003eライニング（裏革）に適した薄さ、通気性、柔らかさを持ち、色落ち防止加工が施されています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e豚革は\u003cstrong\u003e東京都墨田区産\u003c\/strong\u003e。伝統工芸やものづくりが盛んな地域で、国内シェア約9割を誇ります。豚革の特徴はポチポチと見える3つの毛穴で、裏まで貫通しているため、通気性、吸湿性、保湿性に大変優れています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e職人の技が光る押し口金具\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e今では大変珍しい「押し口（天溝）」という特別な金具を使用しています。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eこの口金を扱える職人は非常に少なく、一つ一つ手作業で革を金具にぴったりと合わせ、トンカチで丁寧に叩いて形を整えています。\u003c\/li\u003e\n        \u003cli\u003eすっきりと美しい仕上がりで、パチンと気持ちよく開閉できる、ストレスフリーな使い心地を実現しています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e【開閉方法】\u003c\/p\u003e\n      \u003cul class=\"step-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=\"benefit-list\"\u003e\n        \u003cli\u003eお財布として\u003c\/li\u003e\n        \u003cli\u003e大切なアクセサリーのおうちとして\u003c\/li\u003e\n        \u003cli\u003eお守りや常備薬入れとして\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e大切な方へのギフトにもおすすめです。\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お好きなネームやイニシャルを刻印できます。\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: 6〜7文字程度まで\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e刻印位置\u003c\/strong\u003e: おもて または うら\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e刻印カラー\u003c\/strong\u003e:\u003cbr\u003e\n          ・黒猫クロ・三毛猫ミケ: シルバー \/ ゴールド\u003cbr\u003e\n          ・ゴールドルナ・シルバーステラ: 素押し（色なし）のみ\u003cbr\u003e\n          　（メタリックレザーは素押しのみとなります）\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※革の風合いは商品によって異なる場合があります。1点1点手作業で刻印致しますので、刻印の位置や濃さ、多少のずれやシボの影響で刻印がうつりにくい箇所がある場合がございます。予めご了承ください。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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: 約7cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eヨコ\u003c\/strong\u003e: 約8cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e厚み\u003c\/strong\u003e: 約8mm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e: 約30g\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  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e【発送目安】\u003c\/strong\u003e\u003cbr\u003e刻印入り商品は、刻印が混みあっている場合、ご注文から発送までに\u003cstrong\u003e1週間\u003c\/strong\u003eほどお時間をいただいております。お急ぎの場合は備考欄にてお申し付けください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e配送は\u003cstrong\u003eネコポス便（日時指定不可）\u003c\/strong\u003eで、郵便ポストへのお届けとなります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注文のキャンセル・返品について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eイニシャル刻印済み商品に関しましては、誠に申し訳ございませんが、\u003cstrong\u003eキャンセル・返品はできません。\u003c\/strong\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":45280191971381,"sku":"ad-wa6nv","price":6930.0,"currency_code":"JPY","in_stock":true},{"title":"三毛猫　ミケちゃん","offer_id":45280192004149,"sku":null,"price":6930.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド　ルナちゃん","offer_id":45280192036917,"sku":null,"price":6930.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー　ステラちゃん","offer_id":45280192069685,"sku":null,"price":6930.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_8a924196-c86d-4704-b914-137a1180b180.jpg?v=1780627613"},{"product_id":"ad-wa8","title":"【イニシャル刻印対応】がま口 押し口M ポケット付き 小銭入れ レザーミニマルウォレット （日本製）","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に。愛着が深まるイタリアンレザーが、毎日を鮮やかに彩ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/M_5.jpg?v=1780627616\" 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\/0706\/7323\/6021\/files\/IMG_2333.jpg?v=1780627617\" 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\/0706\/7323\/6021\/files\/IMG_2340.jpg?v=1780627617\" 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人気のイタリアンレザーがま口Mサイズにポケット付きタイプが登場しました。上質なシボのあるイタリアンレザーを使用し、内側にbell la bellのロゴを素押し（色なし）で配しています。軽量で無駄をそぎ落としたシンプルで可愛らしいフォルムは、大切な方へのギフトにもおすすめです。\u003c\/p\u003e\n            \u003cp\u003eSサイズでは小さく、Lサイズでは大きいと感じる方に最適なサイズです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e片手で簡単に開閉できる押し口タイプ\u003c\/li\u003e\n                \u003cli\u003e小銭は30枚ほど収納可能\u003c\/li\u003e\n                \u003cli\u003e手前のポケットにお札を四つ折りで収納可能\u003c\/li\u003e\n                \u003cli\u003e手触りの良さ、風合い、耐久性に優れたイタリアンレザー\u003c\/li\u003e\n                \u003cli\u003e使い込むほどに味わいが増し、長期間愛用できる\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e小銭入れとしてはもちろん、ピアスやネックレスなどのアクセサリーケース、リップや印鑑ケースとしてもお使いいただけます。薄マチ設計でポーチにもスマートに収まります。\u003c\/p\u003e\n            \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=\"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                \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全体外寸: タテ6.5cm × ヨコ10.5cm\u003c\/li\u003e\n                \u003cli\u003eポケット部分外寸: タテ4cm（中央部分） × ヨコ8.5cm（最小部分）〜 10.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            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e革の風合いは商品によって異なる場合がございます。\u003c\/li\u003e\n                \u003cli\u003e刻印は1点1点手作業で行うため、位置や濃さ、多少のずれが生じる場合があります。\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":45280192299061,"sku":"ad-wa8pur","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280192331829,"sku":"ad-wa8mt","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280192364597,"sku":"ad-wa8greige","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアコーラルオレンジ","offer_id":45280192397365,"sku":"ad-wa8corange","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアイエロー","offer_id":45280192430133,"sku":"ad-wa8yellow","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブルー","offer_id":45280192462901,"sku":"ad-wa8blue","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアネイビー","offer_id":45280192495669,"sku":"ad-wa8nv","price":8250.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280192528437,"sku":"ad-wa8bk","price":8250.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/M_5.jpg?v=1780627616"},{"product_id":"ad-wa7","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/40b42fb50156b078300b47731d248775_fefc6aa4-fccd-4f3a-881f-9ffd192e4edf.jpg?v=1780627618\" class=\"img-fluid d-block w-100 product-img\" alt=\"イニシャル刻印が施された革製品のクローズアップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e繊細なイニシャル刻印\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eイタリアンレザー\u003c\/strong\u003eの美しいシボ感が、持つ人に\u003cstrong\u003e上品な印象\u003c\/strong\u003eを与えます。光の角度でほんのりツヤめく表情は、手にするたびに心を満たす\u003cstrong\u003e特別な存在\u003c\/strong\u003e。大切な方への\u003cstrong\u003e贈り物\u003c\/strong\u003eにも最適です。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートを叶える薄型設計\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_28548377-2453-4f08-ad39-5e5e3d67b890.jpg?v=1780627618\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布をズボンのポケットから取り出す様子\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e軽やかさを日常に\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      驚くほど薄い\u003cstrong\u003e約5mmのスリム設計\u003c\/strong\u003eは、かさばらず、どんなポケットにもスマートに収まります。外側には\u003cstrong\u003e最大8枚のカードポケット\u003c\/strong\u003eを備え、必要なカードにすぐにアクセスできる\u003cstrong\u003e利便性\u003c\/strong\u003eを実現しました。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人の技が息づく逸品\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/4_7cd39a5e-ab9a-4f9c-8f72-cfeb8dc74075.jpg?v=1780627618\" class=\"img-fluid d-block w-100 product-img\" alt=\"職人が革製品を縫製している手元\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e安心の日本製クオリティ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      大正時代から続く\u003cstrong\u003e日本の職人\u003c\/strong\u003eが生み出す、\u003cstrong\u003e細部までこだわり抜かれた作り\u003c\/strong\u003e。もちもちとした\u003cstrong\u003e上質レザー\u003c\/strong\u003eは、\u003cstrong\u003e傷が付きにくく汚れにも強い\u003c\/strong\u003e丈夫さを兼ね備えています。内側の\u003cstrong\u003e仕切り\u003c\/strong\u003eで紙幣の種類を分けられ、海外旅行やビジネスシーンでも\u003cstrong\u003eスムーズな支払い\u003c\/strong\u003eをサポートします。\n    \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      \u003cp\u003eマット寄りの質感ながら、ほんのりとしたツヤ感があり、手にしっとりとなじみ、落ち着いた上品さを感じさせます。ギフトにもおすすめです。\u003c\/p\u003e\n      \u003cp\u003e軽くて柔らかい、もちもちとした上質レザーは、傷が付きにくく汚れに強いのも嬉しいポイント。\u003c\/p\u003e\n      \u003cp\u003e外側のカードポケットには最大8枚収納可能。反対側には、レシートや薄型カード、チケットなどを入れられる便利な薄型ポケットを備えています。\u003c\/p\u003e\n      \u003cp\u003e内側には仕切りを設けており、お札を種類ごとに分けて収納が可能。日本円と外貨を分けて入れられるため、海外旅行や出張時もスムーズにお会計できます。\u003c\/p\u003e\n      \u003cp\u003e薄くてかさばらないスリム設計ながら、複数の紙幣をひとつのお財布にまとめられるのも魅力。旅先から日常まで、シンプルに使いやすい札入れです。\u003c\/p\u003e\n      \u003cp\u003ebell la bellロゴは全て素押し（色なし）で入っています。\u003c\/p\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      \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カードポケットがたくさん。（8枚の大容量）\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横：約19cm\u003c\/li\u003e\n        \u003cli\u003e縦：約9cm\u003c\/li\u003e\n        \u003cli\u003e厚み：約5mm\u003c\/li\u003e\n        \u003cli\u003e重さ：65g\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      \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外側 カードポケット：8か所\u003c\/li\u003e\n        \u003cli\u003e外側ポケット(大)：1か所\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      \u003cp\u003e有名ブランドの財布やキーケースも手掛ける職人によってつくられたお財布です。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eイニシャル刻印について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e文字入れ対応可能です。ネームが入れられる小さい刻印が仲間入りしました。\u003c\/p\u003e\n      \u003cp\u003e刻印タイプ:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eシンプル文字（小）（大）（最大6文字程度）\u003c\/li\u003e\n        \u003cli\u003e装飾文字（最大2文字まで）\u003c\/li\u003e\n      \u003c\/ul\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      \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\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル","offer_id":45280192659509,"sku":"ad-wa7pur","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280192692277,"sku":"ad-wa7mt","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280192725045,"sku":"ad-wa7greige","price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280192757813,"sku":"ad-wa7bk","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/40b42fb50156b078300b47731d248775_fefc6aa4-fccd-4f3a-881f-9ffd192e4edf.jpg?v=1780627618"},{"product_id":"keyring-02","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\/rope_1.png?v=1780627622\" 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\/0706\/7323\/6021\/files\/3_402e511d-880f-4b72-8574-e65e1e7fd42c.jpg?v=1780627622\" 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\/0706\/7323\/6021\/files\/4_a6d54513-8b1f-435d-bc62-ebf4ad6936c7.jpg?v=1780627622\" 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 class=\"body-text\"\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        \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全長：約14cm\u003c\/li\u003e\n        \u003cli\u003e幅：約2cm\u003c\/li\u003e\n        \u003cli\u003eレザー部分長さ：約10cm（牛革部分）\u003c\/li\u003e\n        \u003cli\u003e金具：外径 約3.7cm \/ 内径 約2.5cm \/ 幅 5mm\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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"シルバー金具／アドリアパープル","offer_id":45280193085493,"sku":"keyring-02spur","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー金具／アドリアミントグリーン","offer_id":45280193118261,"sku":"keyring-02smt","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー金具／アドリアアイボリー","offer_id":45280193151029,"sku":"keyring-02siv","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー金具／アドリアグレージュ","offer_id":45280193183797,"sku":"keyring-02sgraige","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー金具／アドリアコーラルオレンジ","offer_id":45280193216565,"sku":"keyring-02sco","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー金具／アドリアブラック","offer_id":45280193249333,"sku":"keyring-02sbk","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"ゴールド金具／アドリアパープル","offer_id":45280193282101,"sku":"keyring-02gpur","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド金具／アドリアミントグリーン","offer_id":45280193314869,"sku":"keyring-02gmt","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド金具／アドリアアイボリー","offer_id":45280193347637,"sku":"keyring-02giv","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド金具／アドリアグレージュ","offer_id":45280193380405,"sku":"keyring-02ggraige","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド金具／アドリアコーラルオレンジ","offer_id":45280193413173,"sku":"keyring-02gco","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド金具／アドリアブラック","offer_id":45280193445941,"sku":"keyring-02gbk","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rope_1.png?v=1780627622"},{"product_id":"ad-pass2","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が織りなす、上品な3色のハーモニー。柔らかな\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\/2_096226df-131f-4e2c-9ef3-0aa64c2ce79a.jpg?v=1780627624\" 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\u003eL字型ジップ\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\/1_d03d2689-83c3-4f9d-9e07-42abbd986969.png?v=1780627624\" 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\/0706\/7323\/6021\/files\/3_bcc8a89d-202b-47ab-bc2a-0abcd3ef6d39.png?v=1780627624\" 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 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中身をスムーズに取り出せるL字型ジップ\u003c\/li\u003e\n                \u003cli\u003e鍵やスマートキー、お札、小銭、カード類を分けて収納できる仕切り付き\u003c\/li\u003e\n                \u003cli\u003e付属のキーチェーンはカニカン付きで取り外し可能\u003c\/li\u003e\n                \u003cli\u003eICカードや写真が収納できる窓付きポケット\u003c\/li\u003e\n                \u003cli\u003eバッグに簡単に取り付け可能な重厚感あるリング付属\u003c\/li\u003e\n                \u003cli\u003e手触りの良さや風合い、耐久性が高く、使い込むほどに味わいが増す\u003c\/li\u003e\n                \u003cli\u003eイニシャル刻印も可能で、自分用にもプレゼントにも最適\u003c\/li\u003e\n                \u003cli\u003eオプションで日本製リール（2,200円）のセット購入も可能\u003c\/li\u003e\n                \u003cli\u003eギフトにもおすすめの上品な牛革キー＆パスケース\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※改札エラー防止機能はありません。ICカードを2枚使用の際はご注意ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e刻印サービスについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eお好みの文字や記号を刻印し、あなただけのオリジナルアイテムを。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e刻印タイプ: シンプル文字（最大2文字まで）、装飾文字（最大2文字まで）\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カラー展開: 全3色（パープル、ミントグリーン、ブラック）\u003c\/li\u003e\n                \u003cli\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\/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ケース部分: タテ12cm × ヨコ8cm（外寸）\u003c\/li\u003e\n                \u003cli\u003e付属リング: 内径3.2cm、外径4.2cm\u003c\/li\u003e\n                \u003cli\u003eリール（オプション）: 16.5cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eネコポス便で発送いたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e【革製品について】革は天然素材のため、細かいキズやシミ、血筋（血管跡）などが稀に製品に現れる場合がございます。これらは革の個性としてお楽しみください。革の個性による返品交換はお受けいたしかねますので、天然素材であることをご了承の上、お買い求め頂きますようお願いいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e商品写真の色は、できる限り現物に近づけておりますが、お使いのPC環境によって色の差異が生じる場合がございます。予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル","offer_id":45280193577013,"sku":"ad-pass2pur","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280193609781,"sku":"ad-pass2mt","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280193642549,"sku":"ad-pass2bk","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/2_096226df-131f-4e2c-9ef3-0aa64c2ce79a.jpg?v=1780627624"},{"product_id":"ストラップ","title":"ストラップ","description":"","brand":"belllabellベルラベル","offers":[{"title":"パープル","offer_id":45280197673013,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン","offer_id":45280197705781,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":45280197738549,"sku":null,"price":2750.0,"currency_code":"JPY","in_stock":true}]},{"product_id":"ad-pass1","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\/free_1724894372809.jpg?v=1780627645\" 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\u003e40cm伸びる日本製リール\u003c\/strong\u003eで、改札タッチもスムーズに。バッグに付けたまま取り出せる快適さで、毎日の移動が軽やかに。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-pass1_2.jpg?v=1780627645\" 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厳選された2枚のカードをすっきりと収納可能。厚さ\u003cstrong\u003e6mmほどのスリム設計\u003c\/strong\u003eで、ポケットや小さなバッグにも美しく収まります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-pass1_4.jpg?v=1780627645\" 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=\"benefit-list\"\u003e\n          \u003cli\u003e肌触りの良いやわらかなイタリアンレザー\u003c\/li\u003e\n          \u003cli\u003eシボ加工により傷が目立ちにくい\u003c\/li\u003e\n          \u003cli\u003e必要なものをスマートに収納できる2枚収納タイプ\u003c\/li\u003e\n          \u003cli\u003e最大約40cm伸びる日本製リール付き（バッグやベルトループに付けたまま使用可能）\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刻印タイプ: シンプル文字（最大4文字まで）、装飾文字（最大2文字まで）\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本体: イタリアンレザー（牛革）\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お好みに合わせて選べる5色展開です。\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全長: 27.5cm\u003c\/li\u003e\n          \u003cli\u003eリール部分: 16.5cm\u003c\/li\u003e\n          \u003cli\u003eケース部分（外寸）: タテ10.3cm × ヨコ7cm\u003c\/li\u003e\n          \u003cli\u003eカード収納枚数: 2枚\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eネコポス便で発送いたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      【天然素材について】\u003cbr\u003e\n      革は天然素材のため、細かいキズやシミ、血筋（血管跡）等がまれに製品に現れる場合がございます。これらは革の個性としてお楽しみください。革の個性による返品交換はお受けいたしかねますので、天然素材であることをご了承の上、お買い求め頂きますようお願いいたします。\u003cbr\u003e\n      \u003cbr\u003e\n      【製品仕様について】\u003cbr\u003e\n      改札エラー防止機能はございません。ICカードを2枚ご使用の際はご注意ください。\u003cbr\u003e\n      \u003cbr\u003e\n      【商品画像について】\u003cbr\u003e\n      商品写真の色はできる限り現物に近づけておりますが、PC環境によって色の差異が生じる場合がございます。予めご了承くださいませ。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル","offer_id":45280197836853,"sku":"ad-pass1pur","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280197869621,"sku":"ad-pass1mt","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280197902389,"sku":"ad-pass1gr","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアキャメル","offer_id":45280197935157,"sku":"ad-pass1cm","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアブラック","offer_id":45280197967925,"sku":"ad-pass1bk","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/free_1724894372809.jpg?v=1780627645"},{"product_id":"ad-hair2","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に変わります。豊富な色展開から、今日の気分に合う一点を見つけてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_53cface7-8f9b-4e46-9c71-4cf8abd34ea9.jpg?v=1780627647\" class=\"img-fluid d-block w-100 product-img\" alt=\"印象を変えるヘアアイテム\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e印象を変えるヘアアイテム\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e本格イタリアンレザーの上質\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e程よいシボが特徴のやわらかなイタリアンレザーは、使うほどに手に馴染む\u003cstrong\u003e上質さ\u003c\/strong\u003e。\u003cstrong\u003e高級感ある質感\u003c\/strong\u003eが、装いに差をつけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_a7286503-6a3d-49d6-8fc8-1b4df15e8509.jpg?v=1780627647\" class=\"img-fluid d-block w-100 product-img\" alt=\"贅沢な革の風合い\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e贅沢な革の風合い\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日を彩る大人のシュシュ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eボリューム感あるシルエット\u003c\/strong\u003eで、シンプルポニーやシニヨンもさっとこなれたスタイルに。日常からオフィスまで、\u003cstrong\u003e幅広いシーンで活躍\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/2_151f60b2-0e73-4289-a031-684a524a92e6.jpg?v=1780627647\" 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=\"benefit-list\"\u003e\n          \u003cli\u003eシンプルポニーやシニヨンなど、いつものヘアスタイルが一段と上品に仕上がります。\u003c\/li\u003e\n          \u003cli\u003e程よいシボが特徴のやわらかく上質なイタリアンレザーを使用。\u003c\/li\u003e\n          \u003cli\u003e高級感があり、丈夫で持ちが良いのが嬉しいポイント。\u003c\/li\u003e\n          \u003cli\u003eデイリーからオフィスまで、シーンを選ばず幅広くお使いいただけます。\u003c\/li\u003e\n          \u003cli\u003eボリューム感のあるビッグシルエットで、さっと結ぶだけでこなれたヘアスタイルに。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品に使用されている素材は以下の通りです。\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    \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平置き: 約11～13cm\u003c\/li\u003e\n          \u003cli\u003e幅: 約4cm\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":45280198131765,"sku":"ad-hair2ivo","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアパープル","offer_id":45280198164533,"sku":"ad-hair2pu","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアキャメル","offer_id":45280198197301,"sku":"ad-hair2cm","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280198230069,"sku":"ad-hair2gr","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアライトグレー","offer_id":45280198262837,"sku":"ad-hair2lg","price":3630.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280198295605,"sku":"ad-hair2bk","price":3630.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_53cface7-8f9b-4e46-9c71-4cf8abd34ea9.jpg?v=1780627647"},{"product_id":"ad-wa6","title":"【イニシャル刻印対応・ポケットなしタイプ】がま口 押し口M 小銭入れ レザーミニマルウォレット （日本製）","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を際立たせます。使うほどに深まる風合いをお楽しみください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/453485493_1601029197124666_6920003667346366567_n_57265483-abc0-4e9d-a23d-23effcd066d8.jpg?v=1780627650\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上質がま口に刻む、私だけの証\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eミニマル収納 がま口ウォレット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e小銭はもちろん、リップやアクセサリーも\u003cstrong\u003eスマートに収納\u003c\/strong\u003e。片手で開閉できる\u003cstrong\u003e押し口タイプ\u003c\/strong\u003eで、必要なものがサッと取り出せます。バッグの中でもかさばらない\u003cstrong\u003e薄マチ設計\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/453433648_528095886446067_6830169240734940266_n_c0697cb6-6f22-485e-a4af-e0acdd9d5fb2.jpg?v=1780627650\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e多彩な用途に応えるスマート設計\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e普段を彩る おしゃれがま口\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eいつもの装いにさりげない\u003cstrong\u003e上質感を添える\u003c\/strong\u003e、洗練されたデザイン。大切な方へのギフトにも最適です。この小さなウォレットが、あなたの毎日を\u003cstrong\u003e品良く彩ります\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/462634275_553475610543708_3081030557600731667_n_dfdd949c-dc67-4bfc-8d91-13d4a3580397.jpg?v=1780627650\" 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人気のイタリアンレザーがま口にMサイズが新登場しました。上質な素材と機能性を兼ね備えたアイテムです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e人気のMサイズが新登場\u003c\/li\u003e\n                \u003cli\u003e上質なシボ加工イタリアンレザー使用\u003c\/li\u003e\n                \u003cli\u003ebell la bellロゴ入り（内側に素押し）\u003c\/li\u003e\n                \u003cli\u003e押し口タイプで片手で簡単開閉\u003c\/li\u003e\n                \u003cli\u003e小銭約30枚収納可能\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\u003eSサイズより小銭の収納量が増加\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刻印タイプ:\n                    \u003cul\u003e\n                        \u003cli\u003eシンプル文字（最大4文字まで）\u003c\/li\u003e\n                        \u003cli\u003e装飾文字（最大2文字まで）\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \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            \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タテ: 6.5cm（外寸）\u003c\/li\u003e\n                \u003cli\u003eヨコ: 10cm（外寸）\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革の風合いは商品によって個体差があります。\u003c\/li\u003e\n                \u003cli\u003e刻印は1点1点手作業のため、位置や濃さ、多少のずれやシボの影響による印字ムラがある場合があります。\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":45280198721589,"sku":"ad-wa6Pur","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアミントグリーン","offer_id":45280198754357,"sku":"ad-wa6mt","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280198787125,"sku":"ad-wa6greige","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280198819893,"sku":"ad-wa6bk","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアイエロー","offer_id":45280198852661,"sku":"ad-wa6yellow","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアコーラルオレンジ","offer_id":45280198885429,"sku":"ad-wa6corange","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアブルー","offer_id":45280198918197,"sku":"ad-wa6blue","price":7700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/453481026_1581080622814612_7184511070242419356_n_d4645eb5-e154-4a88-b616-ef4c263e8fb3.jpg?v=1780627650"},{"product_id":"ad-reed","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  \u003ch2 class=\"product-name\"\u003e【イニシャル刻印対応】イタリアンレザー リール式 レザーストラップ\u003c\/h2\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\/448678218_435955139201222_3675154339150628242_n.jpg?v=1780627652\" 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\u003e40cm伸びるリール\u003c\/strong\u003eが、玄関でのスムーズな出入りをサポートし、スマートな所作を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/200.jpg?v=1780627652\" class=\"img-fluid d-block w-100 product-img\" alt=\"リールで鍵を取り出す様子\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマートに鍵を取り出し\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人が紡ぐ本物の逸品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日本の\u003cstrong\u003e職人が一点一点丁寧に仕上げた\u003c\/strong\u003e、確かな品質を感じてください。しなやかなイタリアンレザーの風合いが、使うほどに手に馴染み、愛着が深まる本物の逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/HM_3047_sq.jpg?v=1780627652\" 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=\"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\u003e5色展開でお好きな色をお選びいただけます。\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全長：約32cm\u003c\/li\u003e\n          \u003cli\u003eストラップ幅：約1cm\u003c\/li\u003e\n          \u003cli\u003eストラップ部分長さ（牛革部分）：約23cm\u003c\/li\u003e\n          \u003cli\u003eリール部分最長：約40cmまで伸びます\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本体は上質なイタリアンレザーを使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体素材：牛革（イタリアンレザー）\u003c\/li\u003e\n          \u003cli\u003e※シルバーとゴールドは牛革ですが、イタリアンレザーではございません。\u003c\/li\u003e\n          \u003cli\u003e※ゴールドはメタリック感が強く、シルバーはマット調です。\u003c\/li\u003e\n          \u003cli\u003e生産国：日本製\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e刻印サービスをご利用のお客様は、以下をご確認ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e刻印は\u003cstrong\u003e1文字まで\u003c\/strong\u003eとさせていただきます。\u003c\/li\u003e\n      \u003cli\u003e文字入れカラーは、\u003cstrong\u003eゴールド、シルバー、素押し（色なし）\u003c\/strong\u003eからお選びいただけます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル","offer_id":45280199082037,"sku":"ad-reedpu","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280199114805,"sku":"ad-reedmg","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280199147573,"sku":"ad-reedgr","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアキャメル","offer_id":45280199180341,"sku":"ad-reedcm","price":2200.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアブラック","offer_id":45280199213109,"sku":"ad-reedbk","price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアレッド","offer_id":45280199245877,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアイエロー","offer_id":45280199278645,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブルー","offer_id":45280199311413,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアコーラルオレンジ","offer_id":45280199344181,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアネイビー","offer_id":45280199376949,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアアイボリー","offer_id":45280199409717,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"メタリックゴールド","offer_id":45280199442485,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true},{"title":"メタリックシルバー","offer_id":45280199475253,"sku":null,"price":2200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/448678218_435955139201222_3675154339150628242_n.jpg?v=1780627652"},{"product_id":"ad-key1y","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革ハギレ\u003c\/strong\u003eを活用した、大切な方への心温まるギフトにも最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/free_1716871464451.jpg?v=1780627656\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選ぶ楽しさ、贈る喜び\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e個性を彩るバイカラーキーケース\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e外側と内側のコントラストが美しい\u003cstrong\u003eバイカラーデザイン\u003c\/strong\u003eは、使うたびに心躍る発見を届けます。コバの色が内側と揃い、キーを収めた時の曲線が魅力的。\u003cstrong\u003eイニシャル刻印\u003c\/strong\u003eで、あなただけの特別な逸品に仕上がります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/free_1716872101142.jpg?v=1780627656\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eあなただけの物語を刻んで\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eもちもち触感、上質イタリアンレザー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eもちもちと手に馴染む柔らかなイタリアンレザー\u003c\/strong\u003eは、しなやかな肌触りです。繊細な\u003cstrong\u003eシボ加工\u003c\/strong\u003eが爪などの傷を目立ちにくくし、美しい状態を長く保ちます。鍵が３本までスマートに収まる、洗練された手のひらサイズです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MG_0040.jpg?v=1780627656\" 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 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                \u003cli\u003e鍵が3本まで収納可能（スマートキーは収納できません）\u003c\/li\u003e\n                \u003cli\u003e重厚感のあるリングと華奢な留め金具の、アンバランスなフォルムへのこだわり\u003c\/li\u003e\n                \u003cli\u003eコバの色（ふちの色）が内側の革の色と揃い、鍵収納時の曲線がアクセントに\u003c\/li\u003e\n                \u003cli\u003eイニシャル刻印対応（1文字まで、文字色ゴールドまたはシルバー選択可能）\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            \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リング直径: 3cm\u003c\/li\u003e\n                \u003cli\u003eリング内径: 2cm\u003c\/li\u003e\n                \u003cli\u003eレザー部分（開いたとき）: タテ約12.5cm × ヨコ約6.2cm\u003c\/li\u003e\n                \u003cli\u003eレザー部分（閉じたとき）: タテ約6.5cm × ヨコ約4cm\u003c\/li\u003e\n                \u003cli\u003e革の厚み: 2.5mm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注文に関する注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eイニシャル刻印を施した商品に関しましては、誠に申し訳ございませんがキャンセル・返品は承ることができません。\u003c\/strong\u003eご注文の際は、色や刻印内容を十分にご確認の上、お手続きをお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル","offer_id":45280199802933,"sku":"keycharm-01bk","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアミントグリーン","offer_id":45280199835701,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280199868469,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280199901237,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブルー","offer_id":45280199934005,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアオレンジ","offer_id":45280199966773,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアキャメル","offer_id":45280199999541,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアイエロー","offer_id":45280200032309,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグリーン","offer_id":45280200065077,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアレッド","offer_id":45280200097845,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/free_1716871464451.jpg?v=1780627656"},{"product_id":"rm3cvb","title":"bell la bell コードバン ベルト  メンズ ビジネス ベルト (長さ調節可能) [日本製]","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\u003e研ぎ澄まされた美、日本製コードバン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e選び抜かれた最高級コードバンが放つ、奥深い光沢。日本の熟練職人が丹精込めて作り上げた、揺るぎない品格が漂います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/A2A9651.jpg?v=1780627660\" 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\u003e堅牢な構造、時を超越するパートナー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約5mm厚の帯と、コードバン・牛ヌメ革の融合が、堅牢さと品格を両立。ハサミで簡単に調整でき、長年の愛用に耐える一本です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/A2A9662.jpg?v=1780627660\" 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\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\/A2A9684.jpg?v=1780627660\" 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 class=\"body-text\"\u003ebell la bellのコードバンは、オイルアップコードバンを使用し、手間暇をかけたなめし加工で仕上げられています。使い込むほどに深まる艶と貫禄は、持つ人の個性を映し出します。\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                    \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帯の厚み: 約5mm前後\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全長: 約115cm\u003c\/li\u003e\n                    \u003cli\u003e最大ウエストサイズ: 約105cm\u003c\/li\u003e\n                    \u003cli\u003e真ん中までのサイズ: 約100cm\u003c\/li\u003e\n                    \u003cli\u003eベルト幅: 約29mm\u003c\/li\u003e\n                    \u003cli\u003eバックル: 縦約3.7cm × 横約5.2cm\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            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280200392757,"sku":"rm3cvbbk","price":49500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280200425525,"sku":"rm3cvbbr","price":49500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/A2A9651.jpg?v=1780627660"},{"product_id":"rcvb-s2","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の気品溢れる輝き。内装のヌメ革とのコントラストが、開くたびに洗練された大人の余裕を演出します。深まる艶をぜひご堪能ください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/HM_7949_sq_d005e068-b38e-41a5-91a2-49bfacf703d8.jpg?v=1780627662\" class=\"img-fluid d-block w-100 product-img\" alt=\"コードバン二つ折り財布の外観\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e唯一無二の風格を纏う\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスマートな所作を貴方に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e薄型設計\u003c\/strong\u003eながら、カード４枚、札入れ２つ、小銭入れを網羅。会計時も迷うことなく、スマートな振る舞いを可能にします。所作まで美しく。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/HM_7875_black.jpg?v=1780627662\" class=\"img-fluid d-block w-100 product-img\" alt=\"コードバン二つ折り財布の内部構造\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e薄型で叶えるスマート\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e永く愛せる確かな日本製\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e稀少なコードバンと\u003cstrong\u003e日本の職人技\u003c\/strong\u003eが織りなす本物の価値。時と共に深まる独自の光沢が、貴方だけの歴史を刻み、\u003cstrong\u003e生涯の相棒\u003c\/strong\u003eとなるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-s-1_62c12caf-2a1f-4674-b764-603cf03ba551.jpg?v=1780627661\" 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            \u003cp\u003ebelllabellのコードバンは、オイルアップのコードバンを使用しております。なめし加工において革繊維を植物タンニンでなめし、オリジナルで天然オイルやロウを浸透させ仕上げております。使い込むことで時間経過とおもに透明感のある美しい艶に仕上がり、貫禄のある風合いが味わえます。\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メイン収納に札入れが2つ、カードポケットが4つ、小銭入れ付きで使い勝手抜群。\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縦: 約9.5cm\u003c\/li\u003e\n                \u003cli\u003e横: 約12cm\u003c\/li\u003e\n                \u003cli\u003e幅: 約3cm\u003c\/li\u003e\n                \u003cli\u003e見開幅: 約18cm\u003c\/li\u003e\n                \u003cli\u003e重さ: 約100g\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札入れ: 2\u003c\/li\u003e\n                \u003cli\u003eコインケース: 1\u003c\/li\u003e\n                \u003cli\u003eカード入れ: 4\u003c\/li\u003e\n                \u003cli\u003e内ポケット: 2\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e職人が丁寧に仕上げた日本製\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コードバンはタンニンなめしで仕上げ、さらに独自の仕上げ工法により一般的なコードバンより傷が付きにくい加工をしておりますが、天然素材ならではの細かいキズやシミ、血筋（血管跡）等が製品に現れる場合がございます。革本来の自然の風合いとして予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280200523829,"sku":"rcvb-s2bk","price":37400.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン","offer_id":45280200556597,"sku":"rcvb-s2db","price":37400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/HM_7949_sq_d005e068-b38e-41a5-91a2-49bfacf703d8.jpg?v=1780627662"},{"product_id":"ad-wa4","title":"【イニシャル刻印対応】がま口 押し口L　レザーウォレット（日本製）","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\u003e75g\u003c\/strong\u003eの驚くほどの軽さが、どんな日もスマートな外出を叶えます。必要なものだけをスマートに収納し、身軽なお出かけをサポートするミニマルデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-wa4-7.jpg?v=1780627671\" class=\"img-fluid d-block w-100 product-img\" alt=\"お出かけを彩るミニレザー\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日持ち歩きたい軽やかさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e特別感をまとうイニシャル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e上質なイタリアンレザーが手にしっとりと馴染み、使うほどに深まる風合いを楽しめます。イニシャル刻印はあなただけの特別なアイテムとなり、贈り物にも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-wa4-3.jpg?v=1780627671\" 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片手でサッと開閉できる押し口タイプは、スマートな所作を演出します。L字型に開く内側は、小銭だけでなくお札やカードもすっきりと収まり、機能性も兼ね備えています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-wa4-1.jpg?v=1780627671\" class=\"img-fluid d-block w-100 product-img\" alt=\"がま口で叶える機能美\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常を彩る日本製の上質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e大人気のがま口シリーズにLサイズが登場しました。上質なシボのあるイタリアンレザーを使用し、bell la bellロゴ入りのがま口小銭入れです。片手で簡単に開閉できる押し口タイプです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e約75gの軽量設計でスマートな持ち運び\u003c\/li\u003e\n          \u003cli\u003eL字型に開く内側でお札やカードもすっきり収納\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タテ: 10.5cm\u003c\/li\u003e\n          \u003cli\u003eヨコ: 13cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約75g\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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eイニシャル刻印サービス\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e自分だけの特別なアイテム、または大切な方への贈り物に最適なイニシャル刻印サービスをご利用いただけます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e文字入れ対応可能\u003c\/li\u003e\n          \u003cli\u003e刻印タイプ: シンプル文字、装飾文字\u003c\/li\u003e\n          \u003cli\u003e刻印カラー: ゴールド、シルバー\u003c\/li\u003e\n          \u003cli\u003e文字種類: 大文字アルファベット、数字、記号（かわいいスマイル、ハート、星柄、ひげ、パンダ、ダイヤマークなど）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然素材の特性および手作業による加工について、予めご了承ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e革の風合いは商品によって異なる場合があります。\u003c\/li\u003e\n      \u003cli\u003e刻印は手作業のため、位置や濃さ、多少のずれが生じる場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル","offer_id":45280201441333,"sku":"ad-wa4pur","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280201474101,"sku":"ad-wa4mt","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアグレージュ","offer_id":45280201506869,"sku":"ad-wa4greige","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアブラック","offer_id":45280201539637,"sku":"ad-wa4bk","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアコーラルオレンジ","offer_id":45280201572405,"sku":"ad-wa4corange","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアイエロー","offer_id":45280201605173,"sku":"ad-wa4yellow","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブルー","offer_id":45280201637941,"sku":"ad-wa4blue","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアアイボリー","offer_id":45280201670709,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-wa4-7.jpg?v=1780627671"},{"product_id":"ad-po1","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が、身軽なお出かけを贅沢に彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/778e72370551f12c038f1d84090c3d57.jpg?v=1780627679\" class=\"img-fluid d-block w-100 product-img\" alt=\"美しい色彩が魅了するポシェット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e美しい色彩が魅了するポシェット\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eわたしだけの特別な逸品\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e大切なイニシャルを刻印し、あなただけの\u003cstrong\u003e特別な存在\u003c\/strong\u003eに。イタリアンレザーの繊細な質感が、手にするたび心を満たします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1f2d55bf96ccb1c20e2297625f5edfb3.jpg?v=1780627679\" class=\"img-fluid d-block w-100 product-img\" alt=\"想いを込めたパーソナルギフト\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e想いを込めたパーソナルギフト\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e匠の技が息づく日本製\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e熟練の日本の職人が丹精込めて手掛ける\u003cstrong\u003e確かな品質\u003c\/strong\u003e。マチのない洗練フォルムは、中身を入れても膨らまず、常に美しい佇まいです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/3e090f2ccd496effeebf6dc0f03257a7.jpg?v=1780627680\" 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\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eタテ: 20cm\u003c\/li\u003e\n        \u003cli\u003eヨコ: 13.7cm\u003c\/li\u003e\n        \u003cli\u003eマチ: 1cm\u003c\/li\u003e\n        \u003cli\u003e肩の長さ: 150cm (結び目で長さ調節可能)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eイニシャル刻印サービス\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eオーダー文字入れロゴ対応が可能です。大切な方へのギフトや、ご自身だけの特別なアイテムとしてお楽しみください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eシンプル文字: 最大6文字程度\u003c\/li\u003e\n        \u003cli\u003e装飾文字: 最大2文字\u003c\/li\u003e\n      \u003c\/ul\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      \u003cp\u003e【対応文字一覧】\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eカテゴリ\u003c\/th\u003e\n              \u003cth\u003e文字\/記号\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eアルファベット\u003c\/td\u003e\n              \u003ctd\u003eA-Z（大文字のみ）\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e数字\u003c\/td\u003e\n              \u003ctd\u003e0-9\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e記号\u003c\/td\u003e\n              \u003ctd\u003e☻ (スマイル)、♥ (ハート)、★ (星)、@ (アットマーク)、\u0026amp; (アンド)、_ (アンダーバー)、# (シャープ)、% (パーセント)、♡ (白抜きハート)、☆ (白抜き星)、: (コロン)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e特殊記号\u003c\/td\u003e\n              \u003ctd\u003e(ひげ)\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドロゴについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003ebell la bell のショップロゴが製品裏面の下部に素押し（色なし）で入ります。\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":45280202391605,"sku":"ad-po1pur","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280202424373,"sku":"ad-po1mintg","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280202457141,"sku":"ad-po1greige","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"コーラルオレンジ","offer_id":45280202489909,"sku":"ad-po1orange","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280202522677,"sku":"ad-po1bk","price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアブラウン","offer_id":45280202555445,"sku":"ad-po1br","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアアイボリー","offer_id":45280202588213,"sku":"ad-po1ivo","price":12100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/778e72370551f12c038f1d84090c3d57.jpg?v=1780627679"},{"product_id":"iphone-114","title":"【イニシャル刻印対応】iPhone14 ケース \/ イタリアンレザー","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を添える一品。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/dc0ab7546d458077e7f6b62bb5dc408.jpg?v=1780627681\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらに彩る私流\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e私らしさを纏う相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eプロフェッショナルの選択\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e思考を妨げない、\u003cstrong\u003e本質を追求した造形\u003c\/strong\u003e。静謐な空間に溶け込み、確かな存在感を放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/14d009031084c5984d917444204bfd1d.jpg?v=1780627681\" class=\"img-fluid d-block w-100 product-img\" alt=\"プロフェッショナルの選択\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e思考を深めるパートナー\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e好みに巡り合う色彩\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e表面に宿る繊細な表情が、光を纏う。\u003cstrong\u003e多彩な色味\u003c\/strong\u003eから、あなただけの\u003cstrong\u003e理想を見つけられます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/2924fdf06a856135ba2f66d12e861c11.jpg?v=1780627682\" 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 class=\"body-text\"\u003e上質なシボのあるイタリアンレザーを使用したbell la bellロゴ入りiPhoneケース。bell la bellブランドイチオシアイテムです。\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                    \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\u003eA-Z（大文字のみ）、0-9、絵文字・記号の中から最大6文字まで選択可能\u003c\/li\u003e\n                    \u003cli\u003eiPhoneケースのサイズによっては6文字刻印すると横幅目一杯になる場合があります。\u003c\/li\u003e\n                    \u003cli\u003ebell 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イタリアンレザー\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各種iPhoneモデルのサイズ詳細をご確認ください。\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                                \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\u003eiPhone 7\/8\/SE2(第2世代)\/SE3(第3世代)\u003c\/td\u003e\n                                \u003ctd\u003e140mm\u003c\/td\u003e\n                                \u003ctd\u003e70mm\u003c\/td\u003e\n                                \u003ctd\u003e10mm\u003c\/td\u003e\n                                \u003ctd\u003e約23～28g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eiPhone X\/Xs\u003c\/td\u003e\n                                \u003ctd\u003e145mm\u003c\/td\u003e\n                                \u003ctd\u003e74mm\u003c\/td\u003e\n                                \u003ctd\u003e10mm\u003c\/td\u003e\n                                \u003ctd\u003e約23～28g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eiPhone 11\/XR\u003c\/td\u003e\n                                \u003ctd\u003e153mm\u003c\/td\u003e\n                                \u003ctd\u003e78mm\u003c\/td\u003e\n                                \u003ctd\u003e10mm\u003c\/td\u003e\n                                \u003ctd\u003e約23～28g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eiPhone 12\/12PRO\u003c\/td\u003e\n                                \u003ctd\u003e149mm\u003c\/td\u003e\n                                \u003ctd\u003e75mm\u003c\/td\u003e\n                                \u003ctd\u003e10mm\u003c\/td\u003e\n                                \u003ctd\u003e約24g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eiPhone 12mini\u003c\/td\u003e\n                                \u003ctd\u003e134mm\u003c\/td\u003e\n                                \u003ctd\u003e67mm\u003c\/td\u003e\n                                \u003ctd\u003e10mm\u003c\/td\u003e\n                                \u003ctd\u003e約20g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eiPhone 12PRO MAX\u003c\/td\u003e\n                                \u003ctd\u003e163mm\u003c\/td\u003e\n                                \u003ctd\u003e82mm\u003c\/td\u003e\n                                \u003ctd\u003e10mm\u003c\/td\u003e\n                                \u003ctd\u003e約30g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eiPhone 13\u003c\/td\u003e\n                                \u003ctd\u003e149mm\u003c\/td\u003e\n                                \u003ctd\u003e74mm\u003c\/td\u003e\n                                \u003ctd\u003e11mm\u003c\/td\u003e\n                                \u003ctd\u003e約30g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eiPhone 13mini\u003c\/td\u003e\n                                \u003ctd\u003e134mm\u003c\/td\u003e\n                                \u003ctd\u003e67mm\u003c\/td\u003e\n                                \u003ctd\u003e11mm\u003c\/td\u003e\n                                \u003ctd\u003e約30g\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eiPhone 14\u003c\/td\u003e\n                                \u003ctd\u003e149mm\u003c\/td\u003e\n                                \u003ctd\u003e74mm\u003c\/td\u003e\n                                \u003ctd\u003e11mm\u003c\/td\u003e\n                                \u003ctd\u003e約30g\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※一部対応していないモデルがございます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e11Proはサイズがお作りございません。\u003c\/li\u003e\n                    \u003cli\u003e13Proはサイズがお作りございません。\u003c\/li\u003e\n                    \u003cli\u003eご購入前にお使いのiPhoneをご確認の上ご購入ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eiPhone XRをご注文の方へ\u003c\/strong\u003e\u003cbr\u003eiPhone 11およびXRは携帯サイズが同型のため、共通の商品としてお取り扱いしております。iPhone 11のカメラ部が四角い形になっているため、本商品をXR用としてお買い上げいただいた場合でも、カメラ部は四角い型でのお届けになりますが、通常通り使用できます。iPhone XR用としてご購入の場合、カメラ部の仕様が気になる方はご注意ください。\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eご注文のキャンセル・返品について\u003c\/strong\u003e\u003cbr\u003eイニシャル刻印商品は、申し訳ございませんがキャンセル・返品ができません。ご注文時はお使いのiPhoneのサイズと色をご確認の上、ご注文をお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280202686517,"sku":"iPhone-114Black","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":45280202719285,"sku":"iPhone-114Greige","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"パープル","offer_id":45280202752053,"sku":"iPhone-114Purple","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン","offer_id":45280202784821,"sku":"iPhone-114MintGreen","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/dc0ab7546d458077e7f6b62bbd5dc408.jpg?v=1780627681"},{"product_id":"iphone-113mini","title":"【イニシャル刻印対応】iPhone13 mini ケース \/ イタリアンレザー","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e映えるイニシャル刻印ケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong class=\"highlight\"\u003e上質なシボ感イタリアンレザー\u003c\/strong\u003eに、\u003cstrong class=\"highlight\"\u003e大切なイニシャル\u003c\/strong\u003eを刻んで。SNSでも目を惹く、\u003cstrong class=\"highlight\"\u003eあなただけの特別なiPhoneケース\u003c\/strong\u003e。\u003cstrong class=\"highlight\"\u003eプレゼントにも最適\u003c\/strong\u003eな、心ときめくデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/7e062f1f2354c18d3ee546978e080f4a_c4ed5e83-e08e-4482-bfb4-05528c539366.jpg?v=1780627683\" class=\"img-fluid d-block w-100 product-img\" alt=\"イニシャル刻印されたiPhoneケース\"\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 class=\"highlight\"\u003e洗練された5色のカラー展開\u003c\/strong\u003e。その日のファッションや気分に合わせて、手元から個性を演出。\u003cstrong class=\"highlight\"\u003e約20-30gの軽量設計\u003c\/strong\u003eで、\u003cstrong class=\"highlight\"\u003eストレスフリーな毎日\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/2a01f5f5e0f2d9c500e9b1d79274ff2e_2609151b-b3ee-41da-b9bc-15453751bfd0.jpg?v=1780627683\" class=\"img-fluid d-block w-100 product-img\" alt=\"5色展開のiPhoneケース\"\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 class=\"highlight\"\u003eしっとりと手に馴染む\u003c\/strong\u003e、\u003cstrong class=\"highlight\"\u003e上質なイタリアンレザー\u003c\/strong\u003e。\u003cstrong class=\"highlight\"\u003e優しい手触り\u003c\/strong\u003eが日常に心地よい彩りを添え、\u003cstrong class=\"highlight\"\u003e上品なツヤ感\u003c\/strong\u003eも魅力です。iPhone本来の美しさを際立たせる\u003cstrong class=\"highlight\"\u003eスリム設計\u003c\/strong\u003eで、\u003cstrong class=\"highlight\"\u003e機能性も抜群\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/e2b7d38ce7bab326157fe848a1890135_20a50be8-68ef-4802-8507-c74de2950db9.jpg?v=1780627683\" class=\"img-fluid d-block w-100 product-img\" alt=\"手に馴染むiPhoneケース\"\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\u003ebell la bellのこだわりが詰まった、高品質なiPhoneケースの魅力をご紹介します。\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        \u003cli\u003ebell 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\u003e特別なイニシャル刻印で、あなただけのオリジナルケースをお楽しみいただけます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eA-Z（大文字のみ）、0-9、絵文字、記号から選択可能\u003c\/li\u003e\n        \u003cli\u003e最大6文字まで刻印可能\u003c\/li\u003e\n        \u003cli\u003eiPhoneケースのサイズによっては6文字刻印すると横幅目一杯になる場合があります\u003c\/li\u003e\n        \u003cli\u003ebell 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      \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対応iPhoneモデルごとのサイズと重さです。ご購入前にお使いのiPhoneをご確認ください。\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              \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\u003eiPhone 7\/8\/SE2(第2世代)\/SE3(第3世代)\u003c\/td\u003e\n              \u003ctd\u003e140ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e70ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e10ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e約23～28g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eiPhone X\/Xs\u003c\/td\u003e\n              \u003ctd\u003e145ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e74ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e10ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eiPhone 11\/XR\u003c\/td\u003e\n              \u003ctd\u003e153ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e78ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e10ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eiPhone 12\/12PRO\u003c\/td\u003e\n              \u003ctd\u003e149ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e75ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e10ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e約24g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eiPhone 12mini\u003c\/td\u003e\n              \u003ctd\u003e134ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e67ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e10ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e約20g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eiPhone 12PRO MAX\u003c\/td\u003e\n              \u003ctd\u003e163ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e82ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e10ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e約30g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eiPhone 13\u003c\/td\u003e\n              \u003ctd\u003e149ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e74ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e11ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e約30g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eiPhone 13mini\u003c\/td\u003e\n              \u003ctd\u003e134ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e67ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e11ｍｍ\u003c\/td\u003e\n              \u003ctd\u003e約30g\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eiPhone 11 Pro および iPhone 13 Pro のサイズはお取り扱いがございません。\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\u003eiPhoneXRをご注文のお客様へ重要なご案内がございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eiPhone11およびXRは携帯サイズが同型のため、共通の商品としてお取り扱いしております。iPhone11のカメラ部が四角い形になっているため、本商品をXR用としてご購入いただいた場合でも、カメラ部は四角い型でお届けになりますが、通常通りご使用いただけます。iPhoneXR用としてご購入の場合、カメラ部の仕様が気になる方はご注意ください。\u003c\/p\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【ご注文のキャンセル・返品について】\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eイニシャル刻印が施された商品に関しましては、誠に申し訳ございませんが、キャンセルおよび返品は承ることができません。ご注文の際は、お使いのiPhoneのサイズと色を十分にご確認の上、お手続きをお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280202883125,"sku":"iPhone-113miniBlack","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":45280202915893,"sku":"iphone-113miniGreige","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"パープル","offer_id":45280202948661,"sku":"iPhone-113miniPurple","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"ミントグリーン","offer_id":45280202981429,"sku":"iPhone-113miniMintGreen","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/7e062f1f2354c18d3ee546978e080f4a_c4ed5e83-e08e-4482-bfb4-05528c539366.jpg?v=1780627683"},{"product_id":"iphone-113","title":"【イニシャル刻印対応】iPhpne13 ケース (13Pro使用不可) \/ イタリアンレザー","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私だけのイタリアンレザーiPhoneケース\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\/53.png?v=1780627685\" 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\"\u003ebell la bellのロゴが映える\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\/5a530d7c5059e2049229663f20132180_d204db0d-95b5-4de9-9f79-157784a14bc9.jpg?v=1780627685\" class=\"img-fluid d-block w-100 product-img\" alt=\"感謝を伝えるギフト\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e感謝を伝えるギフト\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された日常を演出する薄型ケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e無駄を削ぎ落したスリムなフォルム\u003c\/strong\u003eは、持ち運びにストレスを感じさせません。手元に\u003cstrong\u003e上品な軽やかさ\u003c\/strong\u003eをもたらし、どんなスタイルにも自然に溶け込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/dc0ab7546d458077e7f6b62bbd5dc408_dc36bd39-ef1f-4ae5-bad6-b613109bfb06.jpg?v=1780627684\" 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\u003ebell la bellのロゴが入ったiPhoneケースは、上質なシボのあるイタリアンレザーを使用しています。マット寄りの革でありながら程よいツヤ感があり、優しい手触りで上品な印象を与えます。ギフトにもおすすめです。\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      \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対応文字: A-Z（大文字のみ）、0-9、絵文字・記号\u003c\/li\u003e\n        \u003cli\u003e最大6文字まで選択可能\u003c\/li\u003e\n        \u003cli\u003eiPhoneケースのサイズによって、6文字刻印すると横幅目一杯になる場合があります\u003c\/li\u003e\n        \u003cli\u003ebell 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\u003e以下のiPhoneモデルに対応しています。ご購入前にお手持ちの機種をご確認ください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eiPhone 7\/8\/SE2\/SE3\u003c\/li\u003e\n        \u003cli\u003eiPhone X\/XS\u003c\/li\u003e\n        \u003cli\u003eiPhone 11\/XR\u003c\/li\u003e\n        \u003cli\u003eiPhone 12\/12PRO\u003c\/li\u003e\n        \u003cli\u003eiPhone 12mini\u003c\/li\u003e\n        \u003cli\u003eiPhone 12PRO MAX\u003c\/li\u003e\n        \u003cli\u003eiPhone 13\u003c\/li\u003e\n        \u003cli\u003eiPhone 13 mini\u003c\/li\u003e\n        \u003cli\u003eiPhone 14\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※iPhone13 Proはご使用いただけません。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280203112501,"sku":"iPhone-113Black","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー","offer_id":45280203145269,"sku":"iPhone-113LightGray","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":45280203178037,"sku":"iPhone-113Greige","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"パープル","offer_id":45280203210805,"sku":"iPhone-113Purple","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン","offer_id":45280203243573,"sku":"iPhone-113MintGreen","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/53.png?v=1780627685"},{"product_id":"iphone-112promax","title":"【イニシャル刻印対応】iPhone12PRO MAX ケース \/ イタリアンレザー","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あなただけの特別なメッセージ\u003c\/strong\u003e。日常にさりげない個性を添え、使うほどに愛着が深まるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/50.png?v=1780627687\" class=\"img-fluid d-block w-100 product-img\" alt=\"特別なイニシャル刻印が施されたiPhoneケース\"\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\/dc0ab7546d458077e7f6b62bbd5dc408_d57512dc-2f26-49e1-84d7-ae52759d4268.jpg?v=1780627686\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質なイタリアンレザー製iPhoneケース\"\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\/7e062f1f2354c18d3ee546978e080f4a_6c3839fb-b21f-4aca-835b-4ede27fcf84f.jpg?v=1780627686\" class=\"img-fluid d-block w-100 product-img\" alt=\"ギフトにも最適なイニシャル刻印対応iPhoneケース\"\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上質なシボのあるイタリアンレザーを使用したbell la bell ロゴ入りiPhoneケースです。\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\u003ebell 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=\"point-list\"\u003e\n          \u003cli\u003eA-Z（大文字のみ）、0-9、絵文字・記号の中から最大6文字まで選べます。\u003c\/li\u003e\n          \u003cli\u003eiPhoneケースのサイズによっては6文字刻印すると横幅目一杯になる場合があります。\u003c\/li\u003e\n          \u003cli\u003ebell 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        \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 class=\"body-text\"\u003e各iPhoneモデルのサイズと重さです。ご購入前にお使いのiPhoneをご確認ください。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eiPhone 7\/8\/SE2(第2世代)\/SE3(第3世代)：縦140ｍｍ × 横70ｍｍ × 厚み10ｍｍ\u003c\/li\u003e\n          \u003cli\u003eiPhone X\/Xs：縦145ｍｍ × 横74ｍｍ × 厚み10ｍｍ\u003c\/li\u003e\n          \u003cli\u003eiPhone 11\/XR：縦153ｍｍ × 横78ｍｍ × 厚み10ｍｍ\u003c\/li\u003e\n          \u003cli\u003eiPhone 12\/12PRO：縦149ｍｍ × 横75ｍｍ × 厚み10ｍｍ（重さ：約24g）\u003c\/li\u003e\n          \u003cli\u003eiPhone 12mini：縦134ｍｍ × 横67ｍｍ × 厚み10ｍｍ（重さ：約20g）\u003c\/li\u003e\n          \u003cli\u003eiPhone 12PRO MAX：縦163ｍｍ × 横82ｍｍ × 厚み10ｍｍ（重さ：約30g）\u003c\/li\u003e\n          \u003cli\u003eiPhone 13：縦149ｍｍ × 横74ｍｍ × 厚み11ｍｍ（重さ：約30g）\u003c\/li\u003e\n          \u003cli\u003eiPhone 13mini：縦134ｍｍ × 横67ｍｍ × 厚み11ｍｍ（重さ：約30g）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eご注意事項:\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eiPhone 11 Pro、iPhone 13 Proのサイズはお作りがございません。\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\"\u003eiPhoneXRをご注文の方への注意事項\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eiPhone11およびXRは携帯サイズが同型のため、共通の商品としてお取り扱いしております。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eiPhone11のカメラ部が四角い形になっているため、本商品をXR用としてお買い上げ頂いた場合でも、カメラ部は四角い型でのお届けになります。\u003c\/li\u003e\n          \u003cli\u003e通常通り使用できますが、iPhoneXR用としてご購入の場合、カメラ部の仕様が気になる方はご注意ください。\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        \u003cp class=\"body-text\"\u003eご注文時はお使いのiPhoneのサイズと色をよくご確認の上、ご注文をお願いいたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 一部情報がスペック詳細に組み込まれたため、独立セクションとしては作成しません --\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280203341877,"sku":"iPhone-112ProMaxBlack","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"ライトグレー","offer_id":45280203374645,"sku":"iPhone-112ProMaxLightGray","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":45280203407413,"sku":"iPhone-112ProMaxGreige","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"パープル","offer_id":45280203440181,"sku":"iPhone-112ProMaxPurple","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":45280203472949,"sku":"iPhone-112ProMaxPink","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":45280203505717,"sku":"iPhone-112ProMaxRed","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":45280203538485,"sku":"iPhone-112ProMaxOrange","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン","offer_id":45280203571253,"sku":"iPhone-112ProMaxMintGreen","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/50.png?v=1780627687"},{"product_id":"keyring-01","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    \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\/0706\/7323\/6021\/files\/71ac50f6842e4846787526c170784ac6_a54c6389-bd50-4a16-959e-b0bc96eefdac.jpg?v=1780627721\" 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\/0706\/7323\/6021\/files\/keyring-01-2_7bb0ebe2-6373-4e2f-895a-59a0bc16e39f.jpg?v=1780627721\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eお気に入りの色で日々をもっと楽しく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e指先に感じる特別感 名入れキーリング\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eしなやかな\u003cstrong\u003eイタリアンレザー\u003c\/strong\u003eが手にしっとりとなじみます。お好きなアルファベットや記号を刻印して、\u003cstrong\u003e世界に一つだけのパーソナルアイテム\u003c\/strong\u003eに。日々の生活に寄り添う、愛着の湧く逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/keyring-01-4_7dd540d4-6eca-464a-a50d-0aceff31b0bb.jpg?v=1780627722\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eあなたのイニシャルを刻んで\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n    \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鍵が取り付けやすいミニリングが3個付属\u003c\/li\u003e\n                \u003cli\u003e複数の鍵もすっきりとまとまるキーリングタイプ\u003c\/li\u003e\n                \u003cli\u003eミニリングは不要な場合に簡単に取り外し可能\u003c\/li\u003e\n                \u003cli\u003e推し活アイテムとしてもおすすめ（アイドル、アニメ、グループなどのカラーで選択可能）\u003c\/li\u003e\n                \u003cli\u003eラッキーカラーやメンバーカラー、推しカラーで気分をアップ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e名入れ・刻印について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eお好きな文字や記号を刻印し、パーソナルな一点に。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e刻印可能文字:\n                    \u003cul\u003e\n                        \u003cli\u003eアルファベット: A-Z（大文字のみ）\u003c\/li\u003e\n                        \u003cli\u003e数字: 0-9\u003c\/li\u003e\n                        \u003cli\u003e記号: ☺（スマイル）、♥（ハート）、★（星）、@ （アットマーク）、\u0026amp;（アンド）、_ (アンダーバー)、#（シャープ）、％（パーセント）、♡（白抜きハート）、☆（白抜き星）、：（コロン）、（ひげマーク）、（パンダ）、（ダイヤ）、.（ドット）、-（半角ハイフン）\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e最大8文字程度まで刻印可能\u003c\/li\u003e\n                \u003cli\u003e刻印カラー: ゴールド、シルバーから選択可能\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e\u003cstrong\u003eご注意点:\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eアルファベット（大）は7文字目からレザーの折れ曲がり部分に文字が差し掛かる場合があります。予めご了承ください。\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素材:\n                    \u003cul\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\/li\u003e\n                \u003cli\u003eサイズ: レザー部分 約6cm × 約2cm\u003c\/li\u003e\n                \u003cli\u003e重さ: 約25g\u003c\/li\u003e\n                \u003cli\u003e金具カラー:\n                    \u003cul\u003e\n                        \u003cli\u003eゴールド刻印にはうすゴールド金具\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    \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通常ご購入: 透明のOPP袋に入れて発送いたします。\u003c\/li\u003e\n                \u003cli\u003eギフトボックスをご希望の場合: 「ラッピングあり」をご選択ください。リボンをかけた状態でお届けいたします。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eご注文のキャンセル・返品について:\u003c\/strong\u003e\n                イニシャルを刻印した商品に関しましては、誠に申し訳ございませんがキャンセル・返品はお受けできません。ご注文時は色や刻印内容をよくご確認の上、ご注文をお願いいたします。\n            \u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003e文字化けについて:\u003c\/strong\u003e\n                ご注文確認メール（自動配信メール）にて、ご入力いただいた記号が「？？」と文字化けするケースがございます。ご入力いただいた内容でご注文は承っておりますのでご安心ください。不明な点がある場合は、当店から別途ご確認メールをお送りする場合がございます。\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル","offer_id":45280209829941,"sku":"keyring-01shrinkpur","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280209862709,"sku":"keyring-01shrinkgrage","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シュリンクオレンジ","offer_id":45280209895477,"sku":"keyring-01shrinkor","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シュリンクライトグレー","offer_id":45280209928245,"sku":"keyring-01shrinklgray","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280209961013,"sku":"keyring-01shrinkgreen","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シュリンクレッド","offer_id":45280209993781,"sku":"keyring-01shrinkred","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シュリンクダークブラウン","offer_id":45280210026549,"sku":"keyring-01shrinkdb","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シュリンクキャメル","offer_id":45280210059317,"sku":"keyring-01shrinkcm","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブルー","offer_id":45280210092085,"sku":null,"price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シュリンクイエロー","offer_id":45280210124853,"sku":"keyring-01shrinkye","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"シュリンクブラック","offer_id":45280210157621,"sku":"keyring-01shrinkbk","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"スムースオレンジ","offer_id":45280210190389,"sku":"keyring-01smor","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"スムースキャメル","offer_id":45280210223157,"sku":"keyring-01smcm","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"スムースレッド","offer_id":45280210255925,"sku":"keyring-01smred","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"スムースパープル","offer_id":45280210288693,"sku":"keyring-01smpur","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"スムースミントグリーン","offer_id":45280210321461,"sku":"keyring-01smgreen","price":4950.0,"currency_code":"JPY","in_stock":false},{"title":"スムースダークブラウン","offer_id":45280210354229,"sku":"keyring-01smdb","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"スムースダークグレー","offer_id":45280210386997,"sku":"keyring-01smdgray","price":4950.0,"currency_code":"JPY","in_stock":true},{"title":"スムースライトグレー","offer_id":45280210419765,"sku":"keyring-01smlgray","price":4950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/71ac50f6842e4846787526c170784ac6_a54c6389-bd50-4a16-959e-b0bc96eefdac.jpg?v=1780627721"},{"product_id":"r-reel-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全26種類もの豊富なカラーとデザインから、あなただけの\u003cstrong\u003e特別な一つ\u003c\/strong\u003eを選び取れます。イニシャル刻印を施せば、世界に一つだけのパーソナルアイテムに。大切な方への想いを込めた贈り物にも最適です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-reel-2-1.jpg?v=1780627723\" 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最長40cm\u003c\/strong\u003e伸びるため、キーホルダーを取り外す手間なくスムーズに施錠・開錠。鍵を落とす心配も減り、お子様にも安心です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-reel-2-2.jpg?v=1780627724\" class=\"img-fluid d-block w-100 product-img\" alt=\"伸びて使えるリール式キーホルダー\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e伸ばして使えるリール式\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日本の職人技が息づく上質革\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eしっとりとなめらかな手触りの牛革は、使い込むほどに深みを増し、あなただけの表情へと育ちます。細部までこだわり抜かれた\u003cstrong\u003e日本製\u003c\/strong\u003eならではの確かな品質が、日々の暮らしに心地よい満足感をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-reel-2-3.jpg?v=1780627724\" class=\"img-fluid d-block w-100 product-img\" alt=\"日本製の上質牛革キーホルダー\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eMade in Japanの品質\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e玄関前で鍵を探す手間をなくし、スマートな日常をサポートするリール式キーホルダーです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e鍵をバッグの持ち手などに付けたまま、リールを伸ばしてスムーズに施錠・開錠が可能です。\u003c\/li\u003e\n                \u003cli\u003e鍵を落とす心配が少なく、お子様にも安心してご使用いただけます。\u003c\/li\u003e\n                \u003cli\u003eお手持ちのパスケースと合わせてのご利用もおすすめです。\u003c\/li\u003e\n                \u003cli\u003eちょっとしたプレゼントにも喜ばれるアイテムです。\u003c\/li\u003e\n                \u003cli\u003eスムース、型押し、メタリック、エナメルべっ甲柄タイプなど、全26種類の豊富なカラーとデザインからお選びいただけます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eイニシャル刻印について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e世界に一つだけのパーソナルアイテムとして、お好みのイニシャルを刻印できます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e画像にあるアルファベット、文字の中から一文字をお選びいただけます。\u003c\/li\u003e\n                \u003cli\u003e箔押しカラーはゴールド、シルバー、黒、素押し（色なし）から選択可能です。\u003c\/li\u003e\n                \u003cli\u003e新色の黒は、あしあとやパンダのモチーフにぴったりです。\u003c\/li\u003e\n                \u003cli\u003e目立たない刻印がお好みの方には素押し（色なし）がおすすめです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \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全長: 約8.5cm\u003c\/li\u003e\n                \u003cli\u003eリール部分直径: 約2cm\u003c\/li\u003e\n                \u003cli\u003eリール最長: 約40cm\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            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eイニシャル刻印を施した商品の返品・交換は承れません。予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"スムースブラック","offer_id":45280210518069,"sku":"r-reel-2smbk","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースブラウン","offer_id":45280210550837,"sku":"r-reel-2smbr","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースネイビー","offer_id":45280210583605,"sku":"r-reel-2smnv","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースオレンジ","offer_id":45280210616373,"sku":"r-reel-2smor","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースイエロー","offer_id":45280210649141,"sku":"r-reel-2smye","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースキャメル","offer_id":45280210681909,"sku":"r-reel-2smcm","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースワイン","offer_id":45280210714677,"sku":"r-reel-2smwn","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースレッド","offer_id":45280210747445,"sku":"r-reel-2smred","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースピンク","offer_id":45280210780213,"sku":"r-reel-2smpink","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースライトパープル","offer_id":45280210812981,"sku":"r-reel-2smlpurple","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースブルー","offer_id":45280210845749,"sku":"r-reel-2smblue","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースミントグリーン","offer_id":45280210878517,"sku":"r-reel-2smmint","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"スムースホワイト","offer_id":45280210911285,"sku":"r-reel-2smwh","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"型押しブラック","offer_id":45280210944053,"sku":"r-reel-2katabk","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"型押しネイビー","offer_id":45280210976821,"sku":"r-reel-2katanv","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"型押しブルー","offer_id":45280211009589,"sku":"r-reel-2katablue","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"型押しピンク","offer_id":45280211042357,"sku":"r-reel-2katapk","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"型押しホワイト","offer_id":45280211075125,"sku":"r-reel-2katawh","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"型押しベージュ","offer_id":45280211107893,"sku":"r-reel-2katabe","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"メタリックシルバー","offer_id":45280211140661,"sku":"r-reel-2metasil","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"メタリックネイビー","offer_id":45280211173429,"sku":"r-reel-2metanv","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"メタリックレッド","offer_id":45280211206197,"sku":"r-reel-2metared","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"メタリックワイン","offer_id":45280211238965,"sku":"r-reel-2metawn","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"メタリックベージュ","offer_id":45280211271733,"sku":"r-reel-2metabe","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"エナメルべっ甲柄ベージュ","offer_id":45280211304501,"sku":"r-reel-2enabe","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"エナメルべっ甲柄ブラウン","offer_id":45280211337269,"sku":"r-reel-2enabr","price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-reel-2-1.jpg?v=1780627723"},{"product_id":"keycharm-01","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あなただけのイニシャルを刻印\u003c\/strong\u003eし、さりげなく個性を輝かせます。心ときめくパーソナルアイテムを手にしませんか。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/keycharm-01-2.jpg?v=1780627727\" class=\"img-fluid d-block w-100 product-img\" alt=\"イニシャル刻印されたキーチャーム\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e想いを込めたパーソナルギフト\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常に溶け込む上品キーホルダー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e鍵やバッグ、ポーチに添えるだけで、いつもの持ち物が\u003cstrong\u003e洗練された印象\u003c\/strong\u003eに変わります。ネコ、星、ハートのナスカンで、日々のスタイルに遊び心をプラス。どこにでも連れて行きたくなる相棒です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/keycharm-01-5.jpg?v=1780627725\" class=\"img-fluid d-block w-100 product-img\" alt=\"様々なアイテムに付けられたキーホルダー\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどんなシーンにもフィット\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e繊細な職人技が光る上質素材\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e手のひらに収まるコンパクトなサイズ感ながら、表はイタリアンレザー、裏は国産レザーを使用した\u003cstrong\u003e贅沢な仕立て\u003c\/strong\u003e。ゴールドまたはシルバーの文字色が、革の表情を引き立てます。細部にまで妥協しないものづくりを体感してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/keycharm-01-4.jpg?v=1780627725\" 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            \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金具: ダイキャスト、鉄\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レザー部分: 約3cm × 約2.5cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eイニシャルを刻印した商品に関しましては、お客様都合によるキャンセル・返品は承ることができません。ご注文時は、色と刻印内容を十分にご確認の上、ご注文をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル \/ 星","offer_id":45280211435573,"sku":"keycharm-01pur","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアパープル \/ ハート","offer_id":45280211468341,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアパープル \/ ネコ","offer_id":45280211501109,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ \/ 星","offer_id":45280211533877,"sku":"keycharm-01grage","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ \/ ハート","offer_id":45280211566645,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ \/ ネコ","offer_id":45280211599413,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン \/ 星","offer_id":45280211632181,"sku":"keycharm-01green","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン \/ ハート","offer_id":45280211664949,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン \/ ネコ","offer_id":45280211697717,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック \/ 星","offer_id":45280211730485,"sku":"keycharm-01bk","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック \/ ハート","offer_id":45280211763253,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック \/ ネコ","offer_id":45280211796021,"sku":null,"price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/keycharm-01-2.jpg?v=1780627727"},{"product_id":"ad-me1","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イタリアンレザーのモチモチとした質感は、手にするたびに心地よさを与えます。金具を一切使わないことで革本来の風合いを活かし、大切な名刺をサッとスマートに取り出せる設計にこだわりました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-me1-1.jpg?v=1780627728\" 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最大35枚の名刺を収納しながらも、厚み約1cmの\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\/ad-me1-2.jpg?v=1780627728\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eポケットにもスマートに収まる\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e個性を彩るバイカラーと日本製の上質\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e開くたびに楽しめる\u003cstrong\u003eバイカラー\u003c\/strong\u003eは、ビジネスシーンにさりげない遊び心をプラスします。大正時代から続く日本の職人技が光る、熟練の技術と上質なイタリアンレザーが融合した\u003cstrong\u003e逸品\u003c\/strong\u003e。イニシャル刻印で、あなただけの特別なアイテムに。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-me1-3.jpg?v=1780627728\" 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                \u003cli\u003e最大で35枚程度の名刺を収納可能\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                \u003cli\u003eコーラルオレンジ\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※内側の『bell la bell』ロゴは全てゴールドで刻印済です。\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横：約11cm\u003c\/li\u003e\n                \u003cli\u003e縦：約8cm\u003c\/li\u003e\n                \u003cli\u003e厚み：約1cm\u003c\/li\u003e\n                \u003cli\u003e重さ：45ｇ\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            \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内側ポケット：2か所\u003c\/li\u003e\n                \u003cli\u003e外側ポケット：1か所\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e生産国・製造元\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e日本製\u003c\/p\u003e\n            \u003cp\u003e大正時代から続く、財布・袋物専門メーカーによる製造です。有名ブランドの財布やキーケースも手掛ける職人によってつくられた一品です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアコーラルオレンジ","offer_id":45280211861557,"sku":"ad-me1corange","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280211894325,"sku":"ad-me1greige","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアパープル","offer_id":45280211927093,"sku":"ad-me1pur","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280211959861,"sku":"ad-me1mt","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280211992629,"sku":"ad-me1bk","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-me1-1.jpg?v=1780627728"},{"product_id":"rcvb-w-long","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\/rcvb-w-long-1.jpg?v=1780627736\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e唯一無二の気品を貴方に\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を格上げする上質な艶と耐久性\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e独自の加工技術により、コードバン本来の美しさを保ちながら、\u003cstrong\u003e傷が付きにくい耐久性\u003c\/strong\u003eを実現しました。日々愛用する中で、あなただけの\u003cstrong\u003e深みある艶が生まれます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-w-long-2.jpg?v=1780627736\" 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\u003e12枚のカードと現金をスマートに収納\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\/rcvb-w-long-3.jpg?v=1780627735\" 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            \u003cp\u003ebelllabellのコードバンはオイルアップのコードバンを使用しております。なめし加工において革繊維を植物タンニンでなめし、オリジナルで天然オイルやロウを浸透させて仕上げております。使い込むことでコードバン独特の深く美しい艶に仕上がり、貫禄のある風合いが味わえます。\u003c\/p\u003e\n            \u003cp\u003e手間をかけて仕上げたコードバンにソフトな牛ヌメ革を内装に合わせた、bell la bellのオールレザーコードバンシリーズ。革への知識によって得られた外装と内装の組み合わせは、コードバンの光沢がより引き立ち、素材のコントラストを堪能できます。 コードバンの素材の特性は、質感と耐久性にあり、長年使用することによって独特の光沢感を楽しめます。時が経つほどに、そして使い込むほどに、持つ人の個性と共にエイジングを重ね、やがて唯一無二の逸品となります。\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    \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札入れ: 1\u003c\/li\u003e\n                \u003cli\u003eコインケース: 1\u003c\/li\u003e\n                \u003cli\u003eカード入れ: 12\u003c\/li\u003e\n                \u003cli\u003e内ポケット: 2\u003c\/li\u003e\n                \u003cli\u003e外ポケット: 1\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縦: 約9.5cm\u003c\/li\u003e\n                \u003cli\u003e横: 約19cm\u003c\/li\u003e\n                \u003cli\u003e幅: 約2cm\u003c\/li\u003e\n                \u003cli\u003e見開幅: 約19cm\u003c\/li\u003e\n                \u003cli\u003e重さ: 約140g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e製品のこだわり\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e長年の経験と技術が詰まった、こだわりの製品です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eオールレザー: 合皮や布を使用せず、すべて日本の革で仕上げた贅沢な作り\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":45280213663797,"sku":"rcvb-w-longbk","price":60500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280213696565,"sku":"rcvb-w-longbr","price":60500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-w-long-1.jpg?v=1780627736"},{"product_id":"buttero-wa","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が使い込むほどに深みを増し、あなたのスタイルを格上げする人生の相棒へ。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa-2.jpg?v=1780627738\" class=\"img-fluid d-block w-100 product-img\" alt=\"誇り高き日本製レザーウォレット\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e誇り高き日本製レザーウォレット\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e多彩な色で個性を演出 ミニマル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e上質な革が織りなす多様なカラー展開。\u003cstrong\u003eミニマル\u003c\/strong\u003eなデザインでありながら、使い込むほどに表情を変え、持つ人の日常に静かに寄り添う。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa-1.jpg?v=1780627738\" class=\"img-fluid d-block w-100 product-img\" alt=\"あなただけの色彩を見つける\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eあなただけの色彩を見つける\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスマートに持ち歩く機能美\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eコンパクトな見た目ながら、小銭・カード・お札をスマートに整理。必要なものがすぐに取り出せる機能的な設計が、日々の使い心地を格段に向上させる。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa-8.jpg?v=1780627737\" 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 class=\"body-text\"\u003e高級イタリアンレザー（ブッテーロ）を使用した、シンプルで洗練された二つ折り財布です。日本の職人が心を込めて一つ一つ手作りしており、革本来の風合いと丁寧な仕上がりが特徴です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e使い込むほどに深まる色合いと風合い\u003c\/li\u003e\n                \u003cli\u003e小銭、カード、お札をすっきり整理できる機能的なデザイン\u003c\/li\u003e\n                \u003cli\u003e日本の熟練職人によるハンドメイド\u003c\/li\u003e\n                \u003cli\u003e革の柔らかさ、風合い、縫製など細部までこだわり抜いた逸品\u003c\/li\u003e\n                \u003cli\u003eご自身のスタイルを劇的に向上させるアイテム\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e仕様・収納\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eコンパクトながらも優れた収納力で、日々の使い勝手を考慮した設計です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e札入れ：2\u003c\/li\u003e\n                \u003cli\u003eコインケース：1\u003c\/li\u003e\n                \u003cli\u003eカード入れ：4\u003c\/li\u003e\n                \u003cli\u003e内ポケット：2\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e手のひらに収まるコンパクトなサイズ感です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e縦：約9.5cm\u003c\/li\u003e\n                \u003cli\u003e横：約12cm\u003c\/li\u003e\n                \u003cli\u003e幅：約3cm\u003c\/li\u003e\n                \u003cli\u003e見開幅：約18cm\u003c\/li\u003e\n                \u003cli\u003e重さ：約95g\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内側\/中：ナイロン\u003c\/li\u003e\n                \u003cli\u003e生産国：日本（職人による丁寧な仕上げ）\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        \u003cul class=\"point-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\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280213762101,"sku":"buttero-wabk","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":45280213794869,"sku":"buttero-wanv","price":23100.0,"currency_code":"JPY","in_stock":false},{"title":"チョコ","offer_id":45280213827637,"sku":"buttero-wadb","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280213860405,"sku":"buttero-wacm","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":45280213893173,"sku":"buttero-wagr","price":23100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa-2.jpg?v=1780627738"},{"product_id":"rcvb-s","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コードバン\u003c\/strong\u003e。息をのむほど美しい光沢は、持つ人の品格を際立たせ、見る者を魅了します。その希少な輝きは、まさに唯一無二の存在感。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-s-1.jpg?v=1780627740\" class=\"img-fluid d-block w-100 product-img\" alt=\"最高級素材のコードバン財布の画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e最高級素材の風格\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本製、育てる喜びの革\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日本の熟練職人技が息づく、精緻な二つ折り財布。オイルアップコードバンと牛ヌメ革のコントラストは、使い込むほどに深い艶と貫禄を増し、あなただけの逸品へと成長します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/HM_7868_6b02fd52-9d8b-4cf5-9a0f-4f5b865f382e.jpg?v=1780627740\" 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手に取るたびに感じる、本革の確かな質感。札入れ2つ、カード入れ4つ、コインケースを備え、約100gの軽量設計は、日々の生活に上質な機能美と洗練をもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1200co_gr1_3b0d4740-2734-47d9-99e7-261ce8510201.jpg?v=1780627739\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常を彩る機能美を持つ財布の画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常を彩る機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・コードバンについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e革財布に使用される革の中でも、最高級と称されるコードバン。息をのむほど美しい光沢を放ち、「革のダイヤモンド」とも呼ばれる特別なレザーです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e馬の臀部（お尻）からわずかに採れる希少な素材。\u003c\/li\u003e\n        \u003cli\u003e一頭の馬から作れる財布はごくわずか。\u003c\/li\u003e\n        \u003cli\u003e近年は原皮価格の高騰により、以前よりもさらに価値の高い革となっています。\u003c\/li\u003e\n        \u003cli\u003e希少性と美しさを兼ね備え、永く使い育てる楽しみを味わえる一品です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003ebell la bellのコードバンはオイルアップコードバンを使用。革繊維を植物タンニンでなめし、オリジナルで天然オイルやロウを浸透させて仕上げています。\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表: コードバン（馬革）\u003c\/li\u003e\n        \u003cli\u003e内側・中: 牛革（ヌメ革）\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e合皮や布を使用せず、すべて日本革（本革）で仕上げた贅沢な二つ折り財布です。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e縦: 約9.5cm\u003c\/li\u003e\n        \u003cli\u003e横: 約12cm\u003c\/li\u003e\n        \u003cli\u003e幅: 約3cm\u003c\/li\u003e\n        \u003cli\u003e見開き幅: 約18cm\u003c\/li\u003e\n        \u003cli\u003e重さ: 約100g\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札入れ: 2\u003c\/li\u003e\n        \u003cli\u003eコインケース: 1\u003c\/li\u003e\n        \u003cli\u003eカード入れ: 4\u003c\/li\u003e\n        \u003cli\u003e内ポケット: 2\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e日本製\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eコードバンはタンニンなめしで仕上げ、さらに独自の仕上げ工法により一般的なコードバンより傷が付きにくい加工を心がけておりますが、天然素材ならではの細かいキズやシミ、血筋（血管跡）等が製品に現れる場合がございます。これらは革本来の自然の風合いとしてご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280214024245,"sku":"rcvb-sbk","price":37400.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン","offer_id":45280214057013,"sku":"rcvb-sdb","price":37400.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":45280214089781,"sku":null,"price":37400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-s-1.jpg?v=1780627740"},{"product_id":"buttero-wa2","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。多様なカラーが、日々のスタイルに上質な個性を添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa2-1.jpg?v=1780627742\" class=\"img-fluid d-block w-100 product-img\" alt=\"色彩と素材の調和\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e色彩と素材の調和\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e使い込むほど深まる風合い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e開くと現れるヌメ革とのコントラストが、\u003cstrong\u003e視覚的な楽しさ\u003c\/strong\u003eを演出。計算し尽くされた薄型設計で、どんなポケットにもスマートに収まります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa2-3.jpg?v=1780627742\" 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わずか約85gの軽量設計。札入れ2、カード入れ8、内ポケット2を備え、\u003cstrong\u003e日常の必需品を効率よく整理\u003c\/strong\u003eします。熟練の職人が仕上げた確かな日本製です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa2-5.jpg?v=1780627743\" 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=\"point-list\"\u003e\n          \u003cli\u003e日本の職人が心を込めて作り上げた逸品です。\u003c\/li\u003e\n          \u003cli\u003e革の柔らかさや風合い、縫製など、細かい部分まで丁寧に仕上げられています。\u003c\/li\u003e\n          \u003cli\u003e使用するうちに革本来の風合いが表れ、愛着がわいてきます。\u003c\/li\u003e\n          \u003cli\u003e天然皮革を使用していますので、若干色合いや風合いに違いが出る場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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縦：約9.5cm\u003c\/li\u003e\n          \u003cli\u003e横：約11.5cm\u003c\/li\u003e\n          \u003cli\u003e幅：約2cm\u003c\/li\u003e\n          \u003cli\u003e見開幅：約22cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約85g\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札入れ：2\u003c\/li\u003e\n          \u003cli\u003eカード入れ：8\u003c\/li\u003e\n          \u003cli\u003e内ポケット：2\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e注意事項\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e使い始めは新品のため革の硬さがあり、厚く感じる場合がありますが、使い込むにつれて程よい厚さになじんでまいります。\u003c\/li\u003e\n          \u003cli\u003eブッテーロは天然に近いオーガニックレザーのため大変繊細な素材です。そのため表面には多少の皺やシミなどがある場合がございます。これらは革本来のものです。革の持ち味として予めご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280214220853,"sku":"buttero-wa2bk","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":45280214253621,"sku":"buttero-wa2db","price":23100.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル","offer_id":45280214286389,"sku":"buttero-wa2cm","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":45280214319157,"sku":"buttero-wa2gr","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":45280214351925,"sku":"buttero-wa2nv","price":23100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa2-1.jpg?v=1780627742"},{"product_id":"buttero-wa-long","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を使用。\n            \u003cstrong\u003e日本の職人技\u003c\/strong\u003eが織りなす\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003eは、持つ人の\u003cstrong\u003e品格\u003c\/strong\u003eを引き上げ、どんな\u003cstrong\u003eビジネスシーン\u003c\/strong\u003eにも自然に溶け込みます。\n            \u003cstrong\u003e永く愛せるパートナー\u003c\/strong\u003eを手にする喜びを。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa-long-1.jpg?v=1780627745\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べる彩り、深まる本革の魅力\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスマートに持ち歩く 快適設計長財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e片手にすっと収まる絶妙なサイズ感\u003c\/strong\u003e。\n            \u003cstrong\u003e約175gという軽量設計\u003c\/strong\u003eが、毎日の持ち運びを\u003cstrong\u003eストレスフリー\u003c\/strong\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\/buttero-wa-long-3.jpg?v=1780627745\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e手になじむ、日常の相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e本物を知る喜び ブッテーロの真髄\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003eイタリア・ワルビエ社の伝統\u003c\/strong\u003eが息づく\u003cstrong\u003e最高級ブッテーロ\u003c\/strong\u003e。\n            \u003cstrong\u003e化学薬品を使わない製法\u003c\/strong\u003eで、\u003cstrong\u003e革本来の風合い\u003c\/strong\u003eを最大限に引き出しました。\n            \u003cstrong\u003e使い込むほどに艶を増し、あなただけの物語を刻んでいきます\u003c\/strong\u003e。\n            \u003cstrong\u003e唯一無二の存在感\u003c\/strong\u003eを味わってください。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa-long-4.jpg?v=1780627745\" 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\n                    イタリアのトスカーナ州フィレンツェにある老舗タンナー・ワルビエ社の伝統的な技法により、じっくり時間をかけてこだわりを持って作られた、ヌメ革の最高級革「ブッテーロ」。\n                    化学系薬品等の顔料を一切使わず、自然な風合いを重視した製法で作られた、堅牢なイタリアンレザーです。\n                \u003c\/p\u003e\n                \u003cp\u003e\n                    bell la bell の「ブッテーロラウンドYKKエクセラファスナー長財布」は、素材選びからなめし、革の裁断・漉き・縫製、そして磨きといった工程に至るまで、一切妥協することなく“本物”を追求した最高級ラインです。\n                    シンプルで飽きのこないデザインでありながら、YKKエクセラファスナーを採用した小銭入れ付きで、使い勝手も抜群。年齢を問わず、幅広い方に愛される逸品です。\n                \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外寸: 縦約10.5cm × 横約20cm × 幅約2cm\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約175g\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                \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札入れ: 2箇所\u003c\/li\u003e\n                    \u003cli\u003eコインケース: 1箇所（ファスナー付き）\u003c\/li\u003e\n                    \u003cli\u003eカード入れ: 8箇所\u003c\/li\u003e\n                    \u003cli\u003e内ポケット: 2箇所\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\n            ※使い始めは新品のため革の硬さがあり、厚く感じる場合があるかもしれませんが、使い込むにつれて程よい厚さになじんでまいります。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            ※ブッテーロは天然に近いオーガニックレザーのため、大変繊細な素材です。そのため表面には多少の皺やシミなどがある場合がございます。これらは革本来のものです。革の持ち味として予めご了承ください。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            長くお使いいただくためにも、革の特性やお手入れ方法をしっかりとご理解いただき、愛情を込めてお手入れいただくことをお勧めします。\n            bell la bellのイタリアンレザーラウンド長財布は、大切な思い出を貯めてくれるパートナーとして、あなたの人生の旅路を彩ってくれることでしょう。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280214482997,"sku":"buttero-wa-longbk","price":36300.0,"currency_code":"JPY","in_stock":true},{"title":"チョコ","offer_id":45280214515765,"sku":"buttero-wa-longdb","price":36300.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280214548533,"sku":"buttero-wa-longcm","price":36300.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":45280214581301,"sku":"buttero-wa-longgr","price":36300.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー","offer_id":45280214614069,"sku":"buttero-wa-longnv","price":36300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa-long-1.jpg?v=1780627745"},{"product_id":"rcvb-s-long","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も施しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-s-long-1.jpg?v=1780627753\" 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\"\u003eYKKエクセラファスナーが\u003cstrong\u003eスムーズな開閉を約束\u003c\/strong\u003e。しなやかな牛ヌメ革の内装は、必要なものをスマートに収納し、機能性と美しさを両立させます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-s-long-4.jpg?v=1780627754\" class=\"img-fluid d-block w-100 product-img\" alt=\"開いた状態のコードバン財布と内装の画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e開くたび、品格が薫る\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e時を重ね、個性を育む\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手にするたび馴染む上質な革は、使い込むほどに\u003cstrong\u003e深い艶と貫禄を増します\u003c\/strong\u003e。あなたの物語を刻み、唯一無二の存在へと昇華するでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-s-long-5.jpg?v=1780627753\" 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=\"point-list\"\u003e\n          \u003cli\u003e馬の臀部（お尻）からわずかに採れる希少な素材です。\u003c\/li\u003e\n          \u003cli\u003e原皮価格の高騰により、近年はさらに価値の高い革となっています。\u003c\/li\u003e\n          \u003cli\u003e永く使い、育てる楽しみを味わえる一品としておすすめです。\u003c\/li\u003e\n          \u003cli\u003ebelllabellのコードバンはオイルアップのコードバンを使用しています。\u003c\/li\u003e\n          \u003cli\u003e植物タンニンでなめし、オリジナルで天然オイルやロウを浸透させて仕上げています。\u003c\/li\u003e\n          \u003cli\u003e使い込むことでコードバン独特の深く美しい艶と、貫禄のある風合いが味わえます。\u003c\/li\u003e\n          \u003cli\u003e内装にはソフトな牛ヌメ革を合わせ、コードバンの光沢がより引き立つ素材のコントラストを堪能できます。\u003c\/li\u003e\n          \u003cli\u003e長年使用することによって独特の光沢感を楽しめ、時と共に持つ人の個性と共にエイジングを重ね唯一無二の逸品となります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品は厳選された素材を使用し、細部にまでこだわり抜いています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表素材: コードバン\u003c\/li\u003e\n          \u003cli\u003e内側素材: 牛革（ヌメ革）\u003c\/li\u003e\n          \u003cli\u003eファスナー: YKK エクセラ\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札入れ: 2箇所\u003c\/li\u003e\n          \u003cli\u003eコインケース: 1箇所（ファスナー付き）\u003c\/li\u003e\n          \u003cli\u003eカード入れ: 8箇所\u003c\/li\u003e\n          \u003cli\u003e内ポケット: 2箇所\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・重さ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eコンパクトながらも十分な収納力を確保しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外寸: 縦約10.5cm × 横約20cm × 幅約2cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約190g\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  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp\u003eコードバンはタンニンなめしで仕上げ、さらに独自の仕上げ工法により一般的なコードバンより傷が付きにくい加工をしておりますが、天然素材ならではの細かいキズやシミ、血筋（血管跡）等が製品に現れる場合がございます。革本来の自然の風合いとして予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280215269429,"sku":"rcvb-s-longbk","price":74800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280215302197,"sku":"rcvb-s-longbr","price":74800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rcvb-s-long-2.jpg?v=1780627753"},{"product_id":"ad-wa3","title":"L字ファスナーイタリアンレザーロングウォレット（日本製）","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エレガントな佇まい\u003c\/strong\u003eを演出。手に取れば伝わる優しい手触りは、毎日の生活にそっと寄り添います。大切な方への贈り物にも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-wa3-2.jpg?v=1780627758\" 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\u003e150gの軽さ\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\/ad-wa3-1.jpg?v=1780627758\" 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スマートに整う L字ファスナー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\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\/ad-wa3-4.jpg?v=1780627757\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマートに整う L字ファスナー\"\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\u003e上質なシボのあるイタリアンレザーを使用した、bell la bellロゴ入り薄型の長財布です。マット寄りの革ですが程よいツヤ感もございます。優しい手触りで上品な印象はギフトにもおすすめです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e軽くて柔らかい、上質レザーのやさしいお財布\u003c\/li\u003e\n          \u003cli\u003eもちもちとした質感で、手に吸い付くような感覚\u003c\/li\u003e\n          \u003cli\u003e傷が付きにくく、汚れに強い耐久性\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e多彩なカラー展開から、お好みに合わせてお選びいただけます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eオフホワイト\u003c\/li\u003e\n          \u003cli\u003eグレージュ\u003c\/li\u003e\n          \u003cli\u003eパープル\u003c\/li\u003e\n          \u003cli\u003eミントグリーン\u003c\/li\u003e\n          \u003cli\u003eコーラルオレンジ\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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横: 約19cm\u003c\/li\u003e\n          \u003cli\u003e縦: 約10cm\u003c\/li\u003e\n          \u003cli\u003e厚み: 約1.5cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 150g\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- サイズ表・説明図などの画像がある場合は、以下の div に img タグを配置してください。 --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid\" alt=\"サイズ詳細図\"\u003e\u003c\/div\u003e --\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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eコンパクトながらも充実の収納力で、必要なものをスマートに整理できます。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e内側 カードポケット: 12か所\u003c\/li\u003e\n          \u003cli\u003e内側ポケット: 2か所\u003c\/li\u003e\n          \u003cli\u003eコインケース: 1か所（ジップなし）\u003c\/li\u003e\n          \u003cli\u003e外側 ジップ付きポケット: 1か所\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カードポケットがたくさんあり、12枚の大容量収納が可能です。\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        \u003cp\u003e有名ブランドの財布やキーケースも手掛ける職人によって、一つ一つ丁寧に作られたお財布です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003c!-- 入力データに発送案内情報がないため、このセクションは生成しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003c!-- 入力データに注意事項情報がないため、このセクションは生成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアオフホワイト","offer_id":45280215564341,"sku":"ad-wa3offwh","price":23100.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアグレージュ","offer_id":45280215597109,"sku":"ad-wa3greige","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアパープル","offer_id":45280215629877,"sku":"ad-wa3pur","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280215662645,"sku":"ad-wa3mt","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"コーラルオレンジ","offer_id":45280215695413,"sku":"ad-wa3corange","price":23100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-wa3-2.jpg?v=1780627758"},{"product_id":"buttero-wa3","title":"L字ファスナーイタリアンレザーミニウォレット（日本製）","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と\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\/buttero-wa3-1.jpg?v=1780627759\" 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縦9cm、横11.5cm、重さ約80g。\u003cstrong\u003e手のひらに収まるサイズ\u003c\/strong\u003eながら、\u003cstrong\u003eカード6枚\u003c\/strong\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\/buttero-wa3-2.jpg?v=1780627759\" 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\u003eL字ファスナー\u003c\/strong\u003eが大きく開き、\u003cstrong\u003e中身を一目瞭然\u003c\/strong\u003eに。小銭、お札、カードが\u003cstrong\u003eスムーズに取り出せ\u003c\/strong\u003e、日常の支払いをより\u003cstrong\u003eスマートに演出\u003c\/strong\u003eします。無駄のない\u003cstrong\u003eミニマルな設計\u003c\/strong\u003eが、\u003cstrong\u003e心地よい使い心地\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa3-4.jpg?v=1780627759\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナーで開閉しやすいミニウォレット\"\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高級イタリアンレザー「ブッテーロ」を使用した、シンプルで洗練されたL字ファスナーコンパクト財布です。使い込むほどに深みを増す色合いと風合いが特徴で、小銭入れも付いており、小銭やカード、お札などをすっきりと整理できます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e日本の職人が一つ一つ心を込めて手作りした逸品\u003c\/li\u003e\n        \u003cli\u003eステッチからコバ仕上げまですべての工程を丁寧に実施\u003c\/li\u003e\n        \u003cli\u003e専用BOX入りでプレゼントにも最適（誕生日、クリスマス、バレンタインなど）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \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      \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=\"basic-list\"\u003e\n        \u003cli\u003e縦：約9cm\u003c\/li\u003e\n        \u003cli\u003e横：約11.5cm\u003c\/li\u003e\n        \u003cli\u003e幅：約2.5cm\u003c\/li\u003e\n        \u003cli\u003e見開幅：約5.5cm\u003c\/li\u003e\n        \u003cli\u003e重さ：約80g\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カード入れ：6箇所\u003c\/li\u003e\n        \u003cli\u003e内ポケット：1箇所\u003c\/li\u003e\n        \u003cli\u003eお札：二つ折りで収納可能\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eご購入にあたっての注意事項\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品は天然素材を使用しておりますため、以下の点にご留意ください。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e使い始めは革の硬さにより厚く感じる場合がありますが、使い込むにつれて馴染んでまいります。\u003c\/li\u003e\n        \u003cli\u003eブッテーロは天然に近いオーガニックレザーのため、表面に多少の皺やシミなどがある場合がございます。これらは革本来の特性であり、不良ではございません。\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":45280215793717,"sku":"buttero-wa3bk","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン","offer_id":45280215826485,"sku":"buttero-wa3db","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280215859253,"sku":"buttero-wa3cm","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン","offer_id":45280215892021,"sku":"buttero-wa3gr","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー","offer_id":45280215924789,"sku":"buttero-wa3nv","price":19800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/buttero-wa3-1.jpg?v=1780627759"},{"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":"mc-180-01","title":"FULL GRAIN バックルレスレザー ベルト","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が瞬時に完成します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC-180-01-3.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  \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\/MC-180-01-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  \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\/MC-180-01-5.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\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eフリーサイズ\u003c\/li\u003e\n        \u003cli\u003e全長: 115cm\u003c\/li\u003e\n        \u003cli\u003e幅: 13mm\u003c\/li\u003e\n        \u003cli\u003e重さ: 50g\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":45280216285237,"sku":"mc-180-01bk","price":5390.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280216318005,"sku":"mc-180-01br","price":5390.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280216350773,"sku":"mc-180-01cm","price":5390.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC-180-01-1.jpg?v=1780627763"},{"product_id":"rm3-cvha","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\/rm3-cvha-1_98b28a90-8967-4e9d-a833-12c63bd73399.jpg?v=1780627765\" 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\u003e5mm前後の肉厚な帯\u003c\/strong\u003eは、\u003cstrong\u003eベルト専門の職人\u003c\/strong\u003eが手掛けた\u003cstrong\u003e安心の日本製\u003c\/strong\u003e。\u003cstrong\u003eオイルアップコードバン\u003c\/strong\u003eと\u003cstrong\u003e牛ヌメ革\u003c\/strong\u003eのコントラストが、\u003cstrong\u003e深い艶\u003c\/strong\u003eと\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\/rm3-cvha-2_a07f955a-023c-4cae-b632-12d828c8b37e.jpg?v=1780627765\" 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\u003e29mm幅\u003c\/strong\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\/rm3-cvha-3_e6cdcd3e-61f1-4c2d-bbf3-a73f970e8f8f.jpg?v=1780627765\" 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      \u003cp\u003ebelllabellのコードバンはオイルアップのコードバンを使用しております。なめし加工において革繊維を植物タンニンでなめし、オリジナルで天然オイルやロウを浸透させて仕上げております。手間をかけて仕上げたコードバンにソフトな牛ヌメ革を内装に合わせた、bell la bellのオールレザーコードバンシリーズ。革への知識によって得られた外装と内装の組み合わせは、コードバンの光沢がより引き立ち、素材のコントラストを堪能できます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e希少価値の高い「革のダイヤモンド」コードバンを使用\u003c\/li\u003e\n        \u003cli\u003e永く使い、育てる楽しみを味わえるエイジング\u003c\/li\u003e\n        \u003cli\u003ebelllabell独自のオイルアップコードバンが深い艶と貫禄を生む\u003c\/li\u003e\n        \u003cli\u003eコードバンと牛ヌメ革のコントラストが美しいオールレザー\u003c\/li\u003e\n        \u003cli\u003e緻密な繊維構造による独特の光沢と風合い\u003c\/li\u003e\n        \u003cli\u003e長年の使用に耐える高い耐久性\u003c\/li\u003e\n        \u003cli\u003eベルト専門の職人が手掛けた安心の日本製\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eメイン素材: レザー\u003c\/li\u003e\n        \u003cli\u003e素材: 表 馬革（コードバン）、裏 牛革\u003c\/li\u003e\n        \u003cli\u003e帯の厚み: 約5mm前後\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全長: 約113cm\u003c\/li\u003e\n        \u003cli\u003e最大ウエストサイズ(最大の穴までのサイズ): 約103cm\u003c\/li\u003e\n        \u003cli\u003e真ん中までのサイズ: 約97cm\u003c\/li\u003e\n        \u003cli\u003eベルト幅: 約29mm\u003c\/li\u003e\n        \u003cli\u003eバックル: 縦約3.7cm×横約5.2cm\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ハサミで簡単にベルトの長さ調節が可能\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":45280216645685,"sku":"rm3-cvhabk","price":36300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280216678453,"sku":"rm3-cvhabr","price":36300.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rm3-cvha-1_98b28a90-8967-4e9d-a833-12c63bd73399.jpg?v=1780627765"},{"product_id":"rmesh02-30","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\n      \u003cstrong\u003e栃木レザー「サマーオイル」\u003c\/strong\u003eの深みある表情が、装いに\u003cstrong\u003e格別の品格\u003c\/strong\u003eを与えます。\n      熟練の技が光る\u003cstrong\u003e丁寧な編み込み\u003c\/strong\u003eで、多様なスタイルに上質なカジュアルを演出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rmesh02-30-1.jpg?v=1780627771\" class=\"img-fluid d-block w-100 product-img\" alt=\"3色の表情、経年変化を楽しむメッシュベルト\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e3色の表情、経年変化を楽しむ\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      約107cmの全長、約30mm幅のメッシュベルトは、ウエストサイズを\u003cstrong\u003e自由に調整可能\u003c\/strong\u003e。\n      \u003cstrong\u003eしなやかなフィット感\u003c\/strong\u003eで、ストレスなくスマートな印象を演出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rmesh02-30-3.jpg?v=1780627771\" 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の証。\n      \u003cstrong\u003e堅牢な真鍮バックル\u003c\/strong\u003eがアクセントとなり、永く愛用できる確かな品質を実現します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rmesh02-30-4.jpg?v=1780627771\" class=\"img-fluid d-block w-100 product-img\" alt=\"堅牢な真鍮バックルと日本の職人技\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る本物の証\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・材質\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e牛革（栃木レザー）\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全長：約107cm\u003c\/li\u003e\n          \u003cli\u003eフリーサイズ（最大ウエストサイズ：～約97cm程度まで）\u003c\/li\u003e\n          \u003cli\u003eベルト幅：約30mm\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=\"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\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280217202741,"sku":"rmesh02-30bk","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280217235509,"sku":"rmesh02-30br","price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280217268277,"sku":"rmesh02-30cm","price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rmesh02-30-1.jpg?v=1780627771"},{"product_id":"rm3-buo","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です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rm3-buo-1.jpg?v=1780627772\" class=\"img-fluid d-block w-100 product-img\" alt=\"スーツに映えるビジネスベルトの画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e貫禄をまとう風格\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e選び抜かれたレザーの艶めき\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eオイルをたっぷりと含んだ\u003cstrong\u003eプルアップレザー\u003c\/strong\u003eは、触れるたびにしっとりとなめらか。革本来の豊かな風合いが、ビジネススタイルに深みを与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/A2A9695.jpg?v=1780627772\" class=\"img-fluid d-block w-100 product-img\" alt=\"選び抜かれたレザーの艶めきの画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e豊かな表情を持つ素材\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e妥協なき日本製ベルト\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eシルバーサテーナ仕上げ\u003c\/strong\u003eのバックルが、確かな主張を放ちます。細部まで丁寧な仕立ては、日本の職人が生み出す精巧さの証。信頼に足る一本です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/A2A9700.jpg?v=1780627772\" 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=\"basic-list\"\u003e\n        \u003cli\u003e素材: 牛革\u003c\/li\u003e\n        \u003cli\u003e生産国: 日本製\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e製品の強み：\u003c\/p\u003e\n      \u003cul class=\"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サイズ詳細 (Mサイズ)\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eMサイズのベルトおよびバックルの詳細です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 約110cm\u003c\/li\u003e\n        \u003cli\u003e最大ウエストサイズ (ピン先から最大の穴まで): 約100cm\u003c\/li\u003e\n        \u003cli\u003e穴数・間隔: 5箇所 (約2.5cm間隔)\u003c\/li\u003e\n        \u003cli\u003eベルト幅: 約29mm\u003c\/li\u003e\n        \u003cli\u003e帯の厚み: 約4.5mm～5mm前後\u003c\/li\u003e\n        \u003cli\u003eバックルサイズ: 約3cm (縦) × 約6cm (横)\u003c\/li\u003e\n        \u003cli\u003eバックル色: シルバーサテーナ\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eはさみで簡単にサイズカットが可能です。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細 (Lサイズ)\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eLサイズのベルトの詳細です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長: 約125cm\u003c\/li\u003e\n        \u003cli\u003e最大ウエストサイズ (ピン先から最大の穴まで): 約115cm\u003c\/li\u003e\n        \u003cli\u003e穴数・間隔: 5箇所 (約2.5cm間隔)\u003c\/li\u003e\n        \u003cli\u003eベルト幅: 約29mm\u003c\/li\u003e\n        \u003cli\u003e帯の厚み: 約4.5mm～5mm前後\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=\"point-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  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入時の注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e牛革は天然素材のため、以下の点にご留意ください。\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e細かいキズやシワ、シミ\u003c\/li\u003e\n      \u003cli\u003e血筋（血管跡）\u003c\/li\u003e\n    \u003c\/ul\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":"ブラック \/ M（最大ウエスト 約100cm）","offer_id":45280217366581,"sku":"rm3-buobkM","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ L（最大ウエスト 約115cm）","offer_id":45280217399349,"sku":"rm3-buobkL","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ M（最大ウエスト 約100cm）","offer_id":45280217432117,"sku":"rm3-buobrM","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン \/ L（最大ウエスト 約115cm）","offer_id":45280217464885,"sku":"rm3-buobrL","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブラウン \/ M（最大ウエスト 約100cm）","offer_id":45280217497653,"sku":"rm3-buo-lbrM","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"ライトブラウン \/ L（最大ウエスト 約115cm）","offer_id":45280217530421,"sku":"rm3-buo-lbrL","price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rm3-buo-1.jpg?v=1780627772"},{"product_id":"rl-10338","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\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\/rl-10338-1.jpg?v=1780627774\" 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\/rl-10338-7.jpg?v=1780627774\" 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\/rl-10338-8.jpg?v=1780627774\" 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=\"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\u003e最適なフィット感を追求できるサイズ設計です。\u003c\/p\u003e\n        \u003cp\u003eベルト\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長: 最大 約104cm\u003c\/li\u003e\n          \u003cli\u003e最大ウエストサイズ: 約95cm（ピン先〜最大の穴まで）\u003c\/li\u003e\n          \u003cli\u003eベルト幅: 約29mm\u003c\/li\u003e\n          \u003cli\u003e長さ調節: ハサミでご自身でサイズカット可能\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eバックル\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e縦: 約5cm\u003c\/li\u003e\n          \u003cli\u003e横: 約4.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        \u003cp\u003e素材\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表: 牛革\u003c\/li\u003e\n          \u003cli\u003e裏: 合成皮革\u003c\/li\u003e\n          \u003cli\u003eバックル: 牛革・革巻き\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e生産国\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本製\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280217628725,"sku":"rl-10338","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン","offer_id":45280217661493,"sku":"rl-10338db","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン","offer_id":45280217694261,"sku":"rl-10338br","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー","offer_id":45280217727029,"sku":"rl-10338nv","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"ワイン","offer_id":45280217759797,"sku":"rl-10338wn","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"グレー","offer_id":45280217792565,"sku":"rl-10338gray","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":45280217825333,"sku":"rl-10338red","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":45280217858101,"sku":"rl-10338wh","price":6600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-10338-1.jpg?v=1780627774"},{"product_id":"rm3h","title":"Hバックル レザーベルト（日本製）","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\u003e3cm幅のヌメ革\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\/rm3h-4.jpg?v=1780627776\" 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、Hバックルの\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\/rm3h-6.jpg?v=1780627775\" 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\/rm3h-1.jpg?v=1780627776\" 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=\"basic-list\"\u003e\n                \u003cli\u003e3cm幅と男性でも女性でも使いやすい太さです。\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\u003eMサイズ\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003cstrong\u003eベルト\u003c\/strong\u003e\u003c\/li\u003e\n                \u003cli\u003e全長：約110cm\u003c\/li\u003e\n                \u003cli\u003e最大ウエストサイズ：～約100cm\u003c\/li\u003e\n                \u003cli\u003eベルト幅：約29mm\u003c\/li\u003e\n                \u003cli\u003e帯の厚み：約2.5mm～3mm前後\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003cstrong\u003eバックル\u003c\/strong\u003e\u003c\/li\u003e\n                \u003cli\u003e縦：約3.2cm\u003c\/li\u003e\n                \u003cli\u003e横：約7.7cm\u003c\/li\u003e\n                \u003cli\u003e色：シルバー\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牛革は天然素材のため、細かいキズやシワ、シミ、血筋（血管跡）等が製品に現れる場合がございます。革本来の自然の風合いとして予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280217956405,"sku":"rm3hbkM","price":6600.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン","offer_id":45280217989173,"sku":"rm3hbrM","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":45280218021941,"sku":"rm3hdbM","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":45280218054709,"sku":"rm3hwhM","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rm3h-4.jpg?v=1780627776"},{"product_id":"mc-191-34","title":"FULL GRAIN 20mmレザーベルト","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\u003e19mm幅\u003c\/strong\u003eのベルトが、カジュアルから綺麗めスタイルまで、どんな装いも洗練された印象に引き上げます。日常使いにぴったりの、長く愛用できる一本です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC-191-34-1.jpg?v=1780627779\" class=\"img-fluid d-block w-100 product-img\" alt=\"上品に魅せるウエストマーク\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんなスタイルにも馴染む万能さ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e贅沢なフルグレインレザーの魅力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厚みのある\u003cstrong\u003e牛革\u003c\/strong\u003eは、使い込むほどに風合いを増し、あなただけの物語を刻みます。\u003cstrong\u003e真鍮バックル\u003c\/strong\u003eとの組み合わせが、本物の質感を際立たせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC-191-34-4.jpg?v=1780627779\" 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全長100cm\u003c\/strong\u003e、\u003cstrong\u003e重さ68g\u003c\/strong\u003e、\u003cstrong\u003eウエスト73.5cmから89cm\u003c\/strong\u003eに対応し、使うたびに心地よさが広がります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC-191-34-5.jpg?v=1780627779\" 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=\"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        \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e全長：100cm\u003c\/li\u003e\n          \u003cli\u003e幅：19mm\u003c\/li\u003e\n          \u003cli\u003e重さ：68g\u003c\/li\u003e\n          \u003cli\u003e対応ウエストサイズ：73.5cm～89cm\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":45280218546229,"sku":"mc-191-34bk","price":5390.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン","offer_id":45280218578997,"sku":"mc-191-34db","price":5390.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル","offer_id":45280218611765,"sku":"mc-191-34cm","price":5390.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC-191-34-1.jpg?v=1780627779"},{"product_id":"mc-160-22","title":"FULL GRAIN 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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練されたウエストラインへ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e14mm\u003c\/strong\u003eの絶妙な幅が、どんなコーディネートにも洗練された印象を与えます。ウエストをさりげなくマークし、全体のシルエットを美しく整える一本です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC160-22-1.jpg?v=1780627783\" 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\/0706\/7323\/6021\/files\/MC160-22-2.jpg?v=1780627783\" 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\u003e57g\u003c\/strong\u003eの軽さで、ストレスなくお洒落を楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC160-22-5.jpg?v=1780627782\" 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=\"point-list\"\u003e\n        \u003cli\u003eベルト全体に穴があるデザインで、どこにでもバックルを合わせられます。\u003c\/li\u003e\n        \u003cli\u003e女性らしい綺麗めスタイルにも合わせやすい幅のベルトです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・構成\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\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全長：107cm\u003c\/li\u003e\n        \u003cli\u003e幅：14mm\u003c\/li\u003e\n        \u003cli\u003e重さ：57g\u003c\/li\u003e\n        \u003cli\u003eサイズ：フリーサイズ（最大ウエストサイズ約95cm程度まで）\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":45280219037749,"sku":"mc-160-22bk","price":5390.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280219070517,"sku":"mc-160-22br","price":5390.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280219103285,"sku":"mc-160-22cm","price":5390.0,"currency_code":"JPY","in_stock":true},{"title":"グレージュ","offer_id":45280219136053,"sku":"mc-160-22grage","price":5390.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/MC160-22-1.jpg?v=1780627783"},{"product_id":"rbt20","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約19mm幅\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\/rbt20-1.jpg?v=1780627784\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eコーデに映える、大人の上質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eブッテーロが紡ぐ、本物の証\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e使うほどに深まる艶と風合い。\u003cstrong\u003eハリとコシ\u003c\/strong\u003eを併せ持つ\u003cstrong\u003eブッテーロレザー\u003c\/strong\u003eが、持つ人の個性を美しく育みます。細部に宿る\u003cstrong\u003e日本の職人技\u003c\/strong\u003eが、確かな品質の証です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rbt20-3.jpg?v=1780627784\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e育てる本革、確かな品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e気品を纏う、漆黒のエレガンス\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eシックなブラックレザー\u003c\/strong\u003eに、\u003cstrong\u003e艶消しゴールドのバックル\u003c\/strong\u003eが品格を添えます。\u003cstrong\u003e豊富なカラーバリエーション\u003c\/strong\u003eの中から、あなたの個性を引き出す一本を見つけてください。永く愛せる美しい一本です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rbt20-5.jpg?v=1780627784\" 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=\"benefit-list\"\u003e\n          \u003cli\u003eハリとコシがあり、非常に綺麗な経年変化で艶が増します。\u003c\/li\u003e\n          \u003cli\u003eベーシックから差し色まで、豊富なカラーバリエーションを展開しています。\u003c\/li\u003e\n          \u003cli\u003e使いやすい約19mm幅で、ボトムスを選ばずに着用いただけます。\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        \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ベルト全長: 約103cm\u003c\/li\u003e\n          \u003cli\u003e対応ウエストサイズ: 約78.5cm～約93.5cm（ピン先～最大の穴まで）\u003c\/li\u003e\n          \u003cli\u003e穴: 2.5cm間隔で7か所\u003c\/li\u003e\n          \u003cli\u003eベルト幅: 約19mm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eバックル縦: 約3cm\u003c\/li\u003e\n          \u003cli\u003eバックル横: 約4cm\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  \u003cdiv class=\"note-box\"\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":45280219234357,"sku":"rbt20btbk","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン","offer_id":45280219267125,"sku":"rbt20btdb","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280219299893,"sku":"rbt20btcm","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"レッド","offer_id":45280219332661,"sku":"rbt20btred","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":45280219365429,"sku":"rbt20btnv","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー","offer_id":45280219398197,"sku":"rbt20btyellow","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":45280219430965,"sku":"rbt20btwh","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"ヌメ","offer_id":45280219463733,"sku":"rbt20btnume","price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":45280219496501,"sku":"rbt20btgreen","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rbt20-1.jpg?v=1780627784"},{"product_id":"rbrs","title":"イタリアンレザー2重巻きブレスレット（日本製）","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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手元に添える品格、ビジネスシーンにも\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e腕元に優しくフィットし、日々の装いに洗練された印象を加えます。\u003cstrong\u003eユニセックス\u003c\/strong\u003eで楽しめる\u003cstrong\u003e2重巻きデザイン\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\/rbrs-1_7372aed7-91b4-4c40-bdda-701a844adbae.jpg?v=1780627787\" class=\"img-fluid d-block w-100 product-img\" alt=\"腕元を飾る上質さ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e腕元を飾る上質さ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e豊富な彩りが、個性を引き出す\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選されたイタリアンレザーが魅せる\u003cstrong\u003e多彩な色展開\u003c\/strong\u003e。日々のスタイルに遊び心と個性をプラスします。環境に配慮した\u003cstrong\u003e植物タンニンなめし\u003c\/strong\u003eで、エシカルな選択を。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rbrs-3_8059a649-d2d0-4c42-a2f6-3c2eb77b1f18.jpg?v=1780627786\" 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です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rbrs-5_7668b61f-bc02-4979-8e5b-c22a244e123b.jpg?v=1780627786\" 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                    \u003cli\u003eユニセックスで楽しめる2サイズ展開\u003c\/li\u003e\n                    \u003cli\u003eサスティナブルな考えに基づいて作成\u003c\/li\u003e\n                    \u003cli\u003e豊富なカラーバリエーションでコーディネートのアクセントに\u003c\/li\u003e\n                    \u003cli\u003e本革、牛革、日本製、カラー豊富\u003c\/li\u003e\n                    \u003cli\u003eペアでもお使いいただけます\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 牛革（イタリアンレザー：ブッテーロ）\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\u003eMサイズとLサイズの寸法詳細です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e厚さ: 約3mm\u003c\/li\u003e\n                    \u003cli\u003e幅: 約9.5mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003eサイズ\u003c\/th\u003e\n                                \u003cth\u003e全長\u003c\/th\u003e\n                                \u003cth\u003e革部分\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eMサイズ\u003c\/td\u003e\n                                \u003ctd\u003e約36.5～37.5cm\u003c\/td\u003e\n                                \u003ctd\u003e約34cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eLサイズ\u003c\/td\u003e\n                                \u003ctd\u003e約42～42.5cm\u003c\/td\u003e\n                                \u003ctd\u003e約38.5～39cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\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    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック \/ M","offer_id":45280219594805,"sku":"rbrsmbk","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ L","offer_id":45280219627573,"sku":"rbrslbk","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン \/ M","offer_id":45280219660341,"sku":"rbrsmdb","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ダークブラウン \/ L","offer_id":45280219693109,"sku":"rbrsldb","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル \/ M","offer_id":45280219725877,"sku":"rbrsmcm","price":3960.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル \/ L","offer_id":45280219758645,"sku":"rbrslcm","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト \/ M","offer_id":45280219791413,"sku":"rbrsmwh","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト \/ L","offer_id":45280219824181,"sku":"rbrslwh","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ M","offer_id":45280219856949,"sku":"rbrsmred","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"レッド \/ L","offer_id":45280219889717,"sku":"rbrslred","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ M","offer_id":45280219922485,"sku":"rbrsmnv","price":3960.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ L","offer_id":45280219955253,"sku":"rbrslnv","price":3960.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン \/ M","offer_id":45280219988021,"sku":"rbrsmgreen","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"グリーン \/ L","offer_id":45280220020789,"sku":"rbrslgreen","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー \/ M","offer_id":45280220053557,"sku":"rbrsmyellow","price":3960.0,"currency_code":"JPY","in_stock":true},{"title":"イエロー \/ L","offer_id":45280220086325,"sku":"rbrslyellow","price":3960.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rbrs-1_7372aed7-91b4-4c40-bdda-701a844adbae.jpg?v=1780627787"},{"product_id":"ad-bag02","title":"【2026年6月中旬頃発送：予約販売】イタリアンレザー ハーフムーン3WAYバッグ （日本製）","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上品に映える3WAY革バッグ\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\/c3f42867eabaf002d499e11f75d587fe.jpg?v=1780627788\" 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が注ぎ込まれ、長財布や500mlペットボトルも無理なく収まります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/89ffe0d31654d66b5542084630250e71.jpg?v=1780627788\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e使うほどに馴染む上質素材\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e手ぶらで叶う大人のスタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e持ち手の結び目を調整すれば、斜め掛けや\u003cstrong\u003eボディバッグ\u003c\/strong\u003eにも早変わり。自転車に乗る日も雨の日も、\u003cstrong\u003e両手が空く自由なスタイル\u003c\/strong\u003eで、行動範囲が広がります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ef94c03f7cbe5829112e7d579a1588ad.jpg?v=1780627788\" 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\u003e3WAY仕様\u003c\/strong\u003e（手持ち、ショルダー、ボディバッグ）\u003c\/li\u003e\n                    \u003cli\u003e脇下に心地よくフィットする計算された\u003cstrong\u003eハーフムーンフォルム\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e長財布や500mlペットボトル\u003c\/strong\u003eも無理なく収まる収納力\u003c\/li\u003e\n                    \u003cli\u003e内側にポケットがあり、鍵やパスケースなどの\u003cstrong\u003e小物の整理に便利\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e日本の職人が手がける、細部にまでこだわり抜いた\u003cstrong\u003e上質な日本製\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003eカジュアルになりすぎない\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                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e素材：\u003cstrong\u003eイタリアンレザー（牛革）\u003c\/strong\u003e\n\u003c\/li\u003e\n                    \u003cli\u003e目が覚めるような鮮やかな色目や、ニュアンスカラーも\u003cstrong\u003e発色が良く\u003c\/strong\u003e上品\u003c\/li\u003e\n                    \u003cli\u003e牛革なのに\u003cstrong\u003e経年変化が少ない\u003c\/strong\u003eため、買った時の色目を長い期間維持\u003c\/li\u003e\n                    \u003cli\u003e使い始めから非常に\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e高さ：約15cm\u003c\/li\u003e\n                    \u003cli\u003e横：約26cm（ファスナー開口部の長さ）\u003c\/li\u003e\n                    \u003cli\u003e奥行：約8cm\u003c\/li\u003e\n                    \u003cli\u003e重量：約280ｇ\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    \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\n            \u003cstrong\u003e【予約販売の配送時期に関しまして】\u003c\/strong\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            アドリアグレージュ、アドリアパープルは現在完売しており、発送は\u003cstrong\u003e2026年6月中旬～下旬\u003c\/strong\u003eを予定しており\u003cstrong\u003e予約販売\u003c\/strong\u003eとなります。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n            ブラック、アドリアオフホワイト、シャンパンは現在在庫がございますので、ご注文完了後\u003cstrong\u003e2～5日\u003c\/strong\u003eほどで発送いたします。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280220315701,"sku":"ad-bag02bk","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアオフホワイト","offer_id":45280220348469,"sku":"ad-bag02offwh","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280220381237,"sku":"ad-bag02greige","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアパープル","offer_id":45280220414005,"sku":"ad-bag02pur","price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"シャンパン","offer_id":45280220446773,"sku":"ad-bag02bk","price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/c3f42867eabaf002d499e11f75d587fe.jpg?v=1780627788"},{"product_id":"b-ring","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」が、使うほどに深まる風合いを醸し出し、指元に洗練された印象をもたらします。大切な人とのペア使いもおすすめです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/f176b19aed92c927f935c45f9761d065_a354724d-bb00-49d6-9bab-6b1a4e545ac4.jpg?v=1780627793\" 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      約13号から広げて調整できる\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\/f433a56848a88f4d3f68f9b8dfe6b294_d8833659-7b69-45a6-85fd-a6882976cbee.jpg?v=1780627793\" class=\"img-fluid d-block w-100 product-img\" alt=\"2サイズで多用途に\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e2サイズで多用途に\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だからこその丁寧な仕上がりが魅力です。多彩なカラー展開とアンティークゴールドの真鍮が織りなすハーモニーで、個性を表現できます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/95e4be57a5bc6bcc802312670c8d6947_19c4eb0c-be01-4556-8f17-36f71ac692c2.jpg?v=1780627792\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりを日本製で\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりを日本製で\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・ご注意事項\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eペアでも使えるイタリアンレザーリングです。カラー豊富、2サイズのレザーリング。柔らかい真鍮素材の輪なので、指輪としてもイヤーカフとしても使用可能です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eペア使いに最適\u003c\/li\u003e\n        \u003cli\u003e豊富なカラー展開\u003c\/li\u003e\n        \u003cli\u003e指輪・イヤーカフの2WAY仕様\u003c\/li\u003e\n        \u003cli\u003eフリーサイズ調整可能\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e【こちらは2個セットではございません。2個ご希望の場合は2個ご注文下さい。】\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・製造国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\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\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直径: 約1.7cm\u003c\/li\u003e\n        \u003cli\u003e高さ: 約6mm \/ 約9mm (2サイズ展開)\u003c\/li\u003e\n        \u003cli\u003e厚さ: 約1.8mm\u003c\/li\u003e\n        \u003cli\u003e推奨サイズ: 約13号 (フリーサイズで調整可能)\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":"6mm レッド","offer_id":45280221003829,"sku":"b-ringred6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"6mm オレンジ","offer_id":45280221036597,"sku":"b-ringorange6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"6mm イエロー","offer_id":45280221069365,"sku":"b-ringyellow6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"6mm グリーン","offer_id":45280221102133,"sku":"b-ringgreen6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"6mm ネイビー","offer_id":45280221134901,"sku":"b-ringnv6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"6mm ダークブラウン","offer_id":45280221167669,"sku":"b-ringdb6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"6mm キャメル","offer_id":45280221200437,"sku":"b-ringcm6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"6mm ホワイト","offer_id":45280221233205,"sku":"b-ringwh6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"6mm ブラック","offer_id":45280221265973,"sku":"b-ringbk6mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm レッド","offer_id":45280221298741,"sku":"b-ringred9mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm オレンジ","offer_id":45280221331509,"sku":"b-ringorange9mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm イエロー","offer_id":45280221364277,"sku":"b-ringyellow9mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm グリーン","offer_id":45280221397045,"sku":"b-ringgreen9mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm ネイビー","offer_id":45280221429813,"sku":"b-ringnv9mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm ダークブラウン","offer_id":45280221462581,"sku":"b-ringdb9mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm キャメル","offer_id":45280221495349,"sku":"b-ringcm9mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm ホワイト","offer_id":45280221528117,"sku":"b-ringwh9mm","price":3190.0,"currency_code":"JPY","in_stock":true},{"title":"9mm ブラック","offer_id":45280221560885,"sku":"b-ringbk9mm","price":3190.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/f176b19aed92c927f935c45f9761d065_a354724d-bb00-49d6-9bab-6b1a4e545ac4.jpg?v=1780627793"},{"product_id":"rmesh15","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスタイルを彩る洗練ベルト\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e約15mmの\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\/rmesh15-1.jpg?v=1780627801\" 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を愉しむことができます。\u003cstrong\u003e多色展開\u003c\/strong\u003eで、理想の彩りが見つかるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rmesh15-3.jpg?v=1780627801\" 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約2cmの小ぶりなシルバーバックル\u003c\/strong\u003eが洗練された印象を与えます。\u003cstrong\u003eフリーサイズ\u003c\/strong\u003eながら\u003cstrong\u003e最大約98cmのウエストに対応\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\/rmesh15-5.jpg?v=1780627801\" 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      \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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全長：約108cm\u003c\/li\u003e\n        \u003cli\u003eフリーサイズ（最大ウエストサイズ：～約98cm程度まで）\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e縦：約2cm\u003c\/li\u003e\n        \u003cli\u003e横：約2cm\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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280222773301,"sku":"rmesh15bk","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280222806069,"sku":"rmesh15br","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル","offer_id":45280222838837,"sku":"rmesh15cm","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":45280222871605,"sku":"rmesh15red","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rmesh15-1.jpg?v=1780627801"},{"product_id":"r-le-sus","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のサスペンダー。わずか\u003cstrong\u003e9mmの細幅デザイン\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-le-sus-3.jpg?v=1780627803\" 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対応身長165cm程度まで\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-le-sus-4.jpg?v=1780627802\" 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\u003e2.5mm厚\u003c\/strong\u003eの\u003cstrong\u003e上質な牛革\u003c\/strong\u003eは使うほどに肌に馴染み、裏側にも\u003cstrong\u003eベージュ革\u003c\/strong\u003eを合わせることで服への\u003cstrong\u003e色移り\u003c\/strong\u003eを防ぎます。\u003cstrong\u003e国内の工場\u003c\/strong\u003eで一つひとつ丁寧に作られており、長くご愛用いただける\u003cstrong\u003e確かな品質\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-le-sus-5.jpg?v=1780627803\" 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\u003e9mm幅の細幅仕上げ\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幅: 約9mm\u003c\/li\u003e\n        \u003cli\u003eフリーサイズ\u003c\/li\u003e\n        \u003cli\u003e全長: 59～91cm\u003c\/li\u003e\n        \u003cli\u003e対応身長: 165cm程度まで\u003c\/li\u003e\n        \u003cli\u003e革の厚さ: 約2.5mm\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=\"benefit-list\"\u003e\n        \u003cli\u003e国内のベルト職人が仕立て\u003c\/li\u003e\n        \u003cli\u003e裏側にも丁寧にベージュの牛革を使用\u003c\/li\u003e\n        \u003cli\u003e革から服への色落ちを防止\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eおすすめスタイリング\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e様々な着こなしを楽しめます\u003c\/p\u003e\n      \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\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280222969909,"sku":"r-le-susbk","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン","offer_id":45280223002677,"sku":"r-le-susdb","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280223035445,"sku":"r-le-susbr","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"キャメル","offer_id":45280223068213,"sku":"r-le-suscm","price":4400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-le-sus-3.jpg?v=1780627803"},{"product_id":"rl-sash3","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を演出します。一点投入で、いつもの装いが旬のスタイルへと見違えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-sash3-1.jpg?v=1780627804\" 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全長約217cmのゆとりが、フロントやサイドで多彩な\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\/rl-sash3-3.jpg?v=1780627804\" 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厳選された牛革が放つ品格と、約10cmの最大幅が\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\/rl-sash3-5.jpg?v=1780627804\" 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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e普段のコーディネートを格上げする、サッシュベルトの魅力をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e普段のコーディネートに取り入れるだけで、一気に今年らしいスタイルに。\u003c\/li\u003e\n          \u003cli\u003eウエスト周りをきゅっと絞ってメリハリ感のあるシルエットを演出。\u003c\/li\u003e\n          \u003cli\u003e長めのデザインで、フロントやサイドでリボン結びにしたり、垂らして使用したりと幅広いスタイルで活躍。\u003c\/li\u003e\n          \u003cli\u003eその日のコーディネートや気分に合わせて、アクセサリー感覚でアレンジ可能。\u003c\/li\u003e\n          \u003cli\u003e上質な牛革を使用しているので、永くご愛用いただけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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全長：約217cm\u003c\/li\u003e\n          \u003cli\u003e最大幅：約10cm\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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280223166517,"sku":"rl-sash3bk","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン","offer_id":45280223199285,"sku":"rl-sash3db","price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-sash3-1.jpg?v=1780627804"},{"product_id":"rl-rope3","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\/rl-rope3-1.jpg?v=1780627806\" 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全長約120cmの\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\/rl-rope3-3.jpg?v=1780627806\" 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、2つの表情を持つバックル。今日の気分やスタイルに合わせて、\u003cstrong\u003eさりげない遊び心\u003c\/strong\u003eを添えてみませんか。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-rope3-5.jpg?v=1780627806\" 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 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      \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全長: 約120cm\u003c\/li\u003e\n        \u003cli\u003e対応ウエストサイズ: フリーサイズ\u003c\/li\u003e\n        \u003cli\u003eベルト幅: 約5mm\u003c\/li\u003e\n        \u003cli\u003eバックルサイズ（星形）: 約4.8cm\u003c\/li\u003e\n        \u003cli\u003eバックルサイズ（丸形）: 約4cm\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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e使い方\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eスタイリングのアクセントとして、様々なアイテムにお使いいただけます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eループにロープの先2本を通します。\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":45280223297589,"sku":"rl-rope31bk","price":4400.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ 星型バックル","offer_id":45280223330357,"sku":"rl-rope31bk","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ 星型バックル","offer_id":45280223363125,"sku":"rl-rope31be","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ターコイズブルー \/ 星型バックル","offer_id":45280223395893,"sku":"rl-rope31tblue","price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ 星型バックル","offer_id":45280223428661,"sku":"rl-rope31nv","price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-rope3-1.jpg?v=1780627806"},{"product_id":"rl-19112rope","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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e印象を自在に変える\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e普段の着こなしにプラスするだけで、\u003cstrong\u003e旬なスタイルが完成\u003c\/strong\u003e。ウエストマークでスタイルアップを叶え、こなれた雰囲気を演出します。様々なアイテムに合わせやすい\u003cstrong\u003e万能さも魅力\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-19112rope-1.jpg?v=1780627808\" class=\"img-fluid d-block w-100 product-img\" alt=\"印象を自在に変える\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e旬の着こなしに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e触れるたび感じる上質さ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e丹念にやわらか加工を施した牛革は、手に吸い付くような\u003cstrong\u003eしっとりとした質感\u003c\/strong\u003e。日本の職人が丁寧に仕上げた、\u003cstrong\u003e本物だけが持つ洗練された輝き\u003c\/strong\u003eが、装いを格上げします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-19112rope-3.jpg?v=1780627808\" 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約5mmの\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\/rl-19112rope-4.jpg?v=1780627808\" class=\"img-fluid d-block w-100 product-img\" alt=\"繊細な存在感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自由自在にアレンジ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e丹念にやわらか加工を施し、ソフトに仕上げた高級感あふれるレザーを使用した紐ベルトです。\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全長：約125cm\u003c\/li\u003e\n          \u003cli\u003e対応ウエストサイズ：フリーサイズ\u003c\/li\u003e\n          \u003cli\u003eベルト幅：約5mm\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        \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ループにロープの先2本を通してくるりとひと結びします。\u003c\/li\u003e\n          \u003cli\u003eチュニックやシャツ、ニットワンピースなど、様々なアイテムに合わせてお使いいただけます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"ブラック","offer_id":45280223526965,"sku":"rl-19112ropebk","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"ブラウン","offer_id":45280223559733,"sku":"rl-19112ropebr","price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"ライトグレー","offer_id":45280223592501,"sku":"rl-19112ropelg","price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー","offer_id":45280223625269,"sku":"rl-19112ropenv","price":6050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-19112rope-1.jpg?v=1780627808"}],"url":"https:\/\/belllabell.we-shop.jp\/collections\/black.oembed","provider":"bell la bell_weshop","version":"1.0","type":"link"}