@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祭 ######################################## */

/* L1 ######################################## コンテンツ ######################################## */

#event {
	display: flex;
	flex-direction: column;
	gap: 1em;
    position: relative;
	max-inline-size: 1200px;
    margin: 3em auto;
}

#event 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: 750px;
	block-size: auto;
}

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

#intro .performer {
	inline-size: fit-content;
	margin: 1em auto;
	color: #666600;
	font-size: clamp(0.8rem, 0.545rem + 1.27vw, 1.5rem);
	text-align: center;
}



/* L2 **************************************** イベント詳細 **************************************** */

div.detail figure img[width] {
	max-inline-size: 700px;
	inline-size: 100%;
}

div.detail figure img[height] {
	max-block-size: 600px;
	block-size: 80vw;
}