{"product_id":"rfid-anti-theft-phone-wallet-rjc","title":"RFID防盗スマホ財布","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Women's Crossbody Phone Purse\nTarget Audience: Women, commuters, travelers, and shoppers seeking convenience, style, and security\nVisual Style: Elegant, modern, organized, and feminine\nColor Strategy: Dusty Rose\/Taupe (--primary) with soft warm-grey cards, high-contrast text for readability\nShape Strategy: Radius 24px for a soft, friendly, and feminine touch\nTypography Strategy: Large Type (H1: 34-44px, Body: 18-20px), Mobile-first readability\nMobile Table Strategy: Strict Card-based layout with data-label logic (No horizontal scroll)\nImage Mapping: Hero=image_1, Compartments=image_2, Touchscreen=image_3, RFID=image_4, Strap=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* =========================================\n   1. DESIGN SYSTEM \u0026 CSS VARIABLES\n   ========================================= *\/\n.product-detail-container {\n    --primary: #BC8E8C;\n    --primary-light: #F4ECEB;\n    --text-main: #2C2A29;\n    --text-sub: #5C5857;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9F8F7;\n    --border-color: #E8E5E4;\n    \n    --radius-md: 16px;\n    --radius-lg: 24px;\n    \n    --shadow-sm: 0 4px 16px rgba(44, 42, 41, 0.04);\n    --shadow-lg: 0 16px 40px rgba(44, 42, 41, 0.08);\n    \n    --gap-section: clamp(3rem, 6vw, 5rem);\n    --gap-module: clamp(2rem, 5vw, 4rem);\n    --gap-element: clamp(1rem, 2vw, 1.5rem);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\n    box-sizing: border-box;\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: inherit;\n}\n\n\/* =========================================\n   2. TYPOGRAPHY SYSTEM\n   ========================================= *\/\n.product-detail-container h1, \n.product-detail-container h2, \n.product-detail-container h3, \n.product-detail-container p {\n    margin-top: 0;\n    margin-bottom: var(--gap-element);\n}\n\n.product-detail-container h1 {\n    font-size: clamp(34px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    color: var(--text-main);\n    letter-spacing: -0.02em;\n}\n\n.product-detail-container h2 {\n    font-size: clamp(28px, 4vw, 36px);\n    line-height: 1.3;\n    font-weight: 700;\n}\n\n.product-detail-container h3 {\n    font-size: clamp(22px, 3vw, 26px);\n    line-height: 1.4;\n    font-weight: 600;\n}\n\n.product-detail-container p,\n.product-detail-container li {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n}\n\n\/* =========================================\n   3. NON-INTERACTIVE BADGES\n   ========================================= *\/\n.pd-badge-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-bottom: var(--gap-element);\n}\n\n.pd-badge {\n    background-color: var(--primary-light);\n    color: var(--text-main);\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    cursor: default;\n    user-select: none;\n    display: inline-flex;\n    align-items: center;\n}\n\n\/* =========================================\n   4. IMAGE PROTOCOL (Scheme B: Fixed Ratio)\n   ========================================= *\/\n.pd-media-wrapper {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n    border: 2px dashed #D5D0CF; \/* Placeholder specific *\/\n}\n\n\/* Optional real image style inside wrapper if a real src is provided *\/\n.pd-media-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    position: absolute;\n    top: 0;\n    left: 0;\n}\n\n.pd-placeholder-text {\n    font-size: 18px;\n    font-weight: bold;\n    color: #999;\n    z-index: 2;\n    text-align: center;\n    padding: 20px;\n}\n\n\/* =========================================\n   5. LAYOUT: HERO SECTION\n   ========================================= *\/\n.pd-hero {\n    padding-top: var(--gap-section);\n    padding-bottom: var(--gap-section);\n    text-align: center;\n}\n\n.pd-hero-content {\n    max-width: 800px;\n    margin: 0 auto var(--gap-module);\n}\n\n\/* =========================================\n   6. LAYOUT: FEATURES (MOBILE LOCK \u0026 Z-PATTERN)\n   ========================================= *\/\n.pd-features {\n    display: flex;\n    flex-direction: column;\n    gap: var(--gap-section);\n    padding-bottom: var(--gap-section);\n}\n\n\/* Mobile Lock: Strict column, image top, text bottom *\/\n.pd-feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--gap-module);\n    align-items: center;\n}\n\n.pd-feature-media,\n.pd-feature-copy {\n    width: 100%;\n}\n\n.pd-feature-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n\n\/* Desktop Z-Pattern Enhancement *\/\n@media (min-width: 768px) {\n    .pd-feature-item {\n        flex-direction: row;\n    }\n    .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n        width: 50%;\n    }\n    \/* Prevent text touching the image *\/\n    .pd-feature-item {\n        gap: clamp(3rem, 6vw, 6rem); \n    }\n}\n\n\/* =========================================\n   7. LAYOUT: SPECS TABLE (MOBILE CARD LOCK)\n   ========================================= *\/\n.pd-specs-section {\n    padding-bottom: var(--gap-section);\n}\n\n.pd-specs-section h2 {\n    text-align: center;\n    margin-bottom: var(--gap-module);\n}\n\n.pd-table {\n    width: 100%;\n    border-collapse: collapse;\n}\n\n\/* Mobile: Card-based layout *\/\n@media (max-width: 767px) {\n    .pd-table, \n    .pd-table thead, \n    .pd-table tbody, \n    .pd-table tr, \n    .pd-table th, \n    .pd-table td {\n        display: block;\n        width: 100%;\n    }\n    \n    .pd-table thead {\n        display: none;\n    }\n    \n    .pd-table tr {\n        background: var(--bg-card);\n        border-radius: var(--radius-md);\n        margin-bottom: 16px;\n        padding: 16px 20px;\n        box-shadow: var(--shadow-sm);\n    }\n    \n    .pd-table td {\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        padding: 12px 0;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n    }\n    \n    .pd-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n    }\n    \n    .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 6px;\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n    }\n}\n\n\/* Desktop: Classic Zebra Table *\/\n@media (min-width: 768px) {\n    .pd-table th,\n    .pd-table td {\n        padding: 20px 24px;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n    }\n    \n    .pd-table th {\n        background: var(--primary-light);\n        font-weight: 700;\n        color: var(--text-main);\n        font-size: 18px;\n    }\n    \n    .pd-table tbody tr:hover {\n        background: var(--bg-card);\n    }\n}\n\n\/* =========================================\n   8. LAYOUT: FAQ SECTION\n   ========================================= *\/\n.pd-faq-section {\n    padding-bottom: var(--gap-section);\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.pd-faq-section h2 {\n    text-align: center;\n    margin-bottom: var(--gap-module);\n}\n\n.pd-faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 32px;\n    margin-bottom: 24px;\n}\n\n.pd-faq-item h3 {\n    margin-bottom: 16px;\n    color: var(--text-main);\n}\n\n.pd-faq-item p {\n    margin-bottom: 0;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge-group\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"pd-badge\"\u003e防水ポケット\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eRFIDセキュリティ\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e6.7インチのスマホ対応\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003e簡単な整理と究極のセキュリティの融合\u003c\/h1\u003e\n\n\u003cp\u003e必需品を収納し、個人データを保護し、手を自由に保ちながらも従来のショルダーバッグのかさばりを感じさせないスタイリッシュな多機能クロスボディバッグ。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314142259\/5abc949948ed0ce72f75284407cf7a37.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314142259\/adaa8252e2dfecbb20859d62ceedb45e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eコンパクトな見た目に驚きの収納力\u003c\/h2\u003e\n\n\u003cp\u003eクレジットカード、現金、化粧品、日用品をきちんと整理できる複数の賢い収納部を備えています。散らかったバッグの中を探し回る必要はありません。必要なものがすぐ手の届くところにあります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Touchscreen \u0026 Waterproof --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314142259\/39abde0a938145ed536c0afe26f68554.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eスマホを取り出さずにテキストやスクロールが可能\u003c\/h2\u003e\n\n\u003cp\u003e高感度でクリスタルクリアなタッチスクリーン窓により、メッセージの確認、音楽の変更、通話応答が瞬時に可能。防水コンパートメント内に完全密封されているため、突然の雨や誤ってこぼした液体、日常の落下からスマートフォンを完全に守ります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: RFID Blocking --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314142259\/5554bbe807192de992278152ed436def.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e高度なRFID盗難防止保護\u003c\/h2\u003e\n\n\u003cp\u003e安心して旅行を。軍用グレードのRFIDブロッキング素材を裏地に使用し、このクロスボディ財布は不正な電子スキャンを防ぎ、混雑した場所でもクレジットカード情報や個人情報を完全に守ります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Adjustable Strap --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder-text\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314142259\/e92863c052f9404c22faff9a1d1e15e8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eあなたにぴったりの長さに調節可能\u003c\/h2\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=\"pd-specs-section\"\u003e\n\u003ch2\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=\"Specification\"\u003e19 x 11 x 5 cm（7.5 x 4.3 x 2.0インチ）\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=\"Specification\"\u003e250g（8.8オンス）\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=\"Specification\"\u003e最大6.7インチ画面対応（例：iPhone Pro Max、Galaxy Ultra）\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=\"Specification\"\u003e最大130cm（51.2インチ）まで調節可能\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=\"Specification\"\u003e高級ソフトPUレザー、高感度クリアPVC\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=\"Specification\"\u003e内蔵RFIDブロッキングライニング\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-faq-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はい。広々とした電話収納部は、標準的な保護ケースを装着した最大6.7インチの大型スマートフォンに快適に対応するよう設計されています。\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もちろんです。透明な窓は超薄型で高導電性のPVC素材で作られており、デバイスを取り出さずに簡単にタイピング、スクロール、タップができます。\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専用の電話収納部とPUレザーの外装は非常に耐水性があります。日常の活動中の大雨や水しぶき、誤ってこぼした液体から、必需品や電子機器を安全に保護します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"ベージュ","offer_id":47992052121812,"sku":"0317-15152211","price":14.95,"currency_code":"USD","in_stock":true},{"title":"ブラック","offer_id":47992052154580,"sku":"0317-15159402","price":14.95,"currency_code":"USD","in_stock":true},{"title":"ブルー","offer_id":47992052187348,"sku":"0317-15154241","price":14.95,"currency_code":"USD","in_stock":true},{"title":"ブラウン","offer_id":47992052220116,"sku":"0317-15153805","price":14.95,"currency_code":"USD","in_stock":true},{"title":"ダークピンク","offer_id":47992052252884,"sku":"0317-15153790","price":14.95,"currency_code":"USD","in_stock":true},{"title":"グリーン","offer_id":47992052285652,"sku":"0317-15152711","price":14.95,"currency_code":"USD","in_stock":true},{"title":"ライトピンク","offer_id":47992052318420,"sku":"0317-15156765","price":14.95,"currency_code":"USD","in_stock":true},{"title":"レッド","offer_id":47992052351188,"sku":"0317-15157875","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/5abc949948ed0ce72f75284407cf7a37.jpg?v=1779883865","url":"https:\/\/omurio.com\/ja\/products\/rfid-anti-theft-phone-wallet-rjc","provider":"Omurio","version":"1.0","type":"link"}