
スピッツ
2017/08/23 (水) 18:30 開演 @横浜アリーナ (神奈川県)ライブ情報に戻る
« 前へ| レビュー一覧へ (9/11) |次へ »
せーさんのレビュー
今回のツアー最後の参加となりました。
横アリでの単独ライブは初で。しかも単独ライブ累計1000回目の記念すべきライブに参加できました。とはいえ、てっさんがおおよそね!とツッコミ入れてましたが、草野さんは1000回目と断言し、そのやり取りも面白かったです。
ライブでは、新旧散りばめられており、盛り上がる曲、じっくりと聞く曲がMC毎に聞かしてくれる選曲かと感じました。なので、メリハリがあり、とても満足のライブでした。
- いいね! 15
- コメント
- 2017/08/24 (木) 00:02
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (9/11) |次へ »
// 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;
});