{"title":"HOLIDAY TRUNKS","description":"\u003cp\u003eHOLIDAY TRUNKS\u003c\/p\u003e","products":[{"product_id":"173697847","title":"HOLIDAY TRUNKS - HOLIDAY TRUNKS ver2.1.2","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 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 #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\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: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \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: #ffffff;\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: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\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 #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\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日常を彩る、HOLIDAY TRUNKS\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\/0739\/4633\/3407\/files\/173697847.jpg?v=1753953962\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e選べる5色の心地よさ\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\u003eMADE IN JAPANの確かな技術\u003c\/strong\u003eが、形態安定性と耐久性を両立し、いつでも最高の着心地が続きます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173697847_o7.jpg?v=1753953962\" 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\/0739\/4633\/3407\/files\/173697847_o9.jpg?v=1753953964\" 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\"\u003eHOLIDAY TRUNKSは、お肌に優しい\u003cstrong\u003e天然素材を主\u003c\/strong\u003eとし、とても軽くて柔らかいオリジナルで編み上げた高品質パイル素材です。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e伸縮性に富む\u003c\/li\u003e\n                    \u003cli\u003e保湿性\u003c\/li\u003e\n                    \u003cli\u003e透湿性\u003c\/li\u003e\n                    \u003cli\u003e形態安定性\u003c\/li\u003e\n                    \u003cli\u003eタフさを併せ持つ\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e各サイズの詳細情報です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eS ( fit size ) ウエスト：72cm〜77cm 丈：35cm\u003c\/li\u003e\n                    \u003cli\u003eM ( relax size ) ウエスト：77cm〜82cm 丈：37cm\u003c\/li\u003e\n                    \u003cli\u003eL ( chill size ) ウエスト：82cm〜88cm 丈：39cm\u003c\/li\u003e\n                    \u003cli\u003eXL （Chillax size） ウエスト：88cm〜93cm 丈：41cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e※着画像 ⇒トップス：M　トランクス：M　モデル身長170cm　やせ型\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003e※イラスト着画像 ⇒トランクス：S　モデル身長170cm　やせ型\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e製品の素材と生産国について。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材：COTTON 70% POLYESTER 30%\u003c\/li\u003e\n                    \u003cli\u003e生産国：MADE IN JAPAN\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eブランド・カラー・商品コード\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eブランド情報とカラーバリエーション、商品コードです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eブランド：HOLIDAY TRUNKS\u003c\/li\u003e\n                    \u003cli\u003eカラー：BLACK \/ SNOW-GRAY \/ WINE-RED \/ OLIVE \/ NAVY-BLUE\u003c\/li\u003e\n                    \u003cli\u003e商品コード：173697847\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":"HOLIDAY TRUNKS","offers":[{"title":"BLACK \/ FIT(S)","offer_id":47132661088479,"sku":"HOL-001-10S","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ RELAX(M)","offer_id":47132661121247,"sku":"HOL-001-10M","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ CHILL(L)","offer_id":47132661154015,"sku":"HOL-001-10L","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ CHILLAX(XL)","offer_id":47132661186783,"sku":"HOL-001-10XL","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ FIT(S)","offer_id":47132661219551,"sku":"HOL-001-65S","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ RELAX(M)","offer_id":47132661252319,"sku":"HOL-001-65M","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ CHILL(L)","offer_id":47132661285087,"sku":"HOL-001-65L","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ CHILLAX(XL)","offer_id":47132661317855,"sku":"HOL-001-65XL","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ FIT(S)","offer_id":47132661350623,"sku":"HOL-001-31S","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ RELAX(M)","offer_id":47132661383391,"sku":"HOL-001-31M","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ CHILL(L)","offer_id":47132661416159,"sku":"HOL-001-31L","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ CHILLAX(XL)","offer_id":47132661448927,"sku":"HOL-001-31XL","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ FIT(S)","offer_id":47132661481695,"sku":"HOL-001-15S","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ RELAX(M)","offer_id":47132661514463,"sku":"HOL-001-15M","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ CHILL(L)","offer_id":47132661547231,"sku":"HOL-001-15L","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ CHILLAX(XL)","offer_id":47132661579999,"sku":"HOL-001-15XL","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ FIT(S)","offer_id":47132661612767,"sku":"HOL-001-75S","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ RELAX(M)","offer_id":47132661645535,"sku":"HOL-001-75M","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ CHILL(L)","offer_id":47132661678303,"sku":"HOL-001-75L","price":6380.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ CHILLAX(XL)","offer_id":47132661711071,"sku":"HOL-001-75XL","price":6380.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173697847.jpg?v=1753953962"},{"product_id":"173730623","title":"HOLIDAY TRUNKS【 homebody 】Long sleeve TEE","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 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 #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\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: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \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: #ffffff;\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: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\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 #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\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\"\u003eHOLIDAY TRUNKSが贈る\u003cstrong\u003e４色のバリエーション\u003c\/strong\u003e。どんなライフスタイルにも自然に溶け込み、おうち時間からお出かけまで、毎日を心地よく彩ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173730623.jpg?v=1753953958\" 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\/0739\/4633\/3407\/files\/173730623_o7.jpg?v=1753953958\" 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\/0739\/4633\/3407\/files\/173730623_o8.jpg?v=1753953958\" 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\"\u003eHOLIDAY TRUNKSより同アンダーウェアにフィットするロングスリーブTEE【homebody】のご提案です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e世界に3台しか存在しない\u003c\/strong\u003e希少な両面パイル編み機で産み出されるオリジナルのパイル生地は、トランクス同様、極上の着心地をご提供します。\u003c\/li\u003e\n        \u003cli\u003eルームウェアはもちろんタウンユースとしても着用いただけます。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e各サイズの詳細については、以下の表をご確認ください。\u003c\/p\u003e\n      \u003cdiv class=\"table-scroll-view\"\u003e\n        \u003ctable class=\"spec-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eサイズ\u003c\/th\u003e\n              \u003cth\u003e身丈（NP）\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 ( relax size )\u003c\/td\u003e\n              \u003ctd\u003e72cm\u003c\/td\u003e\n              \u003ctd\u003e120cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL ( chill size )\u003c\/td\u003e\n              \u003ctd\u003e76cm\u003c\/td\u003e\n              \u003ctd\u003e126cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e着画像モデル（身長170cm、やせ型）：トップスM、トランクスM着用。\u003c\/li\u003e\n        \u003cli\u003eイラスト着画像モデル（身長170cm、やせ型）：トランクスS着用。\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素材: COTTON 70%, POLYESTER 30%\u003c\/li\u003e\n        \u003cli\u003e生産国: MADE IN JAPAN\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e以下の4色で展開しています。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eBLACK\u003c\/li\u003e\n        \u003cli\u003eSNOW-GRAY\u003c\/li\u003e\n        \u003cli\u003eOLIVE\u003c\/li\u003e\n        \u003cli\u003eNAVY-BLUE\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本製品はHOLIDAY TRUNKSからご提案する商品です。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eブランド名: HOLIDAY TRUNKS\u003c\/li\u003e\n        \u003cli\u003e商品コード: 173730623\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"HOLIDAY TRUNKS","offers":[{"title":"BLACK \/ RELAX(M)","offer_id":47132661874911,"sku":"HOL-002-10M","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ CHILL(L)","offer_id":47132661907679,"sku":"HOL-002-10L","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ RELAX(M)","offer_id":47132661940447,"sku":"HOL-002-65M","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ CHILL(L)","offer_id":47132661973215,"sku":"HOL-002-65L","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ RELAX(M)","offer_id":47132662005983,"sku":"HOL-002-15M","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ CHILL(L)","offer_id":47132662038751,"sku":"HOL-002-15L","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ RELAX(M)","offer_id":47132662071519,"sku":"HOL-002-75M","price":13200.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ CHILL(L)","offer_id":47132662104287,"sku":"HOL-002-75L","price":13200.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173730623.jpg?v=1753953958"},{"product_id":"173731393","title":"HOLIDAY TRUNKS【 homebody2 】Sleeveless TEE","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 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 #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\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: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \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: #ffffff;\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: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\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 #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\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\"\u003eHOLIDAY TRUNKS 上質ノースリーブ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e日常を彩るHOLIDAY TRUNKSのSleeveless TEE。\u003cstrong\u003e４つの洗練されたカラー\u003c\/strong\u003eが、あなたのオフタイムをさらに特別なものに変えます。ルームウェアとしても、タウンユースとしても活躍する一枚です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173731393.jpg?v=1753953955\" 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世界に3台しかない両面パイル編み機が生み出す、HOLIDAY TRUNKSならではの\u003cstrong\u003eオリジナル生地\u003c\/strong\u003e。その\u003cstrong\u003e極上の肌触り\u003c\/strong\u003eが、一日中あなたを優しく包み込みます。確かな品質の日本製です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173731393_o5.jpg?v=1753953956\" 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肌に寄り添うように設計されたシルエットは、Mサイズが\u003cstrong\u003eリラックス\u003c\/strong\u003e、Lサイズは\u003cstrong\u003eチルな着心地\u003c\/strong\u003eを叶えます。コットン70%、ポリエステル30%の混紡で、柔らかな風合いと動きやすさを両立。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173731393_o6.jpg?v=1753953956\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e軽やかな着心地、自由な日常\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003eHOLIDAY TRUNKSより同アンダーウェアにフィットするノースリーブTEE【homebody2】のご提案となります。世界に3台しか存在しない希少な両面パイル編み機で産み出されるオリジナルのパイル生地はトランクス同様、極上の着心地をご提供致します。ルームウェアはもちろんタウンユースとしても着用頂けます。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eHOLIDAY TRUNKSのノースリーブTEE【homebody2】\u003c\/li\u003e\n        \u003cli\u003e世界に3台しかない希少な両面パイル編み機によるオリジナル生地\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\u003eM ( relax size ) 身丈（NP）：72cm \/ バスト：118cm\u003c\/li\u003e\n        \u003cli\u003eL ( chill size ) 身丈（NP）：76cm \/ バスト：124cm\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\u003eMATERIAL：COTTON 70% POLYESTER 30%\u003c\/li\u003e\n        \u003cli\u003eMADE IN JAPAN\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e選べる4色のラインナップ。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eBLACK\u003c\/li\u003e\n        \u003cli\u003eSNOW-GRAY\u003c\/li\u003e\n        \u003cli\u003eWINE-RED\u003c\/li\u003e\n        \u003cli\u003eOLIVE\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\u003eBRAND：HOLIDAY TRUNKS\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着画像モデル：身長170cm \/ やせ型 (トップス：M、トランクス：M)\u003c\/li\u003e\n        \u003cli\u003eイラスト着画像モデル：身長170cm \/ やせ型 (トランクス：S)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"HOLIDAY TRUNKS","offers":[{"title":"__S-BLACK__ \/ __S-RELAX-M__","offer_id":47132662169823,"sku":"HOL-003-10M","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"__S-BLACK__ \/ __S-CHILL-L__","offer_id":47132662202591,"sku":"HOL-003-10L","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"__S-OLIVE__ \/ __S-RELAX-M__","offer_id":47132662235359,"sku":"HOL-003-65M","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"__S-OLIVE__ \/ __S-CHILL-L__","offer_id":47132662268127,"sku":"HOL-003-65L","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"__S-WINE-RED__ \/ __S-RELAX-M__","offer_id":47132662300895,"sku":"HOL-003-31M","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"__S-WINE-RED__ \/ __S-CHILL-L__","offer_id":47132662333663,"sku":"HOL-003-31L","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"__S-SNOW-GRAY__ \/ __S-RELAX-M__","offer_id":47132662366431,"sku":"HOL-003-15M","price":9900.0,"currency_code":"JPY","in_stock":false},{"title":"__S-SNOW-GRAY__ \/ __S-CHILL-L__","offer_id":47132662399199,"sku":"HOL-003-15L","price":9900.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173731393.jpg?v=1753953955"},{"product_id":"173732827","title":"By two scenes Set ver2.1.2","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 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 #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\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: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \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: #ffffff;\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: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\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 #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\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厳選された天然素材を主とするHOLIDAY TRUNKSは、\u003cstrong\u003e軽さ\u003c\/strong\u003eと\u003cstrong\u003e柔らかな肌触り\u003c\/strong\u003eが特徴です。シーンで使い分けられる2枚セットが、贅沢なリラックスタイムを演出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173732827.jpg?v=1753953948\" class=\"img-fluid d-block w-100 product-img\" alt=\"異なるシーンを楽しむセット\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e異なるシーンを楽しむセット\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e肌が喜ぶ、極上パイルの秘密\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e独自編み上げの\u003cstrong\u003e高品質パイル\u003c\/strong\u003eは、優れた\u003cstrong\u003e伸縮性\u003c\/strong\u003eと\u003cstrong\u003e形態安定性\u003c\/strong\u003eを両立します。保湿性と透湿性も兼ね備え、一日中\u003cstrong\u003eさらりとした快適さ\u003c\/strong\u003eを肌に届けます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173732827_o6.jpg?v=1753953948\" 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心を込めて日本で生み出されたHOLIDAY TRUNKSは、確かな品質で特別な一枚を演出します。贈り物にも最適な、\u003cstrong\u003e洗練された国産の逸品\u003c\/strong\u003eをご堪能ください。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173732827_o8.jpg?v=1753953948\" 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\u003eHOLIDAY TRUNKSは、お肌に優しい天然素材を主としたオリジナル高品質パイル素材です。\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\u003e※By two scenes Setにwineredの展開はございません。ご了承ください。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e各サイズの詳細をご確認ください。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\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 (relax size)\u003c\/td\u003e\n                \u003ctd\u003e77cm〜82cm\u003c\/td\u003e\n                \u003ctd\u003e37cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL (chill size)\u003c\/td\u003e\n                \u003ctd\u003e82cm〜88cm\u003c\/td\u003e\n                \u003ctd\u003e39cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL (Chillax size)\u003c\/td\u003e\n                \u003ctd\u003e88cm〜93cm\u003c\/td\u003e\n                \u003ctd\u003e41cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e※着画像モデル: 身長170cm、やせ型 (トップスM、トランクスM)\u003c\/p\u003e\n        \u003cp\u003e※イラスト着画像モデル: 身長170cm、やせ型 (トランクスS)\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eブランド: HOLIDAY TRUNKS\u003c\/li\u003e\n          \u003cli\u003e素材: COTTON 70% POLYESTER 30%\u003c\/li\u003e\n          \u003cli\u003e生産国: MADE IN JAPAN\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HOLIDAY TRUNKS","offers":[{"title":"OLIVE\/S ＆ OLIVE\/M","offer_id":47132662431967,"sku":"HOL-004-OOS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE\/M ＆ OLIVE\/L","offer_id":47132662464735,"sku":"HOL-004-OOM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE\/L ＆ OLIVE\/XL","offer_id":47132662497503,"sku":"HOL-004-OOL","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE\/S ＆ BLACK\/M","offer_id":47132662530271,"sku":"HOL-004-OBS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE\/M ＆ BLACK\/L","offer_id":47132662563039,"sku":"HOL-004-OBM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE\/L ＆ BLACK\/XL","offer_id":47132662595807,"sku":"HOL-004-OBL","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE\/S ＆ SNOW-GRAY\/M","offer_id":47132662628575,"sku":"HOL-004-OGS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE\/M ＆ SNOW-GRAY\/L","offer_id":47132662661343,"sku":"HOL-004-OGM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE\/L ＆ SNOW-GRAY\/XL","offer_id":47132662694111,"sku":"HOL-004-OGL","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/S ＆ BLACK\/M","offer_id":47132662726879,"sku":"HOL-004-BBS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/M ＆ BLACK\/L","offer_id":47132662759647,"sku":"HOL-004-BBM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/L ＆ BLACK\/XL","offer_id":47132662792415,"sku":"HOL-004-BBL","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/S ＆ OLIVE\/M","offer_id":47132662825183,"sku":"HOL-004-BOS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/M ＆ OLIVE\/L","offer_id":47132662857951,"sku":"HOL-004-BOM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/L ＆ OLIVE\/XL","offer_id":47132662890719,"sku":"HOL-004-BOL","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/S ＆ SNOW-GRAY\/M","offer_id":47132662923487,"sku":"HOL-004-BGS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/M ＆ SNOW-GRAY\/L","offer_id":47132662956255,"sku":"HOL-004-BGM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK\/L ＆ SNOW-GRAY\/XL","offer_id":47132662989023,"sku":"HOL-004-BGL","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/S ＆ SNOW-GRAY\/M","offer_id":47132663021791,"sku":"HOL-004-GGS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/M ＆ SNOW-GRAY\/L","offer_id":47132663054559,"sku":"HOL-004-GGM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/L ＆ SNOW-GRAY\/XL","offer_id":47132663087327,"sku":"HOL-004-GGL","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/S ＆ OLIVE\/M","offer_id":47132663120095,"sku":"HOL-004-GOS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/M ＆ OLIVE\/L","offer_id":47132663152863,"sku":"HOL-004-GOM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/L ＆ OLIVE\/XL","offer_id":47132663185631,"sku":"HOL-004-GOL","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/S ＆ BLACK\/M","offer_id":47132663218399,"sku":"HOL-004-GBS","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/M ＆ BLACK\/L","offer_id":47132663251167,"sku":"HOL-004-GBM","price":12760.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY\/L ＆ BLACK\/XL","offer_id":47132663283935,"sku":"HOL-004-GBL","price":12760.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173732827.jpg?v=1753953948"},{"product_id":"173734164","title":"HOLIDAY TRUNKS Long sleeve set up","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 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 #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\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: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \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: #ffffff;\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: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\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 #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 20px 15px; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003c!-- ① 商品解説セクション (Main) --\u003e\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e軽やかな着心地、極上のリラックスタイム\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e天然素材を主としたオリジナルパイルが、肌に溶け込むような柔らかさを実現しました。\u003cstrong\u003eアンダーウェア感覚\u003c\/strong\u003eで纏えるセットアップで、自宅での時間が\u003cstrong\u003e格別なもの\u003c\/strong\u003eへと変わります。大切な方への\u003cstrong\u003e贈り物にも最適\u003c\/strong\u003eです。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173734164.jpg?v=1753953943\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e癒やしを贈る、上質ルームウェア\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e繊細なパイルと日本の匠技\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e独自に編み上げた\u003cstrong\u003e高品質パイル素材\u003c\/strong\u003eは、触れるたびに感じる\u003cstrong\u003e極上の肌触り\u003c\/strong\u003eです。\u003cstrong\u003eMADE IN JAPAN\u003c\/strong\u003eの証が、細部に宿る品質の高さを物語ります。しなやかな\u003cstrong\u003e伸縮性\u003c\/strong\u003eが、身体の動きを妨げません。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173734164_o4.jpg?v=1753953943\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e心と体に響く、国産クオリティ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e身体に寄り添う、ストレスフリーな一日\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eゆったりとした着心地\u003c\/strong\u003eでありながら、\u003cstrong\u003e美しいシルエット\u003c\/strong\u003eを保つ\u003cstrong\u003e形態安定性\u003c\/strong\u003eを備えています。\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\/0739\/4633\/3407\/files\/173734164_o9.jpg?v=1753953944\" 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\"\u003eHOLIDAY TRUNKSは、お肌に優しい天然素材を主とし、とても軽くて柔らかいオリジナルで編み上げた高品質パイル素材です。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e伸縮性に富み、保湿性・透湿性・形態安定性に優れ、機能性とタフさを併せ持ちます。\u003c\/li\u003e\n                \u003cli\u003eアンダーウェアのままで過ごせるルームウェアセットで、ギフトにもおすすめです。\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e※Set up にwineredの展開はございません。ご了承ください。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e各商品のサイズ詳細です。お手持ちの服と比較してご確認ください。\u003c\/p\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eトランクスサイズ:\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eS (fit size): ウエスト 72cm〜77cm, 丈 35cm\u003c\/li\u003e\n                \u003cli\u003eM (relax size): ウエスト 77cm〜82cm, 丈 37cm\u003c\/li\u003e\n                \u003cli\u003eL (chill size): ウエスト 82cm〜88cm, 丈 39cm\u003c\/li\u003e\n                \u003cli\u003eXL (Chillax size): ウエスト 88cm〜93cm, 丈 41cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eロングスリーブTEEサイズ:\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eM (relax size): 身丈（NP）72cm, バスト 120cm\u003c\/li\u003e\n                \u003cli\u003eL (chill size): 身丈（NP）76cm, バスト 126cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp class=\"body-text\"\u003e\u003cstrong\u003eモデル着用情報:\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e着画像：トップス M, トランクス M （モデル身長170cm, やせ型）\u003c\/li\u003e\n                \u003cli\u003eイラスト着画像：トランクス S （モデル身長170cm, やせ型）\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生産国: MADE IN JAPAN\u003c\/li\u003e\n                \u003cli\u003eブランド: HOLIDAY TRUNKS\u003c\/li\u003e\n                \u003cli\u003e素材: COTTON 70% POLYESTER 30%\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品コード\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e173734164\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003c!-- ③ 発送案内セクション (Shipping) --\u003e\n    \u003c!-- 情報がないため作成しない --\u003e\n\n    \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n    \u003c!-- 情報がないため作成しない --\u003e\n\n\u003c\/div\u003e","brand":"HOLIDAY TRUNKS","offers":[{"title":"OLIVE \/ TRUNKS(S) ＆ TOPS(M)","offer_id":47132663349471,"sku":"HOL-005-65SM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(S) ＆ TOPS(L)","offer_id":47132663382239,"sku":"HOL-005-65SL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(M) ＆ TOPS(M)","offer_id":47132663415007,"sku":"HOL-005-65MM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(M) ＆ TOPS(L)","offer_id":47132663447775,"sku":"HOL-005-65ML","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(L) ＆ TOPS(M)","offer_id":47132663480543,"sku":"HOL-005-65LM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(L) ＆ TOPS(L)","offer_id":47132663513311,"sku":"HOL-005-65LL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(XL) ＆ TOPS(M)","offer_id":47132663546079,"sku":"HOL-005-65XLM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(XL) ＆ TOPS(L)","offer_id":47132663578847,"sku":"HOL-005-65XLL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(S) ＆ TOPS(M)","offer_id":47132663611615,"sku":"HOL-005-15SM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(S) ＆ TOPS(L)","offer_id":47132663644383,"sku":"HOL-005-15SL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(M) ＆ TOPS(M)","offer_id":47132663677151,"sku":"HOL-005-15MM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(M) ＆ TOPS(L)","offer_id":47132663709919,"sku":"HOL-005-15ML","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(L) ＆ TOPS(M)","offer_id":47132663742687,"sku":"HOL-005-15LM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(L) ＆ TOPS(L)","offer_id":47132663775455,"sku":"HOL-005-15LL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(XL) ＆ TOPS(M)","offer_id":47132663808223,"sku":"HOL-005-15XLM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(XL) ＆ TOPS(L)","offer_id":47132663840991,"sku":"HOL-005-15XLL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ TRUNKS(S) ＆ TOPS(M)","offer_id":47132663873759,"sku":"HOL-005-75SM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ TRUNKS(S) ＆ TOPS(L)","offer_id":47132663906527,"sku":"HOL-005-75SL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ TRUNKS(M) ＆ TOPS(M)","offer_id":47132663939295,"sku":"HOL-005-75MM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ TRUNKS(M) ＆ TOPS(L)","offer_id":47132663972063,"sku":"HOL-005-75ML","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ TRUNKS(L) ＆ TOPS(M)","offer_id":47132664004831,"sku":"HOL-005-75LM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ TRUNKS(L) ＆ TOPS(L)","offer_id":47132664037599,"sku":"HOL-005-75LL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ TRUNKS(XL) ＆ TOPS(M)","offer_id":47132664070367,"sku":"HOL-005-75XLM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY-BLUE \/ TRUNKS(XL) ＆ TOPS(L)","offer_id":47132664135903,"sku":"HOL-005-75XLL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(S) ＆ TOPS(M)","offer_id":47132664168671,"sku":"HOL-005-10SM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(S) ＆ TOPS(L)","offer_id":47132664201439,"sku":"HOL-005-10SL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(M) ＆ TOPS(M)","offer_id":47132664234207,"sku":"HOL-005-10MM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(M) ＆ TOPS(L)","offer_id":47132664266975,"sku":"HOL-005-10ML","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(L) ＆ TOPS(M)","offer_id":47132664299743,"sku":"HOL-005-10LM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(L) ＆ TOPS(L)","offer_id":47132664332511,"sku":"HOL-005-10LL","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(XL) ＆ TOPS(M)","offer_id":47132664365279,"sku":"HOL-005-10XLM","price":19580.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(XL) ＆ TOPS(L)","offer_id":47132664398047,"sku":"HOL-005-10XLL","price":19580.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173734164.jpg?v=1753953943"},{"product_id":"173734798","title":"HOLIDAY TRUNKS Sleeveless set up","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 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 #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\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: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \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: #ffffff;\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: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\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 #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\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\"\u003eHOLIDAY TRUNKS 至福の肌触り\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\/0739\/4633\/3407\/files\/173734798.jpg?v=1753953934\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e国産高品質パイルを堪能\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e機能美が光る 日本製セットアップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e驚きの\u003cstrong\u003e伸縮性\u003c\/strong\u003eでどんな動きも妨げず、\u003cstrong\u003e保湿性\u003c\/strong\u003eと\u003cstrong\u003e透湿性\u003c\/strong\u003eで常に快適な肌状態を保ちます。\u003cstrong\u003e形態安定性\u003c\/strong\u003eにも優れているため、お手入れも簡単。毎日をアクティブに過ごすあなたへ。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173734798_o4.jpg?v=1753953935\" 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\/0739\/4633\/3407\/files\/173734798_o8.jpg?v=1753953935\" 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\"\u003eHOLIDAY TRUNKSは、お肌に優しい天然素材を主とした、とても軽くて柔らかいオリジナルで編み上げた高品質パイル素材です。\u003c\/p\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003e伸縮性に富み、どんな動きも妨げません。\u003c\/li\u003e\n        \u003cli\u003e保湿性と透湿性を兼ね備え、常に快適な肌状態を保ちます。\u003c\/li\u003e\n        \u003cli\u003e形態安定性に優れ、お手入れが簡単です。\u003c\/li\u003e\n        \u003cli\u003eセットアップスタイルのご提案として、アンダーウェアのままで過ごせるルームウェアセットです。\u003c\/li\u003e\n        \u003cli\u003e大切な方へのギフトとしてもおすすめです。\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp class=\"body-text\"\u003e各サイズ詳細は以下の表をご確認ください。\u003c\/p\u003e\n      \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身丈（NP）\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 rowspan=\"4\"\u003eトランクス\u003c\/td\u003e\n              \u003ctd\u003eS (fit size)\u003c\/td\u003e\n              \u003ctd\u003e72cm〜77cm\u003c\/td\u003e\n              \u003ctd\u003e35cm\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eM (relax size)\u003c\/td\u003e\n              \u003ctd\u003e77cm〜82cm\u003c\/td\u003e\n              \u003ctd\u003e37cm\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL (chill size)\u003c\/td\u003e\n              \u003ctd\u003e82cm〜88cm\u003c\/td\u003e\n              \u003ctd\u003e39cm\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eXL (Chillax size)\u003c\/td\u003e\n              \u003ctd\u003e88cm〜93cm\u003c\/td\u003e\n              \u003ctd\u003e41cm\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd rowspan=\"2\"\u003eノースリーブTEE\u003c\/td\u003e\n              \u003ctd\u003eM (relax size)\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n              \u003ctd\u003e72cm\u003c\/td\u003e\n              \u003ctd\u003e118cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eL (chill size)\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n              \u003ctd\u003e-\u003c\/td\u003e\n              \u003ctd\u003e76cm\u003c\/td\u003e\n              \u003ctd\u003e124cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e素材・生産国・ブランド・商品コード\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e素材:\u003c\/strong\u003e COTTON 70% POLYESTER 30%\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e生産国:\u003c\/strong\u003e MADE IN JAPAN\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eブランド:\u003c\/strong\u003e HOLIDAY TRUNKS\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e商品コード:\u003c\/strong\u003e 173734798\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- ④ 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003cp class=\"body-text\"\u003e※セットアップにワインレッドの展開はございません。ご了承ください。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HOLIDAY TRUNKS","offers":[{"title":"OLIVE \/ TRUNKS(S) ＆ TOPS(M)","offer_id":47132664430815,"sku":"HOL-006-65SM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(S) ＆ TOPS(L)","offer_id":47132664463583,"sku":"HOL-006-65SL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(M) ＆ TOPS(M)","offer_id":47132664496351,"sku":"HOL-006-65MM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(M) ＆ TOPS(L)","offer_id":47132664529119,"sku":"HOL-006-65ML","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(L) ＆ TOPS(M)","offer_id":47132664561887,"sku":"HOL-006-65LM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(L) ＆ TOPS(L)","offer_id":47132664594655,"sku":"HOL-006-65LL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(XL) ＆ TOPS(M)","offer_id":47132664627423,"sku":"HOL-006-65XLM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ TRUNKS(XL) ＆ TOPS(L)","offer_id":47132664660191,"sku":"HOL-006-65XLL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(S) ＆ TOPS(M)","offer_id":47132664692959,"sku":"HOL-006-15SM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(S) ＆ TOPS(L)","offer_id":47132664725727,"sku":"HOL-006-15SL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(M) ＆ TOPS(M)","offer_id":47132664758495,"sku":"HOL-006-15MM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(M) ＆ TOPS(L)","offer_id":47132664791263,"sku":"HOL-006-15ML","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(L) ＆ TOPS(M)","offer_id":47132664824031,"sku":"HOL-006-15LM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(L) ＆ TOPS(L)","offer_id":47132664856799,"sku":"HOL-006-15LL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(XL) ＆ TOPS(M)","offer_id":47132664889567,"sku":"HOL-006-15XLM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW-GRAY \/ TRUNKS(XL) ＆ TOPS(L)","offer_id":47132664922335,"sku":"HOL-006-15XLL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(S) ＆ TOPS(M)","offer_id":47132664955103,"sku":"HOL-006-10SM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(S) ＆ TOPS(L)","offer_id":47132664987871,"sku":"HOL-006-10SL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(M) ＆ TOPS(M)","offer_id":47132665020639,"sku":"HOL-006-10MM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(M) ＆ TOPS(L)","offer_id":47132665053407,"sku":"HOL-006-10ML","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(L) ＆ TOPS(M)","offer_id":47132665086175,"sku":"HOL-006-10LM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(L) ＆ TOPS(L)","offer_id":47132665118943,"sku":"HOL-006-10LL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(XL) ＆ TOPS(M)","offer_id":47132665151711,"sku":"HOL-006-10XLM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ TRUNKS(XL) ＆ TOPS(L)","offer_id":47132665184479,"sku":"HOL-006-10XLL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ TRUNKS(S) ＆ TOPS(M)","offer_id":47132665217247,"sku":"HOL-006-31SM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ TRUNKS(S) ＆ TOPS(L)","offer_id":47132665250015,"sku":"HOL-006-31SL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ TRUNKS(M) ＆ TOPS(M)","offer_id":47132665282783,"sku":"HOL-006-31MM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ TRUNKS(M) ＆ TOPS(L)","offer_id":47132665315551,"sku":"HOL-006-31ML","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ TRUNKS(L) ＆ TOPS(M)","offer_id":47132665348319,"sku":"HOL-006-31LM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ TRUNKS(L) ＆ TOPS(L)","offer_id":47132665381087,"sku":"HOL-006-31LL","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ TRUNKS(XL) ＆ TOPS(M)","offer_id":47132665413855,"sku":"HOL-006-31XLM","price":16280.0,"currency_code":"JPY","in_stock":false},{"title":"WINE-RED \/ TRUNKS(XL) ＆ TOPS(L)","offer_id":47132665446623,"sku":"HOL-006-31XLL","price":16280.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/173734798.jpg?v=1753953934"},{"product_id":"179000983","title":"HOLIDAY TRUNKS【 freestyle 】RELAX ROOM PANTS","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 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 #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\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: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \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: #ffffff;\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: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\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 #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\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  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e多彩なカラーで彩る上質なリラックスパンツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/179000983.jpg?v=1753953932\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003e選べる愉しみ、部屋着の新定番\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cspan class=\"product-name\"\u003e本製品\u003c\/span\u003eは、\u003ca href=\"#\"\u003e\u003cstrong\u003e4色の洗練された色合い\u003c\/strong\u003e\u003c\/a\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心地よさに包まれる極上のルームパンツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/179000983_o1.png?v=1753953932\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003eとろける肌触り、ゆったり\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eHOLITORA40\u003c\/strong\u003eがもたらす\u003cstrong\u003e特別な柔らかさ\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妥協なき品質、日本製パイルで極上の温もり\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/179000983_o4.jpg?v=1753953932\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"caption-text text-end\"\u003e職人の技、確かな品質\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e上質なコットンを85%配合\u003c\/strong\u003eした\u003cstrong\u003eオリジナル両面パイル【HOLITORA40】\u003c\/strong\u003e。\u003cstrong\u003e日本で丁寧に作られた\u003c\/strong\u003e、\u003cstrong\u003e肉厚ながらも柔らかな生地\u003c\/strong\u003eが、あなたを優しく包み込みます。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e\n          HOLIDAY TRUNKSから、今までより肉厚な新素材のオリジナル両面パイル【HOLITORA40】を使用したロングパンツが登場しました。\n        \u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e寒い季節に最適なボリュームの生地感\u003c\/li\u003e\n          \u003cli\u003eより快適なインドアライフを実現\u003c\/li\u003e\n          \u003cli\u003eHOLIDAY TRUNKSの心地よさをそのままに\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                \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 (relax size)\u003c\/td\u003e\n                \u003ctd\u003e74~84cm\u003c\/td\u003e\n                \u003ctd\u003e102cm\u003c\/td\u003e\n                \u003ctd\u003e37cm\u003c\/td\u003e\n                \u003ctd\u003e58cm\u003c\/td\u003e\n                \u003ctd\u003e31cm\u003c\/td\u003e\n                \u003ctd\u003e24cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL (chill size)\u003c\/td\u003e\n                \u003ctd\u003e78~88cm\u003c\/td\u003e\n                \u003ctd\u003e108cm\u003c\/td\u003e\n                \u003ctd\u003e38cm\u003c\/td\u003e\n                \u003ctd\u003e60cm\u003c\/td\u003e\n                \u003ctd\u003e32cm\u003c\/td\u003e\n                \u003ctd\u003e25cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text\"\u003eモデル着用サイズ\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eショートスリーブ：M\u003c\/li\u003e\n          \u003cli\u003eトランクス：M\u003c\/li\u003e\n          \u003cli\u003eモデル身長：171cm\u003c\/li\u003e\n          \u003cli\u003e体重：55kg (やせ型)\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素材：COTTON 85% \/ POLYESTER 15%\u003c\/li\u003e\n          \u003cli\u003e生産国：MADE IN JAPAN\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp class=\"body-text\"\u003e以下の4色展開です。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eWHITE-GRAY\u003c\/li\u003e\n          \u003cli\u003eCHARCOAL-GRAY\u003c\/li\u003e\n          \u003cli\u003eWINE-RED\u003c\/li\u003e\n          \u003cli\u003eNAVY-BLUE\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商品コード：179000983\u003c\/li\u003e\n          \u003cli\u003eブランド：HOLIDAY TRUNKS\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"HOLIDAY TRUNKS","offers":[{"title":"WHITE GRAY \/ RELAX(M)","offer_id":47132666790111,"sku":"HOL-007-01M","price":13750.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE GRAY \/ CHILL(L)","offer_id":47132666822879,"sku":"HOL-007-01L","price":13750.0,"currency_code":"JPY","in_stock":false},{"title":"CHARCOAL GRAY \/ RELAX(M)","offer_id":47132666855647,"sku":"HOL-007-15M","price":13750.0,"currency_code":"JPY","in_stock":false},{"title":"CHARCOAL GRAY \/ CHILL(L)","offer_id":47132666888415,"sku":"HOL-007-15L","price":13750.0,"currency_code":"JPY","in_stock":false},{"title":"WINE RED \/ RELAX(M)","offer_id":47132666921183,"sku":"HOL-007-31M","price":13750.0,"currency_code":"JPY","in_stock":false},{"title":"WINE RED \/ CHILL(L)","offer_id":47132666953951,"sku":"HOL-007-31L","price":13750.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY BLUE \/ RELAX(M)","offer_id":47132666986719,"sku":"HOL-007-75M","price":13750.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY BLUE \/ CHILL(L)","offer_id":47132667019487,"sku":"HOL-007-75L","price":13750.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/179000983.jpg?v=1753953932"},{"product_id":"179002586","title":"HOLIDAY TRUNKS Leggings","description":"\u003cstyle\u003e\n  .product-wrapper { \n      background-color: #ffffff; \n      font-family: sans-serif; \n      padding: 40px 20px;\n      max-width: 800px;\n      margin: 0 auto;\n      color: #666666;\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #eeeeee;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル周り *\/\n  .section-title { \n      color: #333333; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n       \n  }\n\n  .body-text { \n      color: #666666; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #999999; \n      font-size: 14px;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: none;\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #ff000040 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 #eeeeee;\n      border-radius: 4px;\n      background-color: #ffffff; \n      color: #666666;\n      margin-bottom: 15px; \n      overflow: hidden;\n  }\n  summary.spec-summary {\n      padding: 15px 20px;\n      font-weight: bold;\n      color: #333333;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background-color: #ffffff;\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: #ff0000;\n  }\n  details[open] summary.spec-summary {\n      border-bottom: 1px solid #eeeeee; \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: #ffffff;\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: #ff0000; font-weight: bold; font-size: 1.1em; }\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #999999; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #999999; 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: #ff0000; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong {\n      display: block;\n      font-size: 1.1em;\n      color: #333333;\n      margin-bottom: 12px;\n      border-bottom: 1px solid #ff0000;\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 #eeeeee; th, td { padding: 12px 8px; border: 1px solid #eeeeee; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; }\n  }\n  \n  .shipping-box, .note-box {\n      margin-bottom: 30px;\n      background-color: transparent;\n      border: 1px solid #eeeeee; padding: 24px;\n  }\n  .shipping-box strong { \n      color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #eeeeee; padding-bottom: 5px;\n      word-break: keep-all;\n  }\n  .note-box { border-color: #ff0000; }\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\"\u003eHOLIDAY TRUNKSが贈る、\u003cstrong class=\"text-strong\"\u003e多彩なカラーバリエーション\u003c\/strong\u003eです。毎日の気分やシーンに合わせて\u003cstrong class=\"text-strong\"\u003e選べる楽しみ\u003c\/strong\u003eを提供し、あなたのスタイルに\u003cstrong class=\"text-strong\"\u003e洗練された印象\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/179002586.png?v=1753953929\" class=\"img-fluid d-block w-100 product-img\" alt=\"豊富なカラー展開のレギンスが並ぶイメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e気分で選ぶ、豊かな5色展開\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=\"text-strong\"\u003e心地よいフィット感\u003c\/strong\u003eは、\u003cstrong class=\"text-strong\"\u003e冷えやすい足元を優しく包み込みます\u003c\/strong\u003e。\u003cstrong class=\"text-strong\"\u003eコットン70%配合のパイル生地\u003c\/strong\u003eと\u003cstrong class=\"text-strong\"\u003e日本製ならではの丁寧な仕立て\u003c\/strong\u003eが、\u003cstrong class=\"text-strong\"\u003e極上の暖かさ\u003c\/strong\u003eをもたらします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/179002586_o2.png?v=1753953929\" 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 class=\"text-strong\"\u003eリラックススタイル\u003c\/strong\u003eが完成します。全身を\u003cstrong class=\"text-strong\"\u003eコットンパイルの柔らかさ\u003c\/strong\u003eに包み込まれる感覚は、心身ともに\u003cstrong class=\"text-strong\"\u003e深い安らぎ\u003c\/strong\u003eを届けます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/179002586_o4.png?v=1753953929\" class=\"img-fluid d-block w-100 product-img\" alt=\"ノースリーブとレギンスを合わせたリラックスウェアのコーディネート\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eストレスフリーな、理想のルームウェア\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e商品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003eHOLIDAY TRUNKSより、女性メインのレギンスパンツのご提案です。もちろん男性の方にもご着用いただけます。\u003c\/p\u003e\n                \u003cul class=\"benefit-list\"\u003e\n                    \u003cli\u003e冷え性の方にもぴったりの肌にフィットするレギンス\u003c\/li\u003e\n                    \u003cli\u003eノースリーブやロングスリーブと合わせたリラックスタイムを提案\u003c\/li\u003e\n                    \u003cli\u003eコットンパイルに包まれるような、極上の着心地\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e製品の実寸値です。お手持ちのアイテムと比較してご検討ください。\u003c\/p\u003e\n                \u003cdiv class=\"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                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eS\u003c\/td\u003e\n                                \u003ctd\u003e90cm\u003c\/td\u003e\n                                \u003ctd\u003e67cm\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd\u003eM\u003c\/td\u003e\n                                \u003ctd\u003e92cm\u003c\/td\u003e\n                                \u003ctd\u003e73cm\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 class=\"body-text\"\u003e快適な着心地を追求した素材と、信頼の日本製です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: コットン 70%、ポリエステル 30%\u003c\/li\u003e\n                    \u003cli\u003e生産国: 日本\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eカラーバリエーション\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp class=\"body-text\"\u003e毎日の気分に合わせて選べる豊富なカラーラインナップです。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003eブラック\u003c\/li\u003e\n                    \u003cli\u003eスノーグレー\u003c\/li\u003e\n                    \u003cli\u003eワインレッド\u003c\/li\u003e\n                    \u003cli\u003eオリーブ\u003c\/li\u003e\n                    \u003cli\u003eネイビーブルー\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"HOLIDAY TRUNKS","offers":[{"title":"BLACK \/ RELAX(M)","offer_id":47132667052255,"sku":"HOL-008-10M","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK \/ CHILL(L)","offer_id":47132667085023,"sku":"HOL-008-10L","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW GRAY \/ RELAX(M)","offer_id":47132667117791,"sku":"HOL-008-15M","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"SNOW GRAY \/ CHILL(L)","offer_id":47132667150559,"sku":"HOL-008-15L","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"WINE RED \/ RELAX(M)","offer_id":47132667183327,"sku":"HOL-008-31M","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"WINE RED \/ CHILL(L)","offer_id":47132667216095,"sku":"HOL-008-31L","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ RELAX(M)","offer_id":47132667248863,"sku":"HOL-008-65M","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"OLIVE \/ CHILL(L)","offer_id":47132667281631,"sku":"HOL-008-65L","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY BLUE \/ RELAX(M)","offer_id":47132667314399,"sku":"HOL-008-75M","price":8910.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY BLUE \/ CHILL(L)","offer_id":47132667347167,"sku":"HOL-008-75L","price":8910.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/4633\/3407\/files\/179002586.png?v=1753953929"}],"url":"https:\/\/247-tools-market.we-shop.jp\/collections\/holiday-trunks.oembed","provider":" LIAL WORKS_weshop","version":"1.0","type":"link"}