@charset 'UTF-8';
.slick-dots
{
    bottom: 10px !important;
}
.slick-dots li button:before
{
    color: white !important;
}
.slick-dots li.slick-active button:before
{
    color: white !important;
}

#image_slide {
    width: 100%;
    position: absolute;
}

.slick-list {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.mv01 {
    position: inherit !important;
}

.current-tracks img {
    display: inline !important;
}

#image_slide {
    /* スライドは遅延表示させるため */
    display: none;
}