![{}](https://static.livefans.jp/img/images/live/big/5127896_0.jpg?lID=1053278)
Uriah Heep
2019/03/20 (水) 21:30 開演 @Billboard Live TOKYO (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ゲストさんのレビュー
ボーカルは年相応に高音がつらそうだった。演奏は素晴らしく、ミックボックスは若い頃より上手くなっているような。後半の全盛期の楽曲はぐっときました。還暦のおじさんがノリノリで回りはびっくりしてただろうな。Rainbow Demonが演奏されたのはちょっと驚いた。あまりメジャーな曲ではないと思ってました。
- いいね! 0
- コメント
- 2019/05/04 (土) 21:25
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});