スエフェス2024
2024/09/22 (日) ~ 2024/09/22 (日)
![](https://static.livefans.jp/img/images/live/big/298113_0.jpg?gID=235944)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2024/09/22 (日) | | スエフェス2024 新横浜LiT (神奈川県) 出演:Lyanas, Yet low Light, 高高-takataka-, DONOR NON SUGAR, 吉川亮毅, COLORLESS, ツユイロカラー, SelfishJean23, 秋元リョーヘイ, ITAZURA STORE |
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;
});