![{}](https://i.scdn.co/image/ab6761610000e5eb420ddd6b844db88f3cf6982e)
松山千春
2024/05/29 (水) 18:30 開演 @福岡サンパレス (福岡県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
行きたいと思いながらタイミングが合わずに20年くらい経ってしまった事を本当に後悔するぐらい早めに行くべきでした。
一曲目から全く高音の音が合わない、声が出てない。 え?って思いつつ周りを見ると、ノリノリなので通常運転なのかもしれないですね。
話が長いのは楽しかったかな。
トータル2時間40分程でした。
- いいね! 1
- コメント
- 2024/06/01 (土) 09:36
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});