{"product_id":"fast-paced-bouncing-battle-rjc","title":"高速バウンスバトル","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Kids \u0026 Family Board Game (Action\/Physical Activity)\nTarget Audience: Parents, families, teens, kids (Gifting)\nVisual Style: Energetic, playful, safe, highly visible\nColor Strategy: Vibrant Blue (Primary) to match board, Warning Orange\/Yellow (Accent) for balls\nShape Strategy: Radius 24px (Soft, child-friendly, safe edges)\nTypography Strategy: Large Type \/ Mobile-first readable (Bold H1\/H2 for excitement)\nMobile Table Strategy: Card-based (No horizontal scroll, full data labels)\nImage Mapping: Hero=image_1, Feature1=image_6, Feature2=image_5, Feature3=image_2\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n            \/* Color System *\/\n            --pd-primary: #007BFF; \/* Energetic Board Blue *\/\n            --pd-accent: #FF5A00;  \/* Bouncing Ball Orange *\/\n            --pd-bg-body: #FFFFFF;\n            --pd-bg-card: #F4F8FC; \/* Soft playground grey-blue *\/\n            --pd-text-main: #111827;\n            --pd-text-sub: #4B5563;\n            --pd-border: #E5E7EB;\n            \n            \/* Shape \u0026 Space *\/\n            --pd-radius-md: 16px;\n            --pd-radius-lg: 24px;\n            --pd-gap: clamp(2rem, 5vw, 4rem);\n        }\n\n        \/* Base Reset \u0026 Typography *\/\n        .product-detail-container {\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            color: var(--pd-text-main);\n            background-color: var(--pd-bg-body);\n            line-height: 1.7;\n            font-size: 18px;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            box-sizing: border-box;\n        }\n\n        .product-detail-container *, \n        .product-detail-container ::before, \n        .product-detail-container ::after {\n            box-sizing: inherit;\n        }\n\n        .pd-badge {\n            display: inline-block;\n            background-color: var(--pd-accent);\n            color: #FFFFFF;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-size: 16px;\n            padding: 0.5rem 1.2rem;\n            border-radius: 99px;\n            margin-bottom: 1.5rem;\n        }\n\n        .pd-h1 {\n            font-size: clamp(34px, 6vw, 44px);\n            font-weight: 900;\n            line-height: 1.1;\n            margin: 0 0 1rem 0;\n            color: var(--pd-text-main);\n            letter-spacing: -0.5px;\n        }\n\n        .pd-h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 800;\n            line-height: 1.2;\n            margin: 0 0 1rem 0;\n            color: var(--pd-text-main);\n        }\n\n        .pd-h3 {\n            font-size: clamp(20px, 3vw, 24px);\n            font-weight: 700;\n            margin: 0 0 0.5rem 0;\n            color: var(--pd-text-main);\n        }\n\n        .pd-text {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--pd-text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        .pd-text strong {\n            color: var(--pd-text-main);\n        }\n\n        .pd-section {\n            margin-bottom: clamp(3rem, 7vw, 6rem);\n        }\n\n        \/* Hero Section *\/\n        .pd-hero {\n            text-align: center;\n            padding-top: 2rem;\n        }\n\n        .pd-hero-img-wrapper {\n            width: 100%;\n            border-radius: var(--pd-radius-lg);\n            overflow: hidden;\n            background: var(--pd-bg-card);\n            margin-top: 2rem;\n        }\n\n        .pd-hero-img-wrapper img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* Z-Pattern Features (Mobile Stacked, Desktop Row) *\/\n        .pd-feature {\n            display: flex;\n            flex-direction: column; \/* Mobile first: stacked *\/\n            gap: 2rem;\n            align-items: center;\n            margin-bottom: var(--pd-gap);\n        }\n\n        .pd-feature-img {\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            border-radius: var(--pd-radius-lg);\n            overflow: hidden;\n            position: relative;\n            background: var(--pd-bg-card);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pd-feature-img img {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            object-fit: contain; \/* Prevents text\/poster cut-off *\/\n            top: 0;\n            left: 0;\n            padding: 1rem;\n        }\n\n        .pd-feature-content {\n            width: 100%;\n        }\n\n        @media (min-width: 768px) {\n            .pd-feature {\n                flex-direction: row;\n                gap: 4rem;\n            }\n            .pd-feature:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .pd-feature-img, .pd-feature-content {\n                width: 50%;\n            }\n        }\n\n        \/* Card-Based Specs Table *\/\n        .pd-specs-container {\n            background: var(--pd-bg-card);\n            padding: clamp(2rem, 5vw, 4rem);\n            border-radius: var(--pd-radius-lg);\n        }\n\n        .pd-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #FFFFFF;\n            border-radius: var(--pd-radius-md);\n            overflow: hidden;\n        }\n\n        .pd-table th, .pd-table td {\n            padding: 1.2rem 1.5rem;\n            text-align: left;\n            border-bottom: 1px solid var(--pd-border);\n            font-size: 18px;\n        }\n\n        .pd-table th {\n            background: var(--pd-primary);\n            color: #FFFFFF;\n            font-weight: 700;\n        }\n\n        .pd-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        @media (max-width: 767px) {\n            .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .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                border: 1px solid var(--pd-border);\n                border-radius: var(--pd-radius-md);\n                background: #FFFFFF;\n            }\n            .pd-table tr:last-child {\n                margin-bottom: 0;\n            }\n            .pd-table td {\n                display: flex;\n                flex-direction: column;\n                align-items: flex-start;\n                padding: 1rem 1.5rem;\n                border-bottom: 1px solid rgba(0,0,0,0.05);\n            }\n            .pd-table td::before {\n                content: attr(data-label);\n                font-weight: 800;\n                color: var(--pd-primary);\n                margin-bottom: 0.25rem;\n                font-size: 16px;\n                text-transform: uppercase;\n                letter-spacing: 0.5px;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .pd-faq-item {\n            border-bottom: 2px solid var(--pd-border);\n            padding: 2rem 0;\n        }\n        \n        .pd-faq-item:last-child {\n            border-bottom: none;\n        }\n\n        .pd-faq-q {\n            font-size: clamp(20px, 3vw, 24px);\n            font-weight: 800;\n            color: var(--pd-text-main);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n        }\n\n        .pd-faq-q::before {\n            content: \"Q.\";\n            color: var(--pd-primary);\n            font-weight: 900;\n        }\n\n        .pd-faq-a {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--pd-text-sub);\n            padding-left: 2.5rem;\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e究極のパーティーゲーム\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003e用意、スタート、バウンド＆勝利！\u003c\/h1\u003e\n\n\u003cp class=\"pd-text\"\u003e高速競争のスリルを体験してください。これは単なるコイン落としではなく、プレイヤーが同時にボールをバウンドさせて4つ並べるゲームです。家族やティーン、子どもたちに即楽しさを提供します。\u003c\/p\u003e\n\n\u003cp style=\"font-weight: 700; color: var(--pd-primary);\" class=\"pd-text\"\u003e10,000以上の幸せな家族に愛されています\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-img-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：image_1 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a101bb9cb7a6_20260522_c41c59cf_20260521_6150d36d_from_url_en_00_c1654cc3315cb4509101f73306872822_c9a03de3-f956-4ba2-bcee-2df56c1cc4e0.webp?v=1779440573\" 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\/div\u003e\n\u003c!-- FEATURES SECTION (Mobile Stacked, Desktop Z-Pattern) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-img\"\u003e\n\u003c!-- [ 📷 需替换：image_6 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260522_eeb9c0f5_20260521_6cb0ad93_from_url_en_07_1af245101bfd6eb695c1169db9b472fe_refsize_800x800_94ce3d72-ec35-43c6-912d-f15ab8b43417.jpg?v=1779440737\" 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\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e同時バウンドアクション\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003e順番待ちのストレスなし\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eルールはシンプルで楽しいですが、ゲームプレイは非常に競争的です。両プレイヤー（またはチーム）はテーブル上で同時にボールをバウンドさせてグリッドにシュートします\u003cstrong\u003e同時に\u003c\/strong\u003e。\u003c\/p\u003e\n\n\u003cp class=\"pd-text\"\u003eこのスピーディーな仕組みは、常に全員を夢中にさせ、手と目の協調性や反射神経を即座に向上させながら、笑いが絶えません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-img\"\u003e\n\u003c!-- [ 📷 需替换：image_5 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260522_0f9bb869_20260521_16b98d8f_from_url_en_08_5b8cb590375d5bb021e90a0ef4c55f0a_refsize_800x800_74a9f386-f671-4232-bf6d-29d323ef83b8.png?v=1779440743\" 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\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e勝利への無限の方法\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003e横、縦、または斜め\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eボードから目を離さないで！自分の色のボールを4つ並べた最初のプレイヤーが勝ちです。横、縦、斜めに繋げられます。\u003c\/p\u003e\n\n\u003cp class=\"pd-text\"\u003e\u003cstrong\u003eタイブレーカー付き：\u003c\/strong\u003eグリッドが埋まって誰も4つ並べられなかったら、究極の決戦の時です。専用のオレンジ色のタイブレークボールを使って、サドンデスバウンドで真のチャンピオンを決めましょう。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-img\"\u003e\n\u003c!-- [ 📷 需替换：image_2 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260522_5d40b1d7_20260521_08021d2b_from_url_en_09_145b132d6ff68454665f38f23da89a01_refsize_800x800_d99dfb62-d4ff-4112-aac7-c40f3e143019.jpg?v=1779440748\" 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\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eどこでも楽しさを持ち運ぼう\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003e携帯可能、折りたたみ式＆高耐久\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003e高品質で無毒のABS素材を使用し、激しいプレイにも耐えられる作り。小さな子どもにも100％安全で信頼できます。\u003c\/p\u003e\n\n\u003cp class=\"pd-text\"\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-section pd-specs-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\" class=\"pd-h2\"\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=\"Material\"\u003e高品質ABSプラスチック（安全・無毒）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e繰り返しのバウンド衝撃に耐える耐久設計。\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e9.8 x 8.3 x 1.8インチ（25.0 x 21.0 x 4.5 cm）\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e組み立て済みのグリッドサイズ。簡単に収納できるフラット折りたたみ式。\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Components\"\u003eゲームボード＆25個のプレイボール\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e青いグリッドボード1枚、赤いボール12個、黄色いボール12個、オレンジのタイブレーカー1個。\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003e3歳以上\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eクリスマス、誕生日、こどもの日にぴったりのギフトアイデアです。\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Player Count\"\u003e2人プレイまたは2チーム\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e2人以上の場合は、単純に2チームに分かれてください！\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 style=\"text-align: center; margin-bottom: 3rem;\" class=\"pd-h2\"\u003eよくある質問\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003e2人以上で遊べますか？\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eもちろんです！家族ゲームナイトで大人数の場合は、みんなを2チーム（レッドチーム対イエローチーム）に分けてください。交代でバウンドさせるか、一斉にリレー形式で遊ぶこともできます！\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eカーペットや芝生の上でもボールは跳ねますか？\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003e最高のバウンド感を得るには、硬くて平らな面でのプレイを強くおすすめします。木製のダイニングテーブル、タイルの床、または滑らかなパティオの地面が、グリッドに適切なバウンドをもたらします。\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eゲームは掃除や収納が簡単ですか？\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eはい。このグリッドはクイックフォールド設計で、引き出しや旅行バッグにすっきり収まるコンパクトさです。ABSプラスチックは屋外で使う場合でも、湿った布で簡単に拭き取れます。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🔴 1個パック（標準）","offer_id":47967317786836,"sku":"0408-18327491","price":15.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2個パック（15%割引）","offer_id":47967317819604,"sku":"0408-18321994","price":26.95,"currency_code":"USD","in_stock":true},{"title":"🚀 3個ファミリーバンドル（25%割引）","offer_id":47967317852372,"sku":"0408-18327336","price":42.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/c1654cc3315cb4509101f73306872822_c9a03de3-f956-4ba2-bcee-2df56c1cc4e0.jpg?v=1779355831","url":"https:\/\/omurio.com\/ja\/products\/fast-paced-bouncing-battle-rjc","provider":"Omurio","version":"1.0","type":"link"}