// BEGIN: IMAGE SLIDER(COMPATIBLE MODE) SCRIPT AUTOGEN AREA FOR: esyd-imsl-1589792919 $(document).ready(function(){ if($('#esyd-imsl-1589792919').length > 0){ slider10(); } }); function slider10(){ $("#esyd-imsl-1589792919").flexslider({ animation : 'fade', animationSpeed : 600, slideshowSpeed : 5000, reverse : false, controlNav: 'thumbnails', keyboard: false, useCSS: false, pauseOnAction: false, }); var wrapTarget = "#esyd-imsl-1589792919 .flex-viewport"; if($("#esyd-imsl-1589792919 .flex-viewport").length == 0) { wrapTarget = "#esyd-imsl-1589792919-list"; } $(wrapTarget).wrap("
");$("#esyd-imsl-1589792919-wrap").addClass("esydsgn-position-relative");$("#esyd-imsl-1589792919 .flex-direction-nav").appendTo("#esyd-imsl-1589792919-wrap"); $("#esyd-imsl-1589792919>ol").attr("id", "esyd-imsl-1589792919Nav"); $("#esyd-imsl-1589792919Nav").removeClass("esydsgn-display-none-important"); $("#esyd-imsl-1589792919Nav.flex-control-nav").addClass("flex-control-nav-thumb"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-display-none-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-50per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-33per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-25per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-20per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-16per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-14per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-12harf-per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-11per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-nav").removeClass("esydsgn-width-10per-always-important"); $("#esyd-imsl-1589792919Nav .flex-control-thumbs li").addClass("esydsgn-text-align-center "); $("#esyd-imsl-1589792919Nav .flex-control-thumbs li img").addClass("flex-thumb-border "); $("#esyd-imsl-1589792919Nav li").addClass("esydsgn-width-11per-always-important esydsgn-float-left-always hover_zoom esydsgn-image-slider-thumbnail-padding"); $("#esyd-imsl-1589792919Nav div.flex-caption").addClass("esydsgn-display-block"); $("#esyd-imsl-1589792919Nav .flex-control-nav.flex-control-paging").removeClass("esydsgn-visibility-hidden"); } /* サムネイル */ var swiperThumbs10 = new Swiper('#ems_thumbs_esyd-imsl-1589792919', { freeMode: false, spaceBetween: 5, slidesPerView: 9, watchSlidesVisibility: true, watchSlidesProgress: true, autoHeight: true, allowTouchMove: false }); /* 本体 */ var swiper10 = new Swiper('#ems_esyd-imsl-1589792919', { loop: true, freeMode: false, slidesPerView: 1, effect: 'fade', fadeEffect: {crossFade: true}, autoplay: {delay:5000, disableOnInteraction: false}, speed: 600, navigation: {nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev'}, pagination: {el: '.swiper-pagination', clickable: true}, thumbs: {swiper: swiperThumbs10}, on: { init: function(){$('#ems_esyd-imsl-1589792919').css('visibility', 'visible');} } });