/*
  works / america
*/
/* .tickets
----------------------------------------*/
.content {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 16px;
	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;
	background: #0f0f0f;
	background: -moz-linear-gradient(top, #0f0f0f 0%, #1e1e1e 50%, #0f0f0f 100%);
	background: -webkit-linear-gradient(top, #0f0f0f 0%, #1e1e1e 50%, #0f0f0f 100%);
	background: linear-gradient(to bottom, #0f0f0f 0%, #1e1e1e 50%, #0f0f0f 100%);
	border-bottom: 1px solid #222; }
	@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%; } }

.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: rgba(255, 255, 255, 0.1);
		padding: 15px;
		width: 460px; }
		@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; }
			@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%;
				font-weight: bold; }
			@media screen and (min-width: 751px) {
				.actors-list .actor-item dl dd {
					font-size: 15px; } }
			@media screen and (max-width: 750px) {
				.actors-list .actor-item dl dd {
					font-size: 3.2vw; } }
