@charset "utf-8";

/* メインビジュアル */
.mv-area {
    position: relative;
	background: url("/wp/wp-content/themes/e-nekken/images/top/top_mv_bg.webp") center top no-repeat;
	background-size: contain;
	aspect-ratio: 1280 / 912;
}

.mv-ttl {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 36%;
}

.mv-ttl img {
	width: 100%;
}

/* 見積もり依頼ボタン */
.est-btn {
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 10;
}

.est-btn-link {
	position: absolute;
	top: 60%;
	left: 15%;
	display: block;
	width: 69%;
	height: 17%;
}

.est-btn-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 11%;
	height: 16%;
}

/* 漆黒の黒染め */
.black-box {
	aspect-ratio: 1180 / 780;
	background: url(/wp/wp-content/themes/e-nekken/images/top/top_black_bg.webp) center top no-repeat;
	background-size: cover;
}

.black-box > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-end;
}

.black-img {
	width: 120%;
	position: absolute;
}

.black-box > div:nth-of-type(2) {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 840px) {
}

/* ================================================ */
@media (max-width: 375px) {
}