body {
	margin: 0;
	padding: 0;
	top: 0;
    left: 0;
	overflow-x:hidden;
	
}
* {
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
}

@media (prefers-color-scheme: dark) {
	html {
	  color-scheme: unset;
	}
	body {
	  background-color: #fff !important;
	}
  }
  

button,
h1,
h2,
h3,
p {
	margin: 0;
	border: 0;
	padding: 0;
	/* background-color: transparent; */
}
button:focus {
	outline:0;
}

.noscript_root {
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #0B3067;
}

.noscript_container {
	position:relative;
	padding: 45px;
	top: 50px;
	width: 50%;
	color: white;
	border: 1px solid white;
	display: block;
}

.noscript_h1 {
	font-family: 'Sans-serif', 'Arial';
	font-weight: bold;
	font-size: 48px;
	margin-top: 10px;
	margin-bottom: 25px;
	display: block;
}

.noscript_h2 {
	font-family: 'Sans-serif', 'Arial';
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

.noscript_p {
	font-family: 'Sans-serif', 'Arial';
	font-weight: normal;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.5;
	letter-spacing: 0.1em;
	display: block;
}

.noscript_p_center {
	font-family: 'Sans-serif', 'Arial';
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
	display: block;
}

*,
::before,
::after {
	box-sizing: inherit;
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
}



@font-face {
	font-family: 'NotoSans';
	src: url(/fonts/noto-sans-jp-v42-latin-regular.woff2) format('woff2');
	
}

@font-face {
	font-family: 'NotoSans';
	src: url(/fonts/noto-sans-jp-v42-latin-700.woff2) format('woff2');
	font-weight: 700;
	
}

@font-face {
	font-family: 'axia';
	src: url(/fonts/axia-regular.woff2) format('woff2');
	
}
@font-face {
	font-family: 'axia';
	src: url(/fonts/axia-regular.woff2) format('woff2');
	
}

@font-face {
	font-family: 'axia';
	src: url(/fonts/axia-bold.woff2) format('woff2');
	font-weight: 700;
	
}
@font-face {
	font-family: 'axia';
	src: url(/fonts/axia-black.woff2) format('woff2');
	font-weight: 900;
}
	

@keyframes rotateBg {
	0% {
		background-position: left
	}
	50% {
		background-position: right}
		
	100% {
		background-position: left
	}
}
