{"product_id":"vintage-embossed-carafe-set-rjc","title":"ヴィンテージ エンボス加工 カラフェセット","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home \u0026 Living \/ Drinkware (Bedside Water Carafe Set)\nTarget Audience: Homeowners, decorators, office workers seeking aesthetic and practical hydration solutions.\nVisual Style: Clean, elegant, vintage-inspired with a calming, spa-like feel.\nColor Strategy: \n  - Primary: Ocean Blue (#216f9f) matching the glass tint.\n  - Backgrounds: Crisp White (#ffffff) and Soft Azure (#f0f6f9) for contrast and freshness.\n  - Text: Deep Slate (#1a2a35) for strong readability.\nShape Strategy: Radius 16px (Soft, friendly, fitting for home decor and self-care items).\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, Body text 18-20px. Word-break applied to prevent overflow.\nMobile Table Strategy: Card-based (No horizontal scroll). Automatic conversion of metric\/imperial included.\nMobile Ordering Lock: Strictly Image -\u003e Text stacking on mobile. Z-Pattern (alternating) on desktop.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1. Design System \u0026 CSS Variables *\/\n    :root {\n      --primary: #216f9f;\n      --bg-body: #ffffff;\n      --bg-card: #f0f6f9;\n      --text-main: #1a2a35;\n      --text-sub: #4b6375;\n      --border-color: #dbe4ea;\n      \n      --radius-lg: 16px;\n      --radius-md: 10px;\n      \n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 4rem);\n      \n      --font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* 0. Typography \u0026 Global Resets *\/\n    .product-detail-container {\n      width: 100%;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: var(--font-family);\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3, \n    .product-detail-container p {\n      margin: 0;\n      padding: 0;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Typographic Hierarchy *\/\n    .pd-h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .pd-h2 {\n      font-size: clamp(26px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .pd-h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n\n    .pd-body {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n    }\n\n    \/* Non-clickable Visual Badges *\/\n    .pd-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-top: 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-badge {\n      background-color: var(--bg-card);\n      color: var(--primary);\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n      display: inline-block;\n      user-select: none;\n    }\n\n    \/* Section Wrappers *\/\n    .pd-section {\n      margin-top: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Image Placeholder Styling (Strict Scheme A) *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: #f8f9fa;\n      border: 2px dashed #ced4da;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #6c757d;\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-module);\n      align-items: center;\n      text-align: center;\n    }\n    \n    .pd-hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* Feature Section (Mobile Lock \u0026 Desktop Z-Pattern) *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Ordering Lock: Image Top, Text Bottom *\/\n      gap: var(--spacing-module);\n      margin-bottom: var(--spacing-module);\n    }\n\n    .pd-feature-media, \n    .pd-feature-text {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Desktop Z-Pattern *\/\n        align-items: center;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Alternating layout *\/\n      }\n    }\n\n    \/* Specs Table (Card-Based on Mobile) *\/\n    .pd-specs-container {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 4vw, 3rem);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .pd-table th, \n    .pd-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      font-size: clamp(16px, 1.8vw, 18px);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background-color: rgba(255, 255, 255, 0.5);\n    }\n\n    .pd-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile override to Cards - CRITICAL *\/\n      .pd-table, \n      .pd-table tbody, \n      .pd-table tr, \n      .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tr {\n        margin-bottom: 1rem;\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 1rem;\n      }\n      .pd-table td {\n        display: flex;\n        flex-direction: column;\n        border-bottom: none;\n        padding: 0.5rem 0;\n        gap: 0.5rem;\n      }\n      .pd-table td:not(:last-child) {\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .pd-faq-item {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2rem);\n    }\n\n    .pd-faq-q {\n      margin-bottom: 0.75rem;\n      color: var(--primary);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003ch1 class=\"pd-h1\"\u003eヴィンテージの優雅さで水分補給を格上げ\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003e美しさと日常の実用性の完璧なバランスを発見してください。4ピースの美しいエンボスガラスカラフェセットで、昼夜問わず優雅に新鮮な水を手元に置けます。\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badges\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e鉛フリーガラス\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e食器洗い機対応\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e省スペース設計\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\" style=\"width: 100%;\"\u003e\n\u003c!-- Natural Flow Layout used here --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/b25c58b02e21efc0c2ae5fcfda346dfb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/adba61e0f80525e1cb45a3806b0cbc17.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e賢いカップ兼蓋デザインで24時間新鮮さをキープ\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003e水にほこりや不純物が入る心配はもうありません。マッチングした5オンスのグラスは、カラフェの上に逆さまにぴったりはまるように特別に作られています。この直感的なデザインが保護カバーとして機能し、いつでも新鮮で清潔な水を保ちながら、ナイトスタンドのスペースも節約します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/bfaa06dddc5d7f82ee6da8bc851c7625.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e芸術的なヴィンテージエッチング\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003e時代を超えた洗練された雰囲気をインテリアにプラス。厚手の食品グレードガラスで作られたカラフェとグラスには、繊細でヴィンテージ風のエンボス模様が施されています。バスルームの洗面台やホームオフィスの机、ゲストルームのベッドサイドテーブルに置いても、光を美しく反射し、部屋の雰囲気を高めます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/676fdd839fce268edbb2e77aa6ff5edd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e耐久性があり、安全でお手入れも簡単\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003e毎日の使用に最適に作られています。高級な鉛フリーガラスを使用し、割れにくく日常使いに安全です。リフレッシュしたい時は、両方を食器洗い機に入れるだけで簡単にお手入れでき、長く透明感と衛生を保てます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Layout Enabled) --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-container\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: var(--spacing-module);\"\u003e製品仕様\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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=\"Feature\"\u003eセット内容\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eカラフェ1個、マッチンググラス1個\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eカラフェ容量\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e18オンス（約532 ml）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eグラス容量\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e5オンス（約148 ml）\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e全高（積み重ね時）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e7.63インチ \/ 19.4 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e素材\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e高級厚手の鉛フリーガラス\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eお手入れ方法\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e100％食器洗い機対応\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 class=\"pd-h2\" style=\"text-align: center; margin-bottom: var(--spacing-module);\"\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eグラスは簡単に割れないほど厚いですか？\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eはい。このカラフェセットは高品質で厚手の食品グレードガラスで作られており、耐久性があり日常の衝撃に強いため、ベッドサイドやバスルームでの使用に最適です。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eこれらは食器洗い機に入れても大丈夫ですか？\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eもちろんです！カラフェとグラスの両方とも食器洗い機対応で、美しいヴィンテージのエッチング模様を傷つけることなく簡単にしっかり洗浄できます。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eカップはしっかりと上に乗って簡単に落ちませんか？\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eはい、5オンスのグラスの縁は正確に設計されており、カラフェの首部分にしっかりと安定して逆さまに乗るようになっているため、安定した防塵の蓋として機能します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛏️ 1セット（カラフェ1個＋グラス1個）","offer_id":48044488523988,"sku":"0326-20175888","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2セット（カラフェ2個＋グラス2個）- 一番人気","offer_id":48044488556756,"sku":"0326-20172014","price":23.95,"currency_code":"USD","in_stock":true},{"title":"🎁 4セット（カラフェ4個＋グラス4個）- 15%お得","offer_id":48044488589524,"sku":"0326-20179188","price":46.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/b25c58b02e21efc0c2ae5fcfda346dfb.jpg?v=1780486948","url":"https:\/\/omurio.com\/ja\/products\/vintage-embossed-carafe-set-rjc","provider":"Omurio","version":"1.0","type":"link"}