![{}](https://i.scdn.co/image/ab6761610000e5eb62ac0fa93ec968ec43fc92d4)
MISIA
2023/01/27 (金) 18:30 開演 @大阪城ホール (大阪府)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
新年度、最初のファーストライブ、
エンディングまで、ぶっ通し、まるでファイナルか位の迫力ボイスでのパフォーマンスで、全速力で走り切ったLIVE、鳥肌もので、感動しました。
ダンサーの方々や、コーラス、オーケストラの皆さん、
車椅子パフォーマーの方々、とても豪華なキャストで
充実した2時間、素晴らしかったです。
MISIAさんの体力に脱帽です。
3day、大丈夫かしら ️とちょっと心配になりました。
- いいね! 1
- コメント
- 2023/02/04 (土) 22:56
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});