@charset "utf-8";	@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');
	* { box-sizing: border-box; margin: 0; padding: 0; }

	:root {
	--white: #ffffff;
	--black: #000000;
	--gray: #888480;
	--text-on-photo: rgba(255,255,255,0.92);
	}

	body {
	background: var(--white);
	color: var(--black);
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
	}

	.crumbsList { display: none; }

	.for-pc .mr-top-text-banner {
		top: 425px;
	}

	.for-pc .set-width-content {
		width: 65%;
	}

	.for-pc .ph-hero {
		margin-top: -530px;
	}

	header.header,
	.footer {
		font-family: 'Lato',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,verdana,sans-serif;
	}

	.header .main.fixed .logo {
		position: relative;
	}

	.for-pc .text-content-banner {
		font-family: 'Castoro Titling', serif;
		font-weight: 300;
		font-size: 80px;
		line-height: 1.3;
		letter-spacing: 0.1em;
		color: #fff;
	}

	.for-pc .photo-text.photo-img-banner {
		bottom:10%;
		text-align:center;
	}

	.for-pc .photo-text.photo-img-banner img{
		mix-blend-mode: multiply;
		width: 210px;
		margin: auto;
	}

	@media (max-width: 1800px) {
		.for-pc .mr-top-text-banner {
			top: 210px;
		}

		.for-pc .set-width-content {
			width: 85%;
		}
	}

	@media (min-width: 1401px) and (max-width: 1600px) {
		.for-pc .set-width-content {
			width: 67%;
		}
		.for-pc .top-block {
			top: 0% !important;
		}
		.for-pc .ph-hero {
			margin-top: -425px;
		}
		.for-pc .text-content-banner {
			font-size: 65px;
			margin-top: 125px;
		}

		.for-pc .photo-text.photo-img-banner img{
			width: 180px;
		}
	}

	@media (min-width: 999px) and (max-width: 1400px) {
		.for-pc .ph-hero {
			margin-top: -350px;
		}
		.for-pc .top-block {
			top: 18% !important;
		}
		.for-pc .text-content-banner {
			font-size: 60px;
		}
		.for-pc .mr-top-text-banner {
			top: 285px;
		}
		.for-pc .photo-text.photo-img-banner img {
			width: 150px;
		}
	}

	.for-pc .top-block {
		/* top: 6% */
	}

	.header .main.fixed::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100vmax;
		right: -100vmax;
		bottom: 0;
		background: rgb(255, 255, 255);
	}

	a { text-decoration: none; color: inherit; }

	/* =====================
	HERO FADE-IN
	===================== */
	@keyframes heroFadeIn {
		from { opacity: 0; }
		to   { opacity: 1; }
	}
	@keyframes heroTextUp {
		from { opacity: 0; transform: translateY(14px); }
		to   { opacity: 1; transform: translateY(0); }
	}

	.for-pc .s-hero {
		animation: heroFadeIn 2.2s cubic-bezier(0.4, 0, 0.2, 1) both;
	}

	.for-pc .s-hero .photo-text {
		animation: heroTextUp 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
		position: absolute;
	}

	/* =====================
	SHARED BASE STYLES
	===================== */

	.for-pc .photo,
	.for-sp .photo {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	}

	.for-pc .photo img {
	width: 100%;
	display: block;
	}

	/* =====================
	PC STYLES
	===================== */
	.for-pc .photo-text {
	bottom: 8%;
	left: 20px;
	right: 20px;
	font-family: 'Castoro Titling', serif;
	font-size: 15px;
	text-transform: uppercase;
	color: var(--black);
	line-height: 1.9;
	margin-top: 10px;
	}
	.for-pc .text-bottom-lg .photo-text {
		bottom: 5%;
	}
	.for-pc .photo-text.center { text-align: center; }
	.for-pc .photo-text.right { text-align: right; }

	.for-pc .spacer-lg-x { height: 800px; background: var(--white); }
	.for-pc .spacer-lg { height: 200px; background: var(--white); }
	.for-pc .spacer-sm { height: 100px; background: var(--white); }
	.for-pc .gap-line { height: 1px; background: #ddd9d4; }

	.for-pc .text-block {
	background: var(--white);
	padding: 52px 0 100px;
	text-align: center;
	}
	.for-pc .text-block .eyebrow {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 14px;
	}
	.for-pc .text-block h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: var(--black);
    font-family: 'Castoro Titling', serif;
	}

	.for-pc .s-hero .photo { height: 65vw; min-height: 420px; }

	.for-pc .s-two .grid { display: grid; grid-template-columns: 1fr 1fr; }
	.for-pc .s-two .photo { min-height: 340px; }

	.for-pc .s-left-narrow .grid { display: grid; grid-template-columns: 46% 54%; }
	.for-pc .s-left-narrow .photo { height: 38vw; min-height: 300px; }

	.for-pc .s-full-short .photo { min-height: 280px; }

	.for-pc .s-centered {
	/* background: var(--white); */
	padding: 0 18%;
	}
	.for-pc .s-centered .photo { min-height: 360px; }

	.for-pc .s-three .grid { display: grid; grid-template-columns: 1fr 1fr 1fr; }
	.for-pc .s-three .photo { min-height: 220px; }

	.for-pc .s-two-wide .grid { display: grid; grid-template-columns: 1fr 1fr; }
	.for-pc .s-two-wide .photo { min-height: 320px; }

	.for-pc .s-two-land .grid { display: grid; grid-template-columns: 1fr 1fr; }
	.for-pc .s-two-land .photo { height: 28vw; min-height: 220px; }

	.for-pc .s-three-eq .grid { display: grid; grid-template-columns: 1fr 1fr 1fr; }
	.for-pc .s-three-eq .photo { min-height: 220px; }

	.for-pc .s-two-port .grid { display: grid; grid-template-columns: 50% 50%; }
	.for-pc .s-two-port .photo { min-height: 340px; }

	.for-pc .s-portrait-mid {
	padding: 0 26%;
	}
	.for-pc .s-portrait-mid .photo { height: 62vw; min-height: 400px; }

	.for-pc .s-portrait-sm {
	padding: 0 26%;
	}
	.for-pc .s-portrait-sm .photo { min-height: 400px; }

	.for-pc footer {
	background: var(--white);
	padding: 72px 0 150px;
	text-align: center;
	}
	.footer-logo-wrap {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-bottom: 200px;
	}
	.footer-nav {
	display: flex;
	justify-content: center;
	gap: 215px;
	margin-bottom: 20px;
	}
	.footer-nav a {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--black);
	transition: opacity 0.2s;
	font-family:'Gothic A1', sans-serif;
	font-weight: 500;
	}
	.footer-nav a:hover { opacity: 0.5; }
	.footer-nav-row2 {
	display: flex;
	justify-content: center;
	}
	.footer-nav-row2 a {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--black);
	transition: opacity 0.2s;
	font-family:'Gothic A1', sans-serif;
	font-weight: 500;
	}
	.footer-nav-row2 a:hover { opacity: 0.5; }
	.for-sp {
	display: none;
	}

	.sticky-stack {
		position: relative;
	}

	.sticky-item {
		position: sticky;
		top: 70px;
		z-index: 1;
		width: 100%;
	}

	.sticky-item:nth-child(1) { z-index: 2; }
	.sticky-item:nth-child(3) { z-index: 3; }
	.sticky-item:nth-child(5) { z-index: 4; }
	.sticky-item:nth-child(7) { z-index: 5; }

	@media (max-width: 750px) {
		.for-sp .s-hero {
			animation: heroFadeIn 4.2s cubic-bezier(0.4, 0, 0.2, 1) both;
		}

		.for-sp .s-hero .photo-text {
			animation: heroTextUp 2.2s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
			position: absolute;
		}
		.header .sp-navi-wrap-inner .logo {
			display: none;
		}
		.header .sp-navi-wrap.fixed #header_container .header_center_container .fixed_logo {
			visibility: hidden;
		}
		.sticky-item {
			top: 30px;
		}
		.for-sp {
			display: block;
		}
		.for-pc {
			display: none;
		}
		.for-sp .photo-text {
			bottom: 5%;
			left: 0;
			right: 0;
			font-family: 'Castoro Titling', serif;
			font-size: 12px;
			letter-spacing: 0.01em;
			text-transform: uppercase;
			color: var(--black);
			line-height: 1.8;
		}
		.for-sp .s-hero .photo-text.center {
			 bottom:auto;
			 top:36%;
			 transform:translateY(-50%);
		}
		.for-sp .s-hero .text-content-banner {
			font-family: 'Castoro Titling', serif;
			font-weight:300;
			font-size:50px;
			line-height:1.25;
			letter-spacing:0.06em;
			color:#fff;
			margin-bottom:28px;
		}

		.for-sp .photo-text.center {
			bottom:auto;
			text-align: center;
		}

		.for-sp .photo-img-banner {
			margin-top: 315px;
		}
		.for-sp .photo-text.right {
			text-align: right;
		}

		.for-sp .spacer-lg {
			height: 60px;
			background: var(--white);
		}
		.for-sp .spacer-sm {
			height: 250px;
			background: var(--white);
		}

		.for-sp .text-block {
			background: var(--white);
			padding: 80px 24px 80px;
			text-align: center;
		}
		.for-sp .text-block .eyebrow {
			font-size: 19px;
			text-transform: uppercase;
			margin-bottom: 10px;
			line-height: 1.5;
		}
		.for-sp .text-block h2 {
			font-size: 17px;
			text-transform: uppercase;
			font-family: 'Castoro Titling', serif;
		}

		.for-sp .s-hero .photo { height: 174vw; }

		.for-sp .s-full .photo { width: 100%; }

		.for-sp .s-sp-centered {
			/* background: var(--white); */
			padding: 0 8%;
		}

		.for-sp .sp-footer {
			background: var(--white);
			padding: 80px 0 80px;
			text-align: center;
		}
		.for-sp .sp-footer-nav {
			display: flex;
			justify-content: center;
			gap: 40px;
			margin-bottom: 24px;
		}
		.for-sp .sp-footer-nav a {
			font-size: 12px;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			color: var(--black);
			font-family: 'Gothic A1', sans-serif;
			font-weight: 500;
		}
		.for-sp .sp-footer-nav-row2 {
			display: flex;
			justify-content: center;
			margin-top: 45px;
		}
		.for-sp .sp-footer-nav-row2 a {
			font-size: 12px;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			color: var(--black);
			font-family: 'Gothic A1', sans-serif;
			font-weight: 500;
		}

		.sticky-item:nth-child(1),
		.sticky-item:nth-child(3),
		.sticky-item:nth-child(5),
		.sticky-item:nth-child(7) {
			z-index: 0;
		}
		.for-sp .photo-text-mr-top {
			padding-top: 20px;
			padding-bottom: 50px;
			background: var(--white);
		}
	}
	@media (max-width: 391px) {
		.for-sp .s-hero .text-content-banner {
			font-size: 50px;
		}

		.for-sp .photo-img-banner {
			margin-top: 280px;
		}

		.for-sp .photo-img-banner img {
			width: 110px;
		}
	}
	@media (max-width: 321px) {
		.for-sp .s-hero .text-content-banner {
			font-size: 40px;
		}

		.for-sp .photo-img-banner {
			margin-top: 220px;
		}

		.for-sp .photo-img-banner img {
			width: 100px;
		}
	}