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

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

/* ---------------------------------------------------
	concept
---------------------------------------------------- */
.concept__detail--title {
	color: rgb(var(--dia));
}

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

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

.event__content {
	margin: 0 auto 8rem;
	padding-bottom: 4rem;
	width: 100rem;
	position: relative;
}

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

.event__image {
	margin-bottom: 2.5rem;
}

.event__title {
	margin-bottom: 1.5rem;
	font-size: 2.4rem;
	font-weight: 500;
}

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

.event__text {
	background-image: url(../img/diamond/event-badge.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 7.6rem auto;
	padding-left: 11.2rem;
	width: 50.7rem;
	font-size: 1.5rem;
}

.event__pickup {
	background-color: rgb(var(--wht));
	padding: 1.6rem 1.8rem 3rem;
	width: 43.3rem;
	color: rgb(var(--blk));
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.event__pickup figcaption {
	margin-top: 2.8rem;
}

.event .profile {
	background-color: rgb(var(--wht));
	margin: 0 auto 10rem;
	padding: 0.8rem;
	width: 100rem;
	color: rgb(var(--blk));
}

.event .profile__content {
	padding: 5rem;
	border: solid 1px rgba(71, 153, 189, 1);
	display: flex;
}

.event .profile__content--image {
	margin-right: 3rem;
	width: 46.6rem;
	flex-shrink: 0;
}

.event .profile__name {
	margin-bottom: 2rem;
	line-height: normal;
	font-size: 2.4rem;
	font-weight: 500;
}

.event .profile__text {
	line-height: 2;
	font-size: 1.5rem;
}

.event .video {
	margin: 0 auto;
	width: 64rem;
}

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

	.event__content {
		margin-bottom: 3rem;
		padding-bottom: 0;
		width: 33rem;
	}

	.event__content--detail {
		margin-bottom: 2rem;
		width: 100%
	}

	.event__image {
		margin-bottom: 1.5rem;
	}

	.event__title {
		margin-bottom: 0.5rem;
	}

	.event__date {
		margin-bottom: 0.5rem;
	}

	.event__text {
		padding-left: 9rem;
		width: 100%;
	}

	.event__pickup {
		padding: 1.5rem 1.5rem 2.5rem;
		width: 100%;
		position: static;
	}

	.event__pickup figcaption {
		margin-top: 1.5rem;
	}

	.event .profile {
		margin: 0 auto 3rem;
		width: 33rem;
	}

	.event .profile__content {
		padding: 2rem;
		display: block;
	}

	.event .profile__content--image {
		margin: 0 0 1rem;
		width: 100%;
	}

	.event .profile__name {
		margin-bottom: 0;
		font-size: 2rem;
	}

	.event .profile__text {
		font-size: 1.4rem;
	}

	.event .video {
		margin: 0 auto;
		width: 33rem;
	}
}

/* ---------------------------------------------------
	pools
---------------------------------------------------- */
.pools__list {
	display: flex;
}

.pools__list--item {
	width: 50%;
	text-align: center;
}

.pools__image {
	margin-bottom: 4rem;
}

.pools__title {
	margin-bottom: 1.5rem;
	line-height: normal;
	color: rgb(var(--dia));
	font-family: var(--cormorant);
	font-size: 6rem;
	font-weight: 400;
}

.pools__title--jp {
	font-family: var(--gothic);
	font-size: 1.5rem;
	display: block;
}

.pools__lead {
	line-height: 2;
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.pools__list {
		display: block;
	}

	.pools__list--item {
		width: 100%;
		text-align: center;
	}

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

	.pools__title {
		font-size: 3.5rem;
	}

	.pools__lead {
		line-height: 2;
		font-size: 1.5rem;
	}
}

/* ---------------------------------------------------
	food
---------------------------------------------------- */
.food__lead {
	margin-bottom: 3rem;
	font-size: 1.5rem;
	text-align: center;
}

.food__title {
	margin-bottom: 0.5rem;
	color: rgb(var(--dia));
	font-family: var(--cormorant);
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}

.food__table {
	margin: 0 auto 3rem;
	font-size: 1.8rem;
}

.food__table--th {
	padding-right: 1em;
	font-weight: 600;
}

.food .link-button {
	margin-bottom: 5rem;
	width: 22rem;
}

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

@media screen and (max-width: 768px) {
	.food__title {
		margin-bottom: 2.5rem;
		font-size: 3.5rem;
	}

	.food__table {
		margin: 0 auto 3rem;
		font-size: 1.8rem;
	}

	.food__table,
	.food__table tbody,
	.food__table--row,
	.food__table--th,
	.food__table--td {
		text-align: center;
		display: block;
	}

	.food .link-button {
		margin-bottom: 4.5rem;
	}

	.food__image {
		width: 100%;
	}
}

/* ---------------------------------------------------
	collaboration
---------------------------------------------------- */
.collaboration {
	background-color: rgba(255, 243, 66, 1);
	font-size: 5rem;
	text-align: center;
}

.collaboration .sec__title small {
	margin-top: 1rem;
	font-family: var(--gothic);
	font-size: 1.6rem;
	font-weight: 400;
	display: block;
}

.collaboration__memo {
	font-size: 5rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.collaboration__memo {
		font-size: 3rem;
	}
}