@charset "UTF-8";
.access .p-home{
	background: #9c9e88;
}
.access .c-mv{
	background: #9c9e88;
}
.access .p-home-slide2{
	background: #9c9e88;
}
.c-mv-title{
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.c-mv-title span{
	font-size: clamp(4.5rem, 4.14rem + 1.125vw, 6.3rem);
}
.c-mv-title p{
    font-size: clamp(1.3rem, 1.8vw, 1.8rem);
    line-height: 1.7;
    letter-spacing: .3rem;
}
.c-mv.first.is-anim .video-wrapper img{
	    animation-delay: 0s;
}
.c-mv.second .video-wrapper{
	--clipT: 100px;
	--clipL: 100px;
	clip-path: inset(var(--clipT) var(--clipL) var(--clipT) var(--clipL));
}
.access .p-home-slide2__txt{
	flex-direction: column;
}
.access .p-home-slide2__txt .en{
	display: block;
    font-family: "Cinzel", serif;
    font-weight: 400;
	    font-size: clamp(4.5rem, 4.14rem + 1.125vw, 6.3rem);
			line-height: 1;
}
.access .p-home-slide2__txt .jp{
	margin-top: .4em;
	display: block;
	    font-size: clamp(1.3rem, 1.8vw, 1.8rem);
    line-height: 1.7;
    letter-spacing: .3rem;
}
@media screen and (max-width: 767px) {
	/* .c-mv{
		aspect-ratio: 750 / 1625;
		.mov{
			height: 100%;
		}
		.video-wrapper{
			height: 100%;
			figure{
				height: 100%;
				img{
					object-fit: cover;
				}
			}
		}
	} */
}
.general-section .inner-small{
	padding: 48px;
}
.area1-img1{
	margin-bottom: 90px;
}
.panel {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    opacity: 0;
}
.area1{
}


.area2{

}
.access-wrap{
	display: grid;
	grid-template-columns: 40% 1fr;
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
	align-items: center;
}
.access-text{
	font-size: clamp(1.4rem, 2.15vw, 2rem);
	font-feature-settings: "palt";
	line-height: 1;
	letter-spacing: .15em;
}
.access-text + .access-text{
	margin-top: .2em;
}
.access-walk{
	font-size: clamp(1.7rem, 2.65vw, 2.65rem);
	font-feature-settings: "palt";
	line-height: 1;
	letter-spacing: .15em;
}
.access-walk sub{
    vertical-align: baseline;
    font-size: 65%;
	letter-spacing: .15rem;
}
.access-lists{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.access-list .caption{
	margin-top: 0;
}
.access-cap{
	margin-bottom: -.6em;
}
.is-italic{
	font-style: italic;
	margin-right: .1em;
}
.access-distance{
	margin-top: .8em;
	font-size: clamp(1.7rem, 2vw, 2rem);
	font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: .15em;
}
.access-items{
	margin-bottom: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
}
.access-en{
	font-family:"Cinzel", serif;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	text-align: right;
	left: 16px;
	font-size: 2.65rem;
	letter-spacing: .15em;
}
.access-grid{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px 40px;
	position: relative;
}
.access-grid::before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0 ;
	right: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff , rgba(255, 255, 255, 0));
}
.access-grid .access-item{
	position: relative;
	padding: 16px 0  12px;
}
.access-grid .access-item .caption{
	margin-top: .8em;
	letter-spacing: .075em;
}
.access-grid .access-item:nth-child(odd)::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -.5px;
	height: 100%;
	width: 1px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) , rgba(255, 255, 255, 0));
}
.access .area1,
.access .area2,
.access .area3{
	/* padding-bottom: 100px; */
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.access .area3{
	background: #848673;
}
.cinzel{
	font-family: "Cinzel", serif;
}
.taxi-wrap{
	display: grid;
	grid-template-columns: 46% 1fr;
	gap: 100px;
	align-items: center;
}
.taxi-lists{
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.taxi-list .caption{
	margin-top: .8em;
}
.taxi-section .tertiary-heading{
	margin-bottom: .2em;
	line-height: 1.3;
}
.taxi-section .tertiary-heading + .note{
	margin-top: 0;
	margin-bottom: 2.4em;
}
@media screen and (min-width: 1201px) {
	.wide-none{
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.copy-block{
		margin-top: 1em;
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.access-wrap{
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.access-wrap .access-item:first-child{
		order: 2;
	}
	.access-wrap .access-item:last-child{
		order: 1;
	}
	.access-items {
		width: calc(100% - 96px);
    grid-template-columns: 1fr;
    gap: 24px;
		margin: 0 auto 32px;
	}
	.access-grid{
		gap: 16px 0;
	}
	/* .access .area1, .access .area3 {
    padding-bottom: 20px;
	} */
	.access-grid .access-item .access-walk{
		font-size: clamp(1.7rem, 2.65vw, 2.65rem);
		line-height: 1.3;
	}
	.access-walk {
    font-size: 2.6rem;
	}
	.access-text {
    font-size: 2rem;
	}
	.access .p-home-slide2__txt{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		writing-mode: unset;
		text-align: center;
		padding: 0;
	}
	.taxi-wrap{
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.taxi-lists{
		gap: 24px;
	}
	.taxi-section .tertiary-heading{
		font-size: 2.65rem;
	}
	.taxi-section .tertiary-heading + .note{
		margin-bottom: 2em;
	}
	.p-home-slide2__pic {
    height: 100svh;
	}
}