<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* reset */
html {
	min-width: 100%;
	overflow-y: scroll;
	font-size: 16px;
}
html.scroll-lock {
	overflow-y: hidden;
}
body, header, footer, nav, main, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, span, table, tr, th, td, a, :after, :before {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font: inherit;
	vertical-align: baseline;
}
object, embed {
	vertical-align: top;
}
img, abbr, acronym, fieldset {
	border: 0;
}
a img {
	outline: none;
	border: none;
}
img {
	vertical-align: top;
	border: none;
	outline: none;
}
ul, ol {
	list-style-type: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button, input, optgroup, select, textarea , label {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
	font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
a:focus, *:focus {
	outline:none;
}
*, :after, :before {
	box-sizing: border-box;
}
:root {
	--mvbg: #ca983e;
	--bg17: #e7d4bd;
	--bg18: #f5ead3;
	--red: #ac5350;
	--bgc: #fff;
}

/* default */
body {
	width: 100%;
	color: var(--brown);
	font-family: Helvetica, "Helvetica Neue", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	line-height: 1;
	font-weight: 500;
	background: #fff;
}
#wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#wrap.is-locked {
	position: fixed;
    width: 100%;
}

a {
	text-decoration: none;
	word-break: break-all;
}
a:hover, a:focus {
	text-decoration: underline;
}
img {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.noPc {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.noSp {
		display: none;
	}
}



/* evNME
====================================================*/
#evNME {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 1rem;
}
#evNME .inner {
	margin: 0 auto;
	max-width: 1000px;
}
#evNME h2 {
	padding: .8rem;
	background: var(--brown);
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
@media screen and (max-width: 800px) {
	#evNME {
		gap: 2rem;
		background-size: 3rem, 3rem, contain;
	}
	#evNME .inner {
		padding: 0;
	}
}



/* mv
====================================================*/
.evNME-mv {
	position: relative;
	margin: 0 auto;
	aspect-ratio: 4 / 3;
	width: 100%;
	max-width: 1000px;
	border-radius: 1rem;
	background: var(--mvbg);
	overflow: hidden;
}
.evNME-mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 103%;
}



/* ブース
====================================================*/
.evNME-bt {
	margin-top: 1rem;
}
.evNME-bt .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.evNME-bt .day {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 2rem;
	border-radius: 1rem;
}
.evNME-bt .day.day17 {
	background: var(--bg17);
}
.evNME-bt .day.day18 {
	background: var(--bg18);
}
.evNME-bt h2 {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-40%);
	width: 40%;
}
.evNME-bt .day-ws {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.evNME-bt .day-ttl {
	padding-bottom: .5rem;
	width: 100%;
	border-bottom: 2px solid #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--red);
	text-align: right;
}
.evNME-bt .ws-item {
	display: flex;
	flex-direction: column;
	gap: .8rem;
}
.evNME-bt .ws-item .ws-item_head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
	text-align: center;
}
.evNME-bt .ws-item .shop {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.evNME-bt .ws-item .shop span {
	font-size: 1rem;
	font-weight: normal;
}
.evNME-bt .ws-item .ttl {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--red);
}
.evNME-bt .ws-item .time {
	font-size: 1.1rem;
	font-weight: bold;
	word-break: break-all;
}
.evNME-bt .ws-item .ws-item_body {
	display: flex;
	gap: .5rem;
}
.evNME-bt .ws-item .txt {
	flex: 1;
	text-align: left;
	line-height: 1.5;
}
.evNME-bt .ws-item .imgWrap {
	width: 40%;
}

.evNME-bt .day-bt {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.evNME-bt .bt-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.evNME-bt .bt-item {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	width: calc(50% - .5rem);
}
.evNME-bt .bt-item .txtWrap {
	display: flex;
	flex-direction: column;
	gap: .2rem;
	align-items: center;
	text-align: center;
	line-height: 1.2;
}
.evNME-bt .bt-item .shop {
	display: flex;
	flex-direction: column;
	gap: .2rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.evNME-bt .bt-item .shop span {
	font-size: .9rem;
	font-weight: normal;
}
.evNME-bt .note {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}
.evNME-bt .note dt {
	font-size: 1.1rem;
	color: var(--red);
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.evNME-bt {
		margin-top: 0;
	}
	.evNME-bt .inner {
		flex-direction: column;
	}
	.evNME-bt .day {
		width: 100%;
	}
	.evNME-bt .day.day18 {
		margin-top: 1rem;
	}
	.evNME-bt .ws-item .shop {
		flex-direction: column;
		font-size: 1.4rem;
	}
	.evNME-bt .ws-item .ws-item_body {
		flex-direction: column-reverse;
	}
	.evNME-bt .ws-item .imgWrap {
		margin: 0 auto;
		width: 80%;
	}
	.evNME-bt .bt-list {
		flex-direction: column;
	}
	.evNME-bt .bt-item {
		width: 100%;
	}
	.evNME-bt .note {
		text-align: left;
	}
}	



/* info
====================================================*/
/*-- link --*/
.evNME-info .link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	gap: 1rem;
}
.evNME-info .link dl {
	display: flex;
	flex-direction: column;
	border-radius: .5rem;
	width: calc(50% - .5rem);
	min-width: 400px;
	background: var(--bg17);
}
.evNME-info .link dl:nth-child(1) {
	background: var(--bg18);
}
.evNME-info .link dt {
	padding: .8rem;
	border-radius: .5rem .5rem 0 0;
	background: var(--red);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.evNME-info .link dd {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	padding: 1rem;
	height: 100%;
	text-align: center;
	line-height: 1.4;
}
.evNME-info .link dd div {
	width: 60px;
}
.evNME-info .link dd  a {
	color: var(--brown);
}
@media screen and (max-width: 800px) {
	.evNME-info .link dl {
		min-width: 100%;
	}
	.evNME-info .link dt {
		font-size: .9rem;
		line-height: 1.2;
	}
	.evNME-info .link dd {
		padding: 1rem .5rem;
		font-size: .9rem;
		font-weight: bold;
	}
	.evNME-info .link dd div {
		width: 50px;
	}
}



/* footer
====================================================*/
.evNME-footer dl {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
	color: var(--brown);
	text-align: center;
	line-height: 1.4;
}
.evNME-footer dt {
	font-weight: bold;
}
.evNME-footer dd {
	padding-bottom: .5rem;
}
.evNME-footer a {
	color: #000;
}</pre></body></html>