
bane
2023/04/02 (日) 16:40 開演 @渋谷WWW X (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
赤菱さんのレビュー
1組が体調不良で出演出来なくなったため数日前に急遽出演に。
今回、出演していなかったら知らないままに終わっていたかも。
でも、自分の好きなタイプの音楽なので、遅かれ早かれ何かで引っ掛かて知ることになったミュージシャンかな。
OAということで3曲と少ない中、自分的にはインパクトを残してステージを後にしたなと感じた。
3月に初見だったFurui Rihoをに近い感覚のミュージシャンかな?
この人もバンドセットで観たい新たな1人になった。
- いいね! 0
- コメント
- 2023/04/03 (月) 11:52
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/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;
});