Ghost of the freedom tour 2008
2008/06/30 (月) ~ 2008/08/01 (金)

- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2008/06/30 (月) | 18:00 | Ghost of the freedom tour 2008 広島CAVE-BE (広島県) 出演:knotlamp, 3rd-RUNNER, SPANK, Submission |
0
0 | |
2008/07/01 (火) | | Ghost of the freedom tour 2008 高松DIME (香川県) 出演:knotlamp |
0
0 | セットリスト |
2008/07/03 (木) | 18:00 | Ghost of the freedom tour 2008 神戸STAR CLUB (兵庫県) 出演:knotlamp, MY SUMMER PLAN, SMASH UP, NUMBER-1, EGG BRAIN |
0
0 | セットリスト |
2008/07/07 (月) | | Ghost of the freedom tour 2008 CHELSEA HOTEL (東京都) 出演:knotlamp |
0
0 | セットリスト |
2008/07/09 (水) | 18:30 | Ghost of the freedom tour 2008 横浜BAYSIS (神奈川県) 出演:knotlamp, SHENKY GUNS, MY SUMMER PLAN, STUD, SHIFTER |
0
0 | |
2008/07/11 (金) | | Ghost of the freedom tour 2008 新潟CLUB JUNK BOX (新潟県) 出演:knotlamp |
0
0 | |
2008/07/13 (日) | 18:00 | Ghost of the freedom tour 2008 柏ZaX (千葉県) 出演:knotlamp, SWANKY DANK, Bivattchee, MY SUMMER PLAN |
0
0 | セットリスト |
2008/07/21 (月) | | Ghost of the freedom tour 2008 池下CLUB UPSET (愛知県) 出演:knotlamp |
0
1 | セットリスト |
2008/07/22 (火) | | Ghost of the freedom tour 2008 梅田Shangri-La (大阪府) 出演:knotlamp |
0
0 | |
2008/07/27 (日) | 19:00 | Ghost of the freedom tour 2008 鹿児島SR HALL (鹿児島県) 出演:knotlamp, MINEUCHI |
0
0 | |
2008/08/01 (金) | | Ghost of the freedom tour 2008 福岡DRUM SON (福岡県) 出演:knotlamp |
0
0 | |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// 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;
});