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

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

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

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

body.kuhladmirationPage .c-btn {
	margin: 100px 0;
}
body.kuhladmirationPage .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.kuhladmirationPage .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.kuhladmirationPage .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%);
}

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

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

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

.admiration-kv {
	position: relative;
	.img {
		img {
			width: 100%;
		}
	}
	.txt {
		position: absolute;
		left: 0;
		top: 11vw;
		width: 100%;
		text-align: center;

		@media screen and (max-width: 767px) {
			top: 27vw;
		}

		.catch {
			margin-bottom: 40px;

			img {
				@media screen and (max-width: 767px) {
					width: 283px;
				}
			}
		}
		.logo {
		}
	}
}

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

body.kuhladmirationPage .wrapper {
	.admiration-intro {
		background: #000;
		position: relative;
		text-align: center;
		color: #fff;
		margin-bottom: 0px;
		min-height: 580px;
		position: relative;
		clip-path: inset(0);
		padding: 180px 0;
		max-width: 100%;

		@media screen and (max-width: 767px) {
			padding: 100px 0;
		}

		> .innerBlock {
			max-width: 900px;
		}
		.admiration-intro__fiximg {
			img {
				object-fit: cover;
				position: fixed;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
		}
		.admiration-intro__ttl {
			font-size: 29px;
			margin-bottom: 50px;

			@media screen and (max-width: 767px) {
				font-size: 25px;
				margin-bottom: 30px;
			}
		}
		.admiration-intro__body {
			p {
				line-height: 3.125;

				@media screen and (max-width: 767px) {
					text-align: left;
				}
			}
		}
		.admiration-intro__img {
			margin-top: 120px;

			@media screen and (max-width: 767px) {
				margin-top: 80px;
				padding: 0 20px;
			}

			ul {
				display: flex;
				gap: 17px;

				@media screen and (max-width: 767px) {
					flex-direction: column;
				}

				> li {
					width: calc((100% - 34px) / 3);

					@media screen and (max-width: 767px) {
						width: 100%;
					}
				}
			}
			.note {
				font-size: 12px;
				text-align: right;
			}
		}
	}
}

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

body.kuhladmirationPage {
	.parallax-mirror {
		z-index: 1 !important;
	}
}
body.kuhladmirationPage .wrapper {
	.admiration-wrap-1 {
		background: #000000;
		color: #fff;
		padding: 0px 0 160px;

		@media screen and (max-width: 767px) {
			padding: 0px 0 50px;
		}
	}
	.admiration-btn {
		margin-top: 70px;

		@media screen and (max-width: 767px) {
			text-align: center;
		}

		a {
			border: 1px solid #fff;
			color: #fff;
			display: inline-flex;
			justify-content: center;
			align-items: center;
			min-width: 257px;
			min-height: 56px;
			font-size: 13px;
		}
	}

	.admiration-about {
		height: 930px;
		text-align: center;
		color: #fff;
		position: relative;
		width: 100%;
		overflow: hidden;
		clip-path: inset(0);
		z-index: 2;
		max-width: 100%;

		@media screen and (max-width: 767px) {
			text-align: left;
			margin-bottom: 50px;
		}

		> .innerBlock {
			height: 100%;
			width: 100%;
			position: relative;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.admiration-about__logo {
			margin-bottom: 40px;

			@media screen and (max-width: 767px) {
				margin-bottom: 25px;
				text-align: center;

				img {
					width: 122px;
				}
			}
		}
		.admiration-about__ttl {
			font-size: 28px;
			margin-bottom: 50px;

			@media screen and (max-width: 767px) {
				font-size: 26px;
				margin-bottom: 30px;
			}
		}
		.admiration-about__body {
			p {
				line-height: 2;
			}
		}
	}
}

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

body.kuhladmirationPage .wrapper {
	.admiration-quality {
		text-align: center;

		@media screen and (max-width: 767px) {
			padding: 0 20px;
			background: #000;
		}

		> .innerBlock {
			border: 1px solid #fff;
			padding: 100px 0;

			@media screen and (max-width: 767px) {
				padding: 60px 20px;
			}
		}
		.innerBlock2 {
			max-width: 790px;
			margin: 0 auto;
		}
		.admiration-quality__ttl {
			img {
				width: 480px;
			}
		}
		.admiration-quality__body {
			text-align: left;
		}
		.admiration-quality__img {
		}
	}
}

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

body.kuhladmirationPage .wrapper {
	.admiration-gallery {
		text-align: center;

		@media screen and (max-width: 767px) {
			padding: 0 0 40px;
			background: #000;
		}

		> .innerBlock {
			max-width: 1035px;
		}

		.admiration-gallery__debut {
			margin-bottom: 20px;
		}
		.admiration-gallery__ttl {
			font-size: 24px;

			@media screen and (max-width: 767px) {
				font-size: 19px;
			}
		}
		.admiration-gallery__carname {
			margin-bottom: 50px;

			img {
				@media screen and (max-width: 767px) {
					width: 230px;
				}
			}
		}
		.admiration-gallery__list {
			margin-bottom: 80px;
			.slick-arrow.slick-prev {
				left: -80px;
				width: 27px;
				height: 48px;
				z-index: 1;

				@media screen and (max-width: 767px) {
					left: -10px;
					width: 20px;
					height: 35px;
				}

				&::before {
					content: "";
					background: url(../../images/kuhl_admiration/slick-left.svg) no-repeat center / contain;
					display: block;
					width: 100%;
					height: 100%;
					opacity: 1;
				}
			}
			.slick-arrow.slick-next {
				right: -80px;
				width: 27px;
				height: 48px;
				z-index: 1;

				@media screen and (max-width: 767px) {
					right: -10px;
					width: 20px;
					height: 35px;
				}

				&::before {
					content: "";
					background: url(../../images/kuhl_admiration/slick-right.svg) no-repeat center / contain;
					display: block;
					width: 100%;
					height: 100%;
					opacity: 1;
				}
			}
			.slick-dots {
				bottom: -55px;

				li {
					width: 13px;
					height: 13px;

					@media screen and (max-width: 767px) {
						width: 11px;
						height: 11px;
					}

					button {
						width: 100%;
						height: 100%;

						&::before {
							width: 100%;
							height: 100%;
							content: "";
							background: #fff;
							opacity: 1;
						}
					}
					&.slick-active {
						button {
							&::before {
								background: #ff0000;
							}
						}
					}
				}
			}
		}
		.admiration-gallery__ttl-2 {
			font-size: 30px;

			@media screen and (max-width: 767px) {
				font-size: 24px;
				text-align: left;
			}
		}
		.admiration-gallery__body {
			@media screen and (max-width: 767px) {
				text-align: left;
			}
		}
		.admiration-gallery__bnr {
			text-align: center;
			margin-top: 100px;

			@media screen and (max-width: 767px) {
				margin-top: 60px;
			}

			.txt {
				font-size: 14px;
				margin-bottom: 20px;

				@media screen and (max-width: 767px) {
					margin-bottom: 15px;
				}
			}
			.img {
				img {
					width: 408px;

					@media screen and (max-width: 767px) {
						width: 302px;
					}
				}
			}
		}
	}
}

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