.p-footer-nav__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-footer-nav__item a {
	display: inline-block;
	font-family: "Yomogi";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.25;
	padding-bottom: 0.625rem;
	position: relative;
}

.p-footer-nav__item a:before {
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
}

.p-footer-nav__item a:hover:before {
	background-color: #333;
	height: 2px;
	width: 100%;
}

.p-footer-nav__item:not(:last-child) {
	margin-right: min(5.18vw, 5.3rem);
}

.p-footer__title {
	margin-top: -3rem;
}

.p-footer__title figure {
	margin: auto;
	max-width: 18.75rem;
	width: 100%;
}

.p-footer__title figure img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-footerBody__items {
	justify-content: center;
}

.p-footerbody{
	margin-top:-3rem;
}

.p-footerBody__item:first-child {
	margin-right: 1rem;
}

.p-footerBody__link figure img {
	width: auto;
}

.p-footer {
	background-color: #F8F4EB;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
}

.p-footer__inner {
	margin: auto;
	padding: 0 1.875rem;
	position: relative;
}

.p-footer__inner::before {
	background-image: url("../images/common/pc-img/footer-02.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.625rem;
	content: "";
	display: inline-block;
	height: 7.0625rem;
	left: 92%;
	position: absolute;
	transform: translateX(-50%);
	width: 14.375rem;
}

.p-footer__inner::after {
	background-image: url("../images/common/pc-img/footer-03.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5rem;
	content: "";
	display: inline-block;
	display: none;
	height: 7.0625rem;
	left: 0;
	position: absolute;
	transform: translateX(-50%);
	width: 14.375rem;
}

.p-footer__copyright {
	font-family: "Abril Fatface", serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.625rem;
	position: relative;
	text-align: center;
}

.p-footerBody__items {
	display: flex;
}

@media screen and (min-width: 768px) {
	.p-footer {
		padding-bottom: 1.25rem;
		padding-top: 1.875rem;
	}
	.p-footerbody{
		margin-top: 0;
	}
	.p-footer__title{
		margin-top: 0;
	}
}