@charset "utf-8";

/*
HOME
*/

#home .bigimage {
	margin-bottom: 0;
	background: #d9dcd5;
	overflow: hidden;
	padding: 0 1rem;
}
#home .bigimage.jumbotron {
	border-radius: 0;
	padding: 0;
}
#home .bigimage .container {
	position: relative;
}
#home .bigimage .container .imgwrapper {
	width: 100%;
	height: auto;
	z-index: 1;
}
#home .bigimage .container .imgwrapper img {
	width: 100%;
	height: auto;
}
#home .bigimage .container .lead {
	position: absolute;
	top: 125px;
	left: 0;
 	max-width: 13em;
 	margin: 0;
	padding: 0;
	font-size: 2.3rem;
	z-index: 3;
}
#home .bigimage .container .txt {
	position: absolute;
	top: 230px;
	left: 0;
 	max-width: 34em;
	font-size: 1.13rem;
	z-index: 2;
}
#home .bigimage .container .txt a {
	color: #000;
	text-decoration: underline;
}
#home .bigimage .container .txt a:hover {
	text-decoration: none;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
	#home .bigimage .container .imgwrapper img {
		position: relative;
		right: -10%;
	}
	#home .bigimage .container .lead {
		top: 15%;
		font-size: 1.5rem;
	}
	#home .bigimage .container .txt {
		top: 30%;
		left: 6px;
	 	max-width: 60%;
		margin-top: 2em;
		font-size: 1.1rem;
	}
}
@media (max-width: 768px) {
	#home .bigimage {
		padding: 0;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#home .bigimage .container .lead {
		left: 15px;
	}
	#home .bigimage .container .txt {
		left: 15px;
	}
}
@media (min-width: 400px) and (max-width: 767.98px) {
	#home .bigimage .container .lead {
		font-size: 1.4rem;
	}
	#home .bigimage .container .txt {
		font-size: 1em;
	}
}
@media (max-width: 575.98px) {
	#home .bigimage .container .row {
		background: url(../../img/bigimage-01-sp-repeat-x.png) repeat-x center bottom;
		background-size: contain;
	}

	#home .bigimage .container .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#home .bigimage .container .lead {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 1em 0 1em 15px;
		font-size: 1.2em;
		max-width: none;
	}

	#home .bigimage .container .imgwrapper {
		width: 35%;
	}

	#home .bigimage .container .txt {
		position: relative;
		top: 0;
		left: 0;
	 	max-width: 100%;
		margin: 0;
		padding: 1em 15px;
		background: #fff; 
		font-size: 1em;
	}

}
