森高千里
2021/12/18 (土) 18:00 開演 @新城文化会館 大ホール (愛知県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
昼に引き続きの参加。地元のスポットとグルメは昼の部よりマイナーなところの紹介で地元民でもわからない 笑笑
セットリストもアンコール含め三曲変更は他の公演地と同じで二部の公演の醍醐味です♪MCも含めて本当に関心する森高ライブ^_^
この時期限定のジンジンジングルベルが聴けてラッキーでした。田舎町新城市に来てくれてありがとうございました
- いいね! 1
- コメント
- 2021/12/20 (月) 01: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;
});