Superfly
2020/11/03 (火) 20:00 開演 @オンラインライブ ライブ情報に戻る
« 前へ| レビュー一覧へ (2/2) |次へ »
この日のためのセットリストは、励まされ、背中を押してくれる本当に最高の選曲でした。志帆ちゃんの歌声はとにかく力強く、優しい。
演者の表情や手元がバッチリ見えるのもオンラインならでは。バンドメンバーの確かなプレイが志帆ちゃんを支えているんだなあ、と再認識しました。特にコーラスのリンさんの歌声には痺れた!
スタジオに招待されているかのような感覚。画面から熱意が伝わってくる素晴らしいライブでした。
- いいね! 3
- コメント
- 2020/11/03 (火) 22:20
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (2/2) |次へ »
// 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;
});