@charset "utf-8";


/**************************************************50
 * intro
 **************************************************/
#intro{
	background-color: #E6E6E6;
	position: relative;
}
#intro img{
}
#intro > strong{
	background-color: #FF368D;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1.5;
	padding: 0.5em 1em;
}
@media screen and (max-width:767px){
	#intro{
		padding-top: 12.5%;
		padding-bottom: 12.5%;
		text-align: center;
	}
	#intro picture{
		margin-bottom: 6.25%;
	}
	#intro picture img{
		width: 93.75%;
	}
	#intro > strong{
		font-size: 125%;
	}
}
@media screen and (min-width:768px){
	#intro{
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	#intro{
		content: "";
		display: block;
		padding-top: 52.08%;
	}
	#intro picture img{
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(0, -54%);
		-webkit-transform: translate(0, -54%);
		transform: translate(0, -54%);
		width: 46%;
	}
	#intro > strong{
		margin-bottom: 5%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#intro{
		background-image: url("https://test.lucias.co.jp/images/user/intro/img_013.webp");
	}
	#intro > strong{
		font-size: 150%;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	#intro > strong{
		font-size: 175%;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#intro > strong{
		font-size: 200%;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	#intro > strong{
		font-size: 225%;
	}
}
@media screen and (min-width:1280px){
	#intro > strong{
		font-size: 250%;
	}
}
@media screen and (min-width:940px) and (max-width:1365px){
	#intro{
		background-image: url("https://test.lucias.co.jp/images/user/intro/img_012.webp");
	}
}
@media screen and (min-width:1366px) and (max-width:1599px){
	#intro{
		background-image: url("https://test.lucias.co.jp/images/user/intro/img_011.webp");
	}
}
@media screen and (min-width:1600px){
	#intro{
		background-image: url("https://test.lucias.co.jp/images/user/intro/img_010.webp");
	}
}


/**************************************************50
 * nyh
 **************************************************/
#nyh{
	text-align: center;
}
#nyh img{
	width: 100%+
}
@media screen and (max-width:767px){
	#nyh{
		padding-top: 6.25%;
	}
}
@media screen and (min-width:768px){
	#nyh{
		padding-top: 50px;
	}
}


/**************************************************50
 * minimal
 **************************************************/
#minimal{
}
#minimal h2{
	text-align: center;
}
#minimal h2 img{
}
#minimal picture{
	background: -webkit-linear-gradient(45deg, #EAD6EE 0, #A0F1EA 100%);
	background: linear-gradient(45deg, #EAD6EE 0, #A0F1EA 100%);
	text-align: center;
}
#minimal picture img{
	max-width: 1600px;
}
@media screen and (max-width:767px){
	#minimal{
	}
	#minimal .wrap{
		padding-top: 12.5%;
		padding-bottom: 12.5%;
	}
	#minimal h2{
		margin-bottom: 3.125%;
	}
	#minimal h2 img{
		width: 93.75%;
	}
	#minimal picture{
		padding: 12.5% 3.125%;
	}
	#minimal picture img{
	}
	#minimal p{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#minimal{
		text-align: center;
	}
	#minimal .wrap{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#minimal h2{
		margin-bottom: 50px;
	}
	#minimal h2 img{
	}
	#minimal picture{
	}
}
@media screen and (min-width:768px) and (max-width:1279px){
	#minimal picture{
		padding: 50px 20px;
	}
}
@media screen and (max-width:1279px){
	#minimal picture{
		overflow: auto hidden;
	}
}
@media screen and (min-width:1280px){
	#minimal picture{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#minimal picture img{
		width: -webkit-calc(100% - (20px * 2));
		width: calc(100% - (20px * 2));
	}
}


