var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); //let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); jQuery(function($){ // liとtrの奇数・偶数・最初・最後にクラス付与(odd, even, first, last) $('li:nth-child(odd), tr:nth-child(odd)').addClass('odd'); $('li:nth-child(even), tr:nth-child(even)').addClass('even'); $('li:first-child, tr:first-child').addClass('first'); $('li:last-child, tr:last-child').addClass('last'); // ページ内スクロール $('a.scroll').click(function(){ $('html,body').animate({scrollTop: $($(this).attr('href')).offset().top }, {'duration': 400, 'easing': 'easeOutCubic', 'queue': false}); return false; }); // 外部リンクに「target="_blank"」付与(クラス「a.noblank以外」) $('a[href^=http]').not('[href*="'+location.hostname+'"]').not('a.noblank').attr('target', '_blank'); // jquery.rollOver.js $.fn.rollOver({ selectorFade: '.ro-fade img, .ro-fade input, a[rel$="shadowbox"] img', animateTime: 300, fadeOpacity: 0.7, easing: 'easeOutCubic' }); // jquery.fullSlide.js(メインイメージ) $('#slideshow').fullSlide({ animateTime: 600, interval: 5000, easing: 'easeOutCubic', transition: 'hslide', // fade,vslide,hslide auto: 'on', // on,off(自動スライド) stop: 'on', // on,off(hover時に停止、autoがonの時のみ指定可) hslideLoop: 'on', // on,off(無限ループ、hslideのみ有効) subScroll: 'off' // on,off(サムネイルスクロール) }); // ギャラリー スライダー $(".main-gallery .slideFrame").slider({ time: 30, speed: 4, reverse: false }); // jquery.customScroll.js $('.scroll-area').customScroll({ animateTime: 300, easing: 'easeOutCubic', scrollTimes: 100 }); // jquery.droppy.js $('.gnav-ul').droppy(); // fixHeight.js $('.fixHeight').fixHeight(); // パンクズ $('.bread').prependTo('#content-inner').show(); $('.page-title').prependTo('.page-title-area-inner').show(); // blog-calendar取得 $('#blog-calendar').load($('#blog-calendar').attr('title')); // blog-calendar切替 $('#blog-calendar .calendar-head a').live('click', function(){ $('#blog-calendar').load($(this).attr('href')); return false; }); // jquery.slideImage.js(CUBE詳細ページ) $('.detailpage-left').slideImage({ thumbnailWidth: 58, animateTime: 300, easing: 'easeOutCubic' }); // ページトップ $(window).scroll(function() { if ($(this).scrollTop() > 800 - $(window).height() * 0.5) { $('.pagetop-btn').fadeIn(); } else { $('.pagetop-btn').fadeOut(); } }); }); }