@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap";

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

body {
	position: relative;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	font-family: "Noto Serif JP",serif;
	font-optical-sizing: auto;
	color: #63432c;
	background: #8e8a78;
	overflow-x: hidden;
}

body::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100lvh;
	background: url(./assets/images/item/bg.png) no-repeat top left/cover;
	content: "";
	mix-blend-mode: multiply;
}

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: #63432c;
}

dt {
	font-weight: normal;
}

em {
	font-style: normal;
}

.dn {
	display: none;
}

img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	user-select: none;
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.c-heading--big {
	font-family: heading,"Noto Serif JP",serif;
	font-size: 78px;
	font-weight: 400;
	margin: 68px 0 5px;
	color: #659370;
	text-align: center;
}

.c-heading--fukidashi {
	position: relative;
	padding: 20px;
	margin: 40px auto 40px;
	border-radius: 35px;
	border: 2px solid #b74d98;
	background-color: #e0dbd0;
	font-size: 22px;
	max-width: 400px;
	text-align: center;
}

.c-heading--fukidashi::before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	border-top: 15px solid #b74d98;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	content: "";
}

.c-heading--fukidashi::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: 0 auto;
	border-top: 15px solid #e0dbd0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	content: "";
}

.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: "・";
}

.c-nav-button {
	position: fixed;
	top: 0;
	left: 0;
	padding: clamp(calc(62px*0.6), calc(62*0.05208vw), 62px) clamp(calc(44px*0.6), calc(44*0.05208vw), 44px) clamp(calc(72px*0.6), calc(72*0.05208vw), 72px);
	display: grid;
	place-content: center;
	background: #b74d98;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s ease;
}

.c-nav-button.is-show {
	opacity: 1;
	pointer-events: auto;
}

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

.c-nav-button__line-box::after {
	position: absolute;
	top: 48px;
	left: 0;
	display: block;
	width: 100%;
	height: 17px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	content: "MENU";
}

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

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

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

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

.c-nav-button.is-open .c-nav-button__line-box::after {
	content: "CLOSE";
}

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

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

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

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

.c-button {
	width: 524px;
	height: 84px;
	margin: 2em auto 0;
}

.c-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	opacity: 1;
	line-height: 1.1;
	transition: opacity .4s;
	color: #fff;
	background: #b74d98;
}

.c-button a::before {
	position: absolute;
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
	pointer-events: none;
	content: "";
}

.l-nav {
	position: fixed;
	top: 0;
	left: -425px;
	z-index: 99;
	max-width: 425px;
	width: 100%;
	height: 100vh;
	display: grid;
	border-right: 1px solid #b74d98;
	background: #f0e9dc;
	padding: 251px 40px 0;
	transition: left .5s ease-in-out;
}

.l-nav.is-open {
	left: 0;
	transition: left .5s ease-in-out;
}

.l-nav__list li {
	margin-bottom: 25px;
	font-family: heading,"Noto Serif JP",serif;
	font-weight: 400;
	font-size: 25px;
}

.l-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	background: #ddd9c6;
}

.l-container h1 {
	margin-top: 10px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
}

.l-container__mainvisual {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 0;
}

.l-container__cast {
	width: fit-content;
	margin: 0 auto 0;
	column-gap: 7px;
	row-gap: 50px;
	text-align: center;
}

.l-container__cast--grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	margin-bottom: 50px;
}

.l-container__cast--grid--02 {
	width: fit-content;
	grid-template-columns: repeat(2, 1fr);
}

.l-container__cast--grid li {
	width: 100%;
}

.l-container__cast--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.l-container__cast--flex li {
	width: 100%;
}

.l-container__cast li {
	width: clamp(218px, calc(260*0.05208vw), 260px);
	font-weight: 500;
	line-height: 1.15;
}

.l-container__cast li .visual {
	margin-bottom: 18px;
	aspect-ratio: 260/390;
}

.l-container__cast li .role {
	margin-bottom: .3rem;
	font-family: tetsubin,sans-serif;
	font-size: 18px;
}

.l-container__cast li .role::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./assets/images/item/kasure-text-02.png) repeat;
	content: "";
}

.l-container__cast li .name {
	font-family: tetsubin,sans-serif;
	font-size: 32px;
	font-weight: 700;
}

.l-container__cast li .name::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./assets/images/item/kasure-text-02.png) repeat;
	opacity: .6;
	content: "";
	pointer-events: none;
}

.l-container__cast li .company {
	font-size: 18px;
}

.l-container__story {
	font-size: 2.4rem;
	line-height: 2;
	font-weight: 900;
}

.l-container__theater {
	font-size: 3.2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.35;
}

.l-container__timetable {
	width: 100%;
	max-width: 534px;
	border-collapse: collapse;
	margin: 0 auto 30px;
}

.l-container__timetable th,
.l-container__timetable td {
	border: 1px solid #63432c;
	width: 25%;
	font-size: 22px;
	height: 50px;
	text-align: center;
}

.l-container__price {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1em;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}

.l-container__price dt {
	text-align: right;
}

.l-container__price dd {
	text-align: left;
}

.l-container__senkou {
	font-size: 3rem;
	text-align: center;
}

.l-container__seat {
	max-width: 680px;
	width: 95%;
	margin: 0 auto 0;
}

.l-container__footer {
	margin-top: 100px;
	padding-bottom: 10px;
}

.l-container__footer p {
	font-size: 11px;
	text-align: center;
}

.l-container .inner {
	width: 67.4%;
	margin: 0 auto 0;
}

.l-container .description {
	width: 73.4%;
	margin: 5rem auto 0;
	padding: 29px 28px;
}

.l-container .description::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(./assets/images/item/kasure-line-box.png);
	background-repeat: repeat;
	content: "";
	mix-blend-mode: multiply;
	z-index: -1;
}

.l-container .description::after {
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #ddd9c6;
	content: "";
}

.l-container .description p {
	position: relative;
	z-index: 1;
	word-break: auto-phrase;
}

.l-container .description__corner {
	position: absolute;
	left: -7px;
	display: block;
	width: calc(100% + 14px);
	height: 36px;
	pointer-events: none;
	z-index: 1;
}

.l-container .description__corner::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(./assets/images/item/box-corner-kasure-02.png) no-repeat top left/contain;
	content: "";
}

.l-container .description__corner::after {
	position: absolute;
	top: 0;
	right: 0;
	transform: scaleX(-1);
	width: 36px;
	height: 36px;
	background: url(./assets/images/item/box-corner-kasure-02.png) no-repeat top left/contain;
	content: "";
}

.l-container .description__corner--top {
	top: -7px;
}

.l-container .description__corner--bottom {
	bottom: -7px;
}

.l-container .description__corner--bottom::before {
	transform: scale(1, -1);
}

.l-container .description__corner--bottom::after {
	transform: scale(-1, -1);
}

.l-container .map {
	aspect-ratio: 16/9;
	margin-top: 15px;
}

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

.l-container .x-timeline {
	aspect-ratio: 4/3;
	margin: 0 auto 0;
	overflow-y: scroll;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #b74d98;
}

.l-container .x-timeline iframe {
	width: 100%;
	height: 100%;
}

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

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

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

.l-container .fit-content {
	width: fit-content;
	margin: 0 auto 0;
}

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

.l-container .border-box {
	padding: 1em 2em;
	border: 2px solid #63432c;
}

.l-container .border-box--pink {
	border-color: #b74d98;
}

.l-container .kutouten {
	letter-spacing: -0.5em;
}

.l-container .mt-m025 {
	margin-top: -2.5rem;
}

.l-container .mt-05 {
	margin-top: .5rem;
}

.l-container .mt-1 {
	margin-top: 1rem;
}

.l-container .mt-15 {
	margin-top: 1.5rem;
}

.l-container .mt-2 {
	margin-top: 2rem;
}

.l-container .mt-25 {
	margin-top: 2.5rem;
}

.l-container .mt-3 {
	margin-top: 3rem;
}

.l-container .mt-35 {
	margin-top: 3.5rem;
}

.l-container .mt-4 {
	margin-top: 4rem;
}

.l-container .mt-45 {
	margin-top: 4.5rem;
}

.l-container .mt-5 {
	margin-top: 5rem;
}

.l-container .mt-55 {
	margin-top: 5.5rem;
}

.l-container .fz-08125 {
	font-size: .8125rem;
}

.l-container .fz-1 {
	font-size: 1rem;
}

.l-container .fz-1125 {
	font-size: 1.125rem;
}

.l-container .fz-125 {
	font-size: 1.25rem;
}

.l-container .fz-1375 {
	font-size: 1.375rem;
}

.l-container .fz-1625 {
	font-size: 1.625rem;
}

.l-container .fz-18 {
	font-size: 1.8rem;
}

.l-container .fz-20 {
	font-size: 2rem;
}

.l-container .fz-3 {
	font-size: 3rem;
}

.l-container .fz-35 {
	font-size: 3.5rem;
}

.l-container .fze-07 {
	font-size: .7em;
}

.l-container .fze-08125 {
	font-size: .8125em;
}

.l-container .fze-1 {
	font-size: 1em;
}

.l-container .fze-1125 {
	font-size: 1.125em;
}

.l-container .fze-125 {
	font-size: 1.25em;
}

.l-container .fze-1375 {
	font-size: 1.375em;
}

.l-container .fze-1625 {
	font-size: 1.625em;
}

.l-container .fze-18 {
	font-size: 1.8em;
}

.l-container .fze-20 {
	font-size: 2em;
}

.l-container .fw-mid {
	font-weight: 500;
}

.l-container .fw-bold {
	font-weight: 700;
}

.l-container .fw-black {
	font-weight: 900;
}

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

.l-container .lh-115 {
	line-height: 1.15;
}

.l-container .lh-15 {
	line-height: 1.5;
}

.l-container .lh-155 {
	line-height: 1.555;
}

.l-container .lh-16875 {
	line-height: 1.6875;
}

.l-container .lp-005 {
	letter-spacing: .05em;
}

.l-container .lp-m002 {
	letter-spacing: -0.02em;
}

.l-container .dl-list {
	display: grid;
	grid-template-columns: 3em 1fr;
	row-gap: 1em;
}

.l-container .dl-list dt {
	flex-shrink: 0;
}

.l-container .staff-list {
	display: grid;
	grid-template-columns: 10em 1fr;
	row-gap: .5em;
	column-gap: 1em;
	width: 50%;
}

.l-container .staff-list dt {
	flex-shrink: 0;
	text-align: right;
}

.l-container .staff-list dt::after {
	position: absolute;
	right: -1em;
	content: "：";
}

.l-container .staff-list dd {
	text-align: left;
}

.l-container .staff-list dd.company {
	display: flex;
	column-gap: 1em;
	flex-wrap: wrap;
}

.l-container .cl--pink {
	color: #b74d98;
}

.l-container .cl--green {
	color: #659370;
}

.l-container .bunkacho {
	display: grid;
	grid-template-columns: 6em 1fr;
	align-items: center;
	column-gap: .5em;
}

.l-container .bunkacho .arts {
	padding: .5em;
}

.l-container .anchor {
	text-decoration: underline;
}

.l-container .anchor:hover {
	text-decoration: none;
}

.l-ticket-btn {
	position: fixed;
	bottom: 20px;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	width: 618px;
	height: 84px;
	transition: bottom .4s ease;
	background: #000;
	z-index: 90;
}

.l-ticket-btn.is-show {
	bottom: 20px;
	transition: bottom .4s ease;
}

.l-ticket-btn__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: tetsubin,sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	opacity: 1;
	transition: opacity .4s;
	color: #fff;
}

.l-ticket-btn__item--gekijyo {
	background: #b74d98;
}

.l-ticket-btn__item--streaming {
	background: #e59784;
}

.l-ticket-btn__item::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 21px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(./assets/images/item/arrow-right.svg) no-repeat top left/contain;
	content: "";
}

.l-ticket-btn__item span {
	pointer-events: none;
	list-style: 1;
}

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

.c-nav-button:hover {
	opacity: .7;
	transition: opacity .4s ease;
}

.c-button a:hover {
	opacity: .8;
	transition: opacity .4s;
}

.l-nav__list li {
	opacity: 1;
	transition: opacity .4s ease;
	letter-spacing: .02em;
}

.l-nav__list li:hover {
	opacity: .7;
	transition: opacity .4s ease;
}

.l-ticket-btn__item:hover {
	opacity: .8;
	transition: opacity .4s;
}

}

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

html {
	font-size: 14px;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-heading--big {
	font-size: 34px;
	margin: 40px auto 20px;
}

.c-heading--fukidashi {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 30px auto;
	font-size: 18px;
}

.c-nav-button {
	padding: 10px 10px 25px;
}

.c-nav-button__line-box {
	width: 35px;
	height: 11px;
}

.c-nav-button__line-box::after {
	top: 16px;
	height: 10px;
	font-size: 10px;
}

.c-nav-button__line {
	width: 35px;
	height: 1px;
}

.c-nav-button__line:nth-child(2) {
	top: 5px;
}

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

.c-nav-button.is-open .c-nav-button__line {
	width: 35px;
}

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

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

.c-button {
	max-width: 425px;
	width: 90%;
	height: 60px;
}

.c-button a {
	font-size: 14px;
}

.l-nav {
	padding-top: 100px;
}

.l-nav__list li {
	font-size: 18px;
	text-align: center;
}

.l-container {
	max-width: 480px;
	padding: 0 1em;
	font-size: 1rem;
	text-align: left;
}

.l-container h1 {
	width: fit-content;
	margin: 5px auto 0;
	font-size: 36px;
	font-weight: 900;
	text-align: left;
}

.l-container h1 .first {
	left: -1em;
}

.l-container__cast {
	column-gap: 5px;
	row-gap: 25px;
	text-align: center;
}

.l-container__cast--grid {
	margin-bottom: 25px;
}

.l-container__cast--flex {
	margin-bottom: 25px;
}

.l-container__cast--flex li {
	width: 46%;
}

.l-container__cast li {
	width: min(calc(100*0.2666vw), 130px);
}

.l-container__cast li .visual {
	margin-bottom: 8px;
}

.l-container__cast li .role {
	font-size: 13px;
}

.l-container__cast li .name {
	font-size: 18px;
}

.l-container__cast li .company {
	font-size: 10px;
}

.l-container__story {
	font-size: 16px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 1.35;
}

.l-container__theater {
	line-height: 1.15;
	font-size: 32px;
}

.l-container__timetable th,
.l-container__timetable td {
	font-size: 16px;
	height: 40px;
}

.l-container__price {
	line-height: 1.25;
	font-size: 19px;
}

.l-container__senkou {
	font-size: 30px;
}

.l-container .inner {
	width: 94%;
}

.l-container .description {
	width: 88%;
	padding: 1.5rem;
}

.l-container .tb-center {
	text-align: center;
}

.l-ticket-btn {
	max-width: 425px;
	width: 90%;
	height: 60px;
}

.l-ticket-btn__item {
	font-size: 16px;
}

.l-ticket-btn__item::after {
	right: 10px;
	width: 12px;
	height: 12px;
}

}

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

html {
	font-size: 12px;
}

.is-sp {
	display: block;
}

.l-container__cast li .role {
	font-size: 10px;
}

.l-container__cast li .name {
	font-size: 16px;
}

}

@media print {

*,
*::before,
*::after {
	opacity: 1 !important;
}

body {
	color: #000;
}

#top,
.visual,
.x-timeline,
#ticketBtn,
#navBtn {
	display: none !important;
}

}

