@charset "UTF-8";
/* フォント */
:root {
	--ark-font_family: "Noto Sans JP", sans-serif;
	--jost: "Jost", "Noto Sans JP", sans-serif;
	--oswald: "Oswald", "Noto Sans JP", sans-serif;
}

/* 段落 */
.c-postContent p:not(.has-text-align-right):not(.has-text-align-center) {
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* 行間 */
:root {
	--ark-mt: 2rem;
	--ark-mt--s: 1rem;
	--ark-mt--m: 1.5em;
	--ark-mt--h: 2.5em;
}
@media not all and (min-width: 600px) {
	:root {
		--ark-mt: 1.5rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	--ark-mt: var(--ark-mt--m);
}

.p-entry__content > * {
	--ark-mt: var(--ark-mt--m);
}

/* 改行 */
@media (min-width: 600px) {
	br.sp {
		display: none;
	}
}
@media (min-width: 1000px) {
	br.tb {
		display: none;
	}
}
@media not all and (min-width: 1000px) {
	br.pc {
		display: none;
	}
}

/* プロポーショナルメトリクス */
.arkb-format-palt {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

/* コンテンツボディ */
.l-content__body:is([data-sidebar=off] body.page *) {
	margin: 0 auto;
}
.l-content__body:is([data-sidebar=off] body:not(.page) *) {
	margin: 3rem auto;
}
@media not all and (min-width: 600px) {
	.l-content__body:is([data-sidebar=off] body:not(.page) *) {
		margin: 2rem auto;
	}
}
.l-content__body:is([data-sidebar=on] *) {
	margin: 3rem auto;
}
@media not all and (min-width: 600px) {
	.l-content__body:is([data-sidebar=on] *) {
		margin: 2rem auto;
	}
}

/* 下層トップエリア */
.p-topArea {
	min-height: 200px;
}
@media not all and (min-width: 1000px) {
	.p-topArea {
		min-height: 150px;
	}
}
@media not all and (min-width: 600px) {
	.p-topArea {
		min-height: 100px;
	}
}
.p-topArea.c-filterLayer::after {
	content: "";
}
.p-topArea .p-topArea__body {
	text-shadow: unset;
}
.p-topArea .p-topArea__title.c-pageTitle {
	color: #fff;
}
.p-topArea .c-pageTitle__main {
	font-family: var(--jost);
	font-size: 4rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1;
}
@media not all and (min-width: 1000px) {
	.p-topArea .c-pageTitle__main {
		font-size: 3rem;
	}
}
@media not all and (min-width: 600px) {
	.p-topArea .c-pageTitle__main {
		font-size: 2.25rem;
	}
}
.p-topArea .c-pageTitle__sub {
	font-size: 1.125rem;
	font-weight: 500;
	font-style: normal;
}
.p-topArea .c-pageTitle__sub::before, .p-topArea .c-pageTitle__sub::after {
	content: none;
}

/* セクション */
.ark-block-section {
	--arkb-padding: 4rem 0;
}
@media not all and (min-width: 1000px) {
	.ark-block-section {
		--arkb-padding: 3rem 0;
	}
}
@media not all and (min-width: 600px) {
	.ark-block-section {
		--arkb-padding: 2rem 0;
	}
}
.ark-block-section.pt--0 .ark-block-section__bodyInner {
	padding-top: 0;
}

body.home .ark-block-section {
	--arkb-padding: 5rem 0;
}
@media not all and (min-width: 1000px) {
	body.home .ark-block-section {
		--arkb-padding: 3.5rem 0;
	}
}
@media not all and (min-width: 600px) {
	body.home .ark-block-section {
		--arkb-padding: 2.5rem 0;
	}
}

/* セクション見出し */
.ark-block-heading h2.ark-block-heading__main {
	color: #231f20;
	font-family: var(--jost);
	font-size: 3rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1;
}
@media not all and (min-width: 1000px) {
	.ark-block-heading h2.ark-block-heading__main {
		font-size: 2.5rem;
	}
}
@media not all and (min-width: 600px) {
	.ark-block-heading h2.ark-block-heading__main {
		font-size: 2rem;
	}
}
.ark-block-heading .ark-block-heading__sub {
	color: #b61304;
	font-size: 1em;
	font-weight: 500;
	margin-top: 0.5rem;
}
@media not all and (min-width: 600px) {
	.ark-block-heading .ark-block-heading__sub {
		font-size: 0.875em;
	}
}

body.home .ark-block-heading h2.ark-block-heading__main {
	font-size: 5rem;
}
@media not all and (min-width: 1000px) {
	body.home .ark-block-heading h2.ark-block-heading__main {
		font-size: 4rem;
	}
}
@media not all and (min-width: 600px) {
	body.home .ark-block-heading h2.ark-block-heading__main {
		font-size: 3rem;
	}
}
body.home .ark-block-heading .ark-block-heading__sub {
	font-size: 1.125em;
	margin-top: 0;
}
@media not all and (min-width: 600px) {
	body.home .ark-block-heading .ark-block-heading__sub {
		font-size: 1em;
	}
}

/* 見出し */
@media not all and (min-width: 600px) {
	h2 {
		font-size: 1.5em;
	}
}

@media not all and (min-width: 600px) {
	h3 {
		font-size: 1.375em;
	}
}

@media not all and (min-width: 600px) {
	h4 {
		font-size: 1.25em;
	}
}

.c-postContent > h2.wp-block-heading,
.ark-block-section__bodyInner > h2.wp-block-heading {
	color: #231f20;
	padding-bottom: 0.375em;
	position: relative;
}
.c-postContent > h2.wp-block-heading::before,
.ark-block-section__bodyInner > h2.wp-block-heading::before {
	content: "";
	background-color: #ddd;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.c-postContent > h2.wp-block-heading::after,
.ark-block-section__bodyInner > h2.wp-block-heading::after {
	content: "";
	background-color: #231f20;
	width: 3em;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.c-postContent > h3.wp-block-heading,
.ark-block-section__bodyInner > h3.wp-block-heading {
	color: #231f20;
	border-bottom: 1px solid #aaa;
	padding-bottom: 0.25em;
}
.c-postContent > h4.wp-block-heading,
.ark-block-section__bodyInner > h4.wp-block-heading {
	color: #231f20;
	text-indent: -0.75em;
	padding-left: 0.75em;
}
.c-postContent > h4.wp-block-heading::before,
.ark-block-section__bodyInner > h4.wp-block-heading::before {
	content: "";
	display: inline-block;
	background-color: currentColor;
	width: 7px;
	height: 7px;
	margin-right: 0.375em;
	vertical-align: 0.2em;
}

/* リッチカラム */
.ark-block-column[data-arkb-linkbox]:hover {
	opacity: unset;
}
.ark-block-column[data-arkb-linkbox] a + * {
	margin-top: 0;
}

/* セレクトボックス */
select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.984 9.984h10.031l-5.016 5.016z"></path></svg>');
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	display: block;
	height: auto;
	line-height: 32px;
	padding: 4px 28px 4px 12px;
}

/* 投稿リスト */
.p-postList .p-postList__item:hover .p-postList__body {
	opacity: 1;
}
.p-postList .p-postList__thumb::before {
	content: none;
}
.p-postList .p-postList__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.p-postList .p-postList__title {
	font-weight: 600;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
@media not all and (min-width: 600px) {
	.p-postList .p-postList__title {
		font-size: 1rem;
		-webkit-line-clamp: 3;
	}
}
.p-postList .p-postList__meta {
	font-size: 0.875rem;
	margin-top: 0;
	margin-bottom: 0.25rem;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
@media not all and (min-width: 600px) {
	.p-postList .p-postList__meta {
		font-size: 0.75rem;
	}
}
.p-postList .p-postList__times {
	font-family: var(--oswald);
	letter-spacing: 0.05em;
	line-height: 1;
}
.p-postList .p-postList__category {
	font-family: var(--jost);
	font-weight: 500;
	opacity: 1;
	margin-right: 0;
}
@media (min-width: 1000px) {
	.p-postList .p-postList__category {
		font-size: 0.75rem;
	}
}
.p-postList .p-postList__category span {
	color: #fff;
	background-color: #231f20;
	line-height: 1;
	padding: 0.25em 0.5em;
}
.p-postList .c-postMetas__icon {
	display: none;
}
.p-postList .p-postList__excerpt {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.p-postList.-type-card {
	margin-bottom: -1.5rem;
}
@media not all and (min-width: 600px) {
	.p-postList.-type-card {
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: -10px;
	}
}
.p-postList.-type-card .p-postList__item {
	margin-bottom: 1.5rem;
}
@media not all and (min-width: 600px) {
	.p-postList.-type-card .p-postList__item {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}
.p-postList.-type-card .p-postList__link {
	border: 1px solid #231f20;
	-webkit-transition: -webkit-filter 0.25s;
	transition: -webkit-filter 0.25s;
	transition: filter 0.25s;
	transition: filter 0.25s, -webkit-filter 0.25s;
}
.p-postList.-type-card .p-postList__link:hover {
	-webkit-filter: brightness(1.1);
	        filter: brightness(1.1);
}
.p-postList.-type-card .p-postList__body {
	background-color: #fff;
	border-top: 1px solid #231f20;
	padding: 1rem;
}
@media not all and (min-width: 600px) {
	.p-postList.-type-card .p-postList__body {
		padding: 0.75rem;
	}
}
.p-postList.-type-card .p-postList__meta {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.p-postList.-type-card .p-postList__excerpt {
	font-size: 0.8375rem;
}

/* パンくずリスト */
.p-breadcrumb {
	border-bottom: 1px solid #231f20;
}
@media (min-width: 1000px) {
	.p-breadcrumb {
		padding: 12px 0;
	}
}
.p-breadcrumb .arkhe-svg-home {
	display: none;
}
.p-breadcrumb .p-breadcrumb__text {
	font-size: 14px;
}
@media not all and (min-width: 600px) {
	.p-breadcrumb .p-breadcrumb__text {
		font-size: 12px;
	}
}

/* ページネーション */
@media not all and (min-width: 1000px) {
	.pagination {
		margin-top: 2rem;
	}
}
.pagination .page-numbers {
	font-family: var(--oswald);
	font-size: 1rem;
	font-weight: 600;
}
.pagination .page-numbers:not(.current) {
	background: #f3f3f3;
}
@media (hover: hover) and (pointer: fine) {
	.pagination .page-numbers:not(.current):hover {
		color: #b61304;
	}
}

/* Lightbox */
.wp-lightbox-overlay .scrim {
	background-color: #333 !important;
}
.wp-lightbox-overlay .close-button {
	fill: #fff !important;
}

/* COMING SOON */
.coming-soon__text {
	color: #ccc;
	font-family: var(--jost);
	font-size: clamp(2rem, 6vw, 4rem);
	font-weight: 600;
	text-align: center !important;
	padding: 2rem 0;
}

/* Flexible Table Block */
.wp-block-flexible-table-block-table table {
	border-top: none;
	border-right: none;
}
.wp-block-flexible-table-block-table thead th {
	font-weight: 700;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#231f20)) !important;
	background: linear-gradient(180deg, #444, #231f20) !important;
}
.wp-block-flexible-table-block-table thead th + th {
	border-left-color: #fff !important;
}
.wp-block-flexible-table-block-table thead th:is(:has(+ th)) {
	border-right-color: #fff !important;
}
.wp-block-flexible-table-block-table th {
	font-weight: 600;
	background-color: transparent !important;
	background-image: linear-gradient(135deg, #fdfdfd 25%, #f4f4f4 25%, #f4f4f4 50%, #fdfdfd 50%, #fdfdfd 75%, #f4f4f4 75%);
	background-size: 8px 8px;
}
.wp-block-flexible-table-block-table th,
.wp-block-flexible-table-block-table td {
	line-height: 1.5;
	border-color: #231f20 !important;
	padding: 0.75em 1em !important;
}
@media not all and (min-width: 600px) {
	.wp-block-flexible-table-block-table th,
	.wp-block-flexible-table-block-table td {
		padding: 0.5em !important;
	}
}
.wp-block-flexible-table-block-table th:first-child,
.wp-block-flexible-table-block-table td:first-child {
	border-left: none !important;
}
.wp-block-flexible-table-block-table th:last-child,
.wp-block-flexible-table-block-table td:last-child {
	border-right: none !important;
}
.wp-block-flexible-table-block-table tr > :not(:first-child) {
	border-left-width: 1px !important;
}

/* ヘッダー */
@media not all and (min-width: 1000px) {
	.l-header {
		border-bottom: 1px solid #231f20;
	}
}
.l-header .l-header__body {
	grid-template-columns: 0% 1fr 0% var(--ark-searchW) var(--ark-drawerW);
	padding-top: 1em;
	padding-bottom: 1em;
}
@media not all and (min-width: 1000px) {
	.l-header .l-header__body {
		grid-template-columns: 0% auto 1fr var(--ark-searchW) var(--ark-drawerW);
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}
.l-header .l-header__center {
	padding: 0;
}
@media (min-width: 1000px) {
	.l-header .l-header__center {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.l-header .l-header__left {
	display: none;
}
.l-header .l-header__right {
	grid-area: center;
	width: 100%;
}
@media not all and (min-width: 1000px) {
	.l-header .l-header__right {
		grid-area: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 0.25em 0 0.5em;
	}
}
@media not all and (min-width: 1000px) {
	.l-header .l-header__logo {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
.l-header .c-reuseBlock {
	width: 100%;
}
.l-header .header-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0.5em;
}
.l-header .header-branding > * {
	margin-top: 0;
}
.l-header .header-branding .site-name {
	font-family: var(--jost);
	font-weight: 600;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.5;
	text-align: left !important;
}
@media not all and (min-width: 600px) {
	.l-header .header-branding .site-name {
		font-size: 0.9rem;
	}
}
.l-header .header-branding .site-name a {
	color: #231f20;
	text-decoration: none;
}
.l-header .header-branding .site-name ._thin {
	font-weight: 400;
}
@media not all and (min-width: 600px) {
	.l-header .header-branding .wp-block-social-links {
		gap: 0.25em;
	}
}
.l-header .header-branding .wp-social-link-tiktok svg {
	width: 0.8em;
	height: 0.8em;
}

/* Gナビ */
.l-headerUnder {
	border-top: 2px solid #231f20;
	border-bottom: 2px solid #231f20;
}
[data-scrolled=false] .l-headerUnder {
	position: inherit;
}
.l-headerUnder .c-gnav {
	font-size: 1.125rem;
}
.l-headerUnder .c-gnav > .menu-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
}
.l-headerUnder .c-gnav > .menu-item.-current, .l-headerUnder .c-gnav > .menu-item:hover {
	color: #b61304;
}
.l-headerUnder .c-gnav > .menu-item::before {
	content: "";
	background-color: #231f20;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
[data-scrolled=false] .l-headerUnder .c-gnav > .menu-item.news {
	margin-left: 100px;
}
[data-scrolled=false] .l-headerUnder .c-gnav > .menu-item.news::before {
	content: none;
}
.l-headerUnder .c-gnav > .menu-item.contact::after {
	content: "";
	background-color: #231f20;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.l-headerUnder .c-gnav > .menu-item > .c-gnav__a {
	padding: 16px 8px;
}
.l-headerUnder .c-gnav .__mainText {
	font-family: var(--jost);
	font-weight: 500;
}

/* ドロワーナビ */
.l-header__drawerBtn .c-iconBtn.-menuBtn::after {
	content: "MENU";
	display: block;
	color: currentColor;
	font-family: var(--oswald);
	font-size: 10px;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-drawer {
	font-size: 1rem;
}
.p-drawer .c-drawerNav {
	border-top: 1px solid #fff;
	border-bottom: none;
}
.p-drawer .c-drawerNav > .menu-item {
	border-bottom: 1px solid #fff;
}
.p-drawer .c-drawerNav .c-drawerNav__li > .c-drawerNav__a {
	padding: 0.75rem 0;
}
.p-drawer .c-drawerNav__a {
	font-family: var(--jost);
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

/* TOP | HERO */
section.hero {
	--arkb-padding: 0 !important;
}
@media not all and (min-width: 1000px) {
	section.hero {
		--arkb-padding: 0 0 2rem;
	}
}
section.hero .ark-block-section__body {
	max-width: 2000px;
	padding-left: 0;
	padding-right: 0;
}
section.hero .hero-columns {
	--arkb-gap--x: 0rem;
	--arkb-gap--y: 0rem;
}
section.hero .hero-columns > .ark-block-columns__inner {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
section.hero .hero-columns .image-col {
	--arkb-clmn-w--pc: 70%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
}
@media not all and (min-width: 1300px) {
	section.hero .hero-columns .image-col {
		--arkb-clmn-w--pc: 60%;
	}
}
section.hero .hero-columns .match-col {
	--arkb-clmn-w--pc: 30%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
	padding: 2vw;
	z-index: 1;
}
@media not all and (min-width: 1300px) {
	section.hero .hero-columns .match-col {
		--arkb-clmn-w--pc: 40%;
	}
}
@media not all and (min-width: 1000px) {
	section.hero .hero-columns .match-col {
		padding: 1rem 2vw 3rem;
	}
}
section.hero .hero-img-pc {
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
	        mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
	        mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
@media (min-width: 1000px) {
	section.hero .hero-img-pc {
		margin-right: -100px;
	}
}
@media not all and (min-width: 1000px) {
	section.hero .hero-img-pc {
		-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
		        mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
		        mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
	}
}
@media not all and (min-width: 600px) {
	section.hero .hero-img-pc {
		display: none;
	}
}
@media (min-width: 1300px) {
	section.hero .hero-img-pc img {
		aspect-ratio: 16/9;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
section.hero .hero-img-sp {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
	        mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
	        mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
	margin-top: 0;
}
@media (min-width: 600px) {
	section.hero .hero-img-sp {
		display: none;
	}
}
section.hero h2.p-nextMatch__heading {
	color: #fff;
	font-family: var(--jost);
	font-size: clamp(37.5px, 3.75vw, 75px);
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
@media not all and (min-width: 1000px) {
	section.hero h2.p-nextMatch__heading {
		font-size: 4rem;
	}
}
@media not all and (min-width: 600px) {
	section.hero h2.p-nextMatch__heading {
		font-size: 3rem;
	}
}
section.hero .p-nextMatch {
	background-color: #fff;
	border: 1px solid #fff;
}
@media (min-width: 1000px) {
	section.hero .p-nextMatch {
		margin-top: 2rem;
	}
}
section.hero h3.p-nextMatch__title {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#231f20));
	background-image: linear-gradient(180deg, #444, #231f20);
	font-size: clamp(16px, 1.375vw, 22px);
	text-align: center;
	word-break: keep-all;
	padding: 1rem;
}
@media not all and (min-width: 1000px) {
	section.hero h3.p-nextMatch__title {
		font-size: 1.5rem;
	}
}
@media not all and (min-width: 600px) {
	section.hero h3.p-nextMatch__title {
		font-size: 1rem;
		padding: 0.75rem 0.5rem;
	}
}
section.hero .p-nextMatch__body {
	padding: 1.5rem;
	margin-top: 0;
}
@media not all and (min-width: 600px) {
	section.hero .p-nextMatch__body {
		padding: 1rem;
	}
}
section.hero .p-nextMatch__date {
	font-family: var(--oswald);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center !important;
}
@media not all and (min-width: 600px) {
	section.hero .p-nextMatch__date {
		font-size: 1.5rem;
	}
}
section.hero .p-nextMatch__date .days {
	font-size: 1.5em;
	margin-right: 0.5rem;
}
section.hero .p-nextMatch__date .weekday {
	font-weight: 500;
}
section.hero .p-nextMatch__time {
	font-family: var(--oswald);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	text-align: center !important;
	margin-top: 0.5rem;
}
@media not all and (min-width: 600px) {
	section.hero .p-nextMatch__time {
		font-size: 1.25rem;
	}
}
section.hero .p-nextMatch__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media not all and (min-width: 1000px) {
	section.hero .p-nextMatch__columns {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
section.hero .p-nextMatch__columns .own-col,
section.hero .p-nextMatch__columns .opponent-col {
	width: 40%;
}
section.hero .p-nextMatch__columns .vs-col {
	width: 20%;
	-ms-flex-item-align: center;
	    align-self: center;
}
section.hero .team-emblem {
	max-width: 150px;
	text-align: center;
	padding: 0 10px 10px;
	margin: 0 auto;
}
@media not all and (min-width: 600px) {
	section.hero .team-emblem {
		max-width: 95px;
	}
}
section.hero .team-emblem img {
	vertical-align: bottom;
}
section.hero .team-name {
	font-size: clamp(14px, 1vw, 16px);
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.1;
	text-align: center !important;
	margin-top: 0;
}
section.hero .vs {
	font-family: var(--oswald);
	font-size: 3rem;
	font-weight: 600;
	text-align: center !important;
	white-space: nowrap;
	margin-top: -1rem;
}
@media not all and (min-width: 600px) {
	section.hero .vs {
		font-size: 2rem;
	}
}
section.hero .p-nextMatch__field {
	font-weight: 500;
	text-align: center !important;
	margin-top: 0.5rem;
}
section.hero .p-nextMatch__field .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 0.1em;
}
section.hero .p-nextMatch__field .arkb-inline-icon::after {
	min-width: 1.25em;
}
section.hero .p-nextNoMatch {
	background-color: #fff;
	padding: 1.5rem;
}
@media (min-width: 1000px) {
	section.hero .p-nextNoMatch {
		margin-top: 2rem;
	}
}
@media not all and (min-width: 600px) {
	section.hero .p-nextNoMatch {
		padding: 1rem;
	}
}
section.hero .p-nextNoMatch__title {
	color: #bbb;
	font-family: var(--jost);
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
section.hero .p-nextNoMatch__text {
	color: #bbb;
	font-weight: 500;
	text-align: center !important;
	margin-top: 0.5rem;
}

/* TOP | RESULT */
section.result .p-latestResult {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1.5rem;
}
section.result .p-latestResult__container {
	width: calc(33.33% - 1rem);
	color: inherit;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #231f20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-transition: -webkit-filter 0.25s;
	transition: -webkit-filter 0.25s;
	transition: filter 0.25s;
	transition: filter 0.25s, -webkit-filter 0.25s;
}
@media not all and (min-width: 1000px) {
	section.result .p-latestResult__container {
		width: calc(50% - 0.75rem);
	}
}
@media not all and (min-width: 600px) {
	section.result .p-latestResult__container {
		width: 100%;
	}
}
section.result .p-latestResult__container:hover {
	-webkit-filter: brightness(1.2);
	        filter: brightness(1.2);
}
section.result .p-latestResult__container:hover .view-more {
	color: #fff;
	background-color: #231f20;
}
section.result h3.p-latestResult__title {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#231f20));
	background-image: linear-gradient(180deg, #444, #231f20);
	font-size: 1.125rem;
	text-align: center;
	word-break: keep-all;
	padding: 1rem;
}
@media not all and (min-width: 600px) {
	section.result h3.p-latestResult__title {
		font-size: 1rem;
		padding: 0.75rem 0.5rem;
	}
}
section.result .p-latestResult__body {
	padding: 1rem;
}
section.result .p-latestResult__date {
	font-family: var(--oswald);
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center !important;
}
@media not all and (min-width: 600px) {
	section.result .p-latestResult__date {
		font-size: 1.5rem;
	}
}
section.result .p-latestResult__date .days {
	margin-right: 0.5rem;
}
section.result .p-latestResult__date .weekday {
	margin-right: 0.5rem;
}
section.result .p-latestResult__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 1.5rem;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
section.result .p-latestResult__columns .own-col,
section.result .p-latestResult__columns .opponent-col {
	width: 35%;
}
section.result .p-latestResult__columns .score-col {
	width: 30%;
}
section.result .team-emblem {
	text-align: center;
	padding: 0 10px 10px;
	margin: 0 auto;
}
@media not all and (min-width: 600px) {
	section.result .team-emblem {
		max-width: 95px;
	}
}
section.result .team-emblem img {
	vertical-align: bottom;
}
section.result .team-name {
	font-size: 12px;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.1;
	text-align: center !important;
	margin-top: 0;
}
section.result .result {
	background-color: #fff;
	border: 1px solid currentColor;
	font-family: var(--oswald);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center !important;
	padding: 2px;
}
section.result .result.win {
	color: #b61304;
}
section.result .result.lose {
	color: #999;
}
section.result .total-score {
	font-family: var(--oswald);
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 600;
	line-height: 1;
	text-align: center !important;
	white-space: nowrap;
	margin-top: 0.5rem;
}
@media not all and (min-width: 600px) {
	section.result .total-score {
		font-size: 2rem;
	}
}
section.result .p-latestResult__field {
	font-weight: 500;
	text-align: center !important;
}
section.result .p-latestResult__field .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 0.05em;
}
section.result .p-latestResult__field .arkb-inline-icon::after {
	min-width: 1.25em;
}
section.result .view-more {
	font-family: var(--jost);
	text-align: center !important;
	padding: 0.75rem 1rem;
	margin-top: auto;
	position: relative;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.25s;
	        transition-duration: 0.25s;
}
section.result .view-more:is(.ark-block-column[data-arkb-linkbox]:hover *) {
	color: #fff;
	background-color: #231f20;
}
section.result .view-more::before {
	content: "";
	background-color: #231f20;
	width: calc(100% - 2rem);
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
section.result .view-more .arkb-inline-icon {
	vertical-align: 0.05em;
	margin-left: 0.25em;
}

/* TOP | CLUB INFO */
section.club-info {
	--arkb-padding: 0 !important;
}
section.club-info .ark-block-section__body {
	max-width: 1400px;
	padding-left: 0;
	padding-right: 0;
}
section.club-info .club-info-columns {
	--arkb-gap--x: 0rem;
	--arkb-gap--y: 0rem;
}
section.club-info .club-info-columns .ark-block-column {
	min-height: 300px;
}
@media not all and (min-width: 1000px) {
	section.club-info .club-info-columns .players-col {
		--arkb-clmn-width: 100%;
	}
}
@media not all and (min-width: 1000px) {
	section.club-info .club-info-columns .ranking-col {
		--arkb-clmn-width: 100%;
	}
}
@media (min-width: 1000px) {
	section.club-info .club-info-columns .ranking-col::before {
		content: "";
		background-color: #fff;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		z-index: 1;
	}
}
@media not all and (min-width: 1000px) {
	section.club-info .club-info-columns .ranking-col::before {
		content: "";
		background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #fff), color-stop(85%, #fff), to(transparent));
		background-image: linear-gradient(90deg, transparent 0%, #fff 15%, #fff 85%, transparent 100%);
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 1;
	}
}
section.club-info .club-info-columns .club-col {
	--arkb-clmn-width: 100%;
}
section.club-info .club-info-columns .club-col::before {
	content: "";
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #fff), color-stop(85%, #fff), to(transparent));
	background-image: linear-gradient(90deg, transparent 0%, #fff 15%, #fff 85%, transparent 100%);
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
}
section.club-info .club-info-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
	        mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
	        mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
section.club-info .club-info-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-filter 0.25s;
	transition: -webkit-filter 0.25s;
	transition: filter 0.25s;
	transition: filter 0.25s, -webkit-filter 0.25s;
}
section.club-info .club-info-img img:is(.ark-block-column[data-arkb-linkbox]:hover *) {
	-webkit-filter: brightness(1.3);
	        filter: brightness(1.3);
}
section.club-info .club-info-body {
	width: 60%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #231f20), to(transparent));
	background-image: linear-gradient(90deg, #231f20 30%, transparent 100%);
	padding: 2rem 0 2rem 3rem;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	z-index: 0;
}
@media not all and (min-width: 1000px) {
	section.club-info .club-info-body {
		padding: 4vw;
	}
}
section.club-info .club-info-title {
	font-family: var(--jost);
	font-size: 3rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1;
	white-space: nowrap;
}
@media not all and (min-width: 600px) {
	section.club-info .club-info-title {
		font-size: 2rem;
	}
}
section.club-info .club-info-btn {
	margin-top: 2rem;
}
section.club-info .club-info-btn .ark-block-button__link::before {
	content: none;
}
section.club-info .club-info-btn .ark-block-button__link:is(.ark-block-column[data-arkb-linkbox]:hover *) {
	color: #231f20;
	background: #fff;
}

/* TOP | NEWS */
section.news .ark-block-section__bodyInner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
}
section.news .ark-block-section__bodyInner .ark-block-heading {
	grid-column: 1/2;
	grid-row: 1/2;
	justify-self: start;
}
section.news .ark-block-section__bodyInner .ark-block-buttons {
	grid-column: 2/3;
	grid-row: 1/2;
	justify-self: end;
}
section.news .ark-block-section__bodyInner .ark-block-tab {
	grid-column: 1/3;
	grid-row: 2/3;
}
section.news .ark-block-heading h2.ark-block-heading__main {
	text-align: left;
}
section.news .ark-block-heading .ark-block-heading__sub {
	text-align: left;
}
section.news .ark-block-buttons {
	margin-top: 0;
}
section.news .ark-block-tab .arkb-tabList .arkb-tabList__item:not(:first-child) {
	border-left: 1px solid #ccc;
}
section.news .ark-block-tab .arkb-tabList .arkb-tabList__button {
	background-color: #f3f3f3;
	font-family: var(--jost);
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0.75em;
}
@media not all and (min-width: 600px) {
	section.news .ark-block-tab .arkb-tabList .arkb-tabList__button {
		font-size: 1rem;
	}
}
section.news .ark-block-tab .arkb-tabList .arkb-tabList__button[aria-selected=true] {
	background-color: #231f20;
}
section.news .ark-block-tab .arkb-tabList .arkb-tabList__button[aria-selected=false]:hover {
	color: #b61304;
	background-color: #f7f7f7;
}
section.news .ark-block-tab .arkb-tabBody {
	padding: 1.5em 0 0;
}

/* TOP | OTHER */
section.other .other-columns {
	--arkb-clmn-w--tab: 100%;
	--arkb-gap--x: 3rem;
}
section.other .other-columns .ark-block-column[data-arkb-linkbox] {
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.25s, 0.25s;
	        transition-duration: 0.25s, 0.25s;
}
section.other .other-columns .ark-block-column[data-arkb-linkbox]:hover {
	color: #231f20;
	background-color: #fff;
}
section.other .other-body {
	border: 1px solid currentColor;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.75rem;
	padding: 2rem;
}
@media not all and (min-width: 600px) {
	section.other .other-body {
		padding: 1.5rem;
	}
}
section.other .other-body > * {
	margin-top: 0;
}
@media not all and (min-width: 600px) {
	section.other .other-icon {
		--arkb-icon-size: 3em !important;
	}
}
section.other .other-title {
	font-family: var(--jost);
	font-size: 2rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1;
	white-space: nowrap;
}
@media not all and (min-width: 600px) {
	section.other .other-title {
		font-size: 1.75rem;
	}
}
section.other .other-sub-title {
	font-weight: 500;
	margin-top: 0;
}
section.other .link-arrow {
	margin-left: auto;
}

/* TOP | SPONSOR */
h3.p-sponsorTitle {
	font-family: var(--jost);
	font-size: 1.75em;
	background-color: #f3f3f3;
	padding: 0.25em 0.25em 0.25em 1em;
	position: relative;
}
@media not all and (min-width: 600px) {
	h3.p-sponsorTitle {
		font-size: 1.5em;
	}
}
h3.p-sponsorTitle::before {
	content: "";
	background-color: #b61304;
	width: 5px;
	height: 50%;
	position: absolute;
	left: 0.5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.p-sponsorList {
	--ark-list-padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: -1.5rem !important;
}
@media not all and (min-width: 600px) {
	.p-sponsorList {
		margin-left: -1rem;
		margin-right: -1rem;
		margin-bottom: -1rem !important;
	}
}
.p-sponsorList:last-child {
	margin-bottom: -1.5rem !important;
}
@media not all and (min-width: 600px) {
	.p-sponsorList:last-child {
		margin-bottom: -1rem !important;
	}
}
.p-sponsorList .p-sponsorList__item {
	padding: 0 1.5rem;
	margin-top: 0;
	margin-bottom: 1.5rem;
}
@media not all and (min-width: 600px) {
	.p-sponsorList .p-sponsorList__item {
		padding: 0 1rem;
		margin-bottom: 1rem;
	}
}
.p-sponsorList.main .p-sponsorList__item {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
@media not all and (min-width: 600px) {
	.p-sponsorList.main .p-sponsorList__item {
		-ms-flex-preferred-size: 75%;
		    flex-basis: 75%;
	}
}
.p-sponsorList.platinum .p-sponsorList__item {
	-ms-flex-preferred-size: 33.33%;
	    flex-basis: 33.33%;
}
@media not all and (min-width: 600px) {
	.p-sponsorList.platinum .p-sponsorList__item {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
}
.p-sponsorList.gold .p-sponsorList__item {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
}
@media not all and (min-width: 600px) {
	.p-sponsorList.gold .p-sponsorList__item {
		-ms-flex-preferred-size: 33.33%;
		    flex-basis: 33.33%;
	}
}
.p-sponsorList.silver .p-sponsorList__item {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
}
@media not all and (min-width: 600px) {
	.p-sponsorList.silver .p-sponsorList__item {
		-ms-flex-preferred-size: 33.33%;
		    flex-basis: 33.33%;
	}
}
.p-sponsorList.banner .p-sponsorList__item {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
}
@media not all and (min-width: 600px) {
	.p-sponsorList.banner .p-sponsorList__item {
		-ms-flex-preferred-size: 33.33%;
		    flex-basis: 33.33%;
	}
}
.p-sponsorList .p-sponsorList__link {
	color: inherit;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: -webkit-filter 0.25s;
	transition: -webkit-filter 0.25s;
	transition: filter 0.25s;
	transition: filter 0.25s, -webkit-filter 0.25s;
}
.p-sponsorList .p-sponsorList__link:hover {
	-webkit-filter: brightness(1.1);
	        filter: brightness(1.1);
}
.p-sponsorList .p-sponsorList__image img {
	display: block;
	width: auto;
	max-height: 150px;
	margin: 0 auto;
}
@media not all and (min-width: 600px) {
	.p-sponsorList .p-sponsorList__image img {
		max-height: 80px;
	}
}

/* 下層ページ共通 */
.page-nav-buttons {
	--btn-width: 33.33%;
	--arkb-gap--x: 2rem;
	--arkb-gap--y: 2rem;
}
@media not all and (min-width: 1000px) {
	.page-nav-buttons {
		--btn-width: 50%;
		--arkb-gap--x: 1.5rem;
		--arkb-gap--y: 1.5rem;
	}
}
@media not all and (min-width: 600px) {
	.page-nav-buttons {
		--btn-width: 100%;
	}
}
.page-nav-buttons .ark-block-button {
	width: calc(var(--btn-width) - var(--arkb-gap--x));
}
.page-nav-buttons .ark-block-button__link {
	width: 100%;
	padding: 1em 2em;
}
.page-nav-buttons .ark-block-button__text {
	white-space: nowrap;
}
.page-nav-buttons .arkb-inline-icon {
	min-width: 1.5em;
	vertical-align: 1px;
	margin-right: 0.25em;
}
.page-nav-buttons .arkb-inline-icon::after {
	max-width: 1.5em;
}

/* スクール */
@media (min-width: 1000px) {
	body.slug-school .about-school-text {
		font-size: 1.125rem;
		text-align: center !important;
	}
}
body.slug-school .class-columns {
	--arkb-clmn-w--pc: 33.33%;
	--arkb-clmn-w--tab: 50%;
	--arkb-clmn-w--mb: 100%;
	--arkb-gap--x: 2rem;
	--arkb-gap--y: 2rem;
}
body.slug-school .class-container {
	background-color: #fff;
	border: 1px solid #231f20;
	height: 100%;
}
body.slug-school .class-container > * {
	margin-top: 0;
}
body.slug-school .class-title-group {
	padding: 0.5rem 1rem;
}
body.slug-school h3.class-title {
	color: #231f20;
	text-align: center;
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.25rem;
}
body.slug-school .class-title-en {
	color: #b61304;
	font-family: var(--jost);
	font-weight: 500;
	line-height: 1.5;
	text-align: center !important;
	margin-top: 0.375rem;
}
body.slug-school .class-img {
	border-top: 1px solid #231f20;
	border-bottom: 1px solid #231f20;
}
body.slug-school .class-img img {
	aspect-ratio: 2/1;
	-o-object-fit: cover;
	   object-fit: cover;
}
body.slug-school .class-body {
	--ark-mt: .5rem;
	padding: 1rem;
}
body.slug-school .target-age .ark-block-dl__div {
	border-top: none;
	border-bottom: none;
	padding: 0;
}
body.slug-school .target-age .ark-block-dl__dt {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	color: #fff;
	background-color: #231f20;
	font-size: 0.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 0.5em;
	margin-right: 0;
}
body.slug-school .target-age .ark-block-dl__dd {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	background-color: #f3f3f3;
	font-weight: 500;
}
body.slug-school .target-age .ark-block-dl__dd p {
	text-align: center;
}
body.slug-school section.feature h2.ark-block-heading__main {
	color: #fff;
}
body.slug-school section.feature .ark-block-heading__sub {
	color: #fff;
}
body.slug-school .feature-columns {
	--arkb-clmn-w--pc: 33.33%;
	--arkb-clmn-w--tab: 50%;
	--arkb-clmn-w--mb: 100%;
	--arkb-gap--x: 2rem;
	--arkb-gap--y: 2rem;
}
body.slug-school .feature-columns .ark-block-columns__inner {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.slug-school .feature-container {
	border: 1px solid currentColor;
	height: 100%;
}
body.slug-school .feature-container > * {
	margin-top: 0;
}
body.slug-school .feature-title-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 1rem;
}
body.slug-school .feature-num {
	font-family: var(--jost);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	text-align: center !important;
	border-bottom: 1px solid currentColor;
	width: 100%;
	padding: 1rem 0 0.75rem;
}
body.slug-school h3.feature-title {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.3;
	text-align: center;
	margin-top: 1rem;
}
@media (min-width: 1000px) {
	body.slug-school h3.feature-title {
		font-size: 1.5rem;
	}
}
body.slug-school h3.feature-title .arkb-fz-l {
	font-family: var(--oswald);
	font-weight: 500;
	line-height: 1;
}
body.slug-school h3.feature-title .arkb-fz-xs {
	vertical-align: 0.1em;
}
body.slug-school .feature-body {
	--ark-mt: 1rem;
	padding: 1rem;
}
body.slug-school .feature-body > p {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
body.slug-school h2.schedule-title,
body.slug-school h2.fee-title {
	font-family: var(--jost);
}
body.slug-school h2.schedule-title .__sub,
body.slug-school h2.fee-title .__sub {
	font-size: 0.75em;
	border-left: 1px solid currentColor;
	padding-left: 0.75em;
	margin-left: 0.75em;
	vertical-align: 0.1em;
}
@media (min-width: 1000px) {
	body.slug-school .schedule-table th,
	body.slug-school .schedule-table td,
	body.slug-school .fee-table th,
	body.slug-school .fee-table td {
		font-size: 1.125rem;
	}
}

/* クラブ概要 */
@media (min-width: 1000px) {
	body.slug-club .about-text {
		font-size: 1.125rem;
		text-align: center !important;
	}
}
body.slug-club .club-columns {
	--arkb-clmn-w--pc: 33.33%;
	--arkb-clmn-w--tab: 50%;
	--arkb-clmn-w--mb: 100%;
	--arkb-gap--x: 2rem;
	--arkb-gap--y: 2rem;
}
@media not all and (min-width: 1000px) {
	body.slug-club .club-columns {
		--arkb-gap--x: 1.5rem;
		--arkb-gap--y: 1.5rem;
	}
	body.slug-club .club-columns .philosophy-col {
		--arkb-clmn-w--tab: 100%;
	}
}
body.slug-club .club-container {
	--ark-mt: 1.5rem;
	background-color: #fff;
	border: 1px solid #231f20;
	height: 100%;
	padding: 0.75rem 1.5rem 1.5rem;
}
@media not all and (min-width: 1000px) {
	body.slug-club .club-container {
		padding: 1rem;
	}
}
body.slug-club .club-title-group {
	border-bottom: 1px solid currentColor;
	padding-bottom: 1rem;
}
body.slug-club h3.club-title {
	color: #231f20;
	font-family: var(--jost);
	font-size: 1.75em;
	font-weight: 600;
	text-align: center;
}
@media not all and (min-width: 600px) {
	body.slug-club h3.club-title {
		font-size: 1.5em;
	}
}
body.slug-club .club-title-jp {
	color: #b61304;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	text-align: center !important;
	margin-top: 0;
}
body.slug-club .philosophy-group,
body.slug-club .club-name-group {
	height: 100px;
	background-image: linear-gradient(135deg, #fdfdfd 25%, #f4f4f4 25%, #f4f4f4 50%, #fdfdfd 50%, #fdfdfd 75%, #f4f4f4 75%);
	background-size: 8px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1rem;
}
body.slug-club .philosophy-text {
	font-size: 1.375rem;
	font-weight: 600;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center !important;
}
body.slug-club .club-name {
	font-family: var(--jost);
	font-size: clamp(1.75rem, 3vw, 2rem);
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1;
	white-space: nowrap;
}
body.slug-club .club-name-jp {
	font-weight: 500;
	line-height: 1;
	margin-top: 0.5em;
}
body.slug-club .emblem-img {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
body.slug-club .club-text {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
@media (min-width: 1000px) {
	body.slug-club .club-table th,
	body.slug-club .club-table td {
		font-size: 1.125rem;
	}
}
body.slug-club .activity-columns {
	--arkb-clmn-w--pc: 50%;
	--arkb-clmn-w--tab: 100%;
	--arkb-clmn-w--mb: 100%;
	--arkb-gap--x: 2rem;
	--arkb-gap--y: 2rem;
}
@media not all and (min-width: 1000px) {
	body.slug-club .activity-columns {
		--arkb-gap--x: 1.5rem;
		--arkb-gap--y: 1.5rem;
		max-width: 534px;
		margin-left: auto;
		margin-right: auto;
	}
}
body.slug-club .activity-container {
	background-color: #fff;
	border: 1px solid #231f20;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
body.slug-club .activity-container > * {
	margin-top: 0;
}
body.slug-club .activity-title-group {
	display: grid;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
	grid-template-rows: auto auto;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 0.75rem;
	padding: 1rem 1.5rem 1rem 1rem;
}
@media not all and (min-width: 600px) {
	body.slug-club .activity-title-group {
		padding: 0.875rem 1rem 1rem 0.875rem;
	}
}
body.slug-club .activity-title-group > * {
	margin-top: 0;
}
body.slug-club .activity-title-group .activity-icon {
	grid-column: 1/2;
	grid-row: 1/3;
}
body.slug-club .activity-title-group h3.activity-title {
	grid-column: 2/3;
	grid-row: 1/2;
}
body.slug-club .activity-title-group .activity-title-jp {
	grid-column: 2/3;
	grid-row: 2/3;
}
@media not all and (min-width: 600px) {
	body.slug-club .activity-icon {
		--arkb-icon-size: 3em !important;
	}
}
body.slug-club h3.activity-title {
	font-family: var(--jost);
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1;
	border-bottom: 1px solid #231f20;
	padding-bottom: 0.25rem;
}
@media not all and (min-width: 600px) {
	body.slug-club h3.activity-title {
		font-size: 1.5em;
	}
}
body.slug-club .activity-title-jp {
	color: #b61304;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.25rem;
}
body.slug-club .activity-img {
	border-top: 1px solid #231f20;
	border-bottom: 1px solid #231f20;
}
body.slug-club .activity-img img {
	aspect-ratio: 2/1;
	-o-object-fit: cover;
	   object-fit: cover;
}
body.slug-club .activity-body {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 1rem 1.5rem 1.5rem;
}
@media not all and (min-width: 600px) {
	body.slug-club .activity-body {
		padding: 0.75rem 1rem 1rem;
	}
}
body.slug-club .activity-buttons {
	--btn-width: 50%;
	--arkb-gap--x: 1.5rem;
	--arkb-gap--y: 1.5rem;
	padding-top: 1.5rem;
	margin-top: auto;
}
@media not all and (min-width: 600px) {
	body.slug-club .activity-buttons {
		--btn-width: 100%;
		--arkb-gap--x: 1rem;
		--arkb-gap--y: 1rem;
		padding-top: 1rem;
	}
}
body.slug-club .activity-buttons .ark-block-button {
	width: calc(var(--btn-width) - var(--arkb-gap--x));
}
body.slug-club .activity-buttons .ark-block-button__link {
	width: 100%;
}
body.slug-club .activity-buttons .ark-block-button__text {
	white-space: nowrap;
}

/* お問い合わせ */
@media (min-width: 1000px) {
	body.slug-contact .contact-text {
		font-size: 1.125rem;
		text-align: center !important;
	}
}
body.slug-contact .c-form {
	border-top: 1px solid #231f20;
	max-width: 900px;
	margin: 0 auto;
}
body.slug-contact .c-form .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	border-bottom: 1px solid #231f20;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .form-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
body.slug-contact .c-form .form-label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	min-width: 232px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 1rem;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .form-label {
		padding: 10px 5px 0;
	}
}
body.slug-contact .c-form .form-label .label-title {
	cursor: pointer;
	width: 100%;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5em;
	padding: 11px 0;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .form-label .label-title {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 10px;
		padding: 0;
	}
}
body.slug-contact .c-form .form-label .label-title .label-text {
	font-weight: 500;
}
body.slug-contact .c-form .form-label .label-title .label-type {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	border-radius: 0;
	padding: 3px 6px;
	white-space: nowrap;
}
body.slug-contact .c-form .form-label .label-title .label-type.required {
	color: #b61304;
	background-color: #fff;
	border: 1px solid #b61304;
}
body.slug-contact .c-form .form-label .label-title .label-type.optional {
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
}
body.slug-contact .c-form .form-body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	-ms-flex-item-align: center;
	    align-self: center;
	padding: 1rem;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .form-body {
		-ms-flex-item-align: auto;
		    align-self: auto;
		padding: 10px 5px 15px !important;
	}
}
body.slug-contact .c-form input[type=text],
body.slug-contact .c-form input[type=tel],
body.slug-contact .c-form input[type=email],
body.slug-contact .c-form input[type=url],
body.slug-contact .c-form input[type=date],
body.slug-contact .c-form input[type=number],
body.slug-contact .c-form textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: 16px;
	color: inherit;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 8px 12px;
	margin: 0;
}
body.slug-contact .c-form input[type=text]::-webkit-input-placeholder, body.slug-contact .c-form input[type=tel]::-webkit-input-placeholder, body.slug-contact .c-form input[type=email]::-webkit-input-placeholder, body.slug-contact .c-form input[type=url]::-webkit-input-placeholder, body.slug-contact .c-form input[type=date]::-webkit-input-placeholder, body.slug-contact .c-form input[type=number]::-webkit-input-placeholder, body.slug-contact .c-form textarea::-webkit-input-placeholder {
	color: #bbb;
}
body.slug-contact .c-form input[type=text]::-moz-placeholder, body.slug-contact .c-form input[type=tel]::-moz-placeholder, body.slug-contact .c-form input[type=email]::-moz-placeholder, body.slug-contact .c-form input[type=url]::-moz-placeholder, body.slug-contact .c-form input[type=date]::-moz-placeholder, body.slug-contact .c-form input[type=number]::-moz-placeholder, body.slug-contact .c-form textarea::-moz-placeholder {
	color: #bbb;
}
body.slug-contact .c-form input[type=text]:-ms-input-placeholder, body.slug-contact .c-form input[type=tel]:-ms-input-placeholder, body.slug-contact .c-form input[type=email]:-ms-input-placeholder, body.slug-contact .c-form input[type=url]:-ms-input-placeholder, body.slug-contact .c-form input[type=date]:-ms-input-placeholder, body.slug-contact .c-form input[type=number]:-ms-input-placeholder, body.slug-contact .c-form textarea:-ms-input-placeholder {
	color: #bbb;
}
body.slug-contact .c-form input[type=text]::-ms-input-placeholder, body.slug-contact .c-form input[type=tel]::-ms-input-placeholder, body.slug-contact .c-form input[type=email]::-ms-input-placeholder, body.slug-contact .c-form input[type=url]::-ms-input-placeholder, body.slug-contact .c-form input[type=date]::-ms-input-placeholder, body.slug-contact .c-form input[type=number]::-ms-input-placeholder, body.slug-contact .c-form textarea::-ms-input-placeholder {
	color: #bbb;
}
body.slug-contact .c-form input[type=text]::placeholder,
body.slug-contact .c-form input[type=tel]::placeholder,
body.slug-contact .c-form input[type=email]::placeholder,
body.slug-contact .c-form input[type=url]::placeholder,
body.slug-contact .c-form input[type=date]::placeholder,
body.slug-contact .c-form input[type=number]::placeholder,
body.slug-contact .c-form textarea::placeholder {
	color: #bbb;
}
body.slug-contact .c-form .wpcf7-not-valid-tip {
	font-size: smaller;
	font-weight: 500;
	color: #b61304;
}
body.slug-contact .c-form .submit-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}
@media not all and (min-width: 1000px) {
	body.slug-contact .c-form .submit-btn {
		margin-top: 1.5rem;
	}
}
body.slug-contact .c-form .submit-btn input[type=submit] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	color: #231f20;
	background: transparent;
	border: 1px solid #231f20;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.75em 2em;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.25s;
	        transition-duration: 0.25s;
}
body.slug-contact .c-form .submit-btn input[type=submit]:hover {
	color: #fff;
	background-color: #231f20;
}
body.slug-contact .c-form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
body.slug-contact .wpcf7-turnstile.cf-turnstile {
	text-align: center;
	margin-top: 2rem !important;
}
body.slug-contact .privacy-policy-text {
	font-size: 0.875rem;
	text-align: center !important;
}
body.slug-contact .privacy-policy-text a {
	color: #333;
}
body.slug-contact .privacy-policy-text .arkb-inline-icon {
	margin-left: 0.25em;
}

/* コンタクトサンクス */
body.slug-thanks .l-content {
	background-image: linear-gradient(135deg, #fdfdfd 25%, #f4f4f4 25%, #f4f4f4 50%, #fdfdfd 50%, #fdfdfd 75%, #f4f4f4 75%);
	background-size: 16px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.slug-thanks .contact-thanks {
	background-color: #fff;
	border: 1px solid #231f20;
	max-width: 900px;
	margin: 0 auto;
	padding: 3rem 2.5rem;
}
@media not all and (min-width: 1000px) {
	body.slug-thanks .contact-thanks {
		padding: 2rem;
	}
}
@media not all and (min-width: 600px) {
	body.slug-thanks .contact-thanks {
		padding: 1.5rem;
	}
}
@media (min-width: 1000px) {
	body.slug-thanks .contact-thanks > p {
		font-size: 1.125rem;
		text-align: center !important;
	}
}
body.slug-thanks .ark-block-heading {
	border-bottom: 1px solid currentColor;
	padding-bottom: 2rem;
}
@media not all and (min-width: 600px) {
	body.slug-thanks .ark-block-heading {
		padding-bottom: 1.5rem;
	}
}
body.slug-thanks .ark-block-heading h1.ark-block-heading__main {
	color: #231f20;
	font-family: var(--jost);
	font-size: 3rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1;
}
@media not all and (min-width: 1000px) {
	body.slug-thanks .ark-block-heading h1.ark-block-heading__main {
		font-size: 2.5rem;
	}
}
@media not all and (min-width: 600px) {
	body.slug-thanks .ark-block-heading h1.ark-block-heading__main {
		font-size: 2rem;
	}
}

/* プライバシーポリシー */
body.slug-privacy-policy section.privacy-policy .ark-block-section__bodyInner {
	border: 1px solid currentColor;
	padding: 4rem;
	margin: var(--arkb-padding);
}
@media not all and (min-width: 1000px) {
	body.slug-privacy-policy section.privacy-policy .ark-block-section__bodyInner {
		padding: 2.5rem;
	}
}
@media not all and (min-width: 600px) {
	body.slug-privacy-policy section.privacy-policy .ark-block-section__bodyInner {
		border: unset;
		padding: var(--arkb-padding);
		margin: unset;
	}
}

/* アーカイブページ | コンテンツ上部 */
.archive-top-container {
	margin-bottom: 1.5em;
}
.archive-top-container ul.wp-block-categories-list {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.archive-top-container ul.wp-block-categories-list > li.cat-item {
	background-color: #f3f3f3;
	border-bottom: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	text-align: center;
	position: relative;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.25s;
	        transition-duration: 0.25s;
}
.archive-top-container ul.wp-block-categories-list > li.cat-item:not(:first-child) {
	border-left: 1px solid #ccc;
}
.archive-top-container ul.wp-block-categories-list > li.cat-item.current-cat {
	color: #fff !important;
	background-color: #231f20;
}
.archive-top-container ul.wp-block-categories-list > li.cat-item:not(.current-cat):hover {
	color: #b61304;
	background-color: #f7f7f7;
}
.archive-top-container ul.wp-block-categories-list > li.cat-item:not(.current-cat):hover::before {
	opacity: 1;
}
.archive-top-container ul.wp-block-categories-list > li.cat-item a {
	font-family: var(--jost);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	padding: 0.75em;
}
@media not all and (min-width: 600px) {
	.archive-top-container ul.wp-block-categories-list > li.cat-item a {
		font-size: 1rem;
	}
}
.archive-top-container ul.wp-block-categories-list > li.cat-item a:hover {
	background-color: unset;
}

/* 投稿ページ | 共通 */
.p-entry.type-post > .c-postContent {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
@media not all and (min-width: 600px) {
	.p-entry.type-post > .c-postContent {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

.p-entry__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.p-entry__head .c-pageTitle {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
}
@media not all and (min-width: 600px) {
	.p-entry__head .c-pageTitle h1.c-pageTitle__main {
		font-size: 1.5em;
	}
}
.p-entry__head .c-postMetas {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	font-size: 1rem;
	margin-top: 0;
}
.p-entry__head .c-postMetas .c-postMetas__icon {
	display: none;
}
@media (min-width: 1000px) {
	.p-entry__head .c-postMetas .c-postTerms {
		font-size: 0.75rem;
	}
}
.p-entry__head .c-postMetas .c-postTimes {
	font-family: var(--oswald);
	letter-spacing: 0.05em;
}
.p-entry__head .c-postMetas .c-postTerms {
	font-size: 0.875rem;
}
.p-entry__head .c-postMetas .c-postTerms__link {
	color: #fff;
	background-color: #231f20;
	font-family: var(--jost);
	font-weight: 500;
	line-height: 1;
	padding: 0.25em 0.5em;
}
.p-entry__head .c-postMetas .c-postTerms__link:not(:last-child):after {
	content: none;
}
.p-entry__head .p-entry__thumb {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

/* 投稿ページ | シェアボタン */
.c-shareBtns .c-shareBtns__list {
	border-top: none;
	border-bottom: none;
	padding: 0;
	gap: 0.25em;
}
.c-shareBtns .c-shareBtns__item.-facebook {
	--share-btn-color: #3b5998;
}
.c-shareBtns .c-shareBtns__item.-twitter {
	--share-btn-color: #1da1f2;
}
.c-shareBtns .c-shareBtns__item.-twitter-x {
	--share-btn-color: #000;
}
.c-shareBtns .c-shareBtns__item.-hatebu {
	--share-btn-color: #00a4de;
}
.c-shareBtns .c-shareBtns__item.-pocket {
	--share-btn-color: #ef3f56;
}
.c-shareBtns .c-shareBtns__item.-pinterest {
	--share-btn-color: #bb0f23;
}
.c-shareBtns .c-shareBtns__item.-line {
	--share-btn-color: #00c300;
}
.c-shareBtns .c-shareBtns__item.-copy {
	--share-btn-color: #666;
}
.c-shareBtns .c-shareBtns__btn {
	color: #fff;
	background-color: var(--share-btn-color);
}
.c-shareBtns .c-shareBtns__btn:hover {
	background-color: #fff;
	outline: 1px solid var(--share-btn-color);
	outline-offset: -1px;
}
.c-shareBtns .c-shareBtns__btn:hover .c-shareBtns__icon {
	color: var(--share-btn-color);
}

/* 投稿ページ | 前後ボタン */
.p-entry__foot {
	margin-top: 3rem;
}
@media not all and (min-width: 600px) {
	.p-entry__foot {
		margin-top: 2rem;
	}
}

.c-pnNav {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1rem;
}
.c-pnNav .c-pnNav__item {
	font-size: 1em;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: unset;
}
@media not all and (min-width: 600px) {
	.c-pnNav .c-pnNav__item {
		font-size: 0.9em;
	}
}
.c-pnNav .c-pnNav__item .c-pnNav__link {
	color: #231f20;
	padding: 0.75em 1em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-pnNav .c-pnNav__item .c-pnNav__link:hover {
	opacity: unset;
}
.c-pnNav .c-pnNav__item .c-pnNav__link.blank {
	color: #bbb;
}
.c-pnNav .c-pnNav__item.-prev .c-pnNav__link {
	padding-left: 1.5em;
	padding-right: 0.5em;
}
.c-pnNav .c-pnNav__item.-prev .c-pnNav__svg {
	left: 0;
}
@media not all and (min-width: 600px) {
	.c-pnNav .c-pnNav__item.-list {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}
.c-pnNav .c-pnNav__item.-list .c-pnNav__link {
	font-weight: 500;
	color: #231f20;
	background-color: #fff;
	border: 1px solid #231f20;
	padding: 0.5em 2em;
}
@media not all and (min-width: 600px) {
	.c-pnNav .c-pnNav__item.-list .c-pnNav__link {
		padding: 0.5em 1.5em;
	}
}
.c-pnNav .c-pnNav__item.-list .c-pnNav__link:hover {
	color: #fff;
	background-color: #231f20;
}
.c-pnNav .c-pnNav__item.-next .c-pnNav__link {
	padding-left: 0.5em;
	padding-right: 1.5em;
}
.c-pnNav .c-pnNav__item.-next .c-pnNav__svg {
	right: 0;
}
.c-pnNav .c-pnNav__item.-prev .c-pnNav__link:not(.blank):hover .c-pnNav__title, .c-pnNav .c-pnNav__item.-next .c-pnNav__link:not(.blank):hover .c-pnNav__title {
	border-bottom: 1px solid currentColor;
}
.c-pnNav .c-pnNav__item.-prev .c-pnNav__title, .c-pnNav .c-pnNav__item.-next .c-pnNav__title {
	border-bottom: 1px solid transparent;
}
.c-pnNav .c-pnNav__item .c-pnNav__title {
	-webkit-transition: unset;
	transition: unset;
}

/* 選手紹介 | アーカイブページ */
body.post-type-archive-players .l-main__body > * {
	margin-bottom: 0;
	margin-top: var(--ark-mt);
}
body.post-type-archive-players .l-main__body > :first-child {
	margin-top: 0;
}

.p-playersNav {
	color: #231f20;
	border: 1px solid currentColor;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.p-playersNav .p-playersNav__button {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	position: relative;
}
.p-playersNav .p-playersNav__button:not(:first-child)::before {
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-playersNav .p-playersNav__link {
	display: block;
	color: currentColor;
	background-color: #fff;
	font-family: var(--jost);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 0.75em;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}
@media not all and (min-width: 600px) {
	.p-playersNav .p-playersNav__link {
		font-size: 1rem;
	}
}
.p-playersNav .p-playersNav__link:hover {
	color: #b61304;
}

h2.p-playersTitle {
	color: #231f20;
	font-family: var(--jost);
	padding-bottom: 0.25em;
	position: relative;
}
h2.p-playersTitle::before {
	content: "";
	background-color: #ddd;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
h2.p-playersTitle::after {
	content: "";
	background-color: #231f20;
	width: 3em;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
h2.p-playersTitle .p-playersTitle__sub {
	font-size: 0.75em;
	border-left: 1px solid currentColor;
	padding-left: 0.75em;
	margin-left: 0.75em;
	vertical-align: 0.1em;
}

.p-playersList {
	--ark-list-padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-bottom: -1.5rem !important;
}
@media not all and (min-width: 600px) {
	.p-playersList {
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: -10px !important;
	}
}
.p-playersList:last-child {
	margin-bottom: -1.5rem !important;
}
@media not all and (min-width: 600px) {
	.p-playersList:last-child {
		margin-bottom: -10px !important;
	}
}
.p-playersList .p-playersList__item {
	-ms-flex-preferred-size: 33.33%;
	    flex-basis: 33.33%;
	padding: 0 0.75rem;
	margin-top: 0;
	margin-bottom: 1.5rem;
}
@media not all and (min-width: 1000px) {
	.p-playersList .p-playersList__item {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
}
@media not all and (min-width: 600px) {
	.p-playersList .p-playersList__item {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}
.p-playersList .p-playersList__link {
	color: inherit;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: -webkit-filter 0.25s;
	transition: -webkit-filter 0.25s;
	transition: filter 0.25s;
	transition: filter 0.25s, -webkit-filter 0.25s;
}
.p-playersList .p-playersList__link:hover {
	-webkit-filter: brightness(1.1);
	        filter: brightness(1.1);
}
.p-playersList .p-playersList__link:hover .p-playersList__image img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.p-playersList .p-playersList__image {
	border: 1px solid #231f20;
	overflow: hidden;
}
.p-playersList .p-playersList__image img {
	aspect-ratio: 3/4;
	-o-object-fit: cover;
	   object-fit: cover;
	vertical-align: bottom;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
.p-playersList .p-playersList__info {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(65%, rgba(35, 31, 32, 0.2)), color-stop(95%, #231f20));
	background-image: linear-gradient(180deg, transparent 50%, rgba(35, 31, 32, 0.2) 65%, #231f20 95%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1rem;
}
@media not all and (min-width: 600px) {
	.p-playersList .p-playersList__info {
		padding: 0.75rem;
	}
}
.p-playersList .p-playersList__info .p-playersList__number {
	font-family: var(--oswald);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.p-playersList .p-playersList__info .p-playersList__name {
	color: #fff;
	font-size: 1.75em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	margin-top: auto;
}
@media not all and (min-width: 600px) {
	.p-playersList .p-playersList__info .p-playersList__name {
		font-size: 1.375em;
	}
}
.p-playersList .p-playersList__info .p-playersList__en-name {
	color: #fff;
	font-family: var(--jost);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	margin-top: 0.25rem;
}
@media not all and (min-width: 600px) {
	.p-playersList .p-playersList__info .p-playersList__en-name {
		font-size: 0.9rem;
	}
}
.p-playersList .p-playersList__info.__staff .p-playersList__role {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	margin-top: auto;
}
@media not all and (min-width: 1000px) {
	.p-playersList .p-playersList__info.__staff .p-playersList__role {
		font-size: 0.9rem;
	}
}
.p-playersList .p-playersList__info.__staff .p-playersList__name {
	margin-top: unset;
}

/* 選手紹介 | 選手ページ */
@media not all and (min-width: 1000px) {
	body.single-players .l-content__body {
		margin-top: 0 !important;
	}
}

.p-playersHead {
	color: #231f20;
}
@media not all and (min-width: 1000px) {
	.p-playersHead {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}
.p-playersHead .p-playersHead__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.p-playersHead .p-playersHead__columns .text-col {
	width: 50%;
	z-index: 1;
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__columns .text-col {
		width: 100%;
	}
}
.p-playersHead .p-playersHead__columns .image-col {
	width: 50%;
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__columns .image-col {
		width: 100%;
	}
}
.p-playersHead .p-playersHead__container {
	color: #231f20;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media (min-width: 1000px) {
	.p-playersHead .p-playersHead__container {
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
		        box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
		padding: 3rem;
		gap: 0.5rem 1.5rem;
	}
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.p-playersHead .p-playersHead__container .number-col {
	width: 80px;
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__container .number-col {
		width: calc(70px + 6rem);
		padding: 1.5rem 3rem;
	}
}
@media not all and (min-width: 600px) {
	.p-playersHead .p-playersHead__container .number-col {
		width: calc(50px + 3rem);
		padding: 1rem 1.5rem;
	}
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__container .name-col {
		background-color: rgba(255, 255, 255, 0.8);
		width: 100%;
		padding: 1.5rem 3rem;
		margin-top: auto;
	}
}
@media not all and (min-width: 600px) {
	.p-playersHead .p-playersHead__container .name-col {
		padding: 1rem 1.5rem;
	}
}
.p-playersHead .p-playersHead__container.__staff {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.p-playersHead .p-playersHead__container.__staff .p-playersHead__position {
	margin-top: unset;
}
.p-playersHead .p-playersHead__container.__staff .role-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__container.__staff .role-col {
		width: 39%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding: 2rem 3rem;
	}
}
@media not all and (min-width: 600px) {
	.p-playersHead .p-playersHead__container.__staff .role-col {
		padding: 1.5rem;
	}
}
.p-playersHead .p-playersHead__number {
	font-family: var(--oswald);
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center !important;
	white-space: nowrap;
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__number {
		font-size: 4rem;
	}
}
@media not all and (min-width: 600px) {
	.p-playersHead .p-playersHead__number {
		font-size: 3rem;
	}
}
.p-playersHead .p-playersHead__position {
	font-family: var(--jost);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	text-align: center !important;
	border: 1px solid currentColor;
	white-space: nowrap;
	padding: 0 5px;
	margin-top: 0.5em;
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__position {
		font-size: 1.2rem;
	}
}
@media not all and (min-width: 600px) {
	.p-playersHead .p-playersHead__position {
		font-size: 0.9rem;
	}
}
.p-playersHead .p-playersHead__role {
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	text-align: left !important;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__role {
		font-size: 1.5rem;
	}
}
@media not all and (min-width: 600px) {
	.p-playersHead .p-playersHead__role {
		font-size: 1.25rem;
	}
}
.p-playersHead h1.p-playersHead__name {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
	border-bottom: 1px solid currentColor;
	white-space: nowrap;
	padding-bottom: 0.5rem;
}
@media not all and (min-width: 1000px) {
	.p-playersHead h1.p-playersHead__name {
		font-size: 2.5rem;
	}
}
@media not all and (min-width: 600px) {
	.p-playersHead h1.p-playersHead__name {
		font-size: 1.75rem;
	}
}
.p-playersHead .p-playersHead__en-name {
	font-family: var(--jost);
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1;
	word-break: keep-all !important;
	margin-top: 0.75rem;
}
@media not all and (min-width: 1000px) {
	.p-playersHead .p-playersHead__en-name {
		font-size: 1.5rem;
	}
}
@media not all and (min-width: 600px) {
	.p-playersHead .p-playersHead__en-name {
		font-size: 1rem;
	}
}
@media (min-width: 1000px) {
	.p-playersHead .p-playersHead__image {
		margin-left: -250px;
	}
}
.p-playersHead .p-playersHead__thumb {
	width: 100%;
	vertical-align: bottom;
}
@media not all and (min-width: 600px) {
	.p-playersHead .p-playersHead__thumb {
		aspect-ratio: 1/1;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.p-playersBody {
	background-color: #f3f3f3;
	padding: 1.5rem 3rem 3rem;
	margin-top: 3rem;
}
@media not all and (min-width: 1000px) {
	.p-playersBody {
		margin-top: 0;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}
@media not all and (min-width: 600px) {
	.p-playersBody {
		padding: 1rem 1.5rem 2rem;
	}
}
.p-playersBody h2.p-playersBody__title {
	color: #231f20;
	font-family: var(--jost);
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 0.75rem;
}
@media not all and (min-width: 600px) {
	.p-playersBody h2.p-playersBody__title {
		font-size: 1.75rem;
		padding-bottom: 0.5rem;
	}
}
.p-playersBody h2.p-playersBody__title .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 1px;
	margin-left: 0;
}
.p-playersBody h2.p-playersBody__title .arkb-inline-icon::after {
	max-width: 1.25em;
}
.p-playersBody .p-playersProfile {
	border-bottom: 1px solid #231f20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.p-playersBody .p-playersProfile .p-playersProfile__item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
	border-top: 1px solid #231f20;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media not all and (min-width: 1000px) {
	.p-playersBody .p-playersProfile .p-playersProfile__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0.75rem;
	}
}
@media not all and (min-width: 600px) {
	.p-playersBody .p-playersProfile .p-playersProfile__item {
		padding: 0.5rem;
	}
}
.p-playersBody .p-playersProfile .p-playersProfile__item:nth-child(even) {
	border-left: 1px solid #231f20;
}
.p-playersBody .p-playersProfile.__staff .p-playersProfile__item:first-child {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
.p-playersBody .p-playersProfile.__staff .p-playersProfile__item:nth-child(even) {
	border-left: none;
}
.p-playersBody .p-playersProfile.__staff .p-playersProfile__item:not(:first-child):nth-child(odd) {
	border-left: 1px solid #231f20;
}
.p-playersBody .p-playersProfile__title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-weight: 500;
	width: 7.2em;
	padding-right: 1rem;
}
@media not all and (min-width: 1000px) {
	.p-playersBody .p-playersProfile__title {
		width: 100%;
		padding: 0 0.25rem 0.25rem;
	}
}
.p-playersBody .p-playersProfile__body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	border-left: 1px solid #bbb;
	padding-left: 1rem;
}
@media not all and (min-width: 1000px) {
	.p-playersBody .p-playersProfile__body {
		width: 100%;
		border-top: 1px solid #bbb;
		border-left: unset;
		padding: 0.25rem 0.25rem 0;
	}
}

.p-playersButtons {
	margin-top: 3rem;
}
@media not all and (min-width: 600px) {
	.p-playersButtons {
		margin-top: 2rem;
	}
}

/* 試合日程・結果 | アーカイブ */
body.post-type-archive-game .l-content__body {
	margin-top: 0 !important;
}

body.post-type-archive-game .l-content__body {
	margin-bottom: 5rem !important;
}
@media not all and (min-width: 1000px) {
	body.post-type-archive-game .l-content__body {
		margin-bottom: 4rem !important;
	}
}
@media not all and (min-width: 600px) {
	body.post-type-archive-game .l-content__body {
		margin-bottom: 3rem !important;
	}
}

body.post-type-archive-game .l-main__body > *,
body.tax-game_season .l-main__body > * {
	margin-bottom: 0;
	margin-top: var(--ark-mt);
}
body.post-type-archive-game .l-main__body > :first-child,
body.tax-game_season .l-main__body > :first-child {
	margin-top: 0;
}

.p-gameNext {
	color: #fff;
	background-color: #231f20;
	padding: 3rem var(--ark-padding--container);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
}
@media not all and (min-width: 600px) {
	.p-gameNext {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.p-gameNext .p-gameNext__head {
	border-bottom: 1px solid currentColor;
	max-width: var(--ark-width--container);
	padding-bottom: 1rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.p-gameNext h2.p-gameNext__heading {
	font-family: var(--jost);
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
@media not all and (min-width: 600px) {
	.p-gameNext h2.p-gameNext__heading {
		font-size: 2.5rem;
	}
}
.p-gameNext h3.p-gameNext__title {
	text-align: center;
}
@media not all and (min-width: 1000px) {
	.p-gameNext h3.p-gameNext__title {
		font-size: 1.25rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameNext h3.p-gameNext__title {
		font-size: 1rem;
	}
}
.p-gameNext .p-gameNext__body {
	max-width: var(--ark-width--container);
	padding-top: 1.5rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.p-gameNext .p-gameNext__date-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 0.5rem;
}
@media not all and (min-width: 600px) {
	.p-gameNext .p-gameNext__date-time {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-gameNext .p-gameNext__date {
	font-family: var(--oswald);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center !important;
}
@media not all and (min-width: 600px) {
	.p-gameNext .p-gameNext__date {
		font-size: 1.5rem;
	}
}
.p-gameNext .p-gameNext__date .days {
	font-size: 1.5em;
	margin-right: 0.5rem;
}
.p-gameNext .p-gameNext__date .weekday {
	font-weight: 500;
}
.p-gameNext .p-gameNext__time {
	font-family: var(--oswald);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.1;
	text-align: center !important;
}
@media not all and (min-width: 600px) {
	.p-gameNext .p-gameNext__time {
		font-size: 1.5rem;
	}
}
.p-gameNext .p-gameNext__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.p-gameNext .p-gameNext__columns .own-col,
.p-gameNext .p-gameNext__columns .opponent-col {
	width: 40%;
}
.p-gameNext .p-gameNext__columns .vs-col {
	width: 20%;
	-ms-flex-item-align: center;
	    align-self: center;
}
.p-gameNext .team-emblem {
	max-width: 180px;
	text-align: center;
	-webkit-filter: drop-shadow(0px 0px 4px #fff);
	        filter: drop-shadow(0px 0px 4px #fff);
	padding: 0 10px 10px;
	margin: 0 auto;
}
@media not all and (min-width: 600px) {
	.p-gameNext .team-emblem {
		max-width: 95px;
	}
}
.p-gameNext .team-emblem img {
	vertical-align: bottom;
}
.p-gameNext .team-name {
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.1;
	text-align: center !important;
	margin-top: 0;
}
@media not all and (min-width: 1000px) {
	.p-gameNext .team-name {
		font-size: 1rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameNext .team-name {
		font-size: 12px;
	}
}
.p-gameNext .vs {
	font-family: var(--oswald);
	font-size: 4rem;
	font-weight: 600;
	text-align: center !important;
	white-space: nowrap;
	margin-top: -1rem;
}
@media not all and (min-width: 1000px) {
	.p-gameNext .vs {
		font-size: 3.5rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameNext .vs {
		font-size: 2.5rem;
	}
}
.p-gameNext .p-gameNext__field {
	font-weight: 500;
	text-align: center !important;
}
.p-gameNext .p-gameNext__field .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 0.1em;
}
.p-gameNext .p-gameNext__field .arkb-inline-icon::after {
	min-width: 1.25em;
}
.p-gameNext .p-gameNext__color {
	background-color: #231f20;
	opacity: 0.5;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.p-gameNext .p-gameNext__media {
	display: block;
	width: 100%;
	max-width: var(--ark-width--container);
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
	        mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
	        mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
	z-index: 0;
}
.p-gameNext .p-gameNext__img {
	display: block;
	height: 100% !important;
	width: 100% !important;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.p-gameNext .p-gameNextNoMatch__title {
	font-family: var(--jost);
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
@media not all and (min-width: 600px) {
	.p-gameNext .p-gameNextNoMatch__title {
		font-size: 1.75rem;
	}
}
.p-gameNext .p-gameNextNoMatch__text {
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center !important;
	margin-top: 0.5rem;
}
@media not all and (min-width: 600px) {
	.p-gameNext .p-gameNextNoMatch__text {
		font-size: 1rem;
	}
}

.p-gameHeading {
	--ark-mt: 4rem;
}
@media not all and (min-width: 1000px) {
	.p-gameHeading {
		--ark-mt: 3rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameHeading {
		--ark-mt: 2rem;
	}
}
.p-gameHeading h2.p-gameHeading__main {
	color: #231f20;
	font-family: var(--jost);
	font-size: 3rem;
	line-height: 1.1;
	text-align: center;
}
@media not all and (min-width: 1000px) {
	.p-gameHeading h2.p-gameHeading__main {
		font-size: 2.5rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameHeading h2.p-gameHeading__main {
		font-size: 2rem;
	}
}
.p-gameHeading .p-gameHeading__sub {
	color: #b61304;
	font-weight: 500;
	line-height: 1.25;
	text-align: center !important;
	margin-top: 0.5rem;
}
@media not all and (min-width: 600px) {
	.p-gameHeading .p-gameHeading__sub {
		font-size: 0.875em;
	}
}

.p-gameSeason {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}
.p-gameSeason .p-gameSeason__title {
	font-family: var(--oswald);
	font-size: 1.5rem;
	font-weight: 500;
}
@media not all and (min-width: 600px) {
	.p-gameSeason .p-gameSeason__title {
		font-size: 1.125rem;
	}
}
.p-gameSeason .p-gameSeason__title .__year {
	font-size: 1.5em;
}
.p-gameSeason .p-gameSeason__select select {
	font-family: var(--oswald);
	font-size: 1.25rem;
	padding: 0.125em 1.75em 0.125em 1.5em;
}
@media not all and (min-width: 600px) {
	.p-gameSeason .p-gameSeason__select select {
		font-size: 1rem;
	}
}
.p-gameSeason + * {
	margin-top: 1rem !important;
}

.p-gameArchive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
}
.p-gameArchive .p-gameContainer {
	border: 1px solid #231f20;
}
.p-gameArchive .p-gameContainer.__link {
	color: inherit;
	text-decoration: none;
	-webkit-transition: -webkit-filter 0.25s;
	transition: -webkit-filter 0.25s;
	transition: filter 0.25s;
	transition: filter 0.25s, -webkit-filter 0.25s;
}
.p-gameArchive .p-gameContainer.__link:hover {
	-webkit-filter: brightness(1.2);
	        filter: brightness(1.2);
}
.p-gameArchive .p-gameContainer.__link:hover .view-more {
	color: #fff;
	background-color: #231f20;
}
.p-gameArchive .p-gameColumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media (min-width: 1000px) {
	.p-gameArchive .p-gameColumns {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .p-gameColumns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.p-gameArchive .p-gameColumns .head-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
@media (min-width: 1000px) {
	.p-gameArchive .p-gameColumns .head-col {
		width: 30%;
	}
}
.p-gameArchive .p-gameColumns .head-col .head-col__inner {
	padding: 1.5rem;
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .p-gameColumns .head-col .head-col__inner {
		display: grid;
		gap: 1rem 0.5rem;
	}
	.p-gameArchive .p-gameColumns .head-col .head-col__inner .p-gameDate {
		grid-column: 1/2;
		grid-row: 1/2;
		justify-self: end;
	}
	.p-gameArchive .p-gameColumns .head-col .head-col__inner .p-gameTime {
		grid-column: 2/3;
		grid-row: 1/2;
		justify-self: start;
		align-self: end;
	}
	.p-gameArchive .p-gameColumns .head-col .head-col__inner .p-gameField {
		grid-column: 1/3;
		grid-row: 2/3;
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive .p-gameColumns .head-col .head-col__inner {
		padding: 1rem;
	}
}
.p-gameArchive .p-gameColumns .head-col::after {
	content: "";
	background-color: #231f20;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .p-gameColumns .head-col::after {
		width: calc(100% - 3rem);
		height: 1px;
		top: unset;
		left: 50%;
		right: unset;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive .p-gameColumns .head-col::after {
		width: calc(100% - 2rem);
	}
}
.p-gameArchive .p-gameColumns .content-col {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
}
.p-gameArchive .p-gameColumns .content-col .content-col__inner {
	padding: 1.5rem;
}
@media not all and (min-width: 600px) {
	.p-gameArchive .p-gameColumns .content-col .content-col__inner {
		padding: 1rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive .p-gameColumns .content-col .content-col__inner.post-game {
		position: relative;
		padding: 1rem 1rem 5rem;
	}
}
.p-gameArchive h3.p-gameTitle {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#231f20));
	background-image: linear-gradient(180deg, #444, #231f20);
	font-size: 1.125rem;
	text-align: center;
	width: 100%;
	padding: 1rem;
}
@media not all and (min-width: 1000px) {
	.p-gameArchive h3.p-gameTitle {
		font-size: 1.25rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive h3.p-gameTitle {
		font-size: 1rem;
		padding: 0.75rem 0.5rem;
	}
}
.p-gameArchive .p-gameDate {
	font-family: var(--oswald);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
@media not all and (min-width: 600px) {
	.p-gameArchive .p-gameDate {
		font-size: 1.5rem;
	}
}
.p-gameArchive .p-gameDate .days {
	margin-right: 0.5rem;
}
.p-gameArchive .p-gameDate .weekday {
	font-size: 0.875em;
	font-weight: 400;
}
.p-gameArchive .p-gameTime {
	font-family: var(--oswald);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
@media (min-width: 1000px) {
	.p-gameArchive .p-gameTime {
		margin-top: 0.75rem;
	}
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .p-gameTime {
		font-size: 1.75rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive .p-gameTime {
		font-size: 1.375rem;
	}
}
.p-gameArchive .p-gameField {
	font-weight: 500;
	text-align: center;
}
@media (min-width: 1000px) {
	.p-gameArchive .p-gameField {
		margin-top: 1.5rem;
	}
}
.p-gameArchive .p-gameField .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 0.05em;
}
.p-gameArchive .p-gameField .arkb-inline-icon::after {
	min-width: 1.25em;
}
.p-gameArchive .p-gameContent {
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1rem;
	margin: 0 auto;
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .p-gameContent {
		max-width: 600px;
	}
}
.p-gameArchive .p-gameContent .own-col,
.p-gameArchive .p-gameContent .opponent-col {
	width: 35%;
}
.p-gameArchive .p-gameContent .score-col,
.p-gameArchive .p-gameContent .vs-col {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.p-gameArchive .team-emblem {
	width: 150px;
	padding: 0 10px 10px;
	margin: 0 auto;
}
@media not all and (min-width: 600px) {
	.p-gameArchive .team-emblem {
		width: 95px;
	}
}
.p-gameArchive .team-emblem img {
	vertical-align: bottom;
}
.p-gameArchive .team-name {
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.1;
	text-align: center !important;
}
@media not all and (min-width: 600px) {
	.p-gameArchive .team-name {
		font-size: 12px;
	}
}
.p-gameArchive .result {
	background-color: #fff;
	border: 1px solid currentColor;
	font-family: var(--oswald);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center !important;
	width: 100%;
	max-width: 175px;
	padding: 4px;
	margin: 0 auto;
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .result {
		max-width: 150px;
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive .result {
		max-width: 100px;
	}
}
.p-gameArchive .result.win {
	color: #b61304;
}
.p-gameArchive .result.lose {
	color: #999;
}
.p-gameArchive .result.draw {
	color: #043cb6;
}
.p-gameArchive .result.pre-game {
	color: #231f20;
	background-color: #f3f3f3;
	border: none;
}
.p-gameArchive .total-score {
	font-family: var(--oswald);
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
	text-align: center !important;
	white-space: nowrap;
	margin-top: 0.5rem;
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .total-score {
		font-size: 3rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive .total-score {
		font-size: 2rem;
	}
}
.p-gameArchive .view-more {
	color: #231f20;
	font-family: var(--jost);
	text-align: center;
	border: 1px solid #231f20;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0.5em 1.75em;
	margin: auto auto 0;
	white-space: nowrap;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.25s;
	        transition-duration: 0.25s;
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .view-more {
		padding: 0.5em 1em;
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive .view-more {
		position: absolute;
		bottom: 1rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.p-gameArchive .view-more .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 0.05em;
	margin-left: 0.25em;
}
.p-gameArchive .view-more .arkb-inline-icon::after {
	max-width: 1.25em;
}
.p-gameArchive .vs {
	font-family: var(--oswald);
	font-size: 4rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	margin-top: 0.75rem;
}
@media not all and (min-width: 1000px) {
	.p-gameArchive .vs {
		font-size: 3.5rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameArchive .vs {
		font-size: 2.5rem;
	}
}

/* 試合日程・結果 | 試合ページ */
@media not all and (min-width: 1000px) {
	body.single-game .l-content__body {
		margin-top: 0 !important;
	}
}

.p-gameInfo {
	border: 1px solid #231f20;
}
@media not all and (min-width: 1000px) {
	.p-gameInfo {
		border-width: 0 0 1px;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
}
.p-gameInfo h1.p-gameTitle {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#231f20));
	background-image: linear-gradient(180deg, #444, #231f20);
	text-align: center;
	padding: 0.5rem 1rem 0.75rem;
}
@media not all and (min-width: 1000px) {
	.p-gameInfo h1.p-gameTitle {
		font-size: 1.75rem;
		padding: 1rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameInfo h1.p-gameTitle {
		font-size: 1.375rem;
	}
}
.p-gameInfo .p-gameHead {
	padding: 1.5rem 2rem 1rem;
	position: relative;
}
@media not all and (min-width: 600px) {
	.p-gameInfo .p-gameHead {
		padding: 1rem;
	}
}
.p-gameInfo .p-gameHead::after {
	content: "";
	background-color: #231f20;
	width: calc(100% - 4rem);
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media not all and (min-width: 600px) {
	.p-gameInfo .p-gameHead::after {
		width: calc(100% - 2rem);
	}
}
.p-gameInfo .p-gameDate {
	font-family: var(--oswald);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
	text-align: center !important;
}
@media not all and (min-width: 600px) {
	.p-gameInfo .p-gameDate {
		font-size: 1.5rem;
	}
}
.p-gameInfo .p-gameDate .days {
	margin-right: 0.5rem;
}
.p-gameInfo .p-gameDate .weekday {
	font-size: 0.875em;
	font-weight: 400;
	margin-right: 0.5rem;
}
.p-gameInfo .p-gameDate .time {
	font-size: 0.875em;
	font-weight: 400;
}
.p-gameInfo .p-gameField {
	font-weight: 500;
	text-align: center !important;
	margin-top: 1rem;
}
.p-gameInfo .p-gameField .arkb-inline-icon {
	min-width: 1.25em;
	vertical-align: 0.05em;
}
.p-gameInfo .p-gameField .arkb-inline-icon::after {
	min-width: 1.25em;
}
.p-gameInfo .p-gameBody {
	padding: 2rem;
}
@media not all and (min-width: 600px) {
	.p-gameInfo .p-gameBody {
		padding: 1rem;
	}
}
.p-gameInfo .p-gameBody__columns {
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1rem;
	margin: 0 auto;
}
@media not all and (min-width: 1000px) {
	.p-gameInfo .p-gameBody__columns {
		max-width: 600px;
	}
}
.p-gameInfo .p-gameBody__columns .own-col,
.p-gameInfo .p-gameBody__columns .opponent-col {
	width: 35%;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.p-gameInfo .p-gameBody__columns .score-col,
.p-gameInfo .p-gameBody__columns .vs-col {
	width: 30%;
}
.p-gameInfo .team-emblem {
	width: 170px;
	padding: 0 10px 10px;
	margin: 0 auto;
}
@media not all and (min-width: 1000px) {
	.p-gameInfo .team-emblem {
		width: 150px;
	}
}
@media not all and (min-width: 600px) {
	.p-gameInfo .team-emblem {
		width: 95px;
	}
}
.p-gameInfo .team-emblem img {
	vertical-align: bottom;
}
.p-gameInfo .team-name {
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.1;
	text-align: center !important;
}
@media not all and (min-width: 600px) {
	.p-gameInfo .team-name {
		font-size: 12px;
	}
}
.p-gameInfo .result {
	background-color: #fff;
	border: 1px solid currentColor;
	font-family: var(--oswald);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center !important;
	max-width: 210px;
	padding: 4px;
	margin: 0 auto;
}
@media not all and (min-width: 1000px) {
	.p-gameInfo .result {
		max-width: 150px;
	}
}
@media not all and (min-width: 600px) {
	.p-gameInfo .result {
		max-width: 100px;
	}
}
.p-gameInfo .result.win {
	color: #b61304;
}
.p-gameInfo .result.lose {
	color: #999;
}
.p-gameInfo .result.draw {
	color: #043cb6;
}
.p-gameInfo .result.pre-game {
	color: #231f20;
	background-color: #f3f3f3;
	border: none;
}
.p-gameInfo .total-score {
	font-family: var(--oswald);
	font-size: 4.5rem;
	font-weight: 600;
	line-height: 1;
	text-align: center !important;
	white-space: nowrap;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
@media not all and (min-width: 1000px) {
	.p-gameInfo .total-score {
		font-size: 3rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameInfo .total-score {
		font-size: 2rem;
	}
}
.p-gameInfo .first-half-score,
.p-gameInfo .second-half-score {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center !important;
}
@media not all and (min-width: 1000px) {
	.p-gameInfo .first-half-score,
	.p-gameInfo .second-half-score {
		font-size: 1rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameInfo .first-half-score,
	.p-gameInfo .second-half-score {
		font-size: 0.875rem;
	}
}
.p-gameInfo .vs {
	font-family: var(--oswald);
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1;
	text-align: center !important;
	white-space: nowrap;
	margin-top: 0.75rem;
}
@media not all and (min-width: 1000px) {
	.p-gameInfo .vs {
		font-size: 3.5rem;
	}
}
@media not all and (min-width: 600px) {
	.p-gameInfo .vs {
		font-size: 2rem;
	}
}

.p-gameDetail {
	margin-top: 3rem;
}
@media not all and (min-width: 600px) {
	.p-gameDetail {
		margin-top: 2rem;
	}
}
.p-gameDetail > * {
	margin-top: var(--ark-mt);
	margin-bottom: 0;
}
.p-gameDetail > :first-child {
	margin-top: 0;
}
.p-gameDetail > h2 {
	padding-bottom: 0.375em;
	position: relative;
}
.p-gameDetail > h2::before {
	content: "";
	background-color: #ddd;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.p-gameDetail > h2::after {
	content: "";
	background-color: #231f20;
	width: 3em;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.p-gameDetail > h3 {
	border-bottom: 1px solid #bbb;
	padding-bottom: 0.25em;
}
.p-gameDetail > h4 {
	text-indent: -0.75em;
	padding-left: 0.75em;
}
.p-gameDetail > h4::before {
	content: "";
	display: inline-block;
	background-color: currentColor;
	width: 7px;
	height: 7px;
	margin-right: 0.375em;
	vertical-align: 0.2em;
}
.p-gameDetail > p:has(img:nth-child(2)):not(:has(:not(img))) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.5rem;
}
.p-gameDetail > p:has(img:nth-child(2)):not(:has(:not(img))) img {
	width: calc(50% - 0.75rem);
}
@media not all and (min-width: 600px) {
	.p-gameDetail > p:has(img:nth-child(2)):not(:has(:not(img))) img {
		width: 100%;
	}
}
.p-gameDetail > p:has(img:nth-child(3)):not(:has(:not(img))) img {
	width: calc(33.33% - 1rem);
}
@media not all and (min-width: 1000px) {
	.p-gameDetail > p:has(img:nth-child(3)):not(:has(:not(img))) img {
		width: calc(50% - 0.75rem);
	}
}
@media not all and (min-width: 600px) {
	.p-gameDetail > p:has(img:nth-child(3)):not(:has(:not(img))) img {
		width: 100%;
	}
}
.p-gameDetail > p:has(img.alignright) {
	text-align: right !important;
}
.p-gameDetail > p img {
	vertical-align: bottom;
	float: unset;
}

.p-gameButtons {
	margin-top: 3rem !important;
}
@media not all and (min-width: 600px) {
	.p-gameButtons {
		margin-top: 2rem !important;
	}
}

/* ランキング | 共通 */
.p-rankingSeason {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}
.p-rankingSeason .p-rankingSeason__title {
	font-family: var(--oswald);
	font-size: 1.5rem;
	font-weight: 500;
}
@media not all and (min-width: 600px) {
	.p-rankingSeason .p-rankingSeason__title {
		font-size: 1.125rem;
	}
}
.p-rankingSeason .p-rankingSeason__title .__year {
	font-size: 1.5em;
}
.p-rankingSeason .p-rankingSeason__select select {
	font-family: var(--oswald);
	font-size: 1.25rem;
	padding: 0.125em 1.75em 0.125em 1.5em;
}
@media not all and (min-width: 600px) {
	.p-rankingSeason .p-rankingSeason__select select {
		font-size: 1rem;
	}
}
.p-rankingSeason + * {
	margin-top: 1rem !important;
}

.p-rankingContent + .p-rankingContent {
	margin-top: 3rem;
}
.p-rankingContent .last-update {
	font-family: var(--oswald);
	font-size: 1rem;
	text-align: right !important;
	opacity: 0.7;
	margin-bottom: 0.25rem;
}
@media not all and (min-width: 600px) {
	.p-rankingContent .last-update {
		font-size: 0.875rem;
	}
}

h1.p-rankingTitle {
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#231f20));
	background-image: linear-gradient(180deg, #444, #231f20);
	font-size: 1.75em;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 0.5rem;
}
@media not all and (min-width: 1000px) {
	h1.p-rankingTitle {
		font-size: 1.5em;
	}
}
@media not all and (min-width: 600px) {
	h1.p-rankingTitle {
		font-size: 1em;
	}
}

.p-rankingTable {
	--ark-color--border--table: #231f20;
	border-top: none;
	border-right: none;
}
.p-rankingTable thead th {
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#231f20));
	background: linear-gradient(180deg, #444, #231f20);
}
.p-rankingTable th,
.p-rankingTable td {
	font-size: 1.25rem;
	border-left: none;
	border-bottom: none;
	vertical-align: middle;
	padding: 0.75em 1em !important;
	position: relative;
}
@media not all and (min-width: 600px) {
	.p-rankingTable th,
	.p-rankingTable td {
		font-size: 1rem;
		padding: 0.5em !important;
	}
}
.p-rankingTable th {
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
@media not all and (min-width: 1000px) {
	.p-rankingTable th {
		font-size: 1rem;
		padding: 1rem 0.5em !important;
	}
}
@media not all and (min-width: 600px) {
	.p-rankingTable th {
		font-size: 0.8rem;
		padding: 0.75rem 0.5em !important;
	}
}
.p-rankingTable th:not(.__rank)::before {
	content: "";
	background-color: #fff;
	width: 1px;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-rankingTable th.__rank {
	width: 10%;
}
@media not all and (min-width: 1000px) {
	.p-rankingTable th.__rank {
		width: 15%;
	}
}
@media not all and (min-width: 600px) {
	.p-rankingTable th.__rank {
		width: 3.5em;
	}
}
.p-rankingTable th.__team {
	width: auto;
}
.p-rankingTable th.__points {
	width: 15%;
}
@media not all and (min-width: 600px) {
	.p-rankingTable th.__points {
		width: 3.5em;
	}
}
.p-rankingTable th.__goal-diff {
	width: 15%;
}
@media not all and (min-width: 600px) {
	.p-rankingTable th.__goal-diff {
		width: 4.5em;
	}
}
.p-rankingTable td {
	font-weight: 500;
	line-height: 1.5;
}
.p-rankingTable td.__rank, .p-rankingTable td.__points, .p-rankingTable td.__goal-diff {
	font-family: var(--oswald);
	text-align: center;
}
.p-rankingTable td.__team {
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
.p-rankingTable td:not(.__rank)::before {
	content: "";
	background-color: #bbb;
	width: 1px;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-rankingTable tbody tr {
	border-bottom: 1px solid #231f20;
}
.p-rankingTable tbody tr:nth-child(even) {
	background-color: #f3f3f3;
}
.p-rankingTable tbody tr.fn-primavera {
	color: #b61304;
	border-bottom: none;
	outline: 4px solid #231f20;
}
@media not all and (min-width: 600px) {
	.p-rankingTable tbody tr.fn-primavera {
		outline: 3px solid #231f20;
	}
}
.p-rankingTable tbody tr.fn-primavera td {
	font-weight: 600;
}

/* ランキング | アーカイブ */
body.post-type-archive-ranking .l-content__body {
	margin-bottom: 5rem !important;
}
@media not all and (min-width: 1000px) {
	body.post-type-archive-ranking .l-content__body {
		margin-bottom: 4rem !important;
	}
}
@media not all and (min-width: 600px) {
	body.post-type-archive-ranking .l-content__body {
		margin-bottom: 3rem !important;
	}
}

/* ランキング | ランキングページ */
.p-rankingButtons {
	margin-top: 3rem;
}
@media not all and (min-width: 600px) {
	.p-rankingButtons {
		margin-top: 2rem;
	}
}

/* フッター */
.l-footer {
	background-color: #231f20;
}
.l-footer .l-footer__widgets {
	padding: 3rem 0 3rem;
}
.l-footer .footer-columns {
	--arkb-gap--x: 5rem;
	--arkb-gap--y: 1.5rem;
}
.l-footer .footer-columns .ark-block-columns__inner {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 1000px) {
	.l-footer .footer-columns .info-col {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 0px;
		        flex: 0 1 0;
	}
}
@media not all and (min-width: 1000px) {
	.l-footer .footer-columns .info-col {
		--arkb-clmn-width: 100%;
	}
}
@media (min-width: 1000px) {
	.l-footer .footer-columns .menu-col {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
	}
}
@media not all and (min-width: 1000px) {
	.l-footer .footer-columns .menu-col {
		--arkb-clmn-width: 100%;
	}
}
.l-footer .footer-branding {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.l-footer .footer-logo img {
	height: 100%;
	width: auto;
}
@media not all and (min-width: 600px) {
	.l-footer .footer-logo img {
		height: 77px;
	}
}
.l-footer .wp-block-social-links .wp-social-link-tiktok svg {
	width: 0.8em;
	height: 0.8em;
}
.l-footer .footer-name {
	color: #fff;
	font-family: var(--jost);
	font-size: 3rem;
	font-weight: 600;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
@media not all and (min-width: 1000px) {
	.l-footer .footer-name {
		text-align: center;
	}
}
@media not all and (min-width: 600px) {
	.l-footer .footer-name {
		font-size: 2rem;
	}
}
.l-footer ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-top: none;
	border-bottom: none;
	gap: 0 1.5rem;
}
@media not all and (min-width: 1000px) {
	.l-footer ul.menu {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.l-footer ul.menu > li.menu-item {
	font-family: var(--jost);
	font-size: 1.25rem;
	font-weight: 500;
	border-bottom: none;
}
@media not all and (min-width: 600px) {
	.l-footer ul.menu > li.menu-item {
		font-size: 1.25rem;
	}
}
.l-footer ul.menu > li.menu-item > a {
	color: #fff;
	padding: 0;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.l-footer ul.menu > li.menu-item > a:hover {
	background-color: unset;
	opacity: 0.7;
}

/* フッターコピーライト */
.l-footer__foot {
	color: #fff;
	width: 100%;
	padding-top: 0;
	padding-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(var(--ark-width--container) + var(--ark-padding--container) * 2);
	padding-left: var(--ark-padding--container);
	padding-right: var(--ark-padding--container);
}
@media not all and (min-width: 600px) {
	.l-footer__foot {
		padding-bottom: 3rem;
	}
}
.l-footer__foot .l-container {
	border-top: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	max-width: unset;
	padding-top: 0.5rem;
	padding-left: unset;
	padding-right: unset;
}
.l-footer__foot .c-privacy-policy {
	font-family: var(--jost);
	font-size: 0.9rem;
	font-weight: 500;
}
.l-footer__foot .c-privacy-policy a {
	text-decoration: none;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.l-footer__foot .c-privacy-policy a:hover {
	opacity: 0.7;
}
.l-footer__foot .c-copyright {
	font-family: var(--jost);
	font-size: 0.9rem;
	font-weight: 600;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

/* ページトップボタン */
.p-fixBtnWrap {
	right: 0.5rem;
	bottom: 0.5rem;
}
.p-fixBtnWrap .c-fixBtn {
	border-radius: 0px;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
	outline: 1px solid #fff;
	width: 2.25rem;
	height: 2.25rem;
}