@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: normal;
	font-size: 100%;
	font: inherit;
}
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	line-height: 1;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	font-size: 1.3rem;
	color: #2d3230;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
}
p {
	line-height: 2;
}
a {
	outline: none;
	text-decoration: none;
	transition: ease 0.3s;
}
a:hover img {
	opacity: 0.8;
	transition: ease 0.3s;
}
article, aside, footer, header, nav, section, main {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
img, video {
	max-width: 100%;
	border-style: none;
	vertical-align: bottom;
}
em, strong {
	font-style: normal;
	font-weight: inherit;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}
button, input, select, textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: middle;
}
pre, textarea {
	overflow: auto;
}
select {
	border: none;
	outline: none;
	background: transparent;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}
button, input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}
*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.wrap {
	overflow: hidden;
	width: 100%;
}
.sa {
	opacity: 0;
	transition: all .5s ease;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa-up {
	transform: translate(0, 50px);
}
@media screen and (min-width:768px) {
	body {
		min-width: 1200px;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.pcno {
		display: none !important;
	}
}
@media screen and (max-width:480px) {
	.spno {
		display: none !important;
	}
}