@charset 'UTF-8';

/* 矢印 */
.slick-prev       { position:absolute; top:15%; left: 0px; z-index:2; display:block; width:140px; height:70%; text-indent:150%; white-space:nowrap; overflow:hidden; border:none; cursor:pointer; background:url(../../img/common/svg/prev.svg) no-repeat 25% center; -webkit-transition:all 0.2s ease; transition:all 0.2s ease; -webkit-background-size:30px; background-size:30px; }
.slick-next       { position:absolute; top:15%; right:0px; z-index:2; display:block; width:140px; height:70%; text-indent:150%; white-space:nowrap; overflow:hidden; border:none; cursor:pointer; background:url(../../img/common/svg/next.svg) no-repeat 75% center; -webkit-transition:all 0.2s ease; transition:all 0.2s ease; -webkit-background-size:30px; background-size:30px; }
.slick-prev:hover { background-position:50% center; -moz-opacity:1; opacity:1; filter:alpha(opacity=100); }
.slick-next:hover { background-position:50% center; -moz-opacity:1; opacity:1; filter:alpha(opacity=100);}

/* ドット */
.slick-dots                                   { position:absolute; bottom:50px; 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; 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:0px; left:0px; width:4px; height:4px; background:rgba(0,0,0,0); border:2px solid rgba(255,255,255,0.6); -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     { content:""; position: absolute; top:0px; left:0px; width:8px; height:8px; background:#ea617c; border:none; }
