  body {
	padding-top: 0 !important;
}

.mainvisual-wrapper {
	padding-top: 102px;
	position: relative;
	height: 100vh;
}

@media screen and (max-width: 767px) {
	.mainvisual-wrapper {
		padding-top: 60px;
		height: calc(var(--vh, 1vh) * 100);
	}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
	.mainvisual-wrapper {
		min-height: 166.13333vw;
	}
}

.page-title-wrapper {
	position: relative;
	border-top: 1px solid rgba(215, 215, 215, 0.25);
	border-bottom: 1px solid rgba(215, 215, 215, 0.25);
}

.page-title-wrapper .kasou-mv-ttl {
	border-color: rgba(215, 215, 215, 0.25);
}

/* title
----------------------------------------*/
.title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.title {
		width: 85.71429%;
		min-width: 1200px;
		max-width: 1400px;
		bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	.title {
		width: 90.66667vw;
		bottom: 12vw;
	}
}

.title p {
	width: 546px;
}

@media screen and (max-width: 767px) {
	.title p {
		width: 100%;
	}
}

/* movie-container
----------------------------------------*/
.movie-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.movie-container video {
	position: absolute;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translateX(-50%) translateY(-50%);
}

@supports (object-fit: cover) {
	.movie-container video {
		position: static;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: none;
	}
}

.movie-container:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

/*
----------------------------------------*/
.contents-main {
	background-color: #ebebeb;
}

/*# sourceMappingURL=../../../../_map/english/business/overseashousing/_css/style.css.map */
