|
9 |
|
演奏率:22% |
購入夜明けの列車に飛び乗って- iTunes Store
- レコチョク
- HMV&BOOKS online
 - TOWER RECORDS ONLINE
- Amazon.co.jp購入する
歌詞
|
表示順:

2025/06/24 (火) 18:00
@COTTON CLUB (東京都)[出演] GOOD BYE APRIL
[ゲスト] 伊藤銀次, はらかなこ
レビュー:--件
ロック

2024/09/20 (金) 20:30
@Billboard Live YOKOHAMA (神奈川県)[出演] GOOD BYE APRIL, はらかなこ
[ゲスト] 土岐麻子, ヒグチアイ
レビュー:--件
ロック
// 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;
});