html{
	height: auto;
}
body{
	height: auto;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 500;
}


	div{
		width: 100%;
	}
	ul{
		margin: 0;
		padding: 0;
	}
	#scroll{
		top: 0;
		position: fixed;
		height: 5em;
		background-color: #fff;
		display: -webkit-box;
		display: flex box;
		-webkit-box-pack: center;
	}
		.scrollButton{
			width: 1em;
			height: 1em;
			margin-top: 2em;
			margin-right: 2em;
			background: white;
			border: solid 0.3em black;
			border-radius: 50%;
		}
	#index img{
		width: 100%;
		overflow: hidden;
	}
	#concept{
		overflow: hidden;
	}

	#date{
		overflow: hidden;
	}
	#date ul{
		text-align: center;
	}
		#center{
			width: 25%;
			height: 50%;
			margin-right: auto;
			margin-left: auto;
			padding-top: 1.5rem;
			padding-bottom: 1.5rem;
		}
		#center img{
			width: 90%;
		}
		.time{
			margin: 0;
		}
		.limit{
			margin: 0;
		}
	#list{
		overflow: hidden;
	}
	#about{
		overflow: hidden;
	}
	#about ul{
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	.aka{
		width: 90%;
	}
	iframe{
		width: 90%;
	}
	#event{
		overflow: hidden;
		margin-left: 2em;
	}
		.event{
			float: left;
		}
	.Bottom{
		padding-right: 2em;
		width: 100%;
		bottom: 0;
		text-align: center;
	}
