{"title":"コードバンで経年変化を楽しむ","description":"","products":[{"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":"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":"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\/%e3%82%b3%e3%83%bc%e3%83%89%e3%83%90%e3%83%b3%e3%81%a7%e7%b5%8c%e5%b9%b4%e5%a4%89%e5%8c%96%e3%82%92%e6%a5%bd%e3%81%97%e3%82%80.oembed","provider":"ニシカゼ","version":"1.0","type":"link"}