@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#keyvisual .slick-prev,
#keyvisual .slick-next{
    top: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
    color:#000;
}
.slick-prev:before, .slick-next:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
}
#keyvisual .sponly .slick-prev:before,
#keyvisual .sponly .slick-next:before {
    width: 17px;
    height: 17px;
}
#keyvisual .pconly .slick-prev {
    left: 240px;
    z-index: 1;
}
#keyvisual .pconly .slick-next {
    right: 240px;
    z-index: 1;
}
#keyvisual .sponly .slick-prev {
    left: 5px;
    z-index: 1;
}
#keyvisual .sponly .slick-next {
    right: 5px;
    z-index: 1;
}
.slick-next:before {
    transform: scale(-1, 1);
}
/* Dots */
.slick-dots {
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    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;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #EDEDED;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background: #E37510;
}

@media screen and (max-width: 639px){
    .slick-dotted.slick-slider{
        margin-bottom: 0;
    }
}