氷室京介 2016/05/23 (月) 18:00 開演 @東京ドーム (東京都) ライブ情報に戻る
« 前へ | レビュー一覧へ (52/52) |次へ »
ゲストさんのレビュー
mcで俺にとっては最後になるかもしれないベストアルバム、とか、最後になるかもしれないシチュエーション、とか、意味深な発言。GLAYのたくろうさんがこれからどうするんですか?と聞くので、ゆっくりアルバム作ろうかと思ってる、ですと!60歳ぐらいでまた逢えるのかも?オーディエンスもサイコー!
そして、3回のアンコールを経て、3時間半のラストギグが今終わった。。。最後のメッセージは「I'll never say goodbye... Tillwe meet again」ですって!やったね!みんな希望をもらいました!
いいね! 117
コメント
2016/05/23 (月) 20:15
» 問題のあるレビューを報告する
« 前へ | レビュー一覧へ (52/52) |次へ »
// 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;
});