{"title":"ブラウン","description":"","products":[{"product_id":"190844117","title":"COACH★GEORGIA SATCHEL BAG IN SIGNATURE CANVAS CR156 CR157","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACHのシグネチャーキャンバスが、日常に\u003cstrong\u003e気品と個性\u003c\/strong\u003eを添えます。\u003cstrong\u003eスタイリッシュ\u003c\/strong\u003eなデザインで、どんな装いも格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_54cba260-13a8-4b09-8a16-3e093e3354b3.jpg?v=1779672707\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eCOACHの象徴的なデザイン\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ジップ開閉の内側にはオープンポケット、外側にも便利なジップポケットを完備。約650gの\u003cstrong\u003e軽量さ\u003c\/strong\u003eで、スマートな持ち運びを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_3e7d14af-6447-4c35-b999-e5635f2f3300.jpg?v=1779672707\" 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多彩な表情を演出する2WAY\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e取り外し可能なショルダーストラップで、ハンドバッグとショルダーバッグの\u003cstrong\u003e2通り\u003c\/strong\u003eを楽しめます。働く女性のどんなシーンにも寄り添う一点です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_97df7988-5576-4265-a925-29a824ec2a83.jpg?v=1779672707\" 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 class=\"body-text\"\u003eCOACHファクトリーストアより、スタイリッシュなデザインと収納力を兼ね備えたGEORGIA SATCHEL BAGが登場。ハンドバッグとしてもショルダーバッグとしても楽しめる2WAY仕様で、末永くご愛用いただけます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eスタイリッシュなデザイン\u003c\/li\u003e\n                    \u003cli\u003e収納力抜群\u003c\/li\u003e\n                    \u003cli\u003eハンドバッグ、ショルダーバッグの2WAY仕様\u003c\/li\u003e\n                    \u003cli\u003e末永くご愛用いただける品質\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e持ち運びやすいコンパクトながら、必要なものをしっかり収納できるサイズ感です。\u003c\/p\u003e\n                \n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e本体: 約横34.5cm x 縦20cm x マチ12cm\u003c\/li\u003e\n                    \u003cli\u003eハンドル（ドロップ）: 約10cm\u003c\/li\u003e\n                    \u003cli\u003e取り外し調整可能ショルダーストラップ: 約112〜130cm\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\u003eCR157: PVCコーティングキャンバス × レザー\u003c\/li\u003e\n                    \u003cli\u003eCR156: レザー\u003c\/li\u003e\n                    \u003cli\u003e買付け地: アメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e仕様・機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e使いやすさを追求した機能的な収納と、持ち運びに便利な軽量設計です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e開閉: ジップ開閉\u003c\/li\u003e\n                    \u003cli\u003e内側: オープンポケット × 1\u003c\/li\u003e\n                    \u003cli\u003e外側: ジップポケット × 1\u003c\/li\u003e\n                    \u003cli\u003eその他: 取り外し調整可能ショルダーストラップ\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約650g\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型番: CR156, CR157\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003cp class=\"body-text\"\u003e※COACH直営ファクトリーストアの商品には保存袋は付属しておりません。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※COACHファクトリーストアの商品は入れ替わりが早いため、お早めのご検討をおすすめいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ CR157 IMDQC","offer_id":53531433500990,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CR156 IMCHK","offer_id":53531433533758,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CR157 IMDQC","offer_id":53531433566526,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CR156 IMCHK","offer_id":53531433599294,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_966efda7-8d7c-4641-8bc2-8048d62c5d40.jpg?v=1779672707"},{"product_id":"190827480","title":"COACH★ LYSA TOP HANDLE CM191 CM195","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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      PVCコーティングキャンバスと上質なレザーの組み合わせが、COACHらしい\u003cstrong\u003eエレガンスを表現\u003c\/strong\u003eします。正面のメタルロゴが、どんな装いにも\u003cstrong\u003e洗練された印象\u003c\/strong\u003eを与えます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_14ba1e83-bb33-403f-b427-569132c4474f.jpg?v=1779672711\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練されたデザインのCOACHバッグ\"\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カードホルダーが2つ\u003c\/strong\u003e備わり、必要なものを\u003cstrong\u003eスマートに整理\u003c\/strong\u003eして持ち運べる設計です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f56e869c-e439-463f-ab39-65cc3ee3a7ae.jpg?v=1779672711\" 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驚くほどの軽量2WAY\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      わずか\u003cstrong\u003e約250gの軽さ\u003c\/strong\u003eで、一日中身軽にお出かけが叶います。取り外し可能なストラップで、\u003cstrong\u003eハンドバッグとしてもショルダーバッグとしても楽しめる2WAY仕様\u003c\/strong\u003eです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_45c51402-7339-44cf-ac84-f4dce2697d1f.jpg?v=1779672711\" class=\"img-fluid d-block w-100 product-img\" alt=\"2WAYで使えるバッグの着用イメージ\"\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\u003eCOACH直営ファクトリーストアより、ライサ トップ ハンドル。\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          \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素材：PVCコーティングキャンバス \/ レザー\u003c\/li\u003e\n          \u003cli\u003e買付け地：アメリカCOACH直営ファクトリーストア（アウトレット）\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約横17.5cm x 縦12.5cm x マチ8.5cm\u003c\/li\u003e\n          \u003cli\u003eハンドル高さ：約7cm\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内側：カードホルダー×2\u003c\/li\u003e\n          \u003cli\u003e付属：取り外し・調整可能ストラップ×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e重さ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の重さです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約250g\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\u003eCM191 CM195\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      ※COACH直営ファクトリーストアの商品には元々、保存袋は付属しておりません。予めご了承ください。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ CM191 SVHA","offer_id":53531433697598,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CM195 IMWAX","offer_id":53531433730366,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CM191 SVHA","offer_id":53531433763134,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM195 IMWAX","offer_id":53531433795902,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_09cb4847-0313-482b-9074-100a8a8d043f.jpg?v=1779672711"},{"product_id":"190820369","title":"COACH★ BILLFORD WALLET CD716 CR992","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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約95gの軽量設計\u003c\/strong\u003eと\u003cstrong\u003e1.5cmのスリムさ\u003c\/strong\u003eで、どんなミニバッグにもスマートに収納。毎日を身軽に、アクティブに過ごしたいあなたへ。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a80102a8-78a7-43cb-8953-e45b8301e79d.jpg?v=1779672714\" 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\u003e8つのカードポケット\u003c\/strong\u003eとお札入れを完備し、必要なものをスマートに収納。機能性とコンパクトさを両立した設計です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4edd5ec7-a323-4b8b-9ebf-7f49864aa4fc.jpg?v=1779672713\" 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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eCOACHファクトリーストアより、コンパクトで使いやすい二つ折り財布です。スタイリッシュなデザインと優れた機能性が魅力です。\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カードポケット8層とお札入れで優れた収納力\u003c\/li\u003e\n          \u003cli\u003e長くお使いいただける機能的な設計\u003c\/li\u003e\n          \u003cli\u003eCOACHファクトリーストアの商品は入れ替わりが早いため、お早めのご検討をおすすめします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eサイズ\u003c\/strong\u003e: 約 横9.5cm × 縦9.5cm × 厚み1.5cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e: 約95g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・買付け地\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: プリンテッドコーテッドキャンバス\/レザー\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e買付け地\u003c\/strong\u003e: アメリカCOACH直営店、アメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e開閉\u003c\/strong\u003e: スナップボタン開閉\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e内側\u003c\/strong\u003e: お札入れ × 1、カードポケット × 8\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e外側\u003c\/strong\u003e: ファスナー開閉コインケース\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品・商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e付属品\u003c\/strong\u003e: ケアカード\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e型番\/商品コード\u003c\/strong\u003e: CD716 CR992\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":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ CD716 B4NQ4","offer_id":53531433828670,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CR992 B4AWV","offer_id":53531433861438,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CR992 B4RGL","offer_id":53531433894206,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CD716 B4NQ4","offer_id":53531433926974,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CR992 B4AWV","offer_id":53531433959742,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CR992 B4RGL","offer_id":53531433992510,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_494a1102-ff2c-4080-95a2-b9020e091797.jpg?v=1779672713"},{"product_id":"190780525","title":"COACH★ NOLITA 19 IN SIGNATURE CANVAS C3308","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\/0964\/2101\/9966\/files\/download_639db65a-27e1-4775-9c3c-c95fbdd463e5.jpg?v=1779672718\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH NOLITA 19 外観イメージ1\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eアイコニックな存在感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e身軽にお出かけ、ミニバッグ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e横幅19cmの\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eは、\u003cstrong\u003eスマホやミニ財布\u003c\/strong\u003eなど必需品を\u003cstrong\u003eスマートに収納可能\u003c\/strong\u003e。洗練されたフォルムが、普段の装いを格上げし、軽快な足取りを演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b10c9860-31cc-4658-ac05-74cb4ecb9347.jpg?v=1779672718\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH NOLITA 19 外観イメージ2\"\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\u003e2つのカードホルダー\u003c\/strong\u003eを完備し、小物の\u003cstrong\u003e整理整頓も簡単\u003c\/strong\u003e。わずか\u003cstrong\u003e190gの軽量設計\u003c\/strong\u003eで、長時間のお出かけや旅行先でも、肩に負担を感じさせません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_5cea51cc-55d7-4e6c-92fb-05031942eb56.jpg?v=1779672718\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH NOLITA 19 内装イメージ\"\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=\"point-list\"\u003e\n                \u003cli\u003eコンパクトながら日常用品を収納可能で、ちょっとしたお出かけに重宝します。\u003c\/li\u003e\n                \u003cli\u003eデザインは定番シグネチャー柄、又は無地にゴールドロゴがアクセント。\u003c\/li\u003e\n                \u003cli\u003e飽きの来ないデザインは長くご愛用いただけます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・買付け地\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: PVCコーティングキャンバス\/レザー\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本体サイズ: 約横19cm x 縦11cm x マチ5.5cm\u003c\/li\u003e\n                \u003cli\u003eハンドル高さ: 16cm\u003c\/li\u003e\n                \u003cli\u003eハンドル長さ: 40cm\u003c\/li\u003e\n                \u003cli\u003e重さ: 190g\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、カードホルダー×2\u003c\/li\u003e\n                \u003cli\u003e型番: C3308\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e※ＣＯＡＣＨ直営ファクトリーストアの商品には元々、保存袋は付属しておりません。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ C3308 IMRVQ","offer_id":53531434221886,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C3308 IMBDX","offer_id":53531434254654,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C3308 IMDQC","offer_id":53531434287422,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C3308 SVTSQ","offer_id":53531434320190,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C3308 IMVHK","offer_id":53531434352958,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ C3308 IMRVQ","offer_id":53531434385726,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C3308 IMBDX","offer_id":53531434418494,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C3308 IMDQC","offer_id":53531434451262,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C3308 SVTSQ","offer_id":53531434484030,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C3308 IMVHK","offer_id":53531434516798,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_5d92db6f-5f23-4dfd-9237-e0d2e4c8c771.jpg?v=1779672718"},{"product_id":"190764103","title":"COACH★ SMALL ZIP AROUND CARD CASE WITH QUILTING WALLET CM505","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\/0964\/2101\/9966\/files\/download_ddadc2d3-3776-4156-979a-a94ca0989dd2.jpg?v=1779672722\" 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。3つの仕切りと2つのカードスロットが、現金もカードもスマートに整理します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_021ea8de-2277-4dc0-b11d-ffa40e61246e.jpg?v=1779672722\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e機能美が光る手のひらサイズ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eミニマルライフを叶える相棒\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e横11cm×縦7cm、重さ140gの軽やかさで、ミニバッグやポケットにもすっきり収まります。必要なものだけを\u003cstrong\u003eスマートに持ち運ぶ\u003c\/strong\u003e現代にぴったりの逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_98fda54c-4188-4154-9493-cadb8a6a4eee.jpg?v=1779672722\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日を彩る軽やかさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e高級感あふれるナッパレザーに、可愛らしいキルティング加工を施した手のひらサイズのカードケースです。キャッシュレス時代にマッチした機能的なデザインで、スマートな日常をサポートします。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e上質なナッパレザー\u003c\/strong\u003eとキルティング加工の洗練されたデザイン\u003c\/li\u003e\n          \u003cli\u003eジップ開閉でスムーズな出し入れ\u003c\/li\u003e\n          \u003cli\u003e現金とカードをスマートに整理できる\u003cstrong\u003e計算された収納力\u003c\/strong\u003e\n\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約 横11cm x 縦7cm x マチ2cm\u003c\/li\u003e\n          \u003cli\u003e重さ：140g\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厳選されたナッパレザーを使用し、COACH直営店・ファクトリーストアで買い付けられた正規品です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：ナッパレザー\u003c\/li\u003e\n          \u003cli\u003e買付け地：アメリカCOACH直営店、アメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n          \u003cli\u003e型番：CM505\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e仕様・収納\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eジップ開閉式で、内側・外側にそれぞれポケットを配置し、使いやすさを追求しました。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003e項目\u003c\/th\u003e\n                \u003cth\u003e詳細\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e開閉\u003c\/td\u003e\n                \u003ctd\u003eジップ開閉\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e内側\u003c\/td\u003e\n                \u003ctd\u003eオープンポケット × 3\u003cbr\u003eカードホルダー × 2\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e外側\u003c\/td\u003e\n                \u003ctd\u003eポケット × 1\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n  \u003c!-- スペック・詳細セクション (Specs) 終了 --\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しない --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しない --\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送 \/ CM505 LHWFT","offer_id":53531434680638,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CM505 B4BK","offer_id":53531434713406,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CM505 LHQDN","offer_id":53531434746174,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CM505 B4HA","offer_id":53531434778942,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CM505 LHN19","offer_id":53531434811710,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CM505 LHX1C","offer_id":53531434844478,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CM505 LHSF1","offer_id":53531434877246,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CM505 LHWFT","offer_id":53531434910014,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM505 B4BK","offer_id":53531434942782,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM505 LHQDN","offer_id":53531434975550,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM505 B4HA","offer_id":53531435008318,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM505 LHN19","offer_id":53531435041086,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM505 LHX1C","offer_id":53531435073854,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM505 LHSF1","offer_id":53531435106622,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a5c7aa20-32f2-4686-9df5-76229ae7fd8b.jpg?v=1779672722"},{"product_id":"190692434","title":"COACH ★ CORNER ZIP WRISTLET WITH STRIPE CW854","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\/0964\/2101\/9966\/files\/download_5aa5f50a-d40e-4bdb-af16-cc42e8fb3854.jpg?v=1779672725\" 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手のひらに収まる絶妙なサイズ感でありながら、COACHのエンブレムとストライプが持つ人の品格を際立たせます。\u003cstrong\u003ePVCコーティングレザー\u003c\/strong\u003eは、日常使いに嬉しい耐久性も兼ね備えています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_3f8f693b-30c7-4387-95b9-53ae3a139142.jpg?v=1779672725\" 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ジップ開閉で中身の出し入れがスムーズ。内側には2つのカードホルダーがあり、必要なカードをスマートに整理できます。\u003cstrong\u003e約70g\u003c\/strong\u003eという驚くほどの軽さは、毎日持ち歩く負担になりません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_8e4d48a9-e74d-46d5-9dd8-a505b3585552.jpg?v=1779672726\" 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\u003eCOACHファクトリーストアから届いた、使い勝手の良いリスレットです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eジップ開閉で中身の出し入れがスムーズ\u003c\/li\u003e\n          \u003cli\u003eカードを2枚収納できるホルダー付き\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素材: PVCコーティングレザー\u003c\/li\u003e\n          \u003cli\u003e買付け地: アメリカCOACH直営ファクトリーストア（アウトレット）\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サイズ: 約横15.5cm × 縦10cm × マチ1cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約70g\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外側: ストラップ×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード・型番\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e型番: CW854\u003c\/li\u003e\n          \u003cli\u003e商品名: COACH CORNER ZIP WRISTLET WITH STRIPE\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\u003eCOACHファクトリーストア商品をご購入の際は、以下の点にご留意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eファクトリーストアの商品は入れ替わりが早いため、お早めのご検討をおすすめします。\u003c\/li\u003e\n          \u003cli\u003e箱、保存袋は元々付属しておりません。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送 \/ CW854 IMXAQ","offer_id":53531435139390,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CW854 IMXHE","offer_id":53531435172158,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CW854 IMXDM","offer_id":53531435204926,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CW854 SVPWH","offer_id":53531435237694,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CW854 QBMI5","offer_id":53531435270462,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送 \/ CW854 IMQRX","offer_id":53531435303230,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CW854 IMXAQ","offer_id":53531435335998,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW854 IMXHE","offer_id":53531435368766,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW854 IMXDM","offer_id":53531435401534,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW854 SVPWH","offer_id":53531435434302,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW854 QBMI5","offer_id":53531435467070,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW854 IMQRX","offer_id":53531435499838,"sku":null,"price":8200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_5aa5f50a-d40e-4bdb-af16-cc42e8fb3854.jpg?v=1779672725"},{"product_id":"190665280","title":"COACH★GALLERY TOTE IN SIGNATURE CANVAS F79609","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACHを象徴するシグネチャー柄が、持つ人の\u003cstrong\u003e品格\u003c\/strong\u003eを引き出します。ビジネスシーンからカジュアルまで、日々の装いを格上げする\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_1e61c228-7dd1-422a-ba12-fbbb1728b732.jpg?v=1779672731\" 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\"\u003eA4収納OK 頼れる大容量トート\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eA4サイズが余裕で収まる\u003cstrong\u003e広々とした空間\u003c\/strong\u003eは、日々の必需品を全て受け止めます。内外に配置された豊富なポケットが、小物の迷子を防ぎ、\u003cstrong\u003eスマートな整理整頓\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_828765ea-0d85-45f0-a91b-c3a9996a3776.jpg?v=1779672731\" 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が魅力です。軽量なPVCコーティングキャンバスとレザーの組み合わせが、日常使いに嬉しい\u003cstrong\u003e耐久性\u003c\/strong\u003eと\u003cstrong\u003e軽やかさ\u003c\/strong\u003eを実現しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f06f19bb-ce7d-4777-97fc-bf79ef86c541.jpg?v=1779672731\" 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\u003eCOACHファクトリーストアより、定番のトートバッグです。シグネチャー柄コーティングキャンバスにロゴプレートがエレガントに輝きます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eA4サイズ対応の\u003cstrong\u003e大容量設計\u003c\/strong\u003eで収納力抜群\u003c\/li\u003e\n        \u003cli\u003e通勤、通学、\u003cstrong\u003eデイリーユース\u003c\/strong\u003eと幅広く活躍\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e飽きの来ない洗練されたデザイン\u003c\/strong\u003eで長くご愛用いただけます\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e人気商品\u003c\/strong\u003eにつき、お早めのご検討をおすすめします。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eCOACH GALLERY TOTEの具体的なサイズと重さです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e横幅（上部）：約42cm\u003c\/li\u003e\n        \u003cli\u003e横幅（下部）：約32.5cm\u003c\/li\u003e\n        \u003cli\u003e高さ：約27cm\u003c\/li\u003e\n        \u003cli\u003eマチ：約13cm\u003c\/li\u003e\n        \u003cli\u003e持ち手の長さ：約62.5cm\u003c\/li\u003e\n        \u003cli\u003e重さ：約650g\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内側：ジップポケット×1、オープンポケット×2\u003c\/li\u003e\n        \u003cli\u003e外側：ジップポケット×1\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・買付け地\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e使用されている素材と、商品の買付け地情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材：PVCコーティングキャンバス×レザー\u003c\/li\u003e\n        \u003cli\u003e買付け地：アメリカCOACH直営ファクトリーストア（アウトレット）\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商品名：COACH GALLERY TOTE IN SIGNATURE CANVAS\u003c\/li\u003e\n        \u003cli\u003e型番：F79609\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eCOACH直営ファクトリーストアの商品には、元々、保存袋は付属しておりません。予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ F79609 IMAA8","offer_id":53531435532606,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ F79609 IMDQC","offer_id":53531435565374,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ F79609 IME74","offer_id":53531435598142,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ F79609 IML72","offer_id":53531435630910,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ F79609 IMCBI","offer_id":53531435663678,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ F79609 IMAA8","offer_id":53531435696446,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ F79609 IMDQC","offer_id":53531435729214,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ F79609 IME74","offer_id":53531435761982,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ F79609 IML72","offer_id":53531435794750,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ F79609 IMCBI","offer_id":53531435827518,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b534b84f-6fe0-49ae-9c6b-52b8a92f238c.jpg?v=1779672731"},{"product_id":"190607555","title":"COACH ★ LONG ZIP AROUND WALLET WITH CHERRY PRINT CZ328","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACHシグネチャーに映える、心ときめくチェリープリント。\u003cstrong\u003ePVCコーティングキャンバス\u003c\/strong\u003eが、日常の傷や汚れから大切なウォレットをしっかりと守り、いつまでも上質な輝きを保ちます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_5b8669d5-9cfe-4a67-9f3d-ecf168beade6.jpg?v=1779672733\" 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約2.5cmの洗練された薄さが、どんなバッグにもスマートにフィット。\u003cstrong\u003eエレガントな横顔\u003c\/strong\u003eが、持ち運びのしやすさと見た目の美しさを両立させ、大人の日常に寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4903a0a4-95b2-4f01-8906-3e7405e04a90.jpg?v=1779672733\" 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\/0964\/2101\/9966\/files\/download_907d230f-406a-44e0-9f5b-4b28434f2e09.jpg?v=1779672733\" 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\u003eCOACHファクトリーストアより大人気の長財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003ePVCコーティングキャンバス製で傷や汚れに強く、高級感があります。\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お札入れ：3ヶ所\u003c\/li\u003e\n          \u003cli\u003eジップ式小銭入れ：1ヶ所\u003c\/li\u003e\n          \u003cli\u003eオープンポケット（スリットポケット）：2ヶ所\u003c\/li\u003e\n          \u003cli\u003eカードホルダー：12ヶ所\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本体サイズ：約横19cm×縦10cm×厚み2.5cm\u003c\/li\u003e\n          \u003cli\u003eストラップの長さ：約18.5cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約210g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・買い付け地\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：PVCコーティングキャンバス×レザー\u003c\/li\u003e\n          \u003cli\u003e買付け地：アメリカCOACH直営ファクトリーストア（アウトレット）\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型番：CZ328\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":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ CZ328 IMTAM","offer_id":53531435860286,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CZ328 IMDEI","offer_id":53531435893054,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CZ328 IMTAM","offer_id":53531435925822,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CZ328 IMDEI","offer_id":53531435958590,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_069caa58-8dba-44f2-b6b6-5314fe174648.jpg?v=1779672733"},{"product_id":"190433236","title":"COACH★MINI JAMIE CAMERA BAG IN SIGNATURE CANVAS  C9926","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eCOACH 定番シグネチャーの美学\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eCOACHのアイコニックなシグネチャー柄が織りなす、洗練されたデザイン。ゴールドのブランドロゴが、日常にリュクスな輝きを添え、どんな装いも上品に格上げします。\u003cstrong\u003e長く愛用できる飽きのこないデザイン\u003c\/strong\u003eは、あなたのワードローブに必須の一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_ccb1e940-e9ef-49e5-983f-ce62c259ecf8.jpg?v=1779672737\" 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\/0964\/2101\/9966\/files\/download_4939cf76-dd63-46da-aef3-4bda185e2e84.jpg?v=1779672737\" 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約280gという軽さ\u003c\/strong\u003eで、まるで何も持っていないかのような身軽さを実現します。調整可能なショルダーストラップは、クロスボディとしても肩掛けとしても自在にスタイルを変えられ、デイリーから旅行まで、どんなシーンにも寄り添う頼れる存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_1dab8fdb-a612-44a3-b898-83703a95c3c6.jpg?v=1779672738\" 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\u003eCOACHファクトリーストアより届いた、人気のクロスボディバッグです。定番シグネチャーデザインにゴールドのブランドロゴがアクセント。\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横幅: 約19cm\u003c\/li\u003e\n          \u003cli\u003e高さ: 約13.5cm\u003c\/li\u003e\n          \u003cli\u003eマチ: 約5cm\u003c\/li\u003e\n          \u003cli\u003eショルダーストラップ（調整可能）：ドロップ 約58cm（斜め掛け可能）\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"caption-text text-end\"\u003e※サイズ計測には多少の誤差が生じる場合がございます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・重さ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: PVCコーティングキャンバス\/レザー\u003c\/li\u003e\n          \u003cli\u003e重さ: 約280g\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、カードポケット×2\u003c\/li\u003e\n          \u003cli\u003e背面: オープンポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e買付け地・型番\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e買付け地: アメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n          \u003cli\u003e型番: C9926\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたってのご注意\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eCOACH直営ファクトリーストアの商品には、元々保存袋は付属しておりません。予めご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ C9926 IMAA8","offer_id":53531436122430,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C9926 IMRFF","offer_id":53531436155198,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C9926 IMDQC","offer_id":53531436187966,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C9926 IME74","offer_id":53531436220734,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ C9926 IMAA8","offer_id":53531436253502,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C9926 IMRFF","offer_id":53531436286270,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C9926 IMDQC","offer_id":53531436319038,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C9926 IME74","offer_id":53531436351806,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_c6baa9e2-dfd6-43ec-a747-61ce333870c7.jpg?v=1779672737"},{"product_id":"190319727","title":"COACH★MOLLIE BUCKET BAG 22 IN SIGNATURE CANVAS CA582","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eCOACH MOLLIE BUCKET BAG 22 IN SIGNATURE CANVAS CA582\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eCOACHの新作、\u003cstrong\u003eMOLLIE BUCKET BAG 22 IN SIGNATURE CANVAS CA582\u003c\/strong\u003eは、日常に洗練されたアクセントを加える逸品です。ブランドの象徴であるシグネチャーキャンバスが、持つ人の\u003cstrong\u003e品格とスタイル\u003c\/strong\u003eを際立たせます。デイリーユースから特別な日まで、どんなスタイルにも上品に寄り添います。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eコーチ シグネチャーバケット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eCOACHの象徴であるシグネチャー柄が、持つ人の品格を引き立てます。\u003cstrong\u003eデイリーユースから特別な日まで\u003c\/strong\u003e、どんなスタイルにも上品に寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_59396645-e65f-4b2d-89f6-889b57eb502e.jpg?v=1779672741\" 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\/0964\/2101\/9966\/files\/download_1a536b91-c1ad-473b-86f5-0feb1d4df626.jpg?v=1779672741\" 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\u003e510gの軽量設計\u003c\/strong\u003eで、長時間のお出かけも負担なく楽しめます。調整可能なストラップにより、\u003cstrong\u003e肩掛けから斜め掛けまで\u003c\/strong\u003e、シーンに合わせてスマートなスタイリングが叶います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b7685829-7bf7-4706-8c03-5c8e7a130eb1.jpg?v=1779672741\" class=\"img-fluid d-block w-100 product-img\" alt=\"軽やかな持ち心地を叶えるCOACHバケットバッグ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e美しさと軽快さ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\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\u003eCOACHファクトリーストアより直接買い付けた、MOLLIE BUCKET BAG 22の主な特徴です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eCOACH定番のシグネチャー柄にロゴがアクセント\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本体サイズ：約縦21cm x 横22cm x マチ10cm\u003c\/li\u003e\n        \u003cli\u003eハンドル：38cm\u003c\/li\u003e\n        \u003cli\u003e調整可能ショルダーストラップ（ドロップ）：約51cm〜60cm（斜め掛け可能）\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003c!-- サイズ表画像が提供される場合は、ここに以下の形式で配置してください --\u003e\n      \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"___SIZE_CHART_IMAGE_ID___\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズチャート\"\u003e\u003c\/div\u003e --\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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素材：PVCコーティングキャンバス\/レザー\u003c\/li\u003e\n        \u003cli\u003e開閉：マグネット開閉\u003c\/li\u003e\n        \u003cli\u003e内側：ジップポケット×1\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003c!-- 機能アイコンや洗濯表示が提供される場合は、ここに以下の形式で配置してください --\u003e\n      \u003c!-- \u003cdiv class=\"care-icons\"\u003e\u003cimg src=\"...\" alt=\"機能アイコン1\"\u003e\u003cimg src=\"...\" alt=\"機能アイコン2\"\u003e\u003c\/div\u003e --\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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重さ：510g\u003c\/li\u003e\n        \u003cli\u003e型番：CA582\u003c\/li\u003e\n        \u003cli\u003e買付け地：アメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eCOACH直営ファクトリーストアの商品には、元々、保存袋は付属しておりません。予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ CA582 IMAA8","offer_id":53531436384574,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CA582 IMDQC","offer_id":53531436417342,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CA582 IMRVQ","offer_id":53531436450110,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CA582 IMRFF","offer_id":53531436482878,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CA582 IMCBI","offer_id":53531436515646,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CA582 IMAA8","offer_id":53531436548414,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CA582 IMDQC","offer_id":53531436581182,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CA582 IMRVQ","offer_id":53531436613950,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CA582 IMRFF","offer_id":53531436646718,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CA582 IMCBI","offer_id":53531436679486,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_99cad5cc-c9d3-4419-99c1-72dbcb384805.jpg?v=1779672741"},{"product_id":"190292138","title":"COACH ★ LONG ZIP AROUND WALLET WITH COACH GRAPHIC CZ330","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eCOACHカラー選べる長財布\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\/0964\/2101\/9966\/files\/download_36470b00-904d-42c7-a7f5-b1ee4fe53115.jpg?v=1779672745\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACHカラー選べる長財布\"\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上質PVC素材の機能的ウォレット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e傷や汚れに強いPVCコーティングキャンバス\u003c\/strong\u003eを採用し、永く愛用できる耐久性を実現しました。\u003cstrong\u003e取り外し可能なストラップ\u003c\/strong\u003eで、日常使いをさらにスマートに彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_cd55689a-d22a-4e72-bec6-fa6d164e490b.jpg?v=1779672745\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質PVC素材の機能的ウォレット\"\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カード12枚、お札や小銭もたっぷり収納\u003c\/strong\u003eでき、スマートな毎日を叶える頼れるパートナーです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_7b67111d-ccf1-46cb-90e6-e07961476dae.jpg?v=1779672745\" class=\"img-fluid d-block w-100 product-img\" alt=\"スマート収納叶える大容量財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e整理整頓の美学\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eCOACHファクトリーストアより届いた、大人気の長財布です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e傷や汚れに強いPVCコーティングキャンバス製で、高級感と耐久性を両立。\u003c\/li\u003e\n          \u003cli\u003eシグネチャー柄にキュートなCOACHロゴプリントが施された、おしゃれなデザイン。\u003c\/li\u003e\n          \u003cli\u003eジップアラウンド開閉で、中身の出し入れがスムーズ。\u003c\/li\u003e\n          \u003cli\u003eお札入れ3つ、ジップ式小銭入れ1つ、オープンポケット2つ、カードホルダー12個と充実の収納力。\u003c\/li\u003e\n          \u003cli\u003e取り外し可能なストラップ付きで、様々なシーンで活躍します。\u003c\/li\u003e\n          \u003cli\u003eCOACHファクトリーストアの商品は入れ替わりが早いため、お早めにどうぞ。\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型番: CZ330\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買付け地: アメリカCOACH直営ファクトリーストア（アウトレット）\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\u003ePVCコーティングキャンバス × レザー\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本体サイズ: 約横19cm × 縦10cm × 厚み2.5cm\u003c\/li\u003e\n          \u003cli\u003eストラップの長さ: 約18.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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e開閉: ジップアラウンド\u003c\/li\u003e\n          \u003cli\u003e内側構造:\n            \u003cul\u003e\n              \u003cli\u003eお札入れ: 2ヶ所\u003c\/li\u003e\n              \u003cli\u003eジップ式小銭入れ: 1ヶ所\u003c\/li\u003e\n              \u003cli\u003eオープンポケット: 2ヶ所\u003c\/li\u003e\n              \u003cli\u003eカードホルダー: 12ヶ所\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e重さ\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e約210g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ CZ330 IMXIG","offer_id":53531436876094,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CZ330 SVXUI","offer_id":53531436908862,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CZ330 SVX","offer_id":53531436941630,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CZ330 IMXIG","offer_id":53531436974398,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CZ330 SVXUI","offer_id":53531437007166,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CZ330 SVX","offer_id":53531437039934,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_36470b00-904d-42c7-a7f5-b1ee4fe53115.jpg?v=1779672745"},{"product_id":"190222637","title":"COACH★MEDIUM CORNER ZIP WALLET WITH CHERRY PRINT CZ342 CZ762","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH 華やぐチェリー柄ウォレット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e鮮やかなチェリープリントが視線を引き付ける、\u003cstrong\u003eCOACH\u003c\/strong\u003eのミディアムウォレット。アイコニックなデザインが、持つたびに心ときめく瞬間を演出します。ファッションに遊び心を添え、洗練された大人の女性に寄り添う一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2c56d491-8d84-412c-9cc5-132a2575d0b7.jpg?v=1779672747\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH 華やぐチェリー柄ウォレット\"\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約13cmのコンパクトな横幅で、ミニバッグにもすっきりと収まります。\u003cstrong\u003ePVCコーティングキャンバス素材\u003c\/strong\u003eは、日常使いの傷や汚れにも強く、美しい状態を長く保ちます。通勤から休日のお出かけまで、様々なシーンで活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_5ab2763c-ea45-4099-83bc-18e7143503a1.jpg?v=1779672747\" 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スナップボタン開閉で中身にスマートにアクセス。日本札も収まるお札入れ1つ、カードホルダー7つ、オープンポケット2つ、パスケース1つを備え、見た目以上の収納力で毎日をサポートします。必要なものが一目でわかる、\u003cstrong\u003e頼れるお財布\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_65a2ea13-7477-4b91-97fe-23abf7b6c828.jpg?v=1779672747\" 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\u003eCOACHファクトリーストアより、キュートなチェリープリントが施された定番人気の二つ折り財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e可愛らしいチェリープリントとCOACHのメタルロゴが魅力的\u003c\/li\u003e\n          \u003cli\u003ePVCコーティングキャンバス製で傷や汚れに強く、耐久性に優れています\u003c\/li\u003e\n          \u003cli\u003e機能的なデザインで長くご愛用いただけます\u003c\/li\u003e\n          \u003cli\u003eCOACHファクトリーストアの商品は入れ替わりが早いため、お早めの検討がおすすめです\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約 横13cm x 縦9cm x マチ3cm\u003c\/li\u003e\n          \u003cli\u003e重さ：120g\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\u003eCZ342：PVCコーティングキャンバス\u003c\/li\u003e\n          \u003cli\u003eCZ762：スムースレザー\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e仕様・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e使いやすさを追求した内部構造です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eスナップボタン開閉でスムーズに開閉\u003c\/li\u003e\n          \u003cli\u003e内側収納：\n            \u003cul class=\"basic-list\"\u003e\n              \u003cli\u003eお札入れ×1 (日本札収納可能)\u003c\/li\u003e\n              \u003cli\u003eオープンポケット×2\u003c\/li\u003e\n              \u003cli\u003eカードホルダー×7\u003c\/li\u003e\n              \u003cli\u003eパスケース×1\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品には以下のものが付属します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eケアカード\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e型番・商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の型番は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eCZ342\u003c\/li\u003e\n          \u003cli\u003eCZ762\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アメリカCOACH直営店\u003c\/li\u003e\n          \u003cli\u003eアメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e※プリント柄の位置がひとつひとつ異なりますため、掲載画像と実際の商品では柄の出方が異なります。予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ CZ342 IMTAM","offer_id":53531437072702,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CZ762 SVCAH","offer_id":53531437105470,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CZ342 IMTAM","offer_id":53531437138238,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CZ762 SVCAH","offer_id":53531437171006,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2c56d491-8d84-412c-9cc5-132a2575d0b7.jpg?v=1779672747"},{"product_id":"190211186","title":"COACH★MOLLIE TOTE 25 IN SIGNATURE CANVAS C4250","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\/0964\/2101\/9966\/files\/download_0866d0ae-c29b-4c02-bb90-8a1fdaab98f3.jpg?v=1779672750\" 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上質なPVCコーティングキャンバスにコーチの\u003cstrong\u003eシグネチャー柄\u003c\/strong\u003eが映える逸品。流行に左右されない普遍的な美しさが、装いを格上げし、長くご愛用いただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_85e326b8-3cf8-42be-89a4-2ec5cc0a5bf8.jpg?v=1779672749\" 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\u003e500gの軽量設計\u003c\/strong\u003eに、\u003cstrong\u003e調節可能なショルダーストラップ\u003c\/strong\u003e。ハンドバッグからクロスボディまで、気分やシーンに合わせて表情を変え、軽やかにあなたに寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2b75cd5f-89a4-4414-86e7-9e12894b3cfe.jpg?v=1779672749\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eデイリーに旅のお供に\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eコーチファクトリーストアより届いた、大人気クロスボディバッグです。定番のシグネチャー柄にロゴがアクセントになっています。\u003c\/p\u003e\n        \u003cul class=\"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        \u003cp\u003e上質な素材と信頼の買付け地。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：PVCコーティングキャンバス\/レザー\u003c\/li\u003e\n          \u003cli\u003e買付け地：アメリカCOACH直営ファクトリーストア（アウトレット）\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本体：約縦20cm x 横29cm x マチ10cm\u003c\/li\u003e\n          \u003cli\u003eハンドル：32cm〜41cm\u003c\/li\u003e\n          \u003cli\u003e調整可能ショルダーストラップ（ドロップ）：約51cm〜60cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約500g\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内側：ジップポケット×1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の型番はこちらです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e型番：C4250\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e※COACH直営ファクトリーストアの商品には元々、保存袋は付属しておりません。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ C4250 IMAA8","offer_id":53531437203774,"sku":null,"price":21800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C4250 IMRFF","offer_id":53531437236542,"sku":null,"price":21800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ C4250 IMCBI","offer_id":53531437269310,"sku":null,"price":21800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ C4250 IMAA8","offer_id":53531437302078,"sku":null,"price":21800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C4250 IMRFF","offer_id":53531437334846,"sku":null,"price":21800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C4250 IMCBI","offer_id":53531437367614,"sku":null,"price":21800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4031306b-00db-498a-acbd-31ca37392a75.jpg?v=1779672749"},{"product_id":"190206020","title":"COACH★MEDIUM CORNER ZIP WALLET IN SIGNATURE CANVAS CW786","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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彩り豊かなCOACHウォレット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e毎日を彩る\u003cstrong\u003e豊富なカラーバリエーション\u003c\/strong\u003e。COACHを象徴する\u003cstrong\u003eシグネチャー柄\u003c\/strong\u003eが、持つ人の個性を際立たせ、どんなスタイルにも自然に溶け込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_df242520-8211-4974-8d17-ff7dce87f0cd.jpg?v=1779672751\" 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約13cmの横幅\u003c\/strong\u003eに、お札入れ、\u003cstrong\u003e7つのカードホルダー\u003c\/strong\u003e、パスケースをスマートに配置。\u003cstrong\u003e傷や汚れに強いPVCコーティングキャンバス素材\u003c\/strong\u003eで、毎日安心して使えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_20a9a897-7962-4b1b-890b-b6a2f5326ee0.jpg?v=1779672751\" class=\"img-fluid d-block w-100 product-img\" alt=\"コンパクトながら収納力のある財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスマート収納、機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された整理力、美しさと機能\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eスナップボタン開閉\u003c\/strong\u003eで中身の出し入れが驚くほどスムーズ。日常の必需品を\u003cstrong\u003e効率よく収納\u003c\/strong\u003eし、\u003cstrong\u003eコンパクトながらも頼れる存在感\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_65c9877c-2c4c-4a46-a753-00abe1cf5525.jpg?v=1779672751\" class=\"img-fluid d-block w-100 product-img\" alt=\"スムーズな開閉と収納を表現した財布\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e実用性と上品さの融合\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eＣＯＡＣＨファクトリーストアより大人気の二つ折り財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e傷や汚れに強いPVCコーティングキャンバス素材\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\u003ePVCコーティングキャンバス\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約 横13cm x 縦9cm x マチ3cm\u003c\/li\u003e\n          \u003cli\u003e重さ：120g\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内側：\n            \u003cul\u003e\n              \u003cli\u003eお札入れ×1 (日本札収納可能）\u003c\/li\u003e\n              \u003cli\u003eオープンポケット×2\u003c\/li\u003e\n              \u003cli\u003eカードホルダー×7\u003c\/li\u003e\n              \u003cli\u003eパスケース×1\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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本商品は以下のCOACH正規販売ルートにて買い付けております。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eアメリカCOACH直営店\u003c\/li\u003e\n          \u003cli\u003eアメリカCOACH直営ファクトリーストア（アウトレット）\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\u003eCW786\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":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ CW786 SVBHB","offer_id":53531437400382,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CW786 IMOLV","offer_id":53531437433150,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CW786 SVMNO","offer_id":53531437465918,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CW786 IMXU5","offer_id":53531437498686,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CW786 IMPO","offer_id":53531437531454,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CW786 IMXVS","offer_id":53531437564222,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CW786 QBMI5","offer_id":53531437596990,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ CW786 IMY3L","offer_id":53531437629758,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CW786 SVBHB","offer_id":53531437662526,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW786 IMOLV","offer_id":53531437695294,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW786 SVMNO","offer_id":53531437728062,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW786 IMXU5","offer_id":53531437760830,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW786 IMPO","offer_id":53531437793598,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW786 IMXVS","offer_id":53531437826366,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW786 QBMI5","offer_id":53531437859134,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW786 IMY3L","offer_id":53531437891902,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_df242520-8211-4974-8d17-ff7dce87f0cd.jpg?v=1779672751"},{"product_id":"190200859","title":"COACH★GEORGIA SATCHEL BAG IN SIGNATURE CANVAS CW422","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH、気品をまとう日常\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eアイコニックな\u003cstrong\u003eシグネチャー柄\u003c\/strong\u003eは、あなたのスタイルを格上げする揺るぎない存在感を放ちます。\u003cstrong\u003ePVCコーティングキャンバス\u003c\/strong\u003eは、雨の日でも天候を気にせず使える安心感をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_831de32f-e59d-4153-bce7-81011219f197.jpg?v=1779672754\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH シグネチャー柄のバッグ\"\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\/0964\/2101\/9966\/files\/download_4b3289a7-9a62-444d-8a2f-12a6ee51ca3a.jpg?v=1779672754\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH バッグの内部収納\"\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取り外し・調整可能なストラップを付ければ、両手が自由に使える\u003cstrong\u003eショルダーバッグ\u003c\/strong\u003eに。手持ちの\u003cstrong\u003eハンドバッグ\u003c\/strong\u003eと使い分けることで、通勤からプライベートまであらゆるシーンに寄り添います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_898a2b24-1253-4808-8887-db80c910fdbd.jpg?v=1779672754\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH バッグを2WAYで使用している様子\"\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\u003eCOACHファクトリーストアより、素敵なGEORGIA SATCHEL BAGをご紹介します。収納力抜群で、日々のライフスタイルをサポートします。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e汚れに強いPVCコーティングキャンバスとレザー製で、雨の日でも安心してお使いいただけます。\u003c\/li\u003e\n                \u003cli\u003eストラップを外してハンドバッグとして、ストラップを付けてショルダーバッグとして、2WAYでお楽しみいただけます。\u003c\/li\u003e\n                \u003cli\u003e末永くご愛用いただける洗練されたデザインです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eCOACH直営ファクトリーストアの商品は入れ替わりが早いため、お早めのご検討をおすすめします。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e※COACH直営ファクトリーストアの商品には保存袋は付属しておりません。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・買付け地\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の素材と買付け地に関する情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材：PVCコーティングキャンバス×レザー\u003c\/li\u003e\n                \u003cli\u003e買付け地：アメリカCOACH直営ファクトリーストア（アウトレット）\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本体：約 横30cm x 縦20cm x マチ12cm\u003c\/li\u003e\n                \u003cli\u003eハンドル（ドロップ）：約 10cm\u003c\/li\u003e\n                \u003cli\u003e取り外し調整可能ショルダーストラップ：約 112〜130cm\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内側オープンポケット×1\u003c\/li\u003e\n                \u003cli\u003e外側オープンポケット×1\u003c\/li\u003e\n                \u003cli\u003e取り外し調整可能ショルダーストラップ付属\u003c\/li\u003e\n                \u003cli\u003e重さ：約 650g\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型番：CW422\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5~7営業日でご発送】 \/ IMXAQ","offer_id":53531437924670,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ IMXHE","offer_id":53531437957438,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【5~7営業日でご発送】 \/ SVPWH","offer_id":53531437990206,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ IMXAQ","offer_id":53531438022974,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ IMXHE","offer_id":53531438055742,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ SVPWH","offer_id":53531438088510,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_0c39d6bf-1d7f-4cde-8e4c-bf5098d71898.jpg?v=1779672754"},{"product_id":"77107013","title":"BB DAKOTA ビー・ビー・ダコタ Rolly カーディガン Oatmeal BD36481","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\/0964\/2101\/9966\/files\/download_2c69aec7-7565-48f3-8522-5233d376c704.jpg?v=1779672772\" 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\/0964\/2101\/9966\/files\/download_fba86cc4-1727-4140-9d37-5166c367bdc6.jpg?v=1779672772\" 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アクリル70%、ウール30%配合。この絶妙なブレンドが、肌に触れるたびに感じる\u003cstrong\u003e柔らかな風合い\u003c\/strong\u003eを生み出しています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_730c213f-34d0-4d0a-ae60-2004907aaa80.jpg?v=1779672772\" 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\u003eBB DAKOTA（ビー・ビー・ダコタ）は、カナダのモントリオール出身のデザイナー、グロリア・ブランデスが1986年にカリフォルニアのラグナ・ビーチで立ち上げたブランドです。\u003c\/p\u003e\n            \u003cp\u003eフレンチテイストをスパイスに、ガーリーなデザインと着心地の良さが人気を集めています。サーフィンやスケートボードのカジュアルが主流のラグナビーチにトレンドを意識したフレンチ感覚のユニークさを展開させ、注目のアイテムを手ごろな価格で提供することをモットーにしたこだわりが有名セレブからもたくさん支持を得ています。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01258\/296\/etc\/%BE%A6%C9%CA%A5%DA%A1%BC%A5%B8-1.jpg?20140705004528\" class=\"img-fluid d-block w-100\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の素材構成です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eアクリル 70%\u003c\/li\u003e\n                \u003cli\u003eウール 30%\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着丈(cm)\u003c\/th\u003e\n                            \u003cth\u003e身幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e72\u003c\/td\u003e\n                            \u003ctd\u003e50\u003c\/td\u003e\n                            \u003ctd\u003e38\u003c\/td\u003e\n                            \u003ctd\u003e62\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e74\u003c\/td\u003e\n                            \u003ctd\u003e51\u003c\/td\u003e\n                            \u003ctd\u003e40\u003c\/td\u003e\n                            \u003ctd\u003e63\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e75\u003c\/td\u003e\n                            \u003ctd\u003e53\u003c\/td\u003e\n                            \u003ctd\u003e41\u003c\/td\u003e\n                            \u003ctd\u003e64\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e■お色についてのご注意\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますので、ご理解、ご了承くださいませ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"BB DAKOTA","offers":[{"title":"【1～2日間でご発送】XS","offer_id":53531439989054,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】S","offer_id":53531440021822,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531440054590,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2c69aec7-7565-48f3-8522-5233d376c704.jpg?v=1779672772"},{"product_id":"161310340","title":"マークジェイコブス　MARC JACOBS  SNAPSHOT  Camera Bag　M0012007  M0014503  M0014146 【DEEP　MAROON　MULTI】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e高級レザーの輝き、コンパクトショルダー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e上質なレザーが醸し出す深みのあるディープレッド。ダブルジップが叶える使いやすさは、必要なものをスマートに収納し、毎日を彩ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_55acf314-f58e-4722-bbcd-4c3c34b40890.jpg?v=1779672823\" 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\/0964\/2101\/9966\/files\/download_9c25617e-10b8-45f4-8f3d-e466508ddf06.jpg?v=1779672823\" 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約19cmの横幅と軽快な持ち心地が、アクティブな一日をサポート。取り外し可能なショルダーストラップは、肩掛けもクロスボディも、自由なスタイリングを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4aa3a011-4df1-43fd-adbe-758c85966c2e.jpg?v=1779672823\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどんなシーンにも映える、頼れる存在\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e上質なレザーを使用しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eレザー\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本体: 約横19cm x 縦11cm x マチ6cm\u003c\/li\u003e\n                    \u003cli\u003eショルダーストラップ: 取り外し・調整可能（ドロップ約58cm）\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内側: オープンポケット×1\u003c\/li\u003e\n                    \u003cli\u003e背面: オープンポケット×1\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e重さ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e持ち運びに便利な軽量設計です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e約600g\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e大切な商品を保護し、長くご愛用いただくための付属品です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eケアカード\u003c\/li\u003e\n                    \u003cli\u003e保存袋\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e型番\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこの商品の型番情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eM0012007\u003c\/li\u003e\n                    \u003cli\u003eM0014503\u003c\/li\u003e\n                    \u003cli\u003eM0014146\u003c\/li\u003e\n                    \u003cli\u003eM0015373\u003c\/li\u003e\n                    \u003cli\u003eM0010972\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":"MARC JACOBS","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531446378814,"sku":null,"price":42800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531446411582,"sku":null,"price":42800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_55acf314-f58e-4722-bbcd-4c3c34b40890.jpg?v=1779672823"},{"product_id":"161310332","title":"マークジェイコブス　MARC JACOBS  SNAPSHOT  Camera Bag　M0012007  M0014503  M0014146  【SANDCASTLE　MULTI】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eSNAPSHOT 相棒カメラバッグ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            上質なレザーが引き出す\u003cstrong\u003e洗練されたフォルム\u003c\/strong\u003eは、持つ人の個性を際立たせます。\n            約19cm×11cm×6cmの\u003cstrong\u003eコンパクトなサイズ感\u003c\/strong\u003eながら、ダブルジップ開閉と内ポケット、さらに背面ポケットで、必要なものをスマートに収納。\n            約600gの安定感で、日常に寄り添うデザインです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_d7e7c463-5b92-4615-b506-925ad4279ee9.jpg?v=1779672828\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりのレザー、洗練フォルム\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e個性を放つカラーラインナップ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            豊富な\u003cstrong\u003eカラーバリエーション\u003c\/strong\u003eが、あなたのファッションに遊び心と新鮮な息吹を吹き込みます。\n            取り外し・調整可能な約58cmのショルダーストラップは、肩掛けや斜め掛けなど、シーンに合わせた\u003cstrong\u003e自由なスタイリング\u003c\/strong\u003eを可能にし、どんな装いにも映えるアクセントを添えます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_61f76432-62d4-4416-9557-ab279b569301.jpg?v=1779672828\" 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            肩に心地よくフィットする約58cmのショルダーストラップは、\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\/0964\/2101\/9966\/files\/download_4c72f277-0ca0-4428-a2c8-af3058157e77.jpg?v=1779672828\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e身軽に楽しむ、アクティブシーン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e上質なレザーを使用した、コンパクトながらも収納力に優れたカメラバッグです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e洗練された上質レザーのフォルム\u003c\/li\u003e\n                    \u003cli\u003eコンパクトで日常使いに最適なサイズ感\u003c\/li\u003e\n                    \u003cli\u003eダブルジップと複数ポケットでスマート収納\u003c\/li\u003e\n                    \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本体：約横19cm x 縦11cm x マチ6cm\u003c\/li\u003e\n                    \u003cli\u003e取り外し調整可能ショルダーストラップ（ドロップ）：約58cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e高品質なレザーを使用しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：レザー\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e機能的な収納を備えた設計です。\u003c\/p\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                \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約600g\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e以下の付属品が同封されます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eケアカード\u003c\/li\u003e\n                    \u003cli\u003e保存袋\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品型番\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品の型番は以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eM0012007\u003c\/li\u003e\n                    \u003cli\u003eM0014503\u003c\/li\u003e\n                    \u003cli\u003eM0014146\u003c\/li\u003e\n                    \u003cli\u003eM0015373\u003c\/li\u003e\n                    \u003cli\u003eM0010972\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n    \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"MARC JACOBS","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531446772030,"sku":null,"price":42800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531446804798,"sku":null,"price":42800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_d7e7c463-5b92-4615-b506-925ad4279ee9.jpg?v=1779672828"},{"product_id":"161310317","title":"マイケルコース　MICHAEL KORS  JET SET TRAVEL  DRAWSTRING TOTE  35T8GTVT9B   35T8STVT9B【BROWN\/ACORN】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eMKシグネチャーが魅せる上質トート\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eMICHAEL KORSの象徴的な\u003cstrong\u003eMKシグネチャー柄\u003c\/strong\u003eが織りなす洗練されたデザインは、持つだけでコーディネートを格上げします。付属の\u003cstrong\u003eポーチ\u003c\/strong\u003eも統一感があり、単品使いでも存在感を放ち、どんなシーンにも品格を添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e5685c44-e911-4529-b94f-1ef35dc953fd.jpg?v=1779673094\" class=\"img-fluid d-block w-100 product-img\" alt=\"MKシグネチャー柄のトートバッグ\"\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\"\u003eB4対応 大容量が叶えるスマート収納\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eB4サイズ\u003c\/strong\u003eもすっぽり収まる広々としたメイン収納は、書類やPC、お弁当も余裕で持ち運べます。\u003cstrong\u003e取り外し可能なポーチ\u003c\/strong\u003eは、バッグインバッグとして小物の整理に役立ち、必要なものをスマートに取り出せる機能性も魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_caf3e378-2446-47c0-82c1-427a6d3a2e8e.jpg?v=1779673095\" class=\"img-fluid d-block w-100 product-img\" alt=\"B4サイズ対応の収納力\"\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約540g\u003c\/strong\u003eという驚くほどの軽さは、荷物が多い日でも肩への負担を軽減し、長時間の移動も快適です。肩に掛けやすい\u003cstrong\u003e持ち手ドロップ26cm\u003c\/strong\u003eで、あらゆるシーンでの持ち運びをスムーズにサポートし、エレガントな着こなしを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_82ee87db-95f4-4948-a087-2fa0196716d2.jpg?v=1779673094\" class=\"img-fluid d-block w-100 product-img\" alt=\"軽量で持ちやすいトートバッグ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e軽やかにフィットする日常の相棒\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこの商品の主な特徴をご紹介します。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003eMICHAEL KORSの象徴であるMKシグネチャー柄が上品さを演出\u003c\/li\u003e\n                    \u003cli\u003e統一感のある取り外し可能な付属ポーチで様々なシーンに対応\u003c\/li\u003e\n                    \u003cli\u003eB4サイズも収納可能な広々としたメインコンパートメント\u003c\/li\u003e\n                    \u003cli\u003e約540gの軽量設計で、長時間使用時の肩への負担を軽減\u003c\/li\u003e\n                    \u003cli\u003e持ち手ドロップ26cmで肩掛けしやすく、快適な持ち運びを実現\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横幅：約36cm(最下部) 〜 44cm(最上部)\u003c\/li\u003e\n                    \u003cli\u003e高さ：約29cm\u003c\/li\u003e\n                    \u003cli\u003eマチ：約16cm\u003c\/li\u003e\n                    \u003cli\u003e持ち手（ドロップ）：約26cm\u003c\/li\u003e\n                    \u003cli\u003e重さ：約540g\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e付属ポーチサイズ\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e横幅：約28cm\u003c\/li\u003e\n                    \u003cli\u003e高さ：約17cm\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\u003ePVCコーティングキャンバス\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e仕様\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e開閉：オープン\u003c\/li\u003e\n                    \u003cli\u003e内側：B4サイズ収納可能\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\u003e35T8GTVT9B\u003c\/li\u003e\n                    \u003cli\u003e35T8STVT9B\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":"MICHAEL KORS","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531472625982,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531472658750,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e5685c44-e911-4529-b94f-1ef35dc953fd.jpg?v=1779673094"},{"product_id":"161310315","title":"マイケルコース　MICHAEL KORS  JET SET TRAVEL  DRAWSTRING TOTE  35T8GTVT9B   35T8STVT9B【VANILLA　35T8GTVT9B】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eマイケルコース 上品トート\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003ePVCコーティングキャンバス\u003c\/strong\u003eが放つ洗練された輝き。アイコニックな\u003cstrong\u003eMKシグネチャー\u003c\/strong\u003eが、持つ人の\u003cstrong\u003e品格\u003c\/strong\u003eを際立たせ、日常に\u003cstrong\u003e華やぎ\u003c\/strong\u003eを添える一点。美しい佇まいが、どんなスタイルも\u003cstrong\u003e上品\u003c\/strong\u003eに格上げする。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fe865006-9eb5-4064-9e7e-25ebe28705d9.jpg?v=1779673096\" class=\"img-fluid d-block w-100 product-img\" alt=\"マイケルコース 上品トートのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された装いを叶える\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e荷物が多い日も安心\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eB4サイズ\u003c\/strong\u003eの書類も\u003cstrong\u003ePC\u003c\/strong\u003eも、縦横どちらでもスムーズに収納可能。約\u003cstrong\u003e16cmのマチ\u003c\/strong\u003eが\u003cstrong\u003e驚きの収納力\u003c\/strong\u003eを実現し、忙しい毎日を\u003cstrong\u003eスマート\u003c\/strong\u003eにサポート。\u003cstrong\u003e整理整頓\u003c\/strong\u003eが叶う広々とした空間。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e57ffe43-1feb-4981-abf5-03fb17637814.jpg?v=1779673096\" class=\"img-fluid d-block w-100 product-img\" alt=\"整理しやすい大容量のイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e整理しやすい大容量\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日持ちたい軽量感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      たった\u003cstrong\u003e540gの軽さ\u003c\/strong\u003eが、\u003cstrong\u003e肩への負担を軽減\u003c\/strong\u003eし、長時間のお出かけも快適に。\u003cstrong\u003e取り外し可能なポーチ\u003c\/strong\u003eは単体でも活躍。\u003cstrong\u003e幅広いシーン\u003c\/strong\u003eで活躍し、\u003cstrong\u003e働く女性のデイリーユース\u003c\/strong\u003eに寄り添う。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_6f2f6904-895d-4a92-97e7-b4c91503035a.jpg?v=1779673096\" class=\"img-fluid d-block w-100 product-img\" alt=\"スタイルに馴染む軽さのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスタイルに馴染む軽さ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \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素材: PVCコーティングキャンバス\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本体サイズ（約）: 横 36cm(最下部)〜44cm(最上部) × 高さ 29cm × マチ 16cm\u003c\/li\u003e\n        \u003cli\u003e持ち手（ドロップ）: 26cm\u003c\/li\u003e\n        \u003cli\u003e重さ: 540g\u003c\/li\u003e\n        \u003cli\u003eポーチサイズ（約）: 横 28cm × 高さ 17cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003c!-- サイズ表画像がある場合はここに配置 --\u003e\n      \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品サイズ詳細チャート\"\u003e\n      \u003c\/div\u003e --\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴・仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e商品の主な機能と仕様についてご紹介します。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eオープン開閉\u003c\/li\u003e\n        \u003cli\u003e内側: B4サイズ収納可能\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型番: 35T8GTVT9B, 35T8STVT9B\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (情報がないためスキップ) --\u003e\n\n  \u003c!-- 注意事項セクション (情報がないためスキップ) --\u003e\n\n\u003c\/div\u003e","brand":"MICHAEL KORS","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531472691518,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531472724286,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fe865006-9eb5-4064-9e7e-25ebe28705d9.jpg?v=1779673096"},{"product_id":"161310295","title":"マイケルコース　MICHAEL KORS　RHEA MEDIUM ROGO BACKPACK　【5T9GYEU1B　BROWN\/LUGGAGE】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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!-- 商品解説セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e都会に映える、シグネチャーの輝き\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eマイケルコースの象徴的なモノグラム柄が、大人の都会的なスタイルを演出します。\u003cstrong\u003ePVCコーティングキャンバス素材\u003c\/strong\u003eは、傷や汚れに強く、上品な光沢感が長く続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_293267df-f678-453f-9fe5-a0c50b87030c.jpg?v=1779673113\" 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で防犯面も安心。内側にはジップポケット1つとオープンポケットが3つあり、外側にもジップポケットを1つ備え、小物をすっきりと整理できます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_81a83b53-9128-4519-9b99-d602ebdc31d9.jpg?v=1779673113\" 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横25cm×縦30cm×マチ12cm\u003c\/strong\u003eの絶妙なミディアムサイズは、どんなコーディネートにも自然に溶け込み、スタイルアップを叶えます。\u003cstrong\u003e調整可能なストラップ\u003c\/strong\u003eで、最適なフィット感を実現。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_83382193-2743-4a54-8ac0-ed306530b92d.jpg?v=1779673113\" class=\"img-fluid d-block w-100 product-img\" alt=\"マイケルコースのリュック、背面イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eお出かけを軽やかに、快適な背負い心地\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品仕様・詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eマイケルコースのリュックは、日々のスタイルに洗練された印象を加えるアイテムです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e傷や汚れに強い\u003c\/strong\u003ePVCコーティングキャンバス素材\u003c\/li\u003e\n                    \u003cli\u003e上品な光沢感が長く続く高い耐久性\u003c\/li\u003e\n                    \u003cli\u003eメインコンパートメントは\u003cstrong\u003eジップ開閉\u003c\/strong\u003eで防犯面も安心\u003c\/li\u003e\n                    \u003cli\u003eフロントにはブランドを象徴するロゴを配置\u003c\/li\u003e\n                    \u003cli\u003e保管に便利な\u003cstrong\u003e保存袋\u003c\/strong\u003eが付属\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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横幅: 約25cm\u003c\/li\u003e\n                    \u003cli\u003e高さ: 約30cm\u003c\/li\u003e\n                    \u003cli\u003eマチ: 約12cm\u003c\/li\u003e\n                    \u003cli\u003e調整可能ストラップ: 約40cm〜50cm\u003c\/li\u003e\n                    \u003cli\u003eトップハンドル（ドロップ）: 約8cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- サイズ表画像があればここに配置 --\u003e\n                \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"___サイズ表画像ID___\" alt=\"サイズ詳細\"\u003e\u003c\/div\u003e --\u003e\n            \u003c\/div\u003e\n        \u003c\/details\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\u003ePVCコーティングキャンバス\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内側: ジップポケット x 1\u003c\/li\u003e\n                    \u003cli\u003e内側: オープンポケット x 3\u003c\/li\u003e\n                    \u003cli\u003e外側: ジップポケット x 1\u003c\/li\u003e\n                    \u003cli\u003eフロントにブランドロゴ\u003c\/li\u003e\n                    \u003cli\u003e保存袋付属\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード・型番\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品の識別情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 5T9GYEU1B\u003c\/li\u003e\n                    \u003cli\u003e型番: 30S7GEZB1B\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (情報がないため作成しません) --\u003e\n    \u003c!-- 注意事項セクション (情報がないため作成しません) --\u003e\n\n\u003c\/div\u003e","brand":"MICHAEL KORS","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531473609022,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531473641790,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_293267df-f678-453f-9fe5-a0c50b87030c.jpg?v=1779673113"},{"product_id":"161310294","title":"マイケルコース　MICHAEL KORS　RHEA MEDIUM ROGO BACKPACK　【35T9GYEU1B　VANILLA\/LUGGAGE】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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洗練されたMKロゴリュック\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eブランドの頭文字をあしらったMKロゴが、\u003cstrong\u003e品格と都会的な魅力\u003c\/strong\u003eを放ちます。PVCコーティングキャンバスは、見た目の美しさだけでなく、日常使いに嬉しい\u003cstrong\u003e耐久性\u003c\/strong\u003eと\u003cstrong\u003e軽さ\u003c\/strong\u003eを両立しました。洗練された大人のカジュアルスタイルを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_138d6df7-0d34-40e0-87c5-11f4e26fae02.jpg?v=1779673115\" 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を確保。内側にはジップポケットと3つのオープンポケット、外側にもジップポケットを完備し、必要なものがさっと取り出せます。\u003cstrong\u003e整理整頓が叶う\u003c\/strong\u003e、\u003cstrong\u003e使い勝手抜群\u003c\/strong\u003eのデザインです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_6c48124a-2c9c-4a56-aa07-bb82cbfdc7bb.jpg?v=1779673114\" 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横25cm×縦30cm×マチ12cmの\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\/0964\/2101\/9966\/files\/download_e1f56347-0b54-4b06-b6e3-3ed0d2a0045e.jpg?v=1779673114\" 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ブランドアイコンが際立つ、上品なRHEAバックパック。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eブランドのMKロゴが品格と都会的な魅力を演出\u003c\/li\u003e\n        \u003cli\u003ePVCコーティングキャンバスで耐久性と軽さを両立\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横幅: 25cm\u003c\/li\u003e\n        \u003cli\u003e高さ: 30cm\u003c\/li\u003e\n        \u003cli\u003eマチ: 12cm\u003c\/li\u003e\n        \u003cli\u003e調整可能ストラップ: 40cm～50cm\u003c\/li\u003e\n        \u003cli\u003eトップハンドル（ドロップ）: 8cm\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\u003ePVCコーティングキャンバス\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内側: ジップポケット×1\u003c\/li\u003e\n        \u003cli\u003e内側: オープンポケット×3\u003c\/li\u003e\n        \u003cli\u003e外側: ジップポケット×1\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ブランド: MICHAEL KORS (マイケルコース)\u003c\/li\u003e\n        \u003cli\u003e商品名: RHEA MEDIUM ROGO BACKPACK\u003c\/li\u003e\n        \u003cli\u003e商品コード: 35T9GYEU1B\u003c\/li\u003e\n        \u003cli\u003e型番: 30S7GEZB1B\u003c\/li\u003e\n        \u003cli\u003eカラー: VANILLA\/LUGGAGE\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"MICHAEL KORS","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531473674558,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531473707326,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_138d6df7-0d34-40e0-87c5-11f4e26fae02.jpg?v=1779673115"},{"product_id":"161310257","title":"マイケルコース　MICHAEL KORS  JET SET ITEM  CROSSBODY 35F8GTTC3B【BROWN】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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  \u003cp class=\"product-name\"\u003eマイケルコース　MICHAEL KORS JET SET ITEM CROSSBODY 35F8GTTC3B【BROWN】\u003c\/p\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eマイケルコースJET SETの輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003ePVCコーティングキャンバスの堅牢な素材が、日常使いに嬉しい\u003cstrong\u003e耐久性\u003c\/strong\u003eを実現します。アイコニックなモノグラムデザインは、持つ人のスタイルを格上げし、洗練された印象を与えます。ゴールドに輝くブランドロゴが、さりげない\u003cstrong\u003e上質感を添える逸品\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_10866e3e-82cc-49d0-b640-181e921a9c10.jpg?v=1779673144\" class=\"img-fluid d-block w-100 product-img\" alt=\"MICHAEL KORS JET SET CROSSBODYのメインビジュアル\"\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約横23cm×縦16cm×マチ5cmの\u003cstrong\u003eスマートなサイズ\u003c\/strong\u003eながら、長財布やスマートフォン、コスメなどをすっきりと収納できます。内側に配置された3つのオープンポケットは、小物の整理整頓をサポートし、必要なものを素早く取り出せる快適さを提供します。スムーズな\u003cstrong\u003eジップ開閉\u003c\/strong\u003eで、荷物の出し入れもストレスフリーです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_059efce2-1f4d-456b-ac00-84da3002acf8.jpg?v=1779673144\" class=\"img-fluid d-block w-100 product-img\" alt=\"MICHAEL KORS JET SET CROSSBODYの内部収納イメージ\"\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約400gと驚くほど\u003cstrong\u003e軽量な設計\u003c\/strong\u003eで、一日中身につけていても肩への負担を感じさせません。調整可能なクロスボディストラップにより、約58cm〜63cmのドロップで最適なフィット感を見つけられます。\u003cstrong\u003e両手が自由に使える\u003c\/strong\u003eため、ショッピングや旅行、お子様との外出など、アクティブなシーンで大活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_677bbf99-fdc5-4fda-a101-25226136af5c.jpg?v=1779673144\" class=\"img-fluid d-block w-100 product-img\" alt=\"MICHAEL KORS JET SET CROSSBODYを身につけたイメージ\"\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\u003eMICHAEL KORS JET SET ITEM CROSSBODYは、日常使いに最適な機能性とデザイン性を兼ね備えています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eスムーズなジップ開閉で荷物の出し入れが簡単\u003c\/li\u003e\n          \u003cli\u003eフロントに輝くゴールドブランドロゴがアクセント\u003c\/li\u003e\n          \u003cli\u003e内側にオープンポケットを3つ配置し、小物の整理に便利\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本体サイズ：約横23cm × 縦16cm × マチ5cm\u003c\/li\u003e\n          \u003cli\u003eクロスボディストラップ：調整可能（ドロップ約58cm〜63cm）\u003c\/li\u003e\n          \u003cli\u003e重さ：約400g\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\u003ePVCコーティングキャンバス\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\u003e35F8GTTC3B (ゴールドロゴモデル)\u003c\/li\u003e\n          \u003cli\u003e35F8STTC3B (シルバーロゴモデル)\u003c\/li\u003e\n          \u003cli\u003e32F9GJ6C3B\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eお届け日目安について\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003e当日発送\u003c\/strong\u003e：12:00までのご注文で当日にご発送いたします。\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eお取り寄せ\u003c\/strong\u003e：ご注文確定後10日〜14日間でご発送いたします。\u003c\/li\u003e\n      \u003cli\u003e年末・年始・ゴールデンウイーク中は多少遅くなる場合がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\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本商品は以下のいずれかの場所で買い付けを行います。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eアメリカMICHAEL KORS 直営店\u003c\/li\u003e\n          \u003cli\u003eアメリカMICHAEL KORS 直営 アウトレット\u003c\/li\u003e\n          \u003cli\u003eアメリカMICHAEL KORS 公式サイト\u003c\/li\u003e\n          \u003cli\u003eアメリカMICHAEL KORS 取り扱い百貨店\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e仕様変更のご注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製造時期により、以下の点が変更となる場合がございます。予めご了承ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e裏地にレザーロゴパッチが付きました。\u003c\/li\u003e\n          \u003cli\u003eファスナーの形が変更になりました。\u003c\/li\u003e\n          \u003cli\u003e内側ポケットの仕切りが無くなりました。\u003c\/li\u003e\n          \u003cli\u003e内側の柄が丸ロゴからMICHAEL KORSスペルロゴへ変更となりました。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"MICHAEL KORS","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531476066622,"sku":null,"price":11500.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531476099390,"sku":null,"price":11500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_10866e3e-82cc-49d0-b640-181e921a9c10.jpg?v=1779673144"},{"product_id":"161310255","title":"マイケルコース　MICHAEL KORS  JET SET ITEM  CROSSBODY 35F8GTTC3B【VANILLA\/ACORN】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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マイケルコース JET SETの魅力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eMICHAEL KORSのモノグラムが織りなす\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003eは、日常に華やぎを添える一点です。PVCコーティングキャンバス素材が、上品な光沢と共に、長くご愛用いただける\u003cstrong\u003e耐久性\u003c\/strong\u003eを両立しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_5da749b2-596a-482d-a79f-07d9ddc8c09b.jpg?v=1779673145\" 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します。3つのオープンポケットが、バッグ内の小物を整理整頓し、必要なものを素早く取り出せる\u003cstrong\u003eスマートさ\u003c\/strong\u003eを実現します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e1a5ea2d-e48e-4e27-b2b0-6abf585334d7.jpg?v=1779673145\" 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約400gの\u003cstrong\u003e軽量設計\u003c\/strong\u003eと調整可能なクロスボディストラップが、移動の多い日や旅行、ショッピングなど\u003cstrong\u003eアクティブなシーンに最適\u003c\/strong\u003eです。両手が自由に使える快適さで、どんな瞬間も身軽に楽しむことができます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_668f99cd-8743-4b42-b4aa-82376ef615be.jpg?v=1779673145\" 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\u003eMICHAEL KORS Factory Store（アウトレット）から届いたキュートなCROSSBODY BAGです。使い勝手の良いサイズで、お出かけを軽やかにサポートします。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eキュートなサイズながら、長財布、化粧品、携帯などを分けて収納可能\u003c\/li\u003e\n        \u003cli\u003e両手が空くクロスボディ仕様で、アクティブなシーンに最適\u003c\/li\u003e\n        \u003cli\u003e汚れや雨に強いPVCコーティングキャンバスを使用し、高い耐久性を実現\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e製品仕様：\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eジップ開閉\u003c\/li\u003e\n        \u003cli\u003eフロントにゴールドブランドロゴ\u003c\/li\u003e\n        \u003cli\u003e内側: オープンポケット×3\u003c\/li\u003e\n        \u003cli\u003e重さ: 約 400g\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素材: PVCコーティングキャンバス\u003c\/li\u003e\n        \u003cli\u003e型番（商品コード）: 35F8GTTC3B (ゴールドロゴ), 35F8STTC3B（シルバーロゴ）, 32F9GJ6C3B\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本体サイズ: 約横23cm×縦16cm×マチ5cm\u003c\/li\u003e\n        \u003cli\u003e調整可能なクロスボディストラップ（ドロップ): 約58cm〜63cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eお届け日目安は以下の通りです。\u003c\/p\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003e当日発送:\u003c\/strong\u003e 12:00までのご注文で当日に発送いたします。\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eお取り寄せ:\u003c\/strong\u003e ご注文確定後10日〜14日間で発送いたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003e※年末・年始・ゴールデンウイーク中は、配送が多少遅れる場合がございますのでご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"MICHAEL KORS","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531476132158,"sku":null,"price":11500.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531476164926,"sku":null,"price":11500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_5da749b2-596a-482d-a79f-07d9ddc8c09b.jpg?v=1779673145"},{"product_id":"187433435","title":"CROCS クラッシュ クロッグ  CRUSH CLOG　207521 【2Y2 BONE 2】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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に。ヒールレストまで6cmの\u003cstrong\u003eユニークな厚底\u003c\/strong\u003eが、いつものスタイルを格上げし、足元から\u003cstrong\u003e個性を放ちます\u003c\/strong\u003e。軽やかさと心地よさを両立した、まさに新しい一足です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fbde437b-f6ad-40d2-9991-26d359ccba82.jpg?v=1779673163\" 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\/0964\/2101\/9966\/files\/download_fa2e8d26-00e8-4c7a-987d-b02c259f6ef8.jpg?v=1779673163\" 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ヒールレストまで約6cmの厚底が、\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と機能性を兼ね備えた、\u003cstrong\u003eダイナミックなデザイン\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2d30e50b-d850-41db-a2df-e9511a872bd9.jpg?v=1779673162\" class=\"img-fluid d-block w-100 product-img\" alt=\"クロッグシューズのバックストラップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e後ろ姿まで抜かりなく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品概要\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e人気のクロッグが大胆に進化。クロックスならではの快適さはそのままに、厚底を採用しスタイリッシュに仕上げた新作です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eブランド: クロックス (crocs)\u003c\/li\u003e\n                    \u003cli\u003e商品名: クラッシュ クロッグ CRUSH CLOG\u003c\/li\u003e\n                    \u003cli\u003e商品コード: 207521\u003c\/li\u003e\n                    \u003cli\u003e性別: 男女兼用商品\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eクロックス クラッシュ クロッグの主な特徴です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e高さを出した大胆なスタイルでファッションを格上げ\u003c\/li\u003e\n                    \u003cli\u003eヒールレストまで高さ6cmのユニークな厚底デザイン\u003c\/li\u003e\n                    \u003cli\u003eジビッツ チャーム用ホールでオリジナルの1足にカスタマイズ可能\u003c\/li\u003e\n                    \u003cli\u003e可動式のバックストラップで快適なフィット感と安定性を提供\u003c\/li\u003e\n                    \u003cli\u003e「アイコニックコンフォート™」による軽さ、柔らかさ、包み込むような快適さ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・サイズ・重さ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \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重さ（参考サイズ）: 327g (25cm)\u003c\/li\u003e\n                    \u003cli\u003eヒールの高さ: 約6cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eその他・ご案内\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eご購入に関する補足情報です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eリベットが破損した場合のサポートは行っておりません。（初期不良を除く）\u003c\/li\u003e\n                    \u003cli\u003eシューズのお手入れについては別途ご案内をご覧ください。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品写真はできる限り実物の色に近づけるようにしておりますが、お使いのモニター設定、お部屋の照明、背景の色等により実際の商品と色味が異なる場合がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"crocs","offers":[{"title":"【3営業日前後でご発送】 \/ 23cm","offer_id":53531477770558,"sku":null,"price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"【3営業日前後でご発送】 \/ 24cm","offer_id":53531477803326,"sku":null,"price":9800.0,"currency_code":"JPY","in_stock":true},{"title":"【3営業日前後でご発送】 \/ 25cm","offer_id":53531477836094,"sku":null,"price":9800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fbde437b-f6ad-40d2-9991-26d359ccba82.jpg?v=1779673163"},{"product_id":"187432212","title":"CROCS バヤバンド クロッグ BAYABAND CLOG 205089 【1FN ベージュ× コバルト ブルー】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\/0964\/2101\/9966\/files\/download_393b25aa-a6ec-472d-8b3c-948627ea0f51.jpg?v=1779673170\" 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\/0964\/2101\/9966\/files\/download_453f2dd6-517d-4ea4-9b3f-8238093b5903.jpg?v=1779673169\" 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\/0964\/2101\/9966\/files\/download_7efc17ff-377e-40a0-83fe-abd86e249720.jpg?v=1779673169\" 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【クロックス　crocs 】\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品名: バヤバンド クロッグ BAYABAND CLOG\u003c\/li\u003e\n                \u003cli\u003e商品コード: ♯ 205089\u003c\/li\u003e\n                \u003cli\u003e対象: 男女兼用商品\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e大人気のバヤとクロックバンドを融合させた、アスレチック感のあるおしゃれなスタイルです。あらゆる場所で履けるスタイルで、履きやすく、ポップなクロックスのロゴが可愛いデザインです。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\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ジビッツ チャームでオリジナルの1足にカスタマイズ可能\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重さ（参考サイズ）: 240g (27cm)\u003c\/li\u003e\n                \u003cli\u003eヒールの高さ: 約3cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e・リベットが破損した場合のサポートは行っておりません。（初期不良を除く）\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e・商品写真はできる限り実物の色に近づけるようにしておりますが、 お使いのモニター設定、お部屋の照明、背景の色等により実際の商品と色味が異なる場合がございます。予めご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"crocs","offers":[{"title":"【3営業日前後でご発送】 \/ 23cm","offer_id":53531478622526,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":false},{"title":"【3営業日前後でご発送】 \/ 24cm","offer_id":53531478655294,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":false},{"title":"【3営業日前後でご発送】 \/ 25cm","offer_id":53531478688062,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":false},{"title":"【3営業日前後でご発送】 \/ 26cm","offer_id":53531478720830,"sku":null,"price":7800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_393b25aa-a6ec-472d-8b3c-948627ea0f51.jpg?v=1779673170"},{"product_id":"189322492","title":"UGG Classic Mini 1016222 CARIBOU","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eどんな日も足元を彩る相棒\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eUGGの象徴的なミニブーツが、\u003cstrong\u003e撥水・防汚加工\u003c\/strong\u003eで進化を遂げました。雨や汚れを気にせず、どんな日も足元からお洒落を楽しめます。季節を問わず活躍する、頼れる一足です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_c175c01b-78ab-471a-8bff-79f2ef4929b9.jpg?v=1779673175\" class=\"img-fluid d-block w-100 product-img\" alt=\"撥水・防汚加工が施されたUGG Classic Mini\"\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\"\u003e35年以上愛される厳選された\u003cstrong\u003eツインフェイスシープスキン\u003c\/strong\u003eが、足を優しく包み込みます。新採用の\u003cstrong\u003eTreadlite by UGGアウトソール\u003c\/strong\u003eは、驚くほどの軽さと柔軟性、そして確かなグリップ力で、どこまでも歩きたくなる快適さをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f4abaac3-e3c9-43ad-b053-a6ebaadb48e5.jpg?v=1779673175\" class=\"img-fluid d-block w-100 product-img\" alt=\"UGG Classic Miniの内部とソール構造\"\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グレードAのツインフェイスシープスキンが、内側から足元をじんわり温めます。毛足の長さが均一で、きめ細やかな感触は、冬の寒さからあなたを守り、最高の暖かさをもたらします。新しくなった\u003cstrong\u003eレザーロゴラベル\u003c\/strong\u003eが、洗練された印象をプラスし、冬のお出かけを一層豊かなものにします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_ce451289-da72-4e0d-9b80-2b79938e3689.jpg?v=1779673176\" class=\"img-fluid d-block w-100 product-img\" alt=\"UGG Classic Miniの暖かさを示すイメージとレザーロゴラベル\"\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\u003eUGGのアイコニックなブーツが、機能性をプラスしアップデートされました。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e撥水・防汚性をプラスしたアッパー（Scotchgard™プロテクター加工）\u003c\/li\u003e\n                    \u003cli\u003e軽さ、柔軟性、耐久性、クッション性、グリップ感を高めた新構造「Treadlite by UGG™」アウトソール採用\u003c\/li\u003e\n                    \u003cli\u003e従来の布製からレザーラベルへ変更し、洗練されたデザイン\u003c\/li\u003e\n                    \u003cli\u003e35年以上にわたり厳選されたグレードAのツインフェイスシープスキンを使用\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e※Scotchgard™プロテクターは約1シーズン（3〜4ヶ月程度）、撥水・防汚効果を保ちます。着用時やお手入れ状況により効果や期間は異なります。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eUGG製品の主要素材と生産国についてご案内いたします。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eメイン素材: 天然皮革（ツインフェイスシープスキン）\u003c\/li\u003e\n                    \u003cli\u003e表地: スウェード\u003c\/li\u003e\n                    \u003cli\u003eソール素材または裏地: 合成底（Treadlite by UGG™）\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\u003eUGG Classic Mini IIの各部サイズです。US6サイズを計測した目安となります。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eヒールの高さ: 2.5 cm\u003c\/li\u003e\n                    \u003cli\u003eヒールのタイプ: フラットヒール\u003c\/li\u003e\n                    \u003cli\u003eプラットフォームの高さ: 2 cm\u003c\/li\u003e\n                    \u003cli\u003e履き口: 28 cm\u003c\/li\u003e\n                    \u003cli\u003e筒丈: 14 cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e〇素材・検品について UGGは職人による手作りのブーツになります。縫製のズレ、タグのズレ等の歪みなどは手作りの為に風合いとしてご理解、ご了承の上、ご注文をお願いします。UGG USAでの品質基準をクリアした商品になりますのでご安心ください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e〇色落ちについて 天然皮革の靴は雨天時の使用や水濡れ、また靴内部で発生する湿気などによって、色落ちする場合がございます。革製品の色落ちを完全に防ぐことは出来ませんのでご了承ください。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e〇化粧箱について 配送運搬時に箱にダメージがある場合がございますがご返品、交換の対象外とさせて頂きます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531479474494,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US6(23cm)","offer_id":53531479507262,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US7(24cm)","offer_id":53531479540030,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US8(25cm)","offer_id":53531479572798,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US9(26cm)","offer_id":53531479605566,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_c175c01b-78ab-471a-8bff-79f2ef4929b9.jpg?v=1779673175"},{"product_id":"189322226","title":"UGG Classic Mini 1016222 CHOCOLATE","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eUGG撥水ミニで冬支度\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\/0964\/2101\/9966\/files\/download_47df8bd0-fa96-4e72-898f-c5abb10a7c7b.jpg?v=1779673178\" 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\"\u003eUGG®が誇る上質な\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\/0964\/2101\/9966\/files\/download_76404f6f-262f-4edc-aa3f-1300b8aa8920.jpg?v=1779673178\" 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\/0964\/2101\/9966\/files\/download_bcc3ea72-3d17-4ff2-a639-e1377ecf7658.jpg?v=1779673179\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部までこだわり抜いた逸品\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品名・型番\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: UGG Classic Mini 1016222 CHOCOLATE\u003c\/li\u003e\n          \u003cli\u003e型番: 1016222\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\u003eUGGのアイコニックなブーツ「Classic Mini II」は、機能性をプラスしアップデートされました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e撥水・防汚性加工（Scotchgardプロテクター）\u003c\/li\u003e\n          \u003cli\u003e軽さと柔軟性に優れた新構造アウトソール（Treadlite by UGG）\u003c\/li\u003e\n          \u003cli\u003e優れたクッション性とグリップ感で快適な歩行をサポート\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e※Scotchgardプロテクターは約1シーズン（3〜4か月程度）撥水・防汚効果を保ちます。着用時やお手入れ状況により効果や期間が異なります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eUGG®が誇る上質な素材と技術により、最高の履き心地を実現します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eメイン素材: 天然皮革\u003c\/li\u003e\n          \u003cli\u003e表地: スウェード\u003c\/li\u003e\n          \u003cli\u003eソール素材または裏地: 合成底\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eツインフェイスシープスキンは、35年以上にわたりUGG®が厳選してきたグレードAの素材です。一つひとつ丹念な加工を施し、UGGならではの快適な履き心地をもたらします。均一性ときめ細かな感触、毛足の長さが一定であることなど、厳しい基準で選定されています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザイン・仕様\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e細部にまでこだわり、洗練されたデザインと機能性を両立しています。\u003c\/p\u003e\n        \u003cul class=\"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ヒールの高さ: 2.5 cm\u003c\/li\u003e\n          \u003cli\u003eブーツ筒まわり: 35 cm\u003c\/li\u003e\n          \u003cli\u003eプラットフォームの高さ: 2 cm\u003c\/li\u003e\n          \u003cli\u003e履き口: 28 cm\u003c\/li\u003e\n          \u003cli\u003e筒丈: 14 cm (計測サイズUS6)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e〇素材・検品について\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eUGGは職人による手作りのブーツです。縫製のズレやタグのズレ等の歪みは手作りの風合いとしてご理解、ご了承の上、ご注文をお願いします。\u003c\/li\u003e\n      \u003cli\u003eUGG USAでの品質基準をクリアした商品ですのでご安心ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e〇生産国について\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e製品には「MADE IN CHINA」「MADE IN VIETNAM」などの表記が入っておりますが、国内正規店で取り扱いの商品も同様です。\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e〇色落ちについて\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e天然皮革の靴は、雨天時の使用や水濡れ、また靴内部で発生する湿気などによって色落ちする場合がございます。革製品の色落ちを完全に防ぐことは出来ませんのでご了承ください。\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e〇化粧箱について\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e配送運搬時に箱にダメージがある場合がございますが、ご返品、交換の対象外とさせて頂きます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531479802174,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US6(23cm)","offer_id":53531479834942,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US7(24cm)","offer_id":53531479867710,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US8(25cm)","offer_id":53531479900478,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US9(26cm)","offer_id":53531479933246,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_47df8bd0-fa96-4e72-898f-c5abb10a7c7b.jpg?v=1779673178"},{"product_id":"189322186","title":"UGG Classic Mini 1016222 CHESTNUT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\u003eScotchgardプロテクター\u003c\/strong\u003eを施しました。急な天候の変化にも臆することなく、美しい冬の装いを自由に楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_d22d060e-cc62-4fe1-8c74-5f938b977634.jpg?v=1779673180\" 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\"\u003e35年以上にわたり愛される\u003cstrong\u003eグレードAのツインフェイスシープスキン\u003c\/strong\u003eが、足元を包み込むような温かさを実現します。柔らかな肌触りが、まるで雲の上を歩くような快適さを届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_d1ed8da5-7289-4252-857a-37af7ca840ad.jpg?v=1779673180\" 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\u003eTreadlite by UGGアウトソール\u003c\/strong\u003eは、驚くほどの軽量性と柔軟性、優れたグリップ性を両立。街歩きも、アクティブなシーンも、足元から軽快なリズムを生み出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_15c585fe-41d2-4109-aa46-2a31be76fe97.jpg?v=1779673180\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブーツのアウトソール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e進化した機能性と耐久性\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品名・品番\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: UGG Classic Mini\u003c\/li\u003e\n          \u003cli\u003e型番: 1016222 CHESTNUT\u003c\/li\u003e\n          \u003cli\u003eブランド: UGG\u003c\/li\u003e\n          \u003cli\u003eモデル: Classic Mini II\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\u003eUGGのアイコニックなブーツに機能性をプラスしアップデートしたClassic Mini II。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e撥水・防汚機能: ラグジュリアスなツインフェイスシープスキンとスエードのアッパーにScotchgard(スコッチガード)プロテクターを施し、撥水・防汚性をプラス。\u003c\/li\u003e\n          \u003cli\u003e新ロゴラベル: これまでの布ラベルからレザーラベルに変更され、デザインが洗練されました。\u003c\/li\u003e\n          \u003cli\u003e新構造アウトソール: 軽さと柔軟性・耐久性・クッション性・グリップ感を高めた新構造のTreadlite by UGG(トレイドライト バイ アグ)をアウトソールに採用。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text small-text\"\u003e※Scotchgard(スコッチガードプロテクター)は約1シーズン(3〜4か月程度)、撥水・防汚効果を保ちます。着用時やお手入れ状況により効果や期間は異なります。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材へのこだわり\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e35年以上にわたり、UGG®はグレードAのツインフェイスシープスキンのみを使用してきました。世界最高の品質を誇るラグジュアリかつソフトなこの素材は、ひとつひとつ丹念な加工を施され、UGGならではの快適な履き心地をもたらします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eUGGのトレードマークとも言うべきツインフェイスシープスキンを仕入れる際は、均一性や、非の打ちどころのない、きめ細かな感触を重視しています。\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ヒールの高さ: 2.5 cm\u003c\/li\u003e\n          \u003cli\u003eブーツ筒まわり: 35 cm\u003c\/li\u003e\n          \u003cli\u003eヒールのタイプ: フラットヒール\u003c\/li\u003e\n          \u003cli\u003eプラットフォームの高さ: 2cm\u003c\/li\u003e\n          \u003cli\u003e履き口: 28cm\u003c\/li\u003e\n          \u003cli\u003e筒丈: 14cm (計測サイズUS6)\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- プレースホルダー画像と関連キャプションを削除 --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入時の注意点\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e〇素材・検品について\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eUGGは職人による手作りのブーツになります。縫製のズレ、タグのズレ等の歪みなどは手作りの為に風合いとしてご理解、ご了承の上、ご注文をお願いします。UGG USAでの品質基準をクリアした商品になりますのでご安心ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e〇生産国について\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003eまた製品には『MADE IN CHINA』『MADE IN VIETNAM』などの表記が入っておりますが、国内正規店で取り扱いの商品も同様でございます。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e〇色落ちについて\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e天然皮革の靴は雨天時の使用や水濡れ、また靴内部で発生する湿気などによって、色落ちする場合がございます。革製品の色落ちを完全に防ぐことは出来ませんのでご了承ください。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e〇化粧箱について\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e配送運搬時に箱にダメージがある場合がございますがご返品、交換の対象外とさせて頂きます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531479966014,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US6(23cm)","offer_id":53531479998782,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US7(24cm)","offer_id":53531480031550,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US8(25cm)","offer_id":53531480064318,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US9(26cm)","offer_id":53531480097086,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_d22d060e-cc62-4fe1-8c74-5f938b977634.jpg?v=1779673180"},{"product_id":"189320999","title":"UGG Classic Ultra Mini 1116109  CHESTNUT","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e旬顔叶えるミニ丈ブーツ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e低めのシャフトとアシンメトリーな履き口が、どんなコーディネートも\u003cstrong\u003e洗練された印象\u003c\/strong\u003eに。\u003cstrong\u003e脚長効果\u003c\/strong\u003eも期待できるミニ丈で、冬のおしゃれを格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a20e7846-133b-4c7b-94d3-a5535b473a81.jpg?v=1779673185\" 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\u003eUGGplush™\u003c\/strong\u003eが足元をやさしく包み込み、まるで雲の上を歩くような心地よさ。\u003cstrong\u003eTreadlite by UGG™アウトソール\u003c\/strong\u003eは、驚くほどの軽さとクッション性で長時間の移動もサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_6bcdd8b7-2ecf-4ca0-a454-1a6d39c05bdd.jpg?v=1779673185\" class=\"img-fluid d-block w-100 product-img\" alt=\"ブーツ内部のUGGplush素材\"\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\/0964\/2101\/9966\/files\/download_667d1e5e-d07e-4ef2-843c-45d08281b918.jpg?v=1779673185\" 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                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名: UGG Classic Ultra Mini\u003c\/li\u003e\n                    \u003cli\u003e型番\/商品コード: 1116109\u003c\/li\u003e\n                    \u003cli\u003eカラー: CHESTNUT\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=\"benefit-list\"\u003e\n                    \u003cli\u003e着脱が簡単な低めのシャフトとアシンメトリーな履き口が\u003cstrong\u003eスタイリッシュな印象\u003c\/strong\u003eを与えます。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eTreadlite by UGG™アウトソール\u003c\/strong\u003eにより、軽さ、柔軟性、耐久性、クッション性、グリップ感を兼ね備え、快適な履き心地が持続。\u003c\/li\u003e\n                    \u003cli\u003eふわふわなシープスキンのライニングが、優れたクッション性で一日中足元を優しく包み込み、サポートします。\u003c\/li\u003e\n                    \u003cli\u003e環境に優しい\u003cstrong\u003eUGGplush™\u003c\/strong\u003eをインソールに採用。シープスキンのような感触を保ちつつ、環境負荷を低減します。\u003c\/li\u003e\n                    \u003cli\u003e最高品質のスエードアッパーには\u003cstrong\u003e撥水加工\u003c\/strong\u003eが施されており、軽い雨の日でも安心してご使用いただけます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eメイン素材: 天然皮革\u003c\/li\u003e\n                    \u003cli\u003eアッパー: スエード\u003c\/li\u003e\n                    \u003cli\u003eライニング: 17mmのUGGplush (アップサイクルウール 80％、リヨセル 20％)\u003c\/li\u003e\n                    \u003cli\u003eインソール: 17mmのUGGplush (アップサイクルウール 80％、リヨセル 20％)\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シャフト高さ: 約8.8cm\u003c\/li\u003e\n                    \u003cli\u003eヒール高さ: 約3.2cm\u003c\/li\u003e\n                    \u003cli\u003e重さ（片足）: 約250g\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e技術・機能解説\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品には、以下の独自技術が採用されています。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eUGGplush™（アグプラッシュ）\u003c\/strong\u003e: ウールとリヨセルという非常に柔らかな2種類の繊維をブレンドし、最高にソフトでラグジュアリーな肌触りを実現。\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eTreadlite by UGG™(トレイドライト バイ アグ)\u003c\/strong\u003e: 軽さと柔軟性・耐久性・クッション性とグリップ感を高めた新構造のアウトソール。\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531480523070,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US6(23cm)","offer_id":53531480555838,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US7(24cm)","offer_id":53531480588606,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US8(25cm)","offer_id":53531480621374,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US9(26cm)","offer_id":53531480654142,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e170a2bd-450c-4b1d-964e-84e92ac5429a.jpg?v=1779673185"},{"product_id":"189319987","title":"UGG Classic Ultra Mini Platform 1135092 BURNT CEDAR","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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) - ブロック1 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e視線集める厚底、洗練された足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e約5cmの軽量プラットフォームが、いつものスタイルに\u003cstrong\u003e旬なバランス\u003c\/strong\u003eをもたらします。どんなボトムスにも合わせやすく、洗練されたカジュアルコーデを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_bc312c24-ab2b-487c-b481-99fefe491d0b.jpg?v=1779673188\" 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!-- 商品解説セクション (Main) - ブロック2 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e包み込む温もり、足元から癒し\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e17mmのUGGplushライニングが、足元を一日中ふわふわと優しく包みます。まるで雲の上を歩くような、\u003cstrong\u003e心地よい温もりとサポート感\u003c\/strong\u003eを実感いただけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fcfcac0b-66b8-4894-ba04-a1b0604243c3.jpg?v=1779673188\" 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!-- 商品解説セクション (Main) - ブロック3 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e軽やかステップ、どこまでも快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e新構造のTreadlite by UGG™アウトソールは、\u003cstrong\u003e軽さと柔軟性、耐久性を両立\u003c\/strong\u003e。反発性に優れたサトウキビ由来のEVAソールが、快適な歩行をサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_df8d6bad-5616-4aa3-ae80-67ea793ba3a7.jpg?v=1779673188\" 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    \u003c!-- スペック・詳細 - 商品情報・品番 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報・品番\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eUGG Classic Ultra Mini Platform シリーズの基本情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品名: UGG Classic Ultra Mini Platform\u003c\/li\u003e\n          \u003cli\u003e品番: 1135092\u003c\/li\u003e\n          \u003cli\u003eカラー: BURNT CEDAR\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- スペック・詳細 - 商品の特徴 --\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このUGG Classic Ultra Mini Platformは、以下の特徴を備えています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e約5cmの\u003cstrong\u003e軽量厚底プラットフォーム\u003c\/strong\u003eと約9cmの低めアンクルカットデザインで、スタイルアップとトレンド感を両立。\u003c\/li\u003e\n          \u003cli\u003e新構造の\u003cstrong\u003eTreadlite by UGG™アウトソール\u003c\/strong\u003eは、軽さ、柔軟性、耐久性、クッション性、グリップ感を高め、快適な履き心地が持続します。\u003c\/li\u003e\n          \u003cli\u003e植物由来で環境に優しい素材とリパーパス・ウールを独自ブレンドした\u003cstrong\u003e17mmのUGGplush™ライニング\u003c\/strong\u003eが、シープスキンのようなふわふわ感で足元を優しく包み込み、サポートします。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e反発性に優れたサトウキビ由来のEVAソール\u003c\/strong\u003eが、一歩一歩の快適な歩きやすさを実現。\u003c\/li\u003e\n          \u003cli\u003eどんなスタイルにもフィットする、\u003cstrong\u003e日常使いに最適な万能アイテム\u003c\/strong\u003eです。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- スペック・詳細 - 素材構成 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材構成\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e主要な素材構成は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eメイン素材: 天然皮革\u003c\/li\u003e\n          \u003cli\u003eアッパー: スエード\u003c\/li\u003e\n          \u003cli\u003eライニング: 17mmのUGGplush (アップサイクルウール 80％ \/ リヨセル 20％)\u003c\/li\u003e\n          \u003cli\u003eインソール: 17mmのUGGplush (アップサイクルウール 80％ \/ リヨセル 20％)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- スペック・詳細 - サイズ詳細 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e各部位の寸法と重さは以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eシャフト高さ: 約9cm\u003c\/li\u003e\n          \u003cli\u003eヒール高さ: 約5cm\u003c\/li\u003e\n          \u003cli\u003e重さ（片足）: 約390g\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":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531480850750,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US6(23cm)","offer_id":53531480883518,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US7(24cm)","offer_id":53531480916286,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US8(25cm)","offer_id":53531480949054,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US9(26cm)","offer_id":53531480981822,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_bc312c24-ab2b-487c-b481-99fefe491d0b.jpg?v=1779673188"},{"product_id":"189319686","title":"UGG Classic Ultra Mini Platform 1135092 CHESTNUT","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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約5cmの厚底プラットフォームが自然なスタイルアップを叶え、どんなボトムスも\u003cstrong\u003e旬顔\u003c\/strong\u003eに仕上がります。低めのアンクルカットが抜け感を演出し、こなれたカジュアルスタイルを楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f18b8d23-5e89-492d-ab65-52d1aa3c7709.jpg?v=1779673190\" 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\u003eTreadlite by UGG™アウトソール\u003c\/strong\u003eが、長時間歩いても疲れにくい快適な履き心地を持続。耐久性にも優れています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2f127628-fabb-428e-be27-f35e4a1d98fb.jpg?v=1779673190\" 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\u003eUGGplush™ライニング\u003c\/strong\u003eが、足元を優しく包み込み一日中温かさをキープします。環境に配慮した素材で心も満たされる一足です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b0e8a9c3-d349-4cb3-8623-ea7f175fa7cc.jpg?v=1779673189\" 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約5cmの軽量厚底プラットフォームと約9cmの低めのアンクルカットデザイン。\u003c\/li\u003e\n                \u003cli\u003e軽さ、柔軟性、耐久性、クッション性、グリップ感を高めた新構造のTreadlite by UGG™アウトソールが快適な履き心地を持続します。\u003c\/li\u003e\n                \u003cli\u003e植物由来で環境に優しい素材とリパーパス・ウールの独自ブレンドから作られたUGGplush™ライニング。\u003c\/li\u003e\n                \u003cli\u003eシープスキン同様のふわふわな感触はそのままに環境への影響を軽減し、足元を一日中優しく包み込みサポートします。\u003c\/li\u003e\n                \u003cli\u003eどんなスタイルにもフィットする万能アイテム。\u003c\/li\u003e\n                \u003cli\u003e反発性に優れたサトウキビ由来のEVAソールが快適な歩きやすさを実現します。\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シャフト高さ：約9cm\u003c\/li\u003e\n                \u003cli\u003eヒール高さ：約5cm\u003c\/li\u003e\n                \u003cli\u003e重さ（片足）：約390g\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ライニング: 17mmのUGGplush™ (アップサイクルウール 80％、リヨセル 20％)\u003c\/li\u003e\n                \u003cli\u003eインソール: 17mmのUGGplush™ (アップサイクルウール 80％、リヨセル 20％)\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\u003eUGG Classic Ultra Mini Platform 1135092\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531481014590,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US6(23cm)","offer_id":53531481047358,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US7(24cm)","offer_id":53531481080126,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US8(25cm)","offer_id":53531481112894,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US9(26cm)","offer_id":53531481145662,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_6265d092-6d44-410d-ad47-02b67a6fe942.jpg?v=1779673190"},{"product_id":"161285677","title":"コーチメンズ　COACH  CHARLES CROSSBODY WITH VARSITY STRIPE  F26068   F23216【F23216　QBN3D】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH CHARLESを纏う品格\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e上質なレザーが織りなす深みのあるブラウンに、躍動感あふれるストライプが映えるデザイン。どんなスタイルにも馴染みながら、洗練された大人の個性を際立たせ、日常に彩りを加えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a8a296ae-8267-4f44-86be-9c4a1655a1ae.jpg?v=1779673192\" class=\"img-fluid d-block w-100 product-img\" alt=\"魅せるクロスボディ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e魅せるクロスボディ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eF23216 スマートな整理整頓\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\/0964\/2101\/9966\/files\/download_37d26bcb-8856-4d35-9e1a-18d4b0ea264c.jpg?v=1779673192\" class=\"img-fluid d-block w-100 product-img\" alt=\"機能美が光る内装\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e機能美が光る内装\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eF26068 身軽を叶えるサイズ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約28cm×29cmの絶妙なサイズ感は、身体に心地よくフィットし、デイリーユースで\u003cstrong\u003e両手を自由に使える快適さ\u003c\/strong\u003eをもたらします。調整可能なショルダーストラップで、どんな身長の方にも理想的なバランスで身につけられます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_92213048-9924-4087-8526-435aaf335e40.jpg?v=1779673192\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適なフィット感\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適なフィット感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e上質なレザーを使用しており、長くご愛用いただけます。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: レザー\u003c\/li\u003e\n                \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本体サイズ: 約横28cm x 縦29cm x マチ4cm\u003c\/li\u003e\n                    \u003cli\u003e収納: 長財布収納可能\u003c\/li\u003e\n                    \u003cli\u003eショルダーストラップ: 調整可能（ドロップ約60cm）\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外側:\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003e正面: ジップポケット×1\u003c\/li\u003e\n                            \u003cli\u003e背面: オープンポケット×1\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e内側:\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003eオープンポケット×2\u003c\/li\u003e\n                            \u003cli\u003eジップポケット×1\u003c\/li\u003e\n                            \u003cli\u003eホックボタンポケット×1\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード・型番\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品の型番は以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e型番: F26068, F23216\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":"COACH MEN'S","offers":[{"title":"【5~7営業日でご発送】","offer_id":53531481342270,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531481375038,"sku":null,"price":23800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a8a296ae-8267-4f44-86be-9c4a1655a1ae.jpg?v=1779673192"},{"product_id":"161285671","title":"コーチメンズ　COACH CHARLES FLIGHT BAG  F54788  F11741   F54782【F54782　MAH】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eCOACHメンズ 街を歩くスマートスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e上質なレザーが放つ艶と洗練されたフォルムは、ビジネスから休日のカジュアルまで、あらゆる装いに\u003cstrong\u003e品格を添えます\u003c\/strong\u003e。持つ人の個性を際立たせるCOACHフライトバッグです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a0050d20-21a2-431c-831e-4ab4f1eb981a.jpg?v=1779673196\" 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約7cmのマチは\u003cstrong\u003e長財布も無理なく収納\u003c\/strong\u003eし、必要最低限の荷物を\u003cstrong\u003eスマートに持ち運べます\u003c\/strong\u003e。調整可能なストラップで、どんな体型にも快適にフィットします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_946d182e-d00f-49e8-b788-85b656a851ff.jpg?v=1779673196\" 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\/0964\/2101\/9966\/files\/download_c8a2a707-75a2-413f-826c-655e6df1e093.jpg?v=1779673196\" class=\"img-fluid d-block w-100 product-img\" alt=\"スムーズな出し入れを追求\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eスムーズな出し入れを追求\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \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正面にジップポケット×1\u003c\/li\u003e\n        \u003cli\u003e内側にオープンポケット×1\u003c\/li\u003e\n        \u003cli\u003e背面にオープンポケット×1\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本体：約 横22cm x 縦26cm x マチ7cm\u003c\/li\u003e\n        \u003cli\u003eショルダーストラップ：調整可能（ドロップ）約60cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e上質で耐久性に優れたレザーを使用しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eレザー\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード・型番\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品の識別情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eF54788\u003c\/li\u003e\n        \u003cli\u003eF11741\u003c\/li\u003e\n        \u003cli\u003eF54782\u003c\/li\u003e\n        \u003cli\u003eF54782 MAH\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (情報がないため作成しません) --\u003e\n\n  \u003c!-- 注意事項セクション (情報がないため作成しません) --\u003e\n\n\u003c\/div\u003e","brand":"COACH MEN'S","offers":[{"title":"【5~7営業日でご発送】","offer_id":53531481604414,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531481637182,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a0050d20-21a2-431c-831e-4ab4f1eb981a.jpg?v=1779673196"},{"product_id":"161285655","title":"コーチメンズ長財布　COACH   ACCORDION WALLET IN SIGNATURE F58112　F75000【F58112　MABR】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACHの象徴、\u003cstrong\u003eシグネチャー柄\u003c\/strong\u003eが織りなす\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003e。PVCコーティングキャンバスと上質なレザーの組み合わせが、日常に\u003cstrong\u003e確かな品格と耐久性\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_8fa66c2a-d557-45f4-8dd6-5b6eac6934bf.jpg?v=1779673211\" 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カード12枚\u003c\/strong\u003e、\u003cstrong\u003e2つのお札入れ\u003c\/strong\u003e、\u003cstrong\u003eジップ式小銭入れ\u003c\/strong\u003e、そして2つのオープンポケットが広がります。約20cm×10cmの空間に、あなたの支払いを\u003cstrong\u003eスマートに、快適に収納\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4014efa5-1a8e-42b6-bc5b-9d924f5117a0.jpg?v=1779673211\" 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約2cmのマチが織りなす、この\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\/0964\/2101\/9966\/files\/download_c9ac73da-4982-45d9-bfd8-4a779854a5a7.jpg?v=1779673211\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る上質さと品格\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材と主な開閉形式です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: PVCコーティングキャンバス、レザー\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e開閉\u003c\/strong\u003e: ジップアラウンド開閉\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e製品の外寸は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e横幅\u003c\/strong\u003e: 約20cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e縦幅\u003c\/strong\u003e: 約10cm\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eマチ\u003c\/strong\u003e: 約2cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- サイズスペック表画像がある場合は以下の構造を使用 --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"__IMG_SIZE_CHART__\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズチャート\"\u003e\n        \u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e収納構成\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e内部と外部の収納スペースの構成です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eお札入れ\u003c\/strong\u003e: 2箇所\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eジップ式小銭入れ\u003c\/strong\u003e: 1箇所\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eオープンポケット\u003c\/strong\u003e: 2箇所\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eカードホルダー\u003c\/strong\u003e: 12箇所\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e外側スリットポケット\u003c\/strong\u003e: 1箇所\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の型番と商品コードです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e型番\u003c\/strong\u003e: F58112\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eその他商品コード\u003c\/strong\u003e: F75000, MABR\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - ※情報がないため今回は出力しません。 --\u003e\n\n  \u003c!-- 注意事項セクション (Notes) - ※情報がないため今回は出力しません。 --\u003e\n\n\u003c\/div\u003e","brand":"COACH MEN'S","offers":[{"title":"【5~7営業日でご発送】","offer_id":53531482259774,"sku":null,"price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531482292542,"sku":null,"price":14800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_8fa66c2a-d557-45f4-8dd6-5b6eac6934bf.jpg?v=1779673211"},{"product_id":"161285653","title":"コーチメンズ財布　COACH  COMPACT ID WALLET IN SIGNATURE  F74993【F74993　MABR】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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信頼のCOACHを手に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eコーチの象徴、\u003cstrong\u003eシグネチャー柄\u003c\/strong\u003eが輝くコンパクトIDウォレット。洗練されたデザインは、ビジネスシーンから休日のカジュアルまで、どんなスタイルにもスマートに馴染みます。必要なものをスマートに持ち運べる、大人の男性のための逸品です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a727e9de-a0be-4f87-919a-9f47e341e131.jpg?v=1779673213\" 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\u003ePVCコーティングキャンバスとレザー\u003c\/strong\u003eの組み合わせ。耐久性に優れ、日常使いの傷や汚れにも強い設計です。手に取るたびに感じる上質な質感は、持つ人の品格を引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_99eb3d64-73ee-4f04-a59a-4aa26a8a27f2.jpg?v=1779673213\" 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札入れ2つ、カードホルダー8つに加え、IDウィンドウ付きの\u003cstrong\u003e取り外し可能パスケース\u003c\/strong\u003eを搭載。抜群の収納力で、お財布の中身を常にスマートに整理。シーンに応じた使い分けが可能です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fcd8cb7f-4a62-4e8d-96c5-88675229fe7e.jpg?v=1779673213\" 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    \u003ch3 class=\"section-title\"\u003e製品仕様\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eこの商品の主な素材は以下の通りです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003ePVCコーティングキャンバス\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横幅: 約11cm\u003c\/li\u003e\n                \u003cli\u003e縦幅: 約9.5cm\u003c\/li\u003e\n                \u003cli\u003eマチ: 約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                \n                \u003cli\u003e内側:\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003eお札入れ×2\u003c\/li\u003e\n                        \u003cli\u003eスリットポケット×2\u003c\/li\u003e\n                        \u003cli\u003eカードホルダー×8\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e取り外し可能パスケース:\n                    \u003cul class=\"basic-list\"\u003e\n                        \u003cli\u003eIDウィンドウ\u003c\/li\u003e\n                        \u003cli\u003eカードホルダー×2\u003c\/li\u003e\n                        \u003cli\u003eスリットポケット\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード \/ 型番\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eこの商品のコードと型番です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e型番: F74993\u003c\/li\u003e\n                \u003cli\u003e商品コード: F74993 MABR\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"COACH MEN'S","offers":[{"title":"【5~7営業日でご発送】","offer_id":53531482390846,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531482423614,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a727e9de-a0be-4f87-919a-9f47e341e131.jpg?v=1779673213"},{"product_id":"161285648","title":"コーチ　メンズ　レディース兼用　COACH GRAHAM CROSSBODY WITH TRAVEL PATCHES【F50715　QBTN2】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003ch1 class=\"product-name\"\u003eコーチ　メンズ　レディース兼用　COACH GRAHAM CROSSBODY WITH TRAVEL PATCHES【F50715　QBTN2】\u003c\/h1\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練されたCOACHシグネチャー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eCOACHのアイコニックなシグネチャー柄と上質なレザーが融合。持つ人の品格を引き立てる、\u003cstrong\u003eタイムレスなデザイン\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_12ad52cd-c427-4d25-9dfd-255a30c5b999.jpg?v=1779673216\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練されたCOACHシグネチャー\"\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約横23cmのコンパクトなサイズ感ながら、\u003cstrong\u003e長財布も収まる優れた収納力\u003c\/strong\u003e。ダブルジップと複数ポケットで、小物の整理も完璧です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f3c3e6c8-2d39-4204-b050-fabe3cfc5254.jpg?v=1779673216\" 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\/0964\/2101\/9966\/files\/download_12034ac3-e66b-442c-be27-644c674d811a.jpg?v=1779673216\" class=\"img-fluid d-block w-100 product-img\" alt=\"アクティブな毎日を快適に\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e自由でストレスフリー\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の素材に関する詳細です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: レザー\u003c\/li\u003e\n            \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本体: 約横23cm x 縦15cm x マチ5.5cm\u003c\/li\u003e\n                \u003cli\u003e収納目安: 長財布収納可能\u003c\/li\u003e\n                \u003cli\u003eショルダーストラップ: 取り外し・調整可能 (ドロップ約58cm)\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ポケット:\n                    \u003cul\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\/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\u003eF72945\u003c\/li\u003e\n                \u003cli\u003eF72947\u003c\/li\u003e\n                \u003cli\u003eF39946\u003c\/li\u003e\n                \u003cli\u003eF50715\u003c\/li\u003e\n                \u003cli\u003eF50713\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) - 情報が提供されていないため作成しません --\u003e\n    \u003c!-- 注意事項セクション (Notes) - 情報が提供されていないため作成しません --\u003e\n\u003c\/div\u003e","brand":"COACH MEN'S","offers":[{"title":"【5~7営業日でご発送】","offer_id":53531482652990,"sku":null,"price":18800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531482685758,"sku":null,"price":18800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_12ad52cd-c427-4d25-9dfd-255a30c5b999.jpg?v=1779673216"},{"product_id":"190060808","title":"COACH★MINI ROWAN CROSSBODY CW331","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH ミニクロスボディ 上品2WAY\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eシグネチャーパターンと上質なレザーが織りなす洗練されたデザイン。ハンドバッグとしても、取り外し可能なストラップでショルダーとしても楽しめる2WAY仕様。日常の様々なシーンにフィットし、装いを\u003cstrong\u003e格上げ\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4575c874-ce74-4221-b446-c0d8730e7342.jpg?v=1779673236\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH ミニクロスボディ\"\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汚れに強いCOACH 上質ミニ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e汚れや傷に強いPVCコーティングキャンバスと、しなやかなレザーの組み合わせです。毎日のお出かけに気兼ねなく持ち出せ、美しさを\u003cstrong\u003e長く保ちます\u003c\/strong\u003e。COACHのロゴが上品に輝き、持つ人の個性を引き立てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2fe6fc34-1818-4bc7-8cec-0fae3731a575.jpg?v=1779673236\" class=\"img-fluid d-block w-100 product-img\" alt=\"汚れに強いCOACH 上質ミニ\"\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できます。重さわずか400gで、軽快にお出かけを楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e35f3866-7854-4b04-ad35-ed092cdea369.jpg?v=1779673236\" 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\u003eCOACHファクトリーストアより「MINI ROWAN CROSSBODY」の登場です。上品でエレガントなデザインと実用性を兼ね備えています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e上品でエレガントなデザインのキュートなサイズ感\u003c\/li\u003e\n          \u003cli\u003eストラップを外せばハンドバッグ、付ければショルダーバッグになる2WAY仕様\u003c\/li\u003e\n          \u003cli\u003eデイリーユースからパーティまで、幅広いシーンで活躍\u003c\/li\u003e\n          \u003cli\u003eジップ開閉で中の荷物をしっかり保護\u003c\/li\u003e\n          \u003cli\u003e便利なカードポケットが2つ付属\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e【買付け地】\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eアメリカCOACH直営ファクトリーストア（アウトレット）\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素材：PVCコーティングキャンバス×レザー\u003c\/li\u003e\n          \u003cli\u003e特徴：汚れに強く、普段使いに最適\u003c\/li\u003e\n          \u003cli\u003e重さ：約400g\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本体：約横18cm x 縦12cm x マチ10cm\u003c\/li\u003e\n          \u003cli\u003eハンドル（ドロップ）：約7cm\u003c\/li\u003e\n          \u003cli\u003e取り外し調整可能ショルダーストラップ（ドロップ）：約40〜60cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/via.placeholder.com\/600x400?text=SIZE+CHART\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズチャート\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本商品の管理コードです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e型番：CW331\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e※COACH直営ファクトリーストアの商品には保存袋は付属しておりません。予めご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】 \/ CW331 SVPWH","offer_id":53531490910526,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CW331 IMQRX","offer_id":53531490943294,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CW331 SVPWH","offer_id":53531490976062,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CW331 IMQRX","offer_id":53531491008830,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4575c874-ce74-4221-b446-c0d8730e7342.jpg?v=1779673236"},{"product_id":"190055746","title":"COACH★ANDREA CARRYALL IN SIGNATURE CANVAS CP083","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH定番の\u003cstrong\u003eシグネチャー柄\u003c\/strong\u003eとスタイリッシュなフォルムが、洗練された大人の日常を演出します。付属のストラップを付ければ、\u003cstrong\u003eハンドバッグからショルダーへとスタイルが自在に変化\u003c\/strong\u003eします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_453e22b6-f224-4323-8d32-09bd41114875.jpg?v=1779673238\" 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\/0964\/2101\/9966\/files\/download_72710441-8778-4efc-9b05-f2c5a97296d7.jpg?v=1779673237\" 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細部に宿る上質CP083\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003ePVCコーティングレザー\u003c\/strong\u003eの艶やかな光沢と、煌めくCOACHのロゴが、持つ人の品格をさらに引き立てます。一つ一つのディテールにブランドの確かなこだわりが息づいています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b313ec0f-2eb8-48f0-97c4-ae7637312fb2.jpg?v=1779673237\" 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高級感と機能性を兼ね備えたANDREA CARRYALLの特長です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e高級感のあるレザーとスタイリッシュなフォルム\u003c\/li\u003e\n                    \u003cli\u003eCOACH定番のシグネチャー柄\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\n\u003cstrong\u003e素材\u003c\/strong\u003e: PVCコーティングレザー\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e重さ\u003c\/strong\u003e: 535g\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e型番\u003c\/strong\u003e: CP083\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e買付け地\u003c\/strong\u003e: アメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e商品の寸法情報です。お手持ちのアイテムと比較してご検討ください。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e項目\u003c\/th\u003e\n                                \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e本体サイズ\u003c\/td\u003e\n                                \u003ctd\u003e約横上部21cm\/下部26cm × 縦18cm × 幅10cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e持ち手の長さ\u003c\/td\u003e\n                                \u003ctd\u003e約107〜126cm (3cmごとに7段階で調節可)\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eバッグの開閉方法と内装について。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e開閉\u003c\/strong\u003e: ジップ開閉\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e内側\u003c\/strong\u003e: オープンポケット × 1\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入にあたっての注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eCOACH直営ファクトリーストアの商品は入れ替わりが早いため、お早めのご検討をおすすめします。\u003c\/li\u003e\n            \u003cli\u003eCOACH直営ファクトリーストアの商品には、元々保存袋は付属しておりません。予めご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】 \/ CP083 IMAA8","offer_id":53531491041598,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CP083 IME74","offer_id":53531491074366,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CP083 IMAA8","offer_id":53531491107134,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CP083 IME74","offer_id":53531491139902,"sku":null,"price":26800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b82c4c35-fb43-4887-b944-0a574e292caa.jpg?v=1779673237"},{"product_id":"190032252","title":"COACH★GALLERY TOTE IN SIGNATURE CANVAS CH504","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eコーチ シグネチャー通勤トート\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e都会的な毎日を彩る\u003c\/strong\u003e、コーチのギャラリートート。\u003cstrong\u003e洗練されたシグネチャー柄\u003c\/strong\u003eが品格を醸し出し、ビジネスシーンから休日のお出かけまで、\u003cstrong\u003eあらゆる装いに溶け込みます\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2cc5d95c-2548-4a3f-8a25-014f51ff9c44.jpg?v=1779673243\" 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\"\u003eA4対応 大容量スマート収納\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e忙しい日々をサポートする、\u003cstrong\u003e頼れる収納力\u003c\/strong\u003eが魅力。A4ファイルやPCもすっぽり収まり、内側の豊富なポケットで小物も迷子になりません。\u003cstrong\u003eジップ開閉で大切な荷物を守ります\u003c\/strong\u003e。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_1ab250e8-affb-47ab-8e97-b64288c92393.jpg?v=1779673244\" class=\"img-fluid d-block w-100 product-img\" alt=\"A4対応 大容量スマート収納\"\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丈夫なPVCコーティングキャンバス\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\/0964\/2101\/9966\/files\/download_47353865-3079-4078-a9cc-2d8daba1d72e.jpg?v=1779673243\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質素材が魅せる高見え感\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e品格を纏うCOACHの証\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\u003eA4サイズが入る大きめのトートで収納力抜群\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\n\u003cstrong\u003e素材:\u003c\/strong\u003e PVCコーティングキャンバス×レザー\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e買付け地:\u003c\/strong\u003e アメリカＣＯＡＣＨ直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細・重さ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e本体サイズ:\u003c\/strong\u003e 約横上部40cm\/下部36cm×縦25cm×幅14cm\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e持ち手の長さ:\u003c\/strong\u003e 約62.5cm\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e重さ:\u003c\/strong\u003e 760g\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e仕様・機能\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e開閉:\u003c\/strong\u003e ジップ開閉\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e内側:\u003c\/strong\u003e ジップポケット×１、オープンポケット×２\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e背面:\u003c\/strong\u003e ジップポケット×１\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e製品情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e型番:\u003c\/strong\u003e CH504\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e商品名:\u003c\/strong\u003e GALLERY TOTE IN SIGNATURE CANVAS\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ＣＯＡＣＨ直営ファクトリーストアの商品には元々、保存袋は付属しておりません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】 \/ CH504 IMAA8","offer_id":53531491467582,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CH504 IMDQC","offer_id":53531491500350,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CH504 IME74","offer_id":53531491533118,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CH504 IMAA8","offer_id":53531491565886,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CH504 IMDQC","offer_id":53531491598654,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CH504 IME74","offer_id":53531491631422,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_8f3011a2-e95e-4224-a259-e711a518dbc0.jpg?v=1779673244"},{"product_id":"190030805","title":"COACH★MEDIUM GRACE WALLET  CC059 CC060  CC061","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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毎日を彩るCOACHのミニ財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e上質なレザー\u003c\/strong\u003eと\u003cstrong\u003ePVCコーティングキャンバス\u003c\/strong\u003eに、\u003cstrong\u003eアイコニックなホース アンド キャリッジの留め金具\u003c\/strong\u003eが輝きます。\u003cstrong\u003e多彩なカラー展開\u003c\/strong\u003eが魅力で、あなたのスタイルを格上げします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f7f2dfad-f6ce-461d-bc5d-ae31479dc95a.jpg?v=1779673247\" 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や\u003cstrong\u003e6枚のカードホルダー\u003c\/strong\u003eを完備。\u003cstrong\u003eスナップボタン開閉\u003c\/strong\u003eで、必要なものがスムーズに取り出せます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2ab3073b-b738-45de-b56f-32f831fa5a59.jpg?v=1779673247\" 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縦8.5cm×横13.5cm\u003c\/strong\u003eのボディに、\u003cstrong\u003e日本札対応のお札入れ\u003c\/strong\u003eや\u003cstrong\u003eパスケース\u003c\/strong\u003eを機能的に配置。日々の必需品を整理し、\u003cstrong\u003e飽きずに長くご愛用\u003c\/strong\u003eいただけます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fc961ea8-eaba-43b2-b482-978c41650706.jpg?v=1779673247\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e計算された使い心地\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eＣＯＡＣＨファクトリーストアより大人気！レザーにホース アンド キャリッジの留め金具がアクセントになった二つ折り財布です。スナップボタン開閉で出し入れがラクラク、機能性に優れ長くお使いいただけます。ＣＯＡＣＨファクトリーストアの商品は入れ替わりが早いためにお早めにどうぞ。\u003c\/p\u003e\n      \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\u003e6枚のカードホルダーとオープンポケットで充実収納\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本体: 約 縦8.5cm × 横13.5cm × マチ2cm\u003c\/li\u003e\n        \u003cli\u003e重さ: 約 140g\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\u003eCC059 \/ CC061: レザー\u003c\/li\u003e\n        \u003cli\u003eCC060: PVCコーティングキャンバス × レザー\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e買付け地:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eアメリカCOACH直営店\u003c\/li\u003e\n        \u003cli\u003eアメリカCOACH直営ファクトリーストア（アウトレット）\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内側: お札入れ × 1 (日本札収納可能)\u003c\/li\u003e\n        \u003cli\u003e内側: オープンポケット × 2\u003c\/li\u003e\n        \u003cli\u003e内側: カードホルダー × 6\u003c\/li\u003e\n        \u003cli\u003e内側: パスケース × 1\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e大切な商品に付属するものです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eケアカード\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e品番 \/ 型番\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e商品識別情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eCC059\u003c\/li\u003e\n        \u003cli\u003eCC060\u003c\/li\u003e\n        \u003cli\u003eCC061\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】 \/ CC059-IMBLK","offer_id":53531491664190,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CC059-IMCCF","offer_id":53531491696958,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CC059-IMGRT","offer_id":53531491729726,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CC060-IMOSN","offer_id":53531491762494,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CC061-IMP2Z","offer_id":53531491795262,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CC059-IMVGF","offer_id":53531491828030,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CC060-IMOTV","offer_id":53531491860798,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CC060-SVVSB","offer_id":53531491893566,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ CC059-IMBLK","offer_id":53531491926334,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CC059-IMCCF","offer_id":53531491959102,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CC059-IMGRT","offer_id":53531491991870,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CC060-IMOSN","offer_id":53531492024638,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CC061-IMP2Z","offer_id":53531492057406,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CC059-IMVGF","offer_id":53531492090174,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CC060-IMOTV","offer_id":53531492122942,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CC060-SVVSB","offer_id":53531492155710,"sku":null,"price":17800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f7f2dfad-f6ce-461d-bc5d-ae31479dc95a.jpg?v=1779673247"},{"product_id":"190030558","title":"COACH★MEDIUM CORNER ZIP WALLET  C0082","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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。COACHシグネチャー柄が上品な個性を放ち、手のひらに収まるサイズ感で、\u003cstrong\u003eスマートな日常\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_552c2e98-3146-44bd-a159-c201e703d6cb.jpg?v=1779673248\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACHミニ財布 外観イメージ\"\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お札、カード7枚、パスケースも美しく収まる\u003cstrong\u003e機能的な内装\u003c\/strong\u003eです。スナップボタン開閉で、必要なものが\u003cstrong\u003eスムーズに取り出せ\u003c\/strong\u003e、毎日の使いやすさを実感できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_aab50e7b-c1ae-49a7-9a76-2724f9280941.jpg?v=1779673248\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACHミニ財布 内装イメージ\"\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\"\u003ePVCコーティングキャンバスが傷や汚れから大切なウォレットを守ります。\u003cstrong\u003e耐久性に優れ\u003c\/strong\u003e、長く愛用できるので、時間とともにさらに愛着が深まることでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a789adf0-b35f-48f8-8f30-2b97df571f36.jpg?v=1779673248\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACHミニ財布 素材感イメージ\"\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\u003eCOACHファクトリーストアより、人気の二つ折り財布最新モデルです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003ePVCコーティングキャンバス製で傷や汚れに強い\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横: 約13.5cm\u003c\/li\u003e\n          \u003cli\u003e縦: 約9cm\u003c\/li\u003e\n          \u003cli\u003eマチ: 約3cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約120g\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素材: PVCコーティングキャンバス\u003c\/li\u003e\n          \u003cli\u003e買付け地: アメリカCOACH直営店、アメリカCOACH直営ファクトリーストア（アウトレット）\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内側:\n            \u003cul\u003e\n              \u003cli\u003eお札入れ×1 (日本札収納可能)\u003c\/li\u003e\n              \u003cli\u003eオープンポケット×2\u003c\/li\u003e\n              \u003cli\u003eカードホルダー×7\u003c\/li\u003e\n              \u003cli\u003eパスケース×1\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品には以下の付属品が同梱されています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eケアカード\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e型番・商品コード\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の特定情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e型番: C0082\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":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】 \/ C0082 IMRVQ","offer_id":53531492188478,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ C0082 SVDK6","offer_id":53531492221246,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ C0082 IME74","offer_id":53531492254014,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ C0082 IMDJ8","offer_id":53531492286782,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ C0082 IMRVQ","offer_id":53531492319550,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C0082 SVDK6","offer_id":53531492352318,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C0082 IME74","offer_id":53531492385086,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C0082 IMDJ8","offer_id":53531492417854,"sku":null,"price":15800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_552c2e98-3146-44bd-a159-c201e703d6cb.jpg?v=1779673248"},{"product_id":"190029699","title":"COACH★SNAP WALLET C2862　CF522　CM216","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH彩る、私だけのウォレット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eCOACHならではの\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003eが、毎日の装いに品格をもたらします。豊富なカラーとパターンから、あなたの個性を引き立てる一つを見つけてください。持つだけで心が躍る、そんな特別な出会いを約束します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_c0dd0d93-3744-4967-850a-67572b4b0d99.jpg?v=1779673251\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eCOACHが叶える、私らしいスタイル\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\/0964\/2101\/9966\/files\/download_f2aef3a9-3182-4e54-83d0-5e5ae9718ff9.jpg?v=1779673251\" 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約95gという驚くほどの軽さが、どんな小さなバッグにもすっきりと収まります。必要なものをスマートに整理できる内装は、\u003cstrong\u003eIDポケットを含む3つのカードポケットと2つのオープンポケット\u003c\/strong\u003eを備え、快適な使い心地を追求しました。\u003cstrong\u003e長年愛用できる確かな品質\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e6167b54-7f92-4bad-95c4-7d4853181173.jpg?v=1779673251\" 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    \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\u003eCOACHファクトリーストア発のコンパクトで使いやすい二つ折り財布\u003c\/li\u003e\n                \u003cli\u003eキュートなデザインで、日常に華やかさを添えます\u003c\/li\u003e\n                \u003cli\u003e機能的に優れており、長くご愛用いただけます\u003c\/li\u003e\n                \u003cli\u003eCOACHファクトリーストアの商品は入れ替わりが早いため、お早めのご検討をおすすめします\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e上質なレザーを使用し、耐久性と美しさを両立。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材：レザー\u003c\/li\u003e\n                \u003cli\u003eシボ加工により柔らかく、傷が目立ちにくいペブルレザーを採用\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ・重さ\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e手のひらに収まるコンパクトサイズで、持ち運びにも便利です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e約 横10.5cm×縦9cm×厚み3cm\u003c\/li\u003e\n                \u003cli\u003e重さ：約95g\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内側：お札入れ×1、オープンポケット×2、カードポケット×3、IDポケット×1\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            \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アメリカCOACH直営店\u003c\/li\u003e\n                \u003cli\u003eアメリカCOACH直営ファクトリーストア（アウトレット）\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\u003eC2862\u003c\/li\u003e\n                \u003cli\u003eCF522\u003c\/li\u003e\n                \u003cli\u003eCM216\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】 \/ C2862 IMBLK","offer_id":53531492450622,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ C2862 IMCHK","offer_id":53531492483390,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ C2862 IMKEL","offer_id":53531492516158,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ C2862 IMR1W","offer_id":53531492548926,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ C2862 IMT9Z","offer_id":53531492581694,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CF522 IMCHK","offer_id":53531492614462,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CF522 IMGRN","offer_id":53531492647230,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CM216 IMBLK","offer_id":53531492679998,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ CM216 SVTP","offer_id":53531492712766,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ C2862 IMBLK","offer_id":53531492745534,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C2862 IMCHK","offer_id":53531492778302,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C2862 IMKEL","offer_id":53531492811070,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C2862 IMR1W","offer_id":53531492843838,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ C2862 IMT9Z","offer_id":53531492876606,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CF522 IMCHK","offer_id":53531492909374,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CF522 IMGRN","offer_id":53531492942142,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM216 IMBLK","offer_id":53531492974910,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ CM216 SVTP","offer_id":53531493007678,"sku":null,"price":16800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_c0dd0d93-3744-4967-850a-67572b4b0d99.jpg?v=1779673251"},{"product_id":"190021742","title":"COACH★ZIP TOP TOTE 4455","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACHシグネチャー上品トート\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eCOACHの象徴的なシグネチャー柄が、日々の装いに\u003cstrong\u003e洗練された印象\u003c\/strong\u003eをプラスします。どんなスタイルにも馴染む\u003cstrong\u003e普遍的なデザイン\u003c\/strong\u003eは、上質な日常を彩る頼れる存在です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a45aa0fb-c833-466e-9b53-b5aade081572.jpg?v=1779673253\" 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\"\u003eA4も収まる軽量ビジネスバッグ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e約520gと\u003cstrong\u003e軽量\u003c\/strong\u003eながら、A4ファイルやノートPCも余裕で収まる\u003cstrong\u003e大容量設計\u003c\/strong\u003e。スマートに自立する美しいフォルムは、忙しいビジネスシーンでも\u003cstrong\u003e機能美\u003c\/strong\u003eを発揮します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2fc383ea-488b-4bc4-80be-b06acb682634.jpg?v=1779673253\" 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が大切な荷物をしっかりと守り、移動中も安心です。内側にはジップポケットとオープンポケットが計3つあり、小物類を\u003cstrong\u003eスマートに整理整頓\u003c\/strong\u003eできる設計です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_8205a8ed-e986-404e-a590-aeb513c11cb9.jpg?v=1779673253\" 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\u003eCOACHの人気トートバッグ、ZIP TOP TOTE 4455のご紹介です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e定番のシグネチャー柄で、どんなスタイルにも合わせやすいデザイン\u003c\/li\u003e\n                    \u003cli\u003eジップ開閉でA4サイズ収納可能。ビジネスシーンや日常使いに最適\u003c\/li\u003e\n                    \u003cli\u003e約520gと軽量で、使い勝手抜群\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横上部: 約37cm\u003c\/li\u003e\n                    \u003cli\u003e横下部: 約29cm\u003c\/li\u003e\n                    \u003cli\u003e縦: 約26cm\u003c\/li\u003e\n                    \u003cli\u003eマチ: 約11cm\u003c\/li\u003e\n                    \u003cli\u003e持ち手（ドロップ）: 約21cm\u003c\/li\u003e\n                    \u003cli\u003e重さ: 約520g\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素材: PVCコーティングキャンバス\/レザー\u003c\/li\u003e\n                    \u003cli\u003e開閉: ジップ開閉\u003c\/li\u003e\n                    \u003cli\u003e内側: ジップポケット×1、オープンポケット×2\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e型番: 4455\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入の前に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e本製品はアメリカCOACH直営店またはアメリカCOACH直営ファクトリーストア（アウトレット）にて買い付けております。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003eCOACH直営ファクトリーストア（アウトレット）の商品には、元々保存袋は付属しておりません。\u003c\/li\u003e\n            \u003cli\u003eファクトリーストアの商品は入れ替わりが早いため、お早めのご検討をお勧めいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】 \/ 4455 IMAA8","offer_id":53531493040446,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ 4455 IMDQC","offer_id":53531493073214,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"【5営業日前後でご発送】 \/ 4455 IME74","offer_id":53531493105982,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】 \/ 4455 IMAA8","offer_id":53531493138750,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ 4455 IMDQC","offer_id":53531493171518,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"【1〜2日間でご発送】 \/ 4455 IME74","offer_id":53531493204286,"sku":null,"price":19800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4e1b4d9d-331f-4397-9642-38045afb0725.jpg?v=1779673254"},{"product_id":"189946369","title":"COACH★MEDIUM CORNER ZIP WALLET  【6390 SVQD】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH 上質ミニ財布の佇まい\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e緻密なシボ感が美しいPVCコーティングキャンバスは、\u003cstrong\u003e傷や汚れに強く\u003c\/strong\u003e、日々の使用にも安心。上品な輝きと耐久性を両立した逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_6e397e30-74af-4794-9c22-4aeccb0d56a3.jpg?v=1779673259\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e日常に溶け込むCOACHの美\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スナップボタン開閉で中身にスマートアクセス。カード7枚、パスケース、お札入れ、ポケットを完備し、必要なものがすべて\u003cstrong\u003e美しく整理整頓\u003c\/strong\u003eできます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_d4761563-8aaf-4443-8c19-129bf02229b2.jpg?v=1779673259\" 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マチ3cmのスリムな設計は、ミニバッグやポケットにもすっきり収まります。約120gの軽さで、どこへでも\u003cstrong\u003e身軽にお出かけ\u003c\/strong\u003eを楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2e75b72a-9ce1-4080-abad-d40894720010.jpg?v=1779673259\" 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\u003eCOACHファクトリーストアより大人気の二つ折り財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e傷や汚れに強く、高級感のあるPVCコーティングキャンバス製\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内側収納:\n            \u003cul class=\"basic-list\"\u003e\n              \u003cli\u003eお札入れ×1 (日本札収納可能)\u003c\/li\u003e\n              \u003cli\u003eオープンポケット×2\u003c\/li\u003e\n              \u003cli\u003eカードホルダー×7\u003c\/li\u003e\n              \u003cli\u003eパスケース×1\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003ePVCコーティングキャンバス\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本体サイズ: 約 横13cm x 縦9cm x マチ3cm\u003c\/li\u003e\n          \u003cli\u003e重さ: 約120g\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eケアカード\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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アメリカCOACH直営店\u003c\/li\u003e\n          \u003cli\u003eアメリカCOACH直営ファクトリーストア（アウトレット）\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型番: 6390\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":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531493695806,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531493728574,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_6e397e30-74af-4794-9c22-4aeccb0d56a3.jpg?v=1779673259"},{"product_id":"189923092","title":"COACH★MEDIUM CORNER ZIP WALLET  【6390 IMTAU】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH二つ折り財布 上品な佇まい\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e傷や汚れに強い\u003cstrong\u003ePVCコーティングキャンバス\u003c\/strong\u003eを採用した、洗練されたデザイン。持つ人の品格を引き立てる、タイムレスな魅力が凝縮されています。日常使いから特別な日まで寄り添う逸品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_420b9e4e-d40b-4d33-a8c2-0e576c0831d0.jpg?v=1779673260\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH二つ折り財布 外観\"\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で必要なものがすぐに取り出せます。お札入れ、カードホルダー7つ、パスケースなど、コンパクトながらも驚きの収納力で、お財布の中をいつもすっきり保てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_62d0d9ff-2e0f-45a8-8cb2-1e13b4c0c5fc.jpg?v=1779673260\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH二つ折り財布 開いた状態\"\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\"\u003eCOACHウォレット 使うほどに愛着\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e細部に宿る丁寧な職人技が、長くご愛用いただける品質を約束します。機能的な設計と耐久性に優れた素材で、日々の使用に耐える美しさと実用性を両立しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_96d7d87b-7e0d-4682-8b56-fa5a1ee6a4f8.jpg?v=1779673261\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH二つ折り財布 細部\"\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\u003eCOACHファクトリーストアより大人気の二つ折り財布です。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e傷や汚れに強いPVCコーティングキャンバスを採用\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        \u003cp\u003eCOACHファクトリーストアの商品は入れ替わりが早いため、お早めにご検討ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e詳細仕様・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eコンパクトながらも充実の収納力を誇ります。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e開閉：スナップボタン\u003c\/li\u003e\n          \u003cli\u003e内側：お札入れ x 1 (日本札収納可能)\u003c\/li\u003e\n          \u003cli\u003e内側：オープンポケット x 2\u003c\/li\u003e\n          \u003cli\u003e内側：カードホルダー x 7\u003c\/li\u003e\n          \u003cli\u003e内側：パスケース x 1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e耐久性と美しさを兼ね備えた素材を使用しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003ePVCコーティングキャンバス\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横：約13cm\u003c\/li\u003e\n          \u003cli\u003e縦：約9cm\u003c\/li\u003e\n          \u003cli\u003eマチ：約3cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約120g\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- スペック・詳細セクションで大きな図版（サイズ表）がある場合の例 --\u003e\n        \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"__IMG_clothing_size_chart__\" alt=\"サイズチャート\"\u003e\n        \u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品と共にお届けする付属品です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eケアカード\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品コード・型番\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本商品の識別情報です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e型番：6390\u003c\/li\u003e\n          \u003cli\u003e商品コード：6390 IMTAU\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信頼のおける現地COACHストアより買い付けております。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eアメリカCOACH直営店\u003c\/li\u003e\n          \u003cli\u003eアメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n  \u003c!-- スペック・詳細セクション 終わり --\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531493826878,"sku":null,"price":14800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531493859646,"sku":null,"price":14800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_420b9e4e-d40b-4d33-a8c2-0e576c0831d0.jpg?v=1779673260"},{"product_id":"187331519","title":"COACH★MEDIUM CORNER ZIP WALLET  【CW786  SVPWH】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH 上品なコンパクト財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eCOACHのシグネチャー柄と洗練されたデザインが、どんなスタイルにも馴染む\u003cstrong\u003e上質感を演出\u003c\/strong\u003eします。手のひらサイズでバッグにスマートに収まり、日常に華やぎを添える存在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b4e6e436-898d-4533-9860-6cd49110e711.jpg?v=1779673264\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH 上品なコンパクト財布\"\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\u003e7つのカードホルダー\u003c\/strong\u003e、\u003cstrong\u003eパスケース\u003c\/strong\u003eを備え、必要なものがきちんと収まります。お会計ももたつくことなく、スマートに済ませられます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4bda82f3-6c6d-4914-a545-92b53e7ec407.jpg?v=1779673264\" 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\u003ePVCコーティングキャンバス素材\u003c\/strong\u003eが、日常使いの安心感を高めます。COACHのエンブレムが輝き、細部までこだわり抜かれたディテールが、\u003cstrong\u003e永くお使いいただける品質\u003c\/strong\u003eを証明します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b34a8727-2e90-4cca-a837-4c626565b34a.jpg?v=1779673264\" 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\u003eCOACHファクトリーストアより大人気！二つ折財布です！\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e傷や汚れに強く高級感のあるPVCコーティングキャンバス素材\u003c\/li\u003e\n        \u003cli\u003e飽きの来ない洗練されたデザイン\u003c\/li\u003e\n        \u003cli\u003eスナップボタン開閉で出し入れスムーズ\u003c\/li\u003e\n        \u003cli\u003e日本札対応のお札入れ、パスケース、カードホルダー7つなど充実の収納\u003c\/li\u003e\n        \u003cli\u003e機能的に優れ、長く愛用できる設計\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eCOACHファクトリーストアの商品は入れ替わりが早いためにお早めにどうぞ。\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素材：PVCコーティングキャンバス\u003c\/li\u003e\n        \u003cli\u003e買付け地：アメリカCOACH直営店、アメリカCOACH直営ファクトリーストア（アウトレット）\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約 横13cm x 縦9cm x マチ3cm\u003c\/li\u003e\n        \u003cli\u003e重さ：120g\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003c!-- サイズ表の画像があればここに配置 --\u003e\n        \u003c!-- \u003cimg src=\"[Image of clothing size chart]\" alt=\"サイズ詳細図\"\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eスナップボタン開閉式\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e内側：お札入れ×1 (日本札収納可能）\u003c\/li\u003e\n        \u003cli\u003eオープンポケット×2\u003c\/li\u003e\n        \u003cli\u003eカードホルダー×7\u003c\/li\u003e\n        \u003cli\u003eパスケース×1\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e付属品・型番\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e付属品：ケアカード\u003c\/li\u003e\n        \u003cli\u003e型番：CW786\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531494089022,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531494121790,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b4e6e436-898d-4533-9860-6cd49110e711.jpg?v=1779673264"},{"product_id":"187331386","title":"COACH★MEDIUM CORNER ZIP WALLET  【CW786  IMXHE】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACHシグネチャー 上品な装い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eCOACHの象徴的なデザインが目を引く二つ折りウォレット。PVCコーティングキャンバス素材が、\u003cstrong\u003e傷や汚れに強く\u003c\/strong\u003e、\u003cstrong\u003e日常使いの美しさを長く保ちます\u003c\/strong\u003e。飽きの来ない洗練されたデザインで、手元を優雅に彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2ec936aa-bdde-4a11-95ac-8f1d8c4c87fc.jpg?v=1779673265\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACHシグネチャーウォレット\"\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\/0964\/2101\/9966\/files\/download_bb664862-81e3-49da-8ae3-b2fc659f4c75.jpg?v=1779673265\" 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約13cmの横幅\u003c\/strong\u003eに凝縮された、\u003cstrong\u003eスマートなサイズ感\u003c\/strong\u003e。\u003cstrong\u003eマチ3cmのコンパクトなボディ\u003c\/strong\u003eに小銭入れも備え、\u003cstrong\u003e小さなバッグにもすっきり収まります\u003c\/strong\u003e。どこへでも連れて行きたくなる頼れるミニウォレットです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_8486c508-90cf-4287-a6d1-8c486a81e237.jpg?v=1779673265\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウォレットコンパクトサイズ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された大人のミニ財布\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section spec-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\u003eCOACHの二つ折り財布「MEDIUM CORNER ZIP WALLET CW786」は、COACHファクトリーストアより入荷した大人気アイテムです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003ePVCコーティングキャンバス素材で、傷や汚れに強く高級感のある仕上がり\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内側：お札入れ × 1 (日本札収納可能)\u003c\/li\u003e\n          \u003cli\u003e内側：オープンポケット × 2\u003c\/li\u003e\n          \u003cli\u003e内側：カードホルダー × 7\u003c\/li\u003e\n          \u003cli\u003e内側：パスケース × 1\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・付属品\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e上質な素材を使用しており、製品の品質を保証するケアカードが付属します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材：PVCコーティングキャンバス\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サイズ：約 横13cm × 縦9cm × マチ3cm\u003c\/li\u003e\n          \u003cli\u003e重さ：約120g\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信頼できるアメリカのCOACH直営店およびファクトリーストアから買い付けた正規品です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e買付地：アメリカCOACH直営店、アメリカCOACH直営ファクトリーストア（アウトレット）\u003c\/li\u003e\n          \u003cli\u003e型番：CW786\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531494154558,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531494187326,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2ec936aa-bdde-4a11-95ac-8f1d8c4c87fc.jpg?v=1779673265"},{"product_id":"187331350","title":"COACH★MEDIUM CORNER ZIP WALLET  【CW786  IMXDM】","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; 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\"\u003eCOACH 上品な二つ折り財布\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e上質な\u003cstrong\u003ePVCコーティングキャンバス\u003c\/strong\u003eが、傷や汚れに強い耐久性を実現。飽きの来ないCOACHシグネチャーデザインで、日々に洗練された輝きを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_77be4443-6b78-4214-8233-5a32a6e692c9.jpg?v=1779673267\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACH 上品な二つ折り財布\"\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コンパクトなボディに、お札入れ、パスケース、カード7枚を\u003cstrong\u003e機能的に収納\u003c\/strong\u003e。スナップボタン開閉で出し入れもスムーズ、日常をスマートにサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fbbeddba-5a88-49d7-86d2-06df6ab4067b.jpg?v=1779673267\" 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煌めくCOACHの輝き\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eアイコニックなCOACHロゴが、きらめく\u003cstrong\u003eゴールドの輝き\u003c\/strong\u003eを放ちます。細部に宿る丁寧な作りが、手元に洗練された品格を添え、本物の価値を語りかけます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_7fe112e0-2848-4f22-bd7e-462646bc6d37.jpg?v=1779673267\" class=\"img-fluid d-block w-100 product-img\" alt=\"煌めくCOACHの輝き\"\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\u003eCOACHファクトリーストアより大人気、使いやすい二つ折財布です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e傷や汚れに強く、高級感のあるPVCコーティングキャンバス製\u003c\/li\u003e\n        \u003cli\u003e飽きの来ないCOACHシグネチャーデザイン\u003c\/li\u003e\n        \u003cli\u003eコンパクトながら機能的な収納力\u003c\/li\u003e\n        \u003cli\u003eスムーズなスナップボタン開閉で出し入れが楽々\u003c\/li\u003e\n        \u003cli\u003e優れた機能性で長くご愛用いただけます\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eCOACHファクトリーストアの商品は入れ替わりが早いため、ぜひお早めにご検討ください。\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\u003ePVCコーティングキャンバス\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約 横13cm x 縦9cm x マチ3cm\u003c\/li\u003e\n        \u003cli\u003e重さ：約120g\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e仕様・機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本体開閉：スナップボタン開閉\u003c\/p\u003e\n      \u003cp\u003e内側：\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eお札入れ×1 (日本札収納可能）\u003c\/li\u003e\n        \u003cli\u003eオープンポケット×2\u003c\/li\u003e\n        \u003cli\u003eカードホルダー×7\u003c\/li\u003e\n        \u003cli\u003eパスケース×1\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eケアカード\u003c\/li\u003e\n      \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アメリカCOACH直営店\u003c\/li\u003e\n        \u003cli\u003eアメリカCOACH直営ファクトリーストア（アウトレット）\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型番：CW786\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531494220094,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531494252862,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_77be4443-6b78-4214-8233-5a32a6e692c9.jpg?v=1779673267"},{"product_id":"187331335","title":"COACH★MEDIUM CORNER ZIP WALLET  【CW786  IMXDO】","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\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 #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \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%, #1c1c1c40 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 #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; 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: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; 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: #efefef; color: #1c1c1c; 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: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; 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: #1c1c1c; 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: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; 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 #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大人の二つ折財布 上質な彩り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eCOACHの象徴であるシグネチャー柄と鮮やかなレッドの組み合わせが、手元に洗練された品格をもたらします。\u003cstrong\u003e傷や汚れに強いPVCコーティングキャンバス製\u003c\/strong\u003eで、いつまでも美しさを保ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_acddd737-6d23-4414-9dfa-4dbd19afb498.jpg?v=1779673269\" class=\"img-fluid d-block w-100 product-img\" alt=\"COACHシグネチャー柄と鮮やかなレッドの二つ折り財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練されたCOACHの顔\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です。お札入れ、7枚分のカードホルダー、パスケースを備え、\u003cstrong\u003e見た目以上の収納力\u003c\/strong\u003eを誇ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_41a692b2-5cb1-48ba-99a9-93b0c3d8e2ff.jpg?v=1779673269\" 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約120gという軽量さ\u003c\/strong\u003eと、\u003cstrong\u003e横13cm×縦9cm×マチ3cmのコンパクトなサイズ感\u003c\/strong\u003eは、小さなバッグにもすっきりと収まります。機能的に優れたデザインで、普段使いから旅行まで幅広く活躍します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_dd56d563-7c6f-43d3-9923-235c368eedb7.jpg?v=1779673269\" class=\"img-fluid d-block w-100 product-img\" alt=\"手のひらに収まるコンパクトな二つ折り財布\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eコンパクトなのに頼れる\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eCOACHファクトリーストアより大人気の二つ折財布です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003ePVCコーティングキャンバス製で傷や汚れに強く高級感があります。\u003c\/li\u003e\n                    \u003cli\u003e飽きの来ないデザインが素敵です。\u003c\/li\u003e\n                    \u003cli\u003e機能的に優れたお財布なので長くお使いいただけます。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003eCOACHファクトリーストアの商品は入れ替わりが早いため、お早めにどうぞ。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eコンパクトながらも収納力に優れた、日常使いに最適なサイズです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e約 横13cm x 縦9cm x マチ3cm\u003c\/li\u003e\n                    \u003cli\u003e重さ：120g\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素材：PVCコーティングキャンバス\u003c\/li\u003e\n                    \u003cli\u003e買付け地：アメリカCOACH直営店 \/ アメリカCOACH直営ファクトリーストア（アウトレット）\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内側：お札入れ×1 (日本札収納可能)\u003c\/li\u003e\n                    \u003cli\u003e内側：オープンポケット×2\u003c\/li\u003e\n                    \u003cli\u003e内側：カードホルダー×7\u003c\/li\u003e\n                    \u003cli\u003e内側：パスケース×1\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e付属品\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e大切にお使いいただくためのケアカードが付属します。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eケアカード\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品コード\/型番\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこちらの製品の型番情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e型番：CW786\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"COACH LADIES","offers":[{"title":"【5営業日前後でご発送】","offer_id":53531494285630,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":true},{"title":"【1〜2日間でご発送】","offer_id":53531494318398,"sku":null,"price":12800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_acddd737-6d23-4414-9dfa-4dbd19afb498.jpg?v=1779673269"}],"url":"https:\/\/reliar.we-shop.jp\/collections\/brown.oembed","provider":"Reliar（レリア）","version":"1.0","type":"link"}