html {
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#prospect {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
#prospect main {
	background-color: #000;
}
#prospect .inner {
	width: 95%;
	max-width: 880px;
	margin-inline: auto;
}
#prospect .mv {
	position: relative;
}
#prospect .text-content {
	position: absolute;
	bottom: 18%;
	left: 10%;
	text-align: center;
}
#prospect .prospect-page__ttl {
	color: #AD9397;
	font-weight: 500;
	font-size: clamp(1.063rem, 0.687rem + 0.782vw, 1.625rem);
	letter-spacing: 0.3em;
}
#prospect .prospect-page__subTtl {
	color: #AD9397;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: clamp(2.375rem, 0.454rem + 3.997vw, 5.25rem);
	letter-spacing: 0.05em;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
#prospect .title-base {
	color: #AD9397;
}
#prospect .title-shine {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
	background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.95) 50%, transparent 65%);
	background-size: 200% 100%;
	background-position: 120% 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	mix-blend-mode: screen;
	opacity: 0.35;
	-webkit-filter: blur(0.4px);
	        filter: blur(0.4px);
	pointer-events: none;
}
#prospect .prospect-page__lead {
	font-size: clamp(0.875rem, 0.457rem + 0.869vw, 1.5rem);
	color: #fff;
}
#prospect .sec-title__wrap {
	text-align: center;
}
#prospect .sec-title__en {
	font-size: 14px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.01em;
}
#prospect .sec-title__en.sec-title__en--movie {
	color: rgba(173, 147, 151, 0.5);
}
#prospect .sec-title__en.sec-title__en--photo {
	color: rgba(33, 33, 33, 0.5);
}
#prospect .sec-title__ja {
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	overflow: hidden;
}
#prospect .sec-title__ja.sec-title__ja--movie {
	color: #AD9397;
}
#prospect .sec-title__ja.sec-title__ja--photo {
	color: #212121;
}
#prospect .char {
	display: inline-block;
	will-change: transform, opacity, filter;
}
@media screen and (max-width: 768px) {
	#prospect .text-content {
		width: 82%;
		bottom: auto;
		top: 10%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	#prospect .prospect-page__ttl {
		font-size: clamp(1rem, 0.559rem + 1.961vw, 1.5rem);
	}
	#prospect .prospect-page__subTtl {
		font-size: clamp(2.5rem, -0.037rem + 11.275vw, 5.375rem);
		letter-spacing: 0.01em;
	}
	#prospect .prospect-page__lead {
		font-size: clamp(1rem, 0.338rem + 2.941vw, 1.75rem);
	}
	#prospect .sec-title__ja.sec-title__ja--movie {
		font-size: clamp(1rem, 0.559rem + 1.961vw, 1.5rem);
	}
	#prospect {
		/*@media screen end*/
	}
}
#prospect .link-area {
	margin-top: min(3.1vw, 60px);
}
#prospect .link-area__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: min(2vw, 40px);
}
#prospect .link-area__item {
	width: min(17.5vw, 11.25rem);
	border-bottom: 1px solid #fff;
}
#prospect .link-area__item a {
	display: block;
	padding-block: min(0.83vw, 16px);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-size: 1.25rem;
	text-align: center;
	color: #AD9397;
	position: relative;
}
#prospect .link-area__item a::before {
	content: "";
	position: absolute;
	aspect-ratio: 2.2/1;
	width: clamp(10px, 3vw, 20px);
	right: 0;
	top: 45%;
	background: transparent url(../img/arrow_btm.svg) left top/cover no-repeat;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#prospect .link-area__item a:hover {
	opacity: 0.7;
}
#prospect .link-area__item a:hover::before {
	top: 77%;
}
@media screen and (max-width: 768px) {
	#prospect .link-area {
		margin-top: min(8vw, 60px);
	}
	#prospect .link-area__item {
		width: min(30vw, 11.25rem);
	}
	#prospect .link-area__item a::before {
		width: clamp(0.688rem, 0.301rem + 1.716vw, 1.125rem);
	}
	#prospect {
		/*@media screen end*/
	}
}
#prospect .prospect-movie {
	margin-top: min(5.3vw, 102px);
	padding-bottom: min(7.6vw, 146px);
}
#prospect .movie__wrap {
	margin-top: min(3.1vw, 60px);
}
#prospect .movie__wrap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
	#prospect .prospect-movie {
		margin-top: min(13.3vw, 100px);
		padding-bottom: min(18.6vw, 140px);
	}
	#prospect {
		/*@media screen end*/
	}
}
#prospect .prospect-gallery {
	background-color: #FEF9F2;
	padding-block: min(5vw, 96px) min(5.9vw, 114px);
}
#prospect .photo-content {
	margin-top: min(3.1vw, 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: min(0.83vw, 16px);
}
#prospect .photo__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr min(0.83vw, 16px) 1fr min(0.83vw, 16px) 1fr;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: 1fr min(0.83vw, 16px) 1fr min(0.83vw, 16px) 1fr min(0.83vw, 16px) 1fr min(0.83vw, 16px) 1fr;
	grid-template-rows: repeat(5, 1fr);
	gap: min(0.83vw, 16px);
}
#prospect .photo__grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
#prospect .photo__grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
#prospect .photo__grid > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
#prospect .photo__grid > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
#prospect .photo__grid > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
#prospect .photo__grid > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
#prospect .photo__grid > *:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
#prospect .photo__grid > *:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
#prospect .photo__grid > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}
#prospect .photo__grid > *:nth-child(10) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}
#prospect .photo__grid > *:nth-child(11) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}
#prospect .photo__grid > *:nth-child(12) {
	-ms-grid-row: 7;
	-ms-grid-column: 5;
}
#prospect .photo__grid > *:nth-child(13) {
	-ms-grid-row: 9;
	-ms-grid-column: 1;
}
#prospect .photo__grid > *:nth-child(14) {
	-ms-grid-row: 9;
	-ms-grid-column: 3;
}
#prospect .photo__grid > *:nth-child(15) {
	-ms-grid-row: 9;
	-ms-grid-column: 5;
}
#prospect .js-open-modal {
	position: relative;
}
#prospect .js-open-modal img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#prospect .js-open-modal .zoom {
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 30px;
	cursor: pointer;
}
#prospect .img02 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/3/2;
}
#prospect .img03 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 1/2/2/3;
}
#prospect .img04 {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-area: 2/2/3/3;
}
#prospect .img05 {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 3/1/4/3;
}
#prospect .img06 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-area: 1/3/2/4;
}
#prospect .img07 {
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-area: 2/3/4/4;
}
#prospect .img08 {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 4/1/5/2;
}
#prospect .img09 {
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 5/1/6/2;
}
#prospect .img10 {
	-ms-grid-row: 4;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-area: 4/2/6/4;
}
#prospect .modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: none;
	opacity: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: visible;
}
#prospect .modal.is-active {
	opacity: 1;
	pointer-events: auto;
}
#prospect .modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#prospect .modal__content {
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding: 20px 0;
	overflow: visible;
}
#prospect .modal__close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 6.875rem;
	cursor: pointer;
	z-index: 10;
}
#prospect .swiper-button-prev,
#prospect .swiper-button-next {
	position: absolute;
	top: 48%;
	color: #fff;
	width: 44px;
	height: 44px;
}
#prospect .swiper-button-prev::after,
#prospect .swiper-button-next::after {
	font-size: 20px;
}
#prospect .swiper-button-prev {
	left: 0;
}
#prospect .swiper-button-next {
	right: 0;
}
#prospect .prospect-note {
	margin-top: min(2.96vw, 57px);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
	#prospect .prospect-gallery {
		padding-block: min(12.8vw, 96px) min(15.2vw, 114px);
	}
	#prospect .modal {
		padding: 5px;
	}
	#prospect .modal__close-btn {
		width: clamp(5.625rem, 4.522rem + 4.902vw, 6.875rem);
	}
	#prospect .swiper-button-prev,
	#prospect .swiper-button-next {
		width: clamp(1.125rem, -0.309rem + 6.373vw, 2.75rem);
	}
	#prospect {
		/*@media screen end*/
	}
}
/*# sourceMappingURL=prospect.css.map */