{"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","url":"https:\/\/stylegent.we-shop.jp\/products\/115-203-01-018","provider":"PLAYLIST_stylegent","version":"1.0","type":"link"}