{"product_id":"182821976","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  \u003ch1\u003e【オーダー製作】ヴァケッタフラップトート\u003c\/h1\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\/182821976.jpg?v=1740639623\" 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\/182821976_o3.jpg?v=1740639624\" 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\/182821976_o4.jpg?v=1740639624\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e愛着を深める上質な手仕事の証\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e世界にひとつ、あなたのために生まれるバッグ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e「ヴァケッタフラップトート」は、上質なレザーとシンプルな美しさが融合した\u003cstrong\u003e一生もののバッグ\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    \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お好きなカラーで、あなただけのトートをデザインする喜びを。ヴァケッタフラップトートでは、本体と裏地のカラーを自由に組み合わせることができます。洗練されたベーシックなカラーから、遊び心のあるビビッドなカラーまで、\u003cstrong\u003e無限の組み合わせ\u003c\/strong\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        \u003cp class=\"body-text\"\u003eヴァケッタフラップトートの際立つ特徴をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e完全ハンドメイド: \u003c\/strong\u003e一点ずつ手作業で仕立てられる、至高のクラフトマンシップ。ハンドルやステッチ、細部の仕上げまで、職人の技術と想いが詰まっています。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eハンドルの特別仕様: \u003c\/strong\u003eハンドルは左右の長さを調整し、手持ちのしやすさを追求。手縫いで丁寧に仕上げられたハンドルが、手に馴染み、持ちやすさと高級感を両立します。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eシンプルな内装設計: \u003c\/strong\u003eインナーには、大きなポケットを一つだけ配置。シンプルながらも使い勝手を考えたデザインで、必要なものをスマートに収納し、取り出しやすくしています。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e質感: \u003c\/strong\u003e型押しではなく、自然なランダムシボ感が、まるでレザーが語りかけるかのような奥深さを持っています。柔らかく手に馴染む感触は、使い込むほどに愛着が深まります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eオーダーの流れ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eあなただけの特別なバッグをお届けするまでの流れです。\u003c\/p\u003e\n        \u003cul class=\"step-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eカラー選択: \u003c\/strong\u003e本体、裏地、ステッチの色など、お好みのカラーをお選びいただけます。あなただけの組み合わせで、個性を表現してください。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eカスタマイズのご相談: \u003c\/strong\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\" rel=\"noopener noreferrer\"\u003eお問い合わせ\u003c\/a\u003eください。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e製作期間: \u003c\/strong\u003e受注を受けてから、約3ヶ月〜7ヶ月の製作期間を頂戴します。職人が一つひとつ丁寧に仕上げていくため、お時間をいただくことになりますが、その価値を感じていただける逸品をお届けいたします。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e完成・お届け: \u003c\/strong\u003e完成したバッグは、厳重に検品し、最高の状態でお届けいたします。手にした瞬間、あなただけの特別な存在感を感じていただけることでしょう。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\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サイズ：縦29p×横45×底幅14p\u003c\/li\u003e\n          \u003cli\u003eハンドル高さ：12p\u003c\/li\u003e\n          \u003cli\u003e重さ：1300g\u003c\/li\u003e\n          \u003cli\u003e使用革：ヴァケッタ８００、ピッグスエード\u003c\/li\u003e\n          \u003cli\u003eポケット：インナーポケット×１\u003c\/li\u003e\n          \u003cli\u003e底：真鍮製底びょう×５\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e関連動画\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e製品の魅力を動画でご覧いただけます。\u003c\/p\u003e\n        \u003cdiv style=\"position: relative; padding-bottom: 56.25%;\"\u003e\u003ciframe style=\"position: absolute; top: 20px; left: 0; width: 100%; height: 100%;\" src=\"https:\/\/www.youtube.com\/embed\/PdJwO7X1jLw?si=3hQSBAcidE6v7yh_\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"leather works","offers":[{"title":"モカブラウン \/ イエロー","offer_id":41974196994130,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モカブラウン \/ モスグリーン","offer_id":41974197026898,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モカブラウン \/ ベージュ","offer_id":41974197059666,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モカブラウン \/ ブラック","offer_id":41974197092434,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モカブラウン \/ ブルー","offer_id":41974197125202,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モカブラウン \/ ターコイズブルー","offer_id":41974197157970,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モカブラウン \/ ブラウン","offer_id":41974197190738,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モカブラウン \/ 注文後に相談","offer_id":41974197223506,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ イエロー","offer_id":41974197256274,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ モスグリーン","offer_id":41974197289042,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ベージュ","offer_id":41974197321810,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ブラック","offer_id":41974197354578,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ブルー","offer_id":41974197387346,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ターコイズブルー","offer_id":41974197420114,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ブラウン","offer_id":41974197452882,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ 注文後に相談","offer_id":41974197485650,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ イエロー","offer_id":41974197518418,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ モスグリーン","offer_id":41974197551186,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ベージュ","offer_id":41974197583954,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ブラック","offer_id":41974197616722,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ブルー","offer_id":41974197649490,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ターコイズブルー","offer_id":41974197682258,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ブラウン","offer_id":41974197715026,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ 注文後に相談","offer_id":41974197747794,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ イエロー","offer_id":41974197780562,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ モスグリーン","offer_id":41974197813330,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ ベージュ","offer_id":41974197846098,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ ブラック","offer_id":41974197878866,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ ブルー","offer_id":41974197911634,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ ターコイズブルー","offer_id":41974197944402,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ ブラウン","offer_id":41974197977170,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン \/ 注文後に相談","offer_id":41974198009938,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ イエロー","offer_id":41974198042706,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ モスグリーン","offer_id":41974198075474,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ ベージュ","offer_id":41974198108242,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ ブラック","offer_id":41974198141010,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ ブルー","offer_id":41974198173778,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ ターコイズブルー","offer_id":41974198206546,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ ブラウン","offer_id":41974198239314,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ 注文後に相談","offer_id":41974198272082,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ワインレッド \/ イエロー","offer_id":41974198304850,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ワインレッド \/ モスグリーン","offer_id":41974198337618,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ワインレッド \/ ベージュ","offer_id":41974198370386,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ワインレッド \/ ブラック","offer_id":41974198403154,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ワインレッド \/ ブルー","offer_id":41974198435922,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ワインレッド \/ ターコイズブルー","offer_id":41974198468690,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ワインレッド \/ ブラウン","offer_id":41974198501458,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ワインレッド \/ 注文後に相談","offer_id":41974198534226,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ イエロー","offer_id":41974198566994,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ モスグリーン","offer_id":41974198599762,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ベージュ","offer_id":41974198632530,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ブラック","offer_id":41974198665298,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ブルー","offer_id":41974198698066,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ターコイズブルー","offer_id":41974198730834,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ブラウン","offer_id":41974198763602,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ 注文後に相談","offer_id":41974198796370,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182821976.jpg?v=1740639623","url":"https:\/\/leather-works.we-shop.jp\/products\/182821976","provider":"leather works","version":"1.0","type":"link"}