{"product_id":"181928818","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\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\/181928818.jpg?v=1740639805\" 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\/181928818_o1.jpg?v=1740639805\" 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\/181928818_o3.jpg?v=1740639805\" 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        \u003cp class=\"body-text\"\u003eこの特別なバッグは、職人の手作業で一つ一つ丁寧に作られているため、\u003cstrong\u003e数量には限り\u003c\/strong\u003eがあります。あなただけの特別なバーティカルフラップを手に入れるチャンスをお見逃しなく。\u003c\/p\u003e\n        \u003c!-- YouTube 動画表示 --\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\/uL7MpU4JeTQ?si=fxwWfcwle-5CpjPW\" title=\"YouTube video player\" allowfullscreen\u003e\u003c\/iframe\u003e\u003c\/div\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\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機能性も充実：大容量のメイン荷室に加え、内ポケットが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                \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内側：ファスナーポケット1つ、オープンポケット2つ\u003c\/li\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\u003eあなたの個性やスタイルに合わせて、8つのカラーからお選びいただけます。バイカラーも含めカスタマイズが可能です。どのカラーもイタリアンレザーマルゴーの美しい発色を楽しめます。本体カラーはご注文後に職人からのアドバイスを受けながらじっくり決めることができます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pdChvKXGpaOlq6XrpdWl6aXDpddfw7G_p6W1pfOl16XrXw.jpg?cmsp_timestamp=20240728010246\" 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\u003e「バーティカルフラップ」をさらに特別なものにする、各種オプションをご用意しております。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eシルバー925金具変更：通常はゴールド色の真鍮金具を、ジュエリー職人が時間と手間を惜しまず作るシルバー925の高級金具へ変更可能です。最高級の鞄には最高級の金具を。細部へのこだわりが、より洗練された印象へ導きます。\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=\"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                \u003cp\u003eお客様に安心してご愛用いただくためのアフターサービス体制です。\u003c\/p\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    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入とお支払い方法\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e価格: 650,000円（税込）\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料: 日本全国送料無料\u003c\/p\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決済後にじっくりとカラーや仕様について打ち合わせが可能です。カスタマイズのご相談も受け付けております。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eお支払い方法：クレジットカード、銀行振り込み、ペイパルをご利用いただけます。分割払いも可能ですのでお気軽にご相談ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"leather works","offers":[{"title":"Default Title","offer_id":41974100787282,"sku":null,"price":715000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/181928818.jpg?v=1740639805","url":"https:\/\/leather-works.we-shop.jp\/products\/181928818","provider":"leather works","version":"1.0","type":"link"}