MAKE MY DAY、「Money」のMVを公開 ツアーファイナルにANOTHER STORYの出演を発表
2020/03/18
シティメタルコアバンド・MAKE MY DAYが、1月29日にリリースした2ndフルアルバム『Mind Haven』から「Money」のMVを公開した。
トラップを取り入れた同曲の映像中には、フューチャリング参加していたFlare Boy from Malissaも登場する。
また、6月12日(金)東京TSUTAYA O-WESTで行われるアルバムのリリース・ツアー・ファイナルにANOTHER STORYの出演が発表された。こちらの公演ではMalissaとの共演もすでに決まっている。
関連アーティスト
ニュース一覧に戻る
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});