/* =========================================================
   YUDA CLINIC GINZA
   HOME PAGE / FIRST VIEW
   2026-08-10
========================================================= */


/* =========================================================
   HERO
========================================================= */

.yuda-home-hero {
	position: relative;
	width: 100%;
	min-height: clamp(560px, 56.25vw, 820px);

	overflow: hidden;
	background: #080808;

	isolation: isolate;
}


/* =========================================================
   HERO VIDEO / PC・MOBILE
========================================================= */

.yuda-home-hero-video {
	position: absolute;
	inset: 0;
	z-index: 0;

	display: block;
	pointer-events: none;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center center;

	filter:
		brightness(0.68)
		contrast(1.02)
		saturate(0.92);

	transform: scale(1.01);
}


/* =========================================================
   MOBILE FALLBACK IMAGE
========================================================= */

.yuda-home-hero-sp-visual {
	display: none;

	position: absolute;
	inset: 0;
	z-index: 0;

	background-image:
		url("../../../_common/img/img_mainvisual_video_bg_sp.webp");

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* =========================================================
   PC OVERLAY
========================================================= */

.yuda-home-hero-shade {
	position: absolute;
	inset: 0;
	z-index: 1;

	pointer-events: none;

	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.68) 0%,
			rgba(0, 0, 0, 0.60) 25%,
			rgba(0, 0, 0, 0.46) 45%,
			rgba(0, 0, 0, 0.28) 65%,
			rgba(0, 0, 0, 0.12) 82%,
			rgba(0, 0, 0, 0.04) 100%
		);
}


/* =========================================================
   HERO COPY
========================================================= */

.yuda-home-hero-copy {
	position: relative;
	z-index: 2;

	width: min(1180px, calc(100% - 80px));
	min-height: inherit;

	margin: 0 auto;
	padding: 84px 0 72px;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;

	box-sizing: border-box;

	color: #fff;
}

.yuda-home-hero-copy > * {
	max-width: 740px;
}


/* =========================================================
   EYEBROW
========================================================= */

.yuda-home-hero-eyebrow {
	margin: 0 0 18px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;

	letter-spacing: 0.12em;

	color: rgba(255, 255, 255, 0.94);

	text-shadow:
		0 2px 8px rgba(0, 0, 0, 0.65);
}


/* =========================================================
   TITLE
========================================================= */

.yuda-home-hero-title {
	margin: 0;

	max-width: 760px;

	font-size: clamp(42px, 4.15vw, 66px);
	font-weight: 400;
	line-height: 1.38;

	letter-spacing: 0.035em;

	color: #fff;

	text-shadow:
		0 2px 4px rgba(0, 0, 0, 0.70),
		0 6px 18px rgba(0, 0, 0, 0.55),
		0 12px 36px rgba(0, 0, 0, 0.35);
}


/* =========================================================
   LEAD
========================================================= */

.yuda-home-hero-lead {
	margin: 28px 0 0;

	max-width: 640px;

	font-size: 17px;
	font-weight: 400;
	line-height: 2;

	letter-spacing: 0.035em;

	color: rgba(255, 255, 255, 0.96);

	text-shadow:
		0 2px 8px rgba(0, 0, 0, 0.70);
}


/* =========================================================
   BUTTON AREA
========================================================= */

.yuda-home-hero-buttons {
	display: flex;
	flex-wrap: wrap;

	gap: 12px;

	margin-top: 34px;
}


/* =========================================================
   BUTTON COMMON
========================================================= */

.yuda-home-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 220px;
	min-height: 56px;

	padding: 12px 28px;

	box-sizing: border-box;

	border-radius: 2px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;

	letter-spacing: 0.055em;

	text-decoration: none;

	-webkit-tap-highlight-color: transparent;

	transition:
		background-color 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease,
		opacity 0.22s ease;
}


/* =========================================================
   CASE BUTTON
========================================================= */

.yuda-home-hero-btn-sub {
	background: rgba(15, 15, 15, 0.38);

	border: 1px solid rgba(255, 255, 255, 0.82);

	color: #fff;

	box-shadow:
		0 4px 18px rgba(0, 0, 0, 0.16);
}


/* =========================================================
   RESERVATION BUTTON
========================================================= */

.yuda-home-hero-btn-main {
	background: rgba(255, 255, 255, 0.97);

	border: 1px solid #fff;

	color: #242424;

	box-shadow:
		0 5px 20px rgba(0, 0, 0, 0.18);
}


/* =========================================================
   BUTTON HOVER
========================================================= */

@media (hover: hover) {

	.yuda-home-hero-btn-sub:hover {
		background: #fff;
		color: #222;
	}

	.yuda-home-hero-btn-main:hover {
		background: rgba(255, 255, 255, 0.88);
	}

}


/* =========================================================
   TABLET
========================================================= */

@media screen and (min-width: 768px) and (max-width: 1100px) {

	.yuda-home-hero-copy {
		width: calc(100% - 64px);
	}

	.yuda-home-hero-title {
		font-size: clamp(39px, 5vw, 54px);
	}

	.yuda-home-hero-lead {
		font-size: 16px;
	}

}


/* =========================================================
   MOBILE / iPHONE
========================================================= */

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

	/* -----------------------------------------
	   HERO
	   高さを抑えて下寄りを解消
	----------------------------------------- */

	.yuda-home-hero {
		min-height: 560px;
		background: #070707;
	}


	/* -----------------------------------------
	   iPhoneでもスマホ専用動画を表示
	----------------------------------------- */

	.yuda-home-hero-video {
		z-index: 1;

		display: block !important;

		width: 100%;
		height: 100%;

		object-fit: cover;
		object-position: center center;

		filter:
			brightness(0.72)
			contrast(1.02)
			saturate(0.94);

		transform: scale(1.01);
	}


	/* -----------------------------------------
	   動画読み込み前の背景画像
	----------------------------------------- */

	.yuda-home-hero-sp-visual {
		z-index: 0;
		display: block;

		background-position: center center;

		filter:
			brightness(0.72)
			contrast(1.02);
	}


	/* -----------------------------------------
	   SP OVERLAY
	   PCほど暗くしない
	----------------------------------------- */

	.yuda-home-hero-shade {
		z-index: 2;

		background:
			linear-gradient(
				180deg,
				rgba(0, 0, 0, 0.10) 0%,
				rgba(0, 0, 0, 0.14) 25%,
				rgba(0, 0, 0, 0.30) 48%,
				rgba(0, 0, 0, 0.48) 70%,
				rgba(0, 0, 0, 0.62) 100%
			);
	}


	/* -----------------------------------------
	   COPY
	   ★ 上に移動する重要部分
	----------------------------------------- */

	.yuda-home-hero-copy {
		z-index: 3;

		width: calc(100% - 40px);
		min-height: 560px;

		margin: 0 auto;

		padding: 28px 0 40px;

		justify-content: flex-start;

		transform: none;
	}


	.yuda-home-hero-copy > * {
		max-width: 100%;
	}


	/* -----------------------------------------
	   EYEBROW
	----------------------------------------- */

	.yuda-home-hero-eyebrow {
		margin: 0 0 13px;

		font-size: 11px;
		line-height: 1.65;

		letter-spacing: 0.08em;

		color: rgba(255, 255, 255, 0.94);

		text-shadow:
			0 2px 7px rgba(0, 0, 0, 0.70);
	}


	/* -----------------------------------------
	   TITLE
	----------------------------------------- */

	.yuda-home-hero-title {
		max-width: 100%;

		font-size: clamp(29px, 7.8vw, 35px);
		line-height: 1.46;

		letter-spacing: 0.01em;

		color: #fff;

		text-shadow:
			0 2px 3px rgba(0, 0, 0, 0.80),
			0 5px 15px rgba(0, 0, 0, 0.58),
			0 10px 28px rgba(0, 0, 0, 0.38);
	}


	/* -----------------------------------------
	   LEAD
	----------------------------------------- */

	.yuda-home-hero-lead {
		margin-top: 18px;

		font-size: 14px;
		line-height: 1.82;

		letter-spacing: 0.02em;

		color: rgba(255, 255, 255, 0.96);

		text-shadow:
			0 2px 7px rgba(0, 0, 0, 0.75);
	}


	/* -----------------------------------------
	   BUTTONS
	----------------------------------------- */

	.yuda-home-hero-buttons {
		width: 100%;

		margin-top: 25px;

		gap: 9px;
	}


	.yuda-home-hero-btn {
		width: 100%;
		min-width: 0;

		min-height: 52px;

		padding: 11px 18px;

		font-size: 13px;
	}


	.yuda-home-hero-btn-sub {
		background: rgba(10, 10, 10, 0.30);
	}


	.yuda-home-hero-btn-main {
		background: rgba(255, 255, 255, 0.97);
	}

}


/* =========================================================
   SMALL iPHONE
========================================================= */

@media screen and (max-width: 390px) {

	.yuda-home-hero {
		min-height: 540px;
	}

	.yuda-home-hero-copy {
		width: calc(100% - 32px);
		min-height: 540px;

		padding: 24px 0 36px;

		justify-content: flex-start;

		transform: none;
	}

	.yuda-home-hero-title {
		font-size: 28px;
	}

	.yuda-home-hero-lead {
		font-size: 13px;
	}

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

	.yuda-home-hero-btn {
		transition: none;
	}

	.yuda-home-hero-video {
		transform: none;
	}

}
/* モニター募集を一時的に非表示 */
body.home #contents_index_monitor {
    display: none !important;
}