@charset "utf-8";
/*=============================================================
 footer
=============================================================*/
/* footer
-------------------------------------------------------------*/
#footer{
  color:#fff;
  font-size:14px;
	line-height:1.4;
	background:#000;
  margin-top:auto;
	position:relative;
}
#footer a{color:#ccc;}
#footer .contentsInner{position:relative;}
/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{
	font-size:13px;
	text-align:center;
	margin-right:-564px;
	visibility:hidden;
	position:fixed;
	right:50%;
	bottom:-1px;
	z-index:11;
	opacity:0;
	transition:opacity .4s, visibility .4s;
}
#ftr-pagetop.show,
#ftr-pagetop.bottom{
	visibility:visible;
	opacity:1;
}
#ftr-pagetop.bottom{
	margin-right:40px;
	position:absolute;
	right:0;
	top:1px;
	bottom:auto;
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
}
#ftr-pagetop a{
	color:#000;
	line-height:36px;
	text-decoration:none;
	background-color:#ccc;
	box-sizing:border-box;
	display:block;
	width:126px;
	height:36px;
	padding:0 12px 0 30px;
	position:relative;
	transition:height .2s;
	/*border: 1px solid #000;*/
}
#ftr-pagetop a:hover{height:40px;}
#ftr-pagetop a::before{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	position:absolute;
	top:17px;
	left:18px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
/*ftr-copyrightArea
-------------------------------------------------------------*/
#ftr-copyrightArea{
	border-top: 1px solid #202020;
	height: 54px;
}

#ftr-copyrightArea>.contentsInner{
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* ftr-link
-------------------------------------------------------------*/
#ftr-link{width: 200px;}
/* ftr-copyright
-------------------------------------------------------------*/
#ftr-copyright{
	width: calc((100% - 220px));
	font-size:12px;
	text-align:right;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){

/* footer
-------------------------------------------------------------*/

/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{right:10px;}
#ftr-pagetop.bottom{margin-right: 10px;}
#ftr-pagetop a{

}
/*ftr-copyrightArea
-------------------------------------------------------------*/
#ftr-copyrightArea{
	border-top: 1px solid #202020;
	height: 100px;
}

#ftr-copyrightArea>.contentsInner{
	width: auto;
	height: 100px;
	display: block;
	text-align: center;
}
/* ftr-link
-------------------------------------------------------------*/
#ftr-link{
	padding-top:20px;
	width: auto;
}

/* ftr-copyright
-------------------------------------------------------------*/
#ftr-copyright{
	width: 100%;
	padding-top:10px;
	padding-bottom:20px;
}


}
