{{$t('stop_reception')}}
{{fanclub.name}}
{{fanclub.owner.name}}
ここでは会員だけの特別な特典や、ここでしか見ることのできないコンテンツ 皆さんと一緒に盛り上がれる機能など盛り沢山の内容で楽しめます!
【会員だけが楽しめる機能】
・会員限定タイムライン!
・長久玲奈から届くメッセージ
・会員限定の定期配信!
・めっちゃレアな景品が当たるデジタルくじ!
この他にも会員限定のいろいろな企画を考えているので是非入会してくれたら嬉しいです😊
{{$t('subscription_fee')}}
{{$t('trial_period', {trialPeriod: "None"})}}
{{$t('plan_select')}}
{{plan.name || fanclub.name}}
{{plan.amount}}{{$t('currency')}} /{{$t('month')}}
{{$t('subscription_fee_title')}}
{{$t('trial_period', {trialPeriod: "None"})}}
{{plan.name || fanclub.name}}({{stripe.month}}{{$t('monthly')}})
{{$t('discount', {discountRate: calcDiscount(stripe), annual: calcAnnualDiscountAmount(stripe, plan.amount)})}}
{{(+stripe.amount).toLocaleString()}}{{$t('currency')}}
{{(+plan.amount * stripe.month).toLocaleString()}}{{$t('currency')}}
{{orderPlans('desc').map(plan => `${plan.name || fanclub.name}:${plan.amount}${$t('currency')}/${$t('month')}`).join('、')}}