@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
color:#000000;
margin:0;
padding:0;
background:#e5e5e5; /* fcfcfa */
/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
/*  font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
font-family: 'Noto Sans JP', sans-serif;
text-align:center;
font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;
}

a:link{ color:#000;text-decoration:none;}
a:visited{ color:#000;text-decoration:none;}
@media screen and (min-width: 769px) {
a:hover{ color:#000;text-decoration:none;}
}
a:active{ color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
a {
 	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media screen and (min-width: 769px) {
a:hover {
	opacity:0.8;
}
}

/*
html ----------------------------------------------------------*/

@media screen and (max-width: 1200px) {
	
}

/* body base
===============================================================*/

img {
	max-width: 100%;
	height: auto;
}
.l-inner {
	max-width: 1200px;
	box-sizing: content-box;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.l-wrap {
		overflow: hidden;
	}
}
@media screen and (max-width: 750px) {
	.l-inner {
		padding: 0 20px;
	}
}



/* header
===============================================================*/

body {
	padding-top: 80px;
}

.c-header {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.c-headerWrap {
	position: relative;
	height: 80px;
}
.c-header__logo {
	position: absolute;
	top: 50%;
	left: 23px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-header__logoImg {
	width: 188px;
	display: inline-block;
	vertical-align: baseline;
}

.c-header__btn {
	position: absolute;
	top:0;
	right: 0;
	width: 200px;
	height: 100%;
}
.c-header__btn a {
	background: #FFF;
	font-family: 'Anton', sans-serif;
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	font-size: 24px;
	line-height: 1;
}



@media screen and (max-width: 750px) {
	body {
		padding-top: 40px;
	}
	.c-headerWrap {
		height: 40px;
	}
	.c-header__logo {
		left: 12px;
		width: 95px;
	}
	.c-header__logoImg {
		width: 95px;
	}
	.c-header__btn {
		width: 80px;
		height: 100%;
	}
	.c-header__btn a {
		font-size: 14px;
		line-height: 1;
	}
	
}














.c-footer {
	background: #000;
}
.c-footerWrap {
	padding: 0px 20px;
}
.c-footerCopy {
	font-family: 'Anton', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #FFF;
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	width: 100%;
	height: 80px;
}

.c-footerCopy span {
	display: block;
	padding: 0 20px;
}

@media screen and (max-width: 750px) {
	.c-pageTop {
		position: fixed;
		bottom: 0;
		right: 0;
	}
	.c-pageTop a {
		height: 50px;
		width: 50px;
	}
	.c-pageTop a:before {
		top: 14px;
		width: 18px;
		height: 18px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}

	.c-footer {
	}
	.c-footerWrap {
		padding: 0px 15px;
	}
	.c-footerCopy {
		font-size: 11px;
		line-height: 1.4;
		width: 100%;
		height: 50px;
	}
	.c-footerCopy span {
		display: block;
		padding: 0 20px;
	}
}


