{"title":"VOLTRX(ヴォルトレックス) 電動シェイカーボトル","description":"","products":[{"product_id":"voltrx_vortexboost01","title":"VOLTRX Vortex Boost 電動シェイカーボトル ( ヴォルトレックス ヴォルテックスブースト )","description":"\u003c!-- ============================================================\n  Vortex Boost Shopify Product Description (Japanese)\n  Responsive \/ Single-file \/ No emojis\n  Color palette:\n    Warm White   #F9F7F2\n    Greige       #8E867E\n    Stone Gray   #D6D1CC\n    Muted Beige  #BCAFA0\n============================================================ --\u003e\n\u003cstyle\u003e\n  .vbx-wrap {\n    --vbx-base: #F9F7F2;\n    --vbx-main: #8E867E;\n    --vbx-sub:  #D6D1CC;\n    --vbx-accent: #BCAFA0;\n    --vbx-ink:  #4A453F;\n    --vbx-radius: 14px;\n    color: var(--vbx-ink);\n    background: var(--vbx-base);\n    font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", \"Hiragino Sans\", \"Yu Gothic\", \"Meiryo\", sans-serif;\n    line-height: 1.8;\n    font-size: 16px;\n    letter-spacing: 0.02em;\n    padding: 24px 16px;\n    box-sizing: border-box;\n  }\n  .vbx-wrap *, .vbx-wrap *::before, .vbx-wrap *::after { box-sizing: border-box; }\n  .vbx-wrap img { max-width: 100%; height: auto; display: block; }\n  .vbx-wrap p { margin: 0 0 1em; color: var(--vbx-main); }\n\n  \/* ===== Hero ===== *\/\n  .vbx-hero {\n    background: var(--vbx-base);\n    border: 1px solid var(--vbx-sub);\n    border-radius: var(--vbx-radius);\n    padding: clamp(28px, 6vw, 64px) clamp(20px, 4vw, 48px);\n    text-align: center;\n    margin-bottom: 32px;\n  }\n  .vbx-hero__eyebrow {\n    display: inline-block;\n    font-size: 12px;\n    letter-spacing: 0.18em;\n    color: var(--vbx-accent);\n    text-transform: uppercase;\n    margin-bottom: 12px;\n    border-bottom: 1px solid var(--vbx-accent);\n    padding-bottom: 4px;\n  }\n  .vbx-hero__title {\n    font-size: clamp(28px, 5vw, 44px);\n    font-weight: 600;\n    color: #2E2A26;\n    margin: 0 0 12px;\n    letter-spacing: 0.02em;\n  }\n  .vbx-wrap .vbx-hero__lead {\n    font-size: clamp(14px, 2vw, 17px);\n    color: var(--vbx-main);\n    max-width: 640px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-top: 0;\n    margin-bottom: 28px;\n    text-align: center;\n  }\n  .vbx-hero__image {\n    border-radius: var(--vbx-radius);\n    overflow: hidden;\n    background: var(--vbx-sub);\n  }\n\n  \/* ===== Section title ===== *\/\n  .vbx-section { margin: 56px 0; }\n  .vbx-section__head { text-align: center; margin-bottom: 32px; }\n  .vbx-section__label {\n    display: inline-block;\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    color: var(--vbx-accent);\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n  .vbx-section__title {\n    font-size: clamp(22px, 3.4vw, 32px);\n    font-weight: 600;\n    color: #2E2A26;\n    margin: 0;\n  }\n  .vbx-wrap .vbx-section__sub {\n    font-size: clamp(14px, 2vw, 16px);\n    color: var(--vbx-main);\n    max-width: 620px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-top: 12px;\n    margin-bottom: 0;\n    text-align: center;\n  }\n\n  \/* ===== Highlights icons grid ===== *\/\n  .vbx-highlights {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n  .vbx-hl {\n    background: #fff;\n    border: 1px solid var(--vbx-sub);\n    border-radius: var(--vbx-radius);\n    padding: 20px 16px;\n    text-align: center;\n  }\n  .vbx-hl__title {\n    font-size: 14px;\n    font-weight: 600;\n    color: #2E2A26;\n    margin: 8px 0 4px;\n    letter-spacing: 0.04em;\n  }\n  .vbx-hl__desc {\n    font-size: 12px;\n    color: var(--vbx-main);\n    margin: 0;\n    line-height: 1.6;\n  }\n  .vbx-hl__icon {\n    width: 44px; height: 44px;\n    margin: 0 auto;\n    color: var(--vbx-accent);\n  }\n\n  \/* ===== Feature row (image + text) ===== *\/\n  .vbx-feature {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n    align-items: center;\n    background: #fff;\n    border: 1px solid var(--vbx-sub);\n    border-radius: var(--vbx-radius);\n    overflow: hidden;\n    margin-bottom: 24px;\n  }\n  .vbx-feature__media {\n    background: var(--vbx-base);\n    aspect-ratio: 4 \/ 3;\n    overflow: hidden;\n  }\n  .vbx-feature__media img {\n    width: 100%; height: 100%; object-fit: cover;\n  }\n  .vbx-feature__body { padding: 24px clamp(18px, 4vw, 36px) 28px; }\n  .vbx-feature__tag {\n    display: inline-block;\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    color: var(--vbx-accent);\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n  .vbx-feature__title {\n    font-size: clamp(20px, 2.6vw, 26px);\n    font-weight: 600;\n    color: #2E2A26;\n    margin: 0 0 12px;\n  }\n  .vbx-feature__text {\n    font-size: 15px;\n    color: var(--vbx-main);\n    margin: 0;\n  }\n\n  \/* ===== Spec table ===== *\/\n  .vbx-spec {\n    background: #fff;\n    border: 1px solid var(--vbx-sub);\n    border-radius: var(--vbx-radius);\n    overflow: hidden;\n  }\n  .vbx-spec__row {\n    display: grid;\n    grid-template-columns: 130px 1fr;\n    border-bottom: 1px solid var(--vbx-sub);\n  }\n  .vbx-spec__row:last-child { border-bottom: 0; }\n  .vbx-spec__th {\n    background: var(--vbx-base);\n    padding: 14px 18px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #2E2A26;\n    letter-spacing: 0.05em;\n  }\n  .vbx-spec__td {\n    padding: 14px 18px;\n    font-size: 14px;\n    color: var(--vbx-main);\n  }\n\n  \/* ===== Color swatches ===== *\/\n  .vbx-colors {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .vbx-color {\n    text-align: center;\n    background: #fff;\n    border: 1px solid var(--vbx-sub);\n    border-radius: 10px;\n    padding: 8px 6px 10px;\n  }\n  .vbx-color__sw {\n    aspect-ratio: 1 \/ 1;\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 6px;\n    background: var(--vbx-sub);\n  }\n  .vbx-color__name {\n    font-size: 11px;\n    color: var(--vbx-main);\n    line-height: 1.3;\n    margin: 0;\n  }\n\n  \/* ===== Note \/ Caution ===== *\/\n  .vbx-note {\n    background: var(--vbx-base);\n    border-left: 3px solid var(--vbx-accent);\n    padding: 16px 20px;\n    border-radius: 6px;\n    font-size: 13px;\n    color: var(--vbx-main);\n    margin-top: 24px;\n  }\n  .vbx-note strong { color: #2E2A26; font-weight: 600; }\n\n  \/* ===== Divider ===== *\/\n  .vbx-divider {\n    height: 1px;\n    background: var(--vbx-sub);\n    border: 0;\n    margin: 48px auto;\n    max-width: 80px;\n  }\n\n  \/* ===== Tablet \u0026 Desktop ===== *\/\n  @media (min-width: 640px) {\n    .vbx-highlights { grid-template-columns: repeat(4, 1fr); gap: 16px; }\n    .vbx-colors { grid-template-columns: repeat(6, 1fr); gap: 12px; }\n    .vbx-color__name { font-size: 12px; }\n  }\n  @media (min-width: 900px) {\n    \/* PC表示でも画像を上、文章を下に縦積み *\/\n    .vbx-feature {\n      grid-template-columns: 1fr;\n      gap: 0;\n      max-width: 920px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .vbx-feature__media {\n      aspect-ratio: 16 \/ 9;\n    }\n    .vbx-feature__body { padding: 36px 56px 44px; }\n    .vbx-colors { grid-template-columns: repeat(9, 1fr); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"vbx-wrap\"\u003e\n\u003c!-- ========== HERO ========== --\u003e\n\u003csection class=\"vbx-hero\"\u003e\u003cspan class=\"vbx-hero__eyebrow\"\u003eElectric Shaker Bottle\u003c\/span\u003e\n\u003ch1 class=\"vbx-hero__title\"\u003eVortex Boost\u003c\/h1\u003e\n\u003cp class=\"vbx-hero__lead\"\u003eTritan素材・BPAフリー。\u003cbr\u003eパワフルなモーターで、プロテインも粉末も、ダマなく滑らかに。\u003cbr\u003eUSB-C充電対応、フル充電で最大2週間使用可能な電動シェイカーボトル。\u003c\/p\u003e\n\u003cdiv class=\"vbx-hero__image\"\u003e\u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2025\/12\/Midnight-Black-vortex-1600x1600.webp\" alt=\"Vortex Boost Midnight Black\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== HIGHLIGHTS ========== --\u003e\n\u003csection class=\"vbx-section\"\u003e\n\u003cdiv class=\"vbx-section__head\"\u003e\n\u003cspan class=\"vbx-section__label\"\u003eKey Features\u003c\/span\u003e\n\u003ch2 class=\"vbx-section__title\"\u003eVortex Boostの特徴\u003c\/h2\u003e\n\u003cp class=\"vbx-section__sub\"\u003e毎日のワークアウトをもっと快適に。シンプルで上質な機能を、必要な分だけ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-highlights\"\u003e\n\u003cdiv class=\"vbx-hl\"\u003e\n\u003csvg class=\"vbx-hl__icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n          \u003cpath d=\"M24 6c-7 9-12 14-12 22a12 12 0 0 0 24 0c0-8-5-13-12-22z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"vbx-hl__title\"\u003eLeak Proof\u003c\/h3\u003e\n\u003cp class=\"vbx-hl__desc\"\u003e漏れにくい密閉設計\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-hl\"\u003e\n\u003csvg class=\"vbx-hl__icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n          \u003crect x=\"14\" y=\"6\" width=\"20\" height=\"36\" rx=\"3\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M14 14h20M14 34h20\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"vbx-hl__title\"\u003eTritan\u003c\/h3\u003e\n\u003cp class=\"vbx-hl__desc\"\u003eBPAフリー素材\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-hl\"\u003e\n\u003csvg class=\"vbx-hl__icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n          \u003ccircle cx=\"24\" cy=\"24\" r=\"10\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M24 4v6M24 38v6M4 24h6M38 24h6M10 10l4 4M34 34l4 4M10 38l4-4M34 14l4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"vbx-hl__title\"\u003eLuminous Base\u003c\/h3\u003e\n\u003cp class=\"vbx-hl__desc\"\u003e取り外し可能な発光ベース\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-hl\"\u003e\n\u003csvg class=\"vbx-hl__icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n          \u003crect x=\"8\" y=\"18\" width=\"28\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M36 22v6h4v-6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 25h12\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"vbx-hl__title\"\u003eUSB-C Charging\u003c\/h3\u003e\n\u003cp class=\"vbx-hl__desc\"\u003eUSB-Cで素早く充電\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"vbx-divider\"\u003e\n\u003c!-- ========== VIDEO ========== --\u003e\n\u003csection class=\"vbx-section\"\u003e\n\u003cdiv class=\"vbx-section__head\"\u003e\n\u003cspan class=\"vbx-section__label\"\u003eIn Action\u003c\/span\u003e\n\u003ch2 class=\"vbx-section__title\"\u003e使用イメージ\u003c\/h2\u003e\n\u003cp class=\"vbx-section__sub\"\u003eボタンひとつで、なめらかなシェイクが完成。\u003cbr\u003eVortex Boostの動作を映像でご覧ください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-video\"\u003e\u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3d4ec08cf2d04074a146389cdc7ba561.mp4\" controls=\"controls\" muted=\"\" loop=\"loop\" playsinline=\"\" preload=\"metadata\" autoplay=\"autoplay\"\u003e\n        お使いのブラウザでは動画を再生できません。\n      \u003c\/video\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"vbx-divider\"\u003e\n\u003c!-- ========== FEATURE 1: CLEANING ========== --\u003e\n\u003csection class=\"vbx-section\"\u003e\n\u003cdiv class=\"vbx-section__head\"\u003e\n\u003cspan class=\"vbx-section__label\"\u003eGet the highlights\u003c\/span\u003e\n\u003ch2 class=\"vbx-section__title\"\u003e毎日使うものだから、扱いやすく\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003carticle class=\"vbx-feature\"\u003e\n\u003cdiv class=\"vbx-feature__media\"\u003e\u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2025\/12\/vortexboost-detail-1.webp\" alt=\"Effortless Cleaning\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vbx-feature__body\"\u003e\n\u003cspan class=\"vbx-feature__tag\"\u003eEffortless Cleaning\u003c\/span\u003e\n\u003ch3 class=\"vbx-feature__title\"\u003e手間なくクリーンに保てる設計\u003c\/h3\u003e\n\u003cp class=\"vbx-feature__text\"\u003eベース部分を取り外せば、本体はそのまま食洗機にお任せ。 IPX5の防水性能を備えたベースは、流水ですっきりと洗い流せます （ベース部は食洗機での洗浄不可）。忙しい朝も、トレーニング後も、 清潔な状態をかんたんにキープできます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vbx-feature vbx-feature--reverse\"\u003e\n\u003cdiv class=\"vbx-feature__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/8242\/5794\/files\/vortexboost-detail-5.webp?v=1778431600\" alt=\"Smooth Clump-Free Shakes\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vbx-feature__body\"\u003e\n\u003cspan class=\"vbx-feature__tag\"\u003eSmooth, Clump-Free Shakes\u003c\/span\u003e\n\u003ch3 class=\"vbx-feature__title\"\u003eダマのない、なめらかな仕上がり\u003c\/h3\u003e\n\u003cp class=\"vbx-feature__text\"\u003eパワフルなモーターが粉末をしっかり攪拌し、均一でなめらかな飲み心地に。 プロテインの吸収効率にも配慮した設計です。 容量は24oz（約710ml）。こぼれを防ぐため、使用時は16oz（450ml）までを推奨します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003chr class=\"vbx-divider\"\u003e\n\u003c!-- ========== FEATURE 2: USB-C ========== --\u003e\n\u003csection class=\"vbx-section\"\u003e\n\u003carticle class=\"vbx-feature\"\u003e\n\u003cdiv class=\"vbx-feature__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/8242\/5794\/files\/vortexboost-detail-4.webp?v=1778431600\" alt=\"USB-C Charging\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vbx-feature__body\"\u003e\n\u003cspan class=\"vbx-feature__tag\"\u003eUSB-C Charging\u003c\/span\u003e\n\u003ch3 class=\"vbx-feature__title\"\u003e2時間のフル充電で、最大2週間。\u003c\/h3\u003e\n\u003cp class=\"vbx-feature__text\"\u003e1000mAhのバッテリーを搭載し、わずか2時間のフル充電で最大2週間ご使用いただけます。 航空機への持ち込みにも対応しているため、出張や旅行のお供にも最適です。 USB-Cポートを採用し、普段使いのケーブルでそのまま充電できます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003chr class=\"vbx-divider\"\u003e\n\u003c!-- ========== FEATURE 3: LUMINOUS BASE ========== --\u003e\n\u003csection class=\"vbx-section\"\u003e\n\u003carticle class=\"vbx-feature vbx-feature--reverse\"\u003e\n\u003cdiv class=\"vbx-feature__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/8242\/5794\/files\/vortex-slide-img-8.jpg?v=1778516534\" alt=\"Luminous Base\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vbx-feature__body\"\u003e\n\u003cspan class=\"vbx-feature__tag\"\u003eLuminous Base\u003c\/span\u003e\n\u003ch3 class=\"vbx-feature__title\"\u003eフィットネスを格上げする、光るベース\u003c\/h3\u003e\n\u003cp class=\"vbx-feature__text\"\u003eスタイリッシュに発光するベースが、トレーニングタイムをよりエレガントに演出。 内蔵のバッテリーインジケーターで、充電タイミングをひと目で把握できるため、 使いたいときに電源切れの心配もありません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003chr class=\"vbx-divider\"\u003e\n\u003c!-- ========== FEATURE 4: CUP HOLDER ========== --\u003e\n\u003csection class=\"vbx-section\"\u003e\n\u003carticle class=\"vbx-feature\"\u003e\n\u003cdiv class=\"vbx-feature__media\"\u003e\u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2025\/12\/vortexboost-detail-3-1024x1024.webp\" alt=\"Fits Most Cup Holders\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vbx-feature__body\"\u003e\n\u003cspan class=\"vbx-feature__tag\"\u003eFits Most Cup Holders\u003c\/span\u003e\n\u003ch3 class=\"vbx-feature__title\"\u003eどこへでも、一緒に。\u003c\/h3\u003e\n\u003cp class=\"vbx-feature__text\"\u003eほとんどの車載ホルダー、ジムのカップホルダーにフィットするサイズ感。 移動中も、ジムでも、デスクの脇でも。あなたのライフスタイルに自然に溶け込みます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003chr class=\"vbx-divider\"\u003e\n\u003c!-- ========== COLORS ========== --\u003e \u003c!-- ========== SPEC ========== --\u003e\n\u003csection class=\"vbx-section\"\u003e\n\u003cdiv class=\"vbx-section__head\"\u003e\n\u003cspan class=\"vbx-section__label\"\u003eSpecifications\u003c\/span\u003e\n\u003ch2 class=\"vbx-section__title\"\u003e製品仕様\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec\"\u003e\n\u003cdiv class=\"vbx-spec__row\"\u003e\n\u003cdiv class=\"vbx-spec__th\"\u003e商品名\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__td\"\u003eVortex Boost Electric Shaker Bottle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__row\"\u003e\n\u003cdiv class=\"vbx-spec__th\"\u003e容量\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__td\"\u003e24oz \/ 約710ml（推奨使用量：16oz \/ 450mlまで）\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__row\"\u003e\n\u003cdiv class=\"vbx-spec__th\"\u003e素材\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__td\"\u003eTritan（BPAフリー）\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__row\"\u003e\n\u003cdiv class=\"vbx-spec__th\"\u003eバッテリー\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__td\"\u003e1000mAh \/ フル充電 約2時間 \/ 最大2週間使用可能\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__row\"\u003e\n\u003cdiv class=\"vbx-spec__th\"\u003e充電端子\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__td\"\u003eUSB-C\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__row\"\u003e\n\u003cdiv class=\"vbx-spec__th\"\u003e防水性能\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__td\"\u003eベース部 IPX5\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__row\"\u003e\n\u003cdiv class=\"vbx-spec__th\"\u003eお手入れ\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__td\"\u003e本体：食洗機対応 \/ ベース：流水洗いのみ\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__row\"\u003e\n\u003cdiv class=\"vbx-spec__th\"\u003eその他\u003c\/div\u003e\n\u003cdiv class=\"vbx-spec__td\"\u003e航空機機内持ち込み可 \/ Leak Proof設計 \/ Luminous Base搭載\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vbx-note\"\u003e\n\u003cstrong\u003eご注意：\u003c\/strong\u003e ベース部分は防水仕様（IPX5）ですが、食洗機でのご使用はお控えください。 初回ご使用前には、本体を中性洗剤でよく洗ってからお使いください。\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ========== END OF Vortex Boost Description ========== --\u003e","brand":"Mikkel","offers":[{"title":"ブラック","offer_id":47646412406978,"sku":"VORTEXBOOST1-BLACK","price":3620.0,"currency_code":"JPY","in_stock":true},{"title":"ホワイト","offer_id":47646412472514,"sku":"VORTEXBOOST1-WHITE","price":3620.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー","offer_id":47646412505282,"sku":"VORTEXBOOST1-BLUE","price":3620.0,"currency_code":"JPY","in_stock":true},{"title":"ピンク","offer_id":47646412538050,"sku":"VORTEXBOOST1-PINK","price":3620.0,"currency_code":"JPY","in_stock":true},{"title":"ダークグリーン","offer_id":47651674849474,"sku":"VORTEXBOOST1-GREEN","price":3620.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/8242\/5794\/files\/boost-001.jpg?v=1778431943"},{"product_id":"voltrx_merger","title":"VOLTRX MERGER ( ヴォルトレックス マージャー ) 電動シェイカーボトル","description":"\u003c!-- ============================================================\n  Merger Shopify Product Description (Japanese)\n  Responsive \/ Single-file \/ No emojis\n  Color palette:\n    Warm White   #F9F7F2\n    Greige       #8E867E\n    Stone Gray   #D6D1CC\n    Muted Beige  #BCAFA0\n============================================================ --\u003e\n\u003cstyle\u003e\n  .mgr-wrap {\n    --mgr-base: #F9F7F2;\n    --mgr-main: #8E867E;\n    --mgr-sub:  #D6D1CC;\n    --mgr-accent: #BCAFA0;\n    --mgr-ink:  #4A453F;\n    --mgr-radius: 14px;\n    color: var(--mgr-ink);\n    background: var(--mgr-base);\n    font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", \"Hiragino Sans\", \"Yu Gothic\", \"Meiryo\", sans-serif;\n    line-height: 1.8;\n    font-size: 16px;\n    letter-spacing: 0.02em;\n    padding: 24px 16px;\n    box-sizing: border-box;\n  }\n  .mgr-wrap *, .mgr-wrap *::before, .mgr-wrap *::after { box-sizing: border-box; }\n  .mgr-wrap img { max-width: 100%; height: auto; display: block; }\n  .mgr-wrap p { margin: 0 0 1em; color: var(--mgr-main); }\n\n  \/* ===== Hero ===== *\/\n  .mgr-hero {\n    background: var(--mgr-base);\n    border: 1px solid var(--mgr-sub);\n    border-radius: var(--mgr-radius);\n    padding: clamp(28px, 6vw, 64px) clamp(20px, 4vw, 48px);\n    text-align: center;\n    margin-bottom: 32px;\n  }\n  .mgr-hero__eyebrow {\n    display: inline-block;\n    font-size: 12px;\n    letter-spacing: 0.18em;\n    color: var(--mgr-accent);\n    text-transform: uppercase;\n    margin-bottom: 12px;\n    border-bottom: 1px solid var(--mgr-accent);\n    padding-bottom: 4px;\n  }\n  .mgr-hero__title {\n    font-size: clamp(28px, 5vw, 44px);\n    font-weight: 600;\n    color: #2E2A26;\n    margin: 0 0 8px;\n    letter-spacing: 0.02em;\n  }\n  .mgr-hero__tagline {\n    font-size: clamp(13px, 1.6vw, 15px);\n    letter-spacing: 0.32em;\n    color: var(--mgr-accent);\n    text-transform: uppercase;\n    margin: 0 0 20px;\n  }\n  .mgr-wrap .mgr-hero__lead {\n    font-size: clamp(14px, 2vw, 17px);\n    color: var(--mgr-main);\n    max-width: 640px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-top: 0;\n    margin-bottom: 28px;\n    text-align: center;\n  }\n  .mgr-hero__image {\n    border-radius: var(--mgr-radius);\n    overflow: hidden;\n    background: var(--mgr-sub);\n  }\n\n  \/* ===== Section title ===== *\/\n  .mgr-section { margin: 56px 0; }\n  .mgr-section__head { text-align: center; margin-bottom: 32px; }\n  .mgr-section__label {\n    display: inline-block;\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    color: var(--mgr-accent);\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n  .mgr-section__title {\n    font-size: clamp(22px, 3.4vw, 32px);\n    font-weight: 600;\n    color: #2E2A26;\n    margin: 0;\n  }\n  .mgr-wrap .mgr-section__sub {\n    font-size: clamp(14px, 2vw, 16px);\n    color: var(--mgr-main);\n    max-width: 620px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-top: 12px;\n    margin-bottom: 0;\n    text-align: center;\n  }\n\n  \/* ===== Highlights icons grid ===== *\/\n  .mgr-highlights {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n  .mgr-hl {\n    background: #fff;\n    border: 1px solid var(--mgr-sub);\n    border-radius: var(--mgr-radius);\n    padding: 20px 16px;\n    text-align: center;\n  }\n  .mgr-hl__title {\n    font-size: 14px;\n    font-weight: 600;\n    color: #2E2A26;\n    margin: 8px 0 4px;\n    letter-spacing: 0.04em;\n  }\n  .mgr-hl__desc {\n    font-size: 12px;\n    color: var(--mgr-main);\n    margin: 0;\n    line-height: 1.6;\n  }\n  .mgr-hl__icon {\n    width: 44px; height: 44px;\n    margin: 0 auto;\n    color: var(--mgr-accent);\n  }\n\n  \/* ===== Feature row (image + text) ===== *\/\n  .mgr-feature {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n    align-items: center;\n    background: #fff;\n    border: 1px solid var(--mgr-sub);\n    border-radius: var(--mgr-radius);\n    overflow: hidden;\n    margin-bottom: 24px;\n  }\n  .mgr-feature__media {\n    background: var(--mgr-base);\n    aspect-ratio: 4 \/ 3;\n    overflow: hidden;\n  }\n  .mgr-feature__media img {\n    width: 100%; height: 100%; object-fit: cover;\n  }\n  .mgr-feature__body { padding: 24px clamp(18px, 4vw, 36px) 28px; }\n  .mgr-feature__tag {\n    display: inline-block;\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    color: var(--mgr-accent);\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n  .mgr-feature__title {\n    font-size: clamp(20px, 2.6vw, 26px);\n    font-weight: 600;\n    color: #2E2A26;\n    margin: 0 0 12px;\n  }\n  .mgr-feature__text {\n    font-size: 15px;\n    color: var(--mgr-main);\n    margin: 0;\n  }\n\n  \/* ===== Banner (full-width image with overlay) ===== *\/\n  .mgr-banner {\n    position: relative;\n    border-radius: var(--mgr-radius);\n    overflow: hidden;\n    background: #1a1a1a;\n    aspect-ratio: 16 \/ 9;\n  }\n  .mgr-banner img {\n    width: 100%; height: 100%; object-fit: cover;\n    opacity: 0.78;\n  }\n  .mgr-banner__caption {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    color: #fff;\n    padding: 24px;\n  }\n  .mgr-banner__title {\n    font-size: clamp(22px, 3.6vw, 36px);\n    font-weight: 600;\n    margin: 0 0 8px;\n    letter-spacing: 0.06em;\n  }\n  .mgr-banner__sub {\n    font-size: clamp(12px, 1.6vw, 15px);\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    opacity: 0.92;\n    margin: 0;\n  }\n\n  \/* ===== Spec table ===== *\/\n  .mgr-spec {\n    background: #fff;\n    border: 1px solid var(--mgr-sub);\n    border-radius: var(--mgr-radius);\n    overflow: hidden;\n  }\n  .mgr-spec__row {\n    display: grid;\n    grid-template-columns: 130px 1fr;\n    border-bottom: 1px solid var(--mgr-sub);\n  }\n  .mgr-spec__row:last-child { border-bottom: 0; }\n  .mgr-spec__th {\n    background: var(--mgr-base);\n    padding: 14px 18px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #2E2A26;\n    letter-spacing: 0.05em;\n  }\n  .mgr-spec__td {\n    padding: 14px 18px;\n    font-size: 14px;\n    color: var(--mgr-main);\n  }\n\n  \/* ===== Color swatches ===== *\/\n  .mgr-colors {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n  }\n  .mgr-color {\n    text-align: center;\n    background: #fff;\n    border: 1px solid var(--mgr-sub);\n    border-radius: 10px;\n    padding: 10px 8px 12px;\n  }\n  .mgr-color__sw {\n    aspect-ratio: 1 \/ 1;\n    border-radius: 8px;\n    overflow: hidden;\n    margin-bottom: 8px;\n    background: var(--mgr-sub);\n  }\n  .mgr-color__name {\n    font-size: 12px;\n    color: var(--mgr-main);\n    line-height: 1.3;\n    margin: 0;\n  }\n\n  \/* ===== Note \/ Caution ===== *\/\n  .mgr-note {\n    background: var(--mgr-base);\n    border-left: 3px solid var(--mgr-accent);\n    padding: 16px 20px;\n    border-radius: 6px;\n    font-size: 13px;\n    color: var(--mgr-main);\n    margin-top: 24px;\n  }\n  .mgr-note strong { color: #2E2A26; font-weight: 600; }\n\n  \/* ===== Divider ===== *\/\n  .mgr-divider {\n    height: 1px;\n    background: var(--mgr-sub);\n    border: 0;\n    margin: 48px auto;\n    max-width: 80px;\n  }\n\n  \/* ===== Tablet \u0026 Desktop ===== *\/\n  @media (min-width: 640px) {\n    .mgr-highlights { grid-template-columns: repeat(4, 1fr); gap: 16px; }\n    .mgr-colors { grid-template-columns: repeat(5, 1fr); gap: 12px; }\n  }\n  @media (min-width: 900px) {\n    \/* PC表示でも画像を上、文章を下に縦積み *\/\n    .mgr-feature {\n      grid-template-columns: 1fr;\n      gap: 0;\n      max-width: 920px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .mgr-feature__media {\n      aspect-ratio: 16 \/ 9;\n    }\n    .mgr-feature__body { padding: 36px 56px 44px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mgr-wrap\"\u003e\n\n  \u003c!-- ========== HERO ========== --\u003e\n  \u003csection class=\"mgr-hero\"\u003e\n    \u003cspan class=\"mgr-hero__eyebrow\"\u003eElectric Shaker Bottle\u003c\/span\u003e\n    \u003ch1 class=\"mgr-hero__title\"\u003eMerger\u003c\/h1\u003e\n    \u003cp class=\"mgr-hero__tagline\"\u003eStir Into The Future\u003c\/p\u003e\n    \u003cp class=\"mgr-hero__lead\"\u003e\n      洗練されたミニマルデザインに、確かな実用性を。\u003cbr\u003e\n      BPAフリー素材、特許取得済みのリークプルーフ設計、USB-C充電。\u003cbr\u003e\n      毎日の一杯を、もっとスマートに混ぜ上げる電動シェイカーボトル。\n    \u003c\/p\u003e\n    \u003cdiv class=\"mgr-hero__image\"\u003e\n      \u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/merger-black-img-1600x1600.webp\" alt=\"Merger Obsidian Black\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== HIGHLIGHTS ========== --\u003e\n  \u003csection class=\"mgr-section\"\u003e\n    \u003cdiv class=\"mgr-section__head\"\u003e\n      \u003cspan class=\"mgr-section__label\"\u003eKey Features\u003c\/span\u003e\n      \u003ch2 class=\"mgr-section__title\"\u003eMergerの特徴\u003c\/h2\u003e\n      \u003cp class=\"mgr-section__sub\"\u003e\n        毎日のシェイクタイムに必要な機能を、無駄なく凝縮。\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mgr-highlights\"\u003e\n      \u003cdiv class=\"mgr-hl\"\u003e\n        \u003csvg class=\"mgr-hl__icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n          \u003cpath d=\"M24 4l4 8 8 1-6 6 1 9-7-4-7 4 1-9-6-6 8-1z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 class=\"mgr-hl__title\"\u003eBPA Free\u003c\/h3\u003e\n        \u003cp class=\"mgr-hl__desc\"\u003e健康に配慮した素材\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-hl\"\u003e\n        \u003csvg class=\"mgr-hl__icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n          \u003cpath d=\"M24 6c-7 9-12 14-12 22a12 12 0 0 0 24 0c0-8-5-13-12-22z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 class=\"mgr-hl__title\"\u003eLeak Proof\u003c\/h3\u003e\n        \u003cp class=\"mgr-hl__desc\"\u003e特許取得の密閉構造\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-hl\"\u003e\n        \u003csvg class=\"mgr-hl__icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n          \u003crect x=\"8\" y=\"18\" width=\"28\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M36 22v6h4v-6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 25h12\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 class=\"mgr-hl__title\"\u003eUSB-C Charging\u003c\/h3\u003e\n        \u003cp class=\"mgr-hl__desc\"\u003e最大120回使用可能\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-hl\"\u003e\n        \u003csvg class=\"mgr-hl__icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n          \u003cpath d=\"M14 8h20v14H14zM14 26h20v14H14z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 24h20\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003ch3 class=\"mgr-hl__title\"\u003eDetachable\u003c\/h3\u003e\n        \u003cp class=\"mgr-hl__desc\"\u003e取り外して簡単洗浄\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"mgr-divider\"\u003e\n\n  \u003c!-- ========== BANNER ========== --\u003e\n  \u003csection class=\"mgr-section\"\u003e\n    \u003cdiv class=\"mgr-banner\"\u003e\n      \u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/merger-footer-img1.jpg\" alt=\"Merger - Stir into the future\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mgr-banner__caption\"\u003e\n        \u003ch2 class=\"mgr-banner__title\"\u003eMERGER\u003c\/h2\u003e\n        \u003cp class=\"mgr-banner__sub\"\u003eStir Into The Future\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"mgr-divider\"\u003e\n\n  \u003c!-- ========== FEATURE 1: MATERIAL ========== --\u003e\n  \u003csection class=\"mgr-section\"\u003e\n    \u003cdiv class=\"mgr-section__head\"\u003e\n      \u003cspan class=\"mgr-section__label\"\u003eGet the highlights\u003c\/span\u003e\n      \u003ch2 class=\"mgr-section__title\"\u003e細部までこだわった、毎日の道具\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003carticle class=\"mgr-feature\"\u003e\n      \u003cdiv class=\"mgr-feature__media\"\u003e\n        \u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/merger-slide-img-1.webp\" alt=\"Preferred Material\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-feature__body\"\u003e\n        \u003cspan class=\"mgr-feature__tag\"\u003ePreferred Material\u003c\/span\u003e\n        \u003ch3 class=\"mgr-feature__title\"\u003e安心して使える、上質素材。\u003c\/h3\u003e\n        \u003cp class=\"mgr-feature__text\"\u003e\n          VOLTRX Mergerは、BPAフリー素材を採用。\n          口に触れるものだからこそ、品質と安全性に妥協しない設計です。\n          毎日のプロテインシェイクや栄養ドリンクを、健やかに、心地よく。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mgr-feature mgr-feature--reverse\"\u003e\n      \u003cdiv class=\"mgr-feature__media\"\u003e\n        \u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/merger-leack-proof.webp\" alt=\"Confidence to Carry\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-feature__body\"\u003e\n        \u003cspan class=\"mgr-feature__tag\"\u003eConfidence to Carry\u003c\/span\u003e\n        \u003ch3 class=\"mgr-feature__title\"\u003eこぼさず、持ち運べる安心感。\u003c\/h3\u003e\n        \u003cp class=\"mgr-feature__text\"\u003e\n          特許取得済みのリークプルーフ設計が、移動中の漏れを徹底的に抑制。\n          バッグの中でも、ジムへの道中でも、車中でも。\n          中身を気にせず、いつでも一緒に持ち運べます。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"mgr-divider\"\u003e\n\n  \u003c!-- ========== FEATURE 2: CLEANING ========== --\u003e\n  \u003csection class=\"mgr-section\"\u003e\n    \u003carticle class=\"mgr-feature\"\u003e\n      \u003cdiv class=\"mgr-feature__media\"\u003e\n        \u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/Effortless-Clean-Up-Img.png\" alt=\"Effortless Clean-Up\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-feature__body\"\u003e\n        \u003cspan class=\"mgr-feature__tag\"\u003eEffortless Clean-Up\u003c\/span\u003e\n        \u003ch3 class=\"mgr-feature__title\"\u003e分解できる、だから清潔。\u003c\/h3\u003e\n        \u003cp class=\"mgr-feature__text\"\u003e\n          ベース部分は取り外し可能。シール部分も外せるので、すみずみまで丁寧に洗えます。\n          シェイカー独特のニオイ残りや汚れの蓄積を防ぎ、いつでもフレッシュな状態でご使用いただけます。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"mgr-divider\"\u003e\n\n  \u003c!-- ========== FEATURE 3: BATTERY ========== --\u003e\n  \u003csection class=\"mgr-section\"\u003e\n    \u003carticle class=\"mgr-feature mgr-feature--reverse\"\u003e\n      \u003cdiv class=\"mgr-feature__media\"\u003e\n        \u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/merger-footer-2.jpg\" alt=\"Mix More, Worry Less\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-feature__body\"\u003e\n        \u003cspan class=\"mgr-feature__tag\"\u003eMix More, Worry Less\u003c\/span\u003e\n        \u003ch3 class=\"mgr-feature__title\"\u003e1回の充電で、最大120回。\u003c\/h3\u003e\n        \u003cp class=\"mgr-feature__text\"\u003e\n          1回のフル充電で最大120回の使用が可能。\n          頻繁な充電のストレスから解放され、必要なときにいつでも使える安心感を提供します。\n          充電はUSB-C対応で、お手持ちのケーブルをそのまま活用できます。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"mgr-divider\"\u003e\n\n  \u003c!-- ========== DETAIL GALLERY ========== --\u003e\n  \u003csection class=\"mgr-section\"\u003e\n    \u003cdiv class=\"mgr-section__head\"\u003e\n      \u003cspan class=\"mgr-section__label\"\u003eDetail\u003c\/span\u003e\n      \u003ch2 class=\"mgr-section__title\"\u003eディテール\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003carticle class=\"mgr-feature\"\u003e\n      \u003cdiv class=\"mgr-feature__media\"\u003e\n        \u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/merger-slide-img-2.webp\" alt=\"Merger detail 2\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-feature__body\"\u003e\n        \u003cspan class=\"mgr-feature__tag\"\u003eMinimal Form\u003c\/span\u003e\n        \u003ch3 class=\"mgr-feature__title\"\u003e手にしっくり馴染む、ミニマルなフォルム。\u003c\/h3\u003e\n        \u003cp class=\"mgr-feature__text\"\u003e\n          無駄を削ぎ落としたシンプルな造形は、ジムにも、オフィスにも、自宅のキッチンにも自然に溶け込みます。\n          24oz \/ 0.7Lの容量で、日常使いに十分な量を確保。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"mgr-feature mgr-feature--reverse\"\u003e\n      \u003cdiv class=\"mgr-feature__media\"\u003e\n        \u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/merger-slide-img-3.webp\" alt=\"Merger detail 3\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-feature__body\"\u003e\n        \u003cspan class=\"mgr-feature__tag\"\u003eDaily Companion\u003c\/span\u003e\n        \u003ch3 class=\"mgr-feature__title\"\u003eどんなライフスタイルにも、寄り添う一本。\u003c\/h3\u003e\n        \u003cp class=\"mgr-feature__text\"\u003e\n          ワークアウト前後のプロテインに、忙しい朝のグリーンスムージーに、仕事の合間の栄養補給に。\n          シーンを選ばず使える汎用性の高さも、Mergerの大きな魅力です。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"mgr-divider\"\u003e\n\n  \u003c!-- ========== COLORS ========== --\u003e\n  \u003c!-- \u003csection class=\"mgr-section\"\u003e\n    \u003cdiv class=\"mgr-section__head\"\u003e\n      \u003cspan class=\"mgr-section__label\"\u003eColors\u003c\/span\u003e\n      \u003ch2 class=\"mgr-section__title\"\u003eカラーバリエーション\u003c\/h2\u003e\n      \u003cp class=\"mgr-section__sub\"\u003e\n        全5色から、あなたのライフスタイルに合う一本を。\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mgr-colors\"\u003e\n      \u003cdiv class=\"mgr-color\"\u003e\n        \u003cdiv class=\"mgr-color__sw\"\u003e\u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/Obsidian-Black.jpg\" alt=\"Obsidian Black\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cp class=\"mgr-color__name\"\u003eObsidian Black\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-color\"\u003e\n        \u003cdiv class=\"mgr-color__sw\"\u003e\u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2025\/12\/white.jpg\" alt=\"Cloud White\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cp class=\"mgr-color__name\"\u003eCloud White\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-color\"\u003e\n        \u003cdiv class=\"mgr-color__sw\"\u003e\u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/Gray.jpg\" alt=\"Gray\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cp class=\"mgr-color__name\"\u003eGray\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-color\"\u003e\n        \u003cdiv class=\"mgr-color__sw\"\u003e\u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/01\/Midnight-Blue.jpg\" alt=\"Midnight Blue\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cp class=\"mgr-color__name\"\u003eMidnight Blue\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-color\"\u003e\n        \u003cdiv class=\"mgr-color__sw\"\u003e\u003cimg src=\"https:\/\/www.voltrx.com\/wp-content\/uploads\/2026\/02\/dark-green.png\" alt=\"Dark Green\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cp class=\"mgr-color__name\"\u003eDark Green\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"mgr-divider\"\u003e --\u003e\n\n  \u003c!-- ========== SPEC ========== --\u003e\n  \u003csection class=\"mgr-section\"\u003e\n    \u003cdiv class=\"mgr-section__head\"\u003e\n      \u003cspan class=\"mgr-section__label\"\u003eSpecifications\u003c\/span\u003e\n      \u003ch2 class=\"mgr-section__title\"\u003e製品仕様\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mgr-spec\"\u003e\n      \u003cdiv class=\"mgr-spec__row\"\u003e\n        \u003cdiv class=\"mgr-spec__th\"\u003e商品名\u003c\/div\u003e\n        \u003cdiv class=\"mgr-spec__td\"\u003eMerger Electric Shaker Bottle\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-spec__row\"\u003e\n        \u003cdiv class=\"mgr-spec__th\"\u003e容量\u003c\/div\u003e\n        \u003cdiv class=\"mgr-spec__td\"\u003e24oz \/ 約710ml（0.7L）\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-spec__row\"\u003e\n        \u003cdiv class=\"mgr-spec__th\"\u003e素材\u003c\/div\u003e\n        \u003cdiv class=\"mgr-spec__td\"\u003eBPAフリー素材\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-spec__row\"\u003e\n        \u003cdiv class=\"mgr-spec__th\"\u003e充電端子\u003c\/div\u003e\n        \u003cdiv class=\"mgr-spec__td\"\u003eUSB-C\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-spec__row\"\u003e\n        \u003cdiv class=\"mgr-spec__th\"\u003e使用回数\u003c\/div\u003e\n        \u003cdiv class=\"mgr-spec__td\"\u003eフル充電で最大120回\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-spec__row\"\u003e\n        \u003cdiv class=\"mgr-spec__th\"\u003e構造\u003c\/div\u003e\n        \u003cdiv class=\"mgr-spec__td\"\u003e特許取得済みリークプルーフ設計 \/ ベース＆シール取り外し可能\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mgr-spec__row\"\u003e\n        \u003cdiv class=\"mgr-spec__th\"\u003eカラー\u003c\/div\u003e\n        \u003cdiv class=\"mgr-spec__td\"\u003eObsidian Black \/ Cloud White \/ Gray \/ Midnight Blue \/ Dark Green\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mgr-note\"\u003e\n      \u003cstrong\u003eご注意：\u003c\/strong\u003e\n      電動部分（ベース）は水中への浸漬や食洗機での洗浄をお控えください。\n      初回ご使用前には、ボトル本体を中性洗剤でよく洗ってからお使いください。\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003c!-- ========== END OF Merger Description ========== --\u003e","brand":"Mikkel","offers":[{"title":"ホワイト","offer_id":47646001692866,"sku":"MERGER-WHITE","price":2850.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":47646001725634,"sku":"MERGER-GRAY","price":2850.0,"currency_code":"JPY","in_stock":true},{"title":"ダークグリーン","offer_id":47646001758402,"sku":"MERGER-DARKGREEN","price":2850.0,"currency_code":"JPY","in_stock":true},{"title":"ブルー","offer_id":47646001791170,"sku":"MERGER-BLUE","price":2850.0,"currency_code":"JPY","in_stock":true},{"title":"ブラック","offer_id":47646001660098,"sku":"MERGER-BLACK","price":2850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/8242\/5794\/files\/merger-img-home.jpg?v=1778427628"}],"url":"https:\/\/mikkel.jp\/collections\/vortex%e3%83%b4%e3%82%a9%e3%83%ab%e3%83%88%e3%83%ac%e3%83%83%e3%82%af%e3%82%b9-%e3%83%9f%e3%82%ad%e3%82%b5%e3%83%bc%e3%83%9c%e3%83%88%e3%83%ab.oembed","provider":"Mikkel(ミッケル)公式オンラインストア","version":"1.0","type":"link"}