/*
  works / america
*/
@keyframes wave-text {
	0% {
		opacity: 0;
		transform: translateY(0em); }
	50% {
		opacity: 0.5;
		transform: translateY(0.2em); }
	100% {
		opacity: 1;
		transform: translateY(0em); } }

@keyframes rotate-text {
	0% {
		opacity: 0;
		transform: rotateY(-180deg); }
	100% {
		opacity: 1;
		transform: rotateY(0deg); } }

@keyframes head-icon-move {
	0% {
		opacity: 0;
		transform: scale(1.5);
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
	99.9% {
		opacity: 1;
		transform: scale(0.9); }
	100% {
		opacity: 1;
		transform: scale(1); } }

body {
	background-color: #ffd900;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	color: #231815; }

.fixed-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffd900; }
	.fixed-background::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: url("../img/bg.svg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		opacity: 0.7; }

.content,
.mfp-content {
	font-family: "Noto Sans JP", system-ui;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px; }

.content {
	position: relative;
	visibility: hidden; }
	body.ready .content {
		visibility: visible; }
	@media screen and (max-width: 750px) {
		.content {
			font-size: 12px;
			font-size: 3.75vw;
			overflow: hidden; } }
	.content a {
		color: inherit;
		text-decoration: underline; }
		.content a:hover {
			color: inherit;
			text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
button,
tr,
th,
td,
caption {
	font-weight: inherit; }

.section {
	position: relative; }
	.section:not(.sec-share):not(.sec-votes) {
		min-height: 70vh; }
	@media screen and (min-width: 751px) {
		.section {
			border-radius: 30px;
			padding: 30px 30px 50px; } }
	@media screen and (max-width: 750px) {
		.section {
			border-radius: 4vw;
			padding: 4vw 4vw 6.66667vw; } }
	.section:first-of-type {
		margin-top: 0; }
	.section:last-of-type {
		margin-bottom: 0; }
	@media screen and (min-width: 751px) {
		.section + .section {
			margin-top: 100px; } }
	@media screen and (max-width: 750px) {
		.section + .section {
			margin-top: 13.33333vw; } }

.section-inner {
	position: relative; }
	@media screen and (min-width: 751px) and (max-width: 1200px) {
		.section-inner {
			max-width: 1000px;
			margin-left: auto;
			margin-right: auto; } }

.section-head {
	position: relative;
	display: flex;
	align-items: center; }
	@media screen and (min-width: 751px) {
		.section-head {
			margin-bottom: 100px; } }
	@media screen and (max-width: 750px) {
		.section-head {
			margin-bottom: 13.33333vw; } }
	.section-head .section-head__jp {
		position: relative;
		font-weight: bold;
		border-style: solid;
		border-color: #231815;
		padding: 0.5em 1em;
		mix-blend-mode: darken;
		transform: translate3d(0, 0, 0);
		border-radius: 9999px; }
		@media screen and (min-width: 751px) {
			.section-head .section-head__jp {
				width: 100%;
				border-width: 2px;
				font-size: 30px; } }
		@media screen and (max-width: 750px) {
			.section-head .section-head__jp {
				width: 92vw;
				border-width: 0.53333vw;
				font-size: 20px;
				font-size: 6.25vw; } }
		.section-head .section-head__jp::before, .section-head .section-head__jp::after {
			content: "";
			position: absolute;
			left: 20%;
			box-sizing: border-box;
			rotate: 135deg;
			translate: -50%; }
			@media screen and (min-width: 751px) {
				.section-head .section-head__jp::before, .section-head .section-head__jp::after {
					width: 20px;
					height: 20px; } }
			@media screen and (max-width: 750px) {
				.section-head .section-head__jp::before, .section-head .section-head__jp::after {
					width: 4vw;
					height: 4vw; } }
		.section-head .section-head__jp::before {
			background-color: #ffd900; }
			@media screen and (min-width: 751px) {
				.section-head .section-head__jp::before {
					bottom: -7px; } }
			@media screen and (max-width: 750px) {
				.section-head .section-head__jp::before {
					bottom: -1.46667vw; } }
		.section-head .section-head__jp::after {
			border-style: solid;
			border-color: #231815 #231815 transparent transparent; }
			@media screen and (min-width: 751px) {
				.section-head .section-head__jp::after {
					border-width: 2px;
					bottom: -10px; } }
			@media screen and (max-width: 750px) {
				.section-head .section-head__jp::after {
					border-width: 0.53333vw;
					bottom: -2vw; } }
		.section-head .section-head__jp span {
			position: relative;
			z-index: 1; }
	.section-head .section-head__note {
		position: absolute;
		right: 1em;
		bottom: -2em;
		width: fit-content;
		text-align: right; }
		@media screen and (max-width: 750px) {
			.section-head .section-head__note {
				right: 0.5em;
				font-size: 11px;
				font-size: 3.4375vw; } }

/* reservation-btn
----------------------------------------*/
.reservation-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 120px;
	height: 120px;
	pointer-events: none;
	opacity: 0;
	transform: translateY(20px);
	transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
	text-decoration: none !important;
	cursor: pointer;
	z-index: 200; }
	.reservation-btn > div {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		overflow: hidden;
		color: #fff;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		background-size: 300% 100%;
		background-image: linear-gradient(to right, #a78e00, #746200);
		box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
		transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
		@media screen and (max-width: 750px) {
			.reservation-btn > div {
				font-size: 10px;
				font-size: 3.125vw;
				line-height: 1.3em; } }
	@media screen and (min-width: 751px) and (max-width: 1200px) {
		.reservation-btn {
			bottom: 160px; } }
	@media screen and (max-width: 750px) {
		.reservation-btn {
			right: 2.66667vw;
			bottom: 21.33333vw;
			width: 18.66667vw;
			height: 18.66667vw; } }
	@media (hover: hover) and (pointer: fine) {
		.reservation-btn:hover.active > div {
			background-position: 100% 0; } }
	.reservation-btn.active {
		opacity: 1;
		transform: translate(0, 0);
		transition-delay: 0s;
		pointer-events: all; }

@keyframes wave-text {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }

.btn-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; }
	.btn-wrapper p {
		text-align: center;
		text-indent: 0; }
		@media screen and (max-width: 750px) {
			.btn-wrapper p {
				font-size: 12px;
				font-size: 3.75vw; } }

.apply-btn {
	position: relative;
	display: block;
	text-indent: 1em;
	margin-top: 2em;
	line-height: 1.5em;
	padding: 10px 20px 10px 10px;
	text-decoration: none !important;
	color: #fff !important;
	width: 250px;
	transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
	border-radius: 5px;
	text-align: center;
	font-family: inherit;
	background-size: 300% 100%;
	border-radius: 9999px;
	background-image: linear-gradient(to right, #a78e00, #746200);
	box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75); }
	.apply-btn.hovereffect {
		opacity: 0.8; }
	.apply-btn:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		width: 6px;
		height: 6px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg); }
	@media (hover: hover) and (pointer: fine) {
		.apply-btn:hover {
			background-position: 100% 0; } }
	@media screen and (max-width: 750px) {
		.apply-btn {
			width: 66.66667%;
			font-size: 12px;
			font-size: 3.75vw;
			padding: 0.75em 1em 0.75em 0.5em;
			margin-left: auto;
			margin-right: auto; } }
	.apply-btn.disabled {
		pointer-events: none;
		opacity: 0.5; }

/* .tickets
----------------------------------------*/
.fixed-background::after {
	background-image: url("../../img/bg.svg"); }

.content {
	visibility: visible;
	color: #231815;
	padding-top: 60px;
	padding-bottom: 70px; }
	@media screen and (max-width: 750px) {
		.content {
			padding-bottom: 16%; } }

.title-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 300px;
	text-align: center; }
	@media screen and (max-width: 750px) {
		.title-wrap {
			height: auto;
			padding: 6.66667vw 0 13.33333vw; } }
	.title-wrap h2.page-title {
		font-size: 30px;
		line-height: 1.5em; }
		@media screen and (max-width: 750px) {
			.title-wrap h2.page-title {
				font-size: 16px;
				font-size: 5vw; } }

.content-inner {
	padding-top: 50px; }
	@media screen and (max-width: 750px) {
		.content-inner {
			padding-top: 6.66667vw; } }

@media screen and (min-width: 751px) {
	.tickets-info .block + .block {
		margin-top: 100px; } }

@media screen and (max-width: 750px) {
	.tickets-info .block + .block {
		margin-top: 13.33333vw; } }

.tickets-info .block .head {
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px; }

.tickets-info p {
	line-height: 2em;
	margin-bottom: 2em; }
	@media screen and (max-width: 750px) {
		.tickets-info p {
			text-align: left; } }

.btn-area {
	width: 100%;
	padding: 50px 0;
	text-align: center; }
	@media screen and (max-width: 750px) {
		.btn-area {
			padding: 6.66667vw 0 13.33333vw; } }

.top-link {
	width: 100%;
	padding-top: 100px;
	text-align: center;
	line-height: 1.5; }
	@media screen and (max-width: 750px) {
		.top-link {
			padding-top: 13.33333%; } }
	.top-link a {
		color: #231815; }

.tickets-head {
	text-align: center; }
	@media screen and (min-width: 751px) {
		.tickets-head {
			font-size: 22px; } }
	@media screen and (max-width: 750px) {
		.tickets-head {
			font-size: 16px;
			font-size: 5vw; } }

.actors-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px auto 0;
	width: 100%; }
	@media screen and (min-width: 751px) {
		.actors-list {
			gap: 20px; }
			.actors-list.actors::after {
				content: "";
				width: 460px; } }
	@media screen and (max-width: 750px) {
		.actors-list {
			gap: 2.66667vw;
			margin: 6.66667vw auto 0; } }
	@media screen and (max-width: 750px) {
		.actors-list li {
			width: 100%; } }
	.actors-list .actor-item {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background-color: #fff;
		color: #231815;
		padding: 15px;
		width: 460px;
		text-decoration: none;
		border-radius: 1em; }
		@media screen and (max-width: 750px) {
			.actors-list .actor-item {
				padding: 2vw;
				width: 100%; } }
		.actors-list .actor-item .actor-image {
			flex-shrink: 0;
			width: 100px;
			margin-right: 10px;
			transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
			@media screen and (max-width: 750px) {
				.actors-list .actor-item .actor-image {
					width: 20vw;
					margin-right: 2.66667vw; } }
			.actors-list .actor-item .actor-image img {
				width: 100%;
				height: auto; }
		.actors-list .actor-item dl {
			line-height: 1.5; }
			.actors-list .actor-item dl dt {
				font-size: 130%; }
			@media screen and (min-width: 751px) {
				.actors-list .actor-item dl dd {
					font-size: 13px; } }
			@media screen and (max-width: 750px) {
				.actors-list .actor-item dl dd {
					font-size: 3.2vw; } }
		@media (hover: hover) and (pointer: fine) {
			.actors-list .actor-item:hover .actor-image {
				transform: scale(1.05); } }
