@import"https://fonts.googleapis.com/css2?family=Didact+Gothic&family=M+PLUS+1p:wght@400;500;700&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap";
html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	word-break: normal
}
*, :after, :before {
	background-repeat: no-repeat;
	box-sizing: inherit
}
:after, :before {
	text-decoration: inherit;
	vertical-align: inherit
}
* {
	margin: 0;
	padding: 0
}
hr {
	color: inherit;
	height: 0;
	overflow: visible
}
details, main {
	display: block
}
summary {
	display: list-item
}
small {
	font-size: 80%
}
[hidden] {
	display: none
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline-width: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace
}
pre {
	font-size: 1em
}
b, strong {
	font-weight: bolder
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
table {
	border-color: inherit;
	text-indent: 0
}
iframe {
	border-style: none
}
input {
	border-radius: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
textarea {
	overflow: auto;
	resize: vertical
}
button, input, optgroup, select, textarea {
	font: inherit
}
optgroup {
	font-weight: 700
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
[role=button], [type=button], [type=reset], [type=submit], button {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}
button, input, select, textarea {
	background-color: transparent;
	border-style: none
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
	outline-width: 0
}
select {
	-moz-appearance: none;
	-webkit-appearance: none
}
select::-ms-expand {
	display: none
}
select::-ms-value {
	color: currentColor
}
legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit
}
[disabled] {
	cursor: default
}
img {
	border-style: none
}
progress {
	vertical-align: baseline
}
[aria-busy=true] {
	cursor: progress
}
[aria-controls] {
	cursor: pointer
}
[aria-disabled=true] {
	cursor: default
}
body {
	color: #474747;
	font-family: Noto Sans JP, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8571428571
}
body * {
	line-break: normal;
	word-break: break-word
}
a {
	color: inherit;
	text-decoration: none;
	transition: opacity .3s
}
ol, ul {
	list-style: none
}
img {
	max-width: 100%
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit
}
.js-animation-fade {
	opacity: 0;
	transform: translateY(20px);
	transition: transform .5s, opacity .5s
}
.js-animation-fade--delay-mv {
	transition: transform .3s, opacity .3s;
	transition-delay: 1.4s
}
.js-animation-fade.is-animated {
	opacity: 1;
	transform: translateY(0)
}
.js-animation-fade-tb {
	backface-visibility: hidden;
	opacity: 0;
	transform: translateY(-100px);
	transform-style: preserve-3d;
	transition: transform 1.5s cubic-bezier(.4, 0, .2, 1), opacity 1.5s cubic-bezier(.4, 0, .2, 1);
	transition-delay: 1s;
	will-change: transform, opacity
}
.js-animation-fade-tb.is-animated {
	opacity: 1;
	transform: translateY(0) translateZ(0)
}
.js-animation-fade-bt {
	backface-visibility: hidden;
	opacity: 0;
	transform: translateY(100px);
	transform-style: preserve-3d;
	transition: transform 1.5s cubic-bezier(.4, 0, .2, 1), opacity 1.5s cubic-bezier(.4, 0, .2, 1);
	transition-delay: 1s;
	will-change: transform, opacity
}
.js-animation-fade-bt.is-animated {
	opacity: 1;
	transform: translateY(0) translateZ(0)
}
@keyframes up-down {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(20px)
	}
	to {
		transform: translateY(0)
	}
}
.js-animation-obj-translate {
	animation: up-down;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.37, 0, .63, 1)
}
@keyframes rotate-right {
	0% {
		transform: rotate(0)
	}
	66% {
		transform: rotate(0)
	}
	to {
		transform: rotate(1turn)
	}
}
@keyframes rotate-left {
	0% {
		transform: rotate(0)
	}
	66% {
		transform: rotate(0)
	}
	to {
		transform: rotate(-1turn)
	}
}
.js-animation-obj-translate.is-left {
	animation: rotate-left
}
.js-animation-obj-translate.is-right {
	animation: rotate-right
}
.js-animation-obj-translate.is-left, .js-animation-obj-translate.is-right {
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.65, 0, .35, 1)
}
.l-header {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99
}
.l-header .l-header__ham-button {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 60px;
	justify-content: space-between;
	left: 0;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 60px;
	z-index: 1
}
.l-header .l-header__ham-button.is-open .l-header__ham-line--top {
	left: -1px;
	top: 1px;
	transform: rotate(-45deg) scaleX(1.3333333333)
}
.l-header .l-header__ham-button.is-open .l-header__ham-line--bottom {
	left: 2px;
	top: -8px;
	transform: rotate(45deg) scaleX(2.6666666667)
}
.l-header .l-header__ham-button.is-open .l-header__ham-text {
	opacity: 0
}
.l-header .l-header__ham-line {
	background-color: #1a1311;
	border-radius: 50px;
	display: block;
	left: 0;
	position: relative;
	top: 0;
	transition: all .2s cubic-bezier(.4, 0, .2, 1)
}
.l-header .l-header__ham-line--top {
	height: 2px;
	transform-origin: right top;
	width: 30px
}
.l-header .l-header__ham-line--bottom {
	height: 2px;
	transform-origin: left top;
	width: 15px
}
.l-header .l-header__ham-text {
	display: block;
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: .6875rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1;
	transform: rotate(.03deg);
	white-space: nowrap
}
.l-header .l-header__ham-menu {
	height: 100%;
	left: -100%;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: transform .2s cubic-bezier(.4, 0, .2, 1);
	width: 100%
}
.l-header .l-header__ham-menu.is-open {
	pointer-events: auto;
	transform: translateX(100%)
}
.l-header .l-header__ham-inner {
	background-color: #fff;
	height: 100%;
	overflow: scroll;
	width: 64%
}
.l-header .l-header__ham-contents {
	padding: 106px 12.5% 60px
}
.l-header .l-header__ham-list {
	font-size: 1rem;
	font-weight: 700
}
.l-header .l-header__ham-list li:not(:last-of-type) {
	margin-bottom: 25px
}
.l-header .l-header__ham-list a {
	border-bottom: 1px solid #1a1311;
	font-size: 1rem
}
.l-header .l-header__ham-title {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.7142857143;
	margin-bottom: 15px;
	padding-top: 42px;
	text-align: center
}
.l-header .l-header__ham-contact {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	background-color: #61b2ed;
	border-radius: 16px;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: .75rem;
	font-weight: 500;
	justify-content: center;
	margin-bottom: 38px;
	max-width: 180px;
	padding: 15px
}
.l-header .l-header__ham-contact:before {
	background-image: url(../images/icon_contact.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 24px;
	margin-bottom: 6px;
	width: 32px
}
.l-header .l-header__ham-hp {
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom: 1px solid #8b8b8b;
	color: #8b8b8b;
	font-size: .875rem;
	font-weight: 300;
	letter-spacing: 0
}
.l-footer {
	background-color: #5d5454;
	color: #fff;
	padding: 35px 30px 10px;
	position: relative;
	transform: translateZ(1px);
	z-index: 1
}
.l-footer .l-footer__inner {
	text-align: center
}
.l-footer .l-footer__text {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1
}
.l-footer .l-footer__text a {
	text-decoration: underline
}
.l-footer .l-footer__copy {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	font-size: .875rem;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 1;
	padding-top: 36px
}
@keyframes sway-free-icon {
	0% {
		transform: rotate(0deg)
	}
	25% {
		transform: rotate(12deg)
	}
	75% {
		transform: rotate(-4deg)
	}
	to {
		transform: rotate(0deg)
	}
}
.mv-section {
	background: linear-gradient(180deg, rgba(255, 255, 0, 0) 25%, #fff8dd 92%)
}
.p-mv .p-mv__inner {
	height: 100%
}
.p-mv .p-mv__content {
	height: 100%;
	margin: 0 auto;
	max-width: 1260px;
	padding-top: 6.8541666667vw;
	position: relative;
	z-index: 3
}
.p-mv .p-mv__line {
	margin: 30px auto 0;
	max-width: 948px
}
.p-mv .p-mv__detail {
	margin-top: 62px;
	position: relative
}
.p-mv .p-mv__date {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #56B86C;
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
	transform: rotate(.03deg)
}
.p-mv .p-mv__date--month {
	font-size: 1.6666666667em
}
.p-mv .p-mv__date--time {
	font-size: 1.4583333333em
}
.p-mv .p-mv__place {
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	padding-top: 5px;
	text-align: center;
	transform: rotate(.03deg)
}
.p-mv .p-mv__free {
	position: absolute;
	right: calc(50% - 525px);
	top: 55%;
	transform: translateY(-50%);
	width: 124px
}
.p-mv .p-mv__free.is-animated img {
	animation: sway-free-icon;
	animation-delay: 1.4s;
	animation-duration: 1.2s;
	animation-timing-function: cubic-bezier(.33, 1, .68, 1);
	transform-origin: bottom
}
.p-mv .p-mv__buttons {
	display: flex;
	gap: 40px;
	justify-content: center;
	padding-top: 90px
}
.p-mv .p-mv__bottom {
	margin: 68px auto 0;
	position: relative;
	width: 210px
}
.p-bg-gradation {
	background: linear-gradient(180deg, rgba(255, 255, 0, 0) 25%, #fff8dd 92%);
	height: 100dvh;
	z-index: -3
}
.p-bg, .p-bg-gradation {
	position: absolute;
	width: 100%
}
.p-bg {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100lvh;
	left: 0;
	top: 0;
	z-index: 0
}
.p-bg .p-bg-geometry {
	height: 100vh;
	overflow: hidden;
	width: 100%
}
.p-bg .p-bg-geometry .p-bg-geometry_1 {
	background-image: url(../images/geometry_01.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 20.5729166667vw;
	left: 72.5px;
	position: absolute;
	top: 528.9px;
	width: 17.3177083333vw;
	z-index: 1
}
@keyframes geometry_1 {
	0% {
		transform: translate(0)
	}
	to {
		transform: translateY(30px)
	}
}
.p-bg .p-bg-geometry .p-bg-geometry_2 {
	background-image: url(../images/geometry_02.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 12.4479166667vw;
	left: 275.8px;
	position: absolute;
	top: 0;
	width: 16.5104166667vw;
	z-index: -1
}
@keyframes geometry_2 {
	0% {
		transform: translate(0)
	}
	to {
		transform: translateY(25px)
	}
}
.p-bg .p-bg-geometry .p-bg-geometry_3 {
	background-image: url(../images/geometry_03.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 20.0520833333vw;
	position: absolute;
	right: 198.4px;
	top: -95.7px;
	width: 14.3489583333vw;
	z-index: -1
}
@keyframes geometry_3 {
	0% {
		transform: translate(0)
	}
	to {
		transform: translateY(20px)
	}
}
.p-bg .p-bg-geometry .p-bg-geometry_4 {
	background-image: url(../images/geometry_04.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 13.203125vw;
	position: absolute;
	right: 411.9px;
	top: -156.6px;
	width: 17.5260416667vw;
	z-index: -1
}
@keyframes geometry_4 {
	0% {
		transform: translate(0)
	}
	to {
		transform: translateY(30px)
	}
}
.p-bg .p-bg-geometry .p-bg-geometry_5 {
	background-image: url(../images/geometry_05.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 16.0416666667vw;
	position: absolute;
	right: 133.9px;
	top: 489.4px;
	width: 12.734375vw;
	z-index: -1
}
@keyframes geometry_5 {
	0% {
		transform: translate(0)
	}
	to {
		transform: translateY(20px)
	}
}
.p-lead {
	background-color: #fff8dd;
	padding: 60px 20px 120px
}
.p-lead .p-lead__content {
	background-color: hsla(0, 0%, 100%, .85);
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(185, 153, 97, .2);
	margin: 0 auto;
	max-width: 1200px;
	padding: 100px;
	position: relative;
	z-index: 3
}
.p-lead .p-lead__title {
	margin: 0 auto 42px;
	max-width: 550px
}
.p-lead .p-lead__title img {
	display: block
}
.p-lead .p-lead__text {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1rem;
	letter-spacing: .16em;
	line-height: 1.625
}
.p-mimoza {
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%
}
.p-mimoza .p-mimoza__image {
	height: 100dvh;
	position: absolute;
	top: 0
}
.p-mimoza .p-mimoza__image--left {
	left: 0;
	width: 500px
}
.p-mimoza .p-mimoza__image--right {
	right: 0;
	width: 500px
}
.p-event-details {
	background-color: hsla(0, 0%, 100%, .85);
	transform: translateZ(1px)
}
.p-event-details .p-event-details__inner {
	padding: 118px 20px;
	position: relative;
	z-index: 1
}
.p-event-details .p-event-details__inner:after, .p-event-details .p-event-details__inner:before {
	background-image: url(../images/line_orange.png);
	background-position: 0;
	background-repeat: repeat-x;
	background-size: contain;
	content: "";
	height: 7.83px;
	left: 0;
	position: absolute;
	width: 100%
}
.p-event-details .p-event-details__inner:before {
	top: -8px
}
.p-event-details .p-event-details__inner:after {
	bottom: -8px
}
.p-event-details .p-event-details__section {
	margin: 0 auto;
	max-width: 1000px
}
.p-event-details .p-event-details__section:not(:last-of-type) {
	margin-bottom: 59px
}
.p-event-details .p-event-details__first {
	display: flex;
	gap: 4%
}
.p-event-details .p-event-details__first img {
	display: block
}
.p-event-details .p-event-details__img img {
	border-radius: 10px
}
.p-event-details .p-event-details__title {
	color: #ffb510;
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: 2.125rem;
	letter-spacing: .04em;
	line-height: 1.5;
	margin-bottom: 1.0294117647em;
	transform: rotate(.03deg)
}
.p-event-details .p-event-details__text {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.125rem;
	letter-spacing: .16em;
	line-height: 2
}
.p-contents-bg {
	background-color: #fff8dd;
	padding: 0 20px 110px
}
.p-contents-bg .p-contents-bg__inner {
	margin: 0 auto;
	max-width: 1200px;
	transform: translateZ(1px)
}
.p-booth-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.73%;
	margin-bottom: -10px;
	position: relative;
	z-index: 2
}
.p-booth-list .c-booth-card {
	opacity: 0;
	transform: translateY(20px);
	transition: transform .5s, opacity .5s
}
.p-booth-list .c-booth-card:first-of-type {
	transition-delay: .1s
}
.p-booth-list .c-booth-card:nth-of-type(2) {
	transition-delay: .2s
}
.p-booth-list .c-booth-card:nth-of-type(3) {
	transition-delay: .3s
}
.p-booth-list .c-booth-card:nth-of-type(4) {
	transition-delay: .4s
}
.p-booth-list .c-booth-card:nth-of-type(5) {
	transition-delay: .5s
}
.p-booth-list .c-booth-card:nth-of-type(6) {
	transition-delay: .6s
}
.p-booth-list .c-booth-card:nth-of-type(7) {
	transition-delay: .7s
}
.p-booth-list .c-booth-card:nth-of-type(8) {
	transition-delay: .8s
}
.p-booth-list .c-booth-card:nth-of-type(9) {
	transition-delay: .9s
}
.p-booth-list .c-booth-card:nth-of-type(10) {
	transition-delay: 1s
}
.p-booth-list .c-booth-card:nth-of-type(11) {
	transition-delay: 1.1s
}
.p-booth-list .c-booth-card:nth-of-type(12) {
	transition-delay: 1.2s
}
.p-booth-list .c-booth-card:nth-of-type(13) {
	transition-delay: 1.3s
}
.p-booth-list .c-booth-card:nth-of-type(14) {
	transition-delay: 1.4s
}
.p-booth-list .c-booth-card:nth-of-type(15) {
	transition-delay: 1.5s
}
.p-booth-list .c-booth-card:nth-of-type(16) {
	transition-delay: 1.6s
}
.p-booth-list .c-booth-card:nth-of-type(17) {
	transition-delay: 1.7s
}
.p-booth-list .c-booth-card:nth-of-type(18) {
	transition-delay: 1.8s
}
.p-booth-list .c-booth-card:nth-of-type(19) {
	transition-delay: 1.9s
}
.p-booth-list .c-booth-card:nth-of-type(20) {
	transition-delay: 2s
}
.p-booth-list .c-booth-card:nth-of-type(21) {
	transition-delay: 2.1s
}
.p-booth-list .c-booth-card:nth-of-type(22) {
	transition-delay: 2.2s
}
.p-booth-list .c-booth-card:nth-of-type(23) {
	transition-delay: 2.3s
}
.p-booth-list .c-booth-card:nth-of-type(24) {
	transition-delay: 2.4s
}
.p-booth-list .c-booth-card:nth-of-type(25) {
	transition-delay: 2.5s
}
.p-booth-list .c-booth-card:nth-of-type(26) {
	transition-delay: 2.6s
}
.p-booth-list.is-viewed .c-booth-card {
	opacity: 1;
	transform: translateY(0)
}
@keyframes popBounce {
	0% {
		opacity: 0;
		transform: scale(.8, 1.2) translateY(-40%)
	}
	10% {
		transform: scale(.8, 1.2) translateY(-15%)
	}
	20% {
		transform: scale(1.1, .6) translateY(26%)
	}
	30% {
		transform: scale(.9, 1.1) translateY(-10%)
	}
	40% {
		transform: scale(.95, 1.2) translateY(-20%)
	}
	50% {
		transform: scale(.95, 1.2) translateY(-7%)
	}
	60% {
		transform: scale(1.05, .9) translateY(5%)
	}
	70% {
		transform: scale(1) translate(0)
	}
	to {
		opacity: 1;
		transform: scale(1) translate(0)
	}
}
.p-store-booth {
	padding-top: 140px
}
.p-store-booth .p-store-booth__content {
	margin: 0 auto
}
.p-store-booth .p-store-booth__content .c-booth-card__thumb {
	display: none
}
.p-talk-show {
	padding-top: 120px;
	position: relative;
	z-index: 1
}
.p-talk-show .p-talk-show__area--1 {
	padding-top: 48px
}
.p-talk-show .p-talk-show__area--2 {
	padding-top: 84px
}
.p-talk-show .p-talk-show__content {
	display: flex;
	justify-content: space-between;
	position: relative
}
.p-talk-show .p-talk-show__content:has(.p-talk-show__block--1.is-active):after {
	left: 10px
}
.p-talk-show .p-talk-show__content:has(.p-talk-show__block--2.is-active):after {
	right: 10px
}
.p-talk-show .p-talk-show__tab {
	align-items: flex-end;
	display: flex;
	justify-content: space-between
}
.p-talk-show .p-talk-show-tab__button {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -2px 3px rgba(185, 153, 97, .16);
	display: block;
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: min(1rem, 4.2666666667vw);
	font-weight: 700;
	height: min(65px, 18.3098591549vw);
	overflow: hidden;
	position: relative;
	transform: rotate(.03deg);
	width: 45.3333333333vw
}
.p-talk-show .p-talk-show-tab__button--1.is-active {
	color: #61b2ed
}
.p-talk-show .p-talk-show-tab__button--1.is-active:before {
	background-image: url(../images/line_blue_sp.png)
}
.p-talk-show .p-talk-show-tab__button--2.is-active {
	color: #ffb510
}
.p-talk-show .p-talk-show-tab__button--2.is-active:before {
	background-image: url(../images/line_orange_sp.png)
}
.p-talk-show .p-talk-show-tab__button.is-active {
	height: min(80px, 22.5352112676vw)
}
.p-talk-show .p-talk-show-tab__button.is-active:before {
	background-position: top;
	background-repeat: repeat-x;
	background-size: auto 100%;
	content: "";
	display: block;
	height: 7.83px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 100%
}
.p-talk-show .p-talk-show-tab__text {
	bottom: min(10px, 2.6666666667vw);
	font-size: 1em;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center
}
.p-talk-show .p-talk-show-tab__text>span {
	font-size: 1.6875em
}
.p-talk-show .p-talk-show__block {
	background-color: #fff;
	padding: 32px 35px;
	width: 48.3333333333%
}
.p-talk-show .p-talk-show__date {
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: 1.8125rem;
	font-weight: 700;
	margin-bottom: 12px;
	text-align: center;
	transform: rotate(.03deg)
}
.p-talk-show .p-talk-show__date--1 {
	color: #61b2ed
}
.p-talk-show .p-talk-show__date--2 {
	color: #ffb510
}
.p-talk-show .p-talk-show__date>span {
	font-size: 1.6551724138em
}
.p-talk-show .p-talk-show__bottom {
	font-size: .75rem;
	font-weight: 300;
	padding-top: 16px
}
.p-talk-show .p-talk-show__buttons {
	align-items: center;
	display: flex;
	gap: 60px;
	justify-content: center;
	margin-bottom: 4px
}
.p-talk-show .p-talk-show__head {
	align-items: center;
	display: flex;
	font-family: M PLUS Rounded\ 1c, sans-serif;
	justify-content: center;
	margin-bottom: 30px;
	transform: rotate(.03deg)
}
.p-talk-show .p-talk-show__head .p-talk-show__floor {
	align-items: center;
	background-color: #56B86C;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 1.875rem;
	font-weight: 700;
	height: 1.6666666667em;
	justify-content: center;
	width: 1.6666666667em
}
.p-talk-show .p-talk-show__head .p-talk-show__floor>span {
	font-size: .6em;
	position: relative;
	top: .2em
}
.p-talk-show .p-talk-show__head .p-talk-show__floot-title {
	color: #56B86C;
	font-size: 1.125rem;
	font-weight: 700;
	padding-left: 10px;
	padding-top: .7142857143em
}
.p-food-booth {
	padding-top: 126px
}
.p-food-booth .p-food-booth__content {
	margin: 0 auto
}
.p-work-shop {
	padding-top: 120px
}
.p-work-shop .p-work-shop__content {
	margin: 0 auto
}
.p-project {
	background-color: #fffef2
}
.p-project .p-project__inner {
	background-color: hsla(0, 0%, 100%, .85);
	padding: 120px 20px;
	position: relative;
	z-index: 2
}
.p-project .p-project__logo {
	margin: 0 auto 53px;
	max-width: 600px
}
.p-project .p-project__logo img {
	display: block
}
.p-project .p-project__text {
	font-size: 1.125rem;
	letter-spacing: .16em;
	line-height: 2.2222222222;
	margin: 0 auto;
	max-width: 1000px
}
.p-project .p-project__paragraph:not(:last-of-type) {
	margin-bottom: 2.22em
}
.p-project .p-project__underline {
	background: linear-gradient(transparent 50%, #eaf7e9 0);
	color: #26863C;
	font-weight: 700
}
.p-project .p-project__bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 114px
}
.p-project .p-project__bottom-text {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.125rem;
	letter-spacing: .04em;
	margin-bottom: 25px
}
.p-sponsors {
	background-color: #fff8dd;
	padding: 120px 75px 100px
}
.p-sponsors .p-sponsors__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 33px;
	position: relative;
	text-align: center
}
.p-sponsors .p-sponsors__title:after {
	background-position: 0;
	background-repeat: repeat-x;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	display: block;
	height: 7.83px;
	left: 0;
	position: absolute;
	width: 100%
}
.p-sponsors .p-sponsors__title--1_2 {
	margin: 0 auto 40px;
	width: 310px
}
.p-sponsors .p-sponsors__title--1_2:after {
	background-image: url(../images/line_sponsorship.png)
}
.p-sponsors .p-sponsors__title--2 {
	margin-bottom: 30px
}
.p-sponsors .p-sponsors__title--2:after {
	background-image: url(../images/line_cooperation.png)
}
.p-sponsors .p-sponsors__list {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	position: relative;
	z-index: 2
}
.p-sponsors .p-sponsors__list--center {
	justify-content: center
}
.p-sponsors .p-sponsors__list:not(.p-sponsors__list--1) {
	margin: 0 auto
}
.p-sponsors .p-sponsors__list .p-sponsors__sponsor--2 {
	margin-bottom: 20px;
	width: 22.58%
}
.p-sponsors .p-sponsors__list .p-sponsors__sponsor--2:not(:nth-of-type(4n)) {
	margin-right: 3.225%
}
.p-sponsors .p-sponsors__list .p-sponsors__sponsor--2 img {
	display: block
}
.p-sponsors .p-sponsors__list .p-sponsors__sponsor--3 {
	margin-bottom: 20px;
	width: 45.16%
}
.p-sponsors .p-sponsors__list .p-sponsors__sponsor--3:not(:nth-of-type(odd)) {
	margin-left: 9.68%
}
.p-sponsors .p-sponsors__list .p-sponsors__sponsor--3 img {
	display: block
}
.p-sponsors .p-sponsors__block {
	transform: translateZ(1px)
}
.p-sponsors .p-sponsors__block--1_2 {
	margin: 0 auto 64px
}
.p-sponsors .p-sponsors__bottom {
	margin: 0 auto;
	max-width: 1200px
}
.p-sponsors .p-sponsors__bottom .p-sponsors__block {
	max-width: 335px;
	position: relative;
	z-index: 3
}
.p-access {
	background-color: #fffef2
}
.p-access .p-access__wrap {
	background-color: hsla(0, 0%, 100%, .85);
	position: relative;
	z-index: 2
}
.p-access .p-access__first .c-section-title {
	margin-bottom: 36px
}
.p-access .p-access__map iframe {
	display: block;
	height: 560px;
	width: 100%
}
.p-access .p-access__detail {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2.2222222222;
	text-align: center
}
.p-contact {
	background-color: #fff7d8;
	padding: 73px 30px 80px;
	position: relative;
	transform: translateZ(1px);
	z-index: 2
}
.p-contact .p-contact__title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: 22px;
	text-align: center
}
.p-contact .p-contact__text {
	font-size: 1.125rem;
	font-weight: 300;
	margin-bottom: 36px;
	text-align: center
}
.p-contact .p-contact__button {
	text-align: center
}
.p-contact .p-contact__mail {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	background-color: #61b2ed;
	border-radius: 50px;
	color: #fff;
	display: flex;
	font-size: .875rem;
	font-weight: 500;
	height: 46px;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 290px
}
.p-contact .p-contact__mail:before {
	background-image: url(../images/icon_contact.png);
	height: 22px;
	left: 24px;
	width: 29px
}
.p-contact .p-contact__mail:after, .p-contact .p-contact__mail:before {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.p-contact .p-contact__mail:after {
	background-image: url(../images/icon_arrow_r_white.png);
	height: 11.67px;
	right: 19px;
	width: 14px
}
.p-happy-booth {
	padding-top: 120px;
	position: relative;
	z-index: 1
}
.p-happy-booth .p-happy-booth__lead {
	font-size: .875rem;
	margin-bottom: 20px;
	text-align: center
}
.p-happy-booth .p-happy-booth__line {
	margin: 0 auto;
	max-width: 700px
}
.p-happy-booth .p-happy-booth__line img {
	display: block
}
.p-happy-booth .p-happy-booth__list {
	margin: 40px auto -10px;
	max-width: 1000px
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item {
	opacity: 0;
	transform: translateY(20px);
	transition: transform .5s, opacity .5s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:first-of-type {
	transition-delay: .1s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(2) {
	transition-delay: .2s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(3) {
	transition-delay: .3s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(4) {
	transition-delay: .4s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(5) {
	transition-delay: .5s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(6) {
	transition-delay: .6s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(7) {
	transition-delay: .7s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(8) {
	transition-delay: .8s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(9) {
	transition-delay: .9s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(10) {
	transition-delay: 1s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(11) {
	transition-delay: 1.1s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(12) {
	transition-delay: 1.2s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(13) {
	transition-delay: 1.3s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(14) {
	transition-delay: 1.4s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(15) {
	transition-delay: 1.5s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(16) {
	transition-delay: 1.6s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(17) {
	transition-delay: 1.7s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(18) {
	transition-delay: 1.8s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(19) {
	transition-delay: 1.9s
}
.p-happy-booth .p-happy-booth__list .p-happy-booth__list-item:nth-of-type(20) {
	transition-delay: 2s
}
.p-happy-booth .p-happy-booth__list.is-viewed .p-happy-booth__list-item {
	opacity: 1;
	transform: translateY(0)
}
.p-happy-booth .p-happy-booth__list-item {
	margin-bottom: 20px
}
.p-happy-booth .p-happy-booth__block {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	padding: 17px 25px
}
.p-happy-booth .p-happy-booth__title {
	font-size: .875rem;
	font-weight: 700;
	margin-bottom: 4px
}
.p-happy-booth .p-happy-booth__content {
	font-size: .875rem
}
.c-copy {
	margin: 0 auto;
	max-width: 815px;
	position: relative
}
.c-copy .c-copy__char {
	opacity: 0;
	transition: opacity .2s
}
.c-copy .c-copy__char:first-of-type {
	transition-delay: 50ms;
  transform: translate(112px, 24px);
  width: 24px;
}
.c-copy .c-copy__char:nth-of-type(2) {
	transition-delay: .1s;
  transform: translate(125px, 22px);
  width: 47px;
}
.c-copy .c-copy__char:nth-of-type(3) {
	transition-delay: .15s;
  transform: translate(140px, 3px);
  width: 23px;
}
.c-copy .c-copy__char:nth-of-type(4) {
	transition-delay: .2s;
  transform: translate(149px, 4px);
  width: 47px;
}
.c-copy .c-copy__char:nth-of-type(5) {
	transition-delay: .25s;
  transform: translate(160px, -2px);
  width: 43px;
}
.c-copy .c-copy__char:nth-of-type(6) {
	transition-delay: .3s;
  transform: translate(177px, -14px);
  width: 22px;
}
.c-copy .c-copy__char:nth-of-type(7) {
	transition-delay: .35s;
  transform: translate(191px, -7px);
  width: 44px;
}
.c-copy .c-copy__char:nth-of-type(8) {
	transition-delay: .4s;
  transform: translate(205px, -12px);
  width: 30px;
}
.c-copy .c-copy__char:nth-of-type(9) {
	transition-delay: .45s;
  transform: translate(220px, -2px);
  width: 29px;
}
.c-copy .c-copy__char:nth-of-type(10) {
	transition-delay: .5s;
  transform: translate(233px, -4px);
  width: 44px;
}
.c-copy .c-copy__char:nth-of-type(11) {
	transition-delay: .55s;
  transform: translate(248px, 7px);
  width: 39px;
}
.c-copy .c-copy__char:nth-of-type(12) {
	transition-delay: .6s;
  transform: translate(261px, 19px);
  width: 25px;
}
.c-copy .c-copy__char:nth-of-type(13) {
	transition-delay: .65s;
  transform: translate(271px, 23px);
  width: 24px;
}
.c-copy .c-copy__char.is-animated {
	opacity: 1
}
.c-title {
	position: relative
}
.c-title .c-title__chars {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1000px
}
.c-title .c-title__char {
	display: block;
	flex: none;
	opacity: 0;
	transition: transform 1.2s, opacity 1.6s;
	transition-timing-function: cubic-bezier(.65, 0, .35, 1)
}
.c-title .c-title__char--1 {
	transform: translateY(500px) rotate(20deg);
	width: 231px
}
.c-title .c-title__char--1.is-animated {
	opacity: 1;
	transform: translateX(190px) translateY(35px) rotate(0)
}
.c-title .c-title__char--2 {
	transform: translateY(500px) rotate(-5deg);
	transition-delay: 50ms;
	width: 161px
}
.c-title .c-title__char--2.is-animated {
	opacity: 1;
	transform: translateX(194px) translateY(41px) rotate(0)
}
.c-title .c-title__char--3 {
	transform: translateY(500px) rotate(10deg);
	transition-delay: 70ms;
	width: 118px
}
.c-title .c-title__char--3.is-animated {
	opacity: 1;
	transform: translateX(197px) translateY(4px) rotate(0)
}
.c-title .c-title__char--4 {
	transform: translateY(500px) rotate(0deg);
	transition-delay: 10ms;
	width: 368px
}
.c-title .c-title__char--4.is-animated {
	opacity: 1;
	transform: translateX(92px) translateY(17px) rotate(0)
}
.c-title .c-title__char--5 {
	transform: translateY(500px) rotate(10deg);
	transition-delay: 30ms;
	width: 122px
}
.c-title .c-title__char--5.is-animated {
	opacity: 1;
	transform: translateX(-24px) translateY(102px) rotate(0)
}
.c-title .c-title__char--6 {
	margin-left: -10px;
	margin-right: -5px;
	transform: translateY(500px) rotate(-5deg);
	transition-delay: 50ms;
	width: 330px
}
.c-title .c-title__char--6.is-animated {
	opacity: 1;
	transform: translateX(-197px) translateY(29px) rotate(0)
}
.c-title .c-title__bottom {
	display: block;
	margin: 8px auto 30px;
	width: 509px
}
.c-button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	background-color: #56B86C;
	border-radius: 30px;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	height: 3.3333333333em;
	justify-content: center;
	letter-spacing: .04em;
	position: relative;
	transition: background-color .2s;
	width: 12.2222222222em
}
.c-button:after {
	background-image: url(../images/icon_arrow.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 11.67px;
	position: absolute;
	right: 21px;
	top: 24px;
	width: 14px
}
.c-button--small {
	font-family: Didact Gothic, sans-serif;
	font-size: 1.375rem;
	height: 2.7272727273em;
	width: 10em
}
.p-mv__buttons .c-button:nth-of-type(2) {
	padding-right: 1.3rem
}
.p-project__bottom .c-button {
	font-weight: 500;
	padding-right: 1.25rem;
	padding-top: 0
}
.p-project__bottom .c-button:after {
	background-image: url(../images/icon_arrow_r.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: 20px;
	width: 11.67px
}
.c-htv-icon {
	bottom: 20px;
	left: 30px;
	position: fixed;
	width: 85px;
	z-index: 20
}
.c-htv-icon img {
	display: block
}
.c-button-top {
	bottom: 20px;
	position: fixed;
	right: 30px;
	width: 52px;
	z-index: 20
}
.c-button-top img {
	display: block
}
.c-section-title {
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: 3.125rem;
	margin-bottom: .84em;
	text-align: center;
	transform: rotate(.03deg)
}
.c-section-title.c-section-title__sub {
	font-size: 2.5rem;
	margin-bottom: .35em
}
.c-section-title.c-section-title__sub .c-section-title__en {
	font-weight: 700;
	margin-bottom: 10px
}
.c-section-title.c-section-title__sub .c-section-title__ja {
	font-size: .45em
}
.c-section-title .c-section-title__en {
	color: #56B86C;
	display: block;
	font-size: 1em;
	font-weight: 800;
	line-height: 1;
	margin-bottom: .4em
}
.c-section-title .c-section-title__ja {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #56B86C;
	display: block;
	font-size: .36em;
	line-height: 1;
	opacity: 0;
	transition: opacity .3s
}
.c-section-title .js-animate-section-title {
	opacity: 0;
	transition: opacity .3s
}
.c-section-title .js-animate-section-title:first-of-type {
	transition-delay: 50ms
}
.c-section-title .js-animate-section-title:nth-of-type(2) {
	transition-delay: .1s
}
.c-section-title .js-animate-section-title:nth-of-type(3) {
	transition-delay: .15s
}
.c-section-title .js-animate-section-title:nth-of-type(4) {
	transition-delay: .2s
}
.c-section-title .js-animate-section-title:nth-of-type(5) {
	transition-delay: .25s
}
.c-section-title .js-animate-section-title:nth-of-type(6) {
	transition-delay: .3s
}
.c-section-title .js-animate-section-title:nth-of-type(7) {
	transition-delay: .35s
}
.c-section-title .js-animate-section-title:nth-of-type(8) {
	transition-delay: .4s
}
.c-section-title .js-animate-section-title:nth-of-type(9) {
	transition-delay: .45s
}
.c-section-title .js-animate-section-title:nth-of-type(10) {
	transition-delay: .5s
}
.c-section-title .js-animate-section-title:nth-of-type(11) {
	transition-delay: .55s
}
.c-section-title .js-animate-section-title:nth-of-type(12) {
	transition-delay: .6s
}
.c-section-title .js-animate-section-title:nth-of-type(13) {
	transition-delay: .65s
}
.c-section-title .js-animate-section-title:nth-of-type(14) {
	transition-delay: .7s
}
.c-section-title .js-animate-section-title:nth-of-type(15) {
	transition-delay: .75s
}
.c-section-title .js-animate-section-title:nth-of-type(16) {
	transition-delay: .8s
}
.c-section-title .js-animate-section-title:nth-of-type(17) {
	transition-delay: .85s
}
.c-section-title .js-animate-section-title:nth-of-type(18) {
	transition-delay: .9s
}
.c-section-title .js-animate-section-title:nth-of-type(19) {
	transition-delay: .95s
}
.c-section-title .js-animate-section-title:nth-of-type(20) {
	transition-delay: 1s
}
.c-section-title.is-viewed .c-section-title__ja, .c-section-title.is-viewed .js-animate-section-title {
	opacity: 1
}
.c-booth-card {
	background-color: #ecf0d9;
	margin-bottom: 20px;
	min-height: 269px;
	width: 23.7%
}
.c-booth-card .c-booth-card__wrap {
	display: block;
	height: 100%;
	padding: 20px 25px
}
.c-booth-card .c-booth-card__wrap:has(.c-booth-card__commingsoon) {
	height: 100%;
	min-height: 269px;
	padding-bottom: 0;
	padding-top: 0
}
.c-booth-card .c-booth-card__logo {
	margin: 0 auto 20px;
	max-width: 140px
}
.c-booth-card .c-booth-card__logo img {
	display: block
}
.c-booth-card .c-booth-card__date {
	font-size: .75rem
}
.c-booth-card .c-booth-card__thumb {
	margin: 0 auto 16px
}
.c-booth-card .c-booth-card__thumb img {
	display: block;
	margin: 0 auto
}
.c-booth-card .c-booth-card__title {
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.8571428571;
	margin-bottom: 8px
}
.c-booth-card .c-booth-card__detail {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.c-booth-card .c-booth-card__inner {
	height: 100%;
	position: relative
}
.c-booth-card .c-booth-card__commingsoon {
	color: #fff;
	font-size: 1.125rem;
	left: 50%;
	letter-spacing: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}
.c-talk-show-block:not(:last-of-type) {
	margin-bottom: 34px
}
.c-talk-show-block .c-talk-show-block__cs {
	align-items: center;
	aspect-ratio: 510/308;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: 400;
	justify-content: center;
	width: 100%
}
.c-talk-show-block .c-talk-show-block__cs--1 {
	background-color: #9bdafa
}
.c-talk-show-block .c-talk-show-block__cs--2 {
	background-color: #fbe29b
}
.c-talk-show-block .c-talk-show-block__head {
	background-position: 0;
	background-repeat: repeat-x;
	background-size: auto 7.83px;
	color: #56B86C;
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: 1.625rem;
	font-weight: 800;
	margin-bottom: 2px;
	text-align: center;
	transform: rotate(.03deg)
}
@media(min-width:1200px) {
  .c-talk-show-block .c-talk-show-block__head--1:before,
  .c-talk-show-block .c-talk-show-block__head--1:after{
    content: "";
    background-image: url(../images/line_blue_time.png);
    width: 108px;
    height: 8px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-talk-show-block .c-talk-show-block__head--1:before {
    left: 0;
  }
  .c-talk-show-block .c-talk-show-block__head--2:before,
  .c-talk-show-block .c-talk-show-block__head--2:after{
    content: "";
    background-image: url(../images/line_orange_time.png);
    width: 108px;
    height: 8px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-talk-show-block .c-talk-show-block__head--2:before {
    left: 0;
  }
}
 @media (max-width:1199px){
  .c-talk-show-block .c-talk-show-block__head--1 {
    background-image: url(../images/line_blue.png)
  }
  .c-talk-show-block .c-talk-show-block__head--2 {
    background-image: url(../images/line_orange.png);
    position: relative
  }
}
.c-talk-show-block .c-talk-show-block__head>span {
	background-color: #fff;
	display: inline-block;
	letter-spacing: .04em;
	line-height: 1;
	padding: 5px 26px;
  position: relative;
}
.c-talk-show-block .c-talk-show-block__body {
	align-items: flex-start;
	display: flex;
	margin-bottom: 25px
}
.c-talk-show-block .c-talk-show-block__cat {
	margin-bottom: 10px
}
.c-talk-show-block .c-talk-show-block__cat--1>span {
	background-color: #61b2ed
}
.c-talk-show-block .c-talk-show-block__cat--2>span {
	background-color: #ffb510
}
.c-talk-show-block .c-talk-show-block__cat>span {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	display: inline-block;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1;
	padding: 8px 18px;
	text-align: center;
	width: 120px
}
.c-talk-show-block .c-talk-show-block__title {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #474747;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5454545455;
	margin-bottom: 10px
}
.c-talk-show-block .c-talk-show-block__subtitle {
	color: #64c0ab;
	font-family: M PLUS Rounded\ 1c, sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.7058823529;
	margin-bottom: 1.5294117647em;
	transform: rotate(.03deg)
}
.c-talk-show-block .c-talk-show-block__images {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px
}
.c-talk-show-block .c-talk-show-block__image {
	width: 23.5%
}
.c-talk-show-block .c-talk-show-block__image img {
	display: block
}
.c-talk-show-block .c-talk-show-block__image-text {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	padding-top: 12px;
	text-align: center
}
.c-talk-show-block .c-talk-show-block__performer {
	background-color: #fffef2;
	padding: 10px
}
.c-talk-show-block .c-talk-show-block__performer:not(:last-of-type) {
	margin-bottom: 8px
}
.c-talk-show-block .c-talk-show-block__performer-name {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5714285714;
	margin-bottom: 6px
}
.c-talk-show-block .c-talk-show-block__performer-detail {
	font-size: .75rem;
	font-weight: 300;
	line-height: 1.6666666667
}
.c-talk-show-block .c-talk-show-block__left {
	flex-shrink: 0;
	width: 120px
}
.c-talk-show-block .c-talk-show-block__right {
	flex: 1;
	padding-left: 30px
}
.c-talk-show-block .c-talk-show-block__thumb img {
	display: block
}
.c-talk-show-block .c-talk-show-block__bottom {
	padding: 8px 10px
}
.c-talk-show-block .c-talk-show-block__bottom--1 {
	background-color: rgba(206, 235, 255, .3)
}
.c-talk-show-block .c-talk-show-block__bottom--2 {
	background-color: #fffde5
}
.c-talk-show-block .c-talk-show-block__guest-name {
	font-weight: 500;
	margin-bottom: 4px
}
.c-talk-show-block .c-talk-show-block__detail, .c-talk-show-block .c-talk-show-block__guest-detail {
	font-weight: 300
}
.c-talk-show-detail {
	font-size: .875rem
}
.c-talk-show-detail img {
	display: block
}
.c-talk-show-detail .c-talk-show-detail__list {
	padding-left: 1em;
	text-indent: -1em
}
.c-talk-show-detail .c-talk-show-detail__text--1 {
	font-size: .625rem;
	padding-top: 7px
}
.c-talk-show-detail .c-talk-show-detail__text--2 {
	padding-top: 17px
}
.c-link-contact {
	position: fixed;
	right: 0;
	top: 364px;
	width: 72px;
	z-index: 10
}
.c-link-contact img {
	display: block
}
@media(max-width:87.5em) {
	body {
		font-size: .875rem
	}
	.p-mv .p-mv__buttons {
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 900px
	}
}
@media(max-width:40em) {
	body {
		font-size: .8125rem
	}
}
@media(hover:hover)and (pointer:fine) {
	a:hover {
		opacity: .7
	}
	.c-button:hover {
		background-color: #f8b500;
		opacity: 1
	}
}
@media(max-width:46.875em) {
	br.pc_only, br.tb_only {
		display: none!important
	}
	br.sp_only {
		display: block!important
	}
	.l-footer {
		padding: 20px 20px 10px
	}
	.l-footer .l-footer__text {
		line-height: 1.625
	}
	.l-footer .l-footer__text span {
		display: block
	}
	.l-footer .l-footer__copy {
		padding-top: 16px
	}
	.p-mv .p-mv__inner {
		max-height: 224vw;
		min-height: 197.3333333333vw
	}
	.p-mv .p-mv__content {
		padding-top: 26.8266666667vw
	}
	.p-mv .p-mv__line {
		margin-top: -.8vw;
		width: 76.2666666667vw
	}
	.p-mv .p-mv__line img {
		display: block
	}
	.p-mv .p-mv__detail {
		margin-top: calc(36 / 375 * 100vw);
	}
	.p-mv .p-mv__date {
		font-size: 4.2666666667vw;
		line-height: 6.9333333333vw
	}
	.p-mv .p-mv__place {
		font-size: 4.8vw;
		padding-top: 0
	}
	.p-mv .p-mv__free {
		margin-left: 2.1333333333vw;
		position: static;
		transform: none;
		width: 18.4vw
	}
	.p-mv .p-mv__free img {
		display: block
	}
	.p-mv .p-mv__buttons {
		-moz-column-gap: 4vw;
		column-gap: 4vw;
		padding-top: 7.2vw;
		row-gap: 5.3333333333vw
	}
	.p-mv .p-mv__bottom {
		margin-top: 40px;
		width: 37.3333333333vw
	}
	.p-mv .p-mv__bottom img {
		display: block
	}
	.p-bg-gradation {
		max-height: 224vw;
		min-height: 197.3333333333vw
	}
	.p-bg {
		background-image: url(../images/bg_mv_sp.png);
		max-height: 240vw
	}
	.p-bg .p-bg-geometry .p-bg-geometry_1 {
		background-image: url(../images/geometry_01_sp.png);
		height: 46.9333333333vw;
		left: -23.0133333333vw;
		top: 71.2vw;
		width: 39.6vw
	}
	.p-bg .p-bg-geometry .p-bg-geometry_2 {
		background-image: url(../images/geometry_02_sp.png);
		height: 28.4vw;
		left: 4.6133333333vw;
		top: -1.28vw;
		width: 37.7333333333vw
	}
	.p-bg .p-bg-geometry .p-bg-geometry_3 {
		background-image: url(../images/geometry_03_sp.png);
		height: 45.7333333333vw;
		right: 3.2vw;
		top: -22.32vw;
		width: 32.8vw
	}
	.p-bg .p-bg-geometry .p-bg-geometry_4 {
		background-image: url(../images/geometry_04_sp.png);
		height: 36.6666666667vw;
		right: -13.28vw;
		top: 67.1466666667vw;
		width: 29.0666666667vw
	}
	.p-bg .p-bg-geometry .p-bg-geometry_5 {
		display: none
	}
	.p-lead {
		padding: 30px 10px 67.8px
	}
	.p-lead .p-lead__content {
		padding: 60px 28px
	}
	.p-lead .p-lead__title {
		margin: 0 auto 30px;
		max-width: 258px
	}
  .reservation .p-lead {
    padding: calc(20 / 375 * 100vw) calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
  .reservation .p-lead .p-lead__content {
    padding: calc(15 / 375 * 100vw);
  }
  .reservation .p-lead .p-lead__content .p-lead__text {
    letter-spacing: .05em;
  }
  .reservation .p-mv__content {
    padding-top: calc(30 / 375 * 100vw);
  }
  .reservation .p-bg-gradation {
    max-height: none;
    min-height: auto;
  }
  .reservation .p-mv .p-mv__inner {
    max-height: none;
    min-height: auto;
  }
	.p-mimoza .p-mimoza__image {
		width: 50.1333333333vw
	}
	.p-event-details .p-event-details__inner {
		padding: 60px 20px
	}
	.p-event-details .p-event-details__inner:after, .p-event-details .p-event-details__inner:before {
		background-image: url(../images/line_orange_sp.png)
	}
	.p-event-details .p-event-details__section:not(:last-of-type) {
		margin-bottom: 60px
	}
	.p-event-details .p-event-details__first {
		margin-bottom: 30px
	}
	.p-event-details .p-event-details__title {
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 20px
	}
	.p-event-details .p-event-details__text {
		font-size: 1rem;
		line-height: 1.625
	}
	.p-contents-bg {
		padding: 0 10px 60px
	}
	.p-booth-list {
		gap: 1.6%;
		margin-bottom: 0
	}
	.p-store-booth {
		padding-top: 74px
	}
	.p-talk-show {
		padding-top: 60px
	}
	.p-talk-show .p-talk-show__area--1, .p-talk-show .p-talk-show__area--2 {
		padding-top: 40px
	}
	.p-talk-show .p-talk-show__block {
		padding: 20px
	}
	.p-talk-show .p-talk-show__buttons {
		gap: 4vw
	}
	.p-talk-show .p-talk-show__head {
		margin-bottom: 20px
	}
	.p-talk-show .p-talk-show__head .p-talk-show__floor {
		font-size: 6.9333333333vw
	}
	.p-talk-show .p-talk-show__head .p-talk-show__floor>span {
		font-size: .6153846154em
	}
	.p-talk-show .p-talk-show__head .p-talk-show__floot-title {
		color: #727272;
		font-size: 3.7333333333vw
	}
	.p-food-booth, .p-work-shop {
		padding-top: 60px
	}
	.p-project .p-project__inner {
		padding: 60px 20px
	}
	.p-project .p-project__logo {
		margin: 0 auto 40px;
		max-width: 300px
	}
	.p-project .p-project__text {
		font-size: 1rem;
		line-height: 2
	}
	.p-project .p-project__bottom {
		padding-top: 58px
	}
	.p-project .p-project__bottom-text {
		font-size: 1rem;
		line-height: 1.625;
		text-align: center
	}
	.p-sponsors {
		padding: 56px 20px
	}
	.p-sponsors .p-sponsors__title {
		font-size: .875rem;
		margin-bottom: 25px;
		padding-bottom: 28px
	}
	.p-sponsors .p-sponsors__title--1_2:after {
		background-image: url(../images/line_sponsorship_sp.png)
	}
	.p-sponsors .p-sponsors__title--1_2 {
		max-width: 335px;
		width: 100%;
		z-index: 3
	}
	.p-sponsors .p-sponsors__title--2:after {
		background-image: url(../images/line_cooperation_sp.png)
	}
	.p-sponsors .p-sponsors__list--2 {
		padding: 0 10px
	}
	.p-sponsors .p-sponsors__list:not(.p-sponsors__list--1) {
		margin: 0 auto
	}
	.p-sponsors .p-sponsors__list {
		max-width: 335px
	}
	.p-sponsors .p-sponsors__list .p-sponsors__sponsor--2 {
		margin-bottom: 20px;
		width: 45.16%
	}
	.p-sponsors .p-sponsors__list .p-sponsors__sponsor--2:nth-last-of-type(-n+2) {
		margin-bottom: 0
	}
	.p-sponsors .p-sponsors__list .p-sponsors__sponsor--2:not(:nth-of-type(4n)) {
		margin-right: 0
	}
	.p-sponsors .p-sponsors__list .p-sponsors__sponsor--2:not(:nth-of-type(odd)) {
		margin-left: 9.68%
	}
	.p-sponsors .p-sponsors__list .p-sponsors__sponsor--3 {
		margin-bottom: 20px
	}
	.p-sponsors .p-sponsors__list .p-sponsors__sponsor--3:nth-last-of-type(-n+2) {
		margin-bottom: 0
	}
	.p-sponsors .p-sponsors__block--1_2 {
		margin: 0 auto 44px
	}
	.p-sponsors .p-sponsors__bottom .p-sponsors__block--2 {
		margin: 0 auto 40px
	}
	.p-sponsors .p-sponsors__bottom .p-sponsors__block--2:last-of-type {
		margin-bottom: 0
	}
	.p-contact {
		padding: 60px 30px
	}
	.p-contact .p-contact__title {
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 15px
	}
	.p-contact .p-contact__text {
		font-size: 1rem;
		line-height: 1.625;
		margin-bottom: 30px
	}
	.p-contact .p-contact__mail {
		height: min(46px, 12.2666666667vw);
		width: min(315px, 84vw)
	}
	.p-happy-booth {
		padding-top: 60px
	}
	.p-happy-booth .p-happy-booth__lead {
		font-size: .75rem;
		margin-bottom: 16px
	}
	.p-happy-booth .p-happy-booth__line {
		width: 65.3333333333vw
	}
	.p-happy-booth .p-happy-booth__list {
		margin: 20px auto -10px
	}
	.p-happy-booth .p-happy-booth__list-item {
		margin-bottom: 10px
	}
	.p-happy-booth .p-happy-booth__block {
		padding: 7px 15px
	}
	.p-happy-booth .p-happy-booth__title {
		font-size: .8125rem;
		margin-bottom: 0
	}
	.p-happy-booth .p-happy-booth__content {
		font-size: .8125rem
	}
	.c-copy .c-copy__pc {
		display: none
	}
	.c-copy, .c-copy .c-copy__line>svg {
		width: 76vw
	}
	.c-copy .c-copy__line.is-animated {
		width: 77.3333333333vw
	}
	.c-copy .c-copy__line--pc {
		display: none
	}
  .c-copy .c-copy__char:first-of-type {
  transform: translate(calc(49 / 375 * 100vw), calc(17 / 375 * 100vw));
  width: calc(8 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(2) {
  transform: translate(calc(53 / 375 * 100vw), calc(17 / 375 * 100vw));
  width: calc(15 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(3) {
  transform: translate(calc(57 / 375 * 100vw), calc(11 / 375 * 100vw));
  width: calc(7 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(4) {
  transform: translate(calc(60 / 375 * 100vw), calc(11 / 375 * 100vw));
  width: calc(15 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(5) {
  transform: translate(calc(63 / 375 * 100vw), calc(10 / 375 * 100vw));
  width: calc(15 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(6) {
  transform: translate(calc(68 / 375 * 100vw), calc(6 / 375 * 100vw));
  width: calc(7 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(7) {
  transform: translate(calc(72 / 375 * 100vw), calc(7 / 375 * 100vw));
  width: calc(14 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(8) {
  transform: translate(calc(77 / 375 * 100vw), calc(6 / 375 * 100vw));
  width: calc(9 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(9) {
  transform: translate(calc(82 / 375 * 100vw), calc(9 / 375 * 100vw));
  width: calc(9 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(10) {
  transform: translate(calc(86 / 375 * 100vw), calc(8 / 375 * 100vw));
  width: calc(14 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(11) {
  transform: translate(calc(92 / 375 * 100vw), calc(12 / 375 * 100vw));
  width: calc(12 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(12) {
  transform: translate(calc(96 / 375 * 100vw), calc(15 / 375 * 100vw));
  width: calc(7 / 375 * 100vw);
}
.c-copy .c-copy__char:nth-of-type(13) {
  transform: translate(calc(100 / 375 * 100vw), calc(17 / 375 * 100vw));
  width: calc(8 / 375 * 100vw);
}
	.c-title .c-title__char--1 {
		transform: translateY(300px) rotate(20deg);
		width: calc(73 / 375 * 100vw);
	}
	.c-title .c-title__char--1.is-animated {
		transform: translate(calc(60 / 375 * 100vw), calc(17 / 375 * 100vw)) rotate(0);
	}
	.c-title .c-title__char--2 {
		transform: translateY(300px) rotate(-5deg);
		width: calc(50 / 375 * 100vw);
	}
	.c-title .c-title__char--2.is-animated {
		transform: translate(calc(63 / 375 * 100vw), calc(18 / 375 * 100vw)) rotate(0);
	}
	.c-title .c-title__char--3 {
		transform: translateY(300px) rotate(10deg);
		width: calc(38 / 375 * 100vw);
	}
	.c-title .c-title__char--3.is-animated {
		transform: translate(calc(64 / 375 * 100vw), calc(7 / 375 * 100vw)) rotate(0);
	}
	.c-title .c-title__char--4 {
		transform: translateY(300px) rotate(0deg);
		width: calc(117 / 375 * 100vw);
	}
	.c-title .c-title__char--4.is-animated {
		transform: translate(calc(30 / 375 * 100vw), calc(12 / 375 * 100vw)) rotate(0);
	}
	.c-title .c-title__char--5 {
		transform: translateY(300px) rotate(10deg);
		width: calc(38 / 375 * 100vw);
	}
	.c-title .c-title__char--5.is-animated {
		transform: translate(calc(-6 / 375 * 100vw), calc(38 / 375 * 100vw)) rotate(0);
	}
	.c-title .c-title__char--6 {
		margin-left: -5px;
		margin-right: 0;
		transform: translateY(300px) rotate(-5deg);
		width: calc(105 / 375 * 100vw);
	}
	.c-title .c-title__char--6.is-animated {
		transform: translate(calc(-60 / 375 * 100vw), calc(15 / 375 * 100vw)) rotate(0);
	}
	/* .c-title .c-title__char--7 {
		transform: translateY(300px) rotate(-20deg);
		width: 11.508vw
	}
	.c-title .c-title__char--7.is-animated {
		transform: translateX(1.0666666667vw) translateY(3.7333333333vw) rotate(0)
	} */
	.c-title .c-title__bottom {
		margin: calc(9 / 375 * 100vw) auto calc(24 / 375 * 100vw);
		width: calc(162 / 375 * 100vw);
	}
	.c-button {
		border-radius: 50px;
		font-size: 4.2666666667vw;
		height: 2.8125em;
		width: 11.875em
	}
	.c-button:after {
		background-image: url(../images/icon_arrow_sp.png);
		height: 10px;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		width: 12px
	}
	.c-button--small {
		font-size: 4vw;
		height: 12vw;
		width: 40vw
	}
	.p-mv__buttons .c-button:nth-of-type(2) {
		padding-right: 1rem
	}
	.p-talk-show__buttons .c-button--small {
		padding-right: 4.8vw
	}
	.p-project__bottom .c-button:after {
		background-image: url(../images/icon_arrow_r_sp.png);
		height: 12px;
		top: 50%;
		transform: translateY(-50%);
		width: 10px
	}
	.c-htv-icon {
		bottom: 10px;
		left: 10px;
		width: 56px
	}
	.c-button-top {
		bottom: 10px;
		right: 10px;
		width: 44px
	}
	.c-section-title {
		font-size: 1.875rem;
		margin-bottom: 1em;
		position: relative;
		z-index: 3
	}
	.c-section-title.c-section-title__sub {
		font-size: 6.9333333333vw
	}
	.c-section-title.c-section-title__sub .c-section-title__ja {
		font-size: 3.4666666667vw
	}
	.c-section-title .c-section-title__en {
		margin-bottom: .3em
	}
	.c-section-title .c-section-title__ja {
		color: #727272;
		font-size: .4666666667em
	}
	.c-booth-card {
		margin-bottom: 5px;
		width: 49.2%
	}
	.c-booth-card .c-booth-card__wrap {
		height: auto;
		padding: 15px 10px 20px
	}
	.c-booth-card .c-booth-card__wrap:has(.c-booth-card__commingsoon) {
		min-height: 114.6666666667vw
	}
	.c-booth-card .c-booth-card__logo {
		margin: 0 auto 15px;
		max-width: 104px
	}
	.c-booth-card .c-booth-card__date {
		font-size: min(.75rem, 3.2vw);
		margin-bottom: .5em
	}
	.c-booth-card .c-booth-card__title {
		margin-bottom: 16px
	}
	.c-booth-card .c-booth-card__commingsoon {
		font-size: 3.7333333333vw
	}
	.c-talk-show-block:not(:last-of-type) {
		margin-bottom: 28px
	}
	.c-talk-show-block .c-talk-show-block__cs {
		aspect-ratio: 335/323
	}
	.c-talk-show-block .c-talk-show-block__head {
		font-size: 1.25rem;
		margin-bottom: 10px
	}
	.c-talk-show-block .c-talk-show-block__head>span {
		font-size: 1.25rem;
		padding: 11px 13px
	}
	.c-talk-show-block .c-talk-show-block__body {
		margin-bottom: 20px
	}
	.c-talk-show-block .c-talk-show-block__first {
		margin-bottom: 30px
	}
	.c-talk-show-block .c-talk-show-block__title {
		font-size: 4.2666666667vw;
		margin-bottom: 5px
	}
	.c-talk-show-block .c-talk-show-block__subtitle {
		margin-bottom: 16px
	}
	.c-talk-show-block .c-talk-show-block__images {
		margin: 0 auto 10px;
		max-width: 250px
	}
	.c-talk-show-block .c-talk-show-block__image {
		margin-bottom: 20px;
		width: 48%
	}
	.c-talk-show-block .c-talk-show-block__image:not(:nth-of-type(2n)) {
		margin-right: 4%
	}
	.c-talk-show-block .c-talk-show-block__performer-name {
		margin-bottom: 3px
	}
	.c-talk-show-block .c-talk-show-block__right {
		padding-left: 4vw
	}
	.c-talk-show-block .c-talk-show-block__detail, .c-talk-show-block .c-talk-show-block__guest-detail {
		font-size: 3.7333333333vw
	}
	.c-link-contact {
		top: 60px;
		width: min(10.1333333333vw, 60px)
	}
}
@media(min-width:401px) and (max-width:1024px){
  .c-talk-show-block .c-talk-show-block__head--1 {
    background-image: url(../images/line_blue_sp.png)
  }
  .c-talk-show-block .c-talk-show-block__head--2 {
    background-image: url(../images/line_orange_sp.png)
  }
}
@media(max-width:400px) {
  .c-talk-show-block .c-talk-show-block__head--1 {
    background-image: none;
  }
  .c-talk-show-block .c-talk-show-block__head--2 {
    background-image: none;
  }
  .c-talk-show-block .c-talk-show-block__head--1:before,
  .c-talk-show-block .c-talk-show-block__head--1:after{
    content: "";
    background-image: url(../images/line_blue_sp.png);
    width: calc(90 * 100vw / 375);
    height: calc(8 * 100vw / 375);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-talk-show-block .c-talk-show-block__head--1:before {
    left: 0;
  }
  .c-talk-show-block .c-talk-show-block__head--2:before,
  .c-talk-show-block .c-talk-show-block__head--2:after{
    content: "";
    background-image: url(../images/line_orange_sp.png);
    width: calc(90 * 100vw / 375);
    height: calc(8 * 100vw / 375);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-talk-show-block .c-talk-show-block__head--2:before {
    left: 0;
  }
}
@media(max-width:375px) {
  .c-talk-show-block .c-talk-show-block__head>span {
    font-size: calc(20 * 100vw / 375);;
    padding: calc(11 * 100vw / 375) calc(13 * 100vw / 375);
  }
}
@media(min-width:46.9375em)and (max-width:87.5em) {
	br.pc_only, br.sp_only {
		display: none!important
	}
	br.tb_only {
		display: block!important
	}
	.p-talk-show .p-talk-show__date {
		font-size: 1.5rem
	}
}
@media(min-width:87.5625em) {
	br.sp_only, br.tb_only {
		display: none!important
	}
	br.pc_only {
		display: block!important
	}
}
@media(min-width:46.9375em) {
	.l-header {
		display: none
	}
	.l-footer .l-footer__text span {
		margin-right: 1em
	}
	.p-lead .p-lead__text {
		font-size: 1.125rem;
		line-height: 2;
		text-align: center
	}
	.p-event-details .p-event-details__section {
		display: flex
	}
	.p-event-details .p-event-details__section--reverse {
		flex-direction: row-reverse;
		justify-content: flex-end
	}
	.p-event-details .p-event-details__first {
		width: 50%
	}
	.p-event-details .p-event-details__img+.p-event-details .p-event-details__img {
		margin-left: auto
	}
	.p-event-details .p-event-details__second {
		padding-left: 6%;
		width: 50%
	}
	.p-event-details .p-event-details__second--reverse {
		padding-left: 0;
		padding-right: 6%
	}
	.p-store-booth .p-store-booth__content {
		padding: 0 10px
	}
	.p-talk-show .p-talk-show__block {
		border-radius: 20px
	}
	.p-food-booth .p-food-booth__content, .p-work-shop .p-work-shop__content {
		padding: 0 10px
	}
	.p-sponsors .p-sponsors__block {
		max-width: 620px;
		min-width: 250px
	}
	.p-sponsors .p-sponsors__bottom {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 14px
	}
	.p-sponsors .p-sponsors__bottom .p-sponsors__block {
		max-width: 310px;
		min-width: 250px;
		width: 26.45%
	}
	.p-happy-booth .p-happy-booth__list {
		display: flex;
		flex-wrap: wrap
	}
	.p-happy-booth .p-happy-booth__list-item {
		width: 49%
	}
	.p-happy-booth .p-happy-booth__list-item:nth-of-type(odd) {
		margin-right: 2%
	}
	.c-copy .c-copy__line--sp, .c-copy .c-copy__sp {
		display: none
	}
	.c-talk-show-block .c-talk-show-block__first {
		padding-right: 4%;
		width: 49%
	}
	.c-talk-show-block .c-talk-show-block__second {
		width: 51%
	}
	.c-talk-show-block .c-talk-show-block__image:not(:nth-of-type(4n)) {
		margin-right: 2%
	}
	.c-talk-show-block .c-talk-show-block__image:not(:nth-last-of-type(-n+4)) {
		margin-bottom: 20px
	}
}
@media(min-width:114.4375em) {
	.p-bg-gradation, .p-mv .p-mv__inner {
		min-height: 1060px
	}
}
@media(min-width:98.8125em)and (max-width:114.375em) {
	.p-mv .p-mv__inner {
		min-height: 1024px
	}
	.p-mv .p-mv__bottom {
		margin-top: 68px
	}
	.p-bg-gradation {
		min-height: 1024px
	}
}
@media(min-width:64.0625em)and (max-width:98.75em) {
	.p-mv .p-mv__inner {
		min-height: 820px
	}
	.p-mv .p-mv__bottom {
		margin-top: 68px
	}
	.p-bg-gradation {
		min-height: 820px
	}
}
@media(min-width:46.9375em)and (max-width:64em) {
	.p-mv .p-mv__inner {
		max-height: 1400px;
		min-height: 1040px
	}
	.p-mv .p-mv__content {
		padding-left: 10px;
		padding-right: 10px
	}
	.p-mv .p-mv__bottom {
		margin-top: 68px
	}
	.p-bg-gradation {
		max-height: 1400px;
		min-height: 1040px
	}
	.p-bg {
		background-image: url(../images/bg_mv_sp.png);
		max-height: 1400px
	}
	.p-event-details .p-event-details__title {
		font-size: 1.75rem
	}
	.p-booth-list {
		gap: 2%
	}
	.p-talk-show .p-talk-show__content:has(.p-talk-show__block--1.is-active):after {
		left: 20px
	}
	.p-talk-show .p-talk-show__content:has(.p-talk-show__block--2.is-active):after {
		right: 20px
	}
	.p-talk-show .p-talk-show__block {
		padding: 60px 40px
	}
	.p-project .p-project__logo {
		max-width: 500px
	}
	.p-sponsors .p-sponsors__block:first-of-type, .p-sponsors .p-sponsors__bottom .p-sponsors__block:first-of-type {
		margin-bottom: 60px;
		margin-right: auto
	}
	.c-booth-card {
		width: 32%
	}
	.c-talk-show-block .c-talk-show-block__title {
		font-size: 1.125rem
	}
	.c-talk-show-block .c-talk-show-block__image-text {
		font-size: .75rem
	}
	.c-link-contact {
		width: 62px
	}
}
@media(min-width:87.5625em)and (max-width:98.75em) {
	.p-mv .p-mv__content {
		transform: scale(.9)
	}
}
@media(min-width:64.0625em)and (max-width:87.5em) {
	.p-mv .p-mv__content {
		transform: scale(.85)
	}
	.p-mimoza .p-mimoza__image--left {
		left: -70px;
		transform: scale(.8);
		transform-origin: top
	}
	.p-mimoza .p-mimoza__image--right {
		right: -70px;
		transform: scale(.8);
		transform-origin: top
	}
}
@media(min-width:58.8125em)and (max-width:64em) {
	.p-mv .p-mv__line {
		margin-top: -10px;
		transform: scale(.7)
	}
	.p-mv .p-mv__free {
		right: 5%;
		top: 109%;
		width: 100px
	}
	.p-mimoza .p-mimoza__image--left {
		left: -120px
	}
	.p-mimoza .p-mimoza__image--right {
		right: -120px
	}
	.c-copy, .c-title {
		transform: scale(.7)
	}
}
@media(min-width:46.9375em)and (max-width:58.75em) {
	.p-mv .p-mv__line {
		margin-top: -32px;
		transform: scale(.55)
	}
	.p-mv .p-mv__date {
		font-size: 1.25rem
	}
	.p-mv .p-mv__free {
		right: calc(50% - 290px);
		top: 90%;
		width: 110px
	}
	.p-mv .p-mv__buttons {
		padding-top: 60px
	}
	.p-mimoza .p-mimoza__image {
		width: 188px
	}
	.p-mimoza .p-mimoza__image--left {
		left: 47px;
		transform: scale(1.5);
		transform-origin: top
	}
	.p-mimoza .p-mimoza__image--right {
		right: 47px;
		transform: scale(1.5);
		transform-origin: top
	}
	.c-copy, .c-title {
		transform: scale(.55)
	}
}
@media(max-width:58.75em) {
	.p-mv .p-mv__place_small {
		display: block;
		font-size: .7777777778em
	}
	.p-mv .p-mv__detail_wrap {
		align-items: center;
		display: flex;
		justify-content: center;
		line-height: 6.9333333333vw;
		margin: -13px 0;
		padding-top: 4.8vw
	}
}
@media(min-width:120.0625em) {
	.p-mv .p-mv__bottom {
		width: 13.2291666667vw
	}
}
@media screen and (min-width:46.9375em)and (max-width:64em)and (max-height:1159px) {
	.p-mv .p-mv__bottom {
		margin-top: 68px
	}
}
@media screen and (max-width:46.875em)and (max-height:210.6vw) {
	.p-mv .p-mv__bottom {
		margin-top: 40px
	}
}
@media(min-width:64.0625em) {
	.p-bg {
		background-image: url(../images/bg_mv.png)
	}
	.p-talk-show .p-talk-show__tab {
		display: none
	}
	.p-sponsors .p-sponsors__bottom .p-sponsors__block--2:not(:nth-of-type(2n)) {
		margin-right: 10.2%
	}
}
@media(max-width:64em) {
	.p-talk-show .p-talk-show__content:after {
		background-color: #fff;
		bottom: 100%;
		content: "";
		display: block;
		height: 20px;
		position: absolute;
		width: 45.3333333333vw;
		z-index: 1
	}
	.p-talk-show .p-talk-show__content {
		box-shadow: 0 0 10px rgba(185, 153, 97, .16);
		display: block;
		margin: 0 calc(50% - 50vw);
		position: relative
	}
	.p-talk-show .p-talk-show__block {
		opacity: 0;
		pointer-events: none
	}
	.p-talk-show .p-talk-show__block.is-active {
		left: 0;
		opacity: 1;
		pointer-events: auto;
		position: absolute;
		top: 0;
		transition: opacity .5s
	}
	.p-talk-show .p-talk-show__block {
		width: 100%
	}
	.p-talk-show .p-talk-show__date {
		display: none
	}
	.p-sponsors .p-sponsors__bottom {
		max-width: 700px
	}
	.c-talk-show-block .c-talk-show-block__subtitle {
		font-size: .9375rem
	}
}
@media(min-width:80.0625em) {
	.p-access .p-access__inner {
		display: flex
	}
	.p-access .p-access__first {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px;
		width: 39%
	}
	.p-access .p-access__second {
		width: 61%
	}
	.p-access .p-access__detail--sp {
		display: none
	}
}
@media(max-width:80em) {
	.p-access .p-access__inner {
		padding: 56px 20px
	}
	.p-access .p-access__map {
		margin-bottom: 26px
	}
	.p-access .p-access__map iframe {
		height: 160px
	}
	.p-access .p-access__detail {
		font-size: 1rem;
		line-height: 1.625
	}
	.p-access .p-access__detail--pc {
		display: none
	}
}
@media screen and (max-width:1160px) {
	.c-talk-show-block .br_tb {
		display: none
	}
}
@media screen and (min-width:46.9375em)and (max-height:1000px) {
	.c-link-contact {
		top: 22%
	}
}