@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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 */
}

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 2 */
}

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

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

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #00bfff;
  opacity: 1;
}

.splide__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 2.5em;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #00bfff;
  height: 2.5em;
  transition: fill 0.2s linear;
  width: 2.5em;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: #66d9ff;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
}

.splide__pagination__page.is-active {
  background: #00bfff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  background: #66d9ff;
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #00bfff;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #00bfff;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #00bfff;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #00bfff;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p,
ul,
ol,
table {
  margin: 1em 0;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(2.56vw, 10px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: inherit;
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.ff-en {
  font-family: "Special Elite", system-ui;
}

.ff-serif {
  font-family: "Noto Serif JP", sans-serif;
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
  }
}

/* ------------------------------------------------------------
  * ベース
------------------------------------------------------------ */
.l-container {
  color: #ffffff;
  background-color: #1a1a1a;
}

.footer__sns {
  margin-top: 33px !important;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    margin-top: 24px !important;
  }
}

/* ------------------------------------------------------------
  * ローディング
------------------------------------------------------------ */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b0c;
  transition: opacity 0.6s ease-in-out;
}
.loader.-is-done {
  pointer-events: none;
  opacity: 0;
}

.pulse {
  position: relative;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3cf59c, #292929);
  filter: blur(6px);
  border-radius: 50%;
  animation: pulse-glow 2s ease-in-out infinite;
}
.pulse::before {
  position: absolute;
  inset: -10px;
  content: "";
  background: linear-gradient(135deg, #292929, #3cf59c);
  filter: blur(20px);
  border-radius: 50%;
  opacity: 0.7;
  animation: glow-pulse 2s ease-in-out infinite;
}

/* ------------------------------------------------------------
  * MV
------------------------------------------------------------ */
.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-visual {
    height: 100dvh;
  }
}
.main-visual::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  content: "";
  background: linear-gradient(to top, #000000, transparent);
}
.main-visual .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 4s ease-in-out, transform 4s ease-in-out;
}
.main-visual .image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .main-visual .image img {
    object-position: 50% 0;
  }
}
.main-visual h1 {
  position: absolute;
  inset: 10.6149341142vw -3.6603221083vw 0 0;
  z-index: 1;
  width: 16.3250366032vw;
  height: 38.2137628111vw;
  max-height: calc(100dvh - 19.7657393851vw);
  margin: auto;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/mv-title.png") 50% 0/contain no-repeat;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  transition-delay: 4s;
}
@media screen and (max-width: 768px) {
  .main-visual h1 {
    inset: 0;
    right: -6.4102564103vw;
    width: 28.2051282051vw;
    height: 65.8974358974vw;
    max-height: none;
  }
}
.main-visual .logos {
  position: absolute;
  bottom: 2.196193265vw;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  transition-delay: 5s;
}
@media screen and (max-width: 768px) {
  .main-visual .logos {
    bottom: 6.15vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.1282051282vw 0 7.3vw;
  }
}
@media screen and (min-width: 769px) {
  .main-visual .cooperation,
  .main-visual .natsubaka {
    position: absolute;
    bottom: 0;
  }
}
.main-visual .cooperation {
  left: 3.2210834553vw;
  width: 19.9853587116vw;
}
@media screen and (max-width: 768px) {
  .main-visual .cooperation {
    width: 44vw;
  }
}
.main-visual .natsubaka {
  right: 2.9282576867vw;
  width: 19.0336749634vw;
}
@media screen and (max-width: 768px) {
  .main-visual .natsubaka {
    position: relative;
    right: 0;
    bottom: -1.0256410256vw;
    width: 37.4358974359vw;
  }
}
.main-visual.-is-start .image {
  opacity: 1;
  transform: scale(2);
}
.main-visual.-is-start h1,
.main-visual.-is-start .logos {
  opacity: 1;
}

/* ------------------------------------------------------------
  * 共通
------------------------------------------------------------ */
.section-container {
  position: relative;
  overflow: hidden;
}
.section-container .inner {
  position: relative;
}
.section-container h2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section-container h2 {
    gap: 16px;
  }
}
.section-container h2 .sub {
  font-size: 5.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-container h2 .sub {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .section-container h2 .anime-slide img {
    width: 100%;
    height: 100%;
  }
}
.section-container .kaidan-lead {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-container .kaidan-lead {
    font-size: 1.8rem;
  }
}
.section-container .kaidan-lead + p {
  margin-top: 1.5em;
}
.section-container .obj {
  position: absolute;
}
.section-container .ticket-button {
  display: flex;
  justify-content: center;
}
.section-container .ticket-button a {
  position: relative;
  display: flex;
  width: 440px;
  height: 73px;
  overflow: hidden;
  text-indent: 800px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-container .ticket-button a {
    width: 31rem;
    height: 6.4rem;
  }
}
.section-container .ticket-button a::before, .section-container .ticket-button a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.section-container .ticket-button a::before {
  background-image: url("../images/button-default.svg");
}
@media screen and (max-width: 768px) {
  .section-container .ticket-button a::before {
    background-image: url("../images/button-sp.svg");
  }
}
.section-container .ticket-button a::after {
  background-image: url("../images/button-hover.svg");
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .section-container .ticket-button a:hover::after {
    opacity: 1;
  }
}
.section-container .anime-slide {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.9s cubic-bezier(0.77, 0, 0.18, 1);
}
.section-container.-is-start h2 .anime-slide {
  clip-path: inset(0 0% 0 0);
}
.section-container.-is-start h2 .sub {
  animation: shake 0.4s linear infinite;
}
.section-container .js-anim.-is-start .anime-slide {
  clip-path: inset(0 0% 0 0);
}
.section-container .anim-fadein {
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(5px);
}
.section-container .anim-fadein.-is-start {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------------------------
  * Story
------------------------------------------------------------ */
.section-container.-story {
  padding: 180px 20px 120px;
  background: url("../images/bg-story.webp") 0 0/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .section-container.-story {
    padding: 120px 20px 90px;
    background-image: url("../images/bg-story-sp.webp");
  }
}
.section-container.-story h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-container.-story h2 .main {
    width: 82.3076923077vw;
    height: 52.5641025641vw;
  }
}
.section-container.-story .sp-hand {
  position: relative;
}
.section-container.-story.-is-start .obj {
  opacity: 1;
  transform: scale(1);
}
.section-container.-story .obj {
  opacity: 0;
  transition: opacity 0 linear, transform 0.1s linear;
  transform: scale(1.04);
}
.section-container.-story .obj.-hand01 {
  top: 35.6515373353vw;
  right: 15.3001464129vw;
  width: 24.5241581259vw;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .section-container.-story .obj.-hand01 {
    top: 43.3333333333vw;
    right: 22.5641025641vw;
    width: 29.4871794872vw;
  }
}
.section-container.-story .obj.-hand02 {
  top: 6.8814055637vw;
  right: -0.878477306vw;
  width: 30.6734992679vw;
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .section-container.-story .obj.-hand02 {
    top: 8.4615384615vw;
    right: 4.358974359vw;
    width: 29.2307692308vw;
  }
}
.section-container.-story .obj.-hand03 {
  top: 7.2474377745vw;
  right: 29.3557833089vw;
  width: 23.1332357247vw;
  transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  .section-container.-story .obj.-hand03 {
    top: 8.7179487179vw;
    right: 42.8205128205vw;
    width: 27.6923076923vw;
  }
}
.section-container.-story .obj.-hand04 {
  bottom: 0;
  left: 0.2196193265vw;
  width: 30.6734992679vw;
}
@media screen and (min-width: 769px) {
  .section-container.-story .obj.-hand04 {
    transition-delay: 3.6s;
  }
}
@media screen and (max-width: 768px) {
  .section-container.-story .obj.-hand04 {
    bottom: 12.8205128205vw;
    left: 0;
    width: 37.1794871795vw;
    opacity: 1;
    transform: scale(1);
  }
}
.section-container.-story .obj.-splash01 {
  top: 28.7701317716vw;
  right: 15.8857979502vw;
  width: 9.2972181552vw;
  transition-delay: 2.4s;
}
@media screen and (max-width: 768px) {
  .section-container.-story .obj.-splash01 {
    top: 34.8717948718vw;
    right: 23.0769230769vw;
    width: 10.7692307692vw;
  }
}
.section-container.-story .obj.-splash02 {
  top: 35.5783308931vw;
  right: 36.3103953148vw;
  width: 6.2957540264vw;
  transition-delay: 2.6s;
}
@media screen and (max-width: 768px) {
  .section-container.-story .obj.-splash02 {
    top: 43.0769230769vw;
    right: 47.4358974359vw;
    width: 7.6923076923vw;
  }
}
.section-container.-story .obj.-splash03 {
  top: 7.1010248902vw;
  right: 24.4509516837vw;
  width: 9.8096632504vw;
  transition-delay: 2.6s;
}
@media screen and (max-width: 768px) {
  .section-container.-story .obj.-splash03 {
    top: 8.7179487179vw;
    right: 33.5897435897vw;
    width: 11.5384615385vw;
  }
}
.section-container.-story .obj.-splash04 {
  top: 33.8945827233vw;
  right: -17.2035139092vw;
  width: 29.5021961933vw;
  transition-delay: 2.8s;
}
@media screen and (max-width: 768px) {
  .section-container.-story .obj.-splash04 {
    top: 41.2820512821vw;
    right: -16.9230769231vw;
    width: 34.8717948718vw;
  }
}

/* ------------------------------------------------------------
  * Train
------------------------------------------------------------ */
.section-container.-train {
  padding: 120px 20px 104px;
  background: url("../images/bg-train.webp") 0 0/cover repeat-y;
}
@media screen and (max-width: 768px) {
  .section-container.-train {
    padding: 96px 20px;
    background-image: url("../images/bg-train-sp.webp");
  }
}
@media screen and (max-width: 768px) {
  .section-container.-train h2 .main {
    width: 68.9743589744vw;
    height: 34.358974359vw;
  }
}
.section-container.-train .image {
  margin-top: 64px;
}

/* ------------------------------------------------------------
  * Schedule
------------------------------------------------------------ */
.section-container.-schedule {
  padding: 120px 20px;
  background: url("../images/bg-schedule.webp") 0 0/100% auto no-repeat #0b0b0c;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule {
    padding: 96px 20px;
    background-image: url("../images/bg-schedule-sp.webp");
  }
}
.section-container.-schedule h2,
.section-container.-schedule .kaidan-lead {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule h2 .main {
    width: 56.1538461538vw;
    height: 16.4102564103vw;
  }
}
.section-container.-schedule .detail {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail {
    margin-top: 48px;
  }
}
.section-container.-schedule .detail dl {
  margin: 0;
}
.section-container.-schedule .detail dl dt {
  display: flex;
  gap: 0.5em;
}
.section-container.-schedule .detail dl dt::before {
  content: "■";
}
.section-container.-schedule .detail dl dd {
  margin: 0;
}
.section-container.-schedule .detail dl:not([class]) {
  display: flex;
  gap: 4em;
  margin-bottom: 4px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail dl:not([class]) {
    flex-direction: column;
    gap: 0;
    margin-bottom: 8px;
  }
}
.section-container.-schedule .detail dl.speaker dt {
  font-weight: bold;
}
.section-container.-schedule .detail dl.speaker dd {
  margin-top: 24px;
}
.section-container.-schedule .detail .acc-item {
  background: #1a1a1a;
  border: 1px solid #e0e0e0;
}
.section-container.-schedule .detail .acc-item:not(:last-child) {
  margin-bottom: 24px;
}
.section-container.-schedule .detail .acc-item button {
  position: relative;
  width: 100%;
  padding: 20px 24px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #3cf59c;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item button {
    padding: 2rem 3rem 2rem 1.4rem;
    font-size: 1.4rem;
  }
}
.section-container.-schedule .detail .acc-item button::after {
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  width: 24px;
  height: 14px;
  margin: auto;
  content: "";
  background: url("../images/arrow-acc.svg") 0 0/100% auto no-repeat;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item button::after {
    right: 1rem;
    width: 1.6rem;
    height: 0.9rem;
  }
}
.section-container.-schedule .detail .acc-item button:hover {
  opacity: 0.7;
}
.section-container.-schedule .detail .acc-item button[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.section-container.-schedule .detail .acc-item > div {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.section-container.-schedule .detail .acc-item > div.is-open {
  grid-template-rows: 1fr;
}
.section-container.-schedule .detail .acc-item > div > div {
  overflow: hidden;
}
.section-container.-schedule .detail .acc-item .number {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item .number {
    flex-direction: column;
    padding: 32px 10px 24px;
  }
}
.section-container.-schedule .detail .acc-item .time {
  width: 100%;
  margin: 0;
  table-layout: fixed;
}
.section-container.-schedule .detail .acc-item .time th {
  width: 25.6%;
  font-weight: bold;
  color: #3cf59c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item .time th {
    width: 13.7%;
    line-height: 1.1;
    text-align: right;
    vertical-align: top;
  }
}
.section-container.-schedule .detail .acc-item .time td {
  width: 20.8%;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item .time td {
    width: 21%;
    font-size: 2rem;
  }
}
.section-container.-schedule .detail .acc-item .time td:last-child {
  width: 44.3%;
}
.section-container.-schedule .detail .acc-item .time td > span {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section-container.-schedule .detail .acc-item .time td > span span {
  font-weight: normal;
  line-height: 1;
}
.section-container.-schedule .detail .acc-item .time td > span span:first-child {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item .time td > span span:first-child {
    font-size: 1.8rem;
  }
}
.section-container.-schedule .detail .acc-item .time td > span span:last-child {
  font-size: 0.57em;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item .time td > span span:last-child {
    font-size: 1.2rem;
  }
}
.section-container.-schedule .detail .acc-item .train {
  display: flex;
  flex: 0 0 auto;
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item .train {
    margin-top: 30px;
  }
}
.section-container.-schedule .detail .acc-item .train > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 min(5.59vw, 8rem);
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .detail .acc-item .train > div {
    width: 50%;
    padding: 0 min(8vw, 4rem);
  }
}
.section-container.-schedule .detail .acc-item .train > div .name {
  padding: 2px 5px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
.section-container.-schedule .detail .acc-item .train > div .icon {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 6px 0 2px;
  overflow: hidden;
  border-radius: 50%;
  outline: 2px solid;
  outline-offset: -2px;
}
.section-container.-schedule .detail .acc-item .train > div .icon img {
  width: 100%;
  height: 100%;
}
.section-container.-schedule .detail .acc-item .train > div .speaker {
  font-weight: 500;
  line-height: 1.4;
}
.section-container.-schedule .detail .acc-item .train .cold .name {
  background: #4976b7;
}
.section-container.-schedule .detail .acc-item .train .cold .icon {
  outline-color: #4976b7;
}
.section-container.-schedule .detail .acc-item .train .scream {
  position: relative;
}
.section-container.-schedule .detail .acc-item .train .scream::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 82px;
  margin: auto;
  content: "";
  background: #3a3a3a;
}
.section-container.-schedule .detail .acc-item .train .scream .name {
  background: #a54242;
}
.section-container.-schedule .detail .acc-item .train .scream .icon {
  outline-color: #a54242;
}
.section-container.-schedule .note {
  padding: 0;
  list-style: none;
}
.section-container.-schedule .note li {
  display: flex;
  gap: 2px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.section-container.-schedule .note li::before {
  display: inline;
  content: "※";
}
.section-container.-schedule .obj.-schedule01 {
  top: -31.4787701318vw;
  left: -33.4553440703vw;
  width: 83.4553440703vw;
  opacity: 0;
  transition: opacity 0.4s linear, transform 0.1s linear;
  transition-delay: 1s;
  transform: scale(1.04);
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .obj.-schedule01 {
    display: none;
  }
}
.section-container.-schedule .obj.-schedule02 {
  top: 39.3850658858vw;
  right: -28.9165446559vw;
  width: 83.4553440703vw;
  opacity: 0;
  transition: opacity 0.4s linear, transform 0.1s linear;
  transition-delay: 6s;
  transform: scale(1.04);
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .obj.-schedule02 {
    display: none;
  }
}
.section-container.-schedule .obj.-candle {
  top: 3.5871156662vw;
  right: -5.9297218155vw;
  width: 44.0702781845vw;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 3s;
  transform: scale(0.86);
}
@media screen and (max-width: 768px) {
  .section-container.-schedule .obj.-candle {
    top: 65.1282051282vw;
    right: -20.2564102564vw;
    width: 78.9743589744vw;
  }
}
.section-container.-schedule.-is-start .obj {
  opacity: 1;
  transform: scale(1);
}

/* ------------------------------------------------------------
  * Ticket
------------------------------------------------------------ */
.section-container.-ticket {
  padding: 120px 20px;
  background: url("../images/bg-ticket.webp") 0 0/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket {
    padding: 96px 20px;
    background-image: url("../images/bg-ticket-sp.webp");
  }
}
.section-container.-ticket h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket h2 {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .section-container.-ticket h2 .main {
    width: 72.0512820513vw;
    height: 16.4102564103vw;
  }
}
.section-container.-ticket .price {
  display: flex;
  margin-bottom: 24px;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price {
    flex-direction: column-reverse;
  }
}
.section-container.-ticket .price .text {
  width: 49.1%;
  padding: min(3.5vw, 48px) min(2.5vw, 32px) min(3.5vw, 48px) min(4.69vw, 64px);
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price .text {
    width: 100%;
    padding: 18px 20px 32px;
  }
}
.section-container.-ticket .price .text h3 {
  width: min(27.6vw, 377px);
  height: min(2.93vw, 40px);
  margin: 0 auto 2px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/title-price.svg") 0 0/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price .text h3 {
    width: 77.44vw;
    height: 10.25vw;
    margin-bottom: 4px;
  }
}
.section-container.-ticket .price .text table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price .text table {
    margin-bottom: 24px;
  }
}
.section-container.-ticket .price .text table thead th {
  padding: 0.4em 0.5em;
  font-size: min(1.46vw, 2rem);
  font-weight: 500;
  line-height: 1;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price .text table thead th {
    font-size: 2rem;
  }
}
.section-container.-ticket .price .text table tbody .price-inner {
  display: flex;
  justify-content: center;
}
.section-container.-ticket .price .text table tbody .price-inner table {
  width: auto;
}
.section-container.-ticket .price .text table tbody tr th,
.section-container.-ticket .price .text table tbody tr td {
  padding-top: 4px;
  vertical-align: middle;
}
.section-container.-ticket .price .text table tbody tr:first-child th,
.section-container.-ticket .price .text table tbody tr:first-child td {
  padding-top: 10px;
}
.section-container.-ticket .price .text table tbody th {
  padding-right: 7px;
  font-size: min(1.76vw, 2.4rem);
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price .text table tbody th {
    padding-right: 0.8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price .text table tbody td img {
    width: auto;
    height: 5.6rem;
  }
}
.section-container.-ticket .price .text .ticket-button {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price .text .ticket-button {
    margin-top: 28px;
  }
}
.section-container.-ticket .price .text .note {
  padding: 20px;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.3);
}
.section-container.-ticket .price .text .note ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.section-container.-ticket .price .text .note ul li {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6;
}
.section-container.-ticket .price .text .note ul li:not(:last-child) {
  margin-bottom: 4px;
}
.section-container.-ticket .price .text .note ul li::before {
  content: "・";
}
.section-container.-ticket .price .image {
  position: relative;
  width: 50.9%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .price .image {
    width: 100%;
  }
}
.section-container.-ticket .price .image picture img {
  width: 100%;
}
.section-container.-ticket .price .image .logo {
  position: absolute;
  bottom: min(3.15vw, 43px);
  left: min(2.78vw, 38px);
  width: min(22.55vw, 308px);
}
.section-container.-ticket .note {
  display: flex;
  gap: min(4.25vw, 5.8rem);
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .note {
    flex-direction: column;
    gap: 16px;
  }
}
.section-container.-ticket .note ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.section-container.-ticket .note ul li {
  display: flex;
}
.section-container.-ticket .note ul li::before {
  display: inline;
  content: "・";
}
.section-container.-ticket .note .site {
  display: flex;
  gap: 2.4rem;
}
@media screen and (min-width: 769px) {
  .section-container.-ticket .note .site {
    flex: 0 0 auto;
    width: 38%;
  }
}
.section-container.-ticket .note .site p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.section-container.-ticket .ticket-contact {
  margin: 10px 0 0;
  text-align: center;
}
.section-container.-ticket .caution,
.section-container.-ticket .policy,
.section-container.-ticket .qskip {
  padding: min(4.1vw, 56px) min(8.05vw, 110px);
  margin-bottom: 40px;
  background: #242423;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .caution,
  .section-container.-ticket .policy,
  .section-container.-ticket .qskip {
    padding: 3.2rem 2rem;
  }
}
.section-container.-ticket .caution h3,
.section-container.-ticket .policy h3,
.section-container.-ticket .qskip h3 {
  margin: 0 0 32px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .caution h3,
  .section-container.-ticket .policy h3,
  .section-container.-ticket .qskip h3 {
    margin-bottom: 1.6rem;
    font-size: min(4.4vw, 1.8rem);
    line-height: 1.87;
  }
}
.section-container.-ticket .caution ul,
.section-container.-ticket .policy ul,
.section-container.-ticket .qskip ul {
  padding: 0;
  list-style: none;
}
.section-container.-ticket .caution ul li,
.section-container.-ticket .policy ul li,
.section-container.-ticket .qskip ul li {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6;
}
.section-container.-ticket .caution ul li:not(:last-child),
.section-container.-ticket .policy ul li:not(:last-child),
.section-container.-ticket .qskip ul li:not(:last-child) {
  margin-bottom: 4px;
}
.section-container.-ticket .caution ul li::before,
.section-container.-ticket .policy ul li::before,
.section-container.-ticket .qskip ul li::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .policy {
    margin-bottom: 32px;
  }
}
.section-container.-ticket .policy ul li::before {
  content: "※";
}
.section-container.-ticket .qskip {
  margin-top: 60px;
}
.section-container.-ticket .qskip a[target=_blank]::after {
  position: relative;
  bottom: -0.1rem;
  display: inline-block;
  width: 1.8rem;
  height: 1.2rem;
  content: "";
  background: url("../images/icon-blank.svg") 100% 0/auto 100% no-repeat;
}
.section-container.-ticket.-is-start .price .image {
  opacity: 1;
  transition-delay: 0.4s;
}
.section-container.-ticket .obj.-ticket01 {
  top: -20.2049780381vw;
  right: -14.934114202vw;
  width: 62.0790629575vw;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .obj.-ticket01 {
    top: -64.358974359vw;
    right: -37.1794871795vw;
    width: 118.4615384615vw;
  }
}
.section-container.-ticket .obj.-ticket02 {
  bottom: 9.1508052709vw;
  left: -5.3440702782vw;
  width: 32.5036603221vw;
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .obj.-ticket02 {
    bottom: 3.5897435897vw;
    left: -21.0256410256vw;
    width: 77.9487179487vw;
  }
}
.section-container.-ticket .obj.-soul01 {
  top: -8.2723279649vw;
  left: -1.9033674963vw;
  width: 11.2737920937vw;
  animation: soul 8s linear infinite, blink 4s ease-in-out infinite;
}
@media screen and (min-width: 1100px) {
  .section-container.-ticket .obj.-soul01 {
    top: -113px;
    left: -26px;
    width: 154px;
  }
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .obj.-soul01 {
    top: -8.9743589744vw;
    bottom: auto;
    left: -10.5128205128vw;
    width: 20.7692307692vw;
  }
}
.section-container.-ticket .obj.-soul02 {
  top: -22.6939970717vw;
  right: -5.5636896047vw;
  width: 15.5197657394vw;
  animation: soul 8s linear infinite, blink 4s ease-in-out infinite;
  animation-delay: -2s, -1s;
}
@media screen and (min-width: 1100px) {
  .section-container.-ticket .obj.-soul02 {
    top: -310px;
    right: -76px;
    width: 212px;
  }
}
@media screen and (max-width: 768px) {
  .section-container.-ticket .obj.-soul02 {
    top: -40.5128205128vw;
    right: -10vw;
    width: 34.358974359vw;
  }
}

/* ------------------------------------------------------------
  * Profile
------------------------------------------------------------ */
.section-container.-profile {
  padding: 120px 20px;
  background: url("../images/bg-profile.webp") 0 0/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .section-container.-profile {
    padding: 96px 20px;
    background-image: url("../images/bg-profile-sp.webp");
  }
}
.section-container.-profile h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-container.-profile h2 .main {
    width: 68.4615384615vw;
    height: 34.358974359vw;
  }
}
.section-container.-profile .speakers {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 72px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .section-container.-profile .speakers {
    gap: 40px;
    margin-bottom: 65px;
  }
}
.section-container.-profile .speakers .speaker {
  width: calc(50% - 36px);
}
@media screen and (max-width: 768px) {
  .section-container.-profile .speakers .speaker {
    width: 100%;
  }
}
.section-container.-profile .speakers .speaker .image {
  margin-left: 39px;
}
@media screen and (max-width: 768px) {
  .section-container.-profile .speakers .speaker .image {
    margin-left: 20px;
  }
}
.section-container.-profile .speakers .speaker .image img {
  position: relative;
  display: block;
  width: 100%;
  outline: 4px solid #afb0b1;
  outline-offset: -4px;
}
.section-container.-profile .speakers .speaker .date {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: -56px 0 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-container.-profile .speakers .speaker .date {
    margin: -14vw 0 24px;
  }
  .section-container.-profile .speakers .speaker .date .day img {
    width: auto;
    height: 40px;
  }
}
.section-container.-profile .speakers .speaker .text .tag {
  display: flex;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .section-container.-profile .speakers .speaker .text .tag {
    margin-bottom: 8px;
  }
  .section-container.-profile .speakers .speaker .text .tag img {
    width: auto;
    height: 16px;
  }
}
.section-container.-profile .speakers .speaker .text .name {
  margin: 0 0 24px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-container.-profile .speakers .speaker .text .name {
    margin-bottom: 8px;
    font-size: 2.8rem;
  }
}
.section-container.-profile .speakers .speaker .text a[target=_blank]::after {
  position: relative;
  bottom: -0.1rem;
  display: inline-block;
  width: 1.8rem;
  height: 1.2rem;
  content: "";
  background: url("../images/icon-blank.svg") 100% 0/auto 100% no-repeat;
}

/* ------------------------------------------------------------
  * FAQ
------------------------------------------------------------ */
.section-container.-faq {
  padding: 120px 20px;
  background: url("../images/bg-faq.webp") 0 0/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .section-container.-faq {
    padding: 96px 20px;
    background-image: url("../images/bg-faq-sp.webp");
  }
}
.section-container.-faq h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-container.-faq h2 .main {
    width: 81.0256410256vw;
    height: 16.4102564103vw;
  }
}
.section-container.-faq dl {
  padding: 40px;
  background: #242423;
}
@media screen and (max-width: 768px) {
  .section-container.-faq dl {
    padding: 24px 20px;
  }
}
.section-container.-faq dl:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .section-container.-faq dl:not(:last-child) {
    margin-bottom: 16px;
  }
}
.section-container.-faq dl dt {
  padding: 0 0 22px 28px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  background: url("../images/faq-icon.svg") 0 0/20px auto no-repeat, url("../images/faq-line.svg") 0 100%/auto 2px repeat-x;
}
@media screen and (max-width: 768px) {
  .section-container.-faq dl dt {
    padding: 0 0 2.4rem 2.8rem;
    font-size: 1.8rem;
    background-size: 2rem auto, auto 2px;
  }
}
.section-container.-faq dl dd {
  padding-top: 24px;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-container.-faq dl dd {
    padding-top: 1.4rem;
  }
}
.section-container.-faq .faq-button {
  display: flex;
  justify-content: center;
  padding: 56px 20px;
  background: #242423;
}
@media screen and (max-width: 768px) {
  .section-container.-faq .faq-button {
    padding: 4rem 2rem;
  }
}
.section-container.-faq .faq-button a {
  position: relative;
  display: flex;
  width: 680px;
  height: 72px;
  overflow: hidden;
  text-indent: 1200px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-container.-faq .faq-button a {
    width: 31rem;
    height: 6.4rem;
  }
}
.section-container.-faq .faq-button a::before, .section-container.-faq .faq-button a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.section-container.-faq .faq-button a::before {
  background-image: url("../images/button-faq.svg");
}
@media screen and (max-width: 768px) {
  .section-container.-faq .faq-button a::before {
    background-image: url("../images/button-faq-sp.svg");
  }
}
.section-container.-faq .faq-button a::after {
  background-image: url("../images/button-faq-hover.svg");
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .section-container.-faq .faq-button a:hover::after {
    opacity: 1;
  }
}

/* ------------------------------------------------------------
  * footer
------------------------------------------------------------ */
.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 32px;
  text-align: center;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.4rem 2rem;
  }
}
.l-footer .logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer .logo {
    width: 15.3rem;
  }
}
.l-footer p {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.l-footer .copyright {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer .copyright {
    margin-top: 2.4rem;
  }
}

@keyframes pulse-glow {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}
@keyframes glow-pulse {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes blink {
  0%, 100% {
    filter: brightness(1);
    opacity: 1;
  }
  50% {
    filter: brightness(1.4);
    opacity: 0.3;
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-1px, 0);
  }
  20% {
    transform: translate(1px, 1px);
  }
  30% {
    transform: translate(0, -1px);
  }
  40% {
    transform: translate(1px, 0);
  }
  50% {
    transform: translate(-1px, 1px);
  }
  60% {
    transform: translate(1px, -1px);
  }
  70% {
    transform: translate(0, 1px);
  }
  80% {
    transform: translate(-1px, -1px);
  }
  90% {
    transform: translate(1px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes soul {
  0% {
    transform: translate(0, 0);
  }
  6.25% {
    transform: translate(16px, -11px);
  }
  12.5% {
    transform: translate(25px, -18px);
  }
  18.75% {
    transform: translate(21px, -25px);
  }
  25% {
    transform: translate(0, -30px);
  }
  31.25% {
    transform: translate(-21px, -25px);
  }
  37.5% {
    transform: translate(-25px, -18px);
  }
  43.75% {
    transform: translate(-16px, -11px);
  }
  50% {
    transform: translate(0, 0);
  }
  56.25% {
    transform: translate(16px, 11px);
  }
  62.5% {
    transform: translate(25px, 18px);
  }
  68.75% {
    transform: translate(21px, 25px);
  }
  75% {
    transform: translate(0, 30px);
  }
  81.25% {
    transform: translate(-21px, 25px);
  }
  87.5% {
    transform: translate(-25px, 18px);
  }
  93.75% {
    transform: translate(-16px, 11px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
------------------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  font-family: "object-fit: contain; object-position: 50% 50%;";
  object-fit: contain;
}