あいみょん
2022/04/30 (土) 17:00 開演 @朱鷺メッセ (新潟県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
あっ君さんのレビュー
あいみょんは、初参戦でした。
昨年の音髭で、生あいみょんを初めて聴いて、次回は単独ライブに行きたいと思い、参戦しました。
歌は勿論ですが、MCも楽しく、とても幸せな時間を過ごすことが出来ました。
また、必ず新潟に戻って来てください。
その時、また必ず参戦します。
あいみょん、ありがとうございました。
- いいね! 7
- コメント
- 2022/05/02 (月) 07:21
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});