@charset "utf-8";
@import "destyle.css";
@import "import-font.css";

#first {
	display: flex;
	flex-direction: column;
}
#second {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

body {
	background: #ebeeeb;
}

canvas {
	top: 1000px;
	position: absolute;
	display: block;
	width: 100%;
	height: 400px;
	z-index: 2;
}

image {
	width: 100%;
	height: 300px;
	align-items: center;
	z-index: 2;
}

.top {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

.top-image {
	height: 250px;
	background-image: url(../assets/nisyama.png);
	background-repeat: no-repeat;
	background-position: center;
}

.background-gradation {
	width: 100%;
	height: 250px;
	background: linear-gradient(rgba(167, 167, 167, 0), rgba(0, 0, 0, 0.6) 81%);
}

.title {
	color: white;
	display: inline-block;
	font-weight: bold;
	font-size: 5.5vw;
	letter-spacing: 0.5vw;
	position: absolute;
	bottom: 10px;
	left: 50vw;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap;
}

.main {
	display: flex;
	flex-direction: column;
	align-items: center;

	margin: 50px 4vw 20px 4vw;
	font-size: 28px;
	text-align: left;
	letter-spacing: 0.2vw;
}

.main p {
	width: 100%;
}

.main span {
	font-size: 25px;
	padding-bottom: 20px;
}

.main-content {
	width: 100%;
}
@media screen and (max-width: 700px) {
	.main {
		font-size: 20px;
	}
}
