Billy Joel 2024/01/24 (水) 19:00 開演 @東京ドーム (東京都) ライブ情報に戻る
« 前へ | レビュー一覧へ (6/12) |次へ »
ゲストさんのレビュー
もう絶対来ないと思っていたので、本当にうれしい。衰えも感じさせず、聴かせて、笑わせて、盛り上げて、日本語での会話もあり最高のパフォーマンスだった。他に聴きたかった曲もあるけど、まあそれは仕方がない。いい曲が多いから。日本人が好きな honestyも歌ってくれたし、中学高校時代に聴いたアルバム、ナイロンカーテン、イノセントマンからの曲も懐かしかった。ミック・ジャガーの物まねで、Start Me Upも笑えた。また来てほしいな。「Sayonara Tokyo」とは言わなかった気がするので、期待したい。
いいね! 8
コメント
2024/01/25 (木) 18:44
» 問題のあるレビューを報告する
« 前へ | レビュー一覧へ (6/12) |次へ »
// 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;
});