* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1, h2, h3 {
  margin: 0;
  font-weight: 700;
}

.en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc {
    display: inline !important;
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 100;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
  }
}

.header__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 5vw;
  padding-right: 0vw;
  height: 15.625vw;
}
@media (min-width: 768px) {
  .header__inner {
    padding-left: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .header__inner {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .header__inner {
    padding-right: 0vw;
  }
}
@media (min-width: 1500px) {
  .header__inner {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .header__inner {
    height: 4vw;
  }
}
@media (min-width: 1500px) {
  .header__inner {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .header__inner {
    justify-content: space-between;
  }
}

.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: block;
  }
}

.header__list {
  display: flex;
  align-items: center;
  gap: 0vw;
}
@media (min-width: 768px) {
  .header__list {
    gap: 2.1333333333vw;
  }
}
@media (min-width: 1500px) {
  .header__list {
    gap: 32px;
  }
}
.header__list a {
  display: block;
  font-weight: 500;
  white-space: nowrap;
  color: #ffffff;
  line-height: 1;
  transition: color 0.3s ease;
  font-size: 3.75vw;
}
@media (min-width: 768px) {
  .header__list a {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .header__list a {
    font-size: 15px;
  }
}
.header__list a:hover {
  color: #00b9fc;
}

.header__cta {
  display: inline-block;
  background: #dcfd00;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border-radius: 0;
  line-height: 1;
  font-size: 4.0625vw;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__cta:hover {
  background: #000000;
  color: #dcfd00;
  border-color: #dcfd00;
}
@media (min-width: 768px) {
  .header__cta {
    font-size: 1vw;
  }
}
@media (min-width: 1500px) {
  .header__cta {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header__cta {
    width: 37.5vw;
    height: 15.625vw;
  }
}
@media (min-width: 768px) {
  .header__cta {
    width: 20vw;
    height: 4vw;
  }
}
@media (min-width: 1500px) {
  .header__cta {
    width: 300px;
    height: 60px;
  }
}

.hero {
  position: relative;
  background-color: #000000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%), url("../img/hero_bg_sp.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 134.375vw;
}
@media (min-width: 768px) {
  .hero {
    height: 60vw;
  }
}
@media (min-width: 1500px) {
  .hero {
    height: 900px;
  }
}
@media (min-width: 768px) {
  .hero {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%), url("../img/hero_bg_pc.webp");
  }
}

.hero__logo2026 {
  position: absolute;
  z-index: 101;
  height: auto;
  width: 31.25vw;
  top: 3.125vw;
  left: 3.125vw;
}
@media (min-width: 768px) {
  .hero__logo2026 {
    width: 19.6vw;
  }
}
@media (min-width: 1500px) {
  .hero__logo2026 {
    width: 294px;
  }
}
@media (min-width: 768px) {
  .hero__logo2026 {
    top: 8.4vw;
  }
}
@media (min-width: 1500px) {
  .hero__logo2026 {
    top: 126px;
  }
}
@media (min-width: 768px) {
  .hero__logo2026 {
    left: -7.6vw;
  }
}
@media (min-width: 1500px) {
  .hero__logo2026 {
    left: -114px;
  }
}

.hero__inner {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .hero__inner {
    position: relative;
    max-width: 66.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1500px) {
  .hero__inner {
    max-width: 1000px;
  }
}

.hero__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  padding-left: 14.0625vw;
  padding-right: 2.5vw;
  padding-bottom: 25vw;
}
@media (min-width: 768px) {
  .hero__text {
    padding-left: 0vw;
  }
}
@media (min-width: 1500px) {
  .hero__text {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .hero__text {
    padding-right: 0vw;
  }
}
@media (min-width: 1500px) {
  .hero__text {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .hero__text {
    padding-bottom: 15.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .hero__text {
    padding-bottom: 235px;
  }
}

.hero__logo {
  align-self: flex-start;
  height: auto;
  width: 73.125vw;
  margin-bottom: 3.125vw;
}
@media (min-width: 768px) {
  .hero__logo {
    width: 26vw;
  }
}
@media (min-width: 1500px) {
  .hero__logo {
    width: 390px;
  }
}
@media (min-width: 768px) {
  .hero__logo {
    margin-bottom: 1.2vw;
  }
}
@media (min-width: 1500px) {
  .hero__logo {
    margin-bottom: 18px;
  }
}

.hero__title {
  align-self: flex-start;
  height: auto;
  width: 73.125vw;
}
@media (min-width: 768px) {
  .hero__title {
    width: 26.2vw;
  }
}
@media (min-width: 1500px) {
  .hero__title {
    width: 393px;
  }
}

.hero__stripe {
  flex-shrink: 0;
  background-image: url("../img/fv_stripe.webp");
  background-repeat: repeat-x;
  background-position: left center;
  height: 9.375vw;
  --stripe-w: 450vw;
  background-size: var(--stripe-w) 100%;
  animation: hero-stripe-scroll 45s linear infinite;
}
@media (min-width: 768px) {
  .hero__stripe {
    height: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .hero__stripe {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .hero__stripe {
    --stripe-w: 128vw;
  }
}
@media (min-width: 1500px) {
  .hero__stripe {
    --stripe-w: 1920px;
  }
}

@keyframes hero-stripe-scroll {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: calc(-1 * var(--stripe-w));
  }
}
.overview {
  position: relative;
  background-color: #000000;
  background-image: url("../img/overview_bg_sp.webp");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 8.75vw;
  padding-bottom: 11.875vw;
}
@media (min-width: 768px) {
  .overview {
    padding-top: 7.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .overview {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .overview {
    padding-bottom: 7.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .overview {
    padding-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .overview {
    background-image: url("../img/overview_bg_pc.webp");
  }
}

.overview__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0vw;
  padding-right: 0vw;
}
@media (min-width: 768px) {
  .overview__inner {
    padding-left: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .overview__inner {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .overview__inner {
    padding-right: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .overview__inner {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .overview__inner {
    max-width: 66.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .overview__inner {
    max-width: 1000px;
  }
}

.overview__lead {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.77;
  font-size: 4.0625vw;
  margin-bottom: 3.125vw;
}
@media (min-width: 768px) {
  .overview__lead {
    font-size: 1.4666666667vw;
  }
}
@media (min-width: 1500px) {
  .overview__lead {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .overview__lead {
    margin-bottom: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .overview__lead {
    margin-bottom: 14px;
  }
}

.overview__logoline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 1.25vw;
  margin-bottom: 3.125vw;
}
@media (min-width: 768px) {
  .overview__logoline {
    gap: 0.8vw;
  }
}
@media (min-width: 1500px) {
  .overview__logoline {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .overview__logoline {
    margin-bottom: 1.2vw;
  }
}
@media (min-width: 1500px) {
  .overview__logoline {
    margin-bottom: 18px;
  }
}

.overview__logoline-img {
  width: 28.125vw;
  height: auto;
}
@media (min-width: 768px) {
  .overview__logoline-img {
    width: 11.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .overview__logoline-img {
    width: 170px;
  }
}

.overview__logoline-play {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  font-size: 6.5625vw;
}
@media (min-width: 768px) {
  .overview__logoline-play {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .overview__logoline-play {
    font-size: 40px;
  }
}

.overview__logoline-tokyo {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #00b9fc;
  line-height: 1;
  font-size: 6.5625vw;
}
@media (min-width: 768px) {
  .overview__logoline-tokyo {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .overview__logoline-tokyo {
    font-size: 40px;
  }
}

.overview__lottery {
  color: #dcfd00;
  font-weight: 900;
  line-height: 1;
  padding-left: 0.3em;
  font-size: 7.5vw;
  margin-bottom: 6.25vw;
}
@media (min-width: 768px) {
  .overview__lottery {
    font-size: 3.2vw;
  }
}
@media (min-width: 1500px) {
  .overview__lottery {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .overview__lottery {
    margin-bottom: 2.4vw;
  }
}
@media (min-width: 1500px) {
  .overview__lottery {
    margin-bottom: 36px;
  }
}

.overview__text {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.83;
  font-size: 3.75vw;
  margin-bottom: 6.25vw;
}
@media (min-width: 768px) {
  .overview__text {
    font-size: 1.2666666667vw;
  }
}
@media (min-width: 1500px) {
  .overview__text {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .overview__text {
    margin-bottom: 2.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .overview__text {
    margin-bottom: 44px;
  }
}

.overview__cta {
  display: inline-block;
  background: #dcfd00;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border-radius: 999px;
  line-height: 1;
  font-size: 4.0625vw;
  width: 26.6666666667vw;
  height: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.overview__cta:hover {
  background: #000000;
  color: #dcfd00;
  border-color: #dcfd00;
}
@media (min-width: 768px) {
  .overview__cta {
    font-size: 1.6vw;
  }
}
@media (min-width: 1500px) {
  .overview__cta {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .overview__cta {
    width: 81.25vw;
    height: 16.25vw;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.overview__deadline {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 3.4375vw;
  margin-top: 3.125vw;
}
@media (min-width: 768px) {
  .overview__deadline {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1500px) {
  .overview__deadline {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .overview__deadline {
    margin-top: 1vw;
  }
}
@media (min-width: 1500px) {
  .overview__deadline {
    margin-top: 15px;
  }
}

.schedule {
  background: #eaebed;
  text-align: center;
  padding-top: 12.5vw;
  padding-bottom: 15vw;
}
@media (min-width: 768px) {
  .schedule {
    padding-top: 6vw;
  }
}
@media (min-width: 1500px) {
  .schedule {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .schedule {
    padding-bottom: 10.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .schedule {
    padding-bottom: 160px;
  }
}

.schedule__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 768px) {
  .schedule__inner {
    padding-left: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .schedule__inner {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .schedule__inner {
    padding-right: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .schedule__inner {
    padding-right: 40px;
  }
}

.schedule__heading {
  margin-bottom: 7.5vw;
}
@media (min-width: 768px) {
  .schedule__heading {
    margin-bottom: 4.4666666667vw;
  }
}
@media (min-width: 1500px) {
  .schedule__heading {
    margin-bottom: 67px;
  }
}

.schedule__heading-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #00b9fc;
  line-height: 1;
  font-size: 8.75vw;
  margin-bottom: 0.625vw;
}
@media (min-width: 768px) {
  .schedule__heading-en {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .schedule__heading-en {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .schedule__heading-en {
    margin-bottom: 0.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .schedule__heading-en {
    margin-bottom: 10px;
  }
}

.schedule__heading-jp {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: 4.0625vw;
}
@media (min-width: 768px) {
  .schedule__heading-jp {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .schedule__heading-jp {
    font-size: 25px;
  }
}

.schedule__list {
  display: grid;
  grid-template-columns: repeat(2, 36.875vw);
  justify-content: center;
  row-gap: 7.8125vw;
}
@media (min-width: 768px) {
  .schedule__list {
    row-gap: 0vw;
  }
}
@media (min-width: 1500px) {
  .schedule__list {
    row-gap: 0px;
  }
}
@media (max-width: 767px) {
  .schedule__list {
    column-gap: 7.8125vw;
  }
}
@media (min-width: 768px) {
  .schedule__list {
    grid-template-columns: 11.3333333333vw 11.3333333333vw 19.3333333333vw 11.3333333333vw;
    column-gap: 4.4666666667vw;
  }
}
@media (min-width: 1500px) {
  .schedule__list {
    grid-template-columns: 170px 170px 290px 170px;
    column-gap: 67px;
  }
}

.schedule__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.schedule__time {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #00b9fc;
  white-space: nowrap;
  line-height: 1;
  font-size: 5.3125vw;
  padding-bottom: 2.5vw;
  margin-bottom: 2.5vw;
  border-bottom: 1px solid #00b9fc;
  width: 100%;
}
@media (min-width: 768px) {
  .schedule__time {
    font-size: 2vw;
  }
}
@media (min-width: 1500px) {
  .schedule__time {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .schedule__time {
    padding-bottom: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .schedule__time {
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .schedule__time {
    margin-bottom: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .schedule__time {
    margin-bottom: 14px;
  }
}

.schedule__label {
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  font-size: 5vw;
}
@media (min-width: 768px) {
  .schedule__label {
    font-size: 1.8vw;
  }
}
@media (min-width: 1500px) {
  .schedule__label {
    font-size: 27px;
  }
}

.guest {
  background-color: #000000;
  background-image: url("../img/guest_bg_sp.webp");
  background-size: contain;
  background-position: center top;
  text-align: center;
  padding-top: 11.5625vw;
  padding-bottom: 14.375vw;
}
@media (min-width: 768px) {
  .guest {
    padding-top: 5.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .guest {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .guest {
    padding-bottom: 13.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .guest {
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .guest {
    background-image: url("../img/guest_bg_pc.webp?2026");
    background-size: cover;
    background-position: center;
  }
}

.guest__inner {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0vw;
  padding-right: 0vw;
}
@media (min-width: 768px) {
  .guest__inner {
    padding-left: 0vw;
  }
}
@media (min-width: 1500px) {
  .guest__inner {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .guest__inner {
    padding-right: 0vw;
  }
}
@media (min-width: 1500px) {
  .guest__inner {
    padding-right: 0px;
  }
}

.guest__heading {
  margin-bottom: 11.25vw;
}
@media (min-width: 768px) {
  .guest__heading {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 1500px) {
  .guest__heading {
    margin-bottom: 48px;
  }
}

.guest__heading-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #00b9fc;
  line-height: 1;
  font-size: 8.75vw;
  margin-bottom: 2.5vw;
}
@media (min-width: 768px) {
  .guest__heading-en {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .guest__heading-en {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .guest__heading-en {
    margin-bottom: 0.2666666667vw;
  }
}
@media (min-width: 1500px) {
  .guest__heading-en {
    margin-bottom: 4px;
  }
}

.guest__heading-jp {
  display: block;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  font-size: 4.0625vw;
}
@media (min-width: 768px) {
  .guest__heading-jp {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .guest__heading-jp {
    font-size: 25px;
  }
}

.guest__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .guest__row {
    flex-direction: row;
  }
}

.guest__card {
  position: relative;
  flex: 1 1 50%;
  margin: 0;
}
.guest__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest__col {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
}

.guest__col .guest__card--nibu {
  flex: 1 1 auto;
  min-height: 0;
}

.guest__and-more {
  flex: 0 0 auto;
  position: relative;
  background-color: #000000;
  background-image: url("../img/guest_bg_sp.webp");
  background-size: cover;
  background-position: center;
  text-align: left;
  padding-top: 4.375vw;
  padding-bottom: 4.375vw;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 768px) {
  .guest__and-more {
    padding-top: 1.4666666667vw;
  }
}
@media (min-width: 1500px) {
  .guest__and-more {
    padding-top: 22px;
  }
}
@media (min-width: 768px) {
  .guest__and-more {
    padding-bottom: 1.4666666667vw;
  }
}
@media (min-width: 1500px) {
  .guest__and-more {
    padding-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .guest__and-more {
    padding-left: 2vw;
  }
}
@media (min-width: 1500px) {
  .guest__and-more {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .guest__and-more {
    padding-right: 2vw;
  }
}
@media (min-width: 1500px) {
  .guest__and-more {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .guest__and-more {
    background-image: url("../img/guest_bg_pc.webp?2026");
  }
}

.guest__and-more-text {
  position: absolute;
  right: 0;
  bottom: -10.3125vw;
  color: #00b9fc;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 5.3125vw;
}
@media (min-width: 768px) {
  .guest__and-more-text {
    bottom: -3.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .guest__and-more-text {
    bottom: -55px;
  }
}
@media (min-width: 768px) {
  .guest__and-more-text {
    font-size: 2vw;
  }
}
@media (min-width: 1500px) {
  .guest__and-more-text {
    font-size: 30px;
  }
}

.guest__and-more-sub {
  display: inline-block;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.75vw;
  margin-left: 2.5vw;
}
@media (min-width: 768px) {
  .guest__and-more-sub {
    font-size: 1.6vw;
  }
}
@media (min-width: 1500px) {
  .guest__and-more-sub {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .guest__and-more-sub {
    margin-left: 0vw;
  }
}
@media (min-width: 1500px) {
  .guest__and-more-sub {
    margin-left: 0px;
  }
}

.guest__card--kishi figcaption,
.guest__card--nibu figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding-left: 6.25vw;
  padding-bottom: 6.25vw;
}
@media (min-width: 768px) {
  .guest__card--kishi figcaption,
  .guest__card--nibu figcaption {
    padding-left: 2vw;
  }
}
@media (min-width: 1500px) {
  .guest__card--kishi figcaption,
  .guest__card--nibu figcaption {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .guest__card--kishi figcaption,
  .guest__card--nibu figcaption {
    padding-bottom: 4.8vw;
  }
}
@media (min-width: 1500px) {
  .guest__card--kishi figcaption,
  .guest__card--nibu figcaption {
    padding-bottom: 72px;
  }
}

.guest__name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #dcfd00;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 6.25vw;
  margin-bottom: 1.875vw;
}
@media (min-width: 768px) {
  .guest__name {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .guest__name {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .guest__name {
    margin-bottom: 0.9333333333vw;
  }
}
@media (min-width: 1500px) {
  .guest__name {
    margin-bottom: 14px;
  }
}

.guest__name--nibu {
  color: #00b8fc;
}

.guest__role {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  font-size: 3.125vw;
}
@media (min-width: 768px) {
  .guest__role {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1500px) {
  .guest__role {
    font-size: 16px;
  }
}

.guest__role--nibu {
  color: #111111;
}

.fun-contents {
  background: #ffffff;
  background: #00b9fc;
  padding-bottom: 0vw;
}
@media (min-width: 768px) {
  .fun-contents {
    padding-bottom: 6.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .fun-contents {
    padding-bottom: 100px;
  }
}

.fun-contents__heading-band {
  background: #ffffff;
  text-align: center;
  padding-top: 11.25vw;
  padding-bottom: 11.25vw;
  background: #00b9fc;
}
@media (min-width: 768px) {
  .fun-contents__heading-band {
    padding-top: 6vw;
  }
}
@media (min-width: 1500px) {
  .fun-contents__heading-band {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .fun-contents__heading-band {
    padding-bottom: 2vw;
  }
}
@media (min-width: 1500px) {
  .fun-contents__heading-band {
    padding-bottom: 30px;
  }
}
.fun-contents__heading-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  font-size: 6.25vw;
  margin-bottom: 2.5vw;
}
@media (min-width: 768px) {
  .fun-contents__heading-en {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .fun-contents__heading-en {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .fun-contents__heading-en {
    margin-bottom: 0.5333333333vw;
  }
}
@media (min-width: 1500px) {
  .fun-contents__heading-en {
    margin-bottom: 8px;
  }
}

.fun-contents__heading-jp {
  display: block;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  font-size: 4.0625vw;
}
@media (min-width: 768px) {
  .fun-contents__heading-jp {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .fun-contents__heading-jp {
    font-size: 25px;
  }
}

.fun-contents__grid {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .fun-contents__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fun-contents__tile {
  display: block;
  line-height: 0;
  height: 100%;
}
.fun-contents__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access {
  background-color: #dcdcdc;
  background: url("../img/access_bg_sp.webp") no-repeat center top;
  background-size: 100%;
}
@media (min-width: 768px) {
  .access {
    background: none;
  }
}

@media (min-width: 768px) {
  .access__bg {
    background: url("../img/access_bg_pc.webp") no-repeat center top;
    background-size: cover;
  }
}

.access__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 11.25vw;
  padding-bottom: 11.25vw;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 768px) {
  .access__inner {
    padding-top: 6vw;
  }
}
@media (min-width: 1500px) {
  .access__inner {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .access__inner {
    padding-bottom: 4vw;
  }
}
@media (min-width: 1500px) {
  .access__inner {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .access__inner {
    padding-left: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .access__inner {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .access__inner {
    padding-right: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .access__inner {
    padding-right: 40px;
  }
}

.access__heading {
  margin-bottom: 6.25vw;
}
@media (min-width: 768px) {
  .access__heading {
    margin-bottom: 2vw;
  }
}
@media (min-width: 1500px) {
  .access__heading {
    margin-bottom: 30px;
  }
}

.access__heading-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #00b9fc;
  line-height: 1;
  font-size: 8.75vw;
  margin-bottom: 2.5vw;
}
@media (min-width: 768px) {
  .access__heading-en {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .access__heading-en {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .access__heading-en {
    margin-bottom: 1.2vw;
  }
}
@media (min-width: 1500px) {
  .access__heading-en {
    margin-bottom: 18px;
  }
}

.access__heading-jp {
  display: block;
  font-weight: 700;
  color: #666;
  line-height: 1;
  font-size: 4.0625vw;
}
@media (min-width: 768px) {
  .access__heading-jp {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .access__heading-jp {
    font-size: 25px;
  }
}

.access__label {
  font-weight: 700;
  line-height: 1;
  font-size: 6.25vw;
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  .access__label {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .access__label {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .access__label {
    margin-bottom: 2vw;
  }
}
@media (min-width: 1500px) {
  .access__label {
    margin-bottom: 30px;
  }
}

.access__venue {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #111111;
  line-height: 1;
  font-size: 9.375vw;
  margin-bottom: 6.25vw;
}
@media (min-width: 768px) {
  .access__venue {
    font-size: 4vw;
  }
}
@media (min-width: 1500px) {
  .access__venue {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .access__venue {
    margin-bottom: 2.2666666667vw;
  }
}
@media (min-width: 1500px) {
  .access__venue {
    margin-bottom: 34px;
  }
}

.access__venue-jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 4.0625vw;
  margin-top: 2.5vw;
}
@media (min-width: 768px) {
  .access__venue-jp {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .access__venue-jp {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .access__venue-jp {
    margin-top: 1.7333333333vw;
  }
}
@media (min-width: 1500px) {
  .access__venue-jp {
    margin-top: 26px;
  }
}

.access__address {
  font-weight: 700;
  line-height: 1.8;
  font-size: 4.0625vw;
}
@media (min-width: 768px) {
  .access__address {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1500px) {
  .access__address {
    font-size: 20px;
  }
}

.access__map {
  width: 100%;
  height: 68.75vw;
}
@media (min-width: 768px) {
  .access__map {
    height: 32vw;
  }
}
@media (min-width: 1500px) {
  .access__map {
    height: 480px;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.footer {
  background: #000000;
}

.footer__inner {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #ffffff;
  padding-top: 5.625vw;
  padding-bottom: 5.625vw;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 768px) {
  .footer__inner {
    padding-top: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .footer__inner {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    padding-bottom: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .footer__inner {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    padding-left: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .footer__inner {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    padding-right: 2.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .footer__inner {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    display: flex;
    align-items: flex-start;
  }
}

.footer__copy {
  display: block;
  font-weight: 600;
  line-height: 1;
  font-size: 4.0625vw;
  margin-right: 0vw;
}
@media (min-width: 768px) {
  .footer__copy {
    font-size: 0.8666666667vw;
  }
}
@media (min-width: 1500px) {
  .footer__copy {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .footer__copy {
    margin-right: 5.6666666667vw;
  }
}
@media (min-width: 1500px) {
  .footer__copy {
    margin-right: 85px;
  }
}
@media (min-width: 768px) {
  .footer__copy {
    order: 1;
  }
}

.footer__privacy {
  font-weight: 700;
  line-height: 1;
  font-size: 4.0625vw;
  margin-bottom: 3.125vw;
}
@media (min-width: 768px) {
  .footer__privacy {
    font-size: 0.8666666667vw;
  }
}
@media (min-width: 1500px) {
  .footer__privacy {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .footer__privacy {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1500px) {
  .footer__privacy {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .footer__privacy {
    order: 2;
  }
}
.footer__privacy a:hover {
  text-decoration: underline;
}
