Paul McCartney
2018/10/31 (水) 18:30 開演 @東京ドーム (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (3/3) |次へ »
史上最高のメロディメイカーによる、サービス精神旺盛、ヒット曲満載のショー。
期待していた曲はほぼ演ったかな。
やはりビートルズやウイングスの曲は大盛り上がりでした。
アンコール含め2時間半、ご本人は唄いっぱなし。この体力は凄い。
最新アルバムも売れまくっており、現役アーティストとしての創作意欲も全く翳りが、見えないので、まだまだ来日公演あるかも!?
- いいね! 17
- コメント
- 2018/10/31 (水) 23:45
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (3/3) |次へ »
// 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;
});