@charset "UTF-8";

:root{
	--color-primary: #003559;
	--color-primary-rgb: 0,53,89;
	--color-primary-contrast: #fff;
	--color-primary-contrast-rgb: 255,255,255;
	--color-secondary: #521e1e;
	--color-secondary-rgb: 82,30,30;
	--color-accent: #fff100;
	--color-accent-rgb: 255,241,0;
	--color-txt: #323232;
	--color-txt-rgb: 50,50,50;
	--transition-default: all 0.4s ease; 
}


/* !foundation */
/* --------------------------- */
html,body {
	-webkit-font-feature-settings: "kern" 1, "palt" 1;
	font-feature-settings: "kern" 1, "palt" 1;
	-webkit-font-variant-ligatures:none;
	font-variant-ligatures:none;
}
body {
	color: var(--color-txt);
	overflow-x: hidden;
	position: relative;
	text-align: center;
	width: 100vw;
}
body::before {
	content: "";
	display: block;
	width: 100%;
	height: 100lvh;
	position: fixed;
	top: 0;
	left: 0;
	background: url("../imgs/body_bg.jpg") 0 0 no-repeat;
	background-size: cover;
	z-index: -100;
	pointer-events: none;
	scale: 1.2;
}
body.loaded::before {
	scale: 1;
	transition: scale 3.0s ease-in-out;
}
* {
	box-sizing: border-box;
}
a,
a img {
	color: var(--color-primary);
	transition: var(--transition-default);
}
a img {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited {
	color: rgba(var(--color-primary-rgb), .875);
}
a:hover {
	color: var(--color-secondary);
	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(var(--color-primary-contrast-rgb),0) 0%, rgba(var(--color-primary-contrast-rgb),.5) 50%, rgba(var(--color-primary-contrast-rgb),0) 100%);
	margin: 5rem auto;
	clear: both;
}
.btn,
.btn:visited {
	width: fit-content;
	display: block;
	text-align: center;
	text-decoration: none;
	border: solid 1px var(--color-primary-contrast);
	padding: 0.5em 1.5em;
	color: var(--color-primary-contrast);
	background: var(--color-primary);
}
.btn:hover {
	background: var(--color-primary);
	border-color:  var(--color-primary);
	color: var(--color-primary-contrast);
}
label.btn {
	transition: var(--transition-default);
	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;
}
/* !font */
/* --------------------------- */
.wf-noto-r, .heroSchedule, .heroStaff, .copyright, .contact, .explainTxt, .topicsList, .tabNav, .eventDay, .eventSchedule, .eventDetail, .eventContact, .eventOrg, .noticeList {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.wf-noto-min, body {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.txtSdw {
	text-shadow: 0 0 40px rgba(var(--color-accent-rgb),.9),0 0 30px rgba(var(--color-accent-rgb),.9),0 0 20px rgba(var(--color-accent-rgb),.9),0 0 10px rgba(var(--color-accent-rgb),.9);
}
.txtSdwMin {
	text-shadow: 0 0 20px rgba(var(--color-accent-rgb),.9),0 0 15px rgba(var(--color-accent-rgb),.9),0 0 10px rgba(var(--color-accent-rgb),.9),0 0 5px rgba(var(--color-accent-rgb),.9);
}
.capsS {
	font-size: 0.8em;
}
.capsL {
	font-size: 1.5em;
}
.shadow {
	filter: drop-shadow(0 0 20px rgba(var(--color-primary-rgb), .875));
}
/* !layout */
/* --------------------------- */

/* !header */
/* --------------------------- */
.heroImg {
	width: 100%;
	min-height: 100lvh;
	position: relative;
	overflow-x: hidden;
}
.heroWrap {
	padding-top: 3lvh;
}

.siteTitle {
	margin: auto auto 1.5rem;
	opacity: 0;
	filter: blur(3rem);
}
.loaded .siteTitle {
	opacity: 1;
	filter: blur(0);
	transition: opacity 0.2s ease 0.4s, filter 1.2s ease 0.6s;
}
.siteTitle img {
	width: auto;
	height: 50lvh;
}
.siteTitle img:first-of-type {
	margin-bottom: 1.5rem;
	height: auto;
	height: 33lvh;
}
.heroPhoto {
	margin: 0 auto 1rem;
	opacity: 0;
	translate: 0 1.5rem;
	img {
		width: auto;
		height: 25lvh;
	}
}
.loaded .heroPhoto {
	opacity: 1;
	translate: 0 0;
	transition: opacity 0.8s ease 0.8s, translate 0.8s ease 0.8s;
}
.heroCatch {
	margin: 0 auto 0.5em;
	font-size: 1.5em;
	line-height: 1.75;
	font-weight: 700;
	color: var(--color-secondary);
	text-shadow: 0 0 0 var(--color-primary);
	opacity: 0;
	translate: 1em 0;
}
.loaded .heroCatch {
	opacity: 1;
	translate: 0 0;
	transition: opacity 0.4s ease-in-out 1.6s, translate 0.4s  ease-in-out 1.6s;
}
.loaded .heroCatch:last-of-type {
	transition-delay: 2.2s;
}
.heroCatch .capsL {
	display: block;
	margin-bottom: 0.5em;
	font-size: 1.25em;
}
ul.heroCast {
	font-size: 4em;
	line-height: 1;
	font-weight: 900;
	margin: 0.5em auto 1em;
}
ul.heroCast li {
	width: fit-content;
	margin: 0 auto 0.375em;
	position: relative;
	opacity: 0;
	translate: 0.5em 0;
}
.loaded ul.heroCast li {
	transition: opacity 0.6s ease-in-out 3.6s, translate 0.6s ease-in-out 3.6s;
	opacity: 1;
	translate: 0 0;
}
.loaded ul.heroCast li:nth-of-type(2) {
	transition-delay: 3.8s;
}
.loaded ul.heroCast li:nth-of-type(3) {
	transition-delay: 4.0s;
}
ul.heroCast li .capsS {
	font-size: 0.3125em;
	position: absolute;
	white-space: nowrap;
	top: 100%;
	right: 0;
	translate: 120% -100%;
	opacity: 0;
}
.loaded ul.heroCast li .capsS {
	opacity: 1;
	transition: opacity 0.4s ease 4.6s;
}
.heroStaffWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	padding-top: 1.5rem;
}
.heroStaff {
	min-width: 4.5em;
	margin: 0 0 1.5rem;
	font-size: 3em;
	line-height: 1;
	font-weight: 900;
	opacity: 0;
	translate: 0.5em 0;
}
.loaded .heroStaff {
	transition: opacity 0.6s ease-in-out 3.6s, translate 0.6s ease-in-out 3.6s;
	opacity: 1;
	translate: 0 0;
	&:last-of-type {
		transition-delay: 4.0s;
	}
}
.heroStaff dt {
	font-size: 0.5em;
	margin: 0 auto 0.25em;
}
.heroStaff dd {
	margin: 0;
}
.heroStaff dd + dt {
	margin-top: 1em;
}
.heroScheduleWrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 1.5rem;
	background: rgba(var(--color-primary-rgb), .925);
	color: var(--color-primary-contrast);
	padding: 1rem 3rem;
	margin: 3rem 0 0;
	/* opacity: 0;
	translate: 0 3rem; */
}
/* .loaded .heroScheduleWrap {
	opacity: 1;
	translate: 0 0;
	transition: opacity 0.6s ease-in-out 6.0s, translate 0.6s ease-in-out 6.0s;
} */
.heroSchedule {
	margin: 0;
	font-size: 2vw;
	min-width: 25%;
}
.heroSchedule.tokyo {
	width: 100%;
	font-size: 3vw;
}
.heroSchedule dt {
	width: 12em;
	margin: 0 auto 0.5em;
	font-size: 0.875em;
	line-height: 1;
	font-weight: 700;
	a {
		display: block;
		padding: 0.25em 1em 0.375em;
		border-radius: 0.125em;
		color: var(--color-primary-contrast);
		text-decoration: none;
		background-color: rgba(var(--color-primary-contrast-rgb), .25);
	}
	a:hover {
		background-color: rgba(var(--color-primary-contrast-rgb), .75);
		color: var(--color-primary);
	}
}
.heroSchedule dd {
	font-size: 1em;
	line-height: 1.125;
	font-weight: 700;
	margin: 0;
}
.heroSchedule dd .capsL {
	font-size: 1.125em;
	display: inline-block;
	margin-top: 0.25em;
}

/* !content */
/* --------------------------- */
main {
	position: relative;
}
.content {
	margin: 0 auto;
	padding: 4rem 0;
	position: relative;
}
.contTitle {
	margin: 0 auto 0.75em;
	padding: 0.025em 0.125em 0.1em;
	font-size: 3.75em;
	font-weight: 900;
	line-height: 1;
	position: relative;
	color: var(--color-primary);
	width: fit-content;
	
	.kerning {
		letter-spacing: -0.1em;
	}
}
.contTitle::after {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background: url('../imgs/icon_kamon.svg') 0 0 no-repeat;
	background-size: cover;
	margin: 0.75em auto 0;
}
.contTitle.visible::after {
	rotate: 360deg;
	transition: rotate 0.6s ease-in-out;
}
.contBody {
	width: 990px;
	max-width: 90vw;
	margin-inline: auto;
}

.topicsList {
	width: 34em;
	max-width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 7.5em 1fr;
	font-size: 1.125em;
	line-height: 1.5;
	text-align: left;
}
.topicsList dt {
	margin: 0;
	padding: 0.5em 1em;
	border-bottom: solid 1px rgba(var(--color-primary-rgb), .375);
	letter-spacing: 0.1em;
}
.topicsList dd {
	margin: 0;
	padding: 0.5em 1em;
	border-bottom: solid 1px rgba(var(--color-primary-rgb), .375);
}

.storyTxt {
	font-size: 1.25em;
	line-height: 2.125;
	white-space: nowrap;
	font-weight: 600;
	margin: 0 auto 0.875em;
}
.storyTxt.invisible,
.storyExplain.invisible {
	opacity: 0;
	translate: 0 1em;
}
.storyTxt.visible,
.storyExplain.visible {
	opacity: 1;
	translate: 0 0;
	transition: opacity 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.storyExplain {
	border: solid 4px var(--color-primary);
	margin: 3rem auto 0;
	padding: 1.5rem 2rem;
	max-width: 960px;
}
.explainTxt {
	font-size: 1.25em;
	line-height: 1.75;
	text-align: justify;
	margin: 0 0 0.375em;
}
.explainTxt:has(.capsL) {
	margin: 0.625em auto 0.75em;
}
.explainTxt .capsL {
	font-size: 1.375em;
}

.castItem {
	margin: 0 auto 5rem;
	figcaption {
		margin: 0.5em 0 0;
	}
	&.invisible {
		opacity: 0;
		translate: 0 1.5rem;
	}
	&.visible {
		opacity: 1;
		translate: 0 0;
		transition: opacity 0.3s ease-in-out, translate 0.3s ease-in-out;
	}
}
.castName {
	margin: 0 auto;
	font-size: 1.75em;
	font-weight: 900;
	dt {
		margin: 0 auto 0.25em;
		font-size: 1.5em;
	}
	dd {
		font-weight: 900;
		margin: 0;
		opacity: .666;
	}
	.kerning {
		letter-spacing: -0.15em;
	}
}
.castWrap {
	max-width: 800px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 2rem;
	margin-inline: auto;
	.castItem {
		margin-inline: 0;
	}
}
.castWrap.castSecond {
	max-width: 960px;
	margin-top: 10rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0;
	.castItem {
		width: 33%;
	}
}

ul.snsList {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;;
	margin: 1rem auto 0;
	a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(var(--color-primary-rgb), .75);
		width: 3rem;
		height: 3rem;
		border-radius: 0.5rem;
		&:hover {
			background: rgba(var(--color-primary-rgb), 1);
			scale: 1.1;
		}
	}
}
.snsIcon {
	fill: var(--color-primary-contrast);
	width: 2rem;
}

ul.tabNav {
	width: min(640px, 90vw);
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin: 0 auto 3em;
	line-height: 1;
	font-weight: 700;
	gap: 0.75rem;
	container-type: inline-size;
	position: sticky;
	top: 1rem;
	z-index: 1000;
	
	a, a:visited {
		font-size: 3.5cqi;
		display: block;
		text-decoration: none;
		padding: 0.5em 0 0.625em;
		background: rgba(var(--color-primary-rgb), .5);
		color: var(--color-primary-contrast);
		border-radius: 100vmax;
	}
	a:hover, a.active {
		background: rgba(var(--color-primary-rgb), 1);
	}
}

.eventBody {
	display: none;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	&.active {
		display: block;
	}
	&.fade-in {
		opacity: 1;
	}
}
.eventTitle {
	font-size: 3em;
	line-height: 1;
	margin: 0 auto 0.5em;
	font-weight: 900;
}
.eventHall {
	font-size: 2.25em;
	line-height: 1;
	font-weight: 900;
	margin: 0 auto 0.375em;
	a, a:visited {
		text-decoration: none;
	}
}
.eventDay {
	font-size: 1.5em;
	line-height: 1.375;
	font-weight: 700;
	margin: 0 auto 0.5em;
}
.eventDay .capsLarge {
	font-size: 1.75em;
	font-weight: 900;
}
.eventTxt {
	font-size: 0.8125em;
	margin: 0 auto 2em;
}
.eventOrg {
	font-size: 1.25em;
	line-height: 1.375;
	font-weight: 700;
	margin: 0 auto 2em;
	a, a:visited {
		text-decoration: none;
	}
}
.eventOrg .capsL {
	font-size: 1.25em;
}
.eventContact {
	margin: 0 auto;
	font-weight: 700;
}
.eventContact dt {
	font-size: 1.25em;
	width: fit-content;
	background: var(--color-primary-contrast);
	border: var(--color-primary) solid 2px;
	padding: 0.25em 1.5em 0.375em;
	margin: 0 auto 0.5em;
	min-width: 9rem;
	border-radius: 100vmax;
}
.eventContact dd {
	margin: 0 auto;
	font-size: 1.75em;
	line-height: 1.375;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.eventContact dd .capsS {
	font-size: 0.666em;
	display: block;
	letter-spacing: 0;
	text-indent: 0;
}
.eventDetail {
	margin: 3rem auto 1.5rem;
	font-weight: 700;
	dt {
		font-size: 1.25em;
		line-height: 1;
		width: fit-content;
		background : var(--color-primary);
		padding: 0.375em 1em 0.5em;
		margin: 0 auto 0.75em;
		min-width: 9rem;
		color: var(--color-primary-contrast);
	}
	dd {
		margin: 0 auto 1.5em;
		font-size: 1.75em;
		line-height: 1.375;
		.capsS {
			font-size: 0.625em;
		}
	}
}

ul.noticeList {
	width: fit-content;
	font-size: 0.875em;
	line-height: 1.5;
	text-align: left;
	margin: 1em auto 2em;
	li {
		margin-bottom: 0.25em;
		&:before {
			content: "※";
		}
	}
}

.eventSchedule {
	margin: 0 auto 1em;
	max-width: 90%;
	border-collapse: collapse;
	border-spacing: 0;
}
.eventSchedule th {
	line-height: 1.375em;
}
.eventSchedule th .capsSmall {
	font-size: 0.666em;
	vertical-align: top;
	line-height: 1.75em;
}
.eventSchedule th .week {
	width: 1.625em;
	height: 1.625em;
	font-size: 0.5em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-primary-contrast);
	border-radius: 50%;
	margin: 0 auto;
	color: var(--color-txt);
	box-shadow: 0 0 0 1px var(--color-txt);
}
.eventSchedule th .sat {
	color: #005ac6;
}
.eventSchedule th .holi {
	color: #c80000;
}
.eventSchedule thead th {
	font-size: 1.75em;
	padding-bottom: 0.5rem;
}
.eventSchedule tbody th {
	padding-right: 0.5rem;
	line-height: 1;
}
.eventSchedule td {
	position: relative;
	width: 3rem;
	font-size: 1.375em;
	line-height: 1;
	padding: 0.375em 0 0.5em;
	color: var(--color-accent);
	text-shadow: 0 0 4px rgba(0,0,0,.5);
}
.eventSchedule td span {
	position: relative;
	z-index: 100;
	&.kashikiri {
		color: var(--color-primary-contrast);
		background: #999;
		display: inline-block;
		font-size: 0.625em;
		padding: 0.25em 0.25em 0.375em;
		white-space: nowrap;
	}
}
.eventSchedule td::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(var(--color-txt-rgb),.33);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
}
.eventSchedule td::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(var(--color-txt-rgb),.33);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
.eventSchedule td.nodata::before,
.eventSchedule td.nodata::after {
	display: none;
}

.contact .contTitle {
	font-size: 2.25em;
	font-weight: 900;
	line-height: 1.5;
}
.contactTitle {
	font-size: 1.625em;
	line-height: 1;
	font-weight: 700;
	margin: 0 auto 0.75em;
	padding: 0.5em 0 0.625em;
	border: solid 2px var(--color-primary);
	border-radius: 100vmax;
	width: 320px;
	max-width: 90vw;
}
* + .contactTitle {
	margin-top: 1.666em;
}
.contactTxt {
	font-size: 2.125em;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 auto 1em;
}
.contactTxt .capsS {
	font-size: 0.666em;
}

/* !footer */
/* --------------------------- */
.gFooter {
	background: var(--color-txt);
	color: var(--color-primary-contrast);
	padding: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;
}
.copyright {
	font-size: 1em;
	margin: 0 0.75em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright .capsL {
	font-size: 1.5625em;
}

/* !sp */
/* --------------------------- */
@media screen and (max-width:767px) {
	/* !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: 4vw;
	}
	body::before {
		height: 100lvh;
	}
	/* !sp header */
	/* --------------------------- */
	.heroWrap {
		padding-top: 5lvh;
		width: 100%;
		overflow-x: hidden;
	}
	.siteTitle img {
		width: 66%;
		height: auto;
	}
	.siteTitle img:first-of-type {
		margin-bottom: 1rem;
		width: 92.5%;
		height: auto;
	}
	.heroPhoto img {
		width: 33%;
		height: auto;
	}
	.heroCatch {
		font-size: 0.875em;
		text-align: center;
	}
	ul.heroCast {
		font-size: 2.5em;
	}
	.heroStaff {
		font-size: 2.25em;
	}
	.heroScheduleWrap {
		padding: 1rem 1rem;
		opacity: 1;
		translate: 0 0;
	}
	.heroSchedule.tokyo {
		font-size: 1.5em;
	}
	.heroSchedule {
		font-size: 1em;
	}
	/* !sp main */
	/* --------------------------- */
	.contTitle {
		font-size: 2.5em;
	}
	.topicsList {
		font-size: 0.875em;
		grid-template-columns: 7em 1fr;
	}
	.topicsList dt {
		letter-spacing: 0;
	}
	.topicsList dd {
		padding: 0.5em 0.75em;
	}
	.storyTxt {
		font-size: 1em;
	}
	.storyExplain {
		padding: 0.75rem 1.25rem;
	}
	.explainTxt {
		font-size: 1.125em;
	}
	.explainTxt .capsL {
		width: fit-content;
		display: block;
		margin-inline: auto;
		translate: 0.5em 0;
	}
	.castItem {
		max-width: 40vw;
	}
	.castName {
		font-size: 1.125em;
		dd {
			line-height: 1.25;
		}
	}
	.castWrap {
		padding: 0 0.75rem;
		gap: 0 0;
		.castItem {
			margin-inline: auto;
		}
	}
	.castWrap.castSecond {
		gap: 0 15%;
		.castItem {
			margin-inline: 0;
			max-width: 30vw;
		}
	}
	ul.snsList {
		margin-top: 0.5rem;
		a {
			width: 2.5rem;
			height: 2.5rem;
		}
	}
	.snsIcon {
		width: 1.75rem;
	}
	ul.tabNav {
		gap: 0.25rem;
		
		a, a:visited {
			font-size: 4cqi;
		}
	}
	.eventHall {
		line-height: 1.25;
	}
	.eventSchedule {
		max-width: 100%;
	}
	.eventSchedule th {
		line-height: 1.25em;
	}
	.eventSchedule tbody th {
		white-space: nowrap;
	}
	.eventDetail dd {
		font-size: 1.625em;
	}
	.eventContact dd {
		margin: 0 auto;
		font-size: 1.5em;
	}
	/* !sp footer */
	/* --------------------------- */
	.gFooter {
		flex-direction: column;
	}
	.copyright {
		margin: 0 auto 1rem;
		font-size: 1em;
	}
}
