'); $(document).ready(function(){ //mainimage $('.flexslider').flexslider({ animation: "fade", slideDirection: "horizontal", slideshow: true, //自動再生 slideshowSpeed: 7000, animationDuration: 800, directionNav: true, controlNav: true }); //matchHeight $('.mh').matchHeight(); $('.mh2').matchHeight(); $('.mh3').matchHeight(); //BiggerLink $('.biggerlink').biggerlink(); //header $(window).on('scroll', function() { if ($(this).scrollTop() > 100) { $('header,#side_link').addClass('scrolled-y'); } else { $('header,#side_link').removeClass('scrolled-y'); } }); //画面に入ったら処理 $(".trigger").on('inview', function() { $(this).addClass('inview');//画面に入った時の処理 }); }); } // -->