<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size: 16px;
	height: auto;
	min-height: 100%;
	width: 100%;
}

body {
	background: #232323;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	line-height: 1.7;
	margin: 0;
	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-komeMark {
	padding-left: 1em;
	position: relative;
}

.c-komeMark::before {
	content: "窶ｻ";
	left: 0;
	position: absolute;
}

.c-container {
	font-size: 15px;
	line-height: 2;
	margin: 94px auto 0;
	max-width: 292px;
	width: 90%;
}

.c-container__heading {
	color: #FA1D61;
	font-family: corporateb, corporate-logo-ver2, "Noto Sans JP", sans-serif;
	font-size: 18px;
	letter-spacing: 0.37em;
	line-height: 1;
	margin: 0 auto 27px;
	position: relative;
	text-align: center;
	text-indent: 0.37em;
	width: fit-content;
}

.c-container__heading::before {
	background: #FA1D61;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	width: 88%;
}

.c-container__text {
	margin-top: -10px;
	text-align: center;
}

.c-strong {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

.c-strong--date {
	font-size: 16px;
}

.c-strong--date em {
	font-size: 20px;
}

.header {
	height: 60px;
	left: 0;
	padding-top: 15px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header__logo {
	margin: 0 auto 0;
	width: 90px;
}

.content {
	background: #fff;
	margin: 0 auto 0;
	max-width: 430px;
	overflow: clip;
	position: relative;
	width: 100vw;
}

.content__scroll {
	height: 100vh;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.mv {
	height: auto;
	height: 100%;
	/*padding-top: 355px;*/
	position: relative;
}

.mv::before {
	/*background: url(./assets/images/background/01.png) no-repeat top left/contain;*/
	content: "";
	height: 467px;
	left: -34px;
	position: absolute;
	top: 50px;
	width: 330px;
	z-index: 0;
}

.mv::after {
	background: url(./assets/images/background/02.png) no-repeat top left/contain;
	content: "";
	height: 500px;
	position: absolute;
	right: -102px;
	top: 845px;
	width: 354px;
	z-index: 0;
}

.mv__title {
	position: relative;
}

.mv__title .hotchikis {
	font-family: corporatem, corporate-logo-ver2, "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.27em;
	line-height: 1;
	text-align: center;
}

.mv__title .title {
	margin: 0 auto 0;
	max-width: 346px;
	position: relative;
	top: -2px;
	width: 95%;
}

.mv__title .info {
	align-items: center;
	column-gap: 35px;
	display: flex;
	flex-wrap: wrap;
	font-family: corporatem, corporate-logo-ver2, "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-top: 13px;
}

.mv__title .info .num {
	font-size: 18px;
	letter-spacing: 0.05em;
}

.mv__title .info .venue {
	font-size: 18px;
	letter-spacing: 0.05em;
}

.mv__catch {
	background: #FA1D61;
	color: #F4FEC2;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.175em;
	line-height: 1;
	padding: 15px 5px 9px 5px;
	position: absolute;
	right: min(6.047vw, 26px);
	top: 15px;
	writing-mode: vertical-lr;
}

.mv__story {
	font-size: 15px;
	left: 26px;
	line-height: 2;
	margin: 33px auto 0;
	position: relative;
	width: 293px;
	z-index: 1;
}

.mv__scroll {
	border-left: 1px solid #FA1D61;
	bottom: 0;
	height: 158px;
	left: 25px;
	position: absolute;
}

.mv__scroll::before {
	animation: scroll 2s ease-in-out infinite;
	background: #FA1D61;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: -4px;
	position: absolute;
	top: 0;
	width: 7px;
}

.mv__scroll .text {
	color: #FA1D61;
	font-family: corporateb, corporate-logo-ver2, "Noto Sans JP", sans-serif;
	font-size: 10px;
	font-weight: 700;
	left: 8px;
	letter-spacing: 0.37em;
	position: relative;
	top: -2px;
	transform: rotate(180deg);
	transform-origin: center center;
	writing-mode: vertical-lr;
}

.detail {
	padding-bottom: 240px;
	padding-top: 87px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.detail::after {
	background: url(./assets/images/background/03.png) no-repeat top left/contain;
	bottom: -145px;
	content: "";
	height: 468px;
	left: -52px;
	position: absolute;
	width: 331px;
	z-index: -1;
}

.detail h2 {
	font-family: corporatem, corporate-logo-ver2, "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.111;
	position: relative;
}

.detail .start {
	font-family: corporatem, corporate-logo-ver2, "Noto Sans JP", sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-bottom: 82px;
}

.detail .mail {
	font-size: 15px;
	margin-bottom: 87px;
}

.detail .mail a {
	text-decoration: underline;
}

.detail .mail a:hover {
	text-decoration: none;
}

.detail .logo {
	margin: 0 auto 0;
	width: 91px;
}

.about {
	position: relative;
}

.timetable {
	border: 1px solid #707070;
	border-bottom: none;
	border-collapse: collapse;
	margin-top: 16px;
	position: relative;
	width: 100%;
}

.timetable th,
.timetable td {
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: center;
	width: calc(100% / 3);
}

.timetable th {
	font-weight: 400;
	height: 34px;
}

.timetable td:last-child {
	border-right: none;
}

.ticket__list {
	line-height: 1.8;
	margin-top: -5px;
}

.ticket__list .price {
	font-size: 1.333em;
}

.ticket__firstday {
	font-size: 15px;
	font-weight: 700;
	margin-top: 30px;
}

.cast {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.65;
	text-align: center;
}

.cast__etc {
	font-size: 15px;
	font-weight: 400;
}

.ticketButton {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	height: 150px;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding-bottom: 20px;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.4s;
	width: 100%;
	z-index: 100;
}

.ticketButton_button {
	background: #fa1e60;
	border-radius: 35px;
	color: #000;
	font-size: 18px;
	font-weight: 900;
	height: 70px;
	letter-spacing: 0.09em;
	max-width: 400px;
	position: relative;
	text-align: center;
	transition: opacity 0.4s;
	width: 95%;
}

.ticketButton_button:hover {
	opacity: 0.8;
	transition: opacity 0.4s;
}

.ticketButton_button a {
	display: grid;
	height: 100%;
	place-content: center;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.ticketButton.is-show {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.4s;
}
p.mainvisual {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
ul.cast_list {
	list-style-type: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}
ul.cast_list li {
	width: 100%;
	line-height: 1;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
ul.cast_list li span {
	font-size: 10px;
}
ul.cast_list li img {
	width: 100%;
	margin: 0 0 15px;
}
ul.cast_list li:nth-child(1) {
	margin: 0 0 80px;
}
ul.cast_list li:nth-child(11) {
	margin: 0 0 80px;
}
.c-container.per100 {
	max-width: inherit;
}
.youtube2 {
    position: relative;
    width:94%;
    max-width: 600px;
    margin: 0 auto;
	margin-top: 417px;
    padding: 56.25% 10px 0;
    margin-bottom: 10px;
	box-sizing: border-box;
}
.youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 835px) {

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.ticketButton {
	padding-bottom: 30px;
}

.ticketButton_button {
	font-size: 16px;
	height: 54px;
}

}

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

.is-sp {
	display: block;
}

}

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

.mv__story {
	font-size: 14px;
	width: 240px;
}

}

@keyframes scroll {

0% {
	opacity: 0;
	top: -7px;
}

10% {
	opacity: 1;
	top: -7px;
}

90% {
	opacity: 1;
	top: 100%;
}

100% {
	opacity: 0;
	top: 100%;
}

}

</pre></body></html>