@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

Reset.css

------------------------------------------------- */
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 180%;
	list-style: none;
}
body {
	color: #222;
	font-size: 0.9em;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #222;
	outline: none;
	text-decoration: none;
	transition: .3s;
}
a:hover {
	color: #ec661b;
}
a:active {
	text-decoration: under-line;
}
a img {
	border-style: none;
	transition: .3s;
}
/* Clearfix
------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* PC */
@media print, screen and (min-width:769px) {
.sp,.tt{
	display: none;
}
}

/* Tablet & SP */
@media screen and (max-width:768px) {
html {
	font-size: 6.25%;
}
body {
	font-size: 14rem;
}
div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
	box-sizing: border-box;
}
#wrapper img {
	width: 100%;
}
.pc{
	display: none;
}
}
/* Tabletのみ */
@media screen and (max-width:768px) and (min-width:641px) {
.tt {
	display: none;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {


}