![{}](https://i.scdn.co/image/ab6761610000e5eb83b78898738e71f15b8f7063)
aiko
2024/02/17 (土) 17:30 開演 @横浜アリーナ (神奈川県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
1730開演、2035終演。
どうやら武道館は違うセトリっぽいです。
Aセットは今日は最終回と言ってました。
9年ぶりの横アリ。北スタンド3列70番台。
遠かったですが、名古屋の直前発売で買ったステージ真横の席では見えなかった照明全体がよく見えました。
個人的には2つか目のセトリの方が好きかな。
- いいね! 1
- コメント
- 2024/02/17 (土) 20:53
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});