sunset glow
2019/08/22 (木) ~ 2024/11/26 (火)

- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2019/08/22 (木) | 19:00 | sunset glow 新栄sunset BLUE (愛知県) 出演:ペパーミント, SEENA SHEEP SKIN, 優利香, 伊藤汐梨 |
0
2 | セットリスト |
2019/09/05 (木) | 19:00 | sunset glow 新栄sunset BLUE (愛知県) 出演:Ryoko, 鈴, 神戸あかり, Nah |
0
2 | セットリスト |
2020/01/20 (月) | 19:00 | sunset glow 新栄sunset BLUE (愛知県) 出演:しなだゆかり, 木村結香, 咲弥, 福富まい, 大野舞 |
0
0 | |
2021/12/28 (火) | 18:30 | sunset glow 新栄sunset BLUE (愛知県) 出演:木村結香, 優利香, 谷村咲月 |
0
1 | セットリスト |
2024/01/22 (月) | 18:30 | sunset glow 新栄sunset BLUE (愛知県) 出演:鈴木友里絵, mae, 石坪日菜, yuine |
0
0 | セットリスト |
2024/11/26 (火) | 19:00 | sunset glow 新栄sunset BLUE (愛知県) 出演:aoco., ヒラウチマイ, Kiho, 綺 |
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;
});