@charset "UTF-8";
/*================================================
フッター専用CSS
================================================*/

/* footer
--------------------------------------------------------------------*/

#footer {}

/* footer_gotop
--------------------------------------------------------------------*/

.footer_gotop a {
	display:block;
	width:40px;
	height:40px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(/static/full/images/footer/footer_gotop.png) no-repeat;
	background-size:40px 40px;
	position:fixed;
	bottom:100px;
	right:50px;
	z-index: 100;
}

/* footer_content
--------------------------------------------------------------------*/

.footer_content {
	background-color: #fff;
}
.footer_content_inner {
	min-width: 1200px;
	padding: 40px;
}
.footer_logo {
	text-align: center;
}
.footer_logo_title {
	max-width: 100%;
}
.footer_logo_link {
	display: inline-block;
	width: 200px;
	padding: 61px 0 0;
	height: 0;
	background: url(/static/full/images/footer/footer_logo.png) no-repeat center top;
	background-size: 200px 61px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.footer_menu {
	background-color: #000;
}
.footer_menu_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 1200px;
	height: 100%;
	padding: 40px;
}
.footer_menu_main {}
.footer_menu_sub {}
.footer_menu_list:before, .footer_menu_list:after {
	content: none;
}
.footer_menu_list {
	display: flex;
	align-items: center;
	margin-left: -32px;
	margin-right: -32px;
}
.footer_menu_item {
	padding: 0 32px;
}
.footer_menu_link {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	transition: all .4s;
}
.footer_menu_link:hover {
	color: #fff;
	text-decoration: none;
	opacity: .5;
}
.footer_member_link {
	display: inline-block;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	padding: 5px 0;
	transition: all .4s;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.footer_member_link:hover {
	color: #fff;
	text-decoration: none;
	opacity: .5;
}
.footer_sitemap {
	display: flex;
	justify-content: space-between;
}
.footer_sitemap_main {
	width: 720px;
}
.footer_sitemap_sub {}
.footer_nav {}
.footer_nav_list:before, .footer_nav_list:after {
	content: none;
}
.footer_nav_list {
	display: flex;
	flex-flow: column wrap;
	height: 105px;
	margin: -17px -10px 0;
}
.footer_nav_item {
	height: 18px;
	line-height: 1.6;
	margin-top: 17px;
	padding: 0 10px;
}
.footer_nav_link {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1.6;
	transition: all .4s;
}
.footer_nav_link:hover {
	color: #000;
	text-decoration: none;
	opacity: .5;
}
.footer_nav_overseas {
	background: url(/static/common/images/icon_overseas.svg) right top no-repeat;
	background-size: 8px 6px;
	padding: 0 10px 0 0;
}

/* footer_sns_nav
--------------------------------------------------------------------*/
.footer_sns_nav {}
.footer_sns_list:before, .footer_sns_list:after {
	content: none;
}
.footer_sns_list {
	display: flex;
	align-items: center;
	margin-left: -14px;
	margin-right: -14px;
}
.footer_sns_item {
	text-align: center;
	padding: 0 14px;
}
.footer_sns_item:last-child {
	border-right: 0;
}
.footer_sns_link {
	display:block;
	transition: all .4s;
}
.footer_sns_link:hover {
	opacity: .5;
}
.footer_sns_facebook {}
.footer_sns_facebook svg {}
.footer_sns_instagram {}
.footer_sns_instagram svg {}
.footer_sns_linkedin {}
.footer_sns_linkedin svg {}
.footer_sns_twitter {}
.footer_sns_twitter svg {}
.footer_sns_youtube {}
.footer_sns_youtube svg {}

/* footer_copyright
--------------------------------------------------------------------*/

.footer_copyright {
	font-family: "Roboto", sans-serif;
	font-size: 11px;
}




