@charset "utf-8";
/*
body{
	margin:0;
	padding: 0px;
}
*/
.bg-slider {
	width: 100%; /* 100VWだと失敗する */
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;


	//align-items: center;
	justify-content: center;
	
}
/*
.bg-slider_title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	position: relative;
	top: 40px;
}

.pslider {
	text-align: center;
	color: #FFF;
}
*/
