{"title":"カラーで探す","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-sheets-root=\"1\"\u003eカラーで探す\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"20","title":"ペイントTシャツ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e唯一無二、纏うアートを日常に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eデザイナーが丁寧にペンキをちらした、\u003cstrong\u003e世界に一つだけのアートTシャツ\u003c\/strong\u003e。一枚一枚異なる表情を持つそのデザインは、あなたの個性を最大限に引き出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000020_gts47V7.jpg?v=1773800721\" 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が、細部にまで息づくTシャツ。肌に優しい\u003cstrong\u003e綿100%の素材\u003c\/strong\u003eが、洗練されたデザインと快適な着心地を両立させました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/1_000000000020.jpg?v=1773800721\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e肌触りも心地よい上質素材\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e着こなし格上げ、モードな存在感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eボディに映える大胆な\u003cstrong\u003eペイント\u003c\/strong\u003eは、まさに着るアート。カジュアルなシーンはもちろん、普段のスタイリングに洗練された\u003cstrong\u003eモード感\u003c\/strong\u003eをプラスします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/2_000000000020.jpg?v=1773800722\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e黒が魅せる大胆な表現\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eデザイナーがペンキをちらして制作した1点もののTシャツです。ハンドメイドの為、Tシャツ一枚一枚全ての表情が異なります。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e製品仕様：ペンキ加工\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・カラー\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e素材とカラーバリエーションについてご案内します。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e本体素材：綿100%\u003c\/li\u003e\n                \u003cli\u003eカラー：ホワイト、ブラック\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eフリーサイズの詳細です。カラーによって多少サイズが異なります。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eカラー\u003c\/th\u003e\n                            \u003cth\u003e身幅\u003c\/th\u003e\n                            \u003cth\u003e着丈\u003c\/th\u003e\n                            \u003cth\u003e肩幅\u003c\/th\u003e\n                            \u003cth\u003e袖丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eホワイト\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                            \u003ctd\u003e72cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003ctd\u003e24cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eブラック\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e72cm\u003c\/td\u003e\n                            \u003ctd\u003e51cm\u003c\/td\u003e\n                            \u003ctd\u003e23cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e※商品によっては多少の誤差が出ることがあります。ご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"h.art.s","offers":[{"title":"ホワイト","offer_id":52792031052076,"sku":null,"price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":52792031084844,"sku":null,"price":8690.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000020_gts47V7.jpg?v=1773800721"},{"product_id":"17","title":"タイダイブリーチ３WAY bag","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性際立つタイダイデニムバッグ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e岡山デニムの豊かな風合いに、\u003cstrong\u003eタイダイブリーチの独創的な表情\u003c\/strong\u003eが溶け合う3WAYバッグ。他にはない唯一無二のデザインが、持つ人の個性を際立たせます。上質なカジュアルスタイルを演出する逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000017_9Y3qnhs.jpg?v=1773800717\" 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\u003eA4ファイルやノートPCも収まる\u003c\/strong\u003eゆとりのある空間が広がります。細部にまで\u003cstrong\u003e栃木レザー\u003c\/strong\u003eをあしらったポケットや仕切りが、使い込むほどに馴染み、日々の必需品をスマートに収納します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/2_000000000017.jpg?v=1773800717\" 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自由なスタイルを叶える3WAY\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e肩掛け、斜め掛け、手持ち\u003c\/strong\u003eと、シーンに合わせて表情を変える3WAY仕様。しっかりとしたマチで自立し、荷物の出し入れもスムーズです。アクティブな日常に溶け込む、機能的かつ美しいフォルムです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/4_000000000017.jpg?v=1773800717\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e変幻自在のパートナー\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e生地を自由にひもや輪ゴムで縛って染料（漂白剤）を塗って染色（漂白）するタイダイブリーチ加工を施しました。\u003c\/p\u003e\n        \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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eインディゴ\u003c\/li\u003e\n          \u003cli\u003eブルー\u003c\/li\u003e\n          \u003cli\u003e濃色BK\u003c\/li\u003e\n          \u003cli\u003e中色BK\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本体：綿 100％ (岡山デニム)\u003c\/li\u003e\n          \u003cli\u003e付属：牛革 (栃木レザー)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e430 × 370 × 110mm (高さ × 幅 × マチ)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"h.art.s","offers":[{"title":"インディゴ","offer_id":52792031346988,"sku":null,"price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー","offer_id":52792031379756,"sku":null,"price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"濃色BK","offer_id":52792031412524,"sku":null,"price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"中色BK","offer_id":52792031445292,"sku":null,"price":28600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000017_9Y3qnhs.jpg?v=1773800717"},{"product_id":"16","title":"コットンペインティングトートバッグ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eアートを纏う個性派トート\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      熟練の職人技が光る\u003cstrong\u003eペインティング\u003c\/strong\u003e。\n      ひとつとして同じものはない、\u003cstrong\u003eあなただけの色彩\u003c\/strong\u003eとの出会い。\n      日常にアートなアクセントを添えます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000016_JbBBQNg.jpg?v=1773800715\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e唯一無二の存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e職人技と本革が織りなす質感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eU.S.DUCKの堅牢なコットン生地\u003c\/strong\u003eと、\u003cstrong\u003e上質な栃木レザー\u003c\/strong\u003eの出会い。\n      時間と共に深まる風合いは、手にするたび心満たす\u003cstrong\u003e特別な一品\u003c\/strong\u003eです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/1_000000000016.jpg?v=1773800715\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e手触りで感じる本物\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eデイリーに映えるヴィンテージ美\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e計算されたサイズ感\u003c\/strong\u003eは、\u003cstrong\u003e普段使いから特別な日まで幅広く対応\u003c\/strong\u003e。\n      \u003cstrong\u003e使い込むほどに増すヴィンテージな趣\u003c\/strong\u003eが、洗練された大人の装いを演出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/2_000000000016.jpg?v=1773800715\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日を彩る相棒\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e詳細情報\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・製品仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eU.S.DUCKと栃木レザーで作られたトートバッグに、熟練の職人によるペインティング加工を施しました。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eレザー・塗料の経年変化によるヴィンテージ感をお楽しみいただけます。\u003c\/li\u003e\n          \u003cli\u003eコットンU.S.DUCK部分には、特別なペイント加工が施されています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e生成 × 茶 × マルチ\u003c\/li\u003e\n          \u003cli\u003e生成 × 茶 × 白\u003c\/li\u003e\n          \u003cli\u003e黒 × 黒 × 白\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e本体：コットンU.S.DUCK\u003c\/li\u003e\n          \u003cli\u003e付属：本革栃木レザー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e直径：40cm\u003c\/li\u003e\n          \u003cli\u003e高さ：32cm\u003c\/li\u003e\n          \u003cli\u003eマチ：12cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"h.art.s","offers":[{"title":"生成 × 茶 × マルチ","offer_id":52792031576364,"sku":null,"price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"生成 × 茶 × 白","offer_id":52792031609132,"sku":null,"price":31900.0,"currency_code":"JPY","in_stock":true},{"title":"黒 × 黒 × 白","offer_id":52792031641900,"sku":null,"price":31900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000016_JbBBQNg.jpg?v=1773800715"},{"product_id":"15","title":"機械式腕時計 メタル\u0026革ベルトセット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e「時の芸術」を纏う、機械式腕時計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日本製MIYOTAムーブメントが刻む、確かな時間。厚いケースが醸し出す重厚な存在感で、手元に\u003cstrong\u003e自信と品格\u003c\/strong\u003eを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000015_nIyWiEI.jpg?v=1773800713\" class=\"img-fluid d-block w-100 product-img\" alt=\"精密な美、MIYOTAの鼓動\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e精密な美、MIYOTAの鼓動\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e唯一無二の存在感、NEWアンティーク\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\/0944\/7712\/3884\/files\/8_000000000015.jpg?v=1773800714\" 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\/0944\/7712\/3884\/files\/3_000000000015.jpg?v=1773800713\" class=\"img-fluid d-block w-100 product-img\" alt=\"瞬時に変わる、あなたの日常\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e瞬時に変わる、あなたの日常\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e詳細情報\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e使う人の感性を刺激する独自のフォルム、スタイルのNEWアンティークウォッチ。高精細なMIYOTAのムーブメント。厚いケースが、重厚で落ち着いた雰囲気を演出。アンティークでどこか懐かしい、けれど、最新の技術で作り上げた腕時計です。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eWhite × Silver\u003c\/li\u003e\n          \u003cli\u003eBlack × Silver\u003c\/li\u003e\n          \u003cli\u003eBlue × Silver\u003c\/li\u003e\n          \u003cli\u003eBlack × Black\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本体：S316ステンレスケース\u003c\/li\u003e\n          \u003cli\u003eベルト（メタル）：ステンレス 22-20mm\u003c\/li\u003e\n          \u003cli\u003eベルト（革）：本革 22-20mm\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直径47×54mm\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ムーブメント：MIYOTA9100 日本製\u003c\/li\u003e\n          \u003cli\u003e防水性能：10atm\u003c\/li\u003e\n          \u003cli\u003e裏蓋：シリアルナンバー入り\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"h.art.s","offers":[{"title":"White × Silver","offer_id":52792031707436,"sku":null,"price":132000.0,"currency_code":"JPY","in_stock":true},{"title":"Black × Silver","offer_id":52792031740204,"sku":null,"price":132000.0,"currency_code":"JPY","in_stock":true},{"title":"Blue × Silver","offer_id":52792031772972,"sku":null,"price":132000.0,"currency_code":"JPY","in_stock":true},{"title":"Black × Black","offer_id":52792031805740,"sku":null,"price":132000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000015_nIyWiEI.jpg?v=1773800713"},{"product_id":"14","title":"TROIS CLEFS TOKYO\u003cbr\u003eサコッシュ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eイタリア製本革の光沢\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      最高品質の物作りにこだわり抜いたディフュージョンライン。\n      \u003cstrong class=\"strong-text\"\u003eトスカーナ地方産植物タンニン鞣し革\u003c\/strong\u003eは、\n      使うほどに色艶が深まる\u003cstrong class=\"strong-text\"\u003e唯一無二の経年変化\u003c\/strong\u003eを楽しめます。\n      大人の日常に寄り添う、上質な佇まいをお届けします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000014_uF9c63S.jpg?v=1773800711\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e本物の素材が放つ存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマート収納：機能美を追求\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      手のひらに収まるような\u003cstrong class=\"strong-text\"\u003eコンパクトさ\u003c\/strong\u003eながら、\n      \u003cstrong class=\"strong-text\"\u003e整理整頓を叶える巧みな設計\u003c\/strong\u003e。\n      外装の\u003cstrong class=\"strong-text\"\u003eファスナーポケット\u003c\/strong\u003eは、すぐに取り出したい小物の収納に便利です。\n      \u003cstrong class=\"strong-text\"\u003eアンティーク調の金具\u003c\/strong\u003eが、洗練されたデザインに深みを添えています。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/1_000000000014.jpg?v=1773800712\" 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\"\u003e2WAYで変わる表情\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong class=\"strong-text\"\u003eショルダーストラップを取り外せば、品格あるクラッチバッグへと瞬時に変身\u003c\/strong\u003e。\n      \u003cstrong class=\"strong-text\"\u003e約W27×H18×D3cmの絶妙なサイズ感\u003c\/strong\u003eは、スマートフォンや財布などの必需品をスマートに収納し、\n      \u003cstrong class=\"strong-text\"\u003eあらゆるシーンで活躍\u003c\/strong\u003eします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/2_000000000014.jpg?v=1773800711\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eシーンを選ばない大人の相棒\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e最高品質の物作りにこだわったブランドTrois Clefsのディフュージョンラインです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e外装のイタリースムースレザーはトスカーナ地方産植物タンニン鞣し革を使用。使う毎に色艶の経年変化が楽しめます。\u003c\/li\u003e\n          \u003cli\u003e内装には外装色とのコンビネーションカラーのポリエステル生地を使用しています。\u003c\/li\u003e\n          \u003cli\u003eサコッシュとクラッチバッグの2WAYタイプです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外装：イタリー牛本革\/スムースレザー\u003c\/li\u003e\n          \u003cli\u003e内装：ポリエステル\u003c\/li\u003e\n          \u003cli\u003e金具：アンティーク\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約 W27×H18×D3cm\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=\"point-list\"\u003e\n          \u003cli\u003e開閉：ファスナー\u003c\/li\u003e\n          \u003cli\u003eファスナー外ポケット：1\u003c\/li\u003e\n          \u003cli\u003eファスナー内ポケット：1\u003c\/li\u003e\n          \u003cli\u003eオープンポケット：1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TROIS CLEFS TOKYO","offers":[{"title":"BLACKｘRED","offer_id":52792031838508,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"NAVYｘBEIGE","offer_id":52792031871276,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"D.BROWNｘNAVY","offer_id":52792031904044,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"OLIVEｘCAMEL","offer_id":52792031936812,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"ORANGEｘBROWN","offer_id":52792031969580,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000014_uF9c63S.jpg?v=1773800711"},{"product_id":"13","title":"TROIS CLEFS TOKYO\u003cbr\u003eLFショートウォレット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; 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\u003eTROIS CLEFS TOKYO LFショートウォレット\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。使うほどに\u003cstrong\u003e深まる色艶\u003c\/strong\u003eは、\u003cstrong\u003e唯一無二の存在感\u003c\/strong\u003eを放ち、日々のスタイルに寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000013_AKXKDS9.jpg?v=1773800710\" class=\"img-fluid d-block w-100 product-img\" alt=\"スムースレザーの質感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人のための相棒\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e賢い収納、自由な使い方\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e用途に合わせて\u003cstrong\u003e脱着できるカードケース\u003c\/strong\u003eは、まるでパーソナルアシスタント。必要に応じて取り出し、\u003cstrong\u003eスマートな支払い\u003c\/strong\u003eを実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/2_000000000013.jpg?v=1773800710\" 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が、硬貨やカードをしっかり保護し、長く\u003cstrong\u003e安心してお使いいただけます\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/3_000000000013.jpg?v=1773800709\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e最高品質の物作りにこだわったブランドTrois Clefsのディフュージョンラインです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e外装のイタリースムースレザーはトスカーナ地方産植物タンニン鞣し革\u003c\/li\u003e\n        \u003cli\u003e使用する毎に色艶の経年変化が楽しめます\u003c\/li\u003e\n        \u003cli\u003e内装は耐久性の強いマイクロファイバーレザーを使用\u003c\/li\u003e\n        \u003cli\u003eカードケースは脱着式で用途に合わせて使用可能\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e外装：イタリー牛本革\/スムースレザー\u003c\/li\u003e\n        \u003cli\u003e内装：マイクロファイバー\u003c\/li\u003e\n        \u003cli\u003e金具：ブラックニッケル\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e約 W12.5×H10×D2cm\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オープンポケット：2\u003c\/li\u003e\n        \u003cli\u003eカードポケット：3\u003c\/li\u003e\n        \u003cli\u003e着脱式カードポケット：5\u003c\/li\u003e\n        \u003cli\u003e小銭入れ仕切りポケット：1\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"TROIS CLEFS TOKYO","offers":[{"title":"BLACKｘRED","offer_id":52792032002348,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"NAVYｘBEIGE","offer_id":52792032035116,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"D.BROWNｘNAVY","offer_id":52792032067884,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"OLIVEｘCAMEL","offer_id":52792032100652,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true},{"title":"ORANGEｘBROWN","offer_id":52792032133420,"sku":null,"price":16500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000013_AKXKDS9.jpg?v=1773800710"},{"product_id":"12","title":"TROIS CLEFS TOKYO\u003cbr\u003eLFロングウォレット","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; 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\/0944\/7712\/3884\/files\/000000000012_qAIgYsW.jpg?v=1773800708\" 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\"\u003eL字ファスナーを開くと、上質な\u003cstrong\u003eマイクロファイバーの内装\u003c\/strong\u003eが広がる空間。\u003cstrong\u003e脱着式カードケース\u003c\/strong\u003eが、あなたのライフスタイルに合わせた自由な収納を叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/3_000000000012.jpg?v=1773800708\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e無限の可能性を秘める\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e時を刻む革の物語\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e丹念に鞣された\u003cstrong\u003eトスカーナ産レザー\u003c\/strong\u003eと、艶やかな\u003cstrong\u003eブラックニッケル金具\u003c\/strong\u003eのコントラスト。使い込むほどに色艶を増す\u003cstrong\u003e経年変化\u003c\/strong\u003eは、あなただけの物語を紡ぎます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/4_000000000012.jpg?v=1773800708\" 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最高品質の物作りにこだわったブランドTrois Clefsのディフュージョンラインです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e外装はトスカーナ地方産植物タンニン鞣し革のイタリアンスムースレザーで、使用する毎に色艶の経年変化を楽しめます。\u003c\/li\u003e\n                    \u003cli\u003e内装は耐久性の強いマイクロファイバーレザーを使用しています。\u003c\/li\u003e\n                    \u003cli\u003eカードケースは脱着式で用途に合わせてご使用いただけます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e外装：イタリー牛本革\/スムースレザー\u003c\/li\u003e\n                    \u003cli\u003e内装：マイクロファイバー\u003c\/li\u003e\n                    \u003cli\u003e金具：ブラックニッケル\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e約 W21cm × H10cm × D2cm\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ファスナーポケット：1\u003c\/li\u003e\n                    \u003cli\u003eオープンポケット：2\u003c\/li\u003e\n                    \u003cli\u003eカードポケット：5\u003c\/li\u003e\n                    \u003cli\u003e着脱式カードポケット：8\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TROIS CLEFS TOKYO","offers":[{"title":"BLACKｘRED","offer_id":52792032198956,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"NAVYｘBEIGE","offer_id":52792032231724,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"D.BROWNｘNAVY","offer_id":52792032264492,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"OLIVEｘCAMEL","offer_id":52792032297260,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ORANGEｘBROWN","offer_id":52792032330028,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000012_qAIgYsW.jpg?v=1773800708"},{"product_id":"11","title":"TROIS CLEFS TOKYO\u003cbr\u003eRF束入れ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e日常を彩るベジタブルタンニン財布\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cspan class=\"body-text\"\u003e\n                \u003cstrong class=\"body-text\"\u003eベジタブルタンニング協会認定のイタリアンレザー\u003c\/strong\u003eが放つ、鮮やかな発色と上質な光沢。しっとりとした手触りが、日々の所作に彩りを与えます。\n            \u003c\/span\u003e\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000011_SkHYcJS.jpg?v=1773800705\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e鮮やかに魅せるイタリア革\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e時を刻むアンティーク金具の輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cspan class=\"body-text\"\u003e\n                \u003cstrong class=\"body-text\"\u003eアンティークゴールドの金具\u003c\/strong\u003eが、時間の経過とともに深みを増し、あなただけの風合いへと変化していきます。細部に宿るクラフトマンシップの証です。\n            \u003c\/span\u003e\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/4_000000000011.jpg?v=1773800706\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e細部に光るクラフトマンシップ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e必要なものをスマートに収納\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cspan class=\"body-text\"\u003e\n                \u003cstrong class=\"body-text\"\u003eコンパクトなサイズ感\u003c\/strong\u003eながら、カード13枚、オープンポケット5つ、ファスナーポケット1つを完備し、お会計時も必要なものがすぐに取り出せます。日々のシーンをスマートに彩ります。\n            \u003c\/span\u003e\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/5_000000000011.jpg?v=1773800707\" 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        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e最高品質の物作りにこだわったブランドTrois Clefsのディフュージョンラインです。\u003c\/p\u003e\n                \u003cp\u003e本作はベジタブルタンニング協会認定のイタリアンレザーを使用したシリーズです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e豊富なカラーの組み合わせ\u003c\/li\u003e\n                    \u003cli\u003e使用するほどに艶が出てくる経年変化が楽しめる\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e外装：イタリー牛本革\/スムースレザー\u003c\/li\u003e\n                    \u003cli\u003e内装：マイクロファイバー\u003c\/li\u003e\n                    \u003cli\u003e金具：アンティーク\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e約 W11.5×H9.5×D2cm\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ファスナーポケット：1\u003c\/li\u003e\n                    \u003cli\u003eオープンポケット：5\u003c\/li\u003e\n                    \u003cli\u003eカードポケット：13\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":"TROIS CLEFS TOKYO","offers":[{"title":"BLACKｘRED","offer_id":52792032395564,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"BLACKｘNAVY","offer_id":52792032428332,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"NAVYｘGRAY","offer_id":52792032493868,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"D.BROWNｘBLACK","offer_id":52792032526636,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true},{"title":"ORANGEｘBROWN","offer_id":52792032592172,"sku":null,"price":15400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000011_SkHYcJS.jpg?v=1773800705"},{"product_id":"6","title":"TROIS CLEFS TOKYO\u003cbr\u003e２つ折り札入れ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e纏う上質、イタリアンレザーの品格\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e伝統と技術が息づくイタリアンレザーが織りなす、洗練された佇まい。使うほどに深まる艶は、持つ人の個性を物語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000006_moDMs3m.jpg?v=1773800696\" 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\u003e12箇所のカードポケット\u003c\/strong\u003eと\u003cstrong\u003e4つのオープンポケット\u003c\/strong\u003eが、必要なものを美しく整理。マイクロファイバーの内装が、見た目以上の使い勝手を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/1_000000000006.jpg?v=1773800696\" 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約W11.3×H9.8×D2.5cmのコンパクトなサイズ感は、ポケットにすっきりと収まるよう設計。アンティーク調の金具が、永く愛用できる風格を添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/15_000000000006.jpg?v=1773800696\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常使いを豊かに\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・仕様\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e最高品質の物作りにこだわったブランドTrois Clefsのディフュージョンライン「イタリア製スムースレザーシリーズ」。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eベジタブルタンニング協会認定のイタリアンレザーを使用\u003c\/li\u003e\n          \u003cli\u003e豊富なカラーの組み合わせ\u003c\/li\u003e\n          \u003cli\u003e使用するほどに艶が出てくる経年変化（エイジング）が楽しめる逸品\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・金具\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材構成は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"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\u003e本製品のサイズは以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約 W11.3cm × H9.8cm × D2.5cm\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開閉：ホック付小銭入れ ×1\u003c\/li\u003e\n          \u003cli\u003eオープンポケット ×4\u003c\/li\u003e\n          \u003cli\u003eカードポケット ×12\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TROIS CLEFS TOKYO","offers":[{"title":"BLACKｘRED","offer_id":52792032952620,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"BLACKｘNAVY","offer_id":52792032985388,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"NAVYｘWHITE","offer_id":52792033018156,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"NAVYｘGRAY","offer_id":52792033050924,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"D.BROWNｘBLACK","offer_id":52792033083692,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKIｘBROWN","offer_id":52792033116460,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"ORANGEｘBROWN","offer_id":52792033149228,"sku":null,"price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000006_moDMs3m.jpg?v=1773800696"},{"product_id":"4","title":"TROIS CLEFS TOKYO\u003cbr\u003eミニ財布（小銭対応）","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e手元に宿る上質ミニ財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eイタリアンレザーの滑らかな手触りが、日々の所作を特別なものに変えます。計算され尽くしたミニマルなデザインは、持つ人の品格を引き立てる逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000004_Pz1bihV.jpg?v=1773800694\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された大人の選択\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e時を刻むベジタブルレザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e使い込むほどに艶を増すベジタブルタンニングレザーは、あなただけの物語を紡ぎます。アンティーク金具が、本物志向のこだわりに寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/3_000000000004.jpg?v=1773800694\" 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わずか数センチのコンパクトなサイズに、小銭入れ、オープンポケット4つ、カードポケット12枚分の収納を凝縮。機能性とスマートさを両立します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/4_000000000004.jpg?v=1773800693\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e必需品を賢く収納\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e最高品質の物作りにこだわったブランドTrois Clefsのディフュージョンラインです。本シリーズはベジタブルタンニング協会認定のイタリアンレザーを使用しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e豊富なカラーの組み合わせ\u003c\/li\u003e\n        \u003cli\u003e使用するほどに艶が出る経年変化を楽しめる\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこだわりの素材が織りなす上質な手触りをお楽しみください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e外装：イタリー牛本革\/スムースレザー\u003c\/li\u003e\n        \u003cli\u003e内装：マイクロファイバー\u003c\/li\u003e\n        \u003cli\u003e金具：アンティーク\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eコンパクトながらも十分な収納力を備えています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e約 W10.5cm × H7.3cm × D2.3cm\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オープンポケット × 4\u003c\/li\u003e\n        \u003cli\u003eカードポケット × 12\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"TROIS CLEFS TOKYO","offers":[{"title":"BLACKｘNAVY","offer_id":52792033280300,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVYｘGRAY","offer_id":52792033313068,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"D.BROWNｘBLACK","offer_id":52792033345836,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKIｘBROWN","offer_id":52792033378604,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"ORANGEｘBROWN","offer_id":52792033411372,"sku":null,"price":9900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000004_Pz1bihV.jpg?v=1773800694"},{"product_id":"3","title":"TROIS CLEFS TOKYO\u003cbr\u003e名刺入れ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e品格薫るイタリアンレザー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e滑らかなスムースレザーが放つ洗練された光沢。初対面の印象を\u003cstrong\u003e格上げ\u003c\/strong\u003eし、あなたのビジネスをより上質に演出する名刺入れです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000003_IrvIWKw.jpg?v=1773800692\" 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約W10.3×H7×D1.7の\u003cstrong\u003eコンパクト\u003c\/strong\u003eな設計。ポケットやバッグにすっきりと収まり、ビジネスシーンでのスマートな振る舞いを支えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/1_000000000003.jpg?v=1773800692\" 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開くたびに現れる鮮やかなコントラストが魅力。オープンポケットと2つのカードポケットで、名刺をスマートに整理。\u003cstrong\u003e使い込むほどに風合いが増す\u003c\/strong\u003e経年変化も楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/16_000000000003.jpg?v=1773800692\" class=\"img-fluid d-block w-100 product-img\" alt=\"エイジングを楽しむ本革名刺入れ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e使うほどに深まる愛着\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eイタリア製スムースレザーシリーズ。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e最高品質の物作りにこだわったブランドTrois Clefsのディフュージョンラインです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eベジタブルタンニング協会認定のイタリアンレザーを使用。\u003c\/li\u003e\n          \u003cli\u003e豊富なカラーの組み合わせが楽しめる。\u003c\/li\u003e\n          \u003cli\u003e使用するほどに艶が出てくる経年変化も楽しめる逸品。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外装：イタリー牛本革 \/ スムースレザー\u003c\/li\u003e\n          \u003cli\u003e内装：マイクロファイバー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約 W10.3×H7×D1.7 (cm)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e開閉：かぶせ式\u003c\/li\u003e\n          \u003cli\u003eオープンポケット：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  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TROIS CLEFS TOKYO","offers":[{"title":"BLACKｘRED","offer_id":52792033444140,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"BLACKｘNAVY","offer_id":52792033476908,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"NAVYｘWHITE","offer_id":52792033509676,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"NAVYｘGRAY","offer_id":52792033542444,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"D.BROWNｘBLACK","offer_id":52792033575212,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKIｘBROWN","offer_id":52792033607980,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false},{"title":"ORANGEｘBROWN","offer_id":52792033640748,"sku":null,"price":7700.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000003_IrvIWKw.jpg?v=1773800692"},{"product_id":"2","title":"KATHARINE HAMNETT LONDON\u003cbr\u003e牛本革トートM","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; 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\/0944\/7712\/3884\/files\/000000000002_w5KaSS8.jpg?v=1773800690\" 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\/0944\/7712\/3884\/files\/3_000000000002.jpg?v=1773800690\" 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\/0944\/7712\/3884\/files\/5_000000000002.jpg?v=1773800690\" 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      \u003cp\u003eシュリンクタイプレザー（牛本革）を使用した上品なトートバッグです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eフロント中央上部にロゴマーク・ブランドロゴを刻んだプレートチャーム付き\u003c\/li\u003e\n        \u003cli\u003eライニングにはロンドンストライプがポイント\u003c\/li\u003e\n        \u003cli\u003eオンオフ関係なく使用できるフォルム\u003c\/li\u003e\n        \u003cli\u003eカジュアルシーンにも通勤シーンにも違和感なくマッチ\u003c\/li\u003e\n        \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外装: 牛本革（シュリンクタイプ）\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使い勝手の良いMサイズです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e約 W36cm x H30cm x D12cm\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内装: ファスナーポケット、オープンポケットx2\u003c\/li\u003e\n        \u003cli\u003eその他: チャーム付き\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"KATHARINE HAMNETT LONDON","offers":[{"title":"BLACK","offer_id":52792033706284,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY","offer_id":52792033739052,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"WINE","offer_id":52792033804588,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"KHAKI","offer_id":52792033870124,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"BLUE","offer_id":52792033902892,"sku":null,"price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000002_w5KaSS8.jpg?v=1773800690"},{"product_id":"1","title":"KATHARINE HAMNETT LONDON\u003cbr\u003e牛本革トートL","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #fffcf5; \n      font-family: \"Inknut Antiqua\", \"Noto Serif Japanese\", serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #261405;\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 #ded9d1;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #261405; \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: 3px double #261405; padding-bottom: 6px; \n  }\n\n  .body-text { \n      color: #261405; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6b6b6b; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #26140540 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 #ded9d1;\n      border-radius: 0px;\n      background-color: #fffcf5; \n      color: #261405;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #261405; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #fffcf5; 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: #261405; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #ded9d1; 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: #fffcf5; color: #261405; 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: #261405; 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: #6b6b6b; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #261405; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6b6b6b; 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: #261405; 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: #261405; margin-bottom: 12px; border-bottom: 1px solid #261405; 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 #ded9d1; th, td { padding: 12px 8px; border: 1px solid #ded9d1; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #261405; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #ded9d1; background: #fffcf5; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #261405; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質な牛本革が彩る日常\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eしっとりとした\u003cstrong\u003eシュリンクタイプレザー\u003c\/strong\u003eは、触れるたびに心地よい\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\/0944\/7712\/3884\/files\/000000000001_5ROfMfP.jpg?v=1773800688\" class=\"img-fluid d-block w-100 product-img\" alt=\"KATHARINE HAMNETT LONDON 牛本革トートL\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e信頼感をまとう上品な佇まい\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートな機能、日々の相棒\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e背面には便利な\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\/0944\/7712\/3884\/files\/4_000000000001.jpg?v=1773800688\" class=\"img-fluid d-block w-100 product-img\" alt=\"KATHARINE HAMNETT LONDON 牛本革トートL 内部\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e優れた機能美を日常に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e確かな安定、長く愛用する喜び\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e底面に配置された\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\/0944\/7712\/3884\/files\/5_000000000001.jpg?v=1773800689\" class=\"img-fluid d-block w-100 product-img\" alt=\"KATHARINE HAMNETT LONDON 牛本革トートL 底鋲\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る、揺るぎない品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eしっとりとしたシュリンクタイプレザー（牛本革）を使用した、上品なトートバッグです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eフロント中央上部にはロゴマーク・ブランドロゴを刻んだプレートチャーム付き\u003c\/li\u003e\n          \u003cli\u003eライニング（内装）のロンドンストライプがデザインのポイント\u003c\/li\u003e\n          \u003cli\u003eオンオフ問わず、カジュアルシーンにも通勤シーンにも違和感なくマッチするフォルム\u003c\/li\u003e\n          \u003cli\u003eフレッシャーズ・リクルートにもお勧めの万能アイテム\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e外装：牛本革（シュリンクタイプ）\u003c\/li\u003e\n          \u003cli\u003e内装：ポリエステル\u003c\/li\u003e\n          \u003cli\u003e金具：黒ニッケル\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約 W40 x H32 x D14 cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e開閉：ファスナー\u003c\/li\u003e\n          \u003cli\u003e背面：ファスナーポケット\u003c\/li\u003e\n          \u003cli\u003e内装：ファスナーポケット\u003c\/li\u003e\n          \u003cli\u003e内装：オープンポケット x 2\u003c\/li\u003e\n          \u003cli\u003eその他：チャーム付き\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KATHARINE HAMNETT LONDON","offers":[{"title":"BLACK","offer_id":52792033968428,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY","offer_id":52792034001196,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"WINE","offer_id":52792034066732,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"KHAKI","offer_id":52792034132268,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true},{"title":"BLUE","offer_id":52792034165036,"sku":null,"price":26400.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/7712\/3884\/files\/000000000001_5ROfMfP.jpg?v=1773800688"}],"url":"https:\/\/harts-atelier.we-shop.jp\/collections\/%e3%82%ab%e3%83%a9%e3%83%bc%e3%81%a7%e6%8e%a2%e3%81%99.oembed","provider":"h.art.s Atelier（ハーツ・アトリエ）","version":"1.0","type":"link"}