@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

#wrapper{
	display: flex;
}




#particles-js{ 
	position:fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#wrapper{
	position: relative;
	z-index: 1;
}