.header .header-in {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header .header-in:after {
	display: none;
}

@media (min-width: 768px) {
	.header .header-in {
		flex-wrap: nowrap;
		min-height: 60px !important;
	}
}

.header .header-in .site-name-text-link {
	padding: 0;
}

@media (min-width: 768px) {
	.header .header-in .logo-header {
		display: flex;
		align-items: center;
	}
}

img.site-logo-image,
.header-in .logo {
	padding: 0;
	width: 103px;
	max-width: 103px;
	order: 1;
}

img.site-logo-image {
	margin: 0 !important;
}

.navi-menu-button.menu-button:first-child {
	display: none !important;
}

.logo-menu-button.menu-button {
	justify-content: flex-start !important;
	padding-left: 12px;
}

.navi-menu-button.menu-button:last-child {
	justify-content: flex-end;
	padding-right: 12px;
}

.mobile-header-menu-buttons {
	box-shadow: none !important;
}

.header-in .membership-pc-header-login {
	order: 2;
}

@media (min-width: 1024px) {
	.header-in .membership-pc-header-login {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		order: 3;
		position: static;
		width: 103px;
		max-width: 103px;
	}
}

.header-in .lol-header-nav {
	order: 3;
	width: 100%;
}

@media (min-width: 1024px) {
	.header-in .lol-header-nav {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		order: 2;
		width: auto;
	}
}

.membership-login-button__text.menu-caption {
	display: none !important;
}
.membership-pc-header-login .membership-login-button .membership-login-icon {
	font-size: 24px !important;
}

.lol-header-nav__menu {
	display: flex;
	gap: 16px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.lol-header-nav__menu a {
	display: block;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #757684;
	font-weight: bold;
	box-sizing: border-box;
}

.lol-header-nav__menu .current-menu-item a {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.lol-header-sub-nav {
	border-top: 1px solid #262729;
	border-bottom: 1px solid #262729;
}

.lol-header-sub-nav__container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.lol-header-sub-nav ul {
	display: flex;
	gap: 16px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	min-height: 40px;
	overflow-x: auto;
}

.lol-header-sub-nav__item {
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.lol-header-sub-nav__item:first-child {
	margin-left: auto;
	padding-left: 12px;
}
.lol-header-sub-nav__item:last-child {
	margin-right: auto;
	padding-right: 12px;
}
.lol-header-sub-nav__item a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #757684;
	font-weight: bold;
	box-sizing: border-box;
}
.lol-header-sub-nav__item.current-menu-item a {
	color: #fff;
}
