@charset "UTF-8";

/* Footer
================================================== */
.site-footer {
	position: relative;
	background: url("../images/footBg.svg") center center / cover no-repeat;
}

.site-footer__inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 13% 5% 6%;
}

.site-footer__logo {
	width: min(430px, 48%);
	margin: 0 auto;
}

.site-footer__logo a,
.site-footer__logo img {
	display: block;
}

.site-footer__related {
	max-width: 680px;
	margin: 70px auto 0;
	padding-top: 30px;
	border-top: 1px solid rgba(34, 34, 34, 0.45);
	text-align: center;
}

.site-footer__related-label {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #555;
}

.site-footer__freeride {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	padding: 6px 22px;
	color: #008c9a;
	transition: opacity 0.3s ease;
}

.site-footer__freeride:hover {
	color: #008c9a;
	opacity: 0.7;
}

.site-footer__freeride-name {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.site-footer__freeride-note {
	position: relative;
	padding-right: 14px;
	font-size: 10px;
	font-weight: 300;
	line-height: 1.4;
	color: #777;
}

.site-footer__freeride-note::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.site-footer__copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #111;
}

.site-footer__copyright p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

.site-footer__copyright a {
	color: inherit;
	text-decoration: none;
	transition: opacity .3s ease;
}

.site-footer__copyright a:hover {
	opacity: .7;
}

@media screen and (max-width: 639px) {
	.site-footer__inner {
		padding: 24% 7% 12%;
	}

	.site-footer__logo {
		width: min(300px, 72%);
	}

	.site-footer__related {
		margin-top: 44px;
		padding-top: 24px;
	}

	.site-footer__freeride {
		padding-right: 12px;
		padding-left: 12px;
	}

	.site-footer__freeride-name {
		font-size: 15px;
	}

	.site-footer__copyright p {
		font-size: 9px;
	}
}
