/*============================
下層MV
============================*/
.mv_wrap {
	position: relative;
}

.mv_wrap .in {
	padding: 1.20rem 0;
}

@media screen and (max-width: 599px) {
	.mv_wrap .in {
		padding: 0.40rem 0 1.50rem;
	}
}

.mv_wrap .in::before {
	content: "";
	width: 3.30rem;
	height: 3.30rem;
	background-image: url(../img/deco_round_yellow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -1.70rem;
	top: 0.60rem;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.mv_wrap .in::before {
		width: 2.30rem;
		height: 2.30rem;
		right: -1.00rem;
	}
}

.mv_wrap .in::after {
	content: "";
	width: 12.74rem;
	height: 8.08rem;
	background-image: url(../img/deco_pink.svg);
	background-size: contain;
	position: absolute;
	right: -6.75rem;
	top: 1.40rem;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.mv_wrap .in::after {
		width: 9.74rem;
		top: 0.80rem;
	}
}

/*============================
パンくず
============================*/
.page_navi .in::before {
	content: "";
	width: 6.07rem;
	height: 2.30rem;
	background-image: url(../img/deco_dot_pink.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -1.80rem;
	top: -1.00rem;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.page_navi .in::before {
		width: 3.07rem;
		left: -1.50rem;
		top: -0.10rem;
	}
}

.page_navi .list {
	display: flex;
	justify-content: flex-end;
	padding: 0.30rem 0;
}

.page_navi .list .link a {
	font-family: 'Poppins', sans-serif;
	font-size: 0.13rem;
	letter-spacing: 0.10em;
	color: #111;
	text-decoration: none;
	position: relative;
	padding-right: 0.20rem;
}

@media screen and (max-width: 599px) {
	.page_navi .list .link a {
		font-size: 0.12rem;
	}
}

.page_navi .list .link a:hover {
	text-decoration: underline;
}

.page_navi .list .link a::after {
	content: "";
	width: 0.06rem;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 49%;
	right: 0.08rem;
}

.page_navi .list .link span {
	color: #B4091E;
	letter-spacing: 0.10em;
	display: inline-block;
}