@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 ######################################## 配信情報 ######################################## */

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

#songs 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 figure {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#intro .main-image img {
	max-inline-size: 750px;
	inline-size: 100%;
	block-size: auto;
}

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

/* L2 **************************************** 作品情報 **************************************** */

article {
	padding: 5px 4% 2em 4%;
	margin-block-start: 1em;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
}

article p,
article ul {
	margin-block: 1em;
}

article ol {
	list-style-type: decimal;
}

article ol::marker {
	content: counter(list-item) ".\00A0\00A0"; /* 余白を追加 */
}

article .title {
	inline-size: fit-content;
	margin: 1em auto;
	padding: 0.2em 1em;
	color: #ffffff;
	font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
	text-align: center;
	background: #008ccf;
	border-radius: 2em;
}

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

article figure.jacket {
	max-inline-size: 500px;
	inline-size: 90%;
}

article .credit {
	list-style-type: none;
	color: #666600;
	text-align: center;
}

article .credit li {
	display: inline-block;
	margin: 0;
}

article .credit li::after {
	content: " / ";
	margin-inline: 0.3em;
	color: #666666;
	font-size: 80%;
}

article .credit li:last-child::after {
	display: none;
}



article .box  p:first-child {
	color: #ff6600;
	font-size: 120%;
	text-align: center;
}

article p.catch {
	font-size: 140%;
	color: #cc0000;
}

article p.catch::before {
	content: "★";
	margin-right: 0.2em;
}