@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: #eff0f0;
}
.footer_content_inner {
	width: 1200px;
	margin: 0 auto;
}
.footer_sitemap {
	display: flex;
	justify-content: space-between;
	padding: 6rem 0;
	border-bottom: 2px solid #e5e5e5;
}
.footer_logo {
	width: 300px;
	flex-shrink: 0;
}
.footer_logo_title {
	max-width: 100%;
}
.footer_logo_link {
	display: block;
}
.footer_logo_image {
	width: 132px;
	height: auto;
}
.footer_nav {
	display: flex;
	justify-content: flex-start;
	flex-grow: 1;
}
.footer_nav_block {
	display: block;
	width: 300px;
}
.footer_nav_title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.footer_nav_list:before, .footer_nav_list:after {
	content: none;
}
.footer_nav_list {
    margin: 0 0 3rem 0;
}
.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.2rem;
}
.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_toggle {
	display:flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1;
	/* font-weight:bold; */
	padding: 0;
	margin-bottom: 15px;
}
.footer_category_toggle:after {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-top: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	transform: rotate(135deg);
}
.footer_category_toggle.selected:after {
	margin-top: -3px;
	transform: rotate(-45deg);
}
.footer_category_menu[aria-hidden] {
	display: none;
}
.footer_category_list_medium {
	padding: 0 0 10px;
}
.footer_category_item_medium {
    margin-left: 1rem;
}
.footer_category_link {
	display:block;
	font-size: 1.2rem;
	padding: 0;
	position:relative;
	margin-bottom: 10px;
}

/* 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: 1.5rem;
}
.footer_brand_item:last-child {
	margin-bottom: 0;
}
.footer_brand_link {
	font-size:1.2rem;
}


/* footer_sns
--------------------------------------------------------------------*/
.footer_sns {
	padding: 40px 20px;
	border-top: 2px solid #e5e5e5;
}
.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:2.5rem 0;
	font-size:1.2rem;
	text-align:center;
	background-color: #eff0f0;
}




