body {
	font-size: 100%;
	line-height: 2.1;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f0f3f3;
	background-size: cover;
}
/*-------------------------- Container --------------------------*/
.container {
	width: 100vw;
	height: 100vh;
}
/*------------- wrap-top-------------*/
#wrap-top{
	position:relative;
	padding-top:0;
}

/*FOOTER*/
#footer-about{
	margin-top:0;
	clear:both;
	width:100%;
	background:#c8c8c8;
}
#footer-about nav{
	padding:60px 0 40px 0;
	overflow:hidden;
}
#footer-about ul{
	position:relative;
	left:50%;
	float:left;
}
#footer-about ul a{
	float:left;
	left:-50%;
	padding-bottom:20px;
	margin:0 40px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1em;
	color:#333;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#footer-about ul .arrow{
	padding-right:30px;
}
#footer-about ul .blank{
	padding-right:30px;
	background:url(../../img/icn_newwindow_333.svg) no-repeat right;
	background-size:20px 20px;
}
#footer-about ul li.arrow::before{
	position: absolute;
	top: 9px;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 3px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footer-about ul a:hover
,#footer-about ul a:active{
	text-decoration:none;
	padding-bottom:10px;
	border-bottom:1px solid #8f6a26;
	color:#8f6a26;
}

@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#footer-about nav{
		padding:50px 0 30px 0;
	}
	#footer-about ul a{
		margin:0 30px;
	}
}
@media screen and (max-width: 850px) , (max-device-width : 850px) {
	#footer-about nav{
		padding:50px 0;
	}
	#footer-about ul,
	#footer-about ul a{
		float:none;
		left:0;
		text-align:center;
		display:block;
		width:80%;
		margin:20px auto 0;
	}
	#footer-about ul a{
		border-bottom:1px solid #999;
	}
	#footer-about ul a:hover{
		text-decoration:none;
		padding-bottom:20px;
	}
	#footer-about ul a li{
		width:auto;
	}
	#footer-about ul a .fst{
		margin-top:0;
	}
	#footer-about ul .arrow,
	#footer-about ul .blank{
		padding-right:0;
	}
}
@media screen and (max-width: 480px) , (max-device-width : 480px){
	body{
		font-size:0.9rem;
	}
}