@charset "utf-8";

#stage {
	padding-top: 50px;
}
#stage.element-box {
	width: 100%;
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	#stage {
		padding-top: 130px;
	}
	#stage.element-box {
		max-width: 900px;
	}
}



.stage-navi {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(3, auto);
	gap: 16px;
	font-size: 0;
	text-align: center;
}
.stage-navi a {
	display: grid;
	align-items: center;
	border-radius: 8px;
	font-size: 14px;
	padding: 10px 15px;
	background-color: #fff;
	color: #fff;
}
.stage-navi a:hover {
	text-decoration: none;
}
.stage-navi .day1 {background-color: var(--day1-cl);}
.stage-navi .day2 {background-color: var(--day2-cl);}
.stage-navi .schedule {background-color: var(--schedule-cl);}
/* _____ 834px 以下 _____ */
@media not (min-width: 835px) {
	.stage-navi {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.stage-navi a {
		display: block;
		width: 60%;
		max-width: 430px;
		margin: auto;
		text-align: center;
	}
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.stage-navi a {
		padding: 16px 0;
		font-size: 16px;
		width: 192px;
		transition: .3s ease-out;
	}
	.stage-navi a:hover {
		opacity: .5;
	}
}


.area {
	width: 90%;
	margin-inline: auto;
	margin-top: 30px;
	font-weight: bold;
	text-align: center;
}
.area .txt01 {
	font-size: 20px;
}
.area .txt02 {
	font-size: 16px;
	margin-top: 5px;
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.area {
		text-align: center;
		margin-top: 60px;
	}
	.area .txt01 {
		font-size: 28px;
	}
	.area .txt02 {
		font-size: 20px;
		margin-top: 10px;
	}

}



.stage-bg {
	margin: 30px auto 45px;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, .7);
}
.stage-bg:last-child {
	margin: 30px auto 0;
}
.item-box {
	width: 90%;
	max-width: 650px;
	margin: auto;
	margin-bottom: 25px;
}
.stage-bg .main-day {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#day1.stage-bg .main-day {color: var(--day1-cl);}
#day2.stage-bg .main-day {color: var(--day2-cl);}
.stage-bg .stage-title {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px;
}
#day1.stage-bg .stage-title {background-color: var(--day1-bg01);}
#day2.stage-bg .stage-title {background-color: var(--day2-bg01);}
#day1 .item {border: var(--day1-bg01) 2px solid;border-top: none;}
#day2 .item {border: var(--day2-bg01) 2px solid;border-top: none;}
#day1 .item div {background-color: var(--day1-bg02);}
#day2 .item div {background-color: var(--day2-bg02);}
.item {
	padding: 20px 0;
	background-color: #fff;
}
.item div {
	width: 95%;
	margin: auto;
	margin-bottom: 8px;
	padding: 20px 0;
}
.item div:last-child {
	margin-bottom: 0;
}
.item div p {
	width: 90%;
	margin: auto;
}
.item .day {
	font-size: 16px;
	font-weight: bold;
}
.item .actor {
	font-weight: bold;
}
.item .txt,.item .detail,.item div .note {
	font-weight: 400;
}
.item .actor,.item .detail {
	font-size: 14px;
}
.item div .note {
	width: 90%;
	margin: auto;
}
/* _____ 834px 以下 _____ */
@media not (min-width: 835px) {
	.item div .note {
		font-size: 12px;
		padding-left: 1em;
    text-indent: -1em;
	}
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.stage-bg {
		padding: 30px 0;
	}
	.item-box {
		max-width: 800px;
		margin-bottom: 50px;
	}
	.stage-bg .main-day {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.stage-bg .stage-title {
		font-size: 24px;
		padding: 30px;
	}
	.item {
		padding: 50px 0;
	}
	.item div {
		width: 90%;
		margin-bottom: 16px;
	}
	.item .day {
		font-size: 20px;
	}
	.item .actor,.item .detail {
		font-size: 16px;
	}
	.item div .note {
		font-size: 14px;
	}
}



.link-box {
	width: 90%;
	margin: auto;
	text-align: center;
}
.tickets-link {
	display: inline-block;
	background-color: #00B9C4;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.tickets-link:hover {
	text-decoration: none;
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.tickets-link {
		font-size: 20px;
		padding: 16px 24px;
		position: relative;
	}
	.tickets-link.ripple:before, .tickets-link.ripple:after {
		background-color: #00B9C4;
	}

}



.notice {
	width: 90%;
	margin: auto;
}
.notice p {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px #333333 solid;
}
.notice .note01 {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
	padding-top: 15px;
}
.notice a {
	display: inline-block;
	padding-top: 10px;
	text-decoration: underline;
	font-size: 12px;
}
/* _____ 834px 以下 _____ */
@media not (min-width: 835px) {
	.notice {
		max-width: 650px;
	}
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.notice p {
		font-size: 20px;
		padding: 40px  0 10px;
		border-bottom: 4px #333333 solid;
	}
	.notice .note01 {
		font-size: 16px;
		padding-top: 30px;
		line-height: 2;
		letter-spacing: .2px;
	}
	.notice a {
		padding-top: 15px;
		font-size: 16px;
	}
	.notice a:hover {
		text-decoration: unset;
	}
}


.schedule-navi {
	width: 90%;
	max-width: 650px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.schedule-navi p {
	text-align: center;
	padding: 20px 0;
	width: 49%;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
.schedule-navi p.day1,.schedule-day1 {color: var(--day1-bg01);border: var(--day1-bg01) 2px solid;background-color: var(--day1-bg02);}
.schedule-navi p.day2,.schedule-day2 {color: var(--day2-bg01);border: var(--day2-bg01) 2px solid;background-color: var(--day2-bg02);}
.schedule-navi p.day1,.schedule-navi p.day2 {border-bottom: none;}
.schedule-box {
	text-align: center;
	width: 90%;
	max-width: 650px;
	margin: auto;
}
.schedule-box p {
	font-size: 18px;
	/* 500=25／834=50 */
	padding: clamp(1.563rem, -0.777rem + 7.49vw, 3.125rem) 0;
	font-weight: bold;
}
.schedule-box .box {
	/* 500=25／834=50 */
	padding-bottom: clamp(1.563rem, -0.777rem + 7.49vw, 3.125rem);
	display: none;
}
.schedule-box .on .box {
	display: block;
}
.schedule-box .box img {
	width: 90%;
	max-width: 450px;
	margin: auto;
}
/* _____ 835px 以上 _____ */
@media (min-width: 835px) {
	.schedule-navi {
		max-width: 800px;
	}
	.schedule-navi p {
		padding: 40px 0;
		font-size: 20px;
	}
	.schedule-box {
		max-width: 800px;
	}
	.schedule-box .box {
		padding-bottom: 50px;
	}
	.schedule-box p {
		font-size: 28px;
		padding: 50px 0;
	}
	.schedule-box .box img {
		max-width: 680px;
	}
}
