{"product_id":"158878509","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\/158878509.jpg?v=1740639929\" 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\/158878509_o1.jpg?v=1740639929\" 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\/0573\/4570\/4018\/files\/158878509_o3.jpg?v=1740639929\" class=\"img-fluid d-block w-100 product-img\" alt=\"圧倒的な安定感\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e頼れる自立型デザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e厳選した革のみを使用した、国産革トートバッグです。長年の使用でも型崩れしにくい工夫が施されています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e肩掛けしやすいハンドルバンドが付属: 肩掛け時にハンドルが肩から落ちるのを防ぎます。真鍮製の留め具で変形の心配もありません。\u003c\/li\u003e\n                \u003cli\u003eシューホーンキーリングが付属: ネイビー色の糸がアクセント。アルミ製靴ベラを革で包み、靴のかかとを痛める心配がありません。\u003c\/li\u003e\n                \u003cli\u003e型崩れしにくい堅牢構造: 牛の臀部に近いハリのある上質な革を厳選使用。年月が経つほどにその違いが現れます。\u003c\/li\u003e\n                \u003cli\u003e＋3p延長されたハンドル: 標準サイズより3p延長され、手持ち・肩掛けなど様々な持ち方に対応します。\u003c\/li\u003e\n                \u003cli\u003e貴重品を安心して収納できるポケット: 通帳、カード、お財布などを収納可能なファスナータイプ。A5ノートも横に入る大きさで、ポケット内部にはピッグスエードを贅沢に使用しています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eビッグフィールドトートバッグならではの、細部へのこだわりをご覧ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e引きやすいオリジナルファスナー引き手: 真鍮製引き手にネクタイモチーフの革を取り付け、手縫いで仕上げました。ネイビーの糸がさりげないアクセントです。\u003c\/li\u003e\n                \u003cli\u003eYKK最高級「エクセラ」ファスナー: 使うほどに滑らかな引き味となる、重厚感漂う金色のYKK最高級ファスナー「エクセラ」を内ポケットに使用。\u003c\/li\u003e\n                \u003cli\u003eスムーズなマグネット開口部: スムーズな使い心地を体感できるマグネット式開口部を採用。\u003c\/li\u003e\n                \u003cli\u003eシューホーンキーリングをおしゃれに携帯: Dカン（接続部分の金具）により、シューホーンキーリングをワンタッチで脱着、おしゃれに携帯できます。\u003c\/li\u003e\n                \u003cli\u003eお客様との共同開発品: 使いやすさ、安全面、デザイン性全てを追求し、お客様との試行錯誤の末に生まれた完璧なトートバッグです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cdiv style=\"position: relative; padding-bottom: 56.25%; overflow: hidden;\"\u003e\n                    \u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" src=\"https:\/\/www.youtube.com\/embed\/bDkdJzHkO-I?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n                \u003c\/div\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\"\u003e165pサイズを基準に、マチ幅は変わらず全体のサイズが拡大縮小します。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e165pサイズ: 縦28p × 上横47.1p × 下横37p × 底マチ14p\u003c\/li\u003e\n                \u003cli\u003e176pサイズ: 縦29p × 上横50.2p × 下横40p × 底マチ14p\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003c!-- サイズ表画像があればここに \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"...\" alt=\"サイズ表\"\u003e\u003c\/div\u003e --\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国・カラー\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \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            \u003cp class=\"body-text\"\u003eご注文から商品お届けまでの流れです。\u003c\/p\u003e\n            \u003cul class=\"step-list\"\u003e\n                \u003cli\u003e商品をカートに入れて、決済を行ってください。\u003c\/li\u003e\n                \u003cli\u003e決済後、2営業日以内に納期のご案内メールをお届けします。\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            \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/liff.line.me\/1645278921-kWRPP32q\/?accountId=033bjrbp\" target=\"_blank\" rel=\"noopener\"\u003eLINEで問合せはこちら\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eこの商品は、バラキズ、血筋、トラといった革の個性を生かす加工を施すことで風合いを演出しています。\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\n\u003c\/div\u003e","brand":"leather works","offers":[{"title":"黒 \/ 黒","offer_id":41974160130130,"sku":"BB","price":0.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ イエロー","offer_id":41974160162898,"sku":"BY","price":0.0,"currency_code":"JPY","in_stock":true},{"title":"黒 \/ ベージュ","offer_id":41974160195666,"sku":"BBe","price":0.0,"currency_code":"JPY","in_stock":true},{"title":"モカ \/ 黒","offer_id":41974160228434,"sku":"MB","price":0.0,"currency_code":"JPY","in_stock":true},{"title":"モカ \/ イエロー","offer_id":41974160261202,"sku":"MY","price":0.0,"currency_code":"JPY","in_stock":true},{"title":"モカ \/ ベージュ","offer_id":41974160293970,"sku":"MBe","price":0.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/158878509.jpg?v=1740639929","url":"https:\/\/leather-works.we-shop.jp\/products\/158878509","provider":"leather works","version":"1.0","type":"link"}