*, *::before, *::after {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: clamp(7px, 0.69vw, 10px);
	overflow: inherit !important;
	margin: 0 !important;
}

body {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff !important;
	color: var(--color-black02);
	font-family: var(--font-gothic);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	overflow-x: hidden;

	--wp--preset--font-size--large: 1.6rem;
}

body:not(.home) {
	padding-top: var(--header-height);
}

body.admin-bar {
	margin-top: -32px;
}

@media screen and (max-width: 1024px) {
	body {
		--wp--preset--font-size--large: 2.2rem;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		margin-top: -46px;
	}
}

h1 {
	line-height: 1.25;
}

h2 {
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1.3;
	font-family: var(--font-Oswald);
}

h3 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.44;
	font-family: var(--font-Oswald);
}

p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}

ul, ol, li {
	list-style: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a, button {
	text-decoration: none;
	transition: opacity .11s ease, color .32s ease, background-color .32s ease;
	color: inherit;
}

a:hover, button:hover {
	opacity: 0.5;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	max-height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

@media screen and (max-width: 782px) {
	h2 {
		font-size: 4.0rem;
	}

	h3 {
		font-size: 2.5rem;
	}
}