![{}](https://i.scdn.co/image/ab6761610000e5ebfbf2aebd21a66eafee610679)
松任谷由実
2018/10/19 (金) 19:00 開演 @広島サンプラザ ホール (広島県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
席は最前列でしたが、残念ながら目の前に大きな柱があったため、ほとんどステージが見えませんでした。スタンド席のほうがよく見えると思います。歌や演奏のほうもなぜかボヤっとしていて音がはっきりしない感じでした。それでも、素晴らしい楽曲の数々で、かなり楽しめました。さすがユーミンです。
- いいね! 10
- コメント
- 2018/10/28 (日) 20:04
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});