@charset "UTF-8";

/*!
 * A modern CSS reset
 * MIT License
 * https://github.com/andy-piccalilli/modern-css-reset
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul[role='list'],
ol[role='list'] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	text-rendering: optimizespeed;
	line-height: 1.5;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img,
picture {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

:root {
	interpolate-size: allow-keywords;
}

html:focus-within {
	scroll-behavior: auto;
}

body {
	width: 100%;
	min-height: 100dvh;
	line-height: 1.8;
	color: #111;
	background-color: #fff;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Roboto, '游ゴシック体', YuGothic, 'Yu Gothic Medium', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	font-size: 16px;
	overflow-x: clip;
	overflow-wrap: anywhere;
	line-break: strict;
}

a:link,
a:visited {
	color: #111;
	text-decoration: none;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover,
a:active {
	color: #e22f26;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

iframe,
video,
object {
	margin-block: 0;
	margin-inline: auto;
	display: block;
}

.ad-notice {
	padding-block: 5px;
	border-block-end: 1px solid #fff;
	color: #fff;
	background-color: #111;
	text-align: center;
}

.l-common-header {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}

.l-common-header .l-common-header-inner {
	display: flex;
	align-items: center;
}

.l-common-header .l-common-header-logo {
	display: grid;
}

.l-common-header .l-common-header-logo a,
.l-common-header .l-common-header-logo img {
	display: block;
}

.l-common-header .l-common-header-logo a {
	display: grid;
	place-items: center;
	background-image: url(../images/bg-header-logo-pc.svg);
	background-repeat: no-repeat;
	transition: none;
}

.l-common-header .site-header-nav-toggle::before {
	content: '';
	margin-block-end: 5px;
	display: block;
	width: 16px;
	height: 4px;
	background-image: url(../images/icon/menu.svg);
	background-size: 16px auto;
	background-repeat: no-repeat;
}

.is-nav-mode .l-common-header .site-header-nav-toggle::before {
	background-image: url(../images/icon/menu-close.svg);
}

.is-nav-mode .l-common-header .site-header-nav-toggle + .site-header-nav {
	grid-template-rows: 1fr;
	height: 100dvh;
}

.l-common-header .site-header-nav ul {
	margin-block: 0;
	padding-inline-start: 0;
	list-style: none;
}

.l-common-header .site-header-nav .site-header-nav-header .site-header-nav-logo {
	width: 124px;
}

.l-common-header .site-header-nav .site-header-nav-header .site-header-nav-logo a,
.l-common-header .site-header-nav .site-header-nav-header .site-header-nav-logo img {
	display: block;
}

.l-common-header .site-header-nav .site-header-nav-header .site-header-nav-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px;
	border: 0;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.6;
	color: #fff;
	font-size: 0.625rem;
	cursor: pointer;
}

.l-common-header .site-header-nav .site-header-nav-header .site-header-nav-close svg {
	margin-block-end: 4px;
	width: 10px;
	height: 10px;
	fill: currentcolor;
}

.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a {
	display: grid;
	grid-template-columns: auto 10px;
	align-items: center;
	gap: 9px;
}

.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a > span > svg {
	width: 10px;
	height: 5px;
}

.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper {
	display: grid;
	grid-template-rows: 0fr;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper > .sub-menu {
	overflow: hidden;
}

.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper > .sub-menu > li > a:hover,
.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper > .sub-menu > li > a:active {
	text-decoration: none;
}

.l-common-header .site-header-nav .site-header-nav-categories > ul > li > a {
	text-decoration: none;
}

.l-common-header .site-header-nav .site-header-nav-categories > ul > li > a:hover::before,
.l-common-header .site-header-nav .site-header-nav-categories > ul > li > a:active::before {
	left: 0;
	width: 100%;
}

.l-common-header .header-search {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.l-common-header .header-search:hover svg {
	fill: #e22f26;
}

.l-common-header .header-search svg {
	fill: #111;
}

.l-common-search-panel {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	display: grid;
	grid-template-rows: 0fr;
	width: 100%;
	background-color: #111;
	overscroll-behavior: contain;
	overflow-y: auto;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.is-search-mode .l-common-search-panel {
	grid-template-rows: 1fr;
	height: 100dvh;
}

.l-common-search-panel .search-panel-inner {
	overflow: hidden;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.is-search-mode .l-common-search-panel .search-panel-inner {
	height: calc(100dvh + 1px);
}

.l-common-search-panel .search-panel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-common-search-panel .search-panel-header .search-panel-logo a,
.l-common-search-panel .search-panel-header .search-panel-logo img {
	display: block;
}

.l-common-search-panel .search-panel-header .search-panel-logo img {
	width: 100%;
}

.l-common-search-panel .search-panel-header .search-panel-close {
	cursor: pointer;
}

.l-common-search-panel .search-panel-header .search-panel-close svg {
	fill: #fff;
}

.l-common-search-panel .search-panel-body form {
	background-color: #222;
	position: relative;
	z-index: 1;
}

.l-common-search-panel .search-panel-body form > input,
.l-common-search-panel .search-panel-body form > button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: 1px solid #222;
	border-radius: 4px;
	outline: 0;
	background-color: transparent;
	cursor: pointer;
	overflow: hidden;
}

.l-common-search-panel .search-panel-body form > input:focus,
.l-common-search-panel .search-panel-body form > button:focus {
	border-color: #fff;
}

.l-common-search-panel .search-panel-body form > input[type='search'] {
	width: 100%;
	line-height: 2.625;
	color: #fff;
	font-size: 1rem;
}

.l-common-search-panel .search-panel-body form > button {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
}

.l-common-search-panel .search-panel-body form > button > span {
	display: grid;
	place-items: center;
}

.l-common-search-panel .search-panel-body form > button > span > svg {
	width: 18px;
	height: 18px;
	fill: #fff;
}

.l-common-contents {
	position: relative;
	z-index: 1;
}

.l-common-footer {
	color: #fff;
	background-color: #111;
	position: relative;
	z-index: 1;
}

.l-common-footer ul {
	margin: 0;
	padding: 0;
}

.l-common-footer .site-footer-sns-nav-content > ul {
	margin-block: 0;
	padding-inline-start: 0;
	display: flex;
	align-items: center;
	gap: 48px;
}

.l-common-footer .site-footer-sns-nav-content > ul > li {
	list-style: none;
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a {
	display: block;
	overflow: hidden;
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a::before {
	content: '';
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a[href*='x.com'] {
	width: 20px;
	height: 20px;
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a[href*='x.com']::before {
	width: 20px;
	height: 20px;
	background-image: url(../images/icon/x-white.svg);
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a[href*='facebook.com'] {
	width: 11px;
	height: 22px;
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a[href*='facebook.com']::before {
	width: 11px;
	height: 22px;
	background-image: url(../images/icon/facebook-white.svg);
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a[href*='youtube.com'] {
	width: 23px;
	height: 16px;
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a[href*='youtube.com']::before {
	width: 23px;
	height: 16px;
	background-image: url(../images/icon/youtube-white.svg);
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a[href*='feed'] {
	width: 18px;
	height: 18px;
}

.l-common-footer .site-footer-sns-nav-content > ul > li > a[href*='feed']::before {
	width: 18px;
	height: 18px;
	background-image: url(../images/icon/rss-white.svg);
}

.l-common-footer .site-footer-nav-content > ul {
	margin-block: 0;
	padding-inline-start: 0;
}

.l-common-footer .site-footer-nav-content > ul > li {
	list-style: none;
}

.l-common-footer .site-footer-nav-content > ul > li > a {
	display: block;
}

.l-common-footer .footer-copyright small {
	font-size: 100%;
}

@media (prefers-reduced-motion: reduce) {

	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

@media screen and (min-width: 980px) {

	.ad-notice {
		font-size: 0.8125rem;
	}

	.l-common-header .l-common-header-logo {
		width: 250px;
		height: 60px;
	}

	.l-common-header .l-common-header-logo a {
		padding-inline: 48px 69px;
		background-size: 250px auto;
	}

	.l-common-header .l-common-header-logo img {
		width: 133px;
		height: 32px;
	}

	.l-common-header .site-header-nav-toggle {
		display: none;
	}

	.l-common-header .site-header-nav {
		margin-inline-start: auto;
	}

	.l-common-header .site-header-nav ul > li.duplicate-menu {
		display: none;
	}

	.l-common-header .site-header-nav .site-header-nav-header {
		display: none;
	}

	.l-common-header .site-header-nav .site-header-nav-title {
		display: none;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul {
		display: flex;
		gap: 8px;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li {
		line-height: 2.4285714286;
		font-size: 0.875rem;
		position: relative;
		z-index: 1;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a:hover > span > svg,
	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a:active > span > svg {
		fill: #e22f26;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a > span {
		position: relative;
		top: -2.5px;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a > span > svg {
		fill: #111;
		transition: fill 300ms cubic-bezier(0.42, 0, 0.58, 1);
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper {
		position: absolute;
		top: 100%;
		min-width: 284px;
		opacity: 0;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper > .sub-menu {
		box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		line-height: 1.4285714286;
		background-color: #fff;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper > .sub-menu > li > a {
		padding-block: 8px;
		padding-inline: 4px;
		display: grid;
		place-items: center;
		height: 100%;
		text-align: center;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children:hover > .sub-menu-wrapper {
		padding-block-start: 10px;
		grid-template-rows: 1fr;
		opacity: 1;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li > a {
		padding-block-start: 4px;
		padding-inline: 15px;
		display: block;
		position: relative;
		z-index: 1;
		transition: color 300ms cubic-bezier(0.42, 0, 0.58, 1);
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li > a::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		height: 2px;
		background-color: #e22f26;
		transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	}

	.l-common-header .site-header-nav .site-header-nav-categories .sub-menu-close-button {
		display: none;
	}

	.l-common-header .site-header-nav .site-header-nav-pages {
		display: none;
	}

	.l-common-header .header-search {
		margin-inline: 8px 48px;
		width: 36px;
		height: 36px;
		overflow: hidden;
	}

	.l-common-header .header-search svg {
		margin-block: 9px;
		width: 18px;
		height: 18px;
		transition: fill 300ms cubic-bezier(0.42, 0, 0.58, 1);
	}

	.l-common-header .header-search svg.header-search-icon-sp {
		display: none;
	}

	.l-common-search-panel {
		padding-inline: 34px;
	}

	.is-search-mode .l-common-search-panel .search-panel-inner {
		padding-block: 62px;
	}

	.l-common-search-panel .search-panel-header {
		margin-inline: auto;
		max-width: 1132px;
	}

	.l-common-search-panel .search-panel-header .search-panel-logo {
		width: 200px;
	}

	.l-common-search-panel .search-panel-header .search-panel-close {
		padding: 11px;
		width: 36px;
		height: 36px;
		overflow: hidden;
	}

	.l-common-search-panel .search-panel-header .search-panel-close svg {
		width: 14px;
		height: 14px;
	}

	.l-common-search-panel .search-panel-body {
		margin-block-start: 62px;
		margin-inline: auto;
		max-width: 1132px;
	}

	.l-common-search-panel .search-panel-body form > input[type='search'] {
		padding-inline: 24px 64px;
	}

	.l-common-search-panel .search-panel-body form > button {
		width: 62px;
	}

	.l-common-search-panel .search-panel-body form > button > span {
		padding: 12px 22px;
		width: 62px;
	}

	.l-common-footer .l-common-footer-inner {
		margin-inline: auto;
		padding-block: 64px;
		padding-inline: 34px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px 28px;
		align-items: center;
		max-width: 1200px;
	}

	.l-common-footer .l-common-footer-logos {
		display: grid;
		align-items: center;
		grid-template-columns: 64px auto;
		gap: 24px;
		width: calc(100% - 368px);
	}

	.l-common-footer .l-common-footer-logos .l-common-footer-logo img {
		display: block;
	}

	.l-common-footer .l-common-footer-logos .l-common-footer-description {
		font-size: 0.875rem;
		line-height: 1.8;
	}

	.l-common-footer .site-footer-sns-nav-content > ul {
		padding-inline-end: 9px;
	}

	.l-common-footer .site-footer-nav-content {
		width: calc(100% - 10em);
	}

	.l-common-footer .site-footer-nav-content > ul {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}

	.l-common-footer .site-footer-nav-content > ul > li > a {
		line-height: 1.1666666667;
		color: #b3b3b3;
		font-size: 0.75rem;
	}

	.l-common-footer .footer-copyright {
		line-height: 1.1666666667;
		color: #b3b3b3;
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 979px) {

	.ad-notice {
		font-size: 0.625rem;
	}

	.l-common-header .l-common-header-logo {
		width: 184px;
		height: 50px;
	}

	.l-common-header .l-common-header-logo a {
		padding-inline: 32px 62px;
		background-image: url(../images/bg-header-logo-sp.svg);
		background-size: 184px auto;
	}

	.l-common-header .l-common-header-logo img {
		width: 90px;
		height: 22px;
	}

	.l-common-header .site-header-nav-toggle {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 5px 0 0;
		border: 0;
		margin-inline-start: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background-color: transparent;
		font-size: 0.625rem;
		overflow: hidden;
		cursor: pointer;
		position: relative;
		z-index: 3;
	}

	.l-common-header .site-header-nav {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 10;
		display: grid;
		grid-template-rows: 0fr;
		width: 100%;
		height: 0;
		background-color: #111;
		overscroll-behavior: contain;
		overflow-y: auto;
		transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	}

	.l-common-header .site-header-nav .site-header-nav-inner {
		overflow: hidden;
	}

	.is-nav-mode .l-common-header .site-header-nav .site-header-nav-inner {
		height: calc(100dvh + 1px);
	}

	.l-common-header .site-header-nav .site-header-nav-header {
		padding-block: 22px 20px;
		padding-inline: 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.l-common-header .site-header-nav .site-header-nav-title {
		margin-block-end: 5px;
		padding-inline: 16px;
		width: 100%;
		color: #fff;
		font-weight: 700;
		font-size: 1rem;
	}

	.l-common-header .site-header-nav .site-header-nav-categories,
	.l-common-header .site-header-nav .site-header-nav-pages {
		padding-block-end: 30px;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li,
	.l-common-header .site-header-nav .site-header-nav-pages > ul > li {
		border-block-end: 1px solid #222;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li:last-child,
	.l-common-header .site-header-nav .site-header-nav-pages > ul > li:last-child {
		border-block-end: 0;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul a,
	.l-common-header .site-header-nav .site-header-nav-pages > ul a {
		padding-block: 10px;
		padding-inline: 16px;
		display: block;
		line-height: 1.8;
		color: #fff;
		font-size: 0.875rem;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a > span > svg {
		fill: #fff;
		transition: rotate 300ms cubic-bezier(0.42, 0, 0.58, 1);
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a.is-sub-menu-open > span > svg {
		rotate: 180deg;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > a.is-sub-menu-open + .sub-menu-wrapper {
		padding-block: 12px 24px;
		grid-template-rows: 1fr;
		height: auto;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper {
		height: 0;
		background-color: #222;
		overflow: hidden;
	}

	.l-common-header .site-header-nav .site-header-nav-categories > ul > li.menu-item-has-children > .sub-menu-wrapper > .sub-menu > li > a {
		padding-block: 10px;
		padding-inline: 16px;
		line-height: 1.7142857143;
		color: #fff;
		font-size: 0.875rem;
	}

	.l-common-header .site-header-nav .site-header-nav-categories .sub-menu-close-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin-block-start: 8px;
		margin-inline: auto;
		padding: 0;
		border: 0;
		border-radius: 100%;
		display: block;
		width: 44px;
		height: 44px;
		background-color: #fff;
		cursor: pointer;
		overflow: hidden;
	}

	.l-common-header .site-header-nav .site-header-nav-categories .sub-menu-close-button::before {
		content: '';
		display: block;
		width: 44px;
		height: 44px;
		background-image: url(../images/icon/menu-close.svg);
		background-size: 14px auto;
		background-repeat: no-repeat;
		background-position: center;
	}

	.l-common-header .header-search {
		margin-inline-start: 8px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		font-size: 0.625rem;
	}

	.l-common-header .header-search svg {
		width: 16px;
		height: 16px;
	}

	.l-common-header .header-search svg.header-search-icon-pc {
		display: none;
	}

	.l-common-search-panel {
		padding-inline: 16px;
	}

	.is-search-mode .l-common-search-panel .search-panel-inner {
		padding-block: 22px;
	}

	.l-common-search-panel .search-panel-header .search-panel-logo {
		width: 124px;
	}

	.l-common-search-panel .search-panel-header .search-panel-close {
		padding: 7px;
		display: grid;
		place-items: center;
		line-height: 1.6;
		color: #fff;
		font-size: 0.625rem;
		text-align: center;
	}

	.l-common-search-panel .search-panel-header .search-panel-close svg {
		margin-block-end: 4px;
		width: 10px;
		height: 10px;
	}

	.l-common-search-panel .search-panel-body {
		margin-block-start: 20px;
	}

	.l-common-search-panel .search-panel-body form > input[type='search'] {
		padding-inline: 16px 42px;
	}

	.l-common-search-panel .search-panel-body form > button {
		width: 42px;
	}

	.l-common-search-panel .search-panel-body form > button > span {
		padding: 12px;
		width: 42px;
	}

	.l-common-footer .l-common-footer-inner {
		padding-block: 24px 21px;
	}

	.l-common-footer .l-common-footer-logos .l-common-footer-logo {
		margin-inline: auto;
		width: 66px;
		height: 66px;
		background-image: url(../images/icon/gori-circle.png);
		background-size: 66px auto;
	}

	.l-common-footer .l-common-footer-logos .l-common-footer-logo img {
		display: none;
	}

	.l-common-footer .l-common-footer-logos .l-common-footer-description {
		margin-block-start: 15px;
		padding-inline: 16px;
		font-size: 0.75rem;
	}

	.l-common-footer .site-footer-sns-nav-content {
		margin-block-start: 22px;
	}

	.l-common-footer .site-footer-sns-nav-content > ul {
		justify-content: center;
	}

	.l-common-footer .site-footer-nav-content {
		display: none;
	}

	.l-common-footer .footer-copyright {
		padding-block-start: 22px;
		line-height: 1.8;
		color: #767676;
		font-size: 0.625rem;
		text-align: center;
	}
}

@media screen and (max-width: 979px) and (max-width: 979px) {

	.is-nav-mode .l-common-header .site-header-nav {
		grid-template-rows: 1fr;
		height: 100dvh;
	}
}
