倖田來未 2019/10/25 (金) 19:00 開演 @仙台サンプラザ ホール (宮城県) ライブ情報に戻る
« 前へ | レビュー一覧へ (1/1) |次へ »
re liveの最終公演です。前日のliveより更に盛り上がりました。おかげで、おじさんは腰、膝、肩がボロボロです(笑)老体にむち打ち、最後まで跳びはね、大声を出し、若者に負けないように、くうちゃんに声援を送りました。ジャポネスクは全体的におじさんの好きな歌が多く、最後は恒例のwalk。おじさんは大満足で組員の方と二次会に行きました。くうちゃんファンの方・・・・・レビューの投稿お願いします。
いいね! 1
コメント
2019/10/26 (土) 19:56
» 問題のあるレビューを報告する
« 前へ | レビュー一覧へ (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;
});