@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;
}
#main .mainImg.active {
	filter: brightness(1);
}
#main .checkBg {
	padding-top: 15rem;
}
#main section {
	padding: 15rem 0 15.3rem;
	position: relative;
	z-index: 1;
}
#main .btnMore a {
	padding-bottom: 0.1rem;
	position: relative;
	color: rgba(255,255,255,0.85);
	font-size: max(10px, 1.1rem);
	letter-spacing: 0.1em;
	display: inline-block;
	font-family: "Press Start 2P", system-ui;
}
#main .btnMore a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 0.2rem);
	height: 1px;
	background-color: rgba(255,255,255,0.64);
	content: "";
}
#main .newsList {
	margin-bottom: 8.2rem;
}
#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: 16rem 0 9.5rem;
}
#main .discography .headLine01 {
	margin-bottom: 6.6rem;
}
#main .discography .mediaList {
	margin-bottom: 8rem;
	gap: 4.7rem;
	overflow: hidden;
}
#main .discography .mediaList li {
	width: 15.1rem;
}
#main .discography .mediaList .phoBox {
	width: 100%;
}
#main .discography .mediaList .label {
	margin-right: -4rem;
}
#main .video {
	padding: 16rem 0;
}
#main .video .headLine01 {
	margin-bottom: 9rem;
}
#main .video .mediaList {
	margin-bottom: 8rem;
	gap: 4rem 5rem;
}
#main .video .mediaList li {
	width: 28rem;
}
#main .video .mediaList .phoBox {
	margin-bottom: 2.5rem;
	width: 100%;
}
#main .video .mediaList .phoBox a {
	aspect-ratio: 490/274;
}
#main .video .mediaList .label {
	margin-bottom: 1.3rem;
}
#main .profile {
	padding: 11.5rem 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 (hover: hover) and (min-width: 1000px) {
	#main .btnMore a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 999px) {
	#main .mainVisual h1 {
		margin-top: -0.2rem;
		right: 1.9rem;
		width: 9.8rem;
	}
	#main .checkBg {
		padding-top: 10rem;
	}
	#main section {
		padding: 10rem 0 9rem;
	}
	#main .newsList {
		margin-bottom: 6.3rem;
	}
	#main .newsList li:not(:last-child) {
		margin-bottom: 4rem;
	}
	#main .discography {
		padding: 10rem 0 11.7rem;
	}
	#main .discography .mediaList {
		margin-bottom: 6.4rem;
	}
	#main .discography .headLine01 {
		margin-bottom: 7.5rem;
	}
	#main .discography .mediaList li {
		width: calc((100% - 5.2rem)/2);
	}
	#main .video {
		padding: 10rem 0 10rem;
	}
	#main .video .headLine01 {
		margin-bottom: 10rem;
	}
	#main .video .mediaList {
		margin-bottom: 6rem;
	}
	#main .video .mediaList li {
		width: 100%;
	}
	#main .video .mediaList .label {
		margin-bottom: 1.2rem;
	}
	#main .profile {
		padding: 10rem 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;
	}
}