@charset 'UTF-8';

/* 矢印 */
.slick-prev       { position:absolute; top:0; bottom:0; left: 0; z-index:2; display:block; width:50px; height:50px; margin:auto 0; text-indent:150%; white-space:nowrap; overflow:hidden; border:none; cursor:pointer; background:url(../../img/common/wt/prev.svg) no-repeat center center #111; transition:all 0.2s ease; background-size:20px; }
.slick-next       { position:absolute; top:0; bottom:0; right:0; z-index:2; display:block; width:50px; height:50px; margin:auto 0; text-indent:150%; white-space:nowrap; overflow:hidden; border:none; cursor:pointer; background:url(../../img/common/wt/next.svg) no-repeat center center #111; transition:all 0.2s ease; background-size:20px; }
.slick-prev:hover { background-position:25% center; opacity:1; filter:alpha(opacity=100); }
.slick-next:hover { background-position:75% center; opacity:1; filter:alpha(opacity=100);}

/* ドット */
.slick-dots                                   { position:absolute; top:52px; left:0; z-index:2; width:100%; display:block; list-style:none; text-align:left; }
.slick-dots li                                { position:relative; width:20px; height:1px; margin:0 1px 0 0; cursor:pointer; display:inline-block; }
.slick-dots li button                         { font-size:0; line-height:0; display:block; width:10px; height:10px; cursor:pointer; color:transparent; border:0; outline:none; background:transparent; }
.slick-dots li button:hover,
.slick-dots li button:focus                   { outline:none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before            { opacity:1; background:rgba(255,255,255,0.6); }
.slick-dots li button:before                  { content:""; position: absolute; top:0; left:0; width:100%; height:100%; background:#ffff00; transition:all 0.1s ease; }
.slick-dots li.slick-active button:before     { content:""; position: absolute; top:0; left:0; width:100%; height:100%; background:#ea617c; border:none; }
