'); document.write(''); $(document).ready(function(){ //matchHeight $('.subtitle05').matchHeight(); $('.section_02 li').matchHeight(); $('.section_03 li').matchHeight(); $('.section_04 li').matchHeight(); $('.section_05 li').matchHeight(); $('.section_06 li').matchHeight(); //biggerlink $('#contact').biggerlink(); $('.section_05 li').biggerlink(); //pagetop $('#pagetop a').click(function () { $('body,html').animate({ scrollTop: 0 }, 500); return false; }); $(".rss_title").readmore({ substr_len: 80 }); //blog $("article").first().addClass("first"); $("article .txt").readmore({ substr_len: 45 }); //tab $(".tab02 li").click(function() { var index = $(".tab02 li").index(this); $(".tab_content02 li").css("display","none"); $(".tab_content02 li").eq(index).css("display","block"); $(".tab02 li").removeClass('select'); $(this).addClass("select") }); //初期表示 $(".tab_content").hide();//全ての.tab_contentを非表示 $("ul.tab li:first").addClass("active").show();//tabs内最初のliに.activeを追加 $(".tab_content:first").show();//最初の.tab_contentを表示 //タブクリック時 $("ul.tab li").click(function() { $("ul.tab li").removeClass("active");//.activeを外す $(this).addClass("active");//クリックタブに.activeを追加 $(".tab_content").hide();//全ての.tab_contentを非表示 var activeTab = $(this).find("a").attr("href");//アクティブタブコンテンツ $(activeTab).fadeIn();//アクティブタブコンテンツをフェードイン return false; }); //select $('select.select_styled').customSelect(); //readmore $(".products_left a").readmore({ substr_len: 30 //表示させたい文字数 }); $(".products_right").readmore({ substr_len: 45 //表示させたい文字数 }); $(".subnav li").readmore({ substr_len: 15 //表示させたい文字数 }); }); } $(function(){ $('.accordion').click(function(){ $(this).toggleClass('open').next().slideToggle(); }); $("#featureCarousel").featureCarousel({ autoPlay:1, animationEasing: 'easeOutQuart' }); }); // -->