@charset "UTF-8";


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;
	line-height: 1;
}
header, footer, nav, section, article, figure, figcaption {
	display: block;
}

html {
}

body {
	color: #000;
	background: #fff;
	font-weight: 400;
}

body,
input,
button {
	 font-family: "SST W55 Regular","游ゴシック", sans-serif;
}


a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

li {
	list-style-type: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

* {
	font-feature-settings: "liga" 0;
}

::selection {
	color: #fff;
	background: #000;
}


