@charset "UTF-8";

.slick-slide {
    display: flex !important; 
}

.slick-prev,
.slick-next
{
    width: 30px;
    height: 30px;
}

/* slick pc 821 */
@media screen and (min-width:821px) {
    .slick-prev,
    .slick-next
    {
        width: 40px;
        height: 40px;
    }  
}/* slick pc 821 */



/* BrandList slick */
.brandlist .slick-prev
{
    background:url(../images/prev.svg) no-repeat;
    left:8%;
    background-size: 100%;
    z-index: 50;
    opacity: 0.8;
}

.brandlist .slick-next
{
    background:url(../images/next.svg) no-repeat;
    right:8%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}

/* BrandList　slick pc 821 */
@media screen and (min-width:821px) {

    .brandlist .slick-prev
    {
        background:url(../images/prev_w.svg) no-repeat;
        left:  calc(50% - 560px);
        background-size: 100%;

    }
    
    .brandlist .slick-next
    {
        background:url(../images/next_w.svg) no-repeat;
        left:calc(50% + 520px);
        background-size: 100%;
    }
    
}/* BrandList pc 821 */


/* enhance slick */
.enhance__sride .slick-prev
{
    width:25px;
    background:url(../images/prev_w.svg) no-repeat;
    left: 5.13%;
    top:60%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}

.enhance__sride .slick-next
{
    width:25px;
    background:url(../images/next_w.svg) no-repeat;
    right: 5.13%;
    top:60%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}


.enhance__sride--vca .slick-prev,
.enhance__sride--chanel .slick-prev{
    background:url(../images/prev_vca.svg) no-repeat;
    right: 5.13%;
    top:60%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}
.enhance__sride--vca .slick-next,
.enhance__sride--chanel .slick-next{
    background:url(../images/next_vca.svg) no-repeat;
    right: 5.13%;
    top:60%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}

.enhance__sride--chanel .slick-prev{background:url(../images/prev_chanel.svg) no-repeat;background-size:  100%}
.enhance__sride--chanel .slick-next{background:url(../images/next_chanel.svg) no-repeat;background-size:  100%}



/* Enhance　slick pc 821 */
@media screen and (min-width:821px) {
    .enhance__sride .slick-prev{
        width:40px;
        left:  calc(50% - 350px);
        background-size: 100%;
    }
    .enhance__sride .slick-next{
        width:40px;
        left:calc(50% + 320px);
        background-size: 100%;
    } 


    .enhance__item,
    .enhanceModel__item{
    opacity: 0.3;/* 透過の設定 */
    }

    .enhance__sride .slick-center{
        opacity: 1;/* 透過の設定 */
    }

}/* Enhance　slick pc 821 */


/* Voice slick */
.voice .slick-prev
{
    background:url(../images/prev.svg) no-repeat;
    left:5.13%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}

.voice .slick-next
{
    background:url(../images/next.svg) no-repeat;
    right:5.13%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}

/* BrandList　slick pc 821 */
@media screen and (min-width:821px) {
    .voice .slick-prev{left:calc(50% - 550px);}    
    .voice .slick-next{left:calc(50% + 510px);}
}/* BrandList pc 821 */


/* shop__photo slick */
.slick-dots li button:before{
	font-size:15px!important;
    margin-top:20px;
}

.shop__photo .slick-prev{
    background:url(../images/prev_w.svg) no-repeat;
    left:2%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}

.shop__photo .slick-next{
    background:url(../images/next_w.svg) no-repeat;
    right:2%;
    background-size:  100%;
    z-index: 50;
    opacity: 0.8;
}
