{"product_id":"retro-oversized-gold-aviators-rjc","title":"レトロオーバーサイズゴールドアビエイターサングラス","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-Fashion High-Quality Accessories (Retro Aviator Sunglasses)\nTarget Audience: Trendsetters, Women seeking premium, luxurious, and bold fashion items.\nVisual Style: 70s Retro Glamour merged with Modern Luxury. High contrast, elegant spacing.\nColor Strategy: Metallic Gold (--primary), Deep Charcoal (--text-main) for premium contrast, Warm Ivory\/Clean White background.\nShape Strategy: Radius 12px for images and cards to blend metallic luxury with feminine curves.\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 40px, Body: 18px).\nMobile Table Strategy: Card-based (No horizontal scroll), using data-label for property matching.\nImage Mapping: Hero=image_1, Features=image_2, image_3, image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #D4AF37;\n    --primary-light: #FBF7EB;\n    --text-main: #1A1A1A;\n    --text-sub: #595959;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9F9F9;\n    --border-color: #E5E5E5;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5vw, 4rem) 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    margin: 0 0 1rem 0;\n    font-weight: 700;\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(26px, 3.5vw, 32px);\n    line-height: 1.3;\n    margin: 0 0 1.5rem 0;\n    font-weight: 600;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    margin: 0 0 1rem 0;\n    font-weight: 600;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Non-clickable Badges \u0026 Social Proof *\/\n  .social-proof {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--primary-light);\n    color: #927519;\n    padding: 10px 20px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 2rem;\n  }\n\n  .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-bottom: 1.5rem;\n  }\n\n  .feature-badge {\n    background: var(--bg-card);\n    border: 1px solid var(--border-color);\n    padding: 8px 16px;\n    border-radius: 6px;\n    font-size: 16px;\n    color: var(--text-main);\n    font-weight: 500;\n  }\n\n  \/* Images - Strictly natural flow *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: 500;\n    text-align: center;\n    padding: 20px;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n  }\n\n  .hero-copy {\n    max-width: 800px;\n    margin: 0 auto 3rem auto;\n  }\n\n  \/* Feature Z-Pattern Layout *\/\n  .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 8vw, 6rem);\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  \/* Desktop Z-Pattern *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n  }\n\n  \/* Specs Table *\/\n  .specs-section {\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  \/* Desktop Table *\/\n  @media (min-width: 768px) {\n    .specs-table th,\n    .specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th {\n      color: var(--text-sub);\n      font-weight: 600;\n      width: 40%;\n    }\n    .specs-table td {\n      color: var(--text-main);\n      font-weight: 500;\n    }\n  }\n\n  \/* Mobile Card Table *\/\n  @media (max-width: 767px) {\n    .specs-table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none;\n    }\n    .specs-table tr {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 1rem;\n    }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.5rem 0;\n      border-bottom: 1px solid #f0f0f0;\n      font-size: 16px;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-sub);\n      margin-right: 1rem;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n\n  .faq-q {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 600;\n    margin-bottom: 0.5rem;\n    color: var(--text-main);\n  }\n\n  .faq-a {\n    font-size: clamp(18px, 2vw, 19px);\n    color: var(--text-sub);\n    line-height: 1.6;\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"social-proof\"\u003e★★★★★ 必須のファッションアクセサリー\u003c\/div\u003e\n\n\u003ch1\u003e70年代を感じて。太陽を支配しよう。\u003c\/h1\u003e\n\n\u003cp\u003eレトロなエレガンスの極み。トレンディなサーディンスタイルのテンプルと究極のUV400保護を備えたプレミアムなオーバーサイズゴールドアビエーター。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408174110\/010661c5e595afba7941d9a03f13bc4d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408174110\/266f6d8ae0f713f8f90a187734dbda3d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-badge\"\u003e厚手のゴールドフレーム\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eサーディンスタイルのテンプル\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003e遠慮なく贅沢に\u003c\/h2\u003e\n\n\u003cp\u003e高品質な素材で作られており、一般的な軽量サングラスとは一線を画します。厚みのある磨き上げたゴールドのテンプルを意図的に多く使用し、満足感のある重厚で贅沢な手触りを実現しました。\u003c\/p\u003e\n\n\u003cp\u003e象徴的な「サーディン」スタイルのテンプルは、70年代のヴィンテージルーツを尊重しつつ最新のオートクチュールトレンドにしっかりとマッチします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408174358\/ba1bf74b44d557b0d1d52145a3870d06.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-badge\"\u003eUV400保護\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003e反射防止\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003e完璧な視界。究極の保護。\u003c\/h2\u003e\n\n\u003cp\u003e目の健康は見た目と同じくらい大切です。オーバーサイズレンズはUV400規格で、有害なUVAおよびUVBを100％カットするよう設計されています。\u003c\/p\u003e\n\n\u003cp\u003eまぶしい午後の太陽や夕日を見ながらのドライブでも、クリアで快適な視界を楽しめ、長期的なUVダメージから目を守ります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408174110\/3bb4372db4f50779c61c006d81d82f16.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-badge\"\u003eオールシーズン着用可能\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003e多用途ファッション\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003e毎日の主役アイテム\u003c\/h2\u003e\n\n\u003cp\u003e大胆で美しい人のためにデザインされました。このオーバーサイズのゴールドサングラスは、カジュアルな日常からハイファッションのイベントまで、どんな装いも簡単に格上げします。\u003c\/p\u003e\n\n\u003cp\u003eドライブ、ショッピング、エキゾチックなバケーション、または日常のコーヒータイムにゴールドの華やかさをプラスするのに最適。年間を通して欠かせないアクセサリーです。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e製品仕様\u003c\/h2\u003e\n\n\u003cp\u003eプレミアムなフィット感と贅沢な手触りのために精密に設計されています。\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eサイズ\u003c\/th\u003e\n\t\t\t\u003cth\u003eメートル法＆インチ表示\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Frame Width\"\u003eフレーム幅\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14.5 cm \/ 5.7 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lens Height\"\u003eレンズ高さ\u003c\/td\u003e\n\t\t\t\u003ctd\u003e5.8 cm \/ 2.3 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lens Width\"\u003eレンズ幅\u003c\/td\u003e\n\t\t\t\u003ctd\u003e6.2 cm \/ 2.4 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Temple Length\"\u003eテンプル長さ\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14.0 cm \/ 5.5 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e重さ\u003c\/td\u003e\n\t\t\t\u003ctd\u003e45.0 g \/ 1.6 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Frame Material\"\u003eフレーム素材\u003c\/td\u003e\n\t\t\t\u003ctd\u003e磨き上げた厚手の金属（ゴールド仕上げ）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"UV Rating\"\u003eUV評価\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUV400（UVA\/UVBを100％カット）\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=\"faq-section\"\u003e\n\u003ch2\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e小顔に合いますか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003e70年代のオーバーサイズデザインは、どんな顔型でも大胆な印象を与えることを意図しています。ただし、贅沢で重めの金属フレームと広いレンズのため、中〜大きめの顔型に最も自然にフィットします。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e普通のサングラスより重いですか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eはい。本当に贅沢な質感と耐久性を実現するために、厚手の金属フレームとサーディンスタイルのテンプルを使用しました。これにより、薄いプラスチックや細いワイヤーフレームに比べて高級感としっかりとした重みを感じられます。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eゴールドの仕上げはどのように手入れすればいいですか？\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003e使用後は柔らかいマイクロファイバークロスでフレームとレンズを優しく拭くだけでOKです。光沢のあるゴールド仕上げを長年美しく保つために、強い化学薬品やアルコールワイプ、研磨剤の使用は避けてください。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"ゴールド \/ ダークグレー","offer_id":47992010571988,"sku":"0408-18531978","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ゴールド \/ グラデーショングレー","offer_id":47992010604756,"sku":"0408-18535925","price":12.95,"currency_code":"USD","in_stock":true},{"title":"シルバー \/ グラデーショングレー","offer_id":47992010637524,"sku":"0408-18536541","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ゴールド \/ グラデーションブラウン","offer_id":47992010670292,"sku":"0408-18538070","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ゴールド \/ オレンジ","offer_id":47992010703060,"sku":"0408-18539554","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ゴールド \/ シャンパン","offer_id":47992010735828,"sku":"0408-18539196","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ゴールド \/ ブルーライトカット","offer_id":47992010768596,"sku":"0408-18535291","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/010661c5e595afba7941d9a03f13bc4d.jpg?v=1779883611","url":"https:\/\/omurio.com\/ja\/products\/retro-oversized-gold-aviators-rjc","provider":"Omurio","version":"1.0","type":"link"}