.PC_slider{
    margin: 0 auto;
	width: 100vw !important;
}
.PC_slider img{
    height: auto;
	width: 100vw !important;
}

.slider{
    margin: 0 auto;
    /*width: 80%;*/
	width: 100%;
}
.slider img{
	height: auto;
	width: 100%;
}
/* Next Previous のボタンの非表示 */
.slick-arrow {display: none !important}

/* dots の非表示 221007対応 */
.slick-dots {display: none !important}