@charset "UTF-8";

.key-visual02 .bg{
	background-image: url(../images/works-key-visual.jpg);
}
.page-title{
	width: 39.5rem;
}
.catch-copy span:nth-of-type(2){
	text-indent: -.5em;
}

/* +++#sec01+++ */
#sec01{
	padding-top: 20rem;
}
#sec01 .inner{
	max-width: 112.2rem;
	flex-direction: row-reverse;
	justify-content: space-between;
}

/* +++.contents+++ */
.contents{
/*
	width: 70.5882%;
*/
	width: calc(100% - 24rem);
	max-width: 79.5rem;
}
.works-title{
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 2.4rem;
}
.lead-text{
	width: 10.1%;
	font-size: min(8rem, 6.557377vw);
	font-weight: 900;
	writing-mode: vertical-rl;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;

	height: fit-content;

	position: absolute;
	right: 0;
	top: 0;

	display: flex;
	align-items: center;
	justify-content: center;
}
#works01 .lead-text{
	background-image: url(../images/works-bg01.jpg);
}
#works02 .lead-text{
	background-image: url(../images/works-bg02.jpg);
}
#works03 .lead-text{
	background-image: url(../images/works-bg03.jpg);
}
#works04 .lead-text{
	background-image: url(../images/works-bg04.jpg);
}
#works05 .lead-text{
	background-image: url(../images/works-bg05.jpg);
}
#works06 .lead-text{
	background-image: url(../images/works-bg06.jpg);
}
.lead-text span{
	transform: scaleY(.7);
	transform-origin: center top;
	display: inline-block;
/*
	letter-spacing: -.3em;
*/
	margin-bottom: -.3em;
	overflow: visible;
	line-height: 1;
	letter-spacing: 0 !important;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.lead-text span.negative{
/*
	letter-spacing: -.65em;
*/
	margin-bottom: -.65em;
}
.lead-text img{
	display: block;
	width: 100%;
}
.works{
	justify-content: space-between;
	position: relative;
}
.works:not(:last-of-type){
	margin-bottom: 9.5rem;
}
.content{
	width: 84.19%;
}
.desc{
	padding-block: 2.4rem 3rem;
	font-weight: 400;
	line-height: 2.25;
}
.works-label{
	font-weight: 400;
	line-height: 1;
	margin-bottom: 2rem;
}
.works-list{
	border-top: 1px solid rgba(255,255,255,.25);
}
.works-list li{
/*
	align-items: flex-end;
*/
	align-items: center;
	font-weight: 500;
	height: 10rem;
/*
	padding: 0 1.5rem 4rem;
*/
	padding: 0 1.5rem 1rem;
	border-bottom: 1px solid rgba(255,255,255,.25);
/*
	cursor: pointer;
*/
	position: relative;
}
.works-list li:before{
	content: attr(data-no);
	font-size: 3.2rem;
	font-family: "Anton", sans-serif;
	margin-right: 2.4rem;
/*
	transform: translateY(.7rem);
*/
}
.works-list li p{
	width: calc(68% - (3.2rem + 3.4rem));
	line-height: 1.3;
}
.works-list li .pic{
	width: 31.981%;
	position: absolute;
/*
	right: 3rem;
*/
	right: 1.5rem;
	top: -2.5rem;
	transition: .3s opacity ease;
	opacity: 0;
	visibility: hidden;
}
.works-list li:hover .pic{
	opacity: 1;
	visibility: visible;
}
.works-list li:hover{
	color: #00763f;
}
/* +++.internal-links+++ */
.internal-links{
/*
	width: 17.8253%;
*/
	width: 20rem;
	position: sticky;
	top: 15rem;
	align-items: stretch;
}
.internal-links li{
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.internal-links li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 200 / 60;
	font-weight: 400;
}
.internal-links li a.current{
	background: #00763f;
}



@media screen and (max-width: 768px){

	.key-visual02 .bg{
		background-image: url(../images/sp-works-key-visual.jpg);
	}
	.page-title{
		width: 33.2rem;
	}


/* +++#sec01+++ */
	#sec01{
		padding-top: 8rem;
	}
	#sec01 .inner{
		max-width: 100%;
		flex-direction: column-reverse;
		justify-content: flex-start;
	}

/* +++.contents+++ */
	.contents{
		width: 100%;
		max-width: 100%;
		padding-top: 8rem;
	}
	.works{
		position: relative;
		width: 100%;
	}
	.works-title{
		font-size: 4.2rem;
		margin-bottom: 2.6rem;
		width: 54.3rem;
	}
	.main-pic{
		width: 54.3rem;
	}
	.lead-text{
		width: 8rem;
		font-size: 7.3rem;
		padding-right: .05em;
		position: absolute;
		right: 0;
		top: 0;
	}
	.works:not(:last-of-type){
		margin-bottom: 13.2rem;
	}
	.content{
/*
		width: 54.3rem;
*/
		width: 100%;
	}
	.desc{
		padding-block: 2.4rem 7.6rem;
		line-height: 2;
		width: 54.3rem;
	}
	.works-label{
		font-size: 3.2rem;
		margin-bottom: 2.4rem;
	}

	.works-list li{
		align-items: center;
		height: 20rem;
		padding: 0 0 0 1.4rem;
		font-size: 3rem;
		line-height: 1.4;
	}
	.works-list li:before{
		font-size: 4.5rem;
/*
		margin-right: 3.2rem;
*/
		margin-right: 2rem;
		transform: translateY(0);
	}
	.works-list li .pic{
/*
		width: 28rem;
*/
		width: 27rem;
		right: 0;
		top: -5rem;
	}
/* +++.internal-links+++ */
	.internal-links{
		width: 100%;
		top: 13rem;
		height: 16rem;
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid rgba(255,255,255,.2);
		background: #000;
	}
	.internal-links li{
		width: 33.333333%;
		height: 8rem;
	}
	.internal-links li a{
		width: 100%;
		height: 100%;
		aspect-ratio: 216 / 80;
		font-size: 2.6rem;
	}
	.internal-links li:not(:nth-of-type(3n)) a{
		border-right: 1px solid rgba(255,255,255,.2);
	}


/* +++header bg+++ */
	.header-bg #header:before{
		content: "";
		display: block;
		width: 100%;
		height: 13.1rem !important;
		background: #000;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		opacity: 1 !important;
	}
	#header .logo{
		position: relative;
		z-index: 9;
	}
	nav{
		z-index: 9;
	}
}