/* 専用ヒーロー画像が未整備のため非表示（グレーのplaceholder回避）。見出し ttl-style05 をタイトルとして使用 */
#page-mv2 {
	display: none;
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1200px;
	width: 90%;
	margin: 40px auto 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5%;
}
#sec01 .left {
	width: 52%;
}
#sec01 .left .ttl {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 22px;
	text-shadow: 2px 2px 0px rgba(169,202,90,.6);
}
#sec01 .left p {
	line-height: 1.9;
	margin-bottom: 18px;
}
#sec01 .img {
	width: 43%;
	max-width: 550px;
}
#sec01 .img img {
	width: 100%;
	display: block;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0,0,0,.1);
}
.user-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
}
.user-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 30px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	transition: .3s;
}
.user-btn.primary {
	background: #F8B535;
	color: #fff;
	border: 2px solid #F8B535;
}
.user-btn.primary:hover {
	background: #e5a42c;
	border-color: #e5a42c;
}
.user-btn.secondary {
	background: #fff;
	color: #639590;
	border: 2px solid #8AC5BF;
}
.user-btn.secondary:hover {
	background: #f1f8f7;
}
@media screen and (max-width: 910px) {
	#sec01 .left .ttl {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
		flex-direction: column;
		margin: 24px auto 80px;
	}
	#sec01 .left,
	#sec01 .img {
		width: 100%;
	}
	#sec01 .img {
		margin-top: 26px;
	}
	.user-btn {
		width: 100%;
	}
}
/* --------------------------------------------------- */
#sec02 {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


