@charset "utf-8";
/*------------------------------------------------------------
	stage
------------------------------------------------------------*/
#fixBg {
	background-image: url(../img/common/fix_bg02.jpg);
}
.fadeTitle {
	margin: 2.8rem 3.3rem 11.4rem;
}
.fadeTitle img {
	width: 76.2rem;
	display: block;
}
#main .discographyUl {
	margin: 0 1.3rem;
	gap: 7.1rem 2.5rem;
}
#main .discographyUl li {
	margin: 0;
	width: calc((100% - 7.6rem) / 4) !important;
	float: none;
}
#main .discographyUl .photo a {
	aspect-ratio: 552 / 780;
}
#main .discographyUl .photoBox {
	margin-bottom: 0.3rem;
}
#main .discographyUl .photo::before {
	border-color: #CCCCCC;
}
#single {
	color: #fff;
}
#single .mainImg {
	min-height: 700px;
	height: 100svh;
	padding: 0 0;
	position: relative;
	color: #101010;
}
#single .mainImg > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#single .mainImg .logo {
	width: min(61.9rem,87vh);
	position: absolute;
	top: calc(50% + 3.8rem);
	left: calc(50% - 1.9rem);
	transform: translate(-50%,-50%);
	z-index: 1;
}
#single .inner01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5rem 0 calc(10.6rem * (2/3));
	min-height: 40.9rem;
	display: flex;
	align-items: flex-end;
	background: url(../img/stage/bg02.png) no-repeat center bottom -3rem;
	background-size: 100% 100%;
}
#single .inner01 .content {
	max-width: 119rem;
	max-width: inherit;
	width: 100%;
}
#single .inner01 .textImg {
	margin-bottom: 1.7rem;
	width: 16.2rem;
	aspect-ratio: 324 / 28;
	position: relative;
}
#single .inner01 .textImg img {
	position: absolute;
	inset: 0;
}
#single .inner01 .textImg .white {
	visibility: hidden;
	opacity: 0;
}
#single .mainImg.background--dark {
	color: #fff;
}
#single .mainImg.background--dark .inner01 {
	background-image: url(../img/stage/bg01.png);
}
#single .mainImg.background--dark .inner01 .textImg .white {
	visibility: visible;
	opacity: 1;
}
#single .mainImg.background--dark .inner01 .textImg .black {
	visibility: hidden;
	opacity: 0;
}
#single .inner01 h2 {
	font-size: min(3rem,4vh);
	font-weight: 400;
	margin-bottom: 1.5rem;
}
#single .inner01 .date {
	font-size: min(1.8rem,2.5vh);
	font-weight: 300;
	letter-spacing: 0.08em;
}
#single .inner01 .fadeTitle {
	margin: 0;
}
#single .imgList {
	margin-bottom: 3.7rem;
}
#single .imgList .wp-block-image img {
	width: 100%;
}
#single .inner02 {
	max-width: 88.5rem;
	margin: 0 auto 16rem;
	box-sizing: content-box;
	padding: 8rem 0 0 0;
}
#single .inner02 p {
	margin-bottom: 5.3rem;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 2.5;
}
#single .inner02 .comLink02 {
	margin-bottom: 5rem;
}
#single .inner02 > *:last-child {
	margin-bottom: 0 !important;
}
#single .movieBox {
	margin: 0 1.3rem 19rem;
}
#single .movieBox p {
	margin-bottom: 3.7rem;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
}
#single .movie {
	margin-bottom: 3rem;
}
#single .movie a {
	display: block;
	position: relative;
}
#single .movie a:after {
	width: 6.7rem;  
	height: 6.7rem;
	background: url(../img/common/movie.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: calc(50% - 0.5rem);
	left: calc(50% + 3rem);
	transform: translate(-50%,-50%);
	content: ""; 
}
#single .movie a::before {
	border: 1px solid #333;
	position: absolute;  
	top: 0;
	right: 0;  
	bottom: 0;
	left: 0;
	content: ""; 
	pointer-events: none;
	z-index: 1;
}
#single .movie a img {
	width: 100%;
}
.viewLink {
	margin-right: 0;
}
#single .live-dvd {
	max-width: 90rem;
	margin: 0 auto 7rem;
	align-items: flex-start;
}
#single .live-dvd h3 {
	margin-right: 12.3rem;
	font-size: 5rem;
	font-weight: 100;
	width: 7.7rem;
	height: 46rem;
	line-height: 1.84;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#single .live-dvd .rBox {
	margin-top: -0.8rem;
	flex: 1;
}
#single .live-dvd .discographyUl {
	margin: 0;
	gap: 2rem 8rem;
}
#single .live-dvd .discographyUl li {
	width: calc((100% - 8rem) / 2) !important;
}
#single .live-dvd .discographyUl li .photoBox {
	margin-bottom: 2.1rem;
}
#single .live-dvd .discographyUl li .photo {
	aspect-ratio: inherit;
}
#single .live-dvd .discographyUl li .photo a {
	background-color: #191919;
	aspect-ratio: 1;
}
#single .live-dvd .discographyUl .photo::before {
	border-color: #333333;
}
#single .live-dvd .discographyUl li p {
	letter-spacing: 0.06em;
	line-height: 1.375;
	margin-bottom: 1.1rem;
}
#single .live-dvd .discographyUl li .date02 {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.55;
	padding-top: 0.1rem;
}
#single .live-dvd .discographyUl li .date02 .sub {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
#single .dvdBox {
	margin-bottom: 16rem;
}
#single .discographyUl li p a {
	color: #fff;
}
#single .otherBox {
	padding-top: 21.3rem;
}
#single .otherBox h3 {
	text-align: center;
	font-size: 3.5rem;
	font-weight: 100;
	margin-bottom: 6rem;
}
#single .otherBox .discographyUl .photo::before {
	border-color: #333;
}
#main .discographyUl li p {
	margin-bottom: 0.5rem;
}
#main .discographyUl li .date {
	font-size: 1.2rem;
	color: #777777;
	letter-spacing: 0.03em;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

@media (min-width: 1000px) and (hover: hover) {
	#single .movie a:hover {
		opacity: 0.7;
	}
	#single .inner01 .textImg a:hover img {
		opacity: 0.7;
	}
}

@media all and (min-width: 1000px) {
	#main .discographyUl dl {
		margin-bottom: 2rem;
	}
	#main .discographyUl .link a {
		min-width: 11.3rem;
		padding: 0.1rem 0.2rem;
	}
	#single .inner01 .content {
		padding: 0 7.33rem;
	}
}

@media all and (max-width: 999px) {
	#fixBg {
		background-image: url(../img/common/fix_bg02_sp.jpg);
	}
	.fadeTitle {
		margin: 2rem 1.5rem 3.7rem;
	}
	.comBox {
		padding-left: 0;
		padding-right: 0;
	}
	#main {
		padding-top: 6.6rem;
	}
	#main .discographyUl .photoBox {
		margin-bottom: -0.4rem;
	}
	#main .discographyUl {
		margin: 0 1.5rem;
		gap: 2.2rem 1.5rem; 
	}
	#main .discographyUl li{
		width: calc((100% - 1.5rem) / 2) !important;
	}
	#main .discographyUl li .date {
		font-size: 1.1rem;
	}
	#single {
		margin-top: -6.6rem;
	}
	#single .mainImg {
		min-height: 500px;
		padding-top: 0;
	}
	#single .mainImg .logo {
		width: 17rem;
		left: 50%;
	}
	#single .inner01 {
		padding-bottom: 3.2rem !important;
		padding: 0;
		min-height: inherit;
		background-size: 100% 19.6rem;
	}
	#single .mainImg.background--dark .inner01 {
		background-size: 100% 26.7rem;
	}
	#single .inner01 .textImg {
		margin-bottom: 1rem;
		width: 12.9rem;
	}
	#single .inner01 h2 {
		margin-bottom: 1.6rem;
		font-size: 2rem;
		line-height: 1.35;
	}
	#single .inner01 .date {
		font-size: 1.4rem;
	}
	#single figure {
		position: relative;
		z-index: 1;
	}
	#single figure img {
		width: 100%;
	}
	#single .imgList {
		margin-bottom: 2.3rem;
	}
	#single .inner02 {
		margin-bottom: 10.6rem;
		padding: 3rem 2.9rem 0;
		max-width: inherit;
	}
	#single .inner02 p {
		margin-bottom: 5rem;
		font-size: 1.3rem;
		line-height: 2;
	}
	#single .inner02 .comLink02 {
		margin-bottom: 5.3rem;
	}
	#single .movieBox {
		margin: 0 1.5rem 7.8rem;
	}
	#single .movie a::after {
		width: 3.8rem;
		height: 3.8rem;
		left: 50%;
		top: 50%;
	}
	#single .movie {
		margin-bottom: 1.8rem;
	}
	#single .movieBox p {
		font-size: 1.2rem;
		line-height: 1.833;
	}
	#single .viewLink {
		text-align: right;
	}
	#single .live-dvd {
		margin: 0 auto 4.2rem;
		max-width: inherit;
		display: block;
		padding: 0 1.5rem;
	}
	#single .live-dvd h3 {
		font-size: 2.7rem;
		width: auto;
		margin: 0 0 4.3rem;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		height: auto;
		text-align: center;
		letter-spacing: 0;
	}
	#single .live-dvd .discographyUl {
		gap: 2rem 2.1rem;
	}
	#single .live-dvd .discographyUl li {
		width: calc((100% - 2.1rem) / 2) !important;
	}
	#single .live-dvd .discographyUl li .photoBox {
		margin-bottom: -0.1rem;
	}
	#single .live-dvd .discographyUl li p {
		margin-bottom: 0.7rem;
		font-size: 1.1rem;
		line-height: 1.64;
		letter-spacing: 0.02em;
	}
	#single .live-dvd .discographyUl li .date02 {
		font-size: 1rem;
		letter-spacing: 0.08em;
		line-height: 1.85;
	}
	#single .live-dvd .discographyUl li .date02 .sub span {
		display: block;
	}
	#single .dvdBox {
		margin-bottom: 7.5rem;
	}
	#single .otherBox {
		padding-top: 10rem;
	}
	#single .otherBox h3 {
		margin-bottom: 3.1rem;
		font-size: 2.5rem;
	}
	#single .otherBox .discographyUl .photoBox {
		margin-bottom: 0;
	}
	#single .inner01 .fadeTitle {
		margin-left: -0.1rem;
	}
	
}


@media all and (min-width: 1000px) and (max-height: 800px) {
	#single .mainImg .logo {
		width: min(61.9rem,70vh);
	}
}

#fixBg {
	background-image: url(../img/stage/bg02.jpg);
	background-position: center top;
}
body:has(#single) #fixBg {
	background-image: url(../img/stage/detail_bg.png);
	background-color: #000;
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center top 100svh;
}

@media all and (max-width: 999px) {
	#fixBg {
		background-image: url(../img/stage/bg02_sp.jpg);
	}
	body:has(#single) #fixBg {
		background-image: url(../img/stage/detail_bg_sp.png);
	}
}