{"title":"ベージュ・カーキ","description":"","products":[{"product_id":"product_6dbcaa3d-0877-0df9-d95a-ccc79d916eb9","title":"6panel cap BEG","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e休日カジュアルを格上げするキャップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e浅めの\u003cstrong class=\"body-text\"\u003eシャロウシルエット\u003c\/strong\u003eが顔周りをすっきりと見せ、どんなカジュアルスタイルにも自然に溶け込むデザインです。正面の\u003cstrong class=\"body-text\"\u003eスローガン刺繍\u003c\/strong\u003eが、あなたらしい個性をさりげなく引き出します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_066d7d19c04f4bc1b955b58a430c1432_mv2_ef5beca0-8990-4abf-9dd5-a855d26a2c6e.jpg?v=1781246046\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eこなれ感と個性を演出\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eストレスフリーなサイズ調整で快適\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eアタッチメントで簡単に\u003cstrong class=\"body-text\"\u003eサイズ調整\u003c\/strong\u003eができるため、頭の形に心地よくフィットしストレスフリーな被り心地。後ろのブランドロゴ入りピスラベルが、洗練されたバックスタイルを完成させます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_e0cd8bfccf734c4ebdf15e95c21ad23d_mv2.jpg?v=1781246046\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e自由自在にフィット感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e綿100%の肌触り、毎日使える帽子\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e厳選された\u003cstrong class=\"body-text\"\u003e綿100%素材\u003c\/strong\u003eが、優しい肌触りと軽やかな被り心地を実現します。正面刺繍の精緻なディテールが、日常に\u003cstrong class=\"body-text\"\u003e上質なアクセント\u003c\/strong\u003eを添え、長く愛用できる一品です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_0c0ae0a661c84218ab7f71ae24a493ad_mv2.jpg?v=1781246046\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特長\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eアタッチメントによるサイズ調節が可能\u003c\/li\u003e\n          \u003cli\u003e正面にスローガンの刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n          \u003cli\u003e前頭部やや浅目のシャロウシルエット\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズF：頭囲 57.5cm~62\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色目について、画像と実物との色の差が多少ございます。 仕上がり寸法には各箇所＋-1cmの個体差がございます。 洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送・お届けについて\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UMIZARU,YAMAZARU,KIKAZARU","offers":[{"title":"F","offer_id":45041154752581,"sku":"BK-50 BEG","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_066d7d19c04f4bc1b955b58a430c1432_mv2_ef5beca0-8990-4abf-9dd5-a855d26a2c6e.jpg?v=1781246046"},{"product_id":"product_70d49d9c-5424-721e-0110-80b27cf50d68","title":"Danboul  Skirt KHK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n  \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\u003eAラインシルエット\u003c\/strong\u003eを際立たせます。前面右脇の立体的な\u003cstrong\u003eエンボス加工ロゴ\u003c\/strong\u003eが、ブランドの上質感をさりげなく表現しています。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_070b56c335f941ff9b9345f620c62dd8_mv2_e960b038-6437-485f-8aae-72dafc9951ec.jpg?v=1781246064\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゴルフスカートの全体像\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eコースで映えるデザイン\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eプレーを支える快適設計\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e驚くほどのストレッチ性\u003c\/strong\u003eで、ゴルフのスイングなど\u003cstrong\u003eあらゆる動きに柔軟に対応\u003c\/strong\u003eします。アクティブなゴルフシーンでも身体の動きを妨げず、\u003cstrong\u003e一日中快適な着心地\u003c\/strong\u003eを約束します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_14f560cb5b384ea6be456ff0f37ba5d1_mv2_5b7259b6-0f24-4e55-8b32-6148001b5c27.png?v=1781246066\" 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\u003eDカン\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\/0714\/8519\/4309\/files\/8576b1_4beebd1820f148c6a59e8716c97197f4_mv2_9d6fa60f-5e75-4d47-ab89-76af01928c5b.jpg?v=1781246065\" class=\"img-fluid d-block w-100 product-img\" alt=\"ゴルフスカートのバックディテールとDカン\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e実用的なバックディテール\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e商品の詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材構成:\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eレーヨン 35%\u003c\/li\u003e\n          \u003cli\u003e綿 30%\u003c\/li\u003e\n          \u003cli\u003eポリエステル 30%\u003c\/li\u003e\n          \u003cli\u003eポリウレタン 5%\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003e原産国: 中国\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e主な機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の主な機能:\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eストレッチ性\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\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ボールポーチなどをフックできるDカンを後右ポケット上に装備\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\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\u003eS\u003c\/td\u003e\n                \u003ctd\u003e40cm\u003c\/td\u003e\n                \u003ctd\u003e64cm\u003c\/td\u003e\n                \u003ctd\u003e92cm\u003c\/td\u003e\n                \u003ctd\u003e50cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e42cm\u003c\/td\u003e\n                \u003ctd\u003e68cm\u003c\/td\u003e\n                \u003ctd\u003e96cm\u003c\/td\u003e\n                \u003ctd\u003e52cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"caption-text text-end\"\u003e※平置外側採寸\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご使用・お手入れ上の注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材の特性上、色落ちする場合がございますので、単独での洗濯をお願いいたします。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eご購入時のご注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e色目については、画像と実物との間に多少の差が生じる場合がございます。\u003c\/li\u003e\n          \u003cli\u003e仕上がり寸法には、各箇所±1～2cm程度の個体差が生じる場合がございます。\u003c\/li\u003e\n          \u003cli\u003e洗濯により3～5%の縮みが生じる場合がございます。予めご了承ください。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 発送案内セクション (Shipping) --\u003e\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"S","offer_id":45142130589765,"sku":"BK-05 KHK","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45142130622533,"sku":"BK-05 KHK","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_070b56c335f941ff9b9345f620c62dd8_mv2_e960b038-6437-485f-8aae-72dafc9951ec.jpg?v=1781246064"},{"product_id":"product_1649fcd7-5687-65af-5822-1b7c241144f9","title":"Corduroy Half pants LBE","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適を纏う コーデュロイハーフ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e綿とヴィスコースを配合した\u003cstrong\u003e柔らかなコーデュロイ素材\u003c\/strong\u003eが、肌に優しくフィットします。\u003cstrong\u003e優れたストレッチ性\u003c\/strong\u003eが、日常のあらゆる動きを軽やかにサポートします。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_6780e46b420a44e19939d36416e215d6_mv2.jpg?v=1781246085\" 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が、あなたのライフスタイルにゆとりをもたらします。モデル：180cm \/ 60kg M 着用。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_7d157da26048418e9389ca737a3f7765_mv2_db988b51-15f0-4c3e-91ab-7547d582291a.jpg?v=1781246085\" 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が、細部に宿るこだわりを語ります。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_be128861b40a4625934fcdee14dc5b56_mv2_913607d3-86f3-4583-9ec1-08be326d0244.jpg?v=1781246085\" 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\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eCorduroy Half pants LBEの主な特徴をご紹介します。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e綿とヴィスコース配合の柔らかなコーデュロイ素材\u003c\/strong\u003eが肌に優しくフィット\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e優れたストレッチ性\u003c\/strong\u003eが日常のあらゆる動きを軽やかにサポート\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e洗練されたシルエット\u003c\/strong\u003eがビーチから街歩きまで幅広いシーンに馴染む\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eゆとりのある穿き心地\u003c\/strong\u003eでライフスタイルにゆとりをもたらす\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e繊細な畝を持つ毛羽高な生地\u003c\/strong\u003eがカジュアルながらも上質な佇まいを演出\u003c\/li\u003e\n          \u003cli\u003e左裾に施された\u003cstrong\u003eブランドロゴのピスラベル\u003c\/strong\u003eが細部に宿るこだわりを表現\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・機能・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e肌触りと機能性を追求した独自配合素材。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 綿85% ヴィスコース13% ポリウレタン2%\u003c\/li\u003e\n          \u003cli\u003e機能: ストレッチ\u003c\/li\u003e\n          \u003cli\u003e原産国: 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e細部に宿るこだわりが、上質なスタイルを演出します。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003eソフトでストレッチ性がある毛羽高なコーデュロイ素材\u003c\/li\u003e\n          \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eゆとりのある履き心地と、様々な体型にフィットする豊富なサイズ展開が魅力です。お手持ちのアイテムと比較して、最適なサイズをお選びください。\u003c\/p\u003e\n        \u003cdiv class=\"table-scroll-view\"\u003e\n          \u003ctable class=\"spec-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eサイズ\u003c\/th\u003e\n                \u003cth\u003eウェストゴム上がり\u003c\/th\u003e\n                \u003cth\u003eヒップ\u003c\/th\u003e\n                \u003cth\u003eワタリ巾\u003c\/th\u003e\n                \u003cth\u003e裾巾\u003c\/th\u003e\n                \u003cth\u003e股下\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e70cm\u003c\/td\u003e\n                \u003ctd\u003e104cm\u003c\/td\u003e\n                \u003ctd\u003e33cm\u003c\/td\u003e\n                \u003ctd\u003e27cm\u003c\/td\u003e\n                \u003ctd\u003e19cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e76cm\u003c\/td\u003e\n                \u003ctd\u003e110cm\u003c\/td\u003e\n                \u003ctd\u003e34.5cm\u003c\/td\u003e\n                \u003ctd\u003e28.5cm\u003c\/td\u003e\n                \u003ctd\u003e20cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e82cm\u003c\/td\u003e\n                \u003ctd\u003e116cm\u003c\/td\u003e\n                \u003ctd\u003e36cm\u003c\/td\u003e\n                \u003ctd\u003e30cm\u003c\/td\u003e\n                \u003ctd\u003e21cm\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※上記は平置外側採寸です。\u003cbr\u003e※モデル：180cm \/ 60kg M 着用\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/li\u003e\n      \u003cli\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/li\u003e\n      \u003cli\u003e1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e注意事項\u003c\/h3\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e色目について、画像と実物との色の差が多少ございます。\u003c\/li\u003e\n      \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch4 class=\"section-title\"\u003e返品・交換について\u003c\/h4\u003e\n    \u003cul class=\"point-list\"\u003e\n      \u003cli\u003e商品到着後7日以内に限り、返品・交換が可能です。\u003c\/li\u003e\n      \u003cli\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/li\u003e\n      \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UMIZARU","offers":[{"title":"M","offer_id":45142131867717,"sku":"BK-02 LBE","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142131834949,"sku":"BK-02 LBE","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142131900485,"sku":"BK-02 LBE","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_6780e46b420a44e19939d36416e215d6_mv2.jpg?v=1781246085"},{"product_id":"product_80b912fc-0c7b-be8a-f0e6-fc4beb40e291","title":"Danboul Half cart pants KHK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eダンボールニットのゴルフパンツ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eしなやかで程よい張りを持つ\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\/0714\/8519\/4309\/files\/8576b1_6c711eb9cfae47989df8ccfa59bb9701_mv2.jpg?v=1781246088\" 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\u003eDカン\u003c\/strong\u003eを装着し、\u003cstrong\u003eゴルフ小物の収納\u003c\/strong\u003eに配慮しました。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_87732f2181244cb19268ef95f82c6072_mv2_e0dcdd52-1e9b-409a-9ff6-64dd8096def8.jpg?v=1781246087\" 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\/0714\/8519\/4309\/files\/8576b1_d2e07cd8ed0346f79ed57d54edd742d5_mv2_883667c1-be60-4d84-a61d-a59bbf072032.jpg?v=1781246087\" 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        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e素材\u003c\/strong\u003e: レーヨン35% 綿30% ポリエステル30% ポリウレタン5%\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e原産国\u003c\/strong\u003e: 中国\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこのゴルフパンツは、快適なプレイをサポートする様々な機能を備えています。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eしなやかで程よい張りがあり、\u003cstrong\u003eストレッチ性のあるダンボールニット素材\u003c\/strong\u003eを採用。\u003c\/li\u003e\n          \u003cli\u003e前右脇裾に\u003cstrong\u003eブランドロゴの立体的なエンボス加工\u003c\/strong\u003eを施し、デザインのアクセントに。\u003c\/li\u003e\n          \u003cli\u003e前左裾には\u003cstrong\u003eブランドロゴ入りピスラベル\u003c\/strong\u003eを配置。\u003c\/li\u003e\n          \u003cli\u003eカートのシートに着座した際、収納物が気にならない\u003cstrong\u003e脇側にある後ろポケットが機能的\u003c\/strong\u003e。\u003c\/li\u003e\n          \u003cli\u003eカートリモコンなどをフックできる\u003cstrong\u003eDカンを後左ポケット上に装着\u003c\/strong\u003e。\u003c\/li\u003e\n          \u003cli\u003e機能：\u003cstrong\u003eストレッチ\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\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              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eM\u003c\/td\u003e\n                \u003ctd\u003e72cm\u003c\/td\u003e\n                \u003ctd\u003e104cm\u003c\/td\u003e\n                \u003ctd\u003e33cm\u003c\/td\u003e\n                \u003ctd\u003e27cm\u003c\/td\u003e\n                \u003ctd\u003e19cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eL\u003c\/td\u003e\n                \u003ctd\u003e78cm\u003c\/td\u003e\n                \u003ctd\u003e110cm\u003c\/td\u003e\n                \u003ctd\u003e34.5cm\u003c\/td\u003e\n                \u003ctd\u003e28.5cm\u003c\/td\u003e\n                \u003ctd\u003e20cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd\u003eXL\u003c\/td\u003e\n                \u003ctd\u003e84cm\u003c\/td\u003e\n                \u003ctd\u003e116cm\u003c\/td\u003e\n                \u003ctd\u003e36cm\u003c\/td\u003e\n                \u003ctd\u003e30cm\u003c\/td\u003e\n                \u003ctd\u003e21cm\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"body-text text-end\"\u003e(平置外側採寸)\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※モデル：180cm \/ 60kg M着用\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eお手入れに関する注意\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材の特性上、以下の点にご注意ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e色落ちする場合がありますので、\u003cstrong\u003e単独での洗濯\u003c\/strong\u003eをお願いします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e製品に関する注意事項\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品の特性上、あらかじめご了承いただきたい事項がございます。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e画像と実物とで\u003cstrong\u003e色の差が多少ございます\u003c\/strong\u003e。\u003c\/li\u003e\n          \u003cli\u003e仕上がり寸法には各箇所\u003cstrong\u003e＋ー1~2cmの個体差\u003c\/strong\u003eがございます。\u003c\/li\u003e\n          \u003cli\u003e洗濯により\u003cstrong\u003e3~5％の縮み\u003c\/strong\u003eが生じます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e返品・交換について\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e商品到着後の返品・交換についてご案内いたします。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e商品到着後\u003cstrong\u003e7日以内\u003c\/strong\u003eに限り、返品・交換が可能です。\u003c\/li\u003e\n          \u003cli\u003e商品に欠陥がある場合は\u003cstrong\u003e当方負担\u003c\/strong\u003e、お客様のご都合による場合は\u003cstrong\u003eお客様負担\u003c\/strong\u003eとなります。\u003c\/li\u003e\n          \u003cli\u003e必ず\u003cstrong\u003e事前にメールにてご連絡\u003c\/strong\u003eをお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e発送案内\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料は以下の通りです。\u003c\/p\u003e\n    \u003cul class=\"basic-list\"\u003e\n      \u003cli\u003e北海道: 1,000円\u003c\/li\u003e\n      \u003cli\u003e沖縄（離島含む）: 1,500円\u003c\/li\u003e\n      \u003cli\u003eその他一律: 600円\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"body-text\"\u003e※1回のご注文が\u003cstrong\u003e15,000円以上の場合、送料は無料\u003c\/strong\u003eとなります。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,KIKAZARU","offers":[{"title":"M","offer_id":45142132031557,"sku":"BK-04 KHK","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142132064325,"sku":"BK-04 KHK","price":9900.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142131998789,"sku":"BK-04 KHK","price":9900.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_6c711eb9cfae47989df8ccfa59bb9701_mv2.jpg?v=1781246088"},{"product_id":"product_8b5e7046-5b6b-1181-e392-be14ab91607f","title":"Danboul Crew neck pull over KHK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練されたダンボールニット\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eしなやかな\u003cstrong\u003eダンボールニット\u003c\/strong\u003eが織りなす、程よいハリ感と美しいシルエット。胸元に立体的に浮かび上がるエンボスロゴが、シンプルながらも存在感を放ちます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_25eb34c362884f84aa590a4961247750_mv2_327c60cf-9e61-40b8-8f82-b466617b65f8.jpg?v=1781246097\" 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\/0714\/8519\/4309\/files\/8576b1_4e4732fce8ed422fbecd6f2e4e3c95f7_mv2_9793cdca-9421-4dbc-9bc0-3865d5e6b321.jpg?v=1781246095\" 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\/0714\/8519\/4309\/files\/8576b1_106a34afc2fd48f0ba6c0f2d1c95cb09_mv2_987f8af0-c7b3-4655-95b7-a5a7e1c59beb.jpg?v=1781246095\" 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\u003eこのプルオーバーは、快適さとスタイルを両立させるために細部にまでこだわってデザインされています。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eしなやかで程よく張りがあり、ストレッチ性のあるダンボールニット素材\u003c\/li\u003e\n                \u003cli\u003e胸中央にブランドロゴの立体的なエンボス加工\u003c\/li\u003e\n                \u003cli\u003e前左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n                \u003cli\u003e背部にはブランドロゴ刺繍\u003c\/li\u003e\n                \u003cli\u003e後右脇側に距離計等を収納できるファスナーポケット\u003c\/li\u003e\n                \u003cli\u003eゆったりとしたサイズ感でストレスフリーな着心地\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e平置き外側採寸による各サイズの詳細です。お手持ちのウェアと比較して最適なサイズをお選びください。\u003c\/p\u003e\n            \u003cdiv class=\"table-scroll-view\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eサイズ\u003c\/th\u003e\n                            \u003cth\u003e身丈\u003c\/th\u003e\n                            \u003cth\u003e身巾\u003c\/th\u003e\n                            \u003cth\u003e肩巾\u003c\/th\u003e\n                            \u003cth\u003e袖丈\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eSサイズ(女性向け)\u003c\/td\u003e\n                            \u003ctd\u003e62cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                            \u003ctd\u003e52cm\u003c\/td\u003e\n                            \u003ctd\u003e54cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMサイズ\u003c\/td\u003e\n                            \u003ctd\u003e68cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e55cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eLサイズ\u003c\/td\u003e\n                            \u003ctd\u003e71cm\u003c\/td\u003e\n                            \u003ctd\u003e60cm\u003c\/td\u003e\n                            \u003ctd\u003e56cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eXLサイズ\u003c\/td\u003e\n                            \u003ctd\u003e74cm\u003c\/td\u003e\n                            \u003ctd\u003e63cm\u003c\/td\u003e\n                            \u003ctd\u003e57cm\u003c\/td\u003e\n                            \u003ctd\u003e58cm\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e上質な素材を使用し、丁寧に作られています。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e素材: レーヨン35% 綿30% ポリエステル30% ポリウレタン5%\u003c\/li\u003e\n                \u003cli\u003e原産国: 中国\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e取り扱い注意\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e製品を長くご愛用いただくため、以下の点にご注意ください。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003e素材の特性上、色落ちする場合がありますので、単独での洗濯をお願いします。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。送料は地域によって異なります。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e北海道: 1,000円\u003c\/li\u003e\n            \u003cli\u003e沖縄（離島含む）: 1,500円\u003c\/li\u003e\n            \u003cli\u003eその他地域: 600円\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003eご購入の前に\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e以下の点についてあらかじめご了承ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e色目について、画像と実物との間に多少の色の差が生じる場合がございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法には各箇所±1〜2cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯により3〜5%の縮みが生じる場合がございます。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り、返品・交換を承ります。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n            \u003cli\u003e商品に欠陥がある場合は当方負担、お客様のご都合による場合はお客様負担となります。\u003c\/li\u003e\n            \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU,KIKAZARU","offers":[{"title":"S","offer_id":45142132883525,"sku":"BK-03 KHK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M","offer_id":45142132916293,"sku":"BK-03 KHK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142132850757,"sku":"BK-03 KHK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142132817989,"sku":"BK-03 KHK","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_25eb34c362884f84aa590a4961247750_mv2_327c60cf-9e61-40b8-8f82-b466617b65f8.jpg?v=1781246097"},{"product_id":"product_3fb6a3c8-988b-8755-04bd-5c59ae0b18ea","title":"H\/S Polo shirt KHK","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #f5f5f7; \n      font-family: \"Zen Kaku Gothic New\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #000000;\n      line-height: 1.8;\n      overflow-wrap: break-word;\n      word-wrap: break-word;\n  }\n\n  \/* ▼▼▼ コンテンツ幅制限 ▼▼▼ *\/\n  .content-section, \n  details.spec-details, \n  .shipping-box, \n  .note-box,\n  .video-wrapper {\n      max-width: 800px; \n      margin-left: auto;\n      margin-right: auto;\n  }\n\n  .content-section {\n      margin-bottom: 60px;\n      border-bottom: 1px solid #d0d0d2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #000000; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-left: 6px solid #2b9db0; padding-left: 15px; \n  }\n\n  .body-text { \n      color: #000000; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #b5b5b6; \n      font-size: 14px !important;\n      margin-top: 8px; \n      text-align: right;\n  }\n\n  .product-img { \n      border-radius: 0px; \n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      margin-bottom: 10px;\n      width: 100%;\n      height: auto;\n  }\n  .marker {\n      background: linear-gradient(transparent 60%, #2b9db040 60%);\n      font-weight: bold;\n      padding: 0 4px;\n  }\n\n  \/* 画像の表示分け *\/\n  .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; }\n  .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; }\n  \n  .spec-img-full { width: 100%; margin: 20px 0; text-align: center; }\n  .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; }\n\n  \/* 動画用CSS *\/\n  .video-wrapper { width: 100%; margin: 40px auto; text-align: center; }\n  .video-wrapper video { width: 100%; max-width: 100%; height: auto; border-radius: 4px; display: block; }\n  .video-wrapper iframe { width: 100%; max-width: 100%; aspect-ratio: 16 \/ 9; border: none; display: block; }\n\n  \/* アコーディオン *\/\n  details.spec-details { \n      border: 1px solid #d0d0d2;\n      border-radius: 0px;\n      background-color: #f5f5f7; \n      color: #000000;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #000000; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #f5f5f7; transition: background 0.2s; }\n  summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); }\n  summary.spec-summary::after { content: \"+\"; font-size: 1.5em; font-weight: normal; color: #2b9db0; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #d0d0d2; background-color: rgba(0,0,0,0.02); }\n  details[open] summary.spec-summary::after { content: \"-\"; }\n  summary.spec-summary::-webkit-details-marker { display: none; }\n  \n  .spec-content { padding: 20px; background-color: #f5f5f7; color: #000000; font-size: 14px !important; }\n  .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; }\n\n  \/* リストデザイン *\/\n  \n  ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list,\n  .product-wrapper ul:not([class]) { \n      list-style: none; \n      padding-left: 0; \n      margin-bottom: 24px; \n  }\n\n  ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li,\n  .product-wrapper ul:not([class]) li { \n      position: relative; \n      padding-left: 1.8em; \n      margin-bottom: 10px; \n      line-height: 1.6; \n      text-wrap: pretty; \n      font-size: 14px !important; \n  }\n  \n  ul.benefit-list li::before,\n  .product-wrapper ul:not([class]) li::before { \n      position: absolute; \n      left: 0; \n      content: \"▶\"; color: #2b9db0; font-size: 0.8em; top: 3px; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #b5b5b6; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #000000; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #b5b5b6; 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: #2b9db0; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; }\n\n  .spec-group strong { display: block; font-size: 1.1em; color: #000000; margin-bottom: 12px; border-bottom: 1px solid #2b9db0; width: fit-content; word-break: keep-all; }\n  \n  .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }\n  .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #d0d0d2; th, td { padding: 12px 8px; border: 1px solid #d0d0d2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #000000; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #d0d0d2; background: #f0f0f2; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #000000; font-weight: bold; }\n\n  @media (max-width: 600px) {\n      .product-wrapper { padding: 30px 20px; line-height: 1.6; }\n      .section-title { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container product-wrapper\"\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eH\/S Polo shirt KHK\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e洗練された大人の休日ポロシャツ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cspan class=\"strong\"\u003e清涼感あふれるカノコ素材\u003c\/span\u003eが、肌に心地よい開放感をもたらします。\u003cspan class=\"strong\"\u003e左胸に刺繍されたブランドロゴ\u003c\/span\u003eが、細部に宿る上質感を演出。\u003cspan class=\"strong\"\u003eゆったりとしたシルエット\u003c\/span\u003eで、\u003cspan class=\"strong\"\u003e日常に快適な着心地\u003c\/span\u003eをお届けします。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_371f701fc1684fba98fcf93a707e3ee5_mv2_d30d52f6-a58f-475f-95fe-3d193fcb8379.jpg?v=1781246115\" class=\"img-fluid d-block w-100 product-img\" alt=\"上質をまとう、洗練されたデザインポロ。\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e上質をまとう、洗練されたデザインポロ。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e動きを解き放つ高機能ゴルフポロ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            背部には\u003cspan class=\"strong\"\u003e大胆なブランドロゴをラバープリント\u003c\/span\u003e。\u003cspan class=\"strong\"\u003e吸水速乾とストレッチ性\u003c\/span\u003eを兼ね備えた生地は、汗をかいても肌にまとわりつかず、あらゆる動きに追従します。\u003cspan class=\"strong\"\u003eパフォーマンスをサポート\u003c\/span\u003eする一枚です。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_0180a11a841248f28bbe72f34dd4fc7e_mv2_93c33a37-05f3-4186-a87b-5a6a3db2d715.jpg?v=1781246115\" class=\"img-fluid d-block w-100 product-img\" alt=\"真の快適性を追求した高機能ウェア。\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e真の快適性を追求した高機能ウェア。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e開放感と躍動感、アクティブシーンを制す\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            ゴルフコースを颯爽と歩く、その背中が物語る快適さ。\u003cspan class=\"strong\"\u003eゆったりとしたサイズ感\u003c\/span\u003eは、スイングや日常の動作を妨げず、\u003cspan class=\"strong\"\u003eストレスフリーな着心地\u003c\/span\u003eを実現します。\u003cspan class=\"strong\"\u003e自由な大人のアクティブライフ\u003c\/span\u003eに寄り添うウェアです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_3ec1bf8f369c4b8a9069142382b17909_mv2_f7e32a12-ba98-4150-afdb-f7cb9235b2ff.jpg?v=1781246115\" 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\u003e本製品の主な仕様です。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e素材: ポリエステル100%\u003c\/li\u003e\n                    \u003cli\u003e機能: 吸水速乾、ストレッチ\u003c\/li\u003e\n                    \u003cli\u003e原産国: 中国\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eデザインの特徴\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e細部にまでこだわったデザインポイント。\u003c\/p\u003e\n                \u003cul class=\"point-list\"\u003e\n                    \u003cli\u003e左胸にブランドロゴの刺繍\u003c\/li\u003e\n                    \u003cli\u003e背部には大きめのブランドロゴをラバープリント\u003c\/li\u003e\n                    \u003cli\u003e左裾にブランドロゴ入りピスラベル\u003c\/li\u003e\n                    \u003cli\u003e清涼感のあるカノコ素材\u003c\/li\u003e\n                    \u003cli\u003eゆったりとしたサイズ感\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e各サイズの詳細寸法です。お手持ちの服と比較してご検討ください。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eSサイズ: 身丈68cm 身巾51cm 肩巾47cm 袖丈 21cm\u003c\/li\u003e\n                    \u003cli\u003eMサイズ: 身丈71cm 身巾54cm 肩巾49cm 袖丈 22cm\u003c\/li\u003e\n                    \u003cli\u003eLサイズ: 身丈74cm 身巾57cm 肩巾51cm 袖丈23cm\u003c\/li\u003e\n                    \u003cli\u003eXLサイズ: 身丈77cm 身巾60cm 肩巾54cm 袖丈25cm\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"body-text\"\u003e(平置外側採寸)\u003c\/p\u003e\n                \u003cp class=\"body-text\"\u003eモデル：180cm \/ 60kg XL 着用\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-box\"\u003e\n        \u003ch3 class=\"section-title\"\u003e配送について\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e商品はご注文より約1週間以内にお届けいたします。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\u003c\/p\u003e\n        \u003cp class=\"body-text\"\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\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        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/li\u003e\n            \u003cli\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\u003c\/li\u003e\n            \u003cli\u003e事前にメールにてご連絡をお願いいたします。\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003eその他注意事項\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n            \u003cli\u003e色目について画像と実物との色の差が多少ございます。\u003c\/li\u003e\n            \u003cli\u003e仕上がり寸法には各箇所＋ー1~2cmの個体差がございます。\u003c\/li\u003e\n            \u003cli\u003e洗濯により3~5％の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"YAMAZARU","offers":[{"title":"M","offer_id":45142135308357,"sku":"BK-06 KHK","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"L","offer_id":45142135341125,"sku":"BK-06 KHK","price":7700.0,"currency_code":"JPY","in_stock":true},{"title":"XL","offer_id":45142135275589,"sku":"BK-06 KHK","price":7700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_371f701fc1684fba98fcf93a707e3ee5_mv2_d30d52f6-a58f-475f-95fe-3d193fcb8379.jpg?v=1781246115"}],"url":"https:\/\/be-the-weekender.we-shop.jp\/collections\/beige-khaki.oembed","provider":"BE THE WEEKENDER (BKNDR official partner shop)","version":"1.0","type":"link"}