/*============================================== #�ֈړ��� ==============================================*/ jQuery(function() { jQuery("a[href^=#]").click(function(){ var elmID = jQuery(this).attr("href"); var posi = 0; if(jQuery(elmID).size()){ posi = jQuery(elmID).offset().top -0; BodySlider(posi); return false; } }); function BodySlider(HashOffset){ jQuery("html,body").animate({ scrollTop: HashOffset }, 600); } }); /*============================================== �X���C�h�V���[ ==============================================*/ $(function() { $('.slider').slick({ prevArrow: '', nextArrow: '', infinite: true, dots: false, slidesToShow: 1, centerMode: true, //�v�f�𒆉��� centerPadding:'10%', //���T�C�h�̌����Ă��镔���̃T�C�Y autoplay:true, //�����Đ� responsive: [{ breakpoint: 480, settings: { centerMode: true, } }] }); }); /*============================================== �A�R�[�f�B�I�� ==============================================*/ //�����ƌ��� $(function(){ $(".more_btn").click(function(){ $(this).next(".show_more").slideToggle(); $(this).toggleClass("open"); $(this).siblings(".show_more").removeClass("open"); }); }); /*============================================== �v�f�̍����𑵂��� ==============================================*/ $(function(){ $('.STF_WEBNAME').matchHeight(); });