@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.svg) no-repeat;
	background-size:100% 100%;
	position:fixed;
	bottom:100px;
	right:50px;
	z-index: 100;
}

/* footer_content
--------------------------------------------------------------------*/

.footer_content {
	background-color: #f2f2f2;
}
.footer_content_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.footer_sitemap {
	display: flex;
	justify-content: space-between;
	padding: 6rem 0;
}
.footer_logo {
	width: 240px;
}
.footer_logo_title {
	max-width: 100%;
}
.footer_logo_link {
	display: block;
}
.footer_logo_image {
	width: 170px;
	height: auto;
}
.footer_nav {
	display: flex;
}
.footer_nav_block {
	display: block;
	width: 240px;
}
.footer_nav_title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
	line-height: 1.3;
	color: #555;
}
.footer_nav_list:before, .footer_nav_list:after {
	content: none;
}
.footer_nav_list {}
.footer_nav_item {
	margin-bottom: 0.7rem;
	line-height: 1.3;
}
.footer_sub .footer_nav_item {
	margin-bottom: 1.5rem;
}
.footer_nav_item:last-child {
	margin-bottom: 0;
}
.footer_nav_link {
	color: var(--color-text-link);
	font-size: 1.4rem;
}
.footer_nav_link:hover {
	color: var(--color-text-link);
}

/* footer_category
--------------------------------------------------------------------*/

.footer_category {}
.footer_category_content {
	display: flex;
	gap: 0 var(--goods-gutter-x);
}
.footer_category_list:before, .footer_category_list:after {
	content: none;
}
.footer_category_list {}
.footer_category_item {
	margin-bottom: 0.7rem;
}
.footer_category_item:last-child {
	margin-bottom: 0;
}
.footer_category_link {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #555;
}


/* footer_brand
--------------------------------------------------------------------*/

.footer_brand {}
.footer_brand_content {
	display: flex;
	gap: 0 var(--goods-gutter-x);
}
.footer_brand_list:before, .footer_brand_list:after {
	content: none;
}
.footer_brand_list {}
.footer_brand_item {
	margin-bottom: 0.7rem;
    font-size: 1.4rem;
    line-height: 1.3;
}
.footer_brand_item:last-child {
	margin-bottom: 0;
	margin-top: 2.0rem;
}
.footer_brand_link {
    color: #555;
}


/* footer_sns
--------------------------------------------------------------------*/
.footer_sns {
	padding: 0;
	position: absolute;
	bottom: 10rem;
	left: 0;
}
.footer_sns_list:before, .footer_sns_list:after {
	content: none;
}
.footer_sns_list {
	display: flex;
	justify-content: center;
	gap: 0 30px;
}
.footer_sns_item {
	text-align: center;
}
.footer_sns_link {
	display:block;
}
.footer_sns_link svg {
	fill: var(--color-sns-base);
}
.footer_sns_twitter {}
.footer_sns_facebook {}
.footer_sns_facebook_1 {}
.footer_sns_facebook_2 {
	fill: #fff;
}
.footer_sns_instagram {}
.footer_sns_youtube {}
.footer_sns_youtube_1 {}
.footer_sns_youtube_2 {
	fill: #fff;
}
.footer_sns_tiktok {}
.footer_sns_line {}
.footer_sns_line_1 {
	fill: #fff;
}
.footer_sns_line_2 {}


/* footer_copyright
--------------------------------------------------------------------*/

.footer_copyright {
	display:block;
	padding: 0 0 6.5rem;
	font-size: 1rem;
	text-align:center;
	position: absolute;
	left: 0;
	bottom: 0;
}


