
/*--------------------------------------------------------------
	LP Main image
--------------------------------------------------------------*/

#breadcrumb {
	display: none;
}

.site-content {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
}

body.page-template-page_lp2 div:not(.visual-area) h1 {
	padding: 50px 0 40px;
	border-bottom: 1px solid #b0b0b0;
	color: #5c8415;
	text-align: center;
	font-weight: 700 !important;
	font-size: 42px;
	font-size: 2.8rem;
}
body.page-template-page_lp2 .entry-content > h2 {
	background-color: #76b0b0;
	padding: 7px;
	text-align: center;
	color: #fff;
}


.visual-area {
	height: 445px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	padding: 90px 0 0;
}

.visual-area .wrap {
	width: 400px;
	margin-right: 0;
	padding: 0;
}

body.page-template-page_lp2 div.visual-area h1 {
	margin-bottom: 20px;
	padding: 0;
	border-bottom: none;
	font-size: 44px;
	font-weight: 700 !important;
	color: #f35422;
	letter-spacing: 0.08em !important;
	text-align: center;
}

.visual-area h1 small {
	display: block;
	background-color: #5db6b9;
	margin: 0 20px 20px;
	line-height: 36px;
	border-radius: 18px;
	font-size: 0.45em;
	text-align: center;
	color: #fff;
}

.visual-area p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	line-height: 2;
}
.visual-area p strong {
	letter-spacing: 0.05em !important;
	color: #ff591f;
	border-bottom: 2px solid #ff591f;
}

.visual-area .badge {
	width: 168px;
	height: 168px;
	background-image: url(../images/bg_badge.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-size: 34px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	--m2: calc(100% - 880px);
	--m: calc(var(--m2) / 2);
	left: calc(var(--m) * 1px);
	font-weight: 700;
	line-height: 1.5;
}

.visual-area .badge small {
	font-size: 0.44em;
}

/*--------------------------------------------------------------
	Media Queries
--------------------------------------------------------------*/

/* for Smart phone */
@media screen and (max-width: 767px) {
	body.page-template-page_lp2 div:not(.visual-area) h1 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.site-content {
		background-size: auto 400px;
		background-position: top 0px left 35%;
	}
	.visual-area {
		height: 400px;
		padding: 180px 0 0;
	}

	body.page-template-page_lp2 div.visual-area h1 {
		margin-bottom: 5px;
		font-size: 36px;
	}

	.visual-area h1 small {
		margin: 0 10px 5px;
		line-height: 28px;
		border-radius: 14px;
	}

	.visual-area .wrap {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.6);
		padding: 10px 10px 15px;
	}

	.visual-area p {
		font-size: 15px;
	}

	.visual-area .badge {
		width: 110px;
		height: 110px;
		left: auto;
		top: 10px;
		right: -10px;
		font-size: 22px;
	}
}

/* for Tablet */
@media screen and (min-width: 48em) {
}

/* for PC */
@media screen and ( min-width: 67em ) {
}
