@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}
header, footer, main, nav, section, article, figure, figcaption {
	display: block;
}
html, body, header, footer, main, nav, section, article, figure, figcaption,
div, p, ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border: none;
}


::selection {
	color: #000;
	background: #fff;
	opacity: 1;
}





body {
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
	background: #000;
}
.home h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.home h2 {
	text-align: center;
}