GLAY
2019/08/17 (土) 17:00 開演 @メットライフドーム (埼玉県)ライブ情報に戻る
« 前へ| レビュー一覧へ (5/7) |次へ »
Yさんのレビュー
メットライフドーム初日 「良いGLAY」
まさにアニバーサリーライブと言える贅沢なラインナップでした!
序盤の20万人ライブの再現セトリ
ファン投票ベスト3楽曲の演奏
非シングル曲でありながらファンに愛され続けている名曲春を愛する人の演奏(普段から割とやってはいるけど)
あっという間の3時間でした。
初めて行った会場でしたが、巷でしばしば聞くほどの悪環境ではありませんでした(運が良かったのかな?)
また他のライブでも訪れてみたいです。
- いいね! 1
- コメント
- 2019/08/19 (月) 01:38
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (5/7) |次へ »
// 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;
});