@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#cover {
	display: none;
}
#gHeader {
	transform: translateX(100%);
}
#fixBg {
	opacity: 0;
    transition: 1s;
}
#fixBg.show {
	opacity: 1;
}
#main {
	margin-bottom: 0;
	padding-top: 100svh;
}
#main .sec01 {
	padding: 19.5rem 0 14.5rem;
	position: relative;
	z-index: 1;
}
#main .sec01 .content {
	position: relative;
	z-index: 2;
}
#main .sec01 h2 {
	width: 31.3rem;
	margin: 0 auto 6.2rem;
	text-align: center;
}
#main .newsBox {
	margin-bottom: 2.6rem;
}
#main .newsBox .lBox {
	width: 45.5rem;
	margin-right: 6.5rem;
}
#main .newsBox .rBox {
	flex: 1;
	padding-right: 0.5rem;
}
#main .newsList a {
	padding-bottom: 0.5rem;
	display: block;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 0 rgba(0,0,0,.25);
}
#main .newsList .photo {
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
#main .newsList .photo .inn {
	aspect-ratio: 1;
	position: relative;
}
#main .newsList .photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#main .newsList dl {
	margin: 1rem 0 0.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .newsList dl dt {
	min-width: 7.5rem;
	padding-right: 0.3rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #666666;
	letter-spacing: 0.02em;
}
#main .newsList dl dd {
	flex-wrap: wrap;
	flex: 1;
	display: flex;
	font-size: 1.1rem;
	color: #2B62DE;
	letter-spacing: 0.01em;
	align-items: flex-start;
}
#main .newsList dl dd .txtSpan {
	margin: 0.3rem 1rem 0 0;
	line-height: 1.1;
	flex-shrink: 0;
	min-width: 6rem;
	color: #fff;
	text-align: center;
	padding: 0 1rem;
	font-size: 1rem;
	letter-spacing: 0.05em;
	background-color: #000000;
}
#main .newsList p {
	line-height: 1.69;
}
#main .newsBox .rBox .newsList {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem 4rem;
}
#main .newsBox .newsList li {
	position: relative;
}
#main .newsBox .rBox .newsList li {
	width: calc((100% - 4rem) / 2);
	position: relative;
}
#main .newsBox .newsList li .newSpan {
	position: absolute;
	top: -1rem;
	right: -1rem;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.03em;
	font-weight: 400;
	z-index: 1;
	background-color: #000000;
}
#main .sec02 .youtubeList li {
	margin: 0 0.3rem;
	width: 23rem !important;
	vertical-align: top;
	aspect-ratio: 1280 / 720;
	position: relative;
}
#main .sec02 .youtubeList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(1);
	transition: filter 0.3s;
}
#main .newsBox .lBox .newsList {
	margin-bottom: 4.5rem;
}
#main .newsDl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .newsDl em {
	font-style: normal;
}
#main .newsDl dt {
	/* min-width: 14.7rem; */
	padding-right: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .newsDl dt .date {
	min-width: 7.5rem;
	padding: 0.2rem 0.5rem 0 0;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	color: #666666;
	flex-shrink: 0;
	font-family: 'Roboto', sans-serif;
}
#main .newsDl dt .rSpan {
	margin-top: -0.1rem;
	flex: 1;
}
#main .newsDl dd {
	margin-bottom: 1.2rem;
	flex: 1;
}
#main .newsDl:last-of-type dd {
	margin-bottom: 0;
}
#main .newsDl dt .txtSpan {
	padding: 0 0.8rem;
	display: inline-block;
	margin: 0 0.2rem 0.2rem 0;
	line-height: 1.1;
	min-width: 6rem;
	font-size: 1rem;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #000000;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	transition: opacity 0.3s;
}
#main .newsDl dd .rSpan {
	flex: 1;
}
#main .newsDl .newSpan {
	font-size: 1.2rem;
	color: #FA4BA3;
	margin: 0.2rem 0 0 1rem;
	letter-spacing: 0.03em;
}
#main .sec03 {
	height: 66rem;
	position: relative;
	clip-path: inset(0);
}
#main .sec03 a {
	display: block;
}
#main .sec03 .inner {
	width: 92.9rem;
	min-height: 44.4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: translate(-50%,-50%);
	background: url(../img/index/bg02.png) no-repeat center;
	background-size: 100% auto;
}
#main .sec03 .inner .textImg {
	width: 49.5rem;
}
#main .sec03 .videoBox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
#main .sec03 .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .blackBox {
	position: relative;
	/* clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0); */
}
#main .blackBox .bgInner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#main .blackBox .bgInner span {
	width: 100%;
	height: 100vh;
	display: block;
	position: sticky;
	left: 0;
	top: 0;
	background: url(../img/common/bg_dark.jpg) no-repeat center center / cover;
	z-index: -1;
}
#main .sec02Box {
	padding-bottom: 15rem;
	position: relative;
	clip-path: inset(0);
}
#main .sec02 {
	align-items: flex-start;
	position: relative;
	max-width: 136.6rem;
	margin: 0 auto;
	padding: 17.5rem 0 0 12rem;
}
#main .sec02Box .content .viewLink a {
	position: relative;
	z-index: 1;
}
#main .sec02Box .textImg {
	position: sticky;
	filter: brightness(0.15);
	left: 0;
	top: 0;
	width: 10.9rem;
}
#main .sec02Box .textImg span {
	position: absolute;
	top: 3rem;
	left: -1.5rem;
	width: 10.9rem;
	display: block;
}
#main .sec02 .lBox {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 12rem;
	padding-left: 2rem;
}
#main .sec02 .lBox .subBox {
	width: 100%;
	max-width: 40rem;
}
#main .sec02 .youtubeBox {
	width: 66.3rem;
}
#main .sec02 .lBox h2 {
	width: 20.2rem;
	margin-bottom: 4.8rem;
}
#main .scheduleUl {
	margin-bottom: 4.6rem;
}
#main .scheduleUl li {
	margin-bottom: 2rem;
	padding-bottom: 2.5rem;
	position: relative;
}
#main .scheduleUl li::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	content: "";
}
#main .scheduleUl li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
#main .scheduleUl li:last-child::before {
	display: none;
}
#main .scheduleUl li dt {
	margin-bottom: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	font-family: 'Roboto', sans-serif;
}
#main .scheduleUl li dt .date {
	padding: 0.2rem 1rem 0 0;
	color: #CCCCCC;
	flex-shrink: 0;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}
#main .scheduleUl li dt .rSpan {
	flex: 1;
}
#main .scheduleUl li dt .rSpan span {
	min-width: 6.5rem;
	line-height: 1.05;
	margin: 0 0.2rem 0.2rem 0;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	font-weight: 400;
	padding: 0 0.5rem;
	color: #C3C3C3;
	border: 1px solid rgba(230, 230, 230, 0.5);
	cursor: pointer;
	transition: opacity 0.3s;
}
#main .scheduleUl li dd a {
	letter-spacing: 0.04em;
	color: #fff;
}
#main .sec02 .viewLink {
	margin-right: 0;
}
#main .sec02 .youtubeBox h2 {
	margin-bottom: 3.1rem;
	width: 11.7rem;
}
#main .sec02 .youtubeBox .youtube {
	height: 37.3rem;
	margin-bottom: 0.7rem;
}
#main .sec02 .youtubeBox .youtube a {
	display: block;
}
#main .sec02 .youtubeBox .youtube img {
	filter: brightness(1);
	transition: filter 0.3s;
}
#main .sec02 .youtubeBox .youtube iframe {
	width: 100%;
	height: 100%;
}
#main .youtubeList {
	margin-bottom: 3.2rem;
}
#main .youtubeList li {
	width: 22.9rem;
	cursor: pointer;
}
#main .sec02 .youtubeBox .viewLink {
	margin: -2.5rem 12rem 0 0;
}
#main .sec04 {
	position: relative;
	padding: 17rem 0 10rem;
}
#main .sec04 .viewLink {
	position: absolute;
	top: 17.8rem;
	left: calc(50% + 48.2rem);
}
#main .sec04 .content {
	max-width: 116rem;
}
#main .sec04 .ttlBox {
	margin-bottom: 5.1rem;
	display: flex;
	align-items: center;
}
#main .sec04 .ttlBox h2 {
	margin-right: 2.7rem;
	width: 41.9rem;
}
#main .sec04 .ttlBox ul {
	margin-top: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2.3rem;
}
#main .sec04 .ttlBox li a {
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.06em;
}
#main .discographyBox {
	margin-left: auto;
	width: calc(50% + 56rem + 1px);
}
#main .sec04 .arrowList {
	justify-content: flex-end;
	margin: 5.0rem -3.2rem 0 0;
}
#main .sec04 .arrowList li {
	width: 1.3rem;
	padding: 0 2.2rem;
}
#main .comLink a {
	padding-bottom: 0.3rem;
	padding-top: 0.3rem;
}
@media (min-width: 1000px) and (hover: hover) {
	#main .newsList a:hover .photo {
		box-shadow: 0 0 20px rgba(0,0,0,0.4);
	}
	#main .newsBox .lBox .newsList a:hover .photo {
		box-shadow: 0 0 40px rgba(0,0,0,0.5);
	}
	#main .newsDl dt .txtSpan:hover,
	#main .scheduleUl li dt .rSpan .subSpan:hover {
		opacity: 0.7;
	}
	#main .newsDl dd a:hover {
		opacity: 0.7;
	}
	#main .sec04 .ttlBox li a:hover {
		opacity: 0.7;
	}    
	#main .scheduleUl li dd a:hover {
		opacity: 0.7;
	}
	#main .sec02 .youtubeList li:hover img,
	#main .sec02 .youtubeBox .youtube a:hover img {
		filter: brightness(1.4);
	}
}

@media all and (min-width: 1000px) {
	#main .sec02 .youtubeBox .viewLink {
		margin-right: 0;
		left: calc(50% + 48.2rem);
		position: absolute;
	}
	#main .sec02Box .content {
		position: relative;
		max-width: 116rem;
	}
	#main .sec02Box .content .viewLink {
		margin-top: -2.5rem;
		min-width: 9rem;
		text-align: right;
		position: absolute;
		top: 0;
		left: calc(50% + 48.2rem);
	}
}

@media all and (max-width: 999px) {
	#gHeader {
		transform: none;
	}
	#gHeader:not(.cloned) h1 {
		display: none;
	}
	#gHeader:not(.cloned) .menu {
		display: none;
	}
	#main .sec01 {
		padding: 8.9rem 0 10rem;
	}
	#main .sec01:after {
		display: none;
	}
	#main .sec01 h2 {
		margin-bottom: 3.9rem;
		width: 22.2rem;
	}
	#main .newsBox {
		margin-bottom: 4.8rem;
		display: block;
	}
	#main .newsBox .lBox {
		width: auto;
		margin: 0 0 -1.5rem;
	}
	#main .newsBox .rBox {
		padding: 0 0 3.2rem;
	}
	#main .newsList dl dd {
		margin-top: 0;
		font-size: 1.1rem;
	}
	#main .newsDl dt .txtSpan {
		font-size: 1rem;
	}
	#main .newsList dl dd .txtSpan {
		margin-top: 0.2rem;
		padding: 0 0.8rem;
	}
	#main .newsBox .rBox .newsList {
		gap: 2.5rem 2.1rem;
	}
	#main .newsBox .rBox .newsList li {
		width: calc((100% - 2.1rem) / 2);
	}
	#main .newsList p {
		line-height: 1.54;
	}
	#main .newsList dl dt {
		margin-top: -0.1rem;
	}
	#main .newsDl {
		display: block;
	}
	#main .newsDl dt {
		min-width: inherit;
		padding: 0 0 0.5rem 0;
		width: auto;
	}
	#main .newsDl dt .rSpan {
		margin-top: -0.1rem;
	}
	#main .newsDl dd {
		margin-bottom: 1.6rem;
		width: auto;
	}
	#main .newsDl .newSpan {
		display: inline-block;
		vertical-align: -0.1rem;
	}
	#main .sec02Box {
		padding-bottom: 12rem;
	}
	#main .sec02Box .content .viewLink {
		margin-top: -2.2rem;
	}
	#main .sec02 {
		display: block;
		max-width: inherit;
		padding: 10rem 2.5rem 0;
	}
	#main .sec02 .lBox {
		display: block;
		margin: 0 0 12rem;
		padding: 0;
	}
	#main .sec02 .lBox .subBox {
		max-width: inherit;
	}
	#main .sec02 .youtubeBox {
		width: auto;
	}
	#main .sec02 .lBox h2 {
		width: 18.2rem;
		margin-bottom: 2.7rem;
	}
	#main .scheduleUl li {
		margin-bottom: 1.6rem;
		padding-bottom: 1.8rem;
	}
	#main .sec02Box .textImg {
		display: none;
	}
	#main .sec02 .youtubeBox h2 {
		margin-bottom: 2.1rem;
		width: 10.5rem;
	}
	#main .sec02 .youtubeBox .youtube {
		height: auto;
		margin: 0 -2.5rem 0.4rem;
		aspect-ratio: 373 / 210;
	}
	#main .sec02 .youtubeBox .jsBox {
		margin: 0 -2.7rem;
	}
	#main .sec02 .youtubeList li {
		width: 12.9rem !important;
		margin: 0 0.15rem;
	}
	#main .youtubeList {
		margin-bottom: 4.1rem;
	}
	#main .sec02 .youtubeBox .viewLink {
		margin-top: -2.2rem;
	}
	#main .sec03 {
		height: 140vw;
	}
	#main .sec03 .inner .textImg {
		width: 19.5rem;
	}
	#main .sec03 .inner {
		width: 100%;
		min-height: 25.2rem;
		background-size: 150% auto;
	}
	#main .sec04 {
		padding: 12rem 0;
		background: none;
	}
	#main .sec04 .ttlBox {
		margin-bottom: 2.7rem;
		display: block;
	}
	#main .sec04 .ttlBox h2 {
		width: 31.6rem;
		margin: 0 0 1.7rem;
	}
	#main .sec04 .ttlBox ul {
		gap: 1rem 1.9rem;
	}
	#main .sec04 .arrowList {
		margin: 5rem -4.2rem 0 0;
	}
	#main .sec04 .viewLink {
		position: static;
		margin: -2.2rem 2.5rem 0;
	}
	#main .sec04 .viewLink a {
		position: relative;
		z-index: 1;
	}
	#main .discographyBox {
		width: auto;
		margin-right: -2.5rem;
	}
	#main .sec04 .arrowList li {
		width: 0.9rem;
		padding: 0 1.5rem;
	}
	#main .comLink a {
		padding-bottom: 0.1rem;
		padding-top: 0.1rem;
	}
}


@media all and (min-width: 1000px) and (max-width: 1360px) {
	#main .newsList dl dt {
		min-width: 8rem;
	}
	#main .newsDl dt .date {
		min-width: 8rem;
	}
	#main .newsDl dt {
		/* min-width: 16rem; */
	}
	#main .sec02 .lBox {
		margin-right: 6rem;
	}
	#main .sec02 .youtubeBox {
		width: 60rem;
	}
	#main .sec02Box .content .viewLink {
		left: calc(50% + 40rem);
	}
	#main .sec04 .viewLink {
		left: calc(50% + 40rem);
	}
	#main .sec04 .arrowList {
		margin-right: 5rem;
	}
}

@media all and (min-width: 1000px) and (max-width: 1500px) {
	#main .newsList dl dd {
		font-size: max(10px,1.1rem);
	}
	#main .newsList dl dd .txtSpan {
		font-size: max(10px,1rem);
	}
	#main .newsBox .rBox .newsList li .newSpan {
		font-size: max(10px,1rem);
	}
	#main .newsDl dt .txtSpan {
		font-size: max(10px,1rem);
	}
	#main .scheduleUl li dt .rSpan span {
		font-size: max(10px,1rem);
	}
}


@media all and (min-width: 1690px) {
	#main .sec02Box .content .viewLink {
		left: calc(50% + 59.2rem);
	}
}

@media all and (min-width: 768px) and (max-width: 999px) {
	#main .sec02 .youtubeList li {
		width: auto !important;
	}
	#main .sec03 .inner {
		min-height: 100%;
		background-size: 100% 100%;
	}
}