/* CSS Document */

#main{
	margin-bottom: clamp(64px, calc(128 / 1200 * 100dvw), 128px);
}

#detail{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	overflow: hidden;
}

#title{
	display: grid;
	&:not(:has(#photo)){
		margin-top: clamp(24px, calc(48 / 1200 * 100dvw), 48px);
	}
	&:has(#photo){
		position: relative;
		& h2{
			justify-self: center;
			width: min(100%, 1020px);
			margin-top: -1em;
			z-index: 1;
		}
		#photo{
			&:after{
				content: "";
				position: absolute;
				left: 50%;
				width: clamp(375px, 100dvw, 1140px);
				height: 100%;
				background: #fff;
				pointer-events: none;
				transform: translateX(-50%);
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1140 96"><path d="M0,96c5.73-21.1,20.02-41.19,40.3-57.19C61.75,21.89,90.14,9.42,121.07,3.18c34.29-6.91,73.61-.85,108.27,2.21,89.45,7.89,179.54,23.33,269.23,18.16,101.74-5.86,205.55-34.85,304.29-12.22,24.86,5.7,49.27,13.94,74.88,15.45,29.63,1.75,56.82-5.84,84.2-12.58,25.78-6.34,52.18-11.97,79.63-11.97,87.21,0,98.42,76.29,98.42,93.77H0Z"/></svg>') no-repeat center bottom / 100% auto;
			}
		}
	}
	& h2{
		font-weight: 700;
		font-size: clamp(24px, calc(32 / 768 * 100dvw), 32px);
	}
	& h2+div{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(32px, calc(56 / 1200 * 100dvw), 56px);
	}
	#photo{
		grid-column: 1;
		grid-row: 1;
	}
	#date{
		margin: 16px;
	}
	#profile{
		justify-self: center;
		width: min(100%, 720px);
		margin-top: clamp(24px, calc(48 / 1200 * 100dvw), 48px);
	}
	#outline{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(24px, calc(48 / 1200 * 100dvw), 48px);
		background: #fff;
	}
}

#photo{
	position: relative;
	height: min(50dvw, 500px);
	& img{
		position: absolute;
		top: 0;
		left: 50%;
		width: max(375px, 100dvw);
		max-width: unset;
		height: 100%;
		object-fit: cover;
		transform: translateX(-50%);
	}
}

#outline{
	border: 2px solid currentColor;
	border-radius: 16px;
	overflow: hidden;
	[lsc-lb="List"]{
		display: none;
	}
	& h3{
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: 0.5em;
		margin-inline: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		margin-block-start: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		font-weight: 500;
		font-size: clamp(16px, calc(20 / 768 * 100dvw), 20px);
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			background: var(--color-theme-sub);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13,11h3v-3h-3v3ZM15,0H1C.45,0,0,.45,0,1v14c0,.55.45,1,1,1h10c.55,0,1-.45,1-1V3h3c.55,0,1-.45,1-1v-1c0-.55-.45-1-1-1ZM13,15h3v-3h-3v3ZM13,7h3v-3h-3v3Z"/></svg>') no-repeat center / contain;
		}
	}
	& details{
		display: grid;
		margin-top: 16px;
		&::details-content{
			all: unset;
		}
		& summary{
			order: 1;
			margin-top: 16px;
		}
		&:not(:has(li:nth-child(6))) summary{
			display: none;
		}
		&:not([open]) li:nth-child(n+6){
			display: none;
		}
	}
	& summary{
		display: grid;
		grid-template-columns: auto auto;
		justify-content: center;
		align-items: center;
		column-gap: 1em;
		padding: 0.25em 1em;
		background: #f7f4be;
		font-size: 14px;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 12px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" style="fill: none; stroke: black;"><polyline points="11 3.5 6 8.5 1 3.5"/></svg>') no-repeat center / contain;
		}
		[open] &:after{
			transform: scale(1, -1);
		}
	}
	& summary+div{
		margin-inline: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	& ul{
		display: grid;
		grid-row-gap: 8px;
		&:not(:has(li:nth-child(6))){
			padding-bottom: 16px;
		}
		& span{
			display: grid;
			grid-row-gap: 8px;
		}
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 0.5em;
		color: inherit;
		font-weight: 700;
		text-decoration: none;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 8px;
			background: var(--color-theme-sub);
			transform: translateY(calc(0.875em - 50%));
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><polyline points="0 8 0 0 4 4 0 8"/></svg>') no-repeat center / contain;
		}
	}
}

#article{
	display: grid;
	& section{
		display: grid;
	}
	.title{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(64px, calc(120 / 1200 * 100dvw), 120px);
	}
	.photo{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	.text{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	.columnLeft,
	.columnRight{
		justify-self: center;
		width: min(100%, 940px);
		div+&{
			margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		}
		.fr-view{
			margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		}
	}
	.columnPhoto{
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	.article{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	.comment{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	.movie{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	}
	.map{
		margin-top: clamp(24px, calc(40 / 1200 * 100dvw), 40px);
	}
	.documents{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(32px, calc(56 / 1200 * 100dvw), 56px);
	}
	.column{
		margin-top: clamp(32px, calc(56 / 1200 * 100dvw), 56px);
	}
	.links{
		justify-self: center;
		width: min(100%, 940px);
		margin-top: clamp(32px, calc(56 / 1200 * 100dvw), 56px);
	}
	[lsc-lt="List"]{
		display: none;
	}
}

#share{
	display: grid;
	justify-content: center;
	margin-top: clamp(24px, calc(56 / 1200 * 100dvw), 56px);
	& h3{
		grid-column: 1;
		grid-row: 1 / 3;
		justify-self: center;
		padding: 0 1em;
		background: #fff;
		font-weight: 700;
		letter-spacing: 0.025em;
		text-transform: uppercase;
		z-index: 1;
	}
	& h3+div{
		grid-column: 1;
		grid-row: 2 / 5;
		padding: 16px;
		border: 1px solid currentColor;
		border-radius: 16px;
	}
	& ul{
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 16px;
		margin-top: 4px;
	}
	& li{
		display: contents;
	}
	& a{
		display: block;
		aspect-ratio: 1;
		width: 24px;
		color: inherit;
		font-size: 0;
		&[href*="line.me"]{
			background: currentColor url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="white"><path d="M48,20.61c0-10.74-10.77-19.48-24-19.48S0,9.87,0,20.61c0,9.63,8.54,17.69,20.07,19.22.78.17,1.85.52,2.11,1.18.24.61.16,1.56.08,2.17,0,0-.28,1.69-.34,2.05-.1.61-.48,2.37,2.08,1.29,2.56-1.08,13.82-8.14,18.86-13.93h0c3.48-3.81,5.14-7.69,5.14-11.98ZM15.53,26.35c0,.25-.21.46-.46.46h-6.74c-.25,0-.46-.21-.46-.46h0v-10.47c0-.25.21-.46.46-.46h1.7c.25,0,.46.21.46.46v8.31h4.58c.25,0,.46.21.46.46v1.7ZM19.59,26.35c0,.25-.21.46-.46.46h-1.7c-.25,0-.46-.21-.46-.46v-10.47c0-.25.21-.46.46-.46h1.7c.25,0,.46.21.46.46v10.47ZM31.18,26.35c0,.25-.21.46-.46.46h-1.69s-.08,0-.12-.02c0,0,0,0,0,0-.01,0-.02,0-.03-.01,0,0,0,0-.01,0,0,0-.02,0-.02,0s-.01,0-.02-.01c0,0,0,0-.01,0,0,0-.02-.01-.03-.02,0,0,0,0,0,0-.04-.03-.09-.07-.12-.12l-4.8-6.48v6.22c0,.25-.21.46-.46.46h-1.7c-.25,0-.46-.21-.46-.46v-10.47c0-.25.21-.46.46-.46h1.69s.01,0,.02,0c0,0,.02,0,.02,0,0,0,.02,0,.02,0,0,0,.01,0,.02,0,0,0,.02,0,.03,0,0,0,.01,0,.02,0,0,0,.02,0,.03,0,0,0,0,0,.01,0,0,0,.02,0,.03.01,0,0,0,0,.01,0,0,0,.02,0,.03.01,0,0,0,0,.01,0,0,0,.02.01.02.02,0,0,0,0,.01,0,0,0,.02.01.02.02,0,0,0,0,0,0,0,0,.02.02.03.03,0,0,0,0,0,0,.01.02.03.03.04.05l4.79,6.47v-6.22c0-.25.21-.46.46-.46h1.7c.25,0,.46.21.46.46v10.47ZM40.47,17.58c0,.25-.21.46-.46.46h-4.58v1.77h4.58c.25,0,.46.21.46.46v1.7c0,.25-.21.46-.46.46h-4.58v1.77h4.58c.25,0,.46.21.46.46v1.7c0,.25-.21.46-.46.46h-6.74c-.25,0-.46-.21-.46-.46h0v-10.46h0c0-.26.21-.47.46-.47h6.74c.25,0,.46.21.46.46v1.7Z"/></svg>') no-repeat center / 60%;
			border-radius: 100%;
		}
		&[href*="x.com"]{
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="black"><path d="M28.47,20.32L45.95,0h-4.14l-15.18,17.65L14.5,0H.52l18.34,26.69L.52,48h4.14l16.03-18.64,12.81,18.64h13.99l-19.02-27.68h0ZM22.79,26.92l-1.86-2.66L6.15,3.12h6.36l11.93,17.06,1.86,2.66,15.51,22.18h-6.36l-12.65-18.1h0Z"/></svg>') no-repeat center / contain;
		}
		&[href*="facebook.com"]{
			background: currentColor url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="white"><path d="M27.83,48v-16.82c1.62,0,5.65-.12,5.65-.12l.91-6.81h-6.55s.04-3.63.04-5.55c.15-1.59,1.17-2.41,2.7-2.56,1.17-.1,3.93-.27,3.93-.27v-6.19s-6.22-.67-9.12.51c-3.46,1.41-4.9,4.26-5.08,7.84-.09,1.72-.02,3.46-.03,5.2v.99c-1.72,0-4.98-.02-4.98-.02h-1.14l.03,6.99h6.06v16.81h7.57Z"/></svg>') no-repeat center / 100%;
			border-radius: 100%;
		}
	}
}

#recommend{
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	margin-top: clamp(64px, calc(128 / 1200 * 100dvw), 128px);
	overflow: hidden;
	& h2{
		position: relative;
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 0.25em;
		padding-bottom: 16px;
		color: inherit;
		font-weight: 700;
		font-size: clamp(18px, calc(28 / 768 * 100dvw), 28px);
		word-break: keep-all;
		overflow-wrap: anywhere;
		&:before{
			content: "";
			aspect-ratio: 1;
			width: 18px;
			border: 5px solid var(--color-theme-sub);
			border-radius: 100%;
			transform: translateY(calc(0.875em - 50%));
		}
		&:after{
			content: "";
			position: absolute;
			right: 0;
			bottom: 0;
			width: 100dvw;
			border-bottom: 1px dashed currentColor;
		}
	}
	& h2+div{
		display: grid;
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		&:not(.slick-initialized){
			grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 24px), 248px), 1fr));
			grid-gap: clamp(24px, calc(32 / 1200 * 100dvw), 32px) 20px;
		}
	}
	& section{
		position: relative;
		display: grid;
		align-content: start;
		grid-row-gap: 8px;
		&:not(:has(img)):before{
			content: "";
			aspect-ratio: 1;
			background: var(--dummy);
			border-radius: 16px;
		}
	}
	& h3{
		font-weight: 700;
	}
	& h3+div{
		display: contents;
		& a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
		}
	}
	& figure{
		order: -1;
		& img{
			aspect-ratio: 1;
			object-fit: cover;
			border-radius: 16px;
		}
	}
	.slide{
		display: grid;
		&:not(.slick-initialized){
			grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 24px), 248px), 1fr));
			grid-gap: clamp(24px, calc(32 / 1200 * 100dvw), 32px) 16px;
		}
	}
	.slick-slider{
		grid-template-columns: auto 1fr auto;
		align-items: center;
		@media (min-width: 1200px) {
			grid-template-columns: 0 1fr 0;
			.slick-list{
				margin: 0 calc(0px - clamp(4px, calc(10 / 1200 * 100dvw), 10px));
			}
		}
		&:before{
			content: "";
			grid-column: 2;
			grid-row: 1;
			aspect-ratio: 1;
			width: calc(100% - clamp(8px, calc(20 / 1200 * 100dvw), 20px));
			margin: 0 clamp(4px, calc(10 / 1200 * 100dvw), 10px);
			visibility: hidden;
		}
		@media (min-width: 576px) {
			&:before{
				width: calc(50% - clamp(8px, calc(20 / 1200 * 100dvw), 20px));
			}
		}
		@media (min-width: 992px) {
			&:before{
				width: calc(33.33% - clamp(8px, calc(20 / 1200 * 100dvw), 20px));
			}
		}
		@media (min-width: 1200px) {
			&:before{
				width: calc((100% - (clamp(8px, calc(20 / 1200 * 100dvw), 20px) * 3)) / 4);
			}
		}
	}
	.slick-list{
		grid-column: 2;
		grid-row: 1 / 3;
		@media (max-width: 1199.98px) {
			overflow: visible;
		}
	}
	.slick-slide{
		margin: 0 clamp(4px, calc(10 / 1200 * 100dvw), 10px);
	}
	.slick-arrow{
		justify-self: center;
	}
}

#terms{
	display: grid;
	margin-bottom: clamp(24px, calc(40 / 1200 * 100dvw), 40px);
	& h2{
		display: grid;
		grid-template-columns: var(--wrap);
		justify-content: center;
		padding: 24px 0;
		background: var(--color-theme-sub);
		color: #fff;
		font-weight: 700;
		font-size: clamp(28px, calc(36 / 768 * 100dvw), 36px);
		letter-spacing: 0.05em;
		text-align: center;
	}
	& h2+div{
		justify-self: center;
		width: var(--wrap);
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		font-weight: 500;
	}
	& h2+div+div{
		justify-self: center;
		display: flex;
		justify-content: center;
		width: var(--wrap);
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		& a{
			display: grid;
			align-items: center;
			min-width: min(100%, 320px);
			min-height: 48px;
			padding: 0.25em 1em;
			background: var(--color-theme);
			border-radius: 24px;
			color: inherit;
			font-weight: 700;
			letter-spacing: 0.05em;
			text-align: center;
			text-decoration: none;
		}
	}
	#tab{
		margin-top: clamp(48px, calc(64 / 1200 * 100dvw), 64px);
	}
}

#tab{
	position: relative;
	display: grid;
	grid-template-columns: var(--wrap);
	justify-content: center;
	&:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		border-bottom: 2px solid currentColor;
	}
	& ul{
		display: grid;
		column-gap: clamp(8px, calc(16 / 1200 * 100dvw), 16px);
		& a{
			grid-row: 1;
		}
		@media (min-width: 768px) {
			grid-template-columns: repeat(2, 1fr);
		}
	}
	& li{
		display: contents;
		&.select{
			pointer-events: none;
		}
	}
	& a{
		position: relative;
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: 0.5em;
		min-height: 64px;
		padding: 0.25em 1em;
		background: var(--color);
		border: solid var(--color);
		border-width: 2px 2px 0 2px;
		border-radius: 16px 16px 0 0;
		color: #fff;
		font-weight: 700;
		font-size: clamp(14px, calc(18 / 768 * 100dvw), 18px);
		letter-spacing: 0.05em;
		text-align: center;
		text-decoration: none;
		word-break: keep-all;
		overflow-wrap: anywhere;
		&:before{
			content: "";
			aspect-ratio: 1;
			height: 8px;
			background: var(--color-theme-sub);
			border-radius: 4px;
		}
		.select &{
			background: #fff;
			color: var(--color);
		}
	}
}

.fr-view{
	font-weight: 500;
}

.title{
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.25em;
	padding-bottom: 16px;
	color: inherit;
	font-weight: 700;
	font-size: clamp(18px, calc(28 / 768 * 100dvw), 28px);
	&:before{
		content: "";
		aspect-ratio: 1;
		width: 18px;
		border: 5px solid var(--color-theme-sub);
		border-radius: 100%;
		transform: translateY(calc(0.875em - 50%));
	}
	&:after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100dvw;
		border-bottom: 1px dashed currentColor;
	}
	&:empty{
		display: none;
	}
}

.photo{
	display: grid;
	&:not(.slick-slider){
		& dl{
			grid-column: 1;
			grid-row: 1;
			&:nth-child(n+2){
				visibility: hidden;
			}
		}
	}
	& dl{
		display: grid;
		grid-row-gap: 8px;
	}
	& dt{
		order: 1;
		font-weight: 700;
		font-size: clamp(14px, calc(16 / 768 * 100dvw), 16px);
		text-align: center;
		z-index: 1;
		&:empty{
			display: none;
		}
	}
	& dd{
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 16px;
		}
	}
	&.slick-slider{
		align-items: center;
	}
	.slick-list{
		@media (max-width: 1199.98px) {
			overflow: visible;
		}
	}
	.slick-dots{
		height: 56px;
	}
	@media (max-width: 575.98px) {
		&.slick-slider{
			grid-template-columns: 1fr auto 1fr;
			grid-gap: 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;
				justify-self: start;
			}
			.slick-dots{
				grid-column: 2;
				grid-row: 2;
			}
		}
	}
	@media (min-width: 576px) {
		&.slick-slider{
			grid-template-columns: auto 1fr auto;
			column-gap: 8px;
			.slick-list{
				grid-column: 2;
				grid-row: 1;
			}
			.slick-arrow{
				grid-row: 1;
			}
			.slick-prev{
				grid-column: 1;
			}
			.slick-next{
				grid-column: 3;
			}
			.slick-dots{
				grid-column: 1 / 4;
				grid-row: 2;
				align-self: end;
			}
		}
	}
}

.columnLeft,
.columnRight{
	display: grid;
	column-gap: 32px;
	.columnPhoto{
		order: -1;
	}
}

.columnLeft{
	@media (min-width: 576px) {
		grid-template-columns: clamp(320px, calc(448 / 992 * 100dvw), 448px) 1fr;
	}
}

.columnRight{
	@media (min-width: 576px) {
		grid-template-columns: 1fr clamp(320px, calc(448 / 992 * 100dvw), 448px);
		.columnPhoto{
			order: 1;
		}
	}
}

.columnPhoto{
	display: grid;
	& dl{
		display: grid;
		grid-row-gap: 8px;
	}
	& dt{
		order: 1;
		font-weight: 700;
		font-size: clamp(12px, calc(14 / 768 * 100dvw), 14px);
		text-align: center;
		&:empty{
			display: none;
		}
	}
	& dd{
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 16px;
		}
	}
	&:not(.slick-slider){
		& dl{
			grid-column: 1;
			grid-row: 1;
			&:nth-child(n+2){
				visibility: hidden;
			}
		}
	}
	&.slick-slider{
		grid-template-columns: auto 1fr auto;
		align-items: center;
		column-gap: 8px;
		.slick-list{
			grid-column: 2;
			grid-row: 1;
			@media (max-width: 1199.98px) {
				overflow: visible;
			}
		}
		.slick-arrow{
			grid-row: 1;
		}
		.slick-prev{
			grid-column: 1;
		}
		.slick-next{
			grid-column: 3;
		}
		.slick-dots{
			grid-column: 1 / 4;
			grid-row: 2;
			height: 56px;
			align-self: end;
		}
	}
}

.article{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 24px), 200px), 1fr));
	grid-gap: clamp(40px, calc(80 / 1200 * 100dvw), 80px) clamp(24px, calc(56 / 1200 * 100dvw), 56px);
	& dl{
		position: relative;
		display: grid;
		grid-template-rows: auto 1fr;
		grid-row-gap: 8px;
		&:has(img){
			grid-template-rows: auto auto 1fr;
		}
	}
	& dt{
		font-weight: 700;
		font-size: clamp(14px, calc(16 / 768 * 100dvw), 16px);
	}
	& dd{
		font-size: clamp(12px, calc(14 / 768 * 100dvw), 14px);
		&:has(img){
			order: -1;
		}
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 16px;
		}
		&:has(a){
			margin-top: 8px;
		}
		& a{
			display: grid;
			grid-template-columns: 1fr auto;
			align-items: center;
			column-gap: 0.5em;
			min-height: 48px;
			padding: 0.25em 1.5em;
			background: var(--color-theme);
			border-radius: 24px;
			color: inherit;
			font-weight: 700;
			font-size: clamp(12px, calc(14 / 768 * 100dvw), 14px);
			letter-spacing: 0.1em;
			text-align: center;
			text-decoration: none;
			&:after{
				content: "";
				aspect-ratio: 1;
				width: 10px;
				background: currentColor;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><line x1=".5" y1="5" x2="9.5" y2="5"/><polyline points="7 2.5 9.5 5 7 7.5"/></svg>') no-repeat center / contain;
			}
		}
	}
}

.comment{
	display: grid;
	grid-row-gap: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	& dl{
		display: grid;
		grid-template-rows: auto 1fr;
		grid-gap: 4px clamp(24px, calc(40 / 768 * 100dvw), 40px);
		&:not(:has(img)):before{
			content: "";
			justify-self: center;
			aspect-ratio: 1;
			width: min(100%, 80px);
			background: var(--dummy);
			border-radius: 100%;
		}
	}
	& dt{
		font-weight: 500;
		font-size: clamp(12px, calc(14 / 768 * 100dvw), 14px);
		text-align: center;
	}
	& dt+dd{
		position: relative;
		grid-row: 1 / 3;
		align-self: start;
		padding: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		border-radius: 16px;
		font-weight: 500;
		font-size: clamp(14px, calc(16 / 768 * 100dvw), 16px);
		&:before{
			content: "";
			position: absolute;
			top: clamp(32px, calc(40 / 768 * 100dvw), 40px);
			aspect-ratio: 1;
			width: clamp(16px, calc(24 / 768 * 100dvw), 24px);
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="24 24 0 11.2 24 0 24 24"/></svg>') no-repeat center / contain;
		}
	}
	& dd{
		&:has(img){
			justify-self: center;
			width: min(100%, 80px);
		}
		& img{
			aspect-ratio: 1;
			object-fit: cover;
			border-radius: 100%;
		}
	}
}

.commentLeft{
	grid-template-columns: clamp(64px, calc(80 / 768 * 100dvw), 80px) 1fr;
	&:before{
		grid-column: 1;
		grid-row: 1;
	}
	& dt{
		grid-column: 1;
		grid-row: 2;
	}
	& dt+dd{
		background: #f7f4be;
		&:before{
			left: 0;
			background: #f7f4be;
			transform: translate(-100%, -50%);
		}
	}
	& dd:has(img){
		grid-column: 1;
		grid-row: 1;
	}
}

.commentRight{
	grid-template-columns: 1fr clamp(64px, calc(80 / 768 * 100dvw), 80px);
	&:before{
		grid-column: 2;
		grid-row: 1;
	}
	& dt{
		grid-column: 2;
		grid-row: 2;
	}
	& dt+dd{
		background: var(--color-theme);
		&:before{
			left: 100%;
			background: var(--color-theme);
			transform: scale(-1, 1) translateY(-50%);;
		}
	}
	& dd:has(img){
		grid-column: 2;
		grid-row: 1;
	}
}

.movie{
	display: grid;
	grid-row-gap: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
	& iframe{
		order: 1;
		aspect-ratio: 16 / 9;
		width: 100%;
		height: auto;
	}
}

.map{
	display: grid;
	& summary{
		order: 1;
		justify-self: center;
		display: grid;
		align-items: center;
		column-gap: 4px;
		min-width: min(100%, 560px);
		min-height: 48px;
		padding:0.25em 1em;
		background: var(--color-theme);
		border-radius: 24px;
		color: inherit;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.05em;
		text-align: center;
	}
	& summary+div{
		display: grid;
		&:before{
			content: "";
			grid-column: 1;
			grid-row: 1 / 3;
			border: 1px solid #d4d4d4;
			border-radius: 16px;
			pointer-events: none;
			z-index: 1;
		}
		.mapBody{
			grid-column: 1;
			grid-row: 1;
			height: min(75dvw, 500px);
			overflow: hidden;
		}
		.mapList{
			grid-column: 1;
			grid-row: 2;
		}
		.mapText{
			margin-top: 16px;
		}
		@media (max-width: 991.98px) {
			.mapBody{
				border-radius: 16px 16px 0 0;
			}
			.mapList{
				height: 200px;
				border-radius: 0 0 16px 16px;
			}
		}
		@media (min-width: 992px) {
			grid-template-columns: 1fr clamp(280px, calc(368 / 1200 * 100dvw), 368px);
			&:before{
				grid-column: 1 / 3;
				grid-row: 1;
			}
			.mapBody{
				grid-column: 1;
				grid-row: 1;
				border-radius: 16px 0 0 16px;
			}
			.mapList{
				grid-column: 2;
				grid-row: 1;
				height: min(75dvw, 500px);
				border-radius: 0 16px 16px 0;
			}
			.mapText{
				grid-column: 1 / 3;
			}
		}
	}
	.mapText{
		margin: 16px 0 24px 0;
	}
}

.mapBody{
	position: relative;
	background: #e8e8e8;
	[LSC-LT="dummy"] &{
		padding: 16px;
	}
	[id^="gMap"]{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.mapList{
	padding: clamp(24px, calc(32 / 1200 * 100dvw), 32px) 16px;
	overflow-y: auto;
	&:has(menu){
		display: grid;
		grid-template-rows: auto 1fr auto;
		padding: 0;
		& ul{
			padding: 24px 16px;
			overflow-y: auto;
		}
	}
	& ul{
		display: grid;
		grid-row-gap: 16px;
	}
	& li{
		counter-increment: count;
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: 0.5em;
		font-weight: 700;
		&:before{
			content: counter(count);
			align-self: start;
			display: grid;
			align-items: center;
			aspect-ratio: 1;
			width: 32px;
			background: var(--color-theme-sub);
			border-radius: 16px;
			color: #fff;
			text-align: center;
		}
	}
	& menu{
		all: unset;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		height: 28px;
		background: #f7f4be;
		font-size: 0;
		&: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 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"><polyline points="1 11.5 8 4.5 15 11.5"/></svg>') no-repeat center / 16px;
		}
		&.mapListDown:before{
			transform: scale(1, -1);
		}
	}
}

.mapText{
	font-weight: 500;
	font-size: clamp(12px, calc(14 / 768 * 100dvw), 14px);
}

.documents{
	& h4{
		display: none;
	}
	& ul{
		display: grid;
		justify-content: center;
		grid-gap: 16px;
		@media (min-width: 992px) {
			display: flex;
			& a{
				min-width: calc((100% - 32px) / 3);
			}
		}
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 0.5em;
		min-height: 48px;
		padding: 0.25em 1em;
		background: var(--color-theme);
		border-radius: 24px;
		color: inherit;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.05em;
		text-align: center;
		text-decoration: none;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 16px;
			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" style="fill: none; stroke: black; stroke-width: 1.5px;"><polyline points="11.51 6.98 7.9 10.6 4.29 6.98"/><line x1="7.93" y1="1.22" x2="7.93" y2="10.42"/><polyline points="14.5 11.5 14.5 15.5 1.5 15.5 1.5 11.5"/></svg>') no-repeat center / contain;
		}
	}
}

.column{
	position: relative;
	display: grid;
	padding: clamp(24px, calc(32 / 1200 * 100dvw), 32px) clamp(24px, calc(40 / 1200 * 100dvw), 40px);
	border: 2px solid currentColor;
	border-radius: 16px;
	&:before,
	&:after{
		content: "";
		grid-column: 1;
		grid-row: 1;
		margin-bottom: 16px;
	}
	&:before{
		content: "Column";
		display: grid;
		padding-left: 1em;
		color: inherit;
		font-weight: 700;
		font-size: clamp(24px, calc(28 / 768 * 100dvw), 28px);
		line-height: 1;
	}
	&:after{
		aspect-ratio: 1 / 2;
		height: clamp(24px, calc(28 / 768 * 100dvw), 28px);
		background: var(--color-theme-sub);
		transform: translateY(5%);
		-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 28"><path d="M3.29,4.24h7.42c.52,0,.94-.42.94-.94V.94c0-.52-.42-.94-.94-.94H3.29c-.52,0-.94.42-.94.94v2.36c0,.52.42.94.94.94ZM8.3,25.28v-1.31c.5-1.5,4.36-7.97,5.64-9.4-1.35-3.47-2.49-6.58-2.79-9.45H2.85C2.55,7.98,1.41,11.1.06,14.57c1.27,1.43,5.13,7.9,5.64,9.4v1.31c-.35.28-.58.71-.58,1.19,0,.84.68,1.53,1.53,1.53v-13.71c-.57-.16-1-.68-1-1.3,0-.75.6-1.35,1.35-1.35s1.35.6,1.35,1.35c0,.62-.42,1.15-1,1.3v13.71c.84,0,1.53-.68,1.53-1.53,0-.48-.22-.91-.58-1.19Z"/></svg>') no-repeat center / contain;
	}
	& h4{
		font-weight: 700;
		font-size: clamp(18px, calc(20 / 768 * 100dvw), 20px);
	}
	& h4+div{
		margin-top: clamp(16px, calc(24 / 1200 * 100dvw), 24px);
	}
	& h4+div+div{
		align-self: start;
		display: flex;
		justify-content: center;
		margin-top: clamp(24px, calc(32 / 1200 * 100dvw), 32px);
		& a{
			display: grid;
			grid-template-columns: 1fr auto;
			align-items: center;
			column-gap: 0.5em;
			min-width: min(100%, 300px);
			min-height: 48px;
			padding: 0.25em 1em;
			background: var(--color-theme);
			border-radius: 24px;
			color: inherit;
			font-weight: 700;
			font-size: 14px;
			letter-spacing: 0.1em;
			text-align: center;
			text-decoration: none;
			&:after{
				content: "";
				aspect-ratio: 1;
				width: 10px;
				background: currentColor;
				-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><line x1=".5" y1="5" x2="9.5" y2="5"/><polyline points="7 2.5 9.5 5 7 7.5"/></svg>') no-repeat center / contain;
			}
		}
	}
	& figure{
		order: -1;
		& img{
			aspect-ratio: 3 / 2;
			object-fit: cover;
			border-radius: 10px;
		}
	}
	@media (max-width: 767.98px) {
		& figure{
			margin-bottom: 16px;
		}
	}
	@media (min-width: 768px) {
		&:has(img){
			grid-template-columns: auto 1fr;
			grid-template-rows: auto auto auto 1fr;
			&:before,
			&:after{
				grid-column: 1 / 3;
			}
		}
		& figure{
			grid-column: 1;
			grid-row: 2 / 5;
			width: clamp(320px, calc(416 / 1200 * 100dvw), 416px);
			margin-right: clamp(24px, calc(40 / 1200 * 100dvw), 40px);
		}
	}
}

.links{
	& ul{
		display: grid;
		justify-content: center;
		grid-gap: 16px;
		@media (min-width: 992px) {
			display: flex;
			& a{
				min-width: calc((100% - 32px) / 3);
			}
		}
	}
	& li{
		display: contents;
	}
	& a{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 0.5em;
		min-height: 48px;
		padding: 0.25em 1em;
		background: var(--color-theme);
		border-radius: 24px;
		color: inherit;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 0.05em;
		text-align: center;
		text-decoration: none;
		&:after{
			content: "";
			aspect-ratio: 1;
			width: 10px;
			background: currentColor;
			-webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round;"><line x1=".5" y1="5" x2="9.5" y2="5"/><polyline points="7 2.5 9.5 5 7 7.5"/></svg>') no-repeat center / contain;
		}
	}
}

.slick-arrow{
	all: unset;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	aspect-ratio: 1;
	width: clamp(40px, calc(56 / 1200 * 100dvw), 56px);
	background: #fff;
	border: 1px solid currentColor;
	border-radius: 100%;
	font-size: 0;
	z-index: 1;
	&:hover{
		background: var(--color);
		&:before{
			color: #fff;
		}
	}
	&: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 16 16" style="fill: none; stroke: black; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"><polyline points="5 2 11 8 5 14"/></svg>') no-repeat center / 16px;
	}
	&.slick-prev:before{
		transform: scale(-1, 1);
	}
}

.slick-dots{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	grid-gap: clamp(16px, calc(32 / 1200 * 100dvw), 32px);
	z-index: 1;
	& li{
		aspect-ratio: 1;
		width: 9px;
		background: currentColor;
		border-radius: 100%;
		overflow: hidden;
		&.slick-active{
			outline: 1px solid currentColor;
			outline-offset: 4px;
		}
	}
	& button{
		visibility: hidden;
	}
}





