/* @option user-selected menu position setting */

#horizontalBar {
	position: relative;
}

@media screen and (min-width: 1090px) {
	#titleSloganWrapper {
		position: absolute;
		top: 0;
		left: 0;
	}

	#horizontalBar {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}