@charset "UTF-8";
#sut,#sut_contents {
}
/*--画面幅960pxまでの部分にこれ--*/
#ticket .main_wrap {
	margin-bottom: 5%;
	overflow: hidden;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.1);
	background-color: var(--white);
}
#ticket .section_wrap {
	margin-top: 0;
}
#ticket .price {
	justify-content: flex-start;
	margin-bottom: 2%;
}
#ticket .price img {
	width: 49%;
}
#ticket .price table {
	width: 50%;
}
#ticket .price td{
    vertical-align: middle;
}
#ticket .price th {
	background-color: rgba(197,197,197,1.00);
}
#ticket .price th:first-child,#ticket .flex_box td:first-child {
	width: 65%;
}
#ticket .price th:nth-child(2),#ticket .flex_box td:nth-child(2) {
	border-right: none;
}
#ticket .price td:last-child {
	border-left: dashed 1px var(--gray);
}
#ticket .price th,#ticket .flex_box td {
	padding: 1% 0;
	border: solid 1px var(--gray);
}
#ticket .price td:nth-of-type(2),#ticket .flex_box td:nth-of-type(3) {
	text-align: center;
}
#ticket .price tr > *:empty::after {
	content: "-";
}
#ticket .price td:first-child {
	position: relative;
	padding-left: calc(10px + clamp(18px, 1.6vw, 20px));
}
#ticket .price td:first-child::before {
	position: absolute;
	top: 50%;
	left: 1.5%;
	transform: translateY(-50%);
	width: clamp(18px, 1.6vw, 20px);
	height: clamp(18px, 1.6vw, 20px);
	border: solid 2px #000;
	border-radius: 20px;
	content: "";
}
#ticket .price td.seat_01::before {
	background-color: #1169ab;
}
#ticket .price td.seat_02::before {
	background-color: #90c31f;
}
#ticket .price td.seat_03::before {
	background-color: #e4007f;
}
#ticket .price td.seat_04::before {
	background-color: #f8b62b;
}
#ticket .price td.seat_05::before {
	background-color: #fff100;
}
#ticket .price td.seat_06::before {
	background-color: #fff;
}
#ticket .present_detail {
	margin-bottom: 3%;
	padding: 3% 5%;
	border-radius: 5px;
	background-color: var(--rakuten);
	color: var(--white);
}
#ticket .present_detail p:first-of-type {
	margin-bottom: 2%;
	line-height: 1.2;
}
#ticket .pdf_link {
	margin: 1% 0;
}
#ticket .release_date {
	position: relative;
}
#ticket .main_wrap .release_date::before {
	clip-path: polygon(0 0, 50% 100%, 100% 0);
;
	position: absolute;
	right: calc(50% - 20px);
	bottom: -20px;
	width: 40px;
	height: 20px;
	background-color: var(--rakuten);
	content: "";
}
#ticket .maeuri_img {
	padding: calc(20px + 1%) 7% 2% 7%;
	background-color: #122a88;
}
#ticket .ticket_detail {
	align-items: stretch;
	margin-bottom: 1%;
	border: solid 2px var(--rakuten);
	border-radius: 5px;
}
#ticket .ticket_detail dt {
	width: 30%;
	padding: 1% 0;
	border-bottom: solid 2px var(--white);
	background-color: var(--rakuten);
	color: var(--white);
}
#ticket .ticket_detail dd {
	width: 70%;
	padding: 1% 3%;
	border-bottom: solid 2px var(--rakuten);
}
#ticket .ticket_detail dd img {
	width: 100px;
	height: auto;
	margin: 1%;
}
#ticket .supplement {
	margin-bottom: 3%;
	text-align: right;
}
#ticket .ticket_others {
	align-items: stretch;
	border: solid 1px var(--rakuten);
	border-radius: 5px;
}
#ticket .ticket_others dt {
	width: 30%;
	padding: 1% 0;
	border-right: solid 1px var(--rakuten);
	border-bottom: solid 1px var(--rakuten);
	color: var(--rakuten);
}
#ticket .ticket_others dd {
	width: 70%;
	padding: 1% 3%;
	border-bottom: solid 1px var(--rakuten);
}
#ticket .ticket_detail dt:last-of-type,#ticket .ticket_detail dd:last-of-type,#ticket .ticket_others dt:last-of-type,#ticket .ticket_others dd:last-of-type {
	border-bottom: none;
}