@charset "utf-8";
@import url("sp.css") screen and (max-width:959px);
@import url("pc.css") screen and (min-width:960px);
/* CSS Document */
html{
 font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;   
}


img{
    display: block;
    -webkit-user-drag: none;
}
body{
    color: #333;

}
/*ドット*/
.slick-dots li button:before{
    margin-top: 16px;
    font-size: 16px;
    width:24px;
    color: #e89499;
}

.slick-dots li.slick-active button:before{
    color: #e89499;
}