{"title":"トップス","description":"","products":[{"product_id":"77102246","title":"Alternative MANIAC SWEATSHIRT ECO 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\"\u003e洗練されたエフォートレススタイルを演出。Alternativeの独自の感性が、あなたの日常に新たな彩りをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download.jpg?v=1779672759\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e個性を引き出すデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e自由を着こなす日常\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e背面まで美しいシルエットが、身体のラインに自然にフィット。男女問わず、どのような動きも妨げない快適な着心地で、自由な日常をサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2fb0bd77-0a9c-4ff8-b5cf-262e1a78b8d3.jpg?v=1779672759\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適な着心地とフィット感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e触れるたび感じる上質\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自のブレンド素材は、吸い付くような肌触りと軽やかな暖かさで一日中快適。フロントの機能的なポケットが、実用性とデザイン性を両立します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_3602b4be-11cd-4930-a371-d5e308f79b2c.jpg?v=1779672759\" 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\"\u003eAlternativeについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e1995年、アメリカで創立されたアパレルブランド。着る人のオルタナティブな(型にはまらない)考えをインスパイアし、社会全体を前向きに変えていきたいという思いのもと、デザイン・肌ざわり・フィット感など、見た目だけでなく快適な品質にもこだわったアイテムを提供しています。\u003c\/p\u003e\n        \u003cp\u003eまた環境問題や労働環境などといったさまざまな社会問題に対する取り組みでも話題を集めています。Alternativeのアイテムは男女問わず世界中で多くの支持を得ており、サラ・ジェシカ・パーカー、アレッサンドラ・アンブロジオ、エマ・ストーン、クリステン・スチュワートなど数多くのセレブも愛用しています。\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コットン46%\u003c\/li\u003e\n          \u003cli\u003eポリエステル50%\u003c\/li\u003e\n          \u003cli\u003eレーヨン4％\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e軽くて暖かいオルタネイティブ独自の素材は、肌触り抜群で他のブランドにはない着心地を提供します。ユニセックスでの展開のため、男女問わずご着用いただけます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eお手持ちの服と比較して、最適なサイズをお選びください。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eサイズ\u003c\/td\u003e\n                \u003ctd\u003e着丈(cm)\u003c\/td\u003e\n                \u003ctd\u003e身幅(cm)\u003c\/td\u003e\n                \u003ctd\u003e肩幅(cm)\u003c\/td\u003e\n                \u003ctd\u003e袖丈(cm)\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXS\u003c\/td\u003e\n                \u003ctd\u003e61\u003c\/td\u003e\n                \u003ctd\u003e40\u003c\/td\u003e\n                \u003ctd\u003e38\u003c\/td\u003e\n                \u003ctd\u003e63\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eS\u003c\/td\u003e\n                \u003ctd\u003e63\u003c\/td\u003e\n                \u003ctd\u003e44\u003c\/td\u003e\n                \u003ctd\u003e35\u003c\/td\u003e\n                \u003ctd\u003e81\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e64\u003c\/td\u003e\n                \u003ctd\u003e43\u003c\/td\u003e\n                \u003ctd\u003e36\u003c\/td\u003e\n                \u003ctd\u003e81.5\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e66.5\u003c\/td\u003e\n                \u003ctd\u003e46.5\u003c\/td\u003e\n                \u003ctd\u003e37.5\u003c\/td\u003e\n                \u003ctd\u003e16\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像となりますので、あらかじめご理解、ご了承くださいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】S","offer_id":53531438448958,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531438481726,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531438514494,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download.jpg?v=1779672759"},{"product_id":"77102245","title":"Alternative MANIAC SWEATSHIRT TURE NAVY\/マニアック スウェットシャツ","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\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_aa743b3e-9071-485e-b8c9-a8db2a392a4e.jpg?v=1779672760\" class=\"img-fluid d-block w-100 product-img\" alt=\"オフショルダーの着こなし\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自由な着こなしを楽しむ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e毎日触れたくなる肌触り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厳選されたコットンとポリエステルにレーヨンを配合。この\u003cstrong\u003e黄金比\u003c\/strong\u003eが、他にはない\u003cstrong\u003e抜群の肌触り\u003c\/strong\u003eを実現しました。一度着たら手放せない、心地よさの秘密がここに。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_ba3a5f9f-9521-485d-bd00-6e9806fc3327.jpg?v=1779672760\" class=\"img-fluid d-block w-100 product-img\" alt=\"心地よい素材感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心地よさへのこだわり\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e型にはまらない万能スウェット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eシンプルながらも計算されたデザインは、男女問わずどんなスタイルにもマッチします。\u003cstrong\u003e軽やかで暖かな着心地\u003c\/strong\u003eが、あなたの個性を引き立て、日常に寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_0aef07a5-b863-4b88-9aec-cc989372e8f2.jpg?v=1779672760\" class=\"img-fluid d-block w-100 product-img\" alt=\"ユニセックスなデザイン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eユニセックスで着こなす\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eAlternativeについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e1995年、アメリカで創立されたアパレルブランドです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e着る人の\u003cstrong\u003eオルタナティブな(型にはまらない)考え\u003c\/strong\u003eをインスパイアし、社会全体を前向きに変えていきたいという思いのもと、デザイン・肌ざわり・フィット感など、見た目だけでなく\u003cstrong\u003e快適な品質\u003c\/strong\u003eにもこだわったアイテムを提供しています。\u003c\/li\u003e\n        \u003cli\u003e環境問題や労働環境などといったさまざまな社会問題に対する取り組みでも話題を集めています。\u003c\/li\u003e\n        \u003cli\u003eAlternativeのアイテムは男女問わず世界中で多くの支持を得ており、サラ・ジェシカ・パーカー、アレッサンドラ・アンブロージオ、エマ・ストーン、クリステン・スチュワートなど\u003cstrong\u003e数多くのセレブも愛用\u003c\/strong\u003eしています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e他にはない特別な着心地をお届けします。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e肌触り抜群\u003c\/strong\u003e：軽くて暖かい、Alternative独自の素材が快適な着心地を実現。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eユニセックスデザイン\u003c\/strong\u003e：男女問わずどんなスタイルにも合わせやすく、幅広い方に人気です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eコットン46%\u003c\/li\u003e\n        \u003cli\u003eポリエステル50%\u003c\/li\u003e\n        \u003cli\u003eレーヨン4％\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003cth\u003e着丈(cm)\u003c\/th\u003e\n              \u003cth\u003e身幅(cm)\u003c\/th\u003e\n              \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n              \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e63\u003c\/td\u003e\n              \u003ctd\u003e44\u003c\/td\u003e\n              \u003ctd\u003e35\u003c\/td\u003e\n              \u003ctd\u003e81\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e64\u003c\/td\u003e\n              \u003ctd\u003e43\u003c\/td\u003e\n              \u003ctd\u003e36\u003c\/td\u003e\n              \u003ctd\u003e81.5\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e66.5\u003c\/td\u003e\n              \u003ctd\u003e46.5\u003c\/td\u003e\n              \u003ctd\u003e37.5\u003c\/td\u003e\n              \u003ctd\u003e16\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますので、ご理解、ご了承くださいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】S","offer_id":53531438547262,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531438580030,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531438612798,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_aa743b3e-9071-485e-b8c9-a8db2a392a4e.jpg?v=1779672760"},{"product_id":"77102243","title":"Alternative MANIAC SWEATSHIRT FUCHSIA\/マニアック スウェットシャツ","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    \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_872f6108-8e79-4896-9c37-8cd172a983dc.jpg?v=1779672761\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e気取らない大人の品格\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e指先で感じる柔らかな温もり\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eコットン、ポリエステル、レーヨンを絶妙にブレンドした素材は、肌に吸い付くような\u003cstrong\u003e柔らかなタッチ\u003c\/strong\u003e。軽やかでありながら確かな暖かさで、心地よいフィット感が一日中続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_ce8ebd85-939c-4de4-926d-c570a929f9f8.jpg?v=1779672761\" 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型にはまらないAlternativeの精神が息づくデザイン。すっきりと見せるボートネックと動きやすいラグランスリーブが、あらゆる体型に自然にフィット。\u003cstrong\u003eユニセックスで楽しめる汎用性\u003c\/strong\u003eも魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_1f1e2fd2-cd8d-4511-8b55-0a811fa95f8e.jpg?v=1779672761\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスタイルを選ばない万能さ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e「Alternative」は、1995年アメリカで創立されたアパレルブランドです。着る人の「型にはまらない」考え方をインスパイアし、社会全体を前向きに変えていきたいという思いのもと、デザイン性はもちろん、肌ざわりやフィット感など、快適な品質にもこだわったアイテムを提供しています。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e環境問題や労働環境など、さまざまな社会問題への積極的な取り組み\u003c\/li\u003e\n                    \u003cli\u003e肌触り抜群で軽くて暖かい、他のブランドにはない着心地\u003c\/li\u003e\n                    \u003cli\u003eユニセックスでの展開で、男女問わず着こなせる高い汎用性\u003c\/li\u003e\n                    \u003cli\u003eサラ・ジェシカ・パーカーをはじめ、数多くのセレブも愛用\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-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コットン 46%\u003c\/li\u003e\n                    \u003cli\u003eポリエステル 50%\u003c\/li\u003e\n                    \u003cli\u003eレーヨン 4%\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eサイズ\u003c\/td\u003e\n                                \u003ctd\u003e着丈(cm)\u003c\/td\u003e\n                                \u003ctd\u003e身幅(cm)\u003c\/td\u003e\n                                \u003ctd\u003e肩幅(cm)\u003c\/td\u003e\n                                \u003ctd\u003e袖丈(cm)\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eS\u003c\/td\u003e\n                                \u003ctd\u003e63\u003c\/td\u003e\n                                \u003ctd\u003e44\u003c\/td\u003e\n                                \u003ctd\u003e35\u003c\/td\u003e\n                                \u003ctd\u003e81\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e64\u003c\/td\u003e\n                                \u003ctd\u003e43\u003c\/td\u003e\n                                \u003ctd\u003e36\u003c\/td\u003e\n                                \u003ctd\u003e81.5\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e66.5\u003c\/td\u003e\n                                \u003ctd\u003e46.5\u003c\/td\u003e\n                                \u003ctd\u003e37.5\u003c\/td\u003e\n                                \u003ctd\u003e16\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像となりますので、あらかじめご理解、ご了承ください。\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】S","offer_id":53531438645566,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531438678334,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531438711102,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_872f6108-8e79-4896-9c37-8cd172a983dc.jpg?v=1779672761"},{"product_id":"77102241","title":"Alternative MANIAC SWEATSHIRT ECO BLACK\/マニアック スウェットシャツ","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ユニークなボートネックラインがデコルテを美しく演出し、エフォートレスな魅力を引き出します。計算されたシルエットは、着用するだけでこなれた印象を与え、どんなボトムスにも自然と馴染みます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_05781140-fb53-47ce-be23-e8e720bf86e5.jpg?v=1779672762\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eスタイルを格上げする一着\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eとろける肌触り エコ素材スウェット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eコットン、ポリエステル、レーヨンをブレンドした独自素材が、驚くほどの軽さと暖かさを両立。一度袖を通せば、肌に吸い付くような優しい感触に包まれ、手放せなくなる着心地を実感いただけます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a4aba22d-7a9d-4c86-8f11-806ae308b168.jpg?v=1779672762\" 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環境問題にも配慮した「Alternative」のこだわりが詰まった一枚。飾らないデザインながらも細部に宿る「マニアック」な個性が、着る人の多様なスタイルに寄り添います。ワードローブの主役になること間違いありません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_bb322ea1-27dc-4726-97ca-2c4d9c9a47b7.jpg?v=1779672762\" 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ブランド紹介：Alternative\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e1995年、アメリカで創立されたアパレルブランド「Alternative」。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e着る人のオルタナティブな（型にはまらない）考えをインスパイアし、社会全体を前向きに変えていきたいという思いが込められています。\u003c\/li\u003e\n                \u003cli\u003eデザイン・肌ざわり・フィット感など、見た目だけでなく快適な品質にもこだわったアイテムを提供しています。\u003c\/li\u003e\n                \u003cli\u003e環境問題や労働環境などといったさまざまな社会問題に対する取り組みでも話題を集めています。\u003c\/li\u003e\n                \u003cli\u003eサラ・ジェシカ・パーカー、アレッサンドラ・アンブロジオ、エマ・ストーン、クリステン・スチュワートなど、男女問わず数多くのセレブに愛用されています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eオルタネイティブの素材は、他のブランドにはない特別な着心地を提供します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e肌触り抜群\u003c\/li\u003e\n                \u003cli\u003e軽くて暖かい\u003c\/li\u003e\n                \u003cli\u003eユニセックスでの展開で、男女問わず着こなせる\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\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コットン: 46%\u003c\/li\u003e\n                \u003cli\u003eポリエステル: 50%\u003c\/li\u003e\n                \u003cli\u003eレーヨン: 4%\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e各サイズの寸法をご確認ください。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e着丈(cm)\u003c\/th\u003e\n                            \u003cth\u003e身幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e63\u003c\/td\u003e\n                            \u003ctd\u003e44\u003c\/td\u003e\n                            \u003ctd\u003e35\u003c\/td\u003e\n                            \u003ctd\u003e81\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e64\u003c\/td\u003e\n                            \u003ctd\u003e43\u003c\/td\u003e\n                            \u003ctd\u003e36\u003c\/td\u003e\n                            \u003ctd\u003e81.5\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e66.5\u003c\/td\u003e\n                            \u003ctd\u003e46.5\u003c\/td\u003e\n                            \u003ctd\u003e37.5\u003c\/td\u003e\n                            \u003ctd\u003e81.5\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eお色についてご注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eモニターの発色の個体差により実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますのでご理解、ご了承くださいませ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】S","offer_id":53531438743870,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531438776638,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531438809406,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_05781140-fb53-47ce-be23-e8e720bf86e5.jpg?v=1779672762"},{"product_id":"77102240","title":"Alternative MANIAC SWEATSHIRT ECO ROYAL\/マニアック スウェットシャツ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e自由をまとうスウェット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eオフショルダーでも楽しめる\u003c\/strong\u003e、\u003cstrong\u003e計算されたゆるやかシルエット\u003c\/strong\u003eが魅力。着る人の\u003cstrong\u003e個性を引き出し\u003c\/strong\u003e、日常に溶け込む\u003cstrong\u003e洗練されたカジュアルスタイル\u003c\/strong\u003eを提案します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_7676b64a-c1fe-4ba1-b026-be2ff66d10d2.jpg?v=1779672763\" class=\"img-fluid d-block w-100 product-img\" alt=\"自由をまとうスウェット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e魅せる大人の余裕\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e地球想いの心地よさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eコットン、ポリエステル、レーヨンの絶妙なブレンド素材\u003c\/strong\u003eは、まるで素肌が喜ぶような\u003cstrong\u003e柔らかな肌触り\u003c\/strong\u003eを実現。\u003cstrong\u003e環境にも配慮\u003c\/strong\u003eした選択が、心地よい毎日を約束します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f46b7362-8415-4a1d-a711-d67a46bf3d9e.jpg?v=1779672763\" class=\"img-fluid d-block w-100 product-img\" alt=\"地球想いの心地よさ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e優しく包み込む質感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適さを叶えるディテール\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      他にはない\u003cstrong\u003e軽さと暖かさを両立\u003c\/strong\u003eしたブレンド素材が、\u003cstrong\u003eストレスフリーな着心地\u003c\/strong\u003eを届けます。あると嬉しい\u003cstrong\u003e機能的なポケット\u003c\/strong\u003eが、さりげないこだわりをプラスしました。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_dfe10d64-0f51-48f9-b231-543f2757e082.jpg?v=1779672763\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適さを叶えるディテール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e軽やかな着心地の秘密\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eAlternativeは1995年にアメリカで創立されたアパレルブランドです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e着る人の型にはまらない考えをインスパイア\u003c\/li\u003e\n        \u003cli\u003eデザイン、肌ざわり、フィット感、快適な品質へのこだわり\u003c\/li\u003e\n        \u003cli\u003e環境問題や労働環境への積極的な取り組み\u003c\/li\u003e\n        \u003cli\u003eサラ・ジェシカ・パーカー、エマ・ストーンなど数多くのセレブが愛用\u003c\/li\u003e\n        \u003cli\u003e男女問わず世界中で多くの支持\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・品質\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eコットン46%\u003c\/li\u003e\n        \u003cli\u003eポリエステル50%\u003c\/li\u003e\n        \u003cli\u003eレーヨン4%\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003cth\u003e着丈(cm)\u003c\/th\u003e\n              \u003cth\u003e身幅(cm)\u003c\/th\u003e\n              \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n              \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e63\u003c\/td\u003e\n              \u003ctd\u003e44\u003c\/td\u003e\n              \u003ctd\u003e35\u003c\/td\u003e\n              \u003ctd\u003e81\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e64\u003c\/td\u003e\n              \u003ctd\u003e43\u003c\/td\u003e\n              \u003ctd\u003e36\u003c\/td\u003e\n              \u003ctd\u003e81.5\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e66.5\u003c\/td\u003e\n              \u003ctd\u003e46.5\u003c\/td\u003e\n              \u003ctd\u003e37.5\u003c\/td\u003e\n              \u003ctd\u003e16\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品のポイント\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品の特長をご紹介します。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e肌触り抜群の軽くて暖かい素材\u003c\/li\u003e\n        \u003cli\u003e他にない快適な着心地\u003c\/li\u003e\n        \u003cli\u003eユニセックスで男女問わず着こなせるデザイン\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      モニターの発色の個体差により実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますのでご理解、ご了承くださいませ。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】S","offer_id":53531438842174,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531438874942,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531438907710,"sku":null,"price":6780.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_7676b64a-c1fe-4ba1-b026-be2ff66d10d2.jpg?v=1779672763"},{"product_id":"77102239","title":"Alternative Short Sleeve Drape Top  OATMEAL HEATHER\/ショート スリープ　ドレイプ トップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e優雅なドレープ、着心地の極み\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e軽やかに流れるドレープが、どんな体型も\u003cstrong\u003e美しく包み込みます\u003c\/strong\u003e。日常を彩る、\u003cstrong\u003e洗練されたリラックススタイル\u003c\/strong\u003eを提案します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f51092cf-90cb-4dce-bdf5-46f82892b792.jpg?v=1779672763\" class=\"img-fluid d-block w-100 product-img\" alt=\"軽やかに流れるドレープのトップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日着たい、大人の上質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e後ろ姿も魅せる、計算された開放感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e背中まで美しく、ゆったりとしたシルエットが、\u003cstrong\u003e動きやすさ\u003c\/strong\u003eと共に\u003cstrong\u003e洗練された印象\u003c\/strong\u003eを与えます。シーンを選ばない\u003cstrong\u003e万能な一枚\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a5d0b8ee-92ac-4a30-beb0-de879308c0c0.jpg?v=1779672763\" class=\"img-fluid d-block w-100 product-img\" alt=\"背中のドレープと開放感のあるシルエット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどこから見ても抜かりなく\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eとろける肌触り、デコルテ美人\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eポリエステルとレーヨンの絶妙な配合が、他にない\u003cstrong\u003e極上の肌触り\u003c\/strong\u003eを実現。広めのネックラインが、デコルテを\u003cstrong\u003e美しく演出\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_1de73170-e365-4403-9f8d-0b3d1a0adae9.jpg?v=1779672764\" class=\"img-fluid d-block w-100 product-img\" alt=\"デコルテを美しく見せるネックライン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e五感で感じる上質素材\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eAlternativeは、1995年にアメリカで創立されたアパレルブランドです。「着る人のオルタナティブ（型にはまらない）な考えをインスパイアし、社会全体を前向きに変えていきたい」という思いのもと、製品を展開しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eデザイン、肌ざわり、フィット感にこだわった快適な品質\u003c\/li\u003e\n        \u003cli\u003e環境問題や労働環境など、社会問題に対する積極的な取り組み\u003c\/li\u003e\n        \u003cli\u003e男女問わず世界中で多くの支持を獲得\u003c\/li\u003e\n        \u003cli\u003eサラ・ジェシカ・パーカーなど数多くのセレブも愛用\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生地感\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品は、高品質な素材をブレンドし、究極の着心地を追求しました。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材：ポリエステル 50%、レーヨン 50%\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eオルタネイティブ独自の配合により、他にはない優れた特性を実現しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e肌触り抜群のとろける質感\u003c\/li\u003e\n        \u003cli\u003e軽くて暖かく、オールシーズン快適な着心地\u003c\/li\u003e\n        \u003cli\u003eユニセックス展開で、男女問わず着こなせるデザイン\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eお客様に最適なサイズをお選びいただくため、各部位の寸法をご確認ください。\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth colspan=\"5\"\u003eサイズ表\u003c\/th\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003cth\u003e着丈(cm)\u003c\/th\u003e\n              \u003cth\u003e身幅(cm)\u003c\/th\u003e\n              \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n              \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e67\u003c\/td\u003e\n              \u003ctd\u003e41\u003c\/td\u003e\n              \u003ctd\u003e35\u003c\/td\u003e\n              \u003ctd\u003e14\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e67\u003c\/td\u003e\n              \u003ctd\u003e43\u003c\/td\u003e\n              \u003ctd\u003e36\u003c\/td\u003e\n              \u003ctd\u003e15\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e72\u003c\/td\u003e\n              \u003ctd\u003e46.5\u003c\/td\u003e\n              \u003ctd\u003e37.5\u003c\/td\u003e\n              \u003ctd\u003e16\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はあくまで色目の参考画像となりますので、あらかじめご理解、ご了承くださいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】S","offer_id":53531438940478,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531438973246,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531439006014,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f51092cf-90cb-4dce-bdf5-46f82892b792.jpg?v=1779672763"},{"product_id":"77102238","title":"Alternative Short Sleeve Drape Top DIRTY HEATHER\/ショート スリープ　ドレイプ トップ","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計算されたUネックライン\u003c\/strong\u003eがデコルテを美しく演出し、抜け感のある大人のカジュアルスタイルを完成させます。一枚で様になる存在感です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_9d651955-7da9-4a98-b23a-cfdc83aa8476.jpg?v=1779672765\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e日常に寄り添う快適スタイル\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e自然な体型カバー効果\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e背中に沿ってなめらかに流れる生地が、\u003cstrong\u003e気になるラインを優しくカバー\u003c\/strong\u003eします。締め付け感のないゆったりとした着心地は、どんな動きにも対応。後ろ姿まで洗練された印象を与え、一日中快適に過ごせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fecb735b-53f5-4331-8a31-ee7168dd9d2e.jpg?v=1779672765\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心地よさが続く一日\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e触れるたび感じる上質素材\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eポリエステルとレーヨンを絶妙にブレンドした生地は、\u003cstrong\u003eとろけるような滑らかさ\u003c\/strong\u003eです。肌に触れるたびその質の高さを実感でき、軽やかな着心地はまるで素肌の一部。一日中ストレスフリーで過ごせる、究極の快適素材です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_de106d4b-4e4f-4a0a-b935-49e47321c1d0.jpg?v=1779672765\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e素肌に心地よい素材感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e肌触りと着心地にこだわった、オルタネイティブならではの魅力をご紹介します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e肌触り抜群の素材感\u003c\/li\u003e\n                \u003cli\u003e軽くて暖かい快適な着心地\u003c\/li\u003e\n                \u003cli\u003e他のブランドにはない独自の風合い\u003c\/li\u003e\n                \u003cli\u003eユニセックスで男女問わず着こなせるデザイン\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-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素材: ポリエステル 50%, レーヨン 50%\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e快適にご着用いただくために、各サイズの詳細をご確認ください。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd colspan=\"5\"\u003eサイズ表\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eサイズ\u003c\/td\u003e\n                            \u003ctd\u003e着丈(cm)\u003c\/td\u003e\n                            \u003ctd\u003e身幅(cm)\u003c\/td\u003e\n                            \u003ctd\u003e肩幅(cm)\u003c\/td\u003e\n                            \u003ctd\u003e袖丈(cm)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e67\u003c\/td\u003e\n                            \u003ctd\u003e41\u003c\/td\u003e\n                            \u003ctd\u003e35\u003c\/td\u003e\n                            \u003ctd\u003e14\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e67\u003c\/td\u003e\n                            \u003ctd\u003e43\u003c\/td\u003e\n                            \u003ctd\u003e36\u003c\/td\u003e\n                            \u003ctd\u003e15\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e72\u003c\/td\u003e\n                            \u003ctd\u003e46.5\u003c\/td\u003e\n                            \u003ctd\u003e37.5\u003c\/td\u003e\n                            \u003ctd\u003e16\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e1995年、アメリカで創立されたアパレルブランド「Alternative」。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e着る人のオルタナティブな(型にはまらない)考えをインスパイアし、社会全体を前向きに変えるという理念を持っています。\u003c\/li\u003e\n                \u003cli\u003eデザイン、肌ざわり、フィット感、快適な品質にこだわったアイテムを提供しています。\u003c\/li\u003e\n                \u003cli\u003e環境問題や労働環境など、さまざまな社会問題への取り組みでも注目を集めています。\u003c\/li\u003e\n                \u003cli\u003e男女問わず世界中で多くの支持を得ており、サラ・ジェシカ・パーカー、アレッサンドラ・アンブロシオ、エマ・ストーン、クリステン・スチュワートなど数多くのセレブも愛用しています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますので、ご理解、ご了承くださいませ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】S","offer_id":53531439038782,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531439071550,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531439104318,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_9d651955-7da9-4a98-b23a-cfdc83aa8476.jpg?v=1779672765"},{"product_id":"77102237","title":"Alternative Short Sleeve Drape Top  ASH HEATHER\/ショート スリープ　ドレイプ トップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e軽やかドレープが魅せる洗練スタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eポリエステルとレーヨン混紡で、\u003cstrong\u003eとろける肌触り\u003c\/strong\u003e。\u003cstrong\u003eストレスフリーな着心地\u003c\/strong\u003eが、軽やかなドレープとともに\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_5437d4d7-f617-455d-a109-7cd5cdb8fe64.jpg?v=1779672765\" 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_c683f8e1-2de7-49ef-8704-b208cf3d76fd.jpg?v=1779672766\" 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美しく見せるUネック\u003c\/strong\u003eが、抜け感を演出。肌に吸い付くような素材感は、\u003cstrong\u003e快適性\u003c\/strong\u003eと\u003cstrong\u003e品の良さ\u003c\/strong\u003eを両立します。セレブリティも愛用するAlternativeのこだわりが光る一枚。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_430a436d-67a9-44b2-b111-4b7878e276b2.jpg?v=1779672766\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりの肌触りとなめらかさ\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e軽くて暖かいAlternativeの素材は、他のブランドにはない特別な着心地を提供します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e肌触り抜群\u003c\/li\u003e\n          \u003cli\u003eユニセックス展開で男女問わず着用可能\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の主な素材構成です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eポリエステル: 50%\u003c\/li\u003e\n          \u003cli\u003eレーヨン: 50%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e以下のサイズ表をご参照ください。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd colspan=\"5\"\u003eサイズ表\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eサイズ\u003c\/td\u003e\n                \u003ctd\u003e着丈(cm)\u003c\/td\u003e\n                \u003ctd\u003e身幅(cm)\u003c\/td\u003e\n                \u003ctd\u003e肩幅(cm)\u003c\/td\u003e\n                \u003ctd\u003e袖丈(cm)\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eS\u003c\/td\u003e\n                \u003ctd\u003e67\u003c\/td\u003e\n                \u003ctd\u003e41\u003c\/td\u003e\n                \u003ctd\u003e35\u003c\/td\u003e\n                \u003ctd\u003e14\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e67\u003c\/td\u003e\n                \u003ctd\u003e43\u003c\/td\u003e\n                \u003ctd\u003e36\u003c\/td\u003e\n                \u003ctd\u003e15\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e72\u003c\/td\u003e\n                \u003ctd\u003e46.5\u003c\/td\u003e\n                \u003ctd\u003e37.5\u003c\/td\u003e\n                \u003ctd\u003e16\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eAlternativeは、1995年にアメリカで創立されたアパレルブランドです。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e型にはまらない「オルタナティブ」な考え方をインスパイアし、社会を前向きに変えることを目指しています。\u003c\/li\u003e\n          \u003cli\u003eデザイン、肌ざわり、フィット感など、見た目だけでなく快適な品質にこだわったアイテムを提供しています。\u003c\/li\u003e\n          \u003cli\u003e環境問題や労働環境など、さまざまな社会問題への取り組みでも注目されています。\u003c\/li\u003e\n          \u003cli\u003eサラ・ジェシカ・パーカー、アレッサンドラ・アンブロシオ、エマ・ストーン、クリステン・スチュワートなど、数多くのセレブリティに愛用されています。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \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\"\u003eお写真はお色目の参考画像になりますのでご理解、ご了承くださいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】S","offer_id":53531439137086,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531439169854,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531439202622,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_5437d4d7-f617-455d-a109-7cd5cdb8fe64.jpg?v=1779672765"},{"product_id":"77102236","title":"Alternative Fleece Zip Hoodie TrueNavy\/オルタネイティブ フリースジップフーディー トゥルーネイビー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日常に馴染む、ネイビーの軽快フーディー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e身体のラインを拾いすぎない\u003cstrong\u003e絶妙なフィット感\u003c\/strong\u003eは、どんな装いにもマッチします。深みのあるネイビーカラーが、大人のカジュアルスタイルをさりげなく格上げし、動きやすい一日をサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_95469783-473e-411b-90e7-66bfeccfe380.jpg?v=1779672766\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e羽織るだけで、こなれ感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e後ろ姿も絵になる、ユニセックスフーディー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e肩から背中にかけての\u003cstrong\u003e自然なドレープ\u003c\/strong\u003eが、リラックス感と抜け感を演出します。男女問わず美しく見える設計は、多様なスタイルに寄り添い、どこから見ても抜かりない印象を与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_b750bc6c-edb2-4f80-97f2-ba980f3d87a2.jpg?v=1779672766\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自由な動きを、美しく纏う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e触れてわかる、極上の肌触りフリース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eポリエステル、コットン、レーヨンをブレンドした独自の素材が叶えるのは、一度触れたら忘れられない、\u003cstrong\u003eとろけるような柔らかさ\u003c\/strong\u003e。軽量なのにしっかりと暖かく、季節の変わり目や肌寒い日に活躍する、頼れる一着です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_967630ae-6f68-44f9-a9f1-aada96c2b9ca.jpg?v=1779672766\" 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\u003e1995年、アメリカで創立されたAlternativeは、着る人のオルタナティブな（型にはまらない）考えをインスパイアし、社会全体を前向きに変えていきたいという思いのもと、アイテムを提供しています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eデザイン・肌ざわり・フィット感など、快適な品質へのこだわり\u003c\/li\u003e\n          \u003cli\u003e環境問題や労働環境など、さまざまな社会問題に対する取り組み\u003c\/li\u003e\n          \u003cli\u003e肌触り抜群で、軽くて暖かい独自の素材\u003c\/li\u003e\n          \u003cli\u003eユニセックスでの展開で、男女問わず着こなせる人気デザイン\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eサラ・ジェシカ・パーカー、アレッサンドラ・アンブロジオ、エマ・ストーン、クリステン・スチュワートなど、数多くのセレブにも愛用されています。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eお手持ちの服と比較して、最適なサイズをお選びください。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth colspan=\"5\"\u003eサイズ表\u003c\/th\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003cth\u003e着丈(cm)\u003c\/th\u003e\n                \u003cth\u003e身幅(cm)\u003c\/th\u003e\n                \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n                \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXS\u003c\/td\u003e\n                \u003ctd\u003e61\u003c\/td\u003e\n                \u003ctd\u003e40\u003c\/td\u003e\n                \u003ctd\u003e38\u003c\/td\u003e\n                \u003ctd\u003e63\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eS\u003c\/td\u003e\n                \u003ctd\u003e64\u003c\/td\u003e\n                \u003ctd\u003e44\u003c\/td\u003e\n                \u003ctd\u003e42\u003c\/td\u003e\n                \u003ctd\u003e66\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e68\u003c\/td\u003e\n                \u003ctd\u003e49\u003c\/td\u003e\n                \u003ctd\u003e46\u003c\/td\u003e\n                \u003ctd\u003e71\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e73\u003c\/td\u003e\n                \u003ctd\u003e52\u003c\/td\u003e\n                \u003ctd\u003e49\u003c\/td\u003e\n                \u003ctd\u003e75\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e ポリエステル50% コットン46% レーヨン4%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますので、ご理解、ご了承くださいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】XS","offer_id":53531439235390,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】S","offer_id":53531439268158,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531439300926,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531439333694,"sku":null,"price":4980.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_95469783-473e-411b-90e7-66bfeccfe380.jpg?v=1779672766"},{"product_id":"77102234","title":"Alternative Fleece Zip Hoodie TrueBlack\/オルタネイティブ フリースジップフーディー トゥルーブラック","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e型にはまらない日常スタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e着る人の個性を引き出す、\u003cstrong\u003e軽やかで心地よいシルエット\u003c\/strong\u003e。毎日を彩る快適な着心地で、どんなシーンにも自然と馴染み、あなたのスタイルを引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_47946b99-3e3b-4057-854a-39b0ae7cf629.jpg?v=1779672768\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e自由な自分を表現する一着\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e後ろ姿まで映えるスマートシルエット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e身体に寄り添うしなやかなラインが、\u003cstrong\u003e洗練された印象を演出\u003c\/strong\u003eします。独自のフリース素材が、軽やかなのにしっかりとした温もりを提供し、アクティブな一日をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_0f529777-6fe6-4618-89ca-9f5af57d9f4c.jpg?v=1779672767\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適さを追求した絶妙なフィット感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eとろける肌触り、極上の着心地\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eポリエステル、コットン、レーヨンのブレンド素材が織りなす、\u003cstrong\u003e吸い付くような肌触り\u003c\/strong\u003e。細部までこだわり抜いた品質は、一度纏ったら手放せなくなる快適さをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_f387a4e5-e2dc-422d-8b87-b94ecacbeb71.jpg?v=1779672768\" 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 class=\"body-text\"\u003eAlternative（オルタネイティブ）は1995年、アメリカで創立されたアパレルブランドです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e「型にはまらない」という哲学をインスパイアし、社会全体を前向きに変えていきたいという思いが込められています。\u003c\/li\u003e\n                \u003cli\u003eデザイン・肌ざわり・フィット感など、見た目だけでなく快適な品質にもこだわったアイテムを提供しています。\u003c\/li\u003e\n                \u003cli\u003e環境問題や労働環境などといったさまざまな社会問題に対する取り組みでも話題を集めています。\u003c\/li\u003e\n                \u003cli\u003e男女問わず世界中で多くの支持を得ており、サラ・ジェシカ・パーカー、アレッサンドラ・アンブロジオ、エマ・ストーン、クリステン・スチュワートなど数多くのセレブも愛用しています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eAlternativeのフリースジップフーディーは、日常使いに最適な、軽さと暖かさを兼ね備えた一着です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e吸い付くようなとろける肌触り\u003c\/li\u003e\n                \u003cli\u003e軽くて暖かい、独自のフリース素材\u003c\/li\u003e\n                \u003cli\u003eユニセックスで男女問わず着用可能\u003c\/li\u003e\n                \u003cli\u003e快適な着心地で、どんなシーンにも自然に馴染む\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・組成\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eポリエステル、コットン、レーヨンの絶妙なブレンドが、極上の肌触りを実現します。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e ポリエステル 50%、コットン 46%、レーヨン 4%\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e以下のサイズ表をご確認の上、ご自身のサイズに合ったものをお選びください。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e着丈(cm)\u003c\/th\u003e\n                            \u003cth\u003e身幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e61\u003c\/td\u003e\n                            \u003ctd\u003e40\u003c\/td\u003e\n                            \u003ctd\u003e38\u003c\/td\u003e\n                            \u003ctd\u003e63\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e64\u003c\/td\u003e\n                            \u003ctd\u003e44\u003c\/td\u003e\n                            \u003ctd\u003e42\u003c\/td\u003e\n                            \u003ctd\u003e66\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e68\u003c\/td\u003e\n                            \u003ctd\u003e49\u003c\/td\u003e\n                            \u003ctd\u003e46\u003c\/td\u003e\n                            \u003ctd\u003e71\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e73\u003c\/td\u003e\n                            \u003ctd\u003e52\u003c\/td\u003e\n                            \u003ctd\u003e49\u003c\/td\u003e\n                            \u003ctd\u003e75\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 注意事項セクション (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\u003cstrong\u003eお色について:\u003c\/strong\u003e モニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像となりますので、ご理解、ご了承くださいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】XS","offer_id":53531439366462,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】S","offer_id":53531439399230,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531439431998,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531439464766,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_47946b99-3e3b-4057-854a-39b0ae7cf629.jpg?v=1779672768"},{"product_id":"77102232","title":"Alternative Fleece Zip Hoodie IVORY\/オルタネイティブ フリースジップフーディー アイボリー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e毎日に寄り添う大人のフーディー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e軽やかに羽織るだけで、たちまちこなれた印象に。ストレスフリーな着心地は、忙しい日常に安らぎを与えます。どんなスタイルにも溶け込む、洗練された一枚です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a22b45e9-4719-4b7d-b79c-c5ccb4039ca6.jpg?v=1779672768\" class=\"img-fluid d-block w-100 product-img\" alt=\"軽やかに羽織る大人のフーディー\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e軽やかな着心地で日常に彩りを\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eとろける肌触り、極上の着心地\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e触れた瞬間に感じる、とろけるような滑らかな肌触り。ポリエステル、コットン、レーヨンをブレンドしたフリースが、まるでカシミヤのような優しさで全身を包み込みます。一度着たら手放せなくなる、極上の快適性です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_83261972-cd3c-49fb-bee7-dded440bf12b.jpg?v=1779672768\" 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\"\u003eAlternativeブランドの哲学が息づく、ジェンダーレスなデザイン。軽くて暖かいフリース素材は、どんな体型にも優しくフィットし、エシカルな視点も兼ね備えます。着る人の個性を引き立て、新たな可能性を拓きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_166882e7-494a-4cd7-b6ea-aa65b33e4c13.jpg?v=1779672768\" class=\"img-fluid d-block w-100 product-img\" alt=\"型にはまらないジェンダーレスなデザイン\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e多様なスタイルを彩るエシカルな選択\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e1995年、アメリカで創立されたアパレルブランド「Alternative」。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e着る人のオルタナティブな(型にはまらない)考えをインスパイアし、社会全体を前向きに変えていきたいという思いのもと、デザイン・肌ざわり・フィット感など、見た目だけでなく快適な品質にもこだわったアイテムを提供しています。\u003c\/li\u003e\n                \u003cli\u003e環境問題や労働環境などといったさまざまな社会問題に対する取り組みでも話題を集めています。\u003c\/li\u003e\n                \u003cli\u003e男女問わず世界中で多くの支持を得ており、サラ・ジェシカ・パーカー、アレッサンドラ・アンブロジオ、エマ・ストーン、クリステン・スチュワートなど数多くのセレブも愛用しています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e肌触り抜群！軽くて暖かいオルタネイティブの素材は他のブランドにない着心地があります。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e軽やかでストレスフリーな着心地\u003c\/li\u003e\n                \u003cli\u003eとろけるような滑らかな肌触り\u003c\/li\u003e\n                \u003cli\u003eユニセックスでの展開で、男女問わず着こなせるデザイン\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eカシミヤのような優しさで包み込むブレンド素材。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eポリエステル50%\u003c\/li\u003e\n                \u003cli\u003eコットン46%\u003c\/li\u003e\n                \u003cli\u003eレーヨン4%\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e生産国については記載がございません。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eユニセックスで着用いただけるサイズ表です。お好みのフィット感に合わせてお選びください。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eサイズ\u003c\/td\u003e\n                            \u003ctd\u003e着丈(cm)\u003c\/td\u003e\n                            \u003ctd\u003e身幅(cm)\u003c\/td\u003e\n                            \u003ctd\u003e肩幅(cm)\u003c\/td\u003e\n                            \u003ctd\u003e袖丈(cm)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e61\u003c\/td\u003e\n                            \u003ctd\u003e40\u003c\/td\u003e\n                            \u003ctd\u003e38\u003c\/td\u003e\n                            \u003ctd\u003e63\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e64\u003c\/td\u003e\n                            \u003ctd\u003e44\u003c\/td\u003e\n                            \u003ctd\u003e42\u003c\/td\u003e\n                            \u003ctd\u003e66\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e68\u003c\/td\u003e\n                            \u003ctd\u003e49\u003c\/td\u003e\n                            \u003ctd\u003e46\u003c\/td\u003e\n                            \u003ctd\u003e71\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e73\u003c\/td\u003e\n                            \u003ctd\u003e52\u003c\/td\u003e\n                            \u003ctd\u003e49\u003c\/td\u003e\n                            \u003ctd\u003e75\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eモニターの発色の個体差により実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますのでご理解、ご了承くださいませ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】XS","offer_id":53531439497534,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】S","offer_id":53531439530302,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531439563070,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531439595838,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a22b45e9-4719-4b7d-b79c-c5ccb4039ca6.jpg?v=1779672768"},{"product_id":"77102231","title":"Alternative Fleece Zip Hoodie ECO 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    \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_e047cece-fb10-40dc-87bf-3465151ec9a7.jpg?v=1779672769\" 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ポリエステル50%とコットン46%の独自配合が、\u003cstrong\u003e驚くほどの柔らかさと軽さ\u003c\/strong\u003eを実現。ふんわりと肌を包み込み、心地よい温もりで一日を快適に過ごせます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_4b952a22-1e2c-430e-8c9f-0fbcb922d195.jpg?v=1779672769\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e軽やかで温かい肌触り\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e繊細な素材感が魅せる確かな品質\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eレーヨン4%を加えた特別な素材が、\u003cstrong\u003eしっとりとした滑らかな質感\u003c\/strong\u003eを生み出します。細部にまで施された丁寧な縫製と堅牢なジッパーが、永く愛用できる理由を語ります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2713df9b-6ea3-4034-ab04-8c53f6c1aa2f.jpg?v=1779672770\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eこだわりが光る細部\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランド紹介：Alternative\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e1995年、アメリカで創立されたアパレルブランドです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e着る人のオルタナティブな(型にはまらない)考えをインスパイアし、社会全体を前向きに変えていきたいという思いのもと、デザイン・肌ざわり・フィット感など、見た目だけでなく快適な品質にもこだわったアイテムを提供しています。\u003c\/li\u003e\n                \u003cli\u003e環境問題や労働環境などといったさまざまな社会問題に対する取り組みでも話題を集めています。\u003c\/li\u003e\n                \u003cli\u003e男女問わず世界中で多くの支持を得ており、サラ・ジェシカ・パーカー、アレッサンドラ・アンブロジオ、エマ・ストーン、クリステン・スチュワートなど数多くのセレブも愛用しています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本体素材の構成です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eポリエステル: 50%\u003c\/li\u003e\n                \u003cli\u003eコットン: 46%\u003c\/li\u003e\n                \u003cli\u003eレーヨン: 4%\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e肌触り抜群！軽くて暖かいオルタネイティブの素材は他のブランドにない着心地があります。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e商品の実寸サイズ（単位：cm）です。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e着丈(cm)\u003c\/th\u003e\n                            \u003cth\u003e身幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e61\u003c\/td\u003e\n                            \u003ctd\u003e40\u003c\/td\u003e\n                            \u003ctd\u003e38\u003c\/td\u003e\n                            \u003ctd\u003e63\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e64\u003c\/td\u003e\n                            \u003ctd\u003e44\u003c\/td\u003e\n                            \u003ctd\u003e42\u003c\/td\u003e\n                            \u003ctd\u003e66\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e68\u003c\/td\u003e\n                            \u003ctd\u003e49\u003c\/td\u003e\n                            \u003ctd\u003e46\u003c\/td\u003e\n                            \u003ctd\u003e71\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e73\u003c\/td\u003e\n                            \u003ctd\u003e52\u003c\/td\u003e\n                            \u003ctd\u003e49\u003c\/td\u003e\n                            \u003ctd\u003e75\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eユニセックスでの展開で、男女問わず着こなせるのが人気の理由です。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入の注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eモニターの発色の個体差により実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますのでご理解、ご了承くださいませ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】XS","offer_id":53531439628606,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】S","offer_id":53531439661374,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531439694142,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531439726910,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_e047cece-fb10-40dc-87bf-3465151ec9a7.jpg?v=1779672769"},{"product_id":"77102228","title":"Alternative Fleece Zip Hoodie ECOGREY\/オルタネイティブ フリースジップフーディー エコグレー","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大人の日常に溶け込む、洗練フーディー\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e柔らかな着心地で、どんなスタイルにも自然に溶け込む万能フーディーです。\u003cstrong\u003e肩の力を抜いたエフォートレスな日常着\u003c\/strong\u003eとして、あなたの毎日を彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_9117b71f-be97-4bc2-8b9f-a97adb056829.jpg?v=1779672771\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこなれ感を演出する、一枚\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e環境に寄り添う、とろける肌触り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e環境にも配慮したポリエステルとコットンの絶妙な配合\u003c\/strong\u003eが、とろけるような滑らかな肌触りを実現。毎日触れたくなる、\u003cstrong\u003e極上の心地よさ\u003c\/strong\u003eを提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_93c947e4-5728-4d62-9478-0484a5f26d36.jpg?v=1779672771\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eサステナブル素材の贅沢感触\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e軽さと暖かさ、そして普遍的な美しさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e軽くて暖かなフリース素材\u003c\/strong\u003eが、一年を通して快適な着心地を約束します。\u003cstrong\u003eユニセックスで楽しめる普遍的なデザイン\u003c\/strong\u003eは、パートナーとのシェアにも最適です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_1ba83e4f-c3a5-4a72-b5a2-06e8f82f9ead.jpg?v=1779672770\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eジェンダーレスな魅せるフーディー\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e1995年、アメリカで創立されたアパレルブランド、Alternative。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e着る人の「オルタナティブな(型にはまらない)」考え方をインスパイアし、社会全体を前向きに変えたいという思いが込められています。\u003c\/li\u003e\n        \u003cli\u003eデザイン、肌ざわり、フィット感など、見た目だけでなく快適な品質にもこだわったアイテムを提供。\u003c\/li\u003e\n        \u003cli\u003e環境問題や労働環境など、さまざまな社会問題に対する取り組みでも話題を集めています。\u003c\/li\u003e\n        \u003cli\u003eサラ・ジェシカ・パーカー、アレッサンドラ・アンブロジオ、エマ・ストーン、クリステン・スチュワートなど、数多くのセレブも愛用しています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e肌触り抜群！軽くて暖かいAlternativeの素材は、他のブランドにない着心地があります。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e肌触り抜群のフリース素材\u003c\/li\u003e\n        \u003cli\u003e軽くて暖かい着心地\u003c\/li\u003e\n        \u003cli\u003eユニセックスで男女問わず着用可能\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eポリエステル 50%\u003c\/li\u003e\n        \u003cli\u003eコットン 46%\u003c\/li\u003e\n        \u003cli\u003eレーヨン 4%\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003cth\u003e着丈(cm)\u003c\/th\u003e\n              \u003cth\u003e身幅(cm)\u003c\/th\u003e\n              \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n              \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXS\u003c\/td\u003e\n              \u003ctd\u003e61\u003c\/td\u003e\n              \u003ctd\u003e40\u003c\/td\u003e\n              \u003ctd\u003e38\u003c\/td\u003e\n              \u003ctd\u003e63\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e64\u003c\/td\u003e\n              \u003ctd\u003e44\u003c\/td\u003e\n              \u003ctd\u003e42\u003c\/td\u003e\n              \u003ctd\u003e66\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e68\u003c\/td\u003e\n              \u003ctd\u003e49\u003c\/td\u003e\n              \u003ctd\u003e46\u003c\/td\u003e\n              \u003ctd\u003e71\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL\u003c\/td\u003e\n              \u003ctd\u003e73\u003c\/td\u003e\n              \u003ctd\u003e52\u003c\/td\u003e\n              \u003ctd\u003e49\u003c\/td\u003e\n              \u003ctd\u003e75\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますので、ご理解、ご了承くださいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Alternative","offers":[{"title":"【1～2日間でご発送】XS","offer_id":53531439759678,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】S","offer_id":53531439792446,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531439825214,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】L","offer_id":53531439857982,"sku":null,"price":6480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_9117b71f-be97-4bc2-8b9f-a97adb056829.jpg?v=1779672771"},{"product_id":"77107014","title":"BB DAKOTA ビー・ビー・ダコタ 　ジャギーラインニット　セーター　 Emalee  Sweater BD36479","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e個性輝くフレンチスタイル\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e視線を惹きつける\u003cstrong\u003e大胆な幾何学模様\u003c\/strong\u003eが、あなたの日常にアーティスティックな彩りを加えます。軽く羽織るだけで、たちまち旬のスタイルが完成し、洗練された大人の余裕を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_de900f15-5d83-40c1-93fc-8584a1d65508.jpg?v=1779672771\" class=\"img-fluid d-block w-100 product-img\" alt=\"主役級の存在感、モードな羽織り\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e主役級の存在感、モードな羽織り\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e都会に溶け込む快適な着心地\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e軽やかな\u003cstrong\u003eアクリル素材を100%使用\u003c\/strong\u003eし、肌に吸い付くような優しい肌触りを実現しました。ストレスフリーな着心地は、アクティブな毎日を送るあなたに寄り添い、どんな動きも妨げません。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_a28f2f73-8583-4ef1-b183-38c41a80c571.jpg?v=1779672772\" class=\"img-fluid d-block w-100 product-img\" alt=\"美シルエットで魅せる、デイリーユース\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e美シルエットで魅せる、デイリーユース\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e後ろ姿まで抜かりない個性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eバックスタイルに施された\u003cstrong\u003e印象的なジャギーライン\u003c\/strong\u003eが、どこから見ても抜かりない個性を放ちます。すれ違う人々を魅了するこの一枚は、あなたのファッションセンスを際立たせるでしょう。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_33f20984-9daf-4791-89f4-4dfc55aeffca.jpg?v=1779672771\" class=\"img-fluid d-block w-100 product-img\" alt=\"360度どこから見ても、私だけの特別\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e360度どこから見ても、私だけの特別\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eBB DAKOTA（ビー・ビー・ダコタ）は、カナダのモントリオール出身のデザイナー、グロリア・ブランデスが1986年にカリフォルニアのラグナ・ビーチで立ち上げたブランドです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eフレンチテイストをスパイスに、ガーリーなデザインと着心地の良さが人気です。\u003c\/li\u003e\n        \u003cli\u003e注目のアイテムを手頃な価格で提供することをモットーとし、有名セレブからも支持されています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e肌触りの良い快適な素材です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e アクリル 100%\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e平置き採寸のため、若干の誤差が生じる場合がございます。\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eサイズ\u003c\/td\u003e\n              \u003ctd\u003e着丈(cm)\u003c\/td\u003e\n              \u003ctd\u003e身幅(cm)\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXS\u003c\/td\u003e\n              \u003ctd\u003e52\u003c\/td\u003e\n              \u003ctd\u003e42\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eS\u003c\/td\u003e\n              \u003ctd\u003e53\u003c\/td\u003e\n              \u003ctd\u003e46\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM\u003c\/td\u003e\n              \u003ctd\u003e54\u003c\/td\u003e\n              \u003ctd\u003e48\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本商品の詳細情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e商品名:\u003c\/strong\u003e ジャギーラインニット セーター Emalee Sweater\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e BD36479\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eモニターの発色の個体差により実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますのでご理解、ご了承くださいませ。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"BB DAKOTA","offers":[{"title":"【1～2日間でご発送】XS","offer_id":53531439890750,"sku":null,"price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】S","offer_id":53531439923518,"sku":null,"price":11800.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531439956286,"sku":null,"price":11800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_de900f15-5d83-40c1-93fc-8584a1d65508.jpg?v=1779672771"},{"product_id":"77107013","title":"BB DAKOTA ビー・ビー・ダコタ Rolly カーディガン Oatmeal BD36481","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #efefef; \n      font-family: \"Zen Old Mincho\", \"Noto Sans Japanese\", serif, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #1c1c1c;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #cfcfcf;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #1c1c1c; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 5px solid #1c1c1c; border-bottom: 1px solid #cfcfcf; padding: 5px 0 5px 10px; \n  }\n\n  .body-text { \n      color: #1c1c1c; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1c1c1c; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #1c1c1c40 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #cfcfcf;\n      border-radius: 4px;\n      background-color: #efefef; \n      color: #1c1c1c;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #1c1c1c; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #efefef; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #1c1c1c; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #cfcfcf; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #efefef; color: #1c1c1c; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #1c1c1c; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1c1c1c; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1c1c1c; font-size: 0.9em; }\n  ul.step-list { counter-reset: num; }\n  ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #1c1c1c; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #1c1c1c; margin-bottom: 12px; border-bottom: 1px solid #1c1c1c; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #cfcfcf; th, td { padding: 12px 8px; border: 1px solid #cfcfcf; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #1c1c1c; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #cfcfcf; background: #ffffff; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #1c1c1c; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e視線を惹きつける洗練柄\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e白黒のシェブロンパターンが、装いに\u003cstrong\u003eモダンなリズム\u003c\/strong\u003eを加えます。日常使いから少し特別な日まで、合わせるだけで旬なスタイルが完成します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2c69aec7-7565-48f3-8522-5233d376c704.jpg?v=1779672772\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e着映えする旬な一枚\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e抜け感で魅せるバックスタイル\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e肩から流れるようなシルエットが、後ろ姿に\u003cstrong\u003e優雅な表情\u003c\/strong\u003eを与えます。軽やかな着心地で、どんな動きも妨げない\u003cstrong\u003eストレスフリー\u003c\/strong\u003eな着用感です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_fba86cc4-1727-4140-9d37-5166c367bdc6.jpg?v=1779672772\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e後ろ姿も抜かりなく\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上質を纏う快適素材\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eアクリル70%、ウール30%配合。この絶妙なブレンドが、肌に触れるたびに感じる\u003cstrong\u003e柔らかな風合い\u003c\/strong\u003eを生み出しています。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_730c213f-34d0-4d0a-ae60-2004907aaa80.jpg?v=1779672772\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e柔らかな肌触りの秘密\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eブランドについて\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eBB DAKOTA（ビー・ビー・ダコタ）は、カナダのモントリオール出身のデザイナー、グロリア・ブランデスが1986年にカリフォルニアのラグナ・ビーチで立ち上げたブランドです。\u003c\/p\u003e\n            \u003cp\u003eフレンチテイストをスパイスに、ガーリーなデザインと着心地の良さが人気を集めています。サーフィンやスケートボードのカジュアルが主流のラグナビーチにトレンドを意識したフレンチ感覚のユニークさを展開させ、注目のアイテムを手ごろな価格で提供することをモットーにしたこだわりが有名セレブからもたくさん支持を得ています。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/img07.shop-pro.jp\/PA01258\/296\/etc\/%BE%A6%C9%CA%A5%DA%A1%BC%A5%B8-1.jpg?20140705004528\" class=\"img-fluid d-block w-100\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e本製品の素材構成です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eアクリル 70%\u003c\/li\u003e\n                \u003cli\u003eウール 30%\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e平置きでの実寸サイズです。お手持ちの服と比較してご検討ください。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e着丈(cm)\u003c\/th\u003e\n                            \u003cth\u003e身幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e肩幅(cm)\u003c\/th\u003e\n                            \u003cth\u003e袖丈(cm)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXS\u003c\/td\u003e\n                            \u003ctd\u003e72\u003c\/td\u003e\n                            \u003ctd\u003e50\u003c\/td\u003e\n                            \u003ctd\u003e38\u003c\/td\u003e\n                            \u003ctd\u003e62\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eS\u003c\/td\u003e\n                            \u003ctd\u003e74\u003c\/td\u003e\n                            \u003ctd\u003e51\u003c\/td\u003e\n                            \u003ctd\u003e40\u003c\/td\u003e\n                            \u003ctd\u003e63\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e75\u003c\/td\u003e\n                            \u003ctd\u003e53\u003c\/td\u003e\n                            \u003ctd\u003e41\u003c\/td\u003e\n                            \u003ctd\u003e64\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e■お色についてのご注意\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003eモニターの発色の個体差により、実物と写真の色が若干異なって見える場合がございます。お写真はお色目の参考画像になりますので、ご理解、ご了承くださいませ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"BB DAKOTA","offers":[{"title":"【1～2日間でご発送】XS","offer_id":53531439989054,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】S","offer_id":53531440021822,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true},{"title":"【1～2日間でご発送】M","offer_id":53531440054590,"sku":null,"price":13800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/download_2c69aec7-7565-48f3-8522-5233d376c704.jpg?v=1779672772"},{"product_id":"161310521","title":"ポロ　ラルフローレン　RALPH LAUREN  POLO BigPony ビッグポニー ボーイズ Boys【FRENCH　NAVY\/WHITE】","description":"\u003cp\u003e【素材】\u003cbr\u003e\nコットン100%\u003c\/p\u003e\n\n\u003cp\u003e【生産国】\u003cbr\u003e\nMade in China\u003c\/p\u003e","brand":"Reliar（レリア）","offers":[{"title":"【通常発送】 \/ M","offer_id":53531440775486,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【通常発送】 \/ L","offer_id":53531440808254,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【通常発送】 \/ XL","offer_id":53531440841022,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ M","offer_id":53531440873790,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ L","offer_id":53531440906558,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ XL","offer_id":53531440939326,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/161310521.jpg?v=1779672785"},{"product_id":"161310519","title":"ポロ　ラルフローレン　RALPH LAUREN  POLO BigPony ビッグポニー ボーイズ Boys【WHITE\/NAVY】","description":"\u003cp\u003e【素材】\u003cbr\u003e\nコットン100%\u003c\/p\u003e\n\n\u003cp\u003e【生産国】\u003cbr\u003e\nMade in China\u003c\/p\u003e","brand":"Reliar（レリア）","offers":[{"title":"【通常発送】 \/ M","offer_id":53531440972094,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【通常発送】 \/ L","offer_id":53531441004862,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【通常発送】 \/ XL","offer_id":53531441037630,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ M","offer_id":53531441070398,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ L","offer_id":53531441103166,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ XL","offer_id":53531441135934,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/161310519.jpg?v=1779672786"},{"product_id":"161310518","title":"ポロ　ラルフローレン　RALPH LAUREN  POLO BigPony ビッグポニー ボーイズ Boys【BLACK\/WHITE】","description":"\u003cp\u003e【素材】\u003cbr\u003e\nコットン100%\u003c\/p\u003e\n\n\u003cp\u003e【生産国】\u003cbr\u003e\nMade in China\u003c\/p\u003e","brand":"Reliar（レリア）","offers":[{"title":"【通常発送】 \/ M","offer_id":53531441168702,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【通常発送】 \/ L","offer_id":53531441201470,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【通常発送】 \/ XL","offer_id":53531441234238,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ M","offer_id":53531441267006,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ L","offer_id":53531441299774,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false},{"title":"【即納発送】 \/ XL","offer_id":53531441332542,"sku":null,"price":5900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2101\/9966\/files\/161310518.jpg?v=1779672788"}],"url":"https:\/\/reliar.we-shop.jp\/collections\/tops.oembed","provider":"Reliar（レリア）","version":"1.0","type":"link"}