@charset "utf-8";
/* CSS Document */

.smp{
	display: inherit;
}
.pc{
	display: none;
}
#main{
	width: inherit;
}
#header{
	flex-direction: column;
}
#header nav{
	display: none;
}
#header ul{
	flex-direction: column;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: 0;
	align-items: center;
	justify-content: space-around;
}
#container{
	flex-direction: column;
}
#box-l{
	width: inherit;
}
#box-r{
	width: inherit;
}
.tokucho ul{
	flex-direction: column;
	align-items: center;
}
.about{
	background-size: contain;
}
.tokucho{
	width: inherit;
}















