{"title":"ヴァケッタの革で作る鞄","description":"","products":[{"product_id":"182858989","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    \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:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182858989.jpg?v=1740639357\" 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日常の装いに特別な彩りを添えるスラントトート。計算されたサイズ感と落ち着いた色合いが、あなたのビジネススタイルを一層引き立て、持つたびに自信と品格を醸し出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182858989_o2.jpg?v=1740639357\" 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ヴァケッタレザーの豊かな表情と、丁寧な白ステッチが織りなす職人技の結晶です。使うほどに色艶を増すエイジングは、あなただけの歴史を刻み、このバッグをかけがえのない逸品へと昇華させます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182858989_o4.jpg?v=1740639357\" 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        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eあなたのスタイルに、斜めの美学を。\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pbml6aXzpcg.jpg?cmsp_timestamp=20241025211105\" alt=\"スラントトートのデザインコンセプト画像\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e「スラントトート」は、その名の通り、斜めにカットされたフラップが特徴的な、個性とデザインを融合させた特別な一品です。\"スラント\"（Slant）という言葉は、英語で「斜め」を意味しますが、このトートはただ物理的に斜めなだけではありません。斜めのラインは、\"常識にとらわれない視点\"や\"新しい角度から世界を見つめる\"という精神を象徴しています。\u003c\/p\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\n\u003cstrong\u003e希少な1点限定品:\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                    \u003cli\u003e\n\u003cstrong\u003eインナーポケット:\u003c\/strong\u003e A5サイズのノートがちょうど収まるインナーポケットが1つ付いており、整理整頓が簡単です。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e真鍮製の底びょう:\u003c\/strong\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                \u003cp\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\u003eスラントトートは、個性を大切にするあなたにぴったりのトートバッグです。斜めのラインと洗練されたデザインは、日常に少しの「非日常」を加え、ありふれたスタイルに新しい角度を提供します。シンプルだけど大胆、控えめだけど印象的。まさに、あなたの個性を映し出す特別なキャンバスです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pbml6aXzpchfw-XN0TAx.jpg?cmsp_timestamp=20241025211153\" 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=\"basic-list\"\u003e\n                    \u003cli\u003e縦: 29cm\u003c\/li\u003e\n                    \u003cli\u003e横: 45cm\u003c\/li\u003e\n                    \u003cli\u003e底幅: 14cm\u003c\/li\u003e\n                    \u003cli\u003eハンドル高さ: 12cm\u003c\/li\u003e\n                    \u003cli\u003e重さ: 1300g\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使用革: ヴァケッタ800、ピッグスエード\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                \u003cp\u003e本商品は一点限定品のため、ご購入前にお問い合わせをお願いしております。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e価格: 55万円（期間限定、在庫品1点限り）\u003c\/li\u003e\n                    \u003cli\u003e決済方法: クレジットカードまたは銀行振込\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eご入金確認後にメンテナンスを行い、発送いたします。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- YouTube 動画表示 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e動画で見るスラントトート\u003c\/h3\u003e\n        \u003cdiv style=\"position: relative; padding-bottom: 56.25%;\"\u003e \n            \u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" src=\"https:\/\/www.youtube.com\/embed\/5HnDh9ismlM?si=tQG83LfmaeQl5hdc\" 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\n    \u003cdiv class=\"content-section\"\u003e\n        \u003cp class=\"body-text\"\u003eこのトートバッグで、日常に新しい視点と特別感を取り入れてみませんか？ スラントトートは、あなたのスタイルに斜めの視点を加え、ただの鞄を超えた存在感を持たせます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"leather works","offers":[{"title":"Default Title","offer_id":41974099837010,"sku":null,"price":605000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182858989.jpg?v=1740639357"},{"product_id":"183150075","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  \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」を体現した\u003cstrong\u003eミニマルなデザイン\u003c\/strong\u003e。イタリア産\u003cstrong\u003eヴァケッタ800\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\/183150075.jpg?v=1740639381\" 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\/183150075_o2.jpg?v=1740639381\" 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唯一無二、Kステッチに宿る個性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eバッグの底に秘められた「\u003cstrong\u003eK\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\/183150075_o4.jpg?v=1740639381\" class=\"img-fluid d-block w-100 product-img\" alt=\"唯一無二、Kステッチに宿る個性\"\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    \u003cp class=\"body-text\"\u003e「ピエガ（PIEGA）」は、イタリア語で「折りたたむ」を意味し、買い物袋からインスピレーションを得てデザインされたミニバッグ。日常に必要なものだけをスマートに持ち運ぶための、シンプルかつ洗練された一品です。財布、スマートフォン、小物をさっと収納し、手ぶらの快適さを求める人にぴったりなバッグに仕上げました。\u003c\/p\u003e\n\n    \u003c!-- 大きな図版（概要説明）--\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pdSlqKWsX8PlzdEwMQ.jpg?cmsp_timestamp=20241025205653\" class=\"img-fluid d-block w-100 product-img\" alt=\"手ぶらの美学、折りたたむような軽やかさ\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text\"\u003eこのバッグには、イタリア製の上質な「ヴァケッタ800」のシボ革を使用。使い込むごとにレザー特有の風合いが深まり、持ち主だけの味わいに変化します。表面の不規則な凹凸は、バッグに自然な個性を与え、シンプルながらも他にはない存在感を演出します。\u003c\/p\u003e\n\n    \u003c!-- YouTube 動画表示 --\u003e\n    \u003cdiv class=\"product-video-wrapper\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/dummy_video_id\" 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    \u003cp class=\"caption-text text-end\"\u003e動画で見るPIEGA\u003c\/p\u003e\n\n    \u003c!-- 大きな図版（デザインの特徴）--\u003e\n    \u003cdiv class=\"spec-img-full\"\u003e\n      \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01455\/927\/etc_base64\/pdSlqKWs.jpg?cmsp_timestamp=20241025205824\" class=\"img-fluid d-block w-100 product-img\" alt=\"デザインの特徴\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 個別のdetailsタグ --\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遊び心のあるステッチディテール：バッグの底にはブランドを象徴する「K」を模したステッチが施され、細部にまでこだわりを感じられます。\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素材：ヴァケッタ800（シボ革） – イタリア産の高級レザー。自然な凹凸と柔らかい手触りが特徴。\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        \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価格：￥173,800（税込）\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カフェでのひとときや近場の散歩に\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=\"benefit-list\"\u003e\n          \u003cli\u003e１点限定販売：あなただけの「ピエガ」を手に入れる喜び。1点1点が異なるシボ革の風合いを持ち、手にするごとに愛着が深まります。「ピエガ」を手にした瞬間から、軽やかな日常があなたを待っています。\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\u003c\/div\u003e","brand":"leather works","offers":[{"title":"Default Title","offer_id":41974099869778,"sku":null,"price":191180.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/183150075.jpg?v=1740639381"},{"product_id":"182821759","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\/182821759.jpg?v=1740639434\" 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\/182821759_o2.jpg?v=1740639434\" 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\/182821759_o4.jpg?v=1740639434\" 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    \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            \u003cp\u003eこの1点限定品は、現品限り。今すぐ手に入れられるのは、この瞬間を逃さないあなただけです。価格は今だけ51万円。すぐにあなたの元へお届けいたします。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e1点限定品の価値:\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\u003e本製品のデザイン上の特徴をご説明します。\u003c\/p\u003e\n            \u003cul class=\"basic-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 内側には、大きなインナーポケットを1つ配置。必要なものがすぐ手に取れる設計で、日常使いにおける利便性を重視しました。シンプルながらも、スマートな整理整頓が可能です。\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\u003e本製品のサイズと重量は以下の通りです。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e項目\u003c\/th\u003e\n                            \u003cth\u003e数値\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eサイズ\u003c\/td\u003e\n                            \u003ctd\u003e縦29cm × 横45cm × 底幅14cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eハンドル高さ\u003c\/td\u003e\n                            \u003ctd\u003e12cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e重さ\u003c\/td\u003e\n                            \u003ctd\u003e1300g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e※表記の「p」は誤記と判断し、一般的な単位である「cm」に変換して記載しております。\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\u003e本製品の主要な素材と仕様は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e使用革:\u003c\/strong\u003e ヴァケッタ800、ピッグスエード\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eポケット:\u003c\/strong\u003e インナーポケット×1\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e底:\u003c\/strong\u003e 真鍮製底びょう×5\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご注文について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eご購入の際は、作品の特性をお伝えしたいので必ずお問い合わせください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eあなただけの特別な一品を手に入れる、この瞬間を逃さないでください。人生の最高のひとときを共に過ごすためのパートナーが、今ここにあります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- YouTube 動画表示 --\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\/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\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"leather works","offers":[{"title":"Default Title","offer_id":41974100295762,"sku":null,"price":561000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182821759.jpg?v=1740639434"},{"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"},{"product_id":"182669250","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  \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\/182669250.jpg?v=1740639649\" 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\/182669250_o3.jpg?v=1740639649\" 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\/182669250_o4.jpg?v=1740639649\" 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    \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\/U3mzrR9Tf1Q?si=VFEP2EMer8SxNymk\" 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    \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日常に華を添え、特別な存在感を演出する「Austra（アウストラ）」は、従来のショルダートートをさらに進化させたラグジュアリーバッグです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e底芯構造\u003c\/strong\u003eにより、柔らかな美しさを保ちつつ、持ち運び時の安定感が向上\u003c\/li\u003e\n          \u003cli\u003eワックス仕上げの「アラスカ」と、シボ感が特徴の「ヴァケッタ800」の組み合わせが\u003cstrong\u003e上質な素材感\u003c\/strong\u003eを引き立てる\u003c\/li\u003e\n          \u003cli\u003e肩に優しくフィットする\u003cstrong\u003e平ハンドル\u003c\/strong\u003eと、特別なデザインの取り付け部分が快適さと美しさを両立\u003c\/li\u003e\n          \u003cli\u003e手触りの良いスエード裏地と小物の収納に便利な内ポケットで\u003cstrong\u003e優雅な空間\u003c\/strong\u003eを演出\u003c\/li\u003e\n          \u003cli\u003eマグネット開閉により、荷物の出し入れがスムーズで\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=\"point-list\"\u003e\n          \u003cli\u003eショルダートートの柔らかなシルエットを保ちつつ、底芯構造により\u003cstrong\u003e鞄が自立し安定\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eバッグの幅を広く設計し、\u003cstrong\u003e持ち物をゆとりを持って収納\u003c\/strong\u003eできる万能デザイン\u003c\/li\u003e\n          \u003cli\u003e「ヴァケッタ800」のシボ感と異なる色調が、シンプルながらも\u003cstrong\u003e華やかな存在感\u003c\/strong\u003eを演出\u003c\/li\u003e\n          \u003cli\u003eハンドルの平デザインと絶妙な取り付け角度が、持つ人の体に自然と寄り添い\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=\"benefit-list\"\u003e\n          \u003cli\u003eショッピングや旅行、出張など、あらゆるシーンで\u003cstrong\u003e頼れる存在\u003c\/strong\u003eとして常に寄り添う\u003c\/li\u003e\n          \u003cli\u003e「アラスカ」のワックスが時を重ねるごとに馴染み、内から現れる色合いが\u003cstrong\u003eあなただけの物語を紡ぐ\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003eこのバッグが、あなたの成長と共に深まり、\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体サイズ：横４０cm × 縦３６cm × 厚み１０cm\u003c\/li\u003e\n          \u003cli\u003eハンドル長さ：２７cm\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アクセント素材：ヴァケッタ800\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        \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        \u003cp class=\"body-text\"\u003e原則として、上記のカラーでのオーダーとなります。その他の組み合わせをご希望の場合は、ご注文時にカート画面の備考欄よりお伝えください。\u003c\/p\u003e\n        \u003cp class=\"body-text text-danger\"\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=\"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        \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/katsuyuki-t.shop-pro.jp\/?pid=181923432\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e詳細はこちら（北海道神宮でのご祈祷サービス）\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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本商品は\u003cstrong\u003e送料無料\u003c\/strong\u003eでお届けいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eご注文後、２営業日以内に職人より納期のご案内メールをお送りします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\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    \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":"注文後に相談","offer_id":41974196731986,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ベージュ","offer_id":41974196764754,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ターコイズブルー","offer_id":41974196797522,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー","offer_id":41974196830290,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"ブラック","offer_id":41974196863058,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー","offer_id":41974196895826,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false},{"title":"モスグリーン","offer_id":41974196928594,"sku":null,"price":0.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0573\/4570\/4018\/files\/182669250.jpg?v=1740639649"}],"url":"https:\/\/leather-works.we-shop.jp\/collections\/%e3%83%b4%e3%82%a1%e3%82%b1%e3%83%83%e3%82%bf%e3%81%ae%e9%9d%a9%e3%81%a7%e4%bd%9c%e3%82%8b%e9%9e%84.oembed","provider":"leather works","version":"1.0","type":"link"}