@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	height: 100vh;
}
#main {
	padding-bottom: 18.8rem;
	background: rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 10;
}
#main .news {
	padding: 11rem 0 10.7rem;
}
#main .news .comBgBox {
	width: calc((100% - 6rem) / 2);
}
#main .news .comBgBox .subBgArea {
	padding: 4.3rem 6rem 4.3rem;
}
#main .news .comNewsList {
	margin-bottom: 4rem;
}
#main .news .comNewsList li a {
	padding-bottom: 1.4rem;
}
#main .news .comNewsList li .text {
	line-height: 1.75;
}
#main .news .comTopBox {
	margin-bottom: 0.9rem;
}
#main .news .comNewsList.live .comTopBox time,
#main .news .comNewsList.live .comTopBox .time{
	width: auto;
}
#main .news .link {
	margin-left: auto;
	width: fit-content;
}
#main .news .link a:hover {
	opacity: 0.7;
}
#main .movie {
	margin-bottom: 10.7rem;
}
#main .movie .headLine01 {
	margin-bottom: 2rem;
}
#main .movie .movieBox {
	position: relative;
}
#main .movie .movieList {
	margin: 0 auto;
	padding: 1rem 0;
	width: 65.8rem;
	line-height: 0;
	position: relative;
	z-index: 3;
}
#main .movie .movieList .slick-slide > div {
	padding: 1rem;
	height: 100%;
}
#main .movie .movieList li {
	aspect-ratio: 638 / 359;
	line-height: 0;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
}
#main .movie .movieList li iframe {
	width: 100%;
	height: 100%;
}
#main .movie .movieBox .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .movie .movieBox .arrow li {
	margin-top: 0.8rem;
	padding: 1rem 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20rem;
	z-index: 5;
	cursor: pointer;
}
#main .movie .movieBox .arrow li.next {
	left: auto;
	right: 0.1rem;
}
#main .movie .comBtn {
	margin: 7.1rem auto 0;
}
#main .movie .comBtn a {
	letter-spacing: 0.055em;
}
@media all and (min-width: 897px) {
	#main .movie .movieBox .arrow li:hover {
		opacity: 0.7;
	}
}
#main .discography .headLine01 {
	margin-bottom: 2.8rem;
}
#main .discography .inner {
	position: relative;
}
#main .discography .photoList {
	margin-bottom: 1.2rem;
	line-height: 0;
	position: relative;
	z-index: 3;
}
#main .discography .photoList .slick-slide > div {
	margin: 0 -4.2rem;
	width: 47rem;
	transform: scale(0.5);
	transition: 1s;
	height: 100%;
}
#main .discography .photoList .slick-current > div {
	transform: scale(1);
	position: relative;
}
#main .discography .photoList .slick-current > div .textBox {
	opacity: 1;
	user-select: auto;
}
#main .discography .photoList li {
	height: 100%;
}
#main .discography .photoList li a {
	display: block;
	aspect-ratio: 1 / 1;
}
#main .discography .photoList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .discography .photoList li a:hover {
	opacity: 0.7;
}
#main .discography .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .discography .arrow li {
	position: absolute;
	top: 24rem;
	left: 0;
	width: 6.4rem;
	z-index: 5;
	cursor: pointer;
}
#main .discography .arrow li.next {
	left: auto;
	right: 0;
}
@media all and (min-width: 897px) {
	#main .discography .arrow li:hover {
		opacity: 0.7;
	}
}
#main .discography .comDotUl {
	position: absolute;
	top: 60.2rem;
	left: 0;
	width: 100%;
	z-index: 20;
}
#main .discography .textBox {
	margin: 7.3rem -7.5rem 0;
	opacity: 0;
	user-select: none;
	width: 62rem;
	line-height: 1.5;
	transition: 1s;
}
#main .discography .textBox time,
#main .discography .textBox .time{
	margin-bottom: 0.5rem;
	display: block;
	color: #ffebbc;
	font-size: 1.6rem;
	letter-spacing: 0.055em;
}
#main .discography .textBox .text {
	font-size: 2.2rem;
	letter-spacing: 0.07em;
}
#main .discography .outBox {
	margin: 0 auto;
	max-width: 47rem;
}
#main .discography .link {
	margin: 4rem 0 0 auto;
	width: fit-content;
}
#main .discography .link a {
	padding: 0.5rem 0;
	display: inline-block;
}
#main .discography .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 11.4rem;
	}
	#main .news {
		padding: 5rem 0 4rem;
	}
	#main .news .content {
		display: block;
	}
	#main .news .comBgBox {
		margin-bottom: 5rem;
		width: auto;
	}
	#main .news .comBgBox:last-child {
		margin-bottom: 0;
	}
	#main .news .comBgBox .subBgArea {
		padding: 2rem 2rem 1.7rem;
	}
	#main .news .comNewsList {
		margin-bottom: 2rem;
	}
	#main .news .comNewsList li a {
		padding-bottom: 0.5rem;
	}
	#main .news .comNewsList li .text {
		line-height: 1.64;
	}
	#main .news .comTopBox {
		margin-bottom: 0.2rem;
	}
	#main .news .link {
		margin-left: auto;
		width: 10rem;
	}
	#main .movie {
		margin-bottom: 4rem;
	}
	#main .movie .headLine01 {
		margin-bottom: -0.5rem;
	}
	#main .movie .movieList {
		margin: 0 -1rem -1rem;
		width: auto;
	}
	#main .movie .movieList li {
		aspect-ratio: 670 / 377;
	}
	#main .movie .movieBox .arrow {
		margin-bottom: -3rem;
		position: static;
		width: auto;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .movie .movieBox .arrow li {
		margin-top: 0;
		padding: 1rem 0;
		position: static;
		transform: none;
		width: 10rem;
	}
	#main .movie .comBtn {
		margin: 3rem auto 0;
	}
	#main .movie .comBtn a {
		letter-spacing: 0.055em;
	}
	#main .movie .comDotUl {
		margin: 0 auto;
		padding: 0 11rem;
	}
	#main .discography .headLine01 {
		margin-bottom: -3.2rem;
	}
	#main .discography .inner {
		padding: 20rem 0;
		margin-bottom: -5.1rem;
		overflow: hidden;
	}
	#main .discography .photoList {
		margin: 0;
		transform: rotate(90deg);
	}
	#main .discography .photoList .slick-list {
		overflow: visible;
	}
	#main .discography .photoList .slick-slide > div {
		margin: 0 4.4rem;
		height: 100%;
		width: auto;
		transform-origin: 148% 50%;
	}
	#main .discography .photoList .slick-current > div {
		transform: scale(1);
	}
	#main .discography .photoList .slick-current + .slick-slide > div {
		transform-origin: -22% 50%;
	}
	#main .discography .photoList li {
		transform: rotate(-90deg);
		height: 100%;
		width: auto !important;
	}
	#main .discography .photoList li a {
		margin: 0 auto;
		width: 23rem;
	}
	#main .discography .arrow li {
		margin-top: 0;
		top: 25.7rem;
		transform: none;
		left: 1.4rem;
		width: 0.8rem;
		padding: 0.8rem;
		box-sizing: content-box;
	}
	#main .discography .arrow li.next {
		left: auto;
		right: 1.4rem;
	}
	#main .discography .comDotUl {
		position: relative;
		width: auto;
		top: auto;
		left: auto;
	}
	#main .discography .textBox {
		margin: 1.3rem auto 0;
		width: auto;
		max-width: 25.5rem;
	}
	#main .discography .textBox time {
		margin: 0 0 0.1rem;
		font-size: 1.3rem;
	}
	#main .discography .textBox .text {
		margin: 0;
		font-size: 1.6rem;
		letter-spacing: 0.06em;
		min-height: 4.8rem;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#main .discography .outBox {
		margin: 0;
		max-width: inherit;
	}
	#main .discography .link {
		margin-left: auto;
		width: 10rem;
	}
}