{"title":"ホワイト","description":"\u003cp\u003eホワイト\u003c\/p\u003e","products":[{"product_id":"12-0901","title":"3D NYC キャップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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 5px 15px 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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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立体的なNYCロゴ\u003c\/strong\u003eが際立つ、洗練されたデザインです。どんなカジュアルスタイルにも溶け込み、日常のコーディネートを格上げします。クールな雰囲気を演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_23b45329-eb09-4181-b75b-1050e63d5dcf.jpg?v=1776754965\" 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\/0638\/5251\/1293\/files\/download_a870256c-58cb-4fd2-8452-b01bc9915741.jpg?v=1776754965\" 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\/0638\/5251\/1293\/files\/download_662a3b66-595e-4b00-9418-eda2bb10dd30.jpg?v=1776754965\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどんな動きにもフィットする調整機能\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e立体ラバーロゴが際立つ、スポーツやカジュアルスタイルにぴったりのキャップです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003eシンプルな立体ラバーロゴ\u003c\/li\u003e\n                \u003cli\u003eやや深めのクラウン\u003c\/li\u003e\n                \u003cli\u003eカーブしたツバ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e機能・仕様\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp class=\"body-text\"\u003e簡単にサイズ調整が可能なため、様々なシーンで快適にご使用いただけます。\u003c\/p\u003e\n            \u003cul class=\"point-list\"\u003e\n                \u003cli\u003eスナップバックアジャスターでサイズ調整可能\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"ナカシマ","offers":[{"title":"BLACK \/ 56-59","offer_id":43035698987069,"sku":"12-0901-black","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"ALLBLACK \/ 56-59","offer_id":43035699019837,"sku":"12-0901-allblack","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"BEIGE \/ 56-59","offer_id":43035699052605,"sku":"12-0901-beige","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ 56-59","offer_id":43035699085373,"sku":"12-0901-white","price":2300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_23b45329-eb09-4181-b75b-1050e63d5dcf.jpg?v=1776754965"},{"product_id":"12-3107","title":"TBツバ裏刺繍 キャップ　BIGサイズ","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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 5px 15px 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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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ゆったり快適 BIGサイズキャップ\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e頭のサイズを気にせず被れる、\u003cstrong\u003eゆとりのある設計\u003c\/strong\u003eが魅力。通気性に優れたメッシュ素材で、アクティブなシーンでも一日中快適な着用感が続きます。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_594d3f27-13ea-45f7-b7e5-f6f50d45cb33.jpg?v=1776754608\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e都会派アウトドアスタイル\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e深めクラウン ストリート感\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eやや深めのクラウンが頭部にしっかりフィットし、\u003cstrong\u003e洗練されたシルエット\u003c\/strong\u003eを構築。フロントの控えめな刺繍ロゴが、カジュアルながらも都会的なストリートテイストを際立たせます。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_e2fde2e4-b405-4515-93f6-40607ed61464.jpg?v=1776754608\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e大人の都会派キャップ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e隠れた魅力 ツバ裏刺繍\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003eツバ裏に隠された大きめのロゴ刺繍が、ふとした瞬間にこだわりをアピール。通常サイズでは得られない\u003cstrong\u003eストレスフリーな被り心地\u003c\/strong\u003eで、長時間の着用でも締め付けを感じさせません。\u003c\/p\u003e\n\u003cimg class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_0f3401bc-1575-43da-8be1-7fb10f16f4da.jpg?v=1776754608\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e見えないお洒落を追求\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eこのキャップは、様々なシーンで活躍する機能性とデザイン性を兼ね備えています。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eツバ裏に隠れた\u003cstrong\u003e大きめのロゴ刺繍\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e通気性の良いメッシュ素材\u003c\/strong\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\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頭囲：\u003cstrong\u003eBIGサイズ（59～63㎝）\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eストレスフリーな被り心地\u003c\/li\u003e\n\u003cli\u003e通常サイズよりも大きい設計\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- サイズ表の画像がある場合は以下を使用 --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e素材・生産国\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003e快適な着用感を追求した素材を使用しています。\u003c\/p\u003e\n\u003cul class=\"basic-list\"\u003e\n\u003cli\u003e素材：メッシュ素材\u003c\/li\u003e\n\u003cli\u003e生産国：情報なし\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- 配送情報セクション (Shipping) --\u003e \u003c!-- 入力データに該当情報がないため、ここでは生成しません。 --\u003e \u003c!-- 注意事項セクション (Notes) --\u003e \u003c!-- 入力データに該当情報がないため、ここでは生成しません。 --\u003e\n\u003c\/div\u003e","brand":"TURNBULENCE","offers":[{"title":"BLACK \/ 59-63","offer_id":43035699576893,"sku":"12-3107-black","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"ALLBLACK \/ 59-63","offer_id":43035699609661,"sku":"12-3107-allblack","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ 59-63","offer_id":43035699642429,"sku":"12-3107-white","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_594d3f27-13ea-45f7-b7e5-f6f50d45cb33.jpg?v=1776754608"},{"product_id":"12-4050","title":"TB 3Dロゴ キャップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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 5px 15px 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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e個性を放つ立体ロゴキャップ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cspan class=\"product-name\"\u003eTB 3Dロゴ キャップ\u003c\/span\u003eの\u003cstrong class=\"keyword\"\u003e立体刺繍ロゴ\u003c\/strong\u003eが放つ\u003cstrong class=\"keyword\"\u003e存在感\u003c\/strong\u003eは、あなたの\u003cstrong class=\"keyword\"\u003eスタイルを格上げ\u003c\/strong\u003eするアクセント。\u003cstrong class=\"keyword\"\u003e深めのクラウン\u003c\/strong\u003eと\u003cstrong class=\"keyword\"\u003eカーブしたツバ\u003c\/strong\u003eが、洗練された印象をもたらします。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_2e604688-bc21-429a-a4a5-0f994eda932c.jpg?v=1776754276\" class=\"img-fluid d-block w-100 product-img\" alt=\"個性を放つ立体ロゴキャップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e都会に映えるデザイン\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eどんなスタイルも格上げするキャップ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong class=\"keyword\"\u003e同色で施された立体ロゴ\u003c\/strong\u003eは、\u003cstrong class=\"keyword\"\u003eさりげない上質さ\u003c\/strong\u003eを演出。\u003cstrong class=\"keyword\"\u003eどんなコーディネートにも自然と溶け込み\u003c\/strong\u003e、\u003cstrong class=\"keyword\"\u003e洗練された大人のカジュアル\u003c\/strong\u003eを実現します。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_eae5120d-7f96-4f37-b96d-726d0b8fdd44.jpg?v=1776754276\" class=\"img-fluid d-block w-100 product-img\" alt=\"どんなスタイルも格上げするキャップ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e都会的な洗練\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e快適さを追求したフィット感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong class=\"keyword\"\u003e後部の調整機能\u003c\/strong\u003eが、あなただけの\u003cstrong class=\"keyword\"\u003e完璧なフィット\u003c\/strong\u003eを実現。\u003cstrong class=\"keyword\"\u003e頭に優しく馴染む設計\u003c\/strong\u003eで、\u003cstrong class=\"keyword\"\u003e長時間の着用でも快適さ\u003c\/strong\u003eを保ち、\u003cstrong class=\"keyword\"\u003eアクティブなシーンでも快適\u003c\/strong\u003eです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_9171f788-f115-4352-a594-cd86fc613b13.jpg?v=1776754276\" class=\"img-fluid d-block w-100 product-img\" alt=\"快適さを追求したフィット感\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eストレスフリーな着用感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003e立体刺繍ロゴのキャップ。やや深めのクラウンとカーブしたツバでアウトドアからストリートスタイルまでマッチするキャップ。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"TURNBULENCE","offers":[{"title":"BLACK×WHITE \/ 56-59","offer_id":43035699773501,"sku":"12-4050-black×white","price":2300.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK×BLACK \/ 56-59","offer_id":43035699806269,"sku":"12-4050-black×black","price":2300.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_2e604688-bc21-429a-a4a5-0f994eda932c.jpg?v=1776754276"},{"product_id":"26polo-001","title":"POLO CLUB キャップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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 5px 15px 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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e浅めクラウンが魅せるこなれ感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003e浅めのクラウン\u003c\/strong\u003eと\u003cstrong\u003eカーブしたツバ\u003c\/strong\u003eが、\u003cstrong\u003e洗練された大人のカジュアルスタイル\u003c\/strong\u003eを演出します。\n            \u003cstrong\u003e性別問わず\u003c\/strong\u003e、普段使いから軽いスポーツシーンまで\u003cstrong\u003e幅広く活躍するデザイン\u003c\/strong\u003eです。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_1a3419d3-7127-449f-9aa2-25cc0ab09e8c.jpg?v=1776753817\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eどんなスタイルにも溶け込む上品さ\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e上質ロゴが語る静かな存在感\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            フロントに配された\u003cstrong\u003eC.U.P.Cロゴ刺繍\u003c\/strong\u003eは、\u003cstrong\u003e細部まで丁寧に仕上げられています\u003c\/strong\u003e。\n            さりげないのに\u003cstrong\u003e確かな存在感\u003c\/strong\u003eがあり、装いに\u003cstrong\u003e品格\u003c\/strong\u003eをもたらします。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_6093d356-bca2-429e-a17f-8a395dc7ce28.jpg?v=1776753817\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e細部に宿る洗練された輝き\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e快適フィットでスマートな後ろ姿\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\n            \u003cstrong\u003eバックアジャスター\u003c\/strong\u003eにより、頭の形に合わせた\u003cstrong\u003e心地よいフィット感\u003c\/strong\u003eが実現します。\n            \u003cstrong\u003eすっきりとした後ろ姿\u003c\/strong\u003eは、どんな角度から見ても\u003cstrong\u003eスタイリッシュな印象\u003c\/strong\u003eを与えます。\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_bd419d5f-1e38-4ba6-9207-214a3698a726.jpg?v=1776753817\" 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\u003eC.U.P.Cロゴ刺繍のキャップです。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e浅めのクラウンとカーブしたツバ\u003c\/li\u003e\n                \u003cli\u003eメンズ、レディース問わず着用可能\u003c\/li\u003e\n                \u003cli\u003eスポーツやカジュアルスタイルに合わせやすい\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"ナカシマ","offers":[{"title":"BLACK \/ 56-59","offer_id":43035700461629,"sku":"26POLO-001-black","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"BEIGE \/ 56-59","offer_id":43035700494397,"sku":"26POLO-001-beige","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ 56-59","offer_id":43035700527165,"sku":"26POLO-001-green","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ 56-59","offer_id":43035700559933,"sku":"26POLO-001-white","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"DENIMNAVY \/ 56-59","offer_id":43035700592701,"sku":"26POLO-001-denimnavy","price":2300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_1a3419d3-7127-449f-9aa2-25cc0ab09e8c.jpg?v=1776753817"},{"product_id":"26polo-002","title":"POLO CLUB バケットハット","description":"\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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 5px 15px 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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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\"\u003ePOLO CLUB 洗練バケハ\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\/0638\/5251\/1293\/files\/download_008a338b-f362-4c65-8738-7c5abc8f3358.jpg?v=1776753643\" 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\"\u003eC.U.P.Cロゴの存在感\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eC.U.P.Cロゴの繊細な刺繍が、シンプルながら\u003cstrong\u003e確かな個性\u003c\/strong\u003eを主張。顔周りに知的なアクセントを添えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_7cb98e3d-67d4-49af-a14c-794d14af6828.jpg?v=1776753643\" 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\/0638\/5251\/1293\/files\/download_16144075-b494-4468-8452-22de63366fd5.jpg?v=1776753643\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e個性を引き出す一本\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eC.U.P.Cロゴ刺繍のバケットハット。メンズ、レディース問わずスポーツやカジュアルスタイルに合わせやすいハット。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"ナカシマ","offers":[{"title":"BLACK \/ 58","offer_id":43035700625469,"sku":"26POLO-002-black","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"BEIGE \/ 58","offer_id":43035700658237,"sku":"26POLO-002-beige","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"GREEN \/ 58","offer_id":43035700691005,"sku":"26POLO-002-green","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ 58","offer_id":43035700723773,"sku":"26POLO-002-white","price":2300.0,"currency_code":"JPY","in_stock":true},{"title":"DENIMNAVY \/ 58","offer_id":43035700756541,"sku":"26POLO-002-denimnavy","price":2300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_008a338b-f362-4c65-8738-7c5abc8f3358.jpg?v=1776753643"},{"product_id":"90-3151","title":"TB3Dラバーロゴ キャップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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 5px 15px 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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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を演出。ラバーロゴが都会的なスタイルにマッチし、個性を引き立てます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/90-3151bk_lf.jpg?v=1776407308\" 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\"\u003e3Dで浮き立つラバーロゴが、\u003cstrong\u003e確かな個性\u003c\/strong\u003eを主張します。深めのクラウンは頭部にフィットし、快適な着用感を提供します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/90-3151bk_deco.jpg?v=1776407308\" 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\/0638\/5251\/1293\/files\/90-3151wh_lf.gif?v=1776407308\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e軽やかに、どこまでも自由\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eラバーロゴのキャップは、日常使いからアクティブシーンまで幅広く対応します。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eラバーロゴのキャップ\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\u003e通気性の良いメッシュ素材\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","brand":"TURNBULENCE","offers":[{"title":"BLACK \/ 56-59","offer_id":43035701346365,"sku":"90-3151-black","price":2300.0,"currency_code":"JPY","in_stock":false},{"title":"ALLBLACK \/ 56-59","offer_id":43035701379133,"sku":"90-3151-allblack","price":2300.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ 56-59","offer_id":43035701411901,"sku":"90-3151-white","price":2300.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/90-3151bk_lf.jpg?v=1776407308"},{"product_id":"90-3152","title":"TB3Dラバーサークルロゴ キャップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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 5px 15px 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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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  \u003ch2\u003eTB3Dラバーサークルロゴ キャップ\u003c\/h2\u003e\n\n  \u003c!-- 商品解説セクション (Main) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練された大人のためのキャップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eシンプルながらも存在感を放つ\u003cstrong\u003eラバーロゴ\u003c\/strong\u003eが、どんなスタイルにも自然に溶け込みます。日常のカジュアルウェアを格上げし、幅広いシーンで活躍する\u003cstrong\u003e万能キャップ\u003c\/strong\u003eです。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/90-3152bk_lf.jpg?v=1776407372\" 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\u003eTB3Dラバーサークルロゴキャップ\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\/0638\/5251\/1293\/files\/90-3152bk_deco.jpg?v=1776407372\" 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\/0638\/5251\/1293\/files\/90-3152bk_bck.jpg?v=1776407372\" class=\"img-fluid d-block w-100 product-img\" alt=\"日常に馴染む快適フィットキャップ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eアウトドアにも最適\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cul class=\"benefit-list\"\u003e\n        \u003cli\u003eシンプルなラバーロゴデザイン\u003c\/li\u003e\n        \u003cli\u003eやや深めのクラウンとカーブしたツバ\u003c\/li\u003e\n        \u003cli\u003eアウトドアからストリートスタイルまで幅広いシーンにマッチ\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!--\n    情報がないため、以下のセクションは出力しない。\n    - 発送案内セクション (Shipping)\n    - 注意事項セクション (Notes)\n  --\u003e\n\n\u003c\/div\u003e","brand":"TURNBULENCE","offers":[{"title":"BLACK \/ 56-59","offer_id":43035701444669,"sku":"90-3152-black","price":2300.0,"currency_code":"JPY","in_stock":false},{"title":"GRAY \/ 56-59","offer_id":43035701477437,"sku":"90-3152-gray","price":2300.0,"currency_code":"JPY","in_stock":false},{"title":"WHITE \/ 56-59","offer_id":43035701510205,"sku":"90-3152-white","price":2300.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/90-3152bk_lf.jpg?v=1776407372"},{"product_id":"90wds-040","title":"WOODSサイドロゴ キャップ","description":"\n\u003cstyle\u003e\n  \/* ▼▼▼ 全体の枠組み ▼▼▼ *\/\n  .product-wrapper { \n      background-color: #F7F5F2; \n      font-family: \"Noto Serif Japanese\", serif, \"Noto Sans Japanese\", sans-serif; \n      width: 100%;\n      max-width: none !important;\n      padding: 40px 30px; \n      box-sizing: border-box;\n      margin: 0;\n      color: #3E3A39;\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 #C7C4C2;\n      padding-bottom: 60px;\n  }\n  .content-section:last-child { margin-bottom: 0; border-bottom: none; }\n  \n  \/* タイトル *\/\n  .section-title { \n      color: #3E3A39; \n      font-size: 24px; \n      margin-bottom: 24px;\n      letter-spacing: 0.05em;\n      line-height: 1.4;\n      word-break: keep-all; \n      text-wrap: balance;   \n      border-bottom: 1px solid #C7C4C2; padding-bottom: 8px; \n  }\n\n  .body-text { \n      color: #3E3A39; \n      font-size: 14px; \n      margin-bottom: 24px;\n      letter-spacing: 0.03em;\n      text-wrap: pretty;\n  }\n  \n  .caption-text { \n      color: #1C1C1C; \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 5px 15px 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%, #3E3A3940 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 #C7C4C2;\n      border-radius: 0px;\n      background-color: #F7F5F2; \n      color: #3E3A39;\n      margin-bottom: 15px; \n      overflow: hidden; \n  }\n  summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #3E3A39; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #F7F5F2; 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: #3E3A39; }\n  details[open] summary.spec-summary { border-bottom: 1px solid #C7C4C2; 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: #F7F5F2; color: #3E3A39; 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: #3E3A39; font-weight: bold; font-size: 1.1em; \n  }\n\n  ul.basic-list li::before { content: \"\"; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #1C1C1C; border-radius: 50%; }\n  ul.point-list li::before { content: \"▶\"; position: absolute; left: 0; color: #3E3A39; font-size: 0.8em; top: 3px; }\n  ul.note-list li::before { content: \"※\"; position: absolute; left: 0; color: #1C1C1C; 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: #3E3A39; 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: #3E3A39; margin-bottom: 12px; border-bottom: 1px solid #3E3A39; 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 #C7C4C2; th, td { padding: 12px 8px; border: 1px solid #C7C4C2; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #3E3A39; } }\n  \n  .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #C7C4C2; background: #FFFFFF; padding: 20px; font-size: 14px !important; }\n  .shipping-box strong, .note-box strong { color: #3E3A39; 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) --\u003e\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eWOODSキャップ、スタイルに溶け込む洗練\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eカナダ発の本格派ブランドWOODSが贈る、どんな装いにも馴染むキャップです。計算された\u003cstrong\u003eミニマルデザイン\u003c\/strong\u003eが、日々のコーディネートを格上げし、洗練された印象を与えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_08dd5cc3-4b46-49a7-965b-e3a23e81169a.jpg?v=1776752491\" class=\"img-fluid d-block w-100 product-img\" alt=\"WOODSキャップ\"\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\/0638\/5251\/1293\/files\/download_3bba9327-8f30-4a62-8768-38e85e14f2f6.jpg?v=1776752491\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャップのサイドロゴ\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e細部に宿るブランドの美意識\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e後ろ姿も妥協しない快適フィット\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e後頭部にはスムーズなサイズ調整が可能な\u003cstrong\u003eアジャスター\u003c\/strong\u003eを装備しています。頭の形に自然にフィットし、長時間の着用でもストレスを感じさせません。機能美が映える後ろ姿も魅力です。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_999dc39c-2a59-404f-81fb-75650072dc03.jpg?v=1776752491\" class=\"img-fluid d-block w-100 product-img\" alt=\"キャップの後ろ姿とアジャスター\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eアクティブな日常に寄り添う\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- スペック・詳細セクション (Specs) --\u003e\n  \u003cdetails class=\"spec-details\"\u003e\n    \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n    \u003cdiv class=\"spec-content\"\u003e\n      \u003cp\u003eカナダ発の本格派アウトドアブランドWOODSのキャップです。主な特徴は以下の通りです。\u003c\/p\u003e\n      \u003cul class=\"basic-list\"\u003e\n        \u003cli\u003eカナダ発の本格派アウトドアブランド\u003c\/li\u003e\n        \u003cli\u003eサイドロゴはシンプルな中にもエッジの効いたデザイン\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"WOODS","offers":[{"title":"BLACK \/ 56-59","offer_id":43035702591549,"sku":"90WDS-040-black","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"BEIGE \/ 56-59","offer_id":43035702624317,"sku":"90WDS-040-beige","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"WHITE \/ 56-59","offer_id":43035702657085,"sku":"90WDS-040-white","price":2500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_08dd5cc3-4b46-49a7-965b-e3a23e81169a.jpg?v=1776752491"}],"url":"https:\/\/hat-beat.we-shop.jp\/collections\/white.oembed","provider":"HAT BEAT","version":"1.0","type":"link"}