HEY-SMITH 猪狩秀平(Gt,Vo)の体調不良により京都公演が延期
2019/07/04
本日 7月4日(木)に予定されていたHEY-SMITHの京都FANJI公演が延期となることが発表された。
猪狩秀平(Gt,Vo)の体調不良によるもので、チケットの払い戻し方法、振り替え公演については後日アナウンスされる。
オフィシャルサイトで発表されたコメント全文は以下の通り。
関連アーティスト
ニュース一覧に戻る
// 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;
});