#visual {
	position: fixed;
	/* 背景を固定したい場合 absolute を fixed に変える */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.bx-wrapper {
	border: 0;
	box-shadow: none;
}
.bxslider li {
	height: 100vh;
	background: center/cover no-repeat;
}
#logo {
	/* 設定値はお好みで */
	display: flex;
	align-content: center;
	justify-content: center;
	height: 100vh;
	margin: 0;
}
#logo img {
	/* 設定値はお好みで */
	display: block;
	width: 200px;
	height: auto;
}

