intergalactic ~In Blue Sparks Tour~
2023/01/20 (金) ~ 2023/03/25 (土)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2023/01/20 (金) | 19:00 | intergalactic ~In Blue Sparks Tour~ 新宿LOFT (東京都) 出演:Paledusk, dustbox |
0
5 | セットリスト |
2023/01/22 (日) | 18:00 | intergalactic ~In Blue Sparks Tour~ 金沢vanvan V4 (石川県) 出演:dustbox, ENTH |
0
0 | |
2023/01/23 (月) | 19:00 | intergalactic ~In Blue Sparks Tour~ CLUB RIVERST (新潟県) 出演:dustbox, ENTH |
0
0 | |
2023/01/28 (土) | 18:00 | intergalactic ~In Blue Sparks Tour~ Club SWINDLE (秋田県) 出演:locofrank, dustbox |
0
0 | |
2023/01/29 (日) | 18:00 | intergalactic ~In Blue Sparks Tour~ 盛岡Club Change WAVE (岩手県) 出演:locofrank, dustbox |
0
1 | セットリスト |
2023/02/24 (金) | 19:00 | intergalactic ~In Blue Sparks Tour~ 高松DIME (香川県) 出演:SHANK, dustbox |
0
1 | セットリスト |
2023/02/25 (土) | 18:00 | intergalactic ~In Blue Sparks Tour~ WstudioRED (愛媛県) 出演:SHANK, dustbox |
0
3 | セットリスト |
2023/03/04 (土) | 18:00 | intergalactic ~In Blue Sparks Tour~ KYOTO MUSE (京都府) 出演:四星球, dustbox |
0
4 | セットリスト |
2023/03/05 (日) | 18:00 | intergalactic ~In Blue Sparks Tour~ 十三FANDANGO (大阪府) 出演:GOOD4NOTHING, dustbox |
0
5 | セットリスト |
2023/03/11 (土) | 18:00 | intergalactic ~In Blue Sparks Tour~ 沖縄Output (沖縄県) 出演:dustbox, SHANK |
0
0 | セットリスト |
2023/03/24 (金) | 19:00 | intergalactic ~In Blue Sparks Tour~ 鈴鹿ANSWER (三重県) 出演:dustbox, Northern19 |
0
0 | セットリスト |
2023/03/25 (土) | 18:00 | intergalactic ~In Blue Sparks Tour~ UMBER (静岡県) 出演:dustbox, Northern19 |
0
1 | |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// 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;
});