@charset "utf-8";
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;font-style:normal;font-weight: normal;font-size: 100%;vertical-align: baseline;}
body {font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', Meiryo, sans-serif;
color: #222;letter-spacing: .13em;font-feature-settings: "palt" 1;font-kerning: auto;-webkit-font-smoothing: antialiased;}
ul {list-style: none;}
a:link ,a:visited {color: #000;text-decoration: none;}
img {width: 100%;vertical-align: bottom;}


@media all and (max-width:769px) {
	/* スマホ */
	html {font-size: calc(62.5% + 4 * (100vw - 320px) / 150);}
}

@media all and (min-width:770px) and (max-width:979px) {
	/* タブレット */
}

@media all and (min-width:980px) {
	/* PC */
	html {font-size: 62.5%;}
}
