{"title":"深みを増す長財布","description":null,"products":[{"product_id":"1108","title":"【01108】長財布 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 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 #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; 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: #b99d82; 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: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; 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\/0729\/7069\/8972\/files\/12_000000000086.jpg?v=1738298319\" 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\/0729\/7069\/8972\/files\/13_000000000086.jpg?v=1738298319\" 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カード13枚\u003c\/strong\u003e、\u003cstrong\u003e札入れ2つ\u003c\/strong\u003e、\u003cstrong\u003e小銭入れ\u003c\/strong\u003eに加え、\u003cstrong\u003eフリーポケット\u003c\/strong\u003eも充実。\u003cstrong\u003e通しマチ\u003c\/strong\u003eでスムーズな出し入れを叶え、約\u003cstrong\u003e138gの軽量設計\u003c\/strong\u003eでどんなシーンにもスマートにフィットします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/14_000000000086.jpg?v=1738298319\" 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\u003e日々の持ち運びに最適な、薄型・軽量設計です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ：（約）横19cm×高さ9.2cm×マチ1.8cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約138g\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生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e内装に使用している革は、タンナーが独自で配合した植物タンニンで鞣されており、独特な柔らかさと耐久性を持つヌメ革です。仕上げにパラフィン加工を施すことにより地ツヤが増し、使い込むほどに独特の味わいになっていきます。染料を一切使わず鞣したままの自然な色を残しておりますので、革本来の風合いが楽しめます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/17_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\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カード入れ×13\u003c\/li\u003e\n          \u003cli\u003e札入れ×2\u003c\/li\u003e\n          \u003cli\u003e小銭入れ×1\u003c\/li\u003e\n          \u003cli\u003eポケット×3\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e通しマチになっているため、小銭やお札もスムーズに、きれいに収まります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/15_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\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「Field:フィールド」シリーズは、日本の職人の丁寧な仕事で、革独特の個性豊かな表情を高級感ある商品に作り上げました。たっぷりオイルが染み込んだ、しなやかな触り心地です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e国内で最高技術を誇るタンナー”栃木レザー”のフルベジタブルタンニングレザーを使用しています。\u003c\/li\u003e\n          \u003cli\u003eタンニン槽でじっくり鞣された最高級のヌメ革にオイルをたっぷり染み込ませたオイルバケッタは、しっとりと柔らかく手に馴染みます。\u003c\/li\u003e\n          \u003cli\u003e使うほどに艶が増し、美しい経年変化をお楽しみいただける逸品です。\u003c\/li\u003e\n          \u003cli\u003e切り目部分はひとつひとつ職人の手によって磨かれており、滑らかな仕上がりです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/12_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/14_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/16_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\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様々なスタイルに合わせやすい4色のカラーをご用意しております。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp\u003eブラック\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/18_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp\u003eチョコ\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/19_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp\u003eキャメル\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/20_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp\u003eブラウン\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/21_000000000086.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 01108\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      \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Field(フィールド)","offers":[{"title":"black","offer_id":46203015823580,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597745930460,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597745963228,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"brown","offer_id":47597745995996,"sku":null,"price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/12_000000000086.jpg?v=1738298319"},{"product_id":"1201","title":"【01201】長財布 ラウンドファスナー コードバン","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 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 #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; 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: #b99d82; 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: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e整理整頓されたビジネスの相棒\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000088.jpg?v=1738299562\" class=\"img-fluid d-block w-100 product-img\" alt=\"長財布を開いた状態の画像。カードと紙幣が整頓されている。\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e効率と美しさを追求\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e13枚の\u003cstrong\u003eカードポケット\u003c\/strong\u003eと豊富な収納で、領収書からお札まで\u003cstrong\u003eスマートに整理\u003c\/strong\u003eできます。しなやかなカーフとゴート革が、開くたびに\u003cstrong\u003e心地よい手触り\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/14_000000000088.jpg?v=1738299562\" class=\"img-fluid d-block w-100 product-img\" alt=\"長財布の側面、コバ部分の拡大画像。磨き上げられたコバの美しさが際立つ。\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部まで抜かりない美学\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e幾度も磨き上げられた\u003cstrong\u003eコバ\u003c\/strong\u003eには、日本の職人の緻密な技が息づきます。\u003cstrong\u003e滑らかなファスナー\u003c\/strong\u003eの開閉が、日々の所作をより\u003cstrong\u003e優雅\u003c\/strong\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/15_000000000088.jpg?v=1738299562\" class=\"img-fluid d-block w-100 product-img\" alt=\"コードバン素材の長財布の表面。光沢のある質感が表現されている。\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e本物志向の大人に贈る\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e稀少な\u003cstrong\u003eコードバン\u003c\/strong\u003eが放つ独特の輝きと深みは、まさに\u003cstrong\u003e革の宝石\u003c\/strong\u003e。使い込むほどに増す艶と変化が、持つ人の\u003cstrong\u003e個性を際立たせます\u003c\/strong\u003e。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の基本情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品の基本的な情報をご紹介します。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 01201\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=\"basic-list\"\u003e\n        \u003cli\u003e小銭入れ×1\u003c\/li\u003e\n        \u003cli\u003eカード入れ×13\u003c\/li\u003e\n        \u003cli\u003eポケット×2\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ch3 class=\"section-title\"\u003eジェムシリーズについて\u003c\/h3\u003e\n      \u003cp class=\"body-text\"\u003e一度は手にして欲しい美しい革”コードバン”。独特な輝きと艶を持つコードバンを宝石のような美しい商品にしたいという想いで作られたシリーズです。コードバンの染色やコバの磨き方などオリジナルの技法にこだわり、細部まで丁寧さを追求しました。最高級の革と日本の職人の技をご堪能下さい。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01201_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"長財布の全体像と収納イメージ\"\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"section-title\"\u003eコバ処理\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01201_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"長財布のコバ（縁）部分の拡大画像\"\u003e\n      \u003c\/div\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\u003e本製品のサイズと重さです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ: 約 横19.5cm × 高さ9.6cm × マチ2.2cm\u003c\/li\u003e\n        \u003cli\u003e重さ: 約210g\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裏地: ゴート\u003c\/li\u003e\n        \u003cli\u003e生産国: 日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ch3 class=\"section-title\"\u003e素材の特徴\u003c\/h3\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01201_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"コードバン素材のアップ画像\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eduendeオリジナルカラーのアニリン仕上げのコードバンを使用。色に深みがあり、使う程に変化する革の表情を楽しめます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eコードバンとは、農耕馬の尻部分にあるコードバン層を裏から丁寧に削り出し、熟練した職人によって仕上げられた高級な革です。その美しさと削り出す方法が宝石採掘と似ているとして「革のダイヤモンド」と称されることもあります。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01201_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布内部のオイルカーフとゴート革の画像\"\u003e\n      \u003c\/div\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\u003eお好みに合わせてお選びいただけるカラー展開です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n          \u003cp\u003eキャメル\u003c\/p\u003e\n          \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01201_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメル色の長財布\"\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cp\u003eブルー\u003c\/p\u003e\n          \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01201_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブルー色の長財布\"\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cp\u003eグリーン\u003c\/p\u003e\n          \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01201_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"グリーン色の長財布\"\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cp\u003eレッド\u003c\/p\u003e\n          \u003cdiv class=\"spec-img-full\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01201_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"レッド色の長財布\"\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/p\u003e\n\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\/div\u003e","brand":"gem(ジェム)","offers":[{"title":"camel","offer_id":46203015954652,"sku":null,"price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597745766620,"sku":null,"price":35200.0,"currency_code":"JPY","in_stock":false},{"title":"blue","offer_id":47597745799388,"sku":null,"price":35200.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597745832156,"sku":null,"price":35200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/12_000000000088.jpg?v=1738299562"},{"product_id":"1202","title":"【01202】長財布 コードバン","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 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 #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; 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: #b99d82; 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: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eコードバンの煌めき\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eまるで磨き上げられた\u003cstrong\u003e宝石\u003c\/strong\u003eのような、\u003cstrong\u003eコードバン\u003c\/strong\u003eが放つ独特の深い\u003cstrong\u003e艶\u003c\/strong\u003e。使うほどに色味を増し、あなただけの\u003cstrong\u003e物語\u003c\/strong\u003eを刻んでいく\u003cstrong\u003e逸品\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_01.jpg\" 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カード13枚\u003c\/strong\u003e、\u003cstrong\u003e小銭入れ\u003c\/strong\u003e、\u003cstrong\u003eフリーポケット2つ\u003c\/strong\u003eを完備し、必要なものを\u003cstrong\u003eスマートに整理整頓\u003c\/strong\u003e。なめらかなカーフとゴート革の内装が、使うたびに\u003cstrong\u003e心地よい手触り\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_03.jpg\" 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横19.5cm\u003c\/strong\u003e、\u003cstrong\u003e約210g\u003c\/strong\u003eの\u003cstrong\u003e洗練されたフォルム\u003c\/strong\u003eは、手に取った時の\u003cstrong\u003eしっくりとくる感触\u003c\/strong\u003eが魅力です。\u003cstrong\u003e日本の職人\u003c\/strong\u003eが細部までこだわり抜いた、\u003cstrong\u003e端正な佇まい\u003c\/strong\u003eをご堪能ください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"研ぎ澄まされたミニマルデザイン\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e研ぎ澄まされたミニマルデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e基本情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e長財布の基本スペックをご確認ください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名: 長財布 コードバン\u003c\/li\u003e\n                    \u003cli\u003e商品コード: 01202\u003c\/li\u003e\n                    \u003cli\u003e製品名: ジェム コードバン ラウンドファスナー長財布\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約210g\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=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ: （約）横19.5cm×高さ9.6cm×マチ2.2cm\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素材（裏革）: ゴート\u003c\/li\u003e\n                    \u003cli\u003e仕様: 小銭入れ×1、カード入れ×13、ポケット×2\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「gem（ジェム）」シリーズのコンセプトです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e一度は手にして欲しい美しい革「コードバン」を使用しています。\u003c\/li\u003e\n                    \u003cli\u003e独特な輝きと艶を持つコードバンを宝石のような美しい商品にしたいという想いで作られたシリーズです。\u003c\/li\u003e\n                    \u003cli\u003eコードバンの染色やコバの磨き方など、オリジナルの技法にこだわり、細部まで丁寧さを追求しました。\u003c\/li\u003e\n                    \u003cli\u003e最高級の革と日本の職人の技をご堪能ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \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\u003eduendeが厳選した素材と、その特性についてです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eduendeオリジナルカラーのアニリン仕上げのコードバンを使用しており、色に深みがあり、使うほどに変化する革の表情を楽しめます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"duendeオリジナルカラーのアニリン仕上げのコードバン\"\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=\"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=\"point-list\"\u003e\n                    \u003cli\u003e何度も切り口を磨いて滑らかにし、弊社独自で作成したニスを透明感が残るように慎重に塗り重ねています。\u003c\/li\u003e\n                    \u003cli\u003e独特な透明感がコードバンの色と馴染みます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- カラーバリエーションセクションの追加 --\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\n        \u003ch4 class=\"color-subtitle\"\u003eキャメル\u003c\/h4\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_10_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \n        \u003ch4 class=\"color-subtitle\"\u003eブルー\u003c\/h4\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \n        \u003ch4 class=\"color-subtitle\"\u003eグリーン\u003c\/h4\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_15.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \n        \u003ch4 class=\"color-subtitle\"\u003eレッド\u003c\/h4\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01202_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n            \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色や色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n            \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n            \u003cli\u003eこの商品に使用しているコードバンは一枚一枚職人が手塗りで染色しているため、革の色合いに個体差があります。そのためお届けする商品は画像と色が若干異なる場合がありますが、手塗りならではの味わいをお楽しみください。\u003c\/li\u003e\n            \u003cli\u003eこちらの革は自然な風合いを残した仕上げになっていますので、通常は隠れるような黒点やピンホールなどが入っている場合があります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"gem(ジェム)","offers":[{"title":"camel","offer_id":46203016118492,"sku":null,"price":34100.0,"currency_code":"JPY","in_stock":false},{"title":"blue","offer_id":47597745635548,"sku":null,"price":34100.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597745668316,"sku":null,"price":34100.0,"currency_code":"JPY","in_stock":false},{"title":"red","offer_id":47597745701084,"sku":null,"price":34100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000089_2e418d64-a01d-4bfc-86a0-1571ff94401a.jpg?v=1738299606"},{"product_id":"602","title":"【00602】ラウンドファスナー長財布 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 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 #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; 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: #b99d82; 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: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; 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\/0729\/7069\/8972\/files\/2_000000000107.jpg?v=1740037886\" 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\/0729\/7069\/8972\/files\/3_000000000107.jpg?v=1740037886\" 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\"\u003e12枚の\u003cstrong\u003eカードポケット\u003c\/strong\u003e、2つのお札入れ、そして使いやすい\u003cstrong\u003e2ルーム小銭入れ\u003c\/strong\u003eを完備。YKK最高級\u003cstrong\u003eエクセラファスナー\u003c\/strong\u003eの滑らかな開閉が、会計時の所作をより一層スマートに演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/15_000000000107.jpg?v=1740037888\" 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 class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/okyakusamanokoe3_e46ffaf3-2061-46bc-9eb3-f28d57ecb657.jpg?v=1740025451\" alt=\"お客様の声\"\u003e\u003c\/div\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    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e４０代男性　６年ぶりのリピートです。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e安定感のある財布です。まだ使えましたが、気分転換に買い換えました。相変わらず良い作りです。良いもの過ぎて購入サイクルが長くなります。\u003c\/p\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    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e購入者様　これから大切に使っていきたいと思います。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e色味、手触り、使い勝手も大変よく満足しています。ファスナーがよく滑り、小銭入れもスムーズに開けることができます。カード入れも初めは少し硬いかな？といった感じでしたが、使っていくうちに柔らかくなり馴染んできます。\u003c\/p\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    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e４０代男性　収納力抜群！\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eduende栃木レザー、色：黒。第一印象ですが、画像より現物の方が遥かに高級感あります。持った感じは非常に手触りが良くてしっとりした感じです。ガードポケットにすべてガード12枚を入れ、紙幣、小銭を入れた時の厚みは2.5cmになります。スーツの内ポケットに入れるにはちょっと厚みがあり過ぎですが、滅多にスーツは着ないのでそれは良しとします。又、カードの出し入れはスムーズに出来ますし、小銭用ポケットのファスナーはL字なのでこれまたスムーズに出し入れ出来ます。お値段以上の見た目と手触り、収納、そしてファスナーのすべりもいいです。ファスナーを開けた内側の目立たない所にMADE IN JAPANの刻印があるのもいいですねー。自分用に購入しましたが、いい買い物をしました。友人にも勧めてみまーす。これから購入を検討している方、オススメですよ。\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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_01.jpg?v=1740024523\" alt=\"ラウンドファスナー長財布全体像\"\u003e\u003c\/div\u003e\n        \u003cp\u003e栃木レザーを贅沢に使用し、職人の技術で丁寧に作り上げたラウンド長財布です。国内最高峰の革と細部に宿る職人の技術が融合した、とても美しい財布です。\u003c\/p\u003e\n        \u003cp\u003eメンズ・レディース問わずお使いいただけるシンプルなデザインで、持つほどに変化する革のエイジングを楽しめるので、飽きることなく長くお使いいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_02.jpg?v=1740024604\" alt=\"商品の側面\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_03.jpg?v=1740024634\" alt=\"商品の背面\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_04.jpg?v=1740024658\" alt=\"商品の内部\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_05.jpg?v=1740024687\" alt=\"商品の開閉部\"\u003e\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        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_06.jpg?v=1740024730\" alt=\"ネン引きのクローズアップ\"\u003e\u003c\/div\u003e\n        \u003cp\u003e革製品で裏地に裏地を使用することには理由があります。第一に、財布を長持ちさせるために芯材を使用し、その芯材を隠す役割を裏地が果たしています。第二に、革の裏側の毛羽立ちやボソボソして革が剥がれるのを防いでいます。第三に、裏地を使用することで革の強度が増し、丈夫な財布になります。duendeの商品のほとんどは裏地を使用しており、裏地を付けることにより構造が複雑になり、作業にも時間がかかりますが、それだけ丁寧なつくりにこだわっています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_07.jpg?v=1740024772\" alt=\"裏地の説明図\"\u003e\u003c\/div\u003e\n        \u003cp\u003e表のパーツは革の断面（コバ）を磨いてニスを塗るのを何度も繰り返し、美しい断面を作り出しています。この工程は、革の断面を美しくする目的だけでなく、財布が型崩れしにくく長持ちするように入れている芯材を隠す役割も果たしています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_08.jpg?v=1740024820\" alt=\"コバの処理\"\u003e\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内側の小銭入れのファスナーは一段落として取り付けています。これにより、中のファスナーの高さが抑えられ、表のファスナーと干渉しません。L字の部分も自然なカーブになるので開けやすい構造です。小銭入れをL字ファスナーにすることで大きく開き、中身が取り出しやすくなります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_09_51649602-e549-47f2-9270-87dbac2f600e.jpg?v=1740024873\" alt=\"小銭入れファスナーの構造\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_10.jpg?v=1740024905\" alt=\"小銭入れ内部\"\u003e\u003c\/div\u003e\n        \u003cp\u003eマチを大きく取った設計なのでファスナーを開けるとガバッと中身が見えます。どこに何が入っているか一目でわかるのでお会計時もスムーズ。小銭入れ部分をL字にすることでファスナーポケットの中身が見やすく、取り出しやすくなっています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_11.jpg?v=1740024942\" alt=\"マチの広さ\"\u003e\u003c\/div\u003e\n        \u003cp\u003e小銭入れには仕分けしやすいように仕切りがついています。小銭を分けて入れておくと咄嗟の時も探しやすく、取り出しやすいので便利です。小銭以外の細々したものを入れておくのにも重宝します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_12.jpg?v=1740024981\" alt=\"小銭入れの仕切り\"\u003e\u003c\/div\u003e\n        \u003cp\u003e主要な収納部：\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカードポケット：12\u003c\/li\u003e\n          \u003cli\u003eお札入れ：2\u003c\/li\u003e\n          \u003cli\u003eフリーポケット：2\u003c\/li\u003e\n          \u003cli\u003e小銭入れ：1（2ルーム）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_15.jpg?v=1740025103\" alt=\"収納イメージ\"\u003e\u003c\/div\u003e\n        \u003cp\u003e通帳も無理なく入れることが出来ます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_16.jpg?v=1740025152\" alt=\"通帳収納イメージ\"\u003e\u003c\/div\u003e\n        \u003cp\u003eレシートはフリーポケットに入れておくとお財布の中がすっきりまとまります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_17.jpg?v=1740025188\" alt=\"レシート収納イメージ\"\u003e\u003c\/div\u003e\n        \u003cp\u003eメインファスナーと中の小銭入れのファスナーにはYKK社製の”エクセラ”ファスナーを使用しています。エレメント1つ1つが磨かれた最高級のファスナーで、滑らかな滑り心地でファスナーの開閉にストレスがありません。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_18.jpg?v=1740025236\" alt=\"YKKエクセラファスナー\"\u003e\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サイズ：縦9.5cm × 横19.5cm × 厚さ2.5cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約210g\u003c\/li\u003e\n          \u003cli\u003e素材：牛革（栃木レザー）\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e国内で最高技術を誇るタンナー”栃木レザー株式会社”の最高級のヌメ革です。duendeの財布はその革を表にも内側にも贅沢に使用しています。数ある栃木レザーラウンド長財布の中でも内側まで栃木レザーのものはなかなかありません。内側にまで栃木レザーを使用している財布は統一感が生まれ、高級感を醸し出します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_13.jpg?v=1740025021\" alt=\"栃木レザーのロゴと革\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_14.jpg?v=1740025065\" alt=\"栃木レザー証明書\"\u003e\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名入れ加工【+550円（税込み）】 ご希望の方には、財布の表に+550円（税込み）でお好きな文字を入れることができます。お名前やイニシャルなどを入れることで、財布の特別感がさらに増します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01902_13_359d39ac-9a91-4925-b71b-bbd459b0ce7c.jpg?v=1740025293\" alt=\"名入れ加工イメージ\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_20.jpg?v=1740025332\" alt=\"名入れフォント見本1\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_21.jpg?v=1740025355\" alt=\"名入れフォント見本2\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_22.jpg?v=1740025386\" alt=\"名入れフォント見本3\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_23.jpg?v=1740025408\" alt=\"名入れフォント見本4\"\u003e\u003c\/div\u003e\n        \u003cp\u003e商品パッケージ：\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/180618_package.jpg?v=1740025430\" alt=\"商品パッケージ\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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      \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"Black \/ 日本語-明朝体","offer_id":46289056956636,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ 英語-ゴシック体","offer_id":47597742031068,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ 英語-明朝体","offer_id":47597742063836,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ 英語-筆記体","offer_id":47597742096604,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Black \/ なし","offer_id":47597742129372,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Choco \/ 日本語-明朝体","offer_id":47597742162140,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Choco \/ 英語-ゴシック体","offer_id":47597742194908,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Choco \/ 英語-明朝体","offer_id":47597742227676,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Choco \/ 英語-筆記体","offer_id":47597742260444,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Choco \/ なし","offer_id":47597742293212,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Camel \/ 日本語-明朝体","offer_id":47597742325980,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ 英語-ゴシック体","offer_id":47597742358748,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ 英語-明朝体","offer_id":47597742391516,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ 英語-筆記体","offer_id":47597742424284,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Camel \/ なし","offer_id":47597742457052,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"Green \/ 日本語-明朝体","offer_id":47597742489820,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ 英語-ゴシック体","offer_id":47597742522588,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ 英語-明朝体","offer_id":47597742555356,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ 英語-筆記体","offer_id":47597742588124,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Green \/ なし","offer_id":47597742620892,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ 日本語-明朝体","offer_id":47597742653660,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ 英語-ゴシック体","offer_id":47597742686428,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ 英語-明朝体","offer_id":47597742719196,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ 英語-筆記体","offer_id":47597742751964,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true},{"title":"Red \/ なし","offer_id":47597742784732,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000107.jpg?v=1740037886"},{"product_id":"625","title":"【00625】極薄 長財布 栃木レザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 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 #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; 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: #b99d82; 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: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e極薄長財布、洗練された携帯性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eポケットやバッグにすんなり収まり、必要なものだけをスマートに持ち運ぶ。ビジネスシーンでの印象を格上げし、動きを妨げません。約0.4cmの\u003cstrong\u003e驚異的な薄さ\u003c\/strong\u003eが、どんなシーンでもスマートな立ち居振る舞いを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000160.jpg?v=1740037820\" 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\/0729\/7069\/8972\/files\/5_000000000160.jpg?v=1740037820\" 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約19cmの洗練された佇まいと、手に吸い付くような\u003cstrong\u003e上質な栃木レザーの質感\u003c\/strong\u003e。\u003cstrong\u003e国内最高峰の技術で鞣された革\u003c\/strong\u003eは、\u003cstrong\u003e使うほどに深みを増し、唯一無二の風合い\u003c\/strong\u003eを育みます。まさに持つ人の歴史を刻む逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/11_000000000160.jpg?v=1740037821\" class=\"img-fluid d-block w-100 product-img\" alt=\"長財布と栃木レザーの質感を示すイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e本物の素材、時を刻む価値\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: 極薄 長財布 栃木レザー\u003c\/li\u003e\n          \u003cli\u003e商品コード: 00625\u003c\/li\u003e\n          \u003cli\u003e重さ: 約58g\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本\u003c\/li\u003e\n          \u003cli\u003eカラー: ブラック、チョコ、レッド、グリーン、キャメル\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_name.jpg?v=1739861128\" 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本体: 約 横19cm × 高さ9cm × 厚み0.4cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_05_1.jpg?v=1739861026\" 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素材: 栃木レザー\u003c\/li\u003e\n        \u003c\/ul\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_08.jpg?v=1739861158\" alt=\"栃木レザーの素材感を示すクローズアップ画像1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_09.jpg?v=1739861184\" alt=\"栃木レザーの素材感を示すクローズアップ画像2\"\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外側: カード入れ×6、小銭入れ×1\u003c\/li\u003e\n          \u003cli\u003e内側: 札入れ×1、カード入れ×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_01_ab50bb4b-e72e-4456-a5c7-baec2e321538.jpg?v=1739860895\" alt=\"長財布の内部収納を示す画像1\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_02.jpg?v=1739860922\" alt=\"長財布の内部収納を示す画像2\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_03.jpg?v=1739860954\" alt=\"長財布の内部収納を示す画像3\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_04.jpg?v=1739860979\" alt=\"長財布の内部収納を示す画像4\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_06.jpg?v=1739861069\" alt=\"長財布の内部収納を示す画像5\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00625_07.jpg?v=1739861097\" alt=\"長財布の内部収納を示す画像6\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e写真と商品の色が、経年変化により異なることがあります。予めご了承ください。\u003c\/li\u003e\n        \u003cli\u003e本革を使用しておりますので水濡れにご注意ください。\u003c\/li\u003e\n        \u003cli\u003e万が一、水に濡れた場合は柔らかい布などで水気を除き、風通しの良い場所で陰干しして乾かしてください。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black \/ 日本語-明朝体","offer_id":46285327466716,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ 英語-ゴシック体","offer_id":47597733806300,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ 英語-明朝体","offer_id":47597733839068,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ 英語-筆記体","offer_id":47597733871836,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"black \/ なし","offer_id":47597733904604,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 日本語-明朝体","offer_id":47597733937372,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 英語-ゴシック体","offer_id":47597733970140,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 英語-明朝体","offer_id":47597734002908,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ 英語-筆記体","offer_id":47597734035676,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"choco \/ なし","offer_id":47597734068444,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"red \/ 日本語-明朝体","offer_id":47597734101212,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"red \/ 英語-ゴシック体","offer_id":47597734133980,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"red \/ 英語-明朝体","offer_id":47597734166748,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"red \/ 英語-筆記体","offer_id":47597734199516,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"red \/ なし","offer_id":47597734232284,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"green \/ 日本語-明朝体","offer_id":47597734265052,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"green \/ 英語-ゴシック体","offer_id":47597734297820,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"green \/ 英語-明朝体","offer_id":47597734330588,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"green \/ 英語-筆記体","offer_id":47597734363356,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"green \/ なし","offer_id":47597734396124,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"camel \/ 日本語-明朝体","offer_id":47597734428892,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"camel \/ 英語-ゴシック体","offer_id":47597734461660,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"camel \/ 英語-明朝体","offer_id":47597734494428,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"camel \/ 英語-筆記体","offer_id":47597734527196,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"camel \/ なし","offer_id":47597734559964,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000160.jpg?v=1740037820"},{"product_id":"1601","title":"【01601】長財布 ラウンドファスナー イングリッシュブライドルレザー","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 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 #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; 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: #b99d82; 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: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e英国ブライドルレザーが紡ぐ風格と信頼\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e堅牢な英国製ブライドルレザー\u003c\/strong\u003eが、日々のビジネスシーンに揺るぎない品格を添えます。手にするたびに深まる艶と、白く浮き出るブルームの独特の表情が、持つ人の個性を際立たせるでしょう。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_00.jpg?v=1739941179\" 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\n      ネン引きの繊細な線、裏地が支える堅牢さ、そして丁寧に施されたコバ磨き。外からは見えない細部への\u003cstrong\u003e徹底したこだわり\u003c\/strong\u003eが、この長財布の耐久性と唯一無二の機能美を創り上げています。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_04_1.jpg?v=1739941223\" 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\n      \u003cstrong\u003eガバッと大きく開くラウンドファスナー\u003c\/strong\u003eは、会計時の所作をスマートに変えます。12箇所のカード入れ、ゆとりのある札入れ、仕切り付き小銭入れが、慌ただしいシーンでも迷わず取り出せる快適さをもたらします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_06_2.jpg?v=1739941278\" class=\"img-fluid d-block w-100 product-img\" alt=\"大きく開く収納部\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e効率と美しさを両立\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eヨーロッパで馬具として使用される強い耐久性が特徴の英国製ブライドルレザーで作られたラウンド長財布。白く浮き出たロウによる独特の風合いをお楽しみいただけます。\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_00.jpg?v=1739941179\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザーの質感\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_02.jpg?v=1739941187\" class=\"img-fluid d-block w-100 product-img\" alt=\"製品全体像\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_03_1.jpg?v=1739941213\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザーアップ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_03_2.jpg?v=1739941218\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザーの風合い\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品のこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e永くご愛用いただくために、目に見えない部分にも徹底したこだわりを詰め込みました。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eネン引きとは革の端をへり返した部分にコテで熱を加えて引く線のこと。ネン引きを入れると商品が引き締まりグッと高級感が増します。あまり気づかれない部分ではありますが、細かなところにもこだわるからこそ出来上がりに違いが出るのです。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_04_1.jpg?v=1739941223\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネン引きの様子\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e革製品で裏側に裏地を使用しているとオールレザーの商品じゃないと思われがちですが、裏地を使用するのには理由があります。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e財布を長持ちさせるために芯材を隠す役目をしています。\u003c\/li\u003e\n          \u003cli\u003e革の裏側の毛羽立ちやボソボソして革が剥がれるのを防いでいます。\u003c\/li\u003e\n          \u003cli\u003e裏地を使用することで革の強度が増し、丈夫な財布になります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eduendeの商品のほとんどは裏地を使用しています。裏地を付けることにより構造が複雑になり、作業にも時間がかかりますがそれだけ丁寧なつくりにこだわっています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_04_2_0386471b-717d-4734-a999-ba77f2084dad.jpg?v=1739941227\" class=\"img-fluid d-block w-100 product-img\" alt=\"裏地の詳細\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e内側の小銭入れのファスナーは一段落として取り付けています。こうすることにより、中のファスナーの高さが抑えられ表のファスナーと干渉しません。L字の部分も自然なカーブになるので開けやすい構造です。小銭入れをL字ファスナーにすることで大きく開き、中身が取り出しやすくなります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_05_1.jpg?v=1739941234\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れファスナーの構造\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e表のパーツは革の断面（コバ）を磨いてニスを塗るのを何度も繰り返し、美しい断面を作り出します。この工程は、革の断面を美しくする目的だけでなく財布が型崩れしにくく長持ちするように入れている芯材を隠す役割もあります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_09_1_ea0e2ec6-5729-4852-a731-10ab5bbfa77c.jpg?v=1739941256\" class=\"img-fluid d-block w-100 product-img\" alt=\"コバ磨きの工程\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_06_1.jpg?v=1739941240\" class=\"img-fluid d-block w-100 product-img\" alt=\"美しいコバ\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eメインファスナーと中の小銭入れのファスナーにはYKK社製のファスナーを使用しています。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_08_2.jpg?v=1739941301\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKファスナー\"\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=\"benefit-list\"\u003e\n          \u003cli\u003eガバッと大きく開くラウンドファスナーで中身が一目瞭然\u003c\/li\u003e\n          \u003cli\u003eカードポケット×12、お札入れ×2、フリーポケット×4の充実収納\u003c\/li\u003e\n          \u003cli\u003eL字ファスナーで大きく開く、仕切り付き小銭入れ（2ルーム）\u003c\/li\u003e\n          \u003cli\u003e通帳も無理なく収納可能\u003c\/li\u003e\n          \u003cli\u003eレシートをすっきりまとめられるフリーポケット\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_06_2.jpg?v=1739941278\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布を大きく開いた状態\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e小銭入れには仕分けしやすいように仕切りがついています。小銭を分けて入れておくと咄嗟の時も探しやすく、取り出しやすいので便利です。小銭以外の細々したものを入れておくのにも重宝します。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_07_1.jpg?v=1739941284\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れの仕切り\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_07_2.jpg?v=1739941289\" class=\"img-fluid d-block w-100 product-img\" alt=\"収納構成図\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e通帳も無理なく入れることが出来ます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_07_3.jpg?v=1739941293\" class=\"img-fluid d-block w-100 product-img\" alt=\"通帳収納イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eレシートはフリーポケットに入れておくと、お財布の中がスッキリまとまります。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_08_1.jpg?v=1739941297\" class=\"img-fluid d-block w-100 product-img\" alt=\"レシート収納イメージ\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズとカラー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e片手で持ちやすく、使いやすい程よいサイズ感です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: （約）横19.5cm×高さ9.5cm×マチ2.3cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約215g\u003c\/li\u003e\n          \u003cli\u003eカラー: ブラック、チョコ、ネイビー、グリーン\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_09_1.jpg?v=1739941306\" class=\"img-fluid d-block w-100 product-img\" alt=\"手に持ったサイズ感\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_09_2.jpg?v=1739941310\" class=\"img-fluid d-block w-100 product-img\" alt=\"高さの比較\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_10_1.jpg?v=1739941313\" class=\"img-fluid d-block w-100 product-img\" alt=\"内装素材\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_10_2.jpg?v=1739941317\" class=\"img-fluid d-block w-100 product-img\" alt=\"内装のディテール\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01601_10_3_1.jpg?v=1739941325\" class=\"img-fluid d-block w-100 product-img\" alt=\"内装アクセント\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード: 01601\u003c\/li\u003e\n          \u003cli\u003e商品名: 長財布 ラウンドファスナー イングリッシュブライドルレザー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n      \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n      \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"black","offer_id":46203025522908,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597726531804,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"navy","offer_id":47597726564572,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597726597340,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000190.jpg?v=1738299897"},{"product_id":"1602","title":"【01602】長財布L字ファスナー イングリッシュブライドルレザー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fbf9f6; \n      font-family: Helvetica Neue', Arial, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #666666;\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 #e6d6c3;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #4a4a4a; \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-bottom: 1px solid #e6d6c3; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #888888; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 8px; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b99d8240 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 #e6d6c3;\n      border-radius: 8px;\n      background-color: #fbf9f6; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #4a4a4a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fbf9f6; 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: #b99d82; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6d6c3; 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: #fbf9f6; color: #666666; 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: #b99d82; 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: #888888; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #4a4a4a; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #888888; 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: #b99d82; 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: #4a4a4a; margin-bottom: 12px; border-bottom: 1px solid #b99d82; 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 #e6d6c3; th, td { padding: 12px 8px; border: 1px solid #e6d6c3; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #4a4a4a; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6d6c3; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #4a4a4a; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eブライドルレザーが醸す品格と耐久性\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e英国で馬具として鍛え上げられた\u003cstrong\u003eブライドルレザー\u003c\/strong\u003eは、使い込むほどに深みと光沢を増す唯一無二の存在感を放ちます。白く浮かび上がるブルームが、所有する喜びを一層高めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000191.jpg?v=1738299948\" 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\"\u003eL字ファスナーで叶えるスマート会計\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eマチを大きく取った\u003cstrong\u003eL字ファスナー\u003c\/strong\u003eは、内部を一望でき、お札やカード、小銭へのアクセスが驚くほどスムーズです。混み合うレジでも、慌てることなくスマートに対応できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000191.jpg?v=1738299948\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナーで開いた長財布の内部\"\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横19.5cm、高さ9.6cmの\u003cstrong\u003e薄型設計\u003c\/strong\u003eは、スーツの内ポケットやバッグにすっきりと収まり、スマートな身のこなしを邪魔しません。職人によるネン引きが、さりげない高級感を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/16_000000000191.jpg?v=1738299948\" class=\"img-fluid d-block w-100 product-img\" alt=\"長財布を手に持ったイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスマートに持ち運ぶ、日本の職人技\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eこのL字ファスナー長財布は、熟練の職人技と厳選された素材が融合した逸品です。ヨーロッパで馬具として使用される、\u003cstrong\u003e強い耐久性\u003c\/strong\u003eが特徴の英国製ブライドルレザーを使用しており、白く浮き出たロウ（ブルーム）による\u003cstrong\u003e独特の風合い\u003c\/strong\u003eをお楽しみいただけます。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e革の端にコテで熱を加えて引く「ネン引き」による\u003cstrong\u003e高級感\u003c\/strong\u003eの演出。\u003c\/li\u003e\n                    \u003cli\u003eYKK社製のファスナーを採用し、スムーズな開閉を実現。\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                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_000_d534a149-0dd4-4b89-9c3d-19cfc4d9a620.jpg?v=1739942055\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザーの質感と全体像\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eネン引きとは革の端をへり返した部分にコテで熱を加えて引く線のこと。ネン引きを入れると商品が引き締まりグッと高級感が増します。あまり気づかれない部分ではありますが、細かなところにもこだわるからこそ出来上がりに違いが出るのです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_03_1_70e439fb-f736-4ead-bc15-e962dff3b25a.jpg?v=1739942081\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネン引きのディテール1\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_03_2.jpg?v=1739942085\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネン引きのディテール2\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_04_1.jpg?v=1739942090\" class=\"img-fluid d-block w-100 product-img\" alt=\"コバ磨きの説明画像\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e革製品で裏側に裏地を使用しているとオールレザーの商品じゃないと思われがちですが、裏地を使用するのには明確な理由があります。\u003c\/p\u003e\n                \u003cul class=\"point-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                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eduendeの商品のほとんどは裏地を使用しています。裏地を付けることにより構造が複雑になり、作業にも時間がかかりますがそれだけ丁寧なつくりにこだわっています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_04_2_6de79b60-5117-4101-9503-33b41edd013f.jpg?v=1739942094\" class=\"img-fluid d-block w-100 product-img\" alt=\"裏地説明図\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eメインファスナーにはYKK社製のファスナーを使用しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_07_2.jpg?v=1739942141\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKファスナー\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e収納・機能性\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eマチを大きく取ったL字ファスナーは、スマートな会計を可能にする設計です。\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でアクセス。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eカードポケット×12\u003c\/strong\u003e、札入れ×2、フリーポケット×2、小銭入れ×1と豊富な収納力。\u003c\/li\u003e\n                    \u003cli\u003e通帳も無理なく収納できるゆとりある設計。\u003c\/li\u003e\n                    \u003cli\u003eレシートなどをフリーポケットに収納し、お財布の中をスッキリ整理。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_05_1_684e7897-e756-43a7-8f94-2ef92bf70519.jpg?v=1739942114\" class=\"img-fluid d-block w-100 product-img\" alt=\"内部収納イメージ\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e中の小銭入れはファスナー無しなので、外側のファスナーを開けるとすぐに小銭を取り出すことができます。一手間減るだけでお金の出し入れがとてもスムーズになります。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_05_2_9c5ddbba-fb0c-4280-8762-bcda62a6dfc5.jpg?v=1739942119\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れの様子\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eカードポケット×12、お札入れ×2、フリーポケット×2、小銭入れ×1。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_06_1_6657e6f9-ce0a-4112-bcfb-d183435de859.jpg?v=1739942124\" class=\"img-fluid d-block w-100 product-img\" alt=\"カードポケット\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e通帳も無理なく入れることが出来ます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_06_2.jpg?v=1739942128\" class=\"img-fluid d-block w-100 product-img\" alt=\"通帳収納例\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eレシートはフリーポケットに入れておくと、お財布の中がスッキリまとまります。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_06_3_402ab0b5-4fa4-470b-b70f-7fe95883659c.jpg?v=1739942133\" class=\"img-fluid d-block w-100 product-img\" alt=\"レシート収納例\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e日常に溶け込む、使い勝手の良いサイズ感にこだわりました。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ：（約）横19.5cm×高さ9.6cm×マチ2.4cm\u003c\/li\u003e\n                    \u003cli\u003e重さ：約215g\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003eL字ファスナー長財布は、縦の高さを少し抑えているため片手で持ちやすく、使いやすい程よいサイズ感です。（高さは9.6cmです。）\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_08_1.jpg?v=1739942145\" class=\"img-fluid d-block w-100 product-img\" alt=\"手で持ったサイズ感\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00602_09_3.jpg?v=1739942101\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ図\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国・カラー\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e厳選された素材と日本の職人技が光る逸品です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表素材：英国製ブライドルレザー\u003c\/li\u003e\n                    \u003cli\u003e内装素材：国産牛革（※一部、英国製ブライドルレザー）\u003c\/li\u003e\n                    \u003cli\u003e生産国：日本\u003c\/li\u003e\n                    \u003cli\u003eカラーバリエーション：ブラック、チョコ、ネイビー、グリーン\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e内装には全カラー共通で国産牛革を使用し、一部アクセントカラーとして表革と同じ革を使用しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_08_2.jpg?v=1739942148\" class=\"img-fluid d-block w-100 product-img\" alt=\"内装の革\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_09_1.jpg?v=1739942153\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション ブラック\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_09_2_1.jpg?v=1739942161\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション チョコ\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01602_09_3.jpg?v=1739942164\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラーバリエーション グリーン\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみください。\u003c\/li\u003e\n            \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合、生地との摩擦により退色、色落ちの可能性がありますのでご注意ください。\u003c\/li\u003e\n            \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ニシカゼ","offers":[{"title":"black","offer_id":46203025653980,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597726236892,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"navy","offer_id":47597726269660,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597726302428,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000191.jpg?v=1738299948"}],"url":"https:\/\/bristle-grass.we-shop.jp\/collections\/%e6%b7%b1%e3%81%bf%e3%82%92%e5%a2%97%e3%81%99%e9%95%b7%e8%b2%a1%e5%b8%83.oembed","provider":"ニシカゼ","version":"1.0","type":"link"}