{"product_id":"181927042","title":"【オーダー製作】フルハンドステッチフラップトート","description":"\n\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    \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\/0573\/4570\/4018\/files\/181927042.jpg?v=1740639754\" 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\/0573\/4570\/4018\/files\/181927042_o2.jpg?v=1740639754\" 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\/0573\/4570\/4018\/files\/181927042_o4.jpg?v=1740639754\" class=\"img-fluid d-block w-100 product-img\" alt=\"見えない部分にも贅沢をの画像\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e見えない部分にも贅沢を\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e職人の手仕事が生む至高の一品。「フルハンドステッチ」フラップトートは、その名にふさわしい贅沢さと洗練されたデザインが特徴です。ビジネスでもプライベートでも、一つの鞄でどんなシーンにも対応できる万能なトートバッグです。熟練の職人が一針一針心を込めて手縫いで仕上げたこのバッグは、他にはない特別な一品です。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e【フルハンドステッチ】フラップトートの特徴:\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e手仕事の温もり: 総手縫いで仕上げたフラップトートは、熟練の職人が時間と手間を惜しまず一針一針丁寧にすべてのパーツを手縫いで仕上げています。機械では決して表現できない温かみと独特の風合いがあります。\u003c\/li\u003e\n                    \u003cli\u003e選び抜かれた素材: イタリアの最高級レザー「マルゴー」を使用し、経年変化を楽しめるこの革は、使い込むほどに美しさが増し、あなたの手に馴染んでいきます。\u003c\/li\u003e\n                    \u003cli\u003e改良されたハンドル補強: 職人のこだわりにより、ハンドル部分がしっかりと補強され、耐久性が格段にアップしています。長く愛用できる一品です。\u003c\/li\u003e\n                    \u003cli\u003eデザインと機能の融合: 高貴でクラシカルなフラップデザインが、どんなシーンでもあなたの個性を引き立てます。左右差をつけた持ちやすいハンドルが持ちやすさを格段に向上させています。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \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横：47cm\u003c\/li\u003e\n                    \u003cli\u003e縦：30cm\u003c\/li\u003e\n                    \u003cli\u003e底奥行き：13cm\u003c\/li\u003e\n                    \u003cli\u003eハンドル高さ：17cm（フラップ上辺からハンドルの内側まで）\u003c\/li\u003e\n                    \u003cli\u003e重量：約1200g\u003c\/li\u003e\n                    \u003cli\u003e内ポケット：1個付き\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表革：ヴィルジリオ社 マルゴー（仕様革変更については無料）\u003c\/li\u003e\n                    \u003cli\u003e裏地：ピッグスエード（豚革のスエード）\u003c\/li\u003e\n                    \u003cli\u003e使用金具：真鍮\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーオプション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eあなたの個性やスタイルに合わせて、8つのカラーからお選びいただけます。バイカラーも含めカスタマイズが可能です。どのカラーもイタリアンレザーマルゴーの美しい発色を楽しめます。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e本体カラーはご注文後に職人からのアドバイスを受けながらじっくり決めることができます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pdWl6aXDpddfw7G_p6W1pfOl16XrXw.jpg?cmsp_timestamp=20240726200328\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーオプションの画像\"\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 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銀行振り込み\u003c\/li\u003e\n                    \u003cli\u003eペイパル\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eお手入れ方法\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e長くご愛用いただくためのお手入れ方法です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eレザーケア：定期的に専用のレザークリームで保湿してください。使用後は柔らかい布で軽く拭くと長持ちします。\u003c\/li\u003e\n                    \u003cli\u003e保管方法：直射日光を避け、風通しの良い場所で保管してください。\u003c\/li\u003e\n                \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=\"benefit-list\"\u003e\n                    \u003cli\u003e修理サービス：3年間は無償修理サービスを提供。期間外でも有償で対応いたします。\u003c\/li\u003e\n                    \u003cli\u003eメンテナンスサービス：定期的なメンテナンスサービスを提供しております。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e対応オプション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e下記よりそれぞれのオプションの商品ページへ飛びます。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003ca href=\"https:\/\/katsuyuki-t.shop-pro.jp\/?pid=181913397\" class=\"body-text\"\u003eシルバー925金具変更:\u003c\/a\u003e 通常はゴールド色の真鍮金具を、ジュエリー職人が時間と手間を惜しまず作るシルバー925の高級金具へ変更可能です。最高級の鞄には最高級の金具を。細部へのこだわりが、より洗練された印象へ導きます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003ca href=\"https:\/\/katsuyuki-t.shop-pro.jp\/?pid=181913676\" class=\"body-text\"\u003e誕生石金具:\u003c\/a\u003e 持ち主に特別なエネルギーをもたらす誕生石を一つ一つ手作業で金具に留めます。他では手に入らない、あなただけの特別なオプションです。世界に一つだけの鞄を手に入れてください。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003ca href=\"https:\/\/katsuyuki-t.shop-pro.jp\/?pid=181923432\" class=\"body-text\"\u003e北海道神宮でのご祈祷サービス:\u003c\/a\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\/9OWR04poNFk?si=dGSKraNmYekG94LZ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"leather works","offers":[{"title":"注文後に相談 \/ 注文後に相談","offer_id":41974186639442,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ブルー","offer_id":41974186672210,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ブラック","offer_id":41974186704978,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ イエロー","offer_id":41974186737746,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ターコイズ","offer_id":41974186770514,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ブラウン","offer_id":41974186803282,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ モスグリーン","offer_id":41974186836050,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"注文後に相談 \/ ベージュ","offer_id":41974186868818,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ 注文後に相談","offer_id":41974186901586,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ブルー","offer_id":41974186934354,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ブラック","offer_id":41974186967122,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ イエロー","offer_id":41974186999890,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ターコイズ","offer_id":41974187032658,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ブラウン","offer_id":41974187065426,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ モスグリーン","offer_id":41974187098194,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック \/ ベージュ","offer_id":41974187130962,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ 注文後に相談","offer_id":41974187163730,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ブルー","offer_id":41974187196498,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ブラック","offer_id":41974187229266,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ イエロー","offer_id":41974187262034,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ターコイズ","offer_id":41974187294802,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ブラウン","offer_id":41974187327570,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ モスグリーン","offer_id":41974187360338,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラウン \/ ベージュ","offer_id":41974187393106,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ 注文後に相談","offer_id":41974187425874,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ブルー","offer_id":41974187458642,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ブラック","offer_id":41974187491410,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ イエロー","offer_id":41974187524178,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ターコイズ","offer_id":41974187556946,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ブラウン","offer_id":41974187589714,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ モスグリーン","offer_id":41974187622482,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ダークブラウン \/ ベージュ","offer_id":41974187655250,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ローレルグリーン \/ 注文後に相談","offer_id":41974187688018,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ローレルグリーン \/ ブルー","offer_id":41974187720786,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ローレルグリーン \/ ブラック","offer_id":41974187753554,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ローレルグリーン \/ イエロー","offer_id":41974187786322,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ローレルグリーン \/ ターコイズ","offer_id":41974187819090,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ローレルグリーン \/ ブラウン","offer_id":41974187851858,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ローレルグリーン \/ モスグリーン","offer_id":41974187884626,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ローレルグリーン \/ ベージュ","offer_id":41974187917394,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ \/ 注文後に相談","offer_id":41974187950162,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ \/ ブルー","offer_id":41974187982930,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ \/ ブラック","offer_id":41974188015698,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ \/ イエロー","offer_id":41974188048466,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ \/ ターコイズ","offer_id":41974188081234,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ \/ ブラウン","offer_id":41974188114002,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ \/ モスグリーン","offer_id":41974188146770,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズ \/ ベージュ","offer_id":41974188179538,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"コバルトブルー \/ 注文後に相談","offer_id":41974188212306,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"コバルトブルー \/ ブルー","offer_id":41974188245074,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"コバルトブルー \/ ブラック","offer_id":41974188277842,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"コバルトブルー \/ イエロー","offer_id":41974188310610,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"コバルトブルー \/ ターコイズ","offer_id":41974188343378,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"コバルトブルー \/ ブラウン","offer_id":41974188376146,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"コバルトブルー \/ モスグリーン","offer_id":41974188408914,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"コバルトブルー \/ ベージュ","offer_id":41974188441682,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー \/ 注文後に相談","offer_id":41974188474450,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー \/ ブルー","offer_id":41974188507218,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー \/ ブラック","offer_id":41974188539986,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー \/ イエロー","offer_id":41974188572754,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー \/ ターコイズ","offer_id":41974188605522,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー \/ ブラウン","offer_id":41974188638290,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー \/ モスグリーン","offer_id":41974188671058,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー \/ ベージュ","offer_id":41974188703826,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ 注文後に相談","offer_id":41974188736594,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ ブルー","offer_id":41974188769362,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ ブラック","offer_id":41974188802130,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ イエロー","offer_id":41974188834898,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ ターコイズ","offer_id":41974188867666,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ ブラウン","offer_id":41974188900434,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ モスグリーン","offer_id":41974188933202,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ ベージュ","offer_id":41974188965970,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/181927042.jpg?v=1740639754","url":"https:\/\/leather-works.we-shop.jp\/products\/181927042","provider":"leather works","version":"1.0","type":"link"}