@charset "utf-8";
/* =============
 css reset
================ */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, sub, sup, 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: baseline;
	background: transparent;
}
html {
	overflow-y: scroll;
	color: #222;
	font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	min-width: 320px;
	height: 100%;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.6em; /* for GC. defalut font-size:1.6rem = 16px */
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	word-break: break-word;
	background-color: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	color: #222;
	vertical-align: baseline;
	text-decoration: none;
	-webkit-transition:all linear 0.2s;
	transition:all linear 0.2s;
}
a:link {
	display: inline-block;
}
a:hover {
	opacity: 0.7;
	cursor: pointer;
}
a:focus {
	outline: none;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
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;
}
/* =============
 responsive
================ */

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	max-width: 100%;
}

@media screen and (min-width: 813px) {
.pcNone{
	display: none !important;
}
.pcNone.-tablet{
	display: none !important;
}
}
@media screen and (max-width: 813px) {
.spNone{
	display: none;
}
.pcNone.-tablet{
	display: none !important;
}
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
.pcNone.-tablet{
	display: block !important;
}
}

/* =============
 header
================ */

.global-header{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:2px 40px;
	background-color: #fff;
}

.global-header .header-innner{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.global-header .header-innner .header-logo{
	width: 296px;
}
.global-header .header-innner .js-nav-open{
	display: none;
}
.global-header .header-innner .header-link{
	width: 426px;
	letter-spacing: -0.4em;
}
.global-header .header-innner .header-link li{
	display: inline-block;
	letter-spacing: normal;
	width: 140px;
	margin-left: 3px;
}
.global-header .header-innner .header-link li:first-child{
	margin-left: 0;
}
.global-header .header-innner .header-link li a{
	display: block;
	background-color: #eeeeee;
	text-align: center;
	line-height: 74px;
	color: #000000;
	text-decoration: none;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.global-header .header-innner .header-link li a:hover{
	background-color: #cc0000;
	color: #fff;
}

@media screen and (max-width: 813px) {
.global-header{
	border-top: none;
	padding: 0;
}

.global-header .header-innner{
	display: block;
	padding:0;
	position: relative;
}

.global-header .header-innner .header-logo{
	width: 39.47%;
	margin-left: 10px;
	line-height: 54px;
}

.global-header .header-innner .js-nav-open{
	display: block;
	width: 27px;
	height: 2px;
	background: #686f7a;
	position: absolute;
	top: 25px;
	right: 25px;
}
.global-header .header-innner .js-nav-open:before,
.global-header .header-innner .js-nav-open:after{
	content: '';
	display: block;
	width: 27px;
	height: 2px;
	background: #686f7a;
	position: absolute;
}
.global-header .header-innner .js-nav-open:before{
	top: -6px;
}
.global-header .header-innner .js-nav-open:after{
	bottom: -6px;
}
.global-header .header-innner .header-link{
	width: 100%;
	display: none;
	position: absolute;
	z-index: 10;
	letter-spacing: normal;
}
.global-header .header-innner .header-link.open{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.global-header .header-innner .header-link li{
	display: block;
	width: 100%;
	margin-left: 0;
	padding: 0;
	line-height: 65px;
	border-bottom: 1px solid #ccc;
}
.global-header .header-innner .header-link li:first-child{
	margin-left: 0;
}
.global-header .header-innner .header-link li:last-child{
	border: none;
}
.global-header .header-innner .header-link li a{
	display: block;
	padding: 0 20px;
	background-color: #2e3642;
	text-align: left;
	color: #fff;
}
.global-header .header-innner .header-link li a:hover{
	background-color: #cc0000;
	color: #fff;
}
}
/* =============
 footer
================ */

.global-footer{
	border-top: 4px solid #cc0000;
	background-color: #000000;
	line-height: 100px;
}
.global-footer .footer-innner{
	width: 950px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: auto;
	padding: 0 90px;
}
.global-footer .footer-innner small{
	color: #fff;
	font-size: 16px;
}
.global-footer .footer-innner .footer-logo{
	width: 318px;
}
@media screen and (max-width: 813px) {
.global-footer{
	border-top: 2px solid #cc0000;
	line-height: 55px;
}
.global-footer .footer-innner{
	width: 100%;
	display: block;
	padding: 0;
	text-align: center;
}
.global-footer .footer-innner small{
	font-size: 12px;
	font-size: 1.2rem;
}
.global-footer .footer-innner .footer-logo{
	display: none;
}
}
/* c-pagetop */
.page-top{
	display: none;
	position: fixed;
	bottom : 30px;
	right : 30px;
	z-index : 9999;
}

.page-top a{
	display: block;
	position: relative;
	font-size: 0;
	width: 60px;
	height: 60px;
	background: #6d777c;
}
.page-top a:before{
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	background: transparent;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.page-top a:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
}
.page-top a:after{
	display: block;
	content: 'PAGE TOP';
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
	position: absolute;
	left: 5px;
	bottom: 4px;
}