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



html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #4D4D4D;
	font-family: 'Vollkorn', 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}

a{
	color: #4d4d4d;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	list-style: none;
}
.text-center{
	text-align: center;
}
.video-pc{
	display: block;
}
.video-sp{
	display: none;
}
.bold{
	font-weight: bold;
}
.pc-none{
	display: none;
}
.br-sp{
	display: none;
}
/*----------------------*
header
-----------------------*/
.header{
	padding: 30px;
}
.header-logo{
	height: 40px;
	display: block;
	position: absolute;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 50;
}
.header-logo__top{
	display: none;
}


.menu-list{
 	position: absolute;
	position: fixed;
  	top: 120px;
 	z-index: 2;
}
.menu-item{
	margin: 0 0 30px;
	padding: 0;
	font-size: 2.4rem;
}

.current>a{
	border-bottom: solid 1px #4d4d4d;
}
a:hover{
	opacity: 0.6;
}
/*-------top-video--------*/

.video{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
}
.hero-logo{
	position: absolute;
	z-index: 2;
	width: 65%;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
	color: #000;
	top: 35%;
	left: 65%;
	transform: translateX(-50%)
}
.hero-title{
	font-size: 4rem;
}
.hero-sub{
	font-size: 2rem; 
}
	
/*----------------------*
footer
-----------------------*/


.footer-top{
	font-size: 1.6rem;
	margin: 120px 0 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer{
	font-size: 1.6rem;
	margin: 120px 0 30px;
}

/*----------------------*
title
-----------------------*/
.title{
	font-size: 4.8rem;
	padding: 120px 0;
}
.title2{
	font-size: 3.6rem;
	margin-bottom: 55px;
}

/*----------------------*
btn
-----------------------*/
.btn{
	display: block;
	width: 33%;
	margin: 80px auto 80px;
	padding: 12px 0;
	background-color: #dbdbdb;
	border: solid 1px #4d4d4d;
	cursor: pointer;
	cursor: hand;
}




.Insta-icon{
	width: 18px;
}

/*----------------------*
about
-----------------------*/
.about-logo{
	width: 360px;
}

.box-about{
	display: flex;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.box-about__img{
	width: 43%;
	margin-right: auto;
	margin-top: 100px;
}
.box-about__text{
	width: 52%;
}
.about-text{
	font-size: 1.6rem;
	line-height: 2.5;
	margin-bottom: 120px;
	letter-spacing: -0.1px;
}


/*services"*/
.services-title{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.services-detail{
	margin-bottom: 40px;
	line-height: 1.5;
}


/*info*/

.info-item{
	display: flex;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	line-height: 1.5;
	font-family: "Noto Serif JP";
}
.info-title{
	text-align: right;
	margin-right: 30px;
	flex: 1;
}
.info-detail{
	text-align: left;
	flex: 2;
}



/*----------------------*
works
-----------------------*/
.works-box{
	box-sizing: border-box;
	padding: 0 15px 0;
	max-width: 960px;
	margin: 0 auto;
}
.works-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	margin: 0; 
	margin-left: -60px;
	padding: 0;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
.works-item{
	box-sizing: border-box;
	width: 33.33%;
	margin-bottom: 60px;
	padding-left: 60px;
	line-height: 1;
}
.works-item>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works-item img:hover{
  	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  transform: translateY(-5px);
  transition-duration: 0.5s;

}
.works-title{
	display: block;
	text-align: right;
	margin-top: 12px;
	font-size: 1.2rem;
}
/*----------------------*
contact
-----------------------*/
.form-box{
	max-width: 600px;
	margin: 0 auto;
}
.form-parts{
	-webkit-appearance:none;
	appearance:none;
	box-sizing: border-box;
	border: solid 1px #dbdbdb;
	background-color: #fff;
}
.form-parts__text{
	width: 100%;
	padding: 9px 8px;
	color: #4d4d4d;
	font-size: 1.6rem;
}

.form-title{
	margin-bottom: 16px;
	text-transform: lowercase;
}
.form-item{
	margin-bottom: 60px;
}
.form-item:last-of-type{
	margin-bottom: 60px;
}

.btn-submit{
	font-family: Vollkorn;
}


/***********
*
*spエリア
*
************/


@media screen and (max-width:768px){
	.sp-block{
		display: block;
	}
	.br-pc{
		display: none;
	}
	.br-sp{
		display: block;
	}
	.video{
		display: none;
	}
/*----------------------*
title
-----------------------*/
	.title2{
		font-size: 2.7rem;
		text-align: center;
	}
	
	
	
/*----------------------*
header
-----------------------*/
	.header-logo{
		top:15px;
		right: 5px;
	}
	
	
/*----------------------*
menu
-----------------------*/
	.menu{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 120%;
		padding: 120px 0 150px;
		background-color: rgba(255,255,255,0.9);
	}
	.menu-list{
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-item{
		margin-bottom: 30px;
		text-align: center;
	}
	.menu-item>a{
		color: #4d4d4d;
		font-size: 1.6rem;
	}

/*menu__top*/

	.menu-list__top{
		position: absolute;
		position: fixed;
		top: 130px;
		z-index: 2;
	}
	.menu-item__top{
		margin: 0 0 30px;
		padding: 0;
		font-size: 1.4rem;
	}

	
	

/*btn*/
	.btn{
		width: 40%;
	}
/*menu-btn*/
	
	.btn-trigger{
		-webkit-appearance:none;
		appearance:none;
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 110;
		width: 40px;
		height: 20px;
		border: none;
		background-color: rgba(0,0,0,0.00);
	}
	.btn-trigger span{
		position: absolute;
		display: block;
		width: 28px;
		height: 1px;
		background-color: #4d4d4d;
		transition: all 0.5s;
	}
	.btn-trigger span:first-of-type{
		top: 0;
	}
	.btn-trigger span:last-of-type{
		bottom: 5px;
	}
	.btn-trigger.active span:first-of-type{
		transform: rotate(45deg);
		top: 10px;
	}
	.btn-trigger.active span:last-of-type{
		transform: rotate(-45deg);
		bottom: 10px;
	}



/*----------------------*
footer
-----------------------*/
	.footer{
		font-size: 1.2rem;
	}
/*----------------------*
hero
-----------------------*/
	
	.hero-logo{
		width: 60%;
	}

	.hero-title{
		font-size: 2rem;
	}
	.hero-sub{
		font-size: 1.2rem;
	}
	

/*----------------------*
about
-----------------------*/
	.box-about{
		flex-direction: column;
	}
	.box-about__img{
		margin: 0 auto 120px;
		width: 65%;
	}
	.box-about__text{
		margin: 0 auto;
		width: 70%;
	}
	.services-title{
		text-align: center;
		line-height: 1.5;
	}
	.services-detail{
		line-height: 2.5;
		margin-bottom: 55px;
	}
	.about-text{
		font-size: 1.3rem;
		letter-spacing: -0.1px;
	}
	
	
/*info*/
	.info-box{
		width: 70%;
		margin: 0 auto;
	}
	.info-item{
		flex-direction: column;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
		line-height: 1.5;
		font-size: 1.3rem;
	}
	.info-title{
		text-align: left;
		margin-bottom: 5px;
	}

	
/*----------------------*
works
-----------------------*/
	.works-list{
		display: block;
	}
	.works-item{
		width: 70%;
		margin: 0 auto 60px;
	}
	
	
/*----------------------*
contact
-----------------------*/
	.form-box{
		width: 70%;
	}
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	









