.section-nav-mobile__wrapper {
	margin: 0 -10px;
}
.section-nav-mobile__header {
	display: flex;

	justify-content: space-between;
	width: 100%;
}

.section-nav-mobile__header-arrow {
	width: 17.7778vw;
	height: 17.7778vw;

	display: flex;
	align-items: center;
	justify-content: center;
}

.section-nav-mobile__header-arrow-link {
	display: flex;

	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.section-nav-mobile__header-title {
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 4.4444vw;
	color: #000;
	font-weight: normal;
}

.section-nav-mobile__sections-wrapper {
	margin: 0 2.7778vw;

	border-top: 2px solid #FFD459;
}

.section-nav-mobile__section {
	display: block;
	text-decoration: none;
	font-size: 3.3333vw;
	line-height: 11.6667vw;

	padding: 0 5.5555vw;

	color: #000;

	border-bottom: 1px solid #e5e5e5;
}

.section-nav-mobile__section--current {
	font-size: 3.8889vw;
	font-weight: bold;

	color: #bc413b;

	padding: 0 2.7778vw;
}

.section-nav-mobile__section-count {
	position: relative;
	top: -0.5555vw;

	font-size: 2.7778vw;
	font-weight: normal;

	color: #c4c4c4;

	margin-left: 1.1111vw;
}

.section-nav-mobile__backlink {
	position: relative;
	display: block;
	padding: 0 5.5555vw 0 10.2778vw;
	margin-bottom: 6.6668vw;

	font-size: 3.3333vw;
	line-height: 17.2222vw;
	font-weight: bold;

	color: #000;
}

.section-nav-mobile__backlink:before {
	content: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L0.526362 5.41848C0.351492 5.56091 0.25 5.77447 0.25 6C0.25 6.22553 0.351492 6.43909 0.526362 6.58152L1 6ZM14 5.25L1 5.25V6.75L14 6.75V5.25ZM0.526362 6.58152L6.66525 11.5815L7.61253 10.4185L1.47364 5.41848L0.526362 6.58152ZM1.47364 6.58152L7.61253 1.58152L6.66525 0.418478L0.526362 5.41848L1.47364 6.58152Z' fill='%23BC413B'/%3E%3C/svg%3E");

	position: absolute;
	left: 5.5555vw;
	top: 0.5555vw;
	display: block;
	width:3.6111vw;
	height: 2.7778vw;
}