{"title":"防寒コーデを完成させるアイテム","description":"","products":[{"product_id":"hafos-セーター-メンズ-冬服-ゆったり-ニット-クルーネック-防寒着-大きいサイズ-ケーブル編み-冬-トップス-長袖-暖かい-厚手-無地-カジュアル-ビジネス-丸首","title":"HAFOS セーター メンズ 冬服 ゆったり ニット クルーネック 防寒着 大きいサイズ ケーブル編み 冬 トップス 長袖 暖かい 厚手 無地 カジュアル ビジネス 丸首","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Helvetica Neue, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5b5b5b;\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 #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5b5b5b; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6e6e6; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5b5b5b; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6c757d; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #5b5b5b40 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 #e6e6e6;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #5b5b5b;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5b5b5b; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #5b5b5b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6e6e6; 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: #ffffff; color: #5b5b5b; 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: #5b5b5b; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6c757d; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5b5b5b; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6c757d; 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: #5b5b5b; 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: #5b5b5b; margin-bottom: 12px; border-bottom: 1px solid #5b5b5b; 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 #e6e6e6; th, td { padding: 12px 8px; border: 1px solid #e6e6e6; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5b5b5b; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6e6e6; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5b5b5b; 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\/0960\/8832\/6455\/files\/compass1762091940.webp?v=1769158834\" 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\/0960\/8832\/6455\/files\/Cable_Stitch_Sweater_Amazon_sub_4.jpg?v=1769158834\" 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\/0960\/8832\/6455\/files\/Cable_Stitch_Sweater_Amazon_sub_5.jpg?v=1769158834\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常を彩る、万能セーター\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e自由に遊ぶ、大人のカジュアル\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eHAFOSセーターの主な特徴とメリット:\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                    \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素材構成: 100% ポリエステル\u003c\/li\u003e\n                    \u003cli\u003eカラー: ブラック、グレー、オフホワイト、ベージュ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e快適にご着用いただくため、以下のサイズ表と推奨データを参考にしてください。\u003c\/p\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003eサイズ\u003c\/th\u003e\n                                \u003cth\u003e胸囲\u003c\/th\u003e\n                                \u003cth\u003e身丈\u003c\/th\u003e\n                                \u003cth\u003e肩幅\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e108cm\u003c\/td\u003e\n                                \u003ctd\u003e68cm\u003c\/td\u003e\n                                \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eL\u003c\/td\u003e\n                                \u003ctd\u003e112cm\u003c\/td\u003e\n                                \u003ctd\u003e69cm\u003c\/td\u003e\n                                \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eXL\u003c\/td\u003e\n                                \u003ctd\u003e116cm\u003c\/td\u003e\n                                \u003ctd\u003e70cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eM: 推奨身長 160cm-170cm \/ 推奨体重 55kg-65kg\u003c\/li\u003e\n                    \u003cli\u003eL: 推奨身長 170cm-175cm \/ 推奨体重 65kg-75kg\u003c\/li\u003e\n                    \u003cli\u003eXL: 推奨身長 175cm-185cm \/ 推奨体重 75kg-85kg\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品イメージ\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e詳細な商品イメージです。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762091940.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ1\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762092034.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ2\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762092066.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ3\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762092092.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ4\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762092114.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ5\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762091921.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ6\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762092149.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ7\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762092166.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ8\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/12413856\/compass1762092181.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品イメージ9\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"住マイル環境サービス","offers":[{"title":"ブラック \/ M","offer_id":51713227424055,"sku":"HAFOSSTMB","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ L","offer_id":51713227456823,"sku":"HAFOSSTLB","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ XL","offer_id":51713227489591,"sku":"HAFOSSTXLB","price":3980.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ M","offer_id":51713227522359,"sku":"HAFOSSTMG","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"グレー \/ L","offer_id":51713227555127,"sku":"HAFOSSTLG","price":3980.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ XL","offer_id":51713227587895,"sku":"HAFOSSTXLG","price":3980.0,"currency_code":"JPY","in_stock":false},{"title":"オフホワイト \/ M","offer_id":51713227620663,"sku":"HAFOSSTMW","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト \/ L","offer_id":51713227653431,"sku":"HAFOSSTLW","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト \/ XL","offer_id":51713227686199,"sku":"HAFOSSTXLW","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ M","offer_id":51713227718967,"sku":"HAFOSSTMBG","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ L","offer_id":51713227751735,"sku":"HAFOSSTLBG","price":3980.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ \/ XL","offer_id":51713227784503,"sku":"HAFOSSTXLBG","price":3980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1762091940.webp?v=1769158834"},{"product_id":"kyoser-ネックウォーマー-バイク-防寒-ネックガード-フェイスカバー-スキー-スノボ-uvカット-息苦しくない-伸縮性-通気性-保温-通勤-通学-自転車-バイク-アウトドア-登山-男女兼用","title":"KYOSER ネックウォーマー バイク 防寒 ネックガード フェイスカバー スキー スノボ UVカット 息苦しくない 伸縮性 通気性 保温 通勤 通学 自転車 バイク アウトドア 登山 男女兼用","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Helvetica Neue, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5b5b5b;\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 #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5b5b5b; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6e6e6; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5b5b5b; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6c757d; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #5b5b5b40 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 #e6e6e6;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #5b5b5b;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5b5b5b; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #5b5b5b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6e6e6; 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: #ffffff; color: #5b5b5b; 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: #5b5b5b; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6c757d; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5b5b5b; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6c757d; 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: #5b5b5b; 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: #5b5b5b; margin-bottom: 12px; border-bottom: 1px solid #5b5b5b; 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 #e6e6e6; th, td { padding: 12px 8px; border: 1px solid #e6e6e6; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5b5b5b; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6e6e6; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5b5b5b; 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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1728534756_bfc8f7c4-f3df-4342-be97-87a393e1eed6.webp?v=1769158605\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適防寒と洗練デザイン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e快適防寒と洗練デザイン\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e厳しい寒さ\u003c\/strong\u003eもこれで安心。顔から首までを優しく包み込み、\u003cstrong\u003e冷たい風\u003c\/strong\u003eからしっかりと守ります。\u003cstrong\u003e豊富なカラー\u003c\/strong\u003eで、毎日のスタイルに合わせ、冬のお出かけをより楽しく\u003cstrong\u003e快適に彩ります\u003c\/strong\u003e。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e運動中も息苦しくない\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/NECK_WARMER_Amazon_sub_2.jpg?v=1769158605\" class=\"img-fluid d-block w-100 product-img\" alt=\"運動でも快適な通気性\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e運動でも快適な通気性\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e通気性に優れたメッシュ構造\u003c\/strong\u003eで、呼吸時の顔への張り付きを軽減します。鼻と口に通気穴があるため、ランニングやサイクリング中でも\u003cstrong\u003e息苦しさを感じることなく\u003c\/strong\u003e、一日中\u003cstrong\u003e快適に着用できます\u003c\/strong\u003e。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eどんな頭にもふんわりフィット\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/NECK_WARMER_Amazon_sub_4.jpg?v=1769158605\" class=\"img-fluid d-block w-100 product-img\" alt=\"やさしい肌触りで快適\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eやさしい肌触りで快適\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e人間工学に基づいた設計\u003c\/strong\u003eで、顔や首周りに\u003cstrong\u003eふんわりと優しくフィット\u003c\/strong\u003e。\u003cstrong\u003eチクチク感のない滑らかな肌触り\u003c\/strong\u003eが、暖かさと心地よさをもたらします。\u003cstrong\u003e優れた伸縮性\u003c\/strong\u003eで男女問わず快適に着用でき、\u003cstrong\u003eヘルメットやゴーグルとの併用もスムーズ\u003c\/strong\u003eです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e冬の寒さ対策に特化した、快適で機能的なネックウォーマーです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e息苦しくない設計\u003c\/strong\u003e: 通気性のあるメッシュ構造と鼻・口の通気穴により、呼吸時の不快感を軽減し、一日中快適に装着可能。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e高い防寒・保温性\u003c\/strong\u003e: チクチク感のない暖かな素材で、寒さから肌をしっかりと守ります。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e人間工学に基づく肌触り\u003c\/strong\u003e: 顔や首周りにふんわりと優しくフィットし、肌に刺激の少ない滑らかな肌触り。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e優れた携帯性\u003c\/strong\u003e: 外した際はバッグにサッとしまえるため、持ち運びにも便利です。\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e多用途に対応\u003c\/strong\u003e: 自転車通勤、バイク、スキー、登山、ジョギング、ランニングなど様々なスポーツシーンにおすすめ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534756.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1695342886.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777276.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777286.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1689928435.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777307.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534784.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777316.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777325.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777334.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777342.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777351.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1666777359.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534804.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534820.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534835.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534855.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/image.rakuten.co.jp\/smilekankyo1\/cabinet\/09304232\/compass1728534871.jpg\" alt=\"商品詳細イメージ\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eポリエステル 88%\u003c\/li\u003e\n          \u003cli\u003eスパンデックス 12%\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ・着用感\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e男女問わず快適に着用いただけるデザインと伸縮性です。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eシンプルな無地デザインで男女兼用\u003c\/li\u003e\n          \u003cli\u003e軽量かつ優れた伸縮性でどんな頭にもふんわりフィット\u003c\/li\u003e\n          \u003cli\u003eヘルメットやゴーグルの内側にもスムーズに着用可能\u003c\/li\u003e\n          \u003cli\u003e高い弾力性でサイズは自由自在に対応\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"住マイル環境サービス","offers":[{"title":"ブラック","offer_id":51355372650807,"sku":"KYOSERNWB","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"グレー","offer_id":51355372683575,"sku":"KYOSERNWG","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"グリーン","offer_id":51355372716343,"sku":"KYOSERNWGR","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"レッド","offer_id":51355372749111,"sku":"KYOSERNWR","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー","offer_id":51355372781879,"sku":"KYOSERNWBL","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"オレンジ","offer_id":51355372814647,"sku":"KYOSERNWOR","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"スカイブルー","offer_id":51355372847415,"sku":"KYOSERNWSB","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"パープル","offer_id":51355372880183,"sku":"KYOSERNWPP","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"アーミーグリーン","offer_id":51355372912951,"sku":"KYOSERNWAG","price":1980.0,"currency_code":"JPY","in_stock":false},{"title":"イエロー","offer_id":51355372945719,"sku":"KYOSERNWY","price":1980.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":51355372978487,"sku":"KYOSERNWP","price":1980.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1728534756_bfc8f7c4-f3df-4342-be97-87a393e1eed6.webp?v=1769158605"},{"product_id":"セーター-メンズ-チクチクしないニット-タートルネック-無地-スリム-カジュアル-長袖-ニット-防寒-秋冬","title":"セーター メンズ 【チクチクしないニット】タートルネック 無地 スリム カジュアル 長袖 ニット 防寒 秋冬","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: Helvetica Neue, Arial, sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #5b5b5b;\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 #e6e6e6;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #5b5b5b; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #e6e6e6; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5b5b5b; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #6c757d; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #5b5b5b40 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 #e6e6e6;\n      border-radius: 0px;\n      background-color: #ffffff; \n      color: #5b5b5b;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #5b5b5b; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff; 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: #5b5b5b; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #e6e6e6; 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: #ffffff; color: #5b5b5b; 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: #5b5b5b; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #6c757d; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #5b5b5b; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #6c757d; 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: #5b5b5b; 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: #5b5b5b; margin-bottom: 12px; border-bottom: 1px solid #5b5b5b; 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 #e6e6e6; th, td { padding: 12px 8px; border: 1px solid #e6e6e6; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #5b5b5b; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #e6e6e6; background: #f9f9f9; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #5b5b5b; 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\/0960\/8832\/6455\/files\/compass1674727874_7d939bc6-3a1c-4099-9a69-1bdf24b06ec9.webp?v=1763442379\" 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\/0960\/8832\/6455\/files\/compass1666082735.webp?v=1763442381\" 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が織りなす、肌に溶け込むような\u003cstrong\u003e滑らかな感触\u003c\/strong\u003eが、着用する喜びをもたらします。首元から袖口、裾まで細やかなリブ加工で、体に心地よくフィットし、確かな温もりをキープします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/Turtleneck_Sweater2_sub_4.jpg?v=1768389827\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適さを追求した設計\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適さを追求した設計\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e流行に左右されないセーター。\u003cstrong\u003eチクチクしない気心地ニット\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eベーシックラインですっきりとした\u003cstrong\u003e洗練されたシルエット\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e一枚で主役、インナーとしても着回し抜群\u003c\/li\u003e\n                \u003cli\u003e細やかな美しいリブ模様が\u003cstrong\u003e上品さを格上げ\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003e春先まで長いシーズン着まわせる高品質生地\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e首回りを暖かく包み込むタートルネック\u003c\/li\u003e\n                \u003cli\u003eきちんとしたリブ加工の袖口と裾\u003c\/li\u003e\n                \u003cli\u003eタイトめなシルエットで心地よくフィットし、暖かさをキープ\u003c\/li\u003e\n                \u003cli\u003e様々なパンツ（デニム、ジーンズ、スキニーパンツ、チノパン、ジョガーパンツ、ワイドパンツ）とのコーディネートを楽しめます\u003c\/li\u003e\n                \u003cli\u003eきれいめ感が爽やかさを演出し、おしゃれに決めたいシーンにも最適\u003c\/li\u003e\n                \u003cli\u003eネックレスやペンダント、指輪、腕時計等のアクセサリーとも好相性\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e下記の寸法は平置きにて計測しておりますので、多少の誤差がある場合がございます。あらかじめご了承ください。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e袖丈(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\u003eM\u003c\/td\u003e\n                            \u003ctd\u003e61\u003c\/td\u003e\n                            \u003ctd\u003e98\u003c\/td\u003e\n                            \u003ctd\u003e66\u003c\/td\u003e\n                            \u003ctd\u003e41\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eL\u003c\/td\u003e\n                            \u003ctd\u003e62\u003c\/td\u003e\n                            \u003ctd\u003e102\u003c\/td\u003e\n                            \u003ctd\u003e68\u003c\/td\u003e\n                            \u003ctd\u003e42\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXL\u003c\/td\u003e\n                            \u003ctd\u003e63\u003c\/td\u003e\n                            \u003ctd\u003e106\u003c\/td\u003e\n                            \u003ctd\u003e70\u003c\/td\u003e\n                            \u003ctd\u003e43\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生地: コアヤーン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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eお問い合わせ先: 問い合わせチャット窓口\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"住マイル環境サービス","offers":[{"title":"ブラック \/ M","offer_id":51713226604855,"sku":"hafostn2mb","price":3480.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ L","offer_id":51713226637623,"sku":"hafostn2lb","price":3480.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック \/ XL","offer_id":51713226670391,"sku":"hafostn2xlb","price":3480.0,"currency_code":"JPY","in_stock":false},{"title":"ダークグレー \/ M","offer_id":51713226703159,"sku":"hafostn2mdg","price":3480.0,"currency_code":"JPY","in_stock":true},{"title":"ダークグレー \/ L","offer_id":51713226735927,"sku":"hafostn2ldg","price":3480.0,"currency_code":"JPY","in_stock":false},{"title":"ダークグレー \/ XL","offer_id":51713226768695,"sku":"hafostn2xldg","price":3480.0,"currency_code":"JPY","in_stock":false},{"title":"ライトグレー \/ M","offer_id":51713226801463,"sku":"hafostn2mg","price":3480.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー \/ L","offer_id":51713226834231,"sku":"hafostn2lg","price":3480.0,"currency_code":"JPY","in_stock":false},{"title":"ライトグレー \/ XL","offer_id":51713226866999,"sku":"hafostn2xlg","price":3480.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ M","offer_id":51713226899767,"sku":"hafostn2mn","price":3480.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー \/ L","offer_id":51713226932535,"sku":"hafostn2ln","price":3480.0,"currency_code":"JPY","in_stock":false},{"title":"ネイビー \/ XL","offer_id":51713226965303,"sku":"hafostn2xln","price":3480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0960\/8832\/6455\/files\/compass1674727874_7d939bc6-3a1c-4099-9a69-1bdf24b06ec9.webp?v=1763442379"}],"url":"https:\/\/qolia.we-shop.jp\/collections\/%e9%98%b2%e5%af%92%e3%82%b3%e3%83%bc%e3%83%87%e3%82%92%e5%ae%8c%e6%88%90%e3%81%95%e3%81%9b%e3%82%8b%e3%82%a2%e3%82%a4%e3%83%86%e3%83%a0.oembed","provider":"Qolia（クオリア）","version":"1.0","type":"link"}