@charset "UTF-8";
/* ============================== */
/*  TOP PAGE */
/* ============================== */ :root {
	--y-margin-tp: 70px;
}
@media screen and (min-width: 1232px), print {
	:root {
		--x-margin: 30px;
		--y-margin-tp: 100px;
	}
}
@media screen and (min-width: 1612px) {
	:root {
		--x-margin: calc((100% - 1580px) / 2);
	}
}
/* TOPPAGE HERO SLIDER */
#js-slider1 {
	margin-block-end: 0;
}
/* TOPPAGE HERO SLIDE ARROW */
#js-slider1 .slide-arrow {
	color: transparent;
	text-indent: -9999px;
	padding: 0;
	inset-block-end: 0;
	position: absolute;
	inset-inline-end: 41px;
	inline-size: 40px;
	aspect-ratio: 1;
	z-index: 2;
	background-color: var(--theme-color);
	cursor: pointer;
	transition: background-color 200ms;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
}
#js-slider1 .slide-arrow.next-arrow {
	inset-inline-end: 0;
}
#js-slider1 .slide-arrow::after {
	content: "";
	inline-size: 20%;
	aspect-ratio: 1;
	rotate: 45deg;
	border: 2px solid var(--white);
}
#js-slider1 .slide-arrow.prev-arrow::after {
	margin-inline-start: 8%;
	border-block-start: none;
	border-inline-end: none;
}
#js-slider1 .slide-arrow.next-arrow::after {
	margin-inline-end: 8%;
	border-block-end: none;
	border-inline-start: none;
}
@media (forced-colors: active) {
	#js-slider1 .slide-arrow::before, #js-slider1 .slide-arrow::after {
		border-color: ButtonText;
	}
}
@media (any-hover: hover) {
	#js-slider1 .slide-arrow:hover {
		background-color: var(--theme-hover);
	}
}
@media screen and (min-width: 768px), print {
	#js-slider1 .slide-arrow {
		inline-size: 52px;
	}
	#js-slider1 .slide-arrow.prev-arrow {
		inset-inline-end: 53px;
	}
}
@media screen and (min-width: 1232px), print {
	#js-slider1 .slide-arrow {
		inset-block-end: 0;
		inline-size: 58px;
		block-size: 58px;
	}
	#js-slider1 .slide-arrow.prev-arrow {
		inset-inline-end: 0;
	}
	#js-slider1 .slide-arrow.next-arrow {
		inset-inline-end: -59px;
	}
}
.slide-dots {
	position: absolute;
	inset-block-start: -25px;
	inset-inline-start: 0;
	block-size: 20px;
	inline-size: 100%;
}
.slick-dots {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 0 0 var(--x-margin);
	line-height: 1;
	inset-block-end: 0;
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
	inline-size: calc(100% - 81px - var(--x-margin) * 2);
}
.slide-dots li {
	margin: 0;
	padding: 0;
	block-size: 20px;
	display: block;
	flex: 1;
}
.slide-dots li button {
	position: relative;
	text-indent: -9999px;
	padding: 0;
	box-sizing: border-box;
	appearance: none;
	border: none;
	background: transparent;
	margin: 0;
	inline-size: 100%;
	block-size: 100%;
}
.slide-dots li button:focus {
	outline: none;
}
.slide-dots li button::-moz-focus-inner {
	border: 0;
}
.slide-dots li button::before {
	content: '';
	text-indent: 0;
	position: absolute;
	inset-block-start: calc(50% - 1px);
	inset-inline-start: 0;
	display: block;
	inline-size: 100%;
	block-size: 2px;
	background-color: #e5e5e5;
	border-radius: 0;
	opacity: 1;
}
.slide-dots li.slick-active button::before {
	background-color: var(--green);
}
@media (forced-colors: active) {
	.slide-dots li button::before {
		background-color: ButtonText;
	}
	.slide-dots li.slick-active button::before {
		background-color: transparent;
		border: 1px solid ButtonText;
		block-size: 4px;
		inset-block-start: calc(50% - 2px);
	}
}
@media screen and (min-width: 768px), print {
	.slick-dots {
		inline-size: 480px;
		margin-inline: auto;
	}
}
@media screen and (min-width: 1232px), print {
	.slide-dots {
		inset-block-start: auto;
		inset-block-end: 19px;
	}
	.slick-dots {
		inline-size: calc(100% - 1.9em * 1 - 59px);
		max-inline-size: none;
		padding-inline-end: 0;
		padding-inline-start: 59px;
	}
}
/*===================================================*/
.section-title {
	font-size: 30px;
	font-weight: var(--font-bold);
	letter-spacing: 0;
	margin: 0 0 20px;
	color: #333333;
}
.section-title .key-color {
	color: var(--theme-color);
}
.section-title .ja {
	display: block;
	font-size: 12px;
	font-weight: var(--font-regular);
}
@media screen and (min-width: 768px), print {
	.section-title {
		font-size: 40px;
	}
}
@media screen and (min-width: 1232px), print {
	.section-title {
		font-size: 50px;
		margin: 0 0 32px;
	}
	.section-title .ja {
		font-size: 16px;
	}
}
/* HERO */
.toppage-hero {
	font-size: 16px;
	background-color: var(--white);
	margin: 0;
}
.toppage-hero .caption {
	padding: 20px 5.4vw 40px;
	position: relative;
}
.toppage-hero .facility-title {
	font-size: 2em;
	line-height: 1;
	block-size: 1em;
	margin-block-end: 0.5em;
}
.toppage-hero .facility-title img {
	block-size: 100%;
	inline-size: auto;
}
.toppage-hero .catch-copy {
	font-size: 112.5%;
	line-height: 1.8;
	font-feature-settings: 'palt';
}
.toppage-hero .sub-copy {
	font-size: 87.5%;
	line-height: 2;
	margin-block-start: 1.7em;
	font-feature-settings: 'palt';
}
.toppage-hero .button-show-detail {
	margin-block-start: 2.4em;
}
@media screen and (min-width: 768px), print {
	.toppage-hero {
		font-size: 18px;
	}
	.toppage-hero .caption {
		padding: 20px calc(var(--x-margin) + 15px) 40px;
	}
}
@media screen and (min-width: 1232px), print {
	.toppage-hero {
		font-size: min(calc(18px + 5 * ((100vw - 1232px) / 380)), 23px);
		inline-size: calc(100% - 60px);
		max-inline-size: 1580px;
		margin: 0 auto;
		border-radius: var(--rad-s);
		display: flex;
		margin-block-start: 60px;
		overflow: hidden;
	}
	.toppage-hero-slider {
		inline-size: 62.768647281921618%;
	}
	.toppage-hero .caption {
		inline-size: calc(100% - 62.768647281921618%);
		padding: 2.5em 1.9em;
	}
	.toppage-hero .catch-copy {
		font-size: 111%;
		line-height: 1.8;
	}
	.toppage-hero .sub-copy {
		line-height: 2;
		margin-block-start: 1.5em;
	}
	.toppage-hero .button-show-detail {
		margin-block-start: 2.4em;
	}
}
@media screen and (min-width: 1612px) {
	.toppage-hero .caption {
		padding: 55px;
	}
}
/* PARKING INFO */
section.parking-info {
	background-color: var(--white);
	border-radius: var(--rad-s);
	margin: var(--y-margin-tp) var(--x-margin);
	display: flex;
	flex-wrap: wrap;
}
.parking-info .section-header {
	padding: 15px 15px;
	inline-size: 100%;
	border-block-end: 1px solid #e5e5e5;
}
.parking-info .section-header h2 {
	font-size: 25px;
	line-height: 1.2;
	font-weight: var(--font-bold);
	letter-spacing: 0;
	color: #333333;
}
.parking-info .section-header h2 .ja {
	margin-block-start: 0.4em;
}
.parking-info .section-header .buttons {
	display: flex;
	justify-content: space-between;
	inline-size: 100%;
}
.parking-info .button-barrier-free a {
	font-size: 13px;
	block-size: 3.125em;
	border: 4px solid #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.25em 0.5em;
	color: inherit;
	text-decoration: none;
}
.parking-info .button-barrier-free a::before {
	inline-size: 1.25em;
	block-size: 1.25em;
	content: "";
	background: url("../images/common/ico_bf.svg") no-repeat center;
	background-size: 100%;
	margin-inline-end: 0.25em;
}
.parking-hall, .parking-arena {
	inline-size: 50%;
	padding: 35px 5px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	line-height: 1.35;
	position: relative;
}
.parking-arena {
	border-inline-start: 1px solid #e5e5e5;
}
.parking-hall dt, .parking-arena dt {
	font-size: 13px;
}
.parking-hall dd, .parking-arena dd {
	font-size: 34px;
	display: block;
	line-height: calc(50 / 34);
	margin-block-start: 0.15em;
	vertical-align: bottom;
	color: var(--blue);
	letter-spacing: -0.01em;
}
.parking-hall dd .slash, .parking-arena dd .slash {
	position: relative;
	inset-block-start:-0.05em;
	margin-inline:0.03em;
}
.parking-hall dd .capacity, .parking-arena dd .capacity {
	/*font-size: 67.213114754098361%;*/
	font-size: 50%;
}
.parking-hall dd .unit, .parking-arena dd .unit {
	/*font-size: 67.213114754098361%;*/
	font-size: 50%;
	margin-inline-start:-0.3em;
}
.parking-hall dd img, .parking-arena dd img {
	display: block;
	block-size:calc(50 / 34 * 1em);
	inline-size: auto;
	margin:0 auto;
	padding-top:0.1em;
}
.parking-hall .icon-live, .parking-arena .icon-live {
	position: absolute;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	inline-size: 46px;
	block-size: 16px;
	background: url("../images/common/ico_live.svg") no-repeat center;
	background-size: 100%;
	overflow: hidden;
	color: var(--white);
	font-size: 14px;
	text-indent: -9999px;
}
@media screen and (min-width: 941px), print {
	section.parking-info {
		max-inline-size: 862px;
		margin-inline: max(4vw, calc(calc(100% - 862px) / 2));
	}
	.parking-info .section-header {
		inline-size: 48%;
		padding: 15px 25px;
		border-block-end: none;
	}
	.parking-info .section-header h2 {
		font-size: 28px;
	}
	.parking-hall, .parking-arena {
		inline-size: 26%;
		border-inline-start: 1px solid #e5e5e5;
	}
	.parking-hall dd, .parking-arena dd {
		font-size: 39px;
	}
}
@media screen and (min-width: 1232px), print {
	section.parking-info {
		inline-size: 81%;
		max-inline-size: 1277px;
		margin: 64px auto;
	}
	.parking-info .section-header {
		padding: 35px 46px;
	}
	.parking-info .section-header h2 {
		font-size: 28px;
	}
	.parking-info .button-barrier-free a {
		font-size: 16px;
		block-size: 3em;
	}
	.parking-hall, .parking-arena {
		padding: 58px 8px 20px;
	}
	.parking-hall dt, .parking-arena dt {
		font-size: 18px;
	}
	.parking-hall dd, .parking-arena dd {
		font-size: 52px;
	}
	.parking-hall .icon-live, .parking-arena .icon-live {
		inset-block-start: 20px;
		inset-inline-end: 25px;
		inline-size: 46px;
		block-size: 16px;
	}
}
@media screen and (min-width: 1612px) {
	section.parking-info {
		margin: 64px auto;
	}
}
@media (forced-colors: active) {
	section.parking-info {
		border: 1px solid currentColor;
	}
	.parking-info .button-barrier-free a {
		border-width: 1px;
	}
}
/* TODAY'S EVENT */
section.todays-event {
	margin: var(--y-margin-tp) var(--x-margin);
	position: relative;
}
section.todays-event .section-body {
	background-color: var(--white);
	border-radius: var(--rad-s);
	position: relative;
}
section.todays-event .event-image {
	border-radius: var(--rad-s) var(--rad-s) 0 0;
	overflow: hidden;
}
section.todays-event .event-image img {
	inline-size: 100%;
}
section.todays-event .event-info {
	padding: 15px 15px;
	position: relative;
}
section.todays-event .event-place {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 15px;
}
section.todays-event .event-title-group {
	font-size: 19px;
	line-height: 1.4;
	margin: 15px 0;
	font-feature-settings: 'palt';
}
section.todays-event .event-title {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 6%;
	font-weight: var(--font-medium);
	margin: 0;
}
section.todays-event .title-sub {
	font-size: 16px;
	margin-block-start: 0.15em;
	font-weight: var(--font-medium);
}
section.todays-event .event-data {
	font-size: 14px;
	line-height: 1.7;
	margin-block-start: 1em;
}
section.todays-event .event-data dt {
	float: inline-start;
	margin-inline-end: 0.5em;
}
section.todays-event .event-footnote {
	font-size: 13px;
	color: #808080;
	margin-block-start: 0.5em;
}
section.todays-event .event-contact {
	border: 4px solid #f1f1f1;
	padding: 10px 15px;
	margin-block-start: 20px;
}
section.todays-event .event-contact dt {
	font-size: 12px;
}
section.todays-event .event-contact dd {
	font-size: 14px;
	margin-block-start: 0.25em;
}
section.todays-event .event-contact .tel {
	font-size: 18px;
	margin-block-start: 0.25em;
	color: var(--green);
}
section.todays-event .concert-schedule {
	margin-block-start: var(--y-margin-s);
}
@media screen and (min-width: 1232px), print {
	section.todays-event {
		inline-size: calc(100% - 60px);
		max-inline-size: 1580px;
		margin: 100px auto;
	}
	section.todays-event .section-body {
		display: flex;
		background-color: var(--white);
		border-radius: var(--rad-s);
	}
	section.todays-event .event-item {
		display: flex;
		/*width: calc(100% - 238px);*/
		flex: 1 1 auto;
	}
	section.todays-event .event-image {
		/*width: 520px;*/
		block-size: 100%;
		flex: 0 0 auto;
		inline-size: 60%;
		border-radius: var(--rad-s) 0 0 var(--rad-s);
		overflow: hidden;
	}
	section.todays-event .event-image img {
		inline-size: 100%;
		block-size: 100%;
		object-fit: cover;
	}
	section.todays-event .event-info {
		inline-size: calc(100% - 495px);
		flex: 1 1 auto;
		/*padding: 36px 48px;*/
		padding: 28px 38px;
		position: relative;
	}
	section.todays-event .event-place {
		font-size: 17px;
		margin: 0 0 15px;
	}
	section.todays-event .event-title-group {
		font-size: 31px;
		margin: 15px 0;
	}
	section.todays-event .event-title {
		font-size: inherit;
		line-height: inherit;
		letter-spacing: 6%;
		font-weight: var(--font-medium);
		margin: 0;
	}
	section.todays-event .title-sub {
		font-size: 26px;
		margin-block-start: 0.15em;
	}
	section.todays-event .event-data {
		font-size: 17px;
	}
	section.todays-event .event-footnote {
		font-size: 14px;
		margin-block-start: 0.5em;
	}
	section.todays-event .event-contact {
		inline-size: 312px;
	}
	section.todays-event .event-contact dt {
		font-size: 13px;
	}
	section.todays-event .event-contact dd {
		font-size: 15px;
		margin-block-start: 0.25em;
	}
	section.todays-event .event-contact .tel {
		font-size: 18px;
		margin-block-start: 0.25em;
	}
	section.todays-event .concert-schedule {
		margin-block-start: 30px;
		position: absolute;
		inset-block-start: 0;
		inset-inline-end: 0;
	}
}
@media screen and (min-width: 1612px) {
	section.todays-event .event-image {
		inline-size: 495px;
	}
	section.todays-event .event-info {
		padding: 36px 48px;
	}
	section.todays-event .event-contact {
		position: absolute;
		inset-block-end: 36px;
		inset-inline-end: 48px;
		padding: 10px 15px;
		inline-size: 312px;
	}
}
section.todays-event .event-date {
	align-items: center;
	justify-content: center;
	display: flex;
	font-weight: 600;
	line-height: 1.4;
	position: absolute;
	inset-block-start: -75px;
	inset-inline-end: 0;
	background-color: var(--white);
	padding: 8px 13px;
	border-radius: var(--rad-s);
}
section.todays-event .section-body:not(:nth-of-type(1)) .event-date {
	display: none;
}
section.todays-event .event-date .year, section.todays-event .event-date .dow {
	font-size: 11px;
	color: var(--text-color);
	letter-spacing: 6%;
	display: none;
}
section.todays-event .event-date .date {
	display: flex;
	font-size: 18px;
	color: var(--blue);
}
section.todays-event .event-date .month {
	position: relative;
	margin-inline-end: 0.2em;
	display: inline-block;
}
section.todays-event .event-date .day {
	position: relative;
	display: inline-block;
	padding-block-start: 1em;
}
section.todays-event .event-date .month::after {
	content: "";
	inline-size: 2.45em;
	block-size: 1px;
	background-color: #cbcbcb;
	position: absolute;
	inset-block-start: 0.4em;
	inset-inline-end: -0.9em;
	transform: rotate(-45deg);
	transform-origin: 100% 0;
}
section.todays-event .event-date .dow {
	text-align: end;
}
@media screen and (min-width: 1232px), print {
	section.todays-event .section-body:not(:nth-of-type(1)) .event-date {
		display: block;
	}
	section.todays-event .section-body:not(:last-child) {
		margin-block-end: 30px;
	}
	section.todays-event .event-date {
		border-inline-start: 1px solid #e5e5e5;
		inline-size: calc(238px * 0.7);
		flex: 0 0 auto;
		position: static;
	}
	section.todays-event .event-date .year, section.todays-event .event-date .dow {
		font-size: calc(18px * 0.8);
		display: block;
	}
	section.todays-event .event-date .date {
		font-size: calc(60.8px * 0.8);
	}
}
@media screen and (min-width: 1612px) {
	section.todays-event .event-date {
		inline-size: 238px;
	}
	section.todays-event .event-date .year, section.todays-event .event-date .dow {
		font-size: 18px;
	}
	section.todays-event .event-date .date {
		font-size: 60.8px;
	}
}
section.todays-event .event-alert .alert-message {
	font-size: 18px;
	line-height: 1.7;
	margin-block-start: 1em;
	color: #ff5971;
	font-weight: var(--font-bold);
	border: #ff5971 2px solid;
	padding: 5px 10px;
	margin: 1em 0 1em;
}
@media screen and (min-width: 1232px), print {
	section.todays-event .event-alert .alert-message {
		font-size: 20px;
		line-height: 1.7;
		border: #ff5971 2px solid;
		padding: 5px 15px;
	}
}
/* WHAT'S NEW */
section.whats-new {
	margin: var(--y-margin-tp) var(--x-margin);
}
section.whats-new .section-body {
	background-color: var(--white);
	border-radius: var(--rad-s);
}
#page.page-home section.whats-new .section-body {
	overflow-y: auto;
	max-block-size: 340px;
}
section.whats-new .button-show-detail {
	margin: var(--y-margin-s) 0 0;
}
section.whats-new .section-header {
	margin-block-end: var(--y-margin-m);
}
@media screen and (min-width: 1232px), print {
	section.whats-new {
		margin: 100px var(--x-margin);
		display: flex;
	}
	section.whats-new .section-header {
		inline-size: 495px;
	}
	section.whats-new .section-body {
		flex: 1 1 auto;
	}
	#page.page-home section.whats-new .section-body {
		max-block-size: 362px;
	}
	section.whats-new .section-header {
		inline-size: 350px;
	}
	section.whats-new .button-show-detail {
		margin: 40px 0 0;
	}
	section.whats-new .section-header {
		margin-block-end: 0;
	}
}
.article-list {
	padding: 20px 0;
	position: relative;
}
.article-list li {
	border-block-end: 1px solid #e5e5e5;
}
.article-list::after {
	content: "";
	inline-size: 100%;
	block-size: 1px;
	background-color: var(--white);
	position: absolute;
	inset-block-end: 20px;
	inset-inline-start: 0;
}
.article-list li a {
	padding: 10px 15px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: inherit;
}
.article-list .article-title {
	transition: color 200ms;
}
@media (any-hover: hover) {
	.article-list a:hover .article-title {
		color: var(--blue);
		text-decoration: underline;
	}
}
.article-list .article-header {
	display: flex;
	align-items: center;
	margin-block-end: 0.5em;
	gap: 1em;
}
.article-list .article-header .article-date {
	color: #666666;
}
.article-list .article-header .category {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0.1em;
	inline-size: 5.6em;
	text-align: center;
	display: block;
	background-color: var(--blue);
	color: var(--white);
	font-feature-settings: 'palt';
	font-weight: var(--font-medium);
}
.article-list li.label-cat1 .category {
	background-color: #0284d3;
}
.article-list li.label-cat2 .category {
	background-color: #43c5bc;
}
.article-list li.label-cat3 .category {
	background-color: #f88575;
}
.article-list .article-header .icon-new {
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid;
	line-height: 1.5;
	padding: 0 0.8em;
	display: block;
	border-radius: calc(0.8em + 1px);
	background-color: var(--white);
	color: #ff5971;
	font-weight: var(--font-medium);
	letter-spacing: 2%;
}
@media screen and (min-width: 1232px), print {
	.article-list {
		padding: 20px 0;
	}
	.article-list::after {
		inset-block-end: 20px;
	}
	.article-list li a {
		padding: 20px 60px;
		font-size: 15px;
	}
	.article-list .article-header {
		margin-block-end: 1em;
	}
	.article-list .article-header .category, .article-list .article-header .icon-new {
		font-size: 13px;
	}
}
.whats-new .cat-selecter {
	font-size: 15px;
	margin-block-start: var(--y-margin-s);
}
.whats-new .cat-selecter ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 1.2em;
}
.whats-new .cat-selecter button {
	background-color: transparent;
	padding: 0 0.8em 0 0;
	font-size: 14px;
	transition: color 200ms;
	position: relative;
}
.whats-new .cat-selecter li button.selected {
	font-weight: var(--font-bold);
	color: var(--blue);
}
.whats-new .cat-selecter li button.selected::after {
	content: "";
	display: block;
	inline-size: 0.6em;
	aspect-ratio: 1 / 0.6;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: var(--blue);
	position: absolute;
	inset-block-start: calc(50% - 0.18em);
	inset-inline-end: 0;
	margin-inline-start: 0.5em;
}
@media (any-hover: hover) {
	.whats-new .cat-selecter li button:hover {
		color: var(--blue);
	}
}
@media screen and (min-width: 1232px), print {
	.whats-new .cat-selecter {
		font-size: 15px;
		margin-block-start: 40px;
	}
	.whats-new .cat-selecter ul {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.whats-new .cat-selecter li {
		inline-size: auto;
	}
	.whats-new .cat-selecter button {
		font-size: 15px;
	}
	.whats-new .cat-selecter li button.selected::after {
		inline-size: 0.36em;
		aspect-ratio: 0.6 / 1;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		background-color: var(--blue);
		inset-block-start: calc(50% - 0.27em);
		inset-inline-end: 0;
		margin-inline-start: 0.5em;
	}
}
/* 下層ページはページングをするのでリンク */
.whats-new .cat-selecter a {
	background-color: transparent;
	padding: 0 0.8em 0 0;
	font-size: 14px;
	transition: color 200ms;
	position: relative;
	text-decoration: none;
	color: black;
}
.whats-new .cat-selecter li a.selected {
	font-weight: var(--font-bold);
	color: var(--blue);
}
.whats-new .cat-selecter li a.selected::after {
	content: "";
	display: block;
	inline-size: 0.6em;
	aspect-ratio: 1 / 0.6;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: var(--blue);
	position: absolute;
	inset-block-start: calc(50% - 0.18em);
	inset-inline-end: 0;
	margin-inline-start: 0.5em;
}
@media (any-hover: hover) {
	.whats-new .cat-selecter li a:hover {
		color: var(--blue);
	}
}
@media screen and (min-width: 1232px), print {
	.whats-new .cat-selecter a {
		font-size: 15px;
	}
	.whats-new .cat-selecter li a.selected::after {
		inline-size: 0.36em;
		aspect-ratio: 0.6 / 1;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		background-color: var(--blue);
		inset-block-start: calc(50% - 0.27em);
		inset-inline-end: 0;
		margin-inline-start: 0.5em;
	}
}
/* 下層ページのページング */
.whats-new .pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	padding: 10px;
}
.whats-new .pagination a {
	color: #007bff;
	text-decoration: none;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.whats-new .pagination .current-page {
	padding: 8px 12px;
	color: var(--white);
	background-color: #007bff;
	border-radius: 4px;
	border: 1px solid #007bff;
}
@media (any-hover: hover) {
	.whats-new .pagination a:hover {
		background-color: #007bff;
		color: var(--white);
	}
}
/* ナビ項目 */
.content-nav {
	background-color: var(--white);
	padding: var(--y-margin-tp) var(--x-margin);
}
.nav-list {
	display: flex;
	gap: 40px 0;
	flex-direction: column;
}
.nav-list li {
	position: relative;
	inline-size: 100%;
}
nav.content-nav .arrow {
	display: block;
	position: absolute;
	inline-size: 40px;
	aspect-ratio: 1;
	inset-block-end: -22px;
	inset-inline-end: 15px;
	border-radius: 50%;
	background: var(--theme-color) url("../images/common/arr_a-r.svg") center / 34% no-repeat;
}
nav.content-nav .image {
	border-radius: var(--rad-s);
	overflow: hidden;
}
nav.content-nav a {
	color: var(--text-color);
	text-decoration: none;
}
nav.content-nav a .image img {
	transition: scale 400ms, opacity 400ms;
	aspect-ratio: 762 / 325;
	object-fit: cover;
}
nav.content-nav a .arrow {
	transition: scale 400ms;
}
@media (any-hover: hover) {
	nav.content-nav a:hover .image img {
		scale: 1.1;
		opacity: 0.7;
	}
	nav.content-nav a:hover .arrow {
		scale: 1.2;
	}
}
@media screen and (min-width: 768px), print {
	.nav-list {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 4%;
		flex-direction: row;
	}
	.nav-list li {
		inline-size: calc(calc(100% - 4%) / 2);
	}
}
@media screen and (min-width: 1232px), print {
	.nav-list {
		gap: 80px 3.5443038%;
	}
	.arena-top-content-link2 a .arrow {
		inline-size: 44px;
		inset-block-end: -22px;
		inset-inline-end: 30px;
	}
	nav.content-nav a .image img {
		aspect-ratio: auto;
		object-fit: fill;
	}
	.content-nav1 .nav-list {
		gap: 80px 3.5443038%;
	}
	.content-nav1 .nav-list li {
		inline-size: calc(calc(100% - 3.5443038%) / 2);
	}
	.content-nav2 .nav-list {
		gap: 80px 3.00632911%;
	}
	.content-nav2 .nav-list li {
		inline-size: calc(calc(100% - 3.00632911% * 2) / 3);
	}
}
/* 敷地案内図 */
.floor-guide {
	position: relative;
	padding: 0;
	background-color: #f0f0f0;
}
.floor-guide h2 {
	position: absolute;
	inset-block-start: 20px;
	inset-inline-start: var(--x-margin);
	background-color: var(--white);
	z-index: 1;
	padding: 0.08em 0.6em 0.4em;
}
.floor-guide h2::after {
	content: "";
	position: absolute;
	inset-block-end: 0.08em;
	inset-inline-start: 0;
	block-size: 0.08em;
	inline-size: 100%;
	background-color: var(--theme-color);
	display: block;
}
.floor-guide .section-body .figure {
	overflow: hidden;
}
.floor-guide .floor-guide-nav {
	padding: var(--y-margin-m) 15px var(--y-margin-tp);
}
.floor-guide .floor-guide-list {
	font-size: 13px;
	line-height: 1.5;
}
.floor-guide .floor-guide-list li {
	display: flex;
	margin-block-end: 0.75em;
}
.floor-guide .floor-guide-list li.heading {
	margin: 40px 0 15px;
	font-size: 115%;
	font-weight: var(--font-bold);
}
.floor-guide .floor-guide-list .logo {
	block-size: 26px;
	display: block;
}
.floor-guide .floor-guide-list .logo img {
	block-size: 100%;
	inline-size: auto;
}
.floor-guide .floor-guide-list .alpha {
	font-size: 100%;
	font-weight: var(--font-medium);
	inline-size: 1.35em;
	block-size: 1.35em;
	line-height: 1.25em;
	background-color: var(--theme-color);
	color: var(--white);
	text-align: center;
	border-radius: 3px;
	flex: 0 0 auto;
	margin-inline-end: 0.5em;
	margin-block-start: 0.15em;
}
.floor-guide .floor-guide-list .heading .alpha {
	margin-block-start: 0.2em;
}
.floor-guide .floor-guide-list li a {
	white-space: nowrap;
	color: inherit;
}
.floor-guide .button-show-detail {
	margin-block-start: 3.5em;
}
.floor-guide .floor-guide-list li:first-child {
	margin-block-start: 0;
}
@media screen and (min-width: 1232px), print {
	.floor-guide {
		position: relative;
		padding: 40px var(--x-margin);
	}
	.floor-guide h2 {
		inset-block-start: 40px;
		inset-inline-start: var(--x-margin);
	}
	.floor-guide .section-body {
		display: flex;
	}
	.floor-guide .section-body .figure {
		inline-size: 65%;
		overflow: auto;
	}
	.floor-guide .floor-guide-nav {
		inline-size: 35%;
		padding-inline-start: 60px;
		padding-block-end: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.floor-guide .floor-guide-list {
		font-size: 15px;
		line-height: 1.5;
	}
	.floor-guide .floor-guide-list li {
		display: flex;
		margin-block-end: 0.75em;
	}
	.floor-guide .floor-guide-list li.heading {
		margin: 50px 0 15px;
		font-size: 20px;
		font-weight: var(--font-bold);
	}
	.floor-guide .floor-guide-list .logo {
		block-size: 32px;
		display: block;
	}
	.floor-guide .floor-guide-list .logo img {
		block-size: 100%;
		inline-size: auto;
	}
	.floor-guide .floor-guide-list .heading .alpha {
		margin-block-start: 0.15em;
	}
	.floor-guide .floor-guide-list li a {
		white-space: nowrap;
		color: inherit;
	}
	.floor-guide .button-show-detail {
		margin-block-start: 3.5em;
	}
}
@media (forced-colors: active) {
	.floor-guide .floor-guide-list .alpha {
		forced-color-adjust: none;
	}
}
/* 広告バナー */
.sponsor {
	padding: 35px var(--x-margin) 45px;
}
.sponsor-list {
	display: flex;
	gap: 25px 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.sponsor-list li {
	inline-size: calc(calc(100% - 20px) / 2);
}
.sponsor-list a {
	text-decoration: none;
	color: inherit;
}
.sponsor-caption {
	font-size: 13px;
	margin-block-start: 8px;
	display: block;
}
.global-footer {
	margin-block-start: 0;
}
@media (any-hover: hover) {
	.sponsor-list a:hover {
		opacity: 0.75;
	}
}
@media screen and (min-width: 768px), print {
	.sponsor {
		padding-block-start: 40px;
		padding-block-end: 55px;
	}
	.sponsor-list {
		gap: 25px 30px;
	}
	.sponsor-list li {
		inline-size: calc(calc(100% - 30px * 2) / 3);
	}
}
@media screen and (min-width: 1232px), print {
	.sponsor {
		padding-block-start: 65px;
		padding-block-end: 75px;
	}
	.sponsor-list {
		gap: 22px;
	}
	.sponsor-list li {
		inline-size: calc((100% - 22px * 4) / 5);
	}
	.sponsor-caption {
		font-size: 14px;
		margin-block-start: 12px;
	}
}
@media print {
	.slick-track {
		transform: none !important;
		width: 100% !important;
	}
	.slick-initialized .slick-slide:not(#slick-slide00) {
		display: none !important;
	}
}