@charset "UTF-8";
@media(min-width: 768px){
	.detail-box-visual__image {
		padding-bottom: 54.5vw;
	}
}

/*対戦カード表記*/
.detail-box-match {
	background-color: #153a7a;
	padding: 15px 0;
}

.detail-box-match .detail-wrp-container {
	padding-top: 0;
	padding-bottom: 0;
}

.detail-box-match__small {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
	word-break: break-word;
}

.detail-box-match__main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
	margin-top: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
	word-break: break-word;
}

.detail-box-match__main span {
	color: #a99148;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

@media(min-width: 768px){
	.detail-box-match {
		padding: 20px 0;
	}

	.detail-box-match__small {
		font-size: 14px;
	}

	.detail-box-match__main {
		margin-top: 4px;
		font-size: 20px;
	}
}

/* チケット（2試合・縦並び） */
.detail-box-ticket {
	background-color: #eeebf1;
	padding: 0;
}

.detail-box-ticket__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: none;
	margin: 0 auto;
	padding: 15px 0;
}

.detail-box-ticket__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: none;
	width: 100%;
	box-sizing: border-box;
	gap: 8px;
}

.detail-box-ticket__item + .detail-box-ticket__item {
	border-left: none;
	border-top: 2px solid #fff;
	margin-top: 15px;
	padding-top: 15px;
}

/* スポンサーロゴ + PRESENTS */
.detail-box-ticket__title:has(.detail-box-ticket__title__text) {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	background: none;
	color: #a99148;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 1;
}

.detail-box-ticket__title:has(.detail-box-ticket__title__text) img {
	display: block;
	width: 120px;
	height: 35px;
	object-fit: contain;
	border-radius: 2px;
}

.detail-box-ticket__title__text {
	color: #a99148;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 1;
	white-space: nowrap;
}

.detail-box-ticket__time {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-bottom: 0;
	gap: 8px;
	text-align: center;
}

.detail-box-ticket__time__content {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	padding-top: 0;
}

.detail-box-ticket__day {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	margin: 0;
	padding-top: 0;
	color: #222;
	font-family: "Oswald", sans-serif;
	font-size: 54px;
	font-weight: 500;
	letter-spacing: -2px;
	line-height: 1;
	text-align: center;
}

.detail-box-ticket__day span {
	margin-left: 0;
	line-height: 0;
}

.detail-box-ticket__day span img {
	display: block;
	width: 40px;
	height: 22px;
	object-fit: contain;
}

.detail-box-ticket__hour {
	margin: 0;
	color: #222;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.detail-box-ticket__hour::first-line {
	font-size: 28px;
}

.detail-box-ticket__button {
	padding-top: 0;
	line-height: 1;
}

.detail-box-ticket .detail-btn--01,
.detail-box-ticket .detail-btn--01:link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 155px;
	min-width: 155px;
	height: 42px;
	padding: 0 5px;
	background-color: #1a4899;
	border: 2px solid #b69140;
	border-radius: 20px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

@media (min-width: 768px) {
	.detail-box-ticket {
		padding-top: 0;
	}

	.detail-box-ticket__inner {
		padding: 20px 0;
	}

	.detail-box-ticket__item {
		gap: 16px;
	}

	.detail-box-ticket__item + .detail-box-ticket__item {
		border-left: none;
		margin-top: 20px;
		padding-top: 20px;
	}

	.detail-box-ticket__item:nth-child(1),
	.detail-box-ticket__item:nth-child(2) {
		border-right: none;
		border-left: none;
	}

	.detail-box-ticket__title:has(.detail-box-ticket__title__text) {
		gap: 10px;
		font-size: 18px;
	}

	.detail-box-ticket__title:has(.detail-box-ticket__title__text) img {
		width: 200px;
		height: 58px;
	}

	.detail-box-ticket__title__text {
		font-size: 18px;
	}

	.detail-box-ticket__time {
		gap: 16px;
		padding-bottom: 0;
	}

	.detail-box-ticket__time__content {
		gap: 16px;
		padding-top: 0;
		align-items: flex-end;
	}

	.detail-box-ticket__day {
		padding-top: 0;
		font-size: 70px;
		letter-spacing: 0;
		line-height: 0.9;
	}

	.detail-box-ticket__day span {
		margin-left: 0;
	}

	.detail-box-ticket__day span img {
		width: 44px;
		height: 24px;
	}

	.detail-box-ticket__hour {
		margin-left: 0;
		font-size: 26px;
	}

	.detail-box-ticket__hour::first-line {
		font-size: 36px;
	}

	.detail-box-ticket__button {
		padding-top: 0;
	}
}

/* アンカーナビ（知りたいコンテンツをチェック！） */
.detail-box-anchor {
	position: relative;
	overflow: hidden;
	background-color: #a99148;
	padding: 30px 0 40px;
}

/* 背景の斜め模様（白10%オーバーレイ） */
.detail-box-anchor::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	clip-path: polygon(0 15.03%, 100% 0, 100% 100%, 0 100%);
	pointer-events: none;
	z-index: 0;
}

.detail-box-anchor .detail-wrp-container {
	position: relative;
	z-index: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.detail-box-anchor__title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.detail-box-anchor__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.detail-box-anchor__list li {
	margin: 0;
	padding: 0;
}

.detail-box-anchor__list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	box-sizing: border-box;
	width: 108px;
	height: 108px;
	padding: 0 10px;
	background-color: #fff;
	border: 2px solid #1a4899;
	box-shadow: 2px 2px 0 #1a4899;
	color: #1a4899;
	text-decoration: none;
	transition: box-shadow 0.2s ease;
}

.detail-box-anchor__list a:hover {
	opacity: 1;
	box-shadow: none;
}

.detail-box-anchor__list a > img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.detail-box-anchor__list__text {
	display: block;
	color: #1a4899;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.detail-box-anchor__list__arrow {
	display: block;
	width: 13px;
	height: 8px;
	line-height: 0;
}

.detail-box-anchor__list__arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (min-width: 768px) {
	.detail-box-anchor {
		padding: 40px 0 60px;
	}

	.detail-box-anchor::before {
		height: 246px;
		clip-path: polygon(0 74.1%, 100% 0, 100% 100%, 0 100%);
	}

	.detail-box-anchor .detail-wrp-container {
		padding-left: 61px;
		padding-right: 61px;
	}

	.detail-box-anchor__list {
		flex-wrap: nowrap;
		gap: 30px;
	}

	.detail-box-anchor__list a {
		gap: 5px;
		width: 140px;
		height: 140px;
		box-shadow: 4px 4px 0 #1a4899;
	}

	.detail-box-anchor__list a > img {
		margin-bottom: 5px;
	}

	.detail-box-anchor__list__text {
		font-size: 16px;
	}
}

.detail-box-beginners-guide__image{
	display: block;
	font-size: 0;
}
.detail-box-beginners-guide__image img{
	display: block;
	margin: 0 auto;
}

.detail-box-map{
	padding-bottom: 30px;
	background: #eeebf1;
}

.detail-box-gourmet .detail-box__slide{
	margin-top: 30px;
}

/* EVENT カードグリッド（スライダー廃止） */
.detail-box-event__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.detail-box-event__item {
	box-sizing: border-box;
	width: calc((100% - 15px) / 2);
	margin: 0;
	padding: 0;
}

.detail-box-event__link {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

.detail-box-event__thumb {
	margin: 0;
	aspect-ratio: 310 / 206.664;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.detail-box-event__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-box-event__inner {
	position: relative;
	box-sizing: border-box;
	flex: 1 1 auto;
	min-height: 78px;
	padding: 16px 40px 20px 16px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

.detail-box-event__title {
	margin: 0;
	color: #1a4899;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	word-break: break-word;
}

.detail-box-event__plus {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	width: 12px;
	height: 12px;
	pointer-events: none;
}

.detail-box-event__plus::before,
.detail-box-event__plus::after {
	content: "";
	position: absolute;
	background-color: #a99148;
}

.detail-box-event__plus::before {
	top: 0;
	left: 5px;
	width: 2px;
	height: 12px;
}

.detail-box-event__plus::after {
	top: 5px;
	left: 0;
	width: 12px;
	height: 2px;
}

@media (min-width: 768px) {
	.detail-box-event__list {
		gap: 20px;
	}

	.detail-box-event__item {
		width: calc((100% - 60px) / 4);
	}

	.detail-box-event__link:hover {
		opacity: 0.7;
	}

	.detail-box-event__title {
		font-size: 14px;
	}
}

/* EVENT 日付タブ（Figma: 1試合 / 2試合） */
.detail-box-event,
.detail-box-event .detail-wrp-container,
.detail-box-event__content {
	overflow: visible;
}

.detail-box-event__content + .detail-box-event__content {
	margin-top: 60px;
}

@media (min-width: 768px) {
	.detail-box-event__content + .detail-box-event__content {
		margin-top: 80px;
	}
}

.detail-box-event__tab {
	position: relative;
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	border-bottom: none;
}

/* タブ下線（コンテンツ幅を超えて全幅） */
.detail-box-event__tab::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	width: 100vw;
	border-bottom: 2px solid #1a4899;
	transform: translateX(-50%);
	pointer-events: none;
}

.detail-box-event__tab__item {
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.detail-box-event__tab__btn {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 12px 8px 16px;
	border-style: solid;
	border-width: 2px 2px 0;
	border-color: #1a4899;
	background-color: #eeebf1;
	color: #1a4899;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.detail-box-event__tab__item + .detail-box-event__tab__item .detail-box-event__tab__btn {
	border-left-width: 0;
}

.detail-box-event__tab__item.is-active .detail-box-event__tab__btn {
	background-color: #1a4899;
	color: #fff;
	cursor: default;
}

/* アクティブ下の三角インジケータ（下線の下に出る） */
.detail-box-event__tab__item.is-active .detail-box-event__tab__btn::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 7px 0;
	border-color: #1a4899 transparent transparent;
	transform: translateX(-50%);
	pointer-events: none;
}

.detail-box-event__tab__date {
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.detail-box-event__tab__week {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 45px;
	height: 25px;
	padding: 2px 7px 3px;
	border: 1px solid #1a4899;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.9px;
	text-align: center;
	white-space: nowrap;
}

.detail-box-event__tab__item.is-active .detail-box-event__tab__week {
	border-color: #fff;
}

.detail-box-event__panel {
	display: none;
}

.detail-box-event__panel.is-active {
	display: block;
}

@media (min-width: 768px) {
	.detail-box-event__tab {
		margin-bottom: 40px;
	}

	.detail-box-event__tab__btn:hover {
		opacity: 1;
	}

	.detail-box-event__tab__item:not(.is-active) .detail-box-event__tab__btn:hover {
		opacity: 0.85;
	}
}


.detail-box-event .detail-txt-en:after,
.detail-box-access .detail-txt-en:after{
	background-color: #1a4899;
}

.detail-box-access__content .grid-4 + .grid-4{
	margin-top: 24px;
}

.detail-box-access__text.blue{
	color: #1a4899;
}
.detail-box-access__text.bold{
	font-weight: 700;
}
.detail-box-access__text.bold.blue{
	font-size: 16px;
}
@media (min-width: 768px) {
	.detail-box-access .detail-hdg-lv2{
		margin-bottom: 40px;
	}
	.detail-box-access__content .grid-4 + .grid-4{
		margin-top: 0;
	}
}

/*パフォーマー一覧　PCは8列（8+7）で折り返し。SPは既存の4列折り返しのまま*/
@media (min-width: 768px) {
	.detail-box-cheer__content{
		max-width: 810px;
	}
	.detail-box-cheer__logo img{
		max-width: 594px;
	}
	.detail-box-cheer__text{
		max-width: 690px;
		margin-inline: auto;
	}
	.detail-box-cheer__list {
			flex-wrap: wrap;
			align-items: flex-start;
			gap: 18px;
			margin: 0;
	}

	.detail-box-cheer__list li {
			width: calc(12.5% - 16px);
			padding: 0;
	}
}

.detail-box-cheer__content--02{
	max-width: 100%;
}

/*パフォーマー一覧（--02）は選手一覧と同じカラム構成（SP4列／PC7列）*/
.detail-box-cheer__list--02 {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 -4px 5px;
}

.detail-box-cheer__list--02 li {
	width: 25%;
	padding: 0 4px;
	margin-bottom: 22px;
}

@media (min-width: 768px) {
	.detail-box-cheer__list--02 {
		gap: 0;
		margin: 0 -9px;
	}

	.detail-box-cheer__list--02 li {
		width: calc(100% / 8);
		padding: 0 9px;
		margin-bottom: 42px;
	}
}

.detail-box-official .detail-hdg-lv2 .detail-txt-en{
	font-size: 34px;
}
@media (min-width: 768px) {
	.detail-box-official .detail-hdg-lv2 .detail-txt-en{
		font-size: 50px;
	}
}

.detail-box-theme img{
	max-width: 100%;
	margin-inline: auto;
}
@media (min-width: 768px) {
	.detail-box-theme img{
		max-width: 690px;
		margin-inline: auto;
	}
}

/* PLAYER サムネイルリスト上部の青い斜め背景（SPのみ / Figma: パス34） */
@media (max-width: 767px) {
	.detail-box-player__content {
		overflow: visible;
	}

	.detail-box-player__list {
		position: relative;
		z-index: 0;
	}

	/* リスト上端から81px分だけせり出し、左低・右高の斜め（375x81 / 落差49.8877） */
	.detail-box-player__list::before {
		content: "";
		position: absolute;
		left: 50%;
		top: -40px;
		bottom: 0;
		z-index: 0;
		width: 100vw;
		background-color: #1a4899;
		transform: translateX(-50%);
		clip-path: polygon(0 49.8877px, 100% 0, 100% 100%, 0 100%);
		pointer-events: none;
	}

	.detail-box-player__list > li {
		position: relative;
		z-index: 1;
	}

	.detail-box-player__list__name {
		color: #fff;
	}
}

/* 価格表アコーディオン（初期オープン） */
.js-accordion-open__trigger {
	cursor: pointer;
}

.js-accordion-open__trigger .fa {
	display: inline-block;
	transition: transform 0.3s ease;
}

.js-accordion-open__trigger.is-open .fa {
	transform: rotate(180deg);
}