@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-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: 100lvh;
		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;
	}
	&.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 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  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
	);
}

/* !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;
		}
	}
}
.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;
	}
}
.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;
	}
}

/* !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;
	}
}

/* !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
		);
	}
	/* !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;
		}
	}
}
