GOEMON RECORDS Presents「大名行列 2016」
2016/05/05 (木) ~ 2016/05/29 (日)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2016/05/05 (木) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 恵比寿LIQUIDROOM (東京都) 出演:ペンタゴン, ΛrlequiΩ |
0
0 | セットリスト |
2016/05/07 (土) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 金沢AZ (石川県) 出演:ΛrlequiΩ, ペンタゴン |
0
0 | セットリスト |
2016/05/08 (日) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 GOLDEN PIGS RED STAGE (新潟県) 出演:ΛrlequiΩ, ペンタゴン |
0
0 | セットリスト |
2016/05/10 (火) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 仙台MACANA (宮城県) 出演:ΛrlequiΩ, ペンタゴン |
0
0 | セットリスト |
2016/05/14 (土) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 SECOND CRUTCH (広島県) 出演:ΛrlequiΩ, ペンタゴン |
0
0 | セットリスト |
2016/05/15 (日) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 福岡DRUM Be-1 (福岡県) 出演:ΛrlequiΩ, ペンタゴン |
0
2 | セットリスト |
2016/05/17 (火) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 IMAGE (岡山県) 出演:ΛrlequiΩ, ペンタゴン |
0
0 | セットリスト |
2016/05/21 (土) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 柏PALOOZA (千葉県) 出演:ΛrlequiΩ, ペンタゴン |
0
0 | セットリスト |
2016/05/22 (日) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 浦和ナルシス (埼玉県) 出演:ΛrlequiΩ, ペンタゴン |
0
0 | |
2016/05/25 (水) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 横浜BAYSIS (神奈川県) 出演:ΛrlequiΩ, ペンタゴン |
0
1 | セットリスト |
2016/05/28 (土) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 梅田CLUB QUATTRO (大阪府) 出演:ΛrlequiΩ, ペンタゴン |
0
2 | セットリスト |
2016/05/29 (日) | 17:30 | GOEMON RECORDS Presents「大名行列 2016」 Electric Lady Land (愛知県) 出演:ΛrlequiΩ, ペンタゴン |
0
2 | セットリスト |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// 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;
});