﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap');


/* 共通
------------------------------*/
html {
	font-size: 62.5%;
	font-feature-settings: "palt" 1;
}

body {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Hiragino Kaku Gothic Pro", Meiryo,'sans-serif';
	font-display: swap;
	line-height: 1;
	color: #1f1f1f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

main {
	padding-top: 11.9rem;
}
@media (max-width: 1280px) {
	main {
		padding-top: 9.296875vw;
	}
}
@media (max-width: 640px) {
	main {
		padding-top: 18.128vw;
	}
}

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

a {transition: all .3s ease-in-out;}
a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

em, strong, span, b {font-weight: inherit;line-height: inherit;color: inherit}
.blockContents {display: block;}


.__wrap {
	background: #171922;
}
.__contents {
	max-width: 100%;
	width: 100%;
	padding: 15rem 1rem;
	box-sizing: border-box; 
}
@media (max-width: 1280px) {
	.__contents {
		padding: 11.71875vw 1rem;
	}
}
@media (max-width: 640px) {
	.__contents {
		padding: 18.66vw 2rem;
	}
}

.__contents .__inner {
	max-width: 98rem;
	width: 100%;
	margin: 0 auto;
}

.__title {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc(120 / 1000 * 1em);
	text-align: center;
	color: #000;
	margin-bottom: 3.5rem;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 1rem;
}
@media (max-width: 1280px) {
	.__title {
		font-size: 2.734375vw;
	}
}
@media (max-width: 640px) {
	.__title {
		font-size: 4.8vw;
		margin-bottom: 1em;
	}
}

.__title small {
	font-size: 60%;
}
@media (max-width: 640px) {
	.__title small {
		font-size: 80%;
	}
}

.sp_br {
	display: none;
}
@media (max-width: 640px) {
	.sp_br {
		display: block;
	}
}

/* header
------------------------------*/

header {
	width: 100%;
	background: #000;
	padding: 3rem 6rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
@media (max-width: 1280px) {
	header {
		padding: 2.34375vw 4.6875vw;
	}
}
@media (max-width: 640px) {
	header {
		padding: 2rem;
	}
}

header .__inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .__logo {
	max-width: 38.7rem;
	width: 100%;
	height: 5.9rem;
	flex-shrink: 0;
}
@media (max-width: 1280px) {
	header .__logo {
		max-width: 30.234375vw;
		height: 4.609375vw;
	}
}
@media (max-width: 640px) {
	header .__logo {
		max-width: 50vw;
		height: 7.4666vw;
	}
}

header .__list {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .__list li {
	padding: 0 2rem;
	box-sizing: border-box;
	position: relative;
}

header .__list li::after {
	content: '';
	width: 2px;
	height: 2rem;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

header .__list li:last-child:after {
	content: none;
}

header .__list li a {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc(150 / 1000 * 1em);
	text-align: center;
	color: #fff;
}
@media (max-width: 1280px) {
	header .__list li a {
		font-size: 1.25vw;
	}
}

header .__menu {display: none;}
@media (max-width: 768px) {
	header .__menu {
		max-width: 3rem;
		width: 100%;
		height: 2.25rem;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: .75rem;
		aspect-ratio: 1;
		transition: all .3s ease-in-out;
	}

	header .__menu.is-active {
		transform: rotate(360deg);
	}

	header .__menu span {
		width: 100%;
		height: 3px;
		background: #fff;
		transition: all .3s ease-in-out;
	}

	header .__menu.is-active span {
		position: absolute;
	}

	header .__menu.is-active span:nth-child(1) {
		transform: rotate(45deg);
	}

	header .__menu.is-active span:nth-child(2) {
		width: 0;
	}

	header .__menu.is-active span:nth-child(3) {
		transform: rotate(-45deg);
	}

	header .__list {
		width: 100%;
		height: 100%;
		background: #000000AA;
		padding: 2rem;
		box-sizing: border-box;
		flex-direction: column;
		justify-content: start;
		position: fixed;
		top: 18.128vw;
		right: 0;
		z-index: 10;
		transform: translateX(100%);
		transition: all .3s ease-in-out;
	}

	header .__list li {
		width: 100%;
		padding: 0;
	}

	header .__list li::after {
		content: none;
		/* width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: initial;
		bottom: 0;
		right: 0;
		z-index: 1; */
	}

	header .__list li a {
		width: 100%;
		font-size: 3.75vw;
		line-height: 3;
		color: #fff;
		display: block;
	}


	header .__list.is-open {
		transform: translateX(0);
	}
}


/* visual
------------------------------*/

.__visual {
	position: relative;
}
@media (max-width: 640px) {
	.__visual {
		overflow: hidden;
	}
}

.__visual .__copy {
	max-width: 15.15625vw;
	width: 100%;
	position: absolute;
	top: 3.54166vw;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 0);
}
@media (max-width: 640px) {
	.__visual .__copy {
		max-width: 30vw;
		top: 7.5vw;
	}
}

.__visual .__img {
	max-width: 192rem;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
}
@media (max-width: 640px) {
	.__visual .__img {
		max-width: none;
		width: 137.5vw;
		top: 0;
		transform: translate(-50%, -2%);
	}
	.__visual .__img img {
		object-fit: cover;
		object-position: 5.5vw;
	}
}


.scroll {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc(150 / 1000 * 1em);
	text-align: center;
	color: #fff;
	position: absolute;
	top: 75vh;
	right: 2rem;
	z-index: 9;
	writing-mode: vertical-rl;
	transform: translateY(-100%);
}
@media (max-width: 640px) {
	.scroll {
		font-size: 3.25vw;
		font-weight: 400;
		top: 92.5vw;
		right: 48%;
		transform: translate(-50%, -100%);
	}
}

.scroll::before {
	animation: scroll 2s infinite;
	background-color: #fff;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}

@media (max-width: 640px) {
	.scroll::before {
		bottom: -5.5rem;
		height: 4.75rem;
	}
}

@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}



/* news
------------------------------*/

#news {
	/* max-width: 134rem; */
	max-width: 69.7916vw;
	width: 100%;
	background: #fff;
	padding: 5rem;
	margin: -7rem 0 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: start;
	filter: drop-shadow(0 0 .9rem #d8d8d84D);
}
@media (max-width: 1280px) {
	#news {
		max-width: 75vw;
		padding: 3.9625vw;
		margin: -5.46875vw 0 0 auto;
	}
}
@media (max-width: 640px) {
	#news {
		max-width: 90vw;
		padding: 3.9625vw;
		margin: -5.46875vw 0 0 auto;
	}
}

#news .__list {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: center;
	gap: 1.5rem;
}
@media (max-width: 640px) {
	#news .__list {
		gap: 1rem;
	}
}

#news .__list li {
	display: flex;
	align-items: baseline;
	justify-content: start;
	gap: 2rem;
}
@media (max-width: 640px) {
	#news .__list li {
		flex-wrap: wrap;
		gap: .5rem;
	}
}

#news .__day {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc(0 / 1000 * 1em);
	text-align: left;
	color: #000;
}
@media (max-width: 1280px) {
	#news .__day {
		font-size: 1.40625vw;
	}
}
@media (max-width: 640px) {
	#news .__day {
		font-size: 3.25vw;
		font-weight: 500;
	}
}

#news .__tag {
	width: 7.85em;
	height: 1.71em;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc(0 / 1000 * 1em);
	text-align: center;
	color: #000;
	background: #e7e7e6;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1280px) {
	#news .__tag {
		font-size: 1.09375vw;
	}
}
@media (max-width: 640px) {
	#news .__tag {
		font-size: 3.25vw;
		font-weight: 500;
	}
}

#news .__tag[data="new"] {
	background: #fffd79;
}

#news .__data {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: calc(120 / 1000 * 1em);
	text-align: left;
	color: #000;
}
@media (max-width: 1280px) {
	#news .__data {
		font-size: 1.40625vw;
	}
}
@media (max-width: 640px) {
	#news .__data {
		width: 100%;
		font-size: 3.25vw;
		line-height: 1.5;
	}
}

#news .__data a {
	text-decoration: underline;
	text-underline-offset: .45em;
}

/* HALLOWEEN
------------------------------*/

#halloween {
	padding:10rem 0 0;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1280px) {
	#halloween {
		padding:10rem 1rem 0;
	}
}
@media (max-width: 640px) {
	#halloween {
		padding:10rem 2rem 0;
	}
}


/* about
------------------------------*/

#about {
	background: #171922;
}

#about .__title {
	max-width: 71.2rem;
	width: 100%;
	margin: 0 auto 6rem;
}
@media (max-width: 1280px) {
	#about .__title {
		max-width: 55.625vw;
		margin: 0 auto 4.6875vw;
	}
}
@media (max-width: 640px) {
	#about .__title {
		max-width: 80vw;
		margin: 0 auto 5vw;
	}
}

#about .__text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.944;
	letter-spacing: calc(120 / 1000 * 1em);
	text-align: center;
	color: #fff;
}
@media (max-width: 1280px) {
	#about .__text {
		font-size: 1.40625vw;
	}
}
@media (max-width: 640px) {
	#about .__text {
		font-size: 3.55vw;
	}
}

#about iframe {
	/* max-width: 80rem; */
	width: 100%;
	height: auto;
	margin: 0 auto 15rem;
	aspect-ratio: 560 / 315;
}
@media (max-width: 1280px) {
	#about iframe {
		margin: 0 auto 11.71875vw;
	}
}
@media (max-width: 640px) {
	#about iframe {
		margin: 0 auto 18.66vw;
	}
}


/* exhibition
------------------------------*/

#exhibition {
	background: 
		#000 url(../images/about_bg.png) center top / 100% no-repeat
	;
	padding: 30rem 1rem;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1280px) {
	#exhibition {
		padding: 23.4375vw 1rem;
	}
}
@media (max-width: 640px) {
	#exhibition {
		background: 
			#000 url(../images/sp_about_bg.png) center top / 100% no-repeat
		;
		padding: 45.33vw 0 0;
	}
}

#exhibition::before {
	content: '';
	width: 43.125vw;
	height: 34.27vw;
	background: url(../images/about_item01.png) center / 100% no-repeat;
	position: absolute;
	top: 4.5rem;
	right: -8.020833vw;
	z-index: 1;
}
@media (max-width: 640px) {
	#exhibition::before {
		content: '';
		width: 76.533vw;
		height: 53.33vw;
		top: 1.5rem;
		right: -26.266vw;
	}
}

#exhibition::after {
	content: '';
	width: 18.75vw;
	height: 22.3232vw;
	background: url(../images/about_item02.png) center / 100% no-repeat;
	position: absolute;
	top: 18.229166vw;
	left: 6.6vw;
	z-index: 1;
}
@media (max-width: 640px) {
	#exhibition::after {
		content: '';
		width: 30.93vw;
		height: 37.733vw;
		top: 142.53vw;
		left: 10.66vw;
	}
}

#exhibition .__inner {
	position: relative;
	z-index: 2;
}

@media (max-width: 1280px) {
	#exhibition .__inner {
		max-width: 76.5625vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__inner {
		max-width: 100%;
	}
}

#exhibition .__title {
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: calc(180 / 1000 * 1em);
	text-align: center;
	color: #fff;
	margin: 0 auto 6rem;
	flex-direction: column;
	align-items: center;
	justify-self: center;
	gap: 6rem;
}
@media (max-width: 1280px) {
	#exhibition .__title {
		font-size: 3.125vw;
		margin: 0 auto 4.6875vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__title {
		font-size: 5.33vw;
		margin: 0 auto 12vw;
		gap: 4.8vw;
	}
}

#exhibition .__title img {
	max-width: 75.8rem;
	height: 15.3rem;
}
@media (max-width: 1280px) {
	#exhibition .__title img {
		max-width: 59.21875vw;
		height: 11.953125vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__title img {
		max-width: 74.933vw;
		height: 15.066vw;
	}
}

#exhibition .__text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.944;
	letter-spacing: calc(120 / 1000 * 1em);
	text-align: center;
	color: #fff;
}
@media (max-width: 1280px) {
	#exhibition .__text {
		font-size: 1.40625vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__text {
		font-size: 3.55vw;
	}
}

#exhibition .__block {
	margin: 18.5rem 0 0;
}
@media (max-width: 1280px) {
	#exhibition .__block {
		margin: 14.453125vw 0 0;
	}
}
@media (max-width: 640px) {
	#exhibition .__block {
		margin: 53vw 0 0;
	}
}

#exhibition .__list {
	position: relative;
}

#exhibition .__list .slick-list li {
	background: bottom -4.6875vw center / cover no-repeat;
	padding: 9rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3.5rem;
	position: relative;
}
@media (max-width: 1280px) {
	#exhibition .__list .slick-list li {
		padding: 7.03125vw;
		gap: 2.734375vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__list .slick-list li {
		height: auto;
		background: top 1rem center / 184.4vw no-repeat;
		padding: 20vw 13.33vw 33.33vw;
		flex-direction: column;
		gap: 6.66vw;
	}
}

#exhibition .__list .slick-list li::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	backdrop-filter: blur(22px);
}

#exhibition .__list .slick-list li > * {
	position: relative;
	z-index: 1;
}

#exhibition .__img {
	max-width: 39rem;
	width: 100%;
}
@media (max-width: 1280px) {
	#exhibition .__img {
		max-width: 30.46875vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__img {
		max-width: 72.8vw;
	}
}

#exhibition .__lead {}
@media (max-width: 640px) {
	#exhibition .__lead {
		max-width: 72.8vw;
		width: 100%;
	}
}

#exhibition .__subtitle {
	font-size: 6rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: calc(200 / 1000 * 1em);
	text-align: left;
	color: #fff;
	margin-bottom: 1.75rem;
}
@media (max-width: 1280px) {
	#exhibition .__subtitle {
		font-size: 4.6875vw;
		margin-bottom: 1.3671875vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__subtitle {
		font-size: 12vw;
		text-align: center;
		margin-bottom: 5.066vw;
	}
}

#exhibition .__subtitle + .__text {
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: calc(220 / 1000 * 1em);
	text-align: left;
}
@media (max-width: 1280px) {
	#exhibition .__subtitle + .__text {
		font-size: 1.71875vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__subtitle + .__text {
		font-size: 3.2vw;
	}

	#exhibition .__subtitle + .__text span.blockContents {
		display: inline;
	}
}

#exhibition .__subtitle + .__text small {
	font-size: 75%;
}

#exhibition .__arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
@media (max-width: 640px) {
	#exhibition .__arrow {
		top: 50.66vw;
	}
}

#exhibition .__arrow:hover {
	opacity: .8;
}

#exhibition .__arrow::before {
	content: '';
	width: 7.1rem;
	height: 14.1rem;
	background: url(../images/arrow.png) center / 100% no-repeat;
	display: block;
}
@media (max-width: 1280px) {
	#exhibition .__arrow::before {
		width: 5.546875vw;
		height: 11.015625vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__arrow::before {
		width: 6.133vw;
		height: 12.133vw;
	}
}

#exhibition .__arrow.arrow-prev {
	left: -4rem;
	transform: translate(-100%, -50%);
}
@media (max-width: 1280px) {
	#exhibition .__arrow.arrow-prev {
		left: -3.125vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__arrow.arrow-prev {
		left: 4vw;
		transform: none;
	}
}

#exhibition .__arrow.arrow-prev::before {
	transform: scale(-1 , 1);
}

#exhibition .__arrow.arrow-next {
	right: -4rem;
	transform: translate(100%, -50%);
}
@media (max-width: 1280px) {
	#exhibition .__arrow.arrow-next {
		right: -3.125vw;
	}
}
@media (max-width: 640px) {
	#exhibition .__arrow.arrow-next {
		right: 4vw;
		transform: none;
	}
}


/* gallery
------------------------------*/

#gallery {
	background: #f4f4f4;
}

@media (max-width: 1280px) {
	#gallery .__inner {
		max-width: 76.5625vw;
	}
}
@media (max-width: 640px) {
	#gallery .__inner {
		max-width: 100%;
	}
}

#gallery .__title {
	margin: 0 auto 6.5rem;
}
@media (max-width: 1280px) {
	#event .__title {
		margin: 0 auto 5.078125vw;
	}
}

#gallery .__list {
	display: flex;
	/* flex-wrap: wrap;
	align-items: start;
	justify-content: center;
	gap: 1.2rem; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    column-gap: 1.2em;
    row-gap: 1.2em;
}
@media (max-width: 640px) {
	#gallery .__list {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 1.2rem;
	}
}

#gallery .__list li {
	/* max-width: calc((100% - 1.2rem * 3) / 4); */
	width: 100%;
	border-radius: 1rem;
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	gap: 1.2rem;
	overflow: hidden;
}
@media (max-width: 640px) {
	#gallery .__list li {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		/* max-width: calc((100% - 1.2rem * 1) / 2); */
	}
}

#gallery .__list li:nth-child(2),
#gallery .__list li:nth-child(4) {
	padding-top: 20%;
}
@media (max-width: 640px) {
	#gallery .__list li:nth-child(even) {
		padding-top: 0;
	}
}

#gallery .__list a {
	border-radius: 1rem;
	box-sizing: border-box;
	overflow: hidden;
}

#gallery .__list video {
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1280px) {
	#gallery .__list video {
		width: 100%;
		zoom: .825;
	}
}
@media (max-width: 640px) {
	#gallery .__list video {
		height: 60vw;
		zoom: 1;
	}
}

#gallery .__list li:nth-child(1) {transition-delay: 0s;}
#gallery .__list li:nth-child(2) {transition-delay: .15s;}
#gallery .__list li:nth-child(3) {transition-delay: .3s;}
#gallery .__list li:nth-child(4) {transition-delay: .45s;}

/* #gallery .__list li a[href=""] {
	pointer-events: none;
} */

#gallery .__modal {
	width: 100%;
	height: 100%;
	background: #000000AA;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#gallery .__modal div {
	max-width: 60vw;
	/* width: 100%; */
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
	gap: 1rem;
}
@media (max-width: 640px) {
	#gallery .__modal div {
		max-width: 90vw;
	}
}

#gallery .__modal button {
	max-width: 3rem;
	width: 100%;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
}



/* event
------------------------------*/

#event {
	background: #fff;
}

@media (max-width: 1280px) {
	#event .__inner {
		max-width: 76.5625vw;
	}
}
@media (max-width: 640px) {
	#event .__inner {
		max-width: 100%;
	}
}

#event .__title {
	margin: 0 auto 6.5rem;
}
@media (max-width: 1280px) {
	#event .__title {
		margin: 0 auto 5.078125vw;
	}
}

#event .__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	gap: 3rem;
}

#event .__list div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 3.5rem;
}
@media (max-width: 640px) {
	#event .__list div {
		flex-direction: column;
		align-items: start;
		gap: 1rem;
	}
}

#event .__list div :is(dt, dd) {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.458;
	letter-spacing: calc(120 / 1000 * 1em);
	text-align: left;
	color: #000;
}
@media (max-width: 1280px) {
	#event .__list div :is(dt, dd) {
		font-size: 1.875vw;
	}
}
@media (max-width: 640px) {
	#event .__list div :is(dt, dd) {
		font-size: 3.8vw;
	}
}

#event .__list div dt {
	width: 20rem;
	height: 6rem;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
@media (max-width: 1280px) {
	#event .__list div dt {
		width: 15.625vw;
		height: 4.6875vw;
	}
}
@media (max-width: 640px) {
	#event .__list div dt {
		width: 32vw;
		height: 8vw;
	}
}

#event .__list div :is(dt, dd) small {
	font-size: 80%;
}
@media (max-width: 640px) {
	#event .__list div :is(dt, dd) small {
		font-size: 90%;
	}
}


/* price
------------------------------*/

#price {
	background: 
		#000 url(../images/price_bg.png) center top / 100% no-repeat
	;
	/* padding: 8rem 1rem; */
	position: relative;
}
@media (max-width: 1280px) {
	#price {
		padding: 6.25vw 1rem;
	}
}
@media (max-width: 1024px) {
	#price {
		background: 
			#000 url(../images/price_bg.png) center top / cover no-repeat
		;
	}
}
@media (max-width: 640px) {
	#price {
		background: 
			#040000 url(../images/sp_price_bg.png) center top / 100% no-repeat
		;
		padding: 10vw 2rem;
	}
}

#price .__inner {
	max-width: 64rem;
	width: 100%;
	margin: 0 auto;
}

#price .__title {
	color: #FFF;
	margin: 0 auto 6.5rem;
}
@media (max-width: 1280px) {
	#price .__title {
		margin: 0 auto 5.078125vw;
	}
}

#price .__list {
	margin-bottom: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}
@media (max-width: 1280px) {
	#price .__list {
		margin-bottom: 2.734375vw;
	}
}
@media (max-width: 640px) {
	#price .__list {
		margin-bottom: 8vw;
		gap: 1.5rem;
	}
}

#price .__list div {
	width: 100%;
	min-height: 9.4rem;
	text-align: center;
	border: 2px solid #FFF;
	padding: 3rem 3.5rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
@media (max-width: 1280px) {
	#price .__list div {
		min-height: 7.34375vw;
		padding: 3rem 2.734375vw;
	}
}
@media (max-width: 640px) {
	#price .__list div {
		min-height: 13vw;
		padding: 3rem 2rem;
		flex-direction: column;
		gap: 2rem;
	}
}

#price .__list div :is(dt, dd) {
	width: 100%;
}

#price .__list div dt {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc(50 / 1000 * 1em);
	text-align: left;
	color: #fff;
	flex: 1 1.5 auto;
}
@media (max-width: 1280px) {
	#price .__list div dt {
		font-size: 1.875vw;
	}
}
@media (max-width: 640px) {
	#price .__list div dt {
		font-size: 4.75vw;
	}
	#price .__list div:first-child dt {
		text-align: center;
	}
}


#price .__list div dd {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc(50 / 1000 * 1em);
	text-align: right;
	color: #fff;
}
@media (max-width: 1280px) {
	#price .__list div dd {
		font-size: 2.8125vw;
	}
}
@media (max-width: 640px) {
	#price .__list div dd {
		font-size: 7vw;
	}
}

#price .__list div :is(dt, dd) small {
	font-size: 44%;
}
@media (max-width: 640px) {
	#price .__list div :is(dt, dd) small {
		font-size: 50%;
	}
}


#price .__list div[data="repeater"] {
	background: #FFF;
}

#price .__list div[data="repeater"] :is(dt, dd) {
	color: #000;
}

/* #price .__list div[data="under3child"] {
	height: auto;
	border: none;
	justify-content: center;
	gap: 2.4rem;
}
@media (max-width: 640px) {
	#price .__list div[data="under3child"] {
		gap: 1rem;
	}
}

#price .__list div[data="under3child"] :is(dt, dd) {
	width: auto;
}

#price .__list div[data="under3child"] dd {
	font-size: 2.4rem;
}
@media (max-width: 640px) {
	#price .__list div[data="under3child"] dd {
		font-size: 4vw;
	}
} */

#price .__note {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.1875;
	letter-spacing: calc(50 / 1000 * 1em);
	text-align: left;
	color: #fff;
}
@media (max-width: 1280px) {
	#price .__note {
		font-size: 1.25vw;
	}
}
@media (max-width: 640px) {
	#price .__note {
		font-size: 3.25vw;
	}
}


/* access
------------------------------*/

#access {
	background: #fff;
	padding: 0;
}

#access.__row {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
}
@media (max-width: 640px) {
	#access.__row {
		flex-direction: column;
	}
}

#access .__inner {
	max-width: 60rem;
	padding: 15rem 1rem;
	box-sizing: border-box;
}
@media (max-width: 1280px) {
	#access .__inner {
		max-width: 50%;
		padding: 11.71875vw 1rem;
	}
}
@media (max-width: 640px) {
	#access .__inner {
		max-width: 100%;
		padding: 18.66vw 2rem;
	}
}

#access .__title {
	margin: 0 auto 5rem;
}
@media (max-width: 1280px) {
	#access .__title {
		margin: 0 auto 3.90625vw;
	}
}
@media (max-width: 640px) {
	#access .__title {
		margin: 0 auto 6vw;
	}
}

#access .__list {
	margin-bottom: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	gap: 5rem;
}
@media (max-width: 1280px) {
	#access .__list {
		margin-bottom: 1.953125vw;
		gap: 3vw;
	}
}
@media (max-width: 640px) {
	#access .__list {
		margin-bottom: 3vw;
		gap: 1.75rem;
	}
}

#access .__list div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	gap: 3rem;
}
@media (max-width: 1280px) {
	#access .__list div {
		gap: 1.5vw;
	}
}

#access .__list div dt {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.458;
	letter-spacing: calc(250 / 1000 * 1em);
	text-align: left;
	color: #000;
	border-left: 2px solid #000;
	padding-left: .5em;
	box-sizing: border-box;
}
@media (max-width: 1280px) {
	#access .__list div dt {
		font-size: 1.875vw;
	}
}
@media (max-width: 640px) {
	#access .__list div dt {
		font-size: 3.75vw;
	}
}

#access .__list div dd {
	font-size: 2.621rem;
	font-weight: normal;
	line-height: 1.458;
	letter-spacing: calc(150 / 1000 * 1em);
	text-align: left;
	color: #000;
}
@media (max-width: 1280px) {
	#access .__list div dd {
		font-size: 2.04765625vw;
	}
}
@media (max-width: 640px) {
	#access .__list div dd {
		font-size: 3.75vw;
		line-height: 1.88;
	}
}

#access .__floorMap button {
	width: 100%;
	height: 6rem;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc(250 / 1000 * 1em);
	text-align: center;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1280px) {
	#access .__floorMap button {
		height: 4.6875vw;
		font-size: 1.875vw;
	}
}
@media (max-width: 640px) {
	#access .__floorMap button {
		height: 13vw;
		font-size: 3.75vw;
	}
}

#access .__map {
	max-width: 50%;
	width: 100%;
}
@media (max-width: 640px) {
	#access .__map {
		max-width: 100%;
	}
}

#access .__map iframe {
	width: 100%;
	/* height: calc(100% - 1px); */
	height: 100%;
}
@media (max-width: 640px) {
	#access .__map iframe{
		height: 100vw;
	}
}

#access .__modal {
	width: 100%;
	height: 100%;
	background: #000000AA;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#access .__modal div {
	max-width: 60vw;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
	gap: 1rem;
}
@media (max-width: 640px) {
	#access .__modal div {
		max-width: 90vw;
	}
}

#access .__modal button {
	max-width: 3rem;
	width: 100%;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
}

#access .__modal .__img {
	width: 100%;
	margin: auto;
}



/* footer
------------------------------*/

footer {
	background: #000;
	padding: 5rem 1rem 2.5rem;
	box-sizing: border-box;
}

footer .__inner {
	max-width: 98rem;
	width: 100%;
	margin: 0 auto;
}

footer .__list {
	margin-bottom: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .__list li {
	padding: 0 2rem;
	box-sizing: border-box;
	position: relative;
}

footer .__list li::after {
	content: '';
	width: 2px;
	height: 2rem;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

footer .__list li a {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc(150 / 1000 * 1em);
	text-align: center;
	color: #fff;
}
@media (max-width: 1280px) {
	footer .__list li a {
		font-size: 1.25vw;
	}
}

footer .__external {
	width: 100%;
	border-bottom: 2px solid #FFF;
	padding-bottom: 3rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.8rem;
}

footer .__external li {
	width: 100%;
}

footer .__external li a {
	width: 100%;
	height: 12rem;
	background: #FFF;
	border-radius: 2px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .__external li:nth-child(1) a img {max-width: 20.6rem;}
footer .__external li:nth-child(2) a img {max-width: 26.7rem;filter: contrast(0) brightness(0);}

footer .copylight {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc(50 / 1000 * 1em);
	text-align: center;
	color: #FFF;
}

@media (max-width: 640px) {
	footer {
		padding: 5rem 2rem 2.5rem;
	}

	footer .__list {
		width: 100%;
		flex-direction: column;
	}

	footer .__list li {
		width: 100%;
		padding: 0;
	}

	footer .__list li::after {
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: initial;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

	footer .__list li a {
		width: 100%;
		font-size: 3.25vw;
		line-height: 3;
		color: #fff;
		text-align: left;
		padding: 0 1rem;
		display: block;
	}

	footer .__external li a {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	footer .__external li:nth-child(1) a img {max-width: 80%;}
	footer .__external li:nth-child(2) a img {max-width: 80%;}

	footer .copylight {font-size: 1rem;}
}



.js-scrolleffect {
	opacity: 0;
	transform: translateY(5rem);
	transition: all .6s ease-in-out
}

@media screen and (max-width: 640px) {
	.js-scrolleffect {
		transform: translateY(3rem)
	}
}
.js-scrolleffect.js-show {
	opacity: 1;
	transform: translateY(0)
}