.localnavi p a img {
	width: 104px
}
.nav--01, .nav--01:hover {
	color: #0a357a !important;
	box-shadow: 0 -3px #0a357a inset !important;
}
.hero {
	background: url(/product/svf/lineup/img/hero_bg_pc.png) center top/cover no-repeat;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hero.l-page-header {
	margin: 0 calc(50% - 50vw) 80px;
	padding: 0 calc(50vw - 50%);
}
.hero.l-page-header .section-inner {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.hero.l-page-header h1 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1em;
	letter-spacing: 0em;
	margin-bottom: 30px;
}
.hero ul {
	display: flex;
}
.hero li + li {
	margin-left: 15px;
}
.content .hero-button a {
	text-align: center;
	position: relative;
	display: block;
	background-color: #fff;
	padding: 12px 10px;
	width: 260px;
	border-radius: 20px;
	transition: .3s;
}
.content .hero-button a:hover {
	opacity: 0.7;
}
.content .hero-button a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 6px;
	border-color: transparent transparent transparent #0a357a;
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.content .hero-button a span {
	color: #0a357a;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.0666666667em;
	letter-spacing: 0.01em;
	display: inline-block;
	padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
	.hero {
		background-image: url(/product/svf/lineup/img/hero_bg_sp.png);
	}
	.hero.l-page-header {
		margin-bottom: 40px;
		padding: 26px 15px 33px;
		min-height: 200px;
		display: flex;
		align-items: center;
	}
	.hero.l-page-header .section-inner {
		height: auto;
	}
	.hero.l-page-header h1 {
		font-size: 2.7rem;
		line-height: 1.4814814815em;
		letter-spacing: 0em;
		margin-bottom: 8px;
	}
	.hero ul {
		display: block;
	}
	.hero li + li {
		margin: 10px 0 0 0;
	}
	.content .hero-button a {
		display: inline-block;
		width: auto;
		padding: 11px 30px 12px 18px;
		border-radius: 20px;
	}
	.content .hero-button a::after {
		right: 14px;
		border-width: 4.25px 0 4.25px 6px;
	}
	.content .hero-button a span {
		font-size: 1.1rem;
		line-height: 1em;
		letter-spacing: 0em;
		padding-bottom: 2px;
	}
}