@charset "utf-8";
/* CSS Document */
*, html, body, main, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, a, textarea, *::before, *::after {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent center center/contain no-repeat;
	box-sizing: border-box;
	list-style: none;
	letter-spacing: 0.02em;
}
img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: top;
}
a {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
input, select {
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
}
select {
	padding: 16px;
	font-size: 1.6rem;
	width: 100%;
	letter-spacing: 0.05em;
}
input[type="submit"], input[type="checkbox"], input[type="button"], button {
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
}
input[type="radio"] {
	-webkit-appearance: none;
	opacity: 0;
	position: absolute;
	z-index: -1;
}