.section1_sl div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0!important;
	padding-left: 0!important;
}

.section1_sl div.mv_img {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 100%;
	background-color:rgba(0,0,0,0.4);
	background-blend-mode:darken;
}

.section1_sl div.img01 {
  background-image: url("../images/mv_img_001.jpg");
}
.section1_sl div.img02 {
  background-image: url("../images/mv_img_002.jpg");
}
.section1_sl div.img03 {
  background-image: url("../images/mv_img_003.jpg");
}

/*※MVのスライドを増やした場合は、ここに新しく項目を追加
例）
.section1_sl div.img04 {
  background-image: url("../images/mv_img_004.jpg");
}
*/


.section1_sl .slick-dots {
    bottom: 4%;
    z-index: +1;
}

/*スマートフォン表示枠*/
@media screen and (max-width: 1000px) {
	
	.section1_sl div.mv_img {
	aspect-ratio: auto;
		height: 50vh;
}
}