
Paul McCartney
2017/04/25 (火) 18:30 開演 @日本武道館 (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (3/3) |次へ »
昨日、当日券目当てで並んでポールマッカートニー3度目の日本武道館公演行って来ました。やはり東京ドームとは違い特別な雰囲気でファンと一体感が感じられるライブでした。立ち見席でしたが、割とステージまで近く音も武道館は良かったですね。でも30分押して始まったのに21時過ぎで終わったのでちょっと東京ドームより短かったのが残念でした。あと5曲はやって欲しかった。そして最後は個人的にI,m.down聴きたかったなぁ
- いいね! 10
- コメント
- 2017/04/26 (水) 07:28
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});