
JUN SKY WALKER(S)
2019/01/20 (日) 17:30 開演 @浜松窓枠 (静岡県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
浜松窓枠 浜松に住んでもいいくらい穴場じゃない?!って。お褒め頂き嬉しくなりました。
いくつになっても私達も現役で大好きだって再確認。
25周年は武道館だったから、大きかったけど、450人のキャパだから、こんなに間近に歌ってくれるし、全員で盛り上がったと思える1日でした。
幸せな時間でした。
- いいね! 8
- コメント
- 2019/01/21 (月) 20:25
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});