@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


header, main, figure {
	display: block;
	margin: 0;
	padding: 0;
}

header, main, figure,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;

}
img {
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
html,
body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
input,
textarea,
button {
	font-family: "Noto Sans JP", sans-serif;
}

li {
	list-style: none;
}

address {
	font-style: normal;
	font-weight: normal;
}

.vol {
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0.1em;
}

#entry .content .box dl.multi ol li:nth-child(1)::before {
	content: "❶";
}
#entry .content .box dl.multi ol li:nth-child(2)::before {
	content: "❷";
}
#entry .content .box dl.multi ol li:nth-child(3)::before {
	content: "❸";
}
#entry .content .box dl.multi ol li:nth-child(4)::before {
	content: "❹";
}
#entry .content .box dl.multi ol li:nth-child(5)::before {
	content: "❺";
}
#entry .content .box dl.multi ol li:nth-child(6)::before {
	content: "❻";
}
#entry .content .box dl.multi ol li:nth-child(7)::before {
	content: "❼";
}
#entry .content .box dl.multi ol li:nth-child(8)::before {
	content: "❽";
}
#entry .content .box dl.multi ol li:nth-child(9)::before {
	content: "❾";
}






