Bryan Ferry
2019/03/13 (水) 19:00 開演 @Bunkamura オーチャードホール (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
彼のライブは何と妹と大阪で行った79年以来。さすがに年取ったが、何というか、品のある猥褻さとひねりのきいたスノッブさは変わらず。カバーだけど、Don't think twice, it's alright や Jealous guy は泣ける。勿論、Tokyo Joe も。全員黒の衣装で統一されていたのもシック。全員黒の衣装で統一されていたのもシック。
- いいね! 6
- コメント
- 2019/03/16 (土) 00:49
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});