.theme-header {
	position: relative;

	&__inner {
		position: relative;
		text-align: center;
		display: flex;
		gap: 10px;
		flex-direction: column;
		justify-content: center;
		max-width: none;
	}
	&__si {
		text-align: center;
		padding: 6em 15px 5em 15px;
		margin: 0;
		h1 {
			font-size: 36px;
		}
	}

	.theme-header__globalnavi {
		order: -20;
		text-align: right;
		font-size: 14px;

		ul {
			display: flex;
			gap: 10px;
			justify-content: flex-end;
			li {
				margin: 0;
				a {
					padding: 0.4em 1em;
					border-radius: 0.4em;
				}
			}
		}
	}

	.theme-header__shouldernavi {
		order: -10;
		text-align: right;
		font-size: 14px;

		ul {
			display: flex;
			gap: 10px;
			justify-content: flex-end;
			li {
				margin: 0;
				a {
					display: block;
					padding: 0.4em 1em;
					border-radius: 0.4em;
				}
			}
		}
	}
}
