
JUJU
2017/08/13 (日) 20:00 開演 @Blue Note TOKYO (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
JUJUの軽快なMC、曲の解説が実に楽しく、彼女の恋愛観、恋愛談義に会場内は盛り上がる。しっとりと一曲一曲を丁寧に歌い上げ、気が付けば、ラストの曲、あっと言う間のライブでしたが、最後の「It Don't Mean A Thing」の軽快なリズムに観客が立ったり、踊ったりと実に楽しいライブ空間でした。
- いいね! 6
- コメント
- 2017/08/14 (月) 09:43
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/1) |次へ »
// 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;
});