/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/

/* Box sizing rules */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
	display: block;
	max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

button {
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	outline: none;
	padding: 0;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/

/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

html {
	font-size: 16px;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

/* page-entry
-------------------------------------------------- */

.entry-form {
	height: auto;
	width: 100%;
}

/* section-title
-------------------------------------------------- */

.section-header .title {
	color: #1E1E2F;
	letter-spacing: -0.02em;
	text-align: center;
}

.section-header .title .txt01 {
	display: block;
	font-size: 0.875rem;
	margin-bottom: 0.6875rem;
}

.section-header .title .txt02 {
	display: block;
	font-family: "Orbitron", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	padding-bottom: 1.625rem;
	position: relative;
}

.section-header .title .txt02 .sp-only {
	display: none;
}

.section-header .title .txt02::after {
	background: #6549CC;
	border-radius: 3px;
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2rem;
}

.section-keynote .section-header .title {
	color: #fff;
}

.section-keynote .section-header .title .txt02::after {
	background: #fff;
}

.section-entry .section-header .title {
	color: #fff;
}

/* loading
-------------------------------------------------- */

.loader {
	background: #6549CC;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}

.loader-logo {
	clip-path: inset(100% 0% 100% 0%);
	height: 7.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 21.375rem;
	z-index: 1005;
}

.loader-logo img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.js-fadeIn {
	opacity: 0;
}

.js-title {
	opacity: 0;
}

/* #main
-------------------------------------------------- */

#main {
	background: #F6F6F6;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#main #main-content {
	margin-top: -0.0625rem;
}

/* header
-------------------------------------------------- */

#header {
	background: linear-gradient(#0D0D0D 0%, transparent 100%);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

#header::before {
	background: linear-gradient(#0D0D0D 0%, transparent 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#header.colorScroll {
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s ease-out;
}

#header.colorScroll::before {
	background: none;
	transition: all 0.3s ease-out;
}

#header .header-inner {
	align-items: center;
	display: flex;
	height: 6.25rem;
	justify-content: space-between;
	margin-inline: auto;
	padding: 0 3.4375rem;
	position: relative;
	transition: all 0.3s ease-out;
	width: 90rem;
	z-index: 100;
}

#header #logo-conf a {
	display: flex;
	width: 21.375rem;
}

#header #logo-conf a svg {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#header #logo-conf a svg path {
	fill: #fff;
	transition: all 0.3s ease-out;
}

#header.colorScroll #logo-conf a svg path {
	fill: #1E1E2F;
}

#header.colorScroll #logo-conf.active a svg path {
	fill: #fff;
}

#header #gnav ul {
	display: flex;
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
}

#header #gnav ul li a {
	color: #fff;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	position: relative;
	transition: all 0.3s ease-out;
}

#header #gnav ul li a::before {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s ease-out;
	width: 100%;
}

#header #gnav ul li a:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

#header.colorScroll #gnav ul li a {
	color: #1E1E2F;
}

#header.colorScroll #gnav ul li a::before {
	background: #1E1E2F;
}

#header #gnav ul li a.event-none {
	color: #5C5C5C;
	pointer-events: none;
}

#header #btn-menu {
	display: none;
}

#header #btn-menu .hb-btn {
	position: relative;
}

#header #btn-menu .hb-btn span {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	transition: all 0.3s ease-out;
	width: 4.5333333333vw;
}

#header #btn-menu .hb-btn span:nth-of-type(1) {
	top: 50%;
	transform: translateY(calc(-50% - 1.3333333333vw));
}

#header #btn-menu .hb-btn span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}

#header #btn-menu .hb-btn span:nth-of-type(3) {
	top: 50%;
	transform: translateY(calc(-50% + 1.3333333333vw));
}

#header #btn-menu.active .hb-btn span:nth-of-type(1) {
	top: 50%;
	transform: rotate(42deg) translateY(-50%);
}

#header #btn-menu.active .hb-btn span:nth-of-type(2) {
	display: none;
}

#header #btn-menu.active .hb-btn span:nth-of-type(3) {
	top: 50%;
	transform: rotate(318deg) translateY(-50%);
}

#header .mobile-nav {
	display: none;
}

#header .mobile-nav ul {
	margin-top: 33.8666666667vw;
	text-align: center;
}

#header .mobile-nav ul li + li {
	margin-top: 11.7333333333vw;
}

#header .mobile-nav li a {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 6.4vw;
	font-weight: 700;
}

#header .mobile-nav li a.event-none {
	color: #5C5C5C;
	pointer-events: none;
}

.no-scroll {
	height: 100%;
	overflow: hidden;
}

/* footer
-------------------------------------------------- */

#footer {
	background: #4B3E70;
	color: #fff;
	padding-bottom: 1.3125rem;
	padding-top: 1.625rem;
}

#footer .footer-inner {
	align-items: center;
	display: flex;
	height: 6.25rem;
	justify-content: space-between;
	margin-inline: auto;
	padding: 0 2.5rem;
	width: 90rem;
}

#footer .footer-menu {
	align-items: center;
	display: flex;
}

#footer #logo-kesco {
	margin-left: 0.9375rem;
	margin-right: 3.4375rem;
	width: 9.375rem;
}

#footer #logo-kesco img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#footer #footer-links {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

#footer #footer-links li {
	border-left: 1px solid #fff;
	padding: 0.625rem 2.0625rem;
}

#footer #footer-links li a {
	display: block;
	position: relative;
}

#footer #footer-links li a::before {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s ease-out;
	width: 100%;
}

#footer #footer-links li a:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

#footer #copyright {
	flex: 1;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.6;
	text-align: right;
}

/* FV
-------------------------------------------------- */

#main-header {
	background: #1E1E2F;
	padding-bottom: 5.9375rem;
	padding-top: 9.375rem;
	position: relative;
}

#main-header::before {
	background: url(../img/fv-bg.png) no-repeat top/contain;
	content: "";
	height: 94.5625rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 114.3125rem;
}

#main-header .fv-inner {
	margin-inline: auto;
	position: relative;
	width: 72.5rem;
	z-index: 1;
}

#main-header .title .txt01 {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 0.375rem;
}

#main-header .title .txt02 {
	color: #fff;
	font-family: "Orbitron", sans-serif;
	font-size: 5.3125rem;
	font-weight: 700;
	line-height: 1.1;
}

#main-header .schedule {
	align-items: center;
	display: flex;
	margin-top: 2.25rem;
}

#main-header .schedule .txt01 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 4.5625rem;
	font-weight: 700;
}

#main-header .schedule .txt02 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-left: 0.25rem;
	margin-right: 1.75rem;
	padding-right: 1.625rem;
	position: relative;
	writing-mode: vertical-rl;
}

#main-header .schedule .txt02::after {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.125rem;
}

#main-header .schedule .wrap {
	display: flex;
	flex-direction: column;
	row-gap: 0.4375rem;
}

#main-header .schedule .txt03,
#main-header .schedule .txt04 {
	padding-left: 1.875rem;
	position: relative;
}

#main-header .schedule .txt03 {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

#main-header .schedule .txt03::before {
	background: url(../img/icon-clock.svg) no-repeat center/cover;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

#main-header .schedule .bar {
	display: inline-block;
	height: 1.75rem;
	padding: 0 0.5rem;
	position: relative;
	width: 1.8125rem;
}

#main-header .schedule .bar::after {
	background: #fff;
	content: "";
	height: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

#main-header .schedule .txt04 {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
}

#main-header .schedule .txt04::before {
	background: url(../img/icon-map.svg) no-repeat center/cover;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

#main-header #entry {
	background: #30D098;
	border: 1px solid #30D098;
	color: #fff;
	display: inline-block;
	font-size: 1.5625rem;
	font-weight: 700;
	margin-top: 2.75rem;
	padding: 0.8125rem 4rem;
	text-align: center;
	transition: all 0.3s ease-out;
}

#main-header #entry:hover {
	background: #fff;
	color: #30D098;
}

#main-header #entry.event-none {
	background: #464646;
	border: none;
	pointer-events: none;
}

#main-header #entry span {
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.5rem;
	text-align: center;
}

#main-header .fv-content {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	row-gap: 1.625rem;
}

#main-header .countdown {
	display: inline-block;
	padding: 1.375rem 1.5rem 1.125rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

#main-header .countdown::before {
	background: #1E1E2F;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#main-header .countdown .txt01 {
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

#main-header .countdown .txt02 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 5.4375rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

#main-header .countdown .txt03 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}

#main-header .keynote {
	color: #fff;
	display: inline-block;
	padding: 1.1875rem 1.4375rem 1.5rem;
	position: relative;
	text-align: center;
	width: 26.25rem;
	z-index: 1;
}

#main-header .keynote::before {
	background: #1E1E2F;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#main-header .keynote .txt01 {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	margin-bottom: 0.3125rem;
}

#main-header .keynote .txt02 {
	font-family: "Orbitron", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	position: relative;
}

#main-header .keynote .txt02::before {
	background: url(../img/deco_arws.svg) no-repeat center/cover;
	content: "";
	height: 0.9375rem;
	left: -3.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.0625rem;
}

#main-header .keynote .txt02::after {
	background: url(../img/deco_arws.svg) no-repeat center/cover;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: -3.125rem;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 2.0625rem;
}

#main-header .keynote .coming-soon {
	align-items: center;
	background: #6549CC;
	display: flex;
	font-family: "Orbitron", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: 4.5625rem;
	justify-content: center;
	letter-spacing: -0.02em;
	margin-top: 1rem;
	width: 23.375rem;
}

/* fv-message
-------------------------------------------------- */

.message {
	background: #1E1E2F;
	padding-bottom: 6.25rem;
}

.message-inner {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 72.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.message-content {
	width: 39.9375rem;
}

.message-title h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

.message-lead {
	margin-top: 1.875rem;
}

.message-lead p {
	color: #fff;
	font-size: 1rem;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

.message-lead p + p {
	margin-top: 1em;
}

/* section-program
-------------------------------------------------- */

#section-program {
	padding-bottom: 5.625rem;
	padding-top: 5rem;
}

#section-program .section-content {
	margin-top: 3.25rem;
}

.list-program {
	display: flex;
	flex-wrap: wrap;
	gap: 2.3125rem;
	justify-content: center;
	margin-inline: auto;
	max-width: 72.375rem;
	width: 100%;
}

.list-program > li {
	width: 16.3125rem;
}

.list-program .title {
	color: #141416;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: center;
}

.list-program .img {
	aspect-ratio: 261/174;
	margin-top: 0.9375rem;
	position: relative;
}

.list-program .img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.list-program .img::before {
	background: #40E4AA;
	border-radius: 3px;
	content: "";
	height: 1.0625rem;
	left: 50%;
	position: absolute;
	top: -0.5rem;
	transform: translateX(-50%);
	width: 0.1875rem;
}

.list-program .list {
	margin-top: 0.625rem;
}

.list-program .list li + li {
	margin-top: 0.8125rem;
}

.list-program .list li {
	color: #141416;
	font-size: 0.875rem;
	letter-spacing: -0.02em;
	line-height: 1.6;
	padding-left: 1.625rem;
	position: relative;
}

.list-program .list li::before {
	background: url(../img/icon-check.svg) no-repeat center/cover;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.125rem;
	width: 1.25rem;
}

/* section-keynote
-------------------------------------------------- */

#section-keynote {
	background: url(../img/keynote-bg_v1.jpg) no-repeat center/cover;
	padding-bottom: 5.25rem;
	padding-top: 5rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

#section-keynote .keynote-inner {
	margin-inline: auto;
	max-width: 73.125rem;
	width: 100%;
}

#section-keynote .coming-soon {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Orbitron", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	height: 10rem;
	justify-content: center;
	letter-spacing: -0.02em;
	margin-top: 3.125rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

#section-keynote .coming-soon::before {
	background: #1E1E2F;
	content: "";
	height: 9.25rem;
	opacity: 0.8;
	position: absolute;
	width: 72.375rem;
	z-index: -1;
}

#section-keynote .coming-soon .top::before,
#section-keynote .coming-soon .top::after {
	background: #6549CC;
	content: "";
	height: 0.75rem;
	position: absolute;
	top: 0;
	width: 0.75rem;
}

#section-keynote .coming-soon .top::before {
	left: 0;
}

#section-keynote .coming-soon .top::after {
	right: 0;
}

#section-keynote .coming-soon .bottom::before,
#section-keynote .coming-soon .bottom::after {
	background: #6549CC;
	bottom: 0;
	content: "";
	height: 0.75rem;
	position: absolute;
	width: 0.75rem;
}

#section-keynote .coming-soon .bottom::before {
	left: 0;
}

#section-keynote .coming-soon .bottom::after {
	right: 0;
}

/* section-outline
-------------------------------------------------- */

#section-outline {
	margin-bottom: 3.125rem;
	padding-bottom: 5.625rem;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

#section-outline::before {
	background: url(../img/outline-bg.png) no-repeat top/contain;
	content: "";
	height: 139.5625rem;
	left: 50%;
	position: absolute;
	top: -25.1875rem;
	transform: translateX(-50%);
	width: 130.25rem;
	z-index: -1;
}

#section-outline::after {
	content: "";
	position: absolute;
	z-index: -1;
}

#section-outline .outline-inner {
	margin-inline: auto;
	max-width: 72.375rem;
	width: 100%;
}

#section-outline .section-content {
	display: flex;
	justify-content: center;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	margin-top: 3.125rem;
}

#section-outline .section-content .map {
	aspect-ratio: 492/328;
	margin-inline: auto;
	width: 30.75rem;
}

#section-outline .section-content .map iframe {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.outline-table .row {
	border-bottom: 2px solid #CCCCE1;
	display: flex;
	padding-bottom: 1.25rem;
	position: relative;
}

.outline-table .row::after {
	background: #6549CC;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 7.5rem;
}

.outline-table .row + .row {
	margin-top: 1.75rem;
}

.outline-table dt,
.outline-table dd {
	color: #141416;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

.outline-table dt {
	width: 7.5rem;
}

.outline-table .access ul {
	margin-top: 0.375rem;
}

.outline-table .access ul li {
	color: #141416;
	font-size: 1rem;
	letter-spacing: -0.02em;
	line-height: 1.8;
}

.outline-table .access .category:not(:first-of-type) {
	margin-top: 1.125rem;
}

.outline-table .access .note {
	color: #141416;
	font-size: 1rem;
	letter-spacing: -0.02em;
	line-height: 1.8;
	margin-left: 0.3125rem;
	padding-left: 1.375rem;
	position: relative;
}

.outline-table .access .note::before {
	color: #6549CC;
	content: "※";
	left: 0;
	position: absolute;
}

.floor-guide .block-title {
	background: #5F5F73;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.6;
	margin-top: 5rem;
	padding: 0.5rem 0;
	text-align: center;
}

.floor-guide .img {
	margin-top: 1.125rem;
}

.floor-guide .img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* section-entry
-------------------------------------------------- */

#section-entry {
	background: linear-gradient(to bottom, transparent 0, transparent 13.75rem, #1E1E2F 13.75rem, #1E1E2F 100%);
	padding-bottom: 4.75rem;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

#section-entry::before {
	background: url(../img/entry_bg-head.png) no-repeat center/100% 100%;
	content: "";
	height: 13.8125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.entry-inner {
	margin-inline: auto;
	max-width: 55.5rem;
	width: 100%;
}

#section-entry .section-content {
	margin-top: 2rem;
}

#section-entry .section-content .txt {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.6;
	text-align: center;
}

#section-entry .section-content .txt .sp-only {
	display: none;
}

#section-entry .section-content .entry-box {
	margin-inline: auto;
	margin-top: 1.8125rem;
	padding: 0.1875rem;
	position: relative;
}

#section-entry .section-content .entry-box .deco-left::before {
	background: #937AEE;
	content: "";
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.875rem;
}

#section-entry .section-content .entry-box .deco-left::after {
	background: #937AEE;
	content: "";
	height: 2.875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.3125rem;
}

#section-entry .section-content .entry-box .deco-right::before {
	background: #937AEE;
	bottom: 0;
	content: "";
	height: 0.3125rem;
	position: absolute;
	right: 0;
	width: 2.875rem;
}

#section-entry .section-content .entry-box .deco-right::after {
	background: #937AEE;
	bottom: 0;
	content: "";
	height: 2.875rem;
	position: absolute;
	right: 0;
	width: 0.3125rem;
}

.entry-box .entry-list {
	background: #fff;
	padding: 1.875rem 2.75rem;
}

.entry-box .entry-list .row {
	align-items: center;
	display: flex;
}

.entry-box .entry-list .row + .row {
	margin-top: 1.125rem;
}

.entry-box .entry-list dt {
	color: #141416;
	display: flex;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.6;
	position: relative;
	width: 15.3125rem;
}

.entry-box .entry-list dt .badge {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Orbitron", sans-serif;
	font-size: 1.125rem;
	height: 2.5rem;
	justify-content: center;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-right: 0.9375rem;
	position: relative;
	width: 2.5rem;
	z-index: 1;
}

.entry-box .entry-list dt .badge::before {
	background: #6549CC;
	border-radius: 50%;
	content: "";
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
	z-index: -1;
}

.entry-box .entry-list dd {
	color: #141416;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

.entry-box .entry-list dd.note {
	padding-left: 1em;
	position: relative;
	white-space: nowrap;
}

.entry-box .entry-list dd.note::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
	width: 1em;
}

#section-entry .section-content .notes {
	margin-top: 0.9375rem;
}

#section-entry .section-content .notes p {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 1em;
	position: relative;
}

#section-entry .section-content .notes p::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

#section-entry .section-content .btns {
	display: flex;
	justify-content: center;
	-moz-column-gap: 1.9375rem;
	column-gap: 1.9375rem;
	margin-top: 2.625rem;
}

#section-entry .section-content .btn {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.5625rem;
	font-weight: 700;
	height: 4.5625rem;
	justify-content: space-between;
	min-width: 25.25rem;
	padding: 0 0.625rem;
}

#section-entry .section-content .btn.btn-entry {
	background-color: #30D098;
	border: 1px solid #30D098;
	transition: all 0.3s ease-out;
}

#section-entry .section-content .btn.btn-entry:hover {
	background-color: #fff;
	color: #30D098;
}

#section-entry .section-content .btn.btn-contact {
	background-color: #583DBC;
	border: 1px solid #583DBC;
	justify-content: end;
	transition: all 0.3s ease-out;
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
}

#section-entry .section-content .btn.btn-contact:hover {
	background-color: #fff;
	color: #583DBC;
}

#section-entry .section-content .btn.btn-entry.event-none {
	background: #464646;
	border: none;
	flex-direction: column;
	justify-content: center;
	pointer-events: none;
	row-gap: 0.5rem;
}

#section-entry .section-content .btn.btn-entry.event-none .arw {
	display: none;
}

#section-entry .section-content .btn.btn-entry.event-none .txt {
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
}

#section-entry .section-content .btn .arw {
	background: #6549CC;
	display: inline-block;
	height: 3.25rem;
	position: relative;
	width: 3.25rem;
}

#section-entry .section-content .btn.btn-entry .arw {
	background: #42A381;
}

#section-entry .section-content .btn.btn-contact .arw {
	background: #6549CC;
}

#section-entry .section-content .btn .arw::after {
	background: url(../img/icon-arw.svg) no-repeat center/cover;
	content: "";
	height: 0.8125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.4375rem;
}

/* message-swiper
-------------------------------------------------- */

.message-slider {
	margin-top: 0.75rem;
	max-width: 29.3125rem;
	overflow: hidden;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
}

.message-slider .swiper {
	height: 19.5rem;
	overflow: visible;
	width: 26.8125rem;
}

.message-slider .swiper-slide img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.message-slider .swiper-button-next,
.message-slider .swiper-button-prev {
	background: #6549CC;
	height: 2.5rem;
	margin-top: unset;
	transform: translateY(-50%);
	width: 2.5rem;
}

.message-slider .swiper-button-next {
	right: -1.25rem;
}

.message-slider .swiper-button-prev {
	left: -1.25rem;
}

.message-slider .swiper-button-next.swiper-button-disabled,
.message-slider .swiper-button-prev.swiper-button-disabled {
	background: #1E1E2F;
	border: #6549CC 1px solid;
	opacity: 1;
}

.message-slider .swiper-button-prev::after,
.message-slider .swiper-button-next::after {
	background: url(../img/pagination-arw.svg) no-repeat center/cover;
	content: "";
	height: 0.8125rem;
	width: 0.4375rem;
}

.message-slider .swiper-button-prev::after {
	transform: rotate(180deg);
}

.message-slider .swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: 0.3s opacity;
	z-index: 10;
}

.message-slider .swiper-pagination-bullets {
	bottom: 0.3125rem;
	left: unset;
	right: 1rem;
	text-align: right;
}

.message-slider .swiper-pagination-bullet {
	background: #717188;
	height: 0.8125rem;
	opacity: 1;
	width: 0.8125rem;
}

.message-slider .swiper-pagination-bullet-active {
	background: #6549CC;
}

.message-slider .caption {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: -0.02em;
	line-height: 1.6;
	margin-top: 0.9375rem;
}

/* map-swiper
-------------------------------------------------- */

.map-slider {
	margin-top: 2.0625rem;
	max-width: 33.625rem;
	overflow: hidden;
	padding: 0 1.4375rem 2.3125rem;
	position: relative;
	width: 100%;
}

.map-slider .swiper {
	height: 24.375rem;
	overflow: visible;
	width: 30.75rem;
}

.map-slider .swiper-slide img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.map-slider .swiper-button-next,
.map-slider .swiper-button-prev {
	background: #6549CC;
	height: 2.875rem;
	margin-top: unset;
	transform: translateY(-50%);
	width: 2.875rem;
}

.map-slider .swiper-button-next {
	right: -1.4375rem;
}

.map-slider .swiper-button-prev {
	left: -1.4375rem;
}

.map-slider .swiper-button-next.swiper-button-disabled,
.map-slider .swiper-button-prev.swiper-button-disabled {
	background: #1E1E2F;
	border: #6549CC 1px solid;
	opacity: 1;
}

.map-slider .swiper-button-prev::after,
.map-slider .swiper-button-next::after {
	background: url(../img/icon-arw.svg) no-repeat center/cover;
	content: "";
	height: 0.875rem;
	width: 0.5rem;
}

.map-slider .swiper-button-prev::after {
	transform: rotate(180deg);
}

.map-slider .swiper-pagination {
	position: absolute;
	text-align: center;
	z-index: 10;
}

.map-slider .swiper-pagination-bullets {
	bottom: 0;
}

.map-slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.3125rem;
}

.map-slider .swiper-pagination-bullet {
	background: #717188;
	height: 0.8125rem;
	opacity: 1;
	width: 0.8125rem;
}

.map-slider .swiper-pagination-bullet-active {
	background: #6549CC;
}

.map-slider .swiper-slide p {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1rem;
	text-align: center;
}

.map-slider .swiper-slide p .fc-red {
	color: #E40614;
}

/* floats
-------------------------------------------------- */

.float-links {
	opacity: 0;
	position: fixed;
	right: 0;
	top: 7.25rem;
	transform: translateX(100%);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	z-index: 70;
}

.float-links.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.float-links .float-link + .float-link {
	margin-top: 0.625rem;
}

.float-links .float-link {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 8.5625rem;
	min-width: 3.375rem;
	padding: 0.875rem 1.125rem 0.625rem;
	row-gap: 0.25rem;
	transition: all 0.3s ease-out;
}

.float-links .float-link:hover {
	transform: scale(1.1);
}

.float-link.link-program {
	background: #6549CC;
}

.float-link.link-entry {
	background: #30D098;
}

.float-link.link-program.event-none {
	background: #5C5C5C;
	pointer-events: none;
}

.float-link.link-entry.event-none {
	background: #464646;
	pointer-events: none;
}

.float-links .float-link .icon {
	height: 0.875rem;
	width: 0.875rem;
}

.float-links .float-link .icon img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.float-links .float-link .txt {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.21em;
	writing-mode: vertical-lr;
}

/* banner
-------------------------------------------------- */

.follow-banner {
	align-items: center;
	bottom: 1.25rem;
	color: #fff;
	display: flex;
	opacity: 0;
	position: fixed;
	right: 3.375rem;
	transform: translateY(100%);
	transition: all 0.3s ease-out;
	visibility: hidden;
	width: 34.75rem;
	z-index: 70;
}

.follow-banner::before {
	background: #1E1E2F;
	content: "";
	height: 4.9375rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30.75rem;
	z-index: -1;
}

/* 円形バッジ */

.circle {
	align-items: center;
	background: #fff;
	border: 0.25rem solid #40E4AA;
	border-radius: 50%;
	color: #000;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 6.4375rem;
	justify-content: center;
	text-align: center;
	width: 6.4375rem;
}

.circle .reg-type {
	font-size: 0.75rem;
	font-weight: 700;
}

.circle .price {
	font-size: 1.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 0.1125rem;
}

.circle .capacity {
	font-size: 0.6875rem;
	font-weight: 700;
	margin-top: 0.16875rem;
}

.circle .capacity span {
	color: #20AA79;
	font-size: 1rem;
	font-weight: 700;
}

/* 日付部分 */

.date {
	align-items: baseline;
	display: flex;
	margin-left: 0.8125rem;
}

.date .day {
	font-family: "Orbitron", sans-serif;
	font-size: 3.375rem;
	font-weight: 700;
}

.date .day .dot {
	margin-left: 0.3125rem;
	margin-right: 0.1875rem;
}

.date .dow {
	font-family: "Roboto", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	writing-mode: vertical-lr;
}

/* 情報部分 */

.info {
	display: flex;
	flex-direction: column;
	margin-left: 1.125rem;
	row-gap: 0.375rem;
}

.info .icon {
	height: 0.875rem;
	margin-right: 0.5625rem;
	width: 0.875rem;
}

.info .time {
	align-items: center;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
}

.info .place {
	align-items: center;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 500;
}

.follow-banner.is-visible {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

@media screen and (max-width: 1199px) {

.list-program > li {
	flex-basis: calc((100% - 2.3125rem) / 2);
}

.list-program .title {
	font-size: 2.0833333333vw;
}

.list-program .img {
	margin-top: 1.3020833333vw;
}

.list-program .img::before {
	height: 1.4322916667vw;
	top: -0.6510416667vw;
	width: 0.2604166667vw;
}

.list-program .list {
	margin-top: 0.9114583333vw;
}

.list-program .list li + li {
	margin-top: 1.171875vw;
}

.list-program .list li {
	font-size: 1.3020833333vw;
	padding-left: 2.2135416667vw;
}

.list-program .list li::before {
	height: 1.6927083333vw;
	top: 0.2604166667vw;
	width: 1.6927083333vw;
}

}

@media screen and (max-width: 767px) {

html {
	font-size: 16px;
}

.section-header .title .txt01 {
	font-size: 3.7333333333vw;
	margin-bottom: 2.9333333333vw;
}

.section-header .title .txt02 {
	font-size: 8.5333333333vw;
	padding-bottom: 4.8vw;
}

.section-header .title .txt02 .sp-only {
	display: block;
}

.section-header .title .txt02::after {
	width: 8.5333333333vw;
}

.loader-logo {
	height: 16.5333333333vw;
	width: 45.6vw;
}

#header {
	background: none;
}

#header .header-inner {
	height: 24vw;
	padding: 0 5.3333333333vw;
	width: 100%;
}

#header.colorScroll .header-inner {
	height: 16vw;
}

#header #logo-conf a {
	width: 72.5333333333vw;
}

#header #gnav {
	display: none;
}

#header #btn-menu {
	align-items: center;
	background: #6549CC;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 11.7333333333vw;
	padding: 0 3.4666666667vw;
	position: relative;
	width: 11.7333333333vw;
}

#header .mobile-nav {
	background: #1E1E2F;
	display: block;
	height: 100%;
	position: fixed;
	right: -200%;
	top: 0;
	transition: all 0.3s ease-out;
	width: 100%;
	z-index: 80;
}

#header .mobile-nav.active {
	right: 0;
}

#footer {
	padding-bottom: 7.7333333333vw;
	padding-top: 12.8vw;
}

#footer .footer-inner {
	flex-direction: column;
	height: auto;
	padding: 0 5.3333333333vw;
	row-gap: 5.3333333333vw;
	width: 100%;
}

#footer .footer-menu {
	flex-direction: column;
	row-gap: 8vw;
}

#footer #logo-kesco {
	margin-left: 0;
	margin-right: 0;
}

#footer #footer-links {
	font-size: 4.8vw;
}

#footer #footer-links li {
	padding: 2.4vw 8.8vw;
}

#footer #footer-links li:nth-of-type(1) {
	border-left: none;
	padding-left: 2.6666666667vw;
}

#footer #footer-links li:nth-of-type(2) {
	padding-right: 2.6666666667vw;
}

#footer #footer-links li a {
	padding: 0;
}

#footer #copyright {
	font-size: 3.2vw;
	text-align: left;
}

#main-header {
	padding-bottom: 14.4vw;
	padding-top: 29.0666666667vw;
}

#main-header::before {
	background: url(../img/fv-bg-sp.png) no-repeat center/cover;
	height: 217.8666666667vw;
	width: 100%;
	z-index: 1;
}

#main-header .fv-inner {
	padding: 0 5.3333333333vw;
	width: 100%;
}

#main-header .title .txt01 {
	font-size: 4.2666666667vw;
	margin-bottom: 2.1333333333vw;
}

#main-header .title .txt02 {
	font-size: 11.2vw;
}

#main-header .schedule {
	display: block;
	margin-top: 4vw;
}

#main-header .schedule .txt01 {
	font-size: 12.8vw;
}

#main-header .schedule .txt02 {
	font-size: 6.4vw;
	writing-mode: inherit;
}

#main-header .schedule .txt02::after {
	display: none;
}

#main-header .schedule .wrap {
	row-gap: 1.8666666667vw;
}

#main-header .schedule .txt03,
#main-header .schedule .txt04 {
	padding-left: 6.6666666667vw;
}

#main-header .schedule .txt03 {
	font-size: 4.8vw;
}

#main-header .schedule .txt03::before {
	height: 4.8vw;
	width: 4.8vw;
}

#main-header .schedule .bar {
	height: 6.4vw;
	padding: 0 1.6vw;
	width: 6.6666666667vw;
}

#main-header .schedule .bar::after {
	height: 0.5333333333vw;
	width: 3.4666666667vw;
}

#main-header .schedule .txt04 {
	font-size: 4.8vw;
}

#main-header .schedule .txt04::before {
	height: 4.8vw;
	width: 4.8vw;
}

#main-header #entry {
	font-size: 4.8vw;
	margin-top: 6.6666666667vw;
	padding: 2.6666666667vw 0;
	width: 100%;
}

#main-header #entry span {
	font-size: 3.7333333333vw;
	margin-top: 1.6vw;
}

#main-header .fv-content {
	margin-top: 4.8vw;
	position: relative;
	row-gap: 3.2vw;
}

#main-header .countdown {
	padding: 4.2666666667vw 6.4vw;
}

#main-header .countdown .txt01 {
	font-size: 4.8vw;
}

#main-header .countdown .txt02 {
	font-size: 17.0666666667vw;
}

#main-header .countdown .txt03 {
	font-size: 5.3333333333vw;
}

#main-header .keynote {
	width: 100%;
}

#main-header .keynote .txt01 {
	font-size: 3.2vw;
	margin-bottom: 1.3333333333vw;
}

#main-header .keynote .txt02 {
	font-size: 4.8vw;
}

#main-header .keynote .txt02::before {
	height: 4vw;
	left: -12.5333333333vw;
	width: 8.8vw;
}

#main-header .keynote .txt02::after {
	display: none;
}

#main-header .keynote .coming-soon {
	font-size: 5.3333333333vw;
	height: 15.4666666667vw;
	width: 100%;
}

.message {
	position: relative;
}

.message::before {
	background: url(../img/message-head-bg.png) no-repeat center/cover;
	content: "";
	height: 51.4666666667vw;
	position: absolute;
	right: 0;
	top: -8vw;
	width: 40.2666666667vw;
}

.message::after {
	background: url(../img/message-bottom-bg.png) no-repeat center/cover;
	bottom: -12vw;
	content: "";
	height: 24.2666666667vw;
	position: absolute;
	right: 0;
	width: 22.6666666667vw;
}

.message-inner {
	flex-direction: column;
	max-width: 100%;
	padding: 0 5.3333333333vw;
}

.message-content {
	width: 100%;
}

.message-title h2 {
	font-size: 6.4vw;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.message-lead {
	margin-top: 5.3333333333vw;
}

.message-lead p {
	font-size: 4.2666666667vw;
}

.message-lead p + p {
	margin-top: 6.6666666667vw;
}

#section-program {
	padding-bottom: 19.2vw;
	padding-top: 19.2vw;
}

#section-program .section-content {
	margin-top: 10.6666666667vw;
}

.list-program {
	flex-direction: column;
	padding: 0 5.3333333333vw;
	row-gap: 10.6666666667vw;
}

.list-program > li {
	width: 100%;
}

.list-program .title {
	font-size: 6.4vw;
}

.list-program .img {
	aspect-ratio: 335/223;
	margin-top: 3.7333333333vw;
}

.list-program .img::before {
	height: 4.5333333333vw;
	top: -2.1333333333vw;
	width: 0.8vw;
}

.list-program .list {
	margin-top: 4vw;
}

.list-program .list li + li {
	margin-top: 3.4666666667vw;
}

.list-program .list li {
	font-size: 3.7333333333vw;
	padding-left: 6.9333333333vw;
}

.list-program .list li::before {
	height: 5.3333333333vw;
	top: 0.5333333333vw;
	width: 5.3333333333vw;
}

#section-keynote {
	background: url(../img/keynote-bg-sp_v1.jpg) no-repeat center/cover;
	padding-bottom: 15.4666666667vw;
	padding-top: 17.0666666667vw;
}

#section-keynote .keynote-inner {
	max-width: 100%;
	padding: 0 3.7333333333vw;
}

#section-keynote .coming-soon {
	font-size: 8.5333333333vw;
}

#section-keynote .coming-soon::before {
	width: 89.3333333333vw;
}

#section-keynote .coming-soon .top::before,
#section-keynote .coming-soon .top::after {
	height: 3.2vw;
	width: 3.2vw;
}

#section-keynote .coming-soon .bottom::before,
#section-keynote .coming-soon .bottom::after {
	height: 3.2vw;
	width: 3.2vw;
}

#section-outline {
	margin-bottom: 32vw;
	padding-bottom: 19.2vw;
	padding-top: 19.2vw;
}

#section-outline::before {
	background: url(../img/outline-bg-sp.png) no-repeat top/cover;
	height: 246.4vw;
	left: 0;
	top: 0;
	transform: none;
	width: 100%;
}

#section-outline::after {
	background: url(../img/outline-bottom-bg.png) no-repeat top/cover;
	bottom: -10.9333333333vw;
	height: 50.9333333333vw;
	right: 0;
	width: 30.4vw;
}

#section-outline .outline-inner {
	max-width: 100%;
	padding: 0 5.3333333333vw;
}

#section-outline .section-content {
	flex-direction: column-reverse;
	margin-top: 10.6666666667vw;
	row-gap: 10.6666666667vw;
}

#section-outline .section-content .map {
	aspect-ratio: 336/224;
	width: 100%;
}

.outline-table .row {
	padding-bottom: 4.5333333333vw;
}

.outline-table .row::after {
	width: 23.7333333333vw;
}

.outline-table .row + .row {
	margin-top: 5.8666666667vw;
}

.outline-table dt,
.outline-table dd {
	font-size: 3.7333333333vw;
}

.outline-table dt {
	flex-shrink: 0;
	width: 23.7333333333vw;
}

.outline-table dd {
	letter-spacing: -0.03em;
}

.outline-table .access ul {
	margin-top: 2.1333333333vw;
}

.outline-table .access ul li {
	font-size: 3.7333333333vw;
	font-weight: 400;
}

.outline-table .access .category:not(:first-of-type) {
	margin-top: 4.8vw;
}

.outline-table .access .note {
	font-size: 3.7333333333vw;
	font-weight: 400;
	margin-left: 0.8vw;
	padding-left: 5.3333333333vw;
}

.floor-guide .block-title {
	font-size: 4.2666666667vw;
	margin-top: 21.3333333333vw;
	padding: 4.2666666667vw 0;
}

.floor-guide .img {
	margin-top: 4.8vw;
}

#section-entry {
	background: linear-gradient(to bottom, transparent 0, transparent 7.7333333333vw, #1E1E2F 7.7333333333vw, #1E1E2F 100%);
	padding-bottom: 31.4666666667vw;
	padding-top: 19.2vw;
}

#section-entry::before {
	background: url(../img/entry_bg-head-sp.png) no-repeat center/cover;
	height: 8vw;
}

.entry-inner {
	max-width: 100%;
	padding: 0 5.3333333333vw;
}

#section-entry .section-content {
	margin-top: 10.6666666667vw;
}

#section-entry .section-content .txt {
	font-size: 4.2666666667vw;
}

#section-entry .section-content .txt .sp-only {
	display: block;
}

#section-entry .section-content .entry-box {
	margin-top: 6.4vw;
	padding: 0;
}

#section-entry .section-content .entry-box .deco-left::before {
	height: 0.8vw;
	left: -0.5333333333vw;
	top: -0.5333333333vw;
	width: 8.2666666667vw;
}

#section-entry .section-content .entry-box .deco-left::after {
	height: 8.2666666667vw;
	left: -0.5333333333vw;
	top: -0.5333333333vw;
	width: 0.8vw;
}

#section-entry .section-content .entry-box .deco-right::before {
	bottom: -0.5333333333vw;
	height: 0.8vw;
	right: -0.5333333333vw;
	width: 8.2666666667vw;
}

#section-entry .section-content .entry-box .deco-right::after {
	bottom: -0.5333333333vw;
	height: 8.2666666667vw;
	right: -0.5333333333vw;
	width: 0.8vw;
}

.entry-box .entry-list {
	padding: 6.4vw 6.1333333333vw;
}

.entry-box .entry-list .row {
	align-items: start;
	flex-direction: column;
	row-gap: 2.6666666667vw;
}

.entry-box .entry-list .row + .row {
	margin-top: 4.8vw;
}

.entry-box .entry-list dt {
	font-size: 5.3333333333vw;
	width: 100%;
}

.entry-box .entry-list dt .badge {
	font-size: 4.2666666667vw;
	height: 8.5333333333vw;
	margin-right: 2.6666666667vw;
	width: 8.5333333333vw;
}

.entry-box .entry-list dt .badge::before {
	height: 8.5333333333vw;
	width: 8.5333333333vw;
}

.entry-box .entry-list dd {
	font-size: 4.8vw;
}

.entry-box .entry-list dd.note {
	font-size: 4.8vw;
	padding-left: 5.3333333333vw;
	white-space: wrap;
}

#section-entry .section-content .notes {
	margin-top: 4.2666666667vw;
}

#section-entry .section-content .notes p {
	font-size: 3.7333333333vw;
}

#section-entry .section-content .btns {
	flex-direction: column;
	margin-top: 8.5333333333vw;
	row-gap: 4.8vw;
}

#section-entry .section-content .btn {
	font-size: 4.8vw;
	height: 16vw;
	min-width: unset;
	padding: 0 2.1333333333vw 0 4.8vw;
}

#section-entry .section-content .btn.btn-contact {
	-moz-column-gap: 12.2666666667vw;
	column-gap: 12.2666666667vw;
}

#section-entry .section-content .btn.btn-entry.event-none {
	row-gap: 1.6vw;
}

#section-entry .section-content .btn.btn-entry.event-none .txt {
	font-size: 3.7333333333vw;
}

#section-entry .section-content .btn .arw {
	height: 11.7333333333vw;
	width: 11.7333333333vw;
}

#section-entry .section-content .btn .arw::after {
	height: 3.4666666667vw;
	width: 1.8666666667vw;
}

.message-slider {
	margin-top: 9.6vw;
	max-width: 100%;
	padding: 0 3.7333333333vw;
}

.message-slider .swiper {
	height: 59.2vw;
	width: 100%;
}

.message-slider .swiper-button-next,
.message-slider .swiper-button-prev {
	height: 8.5333333333vw;
	width: 8.5333333333vw;
}

.message-slider .swiper-button-next {
	right: -3.7333333333vw;
}

.message-slider .swiper-button-prev {
	left: -3.7333333333vw;
}

.message-slider .swiper-button-prev::after,
.message-slider .swiper-button-next::after {
	height: 2.4vw;
	width: 1.3333333333vw;
}

.message-slider .swiper-pagination-bullets {
	bottom: 1.3333333333vw;
	right: 2.9333333333vw;
}

.message-slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.8vw;
}

.message-slider .swiper-pagination-bullet {
	height: 2.4vw;
	width: 2.4vw;
}

.message-slider .caption {
	font-size: 3.2vw;
	margin-top: 2.4vw;
}

.map-slider {
	margin-top: 6.6666666667vw;
	max-width: 100%;
	padding: 0 4vw 5.0666666667vw;
}

.map-slider .swiper {
	height: 65.0666666667vw;
	width: 100%;
}

.map-slider .swiper-button-next,
.map-slider .swiper-button-prev {
	height: 8.5333333333vw;
	width: 8.5333333333vw;
}

.map-slider .swiper-button-next {
	right: -3.7333333333vw;
}

.map-slider .swiper-button-prev {
	left: -3.7333333333vw;
}

.map-slider .swiper-button-prev::after,
.map-slider .swiper-button-next::after {
	height: 2.4vw;
	width: 1.3333333333vw;
}

.map-slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.8vw;
}

.map-slider .swiper-pagination-bullet {
	height: 2.1333333333vw;
	width: 2.1333333333vw;
}

.map-slider .swiper-slide p {
	font-size: 3.2vw;
	margin-top: 2.9333333333vw;
}

.float-links {
	bottom: 0;
	display: flex;
	left: 0;
	opacity: 1;
	top: unset;
	transform: none;
	transition: none;
}

.float-links .float-link + .float-link {
	margin-top: 0;
}

.float-links .float-link {
	flex-direction: row;
	width: 50%;
	-moz-column-gap: 2.1333333333vw;
	column-gap: 2.1333333333vw;
	min-height: unset;
	padding: 5.8666666667vw 0 5.3333333333vw;
}

.float-links .float-link:hover {
	transform: none;
}

.float-links .float-link .icon {
	height: 4.8vw;
	width: 4.8vw;
}

.float-links .float-link .txt {
	font-size: 4.8vw;
	letter-spacing: 0;
	line-height: 1.21;
	writing-mode: unset;
}

.follow-banner {
	bottom: 16.8vw;
	display: grid;
	grid-template-columns: repeat(2, auto);
	right: 5.3333333333vw;
	width: 81.6vw;
}

.follow-banner::before {
	height: 21.6vw;
	width: 66.9333333333vw;
}

.circle {
	border-width: 0.8vw;
	grid-column: 1/2;
	grid-row: 1/3;
	height: 24vw;
	width: 24vw;
}

.circle .reg-type {
	font-size: 3.2vw;
}

.circle .price {
	font-size: 5.8666666667vw;
	margin-top: 0.5333333333vw;
}

.circle .capacity {
	font-size: 2.6666666667vw;
	margin-top: 0.8vw;
}

.circle .capacity span {
	font-size: 4.2666666667vw;
}

.date {
	margin-left: 0;
	margin-top: 2.9333333333vw;
}

.date .day {
	font-size: 8.8vw;
}

.date .day .dot {
	margin-left: 0.8vw;
	margin-right: 0.2666666667vw;
}

.date .dow {
	font-size: 4.2666666667vw;
	margin-left: 0.8vw;
	writing-mode: inherit;
}

.info {
	margin-bottom: 3.2vw;
	margin-left: 0.8vw;
	row-gap: 1.3333333333vw;
}

.info .icon {
	height: 3.2vw;
	margin-right: 1.0666666667vw;
	width: 3.2vw;
}

.info .time {
	font-size: 3.2vw;
}

.info .place {
	font-size: 3.2vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

