この記事では、マッチングアプリ『Dine(ダイン)』で使用できる支払い方法や料金発生のタイミング・支払いに関する注意点について解説します。
※18歳未満の方はマッチングアプリを利用できません。
プロフィール
ライター
年齢・目的別マッチングアプリ分類図
大手マッチングアプリを年齢と目的で分類すると図のようになります。
.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;
}
▼気になるアプリは早速クリックして使ってみよう
『Dine』の支払い方法は2種類 クレジットカードは使用不可
『Dine』の有料プランの支払い方法は、Apple ID支払いかGoogle Play支払いの2種類のみです。
支払いでクレジットカードを直接使用することはできません。
しかし、Apple IDやGoogle Playの支払いにクレジットカードを紐付けしているなら、間接的にクレジットカードで支払うことができます。
『Dine』はコンビニや銀行・iTunesカードでの支払いは可能?
『Dine』の支払い方法では、コンビニ・口座振り込みには対応していません。
銀行の窓口やATMで支払う形ではないので注意を。iTunesカードは、Apple ID支払いで設定していれば利用可能です。
アプリ支払いに直接コンビニ支払いを使うことはできませんが、コンビニでiTunesカードやGoogle Playギフトカードを購入して、それぞれApple IDとGoogle Play支払い経由で使うことは可能です。
『Dine』の料金支払い発生タイミングはいつ?
基本的には男性も女性も無料でマッチングやデートをすることができますが、より効率よく『Dine』利用したい場合は課金が必要になります。
男性も女性も有料会員になるときに支払いが発生
『Dine』の料金は男女ともに同じ金額です。有料会員になるときに、そのコースに応じた額の支払いが発生します。
『Dine』の基本プランであるゴールド会員の料金は以下の表のとおりです。支払いは一括のみとなっています。
|
25歳以下 |
26歳以上 |
1ヶ月プラン |
3,900円/月 |
6,500円 |
3ヶ月プラン |
9,900円
(3,300円/月)
|
14,400円
(4,800円/月)
|
6ヶ月プラン |
17,400円
(2,900円/月)
|
22,800円
(3,800円/月)
|
12ヶ月プラン |
28,800円
(2,400円/月)
|
34,800円
(2,900円/月)
|
『Dine』コインを購入する際にも支払いが発生
『Dine』内にはコインがあり、コインを使うと、マッチ率が劇的に高まるスペシャルリクエスト、より多くの相手にアプローチができるToday’s Picksの追加、今夜のデートの募集ができる『Dine』 Tonightの募集ができます。
このコインを購入する際にも支払いが発生します。無料会員でコインだけ購入することも可能。10コインから購入できますが、100コイン、300コインとまとめて買うほどお得になります。
▼『Dine』の料金プランに関する詳しい解説はこちら
『Dine』の支払いを解約するには?
『Dine』の有料会員を解約したい方、有料会員だったものの退会したい方は、Apple IDまたはGoogle Playで解約する必要があります。
『Dine』ではアプリ内の「設定」>「購読設定」からそれぞれの支払いを解約することが可能です。
『Dine』の支払い方法で注意するべきことは?
『Dine』では分割払いには対応していませんが、それ以外に支払い方法で気を付けるべきことはあるのでしょうか。
有料期間の途中に解約しても返金はされない
『Dine』の有料会員はプランの契約期間の途中で解約しても、使わなくなった期間分の返金はされません。
一括で支払ってしまっているため、例えば12ヶ月プランに入って6ヶ月で恋人ができ解約したとしても、残り半年分が返金されることはありません。
解約作業を行わない限り自動更新される
『Dine』の有料プランを契約すると、同じプランの料金が引き続きかかる仕組みになっています。
有料会員のプランをその1回の期間だけで終わりにしたい場合は、更新日の1日前までにApple IDまたはGoogle Playの定期購読を停止しましょう。
退会時は解約も同時に行う必要がある
『Dine』を退会する場合は、プランの解約も同時に行わなければ支払いが続いてしまいます。
また、退会するつもりでアプリをアンインストールしたり、ログインに使っているFacebookなどのSNSを削除したりしても、解約や退会をしたことにはなりません。
退会する場合は、まず『Dine』のアプリ内の「設定」>「購読設定」から定期購読を停止しましょう。
その後、アプリ内の「設定」>「よくある質問」>「Dineを退会したい場合は?」から退会手続きを行います。
編集部おすすめのマッチングアプリ3選
編集部調査の結果、マッチングアプリで実際に出会えた人の76%が複数のアプリを掛け持ちしていることが判明しました。さらに、3つのアプリを並行利用している人は2人以上とデートできる確率が14.4%も高いという結果が!
「リアルでの出会いがない……」「街コンや婚活パーティーで手応えを感じない……」そんな方におすすめなのが、マッチングアプリです。
▼マッチングアプリ利用に関するインターネット調査結果
※マッチングアプリで恋人ができた方494名を対象にアンケートを実施。
調査内容の詳細はこちら:マッチングアプリで恋人ができた人の約8割が「複数利用」、同時併用で出会いのチャンスが増加
■マッチングアプリの特徴
・リアルでは会いにくい日本全国の人と出会える!
・利用者の幅が広いため、理想の人を見つけやすい
・日本人の5人に1人が使ってる!だから怖くない!
「良い出会いがしたい!」という方は、マッチングアプリを活用してみましょう!ここからは編集部おすすめマッチングアプリ3選をご紹介します。
「Pairs(ペアーズ)」
アプリ名 | Pairs |
---|
料金 | 男性 3,700円 女性 無料 |
---|
年齢層 | 20〜40代 |
---|
累計会員数 | 2,000万人以上 ※2022年8月時点 |
---|
目的 | 恋活、婚活 |
---|
特徴 | 会員数トップで出会いやすい 地方の人にもおすすめ |
---|
運営会社 | 株式会社エウレカ |
---|
※月額料金はクレジットカード決済を基準に掲載しております。また、決済方法やプラン、また為替や値上げ等の影響によって変動する場合もあります。
このアプリのおすすめポイント
- 累計会員数2,000万人は国内TOP。検索機能で理想の相手が必ずみつかる
- 15万以上のマイタグ(旧コミュニティ)で、ニッチな趣味をもつ人同士で気軽に交流できる
- 恋愛に本気な18歳~45歳が多く、毎月13,000人に恋人ができている
「Pairs(ペアーズ)」に関する記事はこちらから
「with(ウィズ)」
アプリ名 | with |
---|
料金 | 男性 3,600円 女性 無料 |
---|
年齢層 | 20〜30代 |
---|
累計会員数 | 1,000万人以上 ※2024年2月時点 |
---|
目的 | 恋愛 |
---|
特徴 | 2023年度前年比利用者増加率No.1 ※出典:Sensor Tower/2023年度実績 主要マッチングアプリ5社比較 |
---|
運営会社 | 株式会社with |
---|
※月額料金はクレジットカード決済を基準に掲載しております。また、決済方法やプラン、また為替や値上げ等の影響によって変動する場合もあります。
このアプリのおすすめポイント
- 心理学を用いた独自の診断テストが人気。相性のあう相手とマッチング
- メッセージのアドバイス機能あり。やり取りが苦手な方も続けやすい
- 内面重視で理想の恋人と出会いたい、18歳~35歳の方におすすめ
「with(ウィズ)」に関する記事はこちらから
「タップル(tapple)」
アプリ名 | タップル |
---|
料金 | 男性 3,700円 女性 無料 |
---|
年齢層 | 20〜30代 |
---|
累計会員数 | 2,000万人以上 ※2024年4月時点 |
---|
目的 | 恋愛、デート |
---|
特徴 | 「趣味でつながる」アプリ 友だち感覚で自然な出会い |
---|
運営会社 | 株式会社タップル |
---|
※月額料金はクレジットカード決済を基準に掲載しております。また、決済方法やプラン、また為替や値上げ等の影響によって変動する場合もあります。
このアプリのおすすめポイント
- シンプル操作で使い方簡単。マッチングアプリ初心者におすすめ
- 累計会員数1,700万人は国内トップクラス。直感でマッチングできる
- 「おでかけ」機能なら共通の趣味をもつ人と24時間以内にデートできる
編集部の紹介コード:5Qqh-ti9rxjRH
タップル-マッチングアプリ
Tapple, Inc.
アプリ紹介ページへ
※18歳未満の方は利用できません。
「タップル(tapple)」に関する記事はこちらから
『Dine』の料金の支払い方法まとめ
男性も女性も有料会員は同じ料金となっている『Dine』。支払い方法はApple IDまたはGoogle Play支払いの2種類のみで、すべての有料プランが一括払いとなります。
また、Apple IDやGoogle Playの定期購読を解約しなければ、有料会員は自動更新のため支払いが続いてしまいます。
無料会員に戻りたい場合、また、退会したい場合は忘れずに解約手続きをしましょう。
こちらの記事もおすすめ
Dine(ダイン):婚活・恋活マッチングアプリに関する記事