#page-home {
	overflow-x: hidden;
}

.home-mv {
	position: relative;
	padding: 50px 0;
	overflow: hidden;
	min-height: 98vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-mv::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: black;
	opacity: .16;
}

.home-mv::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 78px;
	left: 0;
	background-image: url(../images//bg-after.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 3;
	bottom: -1px;
}

.home-mv__video {
	position: absolute;
	top: 0;
	left: 0;
	height: 130%;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

.home-mv__video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-mv__info {
	text-align: center;
	position: relative;
	z-index: 4;
	color: #FAFAFA;
}

.home-mv__lead {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.home-mv__ttl {
	color: #FAFAFA;
	font-size: clamp(30px, 10vw, 110px);
	line-height: 1;
	margin-bottom: 10px;
}

.home-mv__desc {
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
}

.home-mv__desc:not(:last-child) {
	margin-bottom: 30px;
}

.home-about {
	padding: 80px 0;
}

.home-about__img {
	line-height: 0;
}

.home-about__block {
	gap: 15px 0;
}

.home-about__block .c-ttl__01 {
	margin-bottom: 25px;
}

.home-about__block {
	margin-bottom: 40px;
	padding-bottom: 40px;
	/* border-bottom: 1px solid #eeeeee; */
}

.home-about__gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.home-about__gallery-wrap {
	position: relative;
	display: block;
	transition: all .6s ease-in-out;
}

.home-about__gallery-wrap:hover>.home-about__gallery-img::after {
	opacity: .5;
}

.home-about__gallery-wrap:hover .home-about__gallery-ttl::after {
	opacity: 1;
}

.home-about__gallery-wrap:hover .home-about__gallery-sub {
	height: auto;
	margin-top: 45px;
	opacity: 1;
}

.home-about__gallery-wrap:hover {
	transform: scale(1.09);
}

.home-about__gallery-wrap:hover {
	box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.161);
}

.home-about__gallery-info {
	position: absolute;
	padding: 20px;
	text-align: center;
	left: 0;
	top: 50%;
	width: 100%;
	color: white;
	z-index: 2;
	transform: translateY(-50%);
}

.home-about__gallery-img {
	position: relative;
	overflow: hidden;
	padding-top: calc((367 /262) * 100%);
}

.home-about__gallery-img::after {
	content: '';
	width: 100%;
	background-color: black;
	position: absolute;
	height: 100%;
	opacity: .3;
	top: 0;
	left: 0;
	transition: all .6s;
	z-index: 2;
}

.home-about__gallery-img img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all .6s ease-in;
}

.home-about__gallery-ttl {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 20px;
	position: relative;
	color: #fff;
	transition: all .3s;
}

.home-about__gallery-ttl::after {
	content: '';
	width: 50px;
	height: 2px;
	left: 50%;
	bottom: -25px;
	margin-left: -25px;
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	transition: all .5s;
	opacity: 0;
}

.home-about__gallery-sub {

	text-transform: none;
	height: 0;
	transition: all .5s;
	opacity: 0;
}

@media screen and (min-width: 992px) {
	.home-about__desc p:not(:last-child) {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 992px) {
	.home-about__gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.home-about__gallery-info {
		padding: 10px;
	}

}

@media screen and (max-width: 640px) {
	.home-about__gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-about__gallery-ttl {
		font-size: 17px;
	}
}

.home-review {
	background-attachment: fixed !important;
	padding: 80px 0;
	color: white;
}

.home-review>.ctnr {
	max-width: 750px;
}

.home-review .c-ttl__01 {
	color: white;
	margin-bottom: 30px;
}

.home-review .c-ttl__01>* {
	color: inherit;
}

.home-review__item {
	text-align: center;
}

.home-review__avatar {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 0 auto 33px;
}

.home-review__avatar img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-review__desc {
	font-weight: 300;
	font-style: italic;

}

.home-review__name {
	font-size: 13px;
	font-weight: 500;
	margin-top: 25px;
}

.home-review__slider:hover .slick-arrow {
	opacity: 1;
}

.home-review__slider .slick-prev svg {
	transform: rotate(180deg);
}

.home-review__slider .slick-prev {
	left: -40px;
}

.home-review__slider .slick-next {
	right: -40px;
}

.home-review__slider:hover .slick-next {
	right: -25px;
}

.home-review__slider:hover .slick-prev {
	left: -25px;
}

.home-post {
	padding: 50px 0
}

.home-post .c-ttl__01 {
	margin-bottom: 30px;
}

.post-column>.row {
	--gutter: 15px;
	gap: 20px 0;
}





@media (max-width: 992px) {
	.home-mv__lead {
		font-size: 10px;
	}

	.home-mv__desc:not(:last-child) {
		margin-bottom: 16px;
	}

	.home-mv {
		min-height: 70vh;
	}

	.home-about {
		padding: 30px 0;
	}

	.home-about .c-ttl__01 {
		font-size: 2.3rem;
		margin-bottom: 10px;
	}

	.home-about__block {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.home-post {
		padding: 30px 0;
	}

	.home-review .c-ttl__01 {
		margin-bottom: 20px;
	}

	.home-review__name {
		margin-top: 10px;
	}

	.home-review {
		padding: 30px 0 70px;
	}

	.home-review .slick-dots {
		bottom: -30px;
	}

	.home-post .c-ttl__01 {
		margin-bottom: 10px;
	}

	.home-review__avatar {
		margin-bottom: 15px;
	}

}
