.footer {
	background-color: #4D4D4D;
	padding: 12rem 0 3rem;
}

.footer_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	position: relative;
}
.page_top {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
}
.page_top:after {
	content: "";
	width: .7rem;
	height: 1.2rem;
	background-image: url("../img/page-top-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s;
}
.page_top.active:after {
	animation-name: transformpagetop;
	animation-fill-mode: forwards;
	animation-duration: .5s;
	transition-timing-function: ease-out;
}
.page_top_text {
	font-family: aktiv-grotesk, sans-serif;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.05em;
}
.footer_logo {
	width: 15rem;
}
.footer_list {
	margin-top: 8rem;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	    gap: 4rem 6rem;
}
.footer_list_item_link {
	font-family: aktiv-grotesk, sans-serif;
	font-size: 1.7rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
}
.footer_list_item_blank {
	display: flex;
	align-items: baseline;
	gap: 1rem;
}
.footer_list_item_blank:after {
	content: "";
	width: 1.3rem;
	height: 1.4rem;
	background-image: url("../img/blank-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.footer_sns {
	display: flex;
	align-items: center;
	    gap: 3.5rem;
	margin-top: 10.8rem;
}
.footer_sns_text {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: 0.05em;
}
.footer_sns_item {
	display: block;
	color: inherit;
	text-align: center;
	p{
		font-size: 0.8rem;
		color: #fff;
	}
	img{
		width: 2.5rem;
		display: inline-block;
	}
}
.footer_bottom {
	margin-top: 9.5rem;
	position: relative;
}
.footer_bottom_language {
	background-color: #00CBCC;
	border-radius: 2rem;
	padding: .8rem 1.2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.footer_bottom_language_item {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.footer_bottom_language_item_link {
	font-family: aktiv-grotesk, sans-serif;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.05em;
}
.footer_bottom_language_item_arrow {
	width: .8rem;
	transition: transform .3s;
}
.footer_bottom_language.active .footer_bottom_language_item_arrow {
	transform: rotate(180deg);
}
.footer_bottom_language_accordion {
	display: none;
	cursor: pointer;
}
.footer_bottom_language_accordion .footer_bottom_language_item {
	margin-top: .8rem;
}
.footer_bottom_small {
 display: flex;
 gap: 7.5rem;
 margin-left: 13.4rem;
}
.footer_bottom_link {
	font-family: aktiv-grotesk, sans-serif;
	font-size: 1.3rem;
	color: #fff;
	line-height: 3rem;
	letter-spacing: 0.05em;
	
}
.footer_right {
	width: calc(62rem * var(--scale));
}
.footer_item {
	position: relative;
	padding-bottom: 3rem;
	display: flex;
	align-items: baseline;
	cursor: pointer;
	overflow: hidden;
}
.footer_item_line {
	content: "";
	width: 100%;
	height: .1rem;
	background-color: rgb(242 243 245 / .6);
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left top;
}
.footer_item:not(:first-child) {
	margin-top: 5.2rem;
}
.footer_item_accordion_arrow {
	content: "";
	width: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 3.2rem;
	transition: .3s;
}
.footer_item_accordion.active .footer_item_accordion_arrow {
	transform: rotate(180deg);
}
.footer_item_text_en {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 3.4rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
	width: 24.5rem;
}
.footer_item_text_ja {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.2;
}
.footer_item_link_blank {
	content: "";
	width: 1.3rem;
	position: absolute;
	right: 0;
	bottom: 3.7rem;
}
.footer_banner {
	display: block;
	width: 40rem;
	overflow: hidden;
	margin-top: 5.2rem;
}
.footer_banner_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.footer_item_accordion_content {
	margin-top: 2rem;
	margin-bottom: 5.2rem;
	display: none;
}
.footer_item_salon {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
}
.footer_item_salon_link {
	font-size: 1.25rem;
	color: #1E1E1E;
	line-height: 1;
	padding: 1.1rem 2rem;
	display: grid;
	place-items: center;
	border-radius: 100vmax;
	background-color: #F2F3F5;
	transition: .3s;
}
.footer_item_salon_link:hover {
	color: #fff;
	background-color: var(--main-color);
}
.footer_item_column {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1rem 3rem;
}
.footer_item_column_link {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	position: relative;
}
.footer_item_column_link:before {
	content: "";
	width: 1.2rem;
	height: .7rem;
	position: absolute;
	top: 3rem;
	right: 5.3rem;
	background-image: url(../img/arrow-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	align-self: center;
	filter: brightness(10);
}
.footer_item_column_link:hover:before {
	animation-name: transformLeftRight;
	animation-fill-mode: forwards;
	animation-duration: .5s;
	transition-timing-function: ease-out;
}
.footer_item_column_image {
	width: 6.5rem;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.footer_item_column_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.footer_item_column_text_en {
	font-family: ivymode, sans-serif;
	font-weight: 300;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
}
.footer_item_column_text_ja {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	margin-top: .5rem;
}
.footer_banner:hover .footer_banner_img {
	transform: scale(1.05);
}
.copyright {
	text-align: center;
	margin-top: 4.4rem;
}
.copyright_text {
	font-family: aktiv-grotesk, sans-serif;
	font-size: 1.1rem;
	color: #9B9B9B;
	letter-spacing: 0.05em;
}
@media (max-width:768px) {
	.footer {
		padding: 6.3rem 0 2.6rem ;
	}
	.page_top {
		bottom: inherit;
		top: 0;
		flex-direction: column-reverse;
	}
	.page_top_text {
		writing-mode: vertical-rl;
	}
	.footer_left {
		width: 100%;
		flex-direction: column;
		display: flex;
	}
	.footer_logo {
		width: 11rem;
		margin: auto;
		order: 1;
	}
	.footer_list {
		order: 4;
		margin-top: 5rem;
		margin-left: 5rem;
		gap: 3rem 5rem;
	}
	.footer_sns {
		order: 3;
/*		flex-direction: column;*/
		justify-content: center;
		gap: 3.3rem;
		margin-top: 7rem;
	}
	.footer_sns_text {
	display: none;
		font-size: 1.3rem;
	}
	.footer_list_item_link {
		font-size: 1.5rem;
	}
	.footer_bottom {
		order: 2;
		margin-top: 2.5rem;
		height: 2.5rem;
	}
	.footer_bottom_language {
		left: 50%;
		transform: translateX(-50%);
		padding: .6rem 1.4rem;
	}
	.footer_bottom_language_item_link {
		font-size: 1.1rem;
	}
	.footer_bottom_language_accordion .footer_bottom_language_item {
		margin-top: 1.8rem;
	}
	.footer_bottom_link {
		margin-left: 0;
		line-height: 1;
	}
	.footer_right {
		width: 100%;
		margin-top: 5rem;
	}
	.footer_item {
		flex-direction: column;
		align-items: flex-start;
		gap: .8rem;
		padding-bottom: 1.7rem;
	}
	.footer_item:not(:first-child) {
    margin-top: 2.5rem;
}
	.footer_item_text_en {
		font-size: 2.8rem;
	}
	.footer_item_text_ja {
		font-size: 1.1rem;
	}
	.footer_item_accordion_content {
		margin-top: 1.5rem;
		margin-bottom: 2.5rem;
	}
	.footer_item_salon {
		gap: .7rem;
	}
	.footer_item_salon_link {
		font-size: 1.1rem;
		padding: .8rem 1.7rem;
	}
	.footer_item_column {
		grid-template-columns: 1fr;
	}
	.footer_banner {
		width: 100%;
	}
	.copyright {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 0 2.4rem;
		align-items: end;
		margin-top: 7.5rem;
	}
	.copyright_sp {
	        text-align: justify;
        display: flex;
        flex-direction: column;
        gap: 15px;
	}
}