@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
#slider {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 98vw;
    height: 90vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    border-bottom-right-radius: 600px;
    box-shadow:0px 25px 0px 0 rgb(124, 90, 122,0.5); 
    
}



/*========= レイアウトのためのCSS ===============*/

/*a{
	color: #fff;
}

a:hover,
a:active{
	text-decoration: none;
}

h1{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.wrapper{
	position: relative;
}


.container p{
	padding: 300px 0;	
	text-align: center;
	color: #fff;
}*/


