![{}](https://i.scdn.co/image/ab6761610000e5eb85101fe5a2b3c2945908f1cf)
KANA-BOON
2019/02/14 (木) 19:00 開演 @浜松窓枠 (静岡県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
当日チケットsold outということもあり客席に満員
各々の盛り上がりがあり熱気のあるライブでした!
レコ発ツアーというわけではなかったので、過去から現在までカナブーンを楽しむことができました。
フェスならヘッドライナー級のライブをライブハウスで見られたという貴重な体験ともなりました
- いいね! 3
- コメント
- 2019/02/23 (土) 08:18
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});