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

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

#kitayama-aoyama 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 **************************************** テイチク創立90周年記念×カラオケファン企画 **************************************** */

/* L2 **************************************** 詳細 **************************************** */

div.detail {
	
}

div.detail p,
div.detail ul {
	margin-block: 1em;
}

div.detail .item {
	inline-size: fit-content;
	margin: 1em auto;
	padding: 0.2em 1em;
	color: #008ccf;
	font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
	text-align: center;
	border-radius: 2em;
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: #eeeeee;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

div.detail .item span.br {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: #eeeeee;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

div.detail .time {
	inline-size: fit-content;
	margin: 1em auto;
	padding: 0.2em 1em;
	font-size: 120%;
	text-align: center;
}

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

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

@media (max-width: 768px) {
	div.detail figure img[height] {
		max-block-size: none;
		block-size: auto;
		max-inline-size: 400px;
		inline-size: 100%;
	}
}



div.detail ul.shop {
	font-size: 120%;
}

div.detail ul p {
	margin-block: 0;
}

div.detail ul p.note {
	color: #666666;
}

div.detail ul p.note::before {
	content: "\f044";
	margin-inline-end: 0.3em;
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
}