/* ----------------------------------------

2025.10.08　2025 TOKYO DRIFT KUHL MEETING with D1グランプリお台場

---------------------------------------- */

body.mtg_d1_2025Page {
}
body.mtg_d1_2025Page .wrapper h2,
body.mtg_d1_2025Page .wrapper h3 {
	line-height: 1.52;
	font-weight: bold;
	margin-bottom: 1em;
}
body.mtg_d1_2025Page .wrapper p,
body.mtg_d1_2025Page .wrapper ul {
	line-height: 2;
	margin-bottom: 1.2em;
	color: #4e4e4e;
}
body.mtg_d1_2025Page .wrapper img {
	max-width: 100%;
	height: auto;
}

body.mtg_d1_2025Page .c-btn {
	margin: 100px 0;
}
body.mtg_d1_2025Page .c-btn a {
	width: 546px;
	height: 95px;
	margin: 0 auto;
	background: #1e1e1e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	line-height: 1;
	position: relative;
}
body.mtg_d1_2025Page .c-btn a::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translate(0, -50%);
}
body.mtg_d1_2025Page .c-btn a::after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000;
	transform: rotate(0deg);
	position: absolute;
	left: 88px;
	top: 50%;
	transform: translate(0, -50%);
}

/* ---------------------------- */

.mtg_d1_2025Page #pageTopSec .innerBlock {
	padding: 0;
}
.mtg_d1_2025Page #breadcrumb {
	margin: 0 auto;
	position: absolute;
	padding: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}
.mtg_d1_2025Page #breadcrumb .topic,
.mtg_d1_2025Page #breadcrumb .topic a {
	color: #fff;
}

/* ---------------------------- */

.mtg_d1_2025-kv {
	text-align: center;
	margin-bottom: 90px !important;
}
.mtg_d1_2025-kv-upper {
	background: url(../../images/kuhlmeeting/2025_tokyodrift/kv-bg.jpg) no-repeat center / cover;
	padding: 120px 0;
}
.mtg_d1_2025-kv__txt {
	font-size: 29px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
.mtg_d1_2025-kv__logo {
	margin: 0;
}

/* ---------------------------- */

.mtg_d1_2025-intro {
	text-align: center;
	margin-bottom: 90px !important;
}
.mtg_d1_2025-intro__ttl {
	font-size: 25px;
}

/* ---------------------------- */

.mtg_d1_2025-spplan {
	text-align: center;
	margin-bottom: 90px !important;
}
.mtg_d1_2025-spplan__ttl {
	font-size: 23px;
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;

	.red {
		font-weight: bold;
		color: #ff0000;
		text-decoration: underline;
	}
}
.mtg_d1_2025-spplan__body {
	text-align: left;
	display: flex;
	justify-content: center;

	.strong {
		font-weight: bold;
		margin-bottom: 0 !important;
	}
	ul {
		margin-bottom: 40px !important;
		li {
			position: relative;
			padding: 0 0 0 9px;
			&:before {
				content: "";
				display: block;
				width: 8px;
				height: 8px;
				border-radius: 50%;
				background: #4e4e4e;
				position: absolute;
				left: 0;
				top: 10px;
			}
		}
	}
}

/* ---------------------------- */

.mtg_d1_2025-map {
	margin-bottom: 90px !important;
}
.mtg_d1_2025-map__ttl {
	font-weight: bold;
	text-align: center;
}
.mtg_d1_2025-map__img {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;

	.img {
		margin-bottom: 30px;
	}
	.note {
		font-size: 13px;
	}
}
.mtg_d1_2025-map__note {
	border: 1px solid #707070;
	max-width: 680px;
	padding: 24px 33px;
	margin: 0 auto;
	font-size: 15px;

	strong {
		font-weight: bold;
	}
}

/* ---------------------------- */

.mtg_d1_2025-outline {
	> .innerBlock {
		max-width: 1080px;
		background: #f5f5f5;
		padding: 60px 100px;
	}

	dl {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 0;
		margin-bottom: 50px;

		dt {
			font-weight: bold;
			font-size: 20px;
			width: 288px;
		}
		dd {
			font-size: 20px;
			width: calc(100% - 288px);

			strong {
				font-weight: bold;
			}
			ul {
				margin-bottom: 0px !important;
				li {
					position: relative;
					padding: 0 0 0 26px;
					font-weight: bold;
					&:before {
						content: "★";
						display: block;
						color: #3a8cea;
						position: absolute;
						left: 0;
						top: 0;
					}
				}
			}
		}
	}
	.note {
		font-size: 18px;
	}
}

/* ---------------------------- */

.mtg_d1_2025-event {
	margin-bottom: 220px !important;
}
.mtg_d1_2025-event__ttl {
	font-size: 31px;
	margin-bottom: 20px !important;
	text-align: center;
}
.mtg_d1_2025-event__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.mtg_d1_2025-event__item {
	width: calc((100% - 40px) / 3);
	border: 1px solid #adb8c7;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;

	.txt {
		.ttl {
			font-size: 22px;
			border-bottom: 1px solid #202b3b;
			padding: 0 0 7px;
			margin: 0 0 14px;
			font-feature-settings: "palt";
		}
		.body {
			p {
				line-height: 1.56;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	/* ---------------------------- */

	.mtg_d1_2025Page #breadcrumb {
		width: 100%;
	}

	/* ---------------------------- */

	body.mtg_d1_2025Page .c-btn {
		margin: 50px 0;
	}
	body.mtg_d1_2025Page .c-btn a {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		background: #1e1e1e;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		line-height: 1;
		position: relative;
	}
	body.mtg_d1_2025Page .c-btn a::before {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		left: 50px;
		top: 50%;
		transform: translate(0, -50%);
	}
	body.mtg_d1_2025Page .c-btn a::after {
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #000;
		transform: rotate(0deg);
		position: absolute;
		left: 56px;
		top: 50%;
		transform: translate(0, -50%);
	}

	/* ---------------------------- */

	.mtg_d1_2025-kv {
		margin-bottom: 30px !important;
	}
	.mtg_d1_2025-kv-upper {
		background: url(../../images/kuhlmeeting/2025_tokyodrift/sp/kv-bg.jpg) no-repeat center / cover;
		padding: 70px 0;
	}
	.mtg_d1_2025-kv__txt {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.mtg_d1_2025-kv__logo {
		img {
			width: 80%;
		}
	}

	/* ---------------------------- */

	.mtg_d1_2025-intro {
		text-align: left;
		margin-bottom: 60px !important;
	}
	.mtg_d1_2025-intro__ttl {
		font-size: 20px;
	}

	/* ---------------------------- */

	.mtg_d1_2025-spplan {
		text-align: left;
		margin-bottom: 80px !important;
	}
	.mtg_d1_2025-spplan__ttl {
		font-size: 18px;
	}
	.mtg_d1_2025-spplan__body {
		ul {
			margin-bottom: 20px !important;
		}
	}

	/* ---------------------------- */

	.mtg_d1_2025-map {
		margin-bottom: 40px !important;
	}
	.mtg_d1_2025-map__ttl {
	}
	.mtg_d1_2025-map__img {
		margin-bottom: 40px;
	}
	.mtg_d1_2025-map__note {
		padding: 20px 23px;
	}

	/* ---------------------------- */

	.mtg_d1_2025-outline {
		margin-bottom: 80px !important;
		padding: 0 4vw;
		> .innerBlock {
			padding: 25px 18px;
		}
		dl {
			gap: 20px 0;
			dt {
				font-size: 16px;
				width: 93px;
			}
			dd {
				font-size: 16px;
				width: calc(100% - 93px);
				line-height: 1.56;
				ul {
					li {
						padding: 0 0 0 17px;
						line-height: 1.56;
					}
				}
			}
		}
		.note {
			font-size: 16px;
		}
	}

	/* ---------------------------- */

	.mtg_d1_2025-event {
		margin-bottom: 100px !important;
	}
	.mtg_d1_2025-event__ttl {
		font-size: 26px;
	}
	.mtg_d1_2025-event__list {
	}
	.mtg_d1_2025-event__item {
		width: 100%;
		gap: 10px;
	}

	/* ---------------------------- */
}
