{"product_id":"adjustable-side-buckle-hat-rjc","title":"調節可能なサイドバックルハット","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：男士英伦风前进帽（鸭舌帽\/贝雷帽变体）\n  目标受众：注重风格与实用性的户外旅行者、城市休闲男性\n  视觉风格：经典、复古、户外质感\n  配色策略：采用低饱和度的深灰蓝作为主色调，配合米色背景，营造品质感。\n  模块顺序：Hero (强调风格与场景) → Feature 1 (工艺细节) → Feature 2 (舒适调节) → Feature 3 (通用风格) → Specs → FAQ\n  详情图映射：Hero=image_2.png (最佳佩戴效果), Feature1=image_1.png (侧面细节特写), Feature2=image_3.png (侧面调节扣展示), Feature3=image_4.png (正面风格展示)\n  规格图映射：Specs数据来源于image_5.png\n  对比模块：未加入 (产品风格独特，无需强调与普通竞品的对比)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2C3E50; \/* 深灰蓝，沉稳经典 *\/\n      --primary-hover: #34495E;\n      --text-main: #2D2D2D;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F7; \/* 极浅米色背景，呼应产品色调 *\/\n      --bg-soft: #F0F0EB;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --border-color: #E5E5E0;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin: 0 0 16px;\n      color: var(--primary);\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 16px;\n      color: var(--primary);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin: 0 0 12px;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin: 0 0 20px;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Utilities *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (max-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n      }\n      \n      \/* Mobile: Image on top, text below *\/\n      .pd-feature-reverse {\n        display: flex;\n        flex-direction: column;\n      }\n      .pd-feature-reverse .pd-img-wrap {\n        order: -1;\n        margin-bottom: 1.5rem;\n      }\n    }\n\n    \/* Image Utilities *\/\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-img-wrap-fixed {\n      aspect-ratio: 4\/3; \/* 统一图片比例 *\/\n      overflow: hidden;\n      border-radius: var(--radius-lg);\n      background: var(--bg-card);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .pd-img-wrap-fixed img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover; \/* 模特图和场景图适合cover *\/\n    }\n    \n    \/* Detail image needs contain to show stitching cleanly *\/\n    .pd-img-wrap-detail img {\n        object-fit: contain;\n        padding: 20px;\n    }\n\n\n    \/* Components *\/\n    .pd-hero-badge {\n      display: inline-block;\n      padding: 8px 16px;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .pd-tag {\n      padding: 6px 12px;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* Specs Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-specs-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 40%;\n      background: var(--bg-soft);\n    }\n\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    @media (max-width: 767px) {\n        .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n            display: block;\n            width: 100%;\n        }\n        .pd-specs-table th {\n            display: none; \/* Hide headers on mobile *\/\n        }\n        .pd-specs-table td {\n            padding: 12px 16px;\n            position: relative;\n            padding-left: 50%; \/* Make space for label *\/\n            border-bottom: 1px solid var(--border-color);\n        }\n        .pd-specs-table td::before {\n            content: attr(data-label);\n            position: absolute;\n            left: 16px;\n            top: 12px;\n            font-weight: 600;\n            color: var(--primary);\n        }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 24px;\n      padding: 24px;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-faq-item h3 {\n      margin-bottom: 12px;\n      color: var(--primary);\n      display: flex;\n      align-items: center;\n    }\n    .pd-faq-item h3::before {\n        content: \"Q.\";\n        margin-right: 8px;\n        color: var(--text-sub);\n    }\n\n    .pd-faq-item p {\n      margin-bottom: 0;\n      font-size: 16px;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cspan class=\"pd-hero-badge\"\u003eクラシックな英国スタイル\u003c\/span\u003e\n\u003ch1\u003eアウトドア＆トラベルに欠かせないフォワードキャップ\u003c\/h1\u003e\n\n\u003cp\u003eクラシックなフラットキャップとタフなアウトドアユーティリティの洗練された融合。スタイルと日よけの両方を求める現代の男性のためにデザインされました。\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 32px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260527_25fe83ad_20260527_2fc0355f_from_url_en_11_f64b01be72cc6565786011f5e790b151_refsize_800x800_5f7d5b6d-ca3e-4e79-adf1-4d96369cbbdc.png?v=1779875870\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Design \u0026 Craftsmanship --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003e際立つディテールと職人技\u003c\/h2\u003e\n\n\u003cp\u003eフォワードブリムのシルエットがもたらす構造的なエレガンスを体験してください。このキャップは多パネル構造で精密なステッチと耐久性のあるテクスチャー生地を特徴としています。側面の控えめな金属製「スポーツ」ラベルが、普通の野球帽とは異なる洗練されたヴィンテージ感を加えています。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e形状を保つつば\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e高品質なステッチ\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eヴィンテージ風の金属アクセント\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrap-fixed pd-img-wrap-detail\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260527_8637961a_20260527_f01b5dec_from_url_en_12_d6ad1572a4cf857e344aba1e4373e275_refsize_800x800_649b7760-08d4-4fc0-9ceb-aa169e3142be.png?v=1779875879\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Fit \u0026 Comfort (Reverse Layout on Desktop) --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2 pd-feature-reverse\"\u003e\n\u003cdiv class=\"pd-img-wrap-fixed\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a16bf9c53a5b_20260527_755d6ec4_20260527_ec1bb34e_from_url_en_05_24ec86956a601a02b6f6beb0d218f000.webp?v=1779875743\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ch2\u003eフィット感を追求した一日中快適な着用感\u003c\/h2\u003e\n\n\u003cp\u003e一般的なスナップバックとは違います。このキャップは両側にある金属製バックルアジャスターを使い、頭の形にぴったり合う正確でカスタマイズされたフィット感を実現します。長時間の着用でも圧迫感なく最大限の快適さを保証します。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e両側バックル\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eカスタマイズ可能なフィット感\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eしっかりと快適\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatility --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eあらゆる旅に対応する多用途スタイル\u003c\/h2\u003e\n\n\u003cp\u003eカジュアルと洗練の間をつなぐデザイン。短くあらかじめカーブがついたつばは、視界を妨げずに目を効果的に日差しから守り、街歩きやドライブ、アウトドアの冒険に最適です。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e実用的な日よけ\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e都会的＆アウトドア\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e時代を超えたルック\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrap-fixed\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260527_95d3a36d_20260527_3d84bd34_from_url_en_14_c3f3b77d4ddab1d73a9de455677787e3_refsize_800x800_3c5381cd-4a16-4e79-a6b2-d0cfec9bb529.png?v=1779875898\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Style\"\u003eスタイル\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Style\"\u003eブリティッシュフォワードキャップ／フラットキャップ／ベレー帽のバリエーション\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003e素材\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e耐久性のあるコットン／キャンバス混紡生地\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Size\"\u003eサイズ\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e調整可能（ほとんどの標準的な成人の頭サイズに対応）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Adjustment Type\"\u003e調整タイプ\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Adjustment Type\"\u003e両側の金属バックル\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Brim Features\"\u003eつばの特徴\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Brim Features\"\u003e短く、あらかじめカーブがついた硬いつば\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eキャップのフィット感はどのように調整しますか？\u003c\/h3\u003e\n\n\u003cp\u003eキャップの後部左右には金属製のスライダーバックルが付いています。バックルをスライドさせるだけでストラップの締め具合を調整し、お好みのフィット感にできます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eつばは柔らかいですか、それとも硬いですか？\u003c\/h3\u003e\n\n\u003cp\u003e前方の短いつばは硬く、あらかじめカーブがついています。このデザインはキャップのクラシックな形状を保ち、目を効果的に日差しから守ります。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e生地の感触はどのようなものですか？\u003c\/h3\u003e\n\n\u003cp\u003eこの素材はキャンバスや厚手のコットンツイルに似た耐久性のあるテクスチャー感があり、アウトドア活動に適した通気性と快適さを備えています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"カーキ","offer_id":47974883328212,"sku":"1729503894840841312","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ブラック","offer_id":47974883360980,"sku":"1729503894840513632","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ダークグレー","offer_id":47974883393748,"sku":"1729503894840579168","price":12.95,"currency_code":"USD","in_stock":true},{"title":"紺色","offer_id":47974883426516,"sku":"1729503894840644704","price":12.95,"currency_code":"USD","in_stock":true},{"title":"アーミーグリーン","offer_id":47974883459284,"sku":"1729503894840710240","price":12.95,"currency_code":"USD","in_stock":true},{"title":"コーヒーブラウン","offer_id":47974883492052,"sku":"1729503894840775776","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/f64b01be72cc6565786011f5e790b151.jpg?v=1779520370","url":"https:\/\/omurio.com\/ja\/products\/adjustable-side-buckle-hat-rjc","provider":"Omurio","version":"1.0","type":"link"}