@charset "utf-8";
/*スライダー 2020.4*/
body.home #header { padding-bottom:0; }
body.home #content { overflow:visible; }
#home_main_wrapper {
	position:relative;
	height:74vw;
}
#home_main_catch {
	position:absolute;
	top:90px;
	width:100%;
	text-align:center;
	font-size:5.6vw;
    font-weight:500;
    letter-spacing:0.05em;
    font-family:'Noto Serif JP', serif;
	color:#FFF;
	text-shadow:0px 3px 6px #000;
	z-index:10;
}
#home_main_slider {
	display:none;
}
#home_main_slider.slick-initialized {
	display:block;
}
.home_main {
	height:74vw;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.home_main1 { background-image:url(images/home/mainimage1_sp.jpg); }
.home_main2 { background-image:url(images/home/mainimage2_sp.jpg); }
.home_main3 { background-image:url(images/home/mainimage3_sp.jpg); }
.home_main4 { background-image:url(images/home/mainimage4_sp.jpg); }
.home_main5 { background-image:url(images/home/mainimage5_sp.jpg); }


.slick-dots li.slick-active button::before {
	color:#616BA6;
}
@media (min-width:768px) {
	.slick-dots {
		bottom:-30px;
	}
	.slick-dots li {
		margin:0 15px;
	}
	.slick-dots li button:before {
		font-size:18px !important;
	}
	.slick-dotted.slick-slider {
		margin-bottom:0;
	}
}
@media (min-width:768px) {
	#home_main_wrapper {
		height:560px;
		margin:0 calc(500px - 50vw + 8px) 50px;
	}
	#home_main_catch {
		top:235px;
		font-size:27px;
	}
	.home_main {
		padding:0;
		height:560px;
		background-size:cover;
	}
	.home_main1 { background-image:url(images/home/mainimage1_pc.jpg); }
	.home_main2 { background-image:url(images/home/mainimage2_pc.jpg); }
	.home_main3 { background-image:url(images/home/mainimage3_pc.jpg); }
	.home_main4 { background-image:url(images/home/mainimage4_pc.jpg); }
	.home_main5 { background-image:url(images/home/mainimage5_pc.jpg); }
}

.home_main_cregit {
	width:100%;
	position: absolute;
	bottom:20px;
	text-align: center;
	font-size:13px;
	color:#FFF;
	font-weight:400;
	text-shadow: 0px 3px 6px #000;
    z-index: 10;
}
@media (min-width:768px) {
	.home_main_cregit {
		font-size:18px;
		bottom:30px;
	}
}
