/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \*********************************************************************************************************************************************************/
/*! 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,
select,
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;
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  line-height: 1.7;
  width: 100%;
  height: auto;
  min-height: 100vh;
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #1e1e3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url(/jsc2024/a904ed17636d7def9a0e.jpg);
  background-size: 100% auto;
}
@media screen and (min-width: 750px) {
  body {
    min-width: 1080px;
    overflow-x: auto;
  }
}

#vue-app {
  width: inherit;
  height: inherit;
  min-height: inherit;
}

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

img {
  width: 100%;
  height: auto;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.d-none,
.d-none-loaded {
  display: none;
}

.list-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.list-items .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.l-menu-left,
.l-menu-right,
.l-menu-floating {
  position: fixed;
  margin: auto;
  z-index: 10;
}

.l-menu-left,
.l-menu-right {
  top: 0;
  width: 12rem;
  height: 80%;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .l-menu-left,
  .l-menu-right {
    width: 32px;
    height: 80%;
  }
}

.l-menu-left {
  left: 0;
}
.l-menu-left::before {
  content: "";
  position: absolute;
  bottom: 8.4rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background-color: rgba(30, 30, 60, 0.25);
  box-shadow: 0 -2rem 0 0 rgba(30, 30, 60, 0.25), 0 -4rem 0 0 rgba(30, 30, 60, 0.25), 0 -6rem 0 0 rgba(30, 30, 60, 0.25);
}

.l-menu-right {
  right: 0;
}

.l-menu-floating {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.l-menu-floating[data-is-show=true] {
  opacity: 1;
  transform: translateY(0);
}

.l-header-floating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.cover {
  position: relative;
}
@media screen and (min-width: 750px) {
  .cover {
    display: flex;
    padding: 0 12rem;
    margin: 0 auto;
    align-items: center;
    gap: 8rem;
    max-width: 1360px;
    min-height: 920px;
  }
}
@media screen and (max-width: 749px) {
  .cover {
    padding: 9.0666666667vw 0 16.8vw;
  }
}
.cover__bg {
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  margin: auto;
  background-image: url(/jsc2024/c95d72a2c87556065885.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to top, transparent 25%, black 100%);
}
@media screen and (min-width: 750px) {
  .cover__bg {
    width: max(100vw, 1080px);
  }
}
@media screen and (max-width: 749px) {
  .cover__bg {
    width: 100vw;
  }
}
.cover__left {
  position: relative;
}
@media screen and (min-width: 750px) {
  .cover__left {
    flex: 1;
  }
}
@media screen and (max-width: 749px) {
  .cover__left {
    margin: 0 auto 4.8vw;
  }
}
.cover__right {
  position: relative;
}
@media screen and (min-width: 750px) {
  .cover__right {
    flex: 1.6;
  }
}
@media screen and (max-width: 749px) {
  .cover__right {
    width: 89.3333333333vw;
    margin: auto;
  }
}

.cover-content__logo {
  display: none;
}
@media screen and (max-width: 749px) {
  .cover-content__logo {
    display: block;
    width: 66.9333333333vw;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 750px) {
  .cover-content__title {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 749px) {
  .cover-content__title {
    width: 64vw;
    margin: 0 auto 4.8vw;
  }
}
.cover-content__lead {
  padding: 0 0 0 1.6rem;
  margin-bottom: 4rem;
  text-align: left;
  white-space: nowrap;
  line-height: 1.5;
  width: 0;
  font-size: min(2.8vw, 4rem);
}
@media screen and (max-width: 749px) {
  .cover-content__lead {
    font-size: 6.4vw;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .cover-content__date {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  .cover-content__button {
    width: 64vw;
    margin: 0 auto 10.6666666667vw;
  }
}

.cover-window {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.cover-window .cover-window-inner {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 3px #fff;
  overflow: hidden;
}
.cover-window .cover-window-inner .swiper-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #1e1e3c;
}
.cover-window .cover-window-inner .swiper-container .swiper-slide {
  background-color: #1e1e3c;
}
.cover-window .cover-window-inner .swiper-container .swiper-slide img {
  opacity: 0;
}
.cover-window .cover-window-inner .swiper-container .swiper-slide-active img {
  animation: swiperContainerImg 6s linear 0s 1 normal both;
}
@keyframes swiperContainerImg {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}
.cover-window .cover-window-window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.cover-window .cover-window-window .cover-window-window-dark {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e1e3c;
  transition: opacity 1s;
}
.cover-window .cover-window-window .cover-window-window-left,
.cover-window .cover-window-window .cover-window-window-right {
  position: absolute;
  top: -10%;
  width: 51%;
  transition: ease 0.5s;
}
.cover-window .cover-window-window .cover-window-window-left {
  left: -1%;
}
.cover-window .cover-window-window .cover-window-window-right {
  right: -1%;
}
.cover-window .cover-window-shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22%;
}
.cover-window .cover-window-deco {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 5%;
  z-index: 1;
}
.cover-window .cover-window-lead {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .cover-window .cover-window-lead {
    right: 5%;
  }
}
.cover-window .cover-window-lead .text p {
  font-size: min(1.5vw, 2rem);
  background-color: #fff;
  letter-spacing: 0.4em;
  padding: 2% 1%;
  display: inline-flex;
  margin-left: 2%;
}
@media screen and (max-width: 749px) {
  .cover-window .cover-window-lead .text p {
    font-size: 1.6rem;
  }
}
.cover-window .cover-window-lead .text {
  transform-origin: top center;
}
.cover-window .cover-window-lead .text span {
  display: block;
  position: relative;
}

@keyframes blurFade {
  0% {
    filter: blur(50px);
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textScale {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes textBlur {
  0% {
    filter: blur(30px);
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.cover-content[data-anim=off] {
  opacity: 0;
}

.cover-content[data-anim=on] .cover-content__title {
  animation: blurFade 1s ease 0s 1 normal both;
}
.cover-content[data-anim=on] .cover-content__lead {
  animation: blurFade 1s ease 0.15s 1 normal both;
}
.cover-content[data-anim=on] .cover-content__date {
  animation: blurFade 1s ease 0.3s 1 normal both;
}
.cover-content[data-anim=on] .cover-content__button {
  animation: blurFade 1s ease 0.45s 1 normal both;
}

.cover-window[data-anim=off] {
  opacity: 0;
}

.cover-window[data-anim=on] {
  animation: blurFade 1s ease 0s 1 normal both;
}

.cover-window-lead[data-anim=off] {
  display: none;
}

.cover-window-lead[data-anim=on] .text:nth-child(1) {
  animation: textScale 1s ease 0s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(1) {
  animation: textBlur 0.5s ease 0.6s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(2) {
  animation: textBlur 0.5s ease 0.7s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(3) {
  animation: textBlur 0.5s ease 0.8s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(4) {
  animation: textBlur 0.5s ease 0.9s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(5) {
  animation: textBlur 0.5s ease 1s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(6) {
  animation: textBlur 0.5s ease 1.1s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(7) {
  animation: textBlur 0.5s ease 1.2s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(8) {
  animation: textBlur 0.5s ease 1.3s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(9) {
  animation: textBlur 0.5s ease 1.4s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(10) {
  animation: textBlur 0.5s ease 1.5s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(11) {
  animation: textBlur 0.5s ease 1.6s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(12) {
  animation: textBlur 0.5s ease 1.7s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(13) {
  animation: textBlur 0.5s ease 1.8s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(14) {
  animation: textBlur 0.5s ease 1.9s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(1) span:nth-child(15) {
  animation: textBlur 0.5s ease 2s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) {
  animation: textScale 1s ease 0.2s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(1) {
  animation: textBlur 0.5s ease 1.1s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(2) {
  animation: textBlur 0.5s ease 1.2s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(3) {
  animation: textBlur 0.5s ease 1.3s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(4) {
  animation: textBlur 0.5s ease 1.4s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(5) {
  animation: textBlur 0.5s ease 1.5s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(6) {
  animation: textBlur 0.5s ease 1.6s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(7) {
  animation: textBlur 0.5s ease 1.7s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(8) {
  animation: textBlur 0.5s ease 1.8s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(9) {
  animation: textBlur 0.5s ease 1.9s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(10) {
  animation: textBlur 0.5s ease 2s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(11) {
  animation: textBlur 0.5s ease 2.1s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(12) {
  animation: textBlur 0.5s ease 2.2s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(13) {
  animation: textBlur 0.5s ease 2.3s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(14) {
  animation: textBlur 0.5s ease 2.4s 1 normal both;
}
.cover-window-lead[data-anim=on] .text:nth-child(2) span:nth-child(15) {
  animation: textBlur 0.5s ease 2.5s 1 normal both;
}

.cover-window-window[data-anim=on] .cover-window-window-dark {
  opacity: 0;
}
.cover-window-window[data-anim=on] .cover-window-window-left {
  transform: translate(-90%);
}
.cover-window-window[data-anim=on] .cover-window-window-right {
  transform: translate(90%);
}

.sponsor {
  position: relative;
  height: 14.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: linear 1s;
  transition: opacity 0.5s;
}
.sponsor .sponsor-inner {
  animation: sponsor 20s linear 0s infinite normal;
  height: 15rem;
  padding-right: 4rem;
}
.sponsor .sponsor-inner ul {
  height: inherit;
  display: flex;
  gap: 4rem;
}
.sponsor .sponsor-inner ul li {
  height: inherit;
  margin: 0 -2rem;
}
.sponsor .sponsor-inner ul li img {
  width: auto;
  height: 100%;
}
@keyframes sponsor {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sponsor.no-sponsor {
  background-color: transparent;
  height: 0;
}
.sponsor.no-sponsor .sponsor-inner {
  height: 0;
}

.date {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1em;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
}
.date small {
  font-size: 0.54em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin-left: 0.2em;
  margin-bottom: -0.3em;
}

.time {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1em;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
}
.time small {
  font-size: 0.72em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin-right: 0.4em;
  margin-bottom: -0.05em;
}

.video {
  background-color: #1e1e3c;
}
@media screen and (min-width: 750px) {
  .video {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 749px) {
  .video {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.video__content {
  max-width: 128rem;
  padding: 0 4rem;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .video__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .video__content {
    padding: 0 5.3333333333vw;
  }
}
.video__text {
  color: white;
}
@media screen and (max-width: 749px) {
  .video__text {
    padding: 0 2.6666666667vw;
  }
}
.video__text__title {
  display: flex wrap;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .video__text__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 749px) {
  .video__text__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .video__text__title img {
    width: 39.6rem;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 749px) {
  .video__text__title img {
    width: 68.6666666667vw;
    margin-right: 0.6666666667vw;
  }
}
.video__text__body {
  padding-top: 2.4rem;
  font-size: 1.7rem;
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .video__text__body {
    font-size: 2.9333333333vw;
    padding-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.video__embed {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 0rem;
}
.video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.keyword {
  margin-bottom: 18rem;
}
@media screen and (max-width: 749px) {
  .keyword {
    padding: 0 5.3333333333vw;
    overflow: hidden;
  }
}
.keyword__title {
  margin-bottom: 8rem;
}
.keyword__title small {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .keyword__title small {
    font-size: 3.2vw;
  }
}
.keyword__title small .jsc {
  position: relative;
}
.keyword__title small .jsc .jsc-ruby {
  position: absolute;
  top: -1rem;
  left: -100%;
  right: -100%;
  margin: auto;
  white-space: nowrap;
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 749px) {
  .keyword__title small .jsc .jsc-ruby {
    top: -2rem;
    letter-spacing: 0;
  }
}
.keyword__title strong {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 749px) {
  .keyword__title strong {
    margin-top: -1.6rem;
  }
}
.keyword__title strong aside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 12rem;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(30, 30, 60, 0.25);
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .keyword__title strong aside {
    left: -100%;
    right: -100%;
    font-size: 8rem;
    line-height: 1.4;
  }
}
.keyword__title strong img {
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 28.8rem;
  height: 10.8rem;
}
@media screen and (max-width: 749px) {
  .keyword__title strong img {
    top: 6rem;
  }
}
.keyword__body {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .keyword__body {
    font-size: 1.2rem;
  }
}
.keyword__body p {
  text-align: center;
  line-height: 2.8;
  font-size: 1em;
}
.keyword__body p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 750px) {
  .keyword__list {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 120px;
  }
}
.keyword__list ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 560px;
  margin: 0 auto;
  padding: 0rem 0.8rem;
  border-style: solid;
  border-width: 1.2rem;
  border-image: url(/jsc2024/7ab0965cb4e41a5a3e81.svg) 12 12 12 12 fill stretch;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .keyword__list ul {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .keyword__list ul {
    gap: 10px;
  }
}
.keyword__list ul li .keyword-item {
  display: flex;
  gap: 1.2rem;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .keyword__list ul li .keyword-item {
    gap: 1.2rem;
    padding: 0 0.8rem 0.2rem;
  }
}
.keyword__list ul li .keyword-item__num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/jsc2024/427b0ff6db9e4ca3f3ec.png);
  background-size: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 750px) {
  .keyword__list ul li .keyword-item__num {
    flex: 0 0 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 749px) {
  .keyword__list ul li .keyword-item__num {
    flex: 0 0 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.keyword__list ul li .keyword-item__body {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .keyword__list ul li .keyword-item__body {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .keyword__list ul li .keyword-item__body br {
    display: none;
  }
}
.keyword__list ul li .keyword-item__body strong {
  font-weight: 400;
  text-decoration: underline;
}

.overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .overview {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.overview__item {
  background-color: #fff;
}
.overview__item.-large {
  grid-column: 1/3;
}
@media screen and (max-width: 749px) {
  .overview__item.-large {
    grid-column: 1/2;
  }
}
.overview__item.-large .overview-item-small,
.overview__item.-large .overview-item-large {
  display: none;
}
@media screen and (max-width: 749px) {
  .overview__item.-large .overview-item-small {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .overview__item.-large .overview-item-large {
    display: block;
  }
}

.overview-item-small__label.-all,
.overview-item-large__label.-all {
  background-color: #7d7db9;
}
.overview-item-small__label.-venue,
.overview-item-large__label.-venue {
  background-color: #76a6ba;
}

.overview-item-small {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.overview-item-small__label {
  width: 16rem;
  height: 4rem;
  color: #fff;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .overview-item-small__label {
    width: 100%;
    height: 8vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }
}
.overview-item-small__title {
  text-align: center;
}
.overview-item-small__title h3 {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 5.4rem;
}
@media screen and (max-width: 749px) {
  .overview-item-small__title h3 {
    font-size: 11.7333333333vw;
    line-height: 180%;
  }
}
.overview-item-small__title p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 749px) {
  .overview-item-small__title p {
    font-size: 3.7333333333vw;
    line-height: 180%;
    margin-top: -3.7333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .overview-item-small__title img {
    width: 78.6666666667vw;
    margin: 2.6666666667vw auto;
  }
}
.overview-item-small__image {
  margin: 3rem 6rem 0;
}
@media screen and (max-width: 749px) {
  .overview-item-small__image {
    margin: 4vw 8vw 0;
  }
}
.overview-item-small__image > img {
  border-radius: 1rem;
}
.overview-item-small__body {
  margin: 3rem 6rem;
  font-size: 1.6rem;
  line-height: 200%;
  flex: 1;
}
@media screen and (max-width: 749px) {
  .overview-item-small__body {
    font-size: 2.9333333333vw;
    margin: 4vw 10.6666666667vw;
  }
}
.overview-item-small__button {
  width: 25.5rem;
  padding-bottom: 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .overview-item-small__button {
    padding-bottom: 8vw;
  }
}

.overview-item-large__label {
  width: 16rem;
  height: 4rem;
  color: #fff;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
}
.overview-item-large__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4rem;
}
.overview-item-large__title {
  text-align: center;
}
.overview-item-large__title h3 {
  margin-top: 7rem;
}
.overview-item-large__title h3 > img {
  width: 51rem;
}
.overview-item-large__title p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 180%;
  letter-spacing: 0.2rem;
}
.overview-item-large__body {
  margin: 3rem 6rem;
  font-size: 1.6rem;
  line-height: 200%;
}
.overview-item-large__image {
  margin: 3rem 6rem;
}
.overview-item-large__image > img {
  border-radius: 1rem;
}
.overview-item-large__button {
  width: 25.5rem;
  padding-bottom: 6rem;
  margin: 0 auto;
}

.day {
  display: grid;
  gap: 4rem;
  margin: 0 auto 12rem;
  max-width: 1920px;
}
@media screen and (min-width: 750px) {
  .day {
    grid-template-columns: 24rem 1fr;
    padding: 2.4rem 120px 0;
  }
}
@media screen and (max-width: 749px) {
  .day {
    padding: 0.8rem 40px 0;
  }
}
.day + .day {
  padding-top: 0;
}
.day__schedule {
  display: flex;
  justify-content: center;
  align-items: center;
}
.day__schedule__date {
  font-size: 4.2rem;
}
@media screen and (max-width: 749px) {
  .day__schedule__date {
    font-size: 3rem;
  }
}
.day__schedule__slash {
  margin-left: 2rem;
  font-size: 1.5em;
  color: rgba(30, 30, 60, 0.25);
}
@media screen and (max-width: 749px) {
  .day__schedule__slash {
    margin-left: 1.6rem;
  }
}
.day__schedule__time {
  padding-top: 0.1em;
  font-size: 3.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 749px) {
  .day__schedule__time {
    margin-left: 1.6rem;
    font-size: 2.4rem;
  }
}
.day__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .day__title {
    padding: 1.6rem 3.2rem;
    border-right: solid 1px rgba(30, 30, 60, 0.25);
    border-left: solid 1px rgba(30, 30, 60, 0.25);
  }
}
@media screen and (max-width: 749px) {
  .day__title {
    padding: 1.6rem 3.2rem;
    border-top: solid 1px rgba(30, 30, 60, 0.25);
    border-bottom: solid 1px rgba(30, 30, 60, 0.25);
  }
}
.day__title__en {
  letter-spacing: 0.01em;
  font-size: 3.2rem;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 750px) {
  .day__title__en {
    font-size: 2.6rem;
  }
}
.day__title__jp {
  font-size: 1.8rem;
}
.day .contest-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4rem 4rem;
}
@media screen and (max-width: 749px) {
  .day .contest-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.day .contest {
  display: flex;
  flex-direction: column;
  border: solid 1px rgba(30, 30, 60, 0.25);
  background-color: #fff;
  padding-bottom: 2rem;
}
.day .contest__company {
  flex: 1;
  display: flex;
  margin-bottom: 2rem;
  border-bottom: solid 1px rgba(30, 30, 60, 0.25);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.day .contest__company__logo {
  width: 10rem;
  display: flex;
  align-items: center;
}
.day .contest__company__title {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 100%;
  text-align: center;
  border-top: solid 1px rgba(30, 30, 60, 0.25);
}
.day .contest__person-list {
  display: flex;
  flex-direction: wrap;
  justify-content: center;
  gap: 2rem;
}
.day .contest__person-list__item {
  flex: 0 0 50%;
}
@media screen and (max-width: 749px) {
  .day .contest__person-list__item {
    flex: 0 0 100%;
    padding: 0 2rem;
  }
}

.section-large__inner,
.section-contest__inner {
  max-width: 128rem;
  padding: 8rem 4rem 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .section-large__inner,
  .section-contest__inner {
    max-width: 110.6666666667vw;
    padding: 12vw 5.3333333333vw 13.3333333333vw;
  }
}
.section-large__title,
.section-contest__title {
  line-height: 1.4;
  margin-bottom: 6rem;
}
@media screen and (max-width: 749px) {
  .section-large__title,
  .section-contest__title {
    line-height: 2;
    margin-bottom: 8vw;
  }
}
.section-large__title h2,
.section-contest__title h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 749px) {
  .section-large__title h2,
  .section-contest__title h2 {
    font-size: 3.7333333333vw;
  }
}
.section-large__title aside,
.section-contest__title aside {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 8rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 749px) {
  .section-large__title aside,
  .section-contest__title aside {
    font-size: 9.6vw;
    line-height: 100%;
  }
}

.section-large {
  background-image: url(/jsc2024/11dc7ed033ac57c746ca.png), url(/jsc2024/ca2e4ecd8aee33b8e2af.png);
  background-repeat: no-repeat;
  background-position: top right, bottom center;
  background-size: 60rem auto, 100% auto;
}
@media screen and (max-width: 749px) {
  .section-large {
    background-size: 64vw auto, 100% auto;
  }
}

.section-contest {
  background-image: url(/jsc2024/5ae10de05588fd192ca8.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-blend-mode: color-dodge;
  background-color: #1e1e3c;
}
@media screen and (min-width: 750px) {
  .section-contest__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .section-contest__inner {
    padding-bottom: 0;
  }
}
.section-contest__title {
  color: #fff;
}
.section-contest__date {
  color: #fff;
  margin: 0 auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 749px) {
  .section-contest__date {
    margin-bottom: 8vw;
  }
}
.section-contest__content__title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-top: solid 0.1rem #fff;
  border-bottom: solid 0.1rem #fff;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #fff;
  padding: 0 4rem;
}
@media screen and (max-width: 749px) {
  .section-contest__content__title {
    padding: 0 2.6666666667vw;
  }
}
.section-contest__content__title > aside {
  font-size: 4rem;
  line-height: 180%;
  margin-right: 2.5rem;
}
@media screen and (max-width: 749px) {
  .section-contest__content__title > aside {
    font-size: 5.3333333333vw;
    margin-right: 3.3333333333vw;
  }
}
.section-contest__content__title > h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 749px) {
  .section-contest__content__title > h3 {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .section-contest__content__inner {
    padding: 4rem 4rem 12rem;
  }
}
@media screen and (max-width: 749px) {
  .section-contest__content__inner {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}

.section-middle {
  margin-bottom: 11rem;
}
@media screen and (max-width: 749px) {
  .section-middle {
    margin-bottom: 16vw;
  }
}
.section-middle__title {
  text-align: center;
  margin: 1rem auto;
}
@media screen and (max-width: 749px) {
  .section-middle__title {
    margin: 1.3333333333vw;
  }
}
.section-middle__title::before {
  background-image: url(/jsc2024/63e363c9dde187fc641c.png);
  background-size: 2.6rem 1.4rem;
  display: inline-block;
  content: "";
  width: 2.6rem;
  height: 1.4rem;
}
@media screen and (max-width: 749px) {
  .section-middle__title::before {
    background-size: 3.4666666667vw 1.8666666667vw;
    width: 3.4666666667vw;
    height: 1.8666666667vw;
  }
}
.section-middle__title aside {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 4.4rem;
  line-height: 140%;
}
@media screen and (max-width: 749px) {
  .section-middle__title aside {
    font-size: 8vw;
  }
}
.section-middle__title h2 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 749px) {
  .section-middle__title h2 {
    font-size: 2.9333333333vw;
  }
}
.section-middle__content {
  text-align: center;
  margin: 1rem auto;
}

@media screen and (min-width: 750px) {
  .table {
    padding: 0 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .table {
    margin: 0 5.3333333333vw;
  }
}
.table__item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  padding: 2.4rem;
  border-bottom: solid 0.1rem rgba(30, 30, 60, 0.15);
}
@media screen and (max-width: 749px) {
  .table__item {
    padding: 4vw 0;
    grid-template-columns: 13.3333333333vw 1fr;
    border-top: solid 0.1rem rgba(30, 30, 60, 0);
  }
}
.table__item__term {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .table__item__term {
    justify-content: flex-start;
    font-size: 4vw;
  }
}
.table__item__body {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  letter-spacing: 0.2em;
  padding-top: 0.24rem;
}
@media screen and (max-width: 749px) {
  .table__item__body {
    padding-left: 6.6666666667vw;
    padding-top: 0.06rem;
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
    text-align: start;
  }
}
.table__item__body small {
  letter-spacing: 0.1em;
}
.table__item__body a {
  text-decoration: underline;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0.2em;
}

.footer {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 8rem 14rem;
  gap: 2.4rem;
}
@media screen and (max-width: 749px) {
  .footer {
    padding: 0 5.3333333333vw 42.6666666667vw;
  }
}
.footer__sponsor {
  max-width: 1120px;
}
@media screen and (min-width: 750px) {
  .footer__sponsor {
    padding: 0 4rem;
  }
}
.footer__sponsor__item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(30, 30, 60, 0.08);
}
.footer__sponsor__item:first-child {
  border-top: solid 1px rgba(30, 30, 60, 0.08);
}
.footer__sponsor .plan-name {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  flex: 0 0 10rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  color: #1e1e3c;
}
@media screen and (max-width: 749px) {
  .footer__sponsor .plan-name {
    padding: 0;
    flex: 0 0 6.8rem;
    font-size: 1.2rem;
  }
}
.footer__sponsor ul {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__sponsor ul.col-2 li {
  width: 50%;
}
@media screen and (max-width: 749px) {
  .footer__sponsor ul.col-2 li {
    width: 75%;
  }
}
.footer__sponsor ul.col-3 li {
  width: 33.33%;
}
@media screen and (max-width: 749px) {
  .footer__sponsor ul.col-3 li {
    width: 50%;
  }
}
.footer__sponsor ul.col-4 li {
  width: 25%;
}
@media screen and (max-width: 749px) {
  .footer__sponsor ul.col-4 li {
    width: 33.33%;
  }
}
.footer__sponsor ul.col-5 li {
  width: 20%;
}
@media screen and (max-width: 749px) {
  .footer__sponsor ul.col-5 li {
    width: 30%;
  }
}
.footer__sponsor ul.col-6 li {
  width: 16.66%;
}
@media screen and (max-width: 749px) {
  .footer__sponsor ul.col-6 li {
    width: 25%;
  }
}
.footer__title {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 4rem;
}
.footer__logo {
  width: 24.4rem;
}
.footer__info {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 749px) {
  .footer__info {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

body {
  min-width: initial;
}

.thanks {
  color: #1e1e3c;
  padding: 4.8rem 3.2rem;
}
.thanks__content {
  position: relative;
}
.thanks__title {
  font-size: 4rem;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.thanks__sub-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.8rem;
  letter-spacing: 0.2em;
}
.thanks__lead {
  font-size: 1.1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
.thanks__lead a {
  text-decoration: underline;
}
.thanks__link {
  margin-top: 3rem;
  text-align: center;
}
.thanks__link a {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.thanks__link a img {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.2em;
}
.thanks__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1e1e3c;
  color: #fff;
  width: 24rem;
  margin: 3rem auto 0;
  text-align: center;
  border-radius: 100px;
  line-height: 1.4;
  padding: 1rem 0 1.1rem;
  font-weight: 800;
  min-height: 6.4rem;
}
.thanks__button small {
  display: block;
  margin: 0 auto;
}
.thanks__button.outline {
  margin-top: 1.6rem;
  border: solid 1px #1e1e3c;
  color: #1e1e3c;
  background-color: transparent;
}
.thanks__recommend {
  border-top: solid 1px #1e1e3c;
  border-bottom: solid 1px #1e1e3c;
  max-width: 360px;
  margin: 2rem auto 0;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.5rem;
}
.thanks__recommend strong {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  display: block;
}

.schedule {
  padding-bottom: 16rem;
}

.page-header {
  max-width: 1360px;
  padding: 16rem 120px 4.8rem;
  margin: 0 auto;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  .page-header {
    padding: 16rem 40px 0rem;
  }
}
.page-header aside {
  font-size: 6.4rem;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
}

.page-p {
  max-width: 1360px;
  padding: 0 120px 1.6rem 188px;
  margin: 0 auto;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .page-p {
    padding: 0 40px 1.6rem;
    font-size: 1.3rem;
  }
}

.tab {
  max-width: 640px;
  padding: 0 0 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .tab {
    padding: 4rem 40px 4.8rem;
  }
}
.tab ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.tab ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  height: 6.4rem;
  line-height: 1;
  border-radius: 100px;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  border: solid 2px #1e1e3c;
  font-size: 2rem;
}
.tab ul li a time {
  font-size: 0.7em;
  margin-top: 0.4em;
  display: flex;
  align-items: center;
}
.tab ul li a time small {
  font-family: "Zen Old Mincho", serif;
  margin-left: 0.1em;
  font-size: 0.8em;
}
.tab ul li a.active {
  background-color: #1e1e3c;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 15;
  height: 10rem;
  padding: 4rem;
  gap: 3rem;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -6rem;
  background: linear-gradient(180deg, rgb(245, 245, 246) 20%, rgba(245, 245, 246, 0) 100%);
  margin: auto;
}
@media screen and (max-width: 749px) {
  .header {
    transition: opacity 0.2s;
    opacity: 0;
    pointer-events: none;
    gap: 0;
  }
}
@media screen and (max-width: 749px) {
  .header.-fill {
    opacity: 1;
    pointer-events: auto;
  }
}
.header.-fill::before {
  content: "";
  bottom: 0;
  background: #fff;
}
@media screen and (max-width: 749px) {
  .header {
    top: auto;
    bottom: 0;
    background: #fff;
    height: auto;
    flex-direction: column;
    padding: 4vw 8vw 5.3333333333vw 5.3333333333vw;
  }
}
.header__left, .header__right {
  font-size: 0;
  position: relative;
}
.header__right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 749px) {
  .header__right {
    width: 100%;
    flex-direction: column;
    gap: 4vw;
    padding-right: 18.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .header__logo {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .header__sns {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .header__sns {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .header__sns ul {
    display: flex;
    gap: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .header__sns ul {
    display: grid;
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .header__sns ul li {
    border-left: 1px solid rgba(30, 30, 60, 0.2);
    padding-left: 2rem;
  }
}
.header__sns ul li a {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  gap: 0.8em;
}
@media screen and (max-width: 749px) {
  .header__sns ul li a {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 749px) {
  .header__sns ul li a br {
    display: none;
  }
}
.header__sns ul li a img {
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 749px) {
  .header__sns ul li a img {
    width: 1em;
    height: 1em;
  }
}
@media screen and (max-width: 749px) {
  .header__button {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .header__button ul {
    width: 100%;
  }
}
.header__button ul li {
  min-width: 16rem;
}
@media screen and (max-width: 749px) {
  .header__button ul li {
    min-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .header__menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__menu a {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 4rem;
  font-size: 1.2rem;
  gap: 1.2rem;
  color: #1e1e3c;
  line-height: 1;
}
.header__menu a .icon {
  position: relative;
  height: 1.2rem;
}
.header__menu a .icon::before, .header__menu a .icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #1e1e3c;
  height: 2px;
  transition: 0.2s;
}
.header__menu a .icon::before {
  top: 0;
  transform-origin: left top;
}
.header__menu a .icon::after {
  bottom: 0;
  transform-origin: left bottom;
}
.header__menu a.close .icon::before {
  transform: rotate(15deg);
}
.header__menu a.close .icon::after {
  transform: rotate(-15deg);
}

.date-place {
  background-color: #fff;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 749px) {
  .date-place.-pc-show {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .date-place.-pc-show {
    display: flex;
  }
}
@media screen and (min-width: 750px) {
  .date-place.-sp-show {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .date-place.-sp-show {
    display: flex;
  }
}
.date-place__inner {
  height: 9.4rem;
  max-width: 128rem;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  .date-place__inner {
    height: auto;
    flex-direction: column;
    gap: 0;
    padding: 1.3333333333vw 0 2.6666666667vw;
  }
}
.date-place__date {
  display: flex;
  align-items: center;
}
.date-place__date .year,
.date-place__date .date {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.date-place__date .year {
  font-size: 3.2rem;
  margin-right: 2.4rem;
}
@media screen and (max-width: 749px) {
  .date-place__date .year {
    font-size: 4.2666666667vw;
    margin-right: 3.2vw;
  }
}
.date-place__date .date {
  font-size: 4.8rem;
}
@media screen and (max-width: 749px) {
  .date-place__date .date {
    font-size: 6.4vw;
  }
}
.date-place__date .dow {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 2.4rem 0 0.8rem;
}
@media screen and (max-width: 749px) {
  .date-place__date .dow {
    font-size: 3.2vw;
    margin: 0 3.2vw 0 1.0666666667vw;
  }
}
.date-place__place .place {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 749px) {
  .date-place__place .place {
    font-size: 3.2vw;
    margin-top: -1.6vw;
  }
}

.program-date {
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  line-height: 4rem;
  height: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 749px) {
  .program-date {
    line-height: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
.program-date__day {
  background: #fff;
  width: 8.8rem;
  color: #1e1e3c;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  .program-date__day {
    width: 9.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.program-date__place {
  width: 16rem;
  color: #fff;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  .program-date__place {
    width: 25.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.program-date__place.-all {
  background-color: #7d7db9;
}
.program-date__place.-venue {
  background-color: #76a6ba;
}
.program-date__time {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 2.8rem;
  margin: 0 2.2rem;
}
@media screen and (max-width: 749px) {
  .program-date__time {
    font-size: 4.8vw;
    margin: 0;
    margin-left: 2.1333333333vw;
  }
}
.program-date__time__day {
  margin-right: 2.2rem;
}
@media screen and (max-width: 749px) {
  .program-date__time__day {
    margin-right: 2.1333333333vw;
  }
}
.program-date__time__from {
  margin-right: 1rem;
}
@media screen and (max-width: 749px) {
  .program-date__time__from {
    margin-right: 1.3333333333vw;
  }
}
.program-date__time__hyphen {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  border-top: solid 0.1rem #fff;
  width: 3.2rem;
  height: 0.1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 749px) {
  .program-date__time__hyphen {
    width: 2.6666666667vw;
  }
}

.program-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  .program-list {
    gap: 5.3333333333vw;
  }
}

.program-item {
  display: flex;
}
.program-item.-session {
  background-color: #1e1e3c;
}
.program-item.-workshop {
  background-color: #1e373c;
}
@media screen and (min-width: 750px) {
  .program-item {
    flex-flow: row nowrap;
    padding: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .program-item {
    flex-flow: column;
    padding: 5.3333333333vw;
  }
}
.program-item__text {
  color: #fff;
}
@media screen and (min-width: 750px) {
  .program-item__text {
    margin: 3rem;
    flex: 1 1 40%;
  }
}
.program-item__type {
  display: flex;
  align-items: center;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  .program-item__type {
    font-size: 3.2vw;
  }
}
.program-item__type::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 0.5em;
  background-color: #1DE7C8;
}
.program-item__title {
  font-weight: 900;
  font-size: 2.8rem;
  text-align: justify;
  line-height: 160%;
  letter-spacing: -0.05em;
  padding-bottom: 3rem;
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 749px) {
  .program-item__title {
    font-size: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.program-item__body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 180%;
  text-align: justify;
  margin-top: 3rem;
}
.program-item__body.trim {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 749px) {
  .program-item__body {
    margin-top: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.program-item__show-all {
  text-align: end;
}
.program-item__show-all a {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .program-item__show-all a {
    font-size: 3.2vw;
  }
}
.program-item__show-all a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  margin-left: 0.4em;
}
.program-item__person {
  background-color: #fff;
  background-image: url(/jsc2024/c95d72a2c87556065885.jpg);
  background-size: 400%;
  background-position: top -40rem left -40rem;
  background-repeat: no-repeat;
  flex: 1 1 40%;
  padding: 5rem 0;
}
@media screen and (max-width: 749px) {
  .program-item__person {
    background-position: top -5.3333333333vw left -21.3333333333vw;
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 1.3333333333vw;
  }
}

.contest-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .contest-list {
    margin: -2rem;
  }
}
@media screen and (max-width: 749px) {
  .contest-list {
    margin: -2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .contest-list__item {
    flex: 0 0 33.33%;
    padding: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .contest-list__item {
    flex: 0 0 50%;
    padding: 2.6666666667vw;
  }
}

.contest-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 4rem;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .contest-item {
    padding-bottom: 0;
  }
}
.contest-item__sponsor {
  width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .contest-item__sponsor {
    width: 21.3333333333vw;
  }
}
.contest-item__title {
  flex: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: -5%;
  margin: 3rem;
}
@media screen and (max-width: 749px) {
  .contest-item__title {
    font-size: 3.0666666667vw;
    margin: 2.6666666667vw;
  }
}
.contest-item__person {
  justify-self: flex-end;
}
.contest-item__person .person-item {
  width: 18rem;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .contest-item__person .person-item {
    width: 31.4666666667vw;
    margin: 5.3333333333vw auto;
  }
}
.contest-item__person .person-item__image {
  margin-bottom: 2rem;
}
@media screen and (max-width: 749px) {
  .contest-item__person .person-item__image {
    margin-bottom: 2.6666666667vw;
  }
}
.contest-item__person .person-item__name {
  font-size: 1.8rem;
}
@media screen and (max-width: 749px) {
  .contest-item__person .person-item__name {
    font-size: 3.7333333333vw;
  }
}
.contest-item__person .person-item__company {
  font-size: 1.1rem;
}
@media screen and (max-width: 749px) {
  .contest-item__person .person-item__company {
    font-size: 2.1333333333vw;
  }
}
.contest-item__person .person-item__role {
  font-size: 1.1rem;
  margin: 1.2rem auto;
}
@media screen and (max-width: 749px) {
  .contest-item__person .person-item__role {
    font-size: 2.4vw;
  }
}

.person-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .person-list {
    gap: 2.6rem;
  }
}
@media screen and (max-width: 749px) {
  .person-list {
    gap: 4.8vw;
  }
}
@media screen and (min-width: 750px) {
  .person-list__item {
    width: 13.5rem;
  }
}
@media screen and (max-width: 749px) {
  .person-list__item {
    width: 31.4666666667vw;
  }
}

.person-item {
  text-align: center;
  user-select: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.person-item:hover {
  opacity: 0.8;
}
.person-item__image {
  width: 100%;
  border-radius: 70%;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 749px) {
  .person-item__image {
    margin-bottom: 4.2666666667vw;
  }
}
.person-item__name {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.62rem;
}
@media screen and (max-width: 749px) {
  .person-item__name {
    font-size: 3.7333333333vw;
  }
}
.person-item__company {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  margin: 0 -0.8rem;
}
@media screen and (max-width: 749px) {
  .person-item__company {
    font-size: 2.1333333333vw;
    margin: 0 -1.3333333333vw;
  }
}
.person-item__role {
  width: fit-content;
  border: solid 0.1rem #1e1e3c;
  border-radius: 1.8rem;
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 180%;
  padding: 0 1rem;
  margin: 1rem auto;
}
@media screen and (max-width: 749px) {
  .person-item__role {
    font-size: 2.4vw;
  }
}
.person-item.-text-light {
  color: #fff;
}
.person-item.-text-light .person-item__role {
  border-color: #fff;
}

.venue__name {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 180%;
  letter-spacing: 0.2em;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 749px) {
  .venue__name {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
}
.venue__desc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  letter-spacing: 2rem;
}
@media screen and (max-width: 749px) {
  .venue__desc {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 750px) {
  .general-moderator {
    max-width: 128rem;
    padding: 0 4rem;
    margin: 8rem auto;
  }
}
@media screen and (max-width: 749px) {
  .general-moderator {
    padding: 0 5.3333333333vw;
    margin: 10.6666666667vw auto;
  }
}
.general-moderator__inner {
  background-color: #fff;
}
@media screen and (min-width: 750px) {
  .general-moderator__inner {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 749px) {
  .general-moderator__inner {
    padding: 4vw 0 5.3333333333vw;
  }
}
.general-moderator__title {
  color: #1e1e3c;
  text-align: center;
  margin: 2rem auto;
}
.general-moderator__title aside {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 180%;
}
@media screen and (max-width: 749px) {
  .general-moderator__title aside {
    font-size: 6.4vw;
  }
}
.general-moderator__title aside::before, .general-moderator__title aside::after {
  background-image: url(/jsc2024/8d31482a817507afeb75.png);
  background-size: 9.5rem 4.5rem;
  display: inline-block;
  content: "";
  width: 9.5rem;
  height: 4.5rem;
  margin-bottom: -5rem;
}
@media screen and (max-width: 749px) {
  .general-moderator__title aside::before, .general-moderator__title aside::after {
    background-size: 12.6666666667vw 6vw;
    width: 12.6666666667vw;
    height: 6vw;
    margin-bottom: -6.6666666667vw;
  }
}
.general-moderator__title h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 749px) {
  .general-moderator__title h2 {
    font-size: 3.2vw;
  }
}

.menu {
  position: fixed;
  inset: 10rem 0 0;
  margin: auto;
  z-index: 10;
  background-color: #1e1e3c;
  background-image: url(/jsc2024/ca2e4ecd8aee33b8e2af.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  color: #fff;
  display: none;
  overflow: auto;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu.show {
  display: flex;
}
@media screen and (max-width: 749px) {
  .menu {
    inset: 0;
    flex-direction: column;
    padding: 8vw 0 80vw;
  }
}
@media screen and (min-width: 750px) {
  .menu__info, .menu__nav {
    min-height: 72rem;
  }
}
.menu__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-bottom: 8rem;
  animation: fadeIn 0.2s linear 0s 1 normal both;
}
@media screen and (max-width: 749px) {
  .menu__info {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
}
.menu__info__inner {
  width: 40.6rem;
}
.menu__info__logo {
  max-width: 36rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 749px) {
  .menu__info__logo {
    max-width: 32vw;
  }
}
.menu__info__date {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__info__date .year,
.menu__info__date .date {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.menu__info__date .year {
  font-size: 3.2rem;
}
@media screen and (max-width: 749px) {
  .menu__info__date .year {
    font-size: 4.2666666667vw;
  }
}
.menu__info__date .date {
  font-size: 4.8rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 749px) {
  .menu__info__date .date {
    font-size: 5.3333333333vw;
    margin-left: 2.1333333333vw;
  }
}
.menu__info__date .dow {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 749px) {
  .menu__info__date .dow {
    font-size: 3.2vw;
    margin-left: 1.0666666667vw;
  }
}
.menu__info__place .place {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .menu__info__place .place {
    font-size: 3.2vw;
  }
}
.menu__nav {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  padding: 8rem;
}
@media screen and (max-width: 749px) {
  .menu__nav {
    border-left: 0;
    padding: 0 10.6666666667vw;
  }
}
.menu__nav > ul {
  display: grid;
  gap: 3.2rem;
}
@media screen and (max-width: 749px) {
  .menu__nav > ul {
    gap: 4vw;
  }
}
.menu__nav > ul > li {
  animation: fadeIn 0.2s linear 0s 1 normal both;
}
.menu__nav > ul > li:nth-child(1) {
  animation-delay: 0.1s;
}
.menu__nav > ul > li:nth-child(2) {
  animation-delay: 0.2s;
}
.menu__nav > ul > li:nth-child(3) {
  animation-delay: 0.3s;
}
.menu__nav > ul > li:nth-child(4) {
  animation-delay: 0.4s;
}
.menu__nav > ul > li:nth-child(5) {
  animation-delay: 0.5s;
}
.menu__nav > ul > li:nth-child(6) {
  animation-delay: 0.6s;
}
.menu__nav > ul ul {
  display: grid;
  gap: 1.6rem;
  padding: 1.6rem 0;
}
@media screen and (max-width: 749px) {
  .menu__nav > ul ul {
    gap: 4vw;
    padding: 4vw 0;
  }
}

.menu-nav-item,
.menu-nav-item-small {
  font-family: "Public Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.menu-nav-item {
  font-size: 5rem;
}
@media screen and (max-width: 749px) {
  .menu-nav-item {
    font-size: 6.6666666667vw;
  }
}

.menu-nav-item-small {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .menu-nav-item-small {
    font-size: 4.2666666667vw;
  }
}
.menu-nav-item-small::before {
  content: "";
  width: 0.67em;
  margin-right: 0.33em;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 749px) {
  .u-sp-hide {
    display: none;
  }
}

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