@charset "UTF-8";

/* reset */
*,*::before,*::after{
	box-sizing:border-box;
	margin:0;
	padding:0;
}
html,body{
	overflow-x:hidden;
}
html{
	scroll-behavior:smooth;
	height:100%;
}
ol,ul{
	list-style:none;
}
img{
	max-width:100%;
	height:auto;
	display:block;
	vertical-align:bottom;
}
a{
	color:inherit;
	text-decoration:none;
}
button{
	font:inherit;
	background:none;
	border:0;
	cursor:pointer;
	color:inherit;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
