@charset "utf-8";
.c-sns {
	position: absolute;
	left: 50%;
	bottom: 18rem;
	width: 32rem;
	transform: translateX(-50%);
}
.c-sns li {
	margin-bottom: 13rem;
}
.c-sns li:last-child {
	margin-bottom: 0;
}
@media(min-width: 769px) {
	.c-sns a:hover {
		opacity: 0.7;
	}
}
@media(max-width: 768px) {
	.p-leftside .c-sns {
		display: none;
	}
}

.c-link__footer .c-sns {
	display: none;
}
.c-link__footer .banner {
	display: flex;
	height: 100%;
	width: fit-content;
}
footer .c-footer__sub .c-link__footer .banner {
	margin-left: 56rem;
}
footer .c-footer__sub .c-link__footer .banner .c-link__item {
	width: 162rem;
	flex-shrink: 0;
}
footer .c-footer__sub .c-link__footer .banner .c-link__item02  {
	margin-left: 24rem;
	width: 149rem;
}
footer .c-footer__sub .c-link__footer .banner .c-link__item img {
	width: 100%;
}
@media(max-width: 768px) {
	footer .c-footer__sub  .c-link__footer {
		padding-bottom: 10rem;
		display: block;
		border: none;
	}
	footer .c-footer__sub .c-link__footer .logo {
		border-bottom: 1px solid #e1ddd4;
	}
	footer .c-footer__sub .c-link__footer .c-link__item.c-logo {
		border: none;
		margin: 0 auto;
	}
	footer .c-footer__sub .c-link__footer .c-link__item img {
		width: 166rem;
	}
	.c-sns {
		margin: 25rem 0 15rem;
		position: static;
		left: auto;
		transform: none;
		width: 100%;
		justify-content: center;
		display: flex;
	}
	.c-sns li {
		margin: 0 11rem;
		width: 43rem;
	}
	.c-link__footer .c-sns {
		display: flex;
	}
	footer .c-footer__sub .c-link__footer .banner {
		margin-left: 0;
		width: 100%;
		justify-content: center;
	}
	footer .c-footer__sub .c-link__footer .banner .c-link__item02 {
		margin-left: 10rem;
	}
}
@media(max-width: 350px) {
	footer .c-footer__sub .c-link__footer .banner .c-link__item {
		width: 140rem;
	}
	footer .c-footer__sub .c-link__footer .banner .c-link__item02 {
		width: 129rem;
	}
}
.c-sp-menu .c-sns {
	padding: 18rem 0 30rem;
}
.c-sp-menu .banner-list li {
	width: 264rem;
	margin: 0 auto 20rem;
}
.c-sp-menu .banner-list li:last-child {
	margin-bottom: 15rem;
}