/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	line-height: 0;
}

.top-slide .slick-slide {
	line-height: 0;
}

.top-slide__item img {
	display: block;
}

.header__lead {
	display: none;
}

@media screen and (max-width: 768px) {
	.header__lead {
		background-color: rgb(var(--wht));
		padding: 5rem 0;
		line-height: 1.93;
		font-size: 1.6rem;
		font-weight: 400;
		text-align: center;
		display: block;
	}
}

/* ----------------------------------------------------
	top-section
---------------------------------------------------- */
.top-section {
	padding: 16rem 0;
}

.top-section__title {
	margin-bottom: 6rem;
	line-height: normal;
	font-family: var(--en);
	font-size: 9rem;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.top-section {
		padding: 9.6rem 0;
	}

	.top-section__title {
		margin-bottom: 4rem;
		font-size: 6rem;
	}
}

/* ----------------------------------------------------
	countdown
---------------------------------------------------- */
.countdown {
	background-image: url(../img/page-bg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 11.6rem;
}

.countdown .top-section__title {
	margin-bottom: 3rem;
	color: rgb(var(--blu));
}

.countdown__head,
.countdown__body {
	margin: 0 auto;
	width: 100rem;
}

@media screen and (max-width: 768px) {
	.countdown {
		background-image: url(../img/page-bg_sp.webp);
		padding-top: 8rem;
	}

	.countdown .top-section__title {
		margin-bottom: 2rem;
	}

	.countdown__head,
	.countdown__body {
		width: 100%;
	}
}

/* 
	countdown__head
------------------------------ */
.countdown__head {
	margin-bottom: 24rem;
	text-align: center;
	overflow: hidden;
}

.countdown__head--date {
	font-size: 2.6rem;
}

.countdown__head--list {
	margin-bottom: 16rem;
	font-size: 2rem;
	font-weight: 400;
}

.countdown .ticket-detail {
	margin-bottom: 8rem;
}

.countdown__slide {
	margin: 0 auto;
	width: 80rem;
}

.countdown__slide.slick-dotted.slick-slider {
	margin-bottom: 8rem;
}

.countdown__slide .slick-prev,
.countdown__slide .slick-next {
	background: url(../img/arrow-slide.svg) center / contain no-repeat;
	width: 2.3rem;
	height: 3.9rem;
}

.countdown__slide .slick-prev {
	left: -7rem;
}

.countdown__slide .slick-next {
	right: -7rem;
	transform: translateY(-50%) scaleX(-1);
}

.countdown__slide .slick-dots {
	top: calc(100% + 1.4rem);
	bottom: auto;
	justify-content: center;
}

.countdown__slide .slick-dots li,
.countdown__slide .slick-dots li button {
	width: 10px;
	height: 10px;
}

.countdown__slide .slick-dots li:not(:last-of-type) {
	margin-right: 10px;
}

.countdown__slide .slick-dots li button {
	background-color: rgb(131, 132, 132);
	border: none;
	border-radius: 50%;
}

.countdown__slide .slick-dots li.slick-active button {
	background-color: rgb(var(--blu));
}

.countdown__head--lead {
	margin-bottom: 6rem;
	line-height: 2.4;
	font-size: 1.8rem;
	font-weight: 400;
}

.countdown .video {
	margin: 0 auto;
	width: 80rem;
}

@media screen and (max-width: 768px) {
	.countdown__head {
		margin-bottom: 14rem;
	}

	.countdown__head--date {
		font-size: 2.2rem;
	}

	.countdown__head--list {
		margin-bottom: 8rem;
		font-size: 1.8rem;
	}

	.countdown .ticket-detail {
		margin: 0 auto 5.5rem;
	}

	.countdown__slide {
		width: 32rem;
	}

	.countdown__slide.slick-dotted.slick-slider {
		margin-bottom: 7rem;
	}

	.countdown__slide .slick-prev,
	.countdown__slide .slick-next {
		background: url(../img/arrow-slide.svg) center / contain no-repeat;
		width: 2.4rem;
		height: 2.4rem;
	}

	.countdown__slide .slick-prev {
		left: -3rem;
	}

	.countdown__slide .slick-next {
		right: -3rem;
	}

	.countdown__slide .slick-dots li,
	.countdown__slide .slick-dots li button {
		width: 1rem;
		height: 1rem;
	}

	.countdown__slide .slick-dots li:not(:last-of-type) {
		margin-right: 1rem;
	}

	.countdown__head--lead {
		margin: 0 auto 4rem;
		width: 32rem;
		line-height: 2.25;
		font-size: 1.6rem;
		text-align: left;
	}

	.countdown .video {
		width: 32rem;
	}
}

.countdown__body--content:not(:last-of-type) {
	margin-bottom: 16rem;
}

.countdown__performers {
	margin-bottom: 4rem;
	display: flex;
	justify-content: space-between;
}

.countdown__performers--item {
	width: 29.3rem;
}

.countdown__performers--image {
	margin-bottom: 2.5rem;
}

.countdown__performers--name {
	margin-bottom: 1.8rem;
	line-height: 1.2;
	font-size: 2.5rem;
}

.countdown__performers--profile {
	font-size: 1.5rem;
	font-weight: 400;
}

.countdown__dancer {
	margin-bottom: 6.4rem;
	font-size: 1.6rem;
	font-weight: 400;
}

.choreographer {
	background-color: rgb(var(--wht));
	margin-bottom: 5rem;
	padding: 4rem 4.3rem;
	border: solid 2px rgb(var(--blu));
}

.choreographer .content-title {
	margin-bottom: 3rem;
}

.choreographer__profile {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.choreographer__profile--image {
	width: 50.2rem;
}

.choreographer__profile--detail {
	width: 37.8rem;
}

.choreographer__profile--name {
	margin-bottom: 1.8rem;
	line-height: 1.2;
	font-size: 2.5rem;
}

.choreographer__profile--text {
	font-size: 1.5rem;
	font-weight: 400;
}

.staff {
	margin-bottom: 5rem;
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
}

.staff__table {
	width: 48rem;
}

.staff__table--th {
	width: 7rem;
	white-space: nowrap;
}

.staff__table--td {
	display: flex;
}

.staff__table--td::before {
	padding-right: 0.3rem;
	content: "：";
}

.countdown__body--lead {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}

.contents-nav {
	display: flex;
	justify-content: space-between;
}

.contents-nav__item {
	width: 24rem;
}

.contents-nav__item a {
	background-color: rgba(var(--gol), 1);
	background-image: url(../img/top/contents-bg.webp), url(../img/arrow-link.svg);
	background-position: top 1.1rem center, bottom 2.4rem center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 4rem, 4rem auto;
	padding: 5.6rem 2.1rem 4rem;
	color: rgb(var(--wht));
	text-decoration: none;
	display: block;
}

.contents-nav__image--caption {
	margin-top: 1.6rem;
	line-height: normal;
	font-family: var(--en);
	font-size: 2.8rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.countdown__body--content:not(:last-of-type) {
		margin-bottom: 10rem;
	}

	.countdown__performers {
		margin: 0 auto 4rem;
		width: 32rem;
		display: block;
	}

	.countdown__performers--item {
		margin-bottom: 4rem;
		width: 100%;
	}

	.countdown__performers--item:last-child {
		margin-bottom: 0;
	}

	.countdown__performers--image {
		margin: 0 auto 2.5rem;
		width: 24.8rem;
	}

	.countdown__dancer {
		margin: 0 auto 6.4rem;
		width: 32rem;
	}

	.choreographer {
		margin-bottom: 3rem;
		padding: 4rem 0;
	}

	.choreographer .content-title {
		margin: 0 auto 3rem;
		width: 32rem;
	}

	.choreographer__profile {
		margin: 0 auto;
		width: 32rem;
		display: block;
	}

	.choreographer__profile--image,
	.choreographer__profile--detail {
		width: 100%;
	}

	.choreographer__profile--image {
		margin-bottom: 3rem;
	}

	.staff {
		margin: 0 auto 3rem;
		width: 32rem;
		display: block;
	}

	.staff__table {
		width: 100%;
	}

	.staff__table--th,
	.staff__table--td {
		vertical-align: top;
		letter-spacing: -0.005em;
	}

	.countdown .note {
		margin: 0 auto;
		width: 32rem;
	}

	.countdown__body--lead {
		margin-bottom: 2rem;
	}

	.contents-nav {
		display: block;
	}

	.contents-nav__item {
		margin: 0 auto;
	}

	.contents-nav__item:not(:last-of-type) {
		margin-bottom: 2rem;
	}
}

/* ----------------------------------------------------
	reservations
---------------------------------------------------- */
.reservations {
	background-color: rgb(var(--blu));
	color: rgb(var(--wht));
}

.reservations__lead {
	margin-bottom: 3rem;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.reservations__lead--inner {
	padding: 0 1rem;
	height: 4.8rem;
	border-top: solid 1px rgb(var(--wht));
	border-bottom: solid 1px rgb(var(--wht));
	display: inline-flex;
	align-items: center;
}

.reservations__tel {
	margin-bottom: 5rem;
	font-size: 3.4rem;
	font-weight: 600;
	text-align: center;
}

.reservations__tel .telephone {
	font-size: 5rem;
}

.reservations__title {
	margin-bottom: 2rem;
	color: rgba(237, 223, 176, 1);
	font-size: 2.5rem;
	text-align: center;
}

.reservations__content {
	margin: 0 auto;
	width: 100rem;
}

.reservations__content:not(:last-of-type) {
	margin-bottom: 6rem;
}

.reservations__content--date {
	margin-bottom: 3.6rem;
	font-size: 2.3rem;
	text-align: center;
}

.reservations__content .note {
	margin-bottom: 5.5rem;
	text-align: center;
}

.reservations__list {
	display: flex;
	justify-content: space-between;
}

.reservations__list--item {
	background-color: rgb(var(--wht));
	padding: 2rem 0;
	width: 29.9rem;
	color: rgb(var(--blk));
}

.reservations__list--title {
	background-image: url(../img/top/reservations-bg.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 4rem;
	margin-bottom: 1rem;
	padding-bottom: 5rem;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.reservations__list--date {
	line-height: normal;
	font-size: 2.3rem;
	text-align: center;
}

.reservations__list--date .end {
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: 400;
	display: block;
}

.reservations__notes {
	margin-bottom: 5rem;
	padding-bottom: 5rem;
	font-weight: 700;
	text-align: center;
	border-bottom: solid 1px rgb(var(--wht));
}

.reservations__notes--title {
	font-size: 1.5rem;
}

.reservations__notes--detail {
	font-size: 1.3rem;
}

.reservations__notes--detail .text {
	font-weight: 400;
}

.reservations__contact {
	display: flex;
}

.reservations__contact--item {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.reservations__contact--title {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.reservations__contact--tel {
	line-height: normal;
	font-size: 2.3rem;
	text-align: center;
}

.reservations__contact--tel .telephone {
	font-size: 3.9rem;
}

.reservations__contact--tel .time {
	font-size: 1.5rem;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 768px) {
	.reservations__lead {
		margin: 0 auto 5rem;
		width: 32rem;
		font-size: 1.8rem;
	}

	.reservations__lead--inner {
		padding: 0;
		height: 8.8rem;
	}

	.reservations__tel {
		margin-bottom: 4rem;
		font-size: 3.1rem;
	}

	.reservations__tel .telephone {
		font-size: 4rem;
	}

	.reservations__title {
		line-height: normal;
		font-size: 2.2rem;
	}

	.reservations__content {
		width: 100%;
	}

	.reservations__content:not(:last-of-type) {
		margin-bottom: 5rem;
	}

	.reservations__content--date {
		margin-bottom: 2.6rem;
		font-size: 2.3rem;
	}

	.reservations__content .note {
		margin-bottom: 4rem;
	}

	.reservations__list {
		display: block;
	}

	.reservations__list--item {
		margin: 0 auto;
		padding: 2rem 0;
		width: 29.9rem;
		color: rgb(var(--blk));
	}

	.reservations__list--item:not(:last-of-type) {
		margin-bottom: 1rem;
	}

	.reservations__notes {
		margin: 0 auto 5rem;
		width: 32rem;
	}

	.reservations__notes--detail {
		font-size: 1.1rem;
	}

	.reservations__notes--detail .text {
		font-size: 1.2rem;
	}

	.reservations__contact {
		margin: 0 auto;
		width: 32rem;
		display: block;
	}

	.reservations__contact--item {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.reservations__contact--item:not(:last-of-type) {
		margin-bottom: 4rem;
	}

	.reservations__contact--title {
		margin-bottom: 1rem;
	}
}

/* ----------------------------------------------------
	cover-artist
---------------------------------------------------- */
.cover-artist {
	background-color: rgb(var(--wht));
	padding: 10rem 0;
}

.cover-artist__content {
	margin: 0 auto;
	width: 77.2rem;
	display: grid;
	grid-template-columns: auto 25.4rem;
	column-gap: 3.5rem;
}

.cover-artist__title {
	margin-bottom: 1.6rem;
	font-size: 2.7rem;
	font-weight: 500;
	border-bottom: solid 1px rgb(var(--blk));
	grid-column: 1/2;
	grid-row: 1/2;
}

.cover-artist__image {
	grid-column: 2/3;
	grid-row: 1/3;
}

.cover-artist__profile {
	font-weight: 400;
}

.cover-artist__profile--name {
	margin-bottom: 1.6rem;
	line-height: normal;
	color: rgb(var(--blu));
	font-family: var(--en);
	font-size: 4rem;
	grid-column: 1/2;
	grid-row: 2/3;
}

.cover-artist__profile--name small {
	font-family: var(--gothic);
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
}

.cover-artist__profile--detail {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.cover-artist {
		padding: 6rem 0;
	}

	.cover-artist__content {
		width: 32rem;
		display: block;
	}

	.cover-artist__title {
		margin-bottom: 3.4rem;
	}

	.cover-artist__image {
		margin: 0 auto 2.6rem;
		width: 25.4rem;
	}
}