ナオト・インティライミ
2024/05/11 (土) 17:30 開演 @名古屋国際会議場 センチュリーホール (愛知県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
今回のライブは、コールアンドレスポンスや踊りが多くあり、本当にコロナ前のライブに戻ったなぁって感じです。
名古屋公演では、2階と3階のみのコールアンドレスポンスをやったりしました。
マイアミから戻ってきたばかりというのもあり、ナオトの熱量が半端なかったです。
後、ダンサーのカジさんが復帰したのもかなり嬉しかったですし、キレッキレでした。
- いいね! 1
- コメント
- 2024/05/12 (日) 13:32
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});