@charset "UTF-8";

footer {
	padding-top: 6em;
}
@media (min-width: 768px) {
	footer {
		padding-top: min(9.2vw, 92px);
	}
}
.lemixBg {
	background-color: #fef9f3;
}
/* -------------------------------------
lemixVisual
----------------------------------------*/
#lemixVisual {
	text-align: center;
	background-image: url('../img/lemix/mv-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	/*padding-top: min(24vw, 240px);*/
	padding-top: min(8.7vw, 87px);
	/*padding-bottom: min(11.9vw, 119px);*/
	padding-bottom: min(8.3vw, 83px);
}
#lemixVisual img {
	width: min(62%, 620px);
}
#lemixVisual .catch {
	/*margin-bottom: min(16vw, 160px);*/
	margin-bottom: min(9.7vw, 97px);
}
/* -------------------------------------
lemixIntro
----------------------------------------*/
#lemixIntro p {
	text-align: center;
	font-weight: 600;
	line-height: 2.4;
	color: #423a39;
	background-color: #ffffff;
	border-radius: min(2.4vw, 24px);
	padding: 2em;
	width: 100%;
	max-width: 920px;
	margin: 0 auto 3em auto;
}
@media (min-width: 768px) {
	#lemixIntro p {
		font-size: min(2vw, 20px);
		line-height: 3.5;
	}
}
/* -------------------------------------
history
----------------------------------------*/
#history {
	text-align: center;
}
#history img {
	width: 100%;
	max-width: 1056px;
}
/* -------------------------------------
indexList
----------------------------------------*/
#indexList ul {
	padding-top: min(14vw, 140px);
	padding-bottom: min(11vw, 110px);
}
#indexList li {
	margin-bottom: 3.1em;
}
#indexList a {
	display: block;
}
#indexList li:last-child {
	margin-bottom: 0;
}
#indexList li h2 {
	background-color: /*#a1cc56*/#afafb0;
	border-radius: min(1.2vw, 12px);
	height: 4.5em;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	line-height: 2;
	font-size: min(3.8vw, 16px);
	margin-bottom: 1em;
	color: #ffffff;
}
#indexList li p {
	text-align: left;
	font-weight: 600;
	line-height: 2;
	color: #423a39;
}
@media (min-width: 550px) {
	#indexList li {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#indexList li h2 {
		width: 32.7%;
		font-size: min(2.2vw, 24px);
		margin-bottom: 0;
	}
	#indexList li p {
		width: 64.5%;
		font-size: min(1.75vw, 18px);
	}
}