{"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_b84a0d72-d512-0ed6-5824-03db42dcbbe1","title":"6panel cap WHT","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b8f022df96d84a0b88211874d1586e84_mv2_f2c77be6-664b-4122-a4da-fe79810fffe3.jpg?v=1781246079\" class=\"img-fluid d-block w-100 product-img\" alt=\"爽やかな白のキャップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e爽やかな白が魅せる存在感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e綿100%の肌触り\u003c\/strong\u003eが、長時間の着用でも\u003cstrong\u003eストレスフリー\u003c\/strong\u003e。\n      \u003cstrong\u003e吸汗速乾機能\u003c\/strong\u003eで汗を気にせず、\u003cstrong\u003eベルクロで完璧フィット\u003c\/strong\u003e。\n      \u003cstrong\u003e立体刺繍のロゴ\u003c\/strong\u003eが、\u003cstrong\u003e洗練された大人の休日スタイル\u003c\/strong\u003eを演出します。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこの商品の主な特徴と機能は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eベルクロによるサイズ調節\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材と生産国は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : ベトナム\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eデザインの細部は以下のポイントをご確認ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e正面にブランドロゴの立体刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eサイズは以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズF：頭囲 57.5cm〜62cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品のお届け、送料、返品・交換に関する詳細は下記をご確認ください。\u003c\/p\u003e\n    \u003ch4\u003e配送について\u003c\/h4\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    \u003ch4\u003e返品・交換について\u003c\/h4\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  \u003c\/div\u003e\n\u003c!-- \/shipping-box --\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仕上がり寸法には各箇所＋ー1cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c!-- \/note-box --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"UMIZARU,YAMAZARU,KIKAZARU","offers":[{"title":"F","offer_id":45041154785349,"sku":"BK-50 WHT","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_1b7639b8909e4d45bffdd446baa2db2f_mv2_e5bf9123-6780-4fd0-9268-7289b9916acd.jpg?v=1781246047"},{"product_id":"product_f3f6eefd-dfbf-9a30-769d-1e0698fba6fb","title":"6panel cap BLK","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綿100%のやさしい肌触り\u003c\/strong\u003eで、心地よい着用感を一日中実感できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d8305b005b6c44cdaf621a85247b09f7_mv2.jpg?v=1781246106\" class=\"img-fluid d-block w-100 product-img\" alt=\"都会に映える黒キャップのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e正面の立体ロゴが放つ存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e夏も快適な機能性キャップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eベルクロによるサイズ調節\u003c\/strong\u003eで、どなたにも最適なフィット感を提供します。\u003cstrong\u003e吸汗速乾機能\u003c\/strong\u003eが、汗をかくシーンでも頭を常にドライに保ち、抜群の快適さを実現。後部のロゴ入りピスラベルが、バックスタイルに遊び心を加えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d7eb263e1da7482aa18fe7dd797f5d53_mv2_4bec6187-8faf-4450-8b56-bc348019d86b.jpg?v=1781246106\" 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=\"benefit-list\"\u003e\n          \u003cli\u003eベルクロによるサイズ調節で最適なフィット感を実現\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾機能で汗をかいても頭を常にドライに保ちます\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eデザインポイント:\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e正面にブランドロゴの立体刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e厳選された素材を使用し、丁寧に作られています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国: ベトナム\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eフリーサイズで幅広い頭囲に対応しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: F (フリー)\u003c\/li\u003e\n          \u003cli\u003e頭囲: 57.5cm〜62cm\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    \u003cdiv class=\"table-scroll-view\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e地域\u003c\/th\u003e\n            \u003cth\u003e送料\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e北海道\u003c\/td\u003e\n            \u003ctd\u003e1,000円\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e沖縄（離島含む）\u003c\/td\u003e\n            \u003ctd\u003e1,500円\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eその他\u003c\/td\u003e\n            \u003ctd\u003e一律600円\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※1回のご注文が\u003cstrong\u003e15,000円以上\u003c\/strong\u003eの場合、送料は無料となります。\u003c\/p\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仕上がり寸法には各箇所＋ー1cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UMIZARU,YAMAZARU,KIKAZARU","offers":[{"title":"F","offer_id":45041154818117,"sku":"BK-50 BLK","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_a1231df3c7ae45109d3d6ef2f27775f5_mv2_d31a0728-a332-45b8-b853-0442ac42781c.jpg?v=1781246048"},{"product_id":"product_a2d14dd6-b825-d8db-e884-0eda2f8d3605","title":"6panel cap WHT","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    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b8f022df96d84a0b88211874d1586e84_mv2_f2c77be6-664b-4122-a4da-fe79810fffe3.jpg?v=1781246079\" class=\"img-fluid d-block w-100 product-img\" alt=\"爽やかな白のキャップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e爽やかな白が魅せる存在感\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003e綿100%の肌触り\u003c\/strong\u003eが、長時間の着用でも\u003cstrong\u003eストレスフリー\u003c\/strong\u003e。\n      \u003cstrong\u003e吸汗速乾機能\u003c\/strong\u003eで汗を気にせず、\u003cstrong\u003eベルクロで完璧フィット\u003c\/strong\u003e。\n      \u003cstrong\u003e立体刺繍のロゴ\u003c\/strong\u003eが、\u003cstrong\u003e洗練された大人の休日スタイル\u003c\/strong\u003eを演出します。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴・機能\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこの商品の主な特徴と機能は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003eベルクロによるサイズ調節\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e本製品の素材と生産国は以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : ベトナム\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eデザインの細部は以下のポイントをご確認ください。\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e正面にブランドロゴの立体刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eサイズは以下の通りです。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズF：頭囲 57.5cm〜62cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c!-- \/content-section --\u003e\n\n  \u003cdiv class=\"shipping-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003e配送・返品について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品のお届け、送料、返品・交換に関する詳細は下記をご確認ください。\u003c\/p\u003e\n    \u003ch4\u003e配送について\u003c\/h4\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    \u003ch4\u003e返品・交換について\u003c\/h4\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  \u003c\/div\u003e\n\u003c!-- \/shipping-box --\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仕上がり寸法には各箇所＋ー1cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c!-- \/note-box --\u003e\n\n\u003c\/div\u003e\u003c!-- \/container product-wrapper --\u003e","brand":"UMIZARU,YAMAZARU,KIKAZARU","offers":[{"title":"F","offer_id":45142131343429,"sku":"BK-14 WHT","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b8f022df96d84a0b88211874d1586e84_mv2_f2c77be6-664b-4122-a4da-fe79810fffe3.jpg?v=1781246079"},{"product_id":"product_e6fe2ea9-d952-f074-eb58-0f4b5055e65e","title":"6panel cap NVY","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  \u003c!-- 商品解説セクション (Main) - ブロック1 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eネイビーキャップ、品格ある装い\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      上質な\u003cstrong\u003e綿100%素材\u003c\/strong\u003eが、頭部に優しくフィットし、心地よい肌触りを提供します。\n      正面の\u003cstrong\u003e立体刺繍ブランドロゴ\u003c\/strong\u003eは、どんなスタイルにも\u003cstrong\u003e品格\u003c\/strong\u003eを添えるアクセント。\n      日常に溶け込む洗練されたデザインです。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b761b1cc2a1b4153bc6b7b2455e85dde_mv2.jpg?v=1781246079\" 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!-- 商品解説セクション (Main) - ブロック2 --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e吸汗速乾、いつでも快適フィット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      \u003cstrong\u003eベルクロによるサイズ調節\u003c\/strong\u003eで、どなたの頭にも自在にフィット。\n      頭囲57.5cm〜62cmまで対応し、\u003cstrong\u003e吸汗速乾機能\u003c\/strong\u003eが一日中さらりとした快適さを保ちます。\n      背面のピスネームがさりげないアクセントに。\n    \u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_1267db3b27b148aa9664b427bf0c6ae4_mv2.jpg?v=1781246080\" 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    \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        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eデザインポイント\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eこだわりのデザインポイントです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e正面にブランドロゴの立体刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \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サイズF：頭囲 57.5cm~62cm\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e素材と生産国について。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材 : 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国 : ベトナム\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \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\n      商品はご注文より約1週間以内にお届けいたします。\u003cbr\u003e\n      送料は、北海道1,000円、沖縄（離島含む）1,500円、その他一律600円となります。\n      \u003cbr\u003e※1回のご注文が15,000円以上の場合、送料は無料となります。\n    \u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e\n      商品到着後7日以内に限り返品・交換が可能です。\n      送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。\n      事前にメールにてご連絡をお願いいたします。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 注意事項セクション (Notes) --\u003e\n  \u003cdiv class=\"note-box\"\u003e\n    \u003ch3 class=\"section-title\"\u003eご購入前の注意事項\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\n      色目について画像と実物との色の差が多少ございます。\u003cbr\u003e\n      仕上がり寸法には各箇所＋ー1cmの個体差がございます。\u003cbr\u003e\n      洗濯により若干の縮みが生じます。予めご了承下さいませ。\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UMIZARU,YAMAZARU,KIKAZARU","offers":[{"title":"F","offer_id":45142131376197,"sku":"BK-14 NVY","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_b761b1cc2a1b4153bc6b7b2455e85dde_mv2.jpg?v=1781246079"},{"product_id":"product_511bcadc-dd45-3e64-d67d-69c782433769","title":"6panel cap BLK","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綿100%のやさしい肌触り\u003c\/strong\u003eで、心地よい着用感を一日中実感できます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d8305b005b6c44cdaf621a85247b09f7_mv2.jpg?v=1781246106\" class=\"img-fluid d-block w-100 product-img\" alt=\"都会に映える黒キャップのイメージ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e正面の立体ロゴが放つ存在感\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e夏も快適な機能性キャップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003eベルクロによるサイズ調節\u003c\/strong\u003eで、どなたにも最適なフィット感を提供します。\u003cstrong\u003e吸汗速乾機能\u003c\/strong\u003eが、汗をかくシーンでも頭を常にドライに保ち、抜群の快適さを実現。後部のロゴ入りピスラベルが、バックスタイルに遊び心を加えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d7eb263e1da7482aa18fe7dd797f5d53_mv2_4bec6187-8faf-4450-8b56-bc348019d86b.jpg?v=1781246106\" 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=\"benefit-list\"\u003e\n          \u003cli\u003eベルクロによるサイズ調節で最適なフィット感を実現\u003c\/li\u003e\n          \u003cli\u003e吸汗速乾機能で汗をかいても頭を常にドライに保ちます\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp\u003eデザインポイント:\u003c\/p\u003e\n        \u003cul class=\"point-list\"\u003e\n          \u003cli\u003e正面にブランドロゴの立体刺繍\u003c\/li\u003e\n          \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003e厳選された素材を使用し、丁寧に作られています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e素材: 綿100%\u003c\/li\u003e\n          \u003cli\u003e原産国: ベトナム\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eフリーサイズで幅広い頭囲に対応しています。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003eサイズ: F (フリー)\u003c\/li\u003e\n          \u003cli\u003e頭囲: 57.5cm〜62cm\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    \u003cdiv class=\"table-scroll-view\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e地域\u003c\/th\u003e\n            \u003cth\u003e送料\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e北海道\u003c\/td\u003e\n            \u003ctd\u003e1,000円\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e沖縄（離島含む）\u003c\/td\u003e\n            \u003ctd\u003e1,500円\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eその他\u003c\/td\u003e\n            \u003ctd\u003e一律600円\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※1回のご注文が\u003cstrong\u003e15,000円以上\u003c\/strong\u003eの場合、送料は無料となります。\u003c\/p\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仕上がり寸法には各箇所＋ー1cmの個体差がございます。\u003c\/li\u003e\n      \u003cli\u003e洗濯により若干の縮みが生じます。予めご了承下さいませ。\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 class=\"section-title\"\u003e返品・交換について\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。\u003c\/p\u003e\n    \u003cp class=\"body-text\"\u003e送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"UMIZARU,YAMAZARU,KIKAZARU","offers":[{"title":"F","offer_id":45142134259781,"sku":"BK-14 BLK","price":5830.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_d8305b005b6c44cdaf621a85247b09f7_mv2.jpg?v=1781246106"},{"product_id":"product_dfe991e2-07e4-5cb5-ec39-3019eea6bd78","title":"6 Panel back mesh cap BLK","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です。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_0891c406db7f4994b5f0e2224d837ce7_mv2.jpg?v=1782293954\" 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_4c29eb52bb2d4809b12e85e4bfda522e_mv2.jpg?v=1782293954\" 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=\"benefit-list\"\u003e\n                    \u003cli\u003e正面にオフィシャルロゴ刺繍\u003c\/li\u003e\n                    \u003cli\u003e後にブランドロゴ入りピスラベル\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eサイズF：頭囲 57cm~61cm\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メッシュ部: ポリエステル100%\u003c\/li\u003e\n                    \u003cli\u003e原産国: 中国\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n        \n    \u003c\/div\u003e\n\n    \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    \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        \u003cp class=\"body-text\"\u003e商品到着後7日以内に限り返品・交換が可能です。送料につきましては、商品に欠陥がある場合は当方負担、お客様のご都合による返品・交換の場合はお客様負担となります。事前にメールにてご連絡をお願いいたします。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"KIKAZARU","offers":[{"title":"F","offer_id":45203723452485,"sku":"BK-69 BLK","price":5800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0714\/8519\/4309\/files\/8576b1_0891c406db7f4994b5f0e2224d837ce7_mv2.jpg?v=1782293954"}],"url":"https:\/\/be-the-weekender.we-shop.jp\/collections\/cap.oembed","provider":"BE THE WEEKENDER (BKNDR official partner shop)","version":"1.0","type":"link"}