@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
	z-index: 1;
}
#main .mainVisual > img {
	width: 100%;
}
#main .mainVisual h1 {
	margin-top: -1.02rem;
	position: absolute;
	right: 3rem;
	top: 50%;
	width: 11.9rem;
	transform: translateY(-50%);
	transition-delay: 0.5s;
	z-index: 1;
}
#main .mainImg {
	filter: brightness(10);
	transition: filter 1s cubic-bezier(.215, .61, .355, 1) 0.4s;
	margin-bottom: 15rem;
}
#main .mainImg.active {
	filter: brightness(1);
}
#main section {
	padding: 15rem 0 20rem;
	position: relative;
	z-index: 1;
}
#main .newsList li, #main .newsList a {
	display: flex;
	align-items: flex-start;
}
#main .newsList li:not(:last-child) {
	margin-bottom: 4.0rem;
}
#main .discography {
	padding: 21.7rem 0 17.7rem;
}
#main .discography .headLine01 {
	margin-bottom: 6.6rem;
}
#main .discography .mediaList {
	gap: 5rem;
}
#main .video {
	padding: 18rem 0 14.3rem;
}
#main .video .headLine01 {
	margin-bottom: 5rem;
}
#main .video .mediaList .phoBox {
	margin-bottom: 2.5rem;
	width: 28rem;
	margin-right: 5rem;
	margin-top: 4rem;
}
#main .video .mediaList .phoBox:last-of-type {
margin-right: 0;
}

#main .video .mediaList .phoBox a {
	aspect-ratio: 490/274;
}
#main .video .mediaList .label {
	margin-bottom: 1.3rem;
}
#main .profile {
	padding: 23rem 0 34.5rem;
}
#main .profile .content {
	max-width: 94.4rem;
	align-items: flex-start;
}
#main .profile .phoBox {
	width: 40rem;
}
#main .profile .phoBox img {
	width: 100%;
}
#main .profile .txtBox {
	margin: 0.2rem 0 0 12rem;
	flex: 1;
	max-width: 39rem;
}
#main .profile .txtBox .headLine01 {
	margin-bottom: 12.3rem;
}
#main .profile .txtBox p {
	letter-spacing: 0.01em;
	line-height: 2.17;
}
#main .profile .txtBox .subTtl {
	margin-bottom: 7rem;
	width: 15.8rem;
}
@media all and (max-width: 999px) {
	#main .mainVisual h1 {
		margin-top: -0.2rem;
		right: 1.9rem;
		width: 9.8rem;
	}
	#main .mainImg {
	margin-bottom: 10rem;
}
	#main section {
		padding: 10rem 0 13rem;
	}
	#main .newsList li:not(:last-child) {
		margin-bottom: 4rem;
	}
	#main .discography {
		padding: 14.4rem 0 15.2rem;
	}
	#main .discography .headLine01 {
		margin-bottom: 7.5rem;
	}
	#main .video {
		padding: 15rem 0 21.8rem;
	}
	#main .video .headLine01 {
		margin-bottom: 6rem;
	}
	#main .video .mediaList .phoBox {
		width: auto;
		margin-right: 0;
	}


	#main .video .mediaList .label {
		margin-bottom: 1.2rem;
	}
	#main .profile {
		padding: 6rem 0 27.3rem;
	}
	#main .profile .content {
		max-width: inherit;
		display: block;
	}
	#main .profile .phoBox {
		width: auto;
	}
	#main .profile .txtBox {
		margin: 6.6rem 0 0;
		flex: 1;
		max-width: inherit;
	}
	#main .profile .headLine01 {
		margin: -2rem 1.7rem 7.8rem;
	}
	#main .profile .txtBox p {
		letter-spacing: 0.05em;
		line-height: 2;
	}
	#main .profile .txtBox .subTtl {
		margin-bottom: 3.2rem;
		width: 14rem;
	}
}