@charset "UTF-8";

/* L1 ########################################  ######################################## */
/* L2 ****************************************  **************************************** */
/* L3 ========================================  ======================================== */
/* L4 ----------------------------------------  ---------------------------------------- */

/* L1 ######################################## particle js ######################################## */

#particles::before {
	content: "";
	position: fixed;
	z-index: 0;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	block-size: 100%;
	background: rgba(255, 255, 255, 0.8)
}

/* L1 ######################################## 90周年記念コンサート ######################################## */

#concert {
	max-inline-size: 1200px;
    margin: 3em auto;
}

#concert section {
	
}

/* L2 **************************************** イントロダクション **************************************** */

#intro {

}

#intro div.title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#intro div.title .main {
	color: #008ccf;
	font-size: clamp(1.4rem, 0.891rem + 2.55vw, 2.8rem);
	text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 0px 2px 0 #ffffff,  0 -2px 0 #FFF, -2px 0 0 #ffffff, 2px 0 0 #ffffff;
}

#intro div.title .main,
#intro div.title .main span.br {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: #eeeeee;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

#intro div.title .sub {
	font-size: 130%;
}

#intro .main-image {
	inline-size: fit-content;
	margin: 2em auto;
}

#intro .main-image img {
	inline-size: 100%;
	block-size: auto;
	animation: logoBound 0.65s linear 0s 1;
}

@keyframes logoBound {
	0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
	10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
	20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
	30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
	40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
	50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
	60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

#intro ul {
	position: relative;
	inset-inline-start: -15px;
	inline-size: fit-content;
	margin: 1em auto;
}

#intro ul img {
	inline-size: 1.5em;
	block-size: 1.5em;
}

#intro .time {
	inline-size: fit-content;
	margin: 1em auto;
	padding: 0.2em 1em;
	color: #ffffff;
	font-size: 160%;
	text-align: center;
	background: #cc6600;
	border-radius: 2em;
}

#intro div.box figure img {
	inline-size: auto;
	block-size: 800px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

div.info {
	font-size: 150%;
	text-align: center;
}

@media screen and (max-width: 800px) {
   #intro div.modified p.ta-c {
		text-align: left !important;
	}
    
    /*
	#intro div.modified br {
		display: none;
	}
	*/
}

@media screen and (max-width: 750px) {
    #intro div.box figure img {
		inline-size: 100%;
		block-size: auto;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}
}

/* L2 **************************************** セットリスト **************************************** */

div.set-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 50px;
	box-sizing: border-box;
	
	opacity: 1;
	transition: opacity 0.2s linear;
}

div.set-list ol {
	list-style-type: decimal;
}

/* L2 **************************************** アーティスト情報 **************************************** */

#cast figure {
	position: relative;
	margin-inline: 1px;
	padding: min(1vw, 10px);
}

#cast figure img[width] {
	max-inline-size: 300px;
	inline-size: 100%;
	object-fit: contain;
}

#cast figure img[height] {
	max-block-size: 300px;
	min-block-size: 130px;
	block-size: 30vw;
	object-fit: contain;
}

#cast figure.horizontal img[height] {
	max-block-size: 200px;
	min-block-size: 90px;
	block-size: 20vw;
	object-fit: contain;
}

/* L2 **************************************** comment **************************************** */

#cast figure[data-comment] figcaption p.icon {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	inset-inline-end: 3px;
	inset-block-start: 3px;
	inline-size: clamp(1.6rem, 1.164rem + 2.18vw, 2.8rem);
	block-size: clamp(1.6rem, 1.164rem + 2.18vw, 2.8rem); 
	color: #ffffff;
	line-height: 1.0;
	border-radius: 50%;
	background: #cc6600;
	border: 2px solid #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
}

#cast figure[data-comment] figcaption p.icon i {
	font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
	margin: 0;
}

#cast figure[data-comment] img {
	cursor: pointer;
}

#comment {
	position: fixed;
	z-index: 65536;
	display: flex;
	justify-content: center;
	align-items: center;
	inset-block-start: 0;
	inset-inline-start: 0;
	inline-size: 100%;
	block-size: 100%;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	transition: opacity 0.3s linear;
}

#comment.fixed {
	opacity: 1;
}

#comment div.wrapper {
	max-inline-size: 1200px;
	padding: 4%;
	font-size: clamp(1rem, 0.782rem + 1.09vw, 1.6rem);
	line-height: 1.8;
	box-sizing: border-box;
}

#comment p.artist {
	margin-block-end: 1em;
	padding-block: 0.3em;
	background: #cc6600;
	text-align: center;
	border-radius: 5px;
}

#comment p.close {
	cursor: pointer;
	position: absolute;
	inset-inline-end: 0.8em;
	inset-block-start: 0.8em;
	font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
	color: #ffffff;
	line-height: 1.0;
}

div.video-center {
	display: grid;
	max-inline-size: none;
	gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

div.video-center figure {
	margin: 0;
}
