@charset "UTF-8";
/*================================================
フッター専用CSS
================================================*/

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

#footer {}

/* footer_gotop
--------------------------------------------------------------------*/

.footer_gotop_scroll {
	display:block;
	width:50px;
	height:50px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	background-image:url(../images/footer/footer_gotop.svg);
	background-size:100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position:fixed;
	bottom:100px;
	right:50px;
	z-index: 100;
}
.footer_gotop_UN001 .footer_gotop_scroll {}
.footer_gotop_UN002 .footer_gotop_scroll {
	background-image:url(../images/footer/footer_gotop_UN002.svg);
}
.footer_gotop_UN003 .footer_gotop_scroll {}

/* footer_content
--------------------------------------------------------------------*/

.footer_content {
	background-color: #eff0f0;
}
.footer_content_inner {
	width: 100%;
	min-width: 1200px;
	padding: 0 30px;
}
.footer_sitemap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.footer_sitemap_main {
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 0 auto 0 0;
}
.footer_sitemap_sub {}
.footer_logo {
	width: 80px;
}
.footer_logo_title {
	max-width: 100%;
}
.footer_logo_link {
	display: block;
}
.footer_logo_image {
	max-width: 100%;
	height: auto;
}
.footer_nav {
	display: flex;
}
.footer_nav_block {
	display: block;
	width: 240px;
}
.footer_nav_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer_nav_list:before, .footer_nav_list:after {
	content: none;
}
.footer_nav_list {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer_nav_item {
	padding-right: 10px;
	border-right: 1px solid #000;
}
.footer_nav_item:last-child {
	padding-right: 0;
	border-right: 0;
}
.footer_nav_link {
	font-size:12px;
	line-height: 1.5;
}
.footer_nav_link:hover {
	color: inherit;
}

/* footer_category
--------------------------------------------------------------------*/

.footer_category {}
.footer_category_content {
	display: flex;
	margin: 0 -10px;
}
.footer_category_list {
	padding: 0 10px;
}
.footer_category_item {
	margin-bottom: 15px;
}
.footer_category_item:last-child {
	margin-bottom: 0;
}
.footer_category_link {
	font-size:12px;
}


/* footer_brand
--------------------------------------------------------------------*/

.footer_brand {}
.footer_brand_content {
	display: flex;
	margin: 0 -10px;
}
.footer_brand_list {
	padding: 0 10px;
}
.footer_brand_item {
	margin-bottom: 15px;
}
.footer_brand_item:last-child {
	margin-bottom: 0;
}
.footer_brand_link {
	font-size:12px;
}


/* footer_sns
--------------------------------------------------------------------*/
.footer_sns {
	background-color: #000;
	padding: 60px 30px;
}
.footer_sns.footer_sns_UN002 {
	background-color: var(--color-background-furla);
}
.footer_sns_list:before, .footer_sns_list:after {
	content: none;
}
.footer_sns_list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.footer_sns_item {
	text-align: center;
}
.footer_sns_link {
	display:inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.footer_sns_title {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.footer_sns_UN002 .footer_sns_title {
	color: var(--color-sns-furla-text);
}
.footer_sns_facebook_1 {}
.footer_sns_facebook_2 {}
.footer_sns_line_1 {}
.footer_sns_line_2 {}
.footer_sns_UN002 svg {
	fill: var(--color-sns-furla);
}
.footer_sns_UN002 .footer_sns_facebook_2 {
	fill: #fff;
}
.footer_sns_UN002 .footer_sns_line_1 {
	fill: #fff;
}
.footer_sns_UN003 svg {
	fill: var(--color-sns-garrack);
}
.footer_sns_UN003 .footer_sns_facebook_2 {
	fill: #000;
}
.footer_sns_UN003 .footer_sns_line_1 {
	fill: #000;
}
.footer_sns_twitter {}
.footer_sns_facebook {}
.footer_sns_instagram {}
.footer_sns_line {}




/* footer_copyright
--------------------------------------------------------------------*/

.footer_copyright {
	display:block;
	font-size:12px;
}