{"title":"経年変化を楽しむ革小物","description":"","products":[{"product_id":"704","title":"【00704】二つ折り 財布 小銭入れ付 ブライドルレザー","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熟練の職人技が光る内装は、カード4枚、小銭、札が過不足なく収まる計算された配置。スペイン産ブライドルレザーとヌメ革のコントラストが、使うほどに深まる上質感を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000004.jpg?v=1738300179\" 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約100gの軽やかさで、日々の携帯にストレスを感じさせません。必要なものをスマートに取り出せる動作は、会計時にもたつくことなく、あなたの所作を美しく引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000004.jpg?v=1738300179\" class=\"img-fluid d-block w-100 product-img\" alt=\"手に持った二つ折り財布のイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常を彩る、洗練された使い心地\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e風格を育むブライドルレザー財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e蜜ロウが浮き出るブライドルレザーの堅牢な外装は、使い込むごとにブルームが取れ、艶やかな表情へと変化します。時を重ねるほど愛着が深まる、唯一無二の逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/11_000000000004.jpg?v=1738300179\" 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                \u003cp\u003e「ファームシリーズ」は、ヨーロッパで馬具として使用するために作られた\u003cstrong\u003e強い耐久性が特長\u003c\/strong\u003eのブライドルレザーを、日本の職人の繊細な技術でその特長を最大限生かしたシリーズです。\u003c\/p\u003e\n                \u003cp\u003e表と内装の一部には耐久性に優れた\u003cstrong\u003eスペイン産ブライドルレザー\u003c\/strong\u003eを使用。内装革は100％ベジタブルタンニン鞣しのヌメ革です。経年変化により使うほどに色の深みが出てきます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00704_01.jpg\" 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\/00701_brand.jpg\" 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サイズ: （約）横11.3cm × 高さ9.4cm × マチ2.6cm\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約100g\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\/00704_06.jpg\" 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\/00704_07.jpg\" 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\/00704_08.jpg\" 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表革には、\u003cstrong\u003e蜜ロウを革の表面に何度も塗り込む\u003c\/strong\u003eことで「ブルーム」と呼ばれる白く浮き出たロウが特徴のブライドルレザーを使用しています。使い込むほどに白い粉が取れ、独特な艶へと変化します。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表素材: スペイン産ブライドルレザー（Miret社製）\u003c\/li\u003e\n                    \u003cli\u003e内装素材: 牛革（100%ベジタブルタンニン鞣し）\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\/00704_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザーのブルームに関する注意点のイラスト\"\u003e\n                \u003c\/div\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\/00701_bridleleather.jpg\" 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=\"point-list\"\u003e\n                    \u003cli\u003eカード入れ: 4ヶ所\u003c\/li\u003e\n                    \u003cli\u003e小銭入れ: 1ヶ所\u003c\/li\u003e\n                    \u003cli\u003e札入れ: 2ヶ所\u003c\/li\u003e\n                    \u003cli\u003eポケット: 3ヶ所\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\/00704_02.jpg\" 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\/00704_03.jpg\" 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\/00704_04.jpg\" 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\/00704_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れのカブセ裏にあるMADE IN JAPANの刻印画像\"\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\/00704_09.jpg\" 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                    \u003cli\u003eグリーン\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eそれぞれのカラーが持つ独特の表情をお楽しみください。\u003c\/p\u003e\n                \u003ch4 class=\"section-title\"\u003eブラック\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00704_11.jpg\" 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\/00704_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブラックカラーの財布内部画像\"\u003e\n                \u003c\/div\u003e\n                \u003ch4 class=\"section-title\"\u003eチョコ\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00704_13.jpg\" 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\/00704_14.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"チョコカラーの財布内部画像\"\u003e\n                \u003c\/div\u003e\n                \u003ch4 class=\"section-title\"\u003eネイビー\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00704_15.jpg\" 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\/00704_02.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネイビーカラーの財布内部詳細画像\"\u003e\n                \u003c\/div\u003e\n                \u003ch4 class=\"section-title\"\u003eグリーン\u003c\/h4\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00704_16.jpg\" 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\/00704_17.jpg\" 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":"Firm (ファーム)","offers":[{"title":"black","offer_id":46202983776476,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597753204956,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"navy","offer_id":47597753237724,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597753270492,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000004_583d6aee-6cf3-4fac-a7d1-6533d3fc2b64.jpg?v=1738300179"},{"product_id":"603","title":"【00603】二つ折り 財布 小銭入れ付 栃木レザー","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  \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を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000037.jpg?v=1738300224\" 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約70g\u003c\/strong\u003eの軽さと\u003cstrong\u003e横11cm\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\/1_000000000037.jpg?v=1738300224\" class=\"img-fluid d-block w-100 product-img\" alt=\"ポケットに快適フィット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eポケットに快適フィット\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e会計スムーズ 小銭も快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eマチが大きく開く\u003c\/strong\u003e小銭入れは、中身が一目で確認でき、慌ただしいお会計時もストレスフリー。\u003cstrong\u003eカード4枚\u003c\/strong\u003e、\u003cstrong\u003e札入れ2箇所\u003c\/strong\u003e、\u003cstrong\u003e隠しポケット3つ\u003c\/strong\u003eで、必要なものが整然と収まります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/7_000000000037.jpg?v=1738300225\" 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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の基本情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「Patina（パティーナ）」シリーズの栃木レザー二つ折り財布。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード：00603\u003c\/li\u003e\n          \u003cli\u003eサイズ：約 横11cm×高さ9cm×マチ2.2cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約70g\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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eカード入れ：4\u003c\/li\u003e\n          \u003cli\u003e小銭入れ：1\u003c\/li\u003e\n          \u003cli\u003e札入れ：2\u003c\/li\u003e\n          \u003cli\u003eポケット：3\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e栃木レザーの魅力とエイジング\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_0000.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_02.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーの内側にもこだわり\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e国内で最高技術を誇るタンナー\"栃木レザー株式会社\"の最高級のヌメ革を使用。duendeの財布はその革を表にも内側にも贅沢に使用しています。内側にまで栃木レザーを使用することで統一感が生まれ、高級感を醸し出します。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e職人技が光る細部へのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eネン引きとは革の端をへり返した部分にコテで熱を加えて引く線のこと。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_03.jpg\" 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\/00603_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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_06.jpg\" 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\/00603_07.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_05.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        \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      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e優れた収納力と機能性\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_08.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_09.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_10.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"国内自社工場で製造\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e国内自社工場で製造しているduendeの商品。細部までこだわって作れるのは自社工場の強みです。1点1点丁寧に作られた日本製ならではの品質を是非実感してみてください。\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00603_13.jpg\" 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\/00603_14.jpg\" 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\/00603_15.jpg\" class=\"img-fluid d-block w-100 product-img\" 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\/00603_16.jpg\" class=\"img-fluid d-block w-100 product-img\" 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\/00603_17.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ5\"\u003e\n        \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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46089053077724,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597752058076,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597752090844,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597752123612,"sku":null,"price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000037.jpg?v=1738300224"},{"product_id":"605","title":"【00605】小銭入れ 栃木レザー","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    \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_000000000039.jpg?v=1738300820\" 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約20gと驚くほどの軽さで、ポケットに入れてもかさばらない。開口部が大きく開く\u003cstrong\u003eボックス型\u003c\/strong\u003eで、中身がひと目で分かり、小銭の出し入れがスムーズ。日常をスマートにする相棒です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000039.jpg?v=1738300820\" 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\/6_000000000039.jpg?v=1738300820\" 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\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サイズ：横7cm×高さ6.8cm×マチ1.8cm\u003c\/li\u003e\n                    \u003cli\u003e重さ：約20g\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                \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                \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                    \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                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00605_01.jpg\" class=\"img-fluid d-block w-100 product-img\" 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\/00605_02.jpg\" class=\"img-fluid d-block w-100 product-img\" 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\/00605_03.jpg\" class=\"img-fluid d-block w-100 product-img\" 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\/00605_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れ 製品イメージ 4\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00605_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れ 製品イメージ 5\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00605_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れ 製品イメージ 6\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00605_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れ 製品イメージ 7\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46289059021020,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":47597750321372,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597750354140,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597750386908,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597750419676,"sku":null,"price":4400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000039.jpg?v=1738300820"},{"product_id":"607","title":"【00607】パスケース リール付 栃木レザー","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  \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\/1_000000000041.jpg?v=1738633620\" 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改札をスムーズに通過。約40gの\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\/4_000000000041.jpg?v=1738633620\" 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横6.6cm、高さ11cm、マチ0.3cm。\u003cstrong\u003e薄型設計\u003c\/strong\u003eが叶えるのは、かさばらないスマートな持ち運びです。どんな鞄やポケットにも自然に収まり、日々の通勤を快適に彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/7_000000000041.jpg?v=1738633620\" 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商品コード: 00607\u003c\/li\u003e\n          \u003cli\u003eサイズ: 横6.6cm×高さ11cm×マチ0.3cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約40g\u003c\/li\u003e\n          \u003cli\u003e素材: 牛革（栃木レザー）\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e内部の構造・機能について。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eパス入れ×1\u003c\/li\u003e\n          \u003cli\u003eポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eギャラリー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00607_01.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\/00607_02.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\/00607_03.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\/00607_04.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\/00607_05.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\/00607_06.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\/00607_07.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\/8_000000000041.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\/9_000000000041.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \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\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46287140520156,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"choco","offer_id":47597750091996,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597750124764,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597750157532,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597750190300,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000041.jpg?v=1738633620"},{"product_id":"609","title":"【00609】長財布 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e本革が彩る、洗練のL字長財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された栃木レザーが魅せる、豊かな表情と色彩。約140gの軽やかさが、日々の暮らしに上質さとスマートさを添えます。職人の技が息づく丁寧な仕上がりで、持つたびに心が躍る逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000043.jpg?v=1738298044\" 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驚くほど薄い約1.8cmのマチながら、カード12枚、お札2箇所、小銭、通帳まで収まる抜群の収納設計です。開閉スムーズなYKKエクセラファスナーで、会計時もスマートな所作を叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000043.jpg?v=1738298044\" 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国内最高峰の栃木レザーは、使い込むほどに深い艶と色合いを増していきます。あなたの手に馴染み、時を重ねるごとに変化する革の表情は、まさに世界に一つだけのパートナーとなるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000043.jpg?v=1738298044\" 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商品コード: 00609\u003c\/li\u003e\n                    \u003cli\u003e商品名: 長財布 L字ファスナー 栃木レザー\u003c\/li\u003e\n                    \u003cli\u003eサイズ: （約）横19.1cm × 高さ9.3cm × マチ1.8cm\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約140g\u003c\/li\u003e\n                    \u003cli\u003e素材: 牛革（栃木レザー）\u003c\/li\u003e\n                    \u003cli\u003e生産国: 日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e収納スペック\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e抜群の収納力で、必要なものをスマートに収めます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eカード入れ: 12\u003c\/li\u003e\n                    \u003cli\u003e小銭入れ: 1\u003c\/li\u003e\n                    \u003cli\u003e札入れ: 2\u003c\/li\u003e\n                    \u003cli\u003eポケット: 2\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\/00609_007_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/00609_007_2.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/00609_007_3.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                \u003cp class=\"body-text\"\u003e素材の良さを最大限生かし、職人の技術で丁寧に作り上げた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\/00609_000.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\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\/00609_006_2.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/00609_008.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\/00609_009.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                \u003ch4 class=\"section-subtitle\"\u003eネン引き\u003c\/h4\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\/00609_004.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003ch4 class=\"section-subtitle\"\u003eコバ磨き\u003c\/h4\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\/00609_005.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\/00602_09.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                \u003ch4 class=\"section-subtitle\"\u003e裏地の役割\u003c\/h4\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\/00609_003.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003ch4 class=\"section-subtitle\"\u003e小銭入れの設計\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003e小銭入れにはファスナーがついていませんが、小銭が飛び出さないように設計されていますので、財布内での小銭の飛び散りの心配はありません。財布を開けると小銭を一目で確認でき、ファスナーを開閉する動作が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\/00609_006_1.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n                \u003ch4 class=\"section-subtitle\"\u003eYKKエクセラファスナー\u003c\/h4\u003e\n                \u003cp class=\"body-text\"\u003eメインファスナーにはYKK社製の”エクセラ”ファスナーを使用しています。エレメント1つ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\/00609_007_4.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=\"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\/details\u003e\n\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\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/okyakusamanokoe3.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"body-text\"\u003e40代男性 薄くてコンパクト。意外とカードやお札も入ります。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e薄くてコンパクト！今までいろいろな長財布を使ってきました。ファスナーの無い長財布、ラウンドファスナー型、他のメーカーのL字ファスナー型。ここで購入した長財布が一番良かったです。ファスナーの開閉もスムーズだし、薄くてコンパクト。意外とカードやお札も入ります。ただ、個人的に、色にチョコがありますが、もう少し黒めの色なら良かったなぁ。でも、満足しています！\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e40代女性 スッと出し入れできるのでストレスZEROです。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e男前な財布 飾りも何もないシンプルで男前なお財布。こんなにシンプルなのは初めてなので物足りなく感じるかな？と思いましたが買って正解。スリムな鞄でもスッと出し入れできるのでストレスZEROです。カードを全て納めるとパツパツでしたが直ぐに馴染みました。小銭入れにチャックがないので少し心配だったけど、これも使いやすい！！お札も見やすい出しやすいと私にはとても使いやすいお財布でした。大満足です。\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e30代女性 使い勝手もよく、手触りも作りもよく、大満足です！\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eやっと出会えた！薄くて沢山入るしっかりしたお財布を探していて、やっと出会えました！沢山あるカードもちゃんと収まり、革がしっかりしているので、形がキレイ！同じデザインの他の革の物と悩みましたが、中身を沢山詰め込むので革が柔らかいと形が崩れそうなので、こちらでよかったです。小銭入れのチャック無しは初めてですが、開ける手間が省けてものすごく使いやすいです！赤の色も落ち着いていて素敵です。バッグにスッキリ収まり、使い勝手もよく、手触りも作りもよく、大満足です！使い倒したら、またリピしそうです！\u003c\/p\u003e\n\n        \u003cp class=\"body-text\"\u003e購入者様 小銭もファスナー無しでも落ちることはない。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e男性でもバッチリ！条件として、レザー・L字ファスナー・小銭入れにファスナー無し・長さが20センチ以内のものを探していました。この財布を見たとき少し女性っぽいかなとは思いましたが、男性でも全く問題なく使えます。自分はチョコを選択。使用感も適度に柔らかく、小銭もファスナー無しでも落ちることなく、カードポケットも多いのでとても使いやすいです。おすすめです。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46203010547932,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597749960924,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597749993692,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597750026460,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597750059228,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000043.jpg?v=1738298044"},{"product_id":"611","title":"【00611】キーケース 栃木レザー","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  \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\/8_000000000045.jpg?v=1738633968\" 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。\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\/1_000000000045.jpg?v=1738633968\" class=\"img-fluid d-block w-100 product-img\" alt=\"キーケース内部の4連キーレーンとポケット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手に馴染む快適な携帯性\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e約52gという軽さながら、4連キーレーンが鍵の重なりを軽減し、鍵の取り出しをスムーズに。\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\/6_000000000045.jpg?v=1738633968\" 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。\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「Patina（パティーナ）シリーズ」の栃木レザーキーケース（商品コード: 00611）は、革本来の魅力を最大限に引き出すために、無駄を省いたミニマルなデザインが特徴です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e革の経年変化（パティーナ）を存分に楽しめる無駄のないデザイン\u003c\/li\u003e\n          \u003cli\u003e表裏ともに厳選された栃木レザーを使用し、統一感のある仕上がり\u003c\/li\u003e\n          \u003cli\u003e使い込むほどに深まる色艶と風合い\u003c\/li\u003e\n          \u003cli\u003e柔らかな手触りを実現するスパン糸を使用\u003c\/li\u003e\n          \u003cli\u003e熟練の職人による丁寧な切り目磨きで、革の積層が一体化したかのような美しさ\u003c\/li\u003e\n          \u003cli\u003eメンズ・レディース問わず、幅広い層にお使いいただけます\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: 約 横11cm × 高さ5.9cm × マチ2.2cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約52g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 牛革（栃木レザー）\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本\u003c\/li\u003e\n        \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\u003e4連キーレーン: 複数の鍵を効率的に収納\u003c\/li\u003e\n          \u003cli\u003e鍵の重なりを軽減する設計: 各キーレーンの長さを変えることで、鍵同士が重なることによる厚みを抑え、スムーズな出し入れをサポートします。\u003c\/li\u003e\n          \u003cli\u003eその他ポケット: 2ヶ所\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\/00611_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"4連キーレーンの構造と鍵の収納イメージ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\/00611_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"4連キーレーンの構造と鍵の収納イメージ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お好みに合わせてお選びいただける、美しい5色展開です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00611_10.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00611_11.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00611_12.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00611_13.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00611_14.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      \u003c\/div\u003e\n    \u003c\/details\u003e\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\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46203010941148,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597749698780,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597749731548,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597749764316,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597749797084,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000045.jpg?v=1738633968"},{"product_id":"701","title":"【00701】長財布 ラウンドファスナー ブライドルレザー","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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートな収納力 ブライドル長財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eカード12枚、紙幣、小銭をこれ一つに。しなやかな内装革が、使うほどに手に馴染み、会計を\u003cstrong\u003eスマート\u003c\/strong\u003eに演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/12_000000000051.jpg?v=1738298121\" 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が生まれ、唯一無二の表情を魅せるブライドルレザー。日本の職人技が息づく\u003cstrong\u003e堅牢な造り\u003c\/strong\u003eは、長く愛用できる証です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000051.jpg?v=1738298121\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e永く愛せる堅実な逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の基本情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ: （約）横19.5cm×高さ9.6cm×マチ2.4cm\u003c\/li\u003e\n        \u003cli\u003e重さ: 約220g\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表にはスペイン産ブライドルレザー（Miret社製）、内装には100%ベジタブルタンニン鞣しの牛革を使用しています。\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      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_bridleleather.jpg\" class=\"img-fluid d-block w-100 product-img\"\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カード入れ: 12\u003c\/li\u003e\n        \u003cli\u003e小銭入れ: 2 (内側仕切り付き)\u003c\/li\u003e\n        \u003cli\u003e札入れ: 2\u003c\/li\u003e\n        \u003cli\u003eポケット: 4\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\/00701_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cp class=\"caption-text text-end\"\u003e内側のファスナーポケットは仕切りで2ルームに。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cp class=\"caption-text text-end\"\u003eカード段の1段目とファスナー横にはブライドルレザーを使用。内側のファスナーポケット両側にもポケットが付いています。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\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全4色展開。お好みに合わせてお選びいただけます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eブラック\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cli\u003eチョコ\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_15.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cli\u003eネイビー\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cli\u003eグリーン\u003c\/li\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_18.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_19.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\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「Firm」シリーズについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eヨーロッパで馬具として使用するために作られた、\u003cstrong\u003e強い耐久性\u003c\/strong\u003eが特長のブライドルレザーを、日本の職人の繊細な技術でその特長を最大限生かしたシリーズです。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_brand.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n    \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      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Firm (ファーム)","offers":[{"title":"black","offer_id":46289060167900,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597749207260,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false},{"title":"navy","offer_id":47597749240028,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597749272796,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/10_000000000051.jpg?v=1738298121"},{"product_id":"703","title":"【00703】長財布 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  \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\u003eL字ファスナーデザイン\u003c\/strong\u003eが、日々のスタイルを格上げする逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000053.jpg?v=1738298176\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザー長財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e品格を纏う大人の選択肢\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e堅牢な本革財布、日本の職人技\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e馬具由来の堅牢な\u003cstrong\u003eスペイン産ブライドルレザー\u003c\/strong\u003eと、植物タンニン鞣しの内装革。日本の\u003cstrong\u003e熟練職人\u003c\/strong\u003eによる精緻な縫製が、手に取るたびに確かな品質と永く愛せる価値を伝えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000053.jpg?v=1738298176\" 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約160gの軽さに、\u003cstrong\u003eカード12枚\u003c\/strong\u003e、小銭、紙幣、すべてが収まる設計。L字ファスナーがスムーズな開閉を可能にし、支払い時の所作まで美しく演出します。ビジネスシーンでも活躍する高い機能性を誇ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000053.jpg?v=1738298176\" 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  \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\n\u003cstrong\u003eサイズ\u003c\/strong\u003e：約 横19.5cm × 高さ9.6cm × マチ2.4cm\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e：約160g\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・品質について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e本製品は「ファームシリーズ」として、ヨーロッパで馬具用に作られた耐久性のあるブライドルレザーを日本の職人技で最大限に活かしています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e表素材\u003c\/strong\u003e：スペイン産ブライドルレザー（Miret社製）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e内装素材\u003c\/strong\u003e：牛革（100%ベジタブルタンニン鞣し）\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e生産国\u003c\/strong\u003e：日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e熟練された職人により伝統的な製法で鞣されたブライドルレザーは、蜜ロウを何度も塗り込むことで表面に現れる「ブルーム」と呼ばれる白いロウが特徴です。使い込むほどにブルームが取れ、独特な艶へと変化し、経年変化を楽しめます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_bridleleather.jpg\" class=\"img-fluid d-block w-100\" 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\/00701_brand.jpg\" class=\"img-fluid d-block w-100\" 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\"\u003eL字ファスナーで開閉しやすく、優れた収納力を誇ります。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eカード入れ\u003c\/strong\u003e：12\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e小銭入れ\u003c\/strong\u003e：1\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e札入れ\u003c\/strong\u003e：2\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eポケット\u003c\/strong\u003e：2\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\/00703_01.jpg\" class=\"img-fluid d-block w-100\" alt=\"L字ファスナー長財布全体像\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e表と内装の一部には耐久性に優れたスペイン産ブライドルレザーを使用。内装革は100％ベジタブルタンニン鞣しのヌメ革で、経年変化により使うほどに色の深みが出てきます。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00703_02.jpg\" class=\"img-fluid d-block w-100\" alt=\"財布内部の素材\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eカード段の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\/00703_03.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_04.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_05.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_06.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_07.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_08.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_09.jpg\" class=\"img-fluid d-block w-100\" alt=\"長財布ディテール5\"\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        \u003cli\u003eグリーン\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003ch4 class=\"section-subtitle\"\u003eブラック\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00703_11.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_12.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラックカラー見本2\"\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"section-subtitle\"\u003eチョコ\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00703_13.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_14.jpg\" class=\"img-fluid d-block w-100\" alt=\"チョコカラー見本2\"\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"section-subtitle\"\u003eネイビー\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00703_15.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_16.jpg\" class=\"img-fluid d-block w-100\" alt=\"ネイビーカラー見本2\"\u003e\n      \u003c\/div\u003e\n      \u003ch4 class=\"section-subtitle\"\u003eグリーン\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00703_17.jpg\" class=\"img-fluid d-block w-100\" 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\/00703_18.jpg\" class=\"img-fluid d-block w-100\" 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 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\/00703_10.jpg\" class=\"img-fluid d-block w-100\" 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  \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\u003c\/div\u003e","brand":"Firm (ファーム)","offers":[{"title":"black","offer_id":46203011825884,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597749108956,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"navy","offer_id":47597749141724,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597749174492,"sku":null,"price":12100.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/10_000000000053.jpg?v=1738298175"},{"product_id":"705","title":"【00705】二つ折り 財布 ブライドルレザー","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\n      \u003cstrong class=\"strong-word\"\u003e熟練の技\u003c\/strong\u003eで仕立てられたカード入れと札入れ。スペイン産ブライドルレザーとベジタブルタンニン鞣し革の融合が、\u003cstrong class=\"strong-word\"\u003e使うほどに深まる風合い\u003c\/strong\u003eを生み出す。開くたびに感じる、\u003cstrong class=\"strong-word\"\u003e日本の革職人のこだわり\u003c\/strong\u003e。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000055.jpg?v=1738300275\" 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 class=\"strong-word\"\u003e堅牢なスペイン産ブライドルレザー\u003c\/strong\u003eの外装。表面に現れる「\u003cstrong class=\"strong-word\"\u003eブルーム\u003c\/strong\u003e」は、時と共に磨かれ、深みのある艶へと変化する。日々の使用が、\u003cstrong class=\"strong-word\"\u003eあなただけの歴史を刻む証\u003c\/strong\u003eとなる。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000055.jpg?v=1738300275\" 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 class=\"strong-word\"\u003eコンパクト\u003c\/strong\u003eながら、カードも紙幣もスマートに収納できる。\u003cstrong class=\"strong-word\"\u003e約80gの軽さ\u003c\/strong\u003eと手に馴染むサイズ感が、会計時も\u003cstrong class=\"strong-word\"\u003eスムーズな所作\u003c\/strong\u003eを演出。日常に溶け込む\u003cstrong class=\"strong-word\"\u003e快適な使い心地\u003c\/strong\u003eだ。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000055.jpg?v=1738300275\" 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「Firm（ファーム）」シリーズの二つ折りカード札入れです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eファームシリーズは、ヨーロッパで馬具として使用するために作られた強い耐久性が特長のブライドルレザーを、日本の職人の繊細な技術でその特長を最大限生かしたシリーズです。\u003c\/li\u003e\n          \u003cli\u003e表と内装の一部には耐久性に優れたスペイン産ブライドルレザーを使用。内装革は100％ベジタブルタンニン鞣しのヌメ革で、経年変化により使うほどに色の深みが出てきます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ：約 横11.3cm×高さ9.4cm×マチ2.6cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約80g\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\/00705_05.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布の全体像\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_06.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布の厚みとマチ\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_07.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手に持った際のサイズ感\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_08.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布の展開時\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_09.jpg\" 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表：スペイン産ブライドルレザー（Miret社製）\u003c\/li\u003e\n          \u003cli\u003e内装：牛革（100%ベジタブルタンニン鞣し）\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e熟練された職人により伝統的な製法で鞣されたブライドルレザーは、蜜ロウを革の表面に何度も塗り込むことで表面に現れる「ブルーム」と呼ばれる白く浮き出たロウが特徴です。\u003c\/p\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\/00701_bridleleather.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザーの質感\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_02.jpg\" 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カード入れ×8\u003c\/li\u003e\n          \u003cli\u003e札入れ×2\u003c\/li\u003e\n          \u003cli\u003eポケット×2\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eカード段の1段目には表と同じブライドルレザーを使用しています。\u003c\/p\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\/00705_01.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"財布の内部構造\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_03.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カード段のアップ\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_04.jpg\" 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          \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\/00705_11.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー：ブラック\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー：チョコ\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_13.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー：チョコ\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_14.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー：ネイビー\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_15.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー：ネイビー\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_16.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"カラー：グリーン\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00705_17.jpg\" 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    \u003cp\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      \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\/00705_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザーの注意点説明図\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Firm (ファーム)","offers":[{"title":"black","offer_id":46203011956956,"sku":null,"price":10670.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597749010652,"sku":null,"price":10670.0,"currency_code":"JPY","in_stock":false},{"title":"navy","offer_id":47597749043420,"sku":null,"price":10670.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597749076188,"sku":null,"price":10670.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000055.jpg?v=1738300275"},{"product_id":"706","title":"【00706】名刺入れ カードケース ブライドルレザー","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\n      スペイン産ブライドルレザーが放つ独特の光沢と、使い込むほどに深まる風合い。\n      \u003cbr\u003e日本の職人技が息づく、気品あふれる一品です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000056.jpg?v=1738634084\" 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\n      馬具由来の\u003cstrong\u003e堅牢なブライドルレザー\u003c\/strong\u003eを日本の職人が丁寧に仕立てました。\n      \u003cbr\u003e手にするたび、愛着と自信が深まります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000056.jpg?v=1738634084\" 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\n      \u003cstrong\u003e名刺入れが2部屋、ポケットが3つ。\u003c\/strong\u003e商談相手や用途別に\u003cstrong\u003eスマートに仕分け\u003c\/strong\u003eができ、ビジネスシーンを円滑にサポートします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000056.jpg?v=1738634084\" 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\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e （約）横11.3cm×高さ7.4cm×マチ1.8cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e重さ:\u003c\/strong\u003e 約56g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e厳選された素材と、細部にまでこだわった日本の職人による確かな生産です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e表:\u003c\/strong\u003e スペイン産ブライドルレザー（Miret社製）\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e内装:\u003c\/strong\u003e 牛革（100%ベジタブルタンニン鞣し）\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e生産国:\u003c\/strong\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\/00706_01.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\/00706_02.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        \u003cp\u003e内装革は100％ベジタブルタンニン鞣しのヌメ革を使用。経年変化により使うほどに色の深みが出てきます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_bridleleather.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\/00701_brand.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\n\u003cstrong\u003e名刺入れ:\u003c\/strong\u003e 2箇所\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eポケット:\u003c\/strong\u003e 3箇所\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\/00706_03.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\/00706_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eカード段の1段目には、表と同じブライドルレザーを使用しています。\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全4色展開。お好みのカラーをお選びください。\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"caption-text\"\u003eブラック\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00706_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text\"\u003eチョコ\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00706_11.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\/00706_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text\"\u003eネイビー\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00706_13.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\/00706_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text\"\u003eグリーン\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00706_15.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\/00706_16.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00706_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\/00706_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\/00706_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\/00706_08.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\"\u003eFirmシリーズについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e「Firm（ファーム）」シリーズは、ヨーロッパで馬具として使用するために作られた強い耐久性が特長のブライドルレザーを、日本の職人の繊細な技術でその特長を最大限に生かしたシリーズです。\u003c\/p\u003e\n        \u003cp\u003e長くご愛用いただける、本物の品質をお届けします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eご購入前に必ずご確認ください。\u003c\/p\u003e\n    \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\/00706_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"body-text text-end\"\u003e商品コード: 00706\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Firm (ファーム)","offers":[{"title":"black","offer_id":46203012153564,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597748912348,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"navy","offer_id":47597748945116,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597748977884,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000056.jpg?v=1738634084"},{"product_id":"707","title":"【00707】小銭入れ コインケース ブライドルレザー","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スペイン産ブライドルレザーが放つ独特の風合いは、蜜ロウが革表面に現れるブルームから生まれます。日本の熟練職人による繊細な技が、馬具としての高い耐久性を誇る革の魅力を最大限に引き出しています。使うほどに変化する表情をお楽しみください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00707_01.jpg\" 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約30gという\u003cstrong\u003e驚きの軽さ\u003c\/strong\u003eと、横7.6cm×高さ7cm×マチ2cmの\u003cstrong\u003eミニマルなサイズ感\u003c\/strong\u003eが、持ち運びのスマートさを実現します。内装には100%ベジタブルタンニン鞣しの牛革を使用し、表革とのコントラストが洗練された印象を与えます。精巧な作り込みが、使うたびに心地よさを感じさせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00707_02.jpg\" 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\/00707_03.jpg\" 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  \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商品名: 【00707】小銭入れ コインケース ブライドルレザー\u003c\/li\u003e\n          \u003cli\u003e商品コード: 00707\u003c\/li\u003e\n          \u003cli\u003eサイズ: （約）横7.6cm×高さ7cm×マチ2cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約30g\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\/00707_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e実際のサイズ感\u003c\/p\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表素材: スペイン産ブライドルレザー（Miret社製）\u003c\/li\u003e\n          \u003cli\u003e内装素材: 牛革（100%ベジタブルタンニン鞣し）\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本\u003c\/li\u003e\n        \u003c\/ul\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          \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        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00707_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e大きく開く設計で小銭が見やすく、取り出しやすい\u003c\/p\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\/00707_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e計算された内部構造\u003c\/p\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\/00707_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e刻印されたブランドロゴ\u003c\/p\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\/00707_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003e専用のパッケージ\u003c\/p\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        \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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00707_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003eブラック (正面)\u003c\/p\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\/00707_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003eブラック (背面)\u003c\/p\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\/00707_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003eチョコ (正面)\u003c\/p\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\/00707_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003eチョコ (背面)\u003c\/p\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\/00707_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003eネイビー (正面)\u003c\/p\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\/00707_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003eネイビー (背面)\u003c\/p\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\/00707_15.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003eグリーン (正面)\u003c\/p\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\/00707_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n          \u003cp class=\"caption-text text-center\"\u003eグリーン (背面)\u003c\/p\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_bridleleather.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00707_08.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\"\u003eFirm (ファーム) シリーズについて\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内装革は100%ベジタブルタンニン鞣しのヌメ革で、経年変化により使うほどに色の深みが出てきます。\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\/00707_01.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\/00707_02.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\/00701_brand.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Firm (ファーム)","offers":[{"title":"black","offer_id":46203012284636,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597748814044,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"navy","offer_id":47597748846812,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597748879580,"sku":null,"price":5170.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/8_000000000057.jpg?v=1738300861"},{"product_id":"708","title":"【00708】パスケース 二つ折り ブライドルレザー","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  \u003ch1 class=\"section-title\"\u003e【00708】パスケース 二つ折り ブライドルレザー\u003c\/h1\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練ブライドルパスケース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e手に馴染む\u003cstrong\u003eコンパクトな二つ折り\u003c\/strong\u003eは、日本の熟練職人による確かな仕立て。毎日の通勤・通学を\u003cstrong\u003eスマートに彩り\u003c\/strong\u003e、洗練された印象を与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000058.jpg?v=1738634131\" 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。蜜ロウが浮き出るブルームは、本物の証。手にするたび\u003cstrong\u003e愛着が湧く逸品\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000058.jpg?v=1738634131\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: （約）横11cm × 高さ7.7cm × マチ1cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約50g\u003c\/li\u003e\n          \u003cli\u003e素材（表）: スペイン産ブライドルレザー（Miret社製）\u003c\/li\u003e\n          \u003cli\u003e素材（内装）: 牛革（100%ベジタブルタンニン鞣し）\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本\u003c\/li\u003e\n          \u003cli\u003e仕様: パス入れ ×1、カード入れ ×1、ポケット ×2\u003c\/li\u003e\n          \u003cli\u003eカラー: ブラック、チョコ、ネイビー、グリーン\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003eカード段の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\/9_000000000058.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 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\/1_000000000058.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\/3_000000000058.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\/4_000000000058.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\/5_000000000058.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\/2_000000000058.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 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\/6_000000000058.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e「ファームシリーズ」は、ヨーロッパで馬具として使用するために作られた、強い耐久性が特長のブライドルレザーを、日本の職人の繊細な技術でその特長を最大限に生かしたシリーズです。表と内装の一部には耐久性に優れたスペイン産ブライドルレザーを使用し、内装革は100％ベジタブルタンニン鞣しのヌメ革で、経年変化により使うほどに色の深みが出てきます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00701_bridleleather.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\/00701_brand.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 class=\"body-text\"\u003eお好みに合わせて選べる4色をご用意しました。\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\/8_000000000058.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\/10_000000000058.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/11_000000000058.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\/12_000000000058.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/13_000000000058.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_000000000058.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/15_000000000058.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_000000000058.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 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\"\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\/7_000000000058.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eお送りする商品は生産の工程上、ロウを落とした状態のものになります。財布を使用せずに保管した場合ロウが浮き出てきますので、その場合は乾拭きしてロウを落としてからお使いください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Firm (ファーム)","offers":[{"title":"black","offer_id":46203012415708,"sku":null,"price":6270.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597748715740,"sku":null,"price":6270.0,"currency_code":"JPY","in_stock":true},{"title":"navy","offer_id":47597748748508,"sku":null,"price":6270.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597748781276,"sku":null,"price":6270.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/9_000000000058.jpg?v=1738634131"},{"product_id":"1101","title":"【01101】長財布 ラウンドファスナー 栃木レザー","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    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e栃木レザーが織りなす上質\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e厳選された栃木レザーが放つ深みと艶。日本の職人が一つ一つ丁寧に仕上げた、使うほどに愛着が深まる逸品です。手にするたびに、本物の魅力をご実感いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000072_c70c1f6c-286d-4661-928e-a97d3b6fe9b2.jpg?v=1738298292\" 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のカード入れとL字型ファスナーの小銭入れで、お財布の中はいつもすっきり。紙幣やレシートもスマートに収納でき、必要なものがすぐに取り出せるストレスフリーな使い心地です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000072.jpg?v=1738298292\" class=\"img-fluid d-block w-100 product-img\" alt=\"必要なものをスマートに整頓\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e必要なものをスマートに整頓\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e職人の技が光る逸品\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e細部まで抜かりなく磨き上げられた切り目や、堅牢な金具が、この財布の確かな品質を物語ります。使い込むほどに増す真鍮の風合いと共に、唯一無二の個性が育まれます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000072.jpg?v=1738298292\" 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\u003cp\u003e国内最高技術を誇るタンナー「栃木レザー」のフルベジタブルタンニングレザーを使用。\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003eタンニン槽でじっくり鞣された最高級のヌメ革にオイルをたっぷり染み込ませたオイルバケッタは、しっとりと柔らかく手に馴染みます。\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e使い込むほどに艶が増し、美しい経年変化をお楽しみいただけます。\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e切り目部分はひとつひとつ職人の手によって磨かれており、細部にまでこだわりが光ります。\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e内装にはタンナーが独自配合した植物タンニンで鞣した、独特の柔らかさと耐久性があるヌメ革を使用。\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e内装革はパラフィン加工により地ツヤが増し、使い込むほどに独特の味わいになります。染料を一切使わない自然な色合いで、革本来の風合いが楽しめます。\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003eL字型に大きく開くファスナーポケットは、小銭が取り出しやすく、2ルームで仕分けも簡単です。\u003c\/p\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\/01101_00001.jpg\" 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\/01101_00002.jpg\" 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\/01101_00003.jpg\" 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\/01101_00004.jpg\" 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\/01101_00005.jpg\" 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\/01101_00006.jpg\" 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\/01101_00007.jpg\" 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\/01101_00008.jpg\" 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\/01101_00009.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"L字ファスナーの小銭入れ\"\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\u003cp\u003eサイズ: （約）横19.5cm×高さ9.6cm×マチ2.2cm\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e重さ: 約210g\u003c\/p\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:\/\/gigaplus.makeshop.jp\/bristlegrass\/cabinet\/nanocolor2\/01101_size.jpg\" 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\u003cp\u003e表素材: 牛革（栃木レザー）\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e内装素材: 牛革（国産ヌメ革）\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e生産国: 日本\u003c\/p\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e収納仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\u003cp\u003eカード入れ: 12\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e小銭入れ: 2（L字ファスナー、2ルーム）\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003e札入れ: 2\u003c\/p\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003cp\u003eその他ポケット: 2\u003c\/p\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\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\/01101_00010.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\/01101_00011.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\/01101_mihon.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\/01101_00013.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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e01101\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\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":"Field(フィールド)","offers":[{"title":"black","offer_id":46289060692188,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597747306716,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":47597747339484,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"brown","offer_id":47597747372252,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000072_c70c1f6c-286d-4661-928e-a97d3b6fe9b2.jpg?v=1738298292"},{"product_id":"1103","title":"【01103】財布 二つ折り 栃木レザー","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です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/11_000000000076.jpg?v=1738300336\" 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\/12_000000000076.jpg?v=1738300336\" 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約87gの軽やかさ\u003c\/strong\u003eで、カード4枚、小銭入れ、札入れ2つ、ポケット3つをスマートに収納。国産ヌメ革のしなやかさが、\u003cstrong\u003e使うほどに手に馴染む快適さ\u003c\/strong\u003eを実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000076.jpg?v=1738300336\" 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  \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: （約）横19.5cm×高さ9.6cm×マチ2.4cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約87g\u003c\/li\u003e\n          \u003cli\u003e素材: 表：牛革（栃木レザー） 内装：牛革（国産ヌメ革）\u003c\/li\u003e\n          \u003cli\u003e仕様: カード入れ×4、小銭入れ×1、札入れ×2、ポケット×3\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e「フィールド」シリーズは、日本の職人の丁寧な仕事により、革独特の個性豊かな表情を高級感ある商品に仕上げています。たっぷりオイルが染み込んだ、しなやかな触り心地が特徴です。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e国内で最高技術を誇るタンナー”栃木レザー”のフルベジタブルタンニングレザーを使用した\u003cstrong\u003e二つ折り財布\u003c\/strong\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        \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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e職人のこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e切り目部分はひとつひとつ職人の手によって丁寧に磨かれています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品詳細画像\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01103_01.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\/01103_02.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\/01103_03.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\/01103_04.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\/01103_05.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\/01103_06.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e・ブラック\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01103_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e・チョコ\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01103_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e・キャメル\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01103_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cp class=\"body-text\"\u003e・ブラウン\u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01103_10.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  \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":"Field(フィールド)","offers":[{"title":"black","offer_id":46203015037148,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597746880732,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":47597746913500,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"brown","offer_id":47597746946268,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/11_000000000076.jpg?v=1738300336"},{"product_id":"1106","title":"【01106】キーケース 栃木レザー","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  \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\/12_000000000082.jpg?v=1738634256\" 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\/14_000000000082.jpg?v=1738634256\" 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\/16_000000000082.jpg?v=1738634256\" 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=\"point-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e4連キーレーン\u003c\/strong\u003e：3種類の異なる長さで、鍵同士の干渉を防ぎスムーズな出し入れを実現。\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\/15_000000000082.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"4連キーレーンの構造図\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e鍵の干渉を防ぐ3種類の長さのキーレーン\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サイズ：約 横6cm × 高さ10.5cm × マチ1.7cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約 70g\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\/16_000000000082.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"手に持ったキーケースのサイズ感\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\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表：牛革（栃木レザー）\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        \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_000000000082.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"内装革の質感\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\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選べる4色のカラー展開。お好みの色をお選びください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/18_000000000082.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/19_000000000082.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/20_000000000082.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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/21_000000000082.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      \u003c\/div\u003e\n    \u003c\/details\u003e\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    \u003cp class=\"body-text\"\u003e商品コード: 01106\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Field(フィールド)","offers":[{"title":"black","offer_id":46203015528668,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597746258140,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":47597746290908,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":false},{"title":"brown","offer_id":47597746323676,"sku":null,"price":6820.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/12_000000000082.jpg?v=1738634256"},{"product_id":"1107","title":"【01107】パスケース 栃木レザー","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_000000000084.jpg?v=1738634286\" class=\"img-fluid d-block w-100 product-img\" alt=\"栃木レザーの風合い\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e革本来の美しさを堪能\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本の職人技が宿る精巧な仕上がり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eしっとりと手に馴染む、たっぷりオイルを含んだ\u003cstrong\u003eヌメ革の質感\u003c\/strong\u003e。細部までこだわり抜いた職人の\u003cstrong\u003e精緻なステッチワーク\u003c\/strong\u003eが、確かな品質を物語っています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000084.jpg?v=1738634286\" 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約17g\u003c\/strong\u003eという驚くほどの軽量さと、わずか\u003cstrong\u003e0.3cmのスリム設計\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\/14_000000000084.jpg?v=1738634286\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の紹介\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eフィールドシリーズは、日本の職人が丁寧に作り上げた、革独特の個性豊かな表情と高級感を兼ね備えた商品です。たっぷりオイルが染み込んだしなやかな触り心地が特徴です。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01107_01.jpg\" class=\"img-fluid d-block w-100\" 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\/01107_02.jpg\" class=\"img-fluid d-block w-100\" 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\/01107_03.jpg\" class=\"img-fluid d-block w-100\" alt=\"パスケースの展開イメージ\"\u003e\n        \u003c\/div\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\/01107_04.jpg\" class=\"img-fluid d-block w-100\" alt=\"栃木レザーの詳細\"\u003e\n        \u003c\/div\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\/01107_05.jpg\" class=\"img-fluid d-block w-100\" 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\/01107_06.jpg\" class=\"img-fluid d-block w-100\" 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サイズ：約 横6.7cm × 高さ10cm × マチ0.3cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約17g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表素材：牛革（栃木レザー）\u003c\/li\u003e\n          \u003cli\u003e内装素材：牛革（国産ヌメ革）\u003c\/li\u003e\n          \u003cli\u003e生産国：日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \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パス入れ×1\u003c\/li\u003e\n          \u003cli\u003eカード入れ×1\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        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01107_07.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラックカラー\"\u003e\n          \u003cp class=\"body-text text-center\"\u003eブラック\u003c\/p\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\/01107_08.jpg\" class=\"img-fluid d-block w-100\" alt=\"チョコカラー\"\u003e\n          \u003cp class=\"body-text text-center\"\u003eチョコ\u003c\/p\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\/01107_09.jpg\" class=\"img-fluid d-block w-100\" alt=\"キャメルカラー\"\u003e\n          \u003cp class=\"body-text text-center\"\u003eキャメル\u003c\/p\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\/01107_10.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラウンカラー\"\u003e\n          \u003cp class=\"body-text text-center\"\u003eブラウン\u003c\/p\u003e\n        \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=\"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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Field(フィールド)","offers":[{"title":"black","offer_id":46203015692508,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597746094300,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597746127068,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false},{"title":"brown","offer_id":47597746159836,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/12_000000000084.jpg?v=1738634286"},{"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":"1204","title":"【01204】キーケース コードバン","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      約50gの軽さが、あなたの日常を軽やかに彩ります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01204_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\n      内装のオイルカーフは、\u003cstrong\u003e吸い付くようなしっとりとした触り心地\u003c\/strong\u003e。\n      鍵の出し入れも驚くほどスムーズで、日々の所作に心地よいリズムをもたらします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01204_02.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\n      duendeオリジナルのアニリン仕上げコードバンは、深みのある色合いが特徴です。\n      \u003cstrong\u003e使うほどに表情豊かに変化\u003c\/strong\u003eし、コバの透明感ある仕上がりは日本の熟練した技が光る逸品です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01204_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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: 【01204】キーケース コードバン\u003c\/li\u003e\n          \u003cli\u003e商品コード: 01204\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\u003egem:ジェム コードバン キーケースは、独特な輝きと艶を持つコードバンを宝石のような美しい商品にしたいという想いで作られたシリーズです。\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\/01204_01.jpg\" 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\/01204_02.jpg\" 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サイズ: （約）横5.8cm×高さ11cm×マチ2cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約50g\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仕様: 4連キーレーン×1、ポケット×2\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\/01204_05.jpg\" 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\/01204_06.jpg\" 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\u003eduendeオリジナルカラーのアニリン仕上げのコードバンは、色に深みがあり使う程に変化する革の表情を楽しめます。\u003c\/p\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\/01204_04.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"アニリン仕上げコードバン\"\u003e\n        \u003c\/div\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          \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\/01204_03.jpg\" 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\/01204_07.jpg\" 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\/01204_08.jpg\" class=\"img-fluid d-block w-100 product-img\" 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      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eキャメル\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01204_11.jpg\" 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\/01204_10.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャメルカラー詳細\"\u003e\n        \u003c\/div\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\/01204_09.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブルーカラー\"\u003e\n        \u003c\/div\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\/01204_12.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"グリーンカラー\"\u003e\n        \u003c\/div\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\/01204_13.jpg\" 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=\"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    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"gem(ジェム)","offers":[{"title":"camel","offer_id":46203016282332,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"blue","offer_id":47597745406172,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597745438940,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"red","offer_id":47597745471708,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/13_000000000090.jpg?v=1738636003"},{"product_id":"1205","title":"【01205】札バサミ 財布 コードバン","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\/1_000000000091.jpg?v=1738300609\" 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約44gという驚くほどの軽量性と、わずか0.5cmのマチが、ポケットでの\u003cstrong\u003eかさばりを解消\u003c\/strong\u003e。スマートに必要な紙幣とカードだけを持ち歩く、現代的で無駄のない大人のライフスタイルを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000091.jpg?v=1738300609\" 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\/6_000000000091.jpg?v=1738300609\" 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    \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\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e 01205\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e商品名:\u003c\/strong\u003e 札バサミ 財布 コードバン\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eサイズ:\u003c\/strong\u003e （約）横11.2cm × 高さ8.5cm × マチ0.5cm\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e重さ:\u003c\/strong\u003e 約44g\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e仕様:\u003c\/strong\u003e 札バサミ × 1、カード入れ × 3、ポケット × 2\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e生産国:\u003c\/strong\u003e 日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e厳選素材について\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品に使用されている、厳選された革素材の詳細です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e表革:\u003c\/strong\u003e コードバン\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e内装:\u003c\/strong\u003e カーフ（牛革）\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e裏革:\u003c\/strong\u003e ゴート\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e\n                    duendeオリジナルカラーのアニリン仕上げのコードバンは、色に深みがあり使う程に変化する革の表情を楽しめます。コードバンとは、農耕馬の尻部分にあるコードバン層を裏から丁寧に削り出し、熟練した職人によって仕上げられた高級な革です。その美しさと削り出す方法が宝石採掘と似ているとして、\"革のダイヤモンド\"と称されることもあります。\n                \u003c\/p\u003e\n                \u003cp\u003e\n                    内装にはなめらかな触り心地のオイルカーフを使用し、ナチュラルな風合いでコードバンを引き立てます。裏地の代わりにゴート革を使用することで、贅沢な仕上がりになっています。\n                \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                \u003cp\u003e\n                    ジェムシリーズは「一度は手にして欲しい美しい革”コードバン”」という想いから生まれました。独特な輝きと艶を持つコードバンを宝石のような美しい商品にしたいという想いで作られたシリーズです。\n                \u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eコードバン染色:\u003c\/strong\u003e duende独自の染色技術により、奥深い色合いと経年変化を楽しめます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eコバ処理:\u003c\/strong\u003e 何度も切り口を磨き、弊社独自で作成したニスを透明感が残るように慎重に塗り重ねています。独特な透明感がコードバンの色と馴染み、美しさを際立たせます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e細部へのこだわり:\u003c\/strong\u003e 素材の選定から縫製、コバ処理に至るまで、本物の品質が宿ります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品ギャラリー\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品のディテールを様々な角度からご覧いただけます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01205_01.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_02.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_03.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_04.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_05.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_06.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_07.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_08.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_09.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_10.jpg\" class=\"img-fluid d-block w-100\"\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\/01205_11.jpg\" class=\"img-fluid d-block w-100\"\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        \u003cp\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            \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":46289060921564,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"blue","offer_id":47597745045724,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597745078492,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597745111260,"sku":null,"price":18700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000091.jpg?v=1738300609"},{"product_id":"1206","title":"【01206】名刺入れ カードケース コードバン","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    \u003ch2\u003e【01206】名刺入れ カードケース コードバン\u003c\/h2\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\/1_000000000092.jpg?v=1738634336\" 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約46gの軽やかさが、名刺交換の瞬間をスマートに演出します。手になじむオイルカーフの内装は、使うたびに心地よい感触を与え、スムーズなカードの出し入れをサポート。必要な時に、あなたをより魅力的に彩る一品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000092.jpg?v=1738634336\" 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_000000000092.jpg?v=1738634336\" 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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eジェムシリーズは、「革のダイヤモンド」と称されるコードバンの独特な輝きと艶を最大限に活かし、宝石のような美しい商品を目指して作られました。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01206_01.jpg\" 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\/01206_02.jpg\" 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\/01206_03.jpg\" alt=\"名刺入れの角度を変えた画像\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e日本の熟練職人によるオリジナルの染色技法や丁寧なコバ磨きなど、細部にわたるこだわりと職人技をご堪能ください。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eduendeオリジナルカラーのアニリン仕上げのコードバンは、深みのある色合いが特徴で、使うほどに変化する革の表情を楽しめます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01206_04.jpg\" alt=\"アニリン仕上げコードバンの質感クローズアップ\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eコードバンは、農耕馬の尻部分にある「コードバン層」を裏から丁寧に削り出し、熟練職人によって仕上げられる高級革です。その美しさと希少性から「革のダイヤモンド」と称されています。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e内装にはなめらかな触り心地のオイルカーフを使用し、コードバンの美しさを引き立てるナチュラルな風合いに。裏地にはゴート革を用いることで、見えない部分にも贅沢な仕上がりを追求しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01206_05.jpg\" alt=\"名刺入れの内装と裏地の素材説明図\"\u003e\u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eコバ処理は、何度も切り口を磨き、独自に作成したニスを透明感が残るように慎重に塗り重ねています。これにより、コードバンの色と馴染む独特の透明感が生まれます。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01206_06.jpg\" 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\/01206_07.jpg\" 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\/01206_08.jpg\" 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\/01206_09.jpg\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ: 約 横11.5cm × 高さ7.5cm × マチ1.6cm\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約 46g\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e表素材: コードバン\u003c\/li\u003e\n                    \u003cli\u003e内装素材: カーフ（牛革）\u003c\/li\u003e\n                    \u003cli\u003e裏革素材: ゴート\u003c\/li\u003e\n                    \u003cli\u003e名刺入れ: 1箇所\u003c\/li\u003e\n                    \u003cli\u003eポケット: 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 class=\"body-text\"\u003e日本\u003c\/p\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        \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            \u003cli\u003e本商品に使用しているコードバンは、職人が一枚一枚手塗りで染色しているため、革の色合いに個体差があります。お届けする商品は画像と色が若干異なる場合がありますが、手塗りならではの味わいとしてお楽しみください。\u003c\/li\u003e\n            \u003cli\u003eこちらの革は自然な風合いを残した仕上げのため、通常は隠れるような黒点やピンホールなどが入っている場合があります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"gem(ジェム)","offers":[{"title":"camel","offer_id":46203016577244,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"blue","offer_id":47597744881884,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597744914652,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":false},{"title":"red","offer_id":47597744947420,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000092.jpg?v=1738634336"},{"product_id":"1207","title":"【01207】小銭入れ コードバン","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を贅沢に使用。裏地には\u003cstrong\u003eゴート革\u003c\/strong\u003eを配し、見えない部分にまで妥協しない職人のこだわりが息づいています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000093.jpg?v=1738300936\" 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\u003e32g\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\/7_000000000093.jpg?v=1738300936\" 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は、使い込むほどに深みを増す独特の艶が魅力。横8cm、高さ7.5cmの\u003cstrong\u003eコンパクトな佇まい\u003c\/strong\u003eで、洗練された大人の手元を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/10_000000000093.jpg?v=1738300936\" 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  \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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ： （約）横8cm×高さ7.5cm×マチ2cm\u003c\/li\u003e\n        \u003cli\u003e重さ： 約32g\u003c\/li\u003e\n        \u003cli\u003e素材： 表：コードバン、内装：カーフ（牛革）、裏革：ゴート\u003c\/li\u003e\n        \u003cli\u003e仕様： 小銭入れ×1、ポケット×2\u003c\/li\u003e\n        \u003cli\u003e生産国： 日本\u003c\/li\u003e\n        \u003cli\u003e商品コード： 01207\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      \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\/01207_01.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_02.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\u003eduendeオリジナルカラーのアニリン仕上げのコードバンを使用しています。色に深みがあり使う程に変化する革の表情を楽しめます。\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\/01207_03.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/01207_04.jpg\" class=\"img-fluid d-block w-100 product-img\"\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\/01207_05.jpg\" class=\"img-fluid d-block w-100 product-img\"\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      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_08.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_07.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_06.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_09.jpg\" class=\"img-fluid d-block w-100 product-img\"\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      \u003ch4\u003eキャメル\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_10.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_11.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003ch4\u003eブルー\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_12.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_13.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003ch4\u003eグリーン\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_14.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_15.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003ch4\u003eレッド\u003c\/h4\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_16.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01207_17.jpg\" class=\"img-fluid d-block w-100 product-img\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入の前に\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然の革を使用しているため、しわやキズが入っていることや革の仕上がりによって多少色ぶれする場合がありますが、天然素材の革の風合いとしてお楽しみ下さい。\u003c\/li\u003e\n      \u003cli\u003e通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003c\/li\u003e\n      \u003cli\u003e商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003c\/li\u003e\n      \u003cli\u003eこの商品に使用しているコードバンは一枚一枚職人が手塗りで染色しているため、革の色合いに個体差があります。そのためお届けする商品は画像と色が若干異なる場合がありますが、手塗りならではの味わいをお楽しみ下さいませ。\u003c\/li\u003e\n      \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":46203016708316,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"blue","offer_id":47597744750812,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597744783580,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"red","offer_id":47597744816348,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000093.jpg?v=1738300936"},{"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":"618","title":"【00618】フラグメントケース ミニ財布 栃木レザー","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\/4_000000000109.jpg?v=1738300680\" 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約44gの軽さが、手元に心地よくフィットします。横13cmのコンパクトな佇まいは、現代のライフスタイルに溶け込み、必要なものだけを\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_000000000109.jpg?v=1738300680\" 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できます。\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\/6_000000000109.jpg?v=1738300680\" 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を惜しみなく使用しました。時間をかけてじっくりと鞣された最高級のヌメ革は、使い込むほどに色が深まり、使う人の手に馴染む風合いへと育ちます。日本の職人が一つ一つ丁寧に仕立てた、本物の逸品です。\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栃木レザーを使用しており、革の\u003cstrong\u003e経年変化\u003c\/strong\u003eを楽しみたい方におすすめです。\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\/00618new_01.jpg\" class=\"img-fluid d-block w-100\" 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\/00618new_03_0.jpg\" class=\"img-fluid d-block w-100\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ：（約）横13cm×高さ7.5cm×マチ1cm\u003c\/li\u003e\n                    \u003cli\u003e重さ：約44g\u003c\/li\u003e\n                \u003c\/ul\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\/00618new_05_0.jpg\" class=\"img-fluid d-block w-100\" 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\/00618new_11.jpg\" class=\"img-fluid d-block w-100\" 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\/00618new_04_01.jpg\" class=\"img-fluid d-block w-100\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e外側：カード入れ×4、ポケット×1\u003c\/li\u003e\n                    \u003cli\u003e内側：小銭入れ×1、ポケット×1\u003c\/li\u003e\n                \u003c\/ul\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00618new_02.jpg\" class=\"img-fluid d-block w-100\" 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\/00618new_04_0.jpg\" class=\"img-fluid d-block w-100\" 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\/00618new_06_0.jpg\" class=\"img-fluid d-block w-100\" 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\/00618new_07_0.jpg\" class=\"img-fluid d-block w-100\" 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\/00618new_07_01.jpg\" class=\"img-fluid d-block w-100\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：栃木レザー\u003c\/li\u003e\n                    \u003cli\u003e素材特徴：\n                        \u003cul class=\"point-list\"\u003e\n                            \u003cli\u003e国内で最高技術を誇るタンナー”栃木レザー”のフルベジタブルタンニングレザーを使用しています。\u003c\/li\u003e\n                            \u003cli\u003e”ダブルピット製法”という高い技術と時間をかけてじっくりと鞣された最高級のヌメ革です。\u003c\/li\u003e\n                            \u003cli\u003eduendeの定番で使用されている素材で、使い込むほどに色が深みを増し、自分色に変化する革のエイジングを楽しんでいただけます。\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \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\/00618new_08_0.jpg\" class=\"img-fluid d-block w-100\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e生産国：日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eファスナーはYKK社製の”エクセラ”を使用。中でも一番細くてかさばらない番手のものを選んでいます。\u003c\/li\u003e\n                    \u003cli\u003e国内自社工場で職人がひとつひとつ丁寧に製作しており、細部まで気を使い繊細に作られています。\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\/00618new_09_0.jpg\" class=\"img-fluid d-block w-100\" alt=\"YKKエクセラファスナー\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00618new_10_0.jpg\" class=\"img-fluid d-block w-100\" 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\/00618new_10_00.jpg\" class=\"img-fluid d-block w-100\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eカラー：グリーン、キャメル、ブラック、チョコ、レッド\u003c\/li\u003e\n                \u003c\/ul\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\/00618new_12.jpg\" class=\"img-fluid d-block w-100\" alt=\"グリーンカラーのフラグメントケース\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eGreen グリーン\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00618new_13.jpg\" class=\"img-fluid d-block w-100\" alt=\"キャメルカラーのフラグメントケース\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eCamel キャメル\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00618new_14.jpg\" class=\"img-fluid d-block w-100\" alt=\"ブラックカラーのフラグメントケース\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eBlack ブラック\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00618new_15.jpg\" class=\"img-fluid d-block w-100\" alt=\"チョコカラーのフラグメントケース\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eChoco チョコ\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00618new_16.jpg\" class=\"img-fluid d-block w-100\" alt=\"レッドカラーのフラグメントケース\"\u003e\u003c\/div\u003e\n                \u003cp class=\"caption-text text-end\"\u003eRed レッド\u003c\/p\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        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46289059512540,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597741637852,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597741670620,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":47597741703388,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597741736156,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000109.jpg?v=1738300680"},{"product_id":"1203","title":"【01203】二つ折り財布 コードバン","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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e輝き放つコードバン財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e革のダイヤモンドと称されるコードバンの独特な輝きと艶。duendeオリジナルカラーのアニリン仕上げは、\u003cstrong\u003e深みある色合いと美しい表情\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000127.jpg?v=1740037862\" 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\/1_000000000127.jpg?v=1740037862\" 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\/2_000000000127.jpg?v=1740037862\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 01203\u003c\/li\u003e\n                    \u003cli\u003e素材: 表：コードバン、内装：カーフ（牛革）、裏革：ゴート\u003c\/li\u003e\n                    \u003cli\u003e生産国: 日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品は「\u003cstrong\u003eジェムシリーズ\u003c\/strong\u003e」として、唯一無二の輝きと艶を持つ\u003cstrong\u003eコードバン\u003c\/strong\u003eを宝石のような美しい商品にしたいという想いから生まれました。\u003c\/p\u003e\n                \u003cp\u003eduende独自の染色技術やコバの磨き方にこだわり、日本の職人が細部まで丁寧さを追求した最高級の逸品です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eduendeオリジナルカラーのアニリン仕上げ\u003c\/strong\u003e: 色に深みがあり、使うほどに変化する革の表情を楽しめます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e「革のダイヤモンド」コードバン\u003c\/strong\u003e: 農耕馬の尻部分にあるコードバン層を裏から丁寧に削り出し、熟練した職人によって仕上げられた高級革です。その美しさから「革のダイヤモンド」と称されます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eなめらかなオイルカーフの内装\u003c\/strong\u003e: ナチュラルな風合いのオイルカーフ（牛革）がコードバンを引き立て、裏地にはゴート革を使用することで贅沢な仕上がりを実現しています。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e熟練のコバ処理\u003c\/strong\u003e: 何度も磨き上げて滑らかにした切り口に、独自に作成した透明感のあるニスを慎重に塗り重ねることで、コードバンの色と調和する独特な透明感を生み出しています。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eご使用上の注意\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\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                    \u003cli\u003e\n\u003cstrong\u003eコードバン革の個体差\u003c\/strong\u003e: コードバンは職人が手塗りで染色しているため、革の色合いに個体差が生じます。お届けする商品は画像と色が若干異なる場合がありますが、手塗りならではの味わいとしてお楽しみください。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e自然な風合いの仕上げ\u003c\/strong\u003e: 自然な風合いを残した仕上げのため、通常は隠れるような黒点やピンホールなどが入っている場合があります。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"gem(ジェム)","offers":[{"title":"camel","offer_id":46203019559132,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":false},{"title":"blue","offer_id":47597741113564,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597741146332,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":false},{"title":"red","offer_id":47597741179100,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000127.jpg?v=1740037862"},{"product_id":"1110","title":"【01110】キーホルダー 栃木レザー","description":"\u003cp\u003e\u003cbr\u003e■サイズ （約）横2.7cm×高さ6.7cm×厚さ2cm\u003cbr\u003e■重さ 約20g\u003cbr\u003e■素材 牛革（栃木レザー）\u003cbr\u003e■仕様 キーリング×4\u003cbr\u003e■カラー ブラック、チョコ、キャメル、ブラウン\u003cbr\u003e■生産国 日本\u003cbr\u003e■素材特長\u003cbr\u003e国内で最高技術を誇るタンナー”栃木レザー”のオイルバケッタを使用しています。\u003cbr\u003e”ダブルピット製法”という高い技術と時間をかけてじっくりと鞣された最高級のヌメ革です。\u003cbr\u003e使うほどに色が深みを増し、独特の風合いが楽しめます。\u003cbr\u003e■注意事項\u003cbr\u003e・天然の革を使用しているため、しわやキズが入っていることや 革の仕上がりによって多少色ぶれする場合がありますが天然素材の革の風合いとしてお楽しみ下さい。\u003cbr\u003e・通常の撥水・色止め加工は施してありますが、汗や水を含んだ場合生地との摩擦により退色、色落ちの可能性がありますのでご注意下さい。\u003cbr\u003e・商品の色はディスプレイの環境などで実際の色とは異なる場合がありますのでご了承ください。\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_01.jpg?v=1739856942\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_02.jpg?v=1739856972\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e栃木レザーのオイルバケッタを使用したキーホルダー。\u003cbr\u003eオイルがたっぷり染み込んだ革はしっとりと手に馴染み使うほどに艶が増し、美しくエイジングします。\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_03.jpg?v=1739857000\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_04.jpg?v=1739857023\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e金具は革の雰囲気に合わせてアンティーク調にメッキされたものを使用。\u003cbr\u003e二重リングは”リン青銅”という素材で作られており、鉄製リングより耐久性に優れています。\u003cbr\u003eリングを大きく開いた時に開いたままになってしまっても元に戻すことができます。\u003cbr\u003e長く使っていただけるように金具にもこだわって作りました。\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_05.jpg?v=1739857049\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_06.jpg?v=1739857075\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_07.jpg?v=1739857098\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/duendenituite_5.jpg?v=1739857126\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1301_07_4.jpg?v=1739857197\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_08.jpg?v=1739857221\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_09.jpg?v=1739857275\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01110_010.jpg?v=1739857297\"\u003e\u003cbr\u003e \u003c\/p\u003e","brand":"Field(フィールド)","offers":[{"title":"black","offer_id":46203021459676,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":46285329957084,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"camel","offer_id":46285329989852,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true},{"title":"brown","offer_id":46285330022620,"sku":null,"price":2640.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000149.jpg?v=1739953534"},{"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":"709","title":"【00709】キーケース ブライドルレザー","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\/1_000000000174.jpg?v=1738634795\" 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\/4_000000000174.jpg?v=1738634795\" 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約11cm×約6cmという\u003cstrong\u003e絶妙なサイズ感\u003c\/strong\u003e。かさばらず、スマートに持ち運べるので、日々の生活に心地よく溶け込みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/6_000000000174.jpg?v=1738634795\" 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    \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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00709_01.jpg?v=1739865471\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00709_02.jpg?v=1739865491\"\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=\"point-list\"\u003e\n                    \u003cli\u003e4連のキーレーンは少しずつ長さが違うため、鍵同士が重ならず厚みを軽減できます。\u003c\/li\u003e\n                    \u003cli\u003e二重リングはバネ性に優れたリン青銅という素材でできており、口が開いたままにならない特徴があります。\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\/00709_03.jpg?v=1739865515\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00709_04.jpg?v=1739865534\"\u003e\u003c\/div\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e表側と内側の一部にブライドルレザーを使用し、内装はバイカラーの配色になっています。\u003c\/li\u003e\n                    \u003cli\u003eカラー例：ブラックとグリーンにはネイビーの内装、チョコとネイビーにはブラックの内装。\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\/00709_05.jpg?v=1739865555\"\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表: スペイン産ブライドルレザー（Miret社製）\u003c\/li\u003e\n                    \u003cli\u003e内装: 牛革（100%ベジタブルタンニン鞣し）\u003c\/li\u003e\n                \u003c\/ul\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\/spain_miret.jpg?v=1739865574\"\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズ (約): 横11cm × 高さ6cm\u003c\/li\u003e\n                    \u003cli\u003e重さ (約): 57g\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製造情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e生産国: 日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e国内自社工場で職人が細部まで丁寧に作り上げています。特にコバ磨きにはこだわり、革の切り口が1枚の革に見えるように何度も磨き、溝をなくしています。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00709_06.jpg?v=1739865592\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00709_07_1.jpg?v=1739865615\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00709_07_2.jpg?v=1739865635\"\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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 00709\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":"Firm (ファーム)","offers":[{"title":"black","offer_id":46203023851740,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597731283164,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"navy","offer_id":47597731315932,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597731348700,"sku":null,"price":6050.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000174.jpg?v=1738634795"},{"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"},{"product_id":"1605","title":"【01605】小銭入れ BOX型 コインケース イングリッシュブライドルレザー","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\/1_000000000201.jpg?v=1738300998\" 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の堅牢な美しさ。ロウが白く浮き出る独特の表情が、使うほどに深い味わいを増します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e会計もスマートに BOX型コインケース\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000201.jpg?v=1738300998\" 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が魅力。会計時に素早く開閉でき、必要な硬貨を迷わず取り出せます。\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\/3_000000000201.jpg?v=1738300998\" 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\u003eBOX型\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=\"benefit-list\"\u003e\n        \u003cli\u003e馬具にも使用される\u003cstrong\u003e非常に高い耐久性\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e白く浮き出るロウが織りなす\u003cstrong\u003e独特の風合いと経年変化\u003c\/strong\u003e\n\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\/01605_03.jpg?v=1739946830\" class=\"img-fluid d-block w-100 product-img\" 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\/01605_04.jpg?v=1739946852\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブライドルレザーの質感を伝える画像\"\u003e\u003c\/div\u003e\n      \u003cp\u003eBOX型小銭入れは、日常使いにおける利便性を追求しました。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eホックを外せば\u003cstrong\u003e口が大きく開く\u003c\/strong\u003eデザイン\u003c\/li\u003e\n        \u003cli\u003e硬貨の視認性が高く、\u003cstrong\u003eお会計がスムーズ\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01605_05.jpg?v=1739946865\" class=\"img-fluid d-block w-100 product-img\" alt=\"小銭入れを開いた状態の内部\"\u003e\u003c\/div\u003e\n      \u003cp\u003e内装には厳選された国産牛革を使用しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e全カラー共通で国産牛革を使用\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_09_4.jpg?v=1739946871\" class=\"img-fluid d-block w-100 product-img\" 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\/01605_06.jpg?v=1739946874\" class=\"img-fluid d-block w-100 product-img\" 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\/01605_07.jpg?v=1739946877\" class=\"img-fluid d-block w-100 product-img\" 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\/01605_08.jpg?v=1739946884\" class=\"img-fluid d-block w-100 product-img\" 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\/01605_01.jpg?v=1739946824\" class=\"img-fluid d-block w-100 product-img\" 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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ: （約）横7.6cm×高さ7cm×マチ2cm\u003c\/li\u003e\n        \u003cli\u003e素材: 表：英国製ブライドルレザー、内装：国産牛革\u003c\/li\u003e\n        \u003cli\u003e生産国: 日本\u003c\/li\u003e\n        \u003cli\u003eカラー展開: ブラック、チョコ、ネイビー、グリーン\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e商品管理コード\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 01605\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    \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":46289062199516,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597724205276,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"navy","offer_id":47597724238044,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597724270812,"sku":null,"price":5500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000201.jpg?v=1738300998"},{"product_id":"635","title":"【00635】極薄 二つ折り財布 栃木レザー","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が魅せる多彩な表情。手元に収まるスマートな\u003cstrong\u003e薄さ\u003c\/strong\u003eが、洗練された大人の日常を演出します。使うほどに深まる風合いは、唯一無二の存在感を放ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000204.jpg?v=1739953024\" 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\u003e1.2cmの厚み\u003c\/strong\u003eが、あなたの身軽な行動をサポートします。かさばらず、生活に溶け込むフィット感をご体感ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/2_000000000204.jpg?v=1739953023\" 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カード6枚、お札も小銭も。必要十分な中身をスマートに整理整頓できます。\u003cstrong\u003eマチ付きの小銭入れ\u003c\/strong\u003eは大きく開き、中が見やすく、会計時の振る舞いも美しく決まります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000204.jpg?v=1739953024\" 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\/00635_0000.jpg?v=1739948000\" 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\/00635_002.jpg?v=1739948009\" 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横: 10.7cm\u003c\/li\u003e\n          \u003cli\u003e高さ: 9cm\u003c\/li\u003e\n          \u003cli\u003e厚み: 1.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=\"benefit-list\"\u003e\n          \u003cli\u003e素材: 栃木レザー（フルベジタブルタンニングレザー）\u003c\/li\u003e\n          \u003cli\u003e特徴: 国内最高技術”ダブルピット製法”による最高級ヌメ革\u003c\/li\u003e\n          \u003cli\u003e特徴: 使うほどに色が深まり、独特の風合いを楽しめるエイジング\u003c\/li\u003e\n          \u003cli\u003e生産国: 日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/00635_006_02.jpg?v=1739948046\" class=\"img-fluid d-block w-100 product-img\" alt=\"duende定番の栃木レザーを使用\"\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枚\u003c\/li\u003e\n          \u003cli\u003e札入れ: 1箇所\u003c\/li\u003e\n          \u003cli\u003e小銭入れ: マチ付きファスナーポケット\u003c\/li\u003e\n        \u003c\/ul\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          \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\/00635_003_01.jpg?v=1739948017\" class=\"img-fluid d-block w-100 product-img\" alt=\"内側のカードポケットに6枚収納可能\"\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\/00635_003_02.jpg?v=1739948022\" 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\/00635_004_01.jpg?v=1739948027\" 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\/00635_004_02.jpg?v=1739948031\" 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=\"point-list\"\u003e\n          \u003cli\u003eネン引き加工: 革の端にコテで熱を加え、引き締まった高級感を演出\u003c\/li\u003e\n          \u003cli\u003eコバ磨き: 革の断面を何度も磨きニスを塗ることで、美しい断面と型崩れしにくい耐久性を実現\u003c\/li\u003e\n          \u003cli\u003eYKK社製「エクセラ」ファスナー: フラットな設計で引っかかりがなく、財布をよりフラットな状態に保ちます\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\/00635_005_01.jpg?v=1739948035\" 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\/00635_005_02.jpg?v=1739948039\" 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\/00635_006_01.jpg?v=1739948043\" class=\"img-fluid d-block w-100 product-img\" alt=\"YKKエクセラファスナーの拡大\"\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\/00635_007.jpg?v=1739948051\" 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\/00635_008.jpg?v=1739948053\" 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\/00635_009.jpg?v=1739948058\" class=\"img-fluid d-block w-100 product-img\" alt=\"国内自社工場での製造風景3\"\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商品コード: 00635\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":"Patina (パティーナ)","offers":[{"title":"black","offer_id":46203030307036,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"choco","offer_id":47597723844828,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":47597723877596,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"red","offer_id":47597723910364,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"green","offer_id":47597723943132,"sku":null,"price":7920.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000204.jpg?v=1739953024"},{"product_id":"1208","title":"【01208】ホース型 キーホルダー コードバン","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\/1_000000000208.jpg?v=1740037737\" 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が魅せる深い輝き。その独特な艶と色合いは、持つ人の手元をエレガントに彩ります。大切な方への贈り物にも最適な、洗練された逸品です。\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\/3_000000000208.jpg?v=1740037738\" 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約5.5cm×6.8cmという、手に心地よく収まる最適なサイズ感です。裏面にはブランドの刻印が施され、細部にまで品質へのこだわりが息づいています。\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\/4_000000000208.jpg?v=1740037738\" 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ネイビー、レッド、キャメル、グリーン。深みのある4つのカラーは、それぞれが個性を持ちながら、\u003cstrong\u003eコードバンならではの美しい光沢\u003c\/strong\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最高級の馬革「コードバン」で作られたホース型キーホルダーです。「革の宝石」とも称される、魅力あふれる人気の馬革の特性をご覧ください。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e独特な輝きと艶が特徴\u003c\/li\u003e\n                    \u003cli\u003e色に深みがあり、使うほどに変化する革の表情が楽しめる\u003c\/li\u003e\n                    \u003cli\u003e1頭の馬からごくわずかな量しかとれない希少価値の高さ\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\/01208-03.jpg?v=1739950284\" 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\/01208-04.jpg?v=1739950287\" 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\/01208-05.jpg?v=1739950290\" 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\/packet_l_13_9dabc367-63c6-45ea-bf29-c4977a952adf.jpg?v=1739950294\" 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横: 約5.5cm\u003c\/li\u003e\n                    \u003cli\u003e長さ: 約6.8cm\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\/01208_00.jpg?v=1739950283\" 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            \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\"\u003e01208\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\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":"gem(ジェム)","offers":[{"title":"navy","offer_id":46203030700252,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":false},{"title":"red","offer_id":47597723582684,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":47597723615452,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597723648220,"sku":null,"price":4620.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000208.jpg?v=1740037737"},{"product_id":"1209","title":"【01209】ホース型 ストラップ コードバン","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が織りなす、優雅な馬のフォルム。愛らしい存在が、あなたの\u003cstrong\u003eバッグ\u003c\/strong\u003eに遊び心と上質な輝きを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/4_000000000209.jpg?v=1740037736\" class=\"img-fluid d-block w-100 product-img\" alt=\"バッグに付けられたホース型コードバンチャーム\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eバッグを彩るコードバン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e希少な馬革、職人の証\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e革の宝石\u003cstrong\u003eコードバン\u003c\/strong\u003eを贅沢に使用。\u003cstrong\u003e日本の職人\u003c\/strong\u003eが手掛ける精巧なステッチワークと刻印が、本物の価値と確かな\u003cstrong\u003e品質\u003c\/strong\u003eを物語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/5_000000000209.jpg?v=1740037736\" 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輝き深まる、選べる4色\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e光沢と艶が魅力の\u003cstrong\u003eコードバン\u003c\/strong\u003e。\u003cstrong\u003eネイビー、レッド、キャメル、グリーン\u003c\/strong\u003eの中から、お好みの色で日々の装いに個性を添え、色の変化をお楽しみいただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/1_000000000209.jpg?v=1740037736\" class=\"img-fluid d-block w-100 product-img\" alt=\"ネイビー、レッド、キャメル、グリーンの4色のホース型チャーム\"\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最高級の馬革「\u003cstrong\u003eコードバン\u003c\/strong\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01208-03_1.jpg?v=1739950587\" class=\"img-fluid d-block w-100 product-img\" alt=\"コードバン革の質感\"\u003e\u003c\/div\u003e\n        \u003cp\u003eバッグに付けて、\u003cstrong\u003eバッグチャーム\u003c\/strong\u003eとしてもお使いいただけます。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/01209_04.jpg?v=1739950591\" class=\"img-fluid d-block w-100 product-img\" 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\/01209_05.jpg?v=1739950594\" class=\"img-fluid d-block w-100 product-img\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: （約）横5.5cm×長さ6.8cm\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\/01209_00.jpg?v=1739950587\" class=\"img-fluid d-block w-100 product-img\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: 馬革（コードバン）\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eカラー\u003c\/strong\u003e: ネイビー、レッド、キャメル、グリーン\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e生産国\u003c\/strong\u003e: 日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本商品の管理コードです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e商品コード\u003c\/strong\u003e: 01209\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":"gem(ジェム)","offers":[{"title":"navy","offer_id":46203030831324,"sku":null,"price":4840.0,"currency_code":"JPY","in_stock":false},{"title":"red","offer_id":47597723484380,"sku":null,"price":4840.0,"currency_code":"JPY","in_stock":false},{"title":"camel","offer_id":47597723517148,"sku":null,"price":4840.0,"currency_code":"JPY","in_stock":false},{"title":"green","offer_id":47597723549916,"sku":null,"price":4840.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/7069\/8972\/files\/3_000000000209.jpg?v=1740037736"}],"url":"https:\/\/bristle-grass.we-shop.jp\/collections\/%e7%b5%8c%e5%b9%b4%e5%a4%89%e5%8c%96%e3%82%92%e6%a5%bd%e3%81%97%e3%82%80%e9%9d%a9%e5%b0%8f%e7%89%a9.oembed","provider":"ニシカゼ","version":"1.0","type":"link"}