HOLES
2020/11/03 (火) ~ 2023/03/07 (火)
![](https://static.livefans.jp/img/images/live/big/54125160_0.jpg?gID=171368)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2020/11/03 (火) | 19:00 | HOLES TSUTAYA O-EAST (東京都) 出演:鶯籠, PIGGS |
0
0 | セットリスト |
2021/09/28 (火) | 19:00 | HOLES TSUTAYA O-WEST (東京都) 出演:PIGGS, 我儘ラキア |
0
0 | |
2021/10/24 (日) | 17:00 | HOLES TSUTAYA O-WEST (東京都) 出演:ヤなことそっとミュート, PIGGS |
0
0 | |
2022/02/12 (土) | 17:15 | HOLES 梅田CLUB QUATTRO (大阪府) 出演:PIGGS, 我儘ラキア |
0
1 | セットリスト |
2022/03/21 (月) | 17:30 | HOLES 渋谷CLUB QUATTRO (東京都) 出演:PIGGS, TENDOUJI |
0
0 | セットリスト |
2022/05/17 (火) | 19:00 | HOLES club asia (東京都) 出演:クリトリック・リス, PIGGS |
0
0 | セットリスト |
2023/01/23 (月) | 19:00 | HOLES 代官山UNIT (東京都) 出演:MAPA, METAMUSEμ, PIGGS |
0
0 | |
2023/03/07 (火) | 19:00 | HOLES 代官山UNIT (東京都) 出演:MAPA, METAMUSEμ, PIGGS |
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;
});