@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	position: relative;
}

#base {
	width: 100%;
	height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

#base .sp-only {
	display: none;
}

img {
	width: 100%;
}

.logo {
	width: 450px;
}
.copy {
	color: #AAA;
	width: 800px;
	margin-top: 50px;
	text-align: center;
	font-size: 42px;
  font-weight: 900;
}
.copysmall {
	color: #AAA;
	text-align: center;
	margin-top: 0px;
	width: 800px;
	font-size: 16px;
  font-weight: 600;
}

.dwe {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 180px;
	z-index: -1;
	opacity: 0.5;
}
