html {
	background: #070203;
	font-size: 14px;
	width: 100%;
}

body {
	color: #fff;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

body::before {
	background: #070203 url(./assets/image/bg@2x.png) no-repeat top center/cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

main {
	position: relative;
}

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

a {
	color: inherit;
}

a:focus {
	outline: none;
}

dt {
	font-weight: normal;
}

em {
	font-style: normal;
}

.dn {
	display: none;
}

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

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

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #333;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background: #FF0001;
	border-radius: 10px;
	box-shadow: none;
}

::selection {
	background: #000000;
	color: #aaa;
}

/* for Firefox */

::-moz-selection {
	background: #000000;
	color: #aaa;
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.c-headingBig {
	font-size: 24px;
	font-weight: 400;
	height: 35px;
	letter-spacing: 0.53em;
	position: relative;
	text-align: center;
	text-indent: 0.53em;
	width: 100%;
}

.c-headingBig::before {
	background: url(./assets/image/line.svg) no-repeat left/contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 1px;
	width: 218px;
}

.c-headingBig::after {
	background: url(./assets/image/line.svg) no-repeat left/contain;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 1px;
	transform: scaleX(-1);
	width: 218px;
}

.c-headingMid {
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	font-size: 16px;
	font-weight: 400;
	height: 30px;
	letter-spacing: 0.53em;
	line-height: 30px;
	position: relative;
	text-align: center;
	text-indent: 0.53em;
	width: 100%;
}

.c-headingMid::before {
	background: url(./assets/image/heading-mark.svg) no-repeat center/contain;
	content: "";
	display: block;
	height: 12px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 14px;
}

.c-headingMid::after {
	background: url(./assets/image/heading-mark.svg) no-repeat center/contain;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 8px;
	transform: scaleX(-1);
	width: 14px;
}

.c-headingMid.mt {
	margin-top: 60px;
}

.bodyWrapper {
	position: relative;
}

.bodyWrapper .spTotop {
	display: none;
}

.loading {
	height: auto;
	pointer-events: none;
	position: fixed;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	user-select: none;
	width: auto;
	z-index: 10000;
}

.loading_tomin {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: calc(50% + 15px);
	transform: translate(-50%, -50%);
	width: 380px;
}

.loading_unrato {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: calc(50% + 15px);
	transform: translate(-50%, -50%);
	width: 117px;
}

.loading_title {
	height: 80.5vh;
	margin: 31px auto 0;
	max-height: 617px;
	opacity: 0;
	width: auto;
}

.header {
	filter: blur(2px);
	height: auto;
	opacity: 0;
	position: fixed;
	right: 111px;
	top: 41px;
	transition: opacity 1s ease, filter 1s;
	user-select: none;
	width: auto;
	z-index: 10000;
}

.header_tomin {
	left: -4px;
	margin: 0 auto 22px;
	position: absolute;
	width: 105%;
}

.header_unrato {
	left: -90px;
	position: absolute;
	top: calc(50% + 5px);
	width: 117px;
}

.header_title {
	height: 80.5vh;
	margin: 31px auto 0;
	max-height: 617px;
	width: auto;
}

.header a {
	display: block;
	position: relative;
	user-select: auto;
}

.navButton {
	cursor: pointer;
	height: 100%;
	height: 134px;
	left: 0;
	position: fixed;
	top: 0;
	transition: width 0.6s cubic-bezier(0.47, 0, 0.75, 0.72), height 0.6s cubic-bezier(0.47, 0, 0.75, 0.72);
	width: 100%;
	width: 133px;
	will-change: width, height;
	z-index: 10000;
}

.navButton_turnover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.navButton_label {
	background: none;
	border: none;
	color: #000;
	cursor: pointer;
	height: 40px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 80px;
}

.navButton_label::before {
	content: "MENU";
	display: block;
	font-size: 10px;
	left: 12px;
	letter-spacing: 1px;
	opacity: 1;
	position: absolute;
	top: 15px;
	transition: opacity 0.5s ease;
}

.navButton_label::after {
	content: "CLOSE";
	display: block;
	font-size: 10px;
	left: 12px;
	letter-spacing: 1px;
	opacity: 0;
	position: absolute;
	top: 15px;
	transition: opacity 0.5s ease;
}

.nav {
	filter: blur(3px);
	height: 100%;
	left: 0;
	margin-top: 105px;
	opacity: 0;
	padding-left: 78px;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, filter 0.2s, visibility 0.3s;
	user-select: none;
	visibility: hidden;
	width: 100%;
	z-index: 10000;
}

.nav_inner ul {
	font-size: 17px;
	letter-spacing: 0.29em;
	line-height: 1;
	list-style: none;
}

.nav_inner ul li {
	margin-bottom: 24.5px;
}

.nav_inner ul a {
	color: #fff;
	text-decoration: none;
}

.contentWrapper {
	filter: blur(2px);
	margin: 0 auto 0;
	max-width: 1145px;
	opacity: 0;
	transition: opacity 1s ease, filter 1s;
	width: 90%;
}

.contentWrapper_inner {
	border-left: 1px solid #666666;
	max-width: 785px;
	padding-bottom: 76px;
	padding-left: 40px;
	width: 68.5%;
}

.scrollLine {
	display: none;
}

.scrollLine .text {
	display: block;
	font-size: 10px;
	left: 8px;
	letter-spacing: 0.3em;
	line-height: 1;
	position: absolute;
	transform: scale(0.8);
	transform-origin: top left;
	writing-mode: tb-rl;
}

.scrollLine .line {
	display: block;
	height: 67px;
	overflow: hidden;
	position: relative;
	width: 1px;
}

.scrollLine .line::after {
	background: #AAAAAA;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top {
	padding-bottom: 106px;
	padding-top: 168px;
}

.top p {
	font-family: fot-tsukuaoldmin-pr6n, "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", sans-serif;
	font-size: 18px;
	letter-spacing: 0.17em;
	margin-bottom: 28px;
}

.top p.date {
	margin-left: 8px;
}

.top_link {
	display: flex;
	left: -10px;
	list-style: none;
	margin-top: 66px;
	position: relative;
}

.top_link li {
	background: url(./assets/image/button.svg) no-repeat center/contain;
	height: 120px;
	margin-left: 10px;
	position: relative;
	width: 250px;
}

.top_link li a {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.17em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.message {
	font-family: fot-tsukuaoldmin-pr6n, "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", sans-serif;
	font-size: 16px;
	letter-spacing: 0.07em;
	line-height: 2.125;
	padding-top: 5px;
}

.message .name {
	margin-top: 34px;
}

.cast {
	margin-top: 50px;
}

.cast_list {
	column-gap: 25px;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(5, auto);
	list-style: none;
	row-gap: 50px;
	width: 100%;
}

.cast_list.bottom {
	display: flex;
	margin-top: 52px;
}

.cast_list.bottom li {
	width: 83px;
}

.cast_list.bottom li .cast_image {
	height: 103px;
}

.cast_list.bottom li .cast_name {
	font-size: 14px;
}

.cast_image {
	height: 160px;
	width: auto;
}

.cast_image img {
	object-fit: cover;
}

.cast_name {
	font-family: fot-tsukuaoldmin-pr6n, "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", sans-serif;
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 14px;
	text-align: center;
}

.story {
	margin-top: 80px;
}

.story_detail {
	line-height: 2.428;
	margin: 56px auto 0;
	width: 486px;
}

.story_detail h3 {
	margin-top: 60px;
}

.story_characters {
	margin: 20px auto 0;
	width: 225px;
}

.story_characters div {
	display: flex;
	justify-content: space-between;
}

.story .caption {
	font-size: 0.8em;
	left: 0.5em;
	margin: 5px auto 0;
	position: relative;
	text-align: right;
	width: 225px;
}

.schedule {
	margin-top: 72px;
}

.schedule.osaka {
	margin-top: 80px;
}

.schedule_inner {
	margin: 61px auto 0;
	width: 486px;
}

.schedule_inner .caution {
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.61;
	margin-top: 18px;
	text-align: center;
}

.schedule_inner p {
	text-align: center;
}

.schedule_timeTable {
	background: #fff;
	border-collapse: collapse;
	color: #000;
	font-size: 16px;
	margin-top: 30px;
	width: 100%;
}

.schedule_timeTable th {
	border: 1px solid #707070;
	font-weight: 400;
	height: 30px;
	text-indent: 0.16em;
	width: 163px;
	width: calc(100% / 3);
}

.schedule_timeTable td {
	border: 1px solid #707070;
	text-align: center;
	text-indent: 0.16em;
	width: 163px;
	width: calc(100% / 3);
}

.schedule_timeTable td.streaming {
	line-height: 0.8;
}

.schedule_timeTable td.streaming span {
	font-size: 13px;
}

.schedule_venue {
	margin-top: 36px;
}

.schedule_venue em {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	text-indent: 0.12em;
}

.schedule_address {
	font-size: 13px;
	left: -7px;
	letter-spacing: 0.12em;
	line-height: 1.61;
	margin-top: 20px;
	position: relative;
	text-indent: 0.12em;
}

.schedule_address.streaming {
	font-size: 14px;
	left: 7px;
	letter-spacing: 0.16em;
	line-height: 1.8;
	margin-top: 28px;
}

.schedule_address.streaming a {
	font-weight: 700;
	text-decoration: underline;
}

.schedule_price {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}

.schedule_price .list {
	font-size: 20px;
	letter-spacing: 0.16em;
	line-height: 1.7;
}

.schedule_price .list > div {
	display: flex;
	left: 2px;
	position: relative;
}

.schedule_price .list > div dt {
	margin-right: 24px;
}

.schedule_price.streaming .list > div dd span {
	font-size: 0.65em;
}

.schedule_caution {
	display: flex;
	justify-content: center;
	margin-top: 17px;
}

.schedule_caution ul {
	font-size: 13px;
	letter-spacing: 0.12em;
	line-height: 1.61;
	list-style: none;
}

.schedule_ticket.start {
	margin-top: 30px;
}

.schedule_ticket.start em {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1;
}

.schedule_ticket.box {
	margin-top: 30px;
	padding: 34px 0;
	position: relative;
}

.schedule_ticket.box::before {
	border: 1px solid #707070;
	content: "";
	display: block;
	height: 100%;
	left: -50px;
	position: absolute;
	top: 0;
	width: calc(100% + 100px);
	z-index: 0;
}

.schedule_ticket.box ul {
	list-style: none;
	position: relative;
	z-index: 1;
}

.schedule_ticket.box ul li {
	line-height: 2.42;
}

.schedule_ticket.box ul li a {
	margin-left: 16px;
	word-break: break-all;
}

.schedule_streamingPrice {
	font-size: 20px;
	letter-spacing: 0.16em;
	margin-top: 28px;
}

.schedule_streamingPrice span {
	font-size: 0.65em;
}

.movie {
	margin-top: 67px;
}

.movie_list {
	list-style: none;
	margin: 60px auto 0;
	width: 487px;
}

.movie_list li {
	height: auto;
	margin-bottom: 2em;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.movie_list li iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.movie_list li:last-child {
	margin-bottom: 0;
}

.staff {
	margin-top: 67px;
}

.staff_list {
	line-height: 1.857;
	list-style: none;
	margin: 60px auto 0;
	width: 487px;
}

.contact {
	margin-top: 74px;
}

.contact_address {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 62px;
}

.contact_address .point {
	height: auto;
	margin-right: 10px;
	width: 24px;
}

.footer {
	margin-top: 77px;
	text-align: center;
}

.footer small {
	font-size: 11px;
	letter-spacing: 1.76px;
	line-height: 1;
}

.covid19Page {
	letter-spacing: 0.05em;
	padding-top: 168px;
}

.covid19Page h1 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 2em;
	max-width: 785px;
	width: 68.5%;
}

.covid19Page .contentWrapper h2 {
	margin-bottom: 1.5em;
	margin-top: 4em;
	position: relative;
	text-align: center;
}

.covid19Page .contentWrapper ul.list {
	list-style: none;
	margin-top: 1em;
}

.covid19Page .contentWrapper ul.list li {
	margin-bottom: 0.3em;
	padding-left: 1em;
	position: relative;
}

.covid19Page .contentWrapper ul.list li::before {
	content: "・";
	left: 0;
	position: absolute;
}

.covid19Page .contentWrapper strong {
	color: #FF0001;
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 3em;
}

.covid19Page .contentWrapper a {
	transition: opacity 0.5s;
	word-break: break-all;
}

.covid19Page .contentWrapper a:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}

.covid19Page .contentWrapper a.button {
	align-items: center;
	background: #fff;
	border-radius: 40px;
	color: #000;
	display: flex;
	justify-content: center;
	letter-spacing: 0.16em;
	margin: 0 auto;
	margin-top: 4em;
	max-width: 480px;
	min-height: 60px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.loading.is-loaded {
	opacity: 0 !important;
}

.header.is-loaded {
	filter: blur(0);
	opacity: 1;
	right: 101px;
	transition: opacity 0.3s ease, filter 0.3s, right 0.3s ease;
}

.contentWrapper.is-loaded {
	filter: blur(0);
	opacity: 1;
	transition: opacity 1s ease, filter 1s;
}

.navButton.is-loading {
	height: 0;
	transition: width 0.8s cubic-bezier(0.47, 0, 0.75, 0.72) 1s, height 0.8s cubic-bezier(0.47, 0, 0.75, 0.72) 1s;
	width: 0;
}

.bodyWrapper .spTotop.is-loaded {
	filter: blur(0);
	opacity: 1;
	transition: opacity 1s ease, filter 1s;
}

.covid19Page .header {
	filter: blur(0);
	opacity: 1;
}

.covid19Page .navButton {
	opacity: 1;
}

.navButton.is-open {
	height: 1136px;
	transition: width 0.8s cubic-bezier(0.47, 0, 0.75, 0.72), height 0.8s cubic-bezier(0.47, 0, 0.75, 0.72);
	width: 1126px;
}

.navButton.is-open .navButton_label::before {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.navButton.is-open .navButton_label::after {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.nav.is-open {
	filter: blur(0);
	opacity: 1;
	transition: opacity 0.2s ease 0.8s, filter 0.5s ease 0.8s, visibility 1s;
	user-select: auto;
	visibility: visible;
}

.scrollLine {
	opacity: 1;
	transition: opacity 0.5s;
}

.scrollLine.is-hide {
	opacity: 0;
	transition: opacity 0.5s;
}

.is-scrollLine::after {
	animation: lineAnimation 2s ease-in-out infinite;
}

.is-hover_button {
	transition: transform 0.8s ease;
}

.is-hover_button:hover {
	transform: scale(0.95);
	transition: transform 0.8s ease;
}

.is-hover_text {
	transition: opacity 0.4s ease;
}

.is-hover_text:hover {
	opacity: 0.4;
	transition: opacity 0.4s ease;
}

.navButton .navButton_turnover {
	transform: scale(1);
	transform-origin: left top;
	transition: transform 0.4s ease;
}

.navButton:hover .navButton_turnover {
	transform: scale(1.1);
	transform-origin: left top;
	transition: transform 0.4s ease 0.3s;
}

.navButton.is-open:hover .navButton_turnover {
	transform: scale(1);
	transform-origin: left top;
	transition: transform 0.4s ease;
}

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

.c-headingBig::before {
	width: 120px;
}

.c-headingBig::after {
	width: 120px;
}

.header {
	right: 41px;
	top: 21px;
	transform: scale(0.7);
	transform-origin: top right;
}

.cast_list {
	grid-template-columns: repeat(4, auto);
}

.schedule_ticket.box::before {
	left: -20px;
	width: calc(100% + 40px);
}

.header.is-loaded {
	right: 31px;
}

}

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

html {
	font-size: 12px;
}

body::before {
	background: url(./assets/image/bg.png) no-repeat top center/cover;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-headingBig {
	font-size: 14px;
	height: 20px;
	letter-spacing: 0.14em;
	text-indent: -0.14em;
}

.c-headingBig::before {
	width: 75px;
}

.c-headingBig::after {
	width: 75px;
}

.c-headingMid {
	font-size: 10px;
	height: 22px;
	line-height: 22px;
}

.c-headingMid::before {
	height: 7px;
	left: 5px;
	top: 6px;
	width: 7px;
}

.c-headingMid::after {
	height: 7px;
	right: 7px;
	top: 6px;
	width: 7px;
}

.c-headingMid.mt {
	margin-top: 38px;
}

.bodyWrapper .spTotop {
	display: block;
	filter: blur(3px);
	height: auto;
	left: 50%;
	max-width: 117px;
	min-width: 76px;
	opacity: 0;
	position: fixed;
	top: 16px;
	transform: translateX(-50%);
	transition: opacity 1s ease, filter 1s;
	width: 15.234vw;
	z-index: 10000;
}

.loading {
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%) scale(1);
}

.loading_tomin {
	left: 50%;
	margin: 0;
	top: calc(50% + 15px);
	transform: translate(-50%, -50%);
	width: 280px;
}

.loading_unrato {
	left: 50%;
	top: calc(50% + 15px);
	transform: translate(-50%, -50%);
	width: 110px;
}

.loading_title {
	height: auto;
	margin-top: 0;
	max-height: 90%;
	position: relative;
	top: 15px;
	width: 144px;
}

.header {
	height: 100%;
	left: 0;
	right: auto;
	top: 0;
	transform: scale(1);
	width: 100%;
	z-index: 1000;
}

.header_tomin {
	left: auto;
	margin: 0;
	max-width: 144px;
	min-width: 63px;
	position: absolute;
	right: 6px;
	top: 7px;
	width: 18.75vw;
}

.header_unrato {
	display: none;
}

.header_title {
	height: auto;
	margin-top: 0;
	max-width: 144px;
	min-width: 63px;
	position: absolute;
	right: 7px;
	top: 20px;
	width: 18.75vw;
}

.navButton {
	height: 80px;
	width: 79px;
}

.navButton_label {
	height: 30px;
	width: 60px;
}

.navButton_label::before {
	left: 7px;
	top: 7px;
	transform: scale(0.8);
	transform-origin: top left;
}

.navButton_label::after {
	left: 7px;
	top: 7px;
	transform: scale(0.8);
	transform-origin: top left;
}

.nav {
	margin-top: 75px;
	padding-left: 45px;
}

.nav_inner ul {
	font-size: 14px;
}

.nav_inner ul li {
	margin-bottom: 30px;
}

.contentWrapper {
	margin: 0;
	margin-left: 70px;
	position: relative;
	user-select: none;
	width: 275px;
	width: 73%;
	z-index: 1000;
}

.contentWrapper_inner {
	border-left: none;
	max-width: 420px;
	padding: 0;
	width: 85%;
}

.scrollLine {
	display: block;
	position: fixed;
	right: 9.6vw;
	top: calc(100vh - 67px);
	transform: translateX(-50%);
}

.top {
	height: 100%;
	min-height: 667px;
	padding-bottom: 0;
	padding-top: 97px;
	position: relative;
}

.top p {
	font-size: 12px;
	margin-bottom: 19px;
}

.top p.date {
	margin-left: 5px;
}

.top_link {
	flex-direction: column;
	margin-top: 55px;
}

.top_link li {
	height: 104px;
	margin-bottom: 10px;
	width: 217px;
}

.top_link li a {
	font-size: 12px;
}

.message {
	font-size: 12px;
	padding-top: 51px;
}

.message .name {
	margin-top: 30px;
}

.cast {
	margin-top: 75px;
}

.cast_list {
	column-gap: 22px;
	grid-template-columns: repeat(2, auto);
	left: -2px;
	position: relative;
	row-gap: 44px;
	width: 257px;
}

.cast_image {
	height: 141px;
}

.cast_name {
	font-size: 15px;
}

.story_detail {
	font-size: 11px;
	letter-spacing: 0.15em;
	line-height: 2.09;
	margin-top: 28px;
	width: 100%;
}

.story_detail h3 {
	margin-top: 38px;
}

.schedule {
	margin-top: 76px;
}

.schedule_inner {
	margin-top: 30px;
	width: 100%;
}

.schedule_inner .caution {
	font-size: 10px;
	margin-top: 15px;
}

.schedule_timeTable {
	font-size: 11px;
	letter-spacing: 0.13em;
	margin: 20px auto 0;
	max-width: 298px;
}

.schedule_timeTable th {
	height: 24px;
}

.schedule_timeTable td.streaming span {
	font-size: 10px;
}

.schedule_venue {
	margin-top: 21px;
}

.schedule_venue em {
	font-size: 15px;
}

.schedule_address {
	font-size: 10px;
	left: auto;
	line-height: 1.4;
}

.schedule_address.streaming {
	font-size: 12px;
	left: auto;
}

.schedule_price {
	margin-top: 18px;
}

.schedule_price .list {
	font-size: 15px;
}

.schedule_price .list > div {
	align-items: center;
	left: 0;
}

.schedule_price .list > div dt {
	margin-right: 17px;
}

.schedule_price.streaming .list > div {
	flex-direction: column;
}

.schedule_price.streaming .list > div:first-child {
	margin-bottom: 1em;
}

.schedule_price.streaming .list > div dt {
	margin-right: 0;
}

.schedule_caution ul {
	font-size: 10px;
}

.schedule_ticket.start {
	margin-top: 18px;
}

.schedule_ticket.start em {
	font-size: 11px;
	letter-spacing: 0.15em;
}

.schedule_ticket.box {
	margin: 18px auto 0;
	max-width: 298px;
	padding: 32px 8px 30px 12px;
	width: 100%;
}

.schedule_ticket.box::before {
	height: 100%;
	left: 0;
	width: 100%;
}

.schedule_ticket.box ul li {
	font-size: 11px;
	letter-spacing: 0.15em;
	line-height: 1.27;
	margin-bottom: 23px;
}

.schedule_ticket.box ul li:last-child {
	margin-bottom: 0;
}

.schedule_ticket.box ul li a {
	display: block;
	margin-left: 0;
}

.schedule_streamingPrice {
	font-size: 15px;
}

.movie {
	margin-top: 76px;
}

.movie_list {
	margin-top: 30px;
	max-width: 298px;
	width: 100%;
}

.staff {
	margin-top: 76px;
}

.staff_list {
	font-size: 11px;
	line-height: 1.81;
	margin-top: 30px;
	max-width: 298px;
	width: 100%;
}

.contact {
	margin-top: 78px;
}

.contact_address {
	font-size: 11px;
	left: 2px;
	letter-spacing: 0.16em;
	margin-top: 30px;
	position: relative;
}

.contact_address .point {
	margin-right: 9px;
	width: 21px;
}

.footer {
	margin-top: 96px;
}

.footer small {
	font-size: 10px;
	transform: scale(0.8);
}

.covid19Page {
	padding-top: 97px;
}

.covid19Page h1 {
	width: 85%;
}

.header.is-loaded {
	right: auto;
}

.navButton.is-open {
	height: 1065px;
	width: 1056px;
}

}

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

.is-sp {
	display: block;
}

.bodyWrapper .spTotop {
	width: 76px;
}

.header_tomin {
	width: 63px;
}

.header_title {
	width: 63px;
}

.contentWrapper {
	margin-left: 35px;
}

.contentWrapper_inner {
	width: 94%;
}

.scrollLine {
	right: 31px;
}

.story_characters {
	max-width: 225px;
	width: 90%;
}

.story .caption {
	max-width: 225px;
	width: 90%;
}

.schedule_price .list {
	font-size: 14px;
}

.covid19Page h1 {
	width: 94%;
}

}

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

.c-headingBig::before {
	width: 65px;
}

.c-headingBig::after {
	width: 65px;
}

.contentWrapper {
	margin-left: 25px;
}

.contentWrapper_inner {
	width: 90%;
}

.cast_list {
	width: 100%;
}

.cast_image {
	height: auto;
}

.schedule_timeTable {
	font-size: 10px;
}

.schedule_price .list {
	font-size: 12px;
}

.movie .c-headingBig::before,
.movie .c-headingBig::after {
	width: 50px;
}

}

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

.loading {
	transform: translate(50%, -50%) scale(0.7);
}

.contentWrapper {
	width: 67%;
}

.top_link li {
	height: 89px;
	width: 176px;
}

.cast_name {
	font-size: 12px;
}

}

@keyframes lineAnimation {

from {
	top: -100%;
}

to {
	top: 100%;
}

}

