
UNISON SQUARE GARDEN
2017/05/26 (金) @仙台PIT (宮城県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
斉藤宏介がかなり影響を受けた対バン相手だっただけに気分が高揚しているのがこちらにも伝わってきました。田淵も貴雄だいぶ気合が入っていてすごくいいライブでした。
私も田淵智也側の最前列で見れたので飛び散る汗まではっきり見えて興奮が収まらないってかんじです。メンバー3人がとても楽しそに演奏してるのがとてもいを印象的でした。また次もまた見たいと思わせてくれるとてもいいライブでした(≧∇≦*)
- いいね! 10
- コメント
- 2017/05/30 (火) 07:26
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/1) |次へ »
// 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;
});