
松田聖子
2024/07/23 (火) 18:30 開演 @マリンメッセ福岡 A館 (福岡県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/2) |次へ »
ここ数年の恒例となっているコンサート
今年も例年とほぼ変わらないセットリストですが、それが良い。数々の名曲を変わらず聴けるし歌えるのが楽しい。
アコースティックコーナーで野崎さんリクエストがとても良かったです。
ファンの方のリクエストで『さよなら』された曲を組み込むのもいい取り組みだと思います。
来年も楽しみです。
本編とアンコールトータルで2時間15分程でした。
- いいね! 0
- コメント
- 2024/07/27 (土) 12:32
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/2) |次へ »
// 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;
});