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

body {
	background: #fff;
	color: #EA5514;
	font-family: "Work Sans", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	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%;
}

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

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #e95513;
	box-shadow: none;
}

* {
	scrollbar-color: #e95513 #fff;
	scrollbar-width: thin;
}

::selection {
	background: #006ec0;
	color: #ffffff;
}

/* for Firefox */

::-moz-selection {
	background: #006ec0;
	color: #ffffff;
}

.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-listMark {
	padding-left: 1em;
	position: relative;
}

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

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

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

.c-clip {
	bottom: 0;
	position: absolute;
	z-index: -10;
}

.c-button {
	border: 1px solid #000;
	height: 70px;
	margin: 10px auto 0;
	position: relative;
	transition: all 0.4s;
	width: 240px;
}

.c-button--info {
	margin-top: 50px;
	width: 320px;
}

.c-button__anchor {
	cursor: pointer;
	display: grid;
	height: 100%;
	letter-spacing: 0.25em;
	place-content: center;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
}

.c-button__anchor--info {
	color: #000;
	letter-spacing: 0.1em;
	transition: color 0.4s;
}

.c-heading {
	color: #000;
	font-family: lust-display, serif;
	font-size: 50px;
	text-align: center;
	text-transform: capitalize;
}

.loading {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.loading.is-loaded {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
}

.header {
	height: auto;
	padding-bottom: min(9.004vw, 123px);
	padding-top: min(2.928vw, 40px);
	position: relative;
	width: 100%;
}

.header::before {
	background: url(./assets/images/background_top.png) no-repeat top left/cover;
	content: "";
	height: calc(100% + min(8.126vw, 111px));
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.header__logo {
	height: min(19.766vw, 270px);
	left: calc(50% - min(3.514vw, 48px));
	margin: 0 auto 0;
	position: absolute;
	top: min(2.928vw, 40px);
	transform: translate(-50%, 0);
	user-select: none;
	width: min(49.854vw, 681px);
	z-index: 10;
}

.header__logo__left {
	bottom: 0;
	left: 0;
	position: absolute;
	width: min(6.589vw, 90px);
}

.header__logo__text {
	left: calc(50% - min(0.512vw, 7px));
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: min(39.531vw, 540px);
}

.header__logo__right {
	position: absolute;
	right: 0;
	top: min(2.489vw, 34px);
	width: min(5.051vw, 69px);
}

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

.header__info__l {
	left: calc(50% - min(32.65vw, 446px));
	position: absolute;
	top: min(25.403vw, 347px);
	transform: translate(-50%, 0);
	width: min(22.108vw, 302px);
}

.header__info__r {
	left: calc(50% + min(29.502vw, 403px));
	position: absolute;
	top: min(15.373vw, 210px);
	transform: translate(-50%, 0);
	width: min(33.675vw, 460px);
}

.header__info__date {
	left: 50%;
	position: absolute;
	top: min(68.155vw, 931px);
	transform: translate(-50%, 0);
	width: min(68.228vw, 932px);
}

.nav {
	background: #e95513;
	color: #000000;
	height: 100%;
	max-width: 375px;
	overflow-y: scroll;
	pointer-events: none;
	position: fixed;
	right: -375px;
	top: 0;
	transition: right 0.8s ease;
	width: 100%;
	z-index: 99;
}

.nav.is-open {
	pointer-events: auto;
	right: 0;
	transition: right 0.8s ease;
}

.nav::-webkit-scrollbar {
	width: 6px;
}

.nav::-webkit-scrollbar-track {
	background: #e95513;
	border: none;
}

.nav::-webkit-scrollbar-thumb {
	background: #000;
	box-shadow: none;
}

.nav * {
	scrollbar-color: #000 #e95513;
	scrollbar-width: thin;
}

.nav__inner {
	padding: 44px 37px 30px 35px;
}

.nav__logo {
	position: relative;
	width: 230px;
}

.nav__menu {
	border-bottom: 1px solid #000;
	font-family: lust-display, serif;
	font-size: 24px;
	letter-spacing: -0.01em;
	line-height: 1;
	margin-top: 32px;
	padding-bottom: 30px;
	padding-left: 16px;
}

.nav__menu__item {
	margin-bottom: 23px;
	transition: color 0.2s;
}

.nav__menu__item span {
	cursor: pointer;
}

.nav__bottom-menu {
	column-gap: 61px;
	display: flex;
	font-family: lust-display, serif;
	font-size: 24px;
	letter-spacing: -0.01em;
	line-height: 1;
	margin-top: 19px;
	padding-left: 20px;
}

.nav__bottom-menu__item a {
	transition: color 0.2s;
}

.nav__twitter {
	margin-left: 14px;
	margin-top: 29px;
	position: relative;
	width: 97px;
}

.nav__twitter a {
	transition: filter 0.2s;
}

.nav__close {
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: transform 0.5s;
	width: 40px;
}

.nav-button {
	bottom: 20px;
	height: 60px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 30px;
	transition: opacity 0.4s, transform 0.5s;
	width: 60px;
	z-index: 98;
}

.nav-button:hover {
	transform: scale(1.2);
	transform-origin: center center;
	transition: transform 0.5s, opacity 0.5s 0.4s;
}

.nav-button.is-show {
	opacity: 1;
	pointer-events: auto;
	transition: transform 0.5s, opacity 0.5s 0.4s;
}

.ob-mv {
	height: min(65.154vw, 890px);
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	user-select: none;
	width: min(55.93vw, 764px);
}

.ob-mv__image {
	-webkit-clip-path: url(#clipItem);
	clip-path: url(#clipItem);
	height: calc(min(65.154vw, 890px) / 100);
	left: 50%;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(min(55.93vw, 764px) / 100);
}

.ob-mv__image picture {
	display: block;
}

.ob-mv__image img {
	height: min(89.531vw, 1223px);
	left: calc(50% - min(1.098vw, 15px));
	position: absolute;
	top: calc(50% + min(2.928vw, 40px));
	transform: translate(-50%, -50%);
	width: min(59.736vw, 816px);
}

#clipItem {
	height: 100%;
	width: 100%;
}

.top-block {
	column-gap: min(6.149vw, 84px);
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-template-rows: 182px 182px auto;
	margin: 0 auto 0;
	max-width: 1195px;
	row-gap: clamp(54px, 7.906vw, 108px);
	width: 95%;
}

.top-block__toguide {
	background: #fff;
	border: 1px solid #EA5514;
	border-radius: 20px;
	grid-column: 2/3;
	grid-row: 1/2;
	max-width: 720px;
	padding: 22px 23px 26px 47px;
	position: relative;
	width: 100%;
}

.top-block__toguide::after {
	background: url(./assets/images/arrow.svg) no-repeat top right/contain;
	content: "";
	height: 10px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translate(0, -50%);
	transition: right 0.3s;
	width: 100px;
}

.top-block__toguide__inner {
	display: block;
	height: 100%;
	transition: opacity 0.3s;
	width: 100%;
}

.top-block__toguide .heading {
	text-align: left;
}

.top-block__toguide .text {
	color: #000;
	font-size: clamp(16px, 1.72vw, 23.5px);
	letter-spacing: 0.05em;
	line-height: 1.546;
}

.top-block__news {
	background: #fff;
	border: 1px solid #EA5514;
	border-radius: 20px;
	grid-column: 2/3;
	grid-row: 2/3;
	height: 100%;
	max-width: 720px;
	padding: 22px 23px 26px 32px;
	width: 100%;
}

.top-block__news::after {
	background: #EA5514;
	content: "";
	height: calc(100% - 22px - 26px);
	position: absolute;
	right: 26px;
	top: 22px;
	width: 1px;
}

.top-block__news__container {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}

.top-block__news__container::-webkit-scrollbar {
	width: 7px;
}

.top-block__news__container::-webkit-scrollbar-track {
	background: #fff;
	border: none;
	width: 7px;
}

.top-block__news__container::-webkit-scrollbar-thumb {
	background: #EA5514;
	box-shadow: none;
}

.top-block__news__group div {
	display: flex;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin-bottom: 9px;
}

.top-block__news__group div dt {
	flex-shrink: 0;
	letter-spacing: 0.1em;
	margin-right: min(3.953vw, 54px);
	width: 90px;
}

.top-block__news__group div dd {
	padding-right: 3em;
}

.top-block__news__group div dd a,
.top-block__news__group div dd .jsOpenInfo {
	cursor: pointer;
	text-decoration: underline;
}

.top-block__news__group div dd a:hover,
.top-block__news__group div dd .jsOpenInfo:hover {
	text-decoration: none;
}

.top-block__story {
	font-size: clamp(18px, 2.013vw, 27.5px);
	font-size: clamp(16px, 1.72vw, 23.5px);
	grid-column: 2/3;
	grid-row: 4/5;
	letter-spacing: 0.05em;
	line-height: 1.546;
}

.top-block__story__title {
	margin-bottom: clamp(43px, 6.296vw, 86px);
	margin-left: clamp(12px, 3.514vw, 48px);
	width: clamp(165px, 24.231vw, 331px);
}

.top-block__timeline {
	background: #fff;
	border: 1px solid #EA5514;
	border-radius: 13px;
	border-radius: 20px;
	grid-column: 1/2;
	grid-row: 1/5;
	height: 600px;
	margin-top: clamp(19px, 2.782vw, 38px);
	overflow: hidden;
	width: 100%;
}

.top-block__info {
	grid-column: 2/3;
	grid-row: 3/4;
	margin: 0;
	margin-left: clamp(12px, 3.514vw, 48px);
}

.cast {
	margin-top: 210px;
	padding-bottom: 180px;
}

.cast__title {
	margin: 0 auto 0;
	width: 112px;
}

.cast__rampage {
	letter-spacing: 0.05em;
	margin-top: 85px;
	text-align: center;
}

.cast__list {
	column-gap: 21px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 56px auto 0;
	max-width: 1060px;
	position: relative;
	row-gap: 98px;
	width: 98%;
}

.cast__list__item {
	align-content: start;
	display: grid;
}

.cast__list__item .block--name {
	display: grid;
	grid-row: 2/3;
	text-align: center;
}

.cast__list__item .block--name h3 {
	color: #006EC0;
	font-size: 20px;
	font-weight: 400;
	grid-row: 2/3;
	letter-spacing: 0.2em;
	line-height: 2;
}

.cast__list__item .block--name p {
	color: #FAEC21;
	font-size: 16px;
	grid-row: 3/4;
	letter-spacing: 0.08em;
	margin-top: 2px;
}

.cast__list__item .block--name .role {
	color: #006EC0;
	font-size: 80%;
	grid-row: 1/2;
}

.cast__list__item .block--img {
	clip-path: url(#clipItemCast);
	grid-row: 1/2;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
}

.cast__list__item .block--img::before {
	background: #ea5514;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleY(1);
	transform-origin: bottom;
	width: 100%;
}

.cast__list__item .block--img.is-show::before {
	transform: scaleY(0);
	transition: transform 0.8s ease;
}

.cast__list__item .block--comment {
	grid-row: 3/4;
	line-height: 1.77;
	margin: 30px auto 0;
	width: calc(100% - min(2.562vw, 35px));
}

.cast__list__item--01 {
	grid-column: 1/2;
	grid-row: 1/2;
}

.cast__list__item--02 {
	grid-column: 2/3;
	grid-row: 1/2;
}

.cast__list__item--03 {
	grid-column: 3/4;
	grid-row: 1/2;
}

.cast__list__item--04 {
	grid-column: 2/3;
	grid-row: 2/3;
}

.cast__list__item--04 .block--name h3 {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.cast__list__item--04 .block--name h3 span {
	font-size: 12px;
}

.cast__list__item--04 .block--name .role {
	font-size: 70%;
	margin-bottom: 10px;
}

.cast__list__item--04 .block--img {
	margin: 0 auto 25px;
	width: calc(100% - 40px);
}

.green {
	background: #22B373;
	overflow: hidden;
	padding-bottom: 212px;
	padding-top: 127px;
	position: relative;
}

.schedule__title {
	margin: 0 auto 0;
	width: 232px;
}

.schedule__date {
	color: #000;
	font-size: clamp(28px, 2.928vw, 40px);
	left: 10px;
	letter-spacing: 0.05em;
	margin-top: 72px;
	position: relative;
	text-align: center;
}

.schedule__date span {
	letter-spacing: 0.24em;
}

.schedule__sub {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-top: 8px;
	text-align: center;
}

.timetable {
	margin: 85px auto 0;
	width: 720px;
}

.timetable__container {
	color: #000;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 70px;
}

.timetable__item {
	letter-spacing: 0.05em;
	padding: 0px 15px 7px;
	position: relative;
	text-align: center;
}

.timetable__item::before {
	background: #000;
	border-radius: 1px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.timetable__item dt {
	font-size: 18px;
	margin-bottom: 28px;
}

.timetable__item dt.sat {
	color: #144A90;
}

.timetable__item dt.sun {
	color: #BF272D;
}

.timetable__item dd {
	font-size: 20px;
	margin-bottom: 2px;
}

.venue {
	margin-top: 242px;
}

.venue__title {
	margin: 0 auto 0;
	width: 162px;
}

.venue__name {
	color: #000;
	font-size: clamp(22px, 2.928vw, 40px);
	letter-spacing: 0.06em;
	line-height: 1;
	margin-top: 88px;
	text-align: center;
}

.venue__address {
	align-items: center;
	column-gap: clamp(35px, 5.124vw, 70px);
	display: grid;
	grid-template-columns: 184px 1fr;
	margin: 10px auto 0;
	max-width: 1025px;
	width: 90%;
}

.venue__address__map {
	animation: mapBall 5s infinite linear alternate;
	background: url(./assets/images/map-bg.png) no-repeat center center/contain;
	height: 184px;
	transition: filter 0.8s;
}

.venue__address__map a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.venue__address__map .arrow {
	display: block;
	height: 48px;
	left: calc(50% - 3px);
	overflow: hidden;
	position: absolute;
	top: calc(50% - 22px);
	transform: translate(-50%, -50%);
	width: 48px;
}

.venue__address__map .arrow img {
	animation: mapArrow 1.8s infinite linear normal;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.venue__address__map .text {
	display: block;
	left: calc(50% - 4px);
	position: absolute;
	top: calc(50% + 35px);
	transform: translate(-50%, -50%);
	transform-origin: left top;
	width: 85px;
}

.venue__address__detail {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.227;
	position: relative;
	top: clamp(7px, 1.098vw, 15px);
}

.ticket {
	color: #000;
	font-size: 14px;
	line-height: 2.27;
	padding-top: 129px;
	position: relative;
	text-align: center;
}

.ticket__title {
	left: -6px;
	margin: 0 auto 0;
	position: relative;
	width: 187px;
}

.ticket__price {
	font-size: clamp(22px, 2.928vw, 40px);
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 75px;
}

.ticket__price span {
	font-size: 16px;
	left: 5px;
	position: relative;
}

.ticket__sub {
	font-size: 14px;
	left: -6px;
	letter-spacing: 0.05em;
	margin-bottom: 102px;
	margin-top: 6px;
	position: relative;
}

.ticket h3 {
	font-size: 14px;
	font-weight: 400;
	left: -5px;
	letter-spacing: 0.05em;
	margin-top: 4.4em;
	position: relative;
}

.ticket h3.mt {
	margin-top: 2em;
}

.ticket h4 {
	font-weight: 400;
	left: -5px;
	letter-spacing: 0.05em;
	margin-top: 2em;
	position: relative;
}

.ticket p {
	left: -5px;
	letter-spacing: 0.05em;
	position: relative;
}

.ticket a {
	text-decoration: underline;
}

.ticket a:hover {
	text-decoration: none;
}

.ticket__buy {
	align-items: center;
	column-gap: 40px;
	display: flex;
	justify-content: center;
}

.ticket__buy h4 {
	font-weight: 500;
}

.ticket__buy p {
	left: auto;
}

.ticket__ippan {
	align-items: center;
	animation: ticketBall 4s infinite ease-in-out alternate;
	background: #EA5514 url(./assets/images/ticket-start.png) no-repeat center center/contain;
	border-radius: 50%;
	color: #f6e9d6;
	display: flex;
	flex-direction: column;
	height: 211px;
	left: calc(50% + min(20.132vw, 275px));
	padding-top: 24px;
	position: absolute;
	top: 215px;
	width: 211px;
}

.ticket__ippan h3 {
	font-size: 14px;
	font-weight: 400;
	left: auto;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 24px;
	margin-top: 0;
}

.ticket__ippan p {
	font-size: 14px;
	left: auto;
	letter-spacing: 0.1em;
	line-height: 1.9;
}

.ticket__ippan p span {
	font-size: 18px;
	letter-spacing: 0.05em;
}

.goods {
	background: #22B373;
	margin-top: 130px;
	padding-bottom: 150px;
	padding-top: 127px;
	position: relative;
}

.goods__content {
	column-gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	margin: 40px auto 0;
	max-width: 746px;
	row-gap: 20px;
}

.goods__itembox {
	align-content: start;
	background: #fff;
	display: grid;
	justify-content: space-evenly;
	padding: 20px 20px 20px;
	position: relative;
}

.goods__itembox.pamph {
	grid-column: 1/3;
	grid-row: 1/2;
}

.goods__itembox.tshirt {
	grid-column: 1/3;
	grid-row: 2/3;
	padding-bottom: 50px;
	row-gap: 20px;
}

.goods__itembox.tshirt .goods__desc .desc {
	width: 360px;
}

.goods__itembox.key {
	grid-column: 1/3;
	grid-row: 3/4;
	padding-bottom: 50px;
	padding-top: 40px;
}

.goods__itembox.castgoods {
	padding-top: 10px;
}

.goods__itembox--para .goods__desc {
	grid-column: 2/3;
	grid-row: 1/2;
}

.goods__itembox--para .goods__img {
	grid-column: 1/2;
	grid-row: 1/2;
}

.goods__desc {
	display: grid;
	font-size: 15px;
	grid-row: 2/3;
	place-content: center;
	text-align: center;
}

.goods__desc .title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.goods__desc .price {
	font-weight: 500;
	letter-spacing: 0.05rem;
	margin-top: 16px;
}

.goods__desc .price span {
	font-size: 12px;
	letter-spacing: 0;
}

.goods__desc .detail {
	font-size: 12px;
	line-height: 1.55;
	margin-top: 15px;
}

.goods__desc .desc {
	color: #000;
	line-height: 1.666;
	margin: 27px auto 0;
	text-align: left;
	width: 310px;
}

.goods__img {
	grid-row: 1/2;
}

.goods__img__container {
	column-gap: 52px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.goods__img img {
	margin: 0 auto 0;
	width: 300px;
}

.goods__button {
	background: #fff;
	color: #000;
	margin-top: 5em;
	width: 280px;
}

.staff {
	margin-top: 130px;
}

.staff__list {
	margin-top: 50px;
	text-align: center;
}

.staff__list__item {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.staff__list__item.mb {
	margin-bottom: 2em;
}

.staff__list__item .sm {
	font-size: 0.8em;
}

.info {
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 10000;
}

.info::after {
	background: rgba(0, 0, 0, 0.32);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.info__container {
	background: #fff;
	border: 1px solid #000;
	height: 90vh;
	left: 50%;
	max-width: 800px;
	overflow: scroll;
	padding: 50px 50px 20px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.info__inner {
	color: #000;
	letter-spacing: 0.05em;
	margin: 60px auto 0;
}

.info__inner p {
	margin-bottom: 1.5em;
}

.info__inner p.author {
	margin-top: 1em;
	text-align: right;
}

.info__inner ul {
	margin-bottom: 1em;
}

.info__heading {
	color: #EA5514;
	font-size: 1.12em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-bottom: 40px;
	text-align: center;
}

.info__heading--strong {
	border: 1px solid #EA5514;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 20px 10px 15px;
}

.info__close {
	background: #000;
	border-radius: 50%;
	height: 60px;
	overflow: clip;
	position: absolute;
	right: 10px;
	top: 10px;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.3s ease;
	width: 60px;
}

.info__close:hover {
	transform: scale(1.1);
	transition: transform 0.3s ease;
}

.info__close__line {
	background: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	width: 61px;
}

.info__close__line:nth-child(1) {
	transform: translate(-50%, -50%) rotate(50deg);
}

.info__close__line:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-50deg);
}

.info.is-open {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.3s ease;
}

.footer {
	overflow: hidden;
	padding-bottom: 327px;
	padding-top: 315px;
	position: relative;
}

.footer::before {
	background: url(./assets/images/background_bottom.png) no-repeat top left/cover;
	content: "";
	height: 300px;
	left: 0;
	position: absolute;
	top: 360px;
	width: 100%;
}

.footer__totop {
	bottom: 100px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: min(4.539vw, 62px);
	transition: transform 0.5s, opacity 0.3s;
	width: 63px;
	z-index: 98;
}

.footer__totop:hover {
	transform: translateY(-10px);
	transition: transform 0.5s, opacity 0.3s;
}

.footer__totop.is-show {
	opacity: 1;
	pointer-events: auto;
}

.footer__totop a {
	display: grid;
	grid-template-rows: 26px 61px;
	position: relative;
}

.footer__totop__arrow {
	overflow: hidden;
}

.footer__totop__arrow img {
	animation: totopArrow 1s infinite ease-in-out alternate;
	height: 100%;
	margin: 0 auto 0;
	position: relative;
	width: 10px;
}

.footer__twitter {
	left: -3px;
	margin: 0 auto 0;
	position: relative;
	transition: opacity 0.4s;
	width: 125px;
}

.footer__twitter:hover {
	opacity: 0.7;
	transition: opacity 0.4s;
}

.footer__logo {
	left: min(4.539vw, 62px);
	position: absolute;
	top: 192px;
	width: clamp(280px, 25.622vw, 350px);
}

.guide__header {
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.guide__header__logo {
	left: 10px;
	position: absolute;
	top: 10px;
	width: 180px;
	z-index: 100;
}

.guide__main {
	padding-bottom: 200px;
	padding-top: 120px;
}

.guide__main::before {
	background: url(./assets/images/background_top.png) no-repeat top left/cover;
	content: "";
	height: 100vh;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.guide__container {
	background: #fff;
	border: 1px solid #EA5514;
	color: #000;
	line-height: 1.75;
	margin: 0 auto 0;
	max-width: 980px;
	padding: 50px 80px 100px;
	position: relative;
	width: 95%;
}

.guide__container h2 {
	border-bottom: 1px solid #EA5514;
	border-top: 1px solid #EA5514;
	color: #EA5514;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-bottom: 40px;
	margin-top: 80px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 8px;
}

.guide__container h3 {
	align-items: baseline;
	color: #EA5514;
	display: flex;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-bottom: 16px;
	margin-top: 35px;
	padding-bottom: 5px;
	position: relative;
}

.guide__container h3::before {
	border: 3px solid #EA5514;
	border-radius: 50%;
	content: "";
	height: 15px;
	left: 0;
	margin-right: 5px;
	position: relative;
	top: 0;
	width: 15px;
}

.guide__container h4 {
	align-items: baseline;
	color: #EA5514;
	display: flex;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	padding-left: 5px;
	position: relative;
}

.guide__container h4::before {
	background-color: #EA5514;
	content: "";
	height: 10px;
	left: 0;
	margin-right: 10px;
	position: relative;
	top: 0;
	width: 3px;
}

.guide__container a:not([class]) {
	color: #EA5514;
	text-decoration: underline;
}

.guide__container a:not([class]):hover {
	text-decoration: none;
}

.guide__container .mt--01 {
	margin-top: 1em;
}

.guide__container .mt--02 {
	margin-top: 2em;
}

.guide__container .mt--03 {
	margin-top: 3em;
}

.guide__container ul li {
	line-height: 1.65;
	margin-bottom: 5px;
}

.guide__container em {
	font-weight: 500;
}

.guide__heading {
	align-items: center;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}

.guide__heading .heading {
	line-height: 1.2;
}

.guide__heading .text {
	font-size: clamp(16px, 1.72vw, 23.5px);
	font-weight: 500;
	letter-spacing: 0.05em;
}

.s-loading {
	opacity: 0;
}

.s-loading__logo--text {
	position: relative;
	transform: scale(0);
	transform-origin: center bottom;
}

.s-loading__logo--arrows {
	overflow: hidden;
}

.s-loading__logo--arrows .arrow {
	position: relative;
}

.s-loading__logo--arrows .arrow--left {
	left: min(6.589vw, 90px);
	top: min(8.931vw, 122px);
}

.s-loading__logo--arrows .arrow--right {
	left: max(-5.051vw, -69px);
	top: min(9.956vw, 136px);
}

.s-loading__info {
	position: relative;
}

.s-loading__info--left {
	opacity: 0;
	transform-origin: right top;
}

.s-loading__info--right {
	opacity: 0;
	transform-origin: left top;
}

.s-loading.is-loaded {
	opacity: 1;
	transition: opacity 0.4s;
}

.s-loading.is-loaded .s-loading__mv {
	-webkit-animation: clip 2.5s ease-in-out forwards;
	animation: clip 2.5s ease-in-out forwards;
}

.s-loading.is-loaded .s-loading__logo--text {
	-webkit-animation: pick3text 0.6s ease 0.8s forwards;
	animation: pick3text 0.6s ease 0.8s forwards;
}

.s-loading.is-loaded .s-loading__logo--arrows .arrow--left {
	-webkit-animation: arrow-left 0.5s ease 1.5s forwards;
	animation: arrow-left 0.5s ease 1.5s forwards;
}

.s-loading.is-loaded .s-loading__logo--arrows .arrow--right {
	-webkit-animation: arrow-right 0.5s ease 1.5s forwards;
	animation: arrow-right 0.5s ease 1.5s forwards;
}

.s-loading.is-loaded .s-loading__info--left {
	-webkit-animation: info-left 0.5s ease-out 2.2s forwards;
	animation: info-left 0.5s ease-out 2.2s forwards;
}

.s-loading.is-loaded .s-loading__info--right {
	-webkit-animation: info-right 0.5s ease-out 2.2s forwards;
	animation: info-right 0.5s ease-out 2.2s forwards;
}

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

.c-button:hover {
	background: #000;
	color: #fff;
	transition: all 0.4s;
}

.c-button--info:hover .c-button__anchor--info {
	color: #fff;
	transition: color 0.4s;
}

.nav__menu__item:hover {
	color: #fff;
	transition: color 0.2s;
}

.nav__bottom-menu__item:hover a {
	color: #fff;
	transition: color 0.2s;
}

.nav__twitter:hover a {
	filter: brightness(1.5);
	transition: filter 0.2s;
}

.nav__close:hover {
	transform: scale(1.2);
	transform-origin: center center;
	transition: transform 0.5s;
}

.top-block__toguide:hover::after {
	right: 30px;
	transition: right 0.3s;
}

.top-block__toguide:hover .top-block__toguide__inner {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.timetable__item:nth-child(5n)::after {
	background: #000;
	border-radius: 1px;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.venue__address__map:hover {
	filter: brightness(1.15);
	transition: filter 0.8s;
}

.guide__header__logo:hover {
	opacity: 0.7;
}

}

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

html {
	font-size: 14px;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-button {
	height: 50px;
	margin-top: 10px !important;
	width: 240px !important;
}

.c-button--info {
	max-width: 340px;
	width: 100%;
}

.c-button__anchor--info {
	font-size: 12px;
}

.c-heading {
	font-size: 25px;
}

.header {
	margin-bottom: 152px;
	padding-bottom: 322px;
	padding-top: 61px;
}

.header::before {
	background: url(./assets/images/background_top-sp.png) no-repeat top left/cover;
	height: 100%;
}

.header__logo {
	height: 128px;
	left: calc(50% - 11px);
	top: 25px;
	width: 318px;
}

.header__logo__left {
	bottom: 2px;
	left: -3px;
	width: 43px;
}

.header__logo__text {
	left: calc(50% - 6px);
	width: 253px;
}

.header__logo__right {
	right: 3px;
	top: 16px;
	width: 33px;
}

.header__info {
	height: auto;
	padding-top: 567px;
}

.header__info__l {
	display: none;
}

.header__info__r {
	display: none;
}

.header__info__date {
	left: calc(50% - 2px);
	position: relative;
	top: auto;
	width: 279px;
}

.header__info__sp {
	height: 82px;
	left: calc(50% - 14px);
	position: absolute;
	top: 116px;
	transform: translate(-50%, 0);
	width: 290px;
}

.header__info__sp-cast {
	left: calc(50% - 14px);
	margin-top: 38px;
	position: relative;
	transform: translate(-50%, 0);
	width: 209px;
}

.header__info__text-bottom {
	left: calc(50% - 33px);
	margin-top: 67px;
	position: relative;
	transform: translate(-50%, 0);
	width: 250px;
}

.nav-button {
	height: 40px;
	right: 20px;
	width: 40px;
}

.ob-mv {
	height: 490px;
	width: 345px;
}

.ob-mv__image {
	-webkit-clip-path: url(#clipItemSp);
	clip-path: url(#clipItemSp);
	height: calc(490px / 100);
	width: calc(345px / 100);
}

.ob-mv__image img {
	height: 637px;
	left: calc(50% - 3px);
	top: calc(50% + 28px);
	width: 421px;
}

.top-block {
	grid-template-columns: 100%;
	grid-template-rows: auto;
	max-width: 480px;
	row-gap: 65px;
	width: 94%;
}

.top-block__toguide {
	grid-column: 1/2;
	padding: 10px 23px 16px 40px;
}

.top-block__toguide::after {
	height: 5px;
	right: 20px;
	width: 50px;
}

.top-block__toguide .text {
	font-size: 15px;
}

.top-block__news {
	border-radius: 12px;
	grid-column: 1/2;
	height: 140px;
	padding: 9px 12px 8px 18px;
}

.top-block__news::after {
	height: calc(100% - 17px);
	right: 13px;
	top: 9px;
}

.top-block__news__container {
	padding-top: 7px;
}

.top-block__news__container::-webkit-scrollbar {
	width: 3px;
}

.top-block__news__group div {
	flex-direction: column;
	font-size: 13px;
}

.top-block__news__group div dt {
	font-size: 11px;
	margin-bottom: 1px;
	margin-right: 0;
	width: 100%;
}

.top-block__story {
	font-size: 15px;
	grid-column: 1/2;
	margin: 0 auto 0;
	max-width: 425px;
	width: 94%;
}

.top-block__story__title {
	left: -12px;
	margin: 0 auto 51px;
	position: relative;
}

.top-block__timeline {
	border-radius: 13px;
	grid-column: 1/2;
	grid-row: 5/6;
	height: 417px;
	margin: 0 auto 0;
	width: 300px;
}

.top-block__info {
	grid-column: 1/2;
	margin: 0 auto 0;
	margin-top: 0 !important;
}

.cast {
	margin-top: 105px;
	padding-bottom: 90px;
}

.cast__title {
	width: 56px;
}

.cast__rampage {
	margin-top: 42px;
}

.cast__list {
	grid-template-columns: 100%;
	margin-top: 30px;
	max-width: 375px;
	row-gap: 50px;
	width: 78%;
}

.cast__list__item .block--img {
	margin: 0 auto 0;
	margin-bottom: 10px;
	width: 200px;
}

.cast__list__item .block--comment {
	margin-top: 15px;
}

.cast__list__item--02 {
	grid-column: 1/2;
	grid-row: 2/3;
}

.cast__list__item--03 {
	grid-column: 1/2;
	grid-row: 3/4;
}

.cast__list__item--04 {
	grid-column: 1/2;
	grid-row: 4/5;
}

.green {
	padding-bottom: 55px;
	padding-top: 63px;
}

.schedule__title {
	width: 116px;
}

.schedule__date {
	font-size: 20px;
	left: 5px;
	margin-top: 24px;
}

.schedule__sub {
	font-size: 12px;
}

.timetable {
	margin-top: 65px;
	max-width: 375px;
	width: 290px;
}

.timetable__container {
	border-top: 1px solid #000;
	grid-template-columns: 100%;
	row-gap: 0;
}

.timetable__item {
	align-items: center;
	border-bottom: 1px solid #000;
	column-gap: 18px;
	display: flex;
	justify-content: space-between;
	padding: 10px 6px 2px 4px;
}

.timetable__item::before {
	display: none;
}

.timetable__item dt {
	flex-shrink: 0;
	font-size: 15px;
	margin-bottom: 0;
}

.timetable__item dd {
	font-size: 17.5px;
	margin-bottom: 0;
	text-align: center;
	width: 50px;
}

.venue {
	margin-top: 99px;
}

.venue__title {
	width: 100px;
}

.venue__name {
	font-size: 20px;
	margin-top: 40px;
}

.venue__address {
	grid-template-columns: 100%;
	margin-top: 30px;
	max-width: 375px;
	width: 88%;
}

.venue__address__map {
	height: 130px;
	margin: 0 auto 0;
	width: 130px;
}

.venue__address__map .arrow {
	height: 33px;
	left: 50%;
	top: calc(50% - 17px);
	width: 33px;
}

.venue__address__map .text {
	left: 50%;
	top: calc(50% + 24px);
	width: 60px;
}

.venue__address__detail {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 20px;
	top: auto;
}

.ticket {
	font-size: 12px;
	padding-top: 80px;
}

.ticket__title {
	left: -3px;
	width: 93px;
}

.ticket__price {
	margin-top: 35px !important;
}

.ticket__price span {
	font-size: 12px;
}

.ticket__sub {
	font-size: 12px;
	left: -3px;
	margin-bottom: 0;
}

.ticket h3 {
	font-size: 12px;
	left: auto;
}

.ticket h4 {
	left: auto;
}

.ticket p {
	left: auto;
	margin: 0 auto 0;
	width: 88%;
}

.ticket__buy {
	column-gap: 0;
	flex-direction: column;
	row-gap: 20px;
}

.ticket__ippan {
	height: 132px;
	left: auto;
	margin: 47px auto 115px;
	padding-top: 18px;
	position: relative;
	top: auto;
	width: 132px;
}

.ticket__ippan h3 {
	font-size: 10px;
	margin-bottom: 16px;
	transform: scale(0.8);
	transform-origin: center top;
}

.ticket__ippan p {
	font-size: 8px;
	line-height: 1.7;
}

.ticket__ippan p span {
	font-size: 12px;
	left: 4px;
	position: relative;
}

.goods {
	margin-top: 75px;
	padding-bottom: 80px;
	padding-top: 50px;
}

.goods__content {
	column-gap: 0;
	grid-template-columns: 100%;
	margin-top: 25px;
	max-width: 435px;
	row-gap: 10px;
	width: 90%;
}

.goods__itembox {
	padding-bottom: 30px;
}

.goods__itembox.pamph {
	grid-column: 1/2;
}

.goods__itembox.tshirt {
	grid-column: 1/2;
}

.goods__itembox.tshirt .goods__desc .desc {
	width: 100%;
}

.goods__itembox.key {
	grid-column: 1/2;
	padding-bottom: 20px;
	padding-top: 20px;
}

.goods__itembox--para .goods__desc {
	grid-column: 1/2;
	grid-row: 2/3;
}

.goods__desc {
	font-size: 14px;
}

.goods__desc .title {
	font-size: 16px;
}

.goods__desc .price {
	margin-top: 1em;
}

.goods__desc .price span {
	font-size: 10px;
}

.goods__desc .detail {
	font-size: 10px;
	margin-top: 1em;
}

.goods__desc .desc {
	font-size: 13px;
	margin-top: 1em;
	width: 100%;
}

.goods__img__container {
	column-gap: 0;
	grid-template-columns: 100%;
}

.goods__img img {
	width: 220px;
}

.staff {
	margin-top: 75px;
	padding-bottom: 30px;
}

.staff__list {
	margin-top: 25px;
}

.staff__list__item {
	font-size: 12px;
}

.info__container {
	max-width: 425px;
	padding: 30px 20px;
	width: 90%;
}

.info__inner {
	margin-top: 40px;
}

.info__heading {
	margin-bottom: 20px;
}

.info__heading--strong {
	padding: 15px 5px 10px;
}

.info__close {
	height: 40px;
	right: 2px;
	top: 2px;
	width: 40px;
}

.footer {
	padding-bottom: 165px;
	padding-top: 110px;
}

.footer::before {
	top: 150px;
}

.footer__totop {
	bottom: 70px;
	top: auto;
	width: 45px;
}

.footer__logo {
	top: 40px;
	width: 140px;
}

.guide__header {
	display: flex;
	height: 60px;
	justify-content: center;
}

.guide__header__logo {
	left: -10px;
	position: relative;
	width: 150px;
}

.guide__main {
	padding-bottom: 100px;
	padding-top: 90px;
}

.guide__main::before {
	background: url(./assets/images/background_top-sp.png) no-repeat top left/cover;
}

.guide__container {
	max-width: 425px;
	padding: 40px 25px 50px;
}

.guide__container h2 {
	font-size: 15px;
	margin-bottom: 30px;
	margin-top: 50px;
	padding-bottom: 10px;
	padding-top: 16px;
}

.guide__container h3 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.guide__container h3::before {
	border-width: 2px;
	height: 12px;
	width: 12px;
}

.guide__container h4::before {
	width: 2px;
}

.s-loading__logo--text {
	transform: scale(1);
}

.s-loading__logo--arrows .arrow--left {
	left: auto;
	top: auto;
}

.s-loading__logo--arrows .arrow--right {
	left: auto;
	top: auto;
}

.s-loading__info {
	opacity: 0;
}

.s-loading.is-loaded .s-loading__mv {
	-webkit-animation: clip-sp 2.5s ease-in-out forwards;
	animation: clip-sp 2.5s ease-in-out forwards;
}

.s-loading.is-loaded .s-loading__logo--text {
	-webkit-animation: none;
	animation: none;
}

.s-loading.is-loaded .s-loading__logo--arrows .arrow--left {
	-webkit-animation: none;
	animation: none;
}

.s-loading.is-loaded .s-loading__logo--arrows .arrow--right {
	-webkit-animation: none;
	animation: none;
}

.s-loading.is-loaded .s-loading__info {
	opacity: 1;
	transition: 0.5s ease 2.5s;
}

}

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

.header__info__date {
	transform: translate(-50%, 0) scale(0.8);
}

}

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

.is-sp {
	display: block;
}

}

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

.header {
	padding-bottom: calc(322px * .8);
}

.header__logo {
	transform: translate(-50%, 0) scale(0.8);
	transform-origin: center;
}

.header__info {
	padding-top: calc(567px * .8);
}

.header__info__sp {
	height: calc(82px * .8);
	left: calc(50% - 7px);
	top: calc(116px * .8);
	transform: translate(-50%, 0) scale(0.8);
	width: calc(290px * .8);
}

.header__info__sp-cast {
	left: calc(50% - 7px);
	margin-top: calc(38px * .8);
	width: calc(209px * .8);
}

.header__info__text-bottom {
	left: calc(50% - 16px);
	margin-top: calc(67px * .8);
	width: calc(250px * .8);
}

.nav__close {
	right: 10px;
	top: 10px;
}

.ob-mv {
	height: calc(490px * .8);
	width: calc(345px * .8);
}

.ob-mv__image {
	height: calc((490px * .8) / 100);
	width: calc((345px * .8) / 100);
}

.ob-mv__image img {
	height: calc(637px * .8);
	width: calc(421px * .8);
}

.top-block__timeline {
	width: 280px;
}

.schedule__date {
	font-size: 18px;
}

.s-loading.is-loaded .s-loading__mv {
	-webkit-animation: clip-spsm 2.5s ease-in-out forwards;
	animation: clip-spsm 2.5s ease-in-out forwards;
}

}

@keyframes mapArrow {

from {
	transform: translate(-100%, 100%);
}

to {
	transform: translate(100%, -100%);
}

}

@keyframes mapBall {

from {
	transform: rotate(-10deg);
}

to {
	transform: rotate(12deg);
}

}

@keyframes ticketBall {

from {
	transform: rotate(-8deg);
}

to {
	transform: rotate(4deg);
}

}

@keyframes totopArrow {

from {
	transform: translateY(0);
}

to {
	transform: translateY(15px);
}

}

@-webkit-keyframes clip {

from {
	height: calc(min(65.154vw, 890px) / 100);
	width: calc(min(55.93vw, 764px) / 100);
}

to {
	height: min(65.154vw, 890px);
	width: min(55.93vw, 764px);
}

}

@keyframes clip {

from {
	height: calc(min(65.154vw, 890px) / 100);
	width: calc(min(55.93vw, 764px) / 100);
}

to {
	height: min(65.154vw, 890px);
	width: min(55.93vw, 764px);
}

}

@-webkit-keyframes clip-sp {

from {
	height: calc(490px / 100);
	width: calc(345px / 100);
}

to {
	height: 490px;
	width: 345px;
}

}

@keyframes clip-sp {

from {
	height: calc(490px / 100);
	width: calc(345px / 100);
}

to {
	height: 490px;
	width: 345px;
}

}

@-webkit-keyframes clip-spsm {

from {
	height: calc((490px * .8) / 100);
	width: calc((345px * .8) / 100);
}

to {
	height: calc(490px * .8);
	width: calc(345px * .8);
}

}

@keyframes clip-spsm {

from {
	height: calc((490px * .8) / 100);
	width: calc((345px * .8) / 100);
}

to {
	height: calc(490px * .8);
	width: calc(345px * .8);
}

}

@-webkit-keyframes pick3text {

from {
	transform: scale(0);
}

to {
	transform: scale(1);
}

}

@keyframes pick3text {

from {
	transform: scale(0);
}

to {
	transform: scale(1);
}

}

@-webkit-keyframes arrow-left {

from {
	left: min(6.589vw, 90px);
	top: min(8.931vw, 122px);
}

to {
	left: 0;
	top: 0;
}

}

@keyframes arrow-left {

from {
	left: min(6.589vw, 90px);
	top: min(8.931vw, 122px);
}

to {
	left: 0;
	top: 0;
}

}

@-webkit-keyframes arrow-right {

from {
	left: max(-5.051vw, -69px);
	top: min(9.956vw, 136px);
}

to {
	left: 0;
	top: 0;
}

}

@keyframes arrow-right {

from {
	left: max(-5.051vw, -69px);
	top: min(9.956vw, 136px);
}

to {
	left: 0;
	top: 0;
}

}

@-webkit-keyframes info-left {

from {
	opacity: 0;
	transform: translateX(40px);
}

to {
	opacity: 1;
	transform: translateX(0px);
}

}

@keyframes info-left {

from {
	opacity: 0;
	transform: translateX(40px);
}

to {
	opacity: 1;
	transform: translateX(0px);
}

}

@-webkit-keyframes info-right {

from {
	opacity: 0;
	transform: translateX(-40px);
}

to {
	opacity: 1;
	transform: translateX(0px);
}

}

@keyframes info-right {

from {
	opacity: 0;
	transform: translateX(-40px);
}

to {
	opacity: 1;
	transform: translateX(0px);
}

}

