/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header__title {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.header__title img {
	width: auto;
	height: 100%;
}

/* ---------------------------------------------------
	concept
---------------------------------------------------- */
.concept__detail--title {
	color: rgba(219, 161, 91, 1);
}

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

/* ---------------------------------------------------
	event
---------------------------------------------------- */
.event {
	background-image: url(../img/sky/event-bg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgb(var(--wht));
}

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

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

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

.event__content--image {
	width: 58.7rem;
}

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

.event__title {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	display: flex;
	align-items: baseline;
}

.event__title--number {
	margin-right: 1.5rem;
	line-height: normal;
	font-family: var(--jost);
	font-size: 3.8rem;
	font-weight: 600;
}

.event__date {
	margin-bottom: 2rem;
	font-size: 1.5rem;
}

.event__text {
	margin-bottom: 3rem;
	font-size: 1.5rem;
}

.event__content--detail .link-button {
	margin: 0;
	width: 20rem;
}

@media screen and (max-width: 768px) {
	.event {
		background-image: url(../img/sky/event-bg_sp.webp);
	}

	.event__list {
		width: 33rem;
	}

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

	.event__content {
		display: block;
	}

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

	.event__content--image {
		margin-bottom: 2rem;
	}

	.event__title {
		margin-bottom: 1rem;
		font-size: 2rem;
	}

	.event__date {
		margin-bottom: 1rem;
	}

	.event__content--detail .link-button {
		margin: 0 auto;
	}
}

/*
	dj
------------------------------ */
.dj {
	background-color: rgb(var(--wht));
	margin: 6rem auto 0;
	padding: 0.8rem;
	width: 71rem;
	color: rgb(var(--blk));
}

.dj__content {
	padding: 4.5rem 5rem;
	border: solid 1px rgb(var(--sky));
	display: flex;
}

.dj__content--image {
	margin-right: 4rem;
	width: 16rem;
	flex-shrink: 0;
}

.dj__content--detail .name {
	margin-bottom: 2rem;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 500;
}

.dj__content--detail .text {
	line-height: 2;
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.dj {
		margin-top: 4.5rem;
		width: 33rem;
	}

	.dj__content {
		padding: 3rem 2.5rem;
		flex-direction: column;
	}

	.dj__content--image {
		margin: 0 auto 1.5rem;
		width: 13rem;
	}

	.dj__content--detail .name {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}

	.dj__content--detail .text {
		line-height: 1.8;
		font-size: 1.3rem;
	}
}