
/* PC -------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px) {

/*メインビジュアルここから*/
.main-visual {
width: 100%;
height: 520px;
margin-bottom: 3.5em;
overflow: hidden;
}


.main-visual .slide img {
width: 100%;
height: 520px;
object-fit: cover;
object-position: center center; /* 中央配置 */
display: block;
}

/*    .slick-dots li button:before {
      color: red;
    }*/
/*メインビジュアルここまで*/
}


/* SP -------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {

/*メインビジュアルここから*/
.main-visual {
width: 100%;
height: auto;
margin-bottom: 3.5em;
overflow: hidden;
}


.main-visual .slide img {
width: 100%;
height: auto;
object-fit: cover;
object-position: center center; /* 中央配置 */
display: block;
}

/*    .slick-dots li button:before {
      color: red;
    }*/
/*メインビジュアルここまで*/
}

}