『Pairs(ペアーズ)』のプレミアムオプション機能は簡単に言うと、ペアーズをより使いやすくするための追加機能です。
たとえばフリーワードで異性を検索できたり、検索結果の上位にあなたのプロフィールが表示されたり、無料会員・有料会員ではできないことができるようになります。
このように他のライバル会員より有利になる機能ですが、果たして課金する価値はあるのでしょうか?
※18歳未満の方はマッチングアプリを利用できません。
このページはアフィリエイト広告を利用していますが、記載されている情報は一切その影響は受けておりません。
プロフィール
ライター
あわせて読みたい
会員タイプ別機能一覧
| 無料会員 | 無料会員+プレミアム会員 | 有料会員 | 有料会員+プレミアムオプション |
---|
メッセージ | 一通目のみ送信可 | 無制限 | 無制限 | 無制限 |
---|
毎月付与の「いいね!」 | 30回 | 30回+20回 | 30回+登録直後に30回 | 30回+20回 |
---|
足あとを見られる人数 | 直近の5人まで | 無制限 | 直近の5人まで | 無制限 |
---|
「みてね!」の送信 | ◯ | ◯ | ◯ | ◯ |
---|
登録日3日以内の相手検索 | ◯ | ◯ | ◯ | ◯ |
---|
ログイン順表示 | ◯ | ◯ | ◯ | ◯ |
---|
おすすめ順表示 | ◯ | ◯ | ◯ | ◯ |
---|
お相手がもらった 「いいね!」数がわかる | × | × | ◯ | ◯ |
---|
人気急上昇中の 相手検索 | × | ◯ | × | ◯ |
---|
検索結果の上位に 表示される | × | ◯ | × | ◯ |
---|
メッセージを 優先的に審査 | × | ◯ | × | ◯ |
---|
メッセージ好きの 相手検索 | × | ◯ | × | ◯ |
---|
趣味・関心から 相手検索 | × | ◯ | × | ◯ |
---|
フリーワード検索 | × | ◯ | × | ◯ |
---|
検索結果の 「いいね!」数順表示 | × | ◯ | × | ◯ |
---|
登録日が新しい順表示 | × | ◯ | × | ◯ |
---|
メッセージの 未読・既読がわかる | × | ◯ | × | ◯ |
---|
オンライン表示を 隠せる | × | ◯ | × | ◯ |
---|
「いいね!」を 優先的に通知 | × | ◯ | × | ◯ |
---|
年齢・目的別マッチングアプリ分類図
大手マッチングアプリを年齢と目的で分類すると図のようになります。
.p-classificationmap_container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 18px 70px 140px 150px 80px 70px;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"one-50over two-50over three-50over"
"one-50 two-50 three-50"
"one-40 two-40 three-40"
"one-30 two-30 three-30"
"one-20 two-20 three-20"
"one-18 two-18 three-18";
}
.p-classificationmap_container > div {
border-top: 1px solid #aaa;
position: relative;
}
.p-classificationmap_app {
margin: 15px auto 0;
}
.p-classificationmap_app img {
height: 32px;
width: 32px;
border-radius: 7px;
border:0;
}
.p-classificationmap_container p {
line-height: 1.2;
font-size: 10px;
margin: 15px 0px 0;
text-align: center;
}
.p-classificationmap_contents {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.p-classificationmap_text {
color: #667276;
font-size: 14px;
position: absolute;
top: -10px;
background: #d0ecf4;
}
.three-50over {grid-area: three-50over;border-top: none !important;}
.one-50over {grid-area: one-50over;border-top: none !important;}
.two-50over {grid-area: two-50over;border-top: none !important;}
.two-50 { grid-area: two-50; }
.three-50 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
gap: 0px 0px;
grid-template-areas:
"three-50-1 three-50-2";
grid-area: three-50;
}
.three-50 > div {
display: flex;
align-items: center;
justify-content: center;
}
.three-50-1 { grid-area: three-50-1; }
.three-50-2 { grid-area: three-50-2; }
.three-50 .app {margin-top:0;}
.one-50 { grid-area: one-50; }
.one-40 { grid-area: one-40; }
.one-30 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"one-30-1 one-30-2"
"one-30-3 one-30-4";
grid-area: one-30;
}
.one-30-1 { grid-area: one-30-1; }
.one-30-2 { grid-area: one-30-2; }
.one-30-3 { grid-area: one-30-3; }
.one-30-4 { grid-area: one-30-4; }
.one-20 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"one-20-1 one-20-2"
"one-20-3 one-20-4";
grid-area: one-20;
}
.one-20-1 { grid-area: one-20-1; }
.one-20-2 { grid-area: one-20-2; }
.one-20-3 { grid-area: one-20-3; }
.one-20-4 { grid-area: one-20-4; }
.two-40 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
". ."
". .";
grid-area: two-40;
}
.two-30 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1.5fr 0.5fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"two-30-2 two-30-2"
"two-30-3 two-30-4";
grid-area: two-30;
}
/*.two-30-1 { grid-area: two-30-1; }*/
.two-30-2 { grid-area: two-30-2; }
.two-30-3 { grid-area: two-30-3; }
.two-30-4 { grid-area: two-30-4; }
.two-20 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"two-20-1 two-20-2"
"two-20-3 two-20-4";
grid-area: two-20;
}
.two-20-1 { grid-area: two-20-1; }
.two-20-2 { grid-area: two-20-2; }
.two-20-3 { grid-area: two-20-3; }
.two-20-4 { grid-area: two-20-4; }
.three-20 { grid-area: three-20; }
.three-30 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"three-30-1 three-30-2"
"three-30-3 three-30-4";
grid-area: three-30;
}
.three-30-1 { grid-area: three-30-1; }
.three-30-2 { grid-area: three-30-2; }
.three-30-3 { grid-area: three-30-3; }
.three-30-4 { grid-area: three-30-4; }
.three-40 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1.5fr 0.5fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"three-40-1 three-40-1"
"three-40-3 three-40-4";
grid-area: three-40;
}
.three-40-1 { grid-area: three-40-1; }
.one-18 { grid-area: one-18; }
.two-18 { grid-area: two-18; }
.three-18 { grid-area: three-18; }
.p-classificationmap [class*="-18"] {
display: flex;
align-items: stretch;
}
.p-classificationmap [class*="two"] {
background: #ffe6cb;
}
.p-classificationmap [class*="one"] {
background: #d0ecf4;
}
.p-classificationmap [class*="three"] {
background: #f9d9e0;
}
.p-classificationmap_type {
text-align: center;
border-radius: 4px;
color: #fff;
display: flex;
flex-flow: column;
width: 100%;
justify-content: center;
}
.p-classificationmap_type--01 {
background: #2aa2ca;
margin: 10px 7px;
line-height: 1.2;
}
.p-classificationmap_type--02 {
background: #f87a25;
margin: 10px 5px;
line-height: 1.3;
}
.p-classificationmap_type--03 {
background: #ff6082;
margin: 10px 7px;
line-height: 1.2;
}
.p-classificationmap_type span {
font-size:10px;
display: block;
}
.p-classificationmap_arrow {
margin-bottom: 7px;
display: flex;
align-items: center;
}
.p-classificationmap_arrow-text {
display: inline-block;
position: relative;
width: 100%;
height: 3px;
color: #333;
line-height: 1;
text-align: center;
background: linear-gradient(90deg, rgba(129,164,217,1) 0%, rgba(241,74,105,1) 100%);;
vertical-align: middle;
}
.p-classificationmap_arrow-text span {
display: inline-block;
background: #fff;
top: -7px;
position: relative;
font-weight: bold;
padding: 0 2px;
font-size: 16px;
}
.p-classificationmap_arrow-text:before {
content: '';
width: 0.65em;
height: 0.65em;
border: 2px solid #81a4d9;
border-right: 0;
border-bottom: 0;
transform: rotate(-45deg);
transform-origin: top left;
position: absolute;
top: 50%;
left: -0.05em;
box-sizing: border-box;
}
.p-classificationmap_arrow-text:after {
content: '';
width: 0.65em;
height: 0.65em;
border: 2px solid #f14a69;
border-left: 0;
border-bottom: 0;
transform: rotate(45deg);
transform-origin: top right;
position: absolute;
top: 50%;
right: -0.05em;
box-sizing: border-box;
}
.p-classificationmap_arrow-heigh {
margin-left: 2px;
font-weight: bold;
color: #f14a69;
}
.p-classificationmap_arrow-row {
color: #598bd7;
margin-right: 2px;
font-weight: bold;
}
▼気になるアプリは早速クリックして使ってみよう
プレミアムオプションは月額2,980円(税込)から。男性向けのプラン
前提として、プレミアムオプションは男性向けの有料オプションとなります。無料会員でも有料会員でも加入できるオプションですが、加入には料金が別途かかります。(加入プランによって料金が変わります)
いずれにせよ無料で使うことはできないので、「無料で使えるかと思っていた」という方は注意が必要です。また「女性なら無料で使えるんじゃないの?」と思われる方もいるかもしれませんね。
ですがプレミアムオプションは男性向けのオプションとなっているので、女性が加入することはできません。女性には別途「レディースオプション」が用意されているので、そちらが女性版のプレミアムオプションの役割を果たしているのですね。
【プレミアムオプションでできること】
・いいね!を送れる権利が、毎月20回分付与
・お相手が「1日に受信するいいね!数上限」を設定している場合でもいいね!を送ることが可能
・検索結果の上位に表示
・送ったメッセージがお相手に読まれたかどうかがわかる
・足あとが無制限で閲覧できる
・自分のオンライン表示を隠せる
・「いいね!数が多い順」「登録日が新しい順」で表示できる
・使える検索項目が増える(人気急上昇、共通のコミュニティ、メッセージ好き、フリーワード検索)
『Pairs(ペアーズ)』のプレミアムオプションに課金する価値はある?
プレミアムオプションの基礎について分かったところで、課金するべきかどうかを判断するためにも、良い所&悪い所を見ていきましょう。
プレミアムオプションの良い所
①マッチング率が上がる
プレミアムオプションに加入すれば、検索結果で上位に表示されることになるので、女性からの足あとが一気に増えます。逆に言えば、通常の有料会員だと下の方に埋もれてしまって、目立たない位置にプロフィールが表示されてしまうことになるでしょう。
足あとが増えれば、女性から貰えるいいね!の数が増えることが予想されますし、また女性からのいいね!を遡って自分からいいね!することにも役立ちます。
このようにプレミアムオプションに加入するだけで、マッチング率を大幅に高める効果が期待できるんですね。
②新規会員を狙っていいね!できる
さらにプレミアムオプションのメリットとして、「登録日が新しい順に表示」ができます。
普通の検索だと、いいね!が少ない女性しか見つけることができません。
しかし登録日が新しい順で並び替えが可能となると、より新規の女性が見つけやすく、ライバルに先んじてアピールすることができますよね。
新規会員は出会いへの意欲が高いため、マッチングしやすいでしょう。
③フリーワード検索が重宝する
たとえば、同じ趣味の人を見つけようと思ったらどうするでしょうか?普通なら、マイタグ(旧コミュニティ)機能を通じて同じ趣味の人を探すのが一般的かと思います。
しかし、プレミアムオプションに加入すれば、プロフィールの詳細までフリーワードで検索することができます。
タグが存在しないニッチな話題に関することや、細かいジャンルなど、「キーワード」で検索することができます。
人によって検索するワードは変わってくるので、ライバルが少なくなるというのもメリットが大きいですよね。
④アプローチできる女性の数が増える
通常に比べて、毎月いいねできる数が+20回増えるため、アプローチできる数が増えることがメリットといえます。
また通常は、足あとが直近の5人までしか閲覧できないのに対し、プレミアムオプションに加入すると無制限に閲覧できます。
足あとをすべて確認できるということは、自分に興味を持ってくれた人にアプローチするチャンスを逃さずに済むということです。
プレミアムオプションの悪い所
①料金が高い
プレミアムオプションの料金は、以下となります。
プレミアムオプション(男性会員限定)の決済方法と料金
| クレジットカード決済 | AppleID決済 | GooglePlay決済 |
---|
1ヶ月プラン | 2,980円 | 4,300円/月 | 2,980円 |
---|
3ヶ月プラン | 2,560円/月 (一括7,680円) | 3,600円/月 (一括10,800円) | 2,560円/月 (一括7,680円) |
---|
6ヶ月プラン | 1,990円/月 (一括11,940円) | 2,400円/月 (一括14,400円) | 1,990円/月 (一括11,940円) |
---|
12ヶ月プラン | 1,080円/月 (一括12,960円) | 1,733円/月 (一括20,800円) | 1,080円/月 (一括12,960円) |
---|
加入プランが長期であるほど、割安になりますよ。
ご存知かもしれませんが、ペアーズでは一度加入したプランを途中で解約してもお金は返金されません。そのため、12ヶ月プランなどは途中で恋人ができて退会する場合、もったいないことになってしまいます。
しかし1ヶ月プランや3ヶ月プランで加入しようとすると、割高になってしまうのも事実。
公式サイトによると、ペアーズでは平均して4ヶ月で恋人ができているとあります。余裕を持って、6ヶ月プランにしておくのがおすすめです。
②なくても出会える
当たり前ですが、プレミアムオプションはオプション(追加機能)なので、有料会員であれば課金は必須ではありません。
魅力的な男性であれば、加入していなくても異性からアプローチされることも多いでしょう。
しかし「なかなかうまく出会えない」「思うようにマッチングしない」という男性にとっては、重宝するものでしょう。
人気会員ならそもそもいらないのに、なかなかマッチングしない男性会員にとっては必要性が感じられるのがプレミアムオプションだと言えます。
プレミアムオプションに加入すべき人の特徴
プレミアムオプションの具体的な機能については分かりましたが、それではどういった人が向いているのか? 見ていきましょう。
1.まずは初めての出会いを体験したい人
まだペアーズで出会えていないけれど、デートを体験することからレベルアップしていきたい男性は加入してみてもいいかもしれません。
人気会員にとっては不必要なプレミアムオプションですが、全然出会えない・マッチングしないという男性にとっては上位表示など役立つ機能が多いですよ。
もしまだ出会いがなくて迷っているなら、課金することによる見返りが大きいプレミアムオプションを使ってみてください。
2.キャンペーン開催中でお得に加入できる人
ペアーズは不定期でキャンペーンを開催しています。
「有料会員登録でプレミアムオプションが全額オフ」
「期間中1日5人にいいね! でプレミアムオプションがついてくる」
などのキャンペーンを開催することも。
キャンペーン中ならプレミアムオプションを割安で活用できるので、こまめにチェックしましょう。
マッチングアプリのお得な割引キャンペーン・クーポン特集はこちら
プレミアムオプションのデメリットは、料金だけ!
結論となりますが、プレミアムオプションの欠点は料金面のみです。
使ったらライバルより先んじて確実に便利になることは間違いないのですが、キャンペーン未開催時などに加入してしまうとどうしても割高に感じられます。
そこで、プレミアムオプションは課金すべきですが、料金面で妥協できない場合には時期を待って加入してみるのがいいでしょう。
プレミアムオプションという選択肢も吟味しつつ、ペアーズで賢く出会いに繋げてみてくださいね。
こちらの記事もおすすめ
Pairs(ペアーズ) 恋活・婚活のためのマッチングアプリに関する記事