{"title":"全てのアイテム","description":"\u003cp\u003e全てのアイテム\u003c\/p\u003e","products":[{"product_id":"104-203-01-001","title":"TRサージ テーラードジャケット【FLAT】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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が、${settings.WRITING_TARGET}の\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\/0700\/1024\/1197\/files\/000000000196-11-xl.jpg?v=1759292212\" 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\u003eAddElmテクノロジー\u003c\/strong\u003eをプラスし、\u003cstrong\u003e快適なコンディションをサポートする機能美\u003c\/strong\u003eを追求した一着です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000196-03-xl.jpg?v=1759292325\" 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            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\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 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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e69.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e53cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e46.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e61cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84.25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e71.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e55cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e48cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e86cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\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 class=\"body-text\"\u003eウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の２Bテーラードジャケットです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e心地良い着用感を最重要課題として、素材との相性に拘った独自パターンにより平均的男性の体を優しく包んでくれる逸品です。\u003c\/li\u003e\n                \u003cli\u003e適度な重量がさらなる高級感を付与しています。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eフォルム＆デザイン\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"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            \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のパンツはこちら\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/pants\/114-203-01-002\"\u003e114-203-01-002：TRサージ ワンタック テーパードスラックス 【FLAT】\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージを使用しています。\u003c\/li\u003e\n                \u003cli\u003e適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力です。\u003c\/li\u003e\n                \u003cli\u003e防シワ性も高い素材です。\u003c\/li\u003e\n                \u003cli\u003e袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムースです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e生地の厚さ：やや厚手\u003c\/li\u003e\n                \u003cli\u003e伸縮性：なし\u003c\/li\u003e\n                \u003cli\u003e光沢感：なし\u003c\/li\u003e\n                \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表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003c\/li\u003e\n                \u003cli\u003e身頃裏地：ポリエステル 100％\u003c\/li\u003e\n                \u003cli\u003e袖裏地：キュプラ 100％\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e原産国\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eAddElm機能について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。AddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e作用メカニズム\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。\u003c\/li\u003e\n                \u003cli\u003eその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になります。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \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\"\u003e104-203-01-001\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        \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ L","offer_id":44904372469933,"sku":"104-203-01-001_F01L","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ M","offer_id":44904372502701,"sku":"104-203-01-001_F01M","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"DARK GRAY \/ L","offer_id":44904372535469,"sku":"104-203-01-001_F10L","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"DARK GRAY \/ M","offer_id":44904372568237,"sku":"104-203-01-001_F10M","price":19530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000196-11-xl.jpg?v=1759292212"},{"product_id":"114-203-01-002","title":"TRサージ ワンタック テーパードスラックス FOR TJ 【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000197-13-xl.jpg?v=1759291817\" 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が、多忙なビジネスシーンで身体の動きを妨げません。シャープなテーパードシルエットは、どんな足元にも洗練された印象をもたらします。\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\/0700\/1024\/1197\/files\/000000000197-04-xl.jpg?v=1759291970\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりの素材とAddElm機能\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりの素材とAddElm機能\u003c\/p\u003e\n    \u003cp class=\"body-text\"\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\/0700\/1024\/1197\/files\/000000000197-06-xl.jpg?v=1759291994\" 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で、出張先でも常に完璧な装いを維持できます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\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=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e83cm\u003c\/td\u003e\n              \u003ctd\u003e105cm\u003c\/td\u003e\n              \u003ctd\u003e25.5cm\u003c\/td\u003e\n              \u003ctd\u003e67cm\u003c\/td\u003e\n              \u003ctd\u003e63cm\u003c\/td\u003e\n              \u003ctd\u003e35cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e87cm\u003c\/td\u003e\n              \u003ctd\u003e109cm\u003c\/td\u003e\n              \u003ctd\u003e26cm\u003c\/td\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n              \u003ctd\u003e65.4cm\u003c\/td\u003e\n              \u003ctd\u003e36cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"caption-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\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 class=\"body-text\"\u003eウール素材に拘らず、見た目の美しさと触感を優先に選ばれた素材と、緻密に計算されたフォルムが特徴です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のワンタックスラックス。\u003c\/li\u003e\n        \u003cli\u003eワンタックと深めの股上がゆとりのある着用感を提供。\u003c\/li\u003e\n        \u003cli\u003e太腿から膝に向けてはやや細めのサイズに設定し、裾にかけて緩やかなテーパードを形成。\u003c\/li\u003e\n        \u003cli\u003eゆとりのある腰〜ヒップ周りはスマートなタックインスタイルにも最適。\u003c\/li\u003e\n        \u003cli\u003e着用感とは相対的にシャープな印象を与え、平均的男性体型をカバー。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のジャケットもございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-203-01-001\"\u003e104-203-01-001 ：TRサージ テーラードジャケット【FLAT】\u003c\/a\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 class=\"body-text\"\u003e斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージを採用しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e自然なストレッチ性があり、ストレスフリーな着用感。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\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  \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ポリエステル 69％\u003c\/li\u003e\n        \u003cli\u003eレーヨン 30％\u003c\/li\u003e\n        \u003cli\u003eポリウレタン 1％\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eAddElm機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eAddElmは、人間を構成する元素に着目し、\u003cstrong\u003eアクティブコンディショニング\u003c\/strong\u003eをテーマに開発されたテクノロジーです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※作用メカニズム\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。\u003c\/li\u003e\n        \u003cli\u003eその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になります。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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      ※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003cbr\u003e\n      ※こちらは参考情報となります。カラーにより多少の誤差がございます。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904372633773,"sku":"114-203-01-002_F01M","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904372601005,"sku":"114-203-01-002_F01L","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"DARK GRAY \/ M","offer_id":44904372699309,"sku":"114-203-01-002_F10M","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"DARK GRAY \/ L","offer_id":44904372666541,"sku":"114-203-01-002_F10L","price":11830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000197-13-xl.jpg?v=1759291817"},{"product_id":"104-203-01-003","title":"TRサージ テーラードジャケット【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000198-11-xl.jpg?v=1759291505\" 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\u003eAddElmテクノロジーが日々のコンディションを整え、着用するたびに新たな活力を。\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000198-07-xl.jpg?v=1759291694\" 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盛夏以外の3シーズン対応\u003c\/strong\u003eで、毎日の着こなしを格上げします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000198-14-xl.jpg?v=1759291585\" 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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.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      \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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e71.5cm\u003c\/td\u003e\n              \u003ctd\u003e56.25cm\u003c\/td\u003e\n              \u003ctd\u003e45cm\u003c\/td\u003e\n              \u003ctd\u003e61.8cm\u003c\/td\u003e\n              \u003ctd\u003e84.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e73.5cm\u003c\/td\u003e\n              \u003ctd\u003e58.25cm\u003c\/td\u003e\n              \u003ctd\u003e46.5cm\u003c\/td\u003e\n              \u003ctd\u003e62.8cm\u003c\/td\u003e\n              \u003ctd\u003e86cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：182cm 着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の２Bテーラードジャケット。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eFLATよりややワイドなサイズ感で、強めの肩傾斜と馴染みの良いアウトポケットがソフトなイメージに仕上げています。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e胸ポケット、ベントを省いたミニマルなデザイン\u003c\/li\u003e\n        \u003cli\u003eワイドテーパードパンツとの組み合わせが最適で、余裕のある大人の男性に着ていただきたいアイテムです。\u003c\/li\u003e\n        \u003cli\u003e背抜き仕立てで盛夏以外の3シーズンに対応します。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のパンツもございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/pants\/114-203-01-004\"\u003e114-203-01-004：TRサージ ツータック テーパードスラックス FOR TJ【PLAY】\u003c\/a\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 class=\"body-text\"\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 class=\"body-text\"\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      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表地：ポリエステル 69％、レーヨン 30％、ポリウレタン 1％\u003c\/li\u003e\n        \u003cli\u003e身頃裏地：ポリエステル 100％\u003c\/li\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\"\u003eAddElm機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。AddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\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 class=\"body-text\"\u003e104-203-01-003\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904372764845,"sku":"104-203-01-003_P01M","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904372732077,"sku":"104-203-01-003_P01L","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"DARK GRAY \/ M","offer_id":44904372830381,"sku":"104-203-01-003_P10M","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"DARK GRAY \/ L","offer_id":44904372797613,"sku":"104-203-01-003_P10L","price":19530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000198-11-xl.jpg?v=1759291505"},{"product_id":"114-203-01-004","title":"TRサージ ツータック テーパードスラックス FOR TJ【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #e0e0e0;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #e0e0e0;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #333333;\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eTRサージ ツータック、優雅な腰回り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eウエストから流れるように施されたツータックが、腰回りに奥行きと余裕を創出します。微光沢のあるTRサージ素材が、触れるたびに\u003cstrong\u003e上質な気分\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000199-11-xl.jpg?v=1759291395\" 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\/0700\/1024\/1197\/files\/000000000199-19-xl.jpg?v=1759291159\" 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余計な装飾を排したミニマルなデザインが、幅広いシーンでの活躍を約束します。ジャケットと合わせればきちんと、Tシャツでカジュアルにと、\u003cstrong\u003e表情豊かな着こなし\u003c\/strong\u003eが叶います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000199-22-xl.jpg?v=1759291275\" 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 class=\"body-text\"\u003e\n        ウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のツータックスラックスです。\n      \u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\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身長170cm以上の男性へお勧め\u003c\/li\u003e\n        \u003cli\u003e深めの股上に起因する着用時の抱擁感\u003c\/li\u003e\n        \u003cli\u003eジャケットインナーをタックインで着こなすスタイルにも最適\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eAddElm機能付帯:\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\n        AddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。\n        AddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\n      \u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e作用メカニズム:\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。\u003c\/li\u003e\n        \u003cli\u003eその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になります。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e83cm\u003c\/td\u003e\n              \u003ctd\u003e116cm\u003c\/td\u003e\n              \u003ctd\u003e27.8cm\u003c\/td\u003e\n              \u003ctd\u003e68cm\u003c\/td\u003e\n              \u003ctd\u003e70.4cm\u003c\/td\u003e\n              \u003ctd\u003e36cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e87cm\u003c\/td\u003e\n              \u003ctd\u003e120cm\u003c\/td\u003e\n              \u003ctd\u003e28.3cm\u003c\/td\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n              \u003ctd\u003e72.8cm\u003c\/td\u003e\n              \u003ctd\u003e37cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e\n        斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージを使用しています。\n        自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力です。\n      \u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e詳細情報:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：やや厚手\u003c\/li\u003e\n        \u003cli\u003e伸縮性：なし\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：なし\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※上記は参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e組成表示:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eポリエステル 69％\u003c\/li\u003e\n        \u003cli\u003eレーヨン 30％\u003c\/li\u003e\n        \u003cli\u003eポリウレタン 1％\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国・商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e原産国：中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e関連商品\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のジャケット【PLAY】はこちら\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-203-01-003\"\u003e104-203-01-003：TRサージ テーラードジャケット【PLAY】\u003c\/a\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904372895917,"sku":"114-203-01-004_P01M","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904372863149,"sku":"114-203-01-004_P01L","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"DARK GRAY \/ M","offer_id":44904372961453,"sku":"114-203-01-004_P10M","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"DARK GRAY \/ L","offer_id":44904372928685,"sku":"114-203-01-004_P10L","price":11830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000199-13-xl.jpg?v=1759291015"},{"product_id":"104-203-01-005","title":"TRサージ ノーカラー テーラードジャケット【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000200-23-xl.jpg?v=1759290798\" 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\/0700\/1024\/1197\/files\/000000000200-26-xl.jpg?v=1759290862\" 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\u003eAddElm機能\u003c\/strong\u003eがあなたのコンディションを静かに整えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000200-08-xl.jpg?v=1759290902\" 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\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知性とクリエイティビティが問われるシーンに最適な、1Bカラーレスジャケットです。心地よい着用感を最重要課題とし、素材との相性にこだわった独自パターンで、平均的な男性の体を優しく包んでくれます。適度な重量がさらなる高級感を付与しています。\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\u003eAddElm機能がコンディションを静かに整える\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eフォルム＆デザイン:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eやや強めの肩傾斜と控えめなウエストシェイプによる、コンパクトながら適度にゆとりのあるフォルム。\u003c\/li\u003e\n                \u003cli\u003eカラーレスジャケットをベースに可能な限りシンプルに設計。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eAddElm機能について:\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003c\/li\u003e\n                \u003cli\u003eAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\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            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\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 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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e69.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e53cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e46.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e61cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84.25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e71.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e55cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e48cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e86cm\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\u003e参考: 着用モデル \/ 身長：182cm　着用サイズ：L\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=\"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 class=\"body-text\"\u003e組成表示:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003c\/li\u003e\n                \u003cli\u003e身頃裏地：ポリエステル 100％\u003c\/li\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 class=\"body-text\"\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                \u003cli\u003e原産国：中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※上記は参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のパンツもございます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/pants\/114-203-01-006\"\u003e114-203-01-006：TRサージ ワンタック テーパードスラックス【FLAT】\u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904373026989,"sku":"104-203-01-005_F01M","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904372994221,"sku":"104-203-01-005_F01L","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ M","offer_id":44904373092525,"sku":"104-203-01-005_F12M","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904373059757,"sku":"104-203-01-005_F12L","price":19530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000200-23-xl.jpg?v=1759290798"},{"product_id":"114-203-01-006","title":"TRサージ ワンタック テーパードスラックス FOR NCJ【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #e0e0e0;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #e0e0e0;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #333333;\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eワンタックが魅せる洗練ウエストライン\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e立体的な\u003cstrong\u003eワンタック\u003c\/strong\u003eが腰回りに程よいゆとりを生み出し、窮屈さを感じさせない心地よさを実現しています。細部に宿る\u003cstrong\u003e丁寧な仕立て\u003c\/strong\u003eが、着用する方の\u003cstrong\u003e品格\u003c\/strong\u003eを引き立てます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000201-10-xl.jpg?v=1759290679\" 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\/0700\/1024\/1197\/files\/000000000201-02-xl.jpg?v=1759290564\" 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\"\u003eTRサージが織りなす上質な着こなし\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e滑らかな\u003cstrong\u003eTRサージ素材\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\/0700\/1024\/1197\/files\/000000000201-14-xl.jpg?v=1759290641\" class=\"img-fluid d-block w-100 product-img\" alt=\"TRサージが織りなす上質な着こなし\"\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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：114-203-01-006\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴とデザイン\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のワンタックスラックスです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eフォルム＆デザイン\u003c\/strong\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後ろウエストにはVスリットを配し、着席時のゆとりも確保されたデザインです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のジャケットもございます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-203-01-005\"\u003e104-203-01-005：TRサージ ノーカラー テーラードジャケット【FLAT】\u003c\/a\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 class=\"body-text\"\u003e斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージを使用しています。自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e組成表示\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eポリエステル 69％\u003c\/li\u003e\n                \u003cli\u003eレーヨン 30％\u003c\/li\u003e\n                \u003cli\u003eポリウレタン 1％\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e原産国\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能・テクノロジー\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e様々な機能性により快適な着心地をサポートします。\u003c\/p\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eAddElm機能付帯\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。AddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e作用メカニズム\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。\u003c\/li\u003e\n                \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            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003eウエスト\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003eヒップ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e股上\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e股下\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e腿周り\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裾周り\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd\u003e83cm\u003c\/td\u003e\n                            \u003ctd\u003e105cm\u003c\/td\u003e\n                            \u003ctd\u003e25.5cm\u003c\/td\u003e\n                            \u003ctd\u003e67cm\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e35cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd\u003e87cm\u003c\/td\u003e\n                            \u003ctd\u003e109cm\u003c\/td\u003e\n                            \u003ctd\u003e26cm\u003c\/td\u003e\n                            \u003ctd\u003e69cm\u003c\/td\u003e\n                            \u003ctd\u003e65.4cm\u003c\/td\u003e\n                            \u003ctd\u003e36cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eその他詳細情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e生地の厚さ：やや厚手\u003c\/li\u003e\n                \u003cli\u003e伸縮性：なし\u003c\/li\u003e\n                \u003cli\u003e光沢感：なし\u003c\/li\u003e\n                \u003cli\u003e裏地：なし\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) は情報がないため作成しません。 --\u003e\n    \u003c!-- 注意事項セクション (Notes) は情報がないため作成しません。 --\u003e\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904373158061,"sku":"114-203-01-006_F01M","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904373125293,"sku":"114-203-01-006_F01L","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ M","offer_id":44904373223597,"sku":"114-203-01-006_F12M","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904373190829,"sku":"114-203-01-006_F12L","price":11830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000201-01-xl.jpg?v=1759290550"},{"product_id":"104-203-01-007","title":"TRサージ ノーカラー テーラードジャケット【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000202-05-xl.jpg?v=1759290395\" 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を感じさせる生地の表情が魅力です。\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\/0700\/1024\/1197\/files\/000000000202-15-xl.jpg?v=1759290311\" 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します。かっちりしすぎず、休日の大人スタイルにも自然と溶け込みます。\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\/0700\/1024\/1197\/files\/000000000202-16-xl.jpg?v=1759290341\" 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を両立しています。\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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e71.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e56.25cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e45cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e61.8cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e73.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e58.25cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e46.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62.8cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e86cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の1Bカラーレスジャケット。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e心地良い着用感を最重要課題として、素材との相性に拘った独自パターンによりやや体格の良い男性にお勧めの逸品。適度な重量がさらなる高級感を付与しています。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のパンツはこちら\u003c\/p\u003e\n      \u003cp class=\"body-text\" style=\"text-decoration: underline;\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/pants\/114-203-01-008\"\u003e114-203-01-008 ：TRサージ ツータック テーパードスラックス FOR NCJ【PLAY】\u003c\/a\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eフォルム・デザイン\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e「FLAT」に比べゆとりのあるシルエットです。\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=\"benefit-list\"\u003e\n        \u003cli\u003e適度な膨らみと自然なストレッチ性があり、ストレスフリーな着心地の良さが魅力です。\u003c\/li\u003e\n        \u003cli\u003e防シワ性も高い素材です。\u003c\/li\u003e\n        \u003cli\u003e袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムースです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：やや厚手\u003c\/li\u003e\n        \u003cli\u003e伸縮性：なし\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：あり(背抜き)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・組成\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003c\/li\u003e\n        \u003cli\u003e身頃裏地：ポリエステル 100％\u003c\/li\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\"\u003eAddElm機能について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e作用メカニズム：\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。\u003c\/li\u003e\n        \u003cli\u003eその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になります。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 商品コード --\u003e\n  \u003cp class=\"body-text\"\u003e商品コード: 104-203-01-007\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904373289133,"sku":"104-203-01-007_P01M","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904373256365,"sku":"104-203-01-007_P01L","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ M","offer_id":44904373354669,"sku":"104-203-01-007_P12M","price":19530.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904373321901,"sku":"104-203-01-007_P12L","price":19530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000202-11-xl.jpg?v=1759290220"},{"product_id":"114-203-01-008","title":"TRサージ ツータック テーパードスラックス FOR NCJ【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; } \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap;\n      border-collapse: collapse;\n      border: 1px solid #e0e0e0;\n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px;\n      border: 1px solid #e0e0e0;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #333333;\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000203-15-xl.jpg?v=1759289955\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e紳士の品格を纏う一本\u003c\/p\u003e\n    \u003cp class=\"body-text\"\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\/0700\/1024\/1197\/files\/000000000203-04-xl.jpg?v=1759290100\" class=\"img-fluid d-block w-100 product-img\"\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で、座り姿勢も快適です。\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\/0700\/1024\/1197\/files\/000000000203-18-xl.jpg?v=1759290022\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e隠れた高機能で一日中快適\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e美しい綾目のポルトガル製サージは、高い\u003cstrong\u003e防シワ性\u003c\/strong\u003eも魅力。\u003cstrong\u003eAddElmテクノロジー\u003c\/strong\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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e83cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e116cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e27.8cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e68cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70.4cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e36cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e87cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e120cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e28.3cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e72.8cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e37cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のツータックスラックスです。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cstrong\u003eフォルム＆デザイン\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eヒップから太ももに余裕を持たせ、裾に向かって細くなるワイドテーパードシルエットが上品な印象。\u003c\/li\u003e\n        \u003cli\u003e深めの股上に起因する着用時の抱擁感が特徴で、ジャケットインナーをタックインで着こなすスタイルにも最適。\u003c\/li\u003e\n        \u003cli\u003e後ろウエストにはVスリットを配し、着席時のゆとりも確保されたデザイン。\u003c\/li\u003e\n        \u003cli\u003e平均身長より高めの男性へお勧めです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のジャケットはこちら\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-203-01-007\"\u003e104-203-01-007：TRサージ ノーカラー テーラードジャケット【PLAY】\u003c\/a\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 class=\"body-text\"\u003e斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージを使用しています。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cstrong\u003e詳細情報\u003c\/strong\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      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cstrong\u003e組成表示\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eポリエステル 69％\u003c\/li\u003e\n        \u003cli\u003eレーヨン 30％\u003c\/li\u003e\n        \u003cli\u003eポリウレタン 1％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e\u003cstrong\u003e原産国\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eAddElmテクノロジーについて\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。AddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003cstrong\u003e作用メカニズム\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。その刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になります。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904373420205,"sku":"114-203-01-008_P01M","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904373387437,"sku":"114-203-01-008_P01L","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"DARK NAVY \/ M","offer_id":44904373485741,"sku":"114-203-01-008_P12M","price":11830.0,"currency_code":"JPY","in_stock":true},{"title":"DARK NAVY \/ L","offer_id":44904373452973,"sku":"114-203-01-008_P12L","price":11830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000203-15-xl.jpg?v=1759289955"},{"product_id":"111-203-03-009","title":"ドレスロングスリーブＴシャツ【FLAT】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- ① 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eドレスロングスリーブTシャツ 大人の品格\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\/0700\/1024\/1197\/files\/000000000204-13-l.jpg?v=1759208635\" class=\"img-fluid d-block w-100 product-img\" alt=\"ドレスロングスリーブTシャツのイメージ\"\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着痩せ効果でスマートに魅せるTシャツ\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\/0700\/1024\/1197\/files\/000000000204-02-l.jpg?v=1759208634\" class=\"img-fluid d-block w-100 product-img\" alt=\"着痩せ効果のあるTシャツのイメージ\"\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\/0700\/1024\/1197\/files\/000000000204-03-l.jpg?v=1759208634\" 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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e56cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e46.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e61.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84.75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e72cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e58cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e48cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e63cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e87cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eクリアな素材感が魅力のジャケットインナーロングスリーブTシャツです。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eフォルム＆デザイン:\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eタックアウトに最適なボディーレングス。\u003c\/li\u003e\n        \u003cli\u003eやや細めの襟と、裾にかけての微量なテーパード分量も特徴です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：あり\u003c\/li\u003e\n        \u003cli\u003e光沢感：ややあり\u003c\/li\u003e\n        \u003cli\u003e裏地：なし\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e組成表示:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e綿 100％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e原産国:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地：日本\u003c\/li\u003e\n        \u003cli\u003e縫製：中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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\"\u003e111-203-03-009\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しません。 --\u003e\n  \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904373551277,"sku":"111-203-03-009_F01M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904373518509,"sku":"111-203-03-009_F01L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ M","offer_id":44904373616813,"sku":"111-203-03-009_F32M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ L","offer_id":44904373584045,"sku":"111-203-03-009_F32L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ M","offer_id":44904373682349,"sku":"111-203-03-009_F03M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ L","offer_id":44904373649581,"sku":"111-203-03-009_F03L","price":8900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000204-01-l.jpg?v=1759208634"},{"product_id":"111-203-03-010","title":"ドレスロングスリーブＴシャツ【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse;\n      border: 1px solid #e0e0e0;\n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px;\n      border: 1px solid #e0e0e0;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #333333;\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e休日を格上げする大人Tシャツ\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\/0700\/1024\/1197\/files\/000000000205-07-l.jpg?v=1759208632\" class=\"img-fluid d-block w-100 product-img\" alt=\"上品なリラックス感のあるTシャツ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上品なリラックス感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e差がつく大人の品格、上質な一枚\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e肌に吸い付くような\u003cstrong\u003eなめらかな生地\u003c\/strong\u003eが、\u003cstrong\u003e知的で落ち着いた印象\u003c\/strong\u003eを与えます。首元を\u003cstrong\u003e上品に見せ\u003c\/strong\u003e、胸元のポケットがシンプルな中に\u003cstrong\u003eアクセント\u003c\/strong\u003eを添えています。\u003cstrong\u003e細部に宿る上質さ\u003c\/strong\u003eを体験してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000205-09-l.jpg?v=1759208632\" class=\"img-fluid d-block w-100 product-img\" alt=\"都会的なミニマルデザインのTシャツ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e都会的なミニマルデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eオフィスも休日も、これ一枚で決まる\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eゆとりのある着丈と身幅が、\u003cstrong\u003e体型を気にせずスマートな印象\u003c\/strong\u003eを演出します。\u003cstrong\u003eきちんと感とリラックス感を両立\u003c\/strong\u003eするシルエットは、カジュアルからビジネスシーンまで\u003cstrong\u003e幅広く活躍\u003c\/strong\u003eします。\u003cstrong\u003e着るだけでサマになる、頼れる一枚\u003c\/strong\u003eがここにあります。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000205-02-l.jpg?v=1759208632\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練された万能トップス\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e洗練された万能トップス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e胸周りにゆとりを持たせ、リラックスした着用感とクリアな素材感が特徴のロングスリーブTシャツです。\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 class=\"body-text\"\u003eFLATフォルムよりもワイドなサイズ感で、裾にかけてのテーパードが特徴です。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eFLATフォルムよりワイドなサイズ感\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日本製二重編みカットソー素材\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                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\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                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                                \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                                \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                                \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                                \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                                \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                                \u003ctd\u003e71cm\u003c\/td\u003e\n                                \u003ctd\u003e62cm\u003c\/td\u003e\n                                \u003ctd\u003e52.5cm\u003c\/td\u003e\n                                \u003ctd\u003e58.5cm\u003c\/td\u003e\n                                \u003ctd\u003e84.75cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                                \u003ctd\u003e73cm\u003c\/td\u003e\n                                \u003ctd\u003e64cm\u003c\/td\u003e\n                                \u003ctd\u003e54cm\u003c\/td\u003e\n                                \u003ctd\u003e60cm\u003c\/td\u003e\n                                \u003ctd\u003e87cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e参考: 着用モデル \/ 身長：182cm　着用サイズ：L\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e製品情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e生地の厚さ: 普通\u003c\/li\u003e\n                    \u003cli\u003e伸縮性: あり\u003c\/li\u003e\n                    \u003cli\u003e光沢感: ややあり\u003c\/li\u003e\n                    \u003cli\u003e裏地: なし\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e組成・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e綿 100％\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!-- 注意事項セクション (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":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904373747885,"sku":"111-203-03-010_P01M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904373715117,"sku":"111-203-03-010_P01L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ M","offer_id":44904373813421,"sku":"111-203-03-010_P32M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ L","offer_id":44904373780653,"sku":"111-203-03-010_P32L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ M","offer_id":44904373878957,"sku":"111-203-03-010_P03M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ L","offer_id":44904373846189,"sku":"111-203-03-010_P03L","price":8900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000205-01-l.jpg?v=1759208632"},{"product_id":"111-203-03-011","title":"ドレスロングスリーブＴシャツ【SLACK】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; \n      border-collapse: collapse; \n      border: 1px solid #e0e0e0; \n  }\n  .spec-table th, .spec-table td {\n      padding: 12px 8px; \n      border: 1px solid #e0e0e0; \n      font-size: 0.9em; \n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #333333; \n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 111-203-03-011\u003c\/p\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e背中で語る大人の余裕 SLACKロゴ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000206-01-l.jpg?v=1759208631\" 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\u003eSLACKロゴ\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\/0700\/1024\/1197\/files\/000000000206-09-l.jpg?v=1759208631\" 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\/0700\/1024\/1197\/files\/000000000206-03-l.jpg?v=1759208630\" 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を演出。ゆったりとした着心地で、一日中快適に過ごせます。\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\"\u003eこの製品は以下の機能を持っています。\u003c\/p\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.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            \u003cp class=\"body-text\"\u003eクリアな素材感でありながら、ボクシーなシルエットが特徴のアウターロングスリーブTシャツ。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003ePLAYより更にワイドサイズにセットされたストリート感溢れるシルエット。\u003c\/li\u003e\n                \u003cli\u003eバックプリントに「SLACK」のロゴ。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e72.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e64cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e59cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e54.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e74.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e66cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e60.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e56cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e86.25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n            \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e糸段階で毛羽処理を入念に施し、クリアな表面感に仕上がった日本製二重編みカットソー素材を使用しています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e組成表示: 綿 100％\u003c\/li\u003e\n                \u003cli\u003e生地: 日本\u003c\/li\u003e\n                \u003cli\u003e縫製: 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e生地の厚さ: 普通\u003c\/li\u003e\n                \u003cli\u003e伸縮性: あり\u003c\/li\u003e\n                \u003cli\u003e光沢感: ややあり\u003c\/li\u003e\n                \u003cli\u003e裏地: なし\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904373944493,"sku":"111-203-03-011_S01M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904373911725,"sku":"111-203-03-011_S01L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ M","offer_id":44904374010029,"sku":"111-203-03-011_S32M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ L","offer_id":44904373977261,"sku":"111-203-03-011_S32L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ M","offer_id":44904374075565,"sku":"111-203-03-011_S03M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ L","offer_id":44904374042797,"sku":"111-203-03-011_S03L","price":8900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000206-01-l.jpg?v=1759208631"},{"product_id":"111-203-03-012","title":"スムース天竺 ハイネック L\/S Tシャツ【FLAT】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e品格を纏う、大人のハイネック\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e首に美しく沿う計算された襟設計が、ジャケットインナーでもたつかず\u003cstrong\u003eスマートな印象\u003c\/strong\u003eを演出します。肌に滑らかな日本製天竺素材で、一日中快適に過ごせます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000207-14-l_4f75110e-05f0-4292-b9e3-491d090ba1be.jpg?v=1761553942\" 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  \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は、厳選された綿100%素材と日本の職人技が織りなす品質の証。細部までこだわり抜いた仕立てが、\u003cstrong\u003e上質な着心地\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000207-22-l.jpg?v=1761558295\" 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  \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\/0700\/1024\/1197\/files\/000000000207-23-l.jpg?v=1761558295\" 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 class=\"body-text\"\u003eジャケットインナー用としてデザインされたハイネックロングスリーブTシャツです。\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_O.jpg\" alt=\"機能アイコンO\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_P.jpg\" alt=\"機能アイコンP\"\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=\"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 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 scope=\"col\" style=\"width: 10.993%;\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\" style=\"width: 15.7848%;\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\" style=\"width: 14.3401%;\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\" style=\"width: 12.6273%;\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\" style=\"width: 12.7288%;\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\" style=\"width: 12.7288%;\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\" style=\"width: 10.993%;\"\u003eM\u003c\/th\u003e\n              \u003ctd style=\"width: 15.7848%;\"\u003e70cm\u003c\/td\u003e\n              \u003ctd style=\"width: 14.3401%;\"\u003e56cm\u003c\/td\u003e\n              \u003ctd style=\"width: 12.6273%;\"\u003e46.5cm\u003c\/td\u003e\n              \u003ctd style=\"width: 12.6273%;\"\u003e61.5cm\u003c\/td\u003e\n              \u003ctd style=\"width: 12.7288%;\"\u003e84.75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\" style=\"width: 10.993%;\"\u003eL\u003c\/th\u003e\n              \u003ctd style=\"width: 15.7848%;\"\u003e72cm\u003c\/td\u003e\n              \u003ctd style=\"width: 14.3401%;\"\u003e58cm\u003c\/td\u003e\n              \u003ctd style=\"width: 12.6273%;\"\u003e48cm\u003c\/td\u003e\n              \u003ctd style=\"width: 12.7288%;\"\u003e63cm\u003c\/td\u003e\n              \u003ctd style=\"width: 12.7288%;\"\u003e87cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e透けにくく、適度な目付けで設計された、滑らかな触感の日本製天竺カットソー素材を使用しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e身頃：綿 100％\u003c\/li\u003e\n        \u003cli\u003eリブ：綿 100％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e原産国：日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：あり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：なし\u003c\/li\u003e\n        \u003cli\u003e商品コード: 111-203-03-012\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) は情報がないため作成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) は情報がないため作成しません --\u003e\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"OFF WHITE \/ L","offer_id":45151798395053,"sku":"111-203-03-012_F03L","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ M","offer_id":45151798427821,"sku":"111-203-03-012_F03M","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":45152914866349,"sku":"111-203-03-012_F01L","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ M","offer_id":45152914899117,"sku":"111-203-03-012_F01M","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ L","offer_id":45152914931885,"sku":"111-203-03-012_F32L","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ M","offer_id":45152914964653,"sku":"111-203-03-012_F32M","price":9000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000207-14-l_4f75110e-05f0-4292-b9e3-491d090ba1be.jpg?v=1761553942"},{"product_id":"111-203-03-013","title":"スムース天竺 ハイネック L\/S Tシャツ【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 100px);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000208-14-l.jpg?v=1761553984\" 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計算された美フォルムTシャツ\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\/0700\/1024\/1197\/files\/000000000208-20-l.jpg?v=1761558007\" class=\"img-fluid d-block w-100 product-img\" alt=\"着回し自在なデザインのTシャツ\"\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\/0700\/1024\/1197\/files\/000000000208-21-l.jpg?v=1761558007\" class=\"img-fluid d-block w-100 product-img\" alt=\"国産綿100%の素材感\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e国産綿100%の品質\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\"\u003eジャケットインナー用でタックインも可能な、少しゆとりのあるサイズ感のハイネックロングスリーブTシャツ。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eフォルム＆デザイン:\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e首に沿い、折り返さず着用できる襟設計。\u003c\/li\u003e\n                \u003cli\u003eラウンドヘムでタックイン、アウトのどちらにも適した設計。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\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            \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e機能アイコン:\u003c\/p\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_O.jpg\" alt=\"機能アイコンO\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_P.jpg\" alt=\"機能アイコンP\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd\u003e75cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003ctd\u003e54.5cm\u003c\/td\u003e\n                            \u003ctd\u003e57.5cm\u003c\/td\u003e\n                            \u003ctd\u003e84.75cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd\u003e77cm\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e87cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183cm　着用サイズ：L\u003c\/p\u003e\n            \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e素材の特徴:\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e透けにくく、適度な目付けで設計された、滑らかな日本製天竺カットソー素材。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e組成表示:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e身頃：綿 100％\u003c\/li\u003e\n                \u003cli\u003eリブ：綿 100％\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e原産国: 日本\u003c\/p\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":"フロンテラ","offers":[{"title":"OFF WHITE \/ L","offer_id":45151798821037,"sku":"111-203-03-013_P03L","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ M","offer_id":45151798853805,"sku":"111-203-03-013_P03M","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":45152915095725,"sku":"111-203-03-013_P01L","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ M","offer_id":45152915128493,"sku":"111-203-03-013_P01M","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ L","offer_id":45152915161261,"sku":"111-203-03-013_P32L","price":9000.0,"currency_code":"JPY","in_stock":true},{"title":"MEDIUM GRAY \/ M","offer_id":45152915194029,"sku":"111-203-03-013_P32M","price":9000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000208-14-l.jpg?v=1761553984"},{"product_id":"105-203-02-014","title":"ノーカラー オックスフォードシャツ【FLAT】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cp class=\"body-text\"\u003e商品コード: 105-203-02-014\u003c\/p\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をサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000209-01-l.jpg?v=1759208628\" 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\/0700\/1024\/1197\/files\/000000000209-17-l.jpg?v=1759208628\" 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\/0700\/1024\/1197\/files\/000000000209-15-l.jpg?v=1759208627\" 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\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=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコンD\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_M.jpg\" alt=\"機能アイコンM\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_O.jpg\" alt=\"機能アイコンO\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003eシワになり難く、二重織のような風合いを持つ綿・ポリエステル混合シャークスキン素材を使用したバンドカラーシャツ。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eコンパクトなサイズ感ではありながら、控えめなウエストシェイプとサイドタックで実現された絶妙なフォルム。さらにジャケットのインナーとしても考慮された設計です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e詳細情報\u003c\/p\u003e\n      \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      \u003cp class=\"body-text\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e首回り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e74cm\u003c\/td\u003e\n              \u003ctd\u003e56cm\u003c\/td\u003e\n              \u003ctd\u003e47cm\u003c\/td\u003e\n              \u003ctd\u003e62.25cm\u003c\/td\u003e\n              \u003ctd\u003e85.75cm\u003c\/td\u003e\n              \u003ctd\u003e41cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e76cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003ctd\u003e48.5cm\u003c\/td\u003e\n              \u003ctd\u003e63.25cm\u003c\/td\u003e\n              \u003ctd\u003e87.5cm\u003c\/td\u003e\n              \u003ctd\u003e42.3cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：183cm　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e長短複合という難易度の高い手法で織られた希少素材。綿とポリエステルの特殊な配列で、綿の風合いを活かしながら綿素材の欠点である着用じわを軽減する機能を併せ持ちます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e綿 46％\u003c\/li\u003e\n        \u003cli\u003eポリエステル 37％\u003c\/li\u003e\n        \u003cli\u003e複合繊維(ポリエステル) 17％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e原産国：中国\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904374403245,"sku":"105-203-02-014_F01M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904374370477,"sku":"105-203-02-014_F01L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT BLUE \/ M","offer_id":44904374468781,"sku":"105-203-02-014_F31M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT BLUE \/ L","offer_id":44904374436013,"sku":"105-203-02-014_F31L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904374534317,"sku":"105-203-02-014_F02M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904374501549,"sku":"105-203-02-014_F02L","price":17900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000209-01-l.jpg?v=1759208628"},{"product_id":"105-203-02-015","title":"ノーカラー オックスフォードシャツ【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003cp class=\"product-id-text\"\u003e商品コード: 105-203-02-015\u003c\/p\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が楽しめます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000210-01-l.jpg?v=1759208625\" 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\/0700\/1024\/1197\/files\/000000000210-18-l.jpg?v=1759208625\" class=\"img-fluid d-block w-100 product-img\" alt=\"ケアもスマート、快適な着心地\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eケアもスマート、快適な着心地\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e品格を宿す首元デザイン\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eミニマルなバンドカラー\u003c\/strong\u003eが、顔周りに\u003cstrong\u003eシャープな印象\u003c\/strong\u003eを与えます。やや光沢感のある生地は、\u003cstrong\u003e繊細な質感\u003c\/strong\u003eを演出し、着る人の個性を引き立てる\u003cstrong\u003e洗練された一着\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000210-13-l.jpg?v=1759208625\" 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 class=\"body-text\"\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      \u003cp class=\"body-text\"\u003e主な機能\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコンD\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_M.jpg\" alt=\"機能アイコンM\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_O.jpg\" alt=\"機能アイコンO\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e詳細情報\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：ややあり\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e首回り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e80cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003ctd\u003e50cm\u003c\/td\u003e\n              \u003ctd\u003e60.75cm\u003c\/td\u003e\n              \u003ctd\u003e85.75cm\u003c\/td\u003e\n              \u003ctd\u003e41cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e82cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n              \u003ctd\u003e51.5cm\u003c\/td\u003e\n              \u003ctd\u003e61.75cm\u003c\/td\u003e\n              \u003ctd\u003e87.5cm\u003c\/td\u003e\n              \u003ctd\u003e42.3cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e着用モデル参考\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e身長183cm、col.WHITE：着用サイズL\u003c\/li\u003e\n        \u003cli\u003e身長178cm、col.BLACK：着用サイズM\u003c\/li\u003e\n        \u003cli\u003e身長178cm、col.L.BLUE：着用サイズM\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e長短複合という難易度の高い手法で織られた希少素材を使用しています。綿とポリエステルの特殊な配列で、綿の風合いを活かしながら、綿素材の欠点である着用じわを軽減する機能を併せ持ちます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e綿 46％\u003c\/li\u003e\n        \u003cli\u003eポリエステル 37％\u003c\/li\u003e\n        \u003cli\u003e複合繊維(ポリエステル) 17％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\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!-- 注意事項セクション (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      \u003cli\u003e詳細情報は参考情報となります。カラーにより多少の誤差がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904374599853,"sku":"105-203-02-015_P01M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904374567085,"sku":"105-203-02-015_P01L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT BLUE \/ M","offer_id":44904374665389,"sku":"105-203-02-015_P31M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT BLUE \/ L","offer_id":44904374632621,"sku":"105-203-02-015_P31L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904374730925,"sku":"105-203-02-015_P02M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904374698157,"sku":"105-203-02-015_P02L","price":17900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000210-01-l.jpg?v=1759208625"},{"product_id":"105-203-02-016","title":"ノーカラー オックスフォードシャツ【SLACK】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000211-01-l.jpg?v=1759208622\" 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\/0700\/1024\/1197\/files\/000000000211-07-l.jpg?v=1759208622\" 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\/0700\/1024\/1197\/files\/000000000211-12-l.jpg?v=1759208621\" 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 class=\"body-text\"\u003eシワになり難く、二重織のような風合いを持つ綿・ポリエステル混合シャークスキン素材を使用したバンドカラーシャツです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e肩、胸周り、袖にゆとりがあるワイドフォルムでありながら、やや詰まり気味の衿ぐりとコンパクトな衿形状によりルーズなイメージが払拭された大人感覚なバランスに仕上がっています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eデザインポイント\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e肩、胸周り、袖にゆとりを持たせた\u003cstrong\u003eワイドフォルム\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003eやや詰まり気味の衿ぐりによる\u003cstrong\u003eコンパクトな衿形状\u003c\/strong\u003e\n\u003c\/li\u003e\n                \u003cli\u003eビジネスからカジュアルまで幅広く対応する\u003cstrong\u003e洗練されたデザイン\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e快適な着心地をサポートする多彩な機能を備えています。\u003c\/p\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコンD\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_M.jpg\" alt=\"機能アイコンM\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_O.jpg\" alt=\"機能アイコンO\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\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 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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e首回り\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e80.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e57.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e89.75cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e41.8cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e82.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e64cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e59cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e63cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e91.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e43.1cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e参考\u003c\/strong\u003e : 着用モデル 身長 : 183cm　着用サイズ : L\u003c\/p\u003e\n            \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e長短複合という難易度の高い手法で織られた希少なシャークスキン素材を使用しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\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綿素材の欠点である\u003cstrong\u003e着用じわを軽減\u003c\/strong\u003eする機能性\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e組成表示\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e綿 46％\u003c\/li\u003e\n                \u003cli\u003eポリエステル 37％\u003c\/li\u003e\n                \u003cli\u003e複合繊維(ポリエステル) 17％\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e原産国\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品特性\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\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            \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- 商品コード --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品コード\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e105-203-02-016\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904374829229,"sku":"105-203-02-016_S01M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904374796461,"sku":"105-203-02-016_S01L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT BLUE \/ M","offer_id":44904374894765,"sku":"105-203-02-016_S31M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT BLUE \/ L","offer_id":44904374861997,"sku":"105-203-02-016_S31L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904374960301,"sku":"105-203-02-016_S02M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904374927533,"sku":"105-203-02-016_S02L","price":17900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000211-01-l.jpg?v=1759208622"},{"product_id":"115-203-01-017","title":"ドレスカーゴパンツ【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; } \n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000212-01-l.jpg?v=1759208619\" 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。深めの股上でヒップ周りにゆとりがあり、着こなしを格上げします。\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\/0700\/1024\/1197\/files\/000000000212-06-l.jpg?v=1759208620\" 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です。\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\/0700\/1024\/1197\/files\/000000000212-04-l.jpg?v=1759208619\" 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で、すっきりしたタックインを実現。クリースラインはビジネスシーンに風格をもたらし、リサイクルポリエステルが環境への配慮も叶えます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\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=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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 class=\"body-text\"\u003eフィラメント特有の艶、二重織のような厚み、そしてくっきりとメリハリのある綾目が特徴的なポリエステルツイルのノータックカーゴスラックスです。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eフォルム＆デザイン\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e深めの股上でヒップ周りは適度にゆとりを確保しています。\u003c\/li\u003e\n                \u003cli\u003e太腿から膝に向けてはやや細めのサイズに設定し、膝から裾にかけて緩やかなテーパードシルエットです。\u003c\/li\u003e\n                \u003cli\u003eノータックのフロントスタイルとマチのないカーゴポケットがクリーンな印象を与えます。\u003c\/li\u003e\n                \u003cli\u003eゆとりのある腰〜ヒップ周りはスマートなタックインスタイルにも最適です。\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            \u003cp class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eポリエステル100％\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e原産国\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \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            \u003cp class=\"body-text\"\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            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eウエスト\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eヒップ\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股上\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股下\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e腿周り\u003c\/th\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裾周り\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e83cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e104cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e25.5cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e63.8cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e35cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e87cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e108cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e26cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e72cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e66.2cm\u003c\/td\u003e\n                            \u003ctd class=\"fs-c-specTable__dataCell\"\u003e36cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183cm　着用サイズ：L\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904375058605,"sku":"115-203-01-017_F01M","price":16900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904375025837,"sku":"115-203-01-017_F01L","price":16900.0,"currency_code":"JPY","in_stock":true},{"title":"DARK BROWN \/ M","offer_id":44904375124141,"sku":"115-203-01-017_F33M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK BROWN \/ L","offer_id":44904375091373,"sku":"115-203-01-017_F33L","price":16900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000212-01-l.jpg?v=1759208619"},{"product_id":"115-203-01-018","title":"ドレスカーゴパンツ【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse; \n      border: 1px solid #e0e0e0;\n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #e0e0e0; \n      font-size: 0.9em; \n  } \n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #333333; \n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大人のオフを格上げする一本\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000213-02-l.jpg?v=1759208617\" 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します。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e奥行きある素材感が魅せる品格\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000213-10-l.jpg?v=1759208617\" 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。実用的なタック入りカーゴポケットは、機能性とデザイン性を両立し、スタイリングに個性を加えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートな着こなしを叶える腰元\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000213-04-l.jpg?v=1759208617\" 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効果があります。\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\"\u003e上品な艶と適度な肉厚、綾目の立ったポリエステルツイル素材のワンタックカーゴスラックス。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e本製品には以下の機能が備わっています。\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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 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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e83cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e116cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e27.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e68cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e69.4cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e36cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e87cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e120cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e28cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e71.8cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e37cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e着用モデル参考情報:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003ecol.BLACK: 身長 183cm、着用サイズ L\u003c\/li\u003e\n        \u003cli\u003ecol.BROWN: 身長 178cm、着用サイズ L\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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=\"benefit-list\"\u003e\n        \u003cli\u003e原料にはリサイクルポリエステルを使用し、環境にも配慮しています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e組成表示:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eポリエステル 100％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e生地の詳細情報:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ: 厚手\u003c\/li\u003e\n        \u003cli\u003e伸縮性: なし\u003c\/li\u003e\n        \u003cli\u003e光沢感: なし\u003c\/li\u003e\n        \u003cli\u003e裏地: なし\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e115-203-01-018\u003c\/p\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同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/li\u003e\n      \u003cli\u003e上記記載の生地の詳細情報は参考情報となります。カラーにより多少の誤差がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904375255213,"sku":"115-203-01-018_P01M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":44904375222445,"sku":"115-203-01-018_P01L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK BROWN \/ M","offer_id":44904375320749,"sku":"115-203-01-018_P33M","price":16900.0,"currency_code":"JPY","in_stock":true},{"title":"DARK BROWN \/ L","offer_id":44904375287981,"sku":"115-203-01-018_P33L","price":16900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000213-02-l.jpg?v=1759208617"},{"product_id":"115-203-02-020","title":"TRサージ サイドラインスラックス【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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      \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e側章のサテンライン\u003c\/strong\u003eが縦の美しさを強調し、\u003cstrong\u003e脚長効果\u003c\/strong\u003eを引き出します。\u003cstrong\u003e流れるようなテーパード\u003c\/strong\u003eが、\u003cstrong\u003e洗練された大人の装い\u003c\/strong\u003eを演出し、\u003cstrong\u003e優雅な佇まい\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000214-17-xl.jpg?v=1759288527\" 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      \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e深めの股上\u003c\/strong\u003eと\u003cstrong\u003e自然な伸縮性\u003c\/strong\u003eが、\u003cstrong\u003e長時間の着用でも圧迫感のない快適さ\u003c\/strong\u003eを提供します。\u003cstrong\u003e優れた防シワ性能\u003c\/strong\u003eで、移動の多い日もきちんと感を保ち、\u003cstrong\u003eオンオフ問わず活躍\u003c\/strong\u003eします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000214-13-xl.jpg?v=1759288564\" 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      \u003c\/p\u003e\n\u003cp\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が、\u003cstrong\u003eすっきりとしたフィット感\u003c\/strong\u003eを叶え、\u003cstrong\u003eタックインスタイルも品良く決まります\u003c\/strong\u003e。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000214-04-xl.jpg?v=1759288691\" 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 class=\"body-text\"\u003eウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の側章ノータックスラックスです。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eフォルム＆デザイン\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e深めの股上と素材のストレッチ性でゆとりのある着用感。\u003c\/li\u003e\n        \u003cli\u003e太腿から膝に向けてはやや細めのサイズに設定し、裾にかけての緩やかなテーパード。\u003c\/li\u003e\n        \u003cli\u003eゆとりのある腰〜ヒップ周りはスマートなタックインスタイルにも最適。\u003c\/li\u003e\n        \u003cli\u003e後ろウエストのシャーリングでストレッチの効いたイージー仕様。\u003c\/li\u003e\n        \u003cli\u003eノータックのフロントスタイルとサテン素材のサイドラインがシャープでクリーンな印象。\u003c\/li\u003e\n        \u003cli\u003e盛夏以外のシーズンに対応。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のジャケットをご用意しております。\u003c\/p\u003e\n      \u003cp\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-203-01-001\"\u003e104-203-01-001_F01：TRサージ テーラードジャケット【FLAT】\u003c\/a\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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_J.jpg\" alt=\"機能アイコンJ\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e80-93cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e104cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e25.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e68cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e60.6cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e35cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84-97cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e108cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e26cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e63cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e36cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\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 class=\"body-text\"\u003e斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力です。元来シルク素材で表現されていた側章テープ部分には光沢が控えめなサテン素材を採用しています。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003c\/li\u003e\n        \u003cli\u003eテープ：ポリエステル 100％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e原産国\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \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  \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\"\u003e115-203-02-020\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\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":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904375386285,"sku":"115-203-02-020_F01M","price":5070.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904375353517,"sku":"115-203-02-020_F01L","price":5070.0,"currency_code":"JPY","in_stock":true},{"title":"DARK NAVY \/ M","offer_id":44904375451821,"sku":"115-203-02-020_F12M","price":5070.0,"currency_code":"JPY","in_stock":true},{"title":"DARK NAVY \/ L","offer_id":44904375419053,"sku":"115-203-02-020_F12L","price":5070.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000214-17-xl.jpg?v=1759288527"},{"product_id":"115-203-02-021","title":"TRサージ ワンタック サイドラインスラックス【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000215-01-xl.jpg?v=1759288175\" 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\/0700\/1024\/1197\/files\/000000000215-12-xl.jpg?v=1759288337\" 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\/0700\/1024\/1197\/files\/000000000215-02-xl.jpg?v=1759288192\" 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 class=\"body-text\"\u003eウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の側章ワンタックスラックスです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e深めの股上、フロントワンタックで余裕のあるヒップ周りを実現。\u003c\/li\u003e\n        \u003cli\u003eやや太めの腿から膝周り、裾に向かって細くなる\u003cstrong\u003eセミワイドテーパードシルエット\u003c\/strong\u003e。\u003c\/li\u003e\n        \u003cli\u003e後ろウエストのシャーリングと素材のストレッチ性により、\u003cstrong\u003eゆとりのあるイージーな着用感\u003c\/strong\u003e。\u003c\/li\u003e\n        \u003cli\u003eサテン素材のサイドラインが、\u003cstrong\u003eシャープで洗練された印象\u003c\/strong\u003eをプラス。\u003c\/li\u003e\n        \u003cli\u003e盛夏以外の幅広いシーズンに対応する汎用性。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として、同素材のジャケットもご用意しております。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-203-01-003\"\u003e104-203-01-003_P01：TRサージ テーラードジャケット【PLAY】\u003c\/a\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 class=\"body-text\"\u003e快適な着用をサポートする機能を備えています。\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_J.jpg\" alt=\"機能アイコンJ\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_L.jpg\" alt=\"機能アイコンL\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e80-96cm\u003c\/td\u003e\n              \u003ctd\u003e115.3cm\u003c\/td\u003e\n              \u003ctd\u003e27.5cm\u003c\/td\u003e\n              \u003ctd\u003e68cm\u003c\/td\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n              \u003ctd\u003e36cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e84-100cm\u003c\/td\u003e\n              \u003ctd\u003e119.3cm\u003c\/td\u003e\n              \u003ctd\u003e28cm\u003c\/td\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n              \u003ctd\u003e72.4cm\u003c\/td\u003e\n              \u003ctd\u003e37cm\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\u003e着用モデル \/ 身長：183cm　着用サイズ：L\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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：ポリエステル 69％、レーヨン 30％、ポリウレタン 1％\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eテープ\u003c\/strong\u003e：ポリエステル 100％（光沢控えめなサテン素材）\u003c\/li\u003e\n        \u003cli\u003e斜めにはしる綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e高い防シワ性能\u003c\/strong\u003eと自然なストレッチ性により、ストレスフリーな着用感を実現。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e中国製\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdiv class=\"note-box\"\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":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904375517357,"sku":"115-203-02-021_P01M","price":5070.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904375484589,"sku":"115-203-02-021_P01L","price":5070.0,"currency_code":"JPY","in_stock":true},{"title":"DARK NAVY \/ M","offer_id":44904375582893,"sku":"115-203-02-021_P12M","price":5070.0,"currency_code":"JPY","in_stock":true},{"title":"DARK NAVY \/ L","offer_id":44904375550125,"sku":"115-203-02-021_P12L","price":5070.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000215-01-xl.jpg?v=1759288175"},{"product_id":"114-203-02-023","title":"ウールブレンド・サイドラインチェックパンツ【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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      \u003cspan class=\"marker\"\u003eグレンチェック\u003c\/span\u003eと\u003cspan class=\"marker\"\u003eサイドライン\u003c\/span\u003eが織りなす、計算し尽くされた\u003cspan class=\"marker\"\u003e美シルエット\u003c\/span\u003e。\u003cspan class=\"marker\"\u003e深めの股上\u003c\/span\u003eと膝から裾にかけての\u003cspan class=\"marker\"\u003e緩やかなテーパード\u003c\/span\u003eが、\u003cspan class=\"marker\"\u003eスマートな印象\u003c\/span\u003eを与えます。カジュアルながらも\u003cspan class=\"marker\"\u003e上品さ\u003c\/span\u003eを忘れない一本です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000216-13-l.jpg?v=1759208615\" 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      控えめな光沢の\u003cspan class=\"marker\"\u003eサテンサイドライン\u003c\/span\u003eが、すらりとした\u003cspan class=\"marker\"\u003e脚長効果\u003c\/span\u003eを演出します。\u003cspan class=\"marker\"\u003eドライタッチ\u003c\/span\u003eで\u003cspan class=\"marker\"\u003e張り感の強い機能素材\u003c\/span\u003eは、\u003cspan class=\"marker\"\u003e防シワ性\u003c\/span\u003eにも優れており、一日中きれいな状態を保ちます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000216-12-l.jpg?v=1759208615\" 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      \u003cspan class=\"marker\"\u003e高密度に織り上げたウール\/ポリエステルギャバジン\u003c\/span\u003eは、\u003cspan class=\"marker\"\u003eシャリ感\u003c\/span\u003eと\u003cspan class=\"marker\"\u003e適度な肉厚感\u003c\/span\u003eが特徴です。\u003cspan class=\"marker\"\u003e深めのプリーツ\u003c\/span\u003eが腰周りに適度なゆとりを確保し、\u003cspan class=\"marker\"\u003eストレスフリーな穿き心地\u003c\/span\u003eを実現します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000216-10-l.jpg?v=1759208615\" class=\"img-fluid d-block w-100 product-img\" alt=\"こだわりのディテール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこだわりのディテール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          落ち着いた色調のウール混グレンチェックに、光沢が控えめなサテン素材のサイドラインが配されたチェック側章スラックス。生地はドライタッチで張り感も強く、防シワ性が高いポリエステル\/ウールの機能素材です。\n        \u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e\n          フォルム＆デザイン\n        \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        \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコンD\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_G.jpg\" alt=\"機能アイコンG\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eウエスト\u003c\/th\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eヒップ\u003c\/th\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股上\u003c\/th\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股下\u003c\/th\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e腿周り\u003c\/th\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裾周り\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e83cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e105cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e25.5cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e67cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e63cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e35cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e87cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e109cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e26cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e69cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e65.4cm\u003c\/td\u003e\n                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e36cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183　着用サイズ：L\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 class=\"body-text\"\u003e\n          高密度に織り上げたウール\/ポリエステルギャバジンを使用しています。\n        \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\"\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        \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地：ポリエステル 70％ ウール 30％\u003c\/li\u003e\n          \u003cli\u003eテープ：ポリエステル 100％\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\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\n\u003c!-- \/ .content-section --\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\u003c!-- \/ .container .product-wrapper --\u003e","brand":"フロンテラ","offers":[{"title":"BROWN \/ M","offer_id":44904375648429,"sku":"114-203-02-023_F07M","price":7950.0,"currency_code":"JPY","in_stock":true},{"title":"BROWN \/ L","offer_id":44904375615661,"sku":"114-203-02-023_F07L","price":7950.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GRAY \/ M","offer_id":44904375713965,"sku":"114-203-02-023_F08M","price":7950.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GRAY \/ L","offer_id":44904375681197,"sku":"114-203-02-023_F08L","price":7950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000216-13-l.jpg?v=1759208615"},{"product_id":"114-203-02-024","title":"ウールブレンド・サイドラインチェックパンツ【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse; \n      border: 1px solid #e0e0e0; \n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #e0e0e0; \n      font-size: 0.9em; \n  }\n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #333333; \n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000217-25-l.jpg?v=1759208613\" 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します。\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\/0700\/1024\/1197\/files\/000000000217-11-l.jpg?v=1759208613\" 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を演出します。\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\/0700\/1024\/1197\/files\/000000000217-05-l.jpg?v=1759208613\" 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をもたらします。さりげないデザインが、着こなしに奥行きと遊び心を加えます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e本製品には以下の機能が備わっています。\u003c\/p\u003e\n        \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能Dアイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_G.jpg\" alt=\"機能Gアイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能Lアイコン\"\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 class=\"body-text\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eウエスト\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eヒップ\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e股上\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e股下\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e腿周り\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e裾周り\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                \u003ctd\u003e83cm\u003c\/td\u003e\n                \u003ctd\u003e116cm\u003c\/td\u003e\n                \u003ctd\u003e27.5cm\u003c\/td\u003e\n                \u003ctd\u003e68cm\u003c\/td\u003e\n                \u003ctd\u003e70.4cm\u003c\/td\u003e\n                \u003ctd\u003e36cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                \u003ctd\u003e87cm\u003c\/td\u003e\n                \u003ctd\u003e120cm\u003c\/td\u003e\n                \u003ctd\u003e28cm\u003c\/td\u003e\n                \u003ctd\u003e70cm\u003c\/td\u003e\n                \u003ctd\u003e72.8cm\u003c\/td\u003e\n                \u003ctd\u003e37cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e参考：着用モデル \/ 身長：178cm　着用サイズ：L\u003c\/p\u003e\n        \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e本製品の素材構成と生産国は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地：ポリエステル 70％ ウール 30％\u003c\/li\u003e\n          \u003cli\u003eテープ：ポリエステル 100％\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生地の厚さ：やや厚手\u003c\/li\u003e\n          \u003cli\u003e伸縮性：なし\u003c\/li\u003e\n          \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品コード --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"body-text text-end\"\u003e商品コード: 114-203-02-024\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BROWN \/ M","offer_id":44904375779501,"sku":"114-203-02-024_P07M","price":7950.0,"currency_code":"JPY","in_stock":false},{"title":"BROWN \/ L","offer_id":44904375746733,"sku":"114-203-02-024_P07L","price":7950.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GRAY \/ M","offer_id":44904375845037,"sku":"114-203-02-024_P08M","price":7950.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GRAY \/ L","offer_id":44904375812269,"sku":"114-203-02-024_P08L","price":7950.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000217-19-l.jpg?v=1759208613"},{"product_id":"111-203-03-025","title":"クリアコットン・リブロングスリーブTシャツ【FLAT】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eクリーンな佇まい、着回し自在Tシャツ\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\/0700\/1024\/1197\/files\/000000000218-20-l.jpg?v=1759208611\" class=\"img-fluid d-block w-100 product-img\" alt=\"ミニマルなデザインのTシャツ\"\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\/0700\/1024\/1197\/files\/000000000218-02-l.jpg?v=1759208611\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゆとりのあるTシャツの着用イメージ\"\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\/0700\/1024\/1197\/files\/000000000218-15-l.jpg?v=1759208610\" class=\"img-fluid d-block w-100 product-img\" alt=\"Tシャツの首元クローズアップ\"\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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\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 class=\"body-text\"\u003eスウェットシャツのイメージとしてデザインされた、ややタイトなクルーネックロングスリーブTシャツです。\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e69cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e51cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e45.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e85.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e71cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e53cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e47cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e64cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e87.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e糸段階で毛羽処理を入念に施し、クリアな表面感に仕上がった日本製二重編みカットソー素材を使用しています。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：あり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：なし\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材組成\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e綿 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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地：日本\u003c\/li\u003e\n        \u003cli\u003e縫製：中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e111-203-03-025\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) - 情報がないため作成しません --\u003e\n  \u003c!-- 注意事項セクション (Notes) - 情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904375910573,"sku":"111-203-03-025_F01M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904375877805,"sku":"111-203-03-025_F01L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"OFF WHITE \/ M","offer_id":44904375976109,"sku":"111-203-03-025_F03M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ L","offer_id":44904375943341,"sku":"111-203-03-025_F03L","price":8900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000218-01-l.jpg?v=1759208611"},{"product_id":"111-203-03-026","title":"クリアコットン・リブロングスリーブTシャツ【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e都会を軽快に歩く、大人の休日Tシャツ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e清潔感のある白が、大人の余裕を際立たせます。動きを妨げないゆとりある設計で、軽やかな足取りを一日中サポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000219-07-l.jpg?v=1759208609\" class=\"img-fluid d-block w-100 product-img\" alt=\"都会を軽快に歩く、大人の休日Tシャツ\"\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\/0700\/1024\/1197\/files\/000000000219-12-l.jpg?v=1759208608\" 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\/0700\/1024\/1197\/files\/000000000219-02-l.jpg?v=1759208607\" class=\"img-fluid d-block w-100 product-img\" alt=\"体型カバーと品格を両立するシルエット\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e落ち着いた大人の存在感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e適度なゆとりを持たせたリラックスした着用感とクリアな素材感が特徴の、クルーネックロングスリーブTシャツです。\u003c\/p\u003e\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003eミニマルデザインでインナーとしても一枚着としても活用可能。生地が二重になった裾の切り替え仕様が、通常のTシャツと一線を画します。\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 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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e71cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e56cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e52.5cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e58.5cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84.75cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e73cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e58cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e54cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e60cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e87cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"body-text\"\u003e着用モデル参考:\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003ecol.WHITE : 身長 : 183　着用サイズ : L\u003c\/li\u003e\n                    \u003cli\u003ecol.BLACK : 身長 : 178　着用サイズ : M\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\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組成表示: 綿 100％\u003c\/li\u003e\n                    \u003cli\u003e生地: 日本\u003c\/li\u003e\n                    \u003cli\u003e縫製: 中国\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e生地の厚さ: 普通\u003c\/li\u003e\n                    \u003cli\u003e伸縮性: あり\u003c\/li\u003e\n                    \u003cli\u003e光沢感: なし\u003c\/li\u003e\n                    \u003cli\u003e裏地: なし\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\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            \u003cli\u003e製品の色味や風合いは、お使いのモニター環境によって実物と異なって見える場合がございます。\u003c\/li\u003e\n            \u003cli\u003e上記「詳細情報」は参考値であり、カラーによって多少の誤差が生じる場合があります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e商品コード: 111-203-03-026\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904376041645,"sku":"111-203-03-026_P01M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904376008877,"sku":"111-203-03-026_P01L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"OFF WHITE \/ M","offer_id":44904376107181,"sku":"111-203-03-026_P03M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"OFF WHITE \/ L","offer_id":44904376074413,"sku":"111-203-03-026_P03L","price":8900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000219-01-l.jpg?v=1759208608"},{"product_id":"105-203-02-027","title":"N\/C レギュラーカラーシャツ【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e都会を纏う、大人のビジカジシャツ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000220-19-l.jpg?v=1759208606\" 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で、いつでもスマートな印象を保てます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e触れるたび感じる、上品な肌触り\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000220-16-l.jpg?v=1759208605\" 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    \u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\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\/0700\/1024\/1197\/files\/000000000220-13-l.jpg?v=1759208606\" 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    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003c!-- 商品コードセクションは元のスペック情報にないため削除 --\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eシルキーな肌触りの綿ナイロンブロード素材を使用したレギュラーカラーシャツ。接触冷感機能により、夏場でも心地良い着用感を実現します。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e綿のような見た目でありながら、絶妙な合繊の雰囲気がオンシーンでも十分に通用する品格を演出。\u003c\/p\u003e\n                \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e様々なシーンで活躍する、多機能な一枚です。\u003c\/p\u003e\n                \u003cdiv class=\"care-icons\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\" alt=\"機能アイコンH\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_M.jpg\" alt=\"機能アイコンM\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n                    \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\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 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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e首回り\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e73cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e56cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e47cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62.25cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e85.75cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e41cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e75cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e58cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e48.5cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e63.25cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e87.5cm\u003c\/td\u003e\n                                \u003ctd class=\"fs-c-specTable__dataCell\"\u003e42.3cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"caption-text\"\u003e参考 : 着用モデル(col.BLACK) \/ 身長：183　着用サイズ：L\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 class=\"body-text\"\u003e東レボディシェル糸を使用し、防透け、吸放湿機能、ストレッチ性を付与。仕上げにシワ加工を施した高機能素材です。接触冷感機能により、綿素材のような表情からは想像できない肌触りを実現しました。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e組成表示:\u003c\/strong\u003e 綿 66％ ナイロン 30％ ポリウレタン 4％\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e原産国:\u003c\/strong\u003e 中国\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の仕様\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e製品の特性に関する詳細情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e生地の厚さ:\u003c\/strong\u003e 薄手\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e伸縮性:\u003c\/strong\u003e ややあり\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e光沢感:\u003c\/strong\u003e なし\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e裏地:\u003c\/strong\u003e なし\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \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":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904376172717,"sku":"105-203-02-027_F01M","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":44904376139949,"sku":"105-203-02-027_F01L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ M","offer_id":44904376238253,"sku":"105-203-02-027_F31M","price":15900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT BLUE \/ L","offer_id":44904376205485,"sku":"105-203-02-027_F31L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":44904376303789,"sku":"105-203-02-027_F02M","price":15900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904376271021,"sku":"105-203-02-027_F02L","price":15900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000220-19-l.jpg?v=1759208606"},{"product_id":"105-203-02-028","title":"N\/C レギュラーカラーシャツ【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n    \u003cp class=\"product-code\"\u003e商品コード: 105-203-02-028\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003eN\/Cレギュラーシャツ\u003c\/h2\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eN\/Cレギュラーシャツ 都会に映える洗練\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000221-07-l.jpg?v=1759208602\" 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を叶えます。\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\/0700\/1024\/1197\/files\/000000000221-10-l.jpg?v=1759208602\" 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\/0700\/1024\/1197\/files\/000000000221-04-l.jpg?v=1759208603\" 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    \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\"\u003e本製品は、日常を快適にするための多様な機能を備えています。\u003c\/p\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\" alt=\"機能アイコンH\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_M.jpg\" alt=\"機能アイコンM\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e首回り\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd\u003e79cm\u003c\/td\u003e\n                            \u003ctd\u003e58.5cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\u003c\/td\u003e\n                            \u003ctd\u003e60.75cm\u003c\/td\u003e\n                            \u003ctd\u003e85.75cm\u003c\/td\u003e\n                            \u003ctd\u003e41.3cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd\u003e81cm\u003c\/td\u003e\n                            \u003ctd\u003e60.5cm\u003c\/td\u003e\n                            \u003ctd\u003e51.5cm\u003c\/td\u003e\n                            \u003ctd\u003e61.75cm\u003c\/td\u003e\n                            \u003ctd\u003e87.5cm\u003c\/td\u003e\n                            \u003ctd\u003e42.6cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e着用モデル参考:\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003ecol.BLACK: 身長 178cm \/ 着用サイズ L\u003c\/li\u003e\n                \u003cli\u003ecol.WHITE: 身長 178cm \/ 着用サイズ L\u003c\/li\u003e\n                \u003cli\u003ecol.L.BLUE: 身長 183cm \/ 着用サイズ L\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\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=\"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 class=\"body-text\"\u003e現代的な着こなしを考慮し、細部まで計算されたデザインです。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eカラーステイによるシャープな衿元\u003c\/li\u003e\n                \u003cli\u003e袖口とヨークに配されたギャザーによる柔らかな印象\u003c\/li\u003e\n                \u003cli\u003e袖や胸周りに程よいゆとりを持たせたリラックスフォルム\u003c\/li\u003e\n                \u003cli\u003eタックイン・アウト両スタイルを可能にする綿密に計算された着丈\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=\"benefit-list\"\u003e\n                \u003cli\u003e優れた防透け性\u003c\/li\u003e\n                \u003cli\u003e吸放湿機能による快適な着心地\u003c\/li\u003e\n                \u003cli\u003eストレッチ性による動きやすさ\u003c\/li\u003e\n                \u003cli\u003eシワ加工によるイージーケア\u003c\/li\u003e\n                \u003cli\u003e綿素材のような表情からは想像できない接触冷感機能\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e生地感・詳細情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\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    \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組成: 綿 66％, ナイロン 30％, ポリウレタン 4％\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        \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\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904376369325,"sku":"105-203-02-028_P01M","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":44904376336557,"sku":"105-203-02-028_P01L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ M","offer_id":44904376434861,"sku":"105-203-02-028_P31M","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ L","offer_id":44904376402093,"sku":"105-203-02-028_P31L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":44904376500397,"sku":"105-203-02-028_P02M","price":15900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904376467629,"sku":"105-203-02-028_P02L","price":15900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000221-07-l.jpg?v=1759208602"},{"product_id":"105-203-02-029","title":"N\/C レギュラーカラーシャツ【SLACK】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大人の休日を格上げするスマートシャツ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e街を颯爽と歩く、そんな大人の男性にふさわしい一枚です。計算され尽くしたシルエットが、羽織るだけで\u003cstrong\u003eこなれた印象\u003c\/strong\u003eを演出します。自然体でありながら、周囲と差をつける\u003cstrong\u003e洗練された着こなし\u003c\/strong\u003eを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000222-20-l.jpg?v=1759208601\" 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\/0700\/1024\/1197\/files\/000000000222-17-l.jpg?v=1759208600\" 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は、インナーやパンツを選びません。Tシャツの上に軽く羽織れば、リラックスした大人のカジュアルスタイルが完成します。オンオフ問わず活躍する\u003cstrong\u003e汎用性の高さ\u003c\/strong\u003eが魅力です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000222-03-l.jpg?v=1759208600\" 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 class=\"body-text\"\u003eシルキーな肌触りの綿ナイロンブロード素材を使用したレギュラーカラーシャツです。綿のような見た目でありながら、絶妙な合繊の雰囲気がオンシーンでも十分に通用します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e接触冷感機能により、夏場でも心地良い着用感を実現します。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e肩、胸周り、袖にゆとりがあるワイドフォルムでありながら、コンパクトな衿形状とカラーステイによる大人感覚なバランスを実現しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e生地の厚さや伸縮性などの詳細情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e生地の厚さ：薄手\u003c\/li\u003e\n                \u003cli\u003e伸縮性：ややあり\u003c\/li\u003e\n                \u003cli\u003e光沢感：なし\u003c\/li\u003e\n                \u003cli\u003e裏地：なし\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\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            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\" alt=\"機能アイコンH\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_M.jpg\" alt=\"機能アイコンM\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e首回り\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd\u003e80.5cm\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e58.5cm\u003c\/td\u003e\n                            \u003ctd\u003e62cm\u003c\/td\u003e\n                            \u003ctd\u003e89.75cm\u003c\/td\u003e\n                            \u003ctd\u003e41.3cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd\u003e82.5cm\u003c\/td\u003e\n                            \u003ctd\u003e65cm\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e91.5cm\u003c\/td\u003e\n                            \u003ctd\u003e42.6cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考: 着用モデル(col.WHITE) \/ 身長：183cm　着用サイズ：L\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 class=\"body-text\"\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            \u003cp class=\"body-text\"\u003e組成表示と原産国です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e綿 66％\u003c\/li\u003e\n                \u003cli\u003eナイロン 30％\u003c\/li\u003e\n                \u003cli\u003eポリウレタン 4％\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商品コード: 105-203-02-029\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003cp class=\"body-text\"\u003e※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904376565933,"sku":"105-203-02-029_S01M","price":15900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904376533165,"sku":"105-203-02-029_S01L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ M","offer_id":44904376631469,"sku":"105-203-02-029_S31M","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ L","offer_id":44904376598701,"sku":"105-203-02-029_S31L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":44904376697005,"sku":"105-203-02-029_S02M","price":15900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904376664237,"sku":"105-203-02-029_S02L","price":15900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000222-19-l.jpg?v=1759208600"},{"product_id":"111-203-04-030","title":"モックネックアウターTシャツ【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000223-01-l.jpg?v=1759208598\" 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は、着るたびに肌に馴染み、\u003cstrong\u003e上質な存在感\u003c\/strong\u003eを放ちます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000223-12-l.jpg?v=1759208597\" 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綿100%\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\/0700\/1024\/1197\/files\/000000000223-05-l.jpg?v=1759208597\" 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\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ラインナップ中、最もカジュアルなイメージのセミワイドなロングスリーブTシャツです。\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 class=\"body-text\"\u003e製品が持つ機能性アイコンです。\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_M.jpg\" alt=\"機能アイコンM\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\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 class=\"body-text\"\u003e\n        首周りは、ジャストフィットするように設計されたモックネック仕様です。生地の地の目を横方向にすることで、洗濯後の型崩れを防止しています。裾の折り返しを広く取り、ブラインドステッチを採用しています。\n      \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 class=\"body-text\"\u003e\n        目の詰まったヘビーな生地感とオープンエンド糸のドライな質感が特徴の、天竺カットソー素材です。二種類の異なる太さの糸を使用した、やや凹凸のある表面感も特徴の一つです。\n      \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 class=\"body-text\"\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      \u003cp class=\"body-text\"\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 class=\"body-text\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e71cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003ctd\u003e54.5cm\u003c\/td\u003e\n              \u003ctd\u003e58.5cm\u003c\/td\u003e\n              \u003ctd\u003e85.75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e73cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n              \u003ctd\u003e56cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n              \u003ctd\u003e88cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考: 着用モデル　身長：178　着用サイズ：M\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e商品管理コード：111-203-04-030\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904376762541,"sku":"111-203-04-030_P01M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904376729773,"sku":"111-203-04-030_P01L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GREEN \/ M","offer_id":44904376828077,"sku":"111-203-04-030_P16M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GREEN \/ L","offer_id":44904376795309,"sku":"111-203-04-030_P16L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"PINK \/ M","offer_id":44904376893613,"sku":"111-203-04-030_P25M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"PINK \/ L","offer_id":44904376860845,"sku":"111-203-04-030_P25L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904376959149,"sku":"111-203-04-030_P02M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904376926381,"sku":"111-203-04-030_P02L","price":8900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000223-01-l.jpg?v=1759208598"},{"product_id":"111-203-04-031","title":"モックネックアウターTシャツ【SLACK】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大人の休日を彩るモックネックTシャツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e目の詰まった\u003cstrong\u003eヘビーな生地感\u003c\/strong\u003eが、だらしなく見えない\u003cstrong\u003e上質なハリ感\u003c\/strong\u003eを演出します。\u003cstrong\u003eジャストフィットする首元\u003c\/strong\u003eと\u003cstrong\u003eゆったりとした身幅\u003c\/strong\u003eで、\u003cstrong\u003e洗練された大人のカジュアルスタイル\u003c\/strong\u003eを提案します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000224-24-l.jpg?v=1759208595\" 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どんなシーンも様になるビッグT\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\/0700\/1024\/1197\/files\/000000000224-20-l.jpg?v=1759208596\" 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バックスタイルで差をつけるSLACK\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e背面に\u003cstrong\u003e大胆にプリントされた「SLACK」ロゴ\u003c\/strong\u003eが、\u003cstrong\u003eスタイリッシュな後ろ姿\u003c\/strong\u003eを演出します。\u003cstrong\u003eオープンエンド糸のドライな質感\u003c\/strong\u003eと、\u003cstrong\u003e二種類の太さの糸\u003c\/strong\u003eが生み出す\u003cstrong\u003e表情豊かな表面感\u003c\/strong\u003eが特徴です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000224-23-l.jpg?v=1759208596\" 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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_M.jpg\" alt=\"機能アイコンM\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e72cm\u003c\/td\u003e\n              \u003ctd\u003e61cm\u003c\/td\u003e\n              \u003ctd\u003e59.5cm\u003c\/td\u003e\n              \u003ctd\u003e56.5cm\u003c\/td\u003e\n              \u003ctd\u003e86.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e74cm\u003c\/td\u003e\n              \u003ctd\u003e63cm\u003c\/td\u003e\n              \u003ctd\u003e61cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003ctd\u003e88.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：178　着用サイズ：M\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eラインナップ中、最もカジュアルなイメージのビッグなロングスリーブTシャツです。\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 class=\"body-text\"\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バックプリントに「SLACK」のロゴがデザインされています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e目の詰まったヘビーな生地感とオープンエンド糸のドライな質感が特徴の、天竺カットソー素材です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e二種類の異なる太さの糸を使用した、やや凹凸のある表情豊かな表面感も特徴です。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：やや厚手\u003c\/li\u003e\n        \u003cli\u003e伸縮性：あり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：なし\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eこちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e組成表示\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e綿 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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e111-203-04-031\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904377024685,"sku":"111-203-04-031_S01M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904376991917,"sku":"111-203-04-031_S01L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GREEN \/ M","offer_id":44904377090221,"sku":"111-203-04-031_S16M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"LIGHT GREEN \/ L","offer_id":44904377057453,"sku":"111-203-04-031_S16L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"PINK \/ M","offer_id":44904377155757,"sku":"111-203-04-031_S25M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"PINK \/ L","offer_id":44904377122989,"sku":"111-203-04-031_S25L","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904377221293,"sku":"111-203-04-031_S02M","price":8900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904377188525,"sku":"111-203-04-031_S02L","price":8900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000224-24-l.jpg?v=1759208595"},{"product_id":"108-203-06-032","title":"クリエイティブ・ニット【FLAT】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cp class=\"body-text\"\u003e商品コード: \u003cstrong\u003e108-203-06-032\u003c\/strong\u003e\u003c\/p\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      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000225-01-l.jpg?v=1759208593\" class=\"img-fluid d-block w-100 product-img\" alt=\"多彩な色が揃う、大人の定番ニット\"\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003e多彩な色が揃う、大人の定番ニット\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e鮮やかな色彩\u003c\/strong\u003eが日常を格上げする\u003cstrong\u003eクリエイティブニット\u003c\/strong\u003e。\n      細番手のスーピマコットンと高伸度ポリエステルの組み合わせが、\u003cstrong\u003e心地よい肌触り\u003c\/strong\u003eと\u003cstrong\u003e上品な質感\u003c\/strong\u003eを両立します。\n      日々のスタイルに\u003cstrong\u003e洗練されたアクセント\u003c\/strong\u003eを加えてくれる一枚です。\n    \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      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000225-05-l.jpg?v=1759208594\" class=\"img-fluid d-block w-100 product-img\" alt=\"極上の肌触りと信頼の品質\"\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003e極上の肌触りと信頼の品質\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eなめらかな肌触り\u003c\/strong\u003eを実現する\u003cstrong\u003eスムース編み\u003c\/strong\u003eが特徴。\n      日本の職人技が光る丁寧な仕立てと、\u003cstrong\u003eAddElm機能\u003c\/strong\u003eであなたの\u003cstrong\u003eパフォーマンスをサポート\u003c\/strong\u003eします。\n      \u003cstrong\u003e家庭洗濯可能\u003c\/strong\u003eで、\u003cstrong\u003eシワになりにくいタフな生地感\u003c\/strong\u003eも魅力です。\n    \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      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000225-08-l.jpg?v=1759208594\" class=\"img-fluid d-block w-100 product-img\" alt=\"オンオフ使える上質ニット\"\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003eオンオフ使える上質ニット\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eカットソー感覚\u003c\/strong\u003eで着られる\u003cstrong\u003eクルーネックセーター\u003c\/strong\u003eは、\u003cstrong\u003eジャケットインナー\u003c\/strong\u003eにも最適です。\n      \u003cstrong\u003eナチュラルストレッチ\u003c\/strong\u003eが\u003cstrong\u003e動きやすさ\u003c\/strong\u003eを確保し、\u003cstrong\u003e上品な生地感\u003c\/strong\u003eが\u003cstrong\u003e高見え\u003c\/strong\u003eを実現します。\n      \u003cstrong\u003eゆとりのあるサイズ感\u003c\/strong\u003eで、\u003cstrong\u003eリラックスした着心地\u003c\/strong\u003eを提供します。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eジャケットインナーに最適なカットソーのようなクルーネックセーターです。スムース編みのソフトな肌触りと、しっかりとした生地感が特徴。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eロンTよりも高く見え、洗練された印象を与えます。\u003c\/li\u003e\n        \u003cli\u003e耐久性に優れ、長くご愛用いただけます。\u003c\/li\u003e\n        \u003cli\u003eどんなスタイルにも合わせやすい、着回し力抜群のアイテムです。\u003c\/li\u003e\n        \u003cli\u003e信頼の\u003cstrong\u003eMADE IN JAPAN\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 class=\"body-text\"\u003e細番手のスーピマコットンと高伸度ポリエステルを交編した、革新的なハイブリッド素材を採用しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eナチュラルストレッチ\u003c\/strong\u003eで快適な着心地。\u003c\/li\u003e\n        \u003cli\u003eコットン特有の風合いとポリエステルの機能性を両立。\u003c\/li\u003e\n        \u003cli\u003eデイリーな\u003cstrong\u003e家庭洗濯に対応\u003c\/strong\u003e。\u003c\/li\u003e\n        \u003cli\u003eハンガーにかけても型崩れしにくい、\u003cstrong\u003eタフな糸＆編地設計\u003c\/strong\u003e。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：やや厚手\u003c\/li\u003e\n        \u003cli\u003e伸縮性：あり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\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綿 61％\u003c\/li\u003e\n        \u003cli\u003eポリエステル 39％\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eAddElm機能について\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTS。\u003c\/li\u003e\n        \u003cli\u003eコンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e作用メカニズム:\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。\u003c\/li\u003e\n        \u003cli\u003eその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になります。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e54cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e44.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e60.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e82.75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e72cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e56cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e46cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e85cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：182　着用サイズ：L\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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコンD\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\" alt=\"機能アイコンH\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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=\"basic-list\"\u003e\n      \u003cli\u003e同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/li\u003e\n      \u003cli\u003e詳細情報は参考情報となります。カラーにより多少の誤差がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLUE \/ M","offer_id":44904377286829,"sku":"108-203-06-032_F11M","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"BLUE \/ L","offer_id":44904377254061,"sku":"108-203-06-032_F11L","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ M","offer_id":44904377352365,"sku":"108-203-06-032_F16M","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"GREEN \/ L","offer_id":44904377319597,"sku":"108-203-06-032_F16L","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"PINK \/ M","offer_id":44904377417901,"sku":"108-203-06-032_F25M","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"PINK \/ L","offer_id":44904377385133,"sku":"108-203-06-032_F25L","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"PURPLE \/ M","offer_id":44904377483437,"sku":"108-203-06-032_F22M","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"PURPLE \/ L","offer_id":44904377450669,"sku":"108-203-06-032_F22L","price":3870.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000225-01-l.jpg?v=1759208593"},{"product_id":"108-203-06-033","title":"クリエイティブ・ニット【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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クリエイティブ・ニット【PLAY】\u003c\/strong\u003eは、\u003cstrong class=\"highlight\"\u003e自由な着心地\u003c\/strong\u003eが、日常に\u003cstrong class=\"highlight\"\u003e心地よい解放感\u003c\/strong\u003eをもたらします。しなやかに体に馴染むシルエットは、\u003cstrong class=\"highlight\"\u003e洗練された大人カジュアル\u003c\/strong\u003eを演出します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000226-02-l.jpg?v=1759208592\" 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 class=\"highlight\"\u003e鮮やかな色彩\u003c\/strong\u003eが、シンプルな装いに\u003cstrong class=\"highlight\"\u003e華やぎ\u003c\/strong\u003eを添えます。見た目にも\u003cstrong class=\"highlight\"\u003eなめらかな質感\u003c\/strong\u003eが、\u003cstrong class=\"highlight\"\u003e普段の装いを格上げ\u003c\/strong\u003eするでしょう。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000226-03-l.jpg?v=1759208591\" 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 class=\"highlight\"\u003e心地よくフィットする、丁寧なリブ編み\u003c\/strong\u003e。しなやかな\u003cstrong class=\"highlight\"\u003e伸縮性\u003c\/strong\u003eが動きを邪魔せず、\u003cstrong class=\"highlight\"\u003e確かな品質\u003c\/strong\u003eが細部から伝わります。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000226-06-l.jpg?v=1759208592\" class=\"img-fluid d-block w-100 product-img\" alt=\"細部まで妥協なき作り込み\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部まで妥協なき作り込み\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eスウェットシャツのデティールをニットアイテムに落とし込んだクルーネックセーターです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eスムース編みのソフトな肌触り\u003c\/li\u003e\n          \u003cli\u003eしっかりとした生地感\u003c\/li\u003e\n          \u003cli\u003eロンTよりも高く見える上品さ\u003c\/li\u003e\n          \u003cli\u003eロンTよりも耐久性があり、長く着用可能\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=\"point-list\"\u003e\n          \u003cli\u003e袖口と裾の切り替えがスウェットシャツのような存在感を演出\u003c\/li\u003e\n          \u003cli\u003eFLATフォルムよりワイドなサイズ感\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          \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        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                \u003ctd\u003e71cm\u003c\/td\u003e\n                \u003ctd\u003e57cm\u003c\/td\u003e\n                \u003ctd\u003e50.5cm\u003c\/td\u003e\n                \u003ctd\u003e60.5cm\u003c\/td\u003e\n                \u003ctd\u003e85.75cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                \u003ctd\u003e73cm\u003c\/td\u003e\n                \u003ctd\u003e59cm\u003c\/td\u003e\n                \u003ctd\u003e52cm\u003c\/td\u003e\n                \u003ctd\u003e62cm\u003c\/td\u003e\n                \u003ctd\u003e88cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e生地の厚さ：やや厚手\u003c\/li\u003e\n          \u003cli\u003e伸縮性：あり\u003c\/li\u003e\n          \u003cli\u003e光沢感：なし\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綿 61％\u003c\/li\u003e\n          \u003cli\u003eポリエステル 39％\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eAddElmテクノロジー\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。\u003c\/p\u003e\n        \u003cp\u003eAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/p\u003e\n        \u003cp\u003e作用メカニズム:\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。\u003c\/li\u003e\n          \u003cli\u003eその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になります。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコンD\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\" alt=\"機能アイコンH\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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商品コード：108-203-06-033\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    \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":"フロンテラ","offers":[{"title":"BLUE \/ M","offer_id":44904377548973,"sku":"108-203-06-033_P11M","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"BLUE \/ L","offer_id":44904377516205,"sku":"108-203-06-033_P11L","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"GREEN \/ M","offer_id":44904377614509,"sku":"108-203-06-033_P16M","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ L","offer_id":44904377581741,"sku":"108-203-06-033_P16L","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"PINK \/ M","offer_id":44904377680045,"sku":"108-203-06-033_P25M","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"PINK \/ L","offer_id":44904377647277,"sku":"108-203-06-033_P25L","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"PURPLE \/ M","offer_id":44904377745581,"sku":"108-203-06-033_P22M","price":3870.0,"currency_code":"JPY","in_stock":false},{"title":"PURPLE \/ L","offer_id":44904377712813,"sku":"108-203-06-033_P22L","price":3870.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000226-08-l.jpg?v=1759208592"},{"product_id":"108-203-06-034","title":"クリエイティブ・ニット【SLACK】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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が、洗練された大人の個性を静かに主張するでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000227-16-l.jpg?v=1766219724\" 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\/0700\/1024\/1197\/files\/000000000227-01-l.jpg?v=1766219724\" class=\"img-fluid d-block w-100 product-img\" alt=\"リラックス感のあるシルエットのニット着用イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e快適性と落ち着きを両立する装い\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e旬を纏う、プレイフルな一着\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eトレンドを意識したオーバーサイズシルエット\u003c\/strong\u003eが、\u003cstrong\u003eこなれた雰囲気\u003c\/strong\u003eを演出します。\u003cstrong\u003e明るく軽やかなピンク\u003c\/strong\u003eは、日常のコーディネートに\u003cstrong\u003e新鮮な遊び心\u003c\/strong\u003eを加えるでしょう。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000227-04-l.jpg?v=1766219724\" 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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd\u003e72cm\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e58.5cm\u003c\/td\u003e\n                            \u003ctd\u003e58.5cm\u003c\/td\u003e\n                            \u003ctd\u003e87.75cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                            \u003ctd\u003e90cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n            \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eロングスリーブTシャツのような存在感を持つクルーネックセーターです。至高のニットアイテムとして、様々なメリットを提供します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eスムース編みのソフトな肌触り\u003c\/li\u003e\n                \u003cli\u003eしっかりとした生地感\u003c\/li\u003e\n                \u003cli\u003eロンTよりも高く見える上品さ\u003c\/li\u003e\n                \u003cli\u003eロンTよりも高い耐久性\u003c\/li\u003e\n                \u003cli\u003eロンTよりも合わせやすい着回し力\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"body-text\"\u003eフォルム＆デザイン:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e袖口の切り替えがロングスリーブTシャツのような存在感\u003c\/li\u003e\n                \u003cli\u003ePLAYよりさらにワイドなストリート感溢れるシルエット\u003c\/li\u003e\n                \u003cli\u003eしっかりとした生地感でクリーンな印象\u003c\/li\u003e\n                \u003cli\u003eMADE IN JAPAN\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"body-text\"\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                \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=\"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\n            \u003cp class=\"body-text\"\u003e組成表示:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e綿 61％\u003c\/li\u003e\n                \u003cli\u003eポリエステル 39％\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cp class=\"body-text\"\u003e原産国:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e日本\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能について\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eこの製品には、様々な機能性が備わっています。\u003c\/p\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコンD\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\" alt=\"機能アイコンH\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\u003e\n            \u003c\/div\u003e\n\n            \u003cp class=\"body-text\"\u003eAddElm（アドエルム）機能が付帯しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジーです。AddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップします。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e作用メカニズム: 様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激します。その刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になります。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：108-203-06-034_S25\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLUE \/ M","offer_id":44904377811117,"sku":"108-203-06-034_S11M","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"BLUE \/ L","offer_id":44904377778349,"sku":"108-203-06-034_S11L","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ M","offer_id":44904377876653,"sku":"108-203-06-034_S16M","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ L","offer_id":44904377843885,"sku":"108-203-06-034_S16L","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"PINK \/ M","offer_id":44904377942189,"sku":"108-203-06-034_S25M","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"PINK \/ L","offer_id":44904377909421,"sku":"108-203-06-034_S25L","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"PURPLE \/ M","offer_id":44904378007725,"sku":"108-203-06-034_S22M","price":3870.0,"currency_code":"JPY","in_stock":true},{"title":"PURPLE \/ L","offer_id":44904377974957,"sku":"108-203-06-034_S22L","price":3870.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000227-09-l.jpg?v=1766219724"},{"product_id":"108-203-06-035","title":"クリエイティブ・ニットパーカー【FLAT】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000228-02-l.jpg?v=1759208587\" 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\/0700\/1024\/1197\/files\/000000000228-08-l.jpg?v=1759208587\" 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\/0700\/1024\/1197\/files\/000000000228-10-l.jpg?v=1759208587\" 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\"\u003eスウェットパーカーをニット生地に置き換えたイメージのウォッシャブルニットパーカーです。1枚だけで存在感があり、ジャケットインにも着合わせられる、究極の着回しアイテムです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eウォッシャブルニットパーカー\u003c\/li\u003e\n        \u003cli\u003e1枚で存在感を放つ\u003c\/li\u003e\n        \u003cli\u003eジャケットインにも着合わせ可能\u003c\/li\u003e\n        \u003cli\u003e究極の着回しアイテム\u003c\/li\u003e\n        \u003cli\u003eMADE IN JAPAN\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n              \u003ctd\u003e54cm\u003c\/td\u003e\n              \u003ctd\u003e44.5cm\u003c\/td\u003e\n              \u003ctd\u003e62cm\u003c\/td\u003e\n              \u003ctd\u003e84.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e72cm\u003c\/td\u003e\n              \u003ctd\u003e56cm\u003c\/td\u003e\n              \u003ctd\u003e46cm\u003c\/td\u003e\n              \u003ctd\u003e63.5cm\u003c\/td\u003e\n              \u003ctd\u003e86.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：182cm　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eジャケットインナー向けにややコンパクトに設計されながらも、脇の菱形ガセットでゆとりのある着用感を実現しています。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eジャケットインナー向けにややコンパクトな設計\u003c\/li\u003e\n        \u003cli\u003e脇の菱形ガセットでゆとりのある着用感\u003c\/li\u003e\n        \u003cli\u003e編み続きの袖口や裾がニットならではのディテール\u003c\/li\u003e\n        \u003cli\u003eシームポケットで実用的かつクリーンなイメージ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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=\"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生地の厚さ：やや厚手\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 class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e組成・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e身頃：ポリエステル 100％\u003c\/li\u003e\n        \u003cli\u003eリブ：ポリエステル 86％ ナイロン13％ ポリウレタン 1％\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    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品コード: 108-203-06-035\u003c\/li\u003e\n      \u003cli\u003e画像と実物では色味が異なって見える場合がございます。\u003c\/li\u003e\n      \u003cli\u003e商品のサイズは平置き採寸です。測り方によって若干の誤差が生じる場合があります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BEIGE \/ M","offer_id":44904378073261,"sku":"108-203-06-035_F04M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BEIGE \/ L","offer_id":44904378040493,"sku":"108-203-06-035_F04L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ M","offer_id":44904378138797,"sku":"108-203-06-035_F01M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904378106029,"sku":"108-203-06-035_F01L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLUE PURPLE \/ M","offer_id":44904378204333,"sku":"108-203-06-035_F34M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLUE PURPLE \/ L","offer_id":44904378171565,"sku":"108-203-06-035_F34L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"D.GRAY \/ M","offer_id":44904378269869,"sku":"108-203-06-035_F10M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"D.GRAY \/ L","offer_id":44904378237101,"sku":"108-203-06-035_F10L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ M","offer_id":44904378335405,"sku":"108-203-06-035_F17M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ L","offer_id":44904378302637,"sku":"108-203-06-035_F17L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904378400941,"sku":"108-203-06-035_F03M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904378368173,"sku":"108-203-06-035_F03L","price":17900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000228-03-l.jpg?v=1759208587"},{"product_id":"108-203-06-036","title":"クリエイティブ・ニットパーカー【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000229-07-l.jpg?v=1759208584\" 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\/0700\/1024\/1197\/files\/000000000229-16-l.jpg?v=1759208584\" 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\/0700\/1024\/1197\/files\/000000000229-13-l.jpg?v=1759208584\" class=\"img-fluid d-block w-100 product-img\" alt=\"ニットのディテールと素材感\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿る着る喜び\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003eスウェットパーカーをニット生地に置き換えたイメージのウォッシャブルニットパーカーです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e1枚で存在感を発揮するデザイン\u003c\/li\u003e\n          \u003cli\u003eジャケットインにも着合わせられる着回し力\u003c\/li\u003e\n          \u003cli\u003e究極の着回しを実現する万能アイテム\u003c\/li\u003e\n          \u003cli\u003e高品質なMADE IN JAPAN\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                \u003ctd\u003e70cm\u003c\/td\u003e\n                \u003ctd\u003e61.5cm\u003c\/td\u003e\n                \u003ctd\u003e48.5cm\u003c\/td\u003e\n                \u003ctd\u003e62cm\u003c\/td\u003e\n                \u003ctd\u003e86.25cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                \u003ctd\u003e72cm\u003c\/td\u003e\n                \u003ctd\u003e63.5cm\u003c\/td\u003e\n                \u003ctd\u003e50cm\u003c\/td\u003e\n                \u003ctd\u003e63.5cm\u003c\/td\u003e\n                \u003ctd\u003e88.5cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\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        \u003cdiv class=\"care-icons\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコンB\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコンC\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコンD\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\" alt=\"機能アイコンH\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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 class=\"body-text\"\u003eFLATフォルムよりもワイドなサイズ感で、リラックスした着心地を提供します。\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 class=\"body-text\"\u003e高伸度のポリエステル素材にソフト加工を施し、快適な肌触りと高い機能性を両立しました。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e柔らかい風合いながら適度な張り感\u003c\/li\u003e\n          \u003cli\u003eデイリーな家庭洗濯に対応\u003c\/li\u003e\n          \u003cli\u003eハンガーにもかけられるタフな糸＆編地設計\u003c\/li\u003e\n          \u003cli\u003eポリエステル特有のナチュラルストレッチと形状安定性\u003c\/li\u003e\n          \u003cli\u003eニットならではの色合いと豊かな発色性\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e組成表示\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e身頃：ポリエステル 100％\u003c\/li\u003e\n          \u003cli\u003eリブ：ポリエステル 86％ ナイロン 13％ ポリウレタン 1％\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e日本\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section (スペック) --\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      \u003cli\u003eこちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"フロンテラ","offers":[{"title":"BEIGE \/ M","offer_id":44904378466477,"sku":"108-203-06-036_P04M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BEIGE \/ L","offer_id":44904378433709,"sku":"108-203-06-036_P04L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ M","offer_id":44904378532013,"sku":"108-203-06-036_P01M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904378499245,"sku":"108-203-06-036_P01L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLUE PURPLE \/ M","offer_id":44904378597549,"sku":"108-203-06-036_P34M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"BLUE PURPLE \/ L","offer_id":44904378564781,"sku":"108-203-06-036_P34L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"D.GRAY \/ M","offer_id":44904378663085,"sku":"108-203-06-036_P10M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"D.GRAY \/ L","offer_id":44904378630317,"sku":"108-203-06-036_P10L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ M","offer_id":44904378728621,"sku":"108-203-06-036_P17M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ L","offer_id":44904378695853,"sku":"108-203-06-036_P17L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":44904378794157,"sku":"108-203-06-036_P03M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904378761389,"sku":"108-203-06-036_P03L","price":17900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000229-07-l.jpg?v=1759208584"},{"product_id":"108-203-06-037","title":"クリエイティブ・ニットパーカー【SLACK】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse;\n      border: 1px solid #e0e0e0;\n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #e0e0e0; \n      font-size: 0.9em; \n  }\n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #333333; \n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000230-21-l.jpg?v=1759208581\" class=\"img-fluid d-block w-100 product-img\" alt=\"街を彩る鮮烈な青 ニットパーカー\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大人の遊び心を刺激する色\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e上質素材が叶える 着回しニットパーカ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e高伸度ポリエステル\u003c\/strong\u003eが叶える、しなやかな着心地と\u003cstrong\u003eナチュラルなストレッチ性\u003c\/strong\u003e。普段使いからジャケットのインナーまで、あらゆるシーンで活躍します。家庭での手軽な\u003cstrong\u003eデイリーケア\u003c\/strong\u003eに加え、\u003cstrong\u003e形状安定性\u003c\/strong\u003eで忙しい日々も安心の日本製です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000230-22-l.jpg?v=1759208580\" 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\/0700\/1024\/1197\/files\/000000000230-19-l.jpg?v=1759208581\" class=\"img-fluid d-block w-100 product-img\" alt=\"拘り抜いた機能美 隠しポケット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e見えない部分に宿る職人技\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eスウェットパーカーをニット生地に置き換えたイメージのウォッシャブルニットパーカー。1枚だけで存在感があり、ジャケットインにも着合わせられる、究極の着回しアイテムです。\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\u003ePLAYより更にワイドサイズにセットされたストリート感溢れるシルエット\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          \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=\"care-icons\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_B.jpg\" alt=\"機能アイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_C.jpg\" alt=\"機能アイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_D.jpg\" alt=\"機能アイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_H.jpg\" alt=\"機能アイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.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        \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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                \u003ctd\u003e72cm\u003c\/td\u003e\n                \u003ctd\u003e63cm\u003c\/td\u003e\n                \u003ctd\u003e62.5cm\u003c\/td\u003e\n                \u003ctd\u003e56.5cm\u003c\/td\u003e\n                \u003ctd\u003e87.75cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                \u003ctd\u003e74cm\u003c\/td\u003e\n                \u003ctd\u003e65cm\u003c\/td\u003e\n                \u003ctd\u003e64cm\u003c\/td\u003e\n                \u003ctd\u003e58cm\u003c\/td\u003e\n                \u003ctd\u003e90cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・組成\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e身頃：ポリエステル 100％\u003c\/li\u003e\n          \u003cli\u003eリブ：ポリエステル 86％ ナイロン13％ ポリウレタン 1％\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e生地の厚さ：やや厚手\u003c\/li\u003e\n          \u003cli\u003e伸縮性：あり\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      \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      \u003cli\u003e上記詳細情報は参考情報となります。カラーにより多少の誤差がございます。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904378859693,"sku":"108-203-06-037_S01M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ L","offer_id":44904378826925,"sku":"108-203-06-037_S01L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"BLUE PURPLE \/ M","offer_id":44904378925229,"sku":"108-203-06-037_S34M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"BLUE PURPLE \/ L","offer_id":44904378892461,"sku":"108-203-06-037_S34L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"GREEN \/ M","offer_id":44904378990765,"sku":"108-203-06-037_S17M","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ L","offer_id":44904378957997,"sku":"108-203-06-037_S17L","price":17900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904379056301,"sku":"108-203-06-037_S03M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ L","offer_id":44904379023533,"sku":"108-203-06-037_S03L","price":17900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000230-21-l.jpg?v=1759208581"},{"product_id":"108-203-06-038","title":"WAVELINE クルーネックセーター【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse; \n      border: 1px solid #e0e0e0;\n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px; \n      border: 1px solid #e0e0e0; \n      font-size: 0.9em; \n  } \n  .spec-table th { \n      background-color: rgba(125, 125, 125, 0.1); \n      font-weight: bold; \n      color: #333333; \n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000231-01-xl.jpg?v=1759222286\" class=\"img-fluid d-block w-100 product-img\" alt=\"都会に映えるモダンな表情のクルーネックセーター\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e都会に映えるモダンな表情\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本の匠が息づく 上質素材ニット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eコーマ綿と高伸度ポリエステルをオリジナル交編。繊細なピンタックが綿とポリの微妙な色差を表現し、\u003cstrong\u003e吸水速乾性\u003c\/strong\u003eに優れ\u003cstrong\u003e毛羽立ちも少ない\u003c\/strong\u003e、\u003cstrong\u003e心地よい肌触り\u003c\/strong\u003eが魅力です。\u003cstrong\u003eMADE IN JAPAN\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000231-10-xl.jpg?v=1759222407\" 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\"\u003e360度計算された 高機能デザインプルオーバー\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\/0700\/1024\/1197\/files\/000000000231-12-xl.jpg?v=1759222437\" 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 class=\"body-text\"\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e67cm\u003c\/td\u003e\n              \u003ctd\u003e54cm\u003c\/td\u003e\n              \u003ctd\u003e84.75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n              \u003ctd\u003e56cm\u003c\/td\u003e\n              \u003ctd\u003e86.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e組成表示：ポリエステル 55％ 綿 45％\u003c\/li\u003e\n        \u003cli\u003e原産国：日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e詳細情報・商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：厚手\u003c\/li\u003e\n        \u003cli\u003e伸縮性：ややあり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：なし\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e商品コード：108-203-06-038\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904379121837,"sku":"108-203-06-038_F01M","price":5670.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904379089069,"sku":"108-203-06-038_F01L","price":5670.0,"currency_code":"JPY","in_stock":true},{"title":"PURPLE \/ M","offer_id":44904379187373,"sku":"108-203-06-038_F21M","price":5670.0,"currency_code":"JPY","in_stock":true},{"title":"PURPLE \/ L","offer_id":44904379154605,"sku":"108-203-06-038_F21L","price":5670.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000231-01-xl.jpg?v=1759222286"},{"product_id":"108-203-06-039","title":"WAVELINE クルーネックセーター【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e都会的な洗練を纏う クルーネック\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000232-03-xl.jpg?v=1759222039\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e視線を惹きつける独創デザイン\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e緻密に計算された幾何学模様\u003c\/strong\u003eが、他にはない\u003cstrong\u003e立体感\u003c\/strong\u003eを生み出します。\n      シンプルな着こなしも、この一枚で\u003cstrong\u003e洗練された印象\u003c\/strong\u003eに変わるでしょう。\n    \u003c\/p\u003e\n  \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\/0700\/1024\/1197\/files\/000000000232-08-xl.jpg?v=1759222056\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e大胆な色彩で個性を表現\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eゆったりとしたサイジング\u003c\/strong\u003eが、\u003cstrong\u003e動きのあるシルエット\u003c\/strong\u003eを演出します。\n      カジュアルなパンツにも合わせやすく、\u003cstrong\u003eデイリースタイルを格上げ\u003c\/strong\u003eする一枚です。\n    \u003c\/p\u003e\n  \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\/0700\/1024\/1197\/files\/000000000232-07-xl.jpg?v=1759222024\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eコーデを彩るアクセント\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eブラックとパープル\u003c\/strong\u003e、\u003cstrong\u003e異なる色合い\u003c\/strong\u003eで商品の持つ\u003cstrong\u003e個性が際立ちます\u003c\/strong\u003e。\n      どちらを選んでも、日々のスタイリングに\u003cstrong\u003e新鮮な刺激\u003c\/strong\u003eをもたらすでしょう。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e綿とポリエステルの微妙な色差をピンタックで表現した、テクニカルプルオーバーセーターです。\u003c\/p\u003e\n      \u003cul class=\"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=\"benefit-list\"\u003e\n        \u003cli\u003e吸水速乾に優れています。\u003c\/li\u003e\n        \u003cli\u003e毛羽立ちが少ないです。\u003c\/li\u003e\n        \u003cli\u003e洗濯から吊り干し乾燥をしても型崩れしにくい耐久性を兼ね備えます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生地感・その他詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e製品の生地感に関する詳細情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：厚手\u003c\/li\u003e\n        \u003cli\u003e伸縮性：ややあり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \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組成表示：ポリエステル 55％ 綿 45％\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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n              \u003ctd\u003e84.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e72cm\u003c\/td\u003e\n              \u003ctd\u003e62cm\u003c\/td\u003e\n              \u003ctd\u003e86.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 108-203-06-039\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    \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\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904379252909,"sku":"108-203-06-039_P01M","price":5670.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904379220141,"sku":"108-203-06-039_P01L","price":5670.0,"currency_code":"JPY","in_stock":true},{"title":"PURPLE \/ M","offer_id":44904379318445,"sku":"108-203-06-039_P21M","price":5670.0,"currency_code":"JPY","in_stock":true},{"title":"PURPLE \/ L","offer_id":44904379285677,"sku":"108-203-06-039_P21L","price":5670.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000232-12-xl.jpg?v=1759221842"},{"product_id":"102-203-01-042","title":"ウルトラライト中綿ブルゾン【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003ch3 class=\"section-title\"\u003e商品コード: 102-203-01-042\u003c\/h3\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へ導く「FLAT」。\u003cstrong\u003e空気のように軽く\u003c\/strong\u003e、一日中\u003cstrong\u003eストレスフリーな着心地\u003c\/strong\u003eは、多忙なビジネスパーソンのライフスタイルに寄り添います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000233-02-l.jpg?v=1759208577\" 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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000233-03-l.jpg?v=1759208577\" 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\/0700\/1024\/1197\/files\/000000000233-17-l.jpg?v=1759208577\" 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 class=\"body-text\"\u003e割繊マイクロファイバー糸による独自のしっとり感と膨らみ感が特徴のパフィーなシャツブルゾンです。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e保湿性が高いソフトタッチのトリコットを贅沢に採用し、質感の高い着用感を実現\u003c\/li\u003e\n        \u003cli\u003e真冬のインナーから秋春のミドルシーズンのアウターとして汎用性の高いユーティリティーウェア\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eデザイン・ディテール\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"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      \u003cul class=\"point-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      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\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=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_G.jpg\" alt=\"機能アイコンG\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n              \u003ctd\u003e58cm\u003c\/td\u003e\n              \u003ctd\u003e47.5cm\u003c\/td\u003e\n              \u003ctd\u003e63.5cm\u003c\/td\u003e\n              \u003ctd\u003e87.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e72cm\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n              \u003ctd\u003e49cm\u003c\/td\u003e\n              \u003ctd\u003e64.5cm\u003c\/td\u003e\n              \u003ctd\u003e89cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：なし\u003c\/li\u003e\n        \u003cli\u003e光沢感：ややあり\u003c\/li\u003e\n        \u003cli\u003e裏地：あり\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e組成表示\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表地：ポリエステル 70％ ナイロン 30％\u003c\/li\u003e\n        \u003cli\u003e身頃裏地：ポリエステル 100％\u003c\/li\u003e\n        \u003cli\u003e袖裏地：キュプラ 100％\u003c\/li\u003e\n        \u003cli\u003e充填物：ポリエステル 100％\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため作成しない --\u003e\n  \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため作成しない --\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904379383981,"sku":"102-203-01-042_F01M","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904379351213,"sku":"102-203-01-042_F01L","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"KHAKI \/ M","offer_id":44904379449517,"sku":"102-203-01-042_F35M","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"KHAKI \/ L","offer_id":44904379416749,"sku":"102-203-01-042_F35L","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ M","offer_id":44904379515053,"sku":"102-203-01-042_F11M","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904379482285,"sku":"102-203-01-042_F11L","price":14450.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000233-01-l.jpg?v=1759208577"},{"product_id":"102-203-02-043","title":"ウルトラライト中綿ブルゾン【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; } いや、よく考えると、画像04-l.jpgは、確かにモデルの背面だが、ブルゾン全体が写っており、内部のクロスストラップそのものが見えるわけではない。「隠れた機能美」とあるので、外からは見えないのは当然かもしれないが、「着脱時のスマートな収納を実現します」という機能性が示されるような画像ではない。ただし、画像は「背面デザイン」を示しており、文章は「内側に備えられたクロスストラップ」について言及している。これは矛盾しているとは言えない。あくまで「背面デザイン」の紹介であり、そのデザインの一部として「内側のストラップ」があるという説明。なので、画像が背面を見せていること自体は問題ない。ストラップが画像で見えないのは「内側」にあるから当然。よって、これは修正不要と判断。\n\n2.\n**AI由来の不要な記号 (Markdown Artifacts)**:\nHTML内の\n`**`\nを\n`\u003cstrong\u003e`\nに修正する。\n\n**最終確認:**\n[商品名]: ウルトラライト中綿ブルゾン【PLAY】\n[元スペック]: 記載情報がHTMLに反映されており、削除されたものはない。\n[現HTML]:\n`**`\nの修正が必要。\n画像と説明の致命的な不一致はなしと判断（ブロック3の画像とストラップの件）。\nHTML構文エラーやUI上の欠陥はなし。\n\n修正点は\n`**`\nを\n`\u003cstrong\u003e`\nに変換することのみ。\n\n```html\n\u003cp class=\"body-text\"\u003e計算された\u003cstrong\u003eワイドシルエット\u003c\/strong\u003eが、こなれた大人感を演出します。シャツとアウターの絶妙なバランスで、真冬のインナーから春先まで軽やかに着こなせる\u003cstrong\u003e汎用性の高い\u003c\/strong\u003e一枚です。\u003c\/p\u003e\n```\n```html\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```\n```html\n\u003cp class=\"body-text\"\u003e内側に備えられた\u003cstrong\u003eクロスストラップ\u003c\/strong\u003eが、着脱時のスマートな収納を実現します。スーツの裏地にも採用される高密度ポリエステルツイルを使い、見えない部分にも\u003cstrong\u003e品質\u003c\/strong\u003eを追求しました。\u003c\/p\u003e\n```\nこれらの変更を行う。\n```json\n{\n  \"result\": \"FIXED\",\n  \"reason\": \"**を除去し、\u003cstrong\u003eタグに変換しました。\",\n  \"html\": \"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \\\"Hiragino Sans\\\", \\\"Hiragino Kaku Gothic ProN\\\", \\\"Yu Gothic UI\\\", \\\"游ゴシック UI\\\", \\\"Meiryo\\\", \\\"メイリオ\\\", \\\"Noto Sans JP\\\", \\\"sans-serif\\\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; } いや、よく考えると、画像04-l.jpgは、確かにモデルの背面だが、ブルゾン全体が写っており、内部のクロスストラップそのものが見えるわけではない。「隠れた機能美」とあるので、外からは見えないのは当然かもしれないが、「着脱時のスマートな収納を実現します」という機能性が示されるような画像ではない。ただし、画像は「背面デザイン」を示しており、文章は「内側に備えられたクロスストラップ」について言及している。これは矛盾しているとは言えない。あくまで「背面デザイン」の紹介であり、そのデザインの一部として「内側のストラップ」があるという説明。なので、画像が背面を見せていること自体は問題ない。ストラップが画像で見えないのは「内側」にあるから当然。よって、これは修正不要と判断。\n\n2.\n**AI由来の不要な記号 (Markdown Artifacts)**:\nHTML内の\n`**`\nを\n`\u003cstrong\u003e`\nに修正する。\n\n**最終確認:**\n[商品名]: ウルトラライト中綿ブルゾン【PLAY】\n[元スペック]: 記載情報がHTMLに反映されており、削除されたものはない。\n[現HTML]:\n`**`\nの修正が必要。\n画像と説明の致命的な不一致はなしと判断（ブロック3の画像とストラップの件）。\nHTML構文エラーやUI上の欠陥はなし。\n\n修正点は\n`**`\nを\n`\u003cstrong\u003e`\nに変換することのみ。\n\n```html\n\u003cp class=\"body-text\"\u003e計算された\u003cstrong\u003eワイドシルエット\u003c\/strong\u003eが、こなれた大人感を演出します。シャツとアウターの絶妙なバランスで、真冬のインナーから春先まで軽やかに着こなせる\u003cstrong\u003e汎用性の高い\u003c\/strong\u003e一枚です。\u003c\/p\u003e\n```\n```html\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```\n```html\n\u003cp class=\"body-text\"\u003e内側に備えられた\u003cstrong\u003eクロスストラップ\u003c\/strong\u003eが、着脱時のスマートな収納を実現します。スーツの裏地にも採用される高密度ポリエステルツイルを使い、見えない部分にも\u003cstrong\u003e品質\u003c\/strong\u003eを追求しました。\u003c\/p\u003e\n```\nこれらの変更を行う。\n```json\n{\n  \"result\": \"FIXED\",\n  \"reason\": \"**を除去し、\u003cstrong\u003eタグに変換しました。\",\n  \"html\": \"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \\\"Hiragino Sans\\\", \\\"Hiragino Kaku Gothic ProN\\\", \\\"Yu Gothic UI\\\", \\\"游ゴシック UI\\\", \\\"Meiryo\\\", \\\"メイリオ\\\", \\\"Noto Sans JP\\\", \\\"sans-serif\\\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \\\"+\\\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \\\"-\\\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \\\"●\\\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \\\"\\\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \\\"▶\\\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \\\"※\\\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e大人の日常を彩るスマートブルゾン\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000234-01-l.jpg?v=1759208574\" 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一枚です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品解説セクション (Main) - ブロック2 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e纏うほどに心地よい快適素材\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000234-07-l.jpg?v=1759208574\" 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  \u003c!-- 商品解説セクション (Main) - ブロック3 --\u003e\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\/0700\/1024\/1197\/files\/000000000234-04-l.jpg?v=1759208574\" 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を追求しました。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003c!-- ドロップダウン1: 商品のポイント・特徴 --\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\"\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        \u003cp class=\"body-text\"\u003e洗練されたフォルムとデザイン\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eFLATフォルムよりワイドなサイズ感\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    \u003c!-- ドロップダウン2: 機能 --\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=\"care-icons\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"吸水速乾機能アイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_G.jpg\" alt=\"軽量機能アイコン\"\u003e\n          \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"ストレッチ機能アイコン\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ドロップダウン3: サイズ詳細 --\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            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                \u003ctd\u003e72.5cm\u003c\/td\u003e\n                \u003ctd\u003e62cm\u003c\/td\u003e\n                \u003ctd\u003e49.5cm\u003c\/td\u003e\n                \u003ctd\u003e62.5cm\u003c\/td\u003e\n                \u003ctd\u003e87.25cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                \u003ctd\u003e74.5cm\u003c\/td\u003e\n                \u003ctd\u003e64cm\u003c\/td\u003e\n                \u003ctd\u003e51cm\u003c\/td\u003e\n                \u003ctd\u003e63.5cm\u003c\/td\u003e\n                \u003ctd\u003e89cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：182cm 着用サイズ：L\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ドロップダウン4: 素材・組成 --\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\"\u003e厳選された素材が織りなす極上の着心地。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e割繊マイクロファイバー糸によるしっとりとしたパウダータッチと高い透湿防水性を持つポリエステル\/ナイロンタフタを表地に使用\u003c\/li\u003e\n          \u003cli\u003e身頃裏地にはスーツにも採用される高密度ポリエステルツイルを採用\u003c\/li\u003e\n          \u003cli\u003e袖裏地には肌触りと袖通りの良さを追求したキュプラ素材を採用\u003c\/li\u003e\n          \u003cli\u003e吸汗性と保湿性に優れたトリコット素材を充填物として採用\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e表地：ポリエステル 70％ ナイロン 30％\u003c\/li\u003e\n          \u003cli\u003e身頃裏地：ポリエステル 100％\u003c\/li\u003e\n          \u003cli\u003e袖裏地：キュプラ 100％\u003c\/li\u003e\n          \u003cli\u003e充填物：ポリエステル 100％\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ドロップダウン5: その他詳細 --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eその他詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n          \u003cli\u003e伸縮性：なし\u003c\/li\u003e\n          \u003cli\u003e光沢感：ややあり\u003c\/li\u003e\n          \u003cli\u003e裏地：あり\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n  \n  \u003c!-- 商品コード --\u003e\n  \u003cp class=\"body-text\"\u003e商品コード：102-203-02-043\u003c\/p\u003e\n\n\u003c\/div\u003e\n","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904379580589,"sku":"102-203-02-043_P01M","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904379547821,"sku":"102-203-02-043_P01L","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"KHAKI \/ M","offer_id":44904379646125,"sku":"102-203-02-043_P35M","price":14450.0,"currency_code":"JPY","in_stock":false},{"title":"KHAKI \/ L","offer_id":44904379613357,"sku":"102-203-02-043_P35L","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ M","offer_id":44904379711661,"sku":"102-203-02-043_P11M","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904379678893,"sku":"102-203-02-043_P11L","price":14450.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000234-01-l.jpg?v=1759208574"},{"product_id":"102-203-01-044","title":"ウルトラライト中綿ブルゾン【SLACK】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000235-01-l.jpg?v=1759208572\" 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が、羽織るだけでこなれたストリート感を演出。日常に溶け込む上質さが、着こなしを格上げします。\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\/0700\/1024\/1197\/files\/000000000235-05-l.jpg?v=1759208572\" class=\"img-fluid d-block w-100 product-img\" alt=\"背面に「SLACK」のロゴプリントが施されたジャケット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e個性を際立たせる背面ロゴ\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e背中に大胆に配された「SLACK」の\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\/0700\/1024\/1197\/files\/000000000235-02-l.jpg?v=1759208572\" 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  \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\"\u003e製品の基本情報と詳細です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 102-203-01-044\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e商品の詳細情報\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ: 普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性: なし\u003c\/li\u003e\n        \u003cli\u003e光沢感: ややあり\u003c\/li\u003e\n        \u003cli\u003e裏地: あり\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\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\u003ePLAYよりも更にワイドサイズに設定された、ストリート感溢れるシルエットが特徴です。\u003c\/li\u003e\n        \u003cli\u003e背中には「SLACK」のロゴがプリントされており、都会的なアクセントを加えています。\u003c\/li\u003e\n        \u003cli\u003eFLAT, PLAYからさらにアウターに近づけた設計で、ポケット口にはジップ、裾周りにはドローコードが配されています。\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e73cm\u003c\/td\u003e\n              \u003ctd\u003e64cm\u003c\/td\u003e\n              \u003ctd\u003e57.5cm\u003c\/td\u003e\n              \u003ctd\u003e58.5cm\u003c\/td\u003e\n              \u003ctd\u003e87.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e75cm\u003c\/td\u003e\n              \u003ctd\u003e66cm\u003c\/td\u003e\n              \u003ctd\u003e59cm\u003c\/td\u003e\n              \u003ctd\u003e59.5cm\u003c\/td\u003e\n              \u003ctd\u003e89cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：182　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e本製品に使用されている素材についてご説明します。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e割繊マイクロファイバー糸の特徴からしっとりとしたパウダータッチが実現され、透湿防水性も高いポリエステル\/ナイロンタフタを使用しています。\u003c\/li\u003e\n        \u003cli\u003e裏地にはスーツにも採用される高密度ポリエステルツイルを、袖裏には肌触りと袖通りの良さを追求したキュプラ素材を採用。\u003c\/li\u003e\n        \u003cli\u003e充填素材は吸汗性が高く、保湿性に優れたトリコット素材を採用しています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表地：ポリエステル 70％ ナイロン 30％\u003c\/li\u003e\n        \u003cli\u003e身頃裏地：ポリエステル 100％\u003c\/li\u003e\n        \u003cli\u003e袖裏地：キュプラ 100％\u003c\/li\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 class=\"body-text\"\u003eこの製品が持つ機能性アイコンです。\u003c\/p\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_A.jpg\" alt=\"機能アイコンA\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/icon_G.jpg\" alt=\"機能アイコンG\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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    \u003cp class=\"body-text\"\u003e※この商品はフォルム交換対象外です。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904379777197,"sku":"102-203-01-044_S01M","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904379744429,"sku":"102-203-01-044_S01L","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"KHAKI \/ M","offer_id":44904379842733,"sku":"102-203-01-044_S35M","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"KHAKI \/ L","offer_id":44904379809965,"sku":"102-203-01-044_S35L","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ M","offer_id":44904379908269,"sku":"102-203-01-044_S11M","price":14450.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904379875501,"sku":"102-203-01-044_S11L","price":14450.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000235-01-l.jpg?v=1759208572"},{"product_id":"101-201-01-040","title":"W\/F PONTETORTO オーバーコート【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大人の品格を纏う PONTETORTOコート\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eイタリアPONTETORTO社の上質ウール生地が織りなす、凛とした佇まいのオーバーコート。重厚な見た目ながらも軽やかな着心地で、洗練された大人の休日スタイルを格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000236-01-xl.jpg?v=1759221605\" 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\/0700\/1024\/1197\/files\/000000000236-03-xl.jpg?v=1766220887\" 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\/0700\/1024\/1197\/files\/000000000236-19-l.jpg?v=1766220818\" 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 class=\"body-text\"\u003e重厚な見た目と軽やかな着心地を両立させたオーバーコートの主な特徴です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eイタリアPONTETORTO社製の上質ウール生地を使用\u003c\/li\u003e\n                \u003cli\u003e裏地のない\u003cstrong\u003eハンドリバー仕立て\u003c\/strong\u003eによる軽やかな着心地\u003c\/li\u003e\n                \u003cli\u003e二重組織の生地端を分割し、手縫い処理を施した丁寧な縫製\u003c\/li\u003e\n                \u003cli\u003e凛とした箱ポケットがカジュアル過ぎない印象を演出\u003c\/li\u003e\n                \u003cli\u003e大人の男性にお楽しみいただきたい\u003cstrong\u003eワンランク上のロングコート\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp 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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裾幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd\u003e113cm\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                            \u003ctd\u003e60.5cm\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                            \u003ctd\u003e88.25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd\u003e115cm\u003c\/td\u003e\n                            \u003ctd\u003e73cm\u003c\/td\u003e\n                            \u003ctd\u003e62cm\u003c\/td\u003e\n                            \u003ctd\u003e62cm\u003c\/td\u003e\n                            \u003ctd\u003e59cm\u003c\/td\u003e\n                            \u003ctd\u003e90cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：182cm　着用サイズ：L\u003c\/p\u003e\n            \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e本製品の素材と生産国に関する情報です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材メーカー：イタリア・プラートに拠点を置くPONTETORTO社製\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            \u003cp class=\"body-text\"\u003e組成表示:\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eウール 75％\u003c\/li\u003e\n                \u003cli\u003eナイロン 19％\u003c\/li\u003e\n                \u003cli\u003eポリエステル 4％\u003c\/li\u003e\n                \u003cli\u003eアクリル 2％\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\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 class=\"body-text\"\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            \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：101-201-01-040_P09\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":"フロンテラ","offers":[{"title":"GRAY \/ M","offer_id":44904379973805,"sku":"101-201-01-040_P09M","price":27860.0,"currency_code":"JPY","in_stock":true},{"title":"GRAY \/ L","offer_id":44904379941037,"sku":"101-201-01-040_P09L","price":27860.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ M","offer_id":44904380039341,"sku":"101-201-01-040_P11M","price":27860.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904380006573,"sku":"101-201-01-040_P11L","price":27860.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000236-01-xl.jpg?v=1759221605"},{"product_id":"112-211-07-002","title":"ワードローブTシャツ【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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が特徴です。細部にまで行き届いた丁寧な縫製が、着るたびに心を満たす確かな品質を語りかけます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000238-18-l.jpg?v=1759208569\" 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都会に映える、大人のTシャツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      どんな体型にも\u003cstrong\u003e自然にフィット\u003c\/strong\u003eし、すっきりとした印象を与えます。一枚で品格を醸し出し、ビジネスシーンから休日のリラックスタイムまで活躍します。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000238-02-l.jpg?v=1759208569\" class=\"img-fluid d-block w-100 product-img\" alt=\"都会に映える、大人のTシャツ\"\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究極の選択、2つの色彩\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      ワードローブに欠かせない、普遍的な\u003cstrong\u003e白と深みのある黒\u003c\/strong\u003e。どちらもスタイルを選ばず、手持ちの服と無限のコーディネートが楽しめる、まさに万能な一枚です。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000238-13-l.jpg?v=1759208569\" class=\"img-fluid d-block w-100 product-img\" alt=\"究極の選択、2つの色彩\"\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\"\u003e接触冷感加工が施されたクリアな素材感と滑らかな表面感が魅力のFLATフォルムTシャツ。ジャケット＆シャツに適した細めの襟のインナーとしても活躍します。\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セットアップスタイルのインナーTとしての最適化を追求\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"機能アイコンN\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.jpg\" alt=\"機能アイコンP\"\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 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 class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e68cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e53cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e43.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e24cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e45.75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e55cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e45cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e24cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e47.5cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183cm　着用サイズ：L\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 class=\"body-text\"\u003eイタリアの老舗メーカーであるアルビニ社との共同開発品で、スーピマ綿の最高峰と呼ばれる「コーコラン」を使用しています。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e糸の美しさに加え、生地で接触冷感加工を施し、極限まで毛羽をそぎ落とすことでクリアで高級感のある仕上がり\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e綿 100％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e原産国\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e日本\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eその他詳細情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\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!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003cp class=\"body-text\"\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\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"BLACK \/ M","offer_id":44904380235949,"sku":"112-211-07-002_F01M","price":7900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904380203181,"sku":"112-211-07-002_F01L","price":7900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904380301485,"sku":"112-211-07-002_F02M","price":7900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904380268717,"sku":"112-211-07-002_F02L","price":7900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000238-01-l.jpg?v=1759208569"},{"product_id":"112-211-07-003","title":"ワードローブTシャツ【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e大人の日常を格上げ 洗練Tシャツスタイル\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000239-02-l.jpg?v=1759208565\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e休日も抜かりない大人の装い\u003c\/p\u003e\n        \u003cp class=\"body-text\"\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ワードローブに必須 繊細な素材感のTシャツ\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000239-12-l.jpg?v=1759208565\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日着たくなる着回し力\u003c\/p\u003e\n        \u003cp class=\"body-text\"\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首元に宿る美学 妥協なきTシャツの証\u003c\/h3\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000239-17-l.jpg?v=1759208565\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e細部まで妥協しない仕上がり\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e繊細なリブ編みが、首元にすっきりと\u003cstrong\u003e知的な印象\u003c\/strong\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\"\u003e接触冷感加工が施されたクリアな素材感と滑らかな表面感が魅力のPLAYフォルムのジャケット＆シャツに適した細めの襟のインナーTシャツ。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eフォルム＆デザイン\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e適度にリラックスしたゆとりのある着用感だが、ジャケットとの相性を考慮し、袖付け角度、太過ぎない袖を設計。インナーＴとしての最適化を追求。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e詳細情報\u003c\/strong\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            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eこちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_N.jpg\" alt=\"\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_P.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            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd\u003e68cm\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e44.5cm\u003c\/td\u003e\n                            \u003ctd\u003e26cm\u003c\/td\u003e\n                            \u003ctd\u003e48.25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd\u003e70cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e46cm\u003c\/td\u003e\n                            \u003ctd\u003e27cm\u003c\/td\u003e\n                            \u003ctd\u003e50cm\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\u003e着用モデル \/ 身長：182　着用サイズ：L\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003eイタリアの老舗メーカーであるアルビニ社との共同開発品で、スーピマ綿の最高峰と呼ばれる「コーコラン」を使用。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e糸の美しさに加え、生地で\u003cstrong\u003e接触冷感加工\u003c\/strong\u003eを施し極限まで毛羽をそぎ落とすことで、クリアで\u003cstrong\u003e高級感のある仕上がり\u003c\/strong\u003e。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e組成表示\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e綿 100％\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eこの商品は洗濯後の縮みを考慮し、製品ワンウォッシュ加工を施してあります。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e原産国\u003c\/strong\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":"BLACK \/ M","offer_id":44904380367021,"sku":"112-211-07-003_P01M","price":7900.0,"currency_code":"JPY","in_stock":true},{"title":"BLACK \/ L","offer_id":44904380334253,"sku":"112-211-07-003_P01L","price":7900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ M","offer_id":44904380432557,"sku":"112-211-07-003_P02M","price":7900.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ L","offer_id":44904380399789,"sku":"112-211-07-003_P02L","price":7900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000239-01-l.jpg?v=1759208565"},{"product_id":"104-211-01-007","title":"ストレッチ テーラードジャケット【FLAT】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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をもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000243-08-l.jpg?v=1759208550\" 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\/0700\/1024\/1197\/files\/000000000243-04-l.jpg?v=1759208550\" 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\/0700\/1024\/1197\/files\/000000000243-05-l.jpg?v=1759208550\" 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\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梳毛特有の上品な表情を保ちながら、ヨコ糸にストレッチ性のあるポリエステル糸を採用した、機能性ハイブリッド素材のベーシックな２Bテーラードジャケットです。シワになりにくく、撥水性も兼ね備えた適度な肉厚の素材のため、オールシーズン対応可能です。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eやや強めの肩傾斜と控えめなウエストシェイプによって、コンパクトなサイズ感ではありながら、適度にゆとりのあるフォルム。胸ポケットやベント、ウエストダーツのないミニマルなデザインです。生地のストレッチ性に合わせた運動量を確保するため、背抜き部分は縫製に手間がかかる観音仕立てを採用しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のパンツもございます。\u003cbr\u003e関連商品：\u003ca href=\"https:\/\/play-list.jp\/c\/pants\/114-211-01-008\"\u003e114-211-01-008：ストレッチ テーパードスラックス【FLAT】\u003c\/a\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            \u003cdiv class=\"care-icons\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"ストレッチ機能\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_I.jpg\" alt=\"防シワ機能\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_J.jpg\" alt=\"撥水機能\"\u003e\n                \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.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            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e着丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e身幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e肩幅\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e袖丈\u003c\/th\u003e\n                            \u003cth scope=\"col\"\u003e裄丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n                            \u003ctd\u003e70.5cm\u003c\/td\u003e\n                            \u003ctd\u003e53cm\u003c\/td\u003e\n                            \u003ctd\u003e45.5cm\u003c\/td\u003e\n                            \u003ctd\u003e61.5cm\u003c\/td\u003e\n                            \u003ctd\u003e84.25cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n                            \u003ctd\u003e72.5cm\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e47cm\u003c\/td\u003e\n                            \u003ctd\u003e62.5cm\u003c\/td\u003e\n                            \u003ctd\u003e86cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：183cm　着用サイズ：L\u003c\/p\u003e\n            \u003cp class=\"body-text\"\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 class=\"body-text\"\u003eタテ糸に2\/60のSuper100’ｓ原料を、ヨコ糸にストレッチ性のあるT400の糸を使用したハイブリット素材です。Super100’ｓの原料が持つ上品な艶感とストレッチ性によるコンフォート感が特徴で、撥水性も兼ね備えています。袖裏には肌触りの良いキュプラ素材を採用しています。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e詳細情報\u003c\/strong\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            \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e組成表示\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e表地：ウール68％ ポリエステル32％\u003c\/li\u003e\n                \u003cli\u003e身頃裏地：ポリエステル100％\u003c\/li\u003e\n                \u003cli\u003e袖裏地：キュプラ100％\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e原産国\u003c\/strong\u003e：中国\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003e商品コード\u003c\/strong\u003e：104-211-01-007\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"NAVY \/ M","offer_id":44904381251757,"sku":"104-211-01-007_F11M","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ L","offer_id":44904381218989,"sku":"104-211-01-007_F11L","price":27900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000243-07-l.jpg?v=1759208550"},{"product_id":"114-211-01-008","title":"ストレッチ テーパードスラックス【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e動きやすさを追求した軽快な足元\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e優れた\u003cstrong\u003eストレッチ性\u003c\/strong\u003eにより、どんな動きにもしなやかにフィットします。アクティブな一日も足取りは常に軽やかで、現代的なテーパードラインが洗練されたスタイルを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000244-08-l.jpg?v=1759208549\" 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\/0700\/1024\/1197\/files\/000000000244-09-l.jpg?v=1759208549\" 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\u003eSuper100’ｓの上質な艶感\u003c\/strong\u003eと、\u003cstrong\u003e撥水性\u003c\/strong\u003eなどの機能性が見事に融合しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000244-02-l.jpg?v=1759208549\" 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\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=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_J.jpg\" alt=\"機能アイコンJ\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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 class=\"body-text\"\u003e梳毛特有の上品な表情を保ちながら、ヨコ糸にストレッチ性のあるポリエステル糸を採用した、機能性ハイブリッド素材のノータックスラックスです。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eフォルム・デザインのポイント:\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eノータックデザインながら、適度なゆとりを持つヒップ周りから裾に向けて緩やかなテーパードシルエット。\u003c\/li\u003e\n        \u003cli\u003e後ろウエストシャーリングでストレスフリーな履き心地。ベルトループも配されており、オンシーンで安心して着用いただけます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\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      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のジャケット【FLAT】もございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-211-01-007\"\u003e104-211-01-007：ストレッチ テーラードジャケット【FLAT】\u003c\/a\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e78-91cm\u003c\/td\u003e\n              \u003ctd\u003e106cm\u003c\/td\u003e\n              \u003ctd\u003e27cm\u003c\/td\u003e\n              \u003ctd\u003e67cm\u003c\/td\u003e\n              \u003ctd\u003e64cm\u003c\/td\u003e\n              \u003ctd\u003e35cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e82-95cm\u003c\/td\u003e\n              \u003ctd\u003e110cm\u003c\/td\u003e\n              \u003ctd\u003e27.5cm\u003c\/td\u003e\n              \u003ctd\u003e69cm\u003c\/td\u003e\n              \u003ctd\u003e66.4cm\u003c\/td\u003e\n              \u003ctd\u003e36cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考: 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e本製品はハイブリッド素材を使用しており、以下の特徴があります。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eタテ糸に2\/60のSuper100’ｓ原料を使用\u003c\/li\u003e\n        \u003cli\u003eヨコ糸にストレッチ性のあるT400糸を使用\u003c\/li\u003e\n        \u003cli\u003eSuper100’ｓ原料が持つ上品な艶感\u003c\/li\u003e\n        \u003cli\u003eストレッチ性によるコンフォート感\u003c\/li\u003e\n        \u003cli\u003e撥水性を兼ね備える\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e組成:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eウール68％\u003c\/li\u003e\n        \u003cli\u003eポリエステル32％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e原産国: 中国\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 114-211-01-008\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"NAVY \/ M","offer_id":44904381317293,"sku":"114-211-01-008_F11M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ L","offer_id":44904381284525,"sku":"114-211-01-008_F11L","price":16900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000244-08-l.jpg?v=1759208549"},{"product_id":"104-211-01-009","title":"ストレッチ テーラードジャケット【PLAY】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse; \/* 修正：ネストされたセレクタを分離 *\/\n      border: 1px solid #e0e0e0; \/* 修正：ネストされたセレクタを分離 *\/\n  }\n  .spec-table th, .spec-table td { \/* 修正：ネストされたセレクタを分離 *\/\n      padding: 12px 8px;\n      border: 1px solid #e0e0e0;\n      font-size: 0.9em;\n  }\n  .spec-table th { \/* 修正：ネストされたセレクタを分離 *\/\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #333333;\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\u003eSuper100's原料の上品な艶感\u003c\/strong\u003eと\u003cstrong\u003eストレッチ\u003c\/strong\u003eが叶える\u003cstrong\u003e快適な着心地\u003c\/strong\u003eです。\u003cstrong\u003eシワを気にせず\u003c\/strong\u003e一日中スマートに過ごせます。Tシャツにも合うフォルムで、オンオフ問わず活躍する一着です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000245-06-l.jpg?v=1759208548\" class=\"img-fluid d-block w-100 product-img\" alt=\"洗練されたビジカジジャケットのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e週末カジュアルも格上げ 大人の余裕\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスマートな佇まい 撥水機能搭載\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e撥水性\u003c\/strong\u003eを兼ね備え、急な雨にも対応します。\u003cstrong\u003eミニマルなデザイン\u003c\/strong\u003eはビジネスシーンで洗練された印象を与え、\u003cstrong\u003eシワを気にせず持ち運べる\u003c\/strong\u003eため、\u003cstrong\u003e出張にも最適\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000245-07-l.jpg?v=1759208547\" 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\u003eSuper100'sの上質な艶\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\/0700\/1024\/1197\/files\/000000000245-03-l.jpg?v=1759208547\" 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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_J.jpg\" alt=\"機能アイコンJ\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e梳毛特有の上品な表情を保ちながら、ヨコ糸にストレッチ性のあるポリエステル糸を採用した、機能性ハイブリッド素材のベーシックな2Bテーラードジャケットです。\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e71.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e56.25cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e45.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e61.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e73.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e58.25cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e47cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e86cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考：着用モデル \/ 身長：178cm　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eフォルム・デザイン\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eシャツはもちろん、Tシャツに合わせやすくするため、袖や胸周りに程よいゆとりを持たせ、ウエストのシェイプを控えめにしたフォルムです。\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 class=\"body-text\"\u003eセットアップ対応として同素材のパンツはこちら：\u003ca href=\"https:\/\/play-list.jp\/c\/pants\/114-211-01-010\"\u003e114-211-01-010：ストレッチ テーパードスラックス【PLAY】\u003c\/a\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 class=\"body-text\"\u003eタテ糸に2\/60のSuper100’ｓ原料を、ヨコ糸にストレッチ性のあるT400の糸を使用したハイブリット素材です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eSuper100’ｓの原料が持つ上品な艶感とストレッチ性によるコンフォート感が特徴です。\u003c\/li\u003e\n        \u003cli\u003e撥水性も兼ね備えています。\u003c\/li\u003e\n        \u003cli\u003e袖裏には肌触りの良いキュプラ素材を採用しています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e詳細情報\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：ややあり\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 class=\"body-text\"\u003e組成表示\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表地：ウール68％ ポリエステル32％\u003c\/li\u003e\n        \u003cli\u003e身頃裏地：ポリエステル100％\u003c\/li\u003e\n        \u003cli\u003e袖裏地：キュプラ100％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e原産国：中国\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e商品コード：104-211-01-009\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"NAVY \/ M","offer_id":44904381350061,"sku":"104-211-01-009_P11M","price":27900.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904381382829,"sku":"104-211-01-009_P11L","price":27900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000245-06-l.jpg?v=1759208548"},{"product_id":"114-211-01-010","title":"ストレッチ テーパードスラックス【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000246-09-l.jpg?v=1759208546\" 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\"\u003eSuper100'sウールの上品な\u003cstrong\u003e艶感\u003c\/strong\u003eが、装いに洗練をもたらします。\u003cstrong\u003eミニマルなデザイン\u003c\/strong\u003eは、オン・オフ問わず着回し自在です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000246-08-l.jpg?v=1759208546\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質なSuper100'sウール素材のパンツ\"\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\/0700\/1024\/1197\/files\/000000000246-04-l.jpg?v=1759208546\" class=\"img-fluid d-block w-100 product-img\" alt=\"ウエストシャーリングと撥水機能を備えたパンツ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eウエストすっきり機能美\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e梳毛特有の上品な表情を保ちながら、ヨコ糸にストレッチ性のあるポリエステル糸を採用した、機能性ハイブリッド素材のミニマルディテールなワンタックスラックスです。\u003c\/p\u003e\n      \u003cul class=\"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      \u003cp\u003eフォルム＆デザインのポイント\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e深めのフロントインタックが腰回りの視覚的ボリュームを抑え、ゆとりのある着用感を提供します。\u003c\/li\u003e\n        \u003cli\u003e後ウエストシャーリングにより、ストレスフリーな履き心地が魅力です。\u003c\/li\u003e\n        \u003cli\u003e太腿から裾にかけて強めのテーパードラインが特徴です。\u003c\/li\u003e\n        \u003cli\u003eベルトループも配されており、オンシーンでも安心して着用いただけます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"ストレッチ機能アイコン\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_I.jpg\" alt=\"形態安定機能アイコン\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_J.jpg\" alt=\"撥水機能アイコン\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.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      \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 scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd\u003e78-91cm\u003c\/td\u003e\n              \u003ctd\u003e116cm\u003c\/td\u003e\n              \u003ctd\u003e29cm\u003c\/td\u003e\n              \u003ctd\u003e68cm\u003c\/td\u003e\n              \u003ctd\u003e70.5cm\u003c\/td\u003e\n              \u003ctd\u003e38cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd\u003e82-95cm\u003c\/td\u003e\n              \u003ctd\u003e120cm\u003c\/td\u003e\n              \u003ctd\u003e29.5cm\u003c\/td\u003e\n              \u003ctd\u003e70cm\u003c\/td\u003e\n              \u003ctd\u003e72.9cm\u003c\/td\u003e\n              \u003ctd\u003e39cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：178cm　着用サイズ：L\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・仕様\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e素材の特徴\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eタテ糸に2\/60のSuper100’ｓ原料を、ヨコ糸にストレッチ性のあるT400の糸を使用したハイブリッド素材です。\u003c\/li\u003e\n        \u003cli\u003eSuper100’ｓの原料が持つ上品な艶感とストレッチ性によるコンフォート感が特徴です。\u003c\/li\u003e\n        \u003cli\u003e撥水性も兼ね備えています。\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e詳細情報\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：ややあり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：なし\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n      \u003cp\u003e組成表示\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eウール68％\u003c\/li\u003e\n        \u003cli\u003eポリエステル32％\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003e原産国\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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商品コード: 114-211-01-010\u003c\/p\u003e\n      \u003cp\u003eセットアップ対応\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e同素材のジャケットは下記よりご確認いただけます。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-211-01-009\"\u003e104-211-01-009：ストレッチ テーラードジャケット【PLAY】\u003c\/a\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":"フロンテラ","offers":[{"title":"NAVY \/ M","offer_id":44904381448365,"sku":"114-211-01-010_P11M","price":16900.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904381415597,"sku":"114-211-01-010_P11L","price":16900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000246-09-l.jpg?v=1759208546"},{"product_id":"104-211-01-011","title":"オーセンティック ノーカラー ジャケット【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong {\n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000247-08-l.jpg?v=1759208544\" 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\"\u003eV字カットが織りなす上質ディテール\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000247-09-l.jpg?v=1759208545\" class=\"img-fluid d-block w-100 product-img\" alt=\"V字カットが織りなす上質ディテール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e顔周りすっきり\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e深めのV字カットが顔周りを\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\/0700\/1024\/1197\/files\/000000000247-26-l.jpg?v=1759208545\" 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  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e機能\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_G.jpg\" alt=\"機能アイコンG\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e70.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e53cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e45.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e61.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e72.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e55cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e47cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e86cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n      \u003cp class=\"body-text\"\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 class=\"body-text\"\u003e梳毛特有の上品な表情を保ちながら、ヨコ糸にストレッチ性のあるポリエステル糸を採用した、機能性ハイブリッド素材の1B比翼仕立カラーレスジャケット。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eシワになりにくく、撥水性も兼ね備えた適度な肉厚の素材のため、オールシーズン対応可能です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のパンツ【FLAT】はこちら\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/pants\/114-211-01-012\"\u003e114-211-01-012：オーセンティック テーパードパンツ【FLAT】\u003c\/a\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 class=\"body-text\"\u003eやや強めの肩傾斜と控えめなウエストシェイプによって、コンパクトなサイズ感ではありながら、適度にゆとりのあるフォルム。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eフロントボタンを比翼仕立てにし、胸ポケットやウエストダーツ、ベントのないスーパーミニマルなデザイン。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e生地のストレッチ性に合わた運動量を確保するため、背抜き部分は縫製に手間がかかる観音仕立てを採用。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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タテ糸に2\/60のSuper100’ｓ原料を、ヨコ糸にストレッチ性のあるT400の糸を使用したハイブリット素材。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eSuper100’ｓの原料が持つ上品な艶感とストレッチ性によるコンフォート感が特徴で、撥水性も兼ね備えています。袖裏には肌触りの良いキュプラ素材採用。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e製品詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：ややあり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：あり(背抜き)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e組成表示\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表地：ウール68％ ポリエステル32％\u003c\/li\u003e\n        \u003cli\u003e身頃裏地：ポリエステル100％\u003c\/li\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 class=\"body-text\"\u003e中国\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"GRAY \/ M","offer_id":44904381513901,"sku":"104-211-01-011_F09M","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"GRAY \/ L","offer_id":44904381481133,"sku":"104-211-01-011_F09L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ M","offer_id":44904381579437,"sku":"104-211-01-011_F11M","price":27900.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904381546669,"sku":"104-211-01-011_F11L","price":27900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000247-25-l.jpg?v=1759208544"},{"product_id":"114-211-01-012","title":"オーセンティック テーパードパンツ【FLAT】","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      border-collapse: collapse;\n      border: 1px solid #e0e0e0;\n  }\n  .spec-table th, .spec-table td { \n      padding: 12px 8px;\n      border: 1px solid #e0e0e0;\n      font-size: 0.9em;\n  }\n  .spec-table th {\n      background-color: rgba(125, 125, 125, 0.1);\n      font-weight: bold;\n      color: #333333;\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\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\/0700\/1024\/1197\/files\/000000000248-04-l.jpg?v=1759208542\" 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\/0700\/1024\/1197\/files\/000000000248-06-l.jpg?v=1759208542\" 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\/0700\/1024\/1197\/files\/000000000248-10-l.jpg?v=1759208542\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質なネイビーで休日を\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e幅広い着こなしに対応\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e梳毛特有の上品な表情を保ちながら、ヨコ糸にストレッチ性のあるポリエステル糸を採用した、機能性ハイブリッド素材のノータックスラックスです。\u003c\/p\u003e\n      \u003cp\u003eノータックデザインではあるが、適度なゆとりを持つヒップ周りから裾に向けて緩やかなテーパードのシルエット。後ウエストシャーリングでストレスフリーな履き心地が魅力。ベルトループも配されており、オンシーンで安心して着用いただけます。\u003c\/p\u003e\n      \u003cp\u003eセットアップ対応として同素材のジャケットはこちら:\u003c\/p\u003e\n      \u003cp\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/jacket\/104-211-01-011\"\u003e104-211-01-011：オーセンティック ノーカラー ジャケット【FLAT】\u003c\/a\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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_G.jpg\" alt=\"機能アイコンG\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_I.jpg\" alt=\"機能アイコンI\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_J.jpg\" alt=\"機能アイコンJ\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\"\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タテ糸に2\/60のSuper100’ｓ原料を、ヨコ糸にストレッチ性のあるT400の糸を使用したハイブリット素材。\u003c\/p\u003e\n      \u003cp\u003eSuper100’ｓの原料が持つ上品な艶感とストレッチ性によるコンフォート感が特徴で、撥水性も兼ね備えています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eウール68％\u003c\/li\u003e\n        \u003cli\u003eポリエステル32％\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：ややあり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：なし\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"caption-text\"\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eウエスト\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eヒップ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股上\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e股下\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e腿周り\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裾周り\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e78-91cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e106cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e27cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e67cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e64cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e35cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e82-95cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e110cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e27.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e69cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e66.4cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e36cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考 : 着用モデル \/ 身長：183　着用サイズ：L\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e中国\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\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\"\u003e114-211-01-012\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003cp class=\"body-text\"\u003e※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"フロンテラ","offers":[{"title":"GRAY \/ M","offer_id":44904381644973,"sku":"114-211-01-012_F09M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"GRAY \/ L","offer_id":44904381612205,"sku":"114-211-01-012_F09L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ M","offer_id":44904381710509,"sku":"114-211-01-012_F11M","price":16900.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904381677741,"sku":"114-211-01-012_F11L","price":16900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000248-24-l.jpg?v=1759208542"},{"product_id":"104-211-01-013","title":"オーセンティック ノーカラー ジャケット【PLAY】","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #f8f8f8; \n      font-family: \"Hiragino Sans\", \"Hiragino Kaku Gothic ProN\", \"Yu Gothic UI\", \"游ゴシック UI\", \"Meiryo\", \"メイリオ\", \"Noto Sans JP\", \"sans-serif\"; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #e0e0e0;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \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 #e0e0e0; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #777777; \n      font-size: 14px;\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%, #22222240 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  \n  \/* A. 機能アイコン (3列・小さめ) *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      align-items: center;\n      justify-items: center;\n  }\n  .care-icons img {\n      width: 100%;\n      max-width: 60px; \/* アイコンサイズ制限 *\/\n      height: auto;\n      object-fit: contain;\n  }\n  \n  \/* B. スペック詳細画像 (1列・大きく) *\/\n  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\n      \/* padding, background-colorを削除し、枠をなくす *\/\n      text-align: center;\n  }\n  .spec-img-full img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 2px;\n  }\n\n  \/* ▼▼▼ アコーディオン ▼▼▼ *\/\n  details.spec-details {\n      border: 1px solid #e0e0e0;\n      border-radius: 4px;\n      background-color: #f8f8f8; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #f8f8f8;\n      transition: background 0.2s;\n  }\n  summary.spec-summary:hover {\n      background-color: rgba(0,0,0,0.05);\n  }\n  summary.spec-summary::after {\n      content: \"+\";\n      font-size: 1.5em;\n      font-weight: normal;\n      color: #222222;\n  }\n  \/* 開いた時のデザイン調整 *\/\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e0e0e0; \n      background-color: rgba(0,0,0,0.02);\n  }\n  details[open] summary.spec-summary::after {\n      content: \"-\";\n  }\n  summary.spec-summary::-webkit-details-marker {\n      display: none;\n  }\n  .spec-content {\n      padding: 20px;\n      background-color: #f8f8f8;\n      font-size: 14px;\n  }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th {\n      font-size: 14px !important;\n  }\n\n  \/* リストデザイン *\/\n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list {\n      list-style: none;\n      padding-left: 0;\n      margin-bottom: 24px;\n  }\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li {\n      position: relative;\n      padding-left: 1.8em; \n      margin-bottom: 10px;\n      line-height: 1.6;\n      text-wrap: pretty;\n  }\n  ul.benefit-list li::before { position: absolute; left: 0; content: \"●\"; color: #222222; font-size: 0.9em; top: 2px; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #777777; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #777777; 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: #222222; 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 {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #222222;\n      width: fit-content;\n      word-break: keep-all;\n  }\n  \n  \/* テーブル横スクロール対応 *\/\n  .table-scroll-view {\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin-bottom: 15px;\n  }\n  .spec-table {\n      width: 100%;\n      white-space: nowrap; \n      width: 100%; border-collapse: collapse; border: 1px solid #e0e0e0; th, td { padding: 12px 8px; border: 1px solid #e0e0e0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e0e0e0; background: #f0f0f0; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e0e0e0; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #222222; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cp class=\"body-text\"\u003e商品コード: 104-211-01-013\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\/0700\/1024\/1197\/files\/000000000249-21-l.jpg?v=1759208540\" 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\/0700\/1024\/1197\/files\/000000000249-02-l.jpg?v=1759208539\" 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\/0700\/1024\/1197\/files\/000000000249-03-l.jpg?v=1759208539\" 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 class=\"body-text\"\u003e梳毛特有の上品な表情を保ちながら、ヨコ糸にストレッチ性のあるポリエステル糸を採用した、機能性ハイブリッド素材のクリーンな印象を与える1B比翼仕立カラーレスジャケットです。\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      \u003cp class=\"body-text\"\u003eクリエイティブな印象を与えたいオンシーンに最適です。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003eセットアップ対応として同素材のパンツもございます。\u003c\/p\u003e\n      \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/play-list.jp\/c\/pants\/114-211-01-014\"\u003e114-211-01-014：オーセンティック テーパードパンツ【PLAY】\u003c\/a\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 class=\"body-text\"\u003eシャツはもちろん、Tシャツに合わせやすいフォルムにこだわりました。\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 class=\"body-text\"\u003eハイブリッド素材と肌触りの良い裏地を採用しています。\u003c\/p\u003e\n      \u003cul class=\"point-list\"\u003e\n        \u003cli\u003eタテ糸に2\/60のSuper100’ｓ原料を、ヨコ糸にストレッチ性のあるT400の糸を使用。\u003c\/li\u003e\n        \u003cli\u003eSuper100’ｓの原料が持つ上品な艶感とストレッチ性によるコンフォート感が特徴。\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      \u003cdiv class=\"care-icons\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_F.jpg\" alt=\"機能アイコンF\" class=\"img-fluid\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_G.jpg\" alt=\"機能アイコンG\" class=\"img-fluid\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_I.jpg\" alt=\"機能アイコンI\" class=\"img-fluid\"\u003e\n        \u003cimg src=\"https:\/\/playlist.itembox.design\/item\/\/icon_L.jpg\" alt=\"機能アイコンL\" class=\"img-fluid\"\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      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003eサイズ\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e着丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e身幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e肩幅\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e袖丈\u003c\/th\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"col\"\u003e裄丈\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eM\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e71.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e56.25cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e45.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e61.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e84.25cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth class=\"fs-c-specTable__headerCell\" scope=\"row\"\u003eL\u003c\/th\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e73.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e58.25cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e47cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e62.5cm\u003c\/td\u003e\n              \u003ctd class=\"fs-c-specTable__dataCell\"\u003e86cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"body-text\"\u003e参考: 着用モデル\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003ecol.NAVY：身長：178cm　着用サイズ：L\u003c\/li\u003e\n        \u003cli\u003ecol.GRAY：身長：183cm　着用サイズ：L\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※同商品でも、生産の過程で若干の個体差が生じる場合がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e詳細情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e生地の厚さ：普通\u003c\/li\u003e\n        \u003cli\u003e伸縮性：ややあり\u003c\/li\u003e\n        \u003cli\u003e光沢感：なし\u003c\/li\u003e\n        \u003cli\u003e裏地：あり(背抜き)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e組成表示\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表地：ウール68％ ポリエステル32％\u003c\/li\u003e\n        \u003cli\u003e身頃裏地：ポリエステル100％\u003c\/li\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      \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":"GRAY \/ M","offer_id":44904381776045,"sku":"104-211-01-013_P09M","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"GRAY \/ L","offer_id":44904381743277,"sku":"104-211-01-013_P09L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ M","offer_id":44904381841581,"sku":"104-211-01-013_P11M","price":27900.0,"currency_code":"JPY","in_stock":true},{"title":"NAVY \/ L","offer_id":44904381808813,"sku":"104-211-01-013_P11L","price":27900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/1024\/1197\/files\/000000000249-16-l.jpg?v=1759208539"}],"url":"https:\/\/stylegent.we-shop.jp\/collections\/all.oembed?page=2","provider":"PLAYLIST_stylegent","version":"1.0","type":"link"}