山下達郎
2023/08/26 (土) 18:00 開演 @フェスティバルホール (大阪府)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
まずは、今回が一番、心が温かくなったライブでした。
ご本人も今日はいい出来だ、と仰っていた通り、観客に対する真摯な気持ちが十分伝わる、心のこもったパフォーマンスでした。初めてのお客さんが多かったことも影響したんだと思います。確かに、若いお客さんが目立ってたし。
ファンが減ってる、なんてとんでもない!ますますプラチナチケットになって、抽選結果に右往左往する日が続くのであります。
それもまた、楽しみだったりして。
あ、まさかの新曲、アザす!
- いいね! 11
- コメント
- 2023/09/02 (土) 23:45
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});