@charset "UTF-8";

:root {
	--color-primary: #000;
	--color-primary-rgb: 0,0,0;
	--color-secondary: #2f1412;
	--color-secondary-rgb: 47,20,18;
	--color-contrast: #fff;
	--color-contrast-rgb: 255,255,255;
	--color-accent: #701289;
	--color-accent-rgb: 112,18,137;
	--color-accent2: #067cc1;
	--color-accent2-rgb: 6,124,193;
	--color-accent3: #fff100;
	--color-accent3-rgb: 255,241,0;
	--color-text: #fff;
	--color-text-rgb: 255,255,255;
	--transition-default: all 0.4s ease; 
	
	--orange: #ea5504;
	--green:  #00a040;
	--black:  #000000;
	--stripe: 4.5rem;
	
	--bg: #0c0c0c;
	--surface: #141414;
	--cream: #f0e8d8;
	--gold: #c9a96e;
	--gold-light: #e8d5a3;
	--text-primary: #f0e8d8;
	--text-muted: #7a7060;
	--border: rgba(201, 169, 110, 0.2);
	--film-hole: #0c0c0c;
}

/* !foundation */
/* --------------------------- */
html,body {
	font-family:'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-variant-ligatures:none;
	font-variant-ligatures:none;
}
body {
	color: var(--color-text);
	background-color: var(--color-primary);
	overflow-x: hidden;
	position: relative;
	text-align: center;
	
	&::before {
		content: "";
		display: block;
		width: 100%;
		height: 5lvh;
		background: repeating-linear-gradient(
		  90deg,
		  var(--black)  0px,
		  var(--black)  calc(var(--stripe) / 3),
		  var(--green)   calc(var(--stripe) / 3),
		  var(--green)   calc(var(--stripe) * 2 / 3),
		  var(--orange)   calc(var(--stripe) * 2 / 3),
		  var(--orange)   var(--stripe)
		);
		z-index: 100;
		position: absolute;
		top: 0;
		left: 0;
	}
	&.home::before {
		height: 100lvh;
	}
	&.home.loaded::before {
		height: 5lvh;
		transition: height 1.0s ease 0.4s;
	}
	
	&::after {
		content: "";
		display: block;
		width: 100vw;
		height: 100lvh;
		position: fixed;
		top: 0;
		left: 0;
		background: url('../imgs/body_bg.jpg') center center no-repeat;
		background-size: cover;
		z-index: -100;
		pointer-events: none;
	}
}
* {
	box-sizing: border-box;
}
a,
a img {
	color: var(--color-contrast);
	transition: all 0.4s ease;
}
a img {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited {
	color: rgva(var(--color-contrast-rgb), .8);
}
a:hover {
	color: var(--color-accent);
	text-decoration: none;	
}
a:hover img {
	opacity: 0.6;
}
a.noborder {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 100%);
	margin: 5rem auto;
	clear: both;
}
.btn,
.btn:visited {
	width: fit-content;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 1.5em 0.625em;
	color: var(--color-primary);
	background: var(--color-contrast);
	margin: 1rem auto;
	border-radius: 100vmax;
}
.btn:hover {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: var(--color-contrast);
}
label.btn {
	transition: all 0.4s ease;
	cursor: pointer;
}

/* material
--------------------------- */
.clearFloat {
	clear: both;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0.375em auto;
	text-align: center!important;
}
.sp {
	display: none;
}
.flexCont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul[class],ol[class] {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.tate {
	-webkit-font-feature-settings: 'palt' 0;
	font-feature-settings: 'palt' 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.checkEl {
	display: none;
}
/* !font */
/* --------------------------- */
.wf-noto-sans-r, body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.wf-noto-sans-m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.wf-noto-sans-b, h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.wf-shippori-min-r, .introTxt, .contTitle, .overviewTitle, .xBnr, .contSubTitle, .areaName {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.wf-shippori-min-b, .eventItemTitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.txtSdw {
	text-shadow: 0 0 40px rgba(0,0,0,.9),0 0 30px rgba(0,0,0,.9),0 0 20px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9);
}
.txtSdwMin {
	text-shadow: 0 0 20px rgba(0,0,0,.9),0 0 15px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9),0 0 5px rgba(0,0,0,.9);
}
.capsS {
	font-size: 0.8em;
}
.capsL {
	font-size: 1.666em;
}
/* !layout */
/* --------------------------- */
.inner {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 1.25rem;
}

/* !hero */
/* --------------------------- */
.heroImg {
	padding-top: 7.5lvh;
	min-height: 100lvh;
	display: flex;
	flex-direction: column;
	position: relative;
}
.heroWrap {
	flex: 1;
	display: grid;
	grid-template-columns: 40% 60%;
	position: relative;
	z-index: 1;
}
.heroMain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5lvh;
	
	translate: 75% 0;
	
	.loaded & {
		translate: 0 0;
		transition: translate 1.2s ease 3.8s;
	}
}
.eventTitle {
	order: 1;
	display: grid;
	gap: 1.5rem;
	margin: 0 auto auto;
	justify-content: center;
	
	img {
		width: auto;
		margin: 0 auto;
		
		&.eventLogo {
			aspect-ratio: 400 / 400;
			width: min(85%, 33lvh);
		}
		
		&.eventTxt {
			aspect-ratio: 366 / 108;
			max-width: 80%;
			height: 7.5lvh;
		}
	}
	
	opacity: 0;
	
	.loaded & {
		opacity: 1;
		transition: opacity 0.8s ease 2.4s;
	}
}
.eventCatch {
	order: 0;
	margin: auto auto 0;
	
	img {
		max-width: 75%;
		width: auto;
		height: 15lvh;
		aspect-ratio: 400 / 245;
	}
	
	opacity: 0;
	
	.loaded & {
		opacity: 1;
		transition: opacity 0.8s ease 1.8s;
	}
}
.heroSlide {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.main-swiper {
	padding: 0 5vw 0 0;
	width: 100%;
	.swiper-slide {
		position: relative;
		overflow: hidden;
		margin: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		box-shadow: 0 0 0 8px #fff;
	}
	
	opacity: 0;
	
	.loaded & {
		opacity: 1;
		transition: opacity 0.8s ease 4.8s;
	}
}
.swiper-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(255,255,255,0.08);
	z-index: 10;
}
.swiper-progress-bar {
	height: 100%;
	background: var(--gold);
	width: 0%;
	transition: width linear;
}

.film-strip {
	margin-top: 2.5lvh;
	position: relative;
	z-index: 1;
	background: #080808;
	overflow: hidden;
	
	opacity: 0;
	
	.loaded & {
		opacity: 1;
		transition: opacity 0.8s ease 5.2s;
	}
}
.film-holes {
	display: flex;
	align-items: center;
	height: 22px;
	padding: 0 8px;
	gap: 0;
	background: #080808;
	position: relative;
	overflow: hidden;
}
.film-holes-track {
	display: flex;
	gap: 0;
	width: max-content;
}
.film-hole {
	width: 24px;
	height: 14px;
	border-radius: 3px;
	background: #1e1e1e;
	margin: 0 10px;
	flex-shrink: 0;
}
.film-swiper-wrap {
	padding: 8px 0;
	background: #080808;
}
.film-swiper {
	width: 100%;
	padding: 0 16px;
}
.film-swiper .swiper-slide {
	line-height: 1;
	width: calc(100% / 7) !important;
	height: auto;
	aspect-ratio: 4 / 3;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid transparent;
	transition: border-color 0.3s;
}
.film-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.5) saturate(0.5) sepia(0.3);
	transition: filter 0.4s;
}

.film-swiper .swiper-slide.swiper-slide-thumb-active {
	border-color: var(--gold);
}

.film-swiper .swiper-slide.swiper-slide-thumb-active img {
	filter: brightness(0.85) saturate(1);
}
.film-swiper .swiper-slide:hover img {
	filter: brightness(0.7) saturate(0.8);
}
.film-frame-num {
	position: absolute;
	bottom: 4px;
	left: 6px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 9px;
	color: rgba(201, 169, 110, 0.6);
	letter-spacing: 0.1em;
	z-index: 2;
	pointer-events: none;
}

/* active indicator line */
.film-swiper .swiper-slide.swiper-slide-thumb-active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--gold);
}

.film-strip-border {
	height: 3px;
	background: repeating-linear-gradient(
		90deg,
		#1a1a1a 0px,
		#1a1a1a 20px,
		#080808 20px,
		#080808 30px
	);
}

.lowerHeader {
	padding: 7.5lvh 0 1rem;
	margin: 0 auto;
	backdrop-filter: blur(4px);
	background-color: rgba(var(--color-primary-rgb), .75);
}
.lowerEventTitle {
	width: fit-content;
	max-width: 20vw;
	margin: 0 auto;
}
.gNav {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 0.5rem;
	
	.lowerHeader + & {
		backdrop-filter: blur(4px);
		background-color: rgba(var(--color-primary-rgb), .75);
	}
}
ul.gNavList {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	font-size: min(5lvh, 48px);
	line-height: 1;
	font-weight: 700;
	
	li {
		--nav-border: 0.2em;
		position: relative;
		
		&::before, &::after {
			content: "";
			display: block;
			width: auto;
			height: var(--nav-border);
			aspect-ratio: 245 / 26;
			background: url('../imgs/nav_horizontal.svg') center center no-repeat;
			background-size: auto 100%;
			position: absolute;
			left: 50%;
			translate: -50% 0;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
	}
	
	a, a:visited {
		display: block;
		text-decoration: none;
		border: solid var(--nav-border) var(--color-primary);
		box-shadow: 0 0 0 1px var(--color-contrast), inset 0 0 0 2px var(--color-contrast), inset 0 0 0 4px var(--color-primary);
		background-color: var(--color-contrast);
		color: var(--color-primary);
		padding: 0.25rem 0.5rem 0.375rem;
		
		&:hover, 
		.home li:nth-of-type(1) &, 
		.exhibit-area li:nth-of-type(2) &, 
		.event li:nth-of-type(3) &, 
		.goods li:nth-of-type(4) & {
			color: var(--color-accent);
			border-color: var(--color-accent);
			background-color: var(--color-accent3);
		}
		
		&::before, &::after {
			content: "";
			display: block;
			width: var(--nav-border);
			height: auto;
			aspect-ratio: 26 / 166;
			background: url('../imgs/nav_vertical.svg') center center no-repeat;
			background-size: auto 100%;
			position: absolute;
			top: 50%;
			translate: 0 -50%;
		}
		&::before {
			left: 0;
		}
		&::after {
			right: 0;
		}
	}
	img {
		width: auto;
		height: 1em;
		
		a:hover & {
			opacity: 1;
		}
	}
}

/* !content */
/* --------------------------- */
.content {
	padding: 5rem 1.5rem;
	backdrop-filter: blur(4px);
	background-color: rgba(var(--color-primary-rgb), .75);
	
	&.intro {
		position: relative;
		background-color: var(--green);
		
		&::before {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			inset: 0;
			background: url('../imgs/bg_sayagata.svg');
			z-index: -1;
			opacity: 0.05;
		}
	}
	
	.goods & {
		backdrop-filter:none;
	}
}
.introTxt {
	font-size: 1.5em;
	line-height: 2.125;
	margin: 0 auto;
}
.contTitle {
	font-size: 3em;
	line-height: 1;
	position: relative;
	margin: 1em auto 2em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	
	&::before {
		content: "";
		display: block;
		width: 4em;
		height: auto;
		aspect-ratio: 20 / 13;
		background: url('../imgs/icon_60th.svg') 0 0 no-repeat;
		background-size: cover;
		position: absolute;
		inset: 0;
		margin: auto;
		z-index: -1;
	}
	&.nospacing {
		letter-spacing: 0;
		text-indent: 0;
	}
}
.contSubTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.375em;
	font-size: 2.5em;
	line-height: 1.25;
	margin: 1em auto;
	
	&::before, &::after {
		content: "";
		display: block;
		width: 2em;
		height: 1px;
		background-color: var(--color-contrast);
	}
}
ul.topicsList {
	width: fit-content;
	max-height: 6em;
	margin: 0 auto 3rem;
	font-size: 1.125em;
	line-height: 1.375;
	text-align: left;
	display: grid;
	grid-template-columns: auto 1fr;
	border-top: solid 1px rgba(var(--color-contrast-rgb), .5);
	
	dt, dd {
		margin: 0;
		padding: 0.75em 0.75em;
		border-bottom: solid 1px rgba(var(--color-contrast-rgb), .5);
	}
	dt {
		letter-spacing: 0.1em;
		position: relative;
		
		&.new::before {
			content: "NEW";
			position: absolute;
			top: 50%;
			left: 0;
			font-size: 0.625em;
			line-height: 1;
			font-weight: 700;
			background-color: var(--color-accent3);
			color: var(--color-primary)
;			padding: 0.3125em 0.375em 0.375em;
			translate: -85% -50%;
		}
	}
}
.overviewTitle {
	width: fit-content;
	min-width: 8em;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 auto 0.75em;
	background-color: rgba(var(--color-primary-rgb), .25);
	border: solid 1px var(--color-contrast);
	padding: 0.125em 1.5em 0.25em;
	
	* + & {
		margin-top: 2em;
	}
}
.overviewTxt {
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 auto 0.5em;
}
.ticketPrice {
	margin: 0 auto 1.5em;
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	
	dt {
		margin: 0 auto 0.25em;
		.capsS {
			display: block;
			margin-top: 0.5em;
		}
	}
	dd {
		margin: 0 auto 1.25em;
	}
}
.ticketBnr {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 1.5rem;
	margin: 0 auto 1.5rem;
	font-size: 0.75em;
	
	a {
		text-decoration: none;
	}
	a:hover {
		color: var(--color-contrast);
	}
	img {
		margin-bottom: 0.375em;
	}
}
ul.notice {
	width: fit-content;
	max-width: 40em;
	font-size: 0.875em;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0 auto 1.5em;
	
	li {
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 0.5em;
		
		&::before {
			content: "※";
		}
	}
}
.contactList {
	margin: 0 auto 1.5em;
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	
	dt {
		margin: 0 auto 0.25em;
		.capsS {
			display: block;
			margin-top: 0.5em;
		}
	}
	dd {
		line-height: 1.5;
		margin: 0 auto 1.25em;
	}
}
.xBnr,
.xBnr:visited {
	width: fit-content;
	background-color: rgba(var(--color-primary-rgb), .5);
	margin: 3rem auto 4.5rem;
	padding: 0.375em 0.75em;
	border-radius: 2em;
	border: solid 2px var(--color-contrast);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.375em;
	font-size: 1.75em;
	line-height: 1.25;
	font-weight: 700;
	text-decoration: none;
	
	img {
		width: auto;
		height: 1.5em;
	}
	&:hover {
		background-color: rgba(var(--color-primary-rgb), 1);
		border-color: var(--color-accent);
		color: var(--color-contrast);
	}
	&:hover img {
		opacity: 1;
		scale: 1.1;
	}
}

.contBody {
	width: min(960px, 90%);
	margin-inline: auto;
	
	&:has(.comingsoon) {
		min-height: calc(100lvh - 600px);
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.comingsoon {
	font-size: 2em;
	line-height: 1.5;
	margin: 0 auto;
}

/* !footer */
/* --------------------------- */
.gFooter {
	padding: 0.5rem;
	background-color: var(--color-contrast);
}
.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em auto;
	font-size: 1em;
	line-height: 1.375;
	color: var(--color-primary);
	
	b {
		font-size: 1.25em;
	}
}

/* !exhibit-area */
/* --------------------------- */
.areaMap {
	max-width: 960px;
	margin: -4.5rem auto 3rem;
	position: relative;
	
	img {
		pointer-events: none;
	}
	
	path {
		stroke: rgba(var(--color-accent-rgb), 1);
		stroke-width: 8px;
		fill: rgba(var(--color-accent-rgb), .15);
		transition: fill 0.4s ease;
		
		&:hover {
			fill: rgba(var(--color-accent-rgb), .5);
		}
	}
	
	text {
		font-weight: 700;
		fill: var(--color-contrast);
		text-shadow: 0 0 4px rgba(var(--color-primary-rgb), .75);
		pointer-events: none;
	}
}
ul.areMapNav {
	font-size: 1.125em;
	line-height: 1.375;
	font-weight: bold;
	
	li {
		position: absolute;
		
		&.areaEntrance {
			width: 50%;
			height: 25%;
			left: 50%;
			bottom: 5%;
			transform: translateX(-50%);
		}
		
		&.areaHistory {
			width: 25%;
			height: 60%;
			top: 5%;
			left: 50%;
			transform: translateX(-50%);
		}
		
		&.areaExhibit {
			width: 25%;
			height: 60%;
			top: 5%;
			left: 5%;
		}
		
		&.areaTheater {
			width: 25%;
			height: 60%;
			top: 5%;
			right: 5%;
		}
		
		a {
			width: 100%;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-decoration: none;
			color: rgba(var(--color-accent-rgb), 1);
			background-color: rgba(var(--color-accent-rgb), .25);
			border: solid 3px rgba(var(--color-accent-rgb), .5);
			
			&:hover {
				color: rgba(var(--color-primary), 1);
				background-color: rgba(var(--color-accent-rgb), .5);
				border: solid 3px rgba(var(--color-accent-rgb), .75);
			}
		}
		
		.capsL {
			display: block;
			font-size: 1.25em;
		}
	}
}
.areaContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6rem 0;
	
	&:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	&:last-of-type {
		padding-bottom: 9rem;
	}
}
.areaImg {
	position: relative;
	flex-shrink: 0;
	width: 63%;
	
	img {
		width: 100%;
	}
}
.areaNotice {
	font-size: 0.75em;
	line-height: 1;
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: var(--color-primary);
}
.areaBody {
	padding: 0 3rem;
}
.areaName {
	font-size: 1.75em;
	line-height: 1.25;
	margin: 0 auto 1em;
	
	.capsL {
		margin-top: 0.25em;
		display: block;
		font-size: 1.875em;
		
		rt {
			font-size: 0.375em;
			margin-bottom: 0.125em;
		}
	}
}
.areaTxt {
	font-size: 1em;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: 0.05em;
	margin: 0;
}

/* !event */
/* --------------------------- */
.eventWrap {
	margin: 0 auto 4.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	position: relative;
	
	&::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		inset: 0;
		background: url('../imgs/bg_sayagata.svg');
		z-index: 10;
		opacity: 0.04;
		pointer-events: none;
	}
}
.eventItem {
	background-color: var(--color-contrast);
	color: var(--color-primary);
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
	
	ul.notice {
		width: 90%;
	}
}
.eventItemHeading {
	position: relative;
	background-color: var(--green);
	padding: 0.75rem 0 0.875rem;
	margin: 0 0 1.5rem;
	
	.recommended & {
		background-color: var(--color-accent);
	}
}
.eventItemDay {
	display: block;
	width: fit-content;
	background-color: var(--color-primary);
	color: var(--color-contrast);
	font-size: 1.125em;
	line-height: 1;
	font-weight: 700;
	padding: 0.375em 0.625em 0.5em 0.75em;
	margin: 0 auto 0.25em;
	border-radius: 100vmax;
}
.eventItemTitle {
	font-size: 2.25em;
	line-height: 1.25;
	color: var(--color-contrast);
	text-shadow: 2px 2px 4px rgba(var(--color-primary-rgb), .5);
	margin: 0;
}
.eventItemOverview {
	width: 90%;
	display: grid;
	grid-template-columns: auto 1fr;
	margin: 0 auto 1em;
	
	dt, dd {
		margin: 0;
		padding: 0.75rem 0.75rem;
		border-bottom: solid 1px rgba(var(--color-primary-rgb), .25);
	}
	dt {
		font-size: 0.875em;
		font-weight: 700;
		letter-spacing: 0.25em;
		text-indent: 0.25em;
		align-content: center;
	}
	dd {
		text-align: left;
		font-size: 1.25em;
		line-height: 1.25;
	}
}
.eventItemTxt {
	font-size: 1em;
	line-height: 1.666;
	text-align: left;
	margin: 0 auto 1em;
	width: 90%;
}

/* !tablet */
/* --------------------------- */
@media screen and (max-width:960px) {
	html {
		font-size: 1.5vw;
	}
}
/* !sp */
/* --------------------------- */
@media screen and (max-width:768px) {
	:root {
		--stripe: 3rem;
	}
	body::before {
		
	}
	/* !sp common */
	/* --------------------------- */
	.floatLeft,
	.floatRight,
	.alignleft,
	.alignright {
		display: block;
		text-align: center;
		float: none;
		margin: 16px auto;
	}
	.nosp {
		display: none;
	}
	.sp {
		display: block;
	}
	.flexCont {
		display: block;
	}
	/* !sp layout */
	/* --------------------------- */
	html {
		font-size: 3.25vw;
	}
	.heroImg {
		padding-top: 5lvh;
	}
	.heroWrap {
		grid-template-columns: 1fr;
		gap: 3lvh;
	}
	.heroMain {
		gap: 3lvh;
		translate: 0 0;
		padding-top: 3rem;
	}
	.eventTitle {
		img.eventLogo {
			width: auto;
			height: 22lvh;
		}
		img.eventTxt {
			width: auto;
			height: 7lvh;
		}
	}
	.eventCatch img {
		height: 12lvh;
	}
	.main-swiper {
		padding: 0;
	}
	.film-holes {
		height: 13px;
	}
	.film-hole {
		width: 15px;
		height: 8px;
		margin: 0 6px;
	}
	.film-swiper-wrap {
		padding: 4px 0;
	}
	.film-swiper .swiper-slide {
		width: calc(100% / 4) !important;
	}
	.film-strip-border {
		background: repeating-linear-gradient(
			90deg,
			#1a1a1a 0px,
			#1a1a1a 8px,
			#080808 8px,
			#080808 16px
		);
	}
	.lowerEventTitle {
		max-width: 50vw;
	}
	ul.gNavList {
		font-size: 1.625rem;
	}
	/* !sp content */
	/* --------------------------- */
	.introTxt {
		font-size: 1.125em;
		line-height: 1.75;
		letter-spacing: -0.05em;
		margin: 0 auto;
	}
	.ticketBnr {
		flex-direction: column;
		gap: 2rem;
		
		a {
			margin-inline: auto;
		}
	}
	/* !sp lower */
	/* --------------------------- */
	.eventWrap {
		grid-template-columns: 1fr;
	}
	ul.areMapNav {
		font-size: 0.575em;
	}
	.areaContent {
		flex-direction: column;
		gap: 2.5rem;
		
		&:nth-of-type(even) {
			flex-direction: column;
		}
	}
	.areaImg {
		width: 100%;
		
		img {
			width: 100%;
			height: auto;
			aspect-ratio: 4 / 3;
			object-fit: cover;
		}
	}
	.areaName {
		font-size: 1.625em;
		line-height: 1.125;
	}
	.areaTxt {
		font-size: 0.9375em;
	}
}
