/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #E3E4DE;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-loading {
  overflow: hidden;
}

body.is-loading *:not(.loading):not(.loading *) {
  animation-play-state: paused !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #000000;
  pointer-events: none;
}

.loading__logo {
  position: relative;
  z-index: 1;
  height: auto;
}
@media (max-width: 768px) {
  .loading__logo {
    width: calc(100% - 3rem);
    max-width: 20rem;
  }
}

.loading__cover {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #FF001C;
  transform: scaleY(0);
  transform-origin: bottom center;
}

.js-line-reveal:not(.is-line-ready) {
  visibility: hidden;
}

.line-reveal__line {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
}

.line-reveal__cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: currentColor;
  clip-path: inset(0 0 0 0);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.line-reveal__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  padding: 0 4.1666666667vw;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }
}

.br-pc,
.u-br-pc {
  display: block;
}
@media (max-width: 768px) {
  .br-pc,
  .u-br-pc {
    display: none;
  }
}

br.br-pc,
br.u-br-pc {
  display: inline;
}
@media (max-width: 768px) {
  br.br-pc,
  br.u-br-pc {
    display: none;
  }
}

.br-sp,
.u-br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp,
  .u-br-sp {
    display: block;
  }
}

br.br-sp,
br.u-br-sp {
  display: none;
}
@media (max-width: 768px) {
  br.br-sp,
  br.u-br-sp {
    display: inline;
  }
}

.btn {
  display: inline-flex;
}
.btn__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
  padding: 1.1111111111vw 2.7777777778vw;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(0.9722222222vw, 0.875rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn__link:hover {
  background-color: #000000;
  color: #E3E4DE;
}
@media (max-width: 768px) {
  .btn__link {
    padding: 0.875rem 2rem;
    font-size: 0.8125rem;
  }
}
.btn--accent .btn__link {
  border-color: #FF001C;
  color: #FF001C;
}
.btn--accent .btn__link:hover {
  background-color: #FF001C;
  color: #ffffff;
}
.btn--fill .btn__link {
  background-color: #000000;
  color: #E3E4DE;
}
.btn--fill .btn__link:hover {
  background-color: #ffffff;
}

.js-fadein {
  opacity: 0;
  transform: translateY(1.3888888889vw);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-fadein--up {
  transform: translateY(-1.3888888889vw);
}
.js-fadein--up.is-visible {
  transform: translateY(0);
}
.js-fadein--scale {
  transform: scale(0.95);
}
.js-fadein--scale.is-visible {
  transform: scale(1);
}
.js-fadein--delay-1 {
  transition-delay: 0.15s;
}
.js-fadein--delay-2 {
  transition-delay: 0.3s;
}
.js-fadein--delay-3 {
  transition-delay: 0.45s;
}

.js-block-reveal {
  position: relative;
  overflow: hidden;
}
.js-block-reveal .block-reveal__content {
  display: block;
  clip-path: inset(0 100% 0 0);
}
.js-block-reveal .block-reveal__cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: currentColor;
  clip-path: inset(0 0 0 0);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}
.js-block-reveal.is-visible .block-reveal__content {
  clip-path: inset(0 0 0 0);
}

.section__label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FF001C;
  margin-bottom: 1.1111111111vw;
}
@media (max-width: 768px) {
  .section__label {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}
.section__heading-en {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .section__heading-en {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}
.section__heading-ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  color: #000000;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .section__heading-ja {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.section__body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  font-feature-settings: "palt" 1;
  color: #000000;
}
@media (max-width: 768px) {
  .section__body {
    font-size: 1rem;
    line-height: 1.8;
  }
}

html,
body,
.scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar::-webkit-scrollbar,
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.hero {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    position: sticky;
    top: 0;
    height: 100svh;
  }
}
.hero.is-released {
  position: relative;
  top: 0;
}
.hero.is-released .hero__bg-left,
.hero.is-released .hero__bg-right,
.hero.is-released .hero__bg-vector,
.hero.is-released .hero__visual {
  z-index: 0;
  pointer-events: none;
}
.hero__bg-vector {
  position: absolute;
  left: 50%;
  top: calc(50% - 6.5277777778vw);
  transform: translate(-50%, -50%);
  width: 111.1111111111vw;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero__bg-vector {
    width: 37.5rem;
    top: 40%;
  }
}
.hero__bg-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 79.1666666667vw;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.hero__bg-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hero__bg-left {
    left: -0.25rem;
    width: 39.5rem;
    height: 55rem;
  }
}
.hero__bg-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 35.3472222222vw;
  height: auto;
  pointer-events: none;
  z-index: 1;
  transform-origin: top right;
}
@media (max-width: 768px) {
  .hero__bg-right {
    right: -7.5rem;
    width: 26.25rem;
  }
}
.hero__logo {
  position: fixed;
  left: 1.3888888889vw;
  top: 1.8svh;
  z-index: 99;
  transition: top 0.6s ease, transform 0.6s ease;
}
.hero__logo a {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
@media (max-width: 768px) {
  .hero__logo {
    left: 1rem;
    top: 1.25rem;
  }
  .hero__logo a {
    gap: 0.3125rem;
  }
}
.hero__logo-gcexpo-wrap {
  position: relative;
  display: block;
  width: 35.8333333333vw;
  transition: width 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 768px) {
  .hero__logo-gcexpo-wrap {
    width: 6.75rem;
    min-width: 6.75rem;
    max-width: 6.75rem;
  }
}
.hero__logo-gcexpo {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.45s ease;
}
@media (max-width: 768px) {
  .hero__logo-gcexpo {
    width: 100%;
    height: auto;
  }
}
.hero__logo-gcexpo--white {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
}
.hero__logo-sub-wrap {
  position: relative;
  display: block;
  width: 35.8333333333vw;
  transition: width 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 768px) {
  .hero__logo-sub-wrap {
    width: 6.75rem;
    min-width: 6.75rem;
    max-width: 6.75rem;
  }
}
.hero__logo-sub {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.45s ease;
}
.hero__logo-sub--white {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
}
.hero__visual {
  position: absolute;
  left: 0;
  top: 11svh;
  width: 100%;
  height: 76svh;
  z-index: 5;
}
@media (max-width: 768px) {
  .hero__visual {
    left: 0;
    top: 26svh;
    width: 100%;
    height: auto;
    aspect-ratio: 1208/680;
  }
}
.hero__visual-red {
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
  width: min(65.2777777778vw, 104.5svh);
  height: auto;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero__visual-red {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
    width: min(38.75rem, 158vw);
  }
}
.hero__photo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6%;
  width: 65.3472222222vw;
  height: 87%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero__photo {
    left: 50%;
    top: 58%;
    width: min(29.25rem, 119vw);
    height: min(22.25rem, 90vw);
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
    background-image: none;
  }
}
.hero__photo-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero__photo-panel {
    display: block;
    background-size: 130% auto;
    background-position: 86% center;
    transform: scaleX(-1);
    transform-origin: center;
    backface-visibility: hidden;
    will-change: clip-path, opacity;
  }
}
.hero__photo-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero__photo-box {
    display: block;
    backface-visibility: hidden;
    will-change: transform;
  }
}
.hero__photo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero/photo.webp");
  background-size: 106% auto;
  background-position: 255% center;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__photo-img {
    display: block;
    left: 50%;
    top: 71%;
    width: 150vw;
    height: 140vw;
    background-size: contain;
    background-position: 106% center;
    transform: translate(-50%, -50%) scaleX(-1) rotate(-90deg);
    transform-origin: center;
    backface-visibility: hidden;
    will-change: clip-path, transform;
  }
}
.hero__date {
  position: absolute;
  left: 1.3888888889vw;
  bottom: clamp(1.25rem, 4svh, 3.0555555556vw);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero__date {
    left: auto;
    right: 1rem;
    bottom: calc(4.125rem + 1.5rem);
  }
}
.hero__date-nums {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .hero__date-nums {
    align-items: end;
  }
}
.hero__date-day {
  display: block;
  height: 4.0972222222vw;
  width: auto;
}
@media (max-width: 768px) {
  .hero__date-day {
    height: 1.875rem;
  }
}
.hero__date-month {
  display: block;
  height: 4.0972222222vw;
  width: auto;
  margin-top: 0.9027777778vw;
}
@media (max-width: 768px) {
  .hero__date-month {
    height: 1.875rem;
    margin-top: 0.3125rem;
  }
}
.hero__date-dow {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  margin-top: 0.9722222222vw;
}
.hero__date-dow img {
  height: 1.7361111111vw;
  width: auto;
}
@media (max-width: 768px) {
  .hero__date-dow {
    margin-top: 0.375rem;
    margin-right: 0;
    gap: 0.375rem;
  }
  .hero__date-dow img {
    height: 0.8125rem;
  }
}
.hero__entry {
  position: fixed;
  right: 1.8055555556vw;
  bottom: clamp(1.25rem, 4svh, 3.0555555556vw);
  display: flex;
  z-index: 90;
}
@media (max-width: 768px) {
  .hero__entry {
    display: none;
  }
}
.hero__entry-item {
  position: relative;
  display: block;
  width: 25.1388888889vw;
  height: 6.5277777778vw;
  text-decoration: none;
  transition: width 0.35s ease, height 0.35s ease;
}
.hero__entry-item:hover .hero__entry-body {
  transform: translate(0.5555555556vw, 0.5555555556vw);
  background-color: #FF001C;
}
.hero__entry-item:hover .hero__entry-title,
.hero__entry-item:hover .hero__entry-sub {
  color: #000000;
}
.hero__entry-item:hover .hero__entry-arrow {
  content: url("../img/hero/icon_arrow_brack.svg");
}
@media (max-width: 768px) {
  .hero__entry-item {
    width: 50%;
    height: 4.125rem;
  }
}
.hero__entry-shadow {
  position: absolute;
  left: 0.5555555556vw;
  top: 0.5555555556vw;
  width: 24.5833333333vw;
  height: 5.9722222222vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 86' fill='none'%3E%3Cpolygon points='0.5 0.5 353.5 0.5 353.5 68 335.5 85.5 0.5 85.5' stroke='%23FF001C' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: left 0.35s ease, top 0.35s ease, width 0.35s ease, height 0.35s ease;
}
@media (max-width: 768px) {
  .hero__entry-shadow {
    left: 0.5rem;
    top: 0.5rem;
    width: calc(100% - 0.5rem);
    height: 4.625rem;
    display: none;
  }
}
.hero__entry-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 24.5833333333vw;
  height: 5.9722222222vw;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.25vw), calc(100% - 1.25vw) 100%, 0 100%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.3888888889vw;
  color: #ffffff;
  transition: width 0.35s ease, height 0.35s ease, padding 0.35s ease, clip-path 0.35s ease, transform 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 768px) {
  .hero__entry-body {
    width: 100%;
    height: 4.625rem;
    padding: 0.75rem 0.625rem 0.625rem 0.875rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.75rem), calc(100% - 0.75rem) 100%, 0 100%);
  }
}
.hero__entry-texts {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  transition: gap 0.35s ease;
}
@media (max-width: 768px) {
  .hero__entry-texts {
    gap: 0.375rem;
  }
}
.hero__entry-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: min(1.4583333333vw, 1.3125rem);
  color: #ffffff;
  font-feature-settings: "palt" 1;
  line-height: 1;
  transition: color 0.3s ease, font-size 0.35s ease;
}
@media (max-width: 768px) {
  .hero__entry-title {
    font-size: 0.875rem;
  }
}
.hero__entry-sub {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 1rem);
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.3s ease, font-size 0.35s ease;
}
@media (max-width: 768px) {
  .hero__entry-sub {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
.hero__entry-arrow {
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  flex-shrink: 0;
  transition: width 0.35s ease, height 0.35s ease;
}
@media (max-width: 768px) {
  .hero__entry-arrow {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.is-hero-entry-fixed .hero__entry {
  right: 1.8055555556vw;
}
.is-hero-entry-fixed .hero__entry-item {
  width: 16.1111111111vw;
  height: 4.7222222222vw;
}
.is-hero-entry-fixed .hero__entry-shadow {
  left: 0.5555555556vw;
  top: 0.5555555556vw;
  width: 15.5555555556vw;
  height: 4.1666666667vw;
}
.is-hero-entry-fixed .hero__entry-body {
  width: 15.5555555556vw;
  height: 4.1666666667vw;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.9722222222vw), calc(100% - 0.9722222222vw) 100%, 0 100%);
  padding: 0.8333333333vw 0.9722222222vw;
}
.is-hero-entry-accent .hero__entry-body {
  background-color: #FF001C;
}
.is-hero-entry-fixed .hero__entry-texts {
  gap: 0.4166666667vw;
}
.is-hero-entry-fixed .hero__entry-title {
  font-size: 0.9722222222vw;
}
.is-hero-entry-fixed .hero__entry-sub {
  font-size: 0.7638888889vw;
}
.is-hero-entry-fixed .hero__entry-arrow {
  width: 1.1111111111vw;
  height: 1.1111111111vw;
}
.hero__sns {
  position: absolute;
  left: 1.3888888889vw;
  top: 15.4166666667vw;
  display: flex;
  flex-direction: column;
  gap: 2.2916666667vw;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero__sns {
    left: 1rem;
    top: 5.3125rem;
    gap: 0.75rem;
  }
}
.hero__sns-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5138888889vw;
  height: 4.5138888889vw;
  flex-shrink: 0;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #000000, #000000), linear-gradient(to left, #000000, #000000), linear-gradient(to left, #000000, #000000), linear-gradient(to bottom, #000000, #000000), linear-gradient(to bottom, #000000, #000000), linear-gradient(to top, #000000, #000000), linear-gradient(to top, #000000, #000000);
  background-size: 0.6944444444vw 1px, 0.6944444444vw 1px, 0.6944444444vw 1px, 0.6944444444vw 1px, 1px 0.6944444444vw, 1px 0.6944444444vw, 1px 0.6944444444vw, 1px 0.6944444444vw;
  background-position: left top, left bottom, right top, right bottom, left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.hero__sns-item[href]:hover {
  opacity: 0.6;
}
.hero__sns-item > img {
  display: block;
  width: 2.8935416667vw;
  height: 2.8935416667vw;
  object-fit: contain;
}
@media (max-width: 768px) {
  .hero__sns-item {
    width: 2.75rem;
    height: 2.75rem;
    background-size: 0.5rem 1px, 0.5rem 1px, 0.5rem 1px, 0.5rem 1px, 1px 0.5rem, 1px 0.5rem, 1px 0.5rem, 1px 0.5rem;
  }
  .hero__sns-item > img {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.hero__sns-item--okayama {
  cursor: default;
}
.hero__sns-okayama {
  position: relative;
  display: block;
  width: 3.2575694444vw;
  height: 2.5320138889vw;
}
@media (max-width: 768px) {
  .hero__sns-okayama {
    width: 1.9875rem;
    height: 1.54375rem;
  }
}
.hero__sns-okayama-support, .hero__sns-okayama-city {
  position: absolute;
  display: block;
  object-fit: fill;
}
.hero__sns-okayama-support {
  top: 0;
  left: 0.8243055556vw;
  width: 1.5945833333vw;
  height: 1.1104861111vw;
}
@media (max-width: 768px) {
  .hero__sns-okayama-support {
    left: 0.503125rem;
    width: 0.97375rem;
    height: 0.678125rem;
  }
}
.hero__sns-okayama-city {
  left: 0;
  top: 1.4645833333vw;
  width: 3.2575694444vw;
  height: 1.0674305556vw;
}
@media (max-width: 768px) {
  .hero__sns-okayama-city {
    top: 0.894375rem;
    width: 1.9875rem;
    height: 0.651875rem;
  }
}
.hero__topbar {
  position: fixed;
  top: 2.2svh;
  left: 57.9166666667vw;
  right: 1.3888888889vw;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  gap: 1.3888888889vw;
  z-index: 99;
}
@media (max-width: 768px) {
  .hero__topbar {
    left: 1rem;
    right: 1rem;
    top: 1.8svh;
    justify-content: flex-end;
  }
}
.hero__presented {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: min(0.8333333333vw, 0.75rem);
  line-height: 1.25;
  color: #000000;
  text-transform: capitalize;
  transition: color 0.45s ease;
}
.hero__presented p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hero__presented {
    display: none;
  }
}
.hero__countdown {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: min(0.8333333333vw, 0.75rem);
  line-height: 1.25;
  color: #000000;
  transition: color 0.45s ease;
}
.hero__countdown p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hero__countdown {
    display: none;
  }
}
.hero__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  padding: 0.6944444444vw;
  background-color: #000000;
  border-radius: 0.1388888889vw;
  width: 6.5972222222vw;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.45s ease;
}
.hero__menu:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .hero__menu {
    width: 5.5rem;
    padding: 0.75rem 1.5rem;
    gap: 0.375rem;
    border-radius: 0.125rem;
    margin-left: auto;
  }
}
.hero__menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.0416666667vw;
  height: 0.6944444444vw;
  flex-shrink: 0;
}
.hero__menu-icon span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: background-color 0.45s ease;
}
@media (max-width: 768px) {
  .hero__menu-icon {
    width: 0.75rem;
    height: 0.5rem;
  }
}
.hero__menu-text {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 1rem);
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.45s ease;
}
@media (max-width: 768px) {
  .hero__menu-text {
    font-size: 0.75rem;
  }
}

.is-hero-ui-compact .hero__logo {
  transform: translateY(-4px);
}
@media (max-width: 768px) {
  .is-hero-ui-compact .hero__logo {
    top: 20px;
  }
}
.is-hero-ui-compact .hero__logo-gcexpo-wrap {
  width: 7.9166666667vw;
}
@media (max-width: 768px) {
  .is-hero-ui-compact .hero__logo-gcexpo-wrap {
    width: 6.75rem;
    min-width: 6.75rem;
    max-width: 6.75rem;
  }
}
.is-hero-ui-compact .hero__logo-sub-wrap {
  width: 7.9166666667vw;
}
@media (max-width: 768px) {
  .is-hero-ui-compact .hero__logo-sub-wrap {
    width: 6.75rem;
    min-width: 6.75rem;
    max-width: 6.75rem;
  }
}

.is-header-invert .hero__logo,
.is-event-modal-open .hero__logo {
  transform: translateY(-4px);
}
@media (max-width: 768px) {
  .is-header-invert .hero__logo,
  .is-event-modal-open .hero__logo {
    top: 20px;
  }
}
.is-header-invert .hero__logo-gcexpo-wrap,
.is-event-modal-open .hero__logo-gcexpo-wrap {
  width: 7.9166666667vw;
}
@media (max-width: 768px) {
  .is-header-invert .hero__logo-gcexpo-wrap,
  .is-event-modal-open .hero__logo-gcexpo-wrap {
    width: 6.75rem;
    min-width: 6.75rem;
    max-width: 6.75rem;
  }
}
.is-header-invert .hero__logo-sub-wrap,
.is-event-modal-open .hero__logo-sub-wrap {
  width: 7.9166666667vw;
}
@media (max-width: 768px) {
  .is-header-invert .hero__logo-sub-wrap,
  .is-event-modal-open .hero__logo-sub-wrap {
    width: 6.75rem;
    min-width: 6.75rem;
    max-width: 6.75rem;
  }
}
.is-header-invert .hero__logo-gcexpo--dark,
.is-event-modal-open .hero__logo-gcexpo--dark {
  opacity: 0;
}
.is-header-invert .hero__logo-gcexpo--white,
.is-event-modal-open .hero__logo-gcexpo--white {
  opacity: 1;
}
.is-header-invert .hero__logo-sub--dark,
.is-event-modal-open .hero__logo-sub--dark {
  opacity: 0;
}
.is-header-invert .hero__logo-sub--white,
.is-event-modal-open .hero__logo-sub--white {
  opacity: 1;
}
.is-header-invert .hero__presented,
.is-header-invert .hero__countdown,
.is-event-modal-open .hero__presented,
.is-event-modal-open .hero__countdown {
  color: #ffffff;
}
.is-header-invert .hero__menu,
.is-event-modal-open .hero__menu {
  background-color: #ffffff;
}
.is-header-invert .hero__menu-icon span,
.is-event-modal-open .hero__menu-icon span {
  background-color: #000000;
}
.is-header-invert .hero__menu-text,
.is-event-modal-open .hero__menu-text {
  color: #000000;
}

.cta-bar {
  display: none;
}
@media (max-width: 768px) {
  .cta-bar {
    position: fixed;
    right: -1px;
    bottom: -1px;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    z-index: 50;
    width: 12.875rem;
  }
}
.cta-bar__item {
  position: relative;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cta-bar__item:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .cta-bar__item {
    width: 100%;
    height: 3.875rem;
  }
}
.cta-bar__shadow {
  display: none;
}
@media (max-width: 768px) {
  .cta-bar__shadow {
    display: block;
    position: absolute;
    inset: -1px;
    background-color: #ff0000;
    clip-path: polygon(0.5625rem 0, 100% 0, 100% 100%, 0 100%, 0 0.5625rem);
    pointer-events: none;
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .is-cta-bar-accent .cta-bar__shadow {
    background-color: #000000;
  }
}
@media (max-width: 768px) {
  .cta-bar__body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.875rem;
    background-color: #000000;
    clip-path: polygon(0.5625rem 0, 100% 0, 100% 100%, 0 100%, 0 0.5625rem);
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.3125rem 0.9375rem 0.6875rem 0.9375rem;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .is-cta-bar-accent .cta-bar__body {
    background-color: #FF001C;
  }
}
@media (max-width: 768px) {
  .cta-bar__texts {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
}
@media (max-width: 768px) {
  .cta-bar__title {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #ffffff;
    font-feature-settings: "palt" 1;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .cta-bar__sub {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.6875rem;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .cta-bar__arrow {
    display: block;
    width: 0.8125rem;
    height: 0.8125rem;
    flex-shrink: 0;
  }
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: linear-gradient(122.71deg, #000000 57.256%, #FF001C 115.56%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 768px) {
  .nav-overlay {
    overflow-y: auto;
  }
}
.nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.nav-overlay__logo {
  position: absolute;
  left: 1.3888888889vw;
  top: 1.8svh;
  z-index: 10;
  transition: top 0.6s ease, transform 0.6s ease;
}
.nav-overlay__logo a {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
@media (max-width: 768px) {
  .nav-overlay__logo {
    left: 1rem;
    top: 0.75rem;
  }
  .nav-overlay__logo a {
    gap: 0.3125rem;
  }
}
.nav-overlay__logo-gcexpo {
  display: block;
  height: auto;
  width: 35.8333333333vw;
  transition: width 0.6s ease, opacity 0.45s ease;
}
@media (max-width: 768px) {
  .nav-overlay__logo-gcexpo {
    width: 12.5rem;
    height: auto;
  }
}
.nav-overlay__logo-sub {
  display: block;
  height: auto;
  width: 35.8333333333vw;
  transition: width 0.6s ease, opacity 0.45s ease;
}
@media (max-width: 768px) {
  .nav-overlay__logo-sub {
    width: 12.5rem;
    height: auto;
  }
}
.nav-overlay__topbar {
  position: absolute;
  top: 2.2svh;
  right: 1.3888888889vw;
  z-index: 10;
}
@media (max-width: 768px) {
  .nav-overlay__topbar {
    left: auto;
    right: 1rem;
    top: 1.8svh;
    justify-content: flex-end;
  }
}
.nav-overlay__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  padding: 0.6944444444vw;
  background-color: #FF001C;
  border-radius: 0.1388888889vw;
  width: 6.5972222222vw;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.nav-overlay__close:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .nav-overlay__close {
    width: 5.5rem;
    padding: 0.75rem 1.5rem;
    gap: 0.375rem;
    border-radius: 0.125rem;
    box-sizing: border-box;
  }
}
.nav-overlay__close-icon {
  position: relative;
  display: block;
  width: 0.7638888889vw;
  height: 0.7638888889vw;
  flex-shrink: 0;
}
.nav-overlay__close-icon::before, .nav-overlay__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 141%;
  height: 1px;
  background-color: #ffffff;
}
.nav-overlay__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-overlay__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .nav-overlay__close-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.nav-overlay__close-text {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 1rem);
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nav-overlay__close-text {
    font-size: 0.75rem;
  }
}
.nav-overlay__main {
  position: absolute;
  left: 8.3333333333vw;
  right: 8.3333333333vw;
  top: clamp(7.5rem, 22svh, 19.5833333333vw);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .nav-overlay__main {
    left: 1.25rem;
    right: 1.25rem;
    top: 6.875rem;
    bottom: auto;
    display: block;
    padding-bottom: 7.5rem;
  }
}
.nav-overlay__nav {
  width: 54.0972222222vw;
}
@media (max-width: 768px) {
  .nav-overlay__nav {
    width: auto;
  }
}
.nav-overlay__nav-label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: clamp(1.25rem, 4svh, 2.7777777778vw);
}
@media (max-width: 768px) {
  .nav-overlay__nav-label {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
  }
}
.nav-overlay__nav-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 2svh, 1.3888888889vw);
}
@media (max-width: 768px) {
  .nav-overlay__nav-list {
    gap: 1rem;
  }
}
.nav-overlay__nav-link {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(3.25rem, min(5.5555555556vw, 8.8svh), 5rem);
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}
.nav-overlay__nav-link:hover {
  color: #FF001C;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .nav-overlay__nav-link {
    font-size: 2rem;
  }
}
.nav-overlay__entry {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .nav-overlay__entry {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}
.nav-overlay__entry-item {
  position: relative;
  display: block;
  width: 25.1388888889vw;
  height: 6.5277777778vw;
  text-decoration: none;
}
.nav-overlay__entry-item:hover .nav-overlay__entry-body {
  transform: translate(0.5555555556vw, 0.5555555556vw);
  background-color: #FF001C;
}
.nav-overlay__entry-item:hover .nav-overlay__entry-title,
.nav-overlay__entry-item:hover .nav-overlay__entry-sub {
  color: #000000;
}
.nav-overlay__entry-item:hover .nav-overlay__entry-arrow {
  content: url("../img/hero/icon_arrow_brack.svg");
}
@media (max-width: 768px) {
  .nav-overlay__entry-item {
    width: 100%;
    height: 4.875rem;
  }
  .nav-overlay__entry-item:hover .nav-overlay__entry-body {
    transform: none;
  }
}
.nav-overlay__entry-shadow {
  position: absolute;
  left: 0.5555555556vw;
  top: 0.5555555556vw;
  z-index: 0;
  width: 24.5833333333vw;
  height: 5.9722222222vw;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 354 86' preserveAspectRatio='none' fill='none'%3E%3Cpolygon points='0.5 0.5 353.5 0.5 353.5 68 335.5 85.5 0.5 85.5' stroke='%23FFFFFF' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .nav-overlay__entry-shadow {
    inset: 0 auto auto 0;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
}
.nav-overlay__entry-body {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 24.5833333333vw;
  height: 5.9722222222vw;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.25vw), calc(100% - 1.25vw) 100%, 0 100%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.3888888889vw;
  color: #ffffff;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 768px) {
  .nav-overlay__entry-body {
    inset: 0 auto auto 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0.875rem 0.875rem 0.75rem 1.125rem;
    clip-path: polygon(0 0, 100% 0, 100% 79.07%, 94.92% 100%, 0 100%);
  }
}
.nav-overlay__entry-texts {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media (max-width: 768px) {
  .nav-overlay__entry-texts {
    gap: 0.5rem;
  }
}
.nav-overlay__entry-title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.3888888889vw, 1.25rem);
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .nav-overlay__entry-title {
    font-size: 1rem;
  }
}
.nav-overlay__entry-sub {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: min(0.9722222222vw, 0.875rem);
  color: #ffffff;
  font-feature-settings: "palt" 1;
  line-height: 1;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .nav-overlay__entry-sub {
    font-size: 0.75rem;
  }
}
.nav-overlay__entry-arrow {
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .nav-overlay__entry-arrow {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.nav-overlay__sns {
  display: none;
}
@media (max-width: 768px) {
  .nav-overlay__sns {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    z-index: 10;
    display: flex;
    gap: 0.75rem;
  }
}
.nav-overlay__sns-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .nav-overlay__sns-item {
    width: 3.5rem;
    height: 3.5rem;
    background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to left, #ffffff, #ffffff), linear-gradient(to left, #ffffff, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to top, #ffffff, #ffffff), linear-gradient(to top, #ffffff, #ffffff);
    background-size: 0.75rem 1px, 0.75rem 1px, 0.75rem 1px, 0.75rem 1px, 1px 0.75rem, 1px 0.75rem, 1px 0.75rem, 1px 0.75rem;
    background-position: left top, left bottom, right top, right bottom, left top, right top, left bottom, right bottom;
    background-repeat: no-repeat;
  }
}
.nav-overlay__sns-item img {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
  filter: invert(1);
}

.is-hero-ui-compact .nav-overlay__logo {
  transform: translateY(-4px);
}
@media (max-width: 768px) {
  .is-hero-ui-compact .nav-overlay__logo {
    top: 20px;
  }
}
.is-hero-ui-compact .nav-overlay__logo-gcexpo, .is-hero-ui-compact .nav-overlay__logo-sub {
  width: 7.9166666667vw;
}
@media (max-width: 768px) {
  .is-hero-ui-compact .nav-overlay__logo-gcexpo, .is-hero-ui-compact .nav-overlay__logo-sub {
    width: 6.75rem;
  }
}
@media (max-width: 768px) {
  .is-hero-ui-compact .nav-overlay__close {
    width: 5.5rem;
    padding: 0.75rem 1.5rem;
    gap: 0.375rem;
    border-radius: 0.125rem;
    margin-left: auto;
    height: auto;
  }
}

.vision {
  position: relative;
  z-index: 10;
  height: 93.4027777778vw;
  max-height: 1500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vision {
    height: auto;
    padding: 3rem 1.25rem 7rem;
  }
}
.vision__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.vision__bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}
@media (max-width: 768px) {
  .vision__bg {
    display: block;
  }
}
.vision__gcexpo {
  position: absolute;
  right: -1.9444444444vw;
  top: 0;
  width: 18.6805555556vw;
  height: 86.4583333333vw;
  max-height: 1500px;
  z-index: 2;
}
@media (max-width: 768px) {
  .vision__gcexpo {
    display: none;
  }
}
.vision__gcexpo img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  object-fit: contain;
}
.vision__content {
  position: absolute;
  left: 8.3333333333vw;
  top: 9.0972222222vw;
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
}
@media (max-width: 768px) {
  .vision__content {
    position: relative;
    z-index: 2;
    color: #E3E4DE;
    gap: 2rem;
    top: 0rem;
    left: 0;
  }
}
.vision__header {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
@media (max-width: 768px) {
  .vision__header {
    gap: 1.25rem;
  }
}
.vision__label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.6666666667vw, 1.5rem);
  line-height: 1;
  color: #E3E4DE;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .vision__label {
    font-size: 0.875rem;
  }
}
.vision__heading {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(4.4444444444vw, 4rem);
  line-height: 1;
  color: #E3E4DE;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .vision__heading {
    font-size: 3rem;
  }
}
.vision__heading--ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: min(2.9166666667vw, 2.625rem);
  line-height: 1.5;
  text-transform: none;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .vision__heading--ja {
    font-size: 1.5rem;
  }
}
.vision__body {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
@media (max-width: 768px) {
  .vision__body {
    gap: 1.75rem;
  }
}
.vision__body-paras p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: min(1.3888888889vw, 1.25rem);
  line-height: 1.75;
  color: #E3E4DE;
  font-feature-settings: "palt" 1;
  margin: 0;
}
@media (max-width: 768px) {
  .vision__body-paras p {
    font-size: 0.875rem;
  }
}
.vision__concerns {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media (max-width: 768px) {
  .vision__concerns {
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .vision__concerns--pc {
    display: none;
  }
}
.vision__concerns--sp {
  display: none;
}
@media (max-width: 768px) {
  .vision__concerns--sp {
    display: flex;
  }
}
.vision__concern {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.4166666667vw 1.1111111111vw;
  background-color: #E3E4DE;
  width: fit-content;
  overflow: hidden;
}
.vision__concern::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #E3E4DE;
  transform: scaleX(1);
  transform-origin: left center;
  pointer-events: none;
}
.vision__concern.is-bg-ready {
  background-color: transparent;
}
.vision__concern.is-bg-ready::before {
  transform: scaleX(0);
}
.vision__concern.is-bg-visible::before {
  transform: scaleX(1);
  transition: transform 0.9s ease;
}
.vision__concern p {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: min(1.5277777778vw, 1.375rem);
  line-height: 1.75;
  color: #FF001C;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 768px) {
  .vision__concern {
    display: flex;
    width: 100%;
  }
  .vision__concern.is-bg-lines {
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    overflow: visible;
  }
  .vision__concern.is-bg-lines::before {
    display: none;
  }
  .vision__concern.is-bg-lines p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .vision__concern p {
    font-size: 0.8125rem;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .vision__concern-line {
    position: relative;
    display: block;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.1875rem 0.625rem;
    overflow: hidden;
  }
  .vision__concern-line::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #E3E4DE;
    transform: scaleX(1);
    transform-origin: left center;
    pointer-events: none;
  }
  .vision__concern.is-bg-ready .vision__concern-line::before {
    transform: scaleX(0);
  }
  .vision__concern.is-bg-visible .vision__concern-line::before, .vision__concern-line.is-bg-visible::before {
    transform: scaleX(1);
    transition: transform 0.9s ease;
  }
}
@media (max-width: 768px) {
  .vision__concern-line-text {
    position: relative;
    z-index: 1;
    color: #FF001C;
    transition: color 0.2s ease 0.2s;
  }
  .vision__concern.is-bg-visible .vision__concern-line-text, .vision__concern-line.is-bg-visible .vision__concern-line-text {
    color: #FF001C;
  }
}
.vision__quote {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: min(2.9166666667vw, 2.625rem);
  line-height: 1.5;
  color: #E3E4DE;
  font-feature-settings: "palt" 1;
  margin: 0;
}
@media (max-width: 768px) {
  .vision__quote {
    font-size: 1.25rem;
  }
}

@keyframes cards-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--cards-loop-width, 113.0555555556vw)), 0, 0);
  }
}
.voice {
  position: relative;
  z-index: 9;
  height: 155.9722222222vw;
  overflow: hidden;
  clip-path: inset(0);
  background-color: #000000;
  margin-top: -13.8888888889vw;
}
@media (max-width: 768px) {
  .voice {
    height: auto;
    padding: 7.5rem 1.25rem 4.5rem;
    margin-top: -5.625rem;
  }
}
.voice__bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.voice__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .voice__bg {
    display: block;
  }
}
.voice__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
@media (max-width: 768px) {
  .voice__overlay {
    display: block;
  }
}
.voice__what {
  position: absolute;
  left: calc(50% - 21.8402777778vw);
  top: 25.9027777778vw;
  width: 43.6805555556vw;
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .voice__what {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }
}
.voice__what-heading {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(4.4444444444vw, 4rem);
  line-height: 1;
  color: #FF001C;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .voice__what-heading {
    font-size: 2rem;
  }
}
.voice__what-body {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  align-items: center;
  width: 33.6111111111vw;
}
@media (max-width: 768px) {
  .voice__what-body {
    width: 100%;
    align-items: flex-start;
    gap: 1rem;
  }
}
.voice__what-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: min(2.2222222222vw, 2rem);
  line-height: 1.75;
  color: #ffffff;
  text-align: center;
  font-feature-settings: "palt" 1;
  margin: 0 auto;
}
.voice__what-title span {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .voice__what-title {
    font-size: 1.25rem;
    text-align: center;
  }
}
.voice__what-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: min(1.25vw, 1.125rem);
  line-height: 1.75;
  color: #ffffff;
  text-align: center;
  font-feature-settings: "palt" 1;
  margin: 0;
}
@media (max-width: 768px) {
  .voice__what-text {
    font-size: 0.875rem;
    text-align: center;
    margin: 0 auto;
  }
}
.voice__design {
  position: absolute;
  top: 55.3472222222vw;
  left: 8.3333333333vw;
  width: 83.3333333333vw;
  height: 28.8888888889vw;
  pointer-events: none;
}
.voice__design img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .voice__design {
    position: absolute;
    top: 21.25rem;
    left: 50%;
    z-index: 0;
    display: block;
    width: min(26.25rem, 132vw);
    height: auto;
    margin: 0;
    transform: translateX(-50%);
    opacity: 0.72;
  }
}
@media (max-width: 768px) {
  .voice__design.js-fadein {
    transform: translate(-50%, 1.25rem);
  }
}
@media (max-width: 768px) {
  .voice__design.js-fadein.is-visible {
    transform: translate(-50%, 0);
  }
}
.voice__info-image {
  position: absolute;
  top: 55.3472222222vw;
  left: 50%;
  z-index: 1;
  display: block;
  width: 48.5416666667vw;
  pointer-events: none;
  transform: translateX(-50%);
}
.voice__info-image img {
  display: block;
  width: 100%;
  height: auto;
}
.voice__info-image.js-fadein {
  transform: translate(-50%, 1.3888888889vw);
}
@media (max-width: 768px) {
  .voice__info-image.js-fadein {
    transform: translateY(1.25rem);
  }
}
.voice__info-image.js-fadein.is-visible {
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .voice__info-image.js-fadein.is-visible {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .voice__info-image {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
    transform: none;
  }
}
.voice__groups {
  position: absolute;
  top: 98.0555555556vw;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .voice__groups {
    position: static;
    gap: 0;
  }
}
.voice__group {
  position: absolute;
  left: 0;
  width: 100%;
}
.voice__group--student {
  top: 98.0555555556vw;
}
@media (max-width: 768px) {
  .voice__group--student {
    margin-bottom: 0.75rem !important;
  }
}
.voice__group--company {
  top: 117.3611111111vw;
}
@media (max-width: 768px) {
  .voice__group {
    position: relative;
    top: auto;
    left: -1.25rem;
    z-index: 1;
    width: calc(100% + 2.5rem);
    margin-bottom: 3rem;
  }
}
.voice__cards {
  position: relative;
  margin-top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .voice__cards {
    margin-top: 0;
  }
}
.voice__cards-track {
  display: flex;
  gap: 1.6666666667vw;
  align-items: flex-start;
  width: max-content;
  animation: cards-scroll 26s linear infinite;
  will-change: transform;
}
@media (max-width: 768px) {
  .voice__cards-track {
    gap: 1rem;
    width: max-content;
    animation: cards-scroll 34s linear infinite;
  }
}
.voice__group--company .voice__cards-track {
  animation-direction: reverse;
  animation-delay: -10s;
}
@media (max-width: 768px) {
  .voice__group--company .voice__cards-track {
    animation-delay: -14s;
  }
}
.voice__card {
  width: 26.5972222222vw;
  height: 17.6388888889vw;
  background-color: #000000;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .voice__card {
    width: 13.75rem;
    height: 9.125rem;
  }
}
.voice__card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice__gallery {
  position: absolute;
  top: 158.2638888889vw;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .voice__gallery {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    display: block;
    width: calc(100% + 2.5rem);
    margin: 0.75rem -1.25rem 0;
    padding-top: 3rem;
    overflow: hidden;
    height: 18.75rem;
  }
}
.voice__gallery-title {
  position: absolute;
  top: 2.9166666667vw;
  left: 50%;
  z-index: 2;
  display: block;
  width: 76.8055555556vw;
  height: auto;
  transform: translateX(-50%);
  margin: 0;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .voice__gallery-title {
    position: relative;
    top: auto;
    left: 50%;
    z-index: 2;
    width: min(26.25rem, 112vw);
    transform: translateX(-50%);
  }
}
.voice__gallery-inner {
  position: absolute;
  top: 10.4166666667vw;
  left: 50%;
  z-index: 4;
  width: 111.5277777778vw;
  height: 26.0416666667vw;
  overflow: hidden;
  transform: translateX(-50%);
  perspective: 83.3333333333vw;
  -webkit-perspective: 83.3333333333vw;
  perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .voice__gallery-inner {
    position: absolute;
    top: 5.25rem;
    left: 50%;
    z-index: 3;
    width: 118%;
    height: 13.125rem;
    margin-top: 0;
    overflow: hidden;
    transform: translateX(-50%);
    perspective: 75rem;
    -webkit-perspective: 75rem;
    perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }
}
.voice__gallery-track {
  display: flex;
  gap: 1.6666666667vw;
  align-items: center;
  height: 100%;
  width: max-content;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  will-change: transform;
}
@media (max-width: 768px) {
  .voice__gallery-track {
    gap: 1.5rem;
    height: 100%;
    padding: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    will-change: transform;
  }
}
.voice__gallery-track.is-curved {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 24.0972222222vw;
  gap: 0;
  transform: translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .voice__gallery-track.is-curved {
    height: 11.875rem;
  }
}
.voice__gallery-overlay-img {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.voice__gallery-slice {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  overflow: hidden;
  outline: 1px solid transparent;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-clip: border-box;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  will-change: transform;
  box-shadow: inset 0 1px 0 #FF001C, inset 0 -1px 0 #FF001C;
}
.voice__gallery-slice.is-photo-start {
  box-shadow: inset 1px 0 0 #FF001C, inset 0 1px 0 #FF001C, inset 0 -1px 0 #FF001C;
}
.voice__gallery-slice.is-photo-end {
  box-shadow: inset -1px 0 0 #FF001C, inset 0 1px 0 #FF001C, inset 0 -1px 0 #FF001C;
}
.voice__gallery-photo {
  position: relative;
  flex-shrink: 0;
  width: 36.1111111111vw;
  height: 24.0972222222vw;
  overflow: hidden;
  border: 1px solid #FF001C;
  box-sizing: border-box;
  transform-style: preserve-3d;
  will-change: transform;
}
.voice__gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .voice__gallery-photo {
    width: 17.8125rem;
    height: 11.875rem;
    transform-style: preserve-3d;
    will-change: transform;
  }
}
.voice__gallery-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .voice__design img {
    width: 100%;
    height: auto !important;
    max-height: none;
    object-fit: contain;
  }
}

@keyframes results-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes results-ticker-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.results {
  position: relative;
  z-index: 20;
  min-height: 18.0555555556vw;
  margin-top: -9.0277777778vw;
  margin-bottom: -9.0277777778vw;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .results {
    min-height: 9.75rem;
    margin-top: -4.875rem;
    margin-bottom: -4.875rem;
    padding: 0;
    overflow: hidden;
  }
}
.results__band {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 5.4861111111vw;
  background-color: #000000;
  display: flex;
  align-items: center;
  overflow: hidden;
  transform-origin: center center;
}
.results__band--1 {
  top: 3.75vw;
  transform: rotate(-3.47deg);
}
@media (max-width: 768px) {
  .results__band--1 {
    position: absolute;
    top: 2.375rem;
    left: -5%;
    width: 128%;
    height: 3rem;
    transform: rotate(-6.47deg);
  }
}
.results__band--2 {
  top: 5.2777777778vw;
  transform: rotate(0.99deg);
}
@media (max-width: 768px) {
  .results__band--2 {
    position: absolute;
    top: 3.25rem;
    left: -14%;
    width: 128%;
    height: 3rem;
    transform: rotate(3.99deg);
    margin-top: 0;
  }
}
.results__ticker {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: results-ticker 22s linear infinite;
}
.results__band--2 .results__ticker {
  animation-name: results-ticker-reverse;
}
.results__text {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(3.6764583333vw, 3.3088125rem);
  line-height: 1;
  color: #FF001C;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .results__text {
    font-size: 1.625rem;
  }
}

.event {
  position: relative;
  background: url("../img/event/event-bg.webp") center top/cover no-repeat, #000000;
  padding: 14.375vw 0 13.8888888889vw;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 768px) {
  .event {
    padding: 5rem 1.25rem 5rem;
  }
}
.event__header {
  position: relative;
  height: 10.2777777778vw;
  margin-bottom: 7.4305555556vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .event__header {
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
  }
}
.event__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(2.2222222222vw, 2rem);
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .event__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
  }
}
.event__header-deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 47.3611111111vw;
  z-index: 1;
}
.event__header-deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .event__header-deco {
    display: block;
    top: 50%;
    left: 50%;
    width: min(100%, 20.625rem);
    transform: translate(-50%, -50%);
  }
}
.event__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
}
@media (max-width: 768px) {
  .event__list {
    gap: 3rem;
  }
}
.event__item--game {
  margin-left: 3.4722222222vw;
}
.event__item--career {
  margin-left: 12.5vw;
}
.event__item--advice {
  margin-left: 7.2916666667vw;
}
@media (max-width: 768px) {
  .event__item--game, .event__item--career, .event__item--advice {
    margin-left: 0;
  }
}
.event__card {
  position: relative;
  width: 83.3333333333vw;
  height: 34.7222222222vw;
}
@media (max-width: 768px) {
  .event__card {
    width: 100%;
    height: auto;
    aspect-ratio: 1200/500;
  }
}
.event__card-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.event__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event__card-more {
  --event-more-cut: min(1.25vw, 1.125rem);
  position: absolute;
  right: min(3.4027777778vw, 3.0625rem);
  bottom: min(2.7083333333vw, 2.4375rem);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(10.9027777778vw, 9.8125rem);
  height: min(3.0555555556vw, 2.75rem);
  color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.0833333333vw, 0.975rem);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  transition: transform 0.28s ease;
}
.event__card-more::before, .event__card-more::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--event-more-cut)), calc(100% - var(--event-more-cut)) 100%, 0 100%);
}
.event__card-more::before {
  inset: 0;
  z-index: 0;
  background: #ffffff;
}
.event__card-more::after {
  inset: 1px;
  z-index: 1;
  background: #000000;
}
@media (max-width: 768px) {
  .event__card-more {
    --event-more-cut: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    width: 7rem;
    height: 2rem;
    font-size: 0.65625rem;
  }
}
.event__card-more-text {
  position: relative;
  z-index: 2;
}
.event__card:hover .event__card-more, .event__card:focus-visible .event__card-more {
  transform: translate3d(0, -0.125rem, 0);
}

.event-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  height: 100svh;
  height: 100dvh;
  background: #000000;
  display: none;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.36s ease, visibility 0.36s ease;
}
.event-modal.is-visible {
  display: flex;
}
.event-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.event-modal__body {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translate3d(0, 1.25vw, 0) scale(0.985);
  transition: opacity 0.42s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
@media (max-width: 768px) {
  .event-modal__body {
    transform: translate3d(0, 1.125rem, 0) scale(0.985);
  }
}
.event-modal.is-open .event-modal__body {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.event-modal__panel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
.event-modal__panel.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .event-modal__panel {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
.event-modal__panel--game {
  background: #000000;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .event-modal__panel--game {
    overflow-y: auto;
  }
}
.event-modal__panel--advice {
  background: url("../img/modal/advice-bg.webp") center/cover no-repeat;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .event-modal__panel--advice {
    overflow-y: auto;
  }
}
.event-modal__panel--career {
  background: #000000;
}
@media (max-width: 768px) {
  .event-modal__panel--career {
    overflow-y: auto;
  }
}
.event-modal__panel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.event-modal__panel-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event-modal__panel--game .event-modal__panel-bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 111.111%;
  max-width: none;
  opacity: 0.7;
  transform: translateX(-50%);
}
.event-modal__panel--game .event-modal__panel-bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 100vw;
  height: 17.2222222222vw;
  min-height: 10rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 80%, #000000 100%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .event-modal__panel--game .event-modal__panel-bg::after {
    height: 10.75rem;
  }
}
.event-modal__panel--career .event-modal__panel-bg {
  background: #000000;
}
.event-modal__panel--career .event-modal__panel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.32) 42%, rgba(0, 0, 0, 0.86) 100%);
}
.event-modal__panel--career .event-modal__panel-bg-img {
  opacity: 0.42;
  filter: saturate(0.86) brightness(0.82);
  object-position: center;
}
.event-modal__panel-char {
  position: absolute;
  top: 0.9722222222vw;
  left: calc(50% - 0.4513888889vw);
  transform: translateX(-50%);
  width: min(86.4583333333vw, 77.8125rem);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center top;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.36s ease, visibility 0.36s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .event-modal__panel-char {
    top: clamp(7.375rem, 32vw, 10rem);
    left: 50%;
    width: clamp(36.25rem, 185vw, 47.5rem);
  }
}
.event-modal.is-game-detail-open .event-modal__panel-char {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scale(0.98);
}
.event-modal__panel-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
  padding: 6.25vw 4.1666666667vw 9.8611111111vw;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .event-modal__panel-content {
    padding: 6.75rem 1.25rem 2.5rem;
  }
}
.event-modal__panel-content--game {
  justify-content: flex-start;
  padding: 6.25vw 4.1666666667vw 9.8611111111vw;
  overflow: hidden;
}
.event-modal__panel-content--game > .event-modal__label-group {
  gap: 0.8333333333vw;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .event-modal__panel-content--game {
    min-height: max(100%, 40rem);
    padding: 6.75rem 1.25rem 7rem;
  }
  .event-modal__panel-content--game > .event-modal__label-group {
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .event-modal__panel-content--game .event-modal__contents-no {
    font-size: 0.625rem;
  }
  .event-modal__panel-content--game .event-modal__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .event-modal.is-game-detail-open .event-modal__panel-content--game {
    min-height: 47.5rem;
    overflow: visible;
  }
}
.event-modal__panel-content--advice {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 6.25vw 6.9444444444vw 5.5555555556vw;
  pointer-events: auto;
  min-height: 100%;
}
.event-modal__panel-content--advice > .event-modal__label-group {
  align-self: center;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 768px) {
  .event-modal__panel-content--advice > .event-modal__label-group {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1220px) {
  .event-modal__panel-content--advice {
    padding: 6.25vw 2.7777777778vw 4.8611111111vw;
  }
}
@media (max-width: 768px) {
  .event-modal__panel-content--advice {
    padding: 6.75rem 1.25rem 6.5rem;
  }
}
.event-modal__panel-content--career {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 6.25vw 8.3333333333vw 10.4166666667vw;
  pointer-events: auto;
}
.event-modal__panel-content--career > .event-modal__label-group {
  gap: 0.8333333333vw;
  align-self: center;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 1220px) {
  .event-modal__panel-content--career {
    padding-right: 4.4444444444vw;
    padding-left: 4.4444444444vw;
  }
  .event-modal__panel-content--career > .event-modal__label-group {
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .event-modal__panel-content--career {
    padding: 6.75rem 1.25rem 7rem;
  }
  .event-modal__panel-content--career > .event-modal__label-group {
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .event-modal__panel-content--career .event-modal__contents-no {
    font-size: 0.625rem;
  }
  .event-modal__panel-content--career .event-modal__title {
    font-size: 1.75rem;
  }
}
.event-modal__label-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8333333333vw;
  margin-bottom: 3.8194444444vw;
}
@media (max-width: 768px) {
  .event-modal__label-group {
    gap: 0.5rem;
  }
}
.event-modal__contents-no {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: min(0.8333333333vw, 0.75rem);
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media (max-width: 768px) {
  .event-modal__contents-no {
    font-size: 0.625rem;
  }
}
.event-modal__title {
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.5277777778vw, 1.375rem);
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 0.9722222222vw;
}
@media (max-width: 768px) {
  .event-modal__title {
    font-size: 1.75rem;
    padding-bottom: 0.625rem;
  }
}
.event-modal__coming-soon {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: min(10.4166666667vw, 9.375rem);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.55) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #ffffff;
}
@media (max-width: 1220px) {
  .event-modal__coming-soon {
    font-size: min(7.6388888889vw, 6.875rem);
  }
}
@media (max-width: 768px) {
  .event-modal__coming-soon {
    font-size: clamp(2.75rem, 12.5vw, 4.5rem);
    letter-spacing: -0.01em;
    position: absolute;
    left: 50%;
    top: 64%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.event-modal__game-copy {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 768px) {
  .event-modal__game-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 3.2vh, 1.25rem);
    padding: 13rem 1.25rem calc(clamp(5.5rem, 13svh, 7.75rem) + env(safe-area-inset-bottom));
  }
}
.event-modal__game-copy-item {
  --game-hover-arrow-size: min(2.2222222222vw, 2rem);
  --game-hover-space-top: 0.125rem;
  --game-hover-space-bottom: 0.25rem;
  --game-copy-frame-width: min(28.9134722222vw, 26.022125rem);
  --game-copy-frame-height: min(6.5170833333vw, 5.865375rem);
  --game-copy-gap: 0.7638888889vw;
  --game-copy-en-mask: url("../img/modal/game-copy-apex-taiman.svg");
  --game-copy-en-width: min(28.3579166667vw, 25.522125rem);
  --game-copy-en-height: min(1.7639583333vw, 1.5875625rem);
  --game-copy-main-mask: url("../img/modal/game-copy-title-taiman.svg");
  --game-copy-main-width: min(28.3310416667vw, 25.4979375rem);
  --game-copy-main-height: min(3.7114583333vw, 3.3403125rem);
  appearance: none;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--game-copy-gap);
  width: var(--game-copy-frame-width);
  height: var(--game-copy-frame-height);
  margin: 0;
  padding: 0.1388888889vw 0.2777777778vw;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.72);
  cursor: pointer;
  pointer-events: auto;
  isolation: isolate;
  transition: color 0.25s ease, opacity 0.25s ease, filter 0.25s ease, text-shadow 0.25s ease;
}
.event-modal__game-copy-item::before, .event-modal__game-copy-item::after {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease;
}
.event-modal__game-copy-item::before {
  content: "";
  top: calc(-1 * var(--game-hover-space-top));
  right: 0;
  bottom: calc(-1 * var(--game-hover-space-bottom));
  left: 0;
  z-index: 0;
  background: #ff0000;
}
.event-modal__game-copy-item::after {
  content: "";
  left: 100%;
  bottom: calc(-1 * var(--game-hover-space-bottom));
  z-index: 2;
  width: var(--game-hover-arrow-size);
  height: var(--game-hover-arrow-size);
  background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='%23FF0000'/%3E%3Cpath d='M5.41176 4L5.42588 7.99529H21.1812L4 25.1765L6.82353 28L24.0047 10.8188L24.0188 26.5882H28V4H5.41176Z' fill='black'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.event-modal__game-copy-item:hover, .event-modal__game-copy-item:focus-visible {
  color: #000000;
  opacity: 1;
  filter: none;
  text-shadow: none;
}
.event-modal__game-copy-item:hover > span, .event-modal__game-copy-item:focus-visible > span {
  filter: brightness(0);
}
.event-modal__game-copy-item:hover::before, .event-modal__game-copy-item:hover::after, .event-modal__game-copy-item:focus-visible::before, .event-modal__game-copy-item:focus-visible::after {
  opacity: 1;
}
.event-modal__game-copy-item > span {
  position: relative;
  z-index: 1;
}
.event-modal__game-copy-item:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.82);
  outline-offset: 0.375rem;
}
.event-modal__game-copy-item--taiman {
  left: 5.7638888889vw;
  top: min(61vh, 38.125vw);
}
.event-modal__game-copy-item--play {
  --game-copy-frame-width: min(29.4853472222vw, 26.5368125rem);
  --game-copy-frame-height: min(6.5498611111vw, 5.894875rem);
  --game-copy-gap: 0.625vw;
  --game-copy-en-mask: url("../img/modal/game-copy-apex-play.svg");
  --game-copy-en-width: min(28.9297916667vw, 26.0368125rem);
  --game-copy-en-height: min(1.7996527778vw, 1.6196875rem);
  --game-copy-main-mask: url("../img/modal/game-copy-title-play.svg");
  --game-copy-main-width: min(24.0942361111vw, 21.6848125rem);
  --game-copy-main-height: min(3.8475vw, 3.46275rem);
  left: calc(50% + 3.4722222222vw);
  top: min(76.55vh, 47.8472222222vw);
  transform: translateX(-50%);
}
.event-modal__game-copy-item--skill {
  --game-copy-frame-width: min(21.6044444444vw, 19.444rem);
  --game-copy-frame-height: min(6.5592361111vw, 5.9033125rem);
  --game-copy-gap: 0.2777777778vw;
  --game-copy-en-mask: url("../img/modal/game-copy-esports.svg");
  --game-copy-en-width: min(14.0265972222vw, 12.6239375rem);
  --game-copy-en-height: min(2.2335416667vw, 2.0101875rem);
  --game-copy-main-mask: url("../img/modal/game-copy-title-skill.svg");
  --game-copy-main-width: min(21.0488888889vw, 18.944rem);
  --game-copy-main-height: min(3.7701388889vw, 3.393125rem);
  left: calc(50% + 25.4861111111vw);
  top: min(58.47vh, 36.5277777778vw);
  transform: translateX(-50%);
}
@media (max-width: 1220px) {
  .event-modal__game-copy-item--taiman {
    left: 4.4444444444vw;
  }
  .event-modal__game-copy-item--play {
    left: 50%;
  }
  .event-modal__game-copy-item--skill {
    left: calc(50% + 23.3333333333vw);
  }
}
@media (max-width: 768px) {
  .event-modal__game-copy-item {
    --game-hover-arrow-size: 1.5rem;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    align-items: center;
    gap: 0.3125rem;
    width: fit-content;
    height: auto;
    padding: 0rem 0.625rem;
    text-align: center;
    text-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.82);
    touch-action: manipulation;
    transform: none;
  }
  .event-modal__game-copy-item--taiman {
    align-self: center;
    transform: none;
  }
  .event-modal__game-copy-item--play {
    align-self: center;
    transform: none;
  }
  .event-modal__game-copy-item--skill {
    align-self: center;
    transform: none;
  }
}
.event-modal.is-game-detail-open .event-modal__game-copy {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.event-modal__game-copy-en {
  display: block;
  flex: 0 0 auto;
  width: var(--game-copy-en-width);
  height: var(--game-copy-en-height);
  background: var(--game-copy-en-mask) center/100% 100% no-repeat;
  font-family: "din-2014", "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0;
  color: currentColor;
  filter: drop-shadow(0 0 min(1.1111111111vw, 1rem) rgba(0, 0, 0, 0.88)) drop-shadow(0 min(0.1388888889vw, 0.125rem) min(0.2083333333vw, 0.1875rem) rgba(0, 0, 0, 0.72));
  line-height: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: filter 0.25s ease;
}
.event-modal__game-copy-en--esports {
  letter-spacing: 0.04em;
  text-transform: none;
}
@media (max-width: 768px) {
  .event-modal__game-copy-en {
    width: auto;
    height: auto;
    background: transparent;
    -webkit-mask: none;
    mask: none;
    font-size: clamp(0.9375rem, 4.9vw, 1.375rem);
    line-height: 0.95;
    letter-spacing: 0.06em;
  }
  .event-modal__game-copy-en--esports {
    font-size: clamp(1.0625rem, 5.4vw, 1.5rem);
  }
}
.event-modal__game-copy-main {
  display: block;
  flex: 0 0 auto;
  width: var(--game-copy-main-width);
  height: var(--game-copy-main-height);
  background: var(--game-copy-main-mask) center/100% 100% no-repeat;
  font-family: "din-2014", "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0;
  color: currentColor;
  filter: drop-shadow(0 0 min(1.1111111111vw, 1rem) rgba(0, 0, 0, 0.88)) drop-shadow(0 min(0.1388888889vw, 0.125rem) min(0.2083333333vw, 0.1875rem) rgba(0, 0, 0, 0.72));
  line-height: 0;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  transition: filter 0.25s ease;
}
@media (max-width: 768px) {
  .event-modal__game-copy-main {
    width: auto;
    height: auto;
    background: transparent;
    font-size: clamp(1.5625rem, 7.9vw, 2.1875rem);
    line-height: 1.06;
    letter-spacing: 0;
  }
}
.event-modal__game-detail {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.34s ease, visibility 0.34s ease;
}
.event-modal__game-detail:focus {
  outline: none;
}
@media (max-width: 768px) {
  .event-modal__game-detail {
    min-height: 47.5rem;
  }
}
.event-modal.is-game-detail-open .event-modal__game-detail {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .event-modal.is-game-detail-open .event-modal__panel--game {
    overflow-y: auto;
  }
}
.event-modal__game-detail-nav {
  position: absolute;
  left: 1.3888888889vw;
  top: 10.1388888889vw;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8055555556vw;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .event-modal__game-detail-nav {
    left: 1.25rem;
    right: 1.25rem;
    top: 11rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.event-modal__game-detail-nav-item {
  --game-detail-nav-en-mask: url("../img/modal/game-copy-apex-taiman.svg");
  --game-detail-nav-en-width: min(9.0197916667vw, 8.1178125rem);
  --game-detail-nav-en-height: min(0.5610416667vw, 0.5049375rem);
  --game-detail-nav-main-mask: url("../img/modal/game-copy-title-taiman.svg");
  --game-detail-nav-main-width: min(9.0113194444vw, 8.1101875rem);
  --game-detail-nav-main-height: min(1.1804861111vw, 1.0624375rem);
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.243125vw;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.38;
  transition: opacity 0.24s ease, filter 0.24s ease;
}
.event-modal__game-detail-nav-item.is-active, .event-modal__game-detail-nav-item:hover {
  opacity: 1;
}
.event-modal__game-detail-nav-item:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.82);
  outline-offset: 0.375rem;
}
.event-modal__game-detail-nav-item[data-game-detail-target=skill] {
  --game-detail-nav-en-mask: url("../img/modal/game-copy-esports.svg");
  --game-detail-nav-en-width: min(4.4614583333vw, 4.0153125rem);
  --game-detail-nav-en-height: min(0.7104166667vw, 0.639375rem);
  --game-detail-nav-main-mask: url("../img/modal/game-copy-title-skill.svg");
  --game-detail-nav-main-width: min(6.695vw, 6.0255rem);
  --game-detail-nav-main-height: min(1.1991666667vw, 1.07925rem);
}
.event-modal__game-detail-nav-item[data-game-detail-target=play] {
  --game-detail-nav-en-mask: url("../img/modal/game-copy-apex-play.svg");
  --game-detail-nav-en-width: min(9.2016666667vw, 8.2815rem);
  --game-detail-nav-en-height: min(0.5724305556vw, 0.5151875rem);
  --game-detail-nav-main-mask: url("../img/modal/game-copy-title-play.svg");
  --game-detail-nav-main-width: min(7.6636111111vw, 6.89725rem);
  --game-detail-nav-main-height: min(1.22375vw, 1.101375rem);
}
@media (max-width: 768px) {
  .event-modal__game-detail-nav-item {
    gap: 0.1875rem;
    max-width: none;
    min-width: 0;
  }
  .event-modal__game-detail-nav-item:nth-child(2) {
    align-items: center;
    text-align: center;
  }
  .event-modal__game-detail-nav-item:nth-child(3) {
    align-items: flex-end;
    text-align: right;
  }
}
.event-modal__game-detail-nav-en {
  display: block;
  width: var(--game-detail-nav-en-width);
  height: var(--game-detail-nav-en-height);
  background: var(--game-detail-nav-en-mask) center/100% 100% no-repeat;
  font-family: "din-2014", "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0;
  color: currentColor;
  line-height: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
.event-modal__game-detail-nav-en--esports {
  text-transform: none;
}
@media (max-width: 768px) {
  .event-modal__game-detail-nav-en {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 0.5625rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
.event-modal__game-detail-nav-main {
  display: block;
  width: var(--game-detail-nav-main-width);
  height: var(--game-detail-nav-main-height);
  background: var(--game-detail-nav-main-mask) center/100% 100% no-repeat;
  font-family: "din-2014", "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0;
  color: currentColor;
  line-height: 0;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .event-modal__game-detail-nav-main {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
.event-modal__game-detail-panel {
  --game-detail-en-mask: url("../img/modal/game-copy-apex-taiman.svg");
  --game-detail-en-width: min(28.3579166667vw, 25.522125rem);
  --game-detail-en-height: min(1.7639583333vw, 1.5875625rem);
  --game-detail-title-mask: url("../img/modal/game-copy-title-taiman.svg");
  --game-detail-title-width: min(28.3310416667vw, 25.4979375rem);
  --game-detail-title-height: min(3.7114583333vw, 3.3403125rem);
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.34s ease, visibility 0.34s ease;
}
.event-modal__game-detail-panel.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .event-modal__game-detail-panel {
    min-height: 47.5rem;
  }
}
.event-modal__game-detail-panel[data-game-detail-panel=skill] {
  --game-detail-en-mask: url("../img/modal/game-copy-esports.svg");
  --game-detail-en-width: min(14.0265972222vw, 12.6239375rem);
  --game-detail-en-height: min(2.2335416667vw, 2.0101875rem);
  --game-detail-title-mask: url("../img/modal/game-copy-title-skill.svg");
  --game-detail-title-width: min(21.0488888889vw, 18.944rem);
  --game-detail-title-height: min(3.7701388889vw, 3.393125rem);
}
.event-modal__game-detail-panel[data-game-detail-panel=play] {
  --game-detail-en-mask: url("../img/modal/game-copy-apex-play.svg");
  --game-detail-en-width: min(28.9297916667vw, 26.0368125rem);
  --game-detail-en-height: min(1.7996527778vw, 1.6196875rem);
  --game-detail-title-mask: url("../img/modal/game-copy-title-play.svg");
  --game-detail-title-width: min(24.0942361111vw, 21.6848125rem);
  --game-detail-title-height: min(3.8475vw, 3.46275rem);
}
.event-modal__game-detail-text {
  position: absolute;
  left: 18.2638888889vw;
  top: min(36.67vh, 22.9166666667vw);
  z-index: 3;
  width: min(35.4861111111vw, 31.9375rem);
  color: #ffffff;
  text-align: left;
}
@media (max-width: 1220px) {
  .event-modal__game-detail-text {
    left: 14.8611111111vw;
    width: min(36.1111111111vw, 32.5rem);
  }
}
@media (max-width: 768px) {
  .event-modal__game-detail-text {
    left: 1.25rem;
    right: 1.25rem;
    top: 16rem;
    width: auto;
  }
}
.event-modal__game-detail-en {
  display: block;
  width: var(--game-detail-en-width);
  height: var(--game-detail-en-height);
  margin: 0 0 0.7638888889vw;
  background: var(--game-detail-en-mask) center/100% 100% no-repeat;
  font-family: "din-2014", "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0;
  color: #ffffff;
  filter: drop-shadow(0 0 min(1.1111111111vw, 1rem) rgba(0, 0, 0, 0.88)) drop-shadow(0 min(0.1388888889vw, 0.125rem) min(0.2083333333vw, 0.1875rem) rgba(0, 0, 0, 0.72));
  line-height: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
.event-modal__game-detail-en--esports {
  letter-spacing: 0.04em;
  text-transform: none;
}
@media (max-width: 768px) {
  .event-modal__game-detail-en {
    width: auto;
    height: auto;
    margin-bottom: 0.375rem;
    background: transparent;
    filter: none;
    font-size: 1.5rem;
    line-height: 0.95;
    letter-spacing: 0.06em;
  }
  .event-modal__game-detail-en--esports {
    font-size: 1.5625rem;
    letter-spacing: 0.04em;
  }
}
.event-modal__game-detail-title {
  display: block;
  width: var(--game-detail-title-width);
  height: var(--game-detail-title-height);
  margin: 0;
  background: var(--game-detail-title-mask) center/100% 100% no-repeat;
  font-family: "din-2014", "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0;
  color: #ffffff;
  filter: drop-shadow(0 0 min(1.1111111111vw, 1rem) rgba(0, 0, 0, 0.88)) drop-shadow(0 min(0.1388888889vw, 0.125rem) min(0.2083333333vw, 0.1875rem) rgba(0, 0, 0, 0.72));
  line-height: 0;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .event-modal__game-detail-title {
    width: auto;
    height: auto;
    background: transparent;
    filter: none;
    font-size: 2.25rem;
    line-height: 1.12;
    letter-spacing: 0;
  }
}
.event-modal__game-detail-description {
  margin-top: 4.1666666667vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: min(1.25vw, 1.125rem);
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
}
.event-modal__game-detail-description p {
  margin: 0;
}
@media (max-width: 1220px) {
  .event-modal__game-detail-description {
    font-size: min(1.1111111111vw, 1rem);
  }
}
@media (max-width: 768px) {
  .event-modal__game-detail-description {
    margin-top: 2rem;
    font-size: 0.8125rem;
    line-height: 1.9;
    letter-spacing: 0;
  }
}
.event-modal__game-detail-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(18.8888888889vw, 17rem);
  min-height: min(2.3611111111vw, 2.125rem);
  margin: 2.7777777778vw 0 0;
  padding: 0.5555555556vw 1.3194444444vw;
  background: #FF001C;
  color: #131313;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.25vw, 1.125rem);
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .event-modal__game-detail-badge {
    min-width: 0;
    min-height: 2rem;
    margin-top: 1.5rem;
    padding: 0.5rem 0.875rem;
    font-size: 0.75rem;
  }
}
.event-modal__game-detail-visual {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}
.event-modal__game-detail-visual--taiman {
  left: 44.7916666667vw;
  top: min(26.12vh, 16.3194444444vw);
  width: min(51.1111111111vw, 46rem);
}
.event-modal__game-detail-visual--skill {
  left: 57.4305555556vw;
  top: min(15vh, 9.375vw);
  width: min(30.0694444444vw, 27.0625rem);
}
.event-modal__game-detail-visual--play {
  left: 55.2777777778vw;
  top: min(24.12vh, 15.0694444444vw);
  width: min(38.0555555556vw, 34.25rem);
}
@media (max-width: 1220px) {
  .event-modal__game-detail-visual--taiman {
    left: 44.4444444444vw;
  }
  .event-modal__game-detail-visual--skill {
    left: 56.25vw;
  }
  .event-modal__game-detail-visual--play {
    left: 52.7777777778vw;
  }
}
@media (max-width: 768px) {
  .event-modal__game-detail-visual {
    left: 50%;
    opacity: 0.2;
    transform: translateX(-50%);
  }
  .event-modal__game-detail-visual--taiman {
    top: 22.75rem;
    width: 26.875rem;
  }
  .event-modal__game-detail-visual--skill {
    top: 21.5rem;
    width: 13.125rem;
  }
  .event-modal__game-detail-visual--play {
    top: 23.375rem;
    width: 19.375rem;
  }
}
.event-modal__career {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 9.7222222222vw;
}
@media (max-width: 1220px) {
  .event-modal__career {
    max-width: none;
    gap: 6.9444444444vw;
  }
}
@media (max-width: 768px) {
  .event-modal__career {
    gap: 3.5rem;
  }
}
.event-modal__career-section {
  display: grid;
  grid-template-columns: 1.6666666667vw minmax(0, 1fr);
  column-gap: 11.1805555556vw;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1220px) {
  .event-modal__career-section {
    grid-template-columns: 1.6666666667vw minmax(0, 1fr);
    column-gap: 5.5555555556vw;
  }
}
@media (max-width: 768px) {
  .event-modal__career-section {
    grid-template-columns: 1.125rem minmax(0, 1fr);
    column-gap: 1.125rem;
  }
}
.event-modal__career-section--message .event-modal__career-side-title {
  margin-top: 0.9722222222vw;
}
@media (max-width: 768px) {
  .event-modal__career-section--message .event-modal__career-side-title {
    margin-top: 0.125rem;
  }
}
.event-modal__career-side-title {
  width: 1.6666666667vw;
  min-height: 8.6111111111vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.6666666667vw, 1.5rem);
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .event-modal__career-side-title {
    width: 1.125rem;
    min-height: 6rem;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}
.event-modal__career-message {
  min-width: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: min(1.4583333333vw, 1.3125rem);
  color: #ffffff;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
.event-modal__career-message p {
  margin: 0;
}
@media (max-width: 1220px) {
  .event-modal__career-message {
    font-size: min(1.25vw, 1.125rem);
    line-height: 2.1;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .event-modal__career-message {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.04em;
    width: calc(100vw - 4.75rem);
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
.event-modal__career-exhibitors {
  min-width: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .event-modal__career-exhibitors {
    width: calc(100vw - 4.75rem);
    max-width: 100%;
  }
}
.event-modal__career-heading {
  display: flex;
  align-items: center;
  gap: 1.6666666667vw;
  width: 100%;
  margin-bottom: 2.7777777778vw;
}
.event-modal__career-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
}
@media (max-width: 768px) {
  .event-modal__career-heading {
    gap: 0.875rem;
    margin-bottom: 1.5rem;
  }
}
.event-modal__career-heading-text {
  margin: 0;
  flex-shrink: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: min(1.25vw, 1.125rem);
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .event-modal__career-heading-text {
    font-size: 0.875rem;
  }
}
.event-modal__company-list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}
@media (max-width: 768px) {
  .event-modal__company-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.event-modal__company-item {
  height: min(7.5vw, 6.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25vw 1.5277777778vw;
  background: #ffffff;
}
@media (max-width: 768px) {
  .event-modal__company-item {
    height: 5.375rem;
    padding: 0.875rem;
  }
}
.event-modal__company-logo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.event-modal__company-logo--tsubame {
  width: min(14.3055555556vw, 12.875rem);
}
@media (max-width: 768px) {
  .event-modal__company-logo--tsubame {
    width: 8.25rem;
  }
}
.event-modal__company-logo--medical {
  width: min(13.6111111111vw, 12.25rem);
}
@media (max-width: 768px) {
  .event-modal__company-logo--medical {
    width: 8rem;
  }
}
.event-modal__company-logo--aoki {
  width: min(13.8888888889vw, 12.5rem);
}
@media (max-width: 768px) {
  .event-modal__company-logo--aoki {
    width: 8.25rem;
  }
}
.event-modal__company-logo--hirayama {
  width: min(11.9444444444vw, 10.75rem);
}
@media (max-width: 768px) {
  .event-modal__company-logo--hirayama {
    width: 7.5rem;
  }
}
.event-modal__company-logo--nms {
  width: min(14.6527777778vw, 13.1875rem);
}
@media (max-width: 768px) {
  .event-modal__company-logo--nms {
    width: 8.25rem;
  }
}
.event-modal__company-logo--daikokuten {
  width: min(5.4166666667vw, 4.875rem);
}
@media (max-width: 768px) {
  .event-modal__company-logo--daikokuten {
    width: 3.5rem;
  }
}
.event-modal__company-logo--sanoyas {
  width: min(5.8333333333vw, 5.25rem);
}
@media (max-width: 768px) {
  .event-modal__company-logo--sanoyas {
    width: 4rem;
  }
}
.event-modal__title--jp {
  display: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: min(2.2222222222vw, 2rem);
  color: #ffffff;
  line-height: 1.45;
  font-feature-settings: "palt" 1;
  margin: 0 auto 4.8611111111vw;
  text-align: center;
}
@media (max-width: 1220px) {
  .event-modal__title--jp {
    font-size: min(1.9444444444vw, 1.75rem);
  }
}
@media (max-width: 768px) {
  .event-modal__title--jp {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    line-height: 1.5;
  }
}
.event-modal__advice-slider {
  position: relative;
  width: 100%;
  min-height: 42.5vw;
  margin-top: 0;
}
@media (max-width: 1220px) {
  .event-modal__advice-slider {
    min-height: 44.4444444444vw;
  }
}
@media (max-width: 768px) {
  .event-modal__advice-slider {
    min-height: 37.75rem;
    margin-top: 0.625rem;
  }
}
.event-modal__advisors {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 42.5vw;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .event-modal__advisors {
    min-height: 44.4444444444vw;
  }
}
@media (max-width: 768px) {
  .event-modal__advisors {
    min-height: 37.75rem;
  }
}
.event-modal__advisor {
  position: absolute;
  top: 0;
  left: 50%;
  width: 35.4861111111vw;
  max-width: 511px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 0, 0) scale(0.86);
  transform-origin: center top;
  transition: opacity 0.72s ease, visibility 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  will-change: transform, opacity;
}
.event-modal__advisor.is-active {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0) scale(1);
  pointer-events: auto;
}
.event-modal__advisor.is-prev, .event-modal__advisor.is-next {
  z-index: 1;
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}
.event-modal__advisor.is-prev .event-modal__advisor-visual, .event-modal__advisor.is-next .event-modal__advisor-visual {
  transform: scale(0.75);
}
.event-modal__advisor.is-prev .event-modal__advisor-heading, .event-modal__advisor.is-next .event-modal__advisor-heading {
  top: 7.6388888889vw;
}
.event-modal__advisor.is-prev .event-modal__advisor-role, .event-modal__advisor.is-next .event-modal__advisor-role {
  font-size: min(1.1111111111vw, 1rem);
}
.event-modal__advisor.is-prev .event-modal__advisor-name, .event-modal__advisor.is-next .event-modal__advisor-name {
  font-size: min(2.5vw, 2.25rem);
}
.event-modal__advisor.is-prev .event-modal__advisor-body, .event-modal__advisor.is-next .event-modal__advisor-body {
  opacity: 0;
  visibility: hidden;
}
.event-modal__advisor.is-prev {
  transform: translate3d(calc(-50% - 31.6666666667vw), 5.7638888889vw, 0) scale(1);
}
.event-modal__advisor.is-next {
  transform: translate3d(calc(-50% + 31.6666666667vw), 5.7638888889vw, 0) scale(1);
}
@media (max-width: 1220px) {
  .event-modal__advisor {
    width: 35.4861111111vw;
  }
  .event-modal__advisor.is-prev .event-modal__advisor-visual, .event-modal__advisor.is-next .event-modal__advisor-visual {
    transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  .event-modal__advisor {
    width: 100%;
    max-width: 20.9375rem;
  }
  .event-modal__advisor.is-prev, .event-modal__advisor.is-next {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(-50%, 0, 0) scale(0.92);
  }
}
.event-modal__advisor-visual {
  position: relative;
  width: 30.0694444444vw;
  max-width: 433px;
  margin: 0 auto;
  transform-origin: center top;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (max-width: 768px) {
  .event-modal__advisor-visual {
    width: 100%;
    min-height: 21.5rem;
  }
}
.event-modal__advisor-image {
  position: relative;
  width: 28.0555555556vw;
  max-width: 404px;
  height: 31.3194444444vw;
  max-height: 451px;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .event-modal__advisor-image {
    width: 28.0555555556vw;
    height: 30.5555555556vw;
  }
}
@media (max-width: 768px) {
  .event-modal__advisor-image {
    width: 18.9375rem;
    height: 20.625rem;
  }
}
.event-modal__advisor-photo {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.event-modal__advisor-heading {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 7.7083333333vw;
  color: #ffffff;
  transition: top 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .event-modal__advisor-heading {
    top: 4.875rem;
  }
}
.event-modal__advisor-body {
  width: 100%;
  margin-top: 1.3888888889vw;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}
@media (max-width: 768px) {
  .event-modal__advisor-body {
    margin-top: 1.375rem;
    text-align: left;
  }
}
.event-modal__advisor-role {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 1rem);
  color: #fff;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .event-modal__advisor-role {
    font-size: 0.75rem;
    margin-bottom: 0.1875rem;
  }
}
.event-modal__advisor-name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: min(2.5vw, 2.25rem);
  color: #ffffff;
  font-feature-settings: "palt" 1;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (max-width: 1220px) {
  .event-modal__advisor-name {
    font-size: min(1.8055555556vw, 1.625rem);
  }
}
@media (max-width: 768px) {
  .event-modal__advisor-name {
    font-size: 1.9375rem;
  }
}
.event-modal__advisor-bio {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 1rem);
  color: #fff;
  line-height: 1.95;
  font-feature-settings: "palt" 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1220px) {
  .event-modal__advisor-bio {
    font-size: min(0.9027777778vw, 0.8125rem);
  }
}
@media (max-width: 768px) {
  .event-modal__advisor-bio {
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: left;
    white-space: wrap;
  }
}
.event-modal__advice-arrow {
  position: absolute;
  top: 311px;
  z-index: 5;
  width: 5vw;
  max-width: 72px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  padding: 0;
  background: rgba(19, 19, 19, 0.25);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.event-modal__advice-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33%;
  max-width: 24px;
  aspect-ratio: 1/1;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5%2012H19M13%206L19%2012L13%2018%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") center/contain no-repeat;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.event-modal__advice-arrow:hover {
  background-color: rgba(255, 0, 28, 0.85);
  border-color: #FF001C;
}
.event-modal__advice-arrow--prev {
  left: calc(50% - 18.75vw);
}
.event-modal__advice-arrow--prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.event-modal__advice-arrow--next {
  right: calc(50% - 18.75vw);
}
@media (max-width: 1220px) {
  .event-modal__advice-arrow {
    top: 28.125vw;
  }
}
@media (max-width: 768px) {
  .event-modal__advice-arrow {
    top: 18rem;
    width: 3rem;
    background: rgba(19, 19, 19, 0.42);
  }
  .event-modal__advice-arrow--prev {
    left: 0;
  }
  .event-modal__advice-arrow--next {
    right: 0;
  }
}
.event-modal__advice-dots {
  position: absolute;
  left: 50%;
  bottom: 0.2777777778vw;
  z-index: 5;
  display: none;
  gap: 0.6944444444vw;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .event-modal__advice-dots {
    display: flex;
    bottom: 0.125rem;
    gap: 0.5rem;
  }
}
.event-modal__advice-dot {
  width: 0.5555555556vw;
  max-width: 8px;
  aspect-ratio: 1/1;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  padding: 0;
  cursor: pointer;
}
.event-modal__advice-dot.is-active {
  background: #ffffff;
}
@media (max-width: 768px) {
  .event-modal__advice-dot {
    width: 0.4375rem;
  }
}
.event-modal__tabs {
  position: absolute;
  padding: 0 1.3888888889vw;
  bottom: 1.3888888889vw;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.7777777778vw;
  flex-shrink: 0;
  opacity: 0;
  transform: translate3d(0, 0.8333333333vw, 0);
  transition: opacity 0.42s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.event-modal__tabs::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-1 * 1.3888888889vw);
  z-index: 0;
  width: 100vw;
  height: 17.2222222222vw;
  min-height: 10rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 80%, #000000 100%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .event-modal__tabs {
    height: 2.75rem;
    transform: translate3d(0, 0.75rem, 0);
  }
  .event-modal__tabs::before {
    bottom: calc(-1 * 1.3888888889vw);
    height: 10.75rem;
  }
}
.event-modal.is-panel-game .event-modal__tabs::before, .event-modal:has(.event-modal__panel--game.is-active) .event-modal__tabs::before {
  display: none;
}
.event-modal.is-panel-advice .event-modal__tabs::before, .event-modal:has(.event-modal__panel--advice.is-active) .event-modal__tabs::before {
  display: none;
}
@media (max-width: 768px) {
  .event-modal.is-panel-advice .event-modal__tabs::before, .event-modal:has(.event-modal__panel--advice.is-active) .event-modal__tabs::before {
    display: block;
  }
}
.event-modal.is-open .event-modal__tabs {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.event-modal__tab-list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 0.8333333333vw;
}
@media (max-width: 768px) {
  .event-modal__tab-list {
    gap: 0.375rem;
  }
}
.event-modal__tab {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.6388888889vw;
  height: 100%;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1111111111vw;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #131313;
  border: 1px solid #484848;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.event-modal__tab:hover {
  background-color: rgba(72, 72, 72, 0.5);
}
.event-modal__tab.is-active {
  z-index: 2;
  background-color: #FF001C;
  color: #ffffff;
  border-color: #FF001C;
}
@media (max-width: 1220px) {
  .event-modal__tab {
    width: 6.25vw;
    font-size: 0.9027777778vw;
  }
}
@media (max-width: 768px) {
  .event-modal__tab {
    width: 4.5rem;
    font-size: 0.6875rem;
    letter-spacing: 0.04em;
  }
}
.event-modal__close {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.6944444444vw;
  padding: 0 1.6666666667vw;
  height: 100%;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: min(0.9722222222vw, 0.875rem);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #131313;
  border: 1px solid #484848;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.event-modal__close:hover {
  background-color: rgba(72, 72, 72, 0.5);
}
@media (max-width: 768px) {
  .event-modal__close {
    padding: 0 0.875rem;
    gap: 0.375rem;
    font-size: 0.6875rem;
  }
}
.event-modal__close-icon {
  position: relative;
  display: block;
  width: 0.7638888889vw;
  height: 0.7638888889vw;
  flex-shrink: 0;
}
.event-modal__close-icon::before, .event-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 141%;
  height: 1px;
  background-color: currentColor;
}
.event-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.event-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .event-modal__close-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.event-modal__close-text {
  line-height: 1;
}
@media (prefers-reduced-motion: reduce) {
  .event-modal {
    transition: none;
  }
  .event-modal__body, .event-modal__tabs, .event-modal__panel {
    transition: none;
  }
}

.event__card {
  cursor: pointer;
}
.event__card:hover .event__card-image img {
  transform: scale(1.03);
  transition: transform 0.5s ease;
}
.event__card .event__card-image {
  overflow: hidden;
}
.event__card .event__card-image img {
  transition: transform 0.5s ease;
}
.event__card:focus-visible {
  outline: 2px solid #FF001C;
  outline-offset: 4px;
}

@keyframes access-deco-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.access-visual {
  position: relative;
  z-index: 10;
  height: min(89.4444444444vw, 80.5rem);
  overflow: hidden;
  background: #000000;
}
.access-visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: min(18.0555555556vw, 16.25rem);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 64%, #000000 100%);
}
@media (max-width: 768px) {
  .access-visual {
    height: auto;
    min-height: 0;
    padding: 4.5rem 1.25rem 5.5rem;
  }
  .access-visual::after {
    height: 11.25rem;
  }
}
.access-visual .access__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.access-visual .access__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.access-visual .access__hero {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .access-visual .access__hero {
    position: relative;
    inset: auto;
    height: 26.875rem;
  }
}
.access-visual .access__hero-photo {
  position: absolute;
  top: min(16.25vw, 14.625rem);
  left: 50%;
  width: min(69.4444444444vw, 62.5rem);
  height: min(44.375vw, 39.9375rem);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .access-visual .access__hero-photo {
    top: 2.625rem;
    width: min(32.5rem, 138vw);
    height: auto;
    aspect-ratio: 1000/639;
    transform: translateX(-50%);
  }
}
.access-visual .access__hero-photo.is-photo-complete .hero__photo-panel {
  opacity: 1;
  visibility: visible;
}
.access-visual .access__hero-photo.is-photo-complete .hero__photo-img {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.access-visual .access__hero-photo.is-photo-complete .hero__photo-box {
  display: none;
}
.access-visual .access__hero-photo .hero__photo-img {
  background-size: 106% auto;
  background-position: 255% center;
}
@media (max-width: 768px) {
  .access-visual .access__hero-photo .hero__photo-img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 106% auto;
    background-position: 255% center;
    transform: none;
  }
}
@media (max-width: 768px) {
  .access-visual .access__hero-photo .hero__photo-panel {
    transform: none;
  }
}
.access-visual .access__event-info {
  position: absolute;
  top: min(45.0694444444vw, 40.5625rem);
  left: 50%;
  z-index: 4;
  width: min(48.5416666667vw, 43.6875rem);
  transform: translateX(-50%);
}
.access-visual .access__event-info img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .access-visual .access__event-info {
    top: 17rem;
    width: min(20rem, 86vw);
  }
}
.access-visual .access__deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.access-visual .access__deco img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.access-visual .access__deco--1 {
  top: min(54.0972222222vw, 48.6875rem);
  left: calc(85.71% - min(1.1805555556vw, 1.0625rem));
  width: min(11.0416666667vw, 9.9375rem);
  height: min(12.2222222222vw, 11rem);
}
@media (max-width: 768px) {
  .access-visual .access__deco--1 {
    top: 19rem;
    right: -0.625rem;
    left: auto;
    width: 4.5rem;
    height: 5rem;
  }
}
.access-visual .access__deco--2 {
  top: min(9.7916666667vw, 8.8125rem);
  left: min(12.1527777778vw, 10.9375rem);
  width: min(5.625vw, 5.0625rem);
  height: min(6.25vw, 5.625rem);
}
@media (max-width: 768px) {
  .access-visual .access__deco--2 {
    top: 2.875rem;
    left: 0.375rem;
    width: 2.625rem;
    height: 2.9375rem;
  }
}
.access-visual .access__deco--3 {
  top: min(27.2222222222vw, 24.5rem);
  left: min(6.0416666667vw, 5.4375rem);
  width: min(23.4027777778vw, 21.0625rem);
  height: min(25.9722222222vw, 23.375rem);
}
@media (max-width: 768px) {
  .access-visual .access__deco--3 {
    top: 12.125rem;
    left: -2.625rem;
    width: 7.375rem;
    height: 8.25rem;
  }
}
.access-visual .access__deco--4 {
  top: min(14.2361111111vw, 12.8125rem);
  right: min(8.4722222222vw, 7.625rem);
  width: min(23.2638888889vw, 20.9375rem);
  height: min(23.2638888889vw, 20.9375rem);
  animation: access-deco-rotate 20s linear infinite;
}
@media (max-width: 768px) {
  .access-visual .access__deco--4 {
    top: 4.5rem;
    right: -2.125rem;
    width: 8.25rem;
    height: 8.25rem;
  }
}
.access-visual .access__entry {
  position: absolute;
  left: 50%;
  bottom: min(5.5555555556vw, 5rem);
  z-index: 5;
  display: flex;
  gap: min(4.1666666667vw, 3.75rem);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .access-visual .access__entry {
    position: relative;
    left: auto;
    bottom: auto;
    flex-direction: column;
    gap: 1rem;
    transform: none;
  }
}
.access-visual .access__entry-item {
  position: relative;
  display: block;
  width: min(32.4305555556vw, 29.1875rem);
  height: min(6.9444444444vw, 6.25rem);
  text-decoration: none;
}
.access-visual .access__entry-item:hover .access__entry-body {
  background-color: #FF001C;
  transform: translate(min(0.5555555556vw, 0.5rem), min(0.5555555556vw, 0.5rem));
}
.access-visual .access__entry-item:hover .access__entry-title,
.access-visual .access__entry-item:hover .access__entry-sub {
  color: #000000;
}
.access-visual .access__entry-item:hover .access__entry-arrow {
  content: url("../img/hero/icon_arrow_brack.svg");
}
@media (max-width: 768px) {
  .access-visual .access__entry-item {
    width: 100%;
    height: 5.375rem;
  }
  .access-visual .access__entry-item:hover .access__entry-body {
    transform: translate(0.5rem, 0.5rem);
  }
}
.access-visual .access__entry-shadow {
  position: absolute;
  left: min(0.5555555556vw, 0.5rem);
  top: min(0.5555555556vw, 0.5rem);
  width: min(31.875vw, 28.6875rem);
  height: min(6.3888888889vw, 5.75rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 459 92' fill='none'%3E%3Cpolygon points='0.5 0.5 458.5 0.5 458.5 74 440.5 91.5 0.5 91.5' stroke='%23FFFFFF' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .access-visual .access__entry-shadow {
    left: 0.5rem;
    top: 0.5rem;
    width: calc(100% - 0.5rem);
    height: 4.875rem;
  }
}
.access-visual .access__entry-body {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(31.875vw, 28.6875rem);
  height: min(6.3888888889vw, 5.75rem);
  padding: min(1.3888888889vw, 1.25rem) min(1.1111111111vw, 1rem) min(1.1111111111vw, 1rem) min(1.9444444444vw, 1.75rem);
  background-color: #000000;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - min(1.25vw, 1.125rem)), calc(100% - min(1.25vw, 1.125rem)) 100%, 0 100%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 768px) {
  .access-visual .access__entry-body {
    width: calc(100% - 0.5rem);
    height: 4.875rem;
    padding: 0.875rem 0.875rem 0.75rem 1.125rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.875rem), calc(100% - 0.875rem) 100%, 0 100%);
  }
}
.access-visual .access__entry-texts {
  display: flex;
  flex-direction: column;
  gap: min(0.8333333333vw, 0.75rem);
}
@media (max-width: 768px) {
  .access-visual .access__entry-texts {
    gap: 0.5rem;
  }
}
.access-visual .access__entry-title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: min(1.9444444444vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .access-visual .access__entry-title {
    font-size: 1rem;
  }
}
.access-visual .access__entry-sub {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.0416666667vw, 0.9375rem);
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  font-feature-settings: "palt" 1;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .access-visual .access__entry-sub {
    font-size: 0.75rem;
  }
}
.access-visual .access__entry-arrow {
  display: block;
  flex-shrink: 0;
  width: min(1.6666666667vw, 1.5rem);
  height: min(1.6666666667vw, 1.5rem);
}
@media (max-width: 768px) {
  .access-visual .access__entry-arrow {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.post-event {
  position: relative;
  z-index: 10;
  padding: 0 8.3333333333vw 12.5vw;
  background: url("../img/event/event-bg.webp") center top/cover no-repeat, #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .post-event {
    padding: 5rem 1.25rem 6rem;
  }
}
.post-event__inner {
  display: flex;
  flex-direction: column;
  gap: min(12.5vw, 11.25rem);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .post-event__inner {
    gap: 5.5rem;
  }
}
.post-event__block {
  display: grid;
  grid-template-columns: minmax(0, 25rem) minmax(0, 1fr);
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .post-event__block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.post-event__header {
  position: sticky;
  top: 8.3333333333vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: min(1.6666666667vw, 1.5rem);
  width: 100%;
  max-width: 16.25rem;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .post-event__header {
    position: static;
    gap: 0.75rem;
    max-width: none;
  }
}
.post-event__label {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.25vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .post-event__label {
    font-size: 0.875rem;
  }
}
.post-event__heading {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: min(4.4444444444vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
}
.post-event__heading span {
  display: block;
}
@media (max-width: 768px) {
  .post-event__heading {
    font-size: 2.625rem;
  }
}
.post-event__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-event__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.post-event__visual-button {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  cursor: default;
}
.post-event__visual-button:focus-visible {
  outline: 0.1875rem solid #FF001C;
  outline-offset: 0.25rem;
}
@media (max-width: 768px) {
  .post-event__visual-button:not(:disabled) {
    cursor: pointer;
    touch-action: manipulation;
  }
  .post-event__visual-button:not(:disabled):active {
    opacity: 0.86;
  }
}
.post-event__visual--time-table {
  aspect-ratio: 800/1052.459;
}
.post-event__visual--floor-guide {
  aspect-ratio: 800/1006.492;
}

.post-event-image-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: none;
  place-items: center;
  padding: calc(env(safe-area-inset-top) + 1.75rem) 1rem calc(env(safe-area-inset-bottom) + 1.75rem);
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}
@media (max-width: 768px) {
  .post-event-image-modal.is-visible {
    display: grid;
  }
  .post-event-image-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.post-event-image-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
}
.post-event-image-modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 45rem;
  max-height: calc(100svh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 4.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0.75rem, 0) scale(0.98);
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-overflow-scrolling: touch;
}
.post-event-image-modal.is-open .post-event-image-modal__content {
  transform: translate3d(0, 0, 0) scale(1);
}
.post-event-image-modal__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.post-event-image-modal__close {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 0.75rem);
  right: 0.75rem;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  appearance: none;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.post-event-image-modal__close span,
.post-event-image-modal__close span::before,
.post-event-image-modal__close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.25rem;
  height: 1px;
  background: #ffffff;
  content: "";
}
.post-event-image-modal__close span {
  background: transparent;
  transform: translate(-50%, -50%);
}
.post-event-image-modal__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.post-event-image-modal__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.post-event-image-modal__close:focus-visible {
  outline: 0.1875rem solid #FF001C;
  outline-offset: 0.1875rem;
}

.access {
  width: 100%;
  color: #ffffff;
}
.access__content {
  display: flex;
  flex-direction: column;
  gap: min(4.1666666667vw, 3.75rem);
  width: 100%;
}
@media (max-width: 768px) {
  .access__content {
    gap: 2rem;
  }
}
.access__header {
  display: flex;
  flex-direction: column;
  gap: min(1.6666666667vw, 1.5rem);
  width: 26.75rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .access__header {
    gap: 0.75rem;
    width: 100%;
  }
}
.access__label {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.25vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .access__label {
    font-size: 0.875rem;
  }
}
.access__heading {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: min(4.4444444444vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .access__heading {
    font-size: 2.625rem;
  }
}
.access__body {
  display: flex;
  flex-direction: column;
  gap: min(2.7777777778vw, 2.5rem);
  width: 100%;
}
@media (max-width: 768px) {
  .access__body {
    gap: 1.5rem;
  }
}
.access__map {
  width: 100%;
  aspect-ratio: 1200/509;
  overflow: hidden;
}
.access__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.access__venue {
  display: flex;
  flex-direction: column;
  gap: min(1.1111111111vw, 1rem);
  width: 20.4375rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .access__venue {
    gap: 0.5rem;
    width: 100%;
  }
}
.access__venue-name {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .access__venue-name {
    font-size: 1.125rem;
  }
}
.access__venue-address {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.25vw, 1.125rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .access__venue-address {
    font-size: 0.875rem;
  }
}
.access__shuttle {
  display: flex;
  flex-direction: column;
  gap: min(2.2222222222vw, 2rem);
  margin-top: 0;
}
@media (max-width: 768px) {
  .access__shuttle {
    gap: 1.5rem;
  }
}
.access__shuttle-text {
  display: flex;
  flex-direction: column;
  gap: min(1.1111111111vw, 1rem);
  width: 42.625rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .access__shuttle-text {
    gap: 0.75rem;
  }
}
.access__shuttle-title-block {
  display: flex;
  flex-direction: column;
  gap: min(0.8333333333vw, 0.75rem);
}
@media (max-width: 768px) {
  .access__shuttle-title-block {
    gap: 0.5rem;
  }
}
.access__shuttle-label {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(0.9722222222vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  color: #ff001c;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .access__shuttle-label {
    font-size: 0.75rem;
  }
}
.access__shuttle-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .access__shuttle-title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
.access__shuttle-lead {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .access__shuttle-lead {
    font-size: 0.875rem;
  }
}
.access__shuttle-routes {
  display: flex;
  flex-direction: column;
  gap: min(1.1111111111vw, 1rem);
  width: 35.5rem;
  max-width: 100%;
  margin: 0;
}
.access__shuttle-route {
  display: flex;
  align-items: center;
  gap: min(0.8333333333vw, 0.75rem);
  margin: 0;
}
@media (max-width: 768px) {
  .access__shuttle-route {
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.access__shuttle-badge {
  flex: 0 0 auto;
  min-width: 2.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: #303030;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(0.9722222222vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .access__shuttle-badge {
    min-width: 2.5rem;
    padding: 0.25rem 0.4375rem;
    font-size: 0.75rem;
  }
}
.access__shuttle-route-text {
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.1111111111vw, 1rem);
  font-weight: 400;
  line-height: 1.75;
  color: #ffffff;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .access__shuttle-route-text {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

.faq {
  background-color: #000000;
  padding: min(13.8888888889vw, 12.5rem) 8.3333333333vw 11.1111111111vw;
}
@media (max-width: 768px) {
  .faq {
    padding: 0 1.25rem 0;
  }
}
.faq__inner {
  display: flex;
  align-items: flex-start;
  gap: 5vw;
}
@media (max-width: 768px) {
  .faq__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.faq__header {
  position: sticky;
  top: 8.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  width: 29.7222222222vw;
  flex-shrink: 0;
  align-self: flex-start;
  z-index: 1;
}
@media (max-width: 768px) {
  .faq__header {
    position: static;
    width: auto;
    gap: 0.75rem;
  }
}
.faq__label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: min(1.25vw, 1.125rem);
  line-height: 1;
  color: #ffffff;
  font-feature-settings: "palt" 1;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__label {
    font-size: 0.875rem;
  }
}
.faq__heading {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(4.4444444444vw, 4rem);
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__heading {
    font-size: 3rem;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
  flex: 1;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .faq__list {
    width: 100%;
    gap: 1.5rem;
  }
}
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 0.9722222222vw;
  padding-bottom: 2.2222222222vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .faq__item {
    gap: 0.75rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .faq__item.is-open .faq__q::after {
    transform: rotate(90deg) scaleX(0);
  }
}
.faq__q, .faq__a {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
@media (max-width: 768px) {
  .faq__q, .faq__a {
    gap: 0.75rem;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .faq__q {
    position: relative;
    padding-right: 1.75rem;
    cursor: pointer;
  }
  .faq__q::before, .faq__q::after {
    content: "";
    position: absolute;
    top: 0.9375rem;
    right: 0;
    width: 0.875rem;
    height: 1px;
    background-color: #ffffff;
    transition: transform 0.3s ease;
  }
  .faq__q::after {
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  .faq__a {
    overflow: hidden;
    transition: max-height 0.34s ease, opacity 0.24s ease, margin-top 0.34s ease;
  }
}
@media (max-width: 768px) {
  .faq.is-accordion-ready .faq__a {
    max-height: 0;
    opacity: 0;
    margin-top: -0.75rem;
    pointer-events: none;
  }
  .faq.is-accordion-ready .faq__item.is-open .faq__a {
    max-height: var(--faq-answer-height, 7.5rem);
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}
.faq__icon {
  display: block;
  flex-shrink: 0;
}
.faq__icon--q {
  width: 1.3888888889vw;
  height: 1.5277777778vw;
}
@media (max-width: 768px) {
  .faq__icon--q {
    width: 1rem;
    height: 1.0625rem;
    margin-top: 0.1875rem;
  }
}
.faq__icon--a {
  width: 1.3888888889vw;
  height: 1.1805555556vw;
}
@media (max-width: 768px) {
  .faq__icon--a {
    width: 1rem;
    height: 0.875rem;
    margin-top: 0.25rem;
  }
}
.faq__question {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: min(1.25vw, 1.125rem);
  line-height: 1.75;
  color: #ffffff;
  font-feature-settings: "palt" 1;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__question {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.faq__answer {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: min(1.25vw, 1.125rem);
  line-height: 1.75;
  color: #ffffff;
  font-feature-settings: "palt" 1;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__answer {
    font-size: 0.875rem;
    line-height: 1.65;
  }
}

.footer {
  position: relative;
  background-color: #000000;
  height: 66.0416666667vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer {
    height: auto;
    padding-bottom: 5.625rem;
  }
}
.footer__bottom-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 20.8333333333vw;
  pointer-events: none;
}
.footer__bottom-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .footer__bottom-img {
    height: 8.75rem;
  }
}
.footer__deco {
  position: absolute;
  top: 2.1527777778vw;
  left: calc(71.43% + 1.3194444444vw);
  z-index: 1;
  width: 23.4027777778vw;
  pointer-events: none;
}
.footer__deco img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .footer__deco {
    display: none;
  }
}
.footer__inner {
  position: absolute;
  top: 8.3333333333vw;
  left: 8.3333333333vw;
  z-index: 1;
  width: 83.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 8.3333333333vw;
}
@media (max-width: 768px) {
  .footer__inner {
    position: static;
    width: auto;
    padding: 3.75rem 1.25rem 0;
    gap: 3.75rem;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
@media (max-width: 768px) {
  .footer__nav {
    gap: 1.25rem;
  }
}
.footer__nav-label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.25vw, 1.125rem);
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__nav-label {
    font-size: 0.8125rem;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer__nav-list {
    gap: 0.75rem;
  }
}
.footer__nav-link {
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(5.5555555556vw, 5rem);
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}
.footer__nav-link:hover {
  color: #FF001C;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .footer__nav-link {
    font-size: 2rem;
  }
}
.footer__companies {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
@media (max-width: 768px) {
  .footer__companies {
    gap: 1.25rem;
  }
}
.footer__companies-label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.25vw, 1.125rem);
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__companies-label {
    font-size: 0.8125rem;
  }
}
.footer__companies-list {
  display: flex;
  gap: 1.6666666667vw;
}
@media (max-width: 768px) {
  .footer__companies-list {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__company {
  position: relative;
  width: 40.8333333333vw;
  height: 7.5694444444vw;
  background-color: #FF001C;
  border-radius: 0.5555555556vw;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__company {
    width: 100%;
    height: auto;
    min-height: 4rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    padding: 0.625rem 0.75rem;
    gap: 0.5rem;
  }
}
.footer__company-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4.1666666667vw;
}
.footer__company-logo img {
  display: block;
  height: 100%;
  width: auto;
}
.footer__company-logo--univers {
  left: 3.5416666667vw;
}
.footer__company-logo--fennel {
  left: 2.9861111111vw;
}
@media (max-width: 768px) {
  .footer__company-logo {
    position: static;
    transform: none;
    height: 2.25rem;
    flex-shrink: 0;
  }
}
.footer__company-btn {
  position: absolute;
  top: 0.9722222222vw;
  height: 5.625vw;
  width: 13.8888888889vw;
  background-color: #000000;
  border-radius: 0.5555555556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: min(1.1111111111vw, 1rem);
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.footer__company-btn:hover {
  opacity: 0.75;
}
.footer__company-btn--sns {
  left: 10.2777777778vw;
}
.footer__company-btn--web {
  left: 25.5555555556vw;
}
@media (max-width: 768px) {
  .footer__company-btn {
    position: static;
    top: auto;
    left: auto;
    height: 2.75rem;
    width: 6rem;
    padding: 0 0.625rem;
    font-size: 0.625rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
  }
  .footer__company-btn--sns {
    margin-left: auto;
  }
}
.footer__copyright {
  position: absolute;
  top: 69.0972222222vw;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: min(1.1111111111vw, 1rem);
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__copyright {
    position: static;
    padding: 2.5rem 1.25rem 2.5rem;
    font-size: 0.6875rem;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
