/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2024 | 19:16:26 */
/* ヘッダーナビ */

.stk_g_nav.stk-hidden_sp {
	background-color: var(--header-bg);
	color: #fff;
}
.stk_g_nav.stk-hidden_sp ul {
	padding-top: 20px;
}
.stk_g_nav.stk-hidden_sp ul li a {
	margin-bottom: 20px;
	padding: 0 1.5em;
	position: relative;
}
.stk_g_nav.stk-hidden_sp ul li a:before,
.stk_g_nav.stk-hidden_sp ul li:last-of-type a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	width: 1px;
	height: 100%;
}
.stk_g_nav.stk-hidden_sp ul li a::after {
	display: none;
}
.stk_g_nav.stk-hidden_sp ul li:last-of-type a:after {
	display: block;
	left: auto;
	right: 0;
}