{"title":"UGG","description":"","products":[{"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":"189322416","title":"UGG Classic Mini 1016222 GREY","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\"\u003eUGG Classic Mini 1016222 GREY\u003c\/h1\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\u003e洗練されたカジュアルスタイル\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_087a706c-e582-47f8-abce-866c6dc89efa.jpg?v=1779673177\" 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!-- 商品解説セクション: 包み込む極上の温かさ --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e包み込む極上の温かさ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eUGG®が厳選した\u003cstrong\u003eグレードAのツインフェイスシープスキン\u003c\/strong\u003eが、足元を優しく包み込みます。この贅沢な肌触りが、冬の寒さからあなたを守り、快適な一日を支えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_0ab2225e-8069-42da-b95b-4c0171c41011.jpg?v=1779673177\" 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!-- 商品解説セクション: 進化を遂げた機能美 --\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による撥水・防汚加工で、突然の雨や泥を気にせずアクティブに。新開発の\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_f42fde8c-e8a9-4f06-9515-50e27f948711.jpg?v=1779673177\" 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!-- スペック・詳細セクション --\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\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 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\u003eUGG®は35年以上にわたり、世界最高の品質を誇るグレードAのツインフェイスシープスキンのみを使用してきました。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eラグジュアリかつソフトな肌触り。\u003c\/li\u003e\n                    \u003cli\u003eひとつひとつ丹念な加工を施し、UGGならではの快適な履き心地を実現。\u003c\/li\u003e\n                    \u003cli\u003e均一性、非の打ちどころのないきめ細かな感触、毛足の長さが一定であることなど、厳しい品質基準を満たしたシープスキンを厳選しています。\u003c\/li\u003e\n                \u003c\/ul\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プラットフォームの高さ: 2 cm\u003c\/li\u003e\n                    \u003cli\u003e履き口: 28 cm (計測サイズUS6)\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\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商品コード: 1016222\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入時の注意事項\u003c\/h3\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003e素材・検品について:\u003c\/strong\u003e UGGは職人による手作りのブーツです。縫製のズレ、タグのズレ等の歪みなどは手作りの風合いとしてご理解、ご了承の上、ご注文をお願いします。UGG USAでの品質基準をクリアした商品ですのでご安心ください。\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003e生産国について:\u003c\/strong\u003e 製品には「MADE IN CHINA」や「MADE IN VIETNAM」などの表記が入っておりますが、国内正規店で取り扱いの商品も同様でございます。\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\/div\u003e","brand":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531479638334,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US6(23cm)","offer_id":53531479671102,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US7(24cm)","offer_id":53531479703870,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US8(25cm)","offer_id":53531479736638,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US9(26cm)","offer_id":53531479769406,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_087a706c-e582-47f8-abce-866c6dc89efa.jpg?v=1779673177"},{"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":"189322082","title":"UGG Classic Mini 1016222 BLACK","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グレードAのツインフェイスシープスキン\u003c\/strong\u003eが、足元を優しく包み込み、UGGならではの快適な履き心地を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_3d3f4a66-0094-4d24-b3e4-8870ee57924e.jpg?v=1779673181\" 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新しくなった\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_1ab99b8d-db3c-40df-9ee9-84daba3e5374.jpg?v=1779673182\" 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\u003cstrong\u003eScotchgardプロテクター\u003c\/strong\u003eにより、撥水・防汚性が向上し、急な雨や汚れも気にせずお出かけできます。フラットヒールで安定感があり、約14cmの筒丈は着回し力抜群。日常をアクティブに楽しむあなたへ。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_19b95633-e3db-44f6-aa99-d01f98a42217.jpg?v=1779673182\" 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  \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\u003eUGG Classic II Mini (商品コード: 1016222)\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\u003cstrong\u003e撥水・防汚性をプラス\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eUGGのアイコニックなブーツに機能性をプラスしアップデートしたClassic Mini II(クラシックミニ II)。\u003c\/p\u003e\n        \u003cp\u003eラグジュリアスなツインフェイスシープスキンとスエードのアッパーにはScotchgard(スコッチガード)プロテクターを施し、撥水・防汚性をプラスしました。\u003c\/p\u003e\n        \u003cp class=\"body-text small-text\"\u003e※Scotchgardプロテクターは約1シーズン(3〜4か月程度)、撥水・防汚効果を保ちます。着用時やお手入れ状況により効果や期間が異なります。\u003c\/p\u003e\n\n        \u003cp\u003e\u003cstrong\u003e新しくなったロゴラベル\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eこれまでの布ラベルからレザーラベルに変更され、より洗練された印象になりました。\u003c\/p\u003e\n\n        \u003cp\u003e\u003cstrong\u003e新構造のアウトソールを採用\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e軽さと柔軟性・耐久性・クッション性・グリップ感を高めた新構造のTreadlite by 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\u003cstrong\u003eツインフェイスシープスキン\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e35年以上にわたり、UGG®はグレードAのツインフェイスシープスキンのみを使用してきました。世界最高の品質を誇るラグジュアリーかつソフトなこの素材は、ひとつひとつ丹念な加工を施され、UGGならではの快適な履き心地をもたらします。\u003c\/p\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      \u003c\/div\u003e\n    \u003c\/details\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 (計測サイズUS6)\u003c\/li\u003e\n          \u003cli\u003e筒丈: 14cm (計測サイズUS6)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e\n        \u003cp\u003e\u003cstrong\u003e素材・検品について\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003eUGGは職人による手作りのブーツです。縫製のズレ、タグのズレ等の歪みなどは手作りの為の風合いとしてご理解、ご了承の上、ご注文をお願いします。UGG USAでの品質基準をクリアした商品ですのでご安心ください。\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cp\u003e\u003cstrong\u003e生産国について\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e製品には『MADE IN CHINA』『MADE IN VIETNAM』などの表記が入っておりますが、国内正規店で取り扱いの商品も同様でございます。\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cp\u003e\u003cstrong\u003e色落ちについて\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e天然皮革の靴は雨天時の使用や水濡れ、また靴内部で発生する湿気などによって、色落ちする場合がございます。革製品の色落ちを完全に防ぐことは出来ませんのでご了承ください。\u003c\/p\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cp\u003e\u003cstrong\u003e化粧箱について\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp\u003e配送運搬時に箱にダメージがある場合がございますがご返品、交換の対象外とさせて頂きます。\u003c\/p\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531480129854,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US6(23cm)","offer_id":53531480162622,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US7(24cm)","offer_id":53531480195390,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US8(25cm)","offer_id":53531480228158,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false},{"title":"US9(26cm)","offer_id":53531480260926,"sku":null,"price":24800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e411689c-27ad-46b6-976c-852c957bc711.jpg?v=1779673182"},{"product_id":"189321069","title":"UGG Classic Ultra Mini 1116109  GREY","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\"\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_4b29704a-b2de-45b5-b036-27ecdf1c2434.jpg?v=1779673183\" 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新構造のTreadlite by UGG™アウトソールが、驚くほどの\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_860ac6a5-b269-4b6c-ad09-7ae1c4f92458.jpg?v=1779673183\" 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のふんわりとした\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_cfc9b4e1-bc1b-49c4-988d-68ec440ce5fa.jpg?v=1779673183\" 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\u003eUGG Classic Ultra Miniは、デザイン性と機能性を兼ね備えています。主な特徴と採用技術は以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e着脱が簡単な低めのシャフトとアシンメトリーな履き口がスタイリッシュな印象を与えます。\u003c\/li\u003e\n                    \u003cli\u003e新構造のTreadlite by UGG™アウトソールが、軽さ、柔軟性、耐久性、クッション性、グリップ力を高め、快適な履き心地を持続します。\u003c\/li\u003e\n                    \u003cli\u003e優れたクッション性をもつ、ふわふわなシープスキンのライニングが一日中足元をやさしく包み込み、サポートします。\u003c\/li\u003e\n                    \u003cli\u003eインソールには、植物由来で環境に優しい素材とリパーパス・ウールの独自ブレンドから作られたUGGplush™を採用。シープスキンのような感触はそのままに環境への影響を軽減します。\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ライニング: 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                \u003cp\u003e製品の具体的な寸法と重さをご確認ください。\u003c\/p\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                \u003cp class=\"caption-text text-end\"\u003e計測方法により若干の誤差が生じます。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品情報・品番\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品の基本情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品名: UGG Classic Ultra Mini\u003c\/li\u003e\n                    \u003cli\u003e型番: 1116109\u003c\/li\u003e\n                    \u003cli\u003eカラー: GREY\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":53531480293694,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US6(23cm)","offer_id":53531480326462,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US7(24cm)","offer_id":53531480359230,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US8(25cm)","offer_id":53531480391998,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US9(26cm)","offer_id":53531480424766,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4b29704a-b2de-45b5-b036-27ecdf1c2434.jpg?v=1779673183"},{"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":"189320861","title":"UGG Classic Ultra Mini 1116109  BLACK","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\"\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_f2a81e42-a873-4f40-8927-29243db9d3f4.jpg?v=1779673186\" class=\"img-fluid d-block w-100 product-img\" alt=\"UGG Classic Ultra 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ふわふわの\u003cstrong\u003eUGGplush™\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_0e86cceb-4def-4d04-ae4b-2b36a04798fa.jpg?v=1779673187\" class=\"img-fluid d-block w-100 product-img\" alt=\"UGG Classic Ultra Mini 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約250gの驚くべき軽さ\u003c\/strong\u003eと、\u003cstrong\u003eTreadlite by UGG™\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_d4891adc-db7b-4c2e-bcf8-a8745a95e7cf.jpg?v=1779673186\" class=\"img-fluid d-block w-100 product-img\" alt=\"UGG Classic Ultra Mini Treadlite by UGG™\"\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\u003eUGG Classic Ultra Miniの基本情報です。\u003c\/p\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カラー: BLACK\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材構成\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \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                    \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 Ultra Miniの各部サイズと片足重量です。\u003c\/p\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                \u003c!-- サイズ表・説明図・チャートなど大きな画像はここに配置: --\u003e\n                \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"__IMG_SIZE_CHART__\" 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\u003eUGG Classic Ultra Miniが持つ主な機能と特徴をご紹介します。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e着脱が簡単な低めのシャフトとアシンメトリーな履き口がスタイリッシュな印象を与えます。\u003c\/li\u003e\n                    \u003cli\u003eTreadlite by UGG™のアウトソールにより、軽さ、柔軟性、耐久性、クッション性、グリップ感が向上し、快適な履き心地を持続します。\u003c\/li\u003e\n                    \u003cli\u003e優れたクッション性をもつ、ふわふわなシープスキンのライニングが一日中足元をやさしく包み込み、サポートします。\u003c\/li\u003e\n                    \u003cli\u003eインソールには、植物由来で環境に優しい素材とリパーパス・ウールの独自ブレンドから作られたUGGplush™を採用。シープスキンのような感触を保ちつつ環境への影響を軽減します。\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\"\u003eUGG独自技術解説\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品に採用されているUGG独自の技術についてご説明します。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e\n                        \u003cp\u003e\u003cstrong\u003eUGGplush™（アグプラッシュ）\u003c\/strong\u003e\u003c\/p\u003e\n                        \u003cp\u003eウールとリヨセルという非常に柔らかな2種類の繊維をブレンドし、最高にソフトでラグジュアリーな肌触りを実現した素材です。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cp\u003e\u003cstrong\u003eTreadlite by UGG™（トレイドライト バイ アグ）\u003c\/strong\u003e\u003c\/p\u003e\n                        \u003cp\u003e軽さと柔軟性・耐久性・クッション性とグリップ感を高めた新構造のアウトソールです。快適な履き心地を持続させます。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003c!-- 洗濯表示や機能アイコンなどの小さい画像はここに配置: --\u003e\n        \u003c!-- \u003cdiv class=\"care-icons\"\u003e --\u003e\n        \u003c!--   \u003cimg src=\"__IMG_CARE_ICON1__\" alt=\"洗濯表示\"\u003e --\u003e\n        \u003c!--   \u003cimg src=\"__IMG_CARE_ICON2__\" alt=\"機能アイコン\"\u003e --\u003e\n        \u003c!-- \u003c\/div\u003e --\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003c!-- 情報がないため出力しません --\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003c!-- 情報がないため出力しません --\u003e\n\n\u003c\/div\u003e","brand":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531480686910,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US6(23cm)","offer_id":53531480719678,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US7(24cm)","offer_id":53531480752446,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US8(25cm)","offer_id":53531480785214,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true},{"title":"US9(26cm)","offer_id":53531480817982,"sku":null,"price":20800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f2a81e42-a873-4f40-8927-29243db9d3f4.jpg?v=1779673186"},{"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":"189319331","title":"UGG Classic Ultra Mini Platform 1135092 BLACK","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を叶えます。\u003cstrong\u003e洗練されたブラック\u003c\/strong\u003eが足元をモードに引き締めます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e745ba1e-1899-409a-90a7-811c2b060b44.jpg?v=1779673191\" 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約9cmの低めアンクルカットは、\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_54484812-308f-4f6c-b164-3700a3e11bee.jpg?v=1779673191\" 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\u003eUGGplushライニング\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_24636ae8-ac6e-4f0d-8786-a0954b509886.jpg?v=1779673191\" 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\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カラー：BLACK\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eメイン素材は天然皮革を使用しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\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                \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!-- サイズ表の画像がある場合は以下に配置してください --\u003e\n                \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003cimg src=\"[URL]\" 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\u003eUGG Classic Ultra Mini Platformの主な特徴と機能をご紹介します。\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反発性に優れたサトウキビ由来のEVAソールが快適な歩きやすさを実現し、長時間の使用でも疲れにくい設計です。\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- 機能アイコンや洗濯表示画像がある場合は以下に配置してください --\u003e\n                \u003c!-- \u003cdiv class=\"care-icons\"\u003e\u003cimg src=\"[アイコン1_URL]\" alt=\"機能1\"\u003e\u003cimg src=\"[アイコン2_URL]\" alt=\"機能2\"\u003e\u003c\/div\u003e --\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":"UGG","offers":[{"title":"US5(22cm)","offer_id":53531481178430,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US6(23cm)","offer_id":53531481211198,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US7(24cm)","offer_id":53531481243966,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US8(25cm)","offer_id":53531481276734,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false},{"title":"US9(26cm)","offer_id":53531481309502,"sku":null,"price":22800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e745ba1e-1899-409a-90a7-811c2b060b44.jpg?v=1779673191"}],"url":"https:\/\/reliar.we-shop.jp\/collections\/ugg.oembed","provider":"Reliar（レリア）","version":"1.0","type":"link"}