@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周年記念コンサート ######################################## */

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

#live 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 {
	max-inline-size: 950px;
	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: 2em 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: #336699;
	border-radius: 2em;
}

#intro figure img {
	inline-size: auto;
	block-size: 550px;
	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: 650px) {
    #intro figure img {
		inline-size: 100%;
		block-size: auto;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}
}

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

#artists figure {
	margin-inline: 1px;
	padding: min(1%, 10px);
}

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

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

