@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, time,
a, abbr, acronym, address, em, strong, b, u, i,
dl, dt, dd, ol, ul, li,
img, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
header, footer, nav, section, article, figure, figcaption {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-x:hidden
}

body {
	color: #4a4a4a;
	background: #fff;
	font-weight: 400;
}

body,
input,
button {
	/*
	font-family: "Noto Sans JP", sans-serif;
	*/
	
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,Meiryo,"メイリオ","Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,Verdana,Arial,Helvetica,sans-serif
}

main a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

main a {
	color: #4a4a4a;
	text-decoration: none;
	cursor: pointer;
}



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

main img {
	vertical-align: bottom;
}
