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

figure {
	position: relative;
}
.history_area {
	padding: 120px 0 100px 0;
}
.movie_area {
	padding: 120px 0 100px 0;
}
.inner {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
}
.ttl {
	margin: 0px auto 0;
	text-align: center;
}
.ttl h2 {
	display: inline-block;
	font-family: "Cinzel", serif;
	font-size: clamp(36px,8.23vw,46px);
	letter-spacing: 0.05em;
	background: linear-gradient(90deg, #997e4a 1%, #b49f5f 46%, #9f844e);
	background: -webkit-linear-gradient(90deg, #997e4a 1%, #b49f5f 46%, #9f844e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h3 {
	font-size: clamp(21px,4.8vw,25px);
	letter-spacing: 0.03em;
	background: linear-gradient(90deg, #997e4a 1%, #b49f5f 46%, #9f844e);
	background: -webkit-linear-gradient(90deg, #997e4a 1%, #b49f5f 46%, #9f844e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.5;
	margin: 40px 0 0;
}
h4 {
	font-size: clamp(19px,4.83vw,21px);
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 20px 0 10px;
}
.ttl p {
	font-size: clamp(18px,4.53vw,28px);
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 40px 0 80px;
}
p.txt {
	font-size: clamp(15px,1.28vw,18px);
	letter-spacing: 0.em;
	line-height:  34px;
	margin: 40px 40px 0px 40px;
	font-weight: 300;
}

/*history*/

.inner .images {
	margin: 0 40px;
}
.images {
	position: relative;
}
.images .label {
    background-image: linear-gradient(120deg, #997e4a 1%, #b49f5f 46%, #9f844e);
    padding: 20px 10px;
    width: fit-content;
    position: absolute;
    top: -5%;
    right: -5%;
    writing-mode: vertical-rl;
    height: fit-content;
    font-size: clamp(19px,4.83vw,24px);
    letter-spacing: 0.07em;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
}
.images .label.left {
	position: absolute;
	top: -5%;
	left: -5%;
}
.images figure {
	position: relative;
}
.images figure figcaption{
	position: absolute;
	bottom: 3%;
    right: 1%;
    font-size: clamp(8px,1.3vw,12px);
    letter-spacing: 1.5px;
    z-index: 2;
	text-shadow: 0px 0px 5px #333, 0px 0px 10px #333;
}
.images_notes {
    position: relative;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
	margin: 10px 40px 0;
}

.history_area {
	position: relative;
	z-index: 2;
	background-image: url('../img/bg02.png'), url('../img/bg01.jpg');
	background-repeat: repeat,no-repeat;
	background-position: center center, center center;
	background-size: auto, cover;
	color: white;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) calc(100% - 100px), rgba(0,0,0,0) 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) calc(100% - 100px), rgba(0,0,0,0) 100%);
	mask-repeat: no-repeat;
	mask-size: cover;
}
.history_area article {
	margin-bottom: 120px;
}
.history_area article.keikan_area {
	background: url('../img/keikan_bg.jpg') no-repeat center center / cover;
	width: 95%;
	max-width: 1080px;
	margin: 0 auto 120px auto;
	padding: 40px;
	color: white;
}
.keikan_area .keikan_flex {
	display: flex;
	column-gap: 40px;
}
.keikan_area h3 {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	margin: 0 0 40px 0;;
}
.keikan_area p.txt {
	margin: 0;
}
.keikan_area h3::after {
	position: absolute;
	display: block;
	content: "";
	inset: 0;
	width: 100%;
	background: url('../img/keikan_border.png') no-repeat;
	background-size: 100% 3px;
	background-position-y: 100%;
}
.keikan_area .keikan_ttl:not(.keikan_area .keikan_flex) {
	text-align: center;
}
.keikan_area p,.keikan_area .images {
	width: 50%;
}

/*movie*/

.movie_area {
	position: relative;
	background: url(../img/movie_bg.jpg) no-repeat center center / cover;
	margin-top: -100px;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) calc(100% - 100px), rgba(0,0,0,0) 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) calc(100% - 100px), rgba(0,0,0,0) 100%);
	mask-repeat: no-repeat;
	mask-size: cover;
	text-align: center;
}
.movie_area h3 {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(0deg, #997e4a 1%, #b49f5f 50%, #997e4a);
	background: -webkit-linear-gradient(0deg, #997e4a 1%, #b49f5f 50%, #997e4a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.movie_area .clm2 {
	gap: 20px;
	max-width: 1100px;
	margin-top: 60px;
}

.movie_Wrap {
	padding: 60px 0;
}
.movie_area h4 {
	display: inline-block;
	border-bottom: 1px solid #091d35;
	margin-bottom: 40px;
	color: #091d35;
}
.movie_area video {
	width: 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;
}

.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;
	}


	/*個別*/
	.history_area {
		padding: 60px 0 100px 0;
	}
	.movie_area {
		padding: 100px 0 100px 0;
	}

	.inner {
		width: 100%;
	}

	h3 {
		margin: 30px 0 0;
	}
	h4 {
		text-align: center;
	}
	.ttl p {
		margin: 20px 0 30px;
	}

	.inner .images {
		margin: 0;
	}

	.images .label.left {
		top: auto;
		bottom: -6%;
		left: 0;
	}
	.images .label {
		padding: 10px 10px;
		top: auto;
		bottom: -6%;
		right: 0;
		writing-mode: horizontal-tb;
	}


	.images figure figcaption{
		letter-spacing: 1px;
		line-height: 1.5em;
	}

	.images figure figcaption.top{
		bottom: auto;
		top: 3%
	}

	.images_notes {
		text-align: right;
		font-size: 10px;
		margin: 20px 5% 0;
	}


	p.txt {
	width: 90%;
	margin: 40px auto 0 auto;
	}

	.history_area article {
		margin-bottom: 50px;
	}


	.keikan_area .keikan_flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		column-gap: 0px;
	}
	.keikan_area p,.keikan_area .images {
		width: 90%;
	}
	.keikan_area .images {
		margin: 0 auto;
	}
	.keikan_area p.txt {
		margin: 40px auto 0 auto;
	}
	.history_area article.keikan_area {
		width: 90%;
		padding: 40px 0;
		margin-bottom: 50px;
	}

	.movie_area .clm2 {
		max-width: 80%;
		margin-top: 40px;
		flex-direction: column;
	}
	.movie_area p.txt { margin: 20px auto 0; }
	.movie_Wrap {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0;
	}

	.designLink_Wrap {
		margin: 30px auto;
	}

}
