/* CSS Document */

#header{
	@media (max-width: 1199.98px) {
		transition: background 0.2s ease-out;
		.scrollTop &{
			background: transparent;
		}
	}
}

#siteName{
	@media (max-width: 1199.98px) {
		.scrollTop &{
			display: none;
		}
	}
}

#hNav{
	@media (max-width: 1199.98px) {
		transition: opacity 0.2s ease-out;
		.scrollTop &{
			visibility: hidden;
			opacity: 0;
		}
	}
}

#navButton{
	@media (max-width: 1199.98px) {
		transition: filter background, color 0.2s ease-out;
		.scrollTop &{
			background: transparent;
			color: #fff;
			filter: drop-shadow(0 0 4px rgba(0, 0, 0, 1));
			& i{
				background: currentColor;
				box-shadow: 0 0 2px rgba(0, 0, 0, 1);
			}
		}
	}
}

#pagePath{
	display: none;
}

#main{
	display: grid;
	overflow: hidden;
	#hero,
	#news{
		order: -1;
	}
	@media (max-width: 1199.98px) {
		grid-column: 1;
		grid-row: 1 / 3;
	}
	@media (min-width: 992px) {
		#booking,
		#news{
			grid-column: 1;
			grid-row: 2;
		}
	}
}

#hero{
	position: relative;
	&:has(#heroMovie){
		& h1{
			display: none;
		}
	}
	& h1{
		position: absolute;
		top: 50%;
		left: 50%;
		display: grid;
		justify-items: center;
		grid-row-gap: 24px;
		width: 14em;
		color: #fff;
		font-size: clamp(18px, calc(32 / 768 * 100vw), 32px);
		font-family: var(--font-title);
		text-align: center;
		letter-spacing: 0.2em;
		text-indent: 0.7em;
		filter: drop-shadow(0 0 4px rgba(0, 0, 0, 1));
		transform: translate(-50%, -50%);
		pointer-events: none;
		z-index: 1;
		@media (max-width: 1199.98px) {
			&:before{
				content: "";
				aspect-ratio: 1 / 0.438;
				height: clamp(80px, calc(120 / 1200 * 100vw), 120px);
				background: currentColor;
				-webkit-mask: url("/common/images/logoType_vt.svg") no-repeat center / contain;
			}
		}
	}
}

#heroPhoto{
	& img{
		aspect-ratio: 1;
		object-fit: cover;
		&:nth-child(n+2){
			display: none;
		}
		@media (min-width: 576px) {
			aspect-ratio: unset;
			height: min(640px, 66.667dvw);
		}
	}
	& a{
		display: block;
	}
	.slick-slider{
		display: grid;
		grid-template-columns: 1fr min(calc(100% - 80px), 200px) 1fr;
		grid-template-rows: 1fr auto clamp(24px, calc(40 / 1200 * 100vw), 40px);
		grid-gap: 0 16px;
		.slick-list{
			grid-column: 1 / 4;
			grid-row: 1 / 4;
		}
		.slick-arrow{
			grid-row: 2;
		}
		.slick-prev{
			grid-column: 1;
			justify-self: end;
		}
		.slick-next{
			grid-column: 3;
		}
		.slick-dots{
			grid-column: 2;
			grid-row: 2;
		}
		.slick-arrow,
		.slick-dots{
			filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
		}
	}
	.slick-arrow{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		aspect-ratio: 1;
		width: 24px;
		color: #fff;
		font-size: 0;
		z-index: 1;
		&:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="6.5 1 17.5 12 6.5 23"/></svg>') no-repeat center / contain;
		}
		&.slick-prev:before{
			transform: scale(-1, 1);
		}
	}
	.slick-dots{
		position: relative;
		display: grid;
		align-items: center;
		color: #fff;
		&:has(li:only-child){
			display: none;
		}
		&:before{
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			height: 1px;
			background: currentColor;
			border-radius: 1px;
			opacity: 0.5;
			z-index: -1;
			transform: translateY(-50%);
		}
		& li{
			display: contents;
		}
		& button{
			all: unset;
			box-sizing: border-box;
			cursor: pointer;
			grid-row: 1;
			width: 100%;
			height: 2px;
			background: currentColor;
			border-radius: 1px;
			overflow: hidden;
			opacity: 0;
			.slick-active &{
				opacity: 1;
			}
		}
	}
}

#heroMovie{
	position: relative;
	overflow: hidden;
	aspect-ratio: 1;
	@media (min-width: 576px) {
		aspect-ratio: unset;
		height: min(640px, 66.667dvw);
	}
	[class^="moviePlayer_"]{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: center center !important;
		background-attachment: inherit !important;
		background-size: cover !important;
		pointer-events: none;
	}
	.inline-YTPlayer,
	.ytp{
		position: static !important;
	}
	.playerBox{
		top: 50% !important;
		left: 50% !important;
		margin: 0 !important;
		transform: translate(-50%, -50%);
	}
}

#booking{
	& ul{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: 8px;
		min-height: clamp(48px, calc(56 / 768 * 100vw), 56px);
		padding: 8px;
		background: var(--color);
		color: #fff;
		font-family: var(--font-min);
		text-align: center;
		text-decoration: none;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			margin-left: 8px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"></svg>') no-repeat center / contain;
		}
		&[href="#reservation"]{
			background: var(--color-theme);
			&:before{
				-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: white; stroke-linecap: round; stroke-linejoin: round;"><polyline points="2.5 3.5 2 3.5 2 13.5 14 13.5 14 3.5 11.5 3.5"/><line x1="4.5" y1="2.5" x2="4.5" y2="4.5"/><line x1="11.5" y1="2.5" x2="11.5" y2="4.5"/><line x1="9.5" y1="3.5" x2="4.5" y2="3.5"/><line x1="2" y1="6.5" x2="14" y2="6.5"/></svg>');
			}
		}
		&[href^="/restaurant/fair/reserve"]{
			background: var(--color-theme-sub);
			&:before{
				-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: white; stroke-linecap: round; stroke-linejoin: round;"><line x1="4.5" y1="2.5" x2="4.5" y2="13.5"/><polyline points="2.5 2.5 2.5 7 6.5 7 6.5 2.5"/><path d="M12.5,13.5V2.5c-1.66,0-3,1.34-3,3v4.5s3,0,3,0"/></svg>');
			}
		}
	}
	@media (min-width: 992px) {
		align-self: center;
		display: grid;
		grid-template-columns: 1fr var(--wrap) 1fr;
		padding: 48px 0;
		pointer-events: none;
		z-index: 1;
		&>*{
			grid-column: 2;
		}
		& ul{
			justify-self: end;
			grid-template-columns: 1fr;
			grid-row-gap: 8px;
			width: clamp(200px, calc(240 / 1200 * 100vw), 240px);
		}
		& a{
			min-height: 48px;
			border-radius: 4px;
			pointer-events: all;
		}
	}
}

#news{
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	padding: 24px 0;
	background: #e7e4dc;
	&>*{
		grid-column: 2;
	}
	& section{
		display: grid;
		grid-gap: 8px 16px;
	}
	& h3{
		order: 1;
		font-family: var(--font-min);
	}
	& h3+div{
		display: contents;
		& time{
			order: -1;
			font-size: clamp(12px, calc(16 / 768 * 100vw), 16px);
			white-space: nowrap;
		}
		& ul{
			display: none;
		}
		& a{
			position: absolute;
			top: 0;
			left: 0;
			display: grid;
			grid-template-columns: 1fr auto;
			align-items: center;
			width: 100%;
			height: 100%;
			color: inherit;
			font-size: 0;
			text-decoration: none;
			&:after{
				content: "";
				aspect-ratio: 1;
				width: 16px;
				background: currentColor;
				transition: transform 0.2s ease-out;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5.5 3 10.5 8 5.5 13"/></svg>') no-repeat center / contain;
			}
			&:hover:after{
				transform: translateX(4px);
			}
		}
	}
	@media (max-width: 991.98px) {
		position: relative;
		& h2{
			display: none;
		}
		& a{
			padding: 8px;
		}
	}
	@media (min-width: 992px) {
		align-content: center;
		& h2{
			color: var(--color-theme-point);
			font: 700 24px var(--font-en);
		}
		& h2+div{
			display: flex;
			margin-top: 16px;
			margin-right: clamp(248px, calc(296 / 1200 * 100vw), 296px);
		}
		& section{
			position: relative;
			grid-template-columns: auto auto;
			&:has(a){
				padding-right: 32px;
			}
		}
	}
}

#concept{
	margin-top: clamp(64px, calc(96 / 1200 * 100vw), 96px);
	& h2{
		max-height: 15em;
		font-size: clamp(24px, calc(32 / 768 * 100vw), 32px);
		font-family: var(--font-title);
		letter-spacing: 0.2em;
		writing-mode: vertical-rl;
	}
	& h2+div{
		display: grid;
		grid-gap: 1.5em;
		font-size: clamp(14px, calc(18 / 768 * 100vw), 18px);
		font-family: var(--font-min);
		line-height: 2em;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}
	& figure{
		position: relative;
		display: grid;
		justify-items: center;
		overflow: hidden;
		z-index: -1;
		&:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		& img{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-position: center top;
			object-fit: cover;
			z-index: -1;
		}
	}
	@media (max-width: 767.98px) {
		display: grid;
		grid-template-columns: 1fr var(--wrap) 1fr;
		&>*{
			grid-column: 2;
		}
		& h2{
			justify-self: center;
		}
		& h2+div{
			justify-self: center;
			margin-top: clamp(24px, calc(40 / 1200 * 100vw), 40px);
			text-align: center;
		}
		& figure{
			grid-column: 1 / 4;
			height: 240px;
			margin-top: -160px;
			&:before{
				background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 1));
			}
			& img{
				height: 140%;
			}
		}
		#conceptLink{
			margin-top: clamp(32px, calc(56 / 1200 * 100vw), 56px);
		}
	}
	@media (min-width: 768px) {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: center;
		column-gap: clamp(40px, calc(56 / 1200 * 100vw), 56px);
		& h2+div{
			align-content: center;
			writing-mode: vertical-rl;
			height: 20em;
		}
		& figure{
			width: max(640px, 100%);
			height: min(66.67dvw, 640px);
			margin-top: calc(0px - min(20%, 200px));
			&:before{
				background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1));
			}
		}
	}
}

#conceptLink{
	justify-self: center;
	align-self: end;
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		grid-gap: 8px 16px;
		color: inherit;
		font-family: var(--font-min);
		text-decoration: none;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			transition: transform 0.2s ease-out;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5.5 3 10.5 8 5.5 13"/></svg>') no-repeat center / contain;
		}
		&:hover:after{
			transform: translateX(4px);
		}
		@media (max-width: 767.98px) {
			min-height: 48px;
			padding: 4px 0;
			border-bottom: 1px solid currentColor;
		}
		@media (min-width: 768px) {
			min-width: 48px;
			border-right: 1px solid currentColor;
			writing-mode: vertical-rl;
		}
	}
}

#pickup{
	display: grid;
	grid-template-columns: calc((100dvw - var(--wrap)) / 2) auto clamp(24px, calc(80 / 1200 * 100vw), 80px) 1fr calc((100dvw - var(--wrap)) / 2);
	grid-template-rows: auto 1fr;
	grid-row-gap: clamp(32px, calc(48 / 1200 * 100vw), 48px);
	margin-top: clamp(64px, calc(96 / 1200 * 100vw), 96px);
	& h2{
		grid-column: 2;
		grid-row: 1 / 3;
		justify-self: start;
		display: grid;
		font-size: clamp(24px, calc(32 / 768 * 100vw), 32px);
		font-family: var(--font-title);
		letter-spacing: 0.2em;
		writing-mode: vertical-rl;
		&:before{
			content: attr(data-caption);
			color: var(--color-theme-point);
			font-size: clamp(14px, calc(16 / 768 * 100vw), 16px);
			font-family: var(--font-en);
		}
	}
	#pickupTab{
		grid-column: 4;
	}
	#pickupList{
		grid-column: 4;
		grid-row: 2;
	}
}

#pickupTab{
	& ul{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 8px;
	}
	& li{
		cursor: pointer;
		display: grid;
		align-items: center;
		min-height: clamp(24px, calc(24 / 768 * 100vw), 32px);
		padding: 0 8px;
		background: #f2f2f2;
		border-radius: 4px;
		font-size: clamp(12px, calc(14 / 768 * 100vw), 14px);
		font-family: var(--font-min);
		&.select{
			background: var(--color-theme-point);
			color: #fff;
		}
	}
}

#pickupList{
	display: grid;
	& article{
		grid-column: 1;
		grid-row: 1;
		&:not(.select){
			visibility: hidden;
		}
	}
	& h2{
		display: none;
	}
	& h2+div{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
		grid-gap: clamp(24px, calc(56 / 1200 * 100vw), 56px);
	}
	& section{
		position: relative;
		display: grid;
		grid-row-gap: 8px;
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			background: var(--dummy);
		}
		&:nth-child(n+2){
			display: none;
		}
	}
	& h3{
		display: grid;
		grid-template-columns: 14px 1fr;
		column-gap: 8px;
		font-family: var(--font-min);
		&:before{
			content: "";
			margin-top: 0.825em;
			border-top: 1px solid currentColor;
			transition: transform 0.2s ease-out;
		}
		section:hover &:before{
			transform: translateX(4px);
		}
	}
	& h3+div{
		display: contents;
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
	& figure{
		order: -1;
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
		}
	}
	.slick-slider{
		display: grid;
		grid-template-columns: 1fr min(calc(100% - 80px), 200px) auto ;
		grid-gap: clamp(24px, calc(40 / 1200 * 100vw), 40px) 16px;
		.slick-list{
			grid-column: 1 / 4;
			grid-row: 1;
		}
		.slick-arrow{
			grid-row: 2;
		}
		.slick-prev{
			grid-column: 1;
			justify-self: end;
		}
		.slick-next{
			grid-column: 3;
		}
		.slick-dots{
			grid-column: 2;
			grid-row: 2;
		}
	}
	.slick-list{
		width: calc(100% + clamp(24px, calc(56 / 1200 * 100vw), 56px));
		padding-right: clamp(24px, calc(56 / 1200 * 100vw), 56px);
		@media (min-width: 1200px) {
			width: calc(100% + 346px);
			padding-right: 290px;
		}
	}
	.slick-track{
		margin: 0;
	}
	.slick-slide{
		margin-right: clamp(24px, calc(56 / 1200 * 100vw), 56px);
	}
	.slick-arrow{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		aspect-ratio: 1;
		width: 24px;
		color: #333;
		font-size: 0;
		z-index: 1;
		&:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="6.5 1 17.5 12 6.5 23"/></svg>') no-repeat center / contain;
		}
		&.slick-prev:before{
			transform: scale(-1, 1);
		}
	}
	.slick-dots{
		position: relative;
		display: grid;
		align-items: center;
		&:has(li:only-child){
			display: none;
		}
		&:before{
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			height: 1px;
			background: var(--color-border);
			border-radius: 1px;
			z-index: -1;
			transform: translateY(-50%);
		}
		& li{
			display: contents;
		}
		& button{
			all: unset;
			box-sizing: border-box;
			cursor: pointer;
			grid-row: 1;
			width: 100%;
			height: 2px;
			background: var(--color-theme-point);
			border-radius: 1px;
			font-size: 0;
			overflow: hidden;
			opacity: 0;
			.slick-active &{
				opacity: 1;
			}
		}
	}
}

#planning{
	display: grid;
	grid-template-columns: calc((100dvw - var(--wrap)) / 2) 1fr clamp(24px, calc(80 / 1200 * 100vw), 80px) auto calc((100dvw - var(--wrap)) / 2);
	grid-row-gap: clamp(32px, calc(48 / 1200 * 100vw), 48px);
	margin-top: clamp(64px, calc(96 / 1200 * 100vw), 96px);
	& h2{
		grid-column: 4;
		justify-self: end;
		display: grid;
		font-size: clamp(24px, calc(32 / 768 * 100vw), 32px);
		font-family: var(--font-title);
		letter-spacing: 0.2em;
		writing-mode: vertical-rl;
		&:before{
			content: attr(data-caption);
			color: var(--color-theme-point);
			font-size: clamp(14px, calc(16 / 768 * 100vw), 16px);
			font-family: var(--font-en);
		}
	}
	#planningList{
		grid-column: 2;
		grid-row: 1;
	}
	@media (max-width: 767.98px) {
		#planningLink{
			grid-column: 2 / 5;
			grid-row: 2;
			justify-self: center;
			min-width: clamp(160px, calc(200 / 768 * 100vw), 200px);
		}
	}
	@media (min-width: 768px) {
		grid-template-rows: 1fr auto;
		#planningList{
			grid-row: 1 / 3;
		}
		#planningLink{
			grid-column: 4;
		}
	}
}

#planningList{
	& section{
		position: relative;
		display: grid;
		grid-template-rows: 1fr auto;
		background: linear-gradient(0deg, rgba(0, 0, 0, 1), transparent calc(100% - 80%));
		&:not(:has(img)):before{
			content: "";
			grid-column: 1;
			grid-row: 1 / 3;
			aspect-ratio: 2 / 3;
			background: var(--dummy);
			z-index: -1;
		}
		&:nth-child(n+2){
			display: none;
		}
	}
	& h3{
		grid-column: 1;
		grid-row: 2;
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 8px;
		padding: 16px 8px;
		color: #fff;
		font-family: var(--font-min);
		text-align: center;
		@media (min-width: 1200px) {
			font-size: 18px;
		}
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			transition: transform 0.2s ease-out;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5.5 3 10.5 8 5.5 13"/></svg>') no-repeat center / contain;
		}
		section:hover &:after{
			transform: translateX(4px);
		}
	}
	& h3+div{
		display: contents;
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
	& figure{
		grid-column: 1;
		grid-row: 1 / 3;
		z-index: -1;
		& img{
			aspect-ratio: 2 / 3;
			object-fit: cover;
		}
	}
	.slide{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
		grid-gap: clamp(24px, calc(56 / 1200 * 100vw), 56px);
	}
	.slick-slider{
		display: grid;
		grid-template-columns: auto min(calc(100% - 80px), 200px) 1fr;
		grid-gap: clamp(24px, calc(40 / 1200 * 100vw), 40px) 16px;
		.slick-list{
			grid-column: 1 / 4;
			grid-row: 1;
			justify-self: end;
		}
		.slick-arrow{
			grid-row: 2;
		}
		.slick-prev{
			grid-column: 1;
			justify-self: end;
		}
		.slick-next{
			grid-column: 3;
		}
		.slick-dots{
			grid-column: 2;
			grid-row: 2;
		}
	}
	.slick-list{
		width: calc(100% + 24px);
		padding-left: 24px;
		@media (min-width: 1200px) {
			width: calc(100% + 319px);
			padding-left: 319px;
		}
	}
	.slick-track{
		margin: 0;
	}
	.slick-slide{
		margin-left: 24px;
		@media (min-width: 576px) {
			margin-left: 8px;
		}
	}
	.slick-arrow{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		aspect-ratio: 1;
		width: 24px;
		color: #333;
		font-size: 0;
		z-index: 1;
		&:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="6.5 1 17.5 12 6.5 23"/></svg>') no-repeat center / contain;
		}
		&.slick-prev:before{
			transform: scale(-1, 1);
		}
	}
	.slick-dots{
		position: relative;
		display: grid;
		align-items: center;
		&:has(li:only-child){
			display: none;
		}
		&:before{
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			height: 1px;
			background: var(--color-border);
			border-radius: 1px;
			z-index: -1;
			transform: translateY(-50%);
		}
		& li{
			display: contents;
		}
		& button{
			all: unset;
			box-sizing: border-box;
			cursor: pointer;
			grid-row: 1;
			width: 100%;
			height: 2px;
			background: var(--color-theme-point);
			border-radius: 1px;
			font-size: 0;
			overflow: hidden;
			opacity: 0;
			.slick-active &{
				opacity: 1;
			}
		}
	}
}

#planningLink{
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		grid-gap: 8px 16px;
		color: inherit;
		font-family: var(--font-min);
		text-decoration: none;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			transition: transform 0.2s ease-out;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5.5 3 10.5 8 5.5 13"/></svg>') no-repeat center / contain;
		}
		&:hover:after{
			transform: translateX(4px);
		}
		@media (max-width: 767.98px) {
			min-height: 48px;
			padding: 4px 0;
			border-bottom: 1px solid currentColor;
		}
		@media (min-width: 768px) {
			min-width: 48px;
			border-right: 1px solid currentColor;
			writing-mode: vertical-rl;
		}
	}
}

#contents{
	position: relative;
	margin-top: clamp(64px, calc(96 / 1200 * 100vw), 96px);
	&:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 100%;
		width: 100%;
		height: 320px;
		background: linear-gradient(0deg, #897750, transparent);
		opacity: 0.25;
		z-index: -1;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 80" style="fill: none; stroke: black;"><polyline points="0 20 70 60"/><polyline points="70 20 0 60"/><polyline points="0 20 35 0 70 20"/><polyline points="70 60 35 80 0 60"/><polyline points="0 0 0 80"/><polyline points="35 0 35 80"/><polyline points="70 0 70 80"/></svg>') center bottom / 70px 80px, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 10 10"><rect width="10" height="10"/></svg>') repeat-x center bottom / 1px 1px;
	}
	& h2{
		display: none;
	}
}

#contentsList{
	& section{
		justify-self: center;
		display: grid;
		width: min(100%, 1600px);
		@media (max-width: 991.98px) {
			grid-template-columns: 0 auto 1fr 0;
			grid-gap: clamp(32px, calc(40 / 768 * 100vw), 40px) clamp(24px, calc(40 / 768 * 100vw), 40px);
			margin-bottom: clamp(40px, calc(64 / 768 * 100vw), 64px);
		}
		@media (min-width: 992px) {
			grid-template-rows: 0 1fr 0;
			grid-gap: clamp(72px, calc(80 / 1200 * 100vw), 80px) clamp(56px, calc(64 / 1200 * 100vw), 64px);
			&:nth-of-type(odd){
				grid-template-columns: 0 auto 1fr 50%;
				& h3{
					grid-column: 2;
				}
				& h3+div{
					grid-column: 3;
				}
				& figure{
					grid-column: 4;
				}
			}
			&:nth-of-type(even){
				grid-template-columns: 50% auto 1fr 0;
				& h3{
					grid-column: 2;
				}
				& h3+div{
					grid-column: 3;
				}
				& figure{
					grid-column: 1;
				}
			}
			& h3{
				grid-row: 2;
			}
			& h3+div{
				grid-row: 2;
			}
			& figure{
				grid-row: 1 / 4;
			}
		}
	}
	& h3{
		grid-column: 2;
		display: flex;
		& a{
			display: grid;
			grid-template-columns: 1fr auto;
			align-items: center;
			column-gap: 24px;
			padding-right: 16px;
			border-right: 1px solid currentColor;
			color: inherit;
			font-size: clamp(20px, calc(28 / 768 * 100vw), 28px);
			font-family: var(--font-min);
			letter-spacing: 0.2em;
			writing-mode: vertical-rl;
			text-decoration: none;
			&:after{
				content: "";
				aspect-ratio: 1;
				width: 16px;
				margin-right: -0.15em;
				background: currentColor;
				transition: transform 0.2s ease-out;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5 1 12 8 5 15"/></svg>') no-repeat center / contain;
			}
			&:hover:after{
				transform: translateX(4px);
			}
		}
	}
	& h3+div{
		grid-column: 3;
		display: grid;
		grid-template-rows: 1fr auto;
		grid-row-gap: clamp(32px, calc(40 / 768 * 100vw), 40px);
	}
	& p{
		font-size: clamp(12px, calc(16 / 768 * 100vw), 16px);
	}
	& ul{
		display: grid;
		grid-row-gap: 16px;
	}
	& li{
		& a{
			display: grid;
			grid-template-columns: 14px 1fr;
			column-gap: 8px;
			color: inherit;
			font-size: clamp(14px, calc(18 / 768 * 100vw), 18px);
			font-family: var(--font-min);
			text-decoration: none;
			&:before{
				content: "";
				margin-top: 0.825em;
				border-top: 1px solid currentColor;
				transition: transform 0.2s ease-out;
			}
			&:hover:before{
				transform: translateX(4px);
			}
		}
	}
	& figure{
		grid-column: 1 / 5;
		grid-row: 1;
		position: relative;
		&:before{
			content: "";
			display: block;
			aspect-ratio: 3 / 2;
			width: 100%;
		}
		& img{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
}

#contentsOthers{
	position: relative;
	display: grid;
	grid-template-columns: 1fr var(--wrap) 1fr;
	padding: clamp(64px, calc(96 / 1200 * 100vw), 96px) 0;
	&:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--color-theme-point);
		opacity: 0.25;
		z-index: -1;
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 80" style="fill: none; stroke: black;"><polyline points="0 20 70 60"/><polyline points="70 20 0 60"/><polyline points="0 20 35 0 70 20"/><polyline points="70 60 35 80 0 60"/><polyline points="0 0 0 80"/><polyline points="35 0 35 80"/><polyline points="70 0 70 80"/></svg>') center bottom / 70px 80px, url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 10 10"><rect width="10" height="10"/></svg>') repeat-x center top / 1px 1px;
	}
	&>*{
		grid-column: 2;
	}
	& h3{
		display: none;
	}
	& h3+div{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: clamp(24px, calc(56 / 1200 * 100vw), 56px);
		@media (min-width: 992px) {
			grid-template-columns: repeat(3, 1fr);
		}
	}
	& dl{
		position: relative;
		display: grid;
		grid-template-rows: auto 1fr;
		background: #fff;
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 3 / 2;
			background: var(--dummy);
		}
	}
	& dt{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 0.5em;
		min-height: clamp(48px, calc(64 / 768 * 100vw), 64px);
		padding: 8px 8px 8px clamp(8px, calc(16 / 768 * 100vw), 16px);
		border-bottom: 1px solid currentColor;
		font-size: clamp(12px, calc(18 / 768 * 100vw), 18px);
		font-family: var(--font-min);
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			transition: transform 0.2s ease-out;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5.5 3 10.5 8 5.5 13"/></svg>') no-repeat center / contain;
		}
		dl:hover &:after{
			transform: translateX(4px);
		}
	}
	& dd{
		&:has(img){
			order: -1;
		}
		&:has(a){
			display: contents;
		}
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
		}
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
}

#topics{
	display: grid;
	grid-row-gap: clamp(32px, calc(48 / 1200 * 100vw), 48px);
	padding: clamp(64px, calc(96 / 1200 * 100vw), 96px) 0;
	background: #e7e4dc;
	@media (max-width: 767.98px) {
		grid-template-columns: 1fr var(--wrap) 1fr;
		&>*{
			grid-column: 2;
		}
		#topicsLink{
			justify-self: center;
			min-width: clamp(160px, calc(200 / 768 * 100vw), 200px);
		}
	}
	@media (min-width: 768px) {
		grid-template-columns: calc((100% - var(--wrap)) / 2) auto clamp(24px, calc(80 / 1200 * 100vw), 80px) 1fr calc((100% - var(--wrap)) / 2);
		grid-template-rows: auto 1fr;
		& h2{
			grid-column: 2;
			grid-row: 1 / 3;
			justify-self: start;
		}
		#topicsTab,
		#topicsList{
			grid-column: 4;
		}
		#topicsLink{
			grid-column: 2;
		}
		#topicsList{
			grid-row: 2 / 4;
		}
	}
	& h2{
		justify-self: center;
		display: grid;
		font-size: clamp(24px, calc(32 / 768 * 100vw), 32px);
		font-family: var(--font-title);
		letter-spacing: 0.2em;
		writing-mode: vertical-rl;
		&:before{
			content: attr(data-caption);
			color: var(--color-theme-point);
			font-size: clamp(14px, calc(16 / 768 * 100vw), 16px);
			font-family: var(--font-en);
		}
	}
}

#topicsTab{
	& ul{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 8px;
		@media (max-width: 767.98px) {
			justify-content: center;
		}
	}
	& li{
		cursor: pointer;
		display: grid;
		align-items: center;
		min-height: clamp(24px, calc(24 / 768 * 100vw), 32px);
		padding: 0 8px;
		background: #f2f2f2;
		border-radius: 4px;
		font-size: clamp(12px, calc(14 / 768 * 100vw), 14px);
		font-family: var(--font-min);
		&.select{
			background: var(--color-theme-point);
			color: #fff;
		}
	}
}

#topicsList{
	display: grid;
	align-content: start;
	margin-top: -16px;
	@media (min-width: 768px) {
		margin-top: calc(0px - clamp(16px, calc(24 / 1200 * 100vw), 24px));
	}
	& article{
		&:not(.select){
			visibility: hidden;
		}
	}
	& h2{
		display: none;
	}
	& section{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		grid-gap: 8px 16px;
		padding: clamp(16px, calc(24 / 1200 * 100vw), 24px) 0;
		border-bottom: 1px solid currentColor;
		&:has(a){
			padding-right: 24px;
		}
	}
	& h3{
		order: 1;
		width: 100%;
		font-family: var(--font-min);
	}
	& h3+div{
		display: contents;
		& time,
		& ul{
			font-size: clamp(12px, calc(16 / 768 * 100vw), 16px);
		}
		& ul{
			display: contents;
			&:before{
				content: "";
				height: 1em;
				border-left: 1px solid currentColor;
				transform: translateY(0.325em);
			}
		}
		& a{
			position: absolute;
			top: 0;
			left: 0;
			display: grid;
			grid-template-columns: 1fr auto;
			align-items: center;
			width: 100%;
			height: 100%;
			color: inherit;
			font-size: 0;
			overflow: hidden;
			&:after{
				content: "";
				aspect-ratio: 1;
				width: 16px;
				background: currentColor;
				transition: transform 0.2s ease-out;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5.5 3 10.5 8 5.5 13"/></svg>') no-repeat center / contain;
			}
			&:hover:after{
				transform: translateX(4px);
			}
		}
	}
}

#topicsLink{
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		grid-gap: 8px 16px;
		color: inherit;
		font-family: var(--font-min);
		text-decoration: none;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			transition: transform 0.2s ease-out;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5.5 3 10.5 8 5.5 13"/></svg>') no-repeat center / contain;
		}
		&:hover:after{
			transform: translateX(4px);
		}
		@media (max-width: 767.98px) {
			min-height: 48px;
			padding: 4px 0;
			border-bottom: 1px solid currentColor;
		}
		@media (min-width: 768px) {
			min-width: 48px;
			border-right: 1px solid currentColor;
			writing-mode: vertical-rl;
		}
	}
}

#access{
	display: grid;
	grid-row-gap: clamp(32px, calc(48 / 1200 * 100vw), 48px);
	margin-top: clamp(48px, calc(96 / 1200 * 100vw), 96px);
	@media (max-width: 767.98px) {
		grid-template-columns: 1fr var(--wrap) 1fr;
		&>*{
			grid-column: 2;
		}
		#accessLink{
			justify-self: center;
			min-width: clamp(160px, calc(200 / 768 * 100vw), 200px);
		}
		#accessMap{
			grid-column: 1 / 4;
			margin-top: 16px;
		}
	}
	@media (min-width: 768px) {
		grid-template-columns: calc((100dvw - var(--wrap)) / 2) 1fr clamp(24px, calc(80 / 1200 * 100vw), 80px) auto calc((100dvw - var(--wrap)) / 2);
		& h2{
			grid-column: 4;
			grid-row: 1 / 3;
		}
		#accessList{
			grid-column: 2;
		}
		#accessLink{
			grid-column: 2;
			justify-self: end;
		}
		#accessMap{
			grid-column: 1 / 6;
		}
	}
	& h2{
		justify-self: center;
		display: grid;
		font-size: clamp(24px, calc(32 / 768 * 100vw), 32px);
		font-family: var(--font-title);
		letter-spacing: 0.2em;
		writing-mode: vertical-rl;
		&:before{
			content: attr(data-caption);
			color: var(--color-theme-point);
			font-size: clamp(14px, calc(16 / 768 * 100vw), 16px);
			font-family: var(--font-en);
		}
		@media (min-width: 992px) {
			justify-self: start;
		}
	}
	#accessMap{
		justify-self: center;
		width: min(100%, 1600px);
	}
}

#accessList{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
	grid-gap: clamp(24px, calc(56 / 1200 * 100vw), 56px);
	& section{
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: clamp(8px, calc(24 / 1200 * 100vw), 24px);
		padding: clamp(8px, calc(24 / 1200 * 100vw), 24px);
		background: #fff;
		border-radius: 4px;
		filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 80px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"></svg>') no-repeat center / contain;
		}
		&:nth-child(1):before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><path d="M62.5,60.5c0,.55-.45,1-1,1H18.5c-.55,0-1-.45-1-1v-10.5c0-.55.32-1.32.71-1.71l.59-.59c.39-.39.79-1.15.89-1.69l3.63-19.53c.1-.54.63-.98,1.18-.98h31c.55,0,1.08.44,1.18.98l3.63,19.53c.1.54.5,1.3.89,1.69l.59.59c.39.39.71,1.16.71,1.71v10.5Z"/><path d="M59.5,64v4.5c0,.55-.45,1-1,1h-4c-.55,0-1-.45-1-1v-4.5"/><path d="M26.5,64v4.5c0,.55-.45,1-1,1h-4c-.55,0-1-.45-1-1v-4.5"/><line x1="22" y1="46.5" x2="58" y2="46.5"/><rect x="35.5" y="54.5" width="9" height="4"/><path d="M62,42.5l6.51-.87c.55-.07.89.31.76.84l-.72,3.05c-.13.54-.68.97-1.23.97h-4.32"/><path d="M18,42.5l-6.51-.87c-.55-.07-.89.31-.76.84l.72,3.05c.13.54.68.97,1.23.97h4.32"/><path d="M20,52.5h5.22c.55,0,1.15.42,1.34.94l1.11,3.12c.18.52-.11.94-.66.94h-7"/><path d="M60,52.5h-5.22c-.55,0-1.15.42-1.34.94l-1.11,3.12c-.18.52.11.94.66.94h7"/><line x1="26" y1="28.5" x2="54" y2="28.5"/></svg>');
		}
		&:nth-child(2):before{
			-webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><rect x="18.5" y="13.5" width="43" height="48" rx="1" ry="1"/><line x1="21" y1="47.5" x2="59" y2="47.5"/><path d="M59.5,64v4.5c0,.55-.45,1-1,1h-5c-.55,0-1-.45-1-1v-4.5"/><path d="M27.5,64v4.5c0,.55-.45,1-1,1h-5c-.55,0-1-.45-1-1v-4.5"/><circle cx="24.5" cy="54.5" r="2"/><circle cx="55.5" cy="54.5" r="2"/><line x1="21" y1="16.5" x2="59" y2="16.5"/><rect x="35.5" y="54.5" width="9" height="4"/><path d="M64,44.5h.5c.27,0,.7-.4.95-.89l.11-.21c.25-.49.9-.89,1.45-.89h3.5c.55,0,1,.45,1,1v3c0,.55-.45,1-1,1h-6.5"/><path d="M16,44.5h-.5c-.27,0-.7-.4-.95-.89l-.11-.21c-.25-.49-.9-.89-1.45-.89h-3.5c-.55,0-1,.45-1,1v3c0,.55.45,1,1,1h6.5"/></svg>');
		}
		& h3{
			display: none;
		}
		& h3+div{
			font-size: clamp(12px, calc(16 / 768 * 100vw), 16px);
			word-break: keep-all;
			overflow-wrap: anywhere;
		}
	}
}

#accessLink{
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 1em;
		min-height: 48px;
		padding: 4px 0;
		border-bottom: 1px solid currentColor;
		color: inherit;
		font-family: var(--font-min);
		text-decoration: none;
		text-decoration: none;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: currentColor;
			transition: transform 0.2s ease-out;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><polyline points="5.5 3 10.5 8 5.5 13"/></svg>') no-repeat center / contain;
		}
		&:hover:after{
			transform: translateX(4px);
		}
	}

}

#accessMap{
	iframe{
		width: 100%;
		height: min(75dvh, 640px);
		@media (min-width: 1200px) {
		}
	}
}







