$(function(){ if($(".box_arrow_slider").find(".slide_arrow").length >= 1) { $(".box_arrow_slider").slick({ //dotsの中身を数字に変更 customPaging: function (slider, i) { return $("").text(i + 1); }, prevArrow: '', nextArrow: '', dots: true, fade: true, autoplay: true, autoplaySpeed: 5000, speed: 2000, cssEase: "cubic-bezier(0.85, 0, 0.15, 1)", }); } });