{"title":"すべての商品","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eすべての商品\u003cbr\u003e\u003c\/p\u003e","products":[{"product_id":"1","title":"洗う度ボリュームアップする今治産オーガニックコットンバスタオル","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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            綿100%の\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\/0725\/2292\/4231\/files\/imgi_4_000000000001_Er2iNwE.jpg?v=1763712297\" 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\n            独自の製法により、洗うたびに繊維が空気を含み、\u003cstrong\u003eふっくらとしたボリューム感\u003c\/strong\u003eが育ちます。濡れた肌にそっと触れるだけで、\u003cstrong\u003eたっぷりの水分を瞬時に吸い取る感動の使い心地\u003c\/strong\u003eです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_7_3_000000000001.jpg?v=1763712297\" 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\n            今治タオル工業組合が定める\u003cstrong\u003e厳格な品質基準をクリアした証\u003c\/strong\u003eが、このブランドマークに込められています。\u003cstrong\u003e日本製ならではの緻密な織りと確かな耐久性\u003c\/strong\u003eで、長くご愛用いただける信頼の逸品です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_8_9_000000000001.jpg?v=1763712297\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e信頼の証、永く愛せる品質\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の基本情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e本製品の主な仕様は以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード：782000530\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約60cm × 120cm\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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご使用上の注意\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            今治タオル産地では、品質を確実に保証するために「今治タオル工業組合」が定める独自の品質基準に合格したものでなければこれらのブランドマーク＆ロゴの使用を認めていません。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844377338055,"sku":"782000530-052a","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844377370823,"sku":"782000530-052b","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844377403591,"sku":"782000530-011a","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844377436359,"sku":"782000530-011b","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー071 \/ 希望する","offer_id":45844377469127,"sku":"782000530-071a","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー071 \/ 希望しない","offer_id":45844377501895,"sku":"782000530-071b","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望する","offer_id":45844377534663,"sku":"782000530-082a","price":4620.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844377567431,"sku":"782000530-082b","price":4620.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000001_Er2iNwE.jpg?v=1763712297"},{"product_id":"4","title":"洗う度ボリュームアップする今治産オーガニックコットンミニバスタオル","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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を追求しました。綿100%オーガニックコットンが、毎日を心地よく彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000004_odToLkA_5a909158-9875-438d-ace5-090c2f9de1f6.jpg?v=1763712650\" 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\/0725\/2292\/4231\/files\/imgi_7_4_000000000004_9b9cfadb-64c1-4f14-87aa-8a8884ad0246.jpg?v=1763712650\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e毎日を彩る、上質な手触り\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e繊細なループが織りなす、抜群の吸水性\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e密に織り上げられたパイルが水分を素早く吸い上げ、お肌を優しく包み込みます。\u003cstrong\u003e優れた吸水力\u003c\/strong\u003eで、快適な使い心地を実感してください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_9_7_000000000004_f4f0a726-30da-45d1-8e33-4a5992874e68.jpg?v=1763712650\" 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今治タオルの品質基準をクリアした、肌に優しいオーガニックコットン製品です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e綿100%オーガニックコットン使用\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    \u003c\/div\u003e\n  \u003c\/details\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約34x100cmの一般的なフェイスタオルよりもやや長めのサイズです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eサイズ：約34x100cm\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厳選されたオーガニックコットンを100%使用しています。\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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード：782000540\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":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844377600199,"sku":"782000540-052a","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844377632967,"sku":"782000540-052b","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844377665735,"sku":"782000540-011a","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844377698503,"sku":"782000540-011b","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー071 \/ 希望する","offer_id":45844377731271,"sku":"782000540-071a","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー071 \/ 希望しない","offer_id":45844377764039,"sku":"782000540-071b","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望する","offer_id":45844377796807,"sku":"782000540-082a","price":2530.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844377829575,"sku":"782000540-082b","price":2530.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000004_odToLkA_5a909158-9875-438d-ace5-090c2f9de1f6.jpg?v=1763712650"},{"product_id":"5","title":"洗う度ボリュームアップする今治産オーガニックコットンフェイスタオル","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\/0725\/2292\/4231\/files\/imgi_4_000000000005_abFpElw.jpg?v=1763712737\" 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綿100%のオーガニックコットン\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\/0725\/2292\/4231\/files\/imgi_7_6_000000000005.jpg?v=1763712735\" 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    \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\/0725\/2292\/4231\/files\/imgi_9_8_000000000005.jpg?v=1763712735\" 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を生み出します。素材には\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        \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商品コード: 782000550\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品は以下の素材と生産国で作られています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 綿100%（オーガニックコットン使用）\u003c\/li\u003e\n                    \u003cli\u003e生産国: 日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品のサイズは以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e約34x80cm\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    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) は情報がないため作成しません --\u003e\n    \u003c!-- ④ 注意事項セクション (Notes) は情報がないため作成しません --\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844377862343,"sku":"782000550-052a","price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844377895111,"sku":"782000550-052b","price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844377927879,"sku":"782000550-011a","price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844377960647,"sku":"782000550-011b","price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー071 \/ 希望する","offer_id":45844377993415,"sku":"782000550-071a","price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー071 \/ 希望しない","offer_id":45844378026183,"sku":"782000550-071b","price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望する","offer_id":45844378058951,"sku":"782000550-082a","price":1870.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844378091719,"sku":"782000550-082b","price":1870.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000005_abFpElw.jpg?v=1763712737"},{"product_id":"6","title":"着心地の良さにこだわったオーガニックコットン100％リブタンクトップ（レディース）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\/0725\/2292\/4231\/files\/imgi_5_2_000000000006.jpg?v=1763712792\" 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\/0725\/2292\/4231\/files\/imgi_6_5_000000000006.jpg?v=1763712792\" 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\/0725\/2292\/4231\/files\/imgi_7_6_000000000006.jpg?v=1763712792\" 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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：782000260\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対応サイズ：M〜L\u003c\/li\u003e\n                \u003cli\u003e実寸サイズ：肩巾27cm、バスト79〜94cm、身丈60cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※サイズの測り方については下図をご参照ください。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/setsetouchi\/img\/shop\/item\/Innerwear\/ribtanktop_size.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"商品のサイズの測り方\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"オフホワイト004 \/ 希望する","offer_id":45844378124487,"sku":"782000260-004a","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004 \/ 希望しない","offer_id":45844378157255,"sku":"782000260-004b","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン062 \/ 希望する","offer_id":45844378190023,"sku":"782000260-062a","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン062 \/ 希望しない","offer_id":45844378222791,"sku":"782000260-062b","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844378255559,"sku":"782000260-013a","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844378288327,"sku":"782000260-013b","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望する","offer_id":45844378321095,"sku":"782000260-082a","price":6490.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844378353863,"sku":"782000260-082b","price":6490.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000006_1blgiX4.jpg?v=1763712792"},{"product_id":"7","title":"締め付けないすっきりシルエットのリブレギンス（レディース）\/オーガニックコットン100％","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\/0725\/2292\/4231\/files\/imgi_4_000000000007_oH35V0j.jpg?v=1763712835\" 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オーガニックコットン100％\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\/0725\/2292\/4231\/files\/imgi_7_6_000000000007.jpg?v=1763712836\" 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\/0725\/2292\/4231\/files\/imgi_8_7_000000000007.jpg?v=1763712835\" 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\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"オフホワイト004 \/ 希望する","offer_id":45844378386631,"sku":"782000270-004a","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004 \/ 希望しない","offer_id":45844378419399,"sku":"782000270-004b","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン062 \/ 希望する","offer_id":45844378452167,"sku":"782000270-062a","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン062 \/ 希望しない","offer_id":45844378484935,"sku":"782000270-062b","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844378517703,"sku":"782000270-013a","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844378550471,"sku":"782000270-013b","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望する","offer_id":45844378583239,"sku":"782000270-082a","price":8690.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844378616007,"sku":"782000270-082b","price":8690.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000007_oH35V0j.jpg?v=1763712835"},{"product_id":"8","title":"【今治産】敏感肌にも優しくなじむオーガニックコットン今治タオルガーゼパジャマ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\n      \u003cstrong\u003eオーガニックコットン\u003c\/strong\u003eの柔らかな肌触りが、全身を優しく包み込みます。\n      \u003cstrong\u003eゆとりのあるサイズ感\u003c\/strong\u003eで、心ゆくまでリラックスした時間をお過ごしいただけます。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000008_eJbygM9.jpg?v=1763712887\" 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の表情と、品格あるパイピングが調和し、纏う人の品位を高めます。\n      細部に宿る\u003cstrong\u003e丁寧な仕立て\u003c\/strong\u003eが、静かな充足感をもたらします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_5_19_000000000008.jpg?v=1763712887\" 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。\n      呼吸するように肌になじみ、一晩中\u003cstrong\u003eサラリとした感触\u003c\/strong\u003eで快適な眠りをサポートします。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_16_16_000000000008.jpg?v=1763712887\" 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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード／782000010\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生産国／日本製\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表記サイズ：M〜L\u003c\/p\u003e\n      \u003cp\u003e実寸サイズ\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e肩巾：約46cm\u003c\/li\u003e\n        \u003cli\u003e袖丈：約54cm\u003c\/li\u003e\n        \u003cli\u003eバスト：約79〜94cm\u003c\/li\u003e\n        \u003cli\u003e前身丈：約74cm\u003c\/li\u003e\n        \u003cli\u003e後身丈：約77cm\u003c\/li\u003e\n        \u003cli\u003eウエスト：約64cm〜77cm\u003c\/li\u003e\n        \u003cli\u003e股上：約29cm\u003c\/li\u003e\n        \u003cli\u003e股下：約69cm\u003c\/li\u003e\n        \u003cli\u003eパンツ丈：約98.5cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"キャメル083 \/ 希望する","offer_id":45844378681543,"sku":"782000010-083a","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル083 \/ 希望しない","offer_id":45844378714311,"sku":"782000010-083b","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844378747079,"sku":"782000010-013a","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844378779847,"sku":"782000010-013b","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン071 \/ 希望する","offer_id":45844378812615,"sku":"782000010-071a","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン071 \/ 希望しない","offer_id":45844378845383,"sku":"782000010-071b","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル083（試着サービス利用） \/ 希望する","offer_id":45844378878151,"sku":"782000010-083c","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"キャメル083（試着サービス利用） \/ 希望しない","offer_id":45844378910919,"sku":"782000010-083d","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844378943687,"sku":"782000010-013c","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844378976455,"sku":"782000010-013d","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン071（試着サービス利用） \/ 希望する","offer_id":45844379009223,"sku":"782000010-071c","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"ミントグリーン071（試着サービス利用） \/ 希望しない","offer_id":45844379041991,"sku":"782000010-071d","price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000008_eJbygM9.jpg?v=1763712887"},{"product_id":"9","title":"着心地の良いオーガニックコットン リラックスワンピース｜すっきりシルエット","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\/0725\/2292\/4231\/files\/imgi_4_000000000009_87DwEdg.jpg?v=1763712942\" 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\"\u003e157cmと162cm、どちらの身長でも\u003cstrong\u003eバランスよく決まる計算された丈感\u003c\/strong\u003eです。気になるヒップや太ももを自然にカバーし、洗練された大人のカジュアルスタイルを演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_8_12_000000000009.jpg?v=1763712942\" 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\/0725\/2292\/4231\/files\/imgi_10_2_000000000009.jpg?v=1763712942\" 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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：782000040\u003c\/li\u003e\n                \u003cli\u003e素材：綿100%（オーガニックコットン使用）\u003c\/li\u003e\n                \u003cli\u003e対応サイズ：M〜L\u003c\/li\u003e\n                \u003cli\u003e着用モデル身長：162cm\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肩巾：約60cm\u003c\/li\u003e\n                \u003cli\u003e袖丈：約44cm\u003c\/li\u003e\n                \u003cli\u003eバスト：約79〜94cm\u003c\/li\u003e\n                \u003cli\u003e前身丈：約110cm\u003c\/li\u003e\n                \u003cli\u003e後身丈：約120cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※サイズの測り方については下図をご参照ください。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/setsetouchi\/img\/shop\/item\/Pajamas\/onepiecepajamas_size.jpg\" alt=\"商品のサイズ測り方図\" class=\"img-fluid d-block w-100 product-img\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"ベージュ082 \/ 希望する","offer_id":45844379107527,"sku":"782000040-082a","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844379140295,"sku":"782000040-082b","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844379173063,"sku":"782000040-013a","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844379205831,"sku":"782000040-013b","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082(試着サービス利用) \/ 希望する","offer_id":45844379238599,"sku":"782000040-082c","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082(試着サービス利用) \/ 希望しない","offer_id":45844379271367,"sku":"782000040-082d","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013(試着サービス利用) \/ 希望する","offer_id":45844379304135,"sku":"782000040-013c","price":23100.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013(試着サービス利用) \/ 希望しない","offer_id":45844379336903,"sku":"782000040-013d","price":23100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000009_87DwEdg.jpg?v=1763712942"},{"product_id":"10","title":"スラっと細見えシルエット｜着心地の良いニットジョガーパンツ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\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\/0725\/2292\/4231\/files\/imgi_4_000000000010_wRhwz2j.jpg?v=1763712989\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上品カジュアルを演出\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eストレスフリーな快適着心地\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e締め付け感の少ない裾リブとゆとりのあるウエストは、まさに\u003cstrong\u003eストレスフリー\u003c\/strong\u003eな着用感です。おうち時間からワンマイルまで、様々なシーンで活躍する\u003cstrong\u003e万能アイテム\u003c\/strong\u003eをぜひ体験してください。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_6_9_000000000010.jpg?v=1763712989\" 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\"\u003eTumfu®素材の極上な肌触り\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e世界初の撚糸技術「\u003cstrong\u003eTumfu®\u003c\/strong\u003e」で生まれた\u003cstrong\u003e綿100%\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\/0725\/2292\/4231\/files\/imgi_11_5_000000000010.jpg?v=1763712989\" 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スラっと細見えシルエットで、着心地の良いニットジョガーパンツが完成しました。メンズライクになりがちなジョガーパンツも、ニットの優しい素材感で女性らしさがプラス。身体のラインを綺麗にみせるスラっと細見えシルエットと、締め付け感の少ない裾リブのおかげで、着心地良くストレスフリーに着用いただけます。\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シンプルライフ研究家のマキさんに、セットのルームウェアを着用いただきました！着用イメージなどYOUTUBE動画でご覧ください。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/www.youtube.com\/watch?v=qGJmoNNezzw\" target=\"_blank\"\u003e【ナイトルーティン】夜の家事と時産でできた自由時間の使い方 ＠シンプルライフ研究家マキ #233\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=\"spec-img-full\"\u003e\n                \n            \u003c\/div\u003e\n            \u003cp class=\"body-text\"\u003e本商品はM〜Lサイズ展開です。実寸サイズをご確認ください。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eウエスト: 64〜77cm\u003c\/li\u003e\n                \u003cli\u003eヒップ: 87〜100cm\u003c\/li\u003e\n                \u003cli\u003e総丈: 94.5cm\u003c\/li\u003e\n                \u003cli\u003e股上: 31.5cm\u003c\/li\u003e\n                \u003cli\u003e股下: 63cm\u003c\/li\u003e\n                \u003cli\u003eわたり巾: 30cm\u003c\/li\u003e\n                \u003cli\u003e裾巾: 9.5cm\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このニットジョガーパンツには、糸の間に空気のすきまをつくる世界初の新しい撚糸技術で開発された糸「Tumfu（ツムフ）」を使っています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: 綿100% (Tumfu®)\u003c\/li\u003e\n                \u003cli\u003e生産国: 日本\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eTumfu®素材の主な特徴：\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            \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商品コード: 782000710\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844379369671,"sku":"782000710-052e","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844379402439,"sku":"782000710-052f","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844379435207,"sku":"782000710-013e","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844379467975,"sku":"782000710-013f","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望する","offer_id":45844379500743,"sku":"782000710-082e","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844379533511,"sku":"782000710-082f","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052(試着サービス利用) \/ 希望する","offer_id":45844379566279,"sku":"782000710-052g","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052(試着サービス利用) \/ 希望しない","offer_id":45844379599047,"sku":"782000710-052h","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013(試着サービス利用) \/ 希望する","offer_id":45844379631815,"sku":"782000710-013g","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013(試着サービス利用) \/ 希望しない","offer_id":45844379664583,"sku":"782000710-013h","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082(試着サービス利用) \/ 希望する","offer_id":45844379697351,"sku":"782000710-082g","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082(試着サービス利用) \/ 希望しない","offer_id":45844379730119,"sku":"782000710-082h","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000010_wRhwz2j.jpg?v=1763712989"},{"product_id":"11","title":"汗ジミ防止・二の腕カバー40代の女性のためのコットンTシャツ（レディース）／5分袖丈","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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汗ジミと二の腕をカバー、夏の40代コーデ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000011_FN6k0PM.jpg?v=1763713032\" class=\"img-fluid d-block w-100 product-img\" alt=\"上品に着こなす夏のTシャツスタイル\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e上品に着こなす夏のTシャツスタイル\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e40代女性の夏の悩みに寄り添う、賢い選択です。\u003cstrong\u003e汗ジミを気にせず\u003c\/strong\u003e、ゆったりとしたシルエットで\u003cstrong\u003e二の腕を自然にカバー\u003c\/strong\u003eします。暑い日も涼やかに過ごせる、大人のためのTシャツです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本の職人技が光る、上質な綿100\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_12_8_000000000011.jpg?v=1763713032\" 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日本製コットン100%\u003c\/strong\u003eのTシャツです。\u003cstrong\u003eとろけるような肌触り\u003c\/strong\u003eで、毎日を快適に彩ります。バスト79cm〜94cmまで対応し、体型を美しく見せる計算されたデザインです。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e絶妙な5分袖で着痩せ、細見え効果\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_16_12_000000000011.jpg?v=1763713032\" 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\u003e5分袖丈\u003c\/strong\u003eが、気になる二の腕を品よく隠し、\u003cstrong\u003eほっそり見せる視覚効果\u003c\/strong\u003eを生み出します。肩幅38cmの設計で動きやすく、\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\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暑い日も涼やかに過ごせる着心地\u003c\/li\u003e\n        \u003cli\u003e日本の職人技が光る上質な綿100%\u003c\/li\u003e\n        \u003cli\u003eとろけるような肌触りで快適な毎日\u003c\/li\u003e\n        \u003cli\u003e体型を美しく見せる計算されたデザイン\u003c\/li\u003e\n        \u003cli\u003e絶妙な5分袖丈で着痩せ、細見え効果\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サイズ表記：M〜L\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e項目\u003c\/th\u003e\n              \u003cth\u003e実寸\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eバスト\u003c\/td\u003e\n              \u003ctd\u003e79cm〜94cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e身丈\u003c\/td\u003e\n              \u003ctd\u003e60cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e袖丈\u003c\/td\u003e\n              \u003ctd\u003e30cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e肩幅\u003c\/td\u003e\n              \u003ctd\u003e38cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこだわりの素材と丁寧な縫製で作られています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材：綿100%\u003c\/li\u003e\n        \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      \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商品コード：782000730\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"オフホワイト004 \/ 希望する","offer_id":45844379762887,"sku":"782000730-004e","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004 \/ 希望しない","offer_id":45844379795655,"sku":"782000730-004f","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望する","offer_id":45844379828423,"sku":"782000730-060e","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望しない","offer_id":45844379861191,"sku":"782000730-060f","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844379893959,"sku":"782000730-011e","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844379926727,"sku":"782000730-011f","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望する","offer_id":45844379959495,"sku":"782000730-004g","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望しない","offer_id":45844379992263,"sku":"782000730-004h","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望する","offer_id":45844380025031,"sku":"782000730-011g","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望しない","offer_id":45844380057799,"sku":"782000730-011h","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望する","offer_id":45844380090567,"sku":"782000730-060g","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望しない","offer_id":45844380123335,"sku":"782000730-060h","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000011_FN6k0PM.jpg?v=1763713032"},{"product_id":"12","title":"汗ジミ防止・二の腕カバー40代の女性のためのコットンVネックTシャツ（レディース）／5分袖丈","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e涼しげVネック、大人の品格Tシャツ\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000012_5a77UgJ.jpg?v=1763713075\" 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上質な綿100%素材\u003c\/strong\u003e。\n      深くも浅くもない\u003cstrong\u003e絶妙なVネックライン\u003c\/strong\u003eが、\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着回し自在、日本製の上質5分袖\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_9_3_000000000012.jpg?v=1763713075\" 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絶妙な5分袖丈\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涼やかな5分袖、大人のこなれ感\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_13_11_000000000012.jpg?v=1763713075\" 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は、カジュアルな着こなしに\u003cstrong\u003e落ち着いた大人の雰囲気\u003c\/strong\u003eを添えます。\n    \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\u003e商品に関する基本情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード：782000740\u003c\/li\u003e\n        \u003cli\u003eカラー：オフホワイト、グレー、モスグリーン\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e本製品の素材と生産国についてご紹介します。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材：綿100%\u003c\/li\u003e\n        \u003cli\u003e生産国：日本製\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e製品の対応サイズと実寸サイズです。お手持ちの服と比較してご検討ください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e対応サイズ：M〜L\u003c\/li\u003e\n        \u003cli\u003e実寸サイズ：\n          \u003cul\u003e\n            \u003cli\u003eバスト：79cm〜94cm\u003c\/li\u003e\n            \u003cli\u003e身丈：60cm\u003c\/li\u003e\n            \u003cli\u003e袖丈：30cm\u003c\/li\u003e\n            \u003cli\u003e肩幅：38cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"オフホワイト004 \/ 希望する","offer_id":45844380156103,"sku":"782000740-004e","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004 \/ 希望しない","offer_id":45844380188871,"sku":"782000740-004f","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844380221639,"sku":"782000740-011e","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844380254407,"sku":"782000740-011f","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望する","offer_id":45844380287175,"sku":"782000740-060e","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望しない","offer_id":45844380319943,"sku":"782000740-060f","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望する","offer_id":45844380352711,"sku":"782000740-004g","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望しない","offer_id":45844380385479,"sku":"782000740-004h","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望する","offer_id":45844380418247,"sku":"782000740-011g","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望しない","offer_id":45844380451015,"sku":"782000740-011h","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望する","offer_id":45844380483783,"sku":"782000740-060g","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望しない","offer_id":45844380516551,"sku":"782000740-060h","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000012_5a77UgJ.jpg?v=1763713075"},{"product_id":"13","title":"体型を拾わない・お腹まわりに張りつかないコットンフレアーTシャツ（レディース）／5分袖丈","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\/0725\/2292\/4231\/files\/imgi_4_000000000013_s2ykGib.jpg?v=1763713117\" 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綿100%の優しい肌触り\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\/0725\/2292\/4231\/files\/imgi_6_6_000000000013.jpg?v=1763713117\" 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\/0725\/2292\/4231\/files\/imgi_12_1_000000000013.jpg?v=1763713117\" 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上質な綿100%素材\u003c\/strong\u003e。肌に優しく、毎日でも袖を通したくなる心地よさを実現しました。着回し力の高いベーシックカラー展開も魅力です。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・カラー\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eこの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                \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                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品の素材と生産地に関する情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: 綿100%\u003c\/li\u003e\n                    \u003cli\u003e生産国: 日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品の対応サイズと実寸サイズです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e対応サイズ: M〜L\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e項目\u003c\/th\u003e\n                                \u003cth\u003e数値\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eバスト\u003c\/td\u003e\n                                \u003ctd\u003e79cm〜94cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e前身丈\u003c\/td\u003e\n                                \u003ctd\u003e58cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e後身丈\u003c\/td\u003e\n                                \u003ctd\u003e70cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e袖丈\u003c\/td\u003e\n                                \u003ctd\u003e31cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e肩幅\u003c\/td\u003e\n                                \u003ctd\u003e38.5cｍ\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eその他情報\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eその他の製品情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード: 782000750\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"オフホワイト004 \/ 希望する","offer_id":45844380549319,"sku":"782000750-004e","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004 \/ 希望しない","offer_id":45844380582087,"sku":"782000750-004f","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望する","offer_id":45844380614855,"sku":"782000750-060e","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望しない","offer_id":45844380647623,"sku":"782000750-060f","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844380680391,"sku":"782000750-011e","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844380713159,"sku":"782000750-011f","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望する","offer_id":45844380745927,"sku":"782000750-004g","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望しない","offer_id":45844380778695,"sku":"782000750-004h","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望する","offer_id":45844380811463,"sku":"782000750-011g","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望しない","offer_id":45844380844231,"sku":"782000750-011h","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望する","offer_id":45844380876999,"sku":"782000750-060g","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望しない","offer_id":45844380909767,"sku":"782000750-060h","price":7920.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000013_s2ykGib.jpg?v=1763713117"},{"product_id":"14","title":"肌触りにこだわった｜着心地の良いロングニットカーディガン","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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=\"strong\"\u003eゆとりのある身幅とロング丈\u003c\/span\u003eが、気になる部分を優しくカバーします。\u003cspan class=\"strong\"\u003e綿100%のしなやかな質感\u003c\/span\u003eが、一日中リラックスできる心地よさをお届けします。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000014_akjfnod.jpg?v=1763713157\" 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=\"strong\"\u003e日本の職人技が光る丁寧な仕立て\u003c\/span\u003e。肌に吸い付くような\u003cspan class=\"strong\"\u003e綿100%の柔らかな風合い\u003c\/span\u003eは、着るたびに心を満たします。便利なサイドポケットも魅力です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_10_7_000000000014.jpg?v=1763713157\" 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=\"strong\"\u003e天然綿100%の優しい感触\u003c\/span\u003eを伝えます。\u003cspan class=\"strong\"\u003e敏感な肌にも寄り添う\u003c\/span\u003e、ストレスフリーな肌触りで、快適な毎日を応援します。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_13_2_000000000014.jpg?v=1763713158\" 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=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード：782000720\u003c\/li\u003e\n                    \u003cli\u003eカラー：アイボリー、チャコール、ベージュ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e製品に使用されている素材と生産国についてご紹介します。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：綿100%\u003c\/li\u003e\n                    \u003cli\u003e生産国：日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e商品の実寸サイズをご確認ください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e対応サイズ：M〜L\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"table-scroll-view\"\u003e\n                    \u003ctable class=\"spec-table\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth\u003e項目\u003c\/th\u003e\n                                \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eバスト\u003c\/td\u003e\n                                \u003ctd\u003e79〜94cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e身丈\u003c\/td\u003e\n                                \u003ctd\u003e90cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e袖丈\u003c\/td\u003e\n                                \u003ctd\u003e40cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003e肩幅\u003c\/td\u003e\n                                \u003ctd\u003e62cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため出力しない --\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため出力しない --\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844381106375,"sku":"782000720-052a","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844381139143,"sku":"782000720-052b","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844381171911,"sku":"782000720-013a","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844381204679,"sku":"782000720-013b","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望する","offer_id":45844381237447,"sku":"782000720-082a","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844381270215,"sku":"782000720-082b","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望する","offer_id":45844381302983,"sku":"782000720-052c","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望しない","offer_id":45844381335751,"sku":"782000720-052d","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844381368519,"sku":"782000720-013c","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844381401287,"sku":"782000720-013d","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082（試着サービス利用） \/ 希望する","offer_id":45844381434055,"sku":"782000720-082c","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082（試着サービス利用） \/ 希望しない","offer_id":45844381466823,"sku":"782000720-082d","price":20900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000014_akjfnod.jpg?v=1763713157"},{"product_id":"16","title":"しめつけ感のない｜カシミヤシルク腹巻きショートパンツ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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毎日を彩る2色の\u003cstrong\u003eカシミヤシルク腹巻きショートパンツ\u003c\/strong\u003e。身体を優しく包み込む洗練された色合いが、日常に溶け込み、心地よい温もりを届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000016_CzJUqqA.jpg?v=1763713214\" class=\"img-fluid d-block w-100 product-img\" alt=\"温活腹巻きショートパンツのイメージ画像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e暮らしに寄り添う2カラー\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\/0725\/2292\/4231\/files\/imgi_5_12_000000000016.jpg?v=1763713214\" 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カシミヤ67％とシルク28％\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\/0725\/2292\/4231\/files\/imgi_10_14_000000000016.jpg?v=1763713214\" 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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 782000760\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カシミヤ67％\u003c\/li\u003e\n        \u003cli\u003eシルク28％\u003c\/li\u003e\n        \u003cli\u003eポリウレタン5％\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対応サイズ: M〜L\u003c\/li\u003e\n        \u003cli\u003eウエスト: 64cm〜77cm (対応サイズ)\u003c\/li\u003e\n        \u003cli\u003eヒップ: 87cm〜100cm (対応サイズ)\u003c\/li\u003e\n        \u003cli\u003e股上: 29cm\u003c\/li\u003e\n        \u003cli\u003e股下: 8cm\u003c\/li\u003e\n        \u003cli\u003e総丈: 37cm\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"body-text\"\u003e※サイズの測り方については下図をご参照ください。\u003c\/p\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/setsetouchi\/img\/shop\/item\/Innerwear\/haramaki-pants_size.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"腹巻きショートパンツのサイズ計測図\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ③ 発送案内セクション (Shipping) - 情報がないため出力しない --\u003e\n  \u003c!-- ④ 注意事項セクション (Notes) - 情報がないため出力しない --\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"チャコール013 \/ 希望する","offer_id":45844381499591,"sku":"782000760-013a","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844381532359,"sku":"782000760-013b","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー012 \/ 希望する","offer_id":45844381565127,"sku":"782000760-012a","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー012 \/ 希望しない","offer_id":45844381597895,"sku":"782000760-012b","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000016_CzJUqqA.jpg?v=1763713214"},{"product_id":"17","title":"しめつけ感のない｜カシミヤシルク腹巻きロングパンツ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\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カシミヤ67%とシルク28%の贅沢な素材が、ウエストから足首まで優しくフィット。M〜Lサイズ対応で、\u003cstrong\u003e締め付け感なく\u003c\/strong\u003e、ゆったりとくつろぎの時間をサポートします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000017_7oO69WS.jpg?v=1763713266\" 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カシミヤ67%とシルク28%にポリウレタン5%を配合。このバランスが、しなやかな伸縮性を生み出しています。どんな動きにも寄り添い、\u003cstrong\u003eストレスのない一日\u003c\/strong\u003eを支えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_6_9_000000000017.jpg?v=1763713266\" 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ライトグレーとチャコールの洗練された2色展開。どちらもコーディネートに馴染みやすく、\u003cstrong\u003e日本の職人が丁寧に仕上げた品質の高さ\u003c\/strong\u003eが、日常に豊かな彩りを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_7_10_000000000017.jpg?v=1763713266\" 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                \u003cli\u003e日本の職人が丁寧に仕上げた、信頼できる高品質\u003c\/li\u003e\n                \u003cli\u003eコーディネートに馴染む、ライトグレーとチャコールの優雅な2色展開\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\"\u003eM〜Lサイズに対応しています。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e項目\u003c\/th\u003e\n                            \u003cth\u003e詳細\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e対応サイズ（ウエスト）\u003c\/td\u003e\n                            \u003ctd\u003e64cm〜77cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e対応サイズ（ヒップ）\u003c\/td\u003e\n                            \u003ctd\u003e87cm〜100cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e実寸（股上）\u003c\/td\u003e\n                            \u003ctd\u003e31cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e実寸（股下）\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e実寸（総丈）\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※サイズの測り方については下図をご参照ください。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/setsetouchi\/img\/shop\/item\/Innerwear\/haramaki%20long_size.jpg\" class=\"img-fluid d-block w-100 product-img\" 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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: カシミヤ67％、シルク28％、ポリウレタン5％\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\"\u003e782000770\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"チャコール013 \/ 希望する","offer_id":45844381663431,"sku":"782000770-013a","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844381696199,"sku":"782000770-013b","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー012 \/ 希望する","offer_id":45844381728967,"sku":"782000770-012a","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ライトグレー012 \/ 希望しない","offer_id":45844381761735,"sku":"782000770-012b","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000017_7oO69WS.jpg?v=1763713266"},{"product_id":"18","title":"長袖Tシャツ／オーガニックコットン","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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を叶えます。日常に寄り添うM〜Lサイズ展開で、様々な体型の方にフィットします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000018_EjcEj9w.jpg?v=1763713321\" 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装飾を抑えたシンプルなデザインは、どんなスタイルにも自然に溶け込みます。上質な綿100%素材が、\u003cstrong\u003e洗練された大人のカジュアル\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_10_3_000000000018.jpg?v=1763713321\" 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\/0725\/2292\/4231\/files\/imgi_13_10_000000000018.jpg?v=1763713321\" 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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：782000810\u003c\/li\u003e\n                \u003cli\u003e素材：綿100%\u003c\/li\u003e\n                \u003cli\u003eサイズ展開：M〜L\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バスト：約79cm〜94cm\u003c\/li\u003e\n                \u003cli\u003e身丈：約63cm\u003c\/li\u003e\n                \u003cli\u003e袖丈：約57cm\u003c\/li\u003e\n                \u003cli\u003e肩巾：約48cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※サイズの測り方については下図をご参照ください。\u003c\/p\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/setsetouchi\/img\/shop\/item\/Roomwear\/gauze-crew_size.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ測り方詳細図\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844381827271,"sku":"782000810-052i","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844381860039,"sku":"782000810-052j","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844381892807,"sku":"782000810-013i","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844381925575,"sku":"782000810-013j","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望する","offer_id":45844381958343,"sku":"782000810-083i","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844381991111,"sku":"782000810-083j","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望する","offer_id":45844382023879,"sku":"782000810-052k","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望しない","offer_id":45844382056647,"sku":"782000810-052l","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844382089415,"sku":"782000810-083k","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844382122183,"sku":"782000810-083l","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844382154951,"sku":"782000810-013k","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844382187719,"sku":"782000810-013l","price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000018_EjcEj9w.jpg?v=1763713321"},{"product_id":"19","title":"7分丈ラグランTシャツ／オーガニックコットン","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\n            \u003cstrong\u003eオーガニックコットン100%\u003c\/strong\u003eの柔らかな肌触りが、忙しい毎日をそっと包み込みます。\n            \u003cstrong\u003eゆったりとしたシルエット\u003c\/strong\u003eは動きやすく、家事や子育て中のどんな動きにもストレスなく寄り添います。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000019_14QuZAY.jpg?v=1763713365\" 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スタイルアップ叶う、洗練7分丈カットソー\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e7分丈の袖\u003c\/strong\u003eと\u003cstrong\u003eラグランデザイン\u003c\/strong\u003eが腕周りをすっきりと見せ、着るだけで垢抜けた印象に導きます。\n            こだわりの\u003cstrong\u003e日本製\u003c\/strong\u003eだからこそ叶う、縫製とシルエットの美しさを実感いただけます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_13_17_000000000019.jpg?v=1763713365\" 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\n            \u003cstrong\u003e独特の凹凸感がある生地\u003c\/strong\u003eは肌離れが良く、通気性も良好で快適な着心地です。\n            熟練の技術で丁寧に仕立てられた縫製は、洗濯を繰り返しても\u003cstrong\u003e型崩れしにくく\u003c\/strong\u003e、日常使いに最適です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_16_6_000000000019.jpg?v=1763713366\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日着たい、確かな品質\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eこだわりの素材とデザインが、快適な毎日をサポートします。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eオーガニックコットン100%の柔らかな肌触り\u003c\/li\u003e\n                \u003cli\u003eゆったりとしたシルエットで動きやすい\u003c\/li\u003e\n                \u003cli\u003e7分丈とラグランデザインでスタイルアップ効果\u003c\/li\u003e\n                \u003cli\u003e独特の凹凸感ある生地で肌離れが良く通気性抜群\u003c\/li\u003e\n                \u003cli\u003e日本製の上質な縫製で型崩れしにくく長持ち\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e肌に優しい天然素材と、安心の日本品質です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材：綿100%\u003c\/li\u003e\n                \u003cli\u003e生産国：日本製\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e日常使いに合わせやすい、人気の3色展開です。\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            \u003cp\u003eゆったりとしたデザインで、幅広い体型の方にフィットします。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eサイズ表記：M〜L\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e項目\u003c\/th\u003e\n                            \u003cth\u003e実寸(約)\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eバスト\u003c\/td\u003e\n                            \u003ctd\u003e79cm〜94cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e身丈\u003c\/td\u003e\n                            \u003ctd\u003e61cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e袖丈\u003c\/td\u003e\n                            \u003ctd\u003e51cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e肩巾\u003c\/td\u003e\n                            \u003ctd\u003e38cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eその他情報\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：782000820\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844382220487,"sku":"782000820-052i","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844382253255,"sku":"782000820-052j","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844382286023,"sku":"782000820-013i","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844382318791,"sku":"782000820-013j","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望する","offer_id":45844382351559,"sku":"782000820-083i","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844382384327,"sku":"782000820-083j","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望する","offer_id":45844382417095,"sku":"782000820-052k","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望しない","offer_id":45844382449863,"sku":"782000820-052l","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844382482631,"sku":"782000820-083k","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844382515399,"sku":"782000820-083l","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844382548167,"sku":"782000820-013k","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844382580935,"sku":"782000820-013l","price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000019_14QuZAY.jpg?v=1763713365"},{"product_id":"20","title":"カーディガン／ウールカシミヤ","description":"\u003cp class=\"item-despriction\"\u003eメリノオプティモウールという豪州の羊毛の中でも生産量が少なく、希少なウール糸を使用しているの\u003cbr\u003e\nでチクチク感がなく、カシミヤとのブレンドにも非常に適しています。とても軽くてふっくらとした程\u003cbr\u003e\nよい厚みや、上質でやわらかな肌触りが魅力です。上品な雰囲気を残しながら、程よい抜け感をプラス\u003cbr\u003e\nするボタンレスのシンプルデザイン。\u003cbr\u003e\n\u003cbr\u003e\n・商品コード／782000830\u003cbr\u003e\n・素材／毛90％ カシミヤ10％\u003cbr\u003e\n・サイズ／M〜L\u003cbr\u003e\n・カラー／キャメル、チャコール\u003cbr\u003e\n・生産国／日本製\u003c\/p\u003e\n\n\u003ch3 class=\"ttl-sub\"\u003e【商品詳細】\u003c\/h3\u003e\n\n\u003cp class=\"ttl-sub\"\u003e  実寸サイズ／バスト\/79〜94cm、身丈\/90cm、袖丈\/44cm、肩幅\/62cm\u003c\/p\u003e\n","brand":"setセトウチリズム","offers":[{"title":"モカ茶083 \/ 希望する","offer_id":45844382613703,"sku":"782000830-083a","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844382646471,"sku":"782000830-083b","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844382679239,"sku":"782000830-013a","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844382712007,"sku":"782000830-013b","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844382744775,"sku":"782000830-083c","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844382777543,"sku":"782000830-083d","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844382810311,"sku":"782000830-013c","price":27500.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844382843079,"sku":"782000830-013d","price":27500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000020_7CJpSZ5_77626af0-7aea-40b0-9d4c-ea7e1acb90fa.jpg?v=1763713431"},{"product_id":"21","title":"ロング丈フードカーディガン／ウールカシミヤ","description":"\u003cp class=\"item-despriction\"\u003eメリノオプティモウールという豪州の羊毛の中でも生産量が少なく、希少なウール糸を使用しているの\u003cbr\u003e\nでチクチク感がなく、カシミヤとのブレンドにも非常に適しています。とても軽くてふっくらとした程\u003cbr\u003e\nよい厚みや、上質でやわらかな肌触りが魅力です。上品な雰囲気を残しながら、程よい抜け感をプラス\u003cbr\u003e\nするボタンレスのシンプルデザイン。\u003cbr\u003e\n\u003cbr\u003e\nAMARCの大草直子さんに、ウールカシミヤフードカーディガンを着用していただきました。\u003cbr\u003e\n着用イメージなどこちらからご覧ください。\u003cbr\u003e\n\u003cbr\u003e\n\u003ca _blank=\"\" href=\"https:\/\/amarclife.com\/blog\/20230213\/\"\u003e\u003cspan style=\"color:#2980b9;\"\u003e【Ｅveryday happy】大草直子の毎日AMARC \u003c\/span\u003e\u003c\/a\u003e\u003cbr\u003e\n\u003cbr\u003e\n・商品コード／782000905\u003cbr\u003e\n・素材／毛90％ カシミヤ10％\u003cbr\u003e\n・サイズ／M〜L\u003cbr\u003e\n・カラー／キャメル、チャコール\u003cbr\u003e\n・生産国／日本製\u003cbr\u003e\n\u003cbr\u003e\n\u003cstrong\u003e【商品詳細】\u003c\/strong\u003e\u003cbr\u003e\n・実寸サイズ／バスト\/79〜94cm、身丈\/110cm、袖丈\/49cm、肩幅\/56cm\u003cbr\u003e\n \u003c\/p\u003e\n","brand":"setセトウチリズム","offers":[{"title":"モカ茶083 \/ 希望する","offer_id":45844382875847,"sku":"782000905-083a","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844382908615,"sku":"782000905-083b","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844382941383,"sku":"782000905-013a","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844382974151,"sku":"782000905-013b","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844383006919,"sku":"782000905-083c","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844383039687,"sku":"782000905-083d","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844383072455,"sku":"782000905-013c","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844383105223,"sku":"782000905-013d","price":33000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000021_gOl7OIc.jpg?v=1763713501"},{"product_id":"23","title":"長袖Tシャツ／オーガニックコットン","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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            肩の力が抜ける\u003cstrong\u003eリラックスした着心地\u003c\/strong\u003eで、\u003cstrong\u003eデイリーユースにぴったり\u003c\/strong\u003eの一枚。\n            どんなスタイルにも馴染む\u003cstrong\u003e万能さ\u003c\/strong\u003eがあります。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000023_8d8klDr.jpg?v=1763713685\" alt=\"ゆったりとしたTシャツの着用イメージ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e毎日を彩る大人のリラックスT\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厳選された綿100%の素材\u003c\/strong\u003eが、\u003cstrong\u003eデリケートな肌にも優しく\u003c\/strong\u003e触れます。\n            シンプルながらも洗練されたデザインは、\u003cstrong\u003e安心感のある日本製\u003c\/strong\u003eならでは。\n            一枚で\u003cstrong\u003e品格ある着こなし\u003c\/strong\u003eを叶えます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_10_3_000000000023.jpg?v=1763713685\" alt=\"素材のクローズアップと日本製を示すイメージ\" 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\n            \u003cstrong\u003eアイボリー、モカ茶、チャコール\u003c\/strong\u003e。どの色も\u003cstrong\u003e肌なじみが良く\u003c\/strong\u003e、\n            コーディネートに\u003cstrong\u003e奥行きを与えます\u003c\/strong\u003e。\n            \u003cstrong\u003e繊細な織り目\u003c\/strong\u003eが光の加減で\u003cstrong\u003e異なる表情\u003c\/strong\u003eを見せ、シンプルな中に奥深さを感じさせます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_14_11_000000000023.jpg?v=1763713685\" alt=\"3色のTシャツが並べられたイメージ\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べる3色、着こなし広がる\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=\"basic-list\"\u003e\n                    \u003cli\u003e商品コード：782000810\u003c\/li\u003e\n                    \u003cli\u003eカラー：アイボリー、モカ茶、チャコール\u003c\/li\u003e\n                    \u003cli\u003e生産国：日本製\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e肌に優しい天然素材を使用しています。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e綿100%\u003c\/li\u003e\n                \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表記サイズ：M〜L\u003c\/li\u003e\n                    \u003cli\u003e実寸サイズ：バスト 約79cm〜94cm、身丈 約63cm、袖丈 約57cm、肩巾 約48cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e※サイズの測り方については下図をご参照ください。\u003c\/p\u003e\n                \u003cdiv class=\"spec-img-full\"\u003e\n                    \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/setsetouchi\/img\/shop\/item\/Roomwear\/gauze-crew_size.jpg\" alt=\"衣類の採寸箇所を示すサイズチャート図\" class=\"img-fluid d-block w-100 product-img\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844383170759,"sku":"782000812-052e","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844383203527,"sku":"782000812-052f","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844383236295,"sku":"782000812-013e","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844383269063,"sku":"782000812-013f","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望する","offer_id":45844383301831,"sku":"782000812-083e","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844383334599,"sku":"782000812-083f","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望する","offer_id":45844383367367,"sku":"782000812-052g","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望しない","offer_id":45844383400135,"sku":"782000812-052h","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844383432903,"sku":"782000812-083g","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844383465671,"sku":"782000812-083h","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844383498439,"sku":"782000812-013g","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844383531207,"sku":"782000812-013h","price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000023_8d8klDr.jpg?v=1763713685"},{"product_id":"24","title":"長袖Tシャツ／オーガニックコットン","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\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綿100%の優しい肌触りで、まるで肌が深呼吸するような心地よさ。\u003cstrong\u003eゆとりのあるサイズ感\u003c\/strong\u003eが、一日中リラックスした気分を届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000024_Vnnob85.jpg?v=1763714317\" 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が、日常に安心感を添えます。オーガニックコットンならではの風合いが、シンプルながらも豊かな表情を演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_10_3_000000000024.jpg?v=1763714317\" 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アイボリー、モカ茶、チャコールの3色展開。重ね着にも映える美しい色合いは、どんなスタイルにも自然に溶け込みます。\u003cstrong\u003e環境にも配慮した綿100%の優しさ\u003c\/strong\u003eを、毎日感じてください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_14_11_000000000024.jpg?v=1763714317\" class=\"img-fluid d-block w-100 product-img\" alt=\"アイボリー、モカ茶、チャコールの3色の長袖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      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード: 782000810\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      \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      \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      \u003cp class=\"body-text\"\u003eゆったりとした着用感で、リラックスして過ごせるM〜Lサイズ展開です。\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e表記サイズ\u003c\/th\u003e\n              \u003cth\u003eバスト\u003c\/th\u003e\n              \u003cth\u003e身丈\u003c\/th\u003e\n              \u003cth\u003e袖丈\u003c\/th\u003e\n              \u003cth\u003e肩巾\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM〜L\u003c\/td\u003e\n              \u003ctd\u003e約79cm〜94cm\u003c\/td\u003e\n              \u003ctd\u003e約63cm\u003c\/td\u003e\n              \u003ctd\u003e約57cm\u003c\/td\u003e\n              \u003ctd\u003e約48cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-img-full\"\u003e\n        \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/setsetouchi\/img\/shop\/item\/Roomwear\/gauze-crew_size.jpg\" 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    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844383563975,"sku":"782000811-052a","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844383596743,"sku":"782000811-052b","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844383629511,"sku":"782000811-013a","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844383662279,"sku":"782000811-013b","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望する","offer_id":45844383695047,"sku":"782000811-083a","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844383727815,"sku":"782000811-083b","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望する","offer_id":45844383760583,"sku":"782000811-052c","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望しない","offer_id":45844383793351,"sku":"782000811-052d","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844383826119,"sku":"782000811-083c","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844383858887,"sku":"782000811-083d","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844383891655,"sku":"782000811-013c","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844383924423,"sku":"782000811-013d","price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000024_Vnnob85.jpg?v=1763714317"},{"product_id":"25","title":"7分丈ラグランTシャツ／オーガニックコットン","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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デイリーに着こなす7分丈ラグラン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\/0725\/2292\/4231\/files\/imgi_4_000000000025_P8G83Ev.jpg?v=1763714380\" 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綿100％ 日本製オーガニックコットンの肌触り\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e選び抜かれた綿100%の素材が、やわらかな肌触りを実現。安心と信頼の\u003cstrong\u003e日本製\u003c\/strong\u003eで、デリケートな肌にもそっと寄り添う上質な心地よさをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_13_17_000000000025.jpg?v=1763714379\" 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\/0725\/2292\/4231\/files\/imgi_16_6_000000000025.jpg?v=1763714380\" class=\"img-fluid d-block w-100 product-img\" alt=\"ラグランスリーブと丁寧な縫製ディテール\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e繊細なディテール、動きやすさを追求\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細・スペック\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の基本情報\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e商品コード／782000820\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\u003eM〜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素材／綿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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eバスト／約79cm〜94cm\u003c\/li\u003e\n          \u003cli\u003e身丈／約61cm\u003c\/li\u003e\n          \u003cli\u003e袖丈／約51cm\u003c\/li\u003e\n          \u003cli\u003e肩巾／約38cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text text-center\"\u003e※サイズの測り方については下図をご参照ください。\u003c\/p\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \u003cimg src=\"https:\/\/gigaplus.makeshop.jp\/setsetouchi\/img\/shop\/item\/Roomwear\/gauze-pullover_size.jpg\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズ測り方詳細図\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844383957191,"sku":"782000822-052e","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844383989959,"sku":"782000822-052f","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844384022727,"sku":"782000822-013e","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844384055495,"sku":"782000822-013f","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望する","offer_id":45844384088263,"sku":"782000822-083e","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844384121031,"sku":"782000822-083f","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望する","offer_id":45844384153799,"sku":"782000822-052g","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望しない","offer_id":45844384186567,"sku":"782000822-052h","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844384219335,"sku":"782000822-083g","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844384252103,"sku":"782000822-083h","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844384284871,"sku":"782000822-013g","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844384317639,"sku":"782000822-013h","price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000025_P8G83Ev.jpg?v=1763714380"},{"product_id":"28","title":"7分丈ラグランTシャツ／オーガニックコットン","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\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\u003e7分丈ラグランスリーブ\u003c\/strong\u003eのゆとりのあるサイズ感で、気になる部分をさりげなくカバーします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000028_KLZgaPF.jpg?v=1763714435\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eゆったりシルエットで体型カバーも叶う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本製ならではの丁寧な仕上がりを日常に\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e国内で丁寧に仕立てられた\u003cstrong\u003e綿100%の生地\u003c\/strong\u003eは、素肌に触れるたびに安らぎを与えます。長く愛用できる上質な一枚です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_14_18_000000000028.jpg?v=1763714435\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e纏うほどに心地よい綿100%の贅沢\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\/0725\/2292\/4231\/files\/imgi_16_6_000000000028.jpg?v=1763714435\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自然の恵み、毎日肌で感じる贅沢\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品情報\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eこの商品の基本的な情報です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード：782000820\u003c\/li\u003e\n        \u003cli\u003e素材：綿100%\u003c\/li\u003e\n        \u003cli\u003e生産国：日本製\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eゆったりとした着心地のサイズ感です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表記サイズ：M〜L\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e項目\u003c\/th\u003e\n              \u003cth\u003e数値\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eバスト\u003c\/td\u003e\n              \u003ctd\u003e約79cm〜94cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e身丈\u003c\/td\u003e\n              \u003ctd\u003e約61cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e袖丈\u003c\/td\u003e\n              \u003ctd\u003e約51cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e肩巾\u003c\/td\u003e\n              \u003ctd\u003e約38cm\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      \n    \u003c\/div\u003e\n  \u003c\/details\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お好みに合わせて選べる3色展開です。\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\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844384350407,"sku":"782000821-052a","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844384383175,"sku":"782000821-052b","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844384415943,"sku":"782000821-013a","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844384448711,"sku":"782000821-013b","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望する","offer_id":45844384481479,"sku":"782000821-083a","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844384514247,"sku":"782000821-083b","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望する","offer_id":45844384547015,"sku":"782000821-052c","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望しない","offer_id":45844384579783,"sku":"782000821-052d","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844384612551,"sku":"782000821-083c","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844384645319,"sku":"782000821-083d","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844384678087,"sku":"782000821-013c","price":8360.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844384710855,"sku":"782000821-013d","price":8360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000028_KLZgaPF.jpg?v=1763714435"},{"product_id":"29","title":"ニットワンピース／ウールカシミヤ","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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を優雅に演出します。忙しい大人の女性に寄り添う、\u003cstrong\u003e心地よい一枚\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_6_11_000000000029.jpg?v=1763714479\" 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着痩せ叶える Iライン 洗練のワンピース\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e体のラインを拾いすぎない、\u003cstrong\u003e計算され尽くしたIラインシルエット\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\/0725\/2292\/4231\/files\/imgi_8_14_000000000029.jpg?v=1763714479\" 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デコルテ美人 Vネック ふわり上質素材\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e深すぎず浅すぎない\u003cstrong\u003eVネックライン\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\/0725\/2292\/4231\/files\/imgi_10_16_000000000029.jpg?v=1763714479\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e首元を彩る繊細なVライン\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商品コード: 782001060\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表記サイズ: M〜L\u003c\/p\u003e\n      \u003cp\u003e実寸サイズ:\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eバスト: 79〜94cm\u003c\/li\u003e\n        \u003cli\u003e身丈: 115cm\u003c\/li\u003e\n        \u003cli\u003e袖丈: 51cm\u003c\/li\u003e\n        \u003cli\u003e肩幅: 52cm\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素材: 毛90％ カシミヤ10％\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","brand":"setセトウチリズム","offers":[{"title":"モカ茶083 \/ 希望する","offer_id":45844384743623,"sku":"782001060-083a","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083 \/ 希望しない","offer_id":45844384776391,"sku":"782001060-083b","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844384809159,"sku":"782001060-013a","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844384841927,"sku":"782001060-013b","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望する","offer_id":45844384874695,"sku":"782001060-083c","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"モカ茶083（試着サービス利用） \/ 希望しない","offer_id":45844384907463,"sku":"782001060-083d","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844384940231,"sku":"782001060-013c","price":29700.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844384972999,"sku":"782001060-013d","price":29700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000029_oilxP6q.jpg?v=1763714479"},{"product_id":"30","title":"お腹まわりに張りつかない天然素材ヨガウェアフレアーTシャツ\/5分袖丈|国産(日本製)綿100%","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\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 class=\"highlight\"\u003eゆったりとしたシルエット\u003c\/strong\u003eと\u003cstrong class=\"highlight\"\u003e5分袖丈\u003c\/strong\u003eで、あらゆるポーズも自然体。お腹まわりに張りつかない\u003cstrong class=\"highlight\"\u003eフレアーデザイン\u003c\/strong\u003eが、\u003cstrong class=\"highlight\"\u003eリラックスしたひととき\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000030_7lKQPAo.jpg?v=1763714513\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e心地よい伸縮で自由な動きを\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e日本製の上質コットン 肌に寄り添うやわらかさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong class=\"highlight\"\u003e国産綿100%の優しい肌触り\u003c\/strong\u003eが、デリケートな首元にもふわりと寄り添います。\u003cstrong class=\"highlight\"\u003e丁寧に仕立てられた縫製\u003c\/strong\u003eは、毎日をともにする信頼の証です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_13_11_000000000030.jpg?v=1763714513\" 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デイリーに着回せるフレアT 美しいシルエットで着痩せ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong class=\"highlight\"\u003e前後差のあるフレア裾デザイン\u003c\/strong\u003eが、気になる\u003cstrong class=\"highlight\"\u003e腰まわりを自然にカバー\u003c\/strong\u003eします。オフホワイト、グレー、モスグリーンの\u003cstrong class=\"highlight\"\u003e天然素材カラー\u003c\/strong\u003eは、幅広いコーディネートに溶け込みます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_14_1_000000000030.jpg?v=1763714513\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e洗練された大人のためのフレア\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e商品の管理コードです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e商品コード：782000750\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003e天然素材にこだわった、肌に優しい着心地です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e素材：綿100%\u003c\/li\u003e\n        \u003cli\u003e生産国：日本製\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eゆったりとしたデザインで、様々な体型の方にフィットします。お手持ちの衣類と比べてご確認ください。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e表記サイズ：M〜L\u003c\/li\u003e\n        \u003cli\u003eバスト：79cm〜94cm\u003c\/li\u003e\n        \u003cli\u003e前身丈：58cm\u003c\/li\u003e\n        \u003cli\u003e後身丈：70cm\u003c\/li\u003e\n        \u003cli\u003e袖丈：31cm\u003c\/li\u003e\n        \u003cli\u003e肩幅：38.5cｍ\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コーディネートしやすい、自然な風合いの3色展開です。\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\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"オフホワイト004 \/ 希望する","offer_id":45844385005767,"sku":"782000751-004a","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004 \/ 希望しない","offer_id":45844385038535,"sku":"782000751-004b","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望する","offer_id":45844385071303,"sku":"782000751-060a","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望しない","offer_id":45844385104071,"sku":"782000751-060b","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844385136839,"sku":"782000751-011a","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844385169607,"sku":"782000751-011b","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望する","offer_id":45844385202375,"sku":"782000751-004c","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望しない","offer_id":45844385235143,"sku":"782000751-004d","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望する","offer_id":45844385267911,"sku":"782000751-011c","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望しない","offer_id":45844385300679,"sku":"782000751-011d","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望する","offer_id":45844385333447,"sku":"782000751-060c","price":7920.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望しない","offer_id":45844385366215,"sku":"782000751-060d","price":7920.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000030_7lKQPAo.jpg?v=1763714513"},{"product_id":"32","title":"腕やウエストすっきりカバーする天然素材ヨガウェアコットンTシャツ\/Vネック5分袖丈|国産(日本製)綿100%","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\u003cdiv class=\"container product-wrapper\"\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が、どんな動きも優しくサポートします。ゆったりとした着心地でありながら、腕やウエスト周りをすっきり見せ、開放的なリラックスタイムを叶えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000032_qWeVxp1.jpg?v=1763714550\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e呼吸が深まる心地よさ\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e素肌に溶け込む 安心の日本製Vネック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e上質な\u003cstrong\u003e国産綿100%\u003c\/strong\u003eが叶える、とろけるような肌触り。デコルテを美しく見せるVネックデザインは、洗練された印象を与え、日常に優雅さを添えます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_7_9_000000000032.jpg?v=1763714550\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e纏うほどに心安らぐ\u003c\/p\u003e\n\n        \u003ch3 class=\"section-title\"\u003e大人女性の体型カバー 5分袖Tシャツ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e計算されたVネックと5分袖丈が、気になる腕周りやウエストを自然にカバー。M〜Lサイズ展開で、程よいゆとりが生まれる美しいシルエットは、様々なスタイルに調和します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_10_14_000000000032.jpg?v=1763714550\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e着回し自在の万能トップス\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品概要\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード／782000740\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生産国／日本製\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サイズ／M〜L\u003c\/li\u003e\n                \u003cli\u003e実寸サイズ／バスト\/79cm〜94cm、身丈60cm、袖丈30cm、肩幅38cｍ\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"オフホワイト004 \/ 希望する","offer_id":45844385398983,"sku":"782000741-004a","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004 \/ 希望しない","offer_id":45844385431751,"sku":"782000741-004b","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望する","offer_id":45844385464519,"sku":"782000741-060a","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望しない","offer_id":45844385497287,"sku":"782000741-060b","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844385530055,"sku":"782000741-011a","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844385562823,"sku":"782000741-011b","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望する","offer_id":45844385595591,"sku":"782000741-004c","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望しない","offer_id":45844385628359,"sku":"782000741-004d","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望する","offer_id":45844385661127,"sku":"782000741-011c","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望しない","offer_id":45844385693895,"sku":"782000741-011d","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望する","offer_id":45844385726663,"sku":"782000741-060c","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望しない","offer_id":45844385759431,"sku":"782000741-060d","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000032_qWeVxp1.jpg?v=1763714550"},{"product_id":"34","title":"腕やウエストすっきりカバーする天然素材ヨガウェアコットンTシャツ\/Uネック5分袖丈|国産(日本製)綿100%","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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シャツ、おうちヨガに最適なゆったりUネック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e綿100%\u003c\/strong\u003eが叶える、素肌が喜ぶやわらかな着心地。ウエスト周りを自然に包む丈感で、どんな動きもストレスなく楽しめます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000034_snYIPQr.jpg?v=1763714595\" 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動きを妨げない、ヨガに集中できる5分袖\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e腕の動きを妨げない\u003cstrong\u003e5分袖\u003c\/strong\u003eは、ダイナミックなポーズもスムーズにサポート。身丈60cmが、どんな姿勢でも裾のめくれを気にさせません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_5_2_000000000034.jpg?v=1763714595\" 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国産綿100%のUネック、繊細な肌へ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e繊細な日本の職人技で織り上げられた\u003cstrong\u003e綿100%の生地\u003c\/strong\u003e。デリケートな肌にもそっと寄り添い、毎日着たくなる上質な肌触りを実現しました。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_7_4_000000000034.jpg?v=1763714595\" 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            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e商品コード：782000730\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生産国：日本製\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e本製品の対応サイズと実寸サイズです。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e項目\u003c\/th\u003e\n                            \u003cth\u003e詳細\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e対応サイズ\u003c\/td\u003e\n                            \u003ctd\u003eM〜L\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eバスト\u003c\/td\u003e\n                            \u003ctd\u003e79cm〜94cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e身丈\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e袖丈\u003c\/td\u003e\n                            \u003ctd\u003e30cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e肩幅\u003c\/td\u003e\n                            \u003ctd\u003e38cｍ\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"オフホワイト004 \/ 希望する","offer_id":45844385824967,"sku":"782000731-004a","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004 \/ 希望しない","offer_id":45844385857735,"sku":"782000731-004b","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望する","offer_id":45844385890503,"sku":"782000731-060a","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060 \/ 希望しない","offer_id":45844385923271,"sku":"782000731-060b","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望する","offer_id":45844385956039,"sku":"782000731-011a","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844385988807,"sku":"782000731-011b","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望する","offer_id":45844386021575,"sku":"782000731-004c","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"オフホワイト004（試着サービス利用） \/ 希望しない","offer_id":45844386054343,"sku":"782000731-004d","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望する","offer_id":45844386087111,"sku":"782000731-011c","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011（試着サービス利用） \/ 希望しない","offer_id":45844386119879,"sku":"782000731-011d","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望する","offer_id":45844386152647,"sku":"782000731-060c","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"モスグリーン060（試着サービス利用） \/ 希望しない","offer_id":45844386185415,"sku":"782000731-060d","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000034_snYIPQr.jpg?v=1763714595"},{"product_id":"36","title":"スラっと細見えシルエット｜着心地の良いコットンヨガパンツ","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\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\/0725\/2292\/4231\/files\/imgi_4_000000000036_C6Y6hsm.jpg?v=1763714642\" 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\/0725\/2292\/4231\/files\/imgi_11_5_000000000036.jpg?v=1763714642\" 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世界初の新技術「Tumfu」\u003c\/strong\u003eで開発された、\u003cstrong\u003e綿100%\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\/0725\/2292\/4231\/files\/imgi_12_1_000000000036.jpg?v=1763714642\" 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が、品格ある大人の装いを演出する\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『天然素材のヨガウェアーが着たい』『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                \u003cli\u003eヨガウェアだけでなく、普段のおでかけでもサマになる一枚\u003c\/li\u003e\n                \u003cli\u003eカラーバリエーション：アイボリー、チャコール、ベージュ\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003eシンプルライフ研究家のマキさんに、setのルームウェアを着用いただきました！着用イメージなどYOUTUBE動画でご覧ください。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003ca href=\"https:\/\/www.youtube.com\/watch?v=qGJmoNNezzw\" target=\"_blank\"\u003e【ナイトルーティン】夜の家事と時産でできた自由時間の使い方 ＠シンプルライフ研究家マキ #233\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このヨガパンツには、糸の間に空気のすきまをつくる世界初の新しい撚糸技術「Tumfu（ツムフ）」を使っています。繊維の間に空気を含むことで、肌触りのやわらかさと軽さが特徴です。\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表記サイズ：M〜L\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003e項目\u003c\/th\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eウエスト\u003c\/td\u003e\n                            \u003ctd\u003e64〜77cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eヒップ\u003c\/td\u003e\n                            \u003ctd\u003e87〜100cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e総丈\u003c\/td\u003e\n                            \u003ctd\u003e94.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股上\u003c\/td\u003e\n                            \u003ctd\u003e31.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e股下\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eわたり巾\u003c\/td\u003e\n                            \u003ctd\u003e30cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003e裾巾\u003c\/td\u003e\n                            \u003ctd\u003e9.5cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e生産国・商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e生産国：日本製\u003c\/li\u003e\n                \u003cli\u003e商品コード：782000710\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844386218183,"sku":"782000711-052a","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844386250951,"sku":"782000711-052b","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望する","offer_id":45844386283719,"sku":"782000711-013a","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013 \/ 希望しない","offer_id":45844386316487,"sku":"782000711-013b","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望する","offer_id":45844386349255,"sku":"782000711-082a","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082 \/ 希望しない","offer_id":45844386382023,"sku":"782000711-082b","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望する","offer_id":45844386414791,"sku":"782000711-052c","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052（試着サービス利用） \/ 希望しない","offer_id":45844386447559,"sku":"782000711-052d","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望する","offer_id":45844386480327,"sku":"782000711-013c","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"チャコール013（試着サービス利用） \/ 希望しない","offer_id":45844386513095,"sku":"782000711-013d","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082（試着サービス利用） \/ 希望する","offer_id":45844386545863,"sku":"782000711-082c","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュ082（試着サービス利用） \/ 希望しない","offer_id":45844386578631,"sku":"782000711-082d","price":19800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000036_C6Y6hsm.jpg?v=1763714642"},{"product_id":"37","title":"【誕生日・記念日プレゼントに】パジャマギフトセット","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\/0725\/2292\/4231\/files\/imgi_4_000000000037_CCF5lW7.jpg?v=1763714695\" 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肩巾約46cm、バスト79〜94cmに対応するM〜Lサイズ。\u003cstrong\u003e締め付けないゆとり\u003c\/strong\u003eが、一日頑張った身体をそっと包み込み、深い休息へ誘います。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_5_4_000000000037.jpg?v=1763714695\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e部屋着としても映える洗練\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e素肌に優しいリブタンクトップ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e繊細なリブ編み\u003c\/strong\u003eと\u003cstrong\u003eオーガニックコットンの柔らかな肌触り\u003c\/strong\u003e。単体で快適なのはもちろん、パジャマやカーディガンのインナーとしても活躍します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_6_10_000000000037.jpg?v=1763714695\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e季節を問わず活躍する一枚\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eセット内容\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e本製品のセット内容は以下の通りです。\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\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            \u003c\/div\u003e\n        \u003c\/details\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\u003eM〜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\u003e各アイテムの実寸サイズは以下の通りです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e【パジャマ】\u003c\/strong\u003e\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003e肩巾：約46cm\u003c\/li\u003e\n                            \u003cli\u003e袖丈：約54cm\u003c\/li\u003e\n                            \u003cli\u003eバスト：約79〜94cm\u003c\/li\u003e\n                            \u003cli\u003e前身丈：約74cm\u003c\/li\u003e\n                            \u003cli\u003e後身丈：約77cm\u003c\/li\u003e\n                            \u003cli\u003eウエスト：約64cm〜77cm\u003c\/li\u003e\n                            \u003cli\u003e股上：約29cm\u003c\/li\u003e\n                            \u003cli\u003e股下：約69cm\u003c\/li\u003e\n                            \u003cli\u003eパンツ丈：約98.5cm\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003e【タンクトップ】\u003c\/strong\u003e\n                        \u003cul class=\"basic-list\"\u003e\n                            \u003cli\u003e肩巾：27cm\u003c\/li\u003e\n                            \u003cli\u003eバスト：79〜94cm\u003c\/li\u003e\n                            \u003cli\u003e身丈：60cm\u003c\/li\u003e\n                        \u003c\/ul\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                \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\u003e782001100\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"希望する","offer_id":45983357042887,"sku":"782001100","price":32780.0,"currency_code":"JPY","in_stock":true},{"title":"希望しない","offer_id":45983357075655,"sku":"782001101","price":32780.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000037_CCF5lW7.jpg?v=1763714695"},{"product_id":"38","title":"【ちょっとした贈り物に】オーガニックなギフトセット","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\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が、日常に心地よい空間を演出します。\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\/0725\/2292\/4231\/files\/imgi_4_000000000038_QS4NCeb.jpg?v=1763714737\" class=\"img-fluid d-block w-100 product-img\" alt=\"新生活を彩るオーガニックギフトのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e贈る、癒しのひととき\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肌に触れるたび、優しさの感動を\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eオーガニックコットン100%\u003c\/strong\u003eのフェイスタオルは、ふっくらとした\u003cstrong\u003e上質な肌触り\u003c\/strong\u003e。34x80cmの使いやすいサイズ感で、洗顔後のデリケートな肌も優しく包み込みます。毎日を豊かにする、\u003cstrong\u003e至福の肌体験\u003c\/strong\u003eをお届けします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_5_3_000000000038.jpg?v=1763714737\" 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珪藻土95%、陶磁5%のブラシスタンドが、\u003cstrong\u003e優れた吸水性\u003c\/strong\u003eで歯ブラシを\u003cstrong\u003e清潔に保ちます\u003c\/strong\u003e。竹製の本体と\u003cstrong\u003eBPAフリーPBT樹脂ブラシ\u003c\/strong\u003eが、\u003cstrong\u003e環境にも配慮した健やかなオーラルケア\u003c\/strong\u003eを実現。H4.5cm、D3.5cmの\u003cstrong\u003eコンパクト設計\u003c\/strong\u003eで洗面空間をすっきりと演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_6_5_000000000038.jpg?v=1763714737\" 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 spec-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=\"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        \u003cp class=\"body-text\"\u003e各アイテムの主な素材は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e珪藻土歯ブラシスタンド：珪藻土95%、陶磁5%\u003c\/li\u003e\n          \u003cli\u003e竹歯ブラシ：本体 竹、ブラシ PBT樹脂（BPAフリー）\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珪藻土歯ブラシスタンド：H4.5cm x D3.5cm（内径1.9cm）\u003c\/li\u003e\n          \u003cli\u003e竹歯ブラシ：本体21cm、ブラシ部分1.9cm\u003c\/li\u003e\n          \u003cli\u003eフェイスタオル：34x80cm\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\"\u003e782001110\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/content-section spec-section --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"setセトウチリズム","offers":[{"title":"Default Title","offer_id":45844386644167,"sku":null,"price":2453.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000038_QS4NCeb.jpg?v=1763714737"},{"product_id":"39","title":"【タオルギフトセット】洗う度ボリュームアップする今治産オーガニックコットンタオル2枚セット（フェイスタオル\/バスタオル）","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\/0725\/2292\/4231\/files\/imgi_4_000000000039_yisCYBc.jpg?v=1763714774\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e想いを伝える、特別な贈り物\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肌に吸い付く、至福のやわらかさ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e触れた瞬間、心から安らぐ極上の肌触り。厳選された\u003cstrong\u003eオーガニックコットン\u003c\/strong\u003eが、デリケートな肌を優しく包み込み、毎日のバスタイムを至福の時間へと誘います。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_5_10_000000000039.jpg?v=1763714774\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e肌が喜ぶ、心地よい瞬間\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗う度育つ、ふんわり吸水力\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自の製法で実現した、洗うたびに空気を含んでふっくらと育つパイル。\u003cstrong\u003e今治の高い品質基準\u003c\/strong\u003eをクリアした証として、優れた吸水性が長く続きます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_8_3_000000000039.jpg?v=1763714774\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e長く愛せる、確かな品質\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eセット内容\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \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\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フェイスタオル：約34x80cm\u003c\/li\u003e\n          \u003cli\u003eバスタオル：約60x120cm\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\u003e782001120\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e今治タオル産地では、品質を確実に保証するために「今治タオル工業組合」が定める独自の品質基準に合格したものでなければこれらのブランドマーク＆ロゴの使用を認めていません。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリーセット052 \/ 希望する","offer_id":45844386709703,"sku":"782001120-052a","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリーセット052 \/ 希望しない","offer_id":45844386742471,"sku":"782001120-052b","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュセット082 \/ 希望する","offer_id":45844386775239,"sku":"782001120-082a","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"ベージュセット082 \/ 希望しない","offer_id":45844386808007,"sku":"782001120-082b","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"グレーセット011 \/ 希望する","offer_id":45844386840775,"sku":"782001120-011a","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"グレーセット011 \/ 希望しない","offer_id":45844386873543,"sku":"782001120-011b","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"ブルーセット071 \/ 希望する","offer_id":45844386906311,"sku":"782001120-071a","price":4840.0,"currency_code":"JPY","in_stock":true},{"title":"ブルーセット071 \/ 希望しない","offer_id":45844386939079,"sku":"782001120-071b","price":4840.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000039_yisCYBc.jpg?v=1763714774"},{"product_id":"40","title":"シルクの贅沢さとコットンの優しさ プレミアムシルク100％枕カバー","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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\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\/0725\/2292\/4231\/files\/imgi_4_000000000040_fXeUf48.jpg?v=1763714832\" 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\/0725\/2292\/4231\/files\/imgi_7_2_000000000040.jpg?v=1763714832\" 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\/0725\/2292\/4231\/files\/imgi_15_1_000000000040.jpg?v=1763714832\" 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現時点では提供された詳細情報がありません。\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!-- サイズ表画像などがある場合は以下に配置 --\u003e\n      \u003c!-- \u003cdiv class=\"spec-img-full\"\u003e\u003c\/div\u003e --\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e素材：シルク100%\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\"\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  \u003c!-- ③ 発送案内セクション (Shipping) と ④ 注意事項セクション (Notes) は、\n       独立した情報が提供されていないため、上記スペック詳細に集約。 --\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"アイボリー052 \/ 希望する","offer_id":45844387004615,"sku":"782001140-052a","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー052 \/ 希望しない","offer_id":45844387037383,"sku":"782001140-052b","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー071 \/ 希望する","offer_id":45844387070151,"sku":"782001140-071a","price":5500.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー071 \/ 希望しない","offer_id":45844387102919,"sku":"782001140-071b","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000040_fXeUf48.jpg?v=1763714832"},{"product_id":"41","title":"天然素材のやさしい着心地 Vネック5分袖ワンピース｜すっきりシルエット","description":"\n\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #fbfbfb; \n      font-family: \"Yu Gothic\", \"Hiragino Sans\", \"Noto Sans JP\", \"Inter\", \"system-ui\", sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #5f616d;\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 #e7e7e7;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #434954; \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 #434954; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #5f616d; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #93969a; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 4px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #b39d8940 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* ▼▼▼ 画像の表示分け（枠・背景色なし） ▼▼▼ *\/\n  .care-icons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;       \n      margin: 10px 0;\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  .spec-img-full {\n      width: 100%;\n      margin: 20px 0;\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 #e7e7e7;\n      border-radius: 4px;\n      background-color: #fbfbfb; \n      color: #5f616d;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #434954;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #fbfbfb;\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: #b39d89;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #e7e7e7; \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: #fbfbfb;\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: #b39d89; 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: #93969a; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #434954; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #93969a; 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: #b39d89; 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: #434954;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #b39d89;\n      width: fit-content;\n      word-break: keep-all;\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 #e7e7e7; th, td { padding: 12px 8px; border: 1px solid #e7e7e7; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #434954; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #e7e7e7; background: #fcfcfc; padding: 20px;\n  }\n  .shipping-box strong { \n      color: #434954; display: block; margin-bottom: 10px; border-bottom: 1px dashed #e7e7e7; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #b39d89; }\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大人の着痩せ術 Vネック\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eゆったりとしたVネックが首元を長く見せ、全身をすっきり演出します。自然な落ち感で体型カバーも叶え、忙しい日々を快適に。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000041_k7awy5p.jpg?v=1763714871\" 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\/0725\/2292\/4231\/files\/imgi_9_14_000000000041.jpg?v=1763714871\" 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\/0725\/2292\/4231\/files\/imgi_14_19_000000000041.jpg?v=1763714871\" 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    \u003c!-- 入力データに「▼スペック・詳細データ」の具体的な情報がないため、このセクションは作成しません。 --\u003e\n\n    \u003c!-- 発送案内セクション (Shipping) --\u003e\n    \u003c!-- 入力データに発送案内情報がないため、このセクションは作成しません。 --\u003e\n\n    \u003c!-- 注意事項セクション (Notes) --\u003e\n    \u003c!-- 入力データに注意事項情報がないため、このセクションは作成しません。 --\u003e\n\n\u003c\/div\u003e","brand":"setセトウチリズム","offers":[{"title":"グレー011 \/ 希望する","offer_id":45844387168455,"sku":"782001130-011a","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011 \/ 希望しない","offer_id":45844387201223,"sku":"782001130-011b","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー070 \/ 希望する","offer_id":45844387233991,"sku":"782001130-070a","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー070 \/ 希望しない","offer_id":45844387266759,"sku":"782001130-070b","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011(試着サービス利用) \/ 希望する","offer_id":45844387299527,"sku":"782001130-011c","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"グレー011(試着サービス利用) \/ 希望しない","offer_id":45844387332295,"sku":"782001130-011d","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー070(試着サービス利用) \/ 希望する","offer_id":45844387365063,"sku":"782001130-070c","price":18700.0,"currency_code":"JPY","in_stock":true},{"title":"ネイビー070(試着サービス利用) \/ 希望しない","offer_id":45844387397831,"sku":"782001130-070d","price":18700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/imgi_4_000000000041_k7awy5p.jpg?v=1763714871"},{"product_id":"104-203-01-001","title":"TRサージ テーラードジャケット【FLAT】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の２Bテーラードジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンにより平均的男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n従来のジャケットに比べ、やや強めの肩傾斜と控えめなウエストシェイプによって、スリムな印象でありながら、ゆとりのある着用感。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケットやベントのないミニマルなデザインで、フォーマルはもちろん、セミフォーマルなシーンにも最適。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外の３シーズン対応\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-002：TRサージ ワンタック テーパードスラックス 【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の２Bテーラードジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンにより平均的男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n従来のジャケットに比べ、やや強めの肩傾斜と控えめなウエストシェイプによって、スリムな印象でありながら、ゆとりのある着用感。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケットやベントのないミニマルなデザインで、フォーマルはもちろん、セミフォーマルなシーンにも最適。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外の３シーズン対応\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-002：TRサージ ワンタック テーパードスラックス 【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の２Bテーラードジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンにより平均的男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n従来のジャケットに比べ、やや強めの肩傾斜と控えめなウエストシェイプによって、スリムな印象でありながら、ゆとりのある着用感。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケットやベントのないミニマルなデザインで、フォーマルはもちろん、セミフォーマルなシーンにも最適。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外の３シーズン対応\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-002：TRサージ ワンタック テーパードスラックス 【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e","brand":"なし","offers":[{"title":"BLACK \/ L","offer_id":46314410836167,"sku":"104-203-01-001_F01L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314410868935,"sku":"104-203-01-001_F01M","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK GRAY \/ L","offer_id":46314410901703,"sku":"104-203-01-001_F10L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK GRAY \/ M","offer_id":46314410934471,"sku":"104-203-01-001_F10M","price":27900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"114-203-01-002","title":"TRサージ ワンタック テーパードスラックス FOR TJ 【FLAT】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nワンタックと深めの股上がゆとりのある着用感。\u003cbr\u003e\n\u003cbr\u003e\n太腿から膝に向けてはやや細めのサイズに設定し、裾にかけての緩やかなテーパード。\u003cbr\u003e\n\u003cbr\u003e\nゆとりのある腰〜ヒップ周りはスマートなタックインスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\n着用感とは相対的にシャープな印象を与え、平均的男性体型をカバーできるワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-001 ：TRサージ テーラードジャケット【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nワンタックと深めの股上がゆとりのある着用感。\u003cbr\u003e\n\u003cbr\u003e\n太腿から膝に向けてはやや細めのサイズに設定し、裾にかけての緩やかなテーパード。\u003cbr\u003e\n\u003cbr\u003e\nゆとりのある腰〜ヒップ周りはスマートなタックインスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\n着用感とは相対的にシャープな印象を与え、平均的男性体型をカバーできるワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-001 ：TRサージ テーラードジャケット【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nワンタックと深めの股上がゆとりのある着用感。\u003cbr\u003e\n\u003cbr\u003e\n太腿から膝に向けてはやや細めのサイズに設定し、裾にかけての緩やかなテーパード。\u003cbr\u003e\n\u003cbr\u003e\nゆとりのある腰〜ヒップ周りはスマートなタックインスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\n着用感とは相対的にシャープな印象を与え、平均的男性体型をカバーできるワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-001 ：TRサージ テーラードジャケット【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e","brand":"TJ","offers":[{"title":"BLACK \/ L","offer_id":46314410967239,"sku":"114-203-01-002_F01L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314411000007,"sku":"114-203-01-002_F01M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK GRAY \/ L","offer_id":46314411032775,"sku":"114-203-01-002_F10L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK GRAY \/ M","offer_id":46314411065543,"sku":"114-203-01-002_F10M","price":16900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"104-203-01-003","title":"TRサージ テーラードジャケット【PLAY】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の２Bテーラードジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンによりやや体格の良い男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n 適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nFLATよりややワイドなサイズ感。\u003cbr\u003e\n\u003cbr\u003e\nやや強めの肩傾斜と馴染みの良いアウトポケットによってソフトなイメージの仕上がり。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケット、ベントを省いたミニマルなデザイン。\u003cbr\u003e\n\u003cbr\u003e\nワイドテーパードパンツとの組み合わせが最適で、余裕のある大人の男性に着ていただきたい。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで盛夏以外の３シーズンに対応。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-004：TRサージ ツータック テーパードスラックス FOR TJ【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の２Bテーラードジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンによりやや体格の良い男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n 適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nFLATよりややワイドなサイズ感。\u003cbr\u003e\n\u003cbr\u003e\nやや強めの肩傾斜と馴染みの良いアウトポケットによってソフトなイメージの仕上がり。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケット、ベントを省いたミニマルなデザイン。\u003cbr\u003e\n\u003cbr\u003e\nワイドテーパードパンツとの組み合わせが最適で、余裕のある大人の男性に着ていただきたい。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで盛夏以外の３シーズンに対応。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-004：TRサージ ツータック テーパードスラックス FOR TJ【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の２Bテーラードジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンによりやや体格の良い男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n 適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nFLATよりややワイドなサイズ感。\u003cbr\u003e\n\u003cbr\u003e\nやや強めの肩傾斜と馴染みの良いアウトポケットによってソフトなイメージの仕上がり。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケット、ベントを省いたミニマルなデザイン。\u003cbr\u003e\n\u003cbr\u003e\nワイドテーパードパンツとの組み合わせが最適で、余裕のある大人の男性に着ていただきたい。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで盛夏以外の３シーズンに対応。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-004：TRサージ ツータック テーパードスラックス FOR TJ【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e","brand":"PLAY","offers":[{"title":"BLACK \/ L","offer_id":46314411098311,"sku":"104-203-01-003_P01L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314411131079,"sku":"104-203-01-003_P01M","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK GRAY \/ L","offer_id":46314411163847,"sku":"104-203-01-003_P10L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK GRAY \/ M","offer_id":46314411196615,"sku":"104-203-01-003_P10M","price":27900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"114-203-01-004","title":"TRサージ ツータック テーパードスラックス FOR TJ【PLAY】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のツータックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nツータックによるゆとりのあるヒップ、やや太めの腿、膝周りから裾に向かって細くなるワイドテーパードシルエットが特徴。\u003cbr\u003e\n\u003cbr\u003e\n身長170cm以上の男性へお勧め。\u003cbr\u003e\n\u003cbr\u003e\n深めの股上に起因する着用時の抱擁感が特徴で、ジャケットインナーをタックインで着こなすスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-003：TRサージ テーラードジャケット【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のツータックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nツータックによるゆとりのあるヒップ、やや太めの腿、膝周りから裾に向かって細くなるワイドテーパードシルエットが特徴。\u003cbr\u003e\n\u003cbr\u003e\n身長170cm以上の男性へお勧め。\u003cbr\u003e\n\u003cbr\u003e\n深めの股上に起因する着用時の抱擁感が特徴で、ジャケットインナーをタックインで着こなすスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-003：TRサージ テーラードジャケット【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のツータックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nツータックによるゆとりのあるヒップ、やや太めの腿、膝周りから裾に向かって細くなるワイドテーパードシルエットが特徴。\u003cbr\u003e\n\u003cbr\u003e\n身長170cm以上の男性へお勧め。\u003cbr\u003e\n\u003cbr\u003e\n深めの股上に起因する着用時の抱擁感が特徴で、ジャケットインナーをタックインで着こなすスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-003：TRサージ テーラードジャケット【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e","brand":"TJ","offers":[{"title":"BLACK \/ L","offer_id":46314411262151,"sku":"114-203-01-004_P01L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314411294919,"sku":"114-203-01-004_P01M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK GRAY \/ L","offer_id":46314411327687,"sku":"114-203-01-004_P10L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK GRAY \/ M","offer_id":46314411360455,"sku":"114-203-01-004_P10M","price":16900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"104-203-01-005","title":"TRサージ ノーカラー テーラードジャケット【FLAT】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の1Bカラーレスジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンにより平均的男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nやや強めの肩傾斜と控えめなウエストシェイプによって、コンパクトなサイズ感ではありながら、適度にゆとりのあるフォルム。\u003cbr\u003e\n\u003cbr\u003e\nカラーレスジャケットをベースに可能な限りシンプルに設計され、知性とクリエイティビティが問われるシーンに最適な1着。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外のシーズンに対応\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-006：TRサージ ワンタック テーパードスラックス【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の1Bカラーレスジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンにより平均的男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nやや強めの肩傾斜と控えめなウエストシェイプによって、コンパクトなサイズ感ではありながら、適度にゆとりのあるフォルム。\u003cbr\u003e\n\u003cbr\u003e\nカラーレスジャケットをベースに可能な限りシンプルに設計され、知性とクリエイティビティが問われるシーンに最適な1着。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外のシーズンに対応\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-006：TRサージ ワンタック テーパードスラックス【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の1Bカラーレスジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンにより平均的男性の体を優しく包んでくれる逸品。\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nやや強めの肩傾斜と控えめなウエストシェイプによって、コンパクトなサイズ感ではありながら、適度にゆとりのあるフォルム。\u003cbr\u003e\n\u003cbr\u003e\nカラーレスジャケットをベースに可能な限りシンプルに設計され、知性とクリエイティビティが問われるシーンに最適な1着。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外のシーズンに対応\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-006：TRサージ ワンタック テーパードスラックス【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e","brand":"FLAT","offers":[{"title":"BLACK \/ L","offer_id":46314411393223,"sku":"104-203-01-005_F01L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314411425991,"sku":"104-203-01-005_F01M","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ L","offer_id":46314411458759,"sku":"104-203-01-005_F12L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ M","offer_id":46314411491527,"sku":"104-203-01-005_F12M","price":27900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"114-203-01-006","title":"TRサージ ワンタック テーパードスラックス FOR NCJ【FLAT】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\n深めの股上と適度にゆとりのあるヒップ周りを確保しながら、やや細めに絞った腿周り〜裾に向かった緩やかなテーパードラインが特徴。\u003cbr\u003e\n\u003cbr\u003e\n着用感とは相対的にシャープな印象を与え、平均的男性体型をカバーできるワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n後ろウエストにはVスリットを配し、着席時のゆとりも確保されたデザイン。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-005：TRサージ ノーカラー テーラードジャケット【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\n深めの股上と適度にゆとりのあるヒップ周りを確保しながら、やや細めに絞った腿周り〜裾に向かった緩やかなテーパードラインが特徴。\u003cbr\u003e\n\u003cbr\u003e\n着用感とは相対的にシャープな印象を与え、平均的男性体型をカバーできるワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n後ろウエストにはVスリットを配し、着席時のゆとりも確保されたデザイン。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-005：TRサージ ノーカラー テーラードジャケット【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\n深めの股上と適度にゆとりのあるヒップ周りを確保しながら、やや細めに絞った腿周り〜裾に向かった緩やかなテーパードラインが特徴。\u003cbr\u003e\n\u003cbr\u003e\n着用感とは相対的にシャープな印象を与え、平均的男性体型をカバーできるワンタックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n後ろウエストにはVスリットを配し、着席時のゆとりも確保されたデザイン。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【FLAT】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-005：TRサージ ノーカラー テーラードジャケット【FLAT】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e","brand":"NCJ","offers":[{"title":"BLACK \/ L","offer_id":46314411524295,"sku":"114-203-01-006_F01L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314411557063,"sku":"114-203-01-006_F01M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ L","offer_id":46314411589831,"sku":"114-203-01-006_F12L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ M","offer_id":46314411622599,"sku":"114-203-01-006_F12M","price":16900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"104-203-01-007","title":"TRサージ ノーカラー テーラードジャケット【PLAY】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の1Bカラーレスジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンによりやや体格の良い男性にお勧めの逸品。\u003cbr\u003e\n\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン \u003cbr\u003e\n【FLAT】に比べゆとりのあるシルエット。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケットやベント、シームステッチを省き、フロントを比翼仕立てにしたミニマルなデザイン。\u003cbr\u003e\n\u003cbr\u003e\nノーカラーでありながら、肩周りはテーラードジャケットよりややタイトに設計することにより、カジュアルになり過ぎないようバランスを保っている。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外のシーズンに対応。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-008 ：TRサージ ツータック テーパードスラックス FOR NCJ【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の1Bカラーレスジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンによりやや体格の良い男性にお勧めの逸品。\u003cbr\u003e\n\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン \u003cbr\u003e\n【FLAT】に比べゆとりのあるシルエット。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケットやベント、シームステッチを省き、フロントを比翼仕立てにしたミニマルなデザイン。\u003cbr\u003e\n\u003cbr\u003e\nノーカラーでありながら、肩周りはテーラードジャケットよりややタイトに設計することにより、カジュアルになり過ぎないようバランスを保っている。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外のシーズンに対応。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-008 ：TRサージ ツータック テーパードスラックス FOR NCJ【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材の1Bカラーレスジャケット。\u003cbr\u003e\n\u003cbr\u003e\n心地良い着用感を最重要課題として、素材との相性に拘った独自パターンによりやや体格の良い男性にお勧めの逸品。\u003cbr\u003e\n\u003cbr\u003e\n適度な重量がさらなる高級感を付与している。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン \u003cbr\u003e\n【FLAT】に比べゆとりのあるシルエット。\u003cbr\u003e\n\u003cbr\u003e\n胸ポケットやベント、シームステッチを省き、フロントを比翼仕立てにしたミニマルなデザイン。\u003cbr\u003e\n\u003cbr\u003e\nノーカラーでありながら、肩周りはテーラードジャケットよりややタイトに設計することにより、カジュアルになり過ぎないようバランスを保っている。\u003cbr\u003e\n\u003cbr\u003e\n背抜き仕立てで、盛夏以外のシーズンに対応。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のパンツ【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e114-203-01-008 ：TRサージ ツータック テーパードスラックス FOR NCJ【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めに走る綾目が美しい、ポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n適度な膨らみと自然なストレッチ性から、ストレスフリーな着心地の良さも魅力。防シワ性も高い。\u003cbr\u003e\n\u003cbr\u003e\n袖裏には肌触りの良いキュプラ素材を採用し、着脱時の袖通りも非常にスムース。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：あり(背抜き)\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n表地：ポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n身頃裏地：ポリエステル 100％\u003cbr\u003e\n\u003cbr\u003e\n袖裏地：キュプラ 100％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e","brand":"PLAY","offers":[{"title":"BLACK \/ L","offer_id":46314411655367,"sku":"104-203-01-007_P01L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314411688135,"sku":"104-203-01-007_P01M","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ L","offer_id":46314411720903,"sku":"104-203-01-007_P12L","price":27900.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ M","offer_id":46314411753671,"sku":"104-203-01-007_P12M","price":27900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"114-203-01-008","title":"TRサージ ツータック テーパードスラックス FOR NCJ【PLAY】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のツータックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nヒップから太ももに余裕を持たせ、裾に向かって細くなるワイドテーパードシルエットが上品な印象。\u003cbr\u003e\n\u003cbr\u003e\n深めの股上に起因する着用時の抱擁感が特徴で、ジャケットインナーをタックインで着こなすスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\n後ろウエストにはVスリットを配し、着席時のゆとりも確保されたデザイン。\u003cbr\u003e\n\u003cbr\u003e\n平均身長より高めの男性へお勧め。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-007：TRサージ ノーカラー テーラードジャケット【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のツータックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nヒップから太ももに余裕を持たせ、裾に向かって細くなるワイドテーパードシルエットが上品な印象。\u003cbr\u003e\n\u003cbr\u003e\n深めの股上に起因する着用時の抱擁感が特徴で、ジャケットインナーをタックインで着こなすスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\n後ろウエストにはVスリットを配し、着席時のゆとりも確保されたデザイン。\u003cbr\u003e\n\u003cbr\u003e\n平均身長より高めの男性へお勧め。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-007：TRサージ ノーカラー テーラードジャケット【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nウール素材に拘らず、見た目の美しさと触感を優先に選ばれたポリエステル・レーヨンに微量のポリウレタンを混紡させたポルトガル製サージ素材のツータックスラックス。\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nヒップから太ももに余裕を持たせ、裾に向かって細くなるワイドテーパードシルエットが上品な印象。\u003cbr\u003e\n\u003cbr\u003e\n深めの股上に起因する着用時の抱擁感が特徴で、ジャケットインナーをタックインで着こなすスタイルにも最適。\u003cbr\u003e\n\u003cbr\u003e\n後ろウエストにはVスリットを配し、着席時のゆとりも確保されたデザイン。\u003cbr\u003e\n\u003cbr\u003e\n平均身長より高めの男性へお勧め。\u003cbr\u003e\n\u003cbr\u003e\nセットアップ対応として同素材のジャケット【PLAY】はこちら\u003cbr\u003e\n\u003cbr\u003e\n\u003ccm style=\"text-decoration:underline;\"\u003e104-203-01-007：TRサージ ノーカラー テーラードジャケット【PLAY】\u003c\/cm\u003e\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n斜めにはしる綾目が美しい、高い防シワ性能を持つポルトガル製ポリエステル\/ビスコースサージ。\u003cbr\u003e\n\u003cbr\u003e\n自然なストレッチ性があり、ストレスフリーな着用感の良さも魅力。\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\nポリエステル 69％ レーヨン 30％ ポリウレタン 1％\u003cbr\u003e\n\u003cbr\u003e\n■AddElm機能付帯\u003cbr\u003e\n\u003cbr\u003e\nAddElmは、人間を構成する元素に着目し、アクティブコンディショニングをテーマに開発されたテクノロジー。\u003cbr\u003e\n\u003cbr\u003e\nAddElm社独自の開発理論にもとづき、ミネラルパウダーを調合したBRAND PRODUCTSにより、コンシューマーからアスリートまで幅広いニーズをバックアップ。\u003cbr\u003e\n\u003cbr\u003e\n※作用メカニズム\u003cbr\u003e\n\u003cbr\u003e\n様々な鉱物を微粒子にし、独自の調合で作られたパウダー入りのプリント部を肌に接触させることで皮膚を微弱刺激する。\u003cbr\u003e\nその刺激を身体が感知することでシーンにあったコンディションへ整えることが可能になる。\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n\u003cbr\u003e","brand":"PLAY","offers":[{"title":"BLACK \/ L","offer_id":46314411786439,"sku":"114-203-01-008_P01L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314411819207,"sku":"114-203-01-008_P01M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK NAVY \/ L","offer_id":46314411851975,"sku":"114-203-01-008_P12L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK NAVY \/ M","offer_id":46314411884743,"sku":"114-203-01-008_P12M","price":16900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"105-203-02-029","title":"N\/C レギュラーカラーシャツ【SLACK】","description":"■商品コメント\u003cbr\u003e\n\u003cbr\u003e\nシルキーな肌触りの綿ナイロンブロード素材を使用したレギュラーカラーシャツ。接触冷感機能により、夏場でも心地良い着用感を実現。\u003cbr\u003e\n\u003cbr\u003e\n綿のような見た目だが、絶妙な合繊の雰囲気がオンシーンでも十分に通用。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\n肩、胸周り、袖にゆとりがあるワイドフォルムでありながら、コンパクトな衿形状とカラーステイによる大人感覚なバランスを実現。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n東レボディシェル糸を使用し、防透け、吸放湿機能、ストレッチ性を付与し、仕上げにシワ加工を施した高機能素材。接触冷感機能により、綿素材のような表情からは想像できない肌触りを実現。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：薄手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：ややあり\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n綿 66％ ナイロン 30％ ポリウレタン 4％\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国\u003cbr\u003e\n","brand":"set setouchi gift","offers":[{"title":"BLACK \/ L","offer_id":46314412310727,"sku":"105-203-02-029_S01L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314412343495,"sku":"105-203-02-029_S01M","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ L","offer_id":46314412376263,"sku":"105-203-02-029_S31L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ M","offer_id":46314412409031,"sku":"105-203-02-029_S31M","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ L","offer_id":46314412441799,"sku":"105-203-02-029_S02L","price":15900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":46314412474567,"sku":"105-203-02-029_S02M","price":15900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/000000000222-04.jpg?v=1773799871"},{"product_id":"111-203-04-030","title":"モックネックアウターTシャツ【PLAY】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\nラインナップ中、最もカジュアルなイメージのセミワイドなロングスリーブTシャツ。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\n首周りは、ジャストフィットするように設計されたモックネック仕様。生地の地の目を横方向にすることで、洗濯後の型崩れを防止。裾の折り返しを広く取り、ブラインドステッチを採用。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n目の詰まったヘビーな生地感とオープンエンド糸のドライな質感が特徴の、天竺カットソー素材。二種類の異なる太さの糸を使用した、やや凹凸のある表面感も特徴の一つ。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：やや厚手\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：あり\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n綿 100％\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n中国","brand":"set setouchi gift","offers":[{"title":"BLACK \/ L","offer_id":46314412507335,"sku":"111-203-04-030_P01L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314412540103,"sku":"111-203-04-030_P01M","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GREEN \/ L","offer_id":46314412572871,"sku":"111-203-04-030_P16L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT GREEN \/ M","offer_id":46314412605639,"sku":"111-203-04-030_P16M","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"PINK \/ L","offer_id":46314412638407,"sku":"111-203-04-030_P25L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"PINK \/ M","offer_id":46314412671175,"sku":"111-203-04-030_P25M","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ L","offer_id":46314412703943,"sku":"111-203-04-030_P02L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":46314412736711,"sku":"111-203-04-030_P02M","price":8900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/000000000223-06.jpg?v=1773799872"},{"product_id":"111-203-03-011","title":"ドレスロングスリーブＴシャツ【SLACK】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\u003cbr\u003e\nクリアな素材感でありながら、ボクシーなシルエットが特徴のアウターロングスリーブTシャツ。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\nPLAYより更にワイドサイズにセットされたストリート感溢れるシルエット。\u003cbr\u003e\n\u003cbr\u003e\nバックプリントに「SLACK」のロゴ。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n糸段階で毛羽処理を入念に施し、クリアな表面感に仕上がった日本製二重編みカットソー素材。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：普通\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：あり\u003cbr\u003e\n\u003cbr\u003e\n光沢感：ややあり\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n綿 100％\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n・生地：日本\u003cbr\u003e\n\u003cbr\u003e\n・縫製：中国\u003cbr\u003e\n","brand":"SLACK","offers":[{"title":"BLACK \/ L","offer_id":46314412802247,"sku":"111-203-03-011_S01L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314412835015,"sku":"111-203-03-011_S01M","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"MEDIUM GRAY \/ L","offer_id":46314412867783,"sku":"111-203-03-011_S32L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"MEDIUM GRAY \/ M","offer_id":46314412900551,"sku":"111-203-03-011_S32M","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"OFF WHITE \/ L","offer_id":46314412933319,"sku":"111-203-03-011_S03L","price":8900.0,"currency_code":"JPY","in_stock":false},{"title":"OFF WHITE \/ M","offer_id":46314412966087,"sku":"111-203-03-011_S03M","price":8900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/000000000206-09.jpg?v=1773799872"},{"product_id":"111-203-03-012","title":"スムース天竺 ハイネック L\/S Tシャツ【FLAT】","description":"\u003cbr\u003e\n\u003cbr\u003e\n■商品コメント\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\nジャケットインナー用としてデザインされたハイネックロングスリーブTシャツ。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n\u003cbr\u003e\n首に沿い、折り返さず着用できる襟設計。\u003cbr\u003e\n\u003cbr\u003e\nもたつかない裾周りとジャケットからはみ出さないボディレングスを追求。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■素材\u003cbr\u003e\n\u003cbr\u003e\n透けにくく、適度な目付けで設計された、滑らかな触感の日本製天竺カットソー素材。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n\u003cbr\u003e\n生地の厚さ：普通\u003cbr\u003e\n\u003cbr\u003e\n伸縮性：あり\u003cbr\u003e\n\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■組成表示\u003cbr\u003e\n\u003cbr\u003e\n身頃：綿 100％\u003cbr\u003e\n\u003cbr\u003e\nリブ：綿 100％\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n■原産国\u003cbr\u003e\n\u003cbr\u003e\n日本\u003cbr\u003e\n","brand":"なし","offers":[{"title":"BLACK \/ L","offer_id":46314412998855,"sku":"111-203-03-012_F01L","price":7900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314413031623,"sku":"111-203-03-012_F01M","price":7900.0,"currency_code":"JPY","in_stock":false},{"title":"MEDIUM GRAY \/ L","offer_id":46314413064391,"sku":"111-203-03-012_F32L","price":7900.0,"currency_code":"JPY","in_stock":false},{"title":"MEDIUM GRAY \/ M","offer_id":46314413097159,"sku":"111-203-03-012_F32M","price":7900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"111-203-03-013","title":"スムース天竺 ハイネック L\/S Tシャツ【PLAY】","description":"■商品コメント\u003cbr\u003e\nジャケットインナー用でタックインも可能な、少しゆとりのあるサイズ感のハイネックロングスリーブTシャツ。\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n首に沿い、折り返さず着用できる襟設計。\u003cbr\u003e\nラウンドヘムでタックイン、アウトのどちらにも適した設計。\u003cbr\u003e\n■素材\u003cbr\u003e\n透けにくく、適度な目付けで設計された、滑らかな日本製天竺カットソー素材。\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n生地の厚さ：普通\u003cbr\u003e\n伸縮性：あり\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n■組成表示\u003cbr\u003e\n身頃：綿 100％\u003cbr\u003e\nリブ：綿 100％\u003cbr\u003e\n■原産国\u003cbr\u003e\n日本","brand":"set setouchi gift","offers":[{"title":"BLACK \/ L","offer_id":46314413129927,"sku":"111-203-03-013_P01L","price":7900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314413162695,"sku":"111-203-03-013_P01M","price":7900.0,"currency_code":"JPY","in_stock":false},{"title":"MEDIUM GRAY \/ L","offer_id":46314413195463,"sku":"111-203-03-013_P32L","price":7900.0,"currency_code":"JPY","in_stock":false},{"title":"MEDIUM GRAY \/ M","offer_id":46314413228231,"sku":"111-203-03-013_P32M","price":7900.0,"currency_code":"JPY","in_stock":false}]},{"product_id":"105-203-02-014","title":"ノーカラー オックスフォードシャツ【FLAT】","description":"■商品コメント\u003cbr\u003e\nシワになり難く、二重織のような風合いを持つ綿・ポリエステル混合シャークスキン素材を使用したバンドカラーシャツ。\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\nコンパクトなサイズ感ではありながら、控えめなウエストシェイプとサイドタックで実現された絶妙なフォルム。さらにジャケットのインナーとしても考慮された設計。\u003cbr\u003e\n■素材\u003cbr\u003e\n長短複合という難易度の高い手法で織られた希少素材。綿とポリエステルの特殊な配列で、綿の風合いを活かしながら綿素材の欠点である着用じわを軽減する機能を併せ持つ。\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n生地の厚さ：普通\u003cbr\u003e\n伸縮性：ややあり\u003cbr\u003e\n光沢感：ややあり\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n■組成表示\u003cbr\u003e\n綿 46％ ポリエステル 37％ 複合繊維(ポリエステル) 17％\u003cbr\u003e\n■原産国\u003cbr\u003e\n中国","brand":"set setouchi gift","offers":[{"title":"BLACK \/ L","offer_id":46314413260999,"sku":"105-203-02-014_F01L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314413293767,"sku":"105-203-02-014_F01M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ L","offer_id":46314413326535,"sku":"105-203-02-014_F31L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ M","offer_id":46314413359303,"sku":"105-203-02-014_F31M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ L","offer_id":46314413392071,"sku":"105-203-02-014_F02L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":46314413424839,"sku":"105-203-02-014_F02M","price":17900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/000000000209-21.jpg?v=1773799875"},{"product_id":"105-203-02-015","title":"ノーカラー オックスフォードシャツ【PLAY】","description":"■商品コメント\u003cbr\u003e\nシワになり難く、二重織のような風合いを持つ綿・ポリエステル混合シャークスキン素材を使用したバンドカラーシャツ。\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n袖や胸周りに程よいゆとりを持たせたリラックスフォルム。タックイン＆アウト、両スタイルを可能にするため綿密に計算された着丈。タックインスタイルの際のウエスト周りのダブ付きを最小限に落ち着くよう設計。\u003cbr\u003e\n■素材\u003cbr\u003e\n長短複合という難易度の高い手法で織られた希少素材。綿とポリエステルの特殊な配列で、綿の風合いを活かしながら綿素材の欠点である着用じわを軽減する機能を併せ持つ。\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n生地の厚さ：普通\u003cbr\u003e\n伸縮性：ややあり\u003cbr\u003e\n光沢感：ややあり\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n■組成表示\u003cbr\u003e\n綿 46％ ポリエステル 37％ 複合繊維(ポリエステル) 17％\u003cbr\u003e\n■原産国\u003cbr\u003e\n中国","brand":"set setouchi gift","offers":[{"title":"BLACK \/ L","offer_id":46314413457607,"sku":"105-203-02-015_P01L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314413490375,"sku":"105-203-02-015_P01M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ L","offer_id":46314413523143,"sku":"105-203-02-015_P31L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ M","offer_id":46314413555911,"sku":"105-203-02-015_P31M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ L","offer_id":46314413588679,"sku":"105-203-02-015_P02L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":46314413621447,"sku":"105-203-02-015_P02M","price":17900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/000000000210-09.jpg?v=1773799876"},{"product_id":"105-203-02-016","title":"ノーカラー オックスフォードシャツ【SLACK】","description":"■商品コメント\u003cbr\u003e\nシワになり難く、二重織のような風合いを持つ綿・ポリエステル混合シャークスキン素材を使用したバンドカラーシャツ。\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n肩、胸周り、袖にゆとりがあるワイドフォルム。やや詰まり気味の衿ぐりとコンパクトな衿形状によりルーズなイメージが払拭された大人感覚なバランス。\u003cbr\u003e\n■素材\u003cbr\u003e\n長短複合という難易度の高い手法で織られた希少素材。綿とポリエステルの特殊な配列で、綿の風合いを活かしながら綿素材の欠点である着用じわを軽減する機能を併せ持つ。\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n生地の厚さ：普通\u003cbr\u003e\n伸縮性：ややあり\u003cbr\u003e\n光沢感：ややあり\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n■組成表示\u003cbr\u003e\n綿 46％ ポリエステル 37％ 複合繊維(ポリエステル) 17％\u003cbr\u003e\n■原産国\u003cbr\u003e\n中国","brand":"SLACK","offers":[{"title":"BLACK \/ L","offer_id":46314413654215,"sku":"105-203-02-016_S01L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314413686983,"sku":"105-203-02-016_S01M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ L","offer_id":46314413719751,"sku":"105-203-02-016_S31L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"LIGHT BLUE \/ M","offer_id":46314413752519,"sku":"105-203-02-016_S31M","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ L","offer_id":46314413785287,"sku":"105-203-02-016_S02L","price":17900.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ M","offer_id":46314413818055,"sku":"105-203-02-016_S02M","price":17900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/000000000211-14.jpg?v=1773799876"},{"product_id":"115-203-01-017","title":"ドレスカーゴパンツ【FLAT】","description":"■商品コメント\u003cbr\u003e\nフィラメント特有の艶、二重織のような厚み、そしてくっきりとメリハリのある綾目が特徴的なポリエステルツイルのノータックカーゴスラックス。\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n深めの股上でヒップ周りは適度にゆとりを確保。\u003cbr\u003e\n太腿から膝に向けてはやや細めのサイズに設定し、膝から裾にかけて緩やかなテーパードシルエット。\u003cbr\u003e\nノータックのフロントスタイルとマチのないカーゴポケットがクリーンな印象。\u003cbr\u003e\nゆとりのある腰〜ヒップ周りはスマートなタックインスタイルにも最適。\u003cbr\u003e\nクリースライン入りでドレススタイルにも対応できる大人感覚のミリタリーアイテム。\u003cbr\u003e\n盛夏以外のシーズンに対応。\u003cbr\u003e\n■素材\u003cbr\u003e\nパンツ、ジャケット用としてハリコシに拘り、上品な艶感と膨らみ、奥行きのあるはっきりとした綾目が特徴的なポリエステルツイル。\u003cbr\u003e\n原料にはリサイクルポリエステルを使用し、環境にも配慮。\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n生地の厚さ：厚手\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n■組成表示\u003cbr\u003e\nポリエステル100％\u003cbr\u003e\n■原産国\u003cbr\u003e\n中国","brand":"set setouchi gift","offers":[{"title":"BLACK \/ L","offer_id":46314413883591,"sku":"115-203-01-017_F01L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314413916359,"sku":"115-203-01-017_F01M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK BROWN \/ L","offer_id":46314413949127,"sku":"115-203-01-017_F33L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK BROWN \/ M","offer_id":46314413981895,"sku":"115-203-01-017_F33M","price":16900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/000000000212-09.jpg?v=1773799878"},{"product_id":"115-203-01-018","title":"ドレスカーゴパンツ【PLAY】","description":"■商品コメント\u003cbr\u003e\n上品な艶と適度な肉厚、綾目の立ったポリエステルツイル素材のワンタックカーゴスラックス。\u003cbr\u003e\n■フォルム＆デザイン\u003cbr\u003e\n深い股上とフロントのワンタックでヒップから腿周りと膝周りに余裕を持たせ、裾に向かって細くなるワイドテーパードシルエット。タック入りのカーゴポケットが実用的。\u003cbr\u003e\nゆとりのある腰〜ヒップ周りはスマートなタックインスタイルにも最適。クリースライン入りでドレススタイルにも対応できる大人感覚のミリタリーアイテム。盛夏以外の３シーズンに対応。\u003cbr\u003e\n■素材\u003cbr\u003e\nパンツ、ジャケット用としてハリコシに拘り、上品な艶感と膨らみ、奥行きのあるはっきりした綾目が特徴的なポリエステルツイル。原料にはリサイクルポリエステルを使用し、環境にも配慮。\u003cbr\u003e\n■詳細情報\u003cbr\u003e\n生地の厚さ：厚手\u003cbr\u003e\n伸縮性：なし\u003cbr\u003e\n光沢感：なし\u003cbr\u003e\n裏地：なし\u003cbr\u003e\n※こちらは参考情報となります。カラーにより多少の誤差がございます。\u003cbr\u003e\n■組成表示\u003cbr\u003e\nポリエステル100％\u003cbr\u003e\n■原産国\u003cbr\u003e\n中国","brand":"set setouchi gift","offers":[{"title":"BLACK \/ L","offer_id":46314414014663,"sku":"115-203-01-018_P01L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ M","offer_id":46314414047431,"sku":"115-203-01-018_P01M","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK BROWN \/ L","offer_id":46314414080199,"sku":"115-203-01-018_P33L","price":16900.0,"currency_code":"JPY","in_stock":false},{"title":"DARK BROWN \/ M","offer_id":46314414112967,"sku":"115-203-01-018_P33M","price":16900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/2292\/4231\/files\/000000000213-14.jpg?v=1773799878"}],"url":"https:\/\/set-setouchi-gift.we-shop.jp\/collections\/all.oembed?page=3","provider":"set setouchi gift","version":"1.0","type":"link"}