@charset "utf-8";

/* header-bottom */
.header-bottom {
	position: relative;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}
.header-bottom source,
.header-bottom img {
	width: 100vw;
	height: 100px;
	object-fit: cover;
	object-position: bottom;
}
.header-bottom__title {
	position: absolute;
	left: 5vw;
	bottom: 30px;
	width: 90%;
	letter-spacing: 4.3px;
	font-size: 24rem;
	font-weight: bold;
}
.header-bottom__title--center {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	/* header-bottom */
	.header-bottom {
		overflow: hidden;
		height: 160px;
	}
	.header-bottom source,
	.header-bottom img {
		width: 100vw;
		height: 160px;
		object-fit: cover;
		object-position: bottom;
	}
	.header-bottom__title {
		left: calc(50vw - 512px);
		width: 1024px;
		bottom: 60px;
	}
}
