MONO NO AWARE、2018年開催の全国ツアー『OHO』ファイナル公演の模様を期間限定で公開
2020/04/13
MONO NO AWAREが2018年に行った『AHA』リリースツアー『OHO』のライブ映像を公開した。
今回公開されたのは、最終公演となった東京・恵比寿 LIQUIDROOMでのワンマン公演の模様。YouTubeにて5月10日(日)までの期間限定での公開となる。
関連アーティスト
関連ライブ
ニュース一覧に戻る
// 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;
});