CHiCO with HoneyWorks, halca
2019/08/06 (火) @Zepp Tokyo (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ひろさんのレビュー
5周年おめでとうございます!最後にCHiCOちゃんを泣かす感動的なライブでした。久しぶりのオールスタンディングのライブハウスで熱気ムンムンでした。
セットリストはいつもと違う感じでした。最近定番のホーリーフラッグ、ミスターダーリン、ノスタルジックレインフォールがなくて、新曲とhalca、sanaとの曲が多かったです。センパイ。やこれ青春アンダースタンドは鳥肌立ちました。また、やってほしいです。最後の曲も珍しくイノコリ先生で〆でした。
6周年、7周年も楽しみにしています!
- いいね! 2
- コメント
- 2019/08/07 (水) 00:15
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});