MINI DIVA Ver.2 専用バッテリー
@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 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 .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 figure { margin: 26px 0 0; } .md-article figure img { width: 100%; height: auto; display: block; border-radius: 3px; background: var(--wash); } .md-article figure figcaption { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 8px; } /* スペック定義リスト */ .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; } /* カラバリ */ .md-article .colors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 16px; margin-top: 8px; } .md-article .swatch { text-align: center; } .md-article .swatch img { width: 100%; height: auto; display: block; border-radius: 3px; background: var(--wash); } .md-article .swatch .cname { font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; margin-top: 10px; } .md-article .swatch .cjp { font-size: 12px; color: var(--muted); } /* 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; } /* ラインナップ(購入導線) */ .md-article .lineup { margin: 8px 0 0; } .md-article .lineup .item { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 17px 4px; border-top: 1px solid var(--hair); text-decoration: none; color: var(--ink); transition: color 0.2s ease, padding-left 0.2s ease, background-color 0.2s ease; } .md-article .lineup .item:last-child { border-bottom: 1px solid var(--hair); } .md-article .lineup .item:hover { color: var(--plum); background: var(--wash); padding-left: 12px; } .md-article .lineup .pinfo { display: flex; flex-direction: column; } .md-article .lineup .pname { font-weight: 600; font-size: 15.5px; } .md-article .lineup .ptag { font-size: 12px; color: var(--muted); margin-top: 2px; } .md-article .lineup .pright { flex: 0 0 auto; text-align: right; white-space: nowrap; } .md-article .lineup .price { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 15px; } .md-article .lineup .view { display: block; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: var(--plum); } /* CTA */ .md-article .cta-wrap { text-align: center; margin: 40px 0 0; } .md-article .btn { display: inline-block!important; background: var(--plum); color: #fff; text-decoration: none!important; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 15px!important; letter-spacing: 0.06em; padding: 16px 42px!important; border-radius: 3px!important; transition: background-color 0.2s ease!important; } .md-article .btn:hover { background: var(--plum-deep); } .md-article .btn-lg { padding: 18px 48px; font-size: 16px; box-shadow: 0 6px 18px rgba(110, 74, 166, 0.28); } .md-article .btn-ghost { display: inline-block; margin-top: 16px; font-size: 13px; letter-spacing: 0.06em; color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--hair); padding-bottom: 2px; } .md-article .btn-ghost:hover { color: var(--plum); border-color: var(--plum); } .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 .promo-link { display: inline-block; font-weight: 700; color: var(--plum); text-decoration: none; border-bottom: 2px solid var(--lav); padding-bottom: 2px; transition: color 0.2s ease, border-color 0.2s ease; } .md-article .promo-link:hover { color: var(--plum-deep); border-color: var(--plum); } /* 急速充電の注意ボックス */ .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 .battery-promo { background: linear-gradient(180deg, var(--wash), #ffffff); border: 1.5px solid var(--lav); border-radius: 10px; padding: 34px 26px; text-align: center; } .md-article .battery-promo .bp-title { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 22px; margin: 8px 0 10px; } .md-article .battery-promo p { margin: 0 auto; max-width: 460px; } @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 .colors { grid-template-columns: repeat(4, 1fr); } .md-article .spec-grid { grid-template-columns: repeat(4, 1fr); } } @media (max-width: 480px) { .md-article { font-size: 15px; } .md-article h2.title { font-size: 32px; } .md-article h3 { font-size: 19px; } } POPU micro beauty — Battery New Arrival for MINI DIVA Ver.2 MINI DIVA 専用BATTERY。 MINI DIVA Ver.2 Stroke3.0mm & 3.5mmで使用可能。※商品画像は旧モデルです。Ver.2はディスプレイ表示内容が異なる場合がございます。 ご注意:本製品は急速充電に対応しておりません。 POPU MINI DIVA は急速充電に対応しておりません。充電の際には、必ず下記の条件を満たす AC アダプタをご使用ください。 使用を推奨する充電器 出力電圧:5V 固定 出力電流:1A〜2A(最大 10W まで) 使用できない充電器 9V・12V・20V など、5V 以外の電圧を出力する充電器 Quick Charge(QC)、USB Power Delivery(USB-PD)などの急速充電規格対応アダプタ 出力 20W 以上のスマートフォン用急速充電器 ※ これらを使用した場合、製品内部に想定外の電圧が供給され、故障や安全性に問題が生じる可能性があります。急速電源を使用した場合、故障の原因となり《保証対象外》となりますので予めご了承ください。 お客様の大切な製品を長く安心してお使いいただくため、必ず上記条件に合う充電器をご利用ください Specifications 製品仕様 Capacity 800mAh Charging USB universal plug Life 4〜6h Operating Voltage 2–10V ※ 連続使用時間:約4〜6時間/ 充電は USB universal plug(急速充電には非対応)。 本体側面の刻印について 製造ロットにより、本体側面に以下の刻印が入る場合がありますが、製品自体は同一です。 CECEマーク EU(欧州連合)の安全基準に適合していることを示すマークです。 FCCFCCマーク 米国FCC(連邦通信委員会)の電磁波に関する基準に適合していることを示すマークです。 WEEE×印付きゴミ箱マーク(WEEEマーク) EUの廃電気・電子機器指令(WEEE指令)に基づく表示で、廃棄の際は一般ごみではなく分別回収の対象であることを示すマークです。 POPUマシンは世界各国で販売されており、いずれも販売地域の規制に対応するための表示です。製品の性能や仕様の変更はございません。 Colors 4つのカラー 施術空間やお好みに合わせて選べる、4色展開です。 PURPLE パープル BLACK ブラック CHAMPAGNE シャンパン PINK ピンク Warranty 安心の保証 バッテリー 6ヶ月保証 スペアパーツ 3ヶ月保証 正規品ならではの、安心のサポート体制です。 POPU製品に不具合が生じた場合は、当サイトのお問い合わせページよりご連絡ください。トラブルシューティングや問題解決のサポートをいたします。 【保証が無効となる条件】 本保証は、通常使用における製造上の欠陥に対して適用されます。誤使用、改造、または経年による摩耗などによる損傷は保証対象外となり、以下の場合には保証が無効となります。 お客様の過失により機器が損傷した場合 未承認の業者または個人によって機器が開封または修理された場合
More you might like
Related
MINI DIVA Ver.2 Stroke3.0mm
Related
MINI DIVA Ver.2 専用バッテリー
Related
MINI DIVA Ver.2 Stroke3.0mm
Related