@charset "utf-8";
/* CSS Document */
body{
	position: relative;
}
.main_box{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.mv_wrap{
	padding: 0;
}
.mv_box_wrap{
	background: rgba(85,62,46,1);
	background: linear-gradient(180deg, rgb(179 167 147) 75%, rgba(85, 62, 46, 0) 100%);
	position: relative;
	z-index: 2;
	padding-top: 11rem;
}
.mv_box_wrap .slick-initialized .slick-slide{
	padding: 5rem;
}
.mv_box_wrap .h1wrap{
	position: absolute;
	left: 7%;
	top: 50%;
	transform: translateY(-20%);
	z-index: 100;
	line-height: 1;
	color: #fff;
	padding: 2rem;
}
h1.ttl01{
	font-size: 12rem;
	text-shadow: 0 0 10px #514029;
	position: relative;
	font-weight: 500;
	line-height: 1;
}
.mv_box_wrap .h1wrap p{
	font-size: 2rem;
	text-shadow: 0 0 4px #514029;
}
.mv_box_wrap .h1wrap p.blur{
	opacity: 0;
	animation: blurAnime 1.2s forwards 1s;
}
h2.ttl02{
	font-size: 8rem;
	line-height: 1;
	margin-bottom: 3rem;
	font-weight: 600;
	color: #4D3300;
}
.subttl{
	font-size: 2.5rem;
	font-weight: 500;
	color: #5f4b2f;
}
/*about*/
.about{
	background-color: #463b2c;
	position: relative;
	z-index: 1;
	margin-top: -30rem;
	padding: 40rem 0 15rem;
	color: #fff;
}
.about::before{
	display: block;
	content: "";
	background-image: url("../img/index_about_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.about .main_box{
	width: 100%;
	max-width: 1000px;
}
.about p{
	margin-bottom: 5rem;
	letter-spacing: 2px;
}
.about p:nth-last-of-type(1){
	margin-bottom: 0;
}
.about p .big{
	font-size: 3rem;
}
/*team*/
.team{
	box-shadow: 0 0 6px 0 #463b2c;
	position: relative;
	z-index: 2;
	background-image: url("../img/index_team_bg.png");
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.team .subttl{
	margin-bottom: 1rem;
}
/*projects*/
.pro_com_box{
	position: relative;
	padding-top: 15rem;
	z-index: 1;
	background: #ccc4b8;
	background: linear-gradient(180deg, rgba(204, 196, 184, 1) 0%, rgba(232, 227, 220, 1) 100%);
	padding-bottom: 0;
}
.pro_com_box::before{
	display: block;
	content: "";
	background-image: url("../img/index_project_img01.png");
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 20vw;
	height: 35%;
	position: absolute;
	right: 30vw;
	bottom: 30%;
	transform: translateY(-50%);
	z-index: -1;
}
.pro_com_box .projects{
	position: relative;
}
.pro_com_box .projects::before{
	display: block;
	content: "";
	background-image: url("../img/index_project_img02.png");
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	width: 40vw;
	height: 100%;
	position: absolute;
	left: auto;
	right: -.5vw;
	bottom: auto;
	top: 0;
	z-index: 1;
	transform: rotate(-10deg);
}
.pro_com_box .projects .buttonwrap{
	width: 100%;
	max-width: 400px;
	justify-content: space-between;
}
.pro_com_box .projects .buttonwrap li{
	width: calc(95%/ 2);
}
.pro_com_box .projects .buttonwrap li:nth-last-child(1) a{
	background-color: #6b6f4b;
	border-color: #6b6f4b;
}
.pro_com_box .projects .buttonwrap li:nth-last-child(1) a:hover{
	background-color: rgba(120,125,94, 1);
}
.pro_com_box .insta_box{
	width: 90%;
	max-width: 1400px;
	margin: 15rem auto;
}
.pro_com_box .insta_box {
	justify-content: space-between;
	align-items: center;
}
.pro_com_box .insta_box .instawrap .insta_inner{
	width: calc(100% - 100px);
}
.pro_com_box .insta_box ul.sns_icon{
	width: 70%;
	max-width: 200px;
	justify-content: space-between;
	align-items: center;
	margin: 2rem auto 0 1rem;
}
.pro_com_box .insta_box ul.sns_icon li{
	width: calc(94% /4);
}
.pro_com_box .insta_box .instawrap{
	position: relative;
	z-index: 1;
}
.pro_com_box .insta_box .instawrap::before{
	display: block;
	content: "";
	width: 1000vw;
	height: 55%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.pro_com_box .insta_box .instawrap .img_box{
	width: 80px;
}
.pro_com_box #sb_instagram{
	padding-bottom: 0 !important;
}
@media screen and (max-width: 1499px){
	.mv_box_wrap .slick-initialized .slick-slide {
		padding: 2rem;
	}
	.pro_com_box::before{
		width: 26vw;
	}
}
@media screen and (max-width: 1199px){
	h1.ttl01{
		font-size: 8rem;
	}
	.about .main_box{
		width: 90%;
	}
	.about p .big{
		font-size: 2.4rem;
	}
	h2.ttl02{
		font-size: 6rem;
	}
	.subttl{
		font-size: 2rem;
	}
}
@media screen and (max-width: 999px){
	.mv_box_wrap .h1wrap{
		left: 2.5%;
	}
	.pro_com_box .projects::before{
		top: -40%;
	}
	.pro_com_box::before {
		width: 37vw;
		right: 22vw;
		bottom: 32%;
	}
	.pro_com_box .insta_box .instawrap .img_box {
		width: 60px;
	}
	.pro_com_box .insta_inner .sbi_item:nth-last-of-type(2), .pro_com_box .insta_inner .sbi_item:nth-last-of-type(1){
		display: none !important;
	}
	.pro_com_box .insta_box .instawrap::before{
		height: 50%;
	}
}
@media screen and (max-width: 639px){
	h1.ttl01 {
		font-size: 6rem;
    }
	.mv_box_wrap .h1wrap p{
		font-size: 1.8rem;
	}
	.about p .big {
		font-size: 2rem;
    }
	h2.ttl02 {
		font-size: 4rem;
	}
	.subttl {
		font-size: 1.8rem;
	}
	.pro_com_box .projects::before{
		width: 60vw;
		z-index: -1;
	}
	.pro_com_box::before {
		width: 47vw;
		right: 4vw;
		bottom: 30%;
	}
	.pro_com_box .insta_box .instawrap .img_box {
		width: 50px;
    }
	.pro_com_box .insta_box .instawrap .insta_inner {
		width: calc(100% - 70px);
	}
}
@media screen and (max-width: 480px){
	.mv_box_wrap .h1wrap{
		left: 0;
		top: 12rem;
	}
	h1.ttl01 {
		font-size: 5rem;
    }
	.about{
		margin-top: -34rem;
		padding-bottom: 10rem;
	}
	.about p .big{
		font-size: 1.9rem;
	}
}
@media screen and (max-width: 375px){
	.pro_com_box::before {
		right: 3vw;
		bottom: 30%;
	}
	.pro_com_box .insta_box .instawrap .img_box {
		width: 40px;
	}
	.pro_com_box .insta_box .instawrap .insta_inner {
		width: calc(100% - 50px);
	}
	.pro_com_box .insta_box ul.sns_icon {
		max-width: 180px;
	}
	.pro_com_box .insta_box{
		margin-bottom: 10rem;
	}
}