@charset "UTF-8";

/* header
----------------------------------------*/
.header:not(.show) {
	mix-blend-mode: normal;
}
main {
	padding: 0;
}
.ttl_wrap {
	position: absolute;
	top: 34.3rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.header_logo,
	.header_btn {
		mix-blend-mode: normal;
	}
	.ttl_wrap {
		top: 27.6rem;
	}
}

/* mv
----------------------------------------*/
.mv_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.mv_bg_img img {
	width: 100%;
	height: 100dvh;
	object-fit: cover;
}
.mv_bg_over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
}
.mv_box {
	width: 100%;
	height: 100vh;
	color: #fff;
	z-index: 1100;
}
.mv_txt {
	font-size: 1.1rem;
	letter-spacing: .08em;
	position: absolute;
	bottom: 6.5rem;
	right: 6rem;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	.mv_txt {
		text-align: right;
		bottom: 7.5rem;
		right: 3rem;
		line-height: 1.8182;
	}
}

/* gallery
----------------------------------------*/
.gallery {
	border-bottom: .1rem solid #fff;
}
.gallery_navi {
	max-width: calc(50% + 64rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: -10rem 0 16.7rem;
}
.gallery_navi figure {
	width: 70.1493%;
}
.gallery_navi ul {
	width: 26.4rem;
}
.gallery_navi ul img {
	height: 5rem;
	width: auto;
}
.gallery_navi ul li {
	border-bottom: .1rem solid #fff;
}
.gallery_navi ul li + li {
	margin-top: 5.5rem;
}
.gallery_navi ul a {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .12em;
	padding: 0 0 .7rem;
}
.gallery_navi ul a::after {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	background: url(../../img/common/icon_arrow_white.svg) no-repeat left top / 100% auto;
	transform: rotate(90deg);
	position: absolute;
	right: 0;
	top: 1rem;
}
.gallery_item {
	border-top: .1rem solid #fff;
	padding-bottom: 20rem;
}
.gallery_head {
	max-width: calc(50% + 62rem);
	margin: 0 0 8rem auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gallery_head figure {
	width: calc(100% - 30rem);
}
.gallery_head h2 {
	color: #fff;
	text-align: center;
	margin: 4.7rem 0 0 6rem;
}
.gallery_head h2 img {
	width: auto;
	height: 9rem;
	margin-bottom: 3rem;
}
.gallery_head h2 span {
	font-size: 2.6rem;
	letter-spacing: .12em;
	writing-mode: vertical-rl;
	margin: 0 auto;
}
.gallery_item:nth-child(3) .gallery_head {
	flex-direction: row-reverse;
	margin-left: 0;
}
.gallery_item:nth-child(3) .gallery_head h2 {
	margin: 4.7rem 6rem 0 0;
}
.gallery_list {
	max-width: 128rem;
	margin: 0 auto;
}
.gallery_list a {
	width: 28rem;
	margin: 2rem;
	overflow: hidden;
}
.gallery_list a img {
	transition: transform .3s;
}
.gallery_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}
.modal_open .gallery_modal {
	opacity: 1;
	pointer-events: all;
}
.gallery_modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EDE8DE;
}
.gallery_modal_box {
	width: fit-content;
	padding: 0 5rem;
	margin: 0 auto;
}
.gallery_modal_item {
	width: fit-content;
	margin: 0 auto;
}
.gallery_modal_item[id]:not(.visible) {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.gallery_modal_slider {
	width: 58rem;
	margin: 0 auto;
}
.gallery_modal_slider .slick-list {
	overflow: hidden;
}
.gallery_modal_slider .slick-track {
	display: flex !important;
	align-items: center;
}
.gallery_modal_slider .slick-list {
	overflow: hidden;
}
.gallery_modal_slider figure {
	width: fit-content;
	float: left;
}
.gallery_modal_slider figure img {
	max-width: 58rem;
	max-height: 62rem;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.gallery_modal_close {
	appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	width: 12.4rem;
	margin: 2.4rem 0 0 auto;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .12em;
	color: #4C4C4C;
	background: none;
	cursor: pointer;
	z-index: 100;
}
.gallery_modal_close::before,
.gallery_modal_close::after {
	content: '';
	display: block;
	width: 5.5rem;
	height: .1rem;
	background: #4C4C4C;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	transform: rotate(15deg);
}
.gallery_modal_close::after {
	transform: rotate(-15deg);
}
.gallery_modal_slider .slick-next,
.gallery_modal_slider .slick-prev {
	appearance: none;
	display: block;
	width: 4rem;
	height: 4rem;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -99rem;
	border-radius: 50%;
	background: url(../../img/common/icon_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: -5rem;
	top: calc(50% - 2rem);
	cursor: pointer;
	z-index: 10;
}
.gallery_modal_slider .slick-prev {
	right: auto;
	left: -5rem;
	transform: scale(-1, 1);
}
@media (hover:hover) {
	.gallery_list a:hover img {
		transform: scale(1.1);
	}
}
@media only screen and (max-width: 768px) {
	.gallery_navi {
		max-width: 36rem;
		display: block;
		margin: -6rem 0 10rem;
	}
	.gallery_navi figure {
		width: auto;
	}
	.gallery_navi ul {
		width: auto;
		margin-top: 4rem;
	}
	.gallery_navi ul img {
		height: 4rem;
	}
	.gallery_navi ul li + li {
		margin-top: 2.9rem;
	}
	.gallery_navi ul a {
		gap: 1.5rem;
		font-size: 1.3rem;
		padding: 0 0 1rem 11.1rem;
	}
	.gallery_navi ul a::after {
		top: .5rem;
	}
	.gallery_item {
		border-top: 0;
		padding-bottom: 12.5rem;
	}
	.gallery_head {
		max-width: none;
		margin: 0 0 3.8rem;
		flex-direction: column-reverse;
	}
	.gallery_head figure {
		width: auto;
	}
	.gallery_head figure img {
		height: 39rem;
		width: 100%;
		object-fit: cover;
	}
	.gallery_head h2 {
		margin: 6rem 0 0;
	}
	.gallery_head h2 img {
		height: 5.6rem;
		margin-bottom: 2rem;
	}
	.gallery_head h2 span {
		font-size: 2rem;
	}
	.gallery_item:nth-child(3) .gallery_head {
		flex-direction: column-reverse;
	}
	.gallery_item:nth-child(3) .gallery_head h2 {
		margin: 6rem 0 0;
	}
	.gallery_list a {
		width: 16.5rem;
		margin: 1.5rem;
	}
	.gallery_modal_box {
		padding: 0;
	}
	.gallery_modal_slider {
		width: 33rem;
	}
	.gallery_modal_slider figure img {
		max-width: 33rem;
		max-height: 85%;
	}
	.gallery_modal_close {
		width: 10.1rem;
		font-size: 1.3rem;
		margin-top: 1.8rem;
	}
	.gallery_modal_close::before,
	.gallery_modal_close::after {
		width: 4.5rem;
	}
	.gallery_modal_slider .slick-next,
	.gallery_modal_slider .slick-prev {
		width: 3rem;
		height: 3rem;
		top: auto;
		left: 0;
		bottom: -4rem;
	}
	.gallery_modal_slider .slick-next {
		left: 4rem;
	}
}

/* about_plan
----------------------------------------*/
.about_plan {
	color: #fff;
	border-top: 0;
}
.about_plan h2::before {
	background: #fff;
}