html {
	font-size: 20px;
	height: auto;
	min-height: 100%;
	width: 100%;
}

body {
	background: #722219;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

main,
section,
article,
div {
	position: relative;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	scroll-behavior: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
}

ul,
ol,
li {
	list-style: none;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

dt {
	font-weight: normal;
}

em {
	font-style: normal;
}

.dn {
	display: none;
}

img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.c-nav-button {
	display: none;
}

.c-button {
	background: #C22905;
	border: 3px solid #000;
	color: #000;
	height: 52px;
	margin: 21px auto 30px;
	position: relative;
	width: 425px;
}

.c-button--fixed {
	bottom: 10px;
	left: 50%;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 0);
	transition: opacity 0.5s ease;
	z-index: 10;
}

.c-button--fixed.is-show {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.5s ease;
}

.c-button a,
.c-button span {
	display: grid;
	font-size: 1rem;
	font-weight: 900;
	height: 100%;
	place-content: center;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-kome-mark {
	padding-left: 1em;
	position: relative;
}

.c-kome-mark::before {
	content: "※";
	left: 0;
	position: absolute;
}

.c-list-mark {
	padding-left: 1em;
	position: relative;
}

.c-list-mark::before {
	content: "・";
	left: 0;
	position: absolute;
}

.l-header {
	align-items: center;
	background: #C22905;
	color: #fff;
	display: flex;
	height: 70px;
	justify-content: space-between;
	left: 0;
	padding: 0 clamp(35px, calc(55*0.05208vw), 55px) 0 clamp(28px, calc(40*0.05208vw), 40px);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.l-header__logo {
	flex-shrink: 0;
	width: clamp(90px, calc(140*0.05208vw), 140px);
}

.l-header__nav ul {
	align-items: center;
	display: flex;
}

.l-header__nav ul li {
	font-family: "vortice-concept", sans-serif;
	font-size: 15px;
	margin-left: clamp(20px, calc(32*0.05208vw), 32px);
}

.l-header__button {
	display: none;
}

.l-mainvisual {
	left: 0;
	overflow: hidden;
	padding-top: 76px;
	position: relative;
	top: 0;
	width: 100vw;
}

.l-mainvisual__content {
	margin: 0 auto 0;
	max-width: 820px;
	position: relative;
	width: 100%;
}

.l-mainvisual__bg {
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-mainvisual__bg img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: auto;
}

.l-container {
	margin: 0 auto 0;
	max-width: 820px;
	padding-bottom: 10px;
	padding-top: 62px;
	position: relative;
	width: 100%;
}

.l-container::before {
	background: #69150B;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-info {
	font-weight: 900;
	line-height: 1.15;
	padding-top: 22px;
	text-align: center;
}

.l-info p.date {
	margin-bottom: 54px;
}

.l-info p.venue {
	margin-bottom: 10px;
}

.l-info em {
	font-size: 2em;
}

.director {
	font-weight: 900;
	line-height: 1.18;
	margin-top: 25px;
	text-align: center;
}

.director em {
	font-size: 1.95rem;
}

.staff-list {
	font-size: 1rem;
	font-weight: 900;
	left: max(calc(-10*0.05208vw), -10px);
	line-height: 1.7;
	margin-top: 1rem;
	position: relative;
	text-align: center;
}

.l-section {
	margin: 100px auto 0;
	position: relative;
	width: 560px;
}

.l-section__heading {
	color: #FA4C23;
	font-family: headingFont, "Noto Sans JP", sans-serif;
	font-size: 6.6rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.l-section__sub-heading {
	font-size: 1.85rem;
	font-weight: 700;
	margin: 1em 0 0.2em;
	text-align: center;
}

.l-section__cast {
	font-size: 0.875rem;
	font-weight: 900;
	line-height: 2;
	margin-top: 32px;
	text-align: center;
}

.l-section__cast li {
	margin-bottom: 3em;
}

.l-section__cast li p {
	margin: 5px 0 0;
}

.l-section__cast li p em {
	font-size: 1.6rem;
}

.l-section__catch {
	font-size: 2.1rem;
	font-weight: 900;
	margin: 17px 0 25px;
	text-align: center;
}

.l-section__story {
	font-size: 0.95rem;
	line-height: 1.7368;
}

.l-section__schedule {
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 32px;
	text-align: center;
}

.l-section__schedule em {
	font-size: 1.95rem;
}

.l-section__timetable {
	border-collapse: collapse;
	margin-top: 31px;
	width: 100%;
}

.l-section__timetable th,
.l-section__timetable td {
	background: #FA4C23;
	border: 1px solid #69150B;
	color: #000000;
	font-family: "vortice-concept", sans-serif;
	height: 3rem;
	line-height: 1;
	text-align: center;
	width: calc(100% / 3);
}

.l-section__timetable th {
	font-size: 1.3rem;
}

.l-section__timetable th span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
}

.l-section__timetable td {
	font-size: 1.1rem;
}

.l-section__timetable td.kyuen {
	font-weight: 900;
	letter-spacing: 0.1em;
}

.l-section__map {
	aspect-ratio: 1/0.625;
	background: #000;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.l-section__map iframe {
	height: 100%;
	width: 100%;
}

.l-section__price {
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.25;
	margin-top: 35px;
	text-align: center;
}

.l-section__price span {
	font-size: 0.75rem;
	font-weight: 500;
}

.l-section__ticket {
	border: 1px solid #FA4C23;
	margin: 60px auto 0;
	max-width: 514px;
	position: relative;
	width: 91.78%;
}

.l-section__ticket h3 {
	background: #FA4C23;
	color: #000;
	font-size: 1rem;
	font-weight: 900;
	line-height: 2.6rem;
	text-align: center;
}

.l-section__ticket__inner {
	padding: 26px 10px 26px 35px;
}

.l-section__ticket .schedule {
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.1;
	position: relative;
	text-align: center;
}

.l-section__ticket .schedule em {
	font-size: 1.95rem;
}

.l-section__ticket .attention {
	font-size: 13px;
	line-height: 1.846;
	margin: 14px auto 0;
	position: relative;
	width: fit-content;
}

.l-section__contact {
	font-size: 1.15rem;
	font-weight: 500;
	margin-bottom: 50px;
	text-align: center;
}

.l-section__contact a {
	text-decoration: underline;
}

.l-section__contact .sm {
	font-size: 1rem;
}

.l-section__timeline {
	background: #000;
	border-radius: 20px;
	height: 480px;
	margin: 100px auto 0;
	max-width: 514px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

.l-section__timeline iframe {
	height: 400%;
	width: 100%;
}

.l-section .center {
	text-align: center;
}

.l-section .sub-heading {
	background: #FA4C23;
	color: #000;
	height: 52px;
	margin: 21px auto 30px;
	max-width: 514px;
	position: relative;
	width: 91.78%;
}

.l-section .sub-heading span {
	background: #FA4C23;
	color: #000;
	display: grid;
	font-size: 1rem;
	font-weight: 900;
	height: 100%;
	place-content: center;
	position: relative;
	text-align: center;
	width: 100%;
}

.l-section .mt--big {
	margin-top: 5em;
}

.l-section .mt--mid {
	margin-top: 2em;
}

.l-section .mt--sm {
	margin-top: 1em;
}

.l-section .mt--none {
	margin-top: 0;
}

.l-footer {
	margin-top: 200px;
	position: relative;
}

.l-footer__copy {
	font-size: 10px;
	text-align: center;
}

.l-footer__copy small {
	font-size: 100%;
}

@media screen and (min-width: 836px) {

.c-button:hover {
	background: #000;
	color: #C22905;
}

.l-header__nav ul li a:hover {
	text-decoration: underline;
}

}

@media screen and (max-width: 1080px) {

.l-header__nav ul li {
	font-size: 11px;
}

}

@media screen and (max-width: 835px) {

html {
	font-size: 15px;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-nav-button {
	display: grid;
	padding: 16px;
	place-content: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.c-nav-button__line-box {
	display: block;
	height: 24px;
	position: relative;
	width: 34px;
}

.c-nav-button__line {
	background: #fff;
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transform-origin: left top;
	transition: transform 0.5s ease;
	width: 34px;
}

.c-nav-button__line:nth-child(1) {
	top: 0;
}

.c-nav-button__line:nth-child(2) {
	opacity: 1;
	top: 10px;
	transition: opacity 0.5s ease;
}

.c-nav-button__line:nth-child(3) {
	top: 20px;
}

.c-nav-button.is-open .c-nav-button__line {
	transition: transform 0.5s ease;
	width: 40px;
}

.c-nav-button.is-open .c-nav-button__line:nth-child(1) {
	transform: rotate(30deg);
}

.c-nav-button.is-open .c-nav-button__line:nth-child(2) {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.c-nav-button.is-open .c-nav-button__line:nth-child(3) {
	transform: rotate(-30deg);
}

.c-button {
	max-width: 425px;
	width: 95%;
}

.l-header {
	display: block;
	height: 56px;
}

.l-header__logo {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
}

.l-header__nav {
	background: #C12A05;
	color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 56px;
	transition: opacity 0.4s ease;
	width: 100%;
	z-index: 100;
}

.l-header__nav.is-open {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.4s ease;
}

.l-header__nav ul {
	flex-direction: column;
	height: calc(100% - 112px);
	justify-content: center;
}

.l-header__nav ul li {
	font-size: 2rem;
	margin-bottom: 1rem;
	margin-left: 0;
}

.l-mainvisual {
	max-height: 100lvh;
	padding-top: 56px;
}

.l-mainvisual__bg {
	display: none;
}

.l-mainvisual__bg img {
	height: auto;
	width: 100%;
}

.director {
	margin-bottom: 75px;
}

.director em {
	font-size: 1.7rem;
}

.l-section {
	margin-top: 80px;
	max-width: 480px;
	width: 88%;
}

.l-section__sub-heading {
	font-size: 1.5rem;
}

.l-section__cast li p em {
	font-size: 1.35rem;
}

.l-section__catch {
	font-size: 1.7rem;
}

.l-section__schedule em {
	font-size: 1.5rem;
}

.l-section__price {
	font-size: 1.3rem;
	margin-top: 20px;
}

.l-section__ticket {
	margin-top: 40px;
}

.l-section__ticket__inner {
	padding: 26px 10px;
}

.l-section__ticket .schedule {
	font-size: 1.1rem;
	line-height: 1.45;
}

.l-section__ticket .schedule em {
	font-size: 1.45rem;
}

.l-section__ticket .attention {
	font-size: 11px;
}

}

@media screen and (max-width: 480px) {

.is-sp {
	display: block;
}

.l-header__nav ul li {
	font-size: 1.5rem;
}

}

@media screen and (max-width: 374px) {

html {
	font-size: 13px;
}

.l-section__heading {
	font-size: 5rem;
}

.l-section__cast li p em {
	font-size: 1.25rem;
}

}

