{"title":"ゴールド","description":"","products":[{"product_id":"meta-wa1","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は、一つとして同じものがない\u003cstrong\u003e唯一無二の表情\u003c\/strong\u003eを魅せます。日本の職人が丁寧に仕立てた、持つ人の個性を際立たせる洗練された一品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_f91f492b-f6e8-4796-8e26-709d26c39034.jpg?v=1780627602\" 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_899f6516-a6b2-4ba5-8acf-b94eeb2c8007.jpg?v=1780627602\" 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\/4_d93cdf75-151a-427c-8db8-87ab35ee295a.jpg?v=1780627602\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eイタリアンレザースリムミニ財布にメタリックシリーズが登場しました。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e一点もののような輝きを放つメタリックレザーミニウォレット\u003c\/li\u003e\n                \u003cli\u003eちょっとしたお出かけやデイリーに最適なサイズ感\u003c\/li\u003e\n                \u003cli\u003eコンパクトながらもメインウォレットとして活躍する収納力\u003c\/li\u003e\n                \u003cli\u003e小さいバッグ等にもすっぽり収まるコンパクト設計\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e収納・機能詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eコンパクトながらも、日々の使いやすさを追求した機能が満載です。\u003c\/p\u003e\n            \u003cul class=\"point-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                \u003cli\u003e外側のDカンでストラップやキーホルダーの取り付けが可能\u003c\/li\u003e\n                \u003cli\u003eDカンはバッグへの固定、迷子・落下防止、AirTagなどの紛失防止タグにも活躍し、鍵やチャームをつけて自分らしい使い方が広がります\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品は、高品質なメタリックレザー（牛革）を使用しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eメタリックレザーは、ひとつひとつ革の質感やシワの出方が異なります。そのため、同じものでも少しずつ表情が違う、まるで一点もののような個性ある表情が魅力です。\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タテ: 9cm\u003c\/li\u003e\n                \u003cli\u003eヨコ: 10cm\u003c\/li\u003e\n                \u003cli\u003eマチ: 1.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\u003eお好きな文字を刻印し、世界に一つだけのオリジナルアイテムを作成できます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e文字入れ対応可能（1文字まで刻印可）\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            \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 class=\"body-text\"\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":45280190922805,"sku":"meta-wa1gold","price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"メタリックシルバー","offer_id":45280190955573,"sku":"meta-wa1silver","price":13750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/1_f91f492b-f6e8-4796-8e26-709d26c39034.jpg?v=1780627602"},{"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-wa2","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    \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-wa2-1_5.jpg?v=1780627629\" 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\/free_1728284460096_2.jpg?v=1780627629\" 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\/ad-wa2-11_1.jpg?v=1780627629\" 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 ロゴ入りがま口小銭入れです。\u003c\/p\u003e\n        \u003cul class=\"basic-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          \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=\"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タテ：7cm\u003c\/li\u003e\n          \u003cli\u003eヨコ：8cm （外寸）\u003c\/li\u003e\n          \u003cli\u003e収納可能サイズ：タテ4.5cm × ヨコ5cm以内程度\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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通常は簡易包装で発送いたします。（BOXは付きません。）\u003cbr\u003eギフトラッピングをご希望の方は、専用ギフトBOXにリボンをおかけした状態で発送いたします。\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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"アドリアパープル","offer_id":45280194101301,"sku":"ad-wa6Pur","price":5720.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアミントグリーン","offer_id":45280194134069,"sku":"ad-wa6mt","price":5720.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアグレージュ","offer_id":45280194166837,"sku":"ad-wa6greige","price":5720.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブラック","offer_id":45280194199605,"sku":"ad-wa6bk","price":5720.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアイエロー","offer_id":45280194232373,"sku":"ad-wa6yellow","price":5720.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアコーラルオレンジ","offer_id":45280194265141,"sku":"ad-wa6corange","price":5720.0,"currency_code":"JPY","in_stock":true},{"title":"アドリアブルー","offer_id":45280194297909,"sku":"ad-wa6blue","price":5720.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアアイボリー","offer_id":45280194330677,"sku":"ad-wa6ivory","price":5720.0,"currency_code":"JPY","in_stock":false},{"title":"アドリアネイビー","offer_id":45280194363445,"sku":"ad-wa6nv","price":5720.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/ad-wa2-1_5.jpg?v=1780627629"},{"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-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":"rl-rsb","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、装いに新たな息吹を吹き込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-rsb-1.jpg?v=1780627764\" 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\/rl-rsb-3.jpg?v=1780627764\" 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約23gという驚くほどの\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-rsb-4.jpg?v=1780627764\" 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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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サイズの2サイズ展開です。\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              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eMサイズ\u003c\/td\u003e\n                \u003ctd\u003e約103cm\u003c\/td\u003e\n                \u003ctd\u003e約1cm\u003c\/td\u003e\n                \u003ctd\u003e約23g\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eLサイズ\u003c\/td\u003e\n                \u003ctd\u003e約123cm\u003c\/td\u003e\n                \u003ctd\u003e約1cm\u003c\/td\u003e\n                \u003ctd\u003e約27g\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e製造: 日本製\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":"ゴールド \/ M","offer_id":45280216449077,"sku":"rl-ch01goldM","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ L","offer_id":45280216481845,"sku":"rl-ch01goldL","price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー \/ M","offer_id":45280216514613,"sku":"rl-ch01silverM","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ L","offer_id":45280216547381,"sku":"rl-ch01silverL","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-rsb-1.jpg?v=1780627764"},{"product_id":"rl-ch02","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!-- 商品解説セクション --\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\/rl-ch02-1.jpg?v=1780627815\" 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約35gの軽やかさ\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-ch02-2.jpg?v=1780627814\" 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全長約105cmのしなやかなチェーン\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\/rl-ch02-4.jpg?v=1780627814\" 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!-- スペック・詳細セクション --\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        \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全長: 最大 約105cm\u003c\/li\u003e\n          \u003cli\u003e幅: 約5mm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約35g\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":45280225198133,"sku":"rl-ch02goldM","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー","offer_id":45280225230901,"sku":"rl-ch02silverM","price":6600.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":45280225263669,"sku":"rl-ch02bkM","price":6600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/rl-ch02-1.jpg?v=1780627815"},{"product_id":"r-megane","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や\u003cstrong\u003eブローチ\u003c\/strong\u003eとして、あなたの創造性で無限の可能性を広げます。自由な発想で、個性を表現してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-megane-1.jpg?v=1780627876\" 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\/r-megane-3.jpg?v=1780627877\" 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約7gの軽さ\u003c\/strong\u003eで、縦17mm×横幅72mmという\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-megane-4.jpg?v=1780627876\" class=\"img-fluid d-block w-100 product-img\" alt=\"日本製の上質な輝き\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日本製の上質な輝き\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴・使い方\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e男性にも女性にもおすすめ！使い方は自由自在のメガネ型マルチクリップです。いつものコーディネートにちょっとのアクセントをプラスします。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eマネークリップとして\u003c\/li\u003e\n                \u003cli\u003eバッグや小物のアクセントとして\u003c\/li\u003e\n                \u003cli\u003eネクタイピンとして\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縦: 17mm\u003c\/li\u003e\n                \u003cli\u003e横幅: 72mm\u003c\/li\u003e\n                \u003cli\u003e厚さ: 7mm\u003c\/li\u003e\n                \u003cli\u003e重さ: 約7g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\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","brand":"bell la bell","offers":[{"title":"ゴールド","offer_id":45280234438709,"sku":"r-meganegold","price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"シルバー","offer_id":45280234471477,"sku":"r-meganesilver","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"白×グレー","offer_id":45280234504245,"sku":"r-meganewhgray","price":1650.0,"currency_code":"JPY","in_stock":false},{"title":"白×黒","offer_id":45280234537013,"sku":"r-meganewhbk","price":1650.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-megane-1.jpg?v=1780627876"},{"product_id":"r-cat","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\/3_570f0cae-90a9-4d7e-a8fd-5002167100a4.jpg?v=1780627879\" 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\/r-cat-2.jpg?v=1780627879\" 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\/9_0fe16801-0b2a-4433-a7dd-d627554c364d.jpg?v=1780627879\" 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猫の日など、ネコ好きの方へのプレゼントにぴったり\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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ねこ: 縦4cm × 横5.5cm, 重さ約9g\u003c\/li\u003e\n        \u003cli\u003e子ネコ: 縦3cm × 横3.5cm, 重さ約2g\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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シルバー・ゴールド: 表はサテーナ（艶消し）、裏側は光沢あり\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":45280234733621,"sku":"r-catgold","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"ゴールド \/ こねこ","offer_id":45280234766389,"sku":"r-cat2G","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ ねこ","offer_id":45280234799157,"sku":"r-catsilver","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"シルバー \/ こねこ","offer_id":45280234831925,"sku":"r-cat2S","price":1650.0,"currency_code":"JPY","in_stock":true},{"title":"黒×赤 \/ ねこ","offer_id":45280234864693,"sku":"r-catbkred","price":1650.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/3_570f0cae-90a9-4d7e-a8fd-5002167100a4.jpg?v=1780627879"},{"product_id":"r-springarm","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が手元に\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-springarm-1.jpg?v=1780627880\" 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\/r-springarm-4.jpg?v=1780627881\" 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\/r-springarm-5.jpg?v=1780627880\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e実用性と洗練された美しさ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品仕様・詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eブラウスやシャツの袖の悩みを解決するアームバンドです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e筒型スプリングタイプで、腕を通すだけで簡単に装着可能\u003c\/li\u003e\n                    \u003cli\u003e両腕用（ペアセット）\u003c\/li\u003e\n                    \u003cli\u003e男女兼用で幅広い方にフィット\u003c\/li\u003e\n                    \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                    \u003cli\u003e直径: 約6.2cm\u003c\/li\u003e\n                    \u003cli\u003e幅: 約8mm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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\n\u003c\/div\u003e","brand":"bell la bell","offers":[{"title":"シルバー","offer_id":45280234897461,"sku":"r-springarmsilver","price":3300.0,"currency_code":"JPY","in_stock":false},{"title":"ゴールド","offer_id":45280234930229,"sku":"r-springarmgold","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":45280234962997,"sku":"r-springarmbk","price":3300.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/7323\/6021\/files\/r-springarm-1.jpg?v=1780627880"}],"url":"https:\/\/belllabell.we-shop.jp\/collections\/gold.oembed","provider":"bell la bell_weshop","version":"1.0","type":"link"}