* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
}

#wrap {
	width: 100%;
	overflow: hidden;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
}