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






@media screen and (max-width : 519px ){
	
}




video{
	width: 100vw;
	height: 100vh;
	object-position: left bottom;
	object-fit: cover;
	position: fixed;
	top:0;
	left: 0;
	z-index: -1;
}



#logo{
	height: 100vh;
	position: relative;
}

#logo img{
	height: 55px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%);
}
	


.mask{
	height: 100px;
	width: 100%;
	background: url("../img/top/mask.png");
	background-size: 100% 100%;
}





main{
	margin-top: -1px;
/*	min-height: 1000px;*/
	background-color: white;
	text-align: center;
	color: #231815;
}


h1{
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
	font-size: 2.6rem;
}
h1::after{
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #231815;
}

#about{
	padding-top: 100px;
	width: calc( 100% - 20px );
	max-width: 1000px;
	margin: auto;
}


/*
#works .contents{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
*/
/*

#works .contents a{
	width: calc( (100% - 30px) / 4 );	
	padding-top: calc( (100% - 30px) / 4 );
	position: relative;
	overflow: hidden;
	background-color: #262626;
	border-radius: 20px;
}

#works .contents img{
	left: 0;
	top:0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	transition: .5s;
}

#works .contents a:hover img{
	opacity: 0.6;
	transform: scale(1.1);
}

#works .contents p{
	color: white;
	position: absolute;
	width: 100%;
	top:50%;
	left: 50%;
	transform: translate(-50%,-100%);
	opacity: 0;
	transition: .5s;
	white-space: nowrap;
}
#works .contents p span{
	display: block;
	margin-top: 10px;
	font-size: 1.2rem;
}
#works .contents a:hover p{
	opacity: 1;
	transform: translate(-50%,-50%);
}
*/




a.more{
	float: right;
	margin-top: 30px
}
a.more img{
	height: 22px;
	transition: .5s;
	transform-origin: bottom right;
}

a.more:hover img{
	transform: scale(1.1);
}



#works{
	margin-top: 150px;
	padding: 80px 0;
	text-align: center;
	font-size: 1.4rem;
	background-color: #FEF7F1;
}

#works > div{
	width: calc( 100% - 20px );
	max-width: 1000px;
	margin: auto;
}

#works p strong{
	color: indianred;
}

#works a{
	padding: 15px 20px;
	font-size: 2rem;
	color: #6fba2c;
	font-weight: 600;
	border-radius: 100px;
	border: 2px solid #6fba2c;
	text-decoration: none;
	background-color: white;
}
