{"title":"BIGサイズキャップ","description":"","products":[{"product_id":"12-1101","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\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\/download_61abecd1-a47d-4903-ad40-6adadfd410d6.jpg?v=1776754875\" 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_bfa2f2a0-f8ba-4db3-8cde-1e7e26be75b6.jpg?v=1776754875\" 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\"\u003e59〜63cmの\u003cstrong\u003e幅広い頭囲に対応するBIGサイズ設計\u003c\/strong\u003e。調節可能なバックルで、誰でも自分にぴったりのフィット感を見つけられます。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_e300d004-1fe2-4bcb-8a09-20dc4f924fb0.jpg?v=1776754875\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e締め付けない解放感\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- スペック・詳細セクション (Specs) --\u003e\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eシンプルな刺繍ロゴのキャップです。スタイルを選ばないデザインで幅広いシーンで活躍します。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eシンプルな刺繍ロゴ\u003c\/strong\u003e：さりげない個性を主張します。\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eやや深めのクラウンとカーブしたツバ\u003c\/strong\u003e：アウトドアからストリートスタイルまでマッチします。\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eストレスフリーな被り心地を追求したBIGサイズ設計です。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e対応頭囲\u003c\/strong\u003e: 59～63㎝ (BIGサイズ)\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"TURNBULENCE","offers":[{"title":"BLACK \/ 59-63","offer_id":43035699314749,"sku":"12-1101-black","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"ALLBLACK \/ 59-63","offer_id":43035699347517,"sku":"12-1101-white","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_61abecd1-a47d-4903-ad40-6adadfd410d6.jpg?v=1776754875"},{"product_id":"12-1855","title":"3D NYC キャップ　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 alt=\"快適フィットで頭も心も軽やかな3D NYC キャップ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_987345cc-ad6c-45a2-bc61-0e1181cbc529.jpg?v=1776754778\"\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の確かな存在感。シンプルながらも、その造形が放つモダンな魅力が、${settings.WRITING_TARGET}の個性を引き立てます。細部のこだわりが、装いに差をつける。\u003c\/p\u003e\n\u003cimg alt=\"都会的な3Dロゴが躍動感を与えるキャップ\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_fdb4a55a-a2b0-4cf1-89ca-2674f84bbc0f.jpg?v=1776754778\"\u003e\n\u003cp class=\"caption-text text-end\"\u003e都会的な3Dロゴの躍動感\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が頭部を優しく包み込み、流れるような\u003cstrong\u003eカーブツバ\u003c\/strong\u003eが顔周りをすっきりと見せます。スポーツシーンからタウンユースまで、${settings.WRITING_TARGET}のどんなスタイルにも溶け込む完成されたシルエットが魅力です。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_a4d61d58-d8cf-4c04-b572-b6e13df4da03.jpg?v=1776754778\" alt=\"\"\u003e\u003cbr\u003e\n\u003cp class=\"caption-text text-end\"\u003e理想的なフォルムでスタイルアップ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- スペック・詳細セクション (Specs) --\u003e\n\u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\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この「3D NYC キャップ BIGサイズ」は、デザインと機能性を両立させた特別な一品です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eシンプルな\u003cstrong\u003e立体ラバーロゴ\u003c\/strong\u003e：洗練されたデザインアクセント。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eやや深めのクラウン\u003c\/strong\u003e：頭部を優しく包み込み、安定した被り心地。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eカーブしたツバ\u003c\/strong\u003e：顔周りをすっきりと見せ、様々なスタイルにマッチ。\u003c\/li\u003e\n\u003cli\u003eスポーツからカジュアルまで対応：幅広いシーンで活躍します。\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\n\u003cstrong\u003eBIGサイズ設計\u003c\/strong\u003e：一般的なサイズより大きめ。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e頭囲\u003c\/strong\u003e：59～63cmに対応。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eストレスフリー\u003c\/strong\u003eな被り心地：長時間の着用でも快適さをキープします。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"spec-img-full\"\u003e\u003cimg alt=\"キャップのサイズチャート\" class=\"img-fluid d-block w-100 product-img\" src=\"https:\/\/via.placeholder.com\/600x400?text=Size+Chart+Image+Missing\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"ナカシマ","offers":[{"title":"BLACK \/ 59-63","offer_id":43035699380285,"sku":"12-1855-black","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"ALLBLACK \/ 59-63","offer_id":43035699413053,"sku":"12-1855-allblack","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"BEIGE \/ 59-63","offer_id":43035699445821,"sku":"12-1855-beige","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_987345cc-ad6c-45a2-bc61-0e1181cbc529.jpg?v=1776754778"},{"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-3509","title":"Star circle キャップ　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\u003cdiv class=\"content-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eBIGサイズキャップでゆったり\u003c\/h3\u003e\n\u003cp class=\"body-text\"\u003e頭のサイズに悩む方に朗報です。\u003cstrong\u003e59〜63cmのBIG設計\u003c\/strong\u003eで、締め付け感なくストレスフリーな被り心地を実現します。スポーツやカジュアルシーンに最適化された深めのクラウンとカーブしたツバが、洗練されたスタイルを演出します。\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_249a3903-1333-4eb5-9326-a4523ef5a38c.jpg?v=1776754345\" alt=\"\"\u003e\u003cbr\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_1277e87d-22f6-49e1-94ba-f9bec6ff14f0.jpg?v=1776754345\"\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_0b149a99-3baf-4d1d-9f40-8cda0fc60354.jpg?v=1776754345\"\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\u003cdetails class=\"spec-details\"\u003e\n\u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cp\u003eStar circle キャップの主な特徴です。\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\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\u003eBIGサイズ対応頭囲: \u003cstrong\u003e59～63cm\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ナカシマ","offers":[{"title":"BLACK×SILVER \/ 59-63","offer_id":43035699675197,"sku":"12-3509-black×silver","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK×GOLD \/ 59-63","offer_id":43035699707965,"sku":"12-3509-black×gold","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"BLACK×BLACK \/ 59-63","offer_id":43035699740733,"sku":"12-3509-black×black","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_249a3903-1333-4eb5-9326-a4523ef5a38c.jpg?v=1776754345"},{"product_id":"12-4054","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    \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\/download_ed47dd18-2d17-4f74-91f5-6f11f3077cd0.jpg?v=1776754177\" class=\"img-fluid d-block w-100 product-img\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e都会的なデザイン、解放感のある被り心地\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003eツバのロゴ刺繍が放つ、個性際立つアクセント\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003eツバに施された\u003cstrong\u003e精巧なロゴ刺繍\u003c\/strong\u003eは、\u003cstrong\u003e唯一無二の存在感\u003c\/strong\u003eを放ち、シンプルな中に奥深いこだわりを表現しています。\u003cstrong\u003e細部に宿る上質さ\u003c\/strong\u003eが、普段の装いを格上げします。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_5ce81cc0-4c58-47b8-ab6a-02d7a1440917.jpg?v=1776754177\" 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後ろ姿まで美しく設計されたフォルムは、360度どこから見ても抜かりありません。\u003cstrong\u003e約59～63cmに対応するBIGサイズ\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\/download_ab926481-3334-4a33-a640-1469eee7d770.jpg?v=1776754177\" 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\u003eTBバイザー刺繍 キャップは、以下の特徴を持つ万能なデザインです。\u003c\/p\u003e\n            \u003cul class=\"benefit-list\"\u003e\n                \u003cli\u003eツバにロゴ刺繍が施されたデザイン\u003c\/li\u003e\n                \u003cli\u003eやや深めのクラウンとカーブしたツバ\u003c\/li\u003e\n                \u003cli\u003eアウトドアからストリートスタイルまで幅広いシーンにマッチ\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n        \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n        \u003cdiv class=\"spec-content\"\u003e\n            \u003cp\u003eBIGサイズ設計により、頭のサイズを気にせず快適に着用いただけます。\u003c\/p\u003e\n            \u003cul class=\"basic-list\"\u003e\n                \u003cli\u003e対応サイズ: 59～63cm\u003c\/li\u003e\n                \u003cli\u003e通常サイズよりも大きいゆったり設計\u003c\/li\u003e\n                \u003cli\u003eストレスフリーな被り心地\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"spec-img-full\"\u003e\n                \u003cimg src=\"https:\/\/via.placeholder.com\/600x400?text=SIZE+CHART+IMAGE+REQUIRED\" class=\"img-fluid d-block w-100 product-img\" alt=\"サイズチャート\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\u003c\/div\u003e","brand":"TURNBULENCE","offers":[{"title":"BLACK \/ 59-63","offer_id":43035699839037,"sku":"12-4054-black","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"GRAY \/ 59-63","offer_id":43035699871805,"sku":"12-4054-gray","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"CAMO \/ 59-63","offer_id":43035699904573,"sku":"12-4054-camo","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_ed47dd18-2d17-4f74-91f5-6f11f3077cd0.jpg?v=1776754177"},{"product_id":"25-1705","title":"シャドーカモ刺繍 キャップ　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  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eゆったりBIGサイズ、大人の影迷彩\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e通常サイズより大きく設計された59～63cmの\u003cstrong\u003eBIGサイズ\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\/download_aead7ac5-dc69-4f66-a5ce-6922892c5f37.jpg?v=1773206934\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003e窮屈感なし、開放的なフィット\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e快適メッシュで蒸れない、スポーツキャップ\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003e\u003cstrong\u003e通気性に優れたメッシュ素材\u003c\/strong\u003eを贅沢に使用し、汗ばむ季節やアクティブな動きでも頭部を\u003cstrong\u003e涼しく保ちます\u003c\/strong\u003e。\u003cstrong\u003eやや深めのクラウン\u003c\/strong\u003eと\u003cstrong\u003eカーブしたツバ\u003c\/strong\u003eが、スポーツシーンから日常使いまで幅広く活躍します。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_50ebe501-4897-45d8-9b3f-0cddd8c11bf1.jpg?v=1776753967\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eアクティブに、軽やかスタイル\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003e洗練シルエット、大きい頭に似合う帽子\u003c\/h3\u003e\n    \u003cp class=\"body-text\"\u003eこだわりの\u003cstrong\u003eやや深めのクラウン\u003c\/strong\u003eと、計算された\u003cstrong\u003eカーブのツバ\u003c\/strong\u003eが、顔周りをすっきりと見せ、どんな方にも似合う\u003cstrong\u003e美しいシルエット\u003c\/strong\u003eを演出。\u003cstrong\u003e大きいサイズのキャップ\u003c\/strong\u003eを探している方の理想を叶えます。\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_5ec2691d-f4f8-44f5-ad12-554268a7f1a5.jpg?v=1776753967\" class=\"img-fluid d-block w-100 product-img\"\u003e\n    \u003cp class=\"caption-text text-end\"\u003eどんな顔型も、スマートな印象\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-section\"\u003e\n    \u003ch3 class=\"section-title\"\u003eスペック・詳細\u003c\/h3\u003e\n\n    \u003cdetails class=\"spec-details\"\u003e\n      \u003csummary class=\"spec-summary\"\u003e商品の特徴\u003c\/summary\u003e\n      \u003cdiv class=\"spec-content\"\u003e\n        \u003cp\u003eカモフラージュ柄が主張しすぎず、コーディネートになじむキャップです。\u003c\/p\u003e\n        \u003cul class=\"benefit-list\"\u003e\n          \u003cli\u003e通常サイズより大きい設計で、締め付け感のないストレスフリーな被り心地。\u003c\/li\u003e\n          \u003cli\u003eやや深めのクラウンとカーブしたツバが、顔周りをすっきりと見せ、美しいシルエットを演出。\u003c\/li\u003e\n          \u003cli\u003eスポーツシーンから日常使いまで幅広く活躍します。\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \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ゆったりとしたBIGサイズ設計で、幅広い頭のサイズに対応します。\u003c\/p\u003e\n        \u003cul class=\"basic-list\"\u003e\n          \u003cli\u003e頭囲: 59～63cm (BIGサイズ)\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"spec-img-full\"\u003e\n          \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ナカシマ","offers":[{"title":"BLACK \/ 59-63","offer_id":43035700265021,"sku":"25-1750-black","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"GRAY \/ 59-63","offer_id":43035700297789,"sku":"25-1750-gray","price":2500.0,"currency_code":"JPY","in_stock":false},{"title":"NAVY \/ 59-63","offer_id":43035700330557,"sku":"25-1750-navy","price":2500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_aead7ac5-dc69-4f66-a5ce-6922892c5f37.jpg?v=1773206934"},{"product_id":"25-1751","title":"ユリ キャップ　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\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\/download_7b63837b-aa7f-4d99-9d3d-81683734ba5b.jpg?v=1776753860\" class=\"img-fluid d-block w-100 product-img\" alt=\"ユリ キャップ正面イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003eサイズで悩まない、男の自信\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e通気性抜群、真夏も快適な大人のメッシュキャップ\u003c\/h3\u003e\n        \u003cp class=\"body-text\"\u003e\u003cstrong\u003e通気性抜群のメッシュ素材\u003c\/strong\u003eが、頭部の蒸れを軽減し、長時間被っても快適さを維持。後部のアジャスターで、頭の形に\u003cstrong\u003e完璧にフィット\u003c\/strong\u003eし、安定感のある被り心地を約束。スポーツやカジュアルシーンで\u003cstrong\u003eスマートな後ろ姿\u003c\/strong\u003eを演出します。\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_4bd01c85-0ada-4246-8e83-ca0757c1281a.jpg?v=1776753860\" 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\/download_61819a8b-96d0-4e5f-90b1-e17e90c1c3b3.jpg?v=1773206934\" class=\"img-fluid d-block w-100 product-img\" alt=\"ユリ キャップ着用イメージ\"\u003e\n        \u003cp class=\"caption-text text-end\"\u003e大人の余裕、あらゆるシーンに\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-section\"\u003e\n        \u003ch3 class=\"section-title\"\u003e製品詳細\u003c\/h3\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003e商品の特徴・デザイン\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003eユリの紋章を立体刺繍で施した、こだわりデザインのキャップです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003eユリの紋章(Fleur de Lis）の立体刺繍ロゴ\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=\"benefit-list\"\u003e\n                    \u003cli\u003e通気性の良いメッシュ素材で蒸れにくい\u003c\/li\u003e\n                    \u003cli\u003e快適な着用感で長時間でもストレスフリー\u003c\/li\u003e\n                    \u003cli\u003e締め付け感がなくゆったりとした被り心地\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"spec-details\"\u003e\n            \u003csummary class=\"spec-summary\"\u003eサイズ詳細\u003c\/summary\u003e\n            \u003cdiv class=\"spec-content\"\u003e\n                \u003cp\u003e頭の大きい方のために特別に設計された、ゆとりのあるBIGサイズです。\u003c\/p\u003e\n                \u003cul class=\"basic-list\"\u003e\n                    \u003cli\u003e通常サイズより大きい設計\u003c\/li\u003e\n                    \u003cli\u003eBIGサイズ: 59～63㎝に対応\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ナカシマ","offers":[{"title":"BLACK \/ 59-63","offer_id":43035700363325,"sku":"25-1751-black","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"BEIGE \/ 59-63","offer_id":43035700396093,"sku":"25-1751-beige","price":2500.0,"currency_code":"JPY","in_stock":true},{"title":"GRAY \/ 59-63","offer_id":43035700428861,"sku":"25-1751-gray","price":2500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/5251\/1293\/files\/download_7b63837b-aa7f-4d99-9d3d-81683734ba5b.jpg?v=1776753860"}],"url":"https:\/\/hat-beat.we-shop.jp\/collections\/big%e3%82%b5%e3%82%a4%e3%82%ba%e3%82%ad%e3%83%a3%e3%83%83%e3%83%97.oembed","provider":"HAT BEAT","version":"1.0","type":"link"}