
シド
2019/03/10 (日) 18:00 開演 @横浜アリーナ (神奈川県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
色々な思いの詰まったライブでした。
大きい会場ならではの素晴らしい演出。
メンバーのイキイキとした表情。
その未来への大合唱。
マオにゃんの涙。
アンコールの衣装も個性にあふれていて良かったです笑笑
メンバーのコメントも素敵でした。
あの感動を上手く書けませんが、シドがもっともっと好きになりました。
明日から仕事ですがなかなか現実に戻れません。
幸せな時間でした。
- いいね! 7
- コメント
- 2019/03/11 (月) 20:29
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});