/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.feature-page .g-header {
	width: 100%;
}

.feature-page.comp__f-page .g-footer p {
	margin-bottom: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.feature-page.comp__f-page .g-footer p + p {
	padding-top: inherit;
}

.feature-page.comp__f-page .g-footer .g-footer__catch {
	font-size: 98px;
	font-weight: 700;
	line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
	.feature-page.comp__f-page .g-footer .g-footer__catch {
		font-size: 7.4vw;
	}
}

@media only screen and (max-width: 767px) {
	.feature-page.comp__f-page .g-footer .g-footer__catch {
		margin-top: 20px;
		font-size: 24px;
	}
}

.feature-page.comp__f-page .g-footer .g-footer__sitemap-hdg {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .025em;
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
	.feature-page.comp__f-page .g-footer .g-footer__sitemap-hdg {
		font-size: 1.5vw;
	}
}

@media only screen and (max-width: 767px) {
	.feature-page.comp__f-page .g-footer .g-footer__sitemap-hdg {
		margin-bottom: 15px;
		font-size: 16px;
	}
}

.feature-page.comp__f-page .g-footer .g-footer__copy {
	font-size: 12px;
	line-height: 1;
}

.feature-page .hero_wrap {
	height: calc(100vh - 174px);
}

@media screen and (max-width: 768px) {
	.feature-page .hero_wrap {
		height: calc(100vh - 64px);
	}
}

@media screen and (max-width: 576px) {
	.feature-page .hero_wrap {
		height: 300px !important;
	}
}

.feature-page .hero_wrap .breadcrumbs {
	top: 0;
}

@media screen and (max-width: 768px) {
	.feature-page .hero_wrap .breadcrumbs {
		top: 20px;
	}
}

.comp__cta .col-sm-12 {
	overflow: hidden;
}

a.comp__cta_item:hover:after {
	background-color: #464646 !important;
}

a.comp__cta_item:hover dl {
	color: #b19b61 !important;
	transition: .3s;
}

a.comp__cta_item:hover figure img {
	transform: scale(1.1, 1.1);
}

a.comp__cta_item figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.comp__cta_item figure img {
	width: 100%;
	height: 100%;
	transition: .3s;

	object-fit: cover;
}
