| 
2 | 
 | 
演奏率:60% | 
購入ランドリー- iTunes Store
 - レコチョク
 - HMV&BOOKS online
  - TOWER RECORDS ONLINE
 - Amazon.co.jp購入する
 
 
  歌詞
 | 
 
表示順:

2022/05/08 (日) 18:30
@西早稲田BLAH BLAH BLAH (東京都)[出演] 踊る犬コロ, 弓削岳樹, Yuki Nakajima
レビュー:--件

2022/04/26 (火) 18:30
@新栄ROLLING MAN (愛知県)[出演] 鈴木大夢, 大貫永晴, YAJI, 我、君に咲き誇る, 踊る犬コロ
レビュー:--件

2022/04/16 (土) 16:00
@池袋LiveGarage ADM (東京都)[出演] Vanamomotic, riverロマンチック日本代表!!!, カトウマサタカ, 踊る犬コロ, ekitai, SUNdals, Suz…
レビュー:--件
 
 	
 
// 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;
});