@charset "UTF-8";
/*===================================
concept
===================================*/

/*共通*/

.content_Wrap {
		background: url(../img/bg01.jpg) no-repeat center center / 100% 100%;

}
.main_Wrap {
	background: url(../img/main.jpg) no-repeat center center / cover;
	aspect-ratio: 1920/207;
	position: relative;
}
.main_Wrap .page_ttl--Box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page_ttl {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	color: #fff;
	font-size: min(1.93vw,27px);
	letter-spacing: 0.31em;
	text-align: center;
}
.page_ttl small {
	display: block;
	font-size: min(0.93vw,13px);
	letter-spacing: 0.19em;
	margin: 10px -0.19em 0 0;
}
.page_ttl::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #fff;
	margin: 15px auto 0;
}

h3.sec_ttl {
	background: #9C804A;
	background: linear-gradient(90deg, rgba(156, 128, 74, 1) 0%, rgba(185, 163, 96, 1) 50%, rgba(156, 128, 74, 1) 92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: min(1.57vw,22px);
	line-height: 1.5;
	letter-spacing: 0.31em;
	text-align: center;
	font-weight: 300;
}
.sec_ttl--copy {
	font-size: min(1.28vw,18px);
	text-align: center;
	line-height: 1.90909091;
	letter-spacing: 0.09em;
	font-weight: 300;
	margin-bottom: 60px;
}


/*flexslider*/


.slide_box {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.flex-control-nav {
	row-gap: 5px;
}

.flex-control-thumbs {
	margin: 5px 0 0;
}
.flex-control-nav li {
	width: calc((100% - 30px) / 7);
}

.mr-cap_ShaB {
	text-shadow: 0px 0px 5px #333, 0px 0px 10px #333;
}

.mr-cap_W {
	color: #fff;
}

.mr-cap {
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-size: 25px;
	letter-spacing: 2px;
	z-index: 999;
}


.notes_Wrap {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	/*padding: 100px 0 80px;*/
	padding: 0 0 80px;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: justify;
	text-indent: 0;
	padding-left: 1em;
	color: #fff;
}

/*個別*/

.sec01 {
	color: #fff;
	padding: 70px 0;
}

.sec01 h3.sec_ttl {
	font-size: min(1.85vw,26px);
	letter-spacing: 0.09em;
}


.designLink_Wrap {
	margin: 100px auto;
}

/*     tab
--------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px){





}


/*     sp
--------------------*/
@media screen and (max-width: 767px) {

	/*共通*/
	.main_Wrap {
		background: url(../img/main_sp.jpg) no-repeat center center / cover;
		aspect-ratio: 375/300;
	}
	.page_ttl {
		font-size: 19px;
	}
	.page_ttl small {
		font-size: 11px;
		margin: 8px -0.19em 0 0;
	}
	.page_ttl::after {
		width: 60px;
		margin: 12px auto 0;
	}

	h3.sec_ttl {
		font-size: 15px;
		margin-bottom: 0.5em;
	}
	.sec_ttl--copy {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.notes_Wrap {
		/*padding: 50px 0;*/
		padding: 0 0 50px;
	}

	/*flexslider*/

	.slide_box {
		margin: 30px auto 0 auto;
	}


	.flex-control-nav {
		column-gap: 5px;
	}

	.flex-control-nav li {
		width: calc((100% - 15px)/ 4);
		margin: 0;
	}
	.mr-cap {
		bottom: 10px;
		right: 10px;
		font-size: 14px;
	}

	/*個別*/
	.sec01 {
		background: none;
		color: #231815;
		padding: 30px 0 0;
	}
	.sec01 h3.sec_ttl {
		font-size: 16px;
	}

	.designLink_Wrap {
		margin: 30px auto;
	}

}