.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .c-card {
  width: 100%;
}
.parcon .c-card .c-card__head {
  display: flex;
}
.parcon .c-card .c-card__name {
  aspect-ratio: var(--card-title-width) / var(--card-title-height);
  margin-left: auto;
  margin-right: auto;
}
.parcon .c-card .c-card__name .i {
  width: 100%;
  height: 100%;
}
.parcon .c-card .c-card__body {
  border-radius: 40px;
  display: grid;
  overflow: hidden;
}
.parcon .c-card .c-card__bg {
  grid-area: 1/1;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.parcon .c-card .c-card__bg-decor {
  aspect-ratio: 1;
  background-color: rgb(var(--color-card) / 1);
  width: 100%;
}
.parcon .c-card .c-card__image {
  aspect-ratio: 1;
  border-radius: 32px;
  grid-area: 1/1;
  place-self: center;
  width: calc(100% - 18px);
  overflow: hidden;
}
.parcon .c-card .c-card__image .i {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.parcon .c-card .c-card__label {
  color: rgb(var(--color-white) / 1);
  font-weight: var(--font-weight-Black);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
  text-align: center;
}
@media (width>=768px) {
  .parcon .c-card .c-card__name {
    width: var(--card-title-width) px;
    height: var(--card-title-height) px;
  }
  .parcon .c-card .c-card__body {
    margin-top: 16px;
  }
  .parcon .c-card .c-card__foot {
    margin-top: 8px;
  }
  .parcon .c-card .c-card__label,
  .parcon .c-card .c-card__label {
    font-size: 20px;
  }
}
@media (width<=767.9px) {
  .parcon .c-card .c-card__name {
    width: calc(var(--card-title-width) / 400 * var(--vw));
    height: calc(var(--card-title-height) / 400 * var(--vw));
  }
  .parcon .c-card .c-card__body {
    margin-top: calc(16 / 400 * var(--vw));
  }
  .parcon .c-card .c-card__foot {
    margin-top: calc(8 / 400 * var(--vw));
  }
  .parcon .c-card .c-card__label,
  .parcon .c-card .c-card__label {
    font-size: calc(20 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .c-popup {
  background-color: rgb(var(--color-black) / 1);
  border-radius: 16px;
  max-height: 652px;
  margin: 0 auto;
}
.parcon .c-popup .c-popup__inner {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}
.parcon .c-popup .c-popup__scroll {
  height: 100%;
  position: relative;
}
.parcon .c-popup .c-popup__scroll:after {
  background: linear-gradient(to bottom, rgb(var(--color-black) / 0), rgb(var(--color-black) / 1));
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.parcon .c-popup .simplebar-scrollbar:before {
  background-color: rgb(var(--color-white) / 1);
}
.parcon .c-popup .simplebar-content {
  display: grid;
}
.parcon .c-popup .c-popup__sns {
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}
.parcon .c-popup .c-popup__web {
  font-weight: var(--font-weight-Bold);
  line-height: 1.7;
  font-family: var(--font-family-en);
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.parcon .c-popup .c-popup__web:hover {
  text-decoration-color: #0000;
}
.parcon .c-popup .c-popup__link {
  aspect-ratio: 1;
  place-items: center;
  display: grid;
}
.parcon .c-popup .c-popup__instagram .svg {
  aspect-ratio: 1;
  display: flex;
}
.parcon .c-popup .c-popup__x .svg {
  aspect-ratio: 20.5/21;
  display: flex;
}
.parcon .c-popup .c-popup__description {
  font-weight: var(--font-weight-Medium);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
}
@media (width>=768px) {
  .parcon .c-popup {
    width: 384px;
    height: calc(65200dvh / var(--design-h-pc));
  }
  .parcon .c-popup .c-popup__inner {
    padding: 56px 20px 40px;
  }
  .parcon .c-popup .c-popup__scroll:after {
    height: 24px;
  }
  .parcon .c-popup .c-popup__scroll {
    padding-left: 20px;
    padding-right: 20px;
  }
  .parcon .c-popup .simplebar-content {
    gap: 16px;
  }
  .parcon .c-popup .c-popup__web {
    font-size: 14px;
  }
  .parcon .c-popup .c-popup__link {
    width: 32px;
  }
  .parcon .c-popup .c-popup__instagram .svg {
    width: 22px;
  }
  .parcon .c-popup .c-popup__x .svg {
    width: 20.5px;
    height: 21px;
  }
  .parcon .c-popup .c-popup__description {
    padding-bottom: 24px;
    font-size: 14px;
  }
}
@media (width<=767.9px) {
  .parcon .c-popup {
    width: calc(384 / 400 * var(--vw));
    height: calc(65200dvh / var(--design-h-sp));
  }
  .parcon .c-popup .c-popup__inner {
    padding: calc(56 / 400 * var(--vw)) calc(20 / 400 * var(--vw)) calc(40 / 400 * var(--vw));
  }
  .parcon .c-popup .c-popup__scroll:after {
    height: calc(24 / 400 * var(--vw));
  }
  .parcon .c-popup .c-popup__scroll {
    padding-right: calc(20 / 400 * var(--vw));
    padding-left: calc(20 / 400 * var(--vw));
  }
  .parcon .c-popup .simplebar-content {
    gap: calc(16 / 400 * var(--vw));
  }
  .parcon .c-popup .c-popup__web {
    font-size: calc(14 / 400 * var(--vw));
  }
  .parcon .c-popup .c-popup__link {
    width: calc(32 / 400 * var(--vw));
  }
  .parcon .c-popup .c-popup__instagram .svg {
    width: calc(22 / 400 * var(--vw));
  }
  .parcon .c-popup .c-popup__x .svg {
    width: calc(20.5 / 400 * var(--vw));
    height: calc(21 / 400 * var(--vw));
  }
  .parcon .c-popup .c-popup__description {
    padding-bottom: calc(24 / 400 * var(--vw));
    font-size: calc(14 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .c-artists-modal {
  z-index: var(--layer-top);
  background-color: rgb(var(--color-black) / 0.2);
  place-items: center;
  width: 100%;
  max-width: 100%;
  position: fixed;
  inset: 0;
}
.parcon .c-artists-modal:focus-visible {
  outline: none;
}
.parcon .c-artists-modal[open] {
  display: grid !important;
}
.parcon .c-artists-modal .c-artists-modal__list {
  display: grid;
  position: relative;
}
.parcon .c-artists-modal .c-artists-modal__close {
  aspect-ratio: 1;
  place-items: center;
  display: grid;
  position: absolute;
}
.parcon .c-artists-modal .c-artists-modal__close .svg {
  aspect-ratio: 1;
}
.parcon .c-artists-modal .c-artists-modal__item {
  grid-area: 1/1;
}
@media (width>=768px) {
  .parcon .c-artists-modal {
    height: 100vh;
    max-height: 100vh;
  }
  .parcon .c-artists-modal .c-artists-modal__close {
    width: 32px;
    top: 24px;
    right: 40px;
  }
  .parcon .c-artists-modal .c-artists-modal__close .svg {
    width: 26px;
  }
}
@media (width<=767.9px) {
  .parcon .c-artists-modal {
    height: 100dvh;
    max-height: 100dvh;
  }
  .parcon .c-artists-modal .c-artists-modal__close {
    top: calc(24 / 400 * var(--vw));
    right: calc(40 / 400 * var(--vw));
    width: calc(32 / 400 * var(--vw));
  }
  .parcon .c-artists-modal .c-artists-modal__close .svg {
    width: calc(26 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .decoration {
  contain: strict;
  z-index: var(--layer-top);
  pointer-events: none;
  justify-content: space-between;
  height: 100lvh;
  display: flex;
  position: fixed;
}
.parcon .decoration .decoration__line {
  height: 100lvh;
  position: relative;
}
.parcon .decoration .decoration__layer {
  opacity: 0;
  will-change: opacity;
  background-repeat: repeat-y;
  background-size: 100% 50lvh;
  animation: 3s step-end infinite layerToggle;
  position: absolute;
  inset: 0;
}
@keyframes layerToggle {
  0%,
  16.666% {
    opacity: 1;
  }
  16.667%,
  to {
    opacity: 0;
  }
}
@media (width>=768px) {
  .parcon .decoration {
    width: 400px;
    top: 0;
    left: calc(50% - 200px);
  }
  .parcon .decoration .decoration__line {
    width: 8px;
  }
}
@media (width<=767.9px) {
  .parcon .decoration {
    width: 100%;
    top: 0;
    left: 0;
  }
  .parcon .decoration .decoration__line {
    width: calc(8 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media (width>=768px) {
  .parcon .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .parcon .inner.inner__wide {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (width<=767.9px) {
  .parcon .inner {
    padding-right: calc(32 / 400 * var(--vw));
    padding-left: calc(32 / 400 * var(--vw));
  }
  .parcon .inner.inner__wide {
    padding-right: calc(48 / 400 * var(--vw));
    padding-left: calc(48 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .footer {
  display: grid;
  overflow: hidden;
}
.parcon .footer .footer__gif {
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.parcon .footer .footer__gif .i {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.parcon .footer .footer__list {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: grid;
}
.parcon .footer .footer__parcon--first {
  animation: 30s linear -15s infinite FirstScroll;
}
.parcon .footer .footer__parcon--second {
  animation: 30s linear infinite SecondScroll;
}
.parcon .footer .footer__title {
  font-weight: var(--font-weight-ExtraBold);
}
.parcon .footer .footer__title,
.parcon .footer .footer__names {
  line-height: 1.7;
  font-family: var(--font-family-en);
  letter-spacing: 0.02em;
}
.parcon .footer .footer__names {
  font-weight: var(--font-weight-Bold);
}
.parcon .footer .footer__info {
  display: grid;
}
.parcon .footer .footer__parco {
  aspect-ratio: 247/64;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.parcon .footer .footer__parco .svg {
  width: 100%;
  height: 100%;
}
.parcon .footer .footer__sns,
.parcon .footer .footer__link {
  justify-content: center;
  align-items: center;
  display: flex;
}
.parcon .footer .footer__link {
  aspect-ratio: 1;
  color: rgb(var(--color-white) / 1);
}
.parcon .footer .footer__link.footer__link--instagram .svg {
  aspect-ratio: 1;
}
.parcon .footer .footer__link.footer__link--x .svg {
  aspect-ratio: 26/27;
}
.parcon .footer .footer__copyright {
  color: rgb(var(--color-brown) / 1);
  font-weight: var(--font-weight-Bold);
  line-height: 1.7;
  font-family: var(--font-family-en);
  letter-spacing: 0.02em;
  text-align: center;
}
@media (width>=768px) {
  .parcon .footer {
    gap: 64px;
    margin-top: 80px;
    padding-bottom: 24px;
  }
  .parcon .footer .footer__gif {
    width: 168px;
  }
  .parcon .footer .footer__list {
    gap: 16px;
  }
  .parcon .footer .footer__title,
  .parcon .footer .footer__names {
    font-size: 14px;
  }
  .parcon .footer .footer__info {
    gap: 16px;
  }
  .parcon .footer .footer__parco {
    width: 247px;
    height: 64px;
  }
  .parcon .footer .footer__sns {
    gap: 16px;
  }
  .parcon .footer .footer__link {
    width: 40px;
  }
  .parcon .footer .footer__link.footer__link--instagram .svg {
    width: 28px;
  }
  .parcon .footer .footer__link.footer__link--x .svg {
    width: 26px;
    height: 27px;
  }
  .parcon .footer .footer__copyright {
    font-size: 12px;
  }
}
@media (width<=767.9px) {
  .parcon .footer {
    margin-top: calc(80 / 400 * var(--vw));
    padding-bottom: calc(24 / 400 * var(--vw));
    gap: calc(64 / 400 * var(--vw));
  }
  .parcon .footer .footer__gif {
    width: calc(168 / 400 * var(--vw));
  }
  .parcon .footer .footer__list {
    gap: calc(16 / 400 * var(--vw));
  }
  .parcon .footer .footer__title,
  .parcon .footer .footer__names {
    font-size: calc(14 / 400 * var(--vw));
  }
  .parcon .footer .footer__info {
    gap: calc(16 / 400 * var(--vw));
  }
  .parcon .footer .footer__parco {
    width: calc(247 / 400 * var(--vw));
    height: calc(64 / 400 * var(--vw));
  }
  .parcon .footer .footer__sns {
    gap: calc(16 / 400 * var(--vw));
  }
  .parcon .footer .footer__link {
    width: calc(40 / 400 * var(--vw));
  }
  .parcon .footer .footer__link.footer__link--instagram .svg {
    width: calc(28 / 400 * var(--vw));
  }
  .parcon .footer .footer__link.footer__link--x .svg {
    width: calc(26 / 400 * var(--vw));
    height: calc(27 / 400 * var(--vw));
  }
  .parcon .footer .footer__copyright {
    font-size: calc(12 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media (width>=768px) {
  .parcon .header {
    z-index: var(--layer-top);
    width: fit-content;
    position: fixed;
    top: 20px;
    left: 4px;
  }
  .parcon .header .header__logo {
    width: 123px;
    height: 32px;
    padding: 12px;
    display: flex;
  }
  .parcon .header .header__logo .svg {
    width: 100%;
    height: 100%;
  }
}
@media (width<=767.9px) {
  .parcon .header {
    display: none;
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media (width>=768px) {
  .parcon .c-menu-button {
    display: none;
  }
}
@media (width<=1000px) {
  .parcon .c-menu-button {
    z-index: var(--layer-top);
    padding: 24px;
    display: block;
    position: fixed;
    top: 0;
    right: calc(50% - 191.5px);
  }
  .parcon .c-menu-button .c-menu-button__circle {
    background-color: rgb(var(--color-white) / 1);
    border-radius: 50%;
    place-items: center;
    width: 40px;
    height: 40px;
    display: grid;
  }
  .parcon .c-menu-button .c-menu-button__icon {
    aspect-ratio: 1;
    width: 18px;
    height: 18px;
  }
  .parcon .c-menu-button .c-menu-button__icon svg {
    width: 100%;
    height: 100%;
  }
}
@media (width<=767.9px) {
  .parcon .c-menu-button {
    right: calc(8 / 400 * var(--vw));
    padding: calc(24 / 400 * var(--vw));
  }
  .parcon .c-menu-button .c-menu-button__circle {
    width: calc(40 / 400 * var(--vw));
    height: calc(40 / 400 * var(--vw));
    background-color: rgb(var(--color-white) / 1);
    border-radius: 50%;
    place-items: center;
    display: grid;
  }
  .parcon .c-menu-button .c-menu-button__icon {
    aspect-ratio: 1;
    width: calc(18 / 400 * var(--vw));
    height: calc(18 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .link {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .menu:focus-visible {
  outline: none;
}
.parcon .menu .simplebar-scrollbar:before {
  background-color: rgb(var(--color-white) / 1);
}
.parcon .menu .menu__title .svg {
  width: 100%;
  height: 100%;
}
@media (width>=768px) {
  .parcon .menu {
    display: none;
  }
}
@media (width<=1000px) {
  .parcon .menu {
    z-index: var(--layer-base);
    background-color: rgb(var(--color-black) / 1);
    place-items: center;
    width: 100%;
    max-width: 384px;
    height: 100dvh;
    max-height: 100dvh;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: 0;
  }
  .parcon .menu[open] {
    display: grid !important;
  }
  .parcon .menu .menu__inner {
    place-items: center;
    width: 100%;
    height: 100vh;
    display: grid;
  }
  .parcon .menu .menu__scroll {
    place-items: center;
    gap: 80px;
    padding: 152px 0 112px;
    display: grid;
  }
  .parcon .menu .menu__title {
    aspect-ratio: 336/108;
    width: 336px;
    height: 108px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .parcon .menu .menu__list {
    gap: 40px;
    width: 256px;
    display: grid;
  }
  .parcon .menu .menu__link {
    display: flex;
  }
  .parcon .menu .menu__link .svg {
    width: 100%;
    height: 100%;
  }
  .parcon .menu .menu__link--news {
    aspect-ratio: 130/32;
    width: 130px;
    height: 32px;
  }
  .parcon .menu .menu__link--artists {
    aspect-ratio: 190/32;
    width: 190px;
    height: 32px;
  }
  .parcon .menu .menu__link--ticket {
    aspect-ratio: 166/32;
    width: 166px;
    height: 32px;
  }
  .parcon .menu .menu__link--access {
    aspect-ratio: 163/32;
    width: 163px;
    height: 32px;
  }
}
@media (width<=767.9px) {
  .parcon .menu {
    z-index: var(--layer-base);
    width: 100%;
    max-width: calc(100% - 16 / 400 * var(--vw));
    background-color: rgb(var(--color-black) / 1);
    place-items: center;
    height: 100dvh;
    max-height: 100dvh;
    position: fixed;
    inset: 0;
  }
  .parcon .menu[open] {
    display: grid !important;
  }
  .parcon .menu .menu__scroll {
    padding: calc(152 / 400 * var(--vw)) 0 calc(112 / 400 * var(--vw));
    gap: calc(80 / 400 * var(--vw));
  }
  .parcon .menu .menu__title {
    width: calc(336 / 400 * var(--vw));
    height: calc(108 / 400 * var(--vw));
  }
  .parcon .menu .menu__list {
    width: calc(256 / 400 * var(--vw));
    gap: calc(40 / 400 * var(--vw));
  }
  .parcon .menu .menu__link--news {
    width: calc(130 / 400 * var(--vw));
    height: calc(32 / 400 * var(--vw));
  }
  .parcon .menu .menu__link--artists {
    width: calc(190 / 400 * var(--vw));
    height: calc(32 / 400 * var(--vw));
  }
  .parcon .menu .menu__link--ticket {
    width: calc(166 / 400 * var(--vw));
    height: calc(32 / 400 * var(--vw));
  }
  .parcon .menu .menu__link--access {
    width: calc(163 / 400 * var(--vw));
    height: calc(32 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .nav .nav__list {
  height: fit-content;
  display: grid;
}
@media (width>=768px) {
  .parcon .nav {
    place-items: center;
    width: 100%;
    max-width: 520px;
    height: 100lvh;
    display: grid;
    position: sticky;
    top: 0;
    right: 0;
  }
  .parcon .nav .nav__list {
    gap: 40px;
    margin-bottom: -20px;
  }
  .parcon .nav .nav__link {
    margin-left: initial;
  }
  .parcon .nav .nav__link .svg {
    width: 100%;
    height: 100%;
  }
  .parcon .nav .nav__link--news {
    aspect-ratio: 130/32;
    width: 130px;
    height: 32px;
  }
  .parcon .nav .nav__link--artists {
    aspect-ratio: 190/32;
    width: 190px;
    height: 32px;
  }
  .parcon .nav .nav__link--ticket {
    aspect-ratio: 166/32;
    width: 166px;
    height: 32px;
  }
  .parcon .nav .nav__link--access {
    aspect-ratio: 163/32;
    width: 163px;
    height: 32px;
  }
}
@media (width<=1000px) {
  .parcon .nav .nav__list {
    display: none;
  }
}
@media (width<=767.9px) {
  .parcon .nav {
    display: none;
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media (width>=768px) {
  .parcon .visual {
    place-items: center;
    width: 100%;
    max-width: 520px;
    height: 100lvh;
    margin-left: auto;
    display: grid;
    position: sticky;
    top: 0;
    right: 0;
  }
  .parcon .visual .visual__inner {
    gap: 25px;
    display: grid;
  }
  .parcon .visual .visual__item {
    aspect-ratio: 1;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .parcon .visual .visual__item .i {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
@media (width<=1000px) {
  .parcon .visual .visual__inner {
    display: none;
  }
}
@media (width<=767.9px) {
  .parcon .visual {
    display: none;
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .title {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .access .access__title {
  aspect-ratio: 203/40;
}
.parcon .access .access__title .svg {
  width: 100%;
  height: 100%;
}
.parcon .access .access__venue {
  text-align: center;
}
.parcon .access .access__head {
  font-weight: var(--font-weight-Bold);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
}
.parcon .access .access__body {
  font-weight: var(--font-weight-ExtraBold);
  line-height: 1.7;
  font-family: var(--font-family-en);
  letter-spacing: 0.02em;
}
.parcon .access .access__foot {
  font-weight: var(--font-weight-Medium);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
}
.parcon .access .access__map {
  border-bottom: 1px solid rgb(var(--color-white) / 1);
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.parcon .access .access__map:hover {
  border-color: #0000;
}
.parcon .access .access__text {
  font-weight: var(--font-weight-Medium);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
}
.parcon .access .access__decor {
  aspect-ratio: 1;
  background-color: rgb(var(--color-white) / 1);
  color: rgb(var(--color-black) / 1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.parcon .access .access__decor svg {
  aspect-ratio: 1;
  position: relative;
}
.parcon .access .access__directions {
  font-weight: var(--font-weight-Medium);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
  text-align: center;
}
@media (width>=768px) {
  .parcon .access {
    margin-top: 160px;
    scroll-margin-top: 40px;
  }
  .parcon .access .access__title {
    width: 203px;
    height: 40px;
  }
  .parcon .access .access__venue {
    margin-top: 40px;
  }
  .parcon .access .access__head {
    font-size: 16px;
  }
  .parcon .access .access__body {
    font-size: 32px;
  }
  .parcon .access .access__foot {
    font-size: 16px;
  }
  .parcon .access .access__map {
    gap: 8px;
    margin-top: 24px;
  }
  .parcon .access .access__text {
    font-size: 16px;
  }
  .parcon .access .access__decor {
    width: 16px;
  }
  .parcon .access .access__decor svg {
    width: 8px;
    top: 1px;
  }
  .parcon .access .access__directions {
    margin-top: 24px;
    font-size: 14px;
  }
}
@media (width<=767.9px) {
  .parcon .access {
    margin-top: calc(160 / 400 * var(--vw));
    scroll-margin-top: calc(40 / 400 * var(--vw));
  }
  .parcon .access .access__title {
    width: calc(203 / 400 * var(--vw));
    height: calc(40 / 400 * var(--vw));
  }
  .parcon .access .access__venue {
    margin-top: calc(40 / 400 * var(--vw));
  }
  .parcon .access .access__head {
    font-size: calc(16 / 400 * var(--vw));
  }
  .parcon .access .access__body {
    font-size: calc(32 / 400 * var(--vw));
  }
  .parcon .access .access__foot {
    font-size: calc(16 / 400 * var(--vw));
  }
  .parcon .access .access__map {
    margin-top: calc(24 / 400 * var(--vw));
    gap: calc(8 / 400 * var(--vw));
  }
  .parcon .access .access__text {
    font-size: calc(16 / 400 * var(--vw));
  }
  .parcon .access .access__decor {
    width: calc(16 / 400 * var(--vw));
  }
  .parcon .access .access__decor svg {
    top: calc(1 / 400 * var(--vw));
    width: calc(8 / 400 * var(--vw));
  }
  .parcon .access .access__directions {
    margin-top: calc(24 / 400 * var(--vw));
    font-size: calc(14 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .artists .artists__title {
  aspect-ratio: 237/40;
}
.parcon .artists .artists__title .svg {
  width: 100%;
  height: 100%;
}
.parcon .artists .artists__list {
  display: grid;
}
.parcon .artists .artists__more {
  font-weight: var(--font-weight-Black);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
  text-align: center;
}
@media (width>=768px) {
  .parcon .artists {
    margin-top: 160px;
    scroll-margin-top: 40px;
  }
  .parcon .artists .artists__title {
    width: 237px;
    height: 40px;
  }
  .parcon .artists .artists__list {
    gap: 80px;
    margin-top: 96px;
  }
  .parcon .artists .artists__more {
    margin-top: 40px;
    font-size: 20px;
  }
}
@media (width<=767.9px) {
  .parcon .artists {
    margin-top: calc(160 / 400 * var(--vw));
    scroll-margin-top: calc(40 / 400 * var(--vw));
  }
  .parcon .artists .artists__title {
    width: calc(237 / 400 * var(--vw));
    height: calc(40 / 400 * var(--vw));
  }
  .parcon .artists .artists__list {
    margin-top: calc(96 / 400 * var(--vw));
    gap: calc(80 / 400 * var(--vw));
  }
  .parcon .artists .artists__more {
    margin-top: calc(40 / 400 * var(--vw));
    font-size: calc(20 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .fv .fv__inner {
  place-items: center;
  display: grid;
}
.parcon .fv .fv__item .svg {
  width: 100%;
  height: 100%;
}
.parcon .fv .fv__head {
  aspect-ratio: 295/26;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.parcon .fv .fv__head .i {
  width: 100%;
  height: 100%;
}
.parcon .fv .fv__body {
  aspect-ratio: 293/203;
  display: flex;
}
.parcon .fv .fv__body .i {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.parcon .fv .fv__foot {
  aspect-ratio: 226/53;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.parcon .fv .fv__foot .i {
  width: 100%;
  height: 100%;
}
.parcon .fv .fv__date {
  aspect-ratio: 294/105;
}
.parcon .fv .fv__venue {
  aspect-ratio: 290/116;
}
.parcon .fv .fv__open {
  aspect-ratio: 237/61;
}
.parcon .fv .fv__address {
  aspect-ratio: 304/31;
}
@media (width>=768px) {
  .parcon .fv {
    padding: 80px 0;
  }
  .parcon .fv .fv__head {
    width: 295px;
    height: 26px;
  }
  .parcon .fv .fv__body {
    width: 293px;
    height: 203px;
    margin-top: 27px;
  }
  .parcon .fv .fv__foot {
    width: 226px;
    height: 53px;
    margin-top: 13px;
  }
  .parcon .fv .fv__date {
    width: 294px;
    height: 105px;
    margin-top: 30px;
  }
  .parcon .fv .fv__venue {
    width: 290px;
    height: 116px;
    margin-top: 21px;
  }
  .parcon .fv .fv__open {
    width: 237px;
    height: 61px;
    margin-top: 27px;
  }
  .parcon .fv .fv__address {
    width: 304px;
    height: 31px;
    margin-top: 21px;
  }
  .parcon .fv .fv__button {
    width: 336px;
    margin-top: 40px;
  }
}
@media (width<=767.9px) {
  .parcon .fv {
    padding: calc(80 / 400 * var(--vw)) 0;
  }
  .parcon .fv .fv__head {
    width: calc(295 / 400 * var(--vw));
    height: calc(26 / 400 * var(--vw));
  }
  .parcon .fv .fv__body {
    width: calc(293 / 400 * var(--vw));
    height: calc(203 / 400 * var(--vw));
    margin-top: calc(27 / 400 * var(--vw));
  }
  .parcon .fv .fv__foot {
    width: calc(226 / 400 * var(--vw));
    height: calc(53 / 400 * var(--vw));
    margin-top: calc(13 / 400 * var(--vw));
  }
  .parcon .fv .fv__date {
    width: calc(294 / 400 * var(--vw));
    height: calc(105 / 400 * var(--vw));
    margin-top: calc(30 / 400 * var(--vw));
  }
  .parcon .fv .fv__venue {
    width: calc(290 / 400 * var(--vw));
    height: calc(116 / 400 * var(--vw));
    margin-top: calc(21 / 400 * var(--vw));
  }
  .parcon .fv .fv__open {
    width: calc(237 / 400 * var(--vw));
    height: calc(61 / 400 * var(--vw));
    margin-top: calc(27 / 400 * var(--vw));
  }
  .parcon .fv .fv__address {
    width: calc(304 / 400 * var(--vw));
    height: calc(31 / 400 * var(--vw));
    margin-top: calc(21 / 400 * var(--vw));
  }
  .parcon .fv .fv__button {
    width: calc(336 / 400 * var(--vw));
    margin-top: calc(40 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .c-news {
  border-bottom: 1px solid rgb(var(--color-brown-right) / 1);
  color: rgb(var(--color-white) / 1);
  grid-template-columns: auto 1fr;
  align-items: baseline;
  display: grid;
}
.parcon .c-news .c-news_date {
  font-family: var(--font-family-en);
  flex-shrink: 0;
}
.parcon .c-news .c-news_date,
.parcon .c-news .c-news_info {
  font-weight: var(--font-weight-Bold);
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.parcon .c-news .c-news_info {
  font-family: var(--font-family-jp);
}
@media (width>=768px) {
  .parcon .c-news {
    gap: 16px;
    padding-bottom: 16px;
  }
  .parcon .c-news .c-news_date,
  .parcon .c-news .c-news_info {
    font-size: 14px;
  }
}
@media (width<=767.9px) {
  .parcon .c-news {
    padding-bottom: calc(16 / 400 * var(--vw));
    gap: calc(16 / 400 * var(--vw));
  }
  .parcon .c-news .c-news_date,
  .parcon .c-news .c-news_info {
    font-size: calc(14 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .news .news__title {
  aspect-ratio: 164/40;
}
.parcon .news .news__title .svg {
  width: 100%;
  height: 100%;
}
.parcon .news .news__list {
  display: grid;
}
@media (width>=768px) {
  .parcon .news {
    margin-top: 160px;
    scroll-margin-top: 40px;
  }
  .parcon .news .news__title {
    width: 164px;
    height: 40px;
  }
  .parcon .news .news__list {
    gap: 16px;
    margin-top: 40px;
  }
}
@media (width<=767.9px) {
  .parcon .news {
    margin-top: calc(160 / 400 * var(--vw));
    scroll-margin-top: calc(40 / 400 * var(--vw));
  }
  .parcon .news .news__title {
    width: calc(164 / 400 * var(--vw));
    height: calc(40 / 400 * var(--vw));
  }
  .parcon .news .news__list {
    margin-top: calc(40 / 400 * var(--vw));
    gap: calc(16 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .read .read__inner {
  padding-left: 0;
  padding-right: 0;
}
.parcon .read .read__text {
  font-weight: var(--font-weight-Bold);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
  text-align: center;
}
@media (width>=768px) {
  .parcon .read .read__text {
    font-size: 18px;
  }
}
@media (width<=767.9px) {
  .parcon .read .read__text {
    font-size: calc(18 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .c-button {
  background-color: rgb(var(--color-button-cta-fill) / 1);
  border-radius: 3.40282e38px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.parcon .c-button.c-button--disabled {
  background-color: rgb(var(--color-button-disable-fill) / 1);
  pointer-events: none;
}
.parcon .c-button .c-button__text {
  color: rgb(var(--color-black) / 1);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.parcon .c-button .c-button__en {
  font-weight: var(--font-weight-ExtraBold);
  line-height: 1;
  font-family: var(--font-family-en);
  letter-spacing: 0.02em;
}
.parcon .c-button .c-button__jp {
  font-weight: var(--font-weight-Bold);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
}
.parcon .c-button .c-button__arrow {
  aspect-ratio: 1;
  background-color: rgb(var(--color-black) / 1);
  color: rgb(var(--color-white) / 1);
  border-radius: 100%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.parcon .c-button .c-button__arrow .svg {
  aspect-ratio: 1;
}
@media (width>=768px) {
  .parcon .c-button {
    gap: 16px;
    padding: 16px 24px;
  }
  .parcon .c-button .c-button__en {
    font-size: 24px;
  }
  .parcon .c-button .c-button__jp {
    margin-top: -2px;
    font-size: 14px;
  }
  .parcon .c-button .c-button__arrow {
    width: 28px;
  }
  .parcon .c-button .c-button__arrow .svg {
    width: 8px;
  }
}
@media (width<=767.9px) {
  .parcon .c-button {
    padding: calc(16 / 400 * var(--vw)) calc(24 / 400 * var(--vw));
    gap: calc(16 / 400 * var(--vw));
  }
  .parcon .c-button .c-button__en {
    font-size: calc(24 / 400 * var(--vw));
  }
  .parcon .c-button .c-button__jp {
    margin-top: calc(-2 / 400 * var(--vw));
    font-size: calc(14 / 400 * var(--vw));
  }
  .parcon .c-button .c-button__arrow {
    width: calc(28 / 400 * var(--vw));
  }
  .parcon .c-button .c-button__arrow .svg {
    width: calc(8 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.parcon .ticket .ticket__title {
  aspect-ratio: 207/40;
}
.parcon .ticket .ticket__title .svg {
  width: 100%;
  height: 100%;
}
.parcon .ticket .ticket__block {
  display: grid;
}
.parcon .ticket .ticket__text {
  font-weight: var(--font-weight-Bold);
  line-height: 1.7;
  font-family: var(--font-family-jp);
  letter-spacing: 0.02em;
  text-align: center;
}
@media (width>=768px) {
  .parcon .ticket {
    margin-top: 160px;
    scroll-margin-top: 40px;
  }
  .parcon .ticket .ticket__title {
    width: 207px;
    height: 40px;
  }
  .parcon .ticket .ticket__block {
    gap: 24px;
    margin-top: 40px;
  }
  .parcon .ticket .ticket__text {
    font-size: 24px;
  }
}
@media (width<=767.9px) {
  .parcon .ticket {
    margin-top: calc(160 / 400 * var(--vw));
    scroll-margin-top: calc(40 / 400 * var(--vw));
  }
  .parcon .ticket .ticket__title {
    width: calc(207 / 400 * var(--vw));
    height: calc(40 / 400 * var(--vw));
  }
  .parcon .ticket .ticket__block {
    margin-top: calc(40 / 400 * var(--vw));
    gap: calc(24 / 400 * var(--vw));
  }
  .parcon .ticket .ticket__text {
    font-size: calc(24 / 400 * var(--vw));
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
}
:before,
:after {
  box-sizing: border-box;
}
* {
  color: inherit;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
img,
picture,
audio,
canvas,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  overflow: visible;
}
img.i,
svg.i {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  cursor: pointer;
  background: 0 0;
}
button:disabled {
  cursor: not-allowed;
}
a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}
:focus-visible {
  outline-offset: 2px;
  outline: 2px solid;
}
[data-scroll-animation='random'] g,
[data-splash-head] g,
[data-splash-foot] g {
  opacity: 0;
}
.sr-only {
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
@media (width>=768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}
@media (width<=767.9px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
body {
  font-family: var(--font-family-jp);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  background-color: rgb(var(--color-background-base) / 1);
  color: rgb(var(--color-white) / 1);
}
body.is-popup-scrollLock {
  overflow: hidden;
}
::selection {
  background-color: rgb(var(--selection-color-background, var(--color-red)) / 1);
  color: rgb(var(--selection-color-text, var(--color-white)) / 1);
}
:root {
  --vw: 100vw;
  --vh: 100vh;
}
@media (width<=1000px) {
  body.is-menu-scrollLock {
    overflow: hidden;
  }
}
@media (width<=767.9px) {
  body.is-menu-scrollLock {
    overflow: hidden;
  }
}
[data-astro-cid-peot7qxu][data-simplebar] {
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.simplebar-wrapper[data-astro-cid-peot7qxu] {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
  overflow: hidden;
}
.simplebar-mask[data-astro-cid-peot7qxu] {
  z-index: 0;
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
}
.simplebar-mask[data-astro-cid-peot7qxu],
.simplebar-offset[data-astro-cid-peot7qxu] {
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
}
.simplebar-offset[data-astro-cid-peot7qxu] {
  -webkit-overflow-scrolling: touch;
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
}
.simplebar-content-wrapper[data-astro-cid-peot7qxu] {
  direction: inherit;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: auto;
  box-sizing: border-box !important;
}
.simplebar-content-wrapper[data-astro-cid-peot7qxu]::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar[data-astro-cid-peot7qxu]::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-content[data-astro-cid-peot7qxu]:before,
.simplebar-content[data-astro-cid-peot7qxu]:after {
  content: ' ';
  display: table;
}
.simplebar-placeholder[data-astro-cid-peot7qxu] {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.simplebar-height-auto-observer-wrapper[data-astro-cid-peot7qxu] {
  z-index: -1;
  float: left;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
  width: 100%;
  max-width: 1px;
  height: 100%;
  max-height: 1px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
}
.simplebar-height-auto-observer[data-astro-cid-peot7qxu] {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  z-index: -1;
  opacity: 0;
  width: 1000%;
  min-width: 1px;
  height: 1000%;
  min-height: 1px;
  display: block;
  top: 0;
  left: 0;
}
.simplebar-height-auto-observer[data-astro-cid-peot7qxu],
.simplebar-track[data-astro-cid-peot7qxu] {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
}
.simplebar-track[data-astro-cid-peot7qxu] {
  z-index: 1;
  bottom: 0;
  right: 0;
}
[data-astro-cid-peot7qxu][data-simplebar].simplebar-dragging,
[data-astro-cid-peot7qxu][data-simplebar].simplebar-dragging .simplebar-content[data-astro-cid-peot7qxu] {
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none;
}
[data-astro-cid-peot7qxu][data-simplebar].simplebar-dragging .simplebar-track[data-astro-cid-peot7qxu] {
  pointer-events: all;
}
.simplebar-scrollbar[data-astro-cid-peot7qxu] {
  min-height: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.simplebar-scrollbar[data-astro-cid-peot7qxu]:before {
  content: '';
  opacity: 0;
  background: #000;
  border-radius: 7px;
  transition: opacity 0.2s linear 0.5s;
  position: absolute;
  left: 2px;
  right: 2px;
}
.simplebar-scrollbar[data-astro-cid-peot7qxu].simplebar-visible:before {
  opacity: 0.5;
  transition-duration: 0s;
  transition-delay: 0s;
}
.simplebar-track[data-astro-cid-peot7qxu].simplebar-vertical {
  width: 11px;
  top: 0;
}
.simplebar-scrollbar[data-astro-cid-peot7qxu]:before {
  inset: 2px;
}
.simplebar-track[data-astro-cid-peot7qxu].simplebar-horizontal {
  height: 11px;
  left: 0;
}
.simplebar-track[data-astro-cid-peot7qxu].simplebar-horizontal .simplebar-scrollbar[data-astro-cid-peot7qxu] {
  width: auto;
  min-width: 10px;
  min-height: 0;
  inset: 0 auto 0 0;
}
[data-astro-cid-peot7qxu][data-simplebar-direction='rtl'] .simplebar-track[data-astro-cid-peot7qxu].simplebar-vertical {
  left: 0;
  right: auto;
}
.simplebar-dummy-scrollbar-size[data-astro-cid-peot7qxu] {
  visibility: hidden;
  opacity: 0;
  direction: rtl;
  width: 500px;
  height: 500px;
  position: fixed;
  overflow: scroll hidden;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size[data-astro-cid-peot7qxu] > div[data-astro-cid-peot7qxu] {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar[data-astro-cid-peot7qxu] {
  visibility: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: fixed;
  left: 0;
  overflow-y: scroll;
}
.parcon[data-astro-cid-peot7qxu] .content[data-astro-cid-peot7qxu] {
  isolation: isolate;
  position: relative;
}
[data-simplebar] {
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.simplebar-wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
  overflow: hidden;
}
.simplebar-mask {
  z-index: 0;
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
}
.simplebar-mask,
.simplebar-offset {
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
}
.simplebar-offset {
  -webkit-overflow-scrolling: touch;
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
}
.simplebar-content-wrapper {
  direction: inherit;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: auto;
  box-sizing: border-box !important;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.simplebar-height-auto-observer-wrapper {
  z-index: -1;
  float: left;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
  width: 100%;
  max-width: 1px;
  height: 100%;
  max-height: 1px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  z-index: -1;
  opacity: 0;
  width: 1000%;
  min-width: 1px;
  height: 1000%;
  min-height: 1px;
  display: block;
  top: 0;
  left: 0;
}
.simplebar-height-auto-observer,
.simplebar-track {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
}
.simplebar-track {
  z-index: 1;
  bottom: 0;
  right: 0;
}
[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  min-height: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.simplebar-scrollbar:before {
  content: '';
  opacity: 0;
  background: #000;
  border-radius: 7px;
  transition: opacity 0.2s linear 0.5s;
  position: absolute;
  left: 2px;
  right: 2px;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-duration: 0s;
  transition-delay: 0s;
}
.simplebar-track.simplebar-vertical {
  width: 11px;
  top: 0;
}
.simplebar-scrollbar:before {
  inset: 2px;
}
.simplebar-track.simplebar-horizontal {
  height: 11px;
  left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  width: auto;
  min-width: 10px;
  min-height: 0;
  inset: 0 auto 0 0;
}
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  left: 0;
  right: auto;
}
.simplebar-dummy-scrollbar-size {
  visibility: hidden;
  opacity: 0;
  direction: rtl;
  width: 500px;
  height: 500px;
  position: fixed;
  overflow: scroll hidden;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  visibility: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: fixed;
  left: 0;
  overflow-y: scroll;
}
:root {
  --breakpoint: 768px;
  --viewport-pc: 1440px;
  --viewport-sp: 400px;
  --viewport-range: 1040px;
  --design-h-pc: 840;
  --design-h-sp: 700;
  --layer-top: 3;
  --layer-base: 2;
  --layer-bottom: 1;
  --layer-background: -1;
  --font-family-jp: 'Zen Kaku Gothic New', sans-serif;
  --font-family-en: 'Inter', sans-serif;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --color-black: 0 0 0;
  --color-white: 255 255 255;
  --color-red: 255 0 0;
  --color-yellow: 250 220 0;
  --color-blue: 60 160 255;
  --color-pink: 250 70 200;
  --color-brown: 94 89 88;
  --color-brown-right: 155 140 130;
  --color-background-base: var(--color-black);
  --color-background-overlay: var(--color-black);
  --color-background-dark: var(--color-black);
  --color-body: var(--color-white);
  --color-button-default-fill: var(--color-white);
  --color-button-default-text: var(--color-black);
  --color-button-cta-fill: 250 220 0;
  --color-button-disable-fill: 205 205 205;
}
@media (width>=768px) {
  .parcon .layout {
    grid-template-columns: 1fr 400px 1fr;
    display: grid;
  }
}
/*$vite$:1*/
