:root {
	--pc-width: 1024px;
	--bi-accent: #eb72e1;
	--bi-white: #f7f7f7;
	--bi-grey: #777777;
	--bi-darkgrey: #111111;
	--bi-blue: #23b3d7;
	--bi-liteblue: #6bc3da;
	--bi-green: #18413d;
	--bi-stripe-grey: #d3cec8;
	--rem-vw: 1.5625vw;
}
[v-cloak] {
	display: none;
}
html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
html,
body {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: black;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}
a:link,
a:visited {
	text-decoration: none;
	color: var(--bi-blue);
	transition-duration: 0.33s;
}
a:hover {
	color: var(--bi-stripe-grey);
}
ul,
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	text-indent: -0.8rem;
	padding-left: 0.8rem;
}
.blue-text {
	color: var(--bi-blue);
}
.white-text {
	color: var(--bi-white);
}
.black-star,
.black-arrow {
	font-size: var(--rem-vw);
	margin-top: 1rem;
}
.black-arrow {
	margin-top: 0.2rem;
	margin-bottom: -1rem;
}
.yantra {
	font-family: Yantramanav, sans-serif;
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.noto-serif {
	font-family: "Noto Serif JP", serif;
}
.yakuhan-noto {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.cormo {
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
}
.josefin {
	font-family: "Josefin Slab", serif;
	font-weight: 500;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.word-break-all {
	word-break: break-all;
}
#intro {
	margin: 0 auto;
	text-align: center;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* display: none; */
}
#player {
	pointer-events: none;
}
.intro-player-buttons-outer {
	display: none;
}
.intro-player-buttons {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	height: 2rem;
	flex: 0 1 auto;
}
.intro-buttons {
	border: thin solid rgba(247, 247, 247, 1);
	background-color: transparent;
	/* background-color: rgba(128, 128, 128, 0.8); */
	/* border-radius: 8px; */
	padding: 6px 12px;
	color: var(--bi-white);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	flex: 0 1 auto;
	margin-right: 1rem;
	transition-duration: 0.33s;
	width: 50px;
	height: 50px;
	margin-left: auto;
	position: relative;
}
.intro-buttons:last-child {
	margin-right: auto;
	margin-left: 1rem;
}
.intro-buttons:hover {
	cursor: pointer;
	color: black;
	background-color: black;
}
.vol-off:hover,
.vol-on:hover,
.skip-video:hover {
	background-color: rgba(255, 255, 255, 1);
}
.js-loading *,
.js-loading *:before,
.js-loading *:after {
	animation-play-state: paused !important;
}
.font-weight-bold {
	font-weight: 700;
}
#main {
	display: none;
	margin: 0 auto;
	text-align: center;
	margin-top: 0;
	width: 100%;
	background-color: var(--bi-white);
	margin-bottom: 0;
	padding: 0;
}
#goods-page,
#bd-page {
	margin: 0 auto;
	text-align: center;
	margin-top: 0;
	width: 100%;
	background-color: var(--bi-white);
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 3rem;
}
.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: "liga";
}

.box {
	width: 100%;
	max-width: var(--pc-width);
	margin: 0 auto;
}
.hide-of {
	overflow: hidden;
}
.news {
	margin-top: 1.5rem;
}
.news-title-text,
.movie-title-text,
.twitter-account-text,
.sns-title-text,
.instagram-title-text {
	font-weight: 500;
	font-size: calc(1.7 * var(--rem-vw));
	text-align: left;
	margin-bottom: 0.3rem;
}

.news-title-text,
.uppercase {
	text-transform: uppercase;
}
.news-title-text {
	margin-left: 1rem;
	margin-top: 0.5rem;
}
.movie-title-text span,
.twitter-account-text span,
.instagram-title-text span {
	transition-duration: 0.33s;
	transition-property: color;
}
.movie-title-text a:hover span,
.twitter-account-text a:hover span,
.instagram-title-text a:hover span {
	color: #ffffff;
}
.top-info {
	width: calc(100% - 2rem);
	background-color: var(--bi-liteblue);
	font-size: calc(1.1 * var(--rem-vw));
	color: var(--bi-darkgrey);
	margin: 0 auto;
	padding: 0.75rem 0.5rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	border: 1px solid var(--bi-liteblue);
	transition-duration: 0.33s;
}
.top-info:hover {
	background-color: var(--bi-white);
	cursor: pointer;
	color: var(--bi-liteblue);
	border-color: var(--bi-liteblue);
}

.goods-link {
	background-color: var(--bi-blue);
	border: 1px solid transparent;
	animation: rotater 6s ease-in-out infinite;
	color: white;
	font-size: calc(1.4 * var(--rem-vw));
	font-weight: 700;
}
.goods-link:hover {
	border: 1px solid transparent;
	animation-play-state: paused;
	color: black;
}
@keyframes rotater {
	0% {
		background-color: var(--bi-blue);
	}
	17% {
		background-color: #995295;
	}
	33% {
		background-color: #eabb37;
	}
	50% {
		background-color: #c1c0c4;
	}
	67% {
		background-color: #da4d45;
	}
	83% {
		background-color: #504e50;
	}
	100% {
		background-color: var(--bi-blue);
	}
}

.info1 {
	margin-bottom: 1rem;
}
.top-info-popup-outer {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: #00000099;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
}
.top-info-popup-box {
	position: absolute;
	top: 25vh;
	left: 15vw;
	right: 15vw;
	min-width: 500px;
	min-height: 500px;
	background-color: var(--bi-white);
	color: black;
	padding: calc(2 * var(--rem-vw)) calc(3 * var(--rem-vw));
	font-size: calc(1 * var(--rem-vw));
	font-weight: 400;
	text-align: left;
	line-height: 1.7;
	overflow-y: auto;
	filter: drop-shadow(0.5rem 0.5rem 1rem black);
}
.top-info-popup-title {
	font-weight: 700;
	margin-bottom: 1.7rem;
	text-align: center;
	font-size: calc(1.1 * var(--rem-vw));
}
.top-info-popup-date {
	text-align: right;
}
.top-info-close-button {
	display: flex;
	justify-content: center;
	flex: 0 1 auto;
	margin: 0 auto;
	margin-top: 2rem;
	text-align: center;
}

.top-info-close-button-text {
	border: 2px solid black;
	font-size: calc(0.9 * var(--rem-vw));
	font-weight: 900;
	padding: 0.2rem 1.2rem;
	transition-duration: 0.33s;
}
.top-info-close-button-text:hover {
	background-color: black;
	color: white;
	border-color: white;
	cursor: pointer;
}
.news-info-outer {
	background-color: var(--bi-white);
	padding: 0 1rem;
	text-align: left;
	color: var(--bi-white);
}
.news-info-box {
	background-color: var(--bi-white);
	position: relative;
}
.news-item {
	transition-duration: 0.33s;
	transition-property: all;
	position: relative;
	font-weight: 300;
	border: 1px solid black;
	border-top: 1px solid transparent;
	background-color: #fff;
	will-change: height;
	backface-visibility: hidden;
}
.news-item:first-child,
.news-divider + .news-item {
	border-top-color: black;
}
.news-item.urgent {
	background-color: var(--bi-blue);
}
.news-divider {
	padding-bottom: 1.5rem;
	background-color: var(--bi-white);
}
.news-text strong {
	font-weight: 500;
}
.news-text em {
	font-style: normal !important;
	color: var(--bi-accent) !important;
}
.news-head {
	padding: 0;
}
.news-item:hover .news-head {
	background-color: var(--bi-white);
	color: black;
	cursor: pointer;
}
.news-item.closed .news-head::after {
	transform: scaleY(-1.73) scale(0.9);
}
.news-head.foldable::after {
	width: 12px;
	height: 12px;
	position: absolute;
	border-bottom: 8px solid var(--bi-blue);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	right: 12px;
	top: 16px;
	content: "";
	transition-duration: 0.33s;
	transition-property: transform;
	transform-origin: center 9px;
	transform: scaleY(1.73);
	z-index: 0;
}
.news-item:hover .news-head.foldable::after {
	border-bottom: 8px solid black;
}

.news-date {
	color: black;
	font-size: calc(0.8 * var(--rem-vw));
	padding: 0 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-left: -0.75rem;
	letter-spacing: 0.7px;
}
.new-tick {
	background-color: var(--bi-blue);
	color: white;
	padding: 0;
	border-radius: 1px;
	margin: 0 0.2rem 0 0;
	padding: 0 0.4rem 0.1rem;
	font-size: calc(0.7 * var(--rem-vw));
	transform: translate(0, -2px);
	font-weight: 700;
	display: inline-block;
}
.news-title {
	color: black;
	font-size: calc(1.1 * var(--rem-vw));
	font-weight: 500;
	transition-duration: 0.33s;
	transition-property: color;
	padding: 0 1.5rem;
	line-height: 1.3;
	margin-top: -0.1rem;
	padding-bottom: 0.6rem;
	margin-right: 0.5rem;
}
.news-text-box {
	padding: 0;
	margin: 0;
}
.news-text {
	font-size: calc(0.9 * var(--rem-vw));
	color: black;
	transition-duration: 0.33s;
	transition-property: color;
	/* margin-top: 0.5rem; */
	padding: 1rem 1.5rem;
	line-height: 1.7;
	border-top: 1px dotted var(--bi-grey);
}
.news-text a {
	color: var(--bi-blue);
	font-weight: 500;
}
.news-text p {
	margin: 0;
	min-height: 16px;
}
/* .news-text a:hover {
	color: var(--bi-accent);
} */
.news-item:hover .news-title {
	color: black;
}

.toggle-slide-enter-active,
.toggle-slide-leave-active {
	transition: height 0.4s;
	overflow: hidden;
}
.toggle-slide-enter,
.toggle-slide-leave-to {
	height: 0;
	transition: height 0.4s;
}
.brnosp {
	display: block;
}
.brnosp-inline {
	display: inline;
}
.brsp {
	display: none;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mt-6 {
	margin-top: 1.5rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.mt-10 {
	margin-top: 2.5rem !important;
}
.title-logo,
.title-copy {
	width: 100%;
}
.title-first {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.title-copy-outer {
	width: 28%;
}
.epamph .divider {
	width: calc(100% - 10rem);
	margin-right: 5rem;
	margin-left: 5rem;
}
.ticket .divider {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	width: calc(100% - 10rem);
	margin-right: 5rem;
	margin-left: 5rem;
}
.ticket .divider.long {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.ticket-notice {
	padding: 0;
	font-size: calc(1 * var(--rem-vw));
	margin: 5rem;
	border: 1px solid var(--bi-blue);
	padding: 0;
	margin-top: 2rem;
	/* background-color: var(--bi-blue); */
}

.ticket-notice-title {
	background-color: var(--bi-blue);
	color: var(--bi-white);
	font-size: calc(1.4 * var(--rem-vw));
	font-weight: 700;
	padding: 0.6rem 0.8rem 1rem;
	margin: 0;
	width: 100%;
	border: 0;
	transition-duration: 0.33s;
	transition-property: background-color, color, border;
	-webkit-appearance: none;
	appearance: none;
}

.ticket-notice-title:hover {
	cursor: pointer;
	background-color: var(--bi-white);
	color: var(--bi-blue);
}
.corner {
	position: relative;
}
.corner::after {
	width: 20px;
	height: 20px;
	position: absolute;
	right: -17px;
	bottom: -21px;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid var(--bi-white);
	content: "";
	z-index: 3;
	transform: rotate(45deg);
	transition-duration: 0.33s;
}
/* .ticket-notice-title:hover .corner::after {
	border-left: 10px solid var(--bi-blue);
} */
.ticket-notice-head {
	font-size: calc(1 * var(--rem-vw));
	margin-top: 0.5rem;
}
.ticket-notice-head:link {
	color: black;
}
.ticket-notice-list {
	padding-inline-start: 0;
	padding: 1rem 2rem;
	font-size: calc(0.9 * var(--rem-vw));
	font-weight: 400;
	list-style-type: none;
	margin-left: 1rem;
	text-indent: -1rem;
	display: none;
}
.ticket-notice-list li {
	margin-top: 0.5rem;
}
.kettei-image {
	margin-left: calc(-2 * var(--rem-vw));
}
.visual {
	width: 100vw;
	height: 143.6vw;
	max-height: 1436px;
	min-height: 140.23%;
	background-color: var(--bi-darkgrey);
	position: relative;
	transform-style: flat;
	overflow: hidden;
}
.visual-image {
	width: 100vw;
	height: 140.23vw;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	will-change: transform, opacity;
}
.kv1 {
	animation: fadeIn 6.4s 0.6s forwards ease-out 1,
		moveDown 1.6s 0.6s alternate ease-in-out 3;
	z-index: 1;
}
.kv2 {
	animation: fadeIn 4.8s 0.3s forwards ease-out 1,
		moveUp 1.2s 0.3s alternate ease-in-out 5;
	z-index: 2;
}
.kv3 {
	animation: fadeIn 2.2s 3s forwards ease-out 1,
		moveUpOnce 2.2s 3s forwards ease-out 1;
	z-index: 3;
}
.kv4 {
	perspective-origin: 50% 50%;
	animation: fadeIn 1.6s 3s forwards ease-in 1, zoomOut 4s 3s forwards ease-in 1;
	z-index: 4;
}
.kv5 {
	animation: fadeIn 1.5s 7s forwards ease-out 1;
	z-index: 5;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn50 {
	from {
		opacity: 0.5;
	}
	to {
		opacity: 1;
	}
}
@keyframes moveDown {
	from {
		transform: translateY(-12px);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes moveUp {
	from {
		transform: translateY(8px);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes moveUpOnce {
	from {
		transform: perspective(300px) rotate(2deg) translate3D(0, 16px, 0);
	}
	to {
		transform: perspective(300px) translate3D(0, 0, 0);
	}
}
@keyframes zoomOut {
	0% {
		transform: perspective(450px) rotate(8deg) translateZ(150px);
	}
	20% {
		transform: perspective(450px) rotate(1deg) translateZ(32px);
	}
	100% {
		transform: perspective(450px) translateZ(0);
	}
}
.basic-data {
	font-size: calc(2 * var(--rem-vw));
	margin-top: 1rem;
	margin-bottom: 0.8rem;
}
.date-image {
	width: 80%;
	max-width: calc(var(--pc-width) * 0.8);
}
.date-image-smaller {
	width: 44%;
	max-width: calc(var(--pc-width) * 0.44);
	margin-top: 3rem;
}
.place-image {
	padding-top: 0.5rem;
	width: 40%;
	max-width: calc(var(--pc-width) * 0.4);
}
.additional-data {
	background-color: black;
	color: var(--bi-white);
	font-size: calc(1 * var(--rem-vw));
	padding: 0.7rem 0;
}
.attention-cvd {
	font-size: calc(1.1 * var(--rem-vw));
	padding: 1rem 0 2rem;
	font-weight: 700;
}
.attention-cvd-text {
	color: var(--bi-blue);
	transition-duration: 0.66s;
}
.attention-cvd-text:hover {
	color: #ffffff;
}
.cvd-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 7;
}
.cvd-flex {
	display: flex;

	position: absolute;

	justify-content: center;
	align-items: center;
}
.cvd-notice {
	position: fixed;
	top: 20vh;
	left: 10vw;
	width: 80vw;
	height: 45vh;
	min-height: 500px;
	font-size: calc(0.9 * var(--rem-vw));
	font-size: 0.9rem;
	background-color: var(--bi-white);
	color: black;
	text-align: left;
	filter: drop-shadow(0.5rem 0.5rem 1rem black);
	padding: 3rem 3rem;
	overflow-y: scroll;
}
.cvd-notice-title {
	font-size: 1.3em;
	font-weight: 700;
}
.cvd-window-close,
.view-window-close {
	top: 0;
	right: 0;
	color: var(--bi-white);
	font-weight: 500;
	position: absolute;
	font-size: calc(1.1 * var(--rem-vw));
	border-radius: 0;
	padding: 3px 4px 0 2px;
	border: 2px solid black;
	background-color: var(--bf-accent);
	line-height: 1;
	z-index: 2;
	background-color: black;
	text-align: center;
	transition-duration: 0.33s;
	text-transform: uppercase;
}
.view-window-close {
	background-color: black;
	top: 5vh;
	right: calc(50vw - 45vh / 1.414);
	width: 64px;
}
.cvd-window-close:link,
.cvd-window-close:visited,
.view-window-close:link {
	color: var(--bi-white);
}
.cvd-window-close:link:hover,
.view-window-close:link:hover {
	background-color: var(--bi-white);
	color: black;
}
.cvd-window-close:hover {
	background-color: black;
	color: var(--bi-white);
}
.stars-outer {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.stars {
	width: 100%;
	height: 45.5px;
	display: flex;
	flex-wrap: nowrap;
}
.a-star {
	width: 40px;
	animation: rotator 6s linear infinite;
	margin-right: 5px;
	margin-left: 5px;
	transform-origin: 20.5px 22.75px;
}
@keyframes rotator {
	0% {
		transform: translateX(0) rotate(0);
	}
	100% {
		transform: translateX(-300px) rotate(-720deg);
	}
}
.text-red {
	color: var(--bi-blue);
}
.text-black {
	color: black;
}
.movie-and-sns {
	display: flex;
	flex: 0 1 50%;
	width: 100%;
	height: auto;
	padding: 0 1rem;
	margin: 0 auto;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.main-player-box,
.twitter-box {
	width: calc(50vw - 1rem);
	height: auto;
}
.twitter-box {
	margin-left: 2rem;
}
.twitter {
	border: 1px solid black;
	overflow: scroll;
}
.twitter-account-text,
.movie-title-text,
.instagram-title-text,
.sns-title-text {
	height: 41px;
	text-align: left;
	display: flex;
	align-items: flex-end;
}
.sns-icon {
	height: 1.7rem;
	width: 1.7rem;
	margin-right: 0.6rem;
	transform: translate(-2px, 8px);
}
.sns-icon.yt {
	width: 58.6px;
	height: 1.6rem;
	margin-right: -12px;
	transform: translate(-12px, 3px);
}
.sns-box {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 2rem;
	display: flex;
	align-items: center;
}
.sns-title-text,
.instagram-title-text {
	flex: 0 0 50%;
	width: 50%;
	text-align: left;
}
.sns-title-text {
	margin-left: 1rem;
	text-transform: uppercase;
}

.instagram-title-text {
	margin-left: 2rem;
}
.main-player-outer {
	margin: 0 auto;
	box-shadow: 0 0 0 1px #000;
}
.main-player-box:hover {
	cursor: pointer;
}
.main-player-box,
.twitter-box,
.main-player-outer,
.main-play-button {
	width: 50vw;
}
.main-player-outer,
.twitter,
.main-play-button {
	height: calc(28.125vw - 36px);
}
.main-play-button {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	top: calc(-28.125vw + 36px);
	text-align: center;
	margin-bottom: calc(-28.125vw + 36px);
}
.main-play-button-text {
	font-size: calc(3 * var(--rem-vw)) !important;
	color: rgba(255, 255, 255, 1);
	transition-duration: 0.33s;
}
.main-player-box:hover .main-play-button-text {
	font-size: calc(3.5 * var(--rem-vw)) !important;
}
#svg-bg {
	height: 0;
	/* width: 3072px; */
}
.message {
	width: 100%;
	margin-top: 2rem;
}
.message-outer {
	margin-top: -1px;
}
.message-title-image {
	width: 76.8%;
	transform: translateY(-25%);
}
.bg-black {
	background-color: black;
}
.wave-bw {
	width: 3072px;
	height: 80px;
	margin-top: 0.5rem;
	clip-path: url(#wavetop);
	background-color: black;
	will-change: transform;
	backface-visibility: hidden;
	perspective: 1000;
	animation: waver-reverse 10s ease-in-out infinite alternate;
	margin-bottom: -1px;
}

@keyframes waver {
	0% {
		transform: translateX(-16px);
	}
	100% {
		transform: translateX(-1018px);
	}
}
@keyframes waver-reverse {
	0% {
		transform: translateX(-1018px);
	}
	100% {
		transform: translateX(-16px);
	}
}
.wave-bw.bottom {
	clip-path: url(#wave);
	margin-top: 0;
	margin-bottom: 0;
	animation: waver 9s ease-in-out infinite alternate;
}
.wave-bw.cast-bottom {
	clip-path: url(#wavetop);
	margin-top: 2rem;
	background-color: var(--bi-white);
}
.message-bottom-outer,
.story-cast-outer {
	background: url(./images/stripe.svg) repeat;
	background-size: 64px auto;
	background-position-x: 50%;
}
.message-bottom-outer {
	margin-top: -1rem;
}
.story-cast-outer {
	padding-top: 2rem;
}
.message-box {
	width: 100%;
	text-align: left;
	background-color: black;
	color: var(--bi-white);
}
.message-text {
	font-size: calc(1.2 * var(--rem-vw));
	padding: 0 5.5rem 1rem;
	margin-top: -1.5rem;
	line-height: 2.2;
	text-align: justify;
	text-justify: inter-character;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.signature-nisio {
	font-size: calc(1.1 * var(--rem-vw));
	font-weight: 700;
}
.story {
	background-color: var(--bi-green);
	padding: 0 2rem 2rem;
	text-align: justify;
	text-justify: inter-character;
	width: calc(100% - 2rem);
	margin: 0 auto;
}
.story-title-image {
	padding: 0.3rem 99rem 0.3rem 1.5rem;
	background-color: black;
	margin-right: -100rem;
	width: calc(19% + 99rem);
	line-height: 1;
}
.story-text {
	color: var(--bi-white);
	font-size: calc(1 * var(--rem-vw));
	line-height: 2;
	padding: 0.5rem 2.5rem 1rem;
	text-align: justify;
	text-justify: inter-character;
}
.cast {
	padding: 2rem 1rem 0;
	margin: 0 auto;
}
.cast-title {
	padding-bottom: 1rem;
}
.cast-title-image {
	padding: 0.3rem 1.5rem 0.3rem 99rem;
	background-color: black;
	margin-left: -97rem;
	width: calc(14.8% + 99rem);
}
.cast-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	/* gap: 2rem 3rem; */
}

.a-cast {
	width: calc(33% - 2rem - 6px);
	/* max-width: 288px; */
	padding: 0;
	margin: 0;
	border: 16px solid var(--bi-blue);
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	margin-right: 2rem;
	transition-duration: 0.33s;
	transition-property: filter;
	filter: brightness(95%) contrast(105%);
}
.a-cast:hover {
	filter: brightness(112%) contrast(100%);
}
.a-cast:nth-child(3n) {
	margin-right: 0;
}
.a-cast:first-child {
	margin-left: 0;
}
.a-cast:hover {
	cursor: pointer;
}
.cast-substitute {
	font-size: 1.2rem;
	font-weight: 700;
	color: rgb(208, 166, 48);
	background-color: black;
	text-align: left;
	margin-bottom: 2rem;
	padding: 0.2rem 0.3rem;
}
.cast-view-box {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
}
.cast-view-flex {
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-content: center;
	height: 100%;
}
.cast-large-image {
	width: auto;
	height: 90vh;
	margin: auto auto;
	z-index: 2;
	position: relative;
}

.and-more {
	width: calc(33% - 2rem - 6px);
	padding: 0;
	margin: 0;
	border: 16px solid black;
	margin-bottom: 2rem;
	background-color: #232323;
	color: var(--bi-white);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.and-more-text {
	font-weight: 900;
	font-size: calc(1.3 * var(--rem-vw));
	white-space: nowrap;
	margin-bottom: -3px;
	line-height: 1.3;
	display: flex;
	flex-direction: column;
}
.and-more-notice {
	font-size: 0.952rem;
	font-weight: 500;
	margin-bottom: auto;
	margin-top: 0;
	flex: 1 0 auto;
	justify-self: flex-start;
	line-height: 1;
}
.and-more-notice .goju-on {
	font-size: 0.7em;
}
.and-more-text .ensemble-names {
	justify-self: flex-end;
	justify-content: flex-start;
	margin-right: auto;
	width: 100%;
	flex: 0 1 auto;
	text-align: left;
	margin-bottom: 0;
}
.a-cast-image {
	padding: 0;
	margin: 0;
	border: 0;
	border-image-width: 0;
	display: block;
	width: 100%;
}
.cast-name {
	font-size: calc(1.7 * var(--rem-vw));
	color: var(--bi-white);
	padding-top: 0.7rem;
	font-weight: 900;
	margin-top: -8vw;
	height: 8vw;
	z-index: 1;
	margin-left: 0;
	text-align: left;
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-right: auto;
	flex-direction: column;
	transform: translateY(8px);
}
.character-name-text {
	font-size: 0.7em;
	font-weight: 500;
	line-height: 1;
	padding: 0 0.4rem 2px;
	position: relative;
}
.character-yaku {
	font-size: 0.8em;
	padding-left: 2px;
}
.cast-name-text {
	transform: translateY(-4px);
}
.star-badge-image {
	width: 14.8%;
}
.ticket {
	padding-top: 2rem;
	margin-top: -1px;
	background-color: var(--bi-white);
	margin-bottom: 1rem;
}
.ticket-title-image {
	width: 20.2%;
	margin-top: -0.5rem;
}
.ticket-data {
	margin-top: 2rem;
	font-weight: 700;
}
.ticket-price {
	font-size: calc(1.6 * var(--rem-vw));
}
.smaller {
	font-size: 0.6875em;
}
.kakko {
	margin-left: -0.7rem;
	margin-right: -0.7rem;
}
.kakko2 {
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}
.nakaguro {
	margin-left: -0.3rem;
	margin-right: -0.3rem;
}
.after-talk-list .kakko,
.goods-head-text .kakko {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.pc-sp-text {
	font-size: 0.7rem;
	padding-left: 0.5rem;
}
.ticket-type {
	font-size: calc(1.3 * var(--rem-vw));
	font-weight: 900;
	color: var(--bi-white);
	margin-top: 1.2rem;
}
.ticket-type-text {
	background-color: black;
	padding: 0.2rem 0 0.3rem;
	line-height: 1;
	width: 320px;
	display: block;
	margin: 0 auto;
}
.ticket-name {
	font-size: calc(1.4 * var(--rem-vw));
	margin-top: 0.3rem;
}
.senkou-date {
	font-size: calc(1.2 * var(--rem-vw));
}
.ticket-address {
	font-size: calc(1.1 * var(--rem-vw));
	padding-left: 1rem;
	padding-right: 1rem;
}
.ticket-code,
.kekka-date {
	font-size: calc(1.4 * var(--rem-vw));
}
.senkou-notice,
.ticket-inquery,
.present-notice {
	font-size: calc(0.9 * var(--rem-vw));
	font-weight: 500;
}
.tiketore-notice {
	font-size: calc(0.85 * var(--rem-vw));
}
.senkou-notice {
	margin-top: 1rem;
	line-height: 1.5;
	font-weight: 500;
}
.ticket-inquery {
	margin-top: 3rem;
}
.divider {
	position: relative;
	height: 1px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-top: 1px solid black;
}
.divider-dotted {
	position: relative;
	height: 6px;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.divider-dotted::before {
	background-image: linear-gradient(
		to right,
		#fff,
		#fff 6px,
		#000 6px,
		#000 12px
	);
	background-repeat: repeat-x;
	background-size: 12px 6px;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.streaming {
	padding: 0 1rem 2rem;
}
.streaming-title-image,
.goods-title-image {
	width: 47.6%;
	margin-bottom: 0.5rem;
	margin-top: -0.25rem;
}
.goods-title-image {
	width: 19.2%;
}
.streaming-head,
.goods-text-head {
	font-size: calc(1.2 * var(--rem-vw));
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 0.3rem;
	background-color: black;
	color: var(--bi-white);
	/* display: inline-block; */
	padding: 0.2rem 0 0.3rem;
	width: 230px;
	font-weight: 900;
	line-height: 1;
}
.goods-text-head {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
.streaming-text {
	font-size: calc(1.3 * var(--rem-vw));
	line-height: 1.7;
	font-weight: 900;
}
.streaming-dates {
	font-size: calc(1.2 * var(--rem-vw));
	line-height: 1.5;
	font-weight: 900;
	margin-top: 0.3rem;
}
.streaming-url {
	font-size: calc(1.1 * var(--rem-vw));
	margin-top: 1rem;
	font-weight: 900;
}
.streaming-notice {
	margin-top: 1rem;
	font-size: calc(0.85 * var(--rem-vw));
	line-height: 1.4;
}
.goods {
	padding: 1rem 1rem 0;
	margin-top: -1rem;
	background-color: white;
}

.goods-head-text {
	font-size: calc(1.2 * var(--rem-vw));
	line-height: 1.6;
	font-weight: 700;
	margin-top: -0.5rem;
}
.goods-nelke-link {
	font-size: calc(1.3 * var(--rem-vw));
}
.goods-link-button,
.goods-close-button {
	border: 2px solid var(--bi-blue);
	background-color: var(--bi-blue);
}
.goods-link-button:link,
.goods-link-button:visited,
.goods-close-button:link,
.goods-close-button:visited {
	color: var(--bi-white);
}
.goods-link-button {
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: calc(100% - 14rem);
	padding: 1rem 1rem;
	font-size: calc(2 * var(--rem-vw));
	transition-duration: 0.33s;
	display: inline-block;
	font-weight: 900;
}
.goods-link-button:hover,
.goods-close-button:hover {
	background-color: white;
	color: var(--bi-blue);
	border-color: var(--bi-blue);
	cursor: pointer;
}
.goods-store-link {
	font-size: calc(1.3 * var(--rem-vw));
}
.goods-text {
	margin-bottom: 0.5rem;
}
.goods-logo-image {
	width: 25%;
	margin-top: 2.5rem;
}
.goods-list,
.bd-list {
	padding-top: 0;
	padding-bottom: 2rem;
	background-color: white;
}
.goods-lineup-title,
.bd-title {
	font-size: calc(2.8 * var(--rem-vw));
	margin-top: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.goods-lineup-title {
	text-transform: uppercase;
}
.bd-title {
	font-size: calc(2.2 * var(--rem-vw));
}
.goods-top-notice {
	margin-bottom: 0.8rem;
}
.goods-top-notice-list {
	padding: 0;
	margin: 0;
}
.goods-top-notice-list li {
	padding: 0;
	text-indent: -0.7rem;
	margin: 0.5rem 0;
	margin-left: 0.7rem;
	list-style-type: none;
	line-height: 1.6;
}
.goods-item-box {
	padding-top: 0.5rem;

	padding-bottom: 0.5rem;
}
.goods-item-box:first-child {
	padding-top: 2rem;
}
.goods-item-title {
	font-size: calc(1.3 * var(--rem-vw));
	font-weight: 700;
}
.goods-item-desc {
	font-size: calc(0.9 * var(--rem-vw));
	line-height: 1.5;
	display: inline-block;
}
.goods-item-desc-total {
	font-size: calc(1 * var(--rem-vw));
	line-height: 1.5;
	display: inline-block;
}
.goods-item-image {
	width: 33.33%;
	margin: 0.5rem 0.5rem 0.2rem 0.5rem;
}
.goods-item-image.wide {
	width: 519px;
}
.goods-brom-image {
	width: calc(100% - 1rem);
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	display: block;
}
.goods-brom-box {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 33.33%;
	width: 100%;
	margin-top: 0.5rem;
	justify-content: space-between;
}
.goods-brom-item-box {
	width: 33%;
	padding-bottom: 1rem;
}
.goods-close {
	padding-top: 2rem;
	padding-bottom: 2rem;
	/* background-color: white; */
}
.goods-close-button {
	font-size: calc(1.1 * var(--rem-vw));
	padding: 0.6rem 1rem 0.4rem;
	transition-duration: 0.33s;
	text-transform: uppercase;
	font-weight: 700;
}

.goods-star {
	color: var(--bi-blue);
}
.goods-notice,
.goods-ebook-list {
	font-size: 0.85rem;
	font-weight: 500;
	display: block;
}
.goods-block {
	margin-top: 0.5rem;
}
.bd-body-outer {
	background-color: white;
}
.bd-head {
	font-size: 1.7rem;
	margin-top: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	font-weight: 700;
	background-color: white;
}
.bd-jacket-image {
	width: 30%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #cccccc;
}
.bd-body {
	padding-top: 1rem;
	max-width: 1024px;
	margin: 0 auto;
	font-weight: 300;
}
.bd-version-title {
	font-size: 1.3rem;
	font-weight: 700;
	background-color: black;
	color: white;
	width: 240px;
	margin: 0 auto;
	padding: 0 0.5rem 0.1rem;
}
.bd-version-title.animate {
	margin-top: 4rem;
}
.bd-data {
	font-size: 1rem;
	background-color: white;
	padding-top: 1rem;
	font-weight: 300;
}
.bd-data-notice {
	font-size: 0.8rem;
}
.bd-name,
.bd-media {
	font-weight: 700;
	font-size: 1.3rem;
}
.bd-media {
	color: var(--bi-blue);
}
.bd-desc {
	margin: 1rem 0 2rem;
	font-weight: 700;
}
.bd-desc-head {
	font-weight: 700;
}
.bd-desc-small {
	font-size: 0.9rem;
	font-weight: 400;
}
.bd-desc-text {
	font-weight: 400;
}
.bd-bonus {
	padding: 2rem;
	border: 1px solid var(--bi-blue);
	width: calc(100% - 10rem);
	margin: 0 auto;
	font-size: 1rem;
	margin-top: 4rem;
	line-height: 1.6;
}
.bonus-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 8;
}
.bonus-box-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.bonus-box-image {
	width: auto;
	max-width: 90%;
	height: auto;
	max-height: 90%;
}
.bonus-box-close {
	position: relative;
	width: 80px;
	height: 40px;
	padding: 0.6rem 1rem 0.4rem;
	border: 2px solid var(--bi-liteblue);
	margin: 0 auto;
	text-align: center;

	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.33s;
	color: var(--bi-white);
	background-color: var(--bi-liteblue);
	font-weight: 700;
}
.bonus-box-close:hover {
	cursor: pointer;
	/* border-color: var(--bi-white); */
	color: var(--bi-liteblue);
	background-color: white;
}
.bonus-title {
	font-size: 1rem;
	font-weight: 700;
	border: 1px solid var(--bi-blue);
	padding: 0.2rem 0.3rem 0.2rem;
	margin-bottom: 0.5rem;
}
.bonus-head-title {
	font-size: 1.3rem;
	padding: 0.1rem 0.8rem;
	background-color: var(--bi-blue);
	color: white;
	margin-bottom: 1rem;
	font-weight: 700;
}
.mb-4 {
	margin-bottom: 1rem;
}
.bonus-name {
	font-size: 1.1rem;
	font-weight: 700;
}
.bonus-list {
	font-size: 1.1rem;
	font-weight: 700;
}
.bonus-image {
	width: 60%;
	height: auto;
}
.bonus-image.horizontal {
	width: 40%;
	margin-right: 10%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.bonus-image.aniplex {
	width: 65.23%;
	margin-left: 1.08%;
}
.bonus-image.small {
	width: 20%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.bonus-image.framed {
	border: 1px solid #cccccc;
}
.bonus-desc,
.bonus-notice,
.additional-notice-list {
	font-size: 0.85rem;
}
.bd-additional-notice {
	width: calc(100% - 10rem);
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 2rem;
	line-height: 1.6;
}
.bonus-notice {
	border-top: 1px dotted #000;
	margin-top: 1rem;
	padding-top: 0.7rem;
}
.epamph {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 700;
	padding-bottom: 1rem;
}
.schedule {
	padding-bottom: 2rem;
}
.schedule-title {
	padding-bottom: 1rem;
}
.schedule-title-image {
	width: 29.3%;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
}
.schedule-date-en {
	font-size: calc(1.9 * var(--rem-vw));
	color: black;
}
.schedule-image {
	width: 100%;
}
.schedule-box {
	padding: 1rem 5rem 0;
}

.schedule-notice {
	font-size: calc(0.7 * var(--rem-vw));
	font-weight: 300;
	padding-top: 0.8rem;
	text-align: right;
	padding-right: 5rem;
}

.present,
.after-talk {
	font-size: calc(1 * var(--rem-vw));
	padding: 2rem 2rem 1rem;
	border: 1px solid black;
	margin: 2rem 5rem 0;
	text-align: left;
}

.after-talk {
	border-color: var(--bi-blue);
	background-color: var(--bi-white);
}
.after-talk .divider,
.bonus-list .divider {
	border-color: var(--bi-blue);
}

.after-talk-title-box,
.after-talk-list {
	font-size: calc(1 * var(--rem-vw));
}
.present-title,
.after-talk-title {
	font-size: calc(1.3 * var(--rem-vw));
	background-color: black;
	color: var(--bi-white);
	padding: 0.1rem 0.8rem;
	margin-bottom: 0.5rem;
	font-weight: 700;
}
.fw500 {
	font-weight: 500;
}
.fw700 {
	font-weight: 700;
}
.tiketore-rei {
	font-size: 0.9rem;
}
.after-talk-title {
	background-color: var(--bi-blue);
}
.after-talk-notice-title {
	font-size: calc(1 * var(--rem-vw));
	font-weight: 900;
}
.after-talk-list {
	padding: 0.1rem 0;
	margin-bottom: 0.5rem;
	font-weight: 700;
}
.present-list {
	font-weight: 900;
	font-size: calc(1.3 * var(--rem-vw));
	line-height: 1.7;
}

.present-list,
.present-notice,
.after-talk-list,
.after-talk-notice,
.tiketore-notice {
	list-style-type: none;
	padding-inline-start: 0;
	text-indent: -1rem;
	margin-left: 1rem;
}

.after-talk-notice {
	margin-top: 0.3rem;
}
.present-notice,
.after-talk-notice {
	text-indent: -0.65rem;
	margin-left: 0.65rem;
}
.tiketore-notice {
	text-indent: -0.95rem;
	margin-left: 0.95rem;
}

.theater {
	background-color: black;
	color: var(--bi-white);
	padding-bottom: 2rem;
	/* margin-top: -1px; */
	padding-top: 1rem;
}
.theater-title-image {
	width: 18%;
}
.theater-name-image {
	width: 32.1%;
	height: auto;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	transform: translateX(-0.5rem);
}
.theater-address {
	font-size: calc(0.7 * var(--rem-vw));
}
.map-outer {
	border: 1px solid #696864;
	max-width: calc(1024px - 2rem);
	width: calc(100% - 2rem);
	margin: 0 auto;
	margin-top: 1rem;
}
.map {
	width: 100%;
	max-width: calc(1024px - 2rem);
	padding: 1px;
	margin: 0 auto;
	filter: invert() brightness(110%) sepia() saturate(30%) brightness(110%);
}
.stars-outer.bottom {
	background-color: black;
}
.footer {
	padding-bottom: 4rem;
	background-color: black;
	color: var(--bi-white);
	padding-top: 2rem;
}
.footer-text {
	font-size: calc(0.9 * var(--rem-vw));
}
.copy {
	font-size: calc(0.7 * var(--rem-vw));
}
.notice-page,
.covid-page {
	background-color: var(--bi-white);
	color: black;
}
.notice-main,
.covid-main {
	width: 100%;
	max-width: 1024px;
	background-color: var(--bi-white);
	padding: 2rem 4rem 3rem;
	margin: 0 auto;
}
.notice-title,
.covid-title {
	font-weight: 900;
	font-size: 1.2rem;
	text-align: center;
	padding-bottom: 2rem;
}
.notice-head,
.covid-head,
.notice-head2,
.covid-head2 {
	font-weight: 900;
}
.notice-head,
.covid-head {
	font-size: 1rem;
	border-top: 1px dotted black;
	padding-top: 0.75rem;
	margin-bottom: 0.5rem;
}
.notice-head2,
.covid-head2 {
	font-size: 0.9rem;
}
.notice-text,
.covid-text {
	font-size: 0.8rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}
.notice-text .times {
	margin-left: 0.7rem;
}
.notice-page ul,
.covid-page ul {
	list-style-type: none;
	margin: 0;
	text-indent: -0.75rem;
	margin-left: 0.75rem;
	padding: 0;
}
.covid-page ul.abc {
	text-indent: -1.55rem;
	margin-left: 1.55rem;
}
.notice-goods-link {
	background-color: var(--bi-blue);
	font-size: 1.2rem;
	text-align: center;
	color: var(--bi-white);
	padding: 0.8rem 0.5rem;
	transition-duration: 0.33s;
	border: 2px solid var(--bi-blue);
	font-weight: 900;
}
.notice-goods-link:hover {
	background-color: var(--bi-white);
	color: var(--bi-blue);
	cursor: pointer;
}
.link-text-bigger {
	font-size: 1rem;
}
.notice-close-button,
.covid-close-button {
	text-align: center;
	margin-top: 3rem;
}
.notice-close-text,
.covid-close-text {
	padding: 0.2rem 0.7rem 0.3rem;
	font-size: 0.9rem;
	border: 2px solid black;
	color: black;
	/* border-radius: 0.5rem; */
	transition-duration: 0.33s;
	line-height: 1;
	font-weight: 900;
}
.notice-close-text:hover,
.covid-close-text:hover {
	background-color: black;
	color: white;
	cursor: pointer;
}
.blu {
	color: var(--bi-blue);
}
@media screen and (min-width: 1024px) {
	.visual-image {
		width: 1024px;
		height: 1436px;
		left: calc(50vw - 512px);
	}
	.top-info,
	.top-info-popup-title {
		font-size: 1.1rem;
	}
	.goods-link {
		font-size: 1.4rem;
	}
	.top-info-popup-box {
		font-size: 1rem;
	}
	.top-info-close-button-text {
		font-size: 1rem;
	}
	.news-date {
		font-size: 0.8rem;
	}
	.new-tick {
		font-size: 0.7rem;
	}
	.news-title {
		font-size: 1.1rem;
	}
	.news-text {
		font-size: 0.9rem;
	}
	.news-info-title,
	.twitter-title {
		font-size: 2.2rem;
	}
	.basic-data {
		font-size: 2rem;
	}
	.additional-data {
		font-size: 1rem;
	}
	.attention-cvd {
		font-size: 1.1rem;
	}
	.cvd-notice {
		left: calc(50vw - var(--pc-width) * 0.4);
		width: calc(var(--pc-width) * 0.8);
		/* height: 45vh; */
	}
	.movie-and-sns {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		padding: 0 1rem;
		margin-top: 1rem;
	}
	.sns-box {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		margin-top: 2rem;
		display: flex;
		align-items: center;
	}
	.sns-title-text,
	.instagram-title-text {
		flex: 0 0 calc(512px - 2rem);
		width: calc(512px - 2rem);
		text-align: left;
	}
	.sns-title-text {
		margin-left: 1rem;
	}
	.instagram-title-text {
		margin-left: 2rem;
	}
	.main-player-box,
	.twitter-box,
	.main-player-outer,
	.main-play-button {
		width: calc(512px - 2rem);
	}
	.main-player-outer,
	.twitter,
	.main-play-button {
		height: calc(288px - 18px);
	}
	.main-play-button {
		top: calc(-288px + 18px);
		margin-bottom: calc(-288px + 18px);
	}
	.news-title-text,
	.movie-title-text,
	.twitter-account-text,
	.instagram-title-text,
	.sns-title-text {
		font-size: 1.7rem;
	}

	.title-headline {
		font-size: 1.1rem;
	}
	.main-play-button-text {
		font-size: 3rem !important;
	}
	.main-player-box:hover .main-play-button-text {
		font-size: 3.5rem !important;
	}
	.footer {
		font-size: 0.7rem;
	}
	.title-logo-image {
		margin-left: 2rem;
	}
	.message-text {
		font-size: 1.2rem;
	}
	.signature-nisio {
		font-size: 1.1rem;
	}
	.ticket-price {
		font-size: 1.6rem;
	}
	.ticket-type {
		font-size: 1.2rem;
	}
	.ticket-name {
		font-size: 1.5rem;
	}
	.ticket-address {
		font-size: 1.1rem;
	}
	.ticket-notice,
	.ticket-notice-head {
		font-size: 1rem;
	}
	.ticket-notice-title {
		font-size: 1.4rem;
	}
	.ticket-notice-list {
		font-size: 0.9rem;
	}
	.senkou-date {
		font-size: 1.2rem;
	}
	.ticket-code,
	.kekka-date {
		font-size: 1.1rem;
	}
	.senkou-notice,
	.ticket-inquery,
	.present-notice,
	.after-talk-notice {
		font-size: 0.9rem;
	}
	.tiketore-notice {
		font-size: 0.85rem;
	}
	.streaming-title-image {
		width: 488px;
	}
	.streaming-head,
	.goods-text-head {
		font-size: 1.2rem;
	}
	.goods-title-image {
		width: 197px;
	}
	.streaming-text {
		font-size: 1.3rem;
	}
	.streaming-dates {
		font-size: 1.2rem;
	}
	.streaming-url {
		font-size: 1.1rem;
	}
	.streaming-notice {
		font-size: 0.85rem;
	}
	.goods-head-text {
		font-size: 1.2rem;
	}
	.goods-link-button {
		font-size: 2rem;
		width: calc(1024px - 10rem);
	}
	.goods-nelke-link,
	.goods-item-title,
	.goods-store-link {
		font-size: 1.3rem;
	}
	.goods-lineup-title {
		font-size: 2.8rem;
	}
	.goods-close-button {
		font-size: 1.1rem;
	}
	.goods-item-desc {
		font-size: 0.9rem;
	}
	.goods-item-desc-total {
		font-size: 1rem;
	}
	.black-star,
	.black-arrow {
		font-size: 1rem;
	}
	.schedule-date-en {
		font-size: 1.9rem;
	}
	.schedule-notice {
		font-size: 0.7rem;
	}
	.present,
	.after-talk {
		font-size: 1rem;
	}
	.present-title,
	.after-talk-title {
		font-size: 1.3rem;
	}
	.after-talk-notice-title {
		font-size: 1rem;
	}
	.present-list {
		font-size: 1.3rem;
	}
	.after-talk-title-box,
	.after-talk-list {
		font-size: 1rem;
	}
	.theater-address {
		font-size: 0.7rem;
	}
	.footer-text {
		font-size: 0.9rem;
	}
	.copy {
		font-size: 0.7rem;
	}
	.story-text {
		font-size: 1rem;
	}
	.and-more-text {
		font-size: 1.3rem;
		margin-bottom: -2px;
	}
	.cast-name {
		font-size: 1.7rem;
	}
	.cvd-window-close,
	.view-window-close {
		font-size: 1.1rem;
	}
	.star-badge-image {
		width: 148px;
	}
	.ticket-title-image {
		width: 202px;
	}
	.schedule-title-image {
		width: 293px;
	}
	.theater-title-image {
		width: 180px;
	}
	.theater-name-image {
		width: 321px;
	}
	.bd-title {font-size: 2.2rem;}
}
@media screen and (max-width: 720px) {
	#main {
		width: 100%;
	}
	.brsp {
		display: block;
	}
	.visual {
		width: 100vw;
		height: 140.2vw;
		/* max-height: 1436px; */
		min-height: unset;
	}
	.visual-image {
		width: 100vw;
		height: 140.23vw;
	}
	.basic-data {
		margin-top: 0.5rem;
		margin-bottom: 0.4rem;
	}
	.date-image {
		width: calc(100% - 1rem);
	}
	.place-image {
		width: 50vw;
	}
	.additional-data {
		font-size: 0.8rem;
		padding: 0.3rem 0;
		line-height: 1.4;
	}
	.attention-cvd {
		font-size: 0.9rem;
		padding-bottom: 1rem;
	}
	.cvd-notice {
		position: fixed;
		top: 3vh;
		left: 3vw;
		width: 94vw;
		height: 80vh;
		font-size: 0.7rem;
		padding: 1.5rem 1.5rem 1rem;
		line-height: 1.5;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.top-info {
		font-size: 1rem;
		padding: 0.4rem 0.5rem;
	}
	.top-info-popup-title {
		font-size: 1rem;
		line-height: 1.5;
	}
	.top-info-popup-box {
		top: 1.5rem;
		left: 0.5rem;
		right: 0.5rem;
		bottom: 2rem;
		overflow: scroll;
		width: calc(100vw - 1rem);
		min-width: unset;
		min-height: unset;
		font-size: 0.75rem;
		padding: 2rem 1rem;
	}
	.top-info-close-button {
		padding: 0.1rem 0.3rem;
	}
	.top-info-close-button-text {
		font-size: 0.75rem;
	}
	.news {
		margin-top: 1rem;
	}
	.news-info-title {
		font-size: 1.6rem;
	}
	.news-date,
	.news-title {
		padding: 0 0.5rem;
	}
	.new-tick {
		margin: 0 0.2rem;
		padding: 0 0.4rem 0.1rem;
		font-size: 0.7rem;
		transform: translate(0, 0);
	}
	.news-info-outer {
		padding: 0 1rem 0;
		padding-bottom: 1rem;
	}
	.news-date {
		font-size: 0.8rem;
		margin-left: -0.25rem;
	}
	.news-title {
		font-size: 0.8rem;
		margin-right: 1.8em;
		padding-bottom: 0.3rem;
	}
	.news-text {
		padding: 0.5rem 0.5rem;
		font-size: 0.8rem;
		line-height: 1.5;
	}
	.sns-box {
		margin-top: 1rem;
		flex-direction: column;
		align-items: flex-start;
	}
	.instagram-title-text {
		margin-left: 1rem;
		margin-top: 1rem;
	}
	.instagram-title-text a {
		display: flex;
		align-items: center;
	}
	.sns-icon {
		transform: translate(0, 0);
	}
	.sns-icon.twi {
		transform: translate(0, 9px);
	}
	.movie-and-sns {
		width: calc(100vw - 2rem);
		flex-direction: column;
		padding: 0;
		margin-top: 0;
	}
	.main-player-box,
	.twitter-box,
	.main-player-outer,
	.main-play-button {
		width: calc(100vw - 2rem);
	}
	.main-player-outer,
	.twitter,
	.main-play-button {
		height: calc(56.25vw - 18px);
	}

	.main-play-button {
		top: calc(-56.25vw + 18px);
		margin-bottom: calc(-56.25vw + 18px);
	}
	.main-play-button-text {
		font-size: 3rem !important;
	}
	.twitter-box {
		margin-left: 0;
		margin-top: 0;
		font-size: 1rem;
		margin-bottom: 2rem;
	}
	.title-first {
		width: 100%;
		padding: 0 0.5rem;
	}
	.title-logo-outer {
		width: 20%;
	}

	.kettei-image {
		margin-left: calc(-4 * var(--rem-vw));
	}
	.title-logo-image {
		margin-left: calc(3 * var(--rem-vw));
	}
	.title-copy-outer {
		width: 49%;
	}
	.title-headline {
		font-size: 1rem;
		margin-left: 0.5rem;
		margin-top: 2rem;
		line-height: 1.7;
		letter-spacing: 0;
		align-self: flex-start;
	}
	.info-bar {
		width: calc(100% - 1rem);
		margin: 0 0.5rem;
		background-repeat: repeat-y;
		height: 8px;
	}

	.news-title-text {
		margin-left: 1rem;
	}
	.movie-title-text {
		margin-top: 0;
	}
	.news-title-text,
	.movie-title-text,
	.twitter-account-text,
	.sns-title-text,
	.instagram-title-text {
		font-size: 1.5rem;
	}
	.twitter-account-text {
		margin-top: 0.5rem;
	}
	.message-text {
		font-size: 0.9rem;
		padding: 1rem 2rem;
		line-height: 1.8;
	}
	.signature-nisio {
		font-size: 0.9rem;
		margin-top: 0.5rem;
	}
	.story {
		padding: 0 1rem;
	}
	.story-title-image {
		padding: 0.3rem 3rem 0.3rem 1.5rem;
		width: calc(33% + 3rem);
		margin-right: -4rem;
	}
	.story-text {
		font-size: 0.8rem;
		padding: 1rem 0.5rem;
		line-height: 1.7;
	}
	.cast-title-image {
		padding: 0.3rem 1.5rem 0.3rem 3rem;
		margin-left: -1rem;
		width: calc(25.6% + 3rem);
	}
	.cast-images {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		padding-bottom: 1rem;
	}

	.a-cast {
		width: calc(50% - 0.5rem - 4px);
		/* max-width: 288px; */
		padding: 0;
		margin: 0;
		border: 8px solid var(--bi-blue);
		margin-bottom: 1rem;
		margin-right: 0.5rem;
	}

	.a-cast:nth-child(2n) {
		margin-right: 0;
	}
	.cast-name {
		font-size: 1.2rem;
		margin-top: -16vw;
		height: 16vw;
	}
	.cvd-window-close,
	.view-window-close {
		font-size: 1rem;
	}
	.view-window-close {
		top: calc(50vh - 45vw * 1.414);
		right: 5vw;
	}
	.and-more {
		width: 100%;
		border-width: 8px;
		display: block;
	}
	.and-more-notice {
		font-size: 0.7rem;
		margin-bottom: 0.5rem;
	}
	.and-more-text {
		font-size: 0.9rem;
		width: 100%;
		margin-bottom: -2px;
		text-align: center;
		display: block;
	}
	.ensemble-names {
		display: inline;
		margin-right: 0.25rem;
		margin-left: 0.25rem;
		line-height: 1.5;
	}
	.cast-large-image {
		width: 90vw;
		height: auto;
	}
	.cast-substitute {
		padding: 0.2rem 0.5rem;
		font-size: 0.8rem;
		margin-bottom: 3rem;
	}
	.divider-dotted {
		margin-top: 0;
		margin-bottom: 0.5rem;
		height: 3px;
	}
	.divider-dotted::before {
		background-image: linear-gradient(
			to right,
			#fff,
			#fff 3px,
			#000 3px,
			#000 6px
		);
		background-size: 6px 3px;
	}
	.ticket-notice {
		font-size: 1rem;
		margin: 1rem;
	}
	.ticket-notice-title {
		font-size: 1.4rem;
	}
	.ticket-notice-head {
		font-size: 1rem;
	}
	.ticket-notice-list {
		font-size: 0.9rem;
	}
	.ticket-data {
		margin-top: 1rem;
	}
	.ticket-title {
		margin-top: -1rem;
	}
	.ticket-title-image {
		width: 30%;
	}
	.ticket-price {
		font-size: 1.2rem;
	}
	.ticket-type {
		margin-top: 0.75rem;
	}
	.ticket-name {
		font-size: 1.1rem;
	}
	.ticket-address {
		font-size: 0.9rem;
		font-weight: 300;
	}
	.ticket-type {
		font-size: 1rem;
	}
	.ticket-type-text {
		width: calc(100% - 2rem);
	}
	.epamph .divider {
		width: 100%;
		margin-left: 0;
	}
	.ticket .divider {
		width: calc(100% - 2rem);
		margin-left: auto;
		margin-right: auto;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.ticket-notice-title {
		font-size: 1.1rem;
	}
	.ticket-notice-head {
		font-size: 0.8rem;
		line-height: 1.4;
	}
	.ticket-notice-list {
		font-size: 0.8rem;
		padding: 1rem;
	}
	.ticket-notice-list li {
		margin-top: 0.2rem;
	}
	.senkou-date {
		font-size: 0.9rem;
	}
	.kekka-date,
	.ticket-code {
		font-size: 0.9rem;
	}
	.black-star,
	.black-arrow {
		font-size: 0.8rem;
	}
	.ticket-inquery {
		margin-top: 2rem;
	}
	.ticket-inquery,
	.footer-text {
		font-size: 0.8rem;
	}
	.senkou-notice,
	.present-notice,
	.after-talk-notice,
	.tiketore-notice {
		font-size: 0.7rem;
		line-height: 1.4;
	}
	.senkou-notice {
		margin-top: 0.5rem;
	}
	.streaming {
		padding: 0 1rem 2rem;
	}
	.streaming-title-image {
		width: 66.2%;
		margin-top: -0.15rem;
	}
	.streaming-head,
	.goods-text-head {
		font-size: 1rem;
		margin-top: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.streaming-text {
		font-size: 1.1rem;
	}
	.goods-nelke-link,
	.goods-store-link {
		font-size: 1.1rem;
	}
	.goods-text,
	.goods-head-text {
		font-size: 0.9rem;
	}
	.goods-notice {
		font-size: 0.8rem;
	}
	.goods-ebook-list {
		font-size: 0.7rem;
	}
	.mb-align-left {
		text-align: left;
	}
	.goods-link-button {
		font-size: 1.2rem;
		line-height: 1.4;
		padding: 0.5rem 0.25rem;
		display: block;
		width: 100%;
	}
	.goods-brom-box {
		flex: 1 1 50%;
		/* flex-direction: column; */
	}
	.goods-brom-item-box {
		width: 50%;
	}
	.goods-brom-item-box:last-child {
		width: calc(100% - 1rem);
		padding-left: 25%;
		padding-right: 25%;
	}
	.goods-brom-item-box:last-child .goods-item-desc {
		margin-left: -25%;
		margin-right: -25%;
	}
	.epamph {
		font-size: 0.9rem;
	}
	.epamph-head-text {
		font-size: 0.9rem;
	}
	.goods-top-notice {
		margin: 0 1rem;
	}
	.goods-top-notice-list li {
		line-height: 1.5;
	}
	.goods-item-image,
	.goods-item-image.wide {
		width: 100%;
		margin: 0.5rem 0 0.2rem;
	}
	.goods-list {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.goods-item-title {
		font-size: 1.2rem;
	}
	.goods-item-desc {
		font-size: 0.8rem;
	}
	.goods-item-desc-total {
		font-size: 0.9rem;
	}
	.goods-close-button {
		font-size: 1.1rem;
	}
	.goods-title-image {
		width: 26.72%;
	}
	.goods-logo-image {
		width: 60%;
	}
	.goods-lineup-title {
		font-size: 1.8rem;
	}
	.bd-title {
		font-size: 2rem;
	}
	.bd-head {
		font-size: 1.3rem;
	}
	.bd-jacket-image {
		width: 80%;
		height: auto;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}
	.bd-data {
		font-size: 0.9rem;
		padding-top: 0.5rem;
	}
	.bd-data-notice {
		font-size: 0.6rem;
	}
	.bd-version-title,
	.bd-name,
	.bd-media {
		font-size: 1rem;
	}
	.bd-version-title {
		width: 190px;
	}
	.bonus-head-title {
		font-size: 0.8rem;
	}
	.bd-bonus,
	.bonus-desc {
		font-size: 0.85rem;
	}
	.bd-desc {
		font-size: 0.9rem;
		padding: 0 1rem;
	}
	.bd-desc-small {
		font-size: 0.8rem;
	}
	.align-md-left {
		text-align: left;
		display: block;
	}
	.bd-version-title.animate {
		margin-top: 3rem;
	}
	.bd-bonus,
	.bd-additional-notice {
		width: calc(100% - 1rem);
	}
	.bd-bonus {
		padding: 0.8rem;
	}
	.bonus-name,
	.bonus-list {
		font-size: 1rem;
	}
	.bonus-head-title,
	.bonus-title {
		font-size: 1rem;
	}
	.bonus-notice,
	.additional-notice-list {
		font-size: 0.8rem;
	}
	.bonus-desc {
		word-break: break-all;
	}
	.bonus-image {
		width: 90%;
		margin-left: 5%;
		height: auto;
	}
	.bonus-image.aniplex {
		width: 97.84%;
		margin-left: 1.08%;
	}
	.bonus-image.horizontal {
		width: 50%;
		margin-right: 0;
		margin-left: 0;
	}
	.bonus-image.small {
		width: 50%;
		margin-left: 25%;
	}
	.bonus-box-image {
		max-width: 97%;
		max-height: 100%;
	}
	.streaming-dates {
		font-size: 1rem;
	}
	.streaming-url {
		font-size: 0.9rem;
		letter-spacing: -0.3px;
		font-weight: 300;
	}
	.streaming-notice {
		font-size: 0.7rem;
		text-align: left;
		text-indent: -0.7rem;
		padding-left: 0.7rem;
	}
	.schedule-title {
		padding-bottom: 0.5rem;
	}
	.schedule-title-image {
		width: 40%;
	}
	.schedule-date-en {
		font-size: 1.4rem;
	}
	.schedule-box {
		padding: 0.51rem 0.5rem 0;
	}
	.schedule-notice {
		font-size: 0.7rem;
		padding-top: 0.5rem;
		padding-right: 0.5rem;
	}
	.present,
	.after-talk {
		font-size: 0.9rem;
		padding: 1.2rem 1.2rem 0.5rem;
		margin: 1rem 1rem 0;
	}
	.present-title,
	.after-talk-title {
		font-size: 1rem;
		padding: 0.2rem 0.4rem;
	}
	.present-list,
	.after-talk-list,
	.after-talk-title-box {
		font-size: 0.9rem;
		text-indent: 0;
		margin-left: 0;
		line-height: 1.4;
	}
	.after-talk-list {
		font-size: 0.8rem;
	}
	.present-list li,
	.after-talk-list li {
		margin-top: 0.5rem;
	}
	.after-talk-notice-title {
		font-size: 0.9rem;
	}
	.present-notice,
	.after-talk-notice,
	.tiketore-notice {
		text-indent: 0;
		margin-left: 0;
	}
	.theater-title-image {
		width: 24%;
	}
	.theater-name-image {
		width: 45%;
		margin-top: 1.2rem;
	}
	.theater-address {
		font-size: 0.7rem;
		line-height: 1.5;
	}
	.theater-direction {
		text-align: left;
		padding: 0 1rem;
		font-size: 0.65rem;
	}
	.message {
		margin-top: -2rem;
	}
	.wave-bw,
	.wave-bw.cast-bottom {
		clip-path: url(#wavetopsp);
		margin-top: -40px;
	}
	.wave-bw.bottom {
		clip-path: url(#wavesp);
		animation: waver 10s linear infinite;
		margin-bottom: -40px;
	}
	.wave-bw.cast-bottom {
		margin-top: -6rem;
	}
	.twitter {
		height: 230px;
	}
	.footer {
		margin-bottom: 0;
	}

	.copy {
		font-size: 0.7rem;
	}
	.pp-text {
		font-size: 0.7rem;
	}
	.stars {
		width: 100%;
		height: 22.75px;
	}
	.a-star {
		width: 20px;
		animation: rotator 6s linear infinite;
		margin-right: 2.5px;
		margin-left: 2.5px;
		transform-origin: 10.25px 11.375px;
	}
	.kakko {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.kakko2 {
		margin-left: -0.3rem;
		margin-right: -0.3rem;
	}
	.brnosp {
		display: none;
	}
	.notice-title,
	.covid-title {
		padding-bottom: 1rem;
	}
	.notice-main,
	.covid-main {
		padding: 1rem 0.45rem 1.5rem;
	}
	.notice-goods-link {
		font-size: 1.2rem;
		padding: 0.3rem 0.3rem;
		transition-duration: 0.33s;
		border: 2px solid var(--bi-blue);
		font-weight: 900;
		line-height: 1.3;
	}
}
