html{
	background-color: #000;
}
.fv{
	position: relative;
	padding: 120px 24px 0;
	height: 800px;
	background-image: url("/music/time_jazz/kingseiko/images/img_ks_fv_pc.jpg");
	background-image: image-set(
		url("/music/time_jazz/kingseiko/images/img_ks_fv_pc.avif") type("image/avif"),
		url("/music/time_jazz/kingseiko/images/img_ks_fv_pc.jpg") type("image/jpeg")
	);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}
.fv::after{
	position: absolute;
	content: "";
	height: 280px;
	width: 1px;
	background-color: #6e6e6e;
	bottom: -140px;
	left: 50%;
	transform: translateX(-50%);
}
.fv__wrap{
	width: 1200px;
	margin: 0 auto;
}
.fv__title{
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 72px;
	padding-left: 40px;
	border-left: 1px solid #fefefe;
}
.fv__title__sub{
	font-size: 4rem;
	font-weight: 500;
	color: #fff;
	font-family: "Yu Mincho", "Noto Serif JP", serif;
}
@media screen and (min-width: 768px){
	.fv__title__ks{
		width: 336px;
	}
	.fv__title__ssjc{
		width: 480px;
	}
}
@media screen and (max-width: 767px){
	.fv{
		background-image: url("/music/time_jazz/kingseiko/images/img_ks_fv_sp.jpg");
		background-image: image-set(
			url("/music/time_jazz/kingseiko/images/img_ks_fv_sp.avif") type("image/avif"),
			url("/music/time_jazz/kingseiko/images/img_ks_fv_sp.jpg") type("image/jpeg")
		);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 600px;
		padding: 48px 24px 0;
	}
	.fv::after{
		height: 248px;
		bottom: -124px;
	}
	.fv__wrap{
		width: 100%;
	}
	.fv__title{
		margin-top: 40px;
		padding-left: 24px;
		gap: 18px;
	}
	.fv__title__sub{
		font-size: 3.2rem;
	}
	.fv__title .fv__title__ks{
		width: 200px;
	}
	.fv__title .fv__title__ssjc{
		width: 241px;
	}
}

.ks{
	padding: 0 24px;
	background-image: url("/music/time_jazz/kingseiko/images/img_ks_about.jpg");
	background-image: image-set(
		url("/music/time_jazz/kingseiko/images/img_ks_about.avif") type("image/avif"),
		url("/music/time_jazz/kingseiko/images/img_ks_about.jpg") type("image/jpeg")
	);
	background-repeat: no-repeat;
	background-position: calc(50% + 450px) 40px;
	height: 675px;
	margin-top: 244px;
}
.ks__wrap{
	width: 1200px;
	margin: 0 auto;
}
.ks__title{
	font-size: 6.4rem;
	font-weight: 400;
	color: #fff;
	font-family: "Cormorant Garamond", serif;
}
.ks__title__box{
	display: flex;
	margin-bottom: 16px;
	justify-content: center;
	gap: 16px;
	width: fit-content;
}
.ks__title__sub{
	font-size: 2rem;
	font-weight: 400;
	font-family: "Cormorant Garamond", serif;
	width: fit-content;
	color: #fff;
	letter-spacing: 9%;
	opacity: 0.8;
}
.ks__bar{
	width: 18px;
	height: 1px;
	margin: auto 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.ks__text__box{
	max-width: 782px;
	margin: 32px 0 56px;
}
.ks__text{
	font-size: 1.6rem;
	color: #fff;
	font-family: "Yu Mincho", "Noto Serif JP", serif;
	line-height: 32px;
	letter-spacing: 8%;
}
.ks__button__link{
	position: relative;
	display: block;
	width: 100%;
	background-color: #000;
	padding: 20px 32px;
	border: 1px solid #888888;
	transition: all 0.2s;
}
.ks__button__link.-small{
	width: 384px;
	padding: 20px 32px;
}
.ks__button__text{
	position: relative;
	display: block;
	width: 100%;
	font-size: 1.6rem;
	color: #fff;
	font-family: "Yu Mincho", "Noto Serif JP", serif;
}
.ks__button__text::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	z-index: 2;
}
.ks__button__link.-blank .ks__button__text{
	padding-left: 32px;
	background: url(/assets/images/icn_blank_white.svg) no-repeat;
	background-position: left center;
	background-size: 20px;
}
@media screen and (min-width: 768px){
	.ks__button__link:hover{
		background-color: rgba(255, 255, 255, 0.2);
	}
}

@media screen and (max-width: 767px){
	.ks{
		background: none;
		height: auto;
		margin-top: 240px;
	}
	.ks__wrap{
		width: 100%;
	}
	.ks__title{
		font-size: 4rem;
	}
	.ks__title__sub{
		font-size: 1.6rem;
	}
	.ks__title__box{
		gap: 10px;
		margin-bottom: 16px;
	}
	.ks__bar{
		width: 16px;
	}
	.ks__button__link.-small{
		width: 100%;
	}
	.ks__text{
		line-height: 32px;
		letter-spacing: 2%;
	}
	.ks__text__box{
		margin: 16px auto 24px;
	}
}

.article{
	position: relative;
	margin-top: 160px;
	padding: 0 24px;
	height: 640px;
}
.article::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 100%;
	background-image: url("/music/time_jazz/kingseiko/images/img_ks_dan_pc.jpg");
	background-image: image-set(
		url("/music/time_jazz/kingseiko/images/img_ks_dan_pc.avif") type("image/avif"),
		url("/music/time_jazz/kingseiko/images/img_ks_dan_pc.jpg") type("image/jpeg")
	);
	background-repeat: no-repeat;
	transform: translateX(-50%);
	filter: grayscale(100%) brightness(70%);
	transition: all 0.2s;
}
.article__wrap{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.article__text__box{
	margin-bottom: 56px;
}
.article__title{
	font-size: 4rem;
	color: #fff;
	font-family: "Yu Mincho", "Noto Serif JP", serif;
	text-align: right;
	margin: 16px 0;
}
.article__text{
	font-size: 1.6rem;
	color: #fff;
	font-family: "Yu Mincho", "Noto Serif JP", serif;
	text-align: right;
	line-height: 36px;
	letter-spacing: 8%;
}
.article__link__box{
	width: fit-content;
	margin: 0 0 0 auto;
}
@media screen and (min-width: 768px){
	.article:hover::before{
		filter: none;
	}
}

@media screen and (max-width: 767px){
	.article{
		margin-top: 120px;
		height: auto;
		padding: 0;
	}
	.article::before{
		content: none;
	}
	.article__wrap{
		display: block;
		width: 100%;
		padding: 0 24px;
		margin-top: -32px;
		justify-content: flex-start;
	}
	.article__title{
		font-size: 3.2rem;
		text-align: left;
		margin: 8px 0 16px;
	}
	.article__text{
		text-align: left;
		line-height: 32px;
		letter-spacing: 2%;
	}
	.article__text.-before{
		font-size: 1.4rem;
		letter-spacing: 4%;
	}
	.article__link__box{
		width: 100%;
	}
	.article__img img{
		filter: grayscale(100%) brightness(70%);
		transition: all 0.2s;
	}
	.article__img.is-active img{
		filter: none;
	}
	.article__text__box{
		margin-bottom: 24px;
	}
}

.related{
	padding: 160px 24px;
}
.related__wrap{
	width: 1200px;
	margin: 0 auto;
}
.related__title{
	font-size: 6.4rem;
	font-weight: 400;
	text-align: center;
	color: #fff;
	letter-spacing: 9%;
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 8px;
}
.related__title__sub{
	font-size: 1.6rem;
	font-family: "Yu Mincho", "Noto Serif JP", serif;
	color: #fff;
	text-align: center;
	letter-spacing: 6%;
}
.related__box{
	margin-top: 64px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}
.related__item{
	width: 400px;
}

@media screen and (max-width: 767px){
	.related{
		padding: 96px 24px;
	}
	.related__wrap{
		width: 100%;
	}
	.related__title{
		font-size: 4rem;
		margin-bottom: 16px;
	}
	.related__item{
		width: 100%;
	}
}

.ks-footer{
	padding: 100px 24px;
	background-color: #1f1f1f;
}
.ks-footer__wrap{
	width: fit-content;
	display: flex;
	justify-content: center;
	gap: 48px;
	margin: 0 auto;
}
.ks-footer__bar{
	width: 40px;
	height: 1px;
	margin: auto 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.ks-footer__ks{
	width: 264px;
}
.ks-footer__ssjc{
	width: 373px;
}

@media screen and (max-width: 767px){
	.ks-footer{
		padding: 40px 24px;
	}
	.ks-footer__wrap{
		gap: 20px;
	}
	.ks-footer__bar{
		width: 16px;
	}
}

.inview{
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1.4s, transform 1.4s;
}
.inview.-show{
	opacity: 1;
	transform: translateY(0);
}