.footer {
	background-color: #E6E3D9;
	padding: 8.4rem 4rem;
}
.footer_container {
	max-width: 116rem;
	margin: auto;
}
.footer_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2.4rem;
}
.footer_logo_left {
	width: 25.8rem;
}
.footer_logo_right {
	width: 14.7rem;
}
.footer_logo_femme {
	width: 26.8rem;
}
.footer_box_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 1rem;
	margin: 5.2rem 0 3.2rem;
}
.footer_box_left {
	display: flex;
	column-gap: 3.6rem;
}
.footer_menu_title {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.3rem;
	color: var(--maincolor);
	width: 10rem;
	height: 2.5rem;
	display: grid;
	place-items: center;
	border: 1px solid var(--maincolor);
	border-radius: 2rem;
}
.footer_list {
	display: flex;
	column-gap: 2.5rem;
}
.footer_list_item_link {
	font-family: neue-haas-grotesk-text, sans-serif;
	color: var(--maincolor);
	border-bottom: none;
	padding: 0;
}
.footer_list_item_link .link_btn_text_en {
	font-size: 1.3rem;
}
.footer_box_right {
	display: flex;
	column-gap: 1.5rem;
	margin-left: auto;
}
.footer_link {
	font-family: neue-haas-grotesk-text, sans-serif;
	color: #fff;
	letter-spacing: 0.02em;
	width: 10rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: .5rem;
	border: 1px solid var(--maincolor);
	border-radius: 2rem;
	background-color: var(--maincolor);
}
.footer_link.link_btn {
	padding: 0;
	border-bottom: none;
}
.footer_link .link_btn_text_en {
	font-size: 1.2rem;
	color: #fff;
}
.footer_link_online_icon {
	width: 1.5rem;
}
.footer_box_middle {
	display: flex;
	column-gap: 3.6rem;
	margin-left: 55%;
}
.footer_bottom {
	padding-top: 1.6rem;
	margin-top: 5.6rem;
	border-top: 1px solid rgba(70, 98, 115, 0.7);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copyright_text {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.4rem;
	color: var(--maincolor);
}
.scroll_top {
	display: flex;
	align-items: center;
	column-gap: .8rem;
	cursor: pointer;
}
.scroll_top.link_btn {
	border-bottom: none;
	padding: 0;
}
.scroll_top_text {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.3rem;
	color: var(--maincolor);
}
.scroll_top_arrow {
	width: 3.1rem;
	height: 3.1rem;
	background-color: var(--maincolor);
	border-radius: 50%;
	display: grid;
	place-items: center;
}
.scroll_top_arrow img {
	width: .8rem;
}
@media (max-width: 767px) {
	.footer {
		padding: 11rem 2rem 8rem;
	}
	.footer_logo {
		        column-gap: 1.3rem;
	}
	.footer_logo_left {
		width: 12.5rem;
	}
	.footer_logo_right {
		width: 7.2rem;
	}
	.footer_logo_femme {
		width: 13.5rem;
	}
	.footer_box_top {
		margin: 7.5rem 0 3rem;
		row-gap: 3rem;
	}
	.footer_box_left {
		column-gap: 3rem;
	}
	.footer_list {
		flex: 1;
		flex-wrap: wrap;
		gap: 2.4rem 3.5rem;
	}
	.footer_box_right {
		margin-left: 13rem;
	}
	.footer_box_middle {
		margin-left: 0;
		column-gap: 3rem;
	}
	.footer_box_middle .footer_list {
		flex-direction: column;
		row-gap: 2rem;
	}
	.footer_bottom {
		flex-direction: column-reverse;
		margin-top: 7.5rem;
		padding-top: 3rem;
	}
	.scroll_top_text {
		font-size: 1.3rem;
	}
	.copyright {
		margin-top: 3.2rem;
	}
	.copyright_text {
		font-size: 1.3rem;
	}
}