@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Inter", "Bebas Neue", "Barlow Condensed", "Besley", sans-serif, serif;
  font-weight: normal;
  line-height: 1;
  cursor: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

.l-footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 8.3333333333vw 0 9.0277777778vw;
  text-align: center;
}
.l-footer__apply {
  margin-bottom: 4.8611111111vw;
}
.l-footer__logo {
  width: 19.8611111111vw;
  margin: 0 auto;
  margin-bottom: 1.0416666667vw;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__url {
  color: #fff;
  font-family: "Inter";
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 2.3611111111vw;
  letter-spacing: 0.1041666667vw;
  margin-bottom: 2.0833333333vw;
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.4722222222vw;
  margin-bottom: 3.4722222222vw;
}
.l-footer__sns__link {
  width: 2.7777777778vw;
  height: auto;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer__sns__link:hover {
    opacity: 0.7;
  }
}
.l-footer__sns__link--x {
  width: 2.0833333333vw;
}
.l-footer__sns__link img {
  width: 100%;
}
.l-footer__contact {
  margin-bottom: 1.0416666667vw;
}
.l-footer__contact__title {
  font-size: 0.9722222222vw;
  font-weight: 700;
  margin-bottom: 0.6944444444vw;
}
.l-footer__contact__text {
  display: inline-block;
  font-size: 1.25vw;
  letter-spacing: 0.0555555556vw;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer__contact__text:hover {
    opacity: 0.7;
  }
}
.l-footer small {
  font-family: "Inter";
  font-size: 0.9722222222vw;
  letter-spacing: 0.0416666667vw;
}

@media screen and (max-width: 440px) {
  .l-footer {
    padding: 13.6363636364vw 0 20.4545454545vw;
  }
  .l-footer__apply {
    margin-bottom: 11.3636363636vw;
  }
  .l-footer__logo {
    width: 65vw;
    margin-bottom: 3.4090909091vw;
  }
  .l-footer__url {
    font-size: 5.4545454545vw;
    line-height: 7.7272727273vw;
    letter-spacing: 0.3409090909vw;
    margin-bottom: 6.8181818182vw;
  }
  .l-footer__sns {
    gap: 11.3636363636vw;
    margin-bottom: 11.3636363636vw;
  }
  .l-footer__sns__link {
    width: 9.0909090909vw;
  }
  .l-footer__sns__link--x {
    width: 6.8181818182vw;
  }
  .l-footer__contact {
    margin-bottom: 3.4090909091vw;
  }
  .l-footer__contact__title {
    font-size: 3.1818181818vw;
    margin-bottom: 2.2727272727vw;
  }
  .l-footer__contact__text {
    font-size: 4.0909090909vw;
    letter-spacing: 0.1818181818vw;
  }
  .l-footer small {
    font-size: 3.1818181818vw;
    letter-spacing: 0.1363636364vw;
  }
}
/* スクロール時ディゾルブ＆フェードアップアニメーション */
.scroll {
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out !important;
  opacity: 0;
  transform: translateY(10px);
}

.scroll.on {
  opacity: 1;
  transform: translateY(0);
}

#cursor {
  position: fixed;
  background: transparent;
  border-radius: 50%;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  margin: -1.1111111111vw 0 0 -1.1111111111vw;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#cursor.is-active {
  opacity: 1;
}
#cursor::after {
  content: "";
  position: absolute;
  background: #FF1F1F;
  border-radius: 50%;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cursor::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 2px solid #FF1F1F;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

a {
  cursor: pointer;
}

iframe {
  cursor: auto;
}

.c-applyBtn {
  display: block;
  color: #FF1F1F;
  border: 0.1388888889vw solid #FF1F1F;
  width: 43.0555555556vw;
  height: 6.9444444444vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9444444444vw;
  font-weight: 700;
  letter-spacing: 0.3888888889vw;
  transition: all 0.4s;
}
@media (hover: hover) {
  .c-applyBtn:hover {
    color: #fff;
    background-color: #FF1F1F;
  }
}
.c-applyBtn--top {
  width: 25.5555555556vw;
  height: 4.1666666667vw;
  margin: 0 0 0 auto;
  font-size: 1.1111111111vw;
  letter-spacing: 0.2222222222vw;
}

/* --- 背景用Canvas --- */
.c-bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}

.l-main {
  position: relative;
  z-index: 1;
}

/* --- オープニング画面 --- */
.c-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}

/* オープニング非表示用のクラス */
.c-opening.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.u-spOnly {
  display: none;
}

@media screen and (max-width: 440px) {
  #cursor {
    display: none;
  }
  body {
    cursor: auto;
  }
  .c-applyBtn {
    border: 0.4545454545vw solid #FF1F1F;
    width: 85.2272727273vw;
    height: 13.6363636364vw;
    font-size: 3.6363636364vw;
    letter-spacing: 0.7272727273vw;
  }
  .c-applyBtn--top {
    width: 85.2272727273vw;
    height: 13.6363636364vw;
    margin: 0 0 0 auto;
    font-size: 3.6363636364vw;
    letter-spacing: 0.7272727273vw;
  }
  .u-spOnly {
    display: block;
  }
  .u-pcOnly {
    display: none;
  }
}
.p-kv {
  width: 100%;
  padding: 2.0833333333vw 1.1805555556vw 0.8333333333vw 2.0833333333vw;
  overflow: hidden;
}
.p-kv__inner {
  width: 100%;
  position: relative;
}
.p-kv__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-kv__top__logo {
  width: 21.3194444444vw;
  height: auto;
}
.p-kv__top__logo img {
  width: 100%;
}
.p-kv__top__copy {
  font-weight: 900;
  font-size: 1.9444444444vw;
  line-height: 2.2222222222vw;
  letter-spacing: 0.3888888889vw;
}
.p-kv__info {
  position: absolute;
  top: 2.4305555556vw;
  right: 0;
}
.p-kv__info__wrapper {
  display: flex;
  gap: 0.6944444444vw;
  align-items: center;
}
.p-kv__info__date {
  font-family: "Bebas Neue";
  font-size: 4.4444444444vw;
  display: flex;
  gap: 0.2777777778vw;
  align-items: baseline;
}
.p-kv__info__date span {
  display: block;
  font-family: "Barlow Condensed";
  font-size: 1.6666666667vw;
}
.p-kv__info__location {
  font-family: "Bebas Neue";
  font-size: 4.4444444444vw;
  display: flex;
  gap: 0.2777777778vw;
  align-items: center;
}
.p-kv__info__location span {
  display: block;
  font-family: "Barlow Condensed";
  font-size: 4.4444444444vw;
  font-weight: 100;
  padding-bottom: 1.3888888889vw;
}
.p-kv__title {
  text-align: center;
  margin-top: 17.0138888889vw;
  margin-bottom: 3.125vw;
}
.p-kv__title__logo {
  width: 31.25vw;
  margin: 0 auto;
  margin-bottom: 1.3888888889vw;
}
.p-kv__title__logo img {
  width: 100%;
}
.p-kv__title__text {
  font-family: "Barlow Condensed";
  font-size: 1.9444444444vw;
  font-weight: 600;
  margin-bottom: 1.7361111111vw;
}
.p-kv__title__sponsor {
  margin: 0 auto;
  width: 15.2777777778vw;
}
.p-kv__title__sponsor img {
  width: 100%;
}
.p-kv__text {
  text-align: center;
  font-weight: 900;
  font-size: 1.6666666667vw;
  line-height: 2.9166666667vw;
  letter-spacing: 0.1666666667vw;
  margin-bottom: 4.1666666667vw;
}
.p-kv__scroll {
  text-align: center;
}
.p-kv__scroll__text {
  font-family: "Besley";
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 600;
}
.p-kv__scroll__border {
  position: relative;
  top: 0.8333333333vw;
  width: 1px;
  height: 5.5555555556vw;
  overflow: hidden;
  margin: auto;
}
.p-kv__scroll__border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 8.3333333333vw;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@media screen and (max-width: 440px) {
  .p-kv {
    padding: 5.6818181818vw 4.5454545455vw 3.4090909091vw;
    height: 140.9090909091vw;
  }
  .p-kv__top {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10.2272727273vw;
  }
  .p-kv__top__logo {
    width: 56.1363636364vw;
  }
  .p-kv__top__copy {
    font-size: 5.4545454545vw;
    line-height: 5.4545454545vw;
    letter-spacing: 0.4545454545vw;
  }
  .p-kv__info {
    top: 98.8636363636vw;
    right: 50%;
    transform: translateX(50%);
  }
  .p-kv__info__wrapper {
    justify-content: center;
    gap: 1.5909090909vw;
  }
  .p-kv__info__date {
    font-size: 10.9090909091vw;
    gap: 0.6818181818vw;
  }
  .p-kv__info__date span {
    font-size: 4.0909090909vw;
  }
  .p-kv__info__location {
    font-size: 10.9090909091vw;
    gap: 0.4545454545vw;
  }
  .p-kv__info__location span {
    font-size: 10.9090909091vw;
    padding-bottom: 4.5454545455vw;
  }
  .p-kv__title {
    margin-top: 18.1818181818vw;
    margin-bottom: 12.2727272727vw;
  }
  .p-kv__title__logo {
    width: 68.1818181818vw;
    margin-bottom: 4.5454545455vw;
  }
  .p-kv__title__text {
    font-size: 5vw;
    margin-bottom: 5.6818181818vw;
  }
  .p-kv__title__sponsor {
    width: 37.5vw;
  }
  .p-kv__text {
    text-align: left;
    font-size: 5vw;
    line-height: 8.6363636364vw;
    letter-spacing: 0.5454545455vw;
    margin-bottom: 5.6818181818vw;
  }
  .p-kv__scroll {
    display: none;
  }
}
.p-about {
  width: 100%;
  background-color: #000;
  padding: 5.5555555556vw 0;
}
.p-about__text {
  text-align: center;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 2.5vw;
  letter-spacing: 0.125vw;
}

@media screen and (max-width: 440px) {
  .p-about {
    padding: 6.8181818182vw 4.5454545455vw;
  }
  .p-about__text {
    text-align: left;
    font-size: 3.4090909091vw;
    line-height: 5.6818181818vw;
    letter-spacing: 0.3636363636vw;
  }
}
.p-timetable {
  width: 100%;
  background-color: #000;
  padding: 6.9444444444vw 6.9444444444vw 8.3333333333vw;
}
.p-timetable__heading {
  margin-bottom: 2.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-timetable__heading__title {
  font-family: "Bebas Neue";
  font-size: 3.6111111111vw;
  letter-spacing: 1.0833333333vw;
  color: #FF1F1F;
}
.p-timetable__heading__line {
  width: 36.5972222222vw;
}
.p-timetable__heading__line img {
  width: 100%;
}
.p-timetable__heading__text {
  font-family: "Besley";
  color: #FF1F1F;
  font-size: 1.25vw;
  line-height: 3.6111111111vw;
}
.p-timetable__inner {
  padding: 4.8611111111vw 0 10.4166666667vw;
}
.p-timetable__session {
  padding-bottom: 10.4166666667vw;
}
.p-timetable__session:last-of-type {
  padding-bottom: 0;
}
.p-timetable__detail {
  margin-bottom: 2.4305555556vw;
  display: grid;
  grid-template-areas: "time  image" "text  image";
  grid-template-columns: 27.7777777778vw 55.5555555556vw;
  justify-content: space-between;
}
.p-timetable__detail__time {
  grid-area: time;
  font-family: "Besley";
  font-size: 1.6666666667vw;
  font-weight: 600;
  height: 3.125vw;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.3888888889vw;
}
.p-timetable__detail__image {
  grid-area: image;
}
.p-timetable__detail__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-timetable__detail__text {
  grid-area: text;
}
.p-timetable__detail__text__title {
  font-size: 2.2222222222vw;
  font-weight: 900;
  line-height: 2.7777777778vw;
  margin-bottom: 3.4722222222vw;
}
.p-timetable__detail__text__title span {
  display: block;
  font-size: 1.25vw;
  line-height: 1.6666666667vw;
  font-weight: 700;
  margin-top: 0.9722222222vw;
}
.p-timetable__detail__text__desc {
  font-size: 1.0416666667vw;
  line-height: 1.7361111111vw;
  letter-spacing: 0.1041666667vw;
}
.p-timetable__speaker {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  position: relative;
}
.p-timetable__speaker__title {
  position: absolute;
  top: -1.25vw;
  left: 0;
  font-family: "Besley";
  font-size: 1.3888888889vw;
  font-weight: 600;
  width: 7.6388888889vw;
  background-color: #000;
}
.p-timetable__speaker__title--mc {
  width: 3.75vw;
}
.p-timetable__speaker__inner {
  padding: 2.0833333333vw 0;
  display: flex;
  gap: 2.5694444444vw;
  align-items: center;
  justify-content: space-between;
}
.p-timetable__speaker__left {
  width: 34.9305555556vw;
  display: flex;
  justify-content: start;
  gap: 2.0833333333vw;
  border-right: 1px dashed #fff;
}
.p-timetable__speaker__left__image {
  width: 7.6388888889vw;
}
.p-timetable__speaker__left__image img {
  width: 100%;
}
.p-timetable__speaker__left__name {
  margin-bottom: 0.6944444444vw;
  font-size: 1.6666666667vw;
  letter-spacing: 0.1666666667vw;
  font-weight: 900;
}
.p-timetable__speaker__left__name span {
  font-size: 1.1111111111vw;
  letter-spacing: 0.1111111111vw;
}
.p-timetable__speaker__left__position {
  font-size: 1.0416666667vw;
  line-height: 1.3888888889vw;
  letter-spacing: 0.1041666667vw;
  margin-bottom: 0.6944444444vw;
}
.p-timetable__speaker__left__link {
  display: block;
  width: 1.8055555556vw;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-timetable__speaker__left__link:hover {
    opacity: 0.7;
  }
}
.p-timetable__speaker__left__link img {
  width: 100%;
}
.p-timetable__speaker__right {
  width: 48.6111111111vw;
  font-size: 1.0416666667vw;
  line-height: 1.5972222222vw;
  letter-spacing: 0.1041666667vw;
}

@media screen and (max-width: 440px) {
  .p-timetable {
    padding: 6.8181818182vw 0 13.6363636364vw;
  }
  .p-timetable__heading {
    margin-bottom: 7.9545454545vw;
    flex-direction: column;
    gap: 2.2727272727vw;
  }
  .p-timetable__heading__title {
    font-size: 10.4545454545vw;
    letter-spacing: 3.3181818182vw;
    padding-left: 2.2727272727vw;
  }
  .p-timetable__heading__line {
    display: none;
  }
  .p-timetable__heading__text {
    font-size: 3.6363636364vw;
    line-height: 3.6363636364vw;
  }
  .p-timetable__inner {
    padding: 11.3636363636vw 0;
  }
  .p-timetable__session {
    padding-bottom: 11.3636363636vw;
  }
  .p-timetable__session:last-of-type {
    padding-bottom: 0;
  }
  .p-timetable__detail {
    margin-bottom: 7.9545454545vw;
    display: block;
  }
  .p-timetable__detail__time {
    text-align: center;
    font-size: 5vw;
    height: 5vw;
    border-bottom: 0;
    margin-bottom: 4.5454545455vw;
  }
  .p-timetable__detail__image {
    margin-bottom: 6.8181818182vw;
  }
  .p-timetable__detail__text {
    margin: 0 4.5454545455vw;
  }
  .p-timetable__detail__text__title {
    font-size: 6.8181818182vw;
    line-height: 8.6363636364vw;
    margin-bottom: 6.8181818182vw;
  }
  .p-timetable__detail__text__title span {
    font-size: 3.6363636364vw;
    line-height: 5.9090909091vw;
    margin-top: 3.4090909091vw;
  }
  .p-timetable__detail__text__desc {
    font-size: 3.1818181818vw;
    line-height: 5vw;
    letter-spacing: 0.3409090909vw;
  }
  .p-timetable__speaker {
    margin: 0 4.5454545455vw;
  }
  .p-timetable__speaker__title {
    top: -3.4090909091vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.5454545455vw;
    font-weight: 600;
    width: 25vw;
    background-color: #000;
    display: flex;
    justify-content: center;
  }
  .p-timetable__speaker__title--mc {
    top: -2.7272727273vw;
    width: 15.9090909091vw;
  }
  .p-timetable__speaker__inner {
    padding: 6.8181818182vw 0;
    flex-direction: column;
    gap: 6.8181818182vw;
    align-items: center;
    justify-content: space-between;
  }
  .p-timetable__speaker__left {
    width: 100%;
    gap: 4.5454545455vw;
    border-right: 0;
  }
  .p-timetable__speaker__left__image {
    width: 25vw;
  }
  .p-timetable__speaker__left__name {
    margin-bottom: 2.2727272727vw;
    font-size: 5vw;
    letter-spacing: 0.5vw;
  }
  .p-timetable__speaker__left__name span {
    font-size: 2.7272727273vw;
    letter-spacing: 0.2727272727vw;
  }
  .p-timetable__speaker__left__position {
    font-size: 3.1818181818vw;
    line-height: 4.0909090909vw;
    letter-spacing: 0.3409090909vw;
    margin-bottom: 3.4090909091vw;
  }
  .p-timetable__speaker__left__link {
    width: 5.9090909091vw;
  }
  .p-timetable__speaker__right {
    width: 100%;
    font-size: 3.1818181818vw;
    line-height: 4.5454545455vw;
    letter-spacing: 0.3181818182vw;
  }
}
.p-overview {
  width: 100%;
  padding: 6.9444444444vw 0 8.3333333333vw;
}
.p-overview__list {
  width: 42.2222222222vw;
  text-align: center;
  margin: 0 auto;
}
.p-overview__list__item {
  padding: 1.7361111111vw 0 2.0833333333vw;
  border-top: 1px solid #fff;
}
.p-overview__list__item:last-of-type {
  border-bottom: 1px solid #fff;
}
.p-overview__list__item__title {
  font-weight: 500;
  font-size: 1.25vw;
  letter-spacing: 0.125vw;
  margin-bottom: 0.6944444444vw;
}
.p-overview__list__item__text {
  font-family: "Inter";
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 2.3611111111vw;
  letter-spacing: 0.0833333333vw;
}
.p-overview__list__item__access {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: 0.1041666667vw;
  margin-top: 0.2777777778vw;
  margin-bottom: 1.7361111111vw;
}
.p-overview__list__item__map {
  width: 34.7222222222vw;
  height: 15.9722222222vw;
  margin: 0 auto;
}
.p-overview__list__item__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 440px) {
  .p-overview {
    padding: 13.6363636364vw 4.5454545455vw 15.9090909091vw;
  }
  .p-overview__list {
    width: 100%;
  }
  .p-overview__list__item {
    padding: 5.6818181818vw 0 6.8181818182vw;
  }
  .p-overview__list__item__title {
    font-size: 4.0909090909vw;
    letter-spacing: 0.4090909091vw;
    margin-bottom: 2.2727272727vw;
  }
  .p-overview__list__item__text {
    font-size: 4.0909090909vw;
    line-height: 6.1363636364vw;
    letter-spacing: 0.2727272727vw;
  }
  .p-overview__list__item__access {
    font-size: 3.4090909091vw;
    line-height: 4.0909090909vw;
    letter-spacing: 0.3409090909vw;
    margin-top: 0.9090909091vw;
    margin-bottom: 5.6818181818vw;
  }
  .p-overview__list__item__map {
    width: 79.5454545455vw;
    height: 36.5909090909vw;
  }
  .p-overview__list__item__map iframe {
    width: 100%;
    height: 100%;
  }
}
.p-afterParty {
  width: 100%;
  padding: 8.3333333333vw 0 6.9444444444vw;
  height: 79.8611111111vw;
  background-image: url(../img/bg_afterparty.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.p-afterParty__heading {
  margin-bottom: 5.5555555556vw;
  position: relative;
}
.p-afterParty__heading__logo {
  width: 25vw;
  margin: 0 auto;
  margin-bottom: 1.3888888889vw;
}
.p-afterParty__heading__logo img {
  width: 100%;
}
.p-afterParty__heading__title {
  width: 17.9861111111vw;
  margin: 0 auto;
}
.p-afterParty__heading__title img {
  width: 100%;
}
.p-afterParty__heading::after {
  display: block;
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 115%;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  margin: auto;
}
.p-afterParty__text {
  margin-bottom: 3.4722222222vw;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 2.5vw;
  letter-spacing: 0.125vw;
}
.p-afterParty__info {
  width: 42.2222222222vw;
  text-align: center;
  margin: 0 auto;
}
.p-afterParty__info__item {
  padding: 1.7361111111vw 0 2.0833333333vw;
  border-top: 1px solid #fff;
}
.p-afterParty__info__item:last-of-type {
  border-bottom: 1px solid #fff;
}
.p-afterParty__info__item__title {
  font-weight: 500;
  font-size: 1.25vw;
  letter-spacing: 0.125vw;
  margin-bottom: 0.6944444444vw;
}
.p-afterParty__info__item__text {
  font-family: "Inter";
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.0833333333vw;
}
.p-afterParty__info__item__note {
  font-size: 1.1111111111vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.0555555556vw;
}

@media screen and (max-width: 440px) {
  .p-afterParty {
    padding: 15.9090909091vw 4.5454545455vw 15.9090909091vw;
    height: 238.6363636364vw;
    background-image: url(../img/bg_afterparty_sp.jpg);
  }
  .p-afterParty__heading {
    margin-bottom: 18.1818181818vw;
  }
  .p-afterParty__heading__logo {
    width: 70.4545454545vw;
    margin-bottom: 4.5454545455vw;
  }
  .p-afterParty__heading__title {
    width: 40.9090909091vw;
  }
  .p-afterParty__heading::after {
    width: 9.0909090909vw;
    height: 9.0909090909vw;
  }
  .p-afterParty__text {
    margin-bottom: 7.9545454545vw;
    font-size: 3.6363636364vw;
    line-height: 7.2727272727vw;
    letter-spacing: 0.3636363636vw;
  }
  .p-afterParty__info {
    width: 100%;
  }
  .p-afterParty__info__item {
    padding: 5.6818181818vw 0 5.9090909091vw;
  }
  .p-afterParty__info__item__title {
    font-size: 4.0909090909vw;
    letter-spacing: 0.4090909091vw;
    margin-bottom: 2.2727272727vw;
  }
  .p-afterParty__info__item__text {
    font-size: 4.5454545455vw;
    line-height: 6.3636363636vw;
    letter-spacing: 0.1818181818vw;
  }
  .p-afterParty__info__item__note {
    font-size: 3.1818181818vw;
    line-height: 6.3636363636vw;
    letter-spacing: 0.1590909091vw;
  }
}
.p-loop {
  width: 100%;
  padding: 2.0138888889vw 0 1.4583333333vw;
  background-color: #FF1F1F;
  overflow: hidden;
  color: #000;
}
.p-loop__track {
  display: flex;
  width: 400%;
  animation: scroll 30s linear infinite;
}
.p-loop img {
  width: 104.3055555556vw;
  height: auto;
  padding-right: 2.7777777778vw;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 440px) {
  .p-loop {
    padding: 4.5454545455vw 0 3.6363636364vw;
  }
  .p-loop__track {
    animation: scroll 20s linear infinite;
  }
  .p-loop img {
    width: 163.1818181818vw;
    padding-right: 6.8181818182vw;
  }
}
.p-processor {
  width: 100%;
  background-color: #000;
  padding: 4.1666666667vw 0 6.9444444444vw;
  text-align: center;
}
.p-processor__title {
  font-weight: 900;
  font-size: 2.5vw;
  margin-bottom: 1.0416666667vw;
}
.p-processor__text {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.7361111111vw;
  letter-spacing: 0.1041666667vw;
  margin-bottom: 3.3333333333vw;
}
.p-processor__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6666666667vw;
}
.p-processor__content {
  width: 38.4027777778vw;
}
.p-processor__content__image {
  margin-bottom: 2.2222222222vw;
}
.p-processor__content__image img {
  width: 100%;
}
.p-processor__content__name {
  font-weight: 900;
  font-size: 1.6666666667vw;
  line-height: 2.2222222222vw;
  margin-bottom: 1.0416666667vw;
}
.p-processor__content__desc {
  font-size: 1.0416666667vw;
  line-height: 1.7361111111vw;
  width: 37.2222222222vw;
  margin: 0 auto;
  margin-bottom: 1.7361111111vw;
}
.p-processor__content--right {
  width: 49.0277777778vw;
  margin-top: 13.5416666667vw;
}
.p-processor__content--right .p-processor__content__image {
  margin-bottom: 4.5138888889vw;
}
.p-processor__content--right .p-processor__content__name {
  margin-bottom: 2.3611111111vw;
}
.p-processor__content--right .p-processor__content__desc {
  width: 36.1805555556vw;
}
.p-processor__content__link {
  width: 22.9166666667vw;
  margin: 0 auto;
}
.p-processor__content__btn {
  width: 100%;
  display: block;
  height: 4.1666666667vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.375vw;
  border: 1px solid #fff;
  border-radius: 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-processor__content__btn:hover {
    color: #FFB81F;
    border: 1px solid #FFB81F;
  }
}

@media screen and (max-width: 440px) {
  .p-processor {
    padding: 11.3636363636vw 4.5454545455vw 18.1818181818vw;
  }
  .p-processor__title {
    font-size: 6.8181818182vw;
    line-height: 8.1818181818vw;
    margin-bottom: 3.4090909091vw;
  }
  .p-processor__text {
    font-weight: 500;
    font-size: 3.4090909091vw;
    line-height: 5.6818181818vw;
    letter-spacing: 0.3409090909vw;
    margin-bottom: 11.3636363636vw;
  }
  .p-processor__inner {
    flex-direction: column;
    gap: 13.6363636364vw;
  }
  .p-processor__content {
    width: 100%;
  }
  .p-processor__content__image {
    margin-bottom: 6.8181818182vw;
  }
  .p-processor__content__name {
    font-size: 5.4545454545vw;
    line-height: 7.2727272727vw;
    margin-bottom: 2.2727272727vw;
  }
  .p-processor__content__desc {
    font-size: 3.1818181818vw;
    line-height: 5vw;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4.5454545455vw;
  }
  .p-processor__content--right {
    width: 100%;
    margin-top: 0;
  }
  .p-processor__content--right .p-processor__content__image {
    margin-bottom: 6.8181818182vw;
  }
  .p-processor__content--right .p-processor__content__name {
    margin-bottom: 2.2727272727vw;
  }
  .p-processor__content--right .p-processor__content__desc {
    width: 100%;
  }
  .p-processor__content__link {
    width: 100%;
  }
  .p-processor__content__btn {
    height: 13.6363636364vw;
    font-size: 4.0909090909vw;
    letter-spacing: 1.2272727273vw;
    border-radius: 6.8181818182vw;
  }
}
.p-lineUp {
  width: 100%;
  padding: 5.5555555556vw 0 6.9444444444vw;
  background-color: #fff;
  border-top: 0.6944444444vw solid #FF1F1F;
  text-align: center;
}
.p-lineUp__title {
  color: #000;
  font-weight: 900;
  font-size: 2.5vw;
  margin-bottom: 4.4444444444vw;
}
.p-lineUp__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6805555556vw;
}
.p-lineUp__content {
  display: block;
  width: 18.75vw;
}
.p-lineUp__content__logo {
  height: 3.125vw;
  width: auto;
  margin-bottom: 2.4305555556vw;
}
.p-lineUp__content__logo img {
  height: 100%;
}
.p-lineUp__content__thumb {
  width: 100%;
  margin-bottom: 1.3888888889vw;
  overflow: hidden;
}
.p-lineUp__content__thumb img {
  width: 100%;
  transition: scale 0.3s;
}
.p-lineUp__content__text {
  height: 5.5555555556vw;
  color: #000;
  font-weight: 700;
  font-size: 1.3888888889vw;
  line-height: 1.8055555556vw;
  letter-spacing: 0.1388888889vw;
  transition: color 0.3s;
}
@media (hover: hover) {
  .p-lineUp__content:hover .p-lineUp__content__thumb img {
    scale: 1.05;
  }
  .p-lineUp__content:hover .p-lineUp__content__text {
    color: #737373;
  }
}

@media screen and (max-width: 440px) {
  .p-lineUp {
    padding: 9.0909090909vw 4.5454545455vw 18.1818181818vw;
    border-top: 2.2727272727vw solid #FF1F1F;
  }
  .p-lineUp__title {
    font-size: 6.8181818182vw;
    line-height: 9.0909090909vw;
    margin-bottom: 11.3636363636vw;
  }
  .p-lineUp__inner {
    flex-direction: column;
    gap: 11.3636363636vw;
  }
  .p-lineUp__content {
    width: 72.7272727273vw;
  }
  .p-lineUp__content__logo {
    height: 11.3636363636vw;
    margin-bottom: 4.5454545455vw;
  }
  .p-lineUp__content__thumb {
    margin-bottom: 4.5454545455vw;
  }
  .p-lineUp__content__text {
    font-size: 4.5454545455vw;
    line-height: 5.9090909091vw;
    letter-spacing: 0.4545454545vw;
    min-height: 18.1818181818vw;
  }
}
.p-sponsor {
  width: 100%;
  background-color: #E3E3E3;
  padding: 7.2916666667vw 0 11.4583333333vw;
  text-align: center;
}
.p-sponsor__title {
  font-family: "Bebas Neue";
  color: #FF1F1F;
  font-size: 3.6111111111vw;
  letter-spacing: 1.0833333333vw;
  margin-bottom: 5.9027777778vw;
}
.p-sponsor__logo {
  width: 29.1666666667vw;
  margin: 0 auto;
}
.p-sponsor__logo img {
  width: 100%;
}

@media screen and (max-width: 440px) {
  .p-sponsor {
    padding: 19.3181818182vw 0 23.8636363636vw;
  }
  .p-sponsor__title {
    font-size: 10.4545454545vw;
    letter-spacing: 2.7272727273vw;
    margin-bottom: 10.2272727273vw;
  }
  .p-sponsor__logo {
    width: 63.6363636364vw;
  }
}/*# sourceMappingURL=style.css.map */