| 
 | 
 | 
演奏率:1% | 
購入丑刻参- iTunes Store
 - レコチョク
 - HMV&BOOKS online
  - TOWER RECORDS ONLINE
 - Amazon.co.jp購入する
 
 
  歌詞
 | 
 
表示順:

2022/11/16 (水) 18:00
@CRAZYMAMA KINGDOM (岡山県)[出演] 己龍
レビュー:--件
ヴィジュアル系

2020/08/03 (月)
@オンラインライブ[出演] 己龍
レビュー:--件
ヴィジュアル系

2016/01/11 (月) 18:00
@新宿BLAZE (東京都)[出演] 己龍
レビュー:--件
ヴィジュアル系

2015/11/02 (月) 18:00
@横浜ベイホール (神奈川県)[出演] 己龍
レビュー:--件
ヴィジュアル系

2015/05/05 (火) 18:00
@KYOTO MUSE (京都府)[出演] 己龍
レビュー:--件
ヴィジュアル系

2012/03/02 (金)
@SHIBUYA O-EAST (東京都)[出演] 己龍
レビュー:--件
ヴィジュアル系

2011/05/24 (火)
@柏PALOOZA (千葉県)[出演] 己龍
レビュー:--件
ヴィジュアル系ロック
 
 	
 
// 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;
});