King Gnu
2023/06/04 (日) 18:00 開演 @日産スタジアム (神奈川県)ライブ情報に戻る
« 前へ| レビュー一覧へ (3/5) |次へ »
アキさんのレビュー
めちゃくちゃ良かった。音が時々潰れたり画像が乱れたりもあったけど、それを跳ね飛ばす熱いライブだった。
アルバムの供養ということで、曲数も期待してなかったのに、望んでた以上のセトリだった。
今回のライブで、常田さんを改めて好きになってしまった。MCの時のギター、坂本龍一さんに捧げるピアノ、閉幕のチェロ。あんなに激しく演奏していたんだ…。
皆との合唱も、賛否あるかもだけど、私はすごく好き。このスタジアムで、King Gnuを愛する人たちと、同じ音を共有できて良かった。
- いいね! 5
- コメント
- 2023/06/05 (月) 19:30
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (3/5) |次へ »
// 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;
});