@charset "utf-8";
/*--------------------------------------
  0.Reset
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
sub, sup {
	font-size: 50%;
}
ruby {
	display: inline-table !important;
	text-align: center !important;
	white-space: nowrap !important;
	text-indent: 0 !important;
	margin: 0 !important;
	vertical-align: -21% !important;
	vertical-align: text-bottom !important;
	line-height: 1 !important;
}
ruby > rb, ruby > rbc {
	display: table-row-group !important;
	line-height: 1.2 !important;
}
ruby > rt, ruby > rbc + rtc {
	display: table-header-group !important;
	font-size: 50% !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
}
ruby > rbc + rtc + rtc {
	display: table-footer-group !important;
	font-size: 50% !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}
rbc > rb, rtc > rt {
	display: table-cell !important;
	letter-spacing: 0 !important;
}
rp {
	display: none !important;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
* {
	box-sizing: border-box;
}
/*--------------------------------------
  1.Font
--------------------------------------*/
body {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "arial", "helvetica", "sans-serif";
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-align: left;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
a {
	color: #000;
	text-decoration: none;
}
a.btn.over:hover {
	opacity: 0.7;
}
body * {
	box-sizing: border-box;
}
/*--------------------------------------
  2.Tools
--------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
* html .clearfix {
	zoom: 1;
}
*:first-child + html .clearfix {
	zoom: 1;
}
.u-mt0 {
	margin-top: 0px !important;
}
.u-mt5 {
	margin-top: 5px !important;
}
.u-mt10 {
	margin-top: 10px !important;
}
.u-mt15 {
	margin-top: 15px !important;
}
.u-mt20 {
	margin-top: 20px !important;
}
.u-mt25 {
	margin-top: 25px !important;
}
.u-mt30 {
	margin-top: 30px !important;
}
.u-mt35 {
	margin-top: 35px !important;
}
.u-mt40 {
	margin-top: 40px !important;
}
.u-mt45 {
	margin-top: 45px !important;
}
.u-mt50 {
	margin-top: 50px !important;
}
.u-mt55 {
	margin-top: 55px !important;
}
.u-mt60 {
	margin-top: 60px !important;
}
.u-mb0 {
	margin-bottom: 0px !important;
}
.u-mb5 {
	margin-bottom: 5px !important;
}
.u-mb10 {
	margin-bottom: 10px !important;
}
.u-mb15 {
	margin-bottom: 15px !important;
}
.u-mb20 {
	margin-bottom: 20px !important;
}
.u-mb25 {
	margin-bottom: 25px !important;
}
.u-mb30 {
	margin-bottom: 30px !important;
}
.u-mb35 {
	margin-bottom: 35px !important;
}
.u-mb40 {
	margin-bottom: 40px !important;
}
.u-mb45 {
	margin-bottom: 45px !important;
}
.u-mb50 {
	margin-bottom: 50px !important;
}
.u-mb55 {
	margin-bottom: 55px !important;
}
.u-mb60 {
	margin-bottom: 60px !important;
}
/*--------------------------------------
  3.Layout
--------------------------------------*/
/* COMMON */
img {
	max-width: 100%;
	height: auto;
}
/* PC */
@media screen and (min-width:1000px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	br.pc {
		display: inline-block;
	}
}
/* SP */
@media screen and (max-width:999px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	br.sp {
		display: inline-block;
	}
	img {
		width: 100%;
		height: auto;
	}
}
/*--------------------------------------
  4.Module
--------------------------------------*/
/*----clearfix----*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.01em;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px; /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.hide {
	display: none;
}