@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700");
@import url("https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap");

/* General ************************************************************** */

body {
	font-family: 'Noto Sans JP', "游ゴシック", Yu Gothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
	background-color: #000;
	color: #ccc;
	}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:0;
}

a {
}

a:hover {
}

p {
}


.only-sp {
	display: none;
}

.only-pc {
	display: block;
}

@media only screen and (max-width: 1023px) {

	.only-sp {
		display: block;
	}
	.only-sp {
		display: none;
	}
}