@charset "utf-8";

.sp {
	display: none !important;
}


#menu-button {
	display: none;
}

main {
	min-height: 100vh;
}


#wrap > header {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #ddd;
}
#wrap > header .inner {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 16px;
}

#wrap > header #menu,
#wrap > header #menu ul {
	display: flex;
	align-items: center;
}

#wrap > header .login a {
	box-sizing: border-box;
	display: flex;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: flex-end;
	padding: 0 0 11px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #44b156 url(../img/icon_login.svg) 50% 30% no-repeat;
	background-size: 24px auto;
}

#wrap > header #menu ul {
	margin-right: 40px;
}
#wrap > header li a {
	font-size: 16px;
	font-weight: 700;
}
#wrap > header li + li {
	margin-left: 32px;
}











