{"product_id":"183710816","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  \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\/183710816.jpg?v=1740639300\" 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\/183710816_o2.jpg?v=1740639300\" 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\/183710816_o3.jpg?v=1740639300\" 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  \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「スラントトート」は、その名の通り、斜めにカットされたフラップが特徴的な、個性とデザインを融合させた特別な一品です。\"スラント\"（Slant）という言葉は、英語で「斜め」を意味しますが、このトートはただ物理的に斜めなだけではありません。斜めのラインは、\"常識にとらわれない視点\"や\"新しい角度から世界を見つめる\"という精神を象徴しています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pciltKW5peml86XIwLXMzA.jpg?cmsp_timestamp=20241125200443\" alt=\"スラントトートの全体像\"\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e希少な1点限定品: 世界に1つしか存在しない「唯一無二」の限定品です。素材の厳選から細部に至るまで、すべての工程が特別に施されています。シリアルナンバーが打刻され、その希少価値を感じていただけるでしょう。\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pbml6aXzpcilyKW0uOWk7Q.jpg?cmsp_timestamp=20241125213609\" alt=\"一点限定品の画像\"\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e計算された斜めフラップ: 大胆にカットされたフラップは、視覚的なインパクトを与えるだけでなく、白ステッチによって輪郭が強調され、洗練された印象を与えます。個性豊かなデザインの中に、遊び心と品格が見事に融合しています。\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pbml6aXzpci80KTh.jpg?cmsp_timestamp=20241125213525\" alt=\"斜めフラップの画像\"\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e固定ハンドル: 左右で異なる高さのハンドルは、デザインに奥行きを持たせながらも、実用性に優れた握りやすさを実現。毎日使える鞄として、他のトートバッグとは一線を画す特別な体験を提供します。ハンドルは全て手縫いで作られています。\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pbml6aXzpcilz6Xzpcml6w.jpg?cmsp_timestamp=20241125213546\" alt=\"固定ハンドルの画像\"\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n            \u003cli\u003eピッグスエードの裏地: 落ち着きあるベージュの裏地は、バッグを開くたびに落ち着きある高級感を演出してくれます。ブラックとのコントラストが美しく、外側も内側も細部までこだわりが詰まっています。\u003c\/li\u003e\n            \u003cli\u003eインナーポケット: 小物の収納に便利なインナーポケットが1つ付いており、整理整頓が簡単です。シンプルながらも機能的なデザインが、スタイルと実用性を両立しています。\u003c\/li\u003e\n            \u003cli\u003e真鍮製の底びょう: 底には5つの真鍮製底びょうが配置され、鞄をしっかりと保護しつつ、高級感をプラスしています。\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pbml6aXzpcikvaSz.jpg?cmsp_timestamp=20241125213631\" alt=\"真鍮製底びょうの画像\"\u003e\n                \u003c\/div\u003e\n            \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        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pbml6aXzpci80KThpaKlw6XX.jpg?cmsp_timestamp=20241125213652\" alt=\"トゴ革のテクスチャ画像\"\u003e\n        \u003c\/div\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        \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ポケット：インナーポケット×1\u003c\/li\u003e\n          \u003cli\u003e底：真鍮製底びょう×5\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        \u003cdiv style=\"position: relative; padding-bottom: 56.25%;\"\u003e \n          \u003ciframe style=\"position: absolute; top: 20px; left: 0; width: 100%; height: 100%;\" src=\"https:\/\/www.youtube.com\/embed\/dQw4w9WgXcQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (Specs) --\u003e\n  \n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入方法\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e銀行振込、クレジットカード決済（PayPal）\u003c\/p\u003e\n  \u003c\/div\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スラントトートは、個性を大切にするあなたにぴったりのトートバッグです。斜めのラインと洗練されたデザインは、日常に少しの「非日常」を加え、ありふれたスタイルに新しい角度を提供します。シンプルだけど大胆、控えめだけど印象的。まさに、あなたの個性を映し出す特別なキャンバスです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pciltKW5peml86XIw-XN0Q.jpg?cmsp_timestamp=20241125200514\" class=\"img-fluid d-block w-100 product-img\" alt=\"スラントトートを抱える人物\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Final Call to Action --\u003e\n  \u003cp class=\"body-text\"\u003eこのトートバッグで、日常に新しい視点と特別感を取り入れてみませんか？ スラントトートは、あなたのスタイルに斜めの視点を加え、ただの鞄を超えた存在感を持たせます。\u003c\/p\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"leather works","offers":[{"title":"Default Title","offer_id":41974099771474,"sku":null,"price":649000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/183710816.jpg?v=1740639300","url":"https:\/\/leather-works.we-shop.jp\/products\/183710816","provider":"leather works","version":"1.0","type":"link"}