
Pet Shop Boys
2019/04/01 (月) 19:00 開演 @日本武道館 (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/2) |次へ »
Blue-ray,DVDにてもロンドンで行われた同内容のSuper Tourが販売されています。こちらの方はセットも立体的だったり スーパーダンサーズが参加していたり、とめちゃ豪華な内容です。
遠く離れた日本においては「簡易的」なセットではありましたが、メリハリの効いたセトリと巧妙なライティング、ニールのウィスパーヴォイスと完璧なサウンド(特にサポートのリズムセクションが素晴らしい!)期待以上のライブでした。
- いいね! 0
- コメント
- 2020/02/08 (土) 13:17
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/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;
});