Ready Set Go!!
2012/12/31 (月) ~ 2014/12/31 (水)

- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2012/12/31 (月) | 19:30 | 『Ready Set Go!!』 Count Down Live 2012⇒2013 supported by A-Sketch ワールド記念ホール (兵庫県) 出演:WEAVER, NICO Touches the Walls, flumpool, THE NAMPA BOYS |
0
48 | セットリスト |
2013/12/31 (火) | 17:30 | 『Ready Set Go!!』Count Down Live 2013⇒2014 supported by A-Sketch 大阪城ホール (大阪府) 出演:IsamU, WEAVER, THE ORAL CIGARETTES, Gold Rush, THE NAMPA BOYS, NICO Touches the Walls, Hello Sleepwalkers, flumpool, フレデリック, LAMP IN TERREN |
0
84 | セットリスト |
2014/12/31 (水) | 18:00 | 『Ready Set Go!!』Count Down Live 2014⇒2015 supported by A-Sketch 大阪城ホール (大阪府) 出演:LEGO BIG MORL, THE ORAL CIGARETTES, WEAVER, フレデリック, NICO Touches the Walls, LAMP IN TERREN, flumpool |
0
117 | セットリスト |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// 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;
});