
松任谷由実
2023/10/29 (日) 18:00 開演 @日本武道館 (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (2/3) |次へ »
個人的には今回35回目の乗船。2階スタンド南西W列。
1階スタンドの近さもいいけど、全体見える2階の方がよかったです。
メンバー紹介でアナスイが出てきましたが、それによって、オペレーションクルーの登場の時間が減り、余韻浸る時間もなくなり、すごく残念でした。
アナスイが出てくることに全く興味をもたないですが、仮に出すなら、ちゃんとSEを長くするとか、しっかり段取って欲しいです。
- いいね! 2
- コメント
- 2023/10/30 (月) 13:09
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (2/3) |次へ »
// 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;
});