/* オーケストラ・キャラバン2024 */

:root {
	--accent-color: #35589d;
	--accent-disabled-color: #34549733;
	--accent-gradient: linear-gradient(90deg, #00417d 0%, #0a9bff 50%, #bda415 100%);
	--accent-pop: #ff6f61;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
		"Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.2;
	overscroll-behavior: none;
	line-break: strict;
	font-synthesis: none;
	text-rendering: auto;
	font-feature-settings: "palt";
	background-image: url(../img/bg_image.png);
	background-size: 100% auto;
}

dialog[open] {
	/*polyfill*/
	position: fixed;
	top: 0;
}

dialog::backdrop {
	background: rgb(0 0 0 / 0.7);
	-webkit-backdrop-filter: blur(min(10px, 2vw));
	backdrop-filter: blur(min(10px, 2vw));
}

dialog+.backdrop {
	/*polyfill*/
	background: rgb(0 0 0 / 0.7);
	-webkit-backdrop-filter: blur(min(10px, 2vw));
	backdrop-filter: blur(min(10px, 2vw));
}

label {
	-webkit-user-select: none;
	user-select: none;
}

.text-guidance {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: none;
}

.section__title img {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

@media all and (max-width: 1279px) {
	.section__title {
		font-size: 8vw;
		font-weight: normal;
	}
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

@media all and (max-width: 1279px) {
	.inner {
		width: 100%;
		padding: 0 2vw;
	}
}

/* ヘッダー */

.page-header {
	display: grid;
	grid-template-columns: 25% 1fr 25%;
	grid-template-rows: max-content 1fr max-content max-content;
	aspect-ratio: 1920 / 760;
}

.page-header__badge {
	display: contents;
}

.page-header__title {
	grid-column: 1;
	grid-row: 3 / span 2;
	z-index: 2;
	aspect-ratio: 319.35 / 156.71;
	background: rgb(255 255 255);
	padding: 1.5vw 2vw;
	margin: 1vw 2vw;

	border-radius: 4px;
	box-shadow: 0 0.6vw 0.6vw rgb(0 0 0 / 0.056),
		0 0.13vw 0.13vw rgb(0 0 0 / 0.081), 0 0.25vw 0.25vw rgb(0 0 0 / 0.1),
		0 0.45vw 0.45vw rgb(0 0 0 / 0.119), 0 0.84vw 0.84vw rgb(0 0 0 / 0.144),
		0 2vw 2vw rgb(0 0 0 / 0.2);
}

@media all and (max-width: 1279px) {
	.page-header__title {
		border-radius: 0;
		box-shadow: none;
	}
}

.page-header__title-logo {
	width: 100%;
	height: auto;
}

.page-header__bunkacho {
	grid-column: 3;
	grid-row: 1;
	z-index: 2;
	display: flex;
	align-items: center;
	background: #fff;
	width: calc(100% - 2vw);
	margin: 1vw;
	padding: 1vw 1.5vw;
	border-radius: 4px;
	box-shadow: 0 0.6vw 0.6vw rgb(0 0 0 / 0.056),
		0 0.13vw 0.13vw rgb(0 0 0 / 0.081), 0 0.25vw 0.25vw rgb(0 0 0 / 0.1),
		0 0.45vw 0.45vw rgb(0 0 0 / 0.119), 0 0.84vw 0.84vw rgb(0 0 0 / 0.144),
		0 2vw 2vw rgb(0 0 0 / 0.2);
}

.page-header__bunkacho-logo {
	aspect-ratio: 85.37 / 87.85;
	width: max(4vw, 60px);
	height: auto;
}

.page-header__bunkacho-support {
	font-size: 0.8vw;
	font-weight: 500;
	text-align: left;
	margin-left: 1.5vw;
	text-align: justify;
}

.page-header__visual {
	grid-column: 1 / span 3;
	grid-row: 1 / span 4;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.page-header__visual-image {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

@media screen and (max-width: 1279px) {
	.page-header {
		display: block;
		aspect-ratio: unset;
		position: relative;
	}

	.page-header__badge {
		position: absolute;
		z-index: 1;
		display: flex;
		background: rgb(255 255 255 / 0.8);
	}

	.page-header__title {
		width: 40%;
		margin: 0;
		background: transparent;
	}

	.page-header__bunkacho {
		width: calc(60% - 4vw);
		height: fit-content;
		margin: 2vw;
		padding: 2vw;
	}

	.page-header__bunkacho-logo {
		width: 12vw;
	}

	.page-header__bunkacho-support {
		font-size: 2.2vw;
		margin-left: 2vw;
	}

	.page-header__visual {
		height: auto;
	}

	.page-header__visual-image {
		max-height: 100vh;
		/*fallback*/
		max-height: 100svh;
		min-height: 50vw;
	}
}

/* チラシ */

.leaflet-modal {
	border: none;
	padding: 0;
	background: #f9f9fa;
	width: 100%;
	height: 100%;
	min-width: 320px;
	max-width: min(90vw, 1200px);
	/*fallback*/
	max-width: min(90dvw, 1200px);
	max-height: 80vh;
	/*fallback*/
	max-height: 90dvh;
}

.leaflet-modal[open] {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 399px) {
	.leaflet-modal {
		max-width: 100vw;
		/*fallback*/
		max-width: 100dvw;
		max-height: 100dvh;
	}
}

.leaflet-modal__view {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	height: calc(100% - 41px);
	background: #d4d4d7;
	position: relative;
}

.leaflet-modal__view:has(img) {
	overflow: auto;
	overscroll-behavior: none;
}

.leaflet-modal__view iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.leaflet-modal__view img {
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	-webkit-user-select: none;
	user-select: none;
}

.leaflet-modal__view p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: rgb(0 0 0 / 0.3);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	padding: 0 2px;
	-webkit-user-select: none;
	user-select: none;
}

.leaflet-modal__toolbar {
	flex-grow: 0;
	flex-shrink: 0;

	display: flex;
	border-top: solid 1px #b8b8b8;
	padding: 4px;
	overflow: hidden;
}

.leaflet-modal__absorber {
	flex-shrink: 1;
	flex-grow: 0;
	width: calc(2rem + 1px);
}

.leaflet-modal__link {
	flex-grow: 1;
	border-right: solid 1px #b8b8b8;
	margin-right: 4px;
	padding: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.leaflet-modal__link a {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #fff;
	background: #007aff;
	text-decoration: none;
	height: 2rem;
	padding: 0 20px;
	border-radius: 1rem;
	white-space: nowrap;
	position: relative;
}

@media (hover: hover) {
	.leaflet-modal__link a:hover {
		text-decoration: underline;
	}
}

.leaflet-modal__link a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: solid 2px #007aff;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	opacity: 1;
	animation: 1s ripple linear infinite;
}

@keyframes ripple {
	0% {
		transform: scaleX(1) scaleY(1);
	}

	100% {
		transform: scaleX(1.15) scaleY(1.5);
		opacity: 0;
	}
}

.leaflet-modal__link a::after {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.49 18.49"><path fill="white" d="M3.47,0V15.02h15.02V0H3.47Zm13.58,13.58H4.91V4.04h12.13V13.58Z"/><polygon fill="white" points="1.44 17.04 1.44 3.47 0 3.47 0 18.49 15.02 18.49 15.02 17.04 1.44 17.04"/></svg>');
	display: block;
	width: 18.49px;
	height: 18.49px;
	margin-left: 0.2rem;
	flex-shrink: 0;
}

.leaflet-modal__close {
	flex-shrink: 0;
	flex-grow: 0;
	display: block;
	position: relative;
	width: 2rem;
	height: 2rem;
	transition: 0.3s background-color;
	overflow: hidden;
}

@media (hover: hover) {
	.leaflet-modal__close:hover {
		background: #dddedf;
	}
}

.leaflet-modal__close::before,
.leaflet-modal__close::after {
	position: absolute;
	display: block;
	content: "";
	transform: rotate(45deg);
}

.leaflet-modal__close::before {
	right: 0;
	top: 1rem;
	width: 2rem;
	height: 1px;
	border-top: solid 1px #666;
}

.leaflet-modal__close::after {
	right: 1rem;
	top: 0;
	width: 1px;
	height: 2rem;
	border-left: solid 1px #666;
}

@media (prefers-color-scheme: dark) {
	.leaflet-modal {
		background-color: #38383d;
	}

	.leaflet-modal__view {
		background-color: #2a2a2e;
	}

	.leaflet-modal__toolbar {
		border-top-color: #555;
	}

	.leaflet-modal__link {
		border-right-color: #27272b;
	}

	.leaflet-modal__link a {
		background-color: #0a84ff;
	}

	.leaflet-modal__link a::before {
		border-color: #0a84ff;
	}

	@media (hover: hover) {
		.leaflet-modal__close:hover {
			background-color: #666667;
		}
	}

	.leaflet-modal__close::before {
		border-top-color: #c3c3c5;
	}

	.leaflet-modal__close::after {
		border-left-color: #c3c3c5;
	}
}

/* 公演情報 */

.performance-information__title {
	padding-top: 4rem;
	letter-spacing: 0.8rem;
	margin-left: 0.8rem;
	paint-order: stroke;
}

@media all and (max-width: 1279px) {
	.performance-information__title {
		padding-top: 6vw;
		letter-spacing: 2vw;
		margin-left: 2vw;
	}
}

.performance-information__note {
	text-align: center;
	margin-top: 1rem;
}

@media all and (max-width: 1279px) {
	.performance-information__note {
		margin-top: 8vw;
	}
}

/* 地図 */

.map {
	width: 100%;
	max-width: 1200px;
	max-height: 700px;
	margin-inline: auto;
	position: relative;
	font-size: min(23px, 2vw);
}

.map__bg {
	width: 100%;
	height: 100%;
	max-height: 700px;
	object-fit: contain;
}

.map__fg {
	margin: 0;
	padding: 0;
	position: absolute;
	inset: 0;
	list-style: none;
}

.map__item {
	position: absolute;
}

.map__anchor {
	text-decoration: none;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-areas:
		"date area cevron";
	font-weight: bold;
	gap: 0.25em 0;
	padding: 0.5em 0.75em;
	border-radius: 0.5em;
	font-size: 0.9em;
}

.map__anchor[href] {
	background: var(--accent-color);
	color: #fff;
}

@media (hover: hover) {
	.map__anchor[href] {
		transition: transform 0.3s;
	}

	.map__anchor[href]:hover {
		transform: scale(1.1);
	}
}

.map__date {
	grid-area: date;
	margin-right: 0.5em;
}

.map__area {
	grid-area: area;
}

.map__orchestra {
	grid-area: orchestra;
	text-align: right;
}

.map__anchor[href]::after {
	grid-area: cevron;
	align-self: center;
	content: "";
	background-color: currentColor;
	clip-path: url(#cevron-down-path);
	display: block;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
}

.map__item--ended .map__anchor {
	font-weight: 500;
}

/* 公演情報リスト */

.performance-information__list {
	list-style-type: none;
	padding: 48px 0;
	max-width: 1200px;
	margin: 0 auto;
}

@media all and (max-width: 1279px) {
	.performance-information__list {
		padding: 8vw 2vw 2vw;
	}
}

.performance-information__item {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}

.performance-information__item--large .performance-detail__area dt,
.performance-information__item--large .performance-detail__title dt,
.performance-information__item--large .performance-detail__orchestra dt,
.performance-information__item--large .performance-detail__date dt,
.performance-information__item--small .performance-detail__area dt,
.performance-information__item--small .performance-detail__title dt,
.performance-information__item--small .performance-detail__orchestra dt,
.performance-information__item--small .performance-detail__date dt,
.performance-information__item--small .performance-detail__venue dt {
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
}

.performance-information__item a[href][target="_blank"]::after {
	content: "";
	background-color: currentColor;
	clip-path: url(#blank-path);
	display: inline-block;
	aspect-ratio: 1 / 1;
	width: 1em;
	height: 1em;
	vertical-align: bottom;
	margin-left: calc(1ch / 2);
}

@supports (line-height: 1lh) {
	.performance-information__item a[href][target="_blank"]::after {
		margin-bottom: calc((1lh - 1em) / 2);
	}
}

@supports not (line-height: 1lh) {
	.performance-information__item a[href][target="_blank"]::after {
		margin-bottom: calc((1em * 1.2 - 1em) / 2);
	}
}

/* 公演情報（大）*/

.performance-information__item--large {
	display: grid;
	grid-template-columns: 265px 1fr;
	grid-template-rows: 1fr min-content;
	grid-template-areas:
		"thumbnail details"
		"thumbnail link";
	padding: 3em;
	gap: 3em;
}

.performance-information__item--large .performance-information__details {
	grid-area: details;
	align-self: self-start;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-template-areas:
		"area"
		"title"
		"orchestra"
		"date"
		"venue";
	gap: 0.5em;
}

.performance-information__item--large .performance-information__thumbnail-anchor {
	grid-area: thumbnail;
	justify-self: center;
	width: fit-content;
	height: min-content;
}

.performance-information__item--large .performance-information__thumbnail-anchor[href] {
	cursor: zoom-in;
	position: relative;
}

.performance-information__item--large .performance-information__thumbnail-anchor[href]::after {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: block;
	content: "🔍";
	font-size: 2.4rem;
}

@media (hover: hover) {
	.performance-information__item--large .performance-information__thumbnail-anchor[href] {
		overflow: hidden;
	}

	.performance-information__item--large .performance-information__thumbnail-anchor[href] .performance-information__thumbnail {
		transition: transform 0.3s;
	}

	.performance-information__item--large .performance-information__thumbnail-anchor[href]:hover .performance-information__thumbnail {
		transform: scale(1.1);
	}

	.performance-information__item--large .performance-information__thumbnail-anchor[href]::after {
		transition: font-size 0.3s;
	}

	.performance-information__item--large .performance-information__thumbnail-anchor[href]:hover::after {
		font-size: 4.8rem;
	}
}

.performance-information__item--large .performance-information__thumbnail {
	width: min(100%, 420px);
	margin: 0 auto;
}

.performance-information__item--large .performance-detail__area {
	display: contents;
}

.performance-information__item--large .performance-detail__area dd {
	grid-area: area;
	width: min-content;
	height: min-content;
	text-wrap: nowrap;
	display: inline;
	background: #c83a40;
	color: #fff;
	padding: 2px 1.25em;
	font-size: 1.5em;
	font-weight: bold;
	white-space: nowrap;
}

.performance-information__item--large .performance-detail__title {
	display: contents;
}

.performance-information__item--large .performance-detail__title dd {
	grid-area: title;
	color: #000;
	font-size: 2em;
	font-weight: bold;
}

.performance-information__item--large .performance-detail__orchestra {
	display: contents;
}

.performance-information__item--large .performance-detail__orchestra dd {
	grid-area: orchestra;
}

.performance-information__item--large .performance-detail__orchestra dd a {
	text-decoration: none;
	color: var(--accent-color);
	font-size: 2em;
	font-weight: bold;
}

@media (hover: hover) {
	.performance-information__item--large .performance-detail__orchestra dd a:hover {
		text-decoration: underline;
	}
}

.performance-information__item--large .performance-detail__date {
	display: contents;
}

.performance-information__item--large .performance-detail__date dd {
	grid-area: date;
	font-size: 1.25em;
	font-weight: bold;
}

.performance-information__item--large .performance-detail__date dd strong {
	font-size: 3.5em;
}

.performance-information__item--large .performance-detail__venue {
	grid-area: venue;
	display: flex;
	gap: 0.75em;
}

.performance-information__item--large .performance-detail__venue dt {
	padding: 2px 1.5em;
	background: #000;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.performance-information__item--large .performance-detail__venue dd a {
	text-decoration: none;
	color: var(--accent-color);
	font-size: 1.625em;
	font-weight: bold;
}

@media (hover: hover) {
	.performance-information__item--large .performance-detail__venue dd a:hover {
		text-decoration: underline;
	}
}

.performance-information__item--large .performance-information__link {
	grid-area: link;
	align-self: self-end;
	justify-self: self-end;
	width: 12em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background: var(--accent-disabled-color);
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-size: 2em;
}

.performance-information__item--large .performance-information__link[href] {
	background: var(--accent-color);
}

@media (hover: hover) {
	.performance-information__item--large .performance-information__link[href] {
		transition: transform 0.3s;
	}

	.performance-information__item--large .performance-information__link[href]:hover {
		transform: scale(1.1);
	}
}

@media all and (max-width: 1279px) {
	.performance-information__item--large {
		font-size: 2vw;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-template-areas:
			"thumbnail"
			"details"
			"link";
	}

	.performance-information__item--large .performance-information__details {
		padding: 3em 0;
	}

	.performance-information__item--large .performance-information__link {
		justify-self: center;
	}
}

/* 公演情報（小）*/

.performance-information__item--small {
	padding: 12px 24px;
	display: grid;
	grid-template-columns: 48px 10ch 1.2fr 0.8fr;
	gap: 4px 24px;
	grid-template-areas:
		"thumbnail area title orchestra"
		"thumbnail date venue orchestra";
	align-items: center;
}

.performance-information__item--small .performance-information__details {
	display: contents;
}

.performance-information__item--small .performance-information__thumbnail-anchor {
	grid-area: thumbnail;
}

.performance-information__item--small .performance-information__thumbnail-anchor[href] {
	position: relative;
	cursor: zoom-in;
}

.performance-information__item--small .performance-information__thumbnail-anchor[href]::after {
	display: block;
	content: "🔍";
	position: absolute;
	right: 0.25rem;
	bottom: 0.25rem;
	font-size: 1.5rem;
}

@media (hover: hover) {
	.performance-information__item--small .performance-information__thumbnail-anchor[href] {
		overflow: hidden;
	}

	.performance-information__item--small .performance-information__thumbnail-anchor[href] .performance-information__thumbnail {
		transition: transform 0.3s;
	}

	.performance-information__item--small .performance-information__thumbnail-anchor[href]:hover .performance-information__thumbnail {
		transform: scale(1.2);
	}

	.performance-information__item--small .performance-information__thumbnail-anchor[href]::after {
		transition: font-size 0.3s;
	}

	.performance-information__item--small .performance-information__thumbnail-anchor[href]:hover::after {
		font-size: 2rem;
	}
}

.performance-information__item--small .performance-detail__area {
	display: contents;
}

.performance-information__item--small .performance-detail__area dd {
	grid-area: area;
	align-self: center;
	font-weight: bold;
}

.performance-information__item--small .performance-detail__title {
	display: contents;
}

.performance-information__item--small .performance-detail__title dd {
	grid-area: title;
	align-self: center;
	font-weight: bold;
}

.performance-information__item--small .performance-detail__orchestra {
	display: contents;
}

.performance-information__item--small .performance-detail__orchestra dd {
	grid-area: orchestra;
	align-self: center;
	font-weight: bold;
}

.performance-information__item--small .performance-detail__orchestra dd a {
	text-decoration: none;
}

.performance-information__item--small .performance-detail__orchestra dd a[href] {
	color: var(--accent-color);
}

@media (hover: hover) {
	.performance-information__item--small .performance-detail__orchestra dd a[href]:hover {
		text-decoration: underline;
	}
}

.performance-information__item--small .performance-detail__date {
	display: contents;
}

.performance-information__item--small .performance-detail__date dd {
	grid-area: date;
	align-self: center;
	font-weight: bold;
}

.performance-information__item--small .performance-detail__venue {
	display: contents;
}

.performance-information__item--small .performance-detail__venue dd {
	grid-area: venue;
	align-self: center;
	font-weight: bold;
}

.performance-information__item--small .performance-detail__venue dd a {
	text-decoration: none;
}

.performance-information__item--small .performance-detail__venue dd a[href] {
	color: var(--accent-color);
}

@media (hover: hover) {
	.performance-information__item--small .performance-detail__venue dd a[href]:hover {
		text-decoration: underline;
	}
}

.performance-information__item--small .performance-information__link {
	display: none;
}

@media all and (max-width: 1279px) {
	.performance-information__item--small {
		padding: 4vw 2vw;
		grid-template-columns: auto auto 1fr;
		grid-template-rows: auto auto auto auto;
		gap: 3vw 2vw;
		grid-template-areas:
			"thumbnail area date"
			"thumbnail title title"
			"thumbnail orchestra orchestra"
			"thumbnail venue venue";
		font-size: max(14px, 3.2vw);
	}

	.performance-information__item--small .performance-information__thumbnail-anchor {
		width: max(64px, 12vw);
		align-self: self-start;
	}

	.performance-information__item--small .performance-detail__title dd {
		align-self: self-end;
	}

	.performance-information__item--small .performance-detail__area dd {
		align-self: self-start;
		font-weight: normal;
		background: var(--accent-pop);
		color: #fff;
		font-weight: 700;
		padding: 0.25em 0.5em;
	}

	.performance-information__item--small .performance-detail__date dd {
		align-self: self-start;
		font-weight: normal;
	}

	.performance-information__item--small .performance-detail__date dd strong {
		font-weight: normal;
	}

	.performance-information__item--small .performance-detail__venue {
		grid-area: venue;
		display: flex;
	}

	.performance-information__item--small .performance-detail__venue dt {
		clip: auto;
		width: auto;
		height: auto;
		overflow: initial;
		position: relative !important;
		flex-shrink: 0;
	}

	.performance-information__item--small .performance-detail__venue dt::after {
		content: "：";
	}

	.performance-information__item--small .performance-detail__venue dd {
		grid-area: unset;
	}

	.performance-information__item--small .performance-detail__orchestra {
		grid-area: orchestra;
		display: flex;
	}

	.performance-information__item--small .performance-detail__orchestra dt {
		clip: auto;
		width: auto;
		height: auto;
		overflow: initial;
		position: relative !important;
		flex-shrink: 0;
	}

	.performance-information__item--small .performance-detail__orchestra dt::after {
		content: "：";
	}

	.performance-information__item--small .performance-detail__orchestra dd {
		grid-area: unset;
	}
}

/* 公演情報（終）*/

.performance-information__item--ended {
	background: #d9e5ef;
}

.performance-information__item--ended *,
.performance-information__item--ended *::before,
.performance-information__item--ended *::after {
	filter: grayscale(100%);
}

.performance-information__item--ended .performance-detail__title dd::before {
	content: "【終了】";
}

.performance-information__item--large.performance-information__item--ended .performance-detail__area dd,
.performance-information__item--large.performance-information__item--ended .performance-detail__venue dt,
.performance-information__item--ended .performance-information__link {
	color: #ddd;
}

.performance-information__item--large+.performance-information__item--large,
.performance-information__item--large+.performance-information__item--small,
.performance-information__item--small+.performance-information__item--large {
	margin-top: min(2vw, 48px);
}

.performance-information__item--small+.performance-information__item--small {
	margin-top: min(2vw, 8px);
}

/* 参加オーケストラ */

.participating-orchestras {
	background-color: #000;
	background-image: url(../img/bg_orchestras.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	color: #fff;
	padding-bottom: 4rem;
}

.participating-orchestras__title {
	padding: 4rem 0;
	-webkit-text-fill-color: unset;
	paint-order: stroke;
}

.participating-orchestras__list {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	grid-column-gap: 2rem;
	column-gap: 2rem;
	grid-row-gap: 4rem;
	row-gap: 4rem;
}

.participating-orchestras__anchor {
	display: flex;
	flex-direction: column;
	color: #fff;
	text-decoration: none;
	max-width: 320px;
	margin-inline: auto;
	container-type: inline-size;
}

.participating-orchestras__tile {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 8px;
	transition: 0.3s transform;
	aspect-ratio: 1 / 1;
	border: 3px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(#fff, #fff), var(--accent-gradient);
}

.participating-orchestras__logo {
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: contain;
}

.participating-orchestras__name {
	padding: 0.5rem 0;
	font-size: 10cqi;
	line-height: 1.2;
	min-height: calc(2lh + 0.5rem * 2);
	font-weight: bold;
}

.participating-orchestras__name--long {
	letter-spacing: -1px;
}

.participating-orchestras__english-name {
	padding: 0.3rem 0;
	border-top: solid 1px #fff;
	font-size: 8cqi;
	line-height: 1.2;
	min-height: calc(2lh + 0.3rem * 2);
}

.participating-orchestras__english-name--long {
	letter-spacing: -0.5px;
}

@supports not (container-type: inline-size) {
	.participating-orchestras__name {
		font-size: 1rem;
		min-height: calc(1rem * 2 * 1.2 + 0.5rem * 2);
	}

	.participating-orchestras__english-name {
		font-size: 0.9rem;
		min-height: calc(0.9rem * 2 * 1.2 + 0.3rem * 2);
	}
}

@media (hover: hover) {
	.participating-orchestras__anchor:hover .participating-orchestras__tile {
		transform: scale(105%);
	}

	.participating-orchestras__anchor:hover .participating-orchestras__name {
		text-decoration: underline;
	}

	.participating-orchestras__anchor:hover .participating-orchestras__english-name {
		text-decoration: underline;
	}
}

@media all and (max-width: 1279px) {
	.participating-orchestras {
		background-size: contain;
		background-position: center top;
		padding-bottom: 8vw;
	}

	.participating-orchestras__title {
		padding: 8vw 0;
	}

	.participating-orchestras__list {
		padding: 0 4vw;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-column-gap: 4vw;
		column-gap: 4vw;
		grid-row-gap: 8vw;
		row-gap: 8vw;
	}

	.participating-orchestras__tile {
		padding: 2vw;
	}

	.participating-orchestras__name {
		padding: 2vw 0;
		/*        font-size: max(2.4vw, 16px);
        line-height: 1.2;*/
		min-height: calc(2lh + 2vw * 2);
		font-weight: normal;
	}

	.participating-orchestras__name--long {
		letter-spacing: -0.5px;
	}

	.participating-orchestras__english-name {
		padding: 1vw 0;
		border-top: solid 1px #fff;
		/*        font-size: max(1.6vw, 12px);
        line-height: 1.2;*/
		min-height: calc(2lh + 1vw * 2);
	}

	.participating-orchestras__english-name--long {
		letter-spacing: 0;
	}

	@supports not (container-type: inline-size) {
		.participating-orchestras__name {
			font-size: max(2.4vw, 16px);
			line-height: 1.2;
			min-height: calc(max(2.4vw, 16px) * 2 * 1.2 + 2vw * 2);
		}

		.participating-orchestras__english-name {
			font-size: max(1.6vw, 12px);
			line-height: 1.2;
			min-height: calc(max(1.6vw, 12px) * 2 * 1.2 + 1vw * 2);
		}
	}
}

@media all and (max-width: 479px) {
	.participating-orchestras__list {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}

/* フッター */

.page-footer {
	background-color: #000;
	background-image: url(../img/bg_footer-pc.png);
	background-size: 100% 100%;
	padding-top: 8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	color: #333;
}

@media all and (max-width: 1279px) {
	.page-footer {
		background-image: url(../img/bg_footer-sp.png);
	}
}

.page-footer__home-anchor {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333;
	text-decoration: none;
}

.page-footer__logo-image {
	transition: 0.3s transform;
}

.page-footer__home-url {
	margin: 1rem 0;
}

@media (hover: hover) {
	.page-footer__home-anchor:hover .page-footer__logo-image {
		transform: scale(105%);
	}

	.page-footer__home-anchor:hover .page-footer__home-url {
		text-decoration: underline;
	}
}

.page-footer__sns-list {
	list-style: none;
	display: inline-flex;
	margin: 1rem 0;
	padding: 0;
}

.page-footer__sns-listitem+.page-footer__sns-listitem {
	margin-left: 2rem;
}

.page-footer__sns-icon {
	width: 48px;
}

@media (hover: hover) {
	.page-footer__sns-icon {
		transition: 0.3s transform;
	}

	.page-footer__sns-anchor:hover .page-footer__sns-icon {
		transform: scale(120%);
	}
}

.page-footer__copyright {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.6rem;
	margin: 1rem 0;
}

@media all and (max-width: 1279px) {
	.page-footer {
		padding-top: 10vw;
	}

	.page-footer__logo-image {
		width: 80vw;
		height: auto;
	}

	.page-footer__home-url {
		margin: 3vw 0;
		font-size: 3.4vw;
	}

	.page-footer__sns-list {
		margin: 4vw 0;
	}

	.page-footer__sns-listitem+.page-footer__sns-listitem {
		margin-left: 12vw;
	}

	.page-footer__sns-icon {
		width: 16vw;
		height: 16vw;
	}

	.page-footer__copyright {
		font-size: 2.6vw;
		margin: 2vw 0;
	}
}

/* --- 変わった感を出すための追加 --- */

/* ボタンやリンクにポップなアニメーション */
.performance-information__item--large .performance-information__link[href],
.map__anchor[href] {
	background: var(--accent-gradient);
	background-size: 200% 100%;
	background-position: left center;
	transition: background-position 0.5s, box-shadow 0.3s;
}

.performance-information__item--large .performance-information__link[href]:hover,
.map__anchor[href]:hover {
	background-position: right center;
}

/* ポップなアクセントカラーを一部に */
.performance-information__item--large .performance-detail__area dd {
	background: var(--accent-pop);
}

/* 参加オーケストラのタイルにグラデーション枠 */
.participating-orchestras__tile {
	border: 3px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(#fff, #fff), var(--accent-gradient);
}

/* --- ここまで追加 --- */