@charset "UTF-8";

#style .mainvisual{
	position: relative;
	z-index: 2;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#style .mainvisual figure{
	width:100%;
	height: 100dvh;
	position: relative;
}

#style .mainvisual figure::after{
	content: "";
	width:100%;
	height: 100dvh;
	position: relative;
	display: block;
	position: absolute;
	top:0;
	left:0;
	background: linear-gradient(0deg, rgba(28,24,24,1) 0%, rgba(28,24,24,0) 51%);
}

#style .mainvisual .innerbox{
	padding:0 min(8vw,100px);
	position: absolute;
	top:0;
	left:0;
	height: 100dvh;
	width:100%;
	display: flex;
	align-items: center;
}

#style .mainvisual h1{
	color:#e2d8c9;
	border-left:5px solid #e2d8c9;
	padding:0 0 0 25px;
	display: flex;
	flex-direction: column;
	font-size: 2.6em;
	letter-spacing: 0.1em;
	position: relative;
	margin:0 0 120px 0;
}

#style .mainvisual h1::after{
	content: "";
	height:100%;
	border-left:1px solid #e2d8c9;
	position: absolute;
	top:0;
	left:2px;
}

#style .mainvisual h1 span{
	font-size: 0.4em;
	letter-spacing: 0.4em;
	margin:0.3em 0 1.8em 0;
	display: block;
}

#style .mainvisual p{
	font-size: 2em;
	line-height: 2.2em;
	letter-spacing: 0.1em;
	color:#fff;
}

#style .style_cont{
	position: relative;
}

#style .style_cont .flexbox{
	display:flex;
	justify-content: space-between;
	padding-bottom:20vw;
}

#style .style_cont .flexbox figure{
	width:26%;
	order: -1;
}

#style .style_cont .flexbox figure:last-child{
	margin-top:33vw;
	order: 2;
}

#style .style_cont .flexbox .txbox{
	width:calc(100% - 52%);
	display: flex;
	justify-content: center;
	margin-top:20vw;
	padding:0 min(5vw,25px);
	order: 1;
}

#style .style_cont .flexbox .txbox .tlbox{
	color:#e2d8c9;
	display: flex;
	align-items: center;
	margin:0 0 40px 0;
}

#style .style_cont .flexbox .txbox .tlbox .subtl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
	font-size: min(2.1vw,2.6em);
	white-space: nowrap;
	letter-spacing: 0.1em;
	padding:30px 0;
	background-image:url("/images/arrow_top.svg"),url("/images/arrow_bottom.svg");
	background-repeat: no-repeat;
	background-size: max(3.6vw,44px);
	background-position:top center,bottom center;
}

#style .style_cont .flexbox .txbox .tlbox span{
	font-size: 0.46em;
	display: block;
	margin:0 0 0.5em 0;
}

#style .style_cont .flexbox .txbox .tlbox h2{
	font-size: min(2.7vw,3.8em);
	letter-spacing: 0.1em;
	margin:0 0 0 20px;
	white-space: nowrap;
}

#style .style_cont .flexbox .txbox .tlbox h2 span{
	font-size: 0.68em;
	margin:15px 0 0 0;
}

#style .style_cont .flexbox .txbox .tlbox h2 span::before{
	content: "";
	border-bottom:1px solid #e2d8c9;
	width:12px;
	vertical-align: middle;
	margin:0 10px 0 0;
	display: inline-block;
	position: relative;
	top:-0.1em;
}

#style .style_cont .flexbox .txbox .tlbox h2 span::after{
	content: "";
	border-bottom:1px solid #e2d8c9;
	width:12px;
	vertical-align: middle;
	margin:0 0 0 10px;
	display: inline-block;
	position: relative;
	top:-0.1em;
}

#style .style_cont .flexbox .txbox p.tx{
	font-size:1.4em;
	line-height: 2.2em;
	color:#fff;
	letter-spacing: 0.1em;
}

@media screen and (max-width:750px) {
	
#style .mainvisual{
	position: relative;
	z-index: 2;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#style .mainvisual figure{
	width:100%;
	height: 100dvh;
	position: relative;
}

#style .mainvisual figure::after{
	content: "";
	width:100%;
	height: 100dvh;
	position: relative;
	display: block;
	position: absolute;
	top:0;
	left:0;
	background: linear-gradient(0deg, rgba(28,24,24,1) 0%, rgba(28,24,24,0) 51%);
}

#style .mainvisual .innerbox{
	padding:0 5%;
	position: absolute;
	top:0;
	left:0;
	height: 100dvh;
	width:100%;
	display: flex;
	align-items: center;
}

#style .mainvisual h1{
	color:#e2d8c9;
	border-left:3px solid #e2d8c9;
	padding:0 0 0 15px;
	display: flex;
	flex-direction: column;
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height: 1.57em;
	position: relative;
	margin:0 0 30px 0;
}

#style .mainvisual h1::after{
	content: "";
	height:100%;
	border-left:1px solid #e2d8c9;
	position: absolute;
	top:0;
	left:2px;
}

#style .mainvisual h1 span{
	font-size: 0.4em;
	letter-spacing: 0.4em;
	line-height: 1;
	margin:0 0 10px 0;
	display: block;
}

#style .mainvisual p{
	font-size: 1.3em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	color:#fff;
}

#style .style_cont{
	position: relative;
}

#style .style_cont .flexbox{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	padding-bottom:50vw;
}

#style .style_cont .flexbox figure{
	width:55%;
	margin-top:30vw;
}

#style .style_cont .flexbox figure:last-child{
	width:70%;
	margin:0 0 0 auto;
}

#style .style_cont .flexbox .txbox{
	width:100%;
	display: flex;
	justify-content: center;
	margin-top:0;
	padding:0 5%;
	order: -1;
}

#style .style_cont .flexbox .txbox .tlbox{
	color:#e2d8c9;
	display: flex;
	align-items: center;
	margin:0 0 40px 0;
}

#style .style_cont .flexbox .txbox .tlbox .subtl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
	font-size: min(4.1vw,2em);
	white-space: nowrap;
	letter-spacing: 0.1em;
	padding:30px 0;
	background-image:url("/images/arrow_top.svg"),url("/images/arrow_bottom.svg");
	background-repeat: no-repeat;
	background-size: max(3.6vw,44px);
	background-position:top center,bottom center;
}

#style .style_cont .flexbox .txbox .tlbox span{
	font-size: 0.46em;
	display: block;
	margin:0 0 0.5em 0;
}

#style .style_cont .flexbox .txbox .tlbox h2{
	font-size: min(5vw,2em);
	letter-spacing: 0.1em;
	margin:0 0 0 20px;
	white-space: nowrap;
}

#style .style_cont .flexbox .txbox .tlbox h2 span{
	font-size: 0.68em;
	margin:15px 0 0 0;
}

#style .style_cont .flexbox .txbox .tlbox h2 span::before{
	content: "";
	border-bottom:1px solid #e2d8c9;
	width:12px;
	vertical-align: middle;
	margin:0 10px 0 0;
	display: inline-block;
	position: relative;
	top:-0.1em;
}

#style .style_cont .flexbox .txbox .tlbox h2 span::after{
	content: "";
	border-bottom:1px solid #e2d8c9;
	width:12px;
	vertical-align: middle;
	margin:0 0 0 10px;
	display: inline-block;
	position: relative;
	top:-0.1em;
}

#style .style_cont .flexbox .txbox p.tx{
	font-size:1.4em;
	line-height: 2.2em;
	color:#fff;
	letter-spacing: 0.1em;
}
}