{"product_id":"182535196","title":"【オーダー製作】ビジネストートバッグ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #252120; \n      font-family: \"Zen Old Mincho\", \"Nunito\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #FFFFFF;\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 #464241;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #FFFFFF; \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 #B69F86; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #FFFFFF; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #FFFFFF; \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: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #B69F8640 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 #464241;\n      border-radius: 0px;\n      background-color: #252120; \n      color: #FFFFFF;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #FFFFFF; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #252120; 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: #B69F86; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #464241; 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: #252120; color: #FFFFFF; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"●\"; color: #B69F86; font-size: 0.9em; top: 2px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #FFFFFF; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #FFFFFF; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #FFFFFF; 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: #B69F86; 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: #FFFFFF; margin-bottom: 12px; border-bottom: 1px solid #B69F86; 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 #464241; th, td { padding: 12px 8px; border: 1px solid #464241; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #FFFFFF; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #464241; background: #2F2B2A; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #FFFFFF; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eエグゼクティブの品格を纏う、本革ビジネストート\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e無駄を削ぎ落としたデザインは、持つ人の地位を雄弁に語ります。\u003cstrong\u003e最高品質のイタリアンレザー「マルゴー」が放つ、深い艶と洗練された佇まい\u003c\/strong\u003eは、あらゆるビジネスシーンで確かな信頼感を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182535196.jpg?v=1740639829\" 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インナーポケット1つのシンプルな構造\u003c\/strong\u003e。柔らかなピッグスエードの裏地が、開くたびに上質な手触りをもたらし、持つ人のこだわりを静かに主張します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182535196_o2.jpg?v=1740639829\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された空間美と実用性\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e職人技が宿る、唯一無二のハンドル造形\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e短めのハンドルは、職人が一つ一つ手作業で生み出した唯一無二の造形です。\u003cstrong\u003e左右で異なる微妙な傾斜が、持つ人の所作まで美しく引き立てます\u003c\/strong\u003e。使い込むほどに深まる真鍮金具の風合いが、愛着を育みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182535196_o3.jpg?v=1740639829\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e細部まで妥協しない職人の美意識\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e持つだけで感じる特別感。あなたの日常を極上にする一品。\u003c\/p\u003e\n            \u003cp\u003eビジネスの場でも、自分らしさを大切にしたい。そんなあなたに、「ビジネストート」は洗練された個性とセンスを自然に、そして確実に引き立ててくれます。\u003c\/p\u003e\n            \u003cp\u003eビジネストートの特徴\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e量産品にはないこだわり 短めのハンドルは、持ちやすさを徹底的に追求した特別なデザイン。左右に微妙な差をつけたその仕様は、ただのバッグを超え、持つ人の姿勢や動作さえも美しく見せてくれます。\u003c\/li\u003e\n                \u003cli\u003e贅沢なミニマリズムを楽しむ 持ち物が少ない方にこそ、このトートの真価が発揮されます。必要なものだけを洗練されたデザインに収め、余計なものを持たない贅沢を楽しんでください。\u003c\/li\u003e\n                \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本体カラー：ブラック、ブラウン、ダークブラウンの3色からお選びいただけます。ビジネスシーンにふさわしい洗練された色合いです。\u003c\/li\u003e\n                \u003cli\u003e裏地カラー：定番5色（ブラック、ベージュ、ブルー、イエロー、深緑）\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"caption-text\"\u003e本体及び裏地カラーはご注文後に職人からのアドバイスを受けながらじっくり決めることができます。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pdOluKXNpbmlyKG8pchfpaul6aG8ytG5uQ.jpg?cmsp_timestamp=20240910175751\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e価格と注文方法\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品は受注生産方式で提供いたします。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e価格：250,000円（税込）\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=\"step-list\"\u003e\n                \u003cli\u003e商品をカートに入れて、決済を行ってください。\u003c\/li\u003e\n                \u003cli\u003e２営業日以内に当店の職人から納期のご案内のメールが届きます。\u003c\/li\u003e\n                \u003cli\u003eご不明な点、オーダーの詳細はそちらにてやり取りを行なってください。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e支払い方法\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eクレジットカード\u003c\/li\u003e\n                \u003cli\u003e銀行振込\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e全商品送料無料でお届けいたします。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eお手入れ方法とアフターサービス\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eお手入れ方法\u003c\/p\u003e\n            \u003cp\u003eレザーのメンテナンスには専用クリームを使用し、定期的なケアをお勧めします。\u003c\/p\u003e\n            \u003cp\u003e購入後も安心してお使いいただけるよう、修理サービスも承っております。\u003c\/p\u003e\n            \u003cp\u003e安心のアフターサービス\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e修理サービス：保証期間内は無償修理サービスを提供。期間外でも有償で対応いたします。\u003c\/li\u003e\n                \u003cli\u003eメンテナンスサービス：定期的なメンテナンスサービスを提供しております。\u003c\/li\u003e\n            \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「leather works KATSUYUKI TANAKA」は、職人田中克幸が一つ一つ手作業で仕上げる革製品ブランドです。私の製品には、職人の情熱とこだわりが詰まっています。\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お問い合わせ先：ご連絡は、\u003ca href=\"https:\/\/katsuyuki-t.shop-pro.jp\/secure\/?mode=inq\u0026amp;shop_back_url=https%3A%2F%2Fkatsuyuki-t.shop-pro.jp%2F\u0026amp;shop_id=PA01455927\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからどうぞ。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e製品スペック\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eサイズ詳細\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e横44cm x 高さ30cm x 奥行き10cm\u003c\/li\u003e\n                \u003cli\u003eハンドル長さ15cm\u003c\/li\u003e\n                \u003cli\u003e重量：約1100ｇ\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eビジネス書類やタブレットがスマートに収納できるサイズ感です。\u003c\/p\u003e\n            \u003cp\u003e素材・仕様\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e収納スペース：内部にはインナーポケットが１個のみのシンプルな設計で、必要最低限の持ち物を効率よく整理できます。\u003c\/li\u003e\n                \u003cli\u003e裏地：ピッグスエード（豚革の高品質スエードを使用）\u003c\/li\u003e\n                \u003cli\u003e使用金具：真鍮\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\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                    \u003ca href=\"https:\/\/katsuyuki-t.shop-pro.jp\/?pid=181913093\"\u003e革サンプル色見本＆資料請求（クーポン付）\u003c\/a\u003e\n                    \u003cp\u003e購入を決めた、または検討中の方へ。まずは革サンプルと資料請求をして、お得なクーポンを手に入れてください。\u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003ca href=\"https:\/\/katsuyuki-t.shop-pro.jp\/?pid=181923432\"\u003e北海道神宮でのご祈祷サービス\u003c\/a\u003e\n                    \u003cp\u003eさらなるビジネスの発展や商売繁盛、成功と繁栄を願って、北海道神宮でのご祈祷を行ってから発送いたします。\u003c\/p\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- YouTube 動画セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e動画で見るビジネストート\u003c\/h3\u003e\n        \u003cdiv style=\"position: relative; padding-bottom: 56.25%;\"\u003e\n            \u003ciframe src=\"about:blank\" style=\"position: absolute; top: 20px; left: 0; width: 100%; height: 100%;\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\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        \u003cp class=\"body-text\"\u003e「ビジネストート」は、あなたのビジネスシーンを\u003cstrong\u003eスタイリッシュに演出するための一品\u003c\/strong\u003eです。上品かつ信頼感のある見た目は、洗練された姿勢を演出します。余計なものを持たずに、贅沢なミニマリズムを楽しんでください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"leather works","offers":[{"title":"注文後に相談 \/ 注文後に相談","offer_id":41974195814482,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ベージュ","offer_id":41974195847250,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ターコイズブルー","offer_id":41974195880018,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ブルー","offer_id":41974195912786,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ブラック","offer_id":41974195945554,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ イエロー","offer_id":41974195978322,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ モスグリーン","offer_id":41974196011090,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ 注文後に相談","offer_id":41974196043858,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ベージュ","offer_id":41974196076626,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ターコイズブルー","offer_id":41974196109394,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ブルー","offer_id":41974196142162,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ブラック","offer_id":41974196174930,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ イエロー","offer_id":41974196207698,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ モスグリーン","offer_id":41974196240466,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ 注文後に相談","offer_id":41974196273234,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ベージュ","offer_id":41974196306002,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ターコイズブルー","offer_id":41974196338770,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ブルー","offer_id":41974196371538,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ブラック","offer_id":41974196404306,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ イエロー","offer_id":41974196437074,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ モスグリーン","offer_id":41974196469842,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ 注文後に相談","offer_id":41974196502610,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ベージュ","offer_id":41974196535378,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ターコイズブルー","offer_id":41974196568146,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ブルー","offer_id":41974196600914,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ブラック","offer_id":41974196633682,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ イエロー","offer_id":41974196666450,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ モスグリーン","offer_id":41974196699218,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182535196.jpg?v=1740639829","url":"https:\/\/leather-works.we-shop.jp\/products\/182535196","provider":"leather works","version":"1.0","type":"link"}