cinema staff presents "two strike to(2) night~バトル・オブ・リキッドルーム'2024~"
2024/02/02 (金) ~ 2024/03/15 (金)
![](https://static.livefans.jp/img/images/live/big/298122_0.jpg?gID=219420)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2024/02/02 (金) | 19:00 | cinema staff presents "two strike to(2) night~バトル・オブ・リキッドルーム'2024~" 恵比寿LIQUIDROOM (東京都) 出演:cinema staff, LOSTAGE |
0
7 | セットリスト |
2024/02/09 (金) | 19:00 | cinema staff presents "two strike to(2) night~バトル・オブ・リキッドルーム'2024~" 恵比寿LIQUIDROOM (東京都) 出演:cinema staff, ハンブレッダーズ, ルサンチマン |
0
11 | セットリスト |
2024/02/16 (金) | 19:00 | cinema staff presents "two strike to(2) night~バトル・オブ・リキッドルーム'2024~" 恵比寿LIQUIDROOM (東京都) 出演:THE NOVEMBERS, cinema staff |
0
7 | セットリスト |
2024/02/25 (日) | 17:30 | cinema staff presents "two strike to(2) night~バトル・オブ・リキッドルーム'2024~" 恵比寿LIQUIDROOM (東京都) 出演:cinema staff, People In The Box |
0
12 | セットリスト |
2024/03/01 (金) | 19:00 | cinema staff presents "two strike to(2) night~バトル・オブ・リキッドルーム'2024~" 恵比寿LIQUIDROOM (東京都) 出演:cinema staff, österreich, Etranger |
0
6 | セットリスト |
2024/03/08 (金) | 19:00 | cinema staff presents "two strike to(2) night~バトル・オブ・リキッドルーム'2024~" 恵比寿LIQUIDROOM (東京都) 出演:cinema staff, 夜の本気ダンス |
0
6 | セットリスト |
2024/03/15 (金) | 19:00 | cinema staff presents "two strike to(2) night~バトル・オブ・リキッドルーム'2024~" 恵比寿LIQUIDROOM (東京都) 出演:cinema staff, a flood of circle, yubiori |
0
6 | セットリスト |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// 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;
});