
井上喜久子, 佐倉綾音, 内山夕実, 小林ゆう, 新井里美, 日笠陽子, 日高里菜, 早見沙織, 東山奈央, 松田利冴, 松田颯水, 沼倉愛美, 緒方恵美, 花守ゆみり, 西明日香
2017/03/04 (土) 14:00 開演 @舞浜アンフィシアター (千葉県)ライブ情報に戻る
TVアニメ「魔法少女育成計画」 キャラクターソングLIVE「Musica Magica」 に参加したユーザー
// 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;
});