@charset 'UTF-8';

/* 矢印 */
.slick-prev        { position:absolute; top:0; left: 0; bottom:0; z-index:4; display:block; width:40px; height:80px; margin:auto 0; border:none; cursor:pointer; background:url(../../img/common/wt/prev.svg) no-repeat center center; transition:all 0.2s ease;  background-size:20px; border-radius:0 4px 4px 0; }
.slick-next        { position:absolute; top:0; right:0; bottom:0; z-index:4; display:block; width:40px; height:80px; margin:auto 0; border:none; cursor:pointer; background:url(../../img/common/wt/next.svg) no-repeat center center; transition:all 0.2s ease;  background-size:20px; border-radius:4px 0 0 4px; }
.slick-prev:hover,
.slick-next:hover  { background-color:#e2047e; }

/* ドット */
.slick-dots                                { position:absolute; bottom:20px; left:0px; z-index:2; width:100%; display:block; list-style:none; text-align:center; }
.slick-dots li                             { position:relative; width:10px; height:10px; margin:0px 6px 15px 5px; 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         { background:#ffffff; }
.slick-dots li button:before               { background:#e1007e; content:""; position: absolute; top:0px; left:0px; width:8px; height:8px; -webkit-border-radius:50%; border-radius:50%; -webkit-transition:all 0.1s ease; transition:all 0.1s ease; }
.slick-dots li.slick-active button:before  { background:#fff000; }
