:root {
	--color-01: #1563FC;
	--color-02: #17BFB3;
	--color-03: #9254F7;
	--color-04: #FE5100;
	--color-05: #C9D94A;
	--color-06: #F437A4;
	--color-07: #73ECC9;
	--color-white: #fff;
	--color-black: #000;
	--font-normal: "Noto Serif JP", serif;
	--font-sans: "Noto Sans JP", sans-serif;
	--font-heading: heading, "Noto Sans JP", sans-serif;
	--font-vor: "vortice-concept", sans-serif;
}

html {
	width: 100%;
	height: auto;
	min-height: 100%;
	font-size: clamp(14.22px, 1.638vw, 18px);
}

body {
	position: relative;
	width: 100%;
	font-family: "Noto Serif JP",serif;
	font-size: 1rem;
	font-weight: 400;
	font-optical-sizing: auto;
	line-height: 1.7;
	color: #fff8e0;
	background: #000;
	text-shadow: 0px 0px 20px #000;
	overflow-x: hidden;
}

body::before {
	position: fixed;
	left: 0;
	width: 100vw;
	height: 100lvh;
	background: url(./assets/images/item/background.webp) no-repeat top center/cover;
	z-index: -1;
	content: "";
}

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

*,
*:before,
*:after {
	position: relative;
	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;
}

a:focus-visible {
	border: 1px solid red;
}

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

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

dt {
	font-weight: normal;
}

em {
	font-style: normal;
}

.dn {
	display: none;
}

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

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 2.3em;
	width: 100%;
	height: 70px;
	padding: 0 clamp(15px, 3.458vw, 38px) 0 clamp(20px, 3.64vw, 40px);
	background: var(--color-black);
	z-index: 10;
	background: no-repeat url(./assets/images/item/header-bg.webp) top left/cover;
}

.l-header__logo {
	width: clamp(120px, 21.84vw, 240px);
}

.l-header__link {
	display: flex;
	align-items: center;
	column-gap: 1.34em;
	font-family: var(--font-heading);
	font-size: clamp(18px, 2.821vw, 31px);
	line-height: 1.345;
	justify-content: flex-end;
}

.l-header__link-item {
	flex-shrink: 0;
	color: #4a4847;
	opacity: 1;
	text-shadow: none;
	transition: opacity .2s ease;
	text-transform: uppercase;
	text-align: right;
}

.l-header__link-item a {
	line-height: 1;
	display: block;
	height: 22px;
}
.l-header__link-item.top a {
	color: transparent;
	overflow: hidden;
	background: url(./assets/images/nav/top.svg) no-repeat center center / contain;
}
.l-header__link-item.schedule-ticket a  {
	color: transparent;
	overflow: hidden;
	background: url(./assets/images/nav/schedule-ticket.svg) no-repeat center center / contain;
}
.l-header__link-item.cast-staff a {
	color: transparent;
	overflow: hidden;
	background: url(./assets/images/nav/cast-staff.svg) no-repeat center center / contain;
}
.l-header__link-item.goods a {
	color: transparent;
	overflow: hidden;
	background: url(./assets/images/nav/goods.svg) no-repeat center center / contain;
}
.l-header__link-item.qa a {
	color: transparent;
	overflow: hidden;
	background: url(./assets/images/nav/qa.svg) no-repeat center center / contain;
}

.l-footer {
	padding: 21px 0 21px;
}

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

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

.l-container {
	width: 100%;
	max-width: 780px;
	margin: 0 auto 0;
	padding-top: 70px;
}

.l-container__section {
	margin-top: 75px;
}

.c-hide-heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	user-select: none;
	pointer-events: none;
}

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

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

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

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

.nav-button {
	display: none;
}

.wrapper--large,
.wrapper--medium,
.wrapper--small,
.wrapper--mini {
	margin: 0 auto 0;
}

.wrapper--mini {
	width: 60%;
}

.wrapper--small {
	width: 73%;
}

.wrapper--medium {
	width: 80%;
}

.wrapper--large {
	width: 92.9%;
}

.heading {
	margin: 0 auto 0;
}

.heading {
	height: 70px;
	filter: drop-shadow(0px 0px 20px black);
}

.heading img {
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.heading-sub {
	padding: .15em 0;
	color: #000;
	background: #fff8e0;
	text-align: center;
	text-shadow: none;
}

.block--attention,
.block--fit {
	margin: 0 auto 0;
}

.block--fit {
	width: fit-content;
}

.block--attention {
	max-width: 500px;
	width: 88%;
}

.block--box {
	max-width: 640px;
	width: 88%;
	margin: 0 auto 0;
	padding: 30px 30px 36px;
	background: var(--color-black);
	border: 1px solid #fff8e0;
	border-radius: 14px;
}

.block--box__title {
	color: #fff8e0;
	text-align: center;
}

.block--box__inner {
	max-width: 500px;
	width: 88%;
	margin: 37px auto 0;
	color: #fff;
	font-family: var(--font-sans);
}

.block--ticket {
	max-width: 640px;
	width: 88%;
	margin: 0 auto 0;
	padding: 30px 30px 36px;
	background: var(--color-black);
	color: #fff;
	border: 1px solid #fff8e0;
	border-radius: 14px;
}

.block--ticket__date {
	font-size: clamp(18.96px, 2.184vw, 24px);
	font-weight: 700;
	text-align: center;
}

.block--ticket__date span {
	font-size: 1.5em;
}

.block--ticket__title {
	color: #000;
	background: #fff8e0;
	padding: .15em 0;
	text-shadow: none;
	text-align: center;
}

.block--ticket__inner-box {
	width: 100%;
	border: 1px solid #fff8e0;
	border-radius: 7px;
	margin-top: 30px;
	padding: 15px 15px 25px;
}

.block--ticket__inner-title {
	margin-bottom: 1em;
	padding: .5em;
	text-align: center;
}

.block--ticket__inner-title::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	background: #fff;
	content: "";
	z-index: -1;
}

.fz--10 {
	font-size: 10px;
}

.fz--11 {
	font-size: clamp(10.5px, 1.001vw, 11px);
}

.fz--12 {
	font-size: clamp(11px, 1.092vw, 12px);
}

.fz--13 {
	font-size: clamp(12px, 1.183vw, 13px);
}

.fz--14 {
	font-size: clamp(13px, 1.274vw, 14px);
}

.fz--15 {
	font-size: clamp(14px, 1.365vw, 15px);
}

.fz--16 {
	font-size: clamp(14.4px, 1.456vw, 16px);
}

.fz--18 {
	font-size: clamp(14.22px, 1.638vw, 18px);
}

.fz--19 {
	font-size: clamp(15.01px, 1.729vw, 19px);
}

.fz--20 {
	font-size: clamp(15.8px, 1.82vw, 20px);
}

.fz--21 {
	font-size: clamp(16.59px, 1.911vw, 21px);
}

.fz--22 {
	font-size: clamp(17.38px, 2.002vw, 22px);
}

.fz--24 {
	font-size: clamp(18.96px, 2.184vw, 24px);
}

.fz--26 {
	font-size: clamp(20.54px, 2.366vw, 26px);
}

.fz--30 {
	font-size: clamp(23.7px, 2.73vw, 30px);
}

.fz--36 {
	font-size: clamp(28.44px, 3.276vw, 36px);
}

.fz--39 {
	font-size: clamp(30.81px, 3.549vw, 39px);
}

.fz--40 {
	font-size: clamp(31.6px, 3.64vw, 40px);
}

.fz--46 {
	font-size: clamp(36.34px, 4.186vw, 46px);
}

.fz--56 {
	font-size: clamp(44.24px, 5.096vw, 56px);
}

.fz--e-12 {
	font-size: 1.2em;
}

.fz--e-15 {
	font-size: 1.5em;
}

.fz--e-2 {
	font-size: 2em;
}

.fw--re {
	font-weight: 400;
}

.fw--md {
	font-weight: 500;
}

.fw--bd {
	font-weight: 700;
}

.fw--eb {
	font-weight: 800;
}

.fw--bk {
	font-weight: 900;
}

.fs--nm {
	font-style: normal;
}

.fs--it {
	font-style: italic;
}

.lh--1 {
	line-height: 1;
}

.lh--cpress {
	line-height: 1.111;
}

.lh--xsmall {
	line-height: 1.3458;
}

.lh--small {
	line-height: 1.4615;
}

.lh--sm {
	line-height: 1.533;
}

.lh--medium {
	line-height: 1.7;
}

.lh--double {
	line-height: 2;
}

.lh--large {
	line-height: 2.35;
}

.ltsp--small {
	letter-spacing: -0.02em;
}

.ltsp--medium {
	letter-spacing: .02em;
}

.ltsp--wide {
	letter-spacing: .08em;
}

.align--left {
	text-align: left;
}

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

.align--right {
	text-align: right;
}

.family--vor {
	font-family: var(--font-vor);
}

.deco--under {
	text-decoration: underline;
}

.hv--under {
	text-decoration: underline;
}

.hv--no-under {
	text-decoration: none;
}

.break--auto {
	word-break: auto-phrase;
}

.fs--sans {
	font-family: var(--font-sans);
}

a {
	word-break: break-all;
}

.cl--white {
	color: #fff;
}

.timetable {
	width: 100%;
	border-collapse: collapse;
	border-radius: clamp(10px, 1.365vw, 15px);
	overflow: hidden;
}

.timetable::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: clamp(10px, 1.365vw, 15px);
	border: 1px solid #FFF8E0;
	pointer-events: none;
	content: "";
	z-index: 1;
}

.timetable__head {
	width: calc(100% / 3);
	padding: 20px 0 14px;
	font-family: var(--font-vor);
	text-align: center;
	color: #FFF8E0;
	background: var(--color-black);
	border-right: 1px solid #FFF8E0;
	border-bottom: 1px solid #FFF8E0;
	line-height: 1;
}

.timetable__head .week {
	font-family: var(--font-normal);
	font-weight: 700;
}

.timetable__data {
	width: calc(100% / 3);
	padding: 20px 0 14px;
	text-align: center;
	background: var(--color-black);
	font-family: var(--font-vor);
	color: #fff;
	border-right: 1px solid #FFF8E0;
	border-bottom: 1px solid #FFF8E0;
	line-height: 1;
}

.timetable__data:last-of-type {
	border-right: none;
}

.timetable__data.holiday {
	width: calc(100% / 3 * 2);
	font-family: var(--font-normal);
	font-weight: 900;
}

.timetable__row:last-child .timetable__head,
.timetable__row:last-child .timetable__data {
	border-bottom: none;
}

.map {
	max-width: 570px;
	width: 92%;
	margin: 30px auto 0;
	aspect-ratio: 570/312;
	background: #e8eaed;
	overflow: hidden;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.timeline {
	max-width: 470px;
	width: 84%;
	margin: 40px auto 0;
	aspect-ratio: 1/1.0638;
	background: #fff;
	border-radius: 14px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.timeline iframe {
	width: 100%;
	height: 100%;
}

.cast {
	max-width: 560px;
	width: 88%;
	margin: 50px auto 0;
}

.cast__item {
	display: flex;
	flex-direction: column;
	row-gap: .5263rem;
}

.cast__item.mb--sm {
	margin-bottom: 4.1rem;
}

.cast__item.mb--medium {
	margin-bottom: 6.3rem;
}

.cast__item.mb--large {
	margin-bottom: 12rem;
}

.cast__item.divide::after {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -18%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.cast__thumb {
	max-width: 325px;
	margin: 0 auto 0;
	width: 100%;
}

.cast__name {
	color: #fff;
}

.cast__performer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 2.736rem;
	max-width: 800px;
	width: 94%;
	margin: 45px auto 0;
}

.comment {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 10px;
	row-gap: 2rem;
}

.comment__item:nth-child(even) {
	grid-column: 1/4;
}

.comment__item:nth-child(odd) {
	grid-column: 4/7;
}

.comment__item:first-child {
	grid-column: 2/6;
	grid-row: 1/2;
}

.comment__item .thumb {
	aspect-ratio: 16/9;
}

.comment__item .thumb iframe {
	width: 100%;
	height: 100%;
}

.comment__item .name {
	margin-top: .5em;
	text-align: center;
}


.article h2 {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	color: #000;
	background: #fff8e0;
	text-shadow: none;
	padding: 0 0.25rem;
}
.article h3 {
	margin-top: 2rem;
	margin-bottom: 1.2rem;
	padding: 0 0.25rem;
	font-size: 1.25rem;
	border-bottom: 1px solid #fff8e0;
}

.mg--top--mini {
	margin-top: .5rem;
}

.mg--top--xsmall {
	margin-top: 1rem;
}

.mg--top--small {
	margin-top: 1.7rem;
}

.mg--top--medium {
	margin-top: 2.8rem;
}

.mg--top--large {
	margin-top: 3.5rem;
}

.mg--top--xlarge {
	margin-top: 5rem;
}

.mg--top--exlarge {
	margin-top: 5.6rem;
}

.mg--right--mini {
	margin-right: .5rem;
}

.mg--right--xsmall {
	margin-right: 1rem;
}

.mg--right--small {
	margin-right: 1.7rem;
}

.mg--right--medium {
	margin-right: 2.8rem;
}

.mg--right--large {
	margin-right: 3.5rem;
}

.mg--right--xlarge {
	margin-right: 5rem;
}

.mg--right--exlarge {
	margin-right: 5.6rem;
}

.mg--bottom--mini {
	margin-bottom: .5rem;
}

.mg--bottom--xsmall {
	margin-bottom: 1rem;
}

.mg--bottom--small {
	margin-bottom: 1.7rem;
}

.mg--bottom--medium {
	margin-bottom: 2.8rem;
}

.mg--bottom--large {
	margin-bottom: 3.5rem;
}

.mg--bottom--xlarge {
	margin-bottom: 5rem;
}

.mg--bottom--exlarge {
	margin-bottom: 5.6rem;
}

.mg--left--mini {
	margin-left: .5rem;
}

.mg--left--xsmall {
	margin-left: 1rem;
}

.mg--left--small {
	margin-left: 1.7rem;
}

.mg--left--medium {
	margin-left: 2.8rem;
}

.mg--left--large {
	margin-left: 3.5rem;
}

.mg--left--xlarge {
	margin-left: 5rem;
}

.mg--left--exlarge {
	margin-left: 5.6rem;
}

.pd--top--mini {
	padding-top: .5rem;
}

.pd--top--xsmall {
	padding-top: 1rem;
}

.pd--top--small {
	padding-top: 1.7rem;
}

.pd--top--medium {
	padding-top: 2.8rem;
}

.pd--top--large {
	padding-top: 3.5rem;
}

.pd--top--xlarge {
	padding-top: 4.2rem;
}

.pd--top--exlarge {
	padding-top: 5rem;
}

.pd--top--maxlarge {
	padding-top: 7rem;
}

.pd--right--mini {
	padding-right: .5rem;
}

.pd--right--xsmall {
	padding-right: 1rem;
}

.pd--right--small {
	padding-right: 1.7rem;
}

.pd--right--medium {
	padding-right: 2.8rem;
}

.pd--right--large {
	padding-right: 3.5rem;
}

.pd--right--xlarge {
	padding-right: 4.2rem;
}

.pd--right--exlarge {
	padding-right: 5rem;
}

.pd--bottom--mini {
	padding-bottom: .5rem;
}

.pd--bottom--xsmall {
	padding-bottom: 1rem;
}

.pd--bottom--small {
	padding-bottom: 1.7rem;
}

.pd--bottom--medium {
	padding-bottom: 2.8rem;
}

.pd--bottom--large {
	padding-bottom: 3.5rem;
}

.pd--bottom--xlarge {
	padding-bottom: 4.2rem;
}

.pd--bottom--exlarge {
	padding-bottom: 5rem;
}

.pd--left--mini {
	padding-left: .5rem;
}

.pd--left--xsmall {
	padding-left: 1rem;
}

.pd--left--small {
	padding-left: 1.7rem;
}

.pd--left--medium {
	padding-left: 2.8rem;
}

.pd--left--large {
	padding-left: 3.5rem;
}

.pd--left--xlarge {
	padding-left: 4.2rem;
}

.pd--left--exlarge {
	padding-left: 5rem;
}

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

.l-header__link-item::before {
	position: absolute;
	top: 50%;
	left: -21px;
	transform: translate(0, -50%);
	width: 1px;
	height: 20px;
	background: #d0d0d0;
	content: "";
}

.l-header__link-item:first-child::before {
	display: none;
}

.l-header__link-item:hover {
	opacity: .5;
	transition: opacity .2s ease;
}

.hv--text {
	transition: opacity .3s ease;
}

.hv--text:hover {
	opacity: .7;
	transition: opacity .3s ease;
}

.hv--under:hover {
	text-decoration: none;
}

.hv--no-under:hover {
	text-decoration: underline;
}

}

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

html {
	font-size: clamp(12px, 3.7338vw, 18px);
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.l-header {
	justify-content: center;
	align-items: center;
	height: 56px;
}

.l-header__logo {
	width: 170px;
	margin: 0 auto 0;
}

.l-header__nav {
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
}

.l-header__link {
	border-top: 1px solid #4a4847;
	background: #fff8e0;
	flex-direction: column;
	font-size: 16px;
}

.l-header__link-item {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #4a4847;
}

.l-header__link-item a {
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	background-size: 50% 50% !important;
}

.l-container {
	padding-top: 56px;
}

.nav-button {
	display: block;
	position: fixed;
	top: 16px;
	right: 16px;
	width: 34px;
	height: 36px;
	z-index: 11;
}

.nav-button__line {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
}

.nav-button__line:nth-child(1) {
	top: 0;
	transition: transform .3s ease,top .3s ease;
}

.nav-button__line:nth-child(2) {
	top: 11px;
	transition: opacity .2s ease;
}

.nav-button__line:nth-child(3) {
	top: 22px;
	transition: transform .3s ease,top .3s ease;
}

.nav-button.is-open .nav-button__line:nth-child(1) {
	top: 11px;
	transform: rotate(315deg);
	transition: transform .3s ease,top .3s ease;
}

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

.nav-button.is-open .nav-button__line:nth-child(3) {
	top: 11px;
	transform: rotate(-315deg);
	transition: transform .3s ease,top .3s ease;
}

.wrapper--small {
	width: 88%;
	max-width: 480px;
}

.wrapper--medium {
	max-width: 480px;
	width: 90%;
}

.wrapper--large {
	width: 94%;
	max-width: 480px;
}

.heading {
	height: 45px;
}

.block--box {
	width: 100%;
	padding: 30px 15px;
}

.block--box__inner {
	width: 100%;
	margin-top: 20px;
}

.block--ticket {
	width: 100%;
	padding: 30px 15px;
}

.fz--sp-16 {
	font-size: 16px;
}

.align--sp-center {
	text-align: center;
}

.timeline {
	width: 88%;
}

.cast {
	max-width: 355px;
}

.cast__performer {
	max-width: 480px;
	margin-top: 25px;
	row-gap: 2rem;
	column-gap: 2px;
}

}

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

.is-sp {
	display: block;
}

.comment {
	grid-template-columns: repeat(12, 1fr);
}

.comment__item:nth-child(even) {
	grid-column: 2/12;
}

.comment__item:nth-child(odd) {
	grid-column: 2/12;
}

.comment__item:first-child {
	grid-column: 1/13;
}

}

