PHOTOGRAPH

ABOUT

CONTACT / SNS /
BLOG

お問い合わせ先

株式会社インディゴ・フィルムズ

お仕事のご依頼やご相談・ご質問などは、下記アドレスからお気軽にお問い合わせください。

[email protected]
}); }); $(function(){ $('.modal_open').click(function(){ $('body').append(''); $('.modal_bg').fadeIn(); modal = '#' + $(this).attr('data-target'); function modalResize(){ var w = $(window).width(); var h = $(window).height(); var x = (w - $(modal).outerWidth(true)) / 2; var y = (h - $(modal).outerHeight(true)) / 2; $(modal).css({'left': x + 'px','top': y + 'px'}); } modalResize(); $(modal).fadeIn(); $('.modal_bg, .m_close').off().click(function(){ $('.modal_box').fadeOut(); $('.modal_bg').fadeOut('slow',function(){ $('.modal_bg').remove(); }); }); $(window).on('resize', function(){ modalResize(); }); }); });