@charset "UTF-8";
/*
  custom.css
  common.cssは触らず、追加・上書きスタイルをここに書く
*/

@media screen and (max-width: 767px) {
	.message .lead {
		font-size: 26px;
		margin-top: 28px;
		line-height: 1.5em;
		text-align: center;
		text-indent: 0;
		padding-left: 0;
	}
}

.visual .bt_entry {
	margin-top: 20px;
}

.visual .hbox .copy {
	margin-top: 9px;
}

.visual .label .text1 {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}
.visual .label .text1 span {
	font-size: 42px;
}

/* ===== Detail Theme Title ===== */
.overview .detail .detail__theme {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.overview .detail .detail__theme {
		font-size: 26px;
	}
}

/* ===== Gallery ===== */
.sec.gallery h2 .label {
	height: 105px;
}
@media screen and (max-width: 767px) {
	.sec.gallery h2 .label {
		height: 66px;
	}
}
.sec.gallery .inner ul {
	margin-top: 60px;
}

.note-ref {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.note-ref {
		font-size: 14px;
		display: block;
		margin-top: -18px;
	}
}

/* ===== Detail Company / Person DL ===== */
.overview .detail .company dl,
.overview .detail .person dl {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 30px;
	margin-top: 30px;
}

.overview .detail .person dl {
	margin-top: 0;
	width: 100%;
}

/* ===== Detail Company Cards ===== */
.overview .detail .company dl dt {
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.overview .detail .company dl dd {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	margin-left: 0;
}
.company__url {
	display: inline-flex;
	align-items: center;
	background: #9C1A3C;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 4px 12px;
	border-radius: 999px;
	text-decoration: none;
	line-height: 1.5;
}
.company__theme {
	font-weight: 700;
	margin-top: 8px;
}

.profile-note {
	display: inline-block;
	font-size: 0.7em;
	opacity: 0.9;
}

/* ===== Coming Soon ===== */
.coming-soon {
	color: #aaa;
	font-size: 14px;
	font-style: italic;
	margin-inline: auto;
	max-width: fit-content;
	font-weight: 700;
}

/* ===== Flow Note ===== */
.flow-note {
	margin-top: 24px;
	font-size: 20px;
	text-align: center;
	color: #9C1A3C;
}

/* ===== Detail Person ===== */
.overview .detail .person .fbox .box--single {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

/* ===== Detail Program ===== */
.overview .detail .program .fbox .box .title .title--sm {
	font-size: 20px;
	line-height: 1.5;
	display: inline-block;
	margin-top: 4px;
}

/* ===== Schedule Table ===== */
.schedule-table {
	margin: 40px auto 0;
	border-radius: 8px;
	overflow: hidden;
	max-width: 920px;
}

.schedule-table__row {
	display: flex;
	align-items: stretch;
	background: #9C1A3C;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding: 25px 6px;
	gap: 0;
}
.schedule-table__row:last-child {
	border-bottom: none;
}
.schedule-table__row--inactive {
	opacity: 0.3;
}
.schedule-table__round {
	flex: 0 0 78px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.schedule-table__badge {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 2px;
	border-radius: 999px;
	background: #fff;
	color: #9C1A3C;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	width: 54px;
	height: 54px;
	letter-spacing: -0.06em;
}
.schedule-table__badge span {
	font-size: 24px;
	line-height: 1;
}

.schedule-table__col {
	padding: 0 20px;
	border-left: 1px solid rgba(255,255,255,0.25);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.schedule-table__col--theme {
	flex: 0 0 170px;
	border-left: none;
}
.schedule-table__col--datetime {
	flex: 0 0 157px;
	align-items: center;
}
.schedule-table__col--location {
	flex: 1;
}
.schedule-table__col--status {
	flex: 0 0 134px;
	align-items: center;
	text-align: center;
}
.schedule-table__col--status .schedule-table__tag {
	align-self: center;
}

.schedule-table__tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 3px;
	padding: 4px 8px;
	margin-bottom: 8px;
	color: #9C1A3C;
	align-self: flex-start;
	line-height: 1;
	background: #fff;
}

.schedule-table__col-label {
	font-size: 13px;
	color: #fff;
	margin-bottom: 4px;
}

.schedule-table__theme-text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.schedule-table__theme-text2 {
	font-size: 12px;
	line-height: 1.35;
	margin-top: 4px;
	font-weight: 400;
}

.schedule-table__date {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}
.schedule-table__date span {
	font-size: 17px;
}
.schedule-table__time {
	font-size: 16px;
	margin-top: 2px;
}

.schedule-table__venue {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
}
.schedule-table__venue:last-child {
	margin-bottom: 0;
}
.schedule-table__venue-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
}
.schedule-table__venue:has(.schedule-table__col-label) .schedule-table__venue-icon {
	margin-top: 36px;
}
.schedule-table__venue-name {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}
.schedule-table__venue-name--sm {
	font-size: 15px;
}
.schedule-table__venue-sub {
	font-size: 14px;
	color: #fff;
}
.schedule-table__venue-address {
	font-size: 10px;
	color: #fff;
	line-height: 1.5;
	margin-top: 2px;
}
.schedule-table__venue-note {
	font-size: 10px;
	color: #fff;
	margin-top: 2px;
}

.schedule-table__status {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}


/* SP layout */
@media screen and (max-width: 767px) {
	.schedule-table {
		padding: 0 20px;
	}
	.schedule-table__row {
		flex-wrap: wrap;
		gap: 0;
		padding: 16px 12px;
		align-items: flex-start;
	}
	.schedule-table__round {
		flex: 0 0 56px;
		justify-content: flex-start;
	}
	.schedule-table__badge {
		width: 44px;
		height: 44px;
		font-size: 11px;
	}
	.schedule-table__badge span {
		font-size: 18px;
	}
	/* 全col共通: border-left なし */
	.schedule-table__col {
		border-left: none;
		padding: 0;
		justify-content: flex-start;
	}
	/* テーマ: バッジの右隣 */
	.schedule-table__col--theme {
		flex: 0 0 calc(100% - 56px);
		border-left: none;
		padding: 0;
	}
	/* 日時・場所・開催状況: バッジ幅分インデントして縦積み */
	.schedule-table__col--datetime,
	.schedule-table__col--location,
	.schedule-table__col--status {
		flex: 0 0 calc(100% - 56px);
		margin-left: 56px;
		padding: 10px 0 0 0;
	}
	.schedule-table__col--datetime {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		gap: 4px 8px;
	}
	.schedule-table__col--datetime .schedule-table__col-label {
		flex: 0 0 100%;
	}
	.schedule-table__col-label {
		margin-bottom: -10px;
		font-size: 14px;
	}
	.schedule-table__tag {
		font-size: 13px;
	}
	.schedule-table__theme-text {
		font-size: 21px;
	}
	.schedule-table__date {
		font-size: 30px;
	}
	.schedule-table__date span {
		font-size: 19px;
	}
	.schedule-table__time {
		font-size: 18px;
	}
	.schedule-table__venue-name {
		font-size: 19px;
		line-height: 2.5;
	}
	.schedule-table__venue-name--sm {
		font-size: 18px;
	}
	.schedule-table__venue-address,
	.schedule-table__venue-note {
		font-size: 10px;
		margin-top: -6px;
	}
	.schedule-table__status {
		font-size: 18px;
	}
	.schedule-table__col--status {
		text-align: left;
		align-items: center;
		flex-direction: row;
		gap: 10px;
	}
	.schedule-table__col--status .schedule-table__tag {
		align-self: unset;
		margin-bottom: 0;
	}
	/* venue-icon は SP では非表示 */
	.schedule-table__venue-icon {
		display: none;
	}
	.schedule-table__venue:has(.schedule-table__col-label) .schedule-table__venue-icon {
		margin-top: 0;
	}
}
