
山本彩
2018/05/20 (日) 16:20 出演 @海とのふれあい広場 (大阪府)ライブ情報に戻る
« 前へ| レビュー一覧へ (2/6) |次へ »
カッコ良かったし可愛かった。野外フェスは初めてだそうですが、アイドル活動のほうで大きな舞台を経験してるから、ステージ慣れしていて、安心して見れた。
また、ファンのマナーも良くて、他の出演者の時にはあった後列からの強引な割り込みや、前列が押されてすし詰め状態になるようなも無かった。
他はもちろん、山本彩のライブを見ておけば、METOROCKのチケット代以上に楽しめる。東京にも期待!
- いいね! 17
- コメント
- 2018/05/22 (火) 01:16
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (2/6) |次へ »
// 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;
});