*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

html,
body {
	position: relative;
	font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	width: 100%;
	font-size: 16px;
	text-align: center;
}

h1{
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 8rem;
}

h2{
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 2px;
	margin-bottom: 2rem;
}

h3{
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
}

ul {
	list-style: none;
}

ol{
	list-style-position: inside;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #fff;
}

p{
	color: #000;
	line-height: 1.5;
	letter-spacing: 1px;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width: 1024px) {
	html,
	body {
		font-size: 14px;
	}
	section{
		padding: 0 3rem 3rem!important;
	}
	section:nth-child(3){
		padding-top: 3rem!important;
	}
}
