C&K
2017/11/26 (日) 16:30 開演 @Club SWINDLE (秋田県)ライブ情報に戻る
« 前へ| レビュー一覧へ (5/5) |次へ »
岩手、青森、秋田の東北ツアーファイナル!秋田だけの参加で寒さにビビってましたが、雨予報にもかかわらずライブ前後は雨も止み寒さもそれほどでした。ライブ会場内はみんなのワクワクで弾けるぞー!という熱気がムンムン。目の前に現れたC&Kの笑顔見たら涙があふれていました。恥ずかしくてあんまり覚えてないのですが、泣きながら踊って友達や初めましての方と喜びを分かち合って笑ったり、とてもハッピーな気分で幸せで楽しすぎるライブでした。
- いいね! 7
- コメント
- 2017/11/29 (水) 14:21
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (5/5) |次へ »
// 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;
});