POPU MINI DIVA Pro Adjustable Stroke Wireless PMU Machine - 2.0–3.5mm
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap'); .md-article { --ink: #1d1a22; --muted: #6c6675; --plum: #6e4aa6; --plum-deep: #543 a80; --wash: #f5f1fb; --hair: #e8e3f0; --lav: #b9a3dd; max-width: 760px; margin: 0 auto; color: var(--ink); font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Inter", -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.85; letter-spacing: 0.01em; } .md-article p { margin: 0 0 1.1em; } .md-article a { color: var(--plum); } .md-article img { max-width: 100%; } /* 英字ラベル(絵文字の代わり) */ .md-article .eyebrow { display: block; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.26em; color: var(--plum); text-transform: uppercase; margin: 0 0 10px; } /* ヒーロー(ブラウザ幅いっぱいのフルブリード表示) ※ 記事カラム(760px)の外へ 100vw ではみ出させる定番テク。 祖先要素に overflow:hidden / transform があると効かないので本番でも要確認 */ .md-article .hero { display: block; width: 100vw; max-width: 100vw; height: auto; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-bottom: 14px; border-radius: 0; background: var(--wash); } .md-article .hero-cap { text-align: center; font-family: "Montserrat", sans-serif; font-size: 12px; letter-spacing: 0.18em; color: var(--muted); text-transform: uppercase; margin: 0 0 34px; } /* タイトル */ .md-article h2.title { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 40px; line-height: 1.15; letter-spacing: 0.04em; text-align: center; margin: 0 0 6px; } .md-article .subtitle { text-align: center; font-size: 16px; font-weight: 600; color: var(--ink); margin: 0 0 6px; } .md-article .title-rule { width: 46px; height: 2px; background: var(--plum); margin: 20px auto 30px; } .md-article section { margin: 48px 0; } .md-article h3 { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 21px; line-height: 1.4; letter-spacing: 0.02em; margin: 0 0 18px; } .md-article h4 { font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif; font-weight: 700; font-size: 16px; margin: 30px 0 10px; } .md-article ul { margin: 0 0 1.1em; padding-left: 1.3em; } .md-article li { margin: 5px 0; } .md-article .lead { font-size: 16.5px; } .md-article .lead .em { font-weight: 700; box-shadow: inset 0 -8px 0 var(--wash); } /* 本文内画像 */ .md-article .body-img { display: block; width: 100%; border-radius: 3px; margin: 18px 0; } /* 特徴カード */ .md-article .features { display: grid; grid-template-columns: 1fr; gap: 2px; margin-top: 8px; } .md-article .feat { padding: 24px 2px; border-top: 1px solid var(--hair); } .md-article .feat:last-child { border-bottom: 1px solid var(--hair); } .md-article .feat .no { font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; color: var(--plum); } .md-article .feat h4 { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 18px; margin: 6px 0 8px; } .md-article .feat p { margin: 0; color: var(--ink); } /* スペック定義リスト */ .md-article .spec { margin: 0; } .md-article .spec .row { display: flex; flex-wrap: wrap; gap: 4px 20px; padding: 13px 2px; border-top: 1px solid var(--hair); } .md-article .spec .row:last-child { border-bottom: 1px solid var(--hair); } .md-article .spec .dt { flex: 0 0 116px; font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); padding-top: 3px; } .md-article .spec .dd { flex: 1 1 240px; } .md-article .spec .dd strong { color: var(--plum-deep); } /* スペックカード */ .md-article .spec-grid-wrap { background: #f4f4f5; border-radius: 16px; padding: 16px; margin-top: 10px; } .md-article .spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .md-article .spec-card { background: #ffffff; border-radius: 12px; padding: 20px 18px; } .md-article .spec-card.accent { background: #e5d9f1; } .md-article .spec-card .k { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); margin: 0 0 6px; } .md-article .spec-card.accent .k { color: var(--plum); } .md-article .spec-card .v { font-size: 13px; color: var(--muted); line-height: 1.55; margin: 0; } .md-article .spec-card.accent .v { color: #7f7191; } /* 比較表(Pro vs MINI DIVA vs DIVA) */ .md-article .cmp-wrap { overflow-x: auto; margin-top: 10px; } .md-article table.cmp { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.55; } .md-article .cmp th, .md-article .cmp td { padding: 12px 12px; border-bottom: 1px solid var(--hair); text-align: left; vertical-align: top; } .md-article .cmp thead th { font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; border-bottom: 2px solid var(--ink); white-space: nowrap; } .md-article .cmp tbody th { font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); width: 22%; padding-top: 15px; } .md-article .cmp .hl { background: var(--wash); } .md-article .cmp thead .hl { color: var(--plum); } .md-article .cmp .new-badge { display: inline-block; font-size: 10px; letter-spacing: 0.14em; color: #fff; background: var(--plum); border-radius: 999px; padding: 2px 9px; margin-left: 8px; vertical-align: 2px; } .md-article .cmp td strong { color: var(--plum-deep); } /* どちらを選ぶ? 2カラム */ .md-article .choose { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 26px; } .md-article .choose .box { border: 1px solid var(--hair); border-radius: 10px; padding: 22px 22px 18px; } .md-article .choose .box.pro { background: var(--wash); border-color: var(--lav); } .md-article .choose .box h4 { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 16px; margin: 0 0 10px; } .md-article .choose .box.pro h4 { color: var(--plum-deep); } .md-article .choose .box ul { margin: 0; } .md-article .choose .box li { font-size: 14.5px; } /* カラバリ(画像スロット3枚) */ .md-article .colors3 { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 8px; } .md-article .colors3 .cbox, .md-article .variants2 .cbox { text-align: center; } .md-article .colors3 .cimg, .md-article .variants2 .cimg { display: block; width: 100%; border-radius: 6px; margin: 0 0 8px; } .md-article .colors3 .cname, .md-article .variants2 .cname { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.08em; margin: 0; } .md-article .colors3 .cjp { font-size: 12px; color: var(--muted); } /* 通常版 / 予備バッテリー付き(2枚で横幅いっぱい) */ .md-article .variants2 { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; } /* ストロークガイド(動画×コピー横並び) */ .md-article .sg-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; margin-top: 8px; } .md-article .sg-video video { display: block; width: 100%; max-width: 320px; margin: 0 auto; border-radius: 10px; background: #000; } .md-article .sg-copy .sg-item { padding: 18px 2px; border-top: 1px solid var(--hair); } .md-article .sg-copy .sg-item:last-child { border-bottom: 1px solid var(--hair); } .md-article .sg-copy .sg-item .no { font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; color: var(--plum); } .md-article .sg-copy .sg-item h4 { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 17px; margin: 6px 0 6px; } .md-article .sg-copy .sg-item p { margin: 0; font-size: 15px; } /* callout */ .md-article .callout { background: var(--wash); border-left: 3px solid var(--plum); border-radius: 0 4px 4px 0; padding: 18px 22px; margin: 24px 0 0; } .md-article .callout p { margin: 0; } .md-article .callout .pin { display: inline-block; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--plum); margin-bottom: 6px; } /* CTA ボタン ※ クラス名はテーマ(minimog)側の .btn と衝突しないよう md-btn にしている。 テーマの a / .btn スタイルに上書きされないよう主要プロパティは !important でガード */ .md-article a.md-btn { display: inline-block !important; background: var(--plum) !important; color: #fff !important; text-decoration: none !important; border: 0 !important; box-shadow: none !important; font-family: "Montserrat", sans-serif !important; font-weight: 700 !important; font-size: 15px !important; line-height: 1.5 !important; letter-spacing: 0.06em !important; padding: 16px 42px !important; border-radius: 3px !important; width: auto !important; min-height: 0 !important; text-align: center !important; transition: background-color 0.2s ease; } .md-article a.md-btn:hover, .md-article a.md-btn:focus, .md-article a.md-btn:visited { color: #fff !important; text-decoration: none !important; } .md-article a.md-btn:hover { background: var(--plum-deep) !important; } .md-article .divider { border: 0; border-top: 1px solid var(--hair); margin: 48px 0; } .md-article .note { font-size: 12.5px; color: var(--muted); margin-top: 14px; } /* 急速充電の注意ボックス */ .md-article .warn { border: 1px solid var(--hair); border-left: 3px solid #d4892b; border-radius: 0 6px 6px 0; padding: 20px 22px; margin: 22px 0 0; font-size: 14.5px; line-height: 1.7; } .md-article .warn p { margin: 0 0 0.8em; } .md-article .warn .warn-ttl { font-weight: 700; color: #c0392b; margin-bottom: 12px; } .md-article .warn h5 { font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif; font-weight: 700; font-size: 14px; margin: 16px 0 6px; } .md-article .warn ul { margin: 0 0 10px; padding-left: 1.3em; } .md-article .warn li { margin: 4px 0; font-size: 14px; } .md-article .warn .caution { color: #c0392b; font-size: 13.5px; } /* 他モデルのご案内 */ .md-article .standard-promo { background: #fafafa; border: 1px solid var(--hair); border-radius: 10px; padding: 30px 26px; text-align: center; } .md-article .standard-promo .sp-title { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 19px; margin: 8px 0 10px; } .md-article .standard-promo p { margin: 0 auto; max-width: 460px; } .md-article .standard-promo .sp-btns { display: flex; flex-direction: column; gap: 12px; align-items: center; margin-top: 28px; } /* ボタン幅を揃える(長い方の文言が1行で収まる上限幅) */ .md-article .standard-promo .sp-btns a.md-btn { width: 100% !important; max-width: 500px; box-sizing: border-box !important; } @media (min-width: 620px) { .md-article .sg-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); column-gap: 40px; } .md-article .sg-video video { max-width: 300px; } .md-article .features { grid-template-columns: 1fr 1fr; column-gap: 36px; } .md-article .feat { padding-left: 0; padding-right: 0; } /* 2カラム時、2番目セルの上端罫線を揃える */ .md-article .feat:nth-child(2) { border-top: 1px solid var(--hair); } .md-article .spec-grid { grid-template-columns: repeat(4, 1fr); } .md-article .choose { grid-template-columns: 1fr 1fr; } .md-article .colors3 { grid-template-columns: repeat(3, 1fr); } .md-article .variants2 { flex-direction: row; justify-content: center; } .md-article .variants2 .cbox { flex: 1 1 0; } } @media (max-width: 480px) { .md-article { font-size: 15px; } .md-article h2.title { font-size: 32px; } .md-article h3 { font-size: 19px; } .md-article .cmp th, .md-article .cmp td { padding: 10px 8px; } .md-article table.cmp { font-size: 12.5px; } .md-article .cmp tbody th { font-size: 11px; } } POPU micro beauty — Wireless PMU Machine New Arrival MINI DIVA Pro あの軽さに、可変ストロークを。 110gの軽さで多くのアーティストに支持される MINI DIVA シリーズに、待望の可変ストロークモデル MINI DIVA Pro が登場しました。 最大の特長は、2.0〜3.5mm を 6段階で切り替えられる可変ストローク。短いストロークはソフトな打ち込みで練習や敏感肌・繊細なシェーディングに、長いストロークはしっかり色を定着させたい施術に。MINI DIVA 譲りのコンパクトなボディのまま、テクニックやスキルレベルに合わせてマシンの性格を変えられます。 Adjustable Stroke 2.0–3.5mm ストローク長を 6段階で調整可能。ビギナーの練習からベテランの本施術まで、1台でカバーするミニマシンです。 ご注意:本製品は急速充電に対応しておりません。 POPU MINI DIVA Pro は急速充電に対応しておりません。充電の際には、必ず下記の条件を満たす AC アダプタをご使用ください。 使用を推奨する充電器 出力電圧:5V 固定 出力電流:1A〜2A(最大 10W まで) 使用できない充電器 9V・12V・20V など、5V 以外の電圧を出力する充電器 Quick Charge(QC)、USB Power Delivery(USB-PD)などの急速充電規格対応アダプタ 出力 20W 以上のスマートフォン用急速充電器 ※ これらを使用した場合、製品内部に想定外の電圧が供給され、故障や安全性に問題が生じる可能性があります。急速電源を使用した場合、故障の原因となり《保証対象外》となりますので予めご了承ください。 お客様の大切な製品を長く安心してお使いいただくため、必ず上記条件に合う充電器をご利用ください。 Adjustable Stroke 2.0〜3.5mm、ストロークを使い分ける ソフトなシェーディングから、しっかりとした色入れまで。MINI DIVA Pro なら、1台のマシンでコントロールの幅が広がります。 01 2.0〜2.5mm ストローク ソフトな練習・トレーニング、敏感肌のお客様、超ライトなタッチの施術に。 02 2.8〜3.1mm ストローク 眉・リップなど日常のPMUワークに。高い飽和度と、コントロールされた色素の定着を両立します。 03 3.5mm ストローク 経験豊富なアーティスト向けの、より力強い色素の打ち込みに。 Features MINI DIVA Pro の実力 01 可変ストローク(6段階) ストローク長を 2.0〜3.5mm の 6段階で切り替え可能。短めの設定はソフトなタッチで練習・敏感肌・繊細なシェーディングに、長めの設定は色をしっかり定着させたい施術に最適です。 02 シリーズ最高 12,000rpm コアレスモーターは MINI DIVA(11,000rpm)を上回る最大 12,000rpm。作動電圧 2〜10V のレンジで、なめらかで安定した出力を実現します。 03 2V キックスタート&2つのメモリ MINI DIVA 譲りの 2V 低電圧起動と、眉用・リップ用の 2つのメモリ設定を継承。よく使うセッティングをワンアクションで呼び出せます。 04 120g の軽量ボディ 航空グレードのアルミニウムを採用し、全長135mm・直径24mm・重さ120g。可変ストローク機構を積みながら、MINI DIVA からわずか +10g に収めました。 ※ 低電圧起動の挙動はストローク設定により変わる場合があります。長いストローク設定ほど高いモータートルクが必要となるため、安定動作にはやや高めの電圧が必要になることがあります(メーカー公表情報)。 Specifications 製品仕様 Coreless Motor RPM: 12000RPM Charging USB universal plug Needle Depth 0–4.5mm Operating Voltage 2–10V Battery Capacity 800mAh Size 135 × 24mm Stroke 2.0–3.5mm6段階可変 Weight 4.2oz (120g)With battery ※ ストローク:2.0〜3.5mm(6段階可変)/ ニードル深度:0〜4.5mm / 連続使用時間:約4〜6時間 / 充電は USB universal plug(急速充電には非対応)。 Comparison MINI DIVA・DIVA との違い MINI DIVA Pro の登場で、Beyond.Tattoo の POPU マシンは MINI DIVA / MINI DIVA Pro / DIVA の 3ラインになりました。位置づけはシンプルで、Pro は「MINI DIVA のサイズ感 × DIVA の可変ストローク」のいいとこ取りです。 Spec MINI DIVA ProNEW MINI DIVA DIVA Motor コアレス コアレス ブラシレス(コアレス) RPM 12,000rpm 11,000rpm 10,800rpm Stroke 可変 2.0〜3.5mm(6段階) 固定(3.0mm / 3.5mm) 可変 2.0〜3.5mm(6段階) Voltage 2〜10V 2〜10V 4〜12V Battery 800mAh 800mAh 1,600mAh Working Time 約 4〜6時間 約 3〜4時間 約 5〜7時間 Size 135 × 24mm 127 × 24mm 140 × 32mm Weight 120g(4.2oz) 110g(3.9oz) 180g(6.3oz) Point ミニサイズのまま可変ストローク 最軽量・シンプル 大容量バッテリー・有線対応 ※ MINI DIVA 列は Ver.2 Stroke 3.0mm モデルの数値です。Powerful Stroke 3.5mm モデルは最大 10,000rpm・重量 107g・サイズ 127×23mm となります。※ 連続使用時間は使用状況により変動します。 MINI DIVA Pro が向いている方 軽いマシンのまま、施術ごとにストロークを使い分けたい 練習・トレーニングから本施術まで 1台でカバーしたい 敏感肌のお客様向けにソフトな設定も持っておきたい 他モデルという選択肢 とにかく軽さ最優先・ストロークは固定で十分 → MINI DIVA 長時間施術のバッテリー容量や有線接続を重視 → DIVA Colors 3つのカラー 施術空間やお好みに合わせて選べる、3色展開です。 LAVENDER PURPLE ラベンダーパープル CRYSTAL BLUE クリスタルブルー ONYX BLACK オニキスブラック Line Up 通常版と、予備バッテリー付き MINI DIVA Pro は、通常版と予備バッテリー付きの 2種類からお選びいただけます。 通常版にもバッテリーは 1個付属しています。予備バッテリー付きは、それに加えて予備バッテリーが 1個(計2個)セットになったタイプ。充電切れの心配なくバッテリーを交換しながら使えるので、施術が長時間・連続になりがちな方におすすめです。 通常版 予備バッテリー付き Warranty 安心の保証 モーター 1年保証 バッテリー 6ヶ月保証 スペアパーツ 3ヶ月保証 正規品ならではの、安心のサポート体制です。 POPU製品に不具合が生じた場合は、当サイトのお問い合わせページよりご連絡ください。トラブルシューティングや問題解決のサポートをいたします。 【保証が無効となる条件】 本保証は、通常使用における製造上の欠陥に対して適用されます。誤使用、改造、または経年による摩耗などによる損傷は保証対象外となり、以下の場合には保証が無効となります。 お客様の過失により機器が損傷した場合 未承認の業者または個人によって機器が開封または修理された場合 軽さはそのまま、表現はもっと自由に。 MINI DIVA の取り回しの良さと、DIVA で好評の可変ストローク。その両方を1本にまとめた MINI DIVA Pro は、これから始める方にも、施術の幅を広げたい方にも応えるニュースタンダードです。 Other Models 他の POPU マシンもチェック 軽さ最優先の MINI DIVA Ver.2、大容量バッテリー+有線対応の DIVA もご用意しています。 MINI DIVA Ver.2 Stroke 3.0mm › MINI DIVA Ver.2 Powerful Stroke 3.5mm › DIVA Adjustable Stroke › ※ 仕様・カラーは予告なく変更となる場合があります。
More you might like
Related
Náhradní baterie pro strojek POPU Mini Diva
Related
POPU MINI DIVA Pro Adjustable Stroke Wireless PMU Machine -
Related
POPU Mini Diva
Related