body {
	margin: 0;
	background-color: #000;
	overscroll-behavior: none;
}

#slide {
	z-index: 1;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 100%;
	height: 90%;
	padding: 0;
	margin: auto;

	background-color:rgba(255,255,255,0.5);

	display: flex;
	justify-content: center;
	align-items: center;

	text-align: center;

	color: #333;
	-webkit-text-stroke: 1px #FFF;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 5rem;
	line-height: 10rem;
}

#slide span {
	font-size: 10rem;
	line-height: 18rem;
	-webkit-text-stroke: 2px #FFF;
}

#slide a {
	font-size: 3rem;
	-webkit-text-stroke: 1px #FFF;
}

