藤原さくら
2018/11/02 (金) 19:00 開演 @オリックス劇場 (大阪府)ライブ情報に戻る
« 前へ| レビュー一覧へ (2/2) |次へ »
藤原さくらさんのライブは初参戦でした。普段はバンド音楽しか聞かず、参戦しないため聞き込みが少々足りないかなという気持ちで当日を迎え、タイトルまでははっきりと一致しない状態だったのですが、とにかく心地よい
歌声でした。演奏もバックバンド?も全て素晴らしく雰囲気も最高でした。とにかく上手いの一言です!
- いいね! 1
- コメント
- 2018/11/07 (水) 15:09
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});