Fear, and Loathing in Las Vegas 2017/11/08 (水) @HEAVEN'S ROCK さいたま新都心 VJ-3 (埼玉県) ライブ情報に戻る
« 前へ | レビュー一覧へ (1/1) |次へ »
対バン相手のFIVE NEW OLDは心地よい音楽でゆったり楽しめた。なんちゃらラスベガスは今回のアルバム曲に加え、旧曲であるjump around、2-stepを入れてきたのでセトリは個人的にかなり満足だった。なによりライブハウス自体がかなり狭かったので、メンバーとの距離が近く、MinamiとSoくんのダイブ回数が多かったので非常に迫力のあるライブだった。点数を付けるとすると100点満点で200点!
いいね! 1
コメント
2017/11/15 (水) 00:03
» 問題のあるレビューを報告する
« 前へ | レビュー一覧へ (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;
});