
B'z
2023/09/09 (土) 17:30 開演 @エコパスタジアム (静岡県)ライブ情報に戻る
« 前へ| レビュー一覧へ (2/3) |次へ »
SKY EXPOから2回目参戦でした。ド初っ端からラブファンはなかなか憎い!!FIREBALLもLIVE DINOSAUR以来でしたが圧巻のパフォーマンス。
中盤から後半は今回のPleasureのベースで構成されてましたね。スタジアムからBIGやJAP THE RIPPER、YES×3を組み込んできました。やはりスタジアム向けの演出は涙が出るほど感動しますね。
個人的には稲葉さんのアリーナ一周や、STARSの演出が心震え、生きてて良かったと思える2023年のPleasureでした。
- いいね! 12
- コメント
- 2023/09/10 (日) 07:53
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (2/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;
});