DIVA Adjustable Stroke wireless
@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; } /* ヒーロー */ .md-article .hero { width: 100%; height: auto; display: block; border-radius: 3px; background: var(--wash); margin-bottom: 14px; } .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 .preorder { background: var(--wash); border: 1.5px solid var(--lav); border-radius: 10px; text-align: center; padding: 20px 22px; margin: 0 0 38px; } .md-article .preorder p { margin: 0; } .md-article .preorder .po-label { display: inline-block; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #fff; background: var(--plum); border-radius: 999px; padding: 4px 16px; margin-bottom: 10px; } .md-article .preorder .po-main { font-weight: 700; font-size: 17px; color: var(--plum-deep); } .md-article .preorder .po-sub { font-size: 15px; color: var(--ink); margin-top: 2px; } .md-article .preorder .po-sub strong { color: var(--plum-deep); } .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; } /* YouTube 埋め込み(16:9 レスポンシブ) */ .md-article .video-wrap { position: relative; width: 100%; padding-top: 56.25%; border-radius: 6px; overflow: hidden; background: #000; margin-top: 8px; } .md-article .video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 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 .feat ul { margin: 0; } .md-article .feat li { font-size: 15px; } /* スペック定義リスト */ .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; } /* 比較表(DIVA vs MINI 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: 27%; 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.diva { 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.diva 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; } /* 通常版 / 予備バッテリー付き(2枚・中央寄せ、画像幅はカラー3列と同じ) */ .md-article .variants2 { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; } /* 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; } /* MINI DIVA のご案内 */ .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; } /* 2本のボタン幅を揃える(長い方の文言が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 .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: 0 1 calc((100% - 28px) / 3); } } @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 DIVA ストロークを、自在に。 Pre-Order 本商品はご予約販売です 8月より順次発送いたします MINI DIVA で多くのアーティストに支持される POPU から、上位モデル DIVA が Beyond.Tattoo に登場します。 最大の特長は、2.0〜3.5mm を 6段階で切り替えられる可変ストローク。繊細なヘアストロークから、しっかり定着させたいリップやパウダーまで、施術メニューごとにマシンを持ち替える必要はもうありません。 Adjustable Stroke 2.0–3.5mm ストローク長を 6段階で調整可能。1台で幅広い施術メニューに対応する、オールインワンのワイヤレス PMU マシンです。 ご注意:本製品は急速充電に対応しておりません。 POPU DIVA は急速充電に対応しておりません。充電の際には、必ず下記の条件を満たす AC アダプタをご使用ください。 使用を推奨する充電器 出力電圧:5V 固定 出力電流:1A〜2A(最大 10W まで) 使用できない充電器 9V・12V・20V など、5V 以外の電圧を出力する充電器 Quick Charge(QC)、USB Power Delivery(USB-PD)などの急速充電規格対応アダプタ 出力 20W 以上のスマートフォン用急速充電器 ※ これらを使用した場合、製品内部に想定外の電圧が供給され、故障や安全性に問題が生じる可能性があります。急速電源を使用した場合、故障の原因となり《保証対象外》となりますので予めご了承ください。 お客様の大切な製品を長く安心してお使いいただくため、必ず上記条件に合う充電器をご利用ください。 Features DIVA の実力 01 可変ストローク(6段階) ストローク長を 2.0〜3.5mm の 6段階で切り替え可能。繊細なラインには短く、定着重視の施術には長く。メニューに合わせて最適な打ち込みを選べます。 02 ブラシレスモーター 最大 10,800rpm のブラシレスモーターを搭載。作動電圧 4〜12V の広いレンジで、安定した途切れのない出力を実現します。 03 大容量 1,600mAh バッテリー MINI DIVA の 2倍となる 1,600mAh を搭載し、約 5〜7時間の連続使用が可能。1日の施術を余裕でカバーします。 04 オールラウンドな対応力 ナノヘアストローク、シェーディング、リップブラッシュ、アイライナー、SMP(頭皮)、ファインラインタトゥーまで、幅広い施術に対応します。 Wireless & Wired ワイヤレスでも、有線でも DIVA はバッテリー駆動のワイヤレスマシンとしてはもちろん、RCA コネクターに付け替えることで、パワーサプライから給電する有線マシンとしても使用できます。バッテリー残量を気にせず、施術に集中したいときにも安心です。 ※ パワーサプライは別売りです。 Specifications 製品仕様 Brushless Motor RPM: 10800RPM Charging USB universal plug Needle Depth 0–4.5mm Operating Voltage 4–12V Battery Capacity 1600mAh Size 140 × 32mm Stroke 2.0–3.5mm6段階可変 Weight 6.3oz (180g)With battery ※ ストローク:2.0〜3.5mm(6段階可変)/ ニードル深度:0〜4.5mm / 連続使用時間:約5〜7時間 / 充電は USB universal plug(急速充電には非対応)/ ユニバーサル規格のニードルカートリッジに対応しています。 Comparison DIVA と MINI DIVA、どちらを選ぶ? Beyond.Tattoo では、DIVA の取り扱い開始にともない DIVA / MINI DIVA の 2機種からお選びいただけるようになりました。両機種の違いを比較表にまとめました。 Spec DIVANEW MINI DIVA Motor ブラシレス(コアレス) コアレス RPM 10,800rpm 11,000rpm Stroke 可変 2.0〜3.5mm(6段階) 固定(3.0mm / 3.5mm) Needle Depth 0〜4.5mm 0〜4.5mm Voltage 4〜12V 2〜10V Battery 1,600mAh 800mAh Working Time 約 5〜7時間 約 3〜4時間 Size 140 × 32mm 127 × 24mm Weight 180g(6.3oz) 110g(3.9oz) Point 可変ストロークで 1台に幅広い施術を集約 軽量・コンパクトで扱いやすい ※ MINI DIVA 列は Ver.2 Stroke 3.0mm モデルの数値です。Powerful Stroke 3.5mm モデルは最大 10,000rpm・重量 107g・サイズ 127×23mm となります。※ 連続使用時間は使用状況により変動します。 DIVA が向いている方 1台で幅広い施術メニューをカバーしたい 施術ごとにストローク長を使い分けたい 長時間の施術が多く、バッテリー容量を重視したい MINI DIVA が向いている方 とにかく軽さと取り回しを重視したい 手指への負担を最小限に抑えたい ストローク長は固定で十分(3.0mm / 3.5mm から選択) Colors 3つのカラー 施術空間やお好みに合わせて選べる、3色展開です。 Lavender Seraph Shadow Line Up 通常版と、予備バッテリー付き DIVA は、通常版と予備バッテリー付きの 2種類からお選びいただけます。 通常版にもバッテリーは 1個付属しています。予備バッテリー付きは、それに加えて予備バッテリーが 1個(計2個)セットになったタイプ。充電切れの心配なくバッテリーを交換しながら使えるので、施術が長時間・連続になりがちな方におすすめです。 通常版 予備バッテリー付き Warranty 安心の保証 モーター 1年保証 バッテリー 6ヶ月保証 スペアパーツ 3ヶ月保証 正規品ならではの、安心のサポート体制です。 POPU製品に不具合が生じた場合は、当サイトのお問い合わせページよりご連絡ください。トラブルシューティングや問題解決のサポートをいたします。 【保証が無効となる条件】 本保証は、通常使用における製造上の欠陥に対して適用されます。誤使用、改造、または経年による摩耗などによる損傷は保証対象外となり、以下の場合には保証が無効となります。 お客様の過失により機器が損傷した場合 未承認の業者または個人によって機器が開封または修理された場合 1台で、表現のすべてを。 可変ストロークがもたらす自由度と、1日をカバーする大容量バッテリー。DIVA は、施術の幅を広げたいアーティストの新しいスタンダードです。 Lightweight 軽さを優先するなら MINI DIVA とにかく軽さと取り回しを重視する方には、ストローク長で選べる 2つの MINI DIVA Ver.2 をご用意しています。 MINI DIVA Ver.2 Stroke 3.0mm › MINI DIVA Ver.2 Powerful Stroke 3.5mm › ※ 仕様・カラーは予告なく変更となる場合があります。
More you might like
Related
ATTO POPU DIVA Adjustable Stroke wireless PMU Pen Machine —
Related
ATTO POPU MINI DIVA 2V Start-up Wireless PMU Machine with 3.
Related
Ambition Mars-U Adjustable Stroke Wireless Tattoo Machine
Related