×

Mr.Children
2017/08/13 (日) 17:00 開演 @ヤンマースタジアム長居 (大阪府)ライブ情報に戻る
« 前へ| レビュー一覧へ (2/4) |次へ »
選曲は最高だったけど、席がアリーナの最後尾で正直何も見えない。モニターすら上3分の1しか見えないのでスタンドの方が良かった。
他のアーティストのドーム公演時は何曲かはアリーナ後方にもステージ作って演奏してくれたりして楽しめたが、そういう事は無く残念だった。今後はそういった演出も考えて欲しいかな。
後アンコール時のスマホライトはOKなの?演出の邪魔になってないのかな?謎だった。
- いいね! 14
- コメント
- 2017/08/15 (火) 09:05
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (2/4) |次へ »
// 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;
});