1 |
1曲目定番
|
演奏率:33% |
購入BEST SHOT- iTunes Store
- レコチョク
- HMV&BOOKS online
 - TOWER RECORDS ONLINE
- Amazon.co.jp購入する
歌詞
|
表示順:

2019/12/31 (火) 23:55
@TBSテレビ (東京都)[出演] AI, いきものがかり, 秦基博, EXILE, May J., 三浦大知, Perfume, 水樹奈々, 斉藤和義, AKB48, DA…
レビュー:--件
ポップスロックアイドル

2019/07/14 (日) 11:30
@JOIN ALIVE 2019会場 [いわみざわ公園野外音楽堂キタオン / 北海道グリーンランド遊園地] (北海道)[出演] BuZZ
レビュー:--件
ロックポップスオルタナティブ/パンク

// 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;
});