@charset "utf-8";
main > div.contents-nav {
	position: relative;
	z-index: 1;
}
main > div.visual {
	width: 100%;
	position: relative;
	margin: -45px auto 40px;
	background-color: var(--colorG1);
	@media screen and (max-aspect-ratio: 11/9) {
		background-color: transparent;
	}
	&>div {
		margin-inline: auto;
		position: relative;
		width: 100%;
		max-width: 1320px;
		& p.img {
			& img {
				width: 100%;
				height: auto;
				vertical-align: top;
			}
			& img.sp {
				display: none;
			}
		}
		& p.button {
			width: 33.29%;
			position: absolute;
			bottom: 12%;
			right: 7.457%;
			text-align: center;
			@media screen and (max-aspect-ratio: 11/9) {
				margin-inline: auto;
				padding-top: 5.812vw;
				position: static;
				width: 86.43%;
			}
			&>a {
				padding: 4% 0;
				width: 80%;
				color: rgba(255,255,255,1.00);
				background-color: var(--colorO1);
				display: inline-block;
				border-radius: 10px;
				font-size: 2.8rem;
				text-align: center;
				font-weight: bold;
				transition: opacity 0.1s linear;
				@media screen and (max-aspect-ratio: 11/9) {
					width: 100%;
				}
				&:hover {
					opacity: 0.8;
				}
			}
		}
		& p.copyright {
			position: absolute;
			bottom: 5.5%;
			left: 7%;
			font-size: 11px;
			@media screen and (max-aspect-ratio: 11/9) {
				margin-top: 1.333vw;
				position: static;
				font-size: 3.2vw;
			}
		}
	}
}

main > div.visual > div p:last-child a
main > div.visual > div p:last-child span {
	display: block;
	line-height: 1.4;
	width: 65%;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
}
main > div.visual + p {
	display: none;
}

html > body > main > div.contents > section > div.body h2,
html > body > main > div.contents > div h2 {
	color: var(--colorB1);
	text-align: center;
	&+* {
		margin-top: 30px;
	}
	&::before {
		top: -33px;
	}
}
main > div.contents {
	&>p.banner-azki {
		width: 900px;
		@media screen and (max-aspect-ratio: 11/9) {
			width: 100%;
		}
		margin-inline: auto;
		& img {
			width: 100%;
			height: auto;
			&.pc {
				@media screen and (max-width: 600px) {
					display: none;
				}
			}
			&.sp {
				display: none;
				@media screen and (max-width: 600px) {
					display: inline-block;
				}
			}
		} 
	}
	&>section.date {
		&>div.body {
			&>div {
				&>dl.date {
					margin-top: 40px;
					margin-bottom: 30px;
					padding: 15px;
					border: solid 3px var(--colorB3);
					box-sizing: border-box;
					max-width: 700px;
					margin-inline: auto;
					&>dt {
						margin-top: -32px;
						margin-left: -17px;
						margin-bottom: 10px;
						font-size: 21px;
           				padding: 6px 15px;
						font-weight: bold;
						color: var(--textColorW);
						background-color: var(--colorB3);
						width: fit-content;
					}
					&>dd {
						font-size: 18px;
						line-height: 1.4;
					}
					&.premium {
						border-color: var(--colorO1);
						&>dt {
							background-color: var(--colorO1);
						}
					}
				}
				& p.note {
					margin-top: -0.6em;
					margin-bottom: 1.5em;
					margin-inline: auto;
					max-width: 700px;
					font-size: 16px;
					text-align: center;
					font-weight: bold;
					opacity: 0.8;
					@media screen and (max-width: 600px) {
						font-size: 4.267vw;
						text-align: left;
						text-indent: -1em;
						padding-left: 1em;
					}
				}
				& dl.note {
					margin-inline: auto;
					padding: 20px;
					border-radius: 4px;
					max-width: 700px;
					box-sizing: border-box;
					background-color: #F0F0F0;
					font-size: 16px;
					&>dt {
						margin-bottom: 0.6em;
						font-weight: bold;
					}
					&>dd {
						&>ul {
							&>li {
								margin-bottom: 0.5em;
								&:last-child {
									margin-bottom: 0;
								}
								&::before {
									background-color: var(--colorB2);
								}
							}
						}
					}
				}
			}
		}
	}
	&>div.movie {
		max-width: 900px;
		margin-inline: auto;
		&>iframe {
			width: 100%;
			height: auto;
			aspect-ratio: 16/9;
		}
	}
}

html > body > main > div.contents > section.copy {
	margin-top: 65px !important;
	@media screen and (max-width: 600px) {
		margin-top: 11.667vw !important;
	}
	&>div.body {
		p {
			img {
				width: 100%;
				height: auto;
			}
		}
	}
}

html > body > main > div.contents > section.exhibitor h2 {
	text-indent: 2.5em;
	&::before {
		text-indent: calc(0.4em - 12px);
		@media screen and (max-width: 600px) {
			text-indent: calc(0.4em - 2.913vw);
		}
	}
	span {
		font-size: 50%;
		font-weight: bold;
	}
}

main > div.contents > section.exhibitor > div.body a {
	text-decoration: none;
	color: var(--textColorW);
}

main > div.contents > section.exhibitor > div.body {
	& div.select {
		position: relative;
		margin: 30px auto;
		max-width: 440px;
		width: 100%;
		color: var(--colorB);
		background-color: var(--textColorW);
		text-align: center;
		font-size: 20px;
		@media screen and (max-width: 600px) {
			font-size: 4.2667vw;
		}
		&>p {
			margin-bottom: 0;
			padding: 6px 0;
			border: solid 1px var(--colorB1);
			line-height: 1.0;
			text-align: center;
			user-select: none;
			cursor: pointer;
			color: var(--textColorW);
			background-color: var(--colorB1);
			background-image: url(../../images/top/exhibitor/menu-icon-w.svg);
			background-repeat: no-repeat;
			background-position: right 10px center;
		}
		& ul {
			position: absolute;
			display: none;
			width: 100%;
			background-color: var(--textColorW);
			&>li {
				margin-bottom: 0;
				padding: 6px 0;
				border-right: solid 1px var(--colorB1);
				border-bottom: solid 1px var(--colorB1);
				border-left: solid 1px var(--colorB1);
				color: var(--colorB1);
				line-height: 1.0;
				cursor: pointer;
				&:hover,
				&[data-status='current'] {
					color: var(--textColorW);
					background-color: var(--colorB1);
				}
				&::before {
					display: none;
				}
			}
		}
		&[data-status='open'] {
			z-index: 10;
			& p {
				color: var(--colorB1);
				background-color: var(--textColorW);
				background-image: url(../../images/top/exhibitor/menu-icon.svg);
				box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
			}
			& ul {
				display: block;
				box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
			}
		}
	}
}

main > div.contents > section.exhibitor > div.body div.company ul {
	/* display: flex;
	flex-wrap: wrap; */
	margin-bottom: 0;
	margin-left: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	@media screen and (max-width: 768px) {
		grid-template-columns: repeat(2, 1fr);
		gap: 4vw;
	}
	&>li {
		/* width: 25%; */
		/* margin-right: 1%; */
		line-height: 1.0;
		margin-bottom: 0;
		position: relative;
		aspect-ratio: 1/1;
		& dl {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 4;
			opacity: 0;
			transition: opacity 0.4s ease-out, transform 0.3s ease-out;
			text-align: center;
		}
	}
	& dl {
		&>dt {
			margin-bottom: 0.3em;
			font-size: 1.8rem;
			color: rgba(255,255,255,1.00);
			font-weight: bold;
			text-align: center;
			text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
			white-space: nowrap;
			@media screen and (max-width: 768px) {
				font-size: 4vw;
			}
		}
		&>dd {
			padding: 2px;
			display: inline-block;
			line-height: 1.0;
			box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.7);
			background-color: var(--colorB1);
			font-size: 1.2rem;
			font-weight: bold;
			white-space: nowrap;
		}
	}
}

main > div.contents > section.exhibitor > div.body div.company ul > li {
	padding-left: 0;
	&::before {
		display: none;
	}
	&>a {
		&:hover dl {
			transform: scale(1.5,1.5) translate(-33.333%, -33.333%);
			opacity: 1;
			@media screen and (max-width: 768px) {
				transform: scale(1) translate(-33.333%, -33.333%);
			}
		}
		&:hover>p {
			transform: scale(1.5,1.5) translate(-33.333%, -33.333%);
			box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.6);
			z-index: 2;
			@media screen and (max-width: 768px) {
				transform: scale(1) translate(-50%,-50%);
				box-shadow: none;
				z-index: auto;
			}
		}
		&:hover p:last-child {
			opacity: 0;
			@media screen and (max-width: 768px) {
				opacity: 1;
			}
		}
		&>p {
			margin-bottom: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 0;
			transition: all 0.3s ease-out;
			&>img {
				width: 100%;
				height: auto;
				vertical-align: top;
			}
			&:last-child {
				background-color: var(--colorB1);
				text-align: center;
				position: absolute;
				bottom: 0;
				top: auto;
				width: 100%;
				height: fit-content;
				transform: translate(-50%, 0);
				transition: opacity 0.4s ease-out, transform 0.3s ease-out;
				line-height: 1.3;
				margin-bottom: 0;
				font-weight: bold;
				@media screen and (max-width: 768px) {
					font-size: 3.2vw;
				}
			}
		}
	}
}

.fancybox-is-open .fancybox-bg {
	background-color: transparent;
	opacity: 1;
}

body.fancybox-active {
	overflow-y: hidden;
	& header,
	& footer {
		filter: blur(5px);
	}
	& main {
		filter: blur(5px);
	}
	& .fancybox-slide--iframe .fancybox-content {
		box-shadow: 7px 7px 10px rgba(0,0,0,0.3);
		min-height: 290px;
		overflow: hidden;

	}
	& button.fancybox-button--close {
		display: none;
	}
}

main > div.contents > section.about > div.body > div.summary {
	margin-bottom: 1.667%;
}
main > div.contents > section.about > div.body > div,
main > div.contents > section.access > div.body > div {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
main > div.contents > section.about > div.body > div dl,
main > div.contents > section.access > div.body > div dl {
	margin-bottom: 5%;
}
main > div.contents > section.about > div.body > div dl > dt,
main > div.contents > section.access > div.body > div dl > dt {
	margin-bottom: 1.3%;
	padding-bottom: 1.2%;
	border-bottom: solid 1px rgba(35,24,21,1.00);
}
main > div.contents > section.about > div.body > div dl > dd,
main > div.contents > section.access > div.body > div dl > dd {
	line-height: 1.6;
}
main > div.contents > section.access > div.body > div.map {
	margin-top: 1.667%;
	width: 100%;
}
main > div.contents > section.access > div.body > div.map iframe {
	width: 100%;
	height: 400px;
}
main > div.contents > section.sub-info > div.body {
	display: flex;
	gap: 0 1.333%;
}
main > div.contents > section.sub-info > div.body > dl {
	margin-left: 0;
	border-bottom: solid 5px var(--colorB4);
	flex: 1;
}
main > div.contents > section.sub-info > div.body > dl.contact {
	border-color: rgba(248,142,45,1.00);
}
main > div.contents > section.sub-info > div.body > dl > dt {
	border: none;
	color: rgba(255,255,255,1.00);
	background-color: var(--colorB4);
	font-size: 2.6rem;
}
main > div.contents > section.sub-info > div.body > dl.contact > dt {
	background-color: rgba(248,142,45,1.00);
}
main > div.contents > section.sub-info > div.body > dl > dt > a,
main > div.contents > section.sub-info > div.body > dl > dt > span {
	padding: 3.41% 0 3.41% 50px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	display: block;
	line-height: 1.0;
	font-weight: bold;
	background-repeat: no-repeat;
	position: relative;
}
main > div.contents > section.sub-info > div.body > dl > dt > a::before,
main > div.contents > section.sub-info > div.body > dl > dt > span::before {
	margin-top: -20px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	background-image: url("../../images/top/icon1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
}
main > div.contents > section.sub-info > div.body > dl.contact > dt > a::before {
	margin-top: -15px;
	background-image: url("../../images/top/icon2.svg");
}
main > div.contents > section.sub-info > div.body > dl > dd {
	line-height: 1.6;
}
main div.archive-list {
	margin: 7% auto 3%;
	max-width: 900px;
}
main div.archive-list > div {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
main div.archive-list > div > dl + dl {
	padding-top: 4.444%;
}
main div.archive-list > div > dl > dt {
	margin-bottom: 1.667%;
	font-size: 2.2rem;
	font-weight: bold;
}
main div.archive-list > div > dl > dd {
	margin-left: 3px;
}
main div.archive-list > div > dl > dd > ol {
	list-style-type: none;
}
main div.archive-list > div > dl > dd > ol > li {
	margin-right: 0.5em;
	margin-bottom: 0.6em;
	display: inline-block;
	vertical-align: top;
	&:last-child {
		margin-right: 0;
	}
}
main div.archive-list > div > dl > dd > ol > li > a {
	color: rgba(37,37,37,1.00);
}
main div.archive-list > div > dl > dd > ol > li > a:hover {
	text-decoration: underline;
}
main div.support {
	margin-bottom: 7%;
	display: block;
}
main div.archive-list > div > dl + dl {
	padding-top: 2.6%;
}
main div.support > div > dl > dt {
	margin-bottom: 1.1%;
}
main div.support > div > dl > dd {
	line-height: 1.6;
}
main div.support > div > dl > dd > ul > li {
	display: inline-block;
	margin-right: -0.4em;
	font-size: 1.5rem;
}
main div.support > div > dl > dd > ul > li::after {
	content: "、";
}
main div.support > div > dl > dd > ul > li:last-child::after,
main div.support > div > dl > dd > ul > li:nth-last-child(2)::after {
	content: "";
}
main > div.contents > section.live {
	color: rgba(0,0,0,1.00);
	margin-bottom: 120px;
}
main > div.contents > section.live > div.body > h2 + div {
	margin-top: 45px;
}
main > div.contents > section.live > div > ul.notice {
	margin-top: 0.8em;
	margin-bottom: 1em;
	margin-left: 2.0rem;
	font-size: 90%;
}
main > div.contents > section.live > div > ul.notice > li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.0rem;
	line-height: 1.4;
}
main > div.contents > section.live > div > ul.notice > li::before {
	background-color: rgba(67,67,67,1.00);
	content: "";
	border-radius: 50%;
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0.8rem;
	left: 0;
}
main > div.contents > section.live > div > ul.notice > li a {
	color: rgba(35,24,21,0.85);
	text-decoration: underline;
}
main > div.contents > section.live > div > ul.notice > li > img {
	margin: 0 0.3em;
	width: auto;
	height: 15px;
}
main > div.contents > section.live > div > ul.notice > li > ul {
	margin-top: 0.2em;
	font-size: 95%;
}
main > div.contents > section.live > div > ul.notice > li > ul > li {
	margin-bottom: 0.2em;
	padding-left: 1em;
	text-indent: -1em;
}
main > div.contents > section.live > div > ul.notice > li > ul > li::before {
	content:"・";
}
main > div.contents > section.live > div > div.test {
	padding: 1em;
	border-top: dotted 1px rgba(203,203,203,1.00);
	text-align: center;
} 
main > div.contents > section.live > div > div.test p.text {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 90%;
}
main > div.contents > section.live > div > div.test p.button {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
main > div.contents > section.live > div > div.test p.button > a {
	margin-bottom: 0;
	padding: 0.6em;
	display: inline-block;
	border: solid 1px rgba(130,130,130,1.00);
	border-radius: 0.4em;
	color: rgba(37,37,37,1.00);
	background-color: rgba(212,212,212,1.00);
	text-decoration: none;
	line-height: 1.0;
	font-weight: bold;
	font-size: 90%;
}
main > div.contents > section.live > div > div.test p.button > a:hover {
	opacity: 0.7;
}
main > div.contents > section.live > div > div.schedule {
	padding: 1em;
	background-color: rgba(247,247,247,0.90);
	text-align: center;
	font-size: 90%;
} 
main > div.contents > section.live > div > div.schedule > p {
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}
main > div.contents > section.live > div > div.schedule > p > span {
	font-weight: bold;
}
main > div.contents > section.live > div > div.schedule > div {
	display: flex;
}
main > div.contents > section.live > div > div.schedule > div > dl {
	padding: 0 0.7em;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
}
main > div.contents > section.live > div > div.schedule > div > dl dt {
	margin-bottom: 0.4em;
	font-weight: bold;
	line-height: 1.3;
}
main > div.contents > section.live > div > div.schedule > div > dl dt > span.sat {
	color: rgba(0,100,183,1.00);
	font-weight: bold;
}
main > div.contents > section.live > div > div.schedule > div > dl dt > span.sun {
	color: rgba(201,50,0,1.00);
	font-weight: bold;
}
main > div.contents > section.live > div > div.schedule > div > dl dd {
	padding-left: 0.5em;
}
main > div.contents > section.live > div > div.schedule > div > dl dd p {
	margin-bottom: 0.2em !important;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
	text-align: initial;
}
main > div.contents > section.live > div > div.schedule > div > dl dd p:last-child {
	margin-bottom: 0;
}
main > div.contents > section.pre {
	ul.exhibitor {
		margin-right: auto;
		margin-left: auto;
		max-width: 700px;
		>li{
			padding-left: 0;
			margin-right: -0.4em;
			margin-bottom: 0.8em;
			display: inline-block;
			&:not(:last-child):not(:nth-last-child(2))::after {
				content: "、";
			}
			&::before {
				display: none;
			}
		}
}
}

@media screen and (max-aspect-ratio: 11/9) {
	main > div.visual {
		margin: 20px 0;
		&>div {
			&>p.img {
				& img.sp {
					display: block;
				}
				& img.pc {
					display: none;
				}
			}
		}
	}
	main > div.visual > div p.place {
	    padding: 5px 0 7px;
	}
	main > div.visual > p {
		width: 100%;
	}
	

	main > div.visual > div p.date {
	    padding: 5px 0 0 0;
	}
	main > div.visual > div p {
	    padding-left: 0;
	}
	/* main > div.visual > div p:last-child {
		display: none;
	}*/
	main > div.visual + p {
		width: 100%;
		margin: 0 auto 95px;
		text-align: center;
	}
	main > div.visual + p a {
		font-size: 6.4vw;
		width: 80%;
		color: rgba(255,255,255,1.00);
		background-color: var(--colorP);
		display: block;
		border-radius: 2.667vw;
		margin: 0 auto 10px;
		padding: 10px 0;
	}
	main > div.visual + p span {
		width: 100%;
		font-size: 3.75vw;
		display: block;
		line-height: 1.4;
		text-align: center;
		font-weight: bold;
	}

	main > div.contents > section.sub-info > div.body > dl > dt {
		font-size: 2.1rem;
	}
	main > div.visual + p {
		display: block;
	}
	/* main > div.contents > section.exhibitor > div.body ul > li {
		width: 23%;
	} */
	
	main > div.contents > section.exhibitor > div.body div.company ul > li > a dl,
	main > div.contents > section.exhibitor > div.body div.company ul > li > a:hover dl {
		transform: translate(-50%, -50%) translateZ(1px);
		opacity: 0;
	}
	main > div.contents > section.exhibitor > div.body div.company ul > li > a p:last-child {
		opacity: 1;
	}
	body > footer > div.body > div.pagetoplink > p {
		transform: translateZ(1px);
		z-index: 20;
	}
	
	main > div.contents > section.live > div.body > h2 > br.sp {
		display: none;
	}
	main > div.contents > section.live > div.body > ul.notice {
		font-size: 80%;
	}
	main > div.contents > section.live > div > div.test p.text {
		font-size: 80%;
	}
	main > div.contents > section.live > div > div.test p.button {
		font-size: 80%;
	}
	main > div.contents > section.live > div > div.test p.text {
		font-size: 80%;
	}
	main > div.contents > section.live > div > div.test p.button {
		font-size: 80%;
	}
}

@media screen and (max-width: 600px) {
	html > body > main > div.contents > section > div.body > ul {
		margin-left: 0;
	}

	main > div.visual + p {
		margin-bottom: 10.667vw;
	}
	main > div.contents > section.exhibitor > div.body > div {
		font-size: 0;
	}
	main > div.contents > section.exhibitor > div.body > div > h2 {
		margin-top: 0;
		margin-right: 5.8%;
		margin-bottom: 0;
	}
	main > div.contents > section.exhibitor > div.body > div {
		display: block;
	}
	/* main > div.contents > section.exhibitor > div.body ul {
		width: auto;
		display: flex;
		justify-content: space-between;
		font-size: 0;
	}
	main > div.contents > section.exhibitor > div.body ul > li {
		margin-right: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-left: 0;
		width: 49%;
		height: 46vw;
		vertical-align: top;
	} */
	/* main > div.contents > section.exhibitor > div.body ul > li:first-child {
		margin: 0 0 0 calc(100% - 49%);
	}
	main > div.contents > section.exhibitor > div.body > ul > li:nth-child(8),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(14),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(25),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(30),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(40),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(48) {
		margin-left: 0;
	}
	main > div.contents > section.exhibitor > div.body ul > li > a dl {
		display: block;
	}
	main > div.contents > section.exhibitor > div.body dl > dt {
		font-size: 1.2rem;
	}
	main > div.contents > section.exhibitor > div.body dl > dd {
		font-size: 1rem;
	} */

	main > div.contents > section.about > div.body > div,
	main > div.contents > section.access > div.body > div,
	main > div.contents > div.archive-list > div {
		width: 100%;
		margin-top: 50px;
	}
	main > div.contents > section.about > div.body > div.summary,
	main > div.contents > section.about > div.body > div.access {
		display: block;
	}
	main > div.contents > section.about > div.body > div.map iframe {
		height: 48vw;
	}
	main > div.contents > section.sub-info > div.body {
		display: block;
	}
	main > div.contents > section.sub-info > div.body > dl {
		border-bottom: 0;
	}
	main > div.contents > section.sub-info > div.body > dl > dt {
		font-size: 5.333vw;
	}
	main > div.contents > section.sub-info > div.body > dl > dt > a,
	main > div.contents > section.sub-info > div.body > dl > dt > span {
		padding-left: 11.5vw;
	}
	main > div.contents > section.sub-info > div.body > dl > dt > a::before,
	main > div.contents > section.sub-info > div.body > dl > dt > span::before {
		margin-top: -4vw;
		width: 8vw;
		height: 8vw;
	}
	main > div.contents > section.sub-info > div.body > dl > dt > span::before {
		margin-top: -2.6vw;
	}
	main div.archive-list {
		display: block;
	}
	main div.archive-list > div {
		margin: 0;
		padding: 0;
	}
	main > div.contents > section.about > div.body > div > div {
		width: 100%;
	}
	main div.archive-list > div > dl + dl {
		margin-top: 0.7em;
		padding-top: 0;
	}
	main div.archive-list > div > dl > dt {
		margin-bottom: 0.4em;
		font-size: 4.533vw;
	}
	main div.archive-list > div > dl > dd > ol > li {
		margin-bottom: 0.5em;
	}
	main div.support > h2 {
		display: block;
	}
	main div.support > div {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	main div.support > div > dl > dd > ul > li {
		font-size: 3.467vw;
	}
	main > div.contents > section.live > div.body > h2 {
		font-size: 2.0rem;
		line-height: 1.2;
	}
	main > div.contents > section.live > div.body > h2::before {
		top: -25px;
	}
	main > div.contents > section.live > div.body > h2 > br.sp {
		display: inline-block;
	}
	main > div.contents > section.live > div.body > div.test p.text {
		margin-bottom: 0.4em;
		display: block;
		line-height: 1.4;
	}
	main > div.contents > section.live > div.body > div.test p.button {
		display: block;
		text-align: center;
	}
	main > div.contents > section.live > div.body > div.schedule > p > span {
		display: block;
		font-size: 80%;
		font-weight: bold;
		line-height: 1.3;
	}
	main > div.contents > section.live > div.body > div.schedule > div {
		display: block;
	}
	main > div.contents > section.live > div.body > div.schedule > div > dl {
		width: 100%;
	}
	main > div.contents > section.live > div.body > div.schedule > div > dl:first-child {
		margin-bottom: 0.6em;
	}
}

main > div.contents {
	&>div.pre {
		max-width: 1310px;
		width: 100%;
		margin-inline: auto;
		background-color: #F2E9E1;
		&>div.visual {
			@media screen and (max-aspect-ratio: 11/9) {
				margin-top: calc(7vh - 4vw);
			}
			&>h1 {
				padding-top: 35px;
				padding-bottom: 35px;
				background-color: var(--colorB);
				text-align: center;
				@media screen and (max-aspect-ratio: 11/9) {
					padding: 6.510vw 3.125vw;
				}
				&>img {
					max-width: 830px;
					width: 100%;
					height: auto;
				}
			}
			&>div.movie {
				margin-top: 45px;
				max-width: 630px;
				margin-inline: auto;
				@media screen and (max-aspect-ratio: 11/9) {
					margin-top: 3.91vw;
					padding: 0 2.604vw;
				}
				&>iframe {
					width: 100%;
					height: auto;
					aspect-ratio: 16/9;
				}
			}
			&>p.date {
				margin-top: 45px;
				padding-bottom: 45px;
				text-align: center;
				@media screen and (max-aspect-ratio: 11/9) {
					margin-top: 3.91vw;
					padding: 0 2.604vw 5.208vw;
				}
				&>img {
					max-width: 830px;
					width: 100%;
					height: auto;
				}
			}
		}
	}
	&>section.contact-jas {
		&>div.body {
			&>h2 {
				@media screen and (max-width: 600px) {
					letter-spacing: -0.1em;
				}	
			}
			&>p {
				text-align: center;
				&.button {
					&>a {
						margin-inline: auto;
						display: block;
						text-align: center;
						max-width: 440px;
						background-color: var(--colorO);
						&>span {
							font-size: 24px;
							font-weight: bold;
							color: var(--colorW);
							position: relative;
							&::before {
								content: "";
								display: inline-block;
								background-image: url(../../images/top/icon2.svg);
								width: 46px;
								height: 30px;
								background-repeat: no-repeat;
								background-size: contain;
								vertical-align: middle;
							}
						}
					}
				}
			}
		}
	}
}
