@charset "UTF-8";

.p-lower {
	padding-top: clamp(2.5rem, 8vw, 5rem);
	background: linear-gradient(145deg, #fff 0, #f7f7f7 48%, #fff 100%);
}

.c-lower-heading {
	margin-bottom: clamp(2rem, 7vw, 4.5rem);
}

.c-lower-heading h1 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 11vw, 5.5rem);
	letter-spacing: .04em;
	line-height: 1;
}

.c-lower-heading span {
	display: block;
	width: 6.5rem;
	height: .35rem;
	margin: 1rem 0;
	background: var(--color-brand);
}

.c-lower-heading p,
.p-talent-group h2,
.p-live-group > h2 {
	margin: 0;
	font-size: clamp(1.15rem, 4vw, 1.6rem);
}

.p-talent-group,
.p-live-group {
	margin-block: 3rem;
}

.c-card-grid {
	display: grid;
	gap: 1rem;
}

.c-card-grid--three {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.c-person-card,
.c-live-card,
.c-video-card {
	overflow: hidden;
	border-radius: .5rem;
	background: #fff;
	box-shadow: 0 .25rem 1.25rem rgb(0 0 0 / 8%);
	text-decoration: none;
}

.c-person-card__media,
.c-live-card__media,
.c-video-card__media {
	aspect-ratio: 4 / 3;
	background: #eee;
	overflow: hidden;
}

.c-person-card__media img,
.c-live-card__media img,
.c-video-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-person-card__name {
	display: block;
	padding: .75rem;
	font-weight: 700;
}

.c-live-card__body,
.c-video-card {
	padding-bottom: 1rem;
}

.c-live-card__body,
.c-video-card h2,
.c-video-card p {
	padding-inline: 1rem;
}

.c-live-card__body h3,
.c-video-card h2 {
	margin: .35rem 0;
	font-size: 1.05rem;
	line-height: 1.45;
}

.c-live-card__body time {
	color: #666;
	font-size: .85rem;
}

.p-profile {
	display: grid;
	gap: 2rem;
}

.p-profile__photo img {
	width: 100%;
	border-radius: .5rem;
}

.p-profile__kana,
.p-profile__role {
	margin: 0;
	color: #666;
}

.p-profile h1,
.p-entry-detail h1 {
	margin: .25rem 0 1.5rem;
	font-size: clamp(2rem, 7vw, 3.5rem);
	line-height: 1.3;
}

.c-month-nav {
	display: grid;
	grid-template-columns: 3rem 1fr 3rem;
	align-items: center;
	margin-bottom: 1.5rem;
	border-block: 1px solid #bbb;
	text-align: center;
}

.c-month-nav a,
.c-month-nav strong {
	padding: 1rem;
	text-decoration: none;
}

.c-schedule-row {
	display: grid;
	grid-template-columns: 4.5rem 1fr;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.c-schedule-row__talent {
	grid-column: 1 / -1;
	padding: .45rem .75rem;
	background: #211615;
	color: #fff;
	font-weight: 700;
}

.c-schedule-row__date {
	display: grid;
	place-items: center;
	align-content: center;
	padding: 1rem .4rem;
	border-right: 1px solid #ddd;
}

.c-schedule-row__date strong {
	font-size: 2rem;
	line-height: 1;
}

.c-schedule-row__date--sat { color: #1450a3; }
.c-schedule-row__date--sun { color: #c42626; }

.c-schedule-row__body {
	padding: 1rem;
}

.c-schedule-row__body h2 {
	margin: .3rem 0;
	font-size: 1rem;
}

.c-schedule-row__body p {
	margin: 0;
	font-size: .85rem;
}

.c-label {
	display: inline-block;
	padding: .1rem .75rem;
	border-radius: .15rem;
	background: var(--color-brand);
	font-size: .75rem;
	font-weight: 700;
}

.p-entry-detail {
	max-width: 52rem;
	margin-inline: auto;
}

.p-entry-detail__image {
	width: 100%;
	margin-bottom: 2rem;
	border-radius: .5rem;
}

.p-entry-detail__date {
	font-weight: 700;
}

.p-entry-detail dl {
	display: grid;
	grid-template-columns: 6rem 1fr;
	border-top: 1px solid #ddd;
}

.p-entry-detail dt,
.p-entry-detail dd {
	margin: 0;
	padding: .8rem;
	border-bottom: 1px solid #ddd;
}

.p-entry-detail dt {
	font-weight: 700;
}

.c-entry-content {
	margin-block: 2rem;
}

.c-empty-state {
	grid-column: 1 / -1;
	padding: 2rem;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}

.p-service-lead {
	max-width: 48rem;
	margin-bottom: 3rem;
}

.p-service-lead h2 {
	font-size: clamp(1.65rem, 6vw, 3rem);
	line-height: 1.4;
}

.c-feature-grid {
	display: grid;
	gap: 1rem;
	margin-block: 2rem;
}

.c-feature-grid section {
	padding: clamp(1.25rem, 5vw, 2rem);
	border-top: .35rem solid var(--color-brand);
	background: #fff;
	box-shadow: 0 .25rem 1rem rgb(0 0 0 / 7%);
}

.c-button--primary {
	background: var(--color-brand);
	font-weight: 700;
}

@media (min-width: 48rem) {
	.c-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.c-card-grid--two,
	.c-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.p-profile { grid-template-columns: minmax(16rem, 2fr) 3fr; align-items: start; }
	.c-schedule-row { grid-template-columns: 8rem 5.5rem 1fr; }
	.c-schedule-row__talent { grid-column: auto; display: grid; place-items: center; }
}
