@charset "UTF-8";
* {
  color: #231814;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  list-style-type: none;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

.pc-visible {
  display: initial;
}
@media screen and (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

.sp-visible {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-visible {
    display: initial;
  }
}

@keyframes key-visual-pc {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: none;
  }
}
@keyframes key-visual-sp {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: none;
  }
}
@keyframes loading-cola {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes loading-body {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: auto;
  }
}
@keyframes loading-cover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-text {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: none;
  }
}
@keyframes loading-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.key-visual {
  width: 100%;
  max-height: 100svh;
  position: relative;
  padding-top: 6.9791666667vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .key-visual {
    max-height: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1920px) {
  .key-visual {
    max-height: 100svh;
  }
}
.key-visual__content {
  max-width: 100%;
  height: fit-content;
  max-height: calc(100dvh - 11.1458333333vw);
  padding: 0 1vw;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 3354/1738;
}
@media screen and (max-width: 768px) {
  .key-visual__content {
    max-height: none;
    padding: 0;
    aspect-ratio: 670/1028;
  }
}
.key-visual__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .key-visual__heading {
    padding: 14.9333333333vw 0 2.1333333333vw;
  }
}
.key-visual__heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("/assets/images/key-visual/background-image-pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  top: 10%;
  left: 2%;
  transform: scale(1.44);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .key-visual__heading::before {
    background-image: url("/assets/images/key-visual/background-image-sp.png");
    transform: none;
    top: 0;
    left: -0.5%;
  }
}
.key-visual__heading picture {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.key-visual__heading img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .key-visual__heading img {
    width: 100%;
    height: 100%;
    max-height: auto;
  }
}
.key-visual__date {
  width: 13.3125%;
  aspect-ratio: 1;
  position: absolute;
  margin: auto;
  top: 9%;
  right: 26%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .key-visual__date {
    width: 28.125%;
    top: 32%;
    right: 15%;
  }
}
.key-visual__date img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.key-visual__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.1666666667vw;
  background-color: #e0061b;
  position: relative;
  transform: translateY(100%);
  animation-name: loading-text;
  animation-duration: 500ms;
  animation-delay: 2500ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .key-visual__text {
    flex-direction: column;
    align-items: stretch;
    gap: 1.6vw;
    height: 21.3333333333vw;
    padding: 0 0.5333333333vw 0 4.2666666667vw;
    animation: none;
    transform: none;
  }
}
.key-visual__credit {
  color: #ffffff;
  font-size: 1.25vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .key-visual__credit {
    font-size: 2.9333333333vw;
  }
}
.key-visual__announce {
  color: #ffffff;
  font-size: 2.0833333333vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .key-visual__announce {
    font-size: 3.7333333333vw;
  }
}
.key-visual__image--1 {
  width: 30.5%;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  position: absolute;
  animation-name: key-visual-pc;
  animation-duration: 1700ms;
  animation-delay: 4200ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  top: -35%;
  left: -4%;
}
@media screen and (max-width: 768px) {
  .key-visual__image--1 {
    width: 36.25%;
    animation-name: key-visual-sp;
    animation-delay: 3000ms;
  }
}
.key-visual__image--1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .key-visual__image--1 {
    top: -1%;
    left: -9%;
  }
}
.key-visual__image--2 {
  width: 10.5%;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  position: absolute;
  animation-name: key-visual-pc;
  animation-duration: 1700ms;
  animation-delay: 4200ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  top: 22%;
  left: -4%;
}
@media screen and (max-width: 768px) {
  .key-visual__image--2 {
    width: 17.5%;
    animation-name: key-visual-sp;
    animation-delay: 3000ms;
  }
}
.key-visual__image--2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .key-visual__image--2 {
    display: none;
  }
}
.key-visual__image--3 {
  width: 12.5%;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  position: absolute;
  animation-name: key-visual-pc;
  animation-duration: 1700ms;
  animation-delay: 4200ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  top: 15%;
  left: 22%;
}
@media screen and (max-width: 768px) {
  .key-visual__image--3 {
    width: 18.75%;
    animation-name: key-visual-sp;
    animation-delay: 3000ms;
  }
}
.key-visual__image--3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .key-visual__image--3 {
    top: 24%;
    left: -4%;
  }
}
.key-visual__image--4 {
  width: 12%;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  position: absolute;
  animation-name: key-visual-pc;
  animation-duration: 1700ms;
  animation-delay: 4200ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  top: -10%;
  right: 18%;
}
@media screen and (max-width: 768px) {
  .key-visual__image--4 {
    width: 16%;
    animation-name: key-visual-sp;
    animation-delay: 3000ms;
  }
}
.key-visual__image--4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .key-visual__image--4 {
    top: 52.5%;
    left: 74%;
  }
}
.key-visual__image--5 {
  width: 13.75%;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  position: absolute;
  animation-name: key-visual-pc;
  animation-duration: 1700ms;
  animation-delay: 4200ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  top: 28%;
  right: 17%;
}
@media screen and (max-width: 768px) {
  .key-visual__image--5 {
    width: 24.375%;
    animation-name: key-visual-sp;
    animation-delay: 3000ms;
  }
}
.key-visual__image--5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .key-visual__image--5 {
    top: 30%;
    left: 88%;
  }
}
.key-visual__image--6 {
  width: 26.25%;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
  position: absolute;
  animation-name: key-visual-pc;
  animation-duration: 1700ms;
  animation-delay: 4200ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  top: -17%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .key-visual__image--6 {
    width: 37.5%;
    animation-name: key-visual-sp;
    animation-delay: 3000ms;
  }
}
.key-visual__image--6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .key-visual__image--6 {
    top: 4%;
    left: 74%;
  }
}
.key-visual__cola {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.5%;
  position: absolute;
  inset: 3.25% 0 0 0;
  padding-left: 1.75%;
  margin: auto;
  opacity: 0;
  animation-name: loading-cola;
  animation-duration: 800ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .key-visual__cola {
    display: none;
  }
}
.key-visual__cola img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.loading {
  background-color: #e0061b;
  position: fixed;
  inset: 0;
  z-index: 9999;
  animation-name: loading-cover;
  animation-duration: 800ms;
  animation-delay: 1700ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.loaded {
  display: none;
}

@keyframes loading-navigation {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: none;
  }
}
.navigation {
  background-color: #e0061b;
  border-bottom-left-radius: 1.3541666667vw;
  box-shadow: 0.2604166667vw 0.2604166667vw 0 #ffffff;
  padding: 1.0416666667vw 3.3333333333vw;
  z-index: 10;
  position: fixed;
  inset: 0 0 auto auto;
  transform: translateY(-100%);
  animation-name: loading-navigation;
  animation-duration: 500ms;
  animation-delay: 2500ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .navigation {
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    box-shadow: 0.8vw 0.8vw 0 #ffffff;
    border-bottom-left-radius: 3.7333333333vw;
    animation: none;
    transform: none;
  }
}
.navigation__list {
  display: flex;
  gap: 4.1666666667vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .navigation__list {
    gap: 5.3333333333vw;
  }
}
.navigation__item {
  display: flex;
  align-items: center;
  position: relative;
}
.navigation__item:not(:last-child)::after {
  content: "";
  display: block;
  min-width: 1px;
  width: 0.1041666667vw;
  height: 2.0833333333vw;
  background-color: #ffffff;
  position: absolute;
  right: -2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .navigation__item:not(:last-child)::after {
    width: 0.2666666667vw;
    height: 5.8666666667vw;
    right: -2.9333333333vw;
  }
}
.navigation__link {
  color: #ffffff;
  font-size: 1.6666666667vw;
  font-weight: 700;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .navigation__link {
    font-size: 3.7333333333vw;
  }
}
.navigation__link::before {
  content: attr(data-nav);
  display: block;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, -100%, 0);
}
@media (hover: hover) {
  .navigation__link:hover {
    transform: translate3d(0, 100%, 0);
  }
}

body {
  font-weight: 500;
}

.highlight {
  width: 100%;
  background-size: 18.75vw, 17.5vw;
  background-repeat: no-repeat, no-repeat;
  background-position: center left 2.6041666667vw, center right 2.6041666667vw;
  background-image: url("/assets/images/main/background-line-highlight-pc-left.png"), url("/assets/images/main/background-line-highlight-pc-right.png");
  padding: 9.7916666667vw 0 11.25vw;
  background-color: #e0061b;
  border-top: 0.2083333333vw solid #ffffff;
}
.highlight__content {
  width: 52.0833333333vw;
  margin: 0 auto;
  padding: 0 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  .highlight__content {
    width: 89.3333333333vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .highlight {
    background-size: 26.6666666667vw, 29.8666666667vw;
    background-position: top 3.2vw left -5.3333333333vw, top 3.2vw right -11.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .highlight {
    background-size: 18.75vw, 17.5vw;
    background-repeat: no-repeat, no-repeat;
    background-position: center left 2.6041666667vw, center right 2.6041666667vw;
    background-image: url("/assets/images/main/background-line-highlight-sp-left.png"), url("/assets/images/main/background-line-highlight-sp-right.png");
    padding: 14.9333333333vw 0 18.1333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .highlight {
    background-size: 26.6666666667vw, 29.8666666667vw;
    background-position: top 3.2vw left -5.3333333333vw, top 3.2vw right -11.7333333333vw;
  }
}
.highlight__text {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  color: #ffffff;
  margin-bottom: 1.0416666667vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .highlight__text {
    gap: 2.6666666667vw;
    margin-bottom: 3.2vw;
  }
}
.highlight__text span {
  color: #ffffff;
  font-size: 1.9791666667vw;
  line-height: 3.6458333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .highlight__text span {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}
.highlight__text span:nth-of-type(2) {
  font-size: 3.8020833333vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .highlight__text span:nth-of-type(2) {
    font-size: 7.4666666667vw;
    line-height: 9.3333333333vw;
  }
}
.highlight__image {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 30.2083333333vw;
  position: relative;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .highlight__image {
    width: 100%;
    height: 52.2666666667vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.highlight__image__text {
  width: 39.7916666667vw;
  height: 14.375vw;
  object-fit: contain;
  transform: rotateZ(-7deg);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .highlight__image__text {
    width: 66.1333333333vw;
    height: 23.4666666667vw;
  }
}
.highlight__image__asset {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 25.8333333333vw;
  aspect-ratio: 1;
  border-radius: 9999px;
  position: absolute;
  inset: 0 0 auto auto;
}
.highlight__image__asset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .highlight__image__asset {
    width: 49.0666666667vw;
  }
}

.stage {
  position: relative;
  background-size: 18.75vw, 17.5vw;
  background-repeat: no-repeat, no-repeat;
  background-position: center left 2.6041666667vw, center right 2.6041666667vw;
  background-image: url("/assets/images/main/background-line-stage-pc-left.png"), url("/assets/images/main/background-line-stage-pc-right.png");
  background-position: top 4.6875vw left 2.9166666667vw, top 4.6875vw right 2.9166666667vw;
  background-size: 18.8541666667vw, 18.8541666667vw;
  width: 100%;
  padding: 0 0 9.5833333333vw;
}
.stage::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.0833333333vw;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: -2.03125vw;
  background-image: url("/assets/images/main/background-image-wave-pc-white.png");
}
@media screen and (max-width: 768px) {
  .stage::before {
    height: 6.4vw;
    top: -5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .stage {
    background-size: 26.6666666667vw, 29.8666666667vw;
    background-position: top 3.2vw left -5.3333333333vw, top 3.2vw right -11.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .stage {
    position: relative;
    padding: 0 0 19.2vw;
    background: none;
  }
  .stage::before {
    content: "";
    display: block;
    width: 100%;
    height: 2.0833333333vw;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: -2.03125vw;
    background-image: url("/assets/images/main/background-image-wave-sp-white.png");
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .stage::before {
    height: 6.4vw;
    top: -5.6vw;
  }
}
.stage__heading {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  .stage__heading {
    height: 9.6vw;
  }
}
.stage__heading .title__line {
  display: block;
  font-size: 2.2916666667vw;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .stage__heading .title__line {
    font-size: 6.1333333333vw;
  }
}
.stage__heading .title__line::before {
  content: "";
  display: block;
  background-color: #e0061b;
  border-radius: 9999px;
  width: 0;
  height: 3.3333333333vw;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .stage__heading .title__line::before {
    height: 9.6vw;
  }
}
.stage__heading .title__line span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.stage__heading figure svg {
  position: absolute;
  width: 20.2604166667vw;
  height: fit-content;
  inset: auto auto 0vw 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .stage__heading figure svg {
    width: 36.5333333333vw;
    bottom: 3.7333333333vw;
  }
}
.stage__heading--active .title__line::before {
  width: 100%;
}
.stage__heading::before {
  content: "";
  display: block;
  width: 3.75vw;
  height: 12.0833333333vw;
  background-image: url("/assets/images/common/heading-drink-stage.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: auto 1.6666666667vw 0 auto;
  transform: rotateZ(-20deg);
  z-index: 1;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .stage__heading::before {
    width: 7.4666666667vw;
    height: 24vw;
  }
}
.stage__heading::after {
  content: "";
  display: block;
  width: 20.2083333333vw;
  height: 7.9166666667vw;
  background-image: url("/assets/images/common/heading-text-stage.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: auto auto 0.1041666667vw 0.8333333333vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .stage__heading::after {
    width: 36.2666666667vw;
    height: 14.4vw;
    inset: auto auto 4.2666666667vw 2.1333333333vw;
  }
}
.stage__heading--active.stage__heading::before {
  transform: rotateZ(20deg);
}
.stage__heading .title__line {
  padding-right: 7.9166666667vw;
}
@media screen and (max-width: 768px) {
  .stage__heading .title__line {
    padding-right: 14.9333333333vw;
  }
}
.stage__content {
  margin: 0 auto;
  width: 72.9166666667vw;
  padding: 13.75vw 11.71875vw 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .stage__content {
    width: 100%;
    padding: 24vw 5.3333333333vw 0;
  }
}

.guest {
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .guest {
    margin-bottom: 17.0666666667vw;
  }
}
.guest__heading {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  color: #e0061b;
  font-size: 2.5vw;
  font-weight: 900;
  position: relative;
  padding-bottom: 0.8333333333vw;
  overflow: hidden;
  margin-top: 5.4166666667vw;
}
.guest__heading::after {
  content: "";
  height: 0.3125vw;
  display: block;
  background-image: url("/assets/images/main/line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  inset: auto 0 0 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .guest__heading::after {
    height: 1.6vw;
    background-image: url("/assets/images/main/line-sp.png");
  }
}
.guest__heading--active::after {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .guest__heading {
    gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
    font-size: 7.4666666667vw;
  }
}
.guest__heading::before {
  content: "";
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  display: inline-block;
  background-color: #e0061b;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .guest__heading::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.guest__text {
  font-size: 1.4583333333vw;
  font-weight: 600;
  margin: 1.6666666667vw 0 1.6666666667vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guest__text {
    margin: 5.3333333333vw 0 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
    text-align: left;
  }
}
.guest__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .guest__item {
    gap: 1.6vw;
  }
}
.guest__item-inner {
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.guest__item:nth-child(4n+1) .guest__item-inner, .guest__item:nth-child(4n+2) .guest__item-inner {
  transform: translate3d(-200%, 0, 0);
}
@media screen and (max-width: 768px) {
  .guest__item:nth-child(4n+1) .guest__item-inner, .guest__item:nth-child(4n+2) .guest__item-inner {
    transform: translate3d(-100%, 0, 0);
  }
}
.guest__item:nth-child(4n+3) .guest__item-inner, .guest__item:nth-child(4n+4) .guest__item-inner {
  transform: translate3d(200%, 0, 0);
}
@media screen and (max-width: 768px) {
  .guest__item:nth-child(4n+3) .guest__item-inner, .guest__item:nth-child(4n+4) .guest__item-inner {
    transform: translate3d(100%, 0, 0);
  }
}
.guest__item--active.guest__item:nth-child(4n+1) .guest__item-inner, .guest__item--active.guest__item:nth-child(4n+2) .guest__item-inner, .guest__item--active.guest__item:nth-child(4n+3) .guest__item-inner, .guest__item--active.guest__item:nth-child(4n+4) .guest__item-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.guest__item:last-child::before {
  content: "";
  width: 20.8333333333vw;
  height: 7.6041666667vw;
  display: block;
  background-image: url("/assets/images/main/background-image-guest.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  inset: auto auto 6.875vw 110%;
  z-index: 0;
  opacity: 0;
  transform: translate3d(-200%, 0, 0);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .guest__item:last-child::before {
    background-image: url("/assets/images/main/background-image-guest-sp.png");
    width: 35.2vw;
    height: 36.8vw;
    inset: auto 0 6.9333333333vw 115%;
    transform: translate3d(-100%, 0, 0);
  }
}
.guest__item--active:last-child::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.guest__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5vw 2.0833333333vw;
  padding: 0 2.8125vw;
  margin-bottom: 1.875vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guest__list {
    grid-template-columns: repeat(2, 42.6666666667vw);
    gap: 3.4666666667vw;
    padding: 0;
  }
}
.guest__name {
  color: #e0061b;
  font-size: 1.8229166667vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guest__name {
    font-size: 4.8vw;
  }
}
.guest__name span {
  color: #e0061b;
}
@media screen and (max-width: 768px) {
  .guest__name span {
    font-size: 3.7333333333vw;
  }
}
.guest__image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 20.7291666667vw;
  height: 17.4479166667vw;
  border-radius: 0.78125vw;
}
.guest__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .guest__image {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.schedule {
  background-color: #e0061b;
  padding: 2.0833333333vw 1.1979166667vw 1.3020833333vw;
  border-radius: 1.0416666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.schedule__container {
  padding-top: 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  .schedule__container {
    padding-top: 17.0666666667vw;
  }
}
.schedule::before {
  content: none;
  display: block;
  width: 18.28125vw;
  height: 7.34375vw;
  background-image: url("/assets/images/main/background-image-schedule-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.75vw;
  bottom: 1.0416666667vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .schedule::before {
    content: "";
    background-image: url("/assets/images/main/background-image-schedule-sp.png");
    width: 32.8vw;
    height: 32.5333333333vw;
    bottom: 0;
    right: 5.8666666667vw;
  }
}
.schedule__heading {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  color: #ffffff;
  font-size: 2.5vw;
  font-weight: 900;
  position: relative;
  padding-bottom: 0.8333333333vw;
  overflow: hidden;
  padding: 0 0 1.875vw 0.625vw;
}
@media screen and (max-width: 768px) {
  .schedule__heading {
    gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
    font-size: 7.4666666667vw;
  }
}
.schedule__heading::before {
  content: "";
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .schedule__heading::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .schedule__heading {
    margin: 0 0 4.2666666667vw;
    padding: 0 0 0 2.6666666667vw;
  }
}
.schedule__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.0416666667vw 0.3645833333vw;
  height: 45.3125vw;
  padding: 1.3541666667vw 1.71875vw 0;
  background-color: #ffffff;
  border-radius: 0 0 1.5625vw 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .schedule__list {
    gap: 3.4666666667vw;
    height: auto;
    padding: 6.4vw 3.2vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.schedule__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule__item {
    width: auto;
    height: auto;
  }
}
.schedule__item--1, .schedule__item--13, .schedule__item--14 {
  align-items: flex-start;
}
.schedule__item--1 .schedule__time, .schedule__item--13 .schedule__time, .schedule__item--14 .schedule__time {
  line-height: 1;
}
.schedule__item--1 .schedule__label, .schedule__item--13 .schedule__label, .schedule__item--14 .schedule__label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.2083333333vw;
  width: 13.8020833333vw;
}
@media screen and (max-width: 768px) {
  .schedule__item--1 .schedule__label, .schedule__item--13 .schedule__label, .schedule__item--14 .schedule__label {
    margin-left: 2.6666666667vw;
    width: 100%;
  }
}
.schedule__item--1 .schedule__label span, .schedule__item--13 .schedule__label span, .schedule__item--14 .schedule__label span {
  width: 100%;
}
.schedule__item figure {
  margin: 0;
  padding: 0;
  width: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .schedule__item figure {
    width: 13.3333333333vw;
  }
}
.schedule__item figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.schedule__item figcaption {
  font-size: 0.9375vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule__item figcaption {
    font-size: 3.7333333333vw;
  }
}
.schedule__item--1 {
  margin-top: 1.4583333333vw;
}
@media screen and (max-width: 768px) {
  .schedule__item--1 {
    margin-top: 0;
  }
}
.schedule__item--1 .schedule__label {
  gap: 0.7291666667vw 1.1979166667vw;
}
@media screen and (max-width: 768px) {
  .schedule__item--1 .schedule__label {
    gap: 1.0666666667vw 2.4vw;
  }
}
.schedule__item--13 .schedule__label {
  gap: 0.15625vw 0.5208333333vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .schedule__item--13 .schedule__label {
    gap: 1.3333333333vw;
  }
}
.schedule__item--14 {
  margin-left: 0.5208333333vw;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule__item--14 {
    align-items: flex-start;
  }
}
.schedule__item--14 .schedule__label {
  margin-left: 0.5208333333vw;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule__item--14 .schedule__label {
    margin-left: 2.6666666667vw;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5333333333vw;
    width: unset;
  }
}
.schedule__item--14 .schedule__label span {
  width: unset;
}
.schedule__item--14 figure {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .schedule__item--14 figure {
    margin-left: 0;
  }
}
.schedule__time {
  color: #e0061b;
  font-size: 1.875vw;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .schedule__time {
    font-size: 5.3333333333vw;
    white-space: nowrap;
  }
}
.schedule__image {
  display: block;
  margin-left: 0.5208333333vw;
  width: 4.1666666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .schedule__image {
    margin-left: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}
.schedule__image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.schedule__label {
  font-size: 1.1458333333vw;
  font-weight: 900;
  line-height: 1.273;
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .schedule__label {
    font-size: 4.2666666667vw;
    white-space: nowrap;
    margin-top: 0;
    margin-left: 4vw;
  }
}
.schedule__announce {
  margin-top: 1.5625vw;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .schedule__announce {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.dance {
  position: relative;
  background-image: url("/assets/images/main/background-image-dance.png");
  background-position: bottom 1.6666666667vw left 0.8333333333vw;
  background-size: 11.0416666667vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .dance {
    background: none;
  }
}
.dance__heading {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  color: #e0061b;
  font-size: 2.5vw;
  font-weight: 900;
  position: relative;
  padding-bottom: 0.8333333333vw;
  overflow: hidden;
  width: 80%;
}
.dance__heading::after {
  content: "";
  height: 0.3125vw;
  display: block;
  background-image: url("/assets/images/main/line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  inset: auto 0 0 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .dance__heading::after {
    height: 1.6vw;
    background-image: url("/assets/images/main/line-sp.png");
  }
}
.dance__heading--active::after {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .dance__heading {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dance__heading {
    gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
    font-size: 7.4666666667vw;
  }
}
.dance__heading::before {
  content: "";
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  display: inline-block;
  background-color: #e0061b;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .dance__heading::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.dance__text {
  width: 100%;
  font-size: 1.4583333333vw;
  font-weight: 500;
  line-height: 2.5vw;
  margin: 1.6666666667vw 0 5.4166666667vw;
}
@media screen and (max-width: 768px) {
  .dance__text {
    margin: 8.5333333333vw 0 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
  }
}
.dance__image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 18.9583333333vw;
  aspect-ratio: 1;
  border-radius: 9999px;
  position: absolute;
  inset: 0 0 auto auto;
  transform: scale(0.2);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.dance__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .dance__image {
    width: 49.0666666667vw;
    position: relative;
    margin: 10.6666666667vw auto 0;
  }
}
.dance__image--active {
  transform: scale(1);
  opacity: 1;
}
.dance__guest {
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 2.7083333333vw 2.2916666667vw 2.2916666667vw;
  border: 0.15625vw solid #e0061b;
  border-radius: 1.0416666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dance__guest {
    flex-direction: column;
    align-items: stretch;
    gap: 5.3333333333vw;
    width: 100%;
    padding: 8vw 0 4.8vw;
    border: 0.8vw solid #e0061b;
    border-radius: 2.6666666667vw;
    position: relative;
  }
}
.dance__guest__heading {
  width: fit-content;
  color: #e0061b;
  background-color: #ffffff;
  font-size: 1.6666666667vw;
  font-weight: 900;
  position: absolute;
  inset: -1.875vw 0 auto 0;
  margin: auto;
  padding: 0.625vw 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .dance__guest__heading {
    padding-bottom: 2.6666666667vw;
    font-size: 5.8666666667vw;
    padding: 0 4.2666666667vw;
    background-image: url("/assets/images/main/line-bon.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    inset: -4.8vw 0 auto 0;
  }
}
.dance__guest__list {
  display: flex;
  justify-content: center;
  gap: 1.4583333333vw;
}
@media screen and (max-width: 768px) {
  .dance__guest__list {
    gap: 0.8vw;
    padding: 0;
  }
}
.dance__guest__item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 8.3333333333vw;
  height: 10vw;
  border-radius: 0.5208333333vw;
  position: relative;
}
.dance__guest__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .dance__guest__item {
    width: 25.6vw;
    height: 29.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.dance__guest__name {
  width: fit-content;
  height: fit-content;
  color: #e0061b;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 0.9375vw;
  font-size: 1.0416666667vw;
  font-weight: 700;
  border-radius: 9999px;
  position: absolute;
  inset: auto 0 0.625vw 0;
}
@media screen and (max-width: 768px) {
  .dance__guest__name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24vw;
    padding: 0;
    font-size: 3.4666666667vw;
    inset: auto 0 1.0666666667vw 0;
  }
}

.food {
  width: 100%;
  position: relative;
  background-size: 18.75vw, 17.5vw;
  background-repeat: no-repeat, no-repeat;
  background-position: center left 2.6041666667vw, center right 2.6041666667vw;
  background-image: url("/assets/images/main/background-line-food-pc-left.png"), url("/assets/images/main/background-line-food-pc-right.png");
  background-size: 19.0625vw, 19.0625vw;
  background-color: #e0061b;
  padding: 18.75vw 0 12.5vw;
}
.food__content {
  width: 52.0833333333vw;
  margin: 0 auto;
  padding: 0 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  .food__content {
    width: 89.3333333333vw;
    padding: 0;
  }
}
.food::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.0833333333vw;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: -2.03125vw;
  background-image: url("/assets/images/main/background-image-wave-pc-red.png");
}
@media screen and (max-width: 768px) {
  .food::before {
    height: 6.4vw;
    top: -5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .food {
    background-size: 26.6666666667vw, 29.8666666667vw;
    background-position: top 3.2vw left -5.3333333333vw, top 3.2vw right -11.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .food {
    position: relative;
    padding: 24vw 0 26.6666666667vw;
    background-image: none;
  }
  .food::before {
    content: "";
    display: block;
    width: 100%;
    height: 2.0833333333vw;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: -2.03125vw;
    background-image: url("/assets/images/main/background-image-wave-sp-red.png");
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .food::before {
    height: 6.4vw;
    top: -5.6vw;
  }
}
.food__heading {
  text-align: right;
  position: relative;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .food__heading {
    height: 9.6vw;
  }
}
.food__heading .title__line {
  display: block;
  font-size: 2.2916666667vw;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .food__heading .title__line {
    font-size: 6.1333333333vw;
  }
}
.food__heading .title__line::before {
  content: "";
  display: block;
  background-color: #e0061b;
  border-radius: 9999px;
  width: 0;
  height: 3.3333333333vw;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .food__heading .title__line::before {
    height: 9.6vw;
  }
}
.food__heading .title__line span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.food__heading figure svg {
  position: absolute;
  width: 20.2604166667vw;
  height: fit-content;
  inset: auto auto 1.4583333333vw 4.6875vw;
}
@media screen and (max-width: 768px) {
  .food__heading figure svg {
    width: 36.5333333333vw;
    bottom: 3.7333333333vw;
  }
}
.food__heading--active .title__line::before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .food__heading {
    margin-bottom: 12vw;
  }
}
.food__heading .title__line {
  padding-right: 2.5vw;
}
@media screen and (max-width: 768px) {
  .food__heading .title__line {
    padding-right: 5.3333333333vw;
  }
}
.food__heading .title__line::before {
  background-color: #fff;
}
.food__heading .title__line span {
  color: #e0061b;
  position: relative;
  z-index: 1;
}
.food__heading::before {
  content: "";
  display: block;
  width: 3.3333333333vw;
  height: 11.25vw;
  background-image: url("/assets/images/common/heading-drink-food.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: auto auto 0 0.8333333333vw;
  transform: rotateZ(387.72deg);
  z-index: 1;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .food__heading::before {
    width: 7.7333333333vw;
    height: 24.2666666667vw;
    inset: auto auto 0 2.6666666667vw;
  }
}
.food__heading::after {
  content: "";
  display: block;
  width: 17.9166666667vw;
  height: 6.25vw;
  background-image: url("/assets/images/common/heading-text-food-black.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: auto auto 1.4583333333vw 5.625vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .food__heading::after {
    width: 32.5333333333vw;
    height: 11.2vw;
    inset: auto auto 4vw 13.3333333333vw;
  }
}
.food__heading--active.food__heading::before {
  transform: rotateZ(347.72deg);
}
.food__best {
  padding: 3.75vw 1.8229166667vw 3.125vw;
  background-color: #ffffff;
  border-radius: 1.0416666667vw;
  margin-bottom: 3.3333333333vw;
  outline-color: #e0061b;
  outline-width: 0.2604166667vw;
  outline-offset: -0.78125vw;
  outline-style: solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .food__best {
    padding: 12vw 5.3333333333vw 16vw;
    margin-bottom: 16vw;
    border-radius: 2.6666666667vw;
    outline-width: 0.8vw;
    outline-offset: -1.8666666667vw;
  }
}
.food__best::before {
  content: "";
  width: 8.9583333333vw;
  height: 8.9583333333vw;
  background-image: url("/assets/images/main/food-best-pairing.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  inset: -2.2916666667vw auto auto -3.75vw;
}
@media screen and (max-width: 768px) {
  .food__best::before {
    width: 29.8666666667vw;
    height: 29.8666666667vw;
    inset: -9.3333333333vw auto auto -4.2666666667vw;
  }
}
.food__best__heading {
  color: #e0061b;
  background-image: url("/assets/images/main/line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: 0 1.6666666667vw 0.8333333333vw;
  padding-bottom: 0.5208333333vw;
  font-size: 2.2916666667vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .food__best__heading {
    background-image: url("/assets/images/main/line-sp.png");
    font-size: 6.9333333333vw;
    margin: 0 0 5.3333333333vw;
    padding-bottom: 3.2vw;
  }
}
.food__best__text {
  width: fit-content;
  margin: 0 auto 2.5vw;
  font-size: 1.4583333333vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .food__best__text {
    font-size: 4.8vw;
    margin-bottom: 12.2666666667vw;
    line-height: 1.611;
    letter-spacing: 0.02em;
  }
}
.food__best__list {
  display: flex;
  justify-content: space-between;
  gap: 0.625vw;
}
@media screen and (max-width: 768px) {
  .food__best__list {
    flex-direction: column;
    gap: 24vw 0;
  }
}
.food__best__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
  width: 14.3229166667vw;
}
@media screen and (max-width: 768px) {
  .food__best__item {
    gap: 8vw;
    width: 100%;
  }
}
.food__best__item:not(:first-child) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .food__best__item:not(:first-child)::before {
    content: "";
    display: block;
    background-image: url("/assets/images/main/line-sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 62.4vw;
    height: 0.8vw;
    position: absolute;
    top: -12vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    opacity: 0.2;
  }
}
.food__best__description {
  font-size: 1.09375vw;
  line-height: 1.875vw;
  width: 13.0208333333vw;
}
@media screen and (max-width: 768px) {
  .food__best__description {
    font-size: 5.6vw;
    line-height: 9.6vw;
    width: 100%;
  }
}
.food__best__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 14.375vw;
  height: 4.7916666667vw;
}
.food__best__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .food__best__logo {
    width: 73.3333333333vw;
    height: auto;
  }
}
.food__best__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 11.4583333333vw;
}
.food__best__menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .food__best__menu {
    width: 64vw;
  }
}
.food__other {
  padding: 3.3333333333vw 2.9166666667vw 6.1458333333vw;
  background-color: #ffffff;
  background-image: url("/assets/images/main/background-image-food-other-pc.png");
  background-repeat: no-repeat;
  background-size: 15.2083333333vw auto;
  background-position: right 2.9166666667vw bottom 4.9479166667vw;
  border-radius: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .food__other {
    padding: 10.6666666667vw 5.3333333333vw;
    margin-bottom: 16vw;
    background-image: none;
    border-radius: 2.6666666667vw;
  }
}
.food__other__text {
  width: fit-content;
  margin: 0 auto 2.9166666667vw;
  font-size: 1.4583333333vw;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .food__other__text {
    font-size: 4.8vw;
    margin-bottom: 12.5333333333vw;
  }
}
.food__other__text::before, .food__other__text::after {
  content: "";
  display: block;
  width: 1.6666666667vw;
  height: 3.5416666667vw;
  background-image: url("/assets/images/main/line-blob.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .food__other__text::before, .food__other__text::after {
    background-image: url("/assets/images/main/line-blob-sp.png");
    width: 8.5333333333vw;
    height: 10.9333333333vw;
  }
}
.food__other__text::before {
  inset: 0.625vw auto auto -2.2916666667vw;
}
@media screen and (max-width: 768px) {
  .food__other__text::before {
    inset: auto auto 5.3333333333vw -10.1333333333vw;
  }
}
.food__other__text::after {
  inset: 0.625vw -2.2916666667vw auto auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .food__other__text::after {
    inset: auto -10.1333333333vw 5.3333333333vw auto;
  }
}
.food__list--full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3020833333vw 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .food__list--full {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6vw 4.2666666667vw;
  }
  .food__list--full .food__list__name {
    white-space: nowrap;
  }
}
.food__list__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .food__list__item {
    flex-direction: column;
    gap: 2.6666666667vw 0;
    width: 37.3333333333vw;
  }
}
.food__list__item:last-child {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .food__list__item:last-child {
    margin-top: 5.3333333333vw;
  }
}
.food__list--name {
  padding: 2.5vw 0 0 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .food__list--name {
    padding: 5.3333333333vw 0 0;
  }
}
.food__list--name .food__list__name {
  text-align: left;
  position: relative;
  padding-left: 1.0416666667vw;
}
.food__list--name .food__list__name::before {
  content: "・";
  position: absolute;
  inset: 0 auto auto 0;
}
@media screen and (max-width: 768px) {
  .food__list--name .food__list__name {
    line-height: 8.5333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.food__list__image {
  flex: none;
  width: 7.2916666667vw;
  aspect-ratio: 1;
  border-radius: 9999px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .food__list__image {
    width: 37.3333333333vw;
  }
}
.food__list__description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.food__list__name {
  color: #e0061b;
  font-size: 1.1458333333vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .food__list__name {
    font-size: 5.3333333333vw;
    line-height: 1.25;
  }
}
.food__list__name--optional {
  color: #e0061b;
  font-size: 1.1458333333vw;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .food__list__name--optional {
    font-size: 4.5333333333vw;
    white-space: nowrap;
  }
}
.food__picture {
  position: relative;
  padding-top: 8.8541666667vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .food__picture {
    padding-top: 0;
  }
}
.food__picture::before {
  content: "";
  display: block;
  background-image: url("/assets/images/main/bunner-present-coca-cola-zero-can.png");
  background-size: contain;
  width: 100%;
  height: 23.4375vw;
  position: absolute;
  right: 0;
  bottom: -0.1041666667vw;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .food__picture::before {
    content: none;
  }
}
.food__picture--active::before {
  transform: translate3d(0, 0, 0);
}
.food__present {
  width: 100%;
  vertical-align: bottom;
}

.booth {
  width: 100%;
  padding-top: 14.84375vw;
}
.booth__content {
  width: 52.0833333333vw;
  margin: 0 auto;
  padding: 0 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  .booth__content {
    width: 89.3333333333vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .booth {
    padding-top: 23.4666666667vw;
  }
}
.booth__heading {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  .booth__heading {
    height: 9.6vw;
  }
}
.booth__heading .title__line {
  display: block;
  font-size: 2.2916666667vw;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .booth__heading .title__line {
    font-size: 6.1333333333vw;
  }
}
.booth__heading .title__line::before {
  content: "";
  display: block;
  background-color: #e0061b;
  border-radius: 9999px;
  width: 0;
  height: 3.3333333333vw;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .booth__heading .title__line::before {
    height: 9.6vw;
  }
}
.booth__heading .title__line span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.booth__heading figure svg {
  position: absolute;
  width: 20.2604166667vw;
  height: fit-content;
  inset: auto auto 0vw 0vw;
}
@media screen and (max-width: 768px) {
  .booth__heading figure svg {
    width: 36.5333333333vw;
    bottom: 3.7333333333vw;
  }
}
.booth__heading--active .title__line::before {
  width: 100%;
}
.booth__heading::before {
  content: "";
  display: block;
  width: 3.75vw;
  height: 12.0833333333vw;
  background-image: url("/assets/images/common/heading-drink-stage.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: auto 1.6666666667vw 0 auto;
  transform: rotateZ(-20deg);
  z-index: 1;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .booth__heading::before {
    width: 7.4666666667vw;
    height: 24vw;
    inset: auto 1.6vw 1.0666666667vw auto;
  }
}
.booth__heading::after {
  content: "";
  display: block;
  width: 21.875vw;
  height: 8.3854166667vw;
  background-image: url("/assets/images/common/heading-text-booth-black.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: auto auto 0 1.3020833333vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .booth__heading::after {
    width: 35.2vw;
    height: 15.4666666667vw;
    inset: auto auto 0.2666666667vw 4vw;
  }
}
.booth__heading--active.booth__heading::before {
  transform: rotateZ(20deg);
}
.booth__heading .title__line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 7.9166666667vw;
}
@media screen and (max-width: 768px) {
  .booth__heading .title__line {
    font-size: 5.0666666667vw;
    padding-right: 13.3333333333vw;
  }
}
.booth__heading .title__line::before {
  background-color: #ffffff;
}
.booth__heading .title__line span {
  color: #e0061b;
  position: relative;
  z-index: 1;
}
.booth__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0833333333vw;
  flex-wrap: wrap;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 768px) {
  .booth__list {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 7.2vw;
  }
}
.booth__company {
  background-color: #ffffff;
  border-radius: 1.0416666667vw;
  color: #e0061b;
  font-size: 1.1458333333vw;
  font-weight: 900;
  padding: 1.7708333333vw 0;
  text-align: center;
  width: 18.8541666667vw;
}
@media screen and (max-width: 768px) {
  .booth__company {
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 0;
    width: 78.9333333333vw;
  }
}

.announce {
  position: relative;
  padding: 4.375vw 0 10.2083333333vw;
}
.announce::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.0833333333vw;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: -2.03125vw;
  background-image: url("/assets/images/main/background-image-wave-pc-white.png");
}
@media screen and (max-width: 768px) {
  .announce::before {
    background-image: url("/assets/images/main/background-image-wave-sp-white.png");
    height: 6.4vw;
    top: -5.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .announce::before {
    height: 6.4vw;
    top: -5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .announce {
    padding: 13.3333333333vw 0 18.6666666667vw;
  }
}
.announce__information {
  width: fit-content;
  margin: 0 auto 4.5833333333vw;
}
.announce__information__image {
  width: 13.75vw;
  aspect-ratio: 1;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .announce__information__image {
    position: relative;
    width: 43.7333333333vw;
  }
}
.announce__information__image:nth-child(1) {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
.announce__information__image:nth-child(2) {
  right: 50%;
  transform: translate3d(50%, 0, 0);
  z-index: 0;
}
.announce__information--active .announce__information__image:nth-child(1) {
  transform: translate3d(-96%, 0, 0);
}
.announce__information--active .announce__information__image:nth-child(2) {
  transform: translate3d(96%, 0, 0);
}
.announce__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75vw;
  padding-right: 5.4166666667vw;
}
@media screen and (max-width: 768px) {
  .announce__sns {
    gap: 5.3333333333vw;
    margin: 0;
  }
}
.announce__sns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.announce__sns__heading {
  display: block;
  width: 17.1875vw;
  height: 14.1666666667vw;
}
@media screen and (max-width: 768px) {
  .announce__sns__heading {
    width: 39.4666666667vw;
    height: 35.2vw;
  }
}
.announce__sns__list {
  display: flex;
  align-items: center;
  gap: 4.5833333333vw;
}
@media screen and (max-width: 768px) {
  .announce__sns__list {
    gap: 10.6666666667vw;
  }
}
.announce__sns__list::after {
  content: "";
  display: block;
  width: 3.3333333333vw;
  height: 7.0833333333vw;
  background-image: url("/assets/images/main/check-glass.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .announce__sns__list::after {
    display: none;
  }
}
.announce__sns__list a {
  display: inline-block;
  transition: opacity 0.1s ease-in-out;
}
.announce__sns__list a:hover, .announce__sns__list a:active {
  opacity: 0.5;
}
.announce__sns__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8958333333vw;
  height: 4.8958333333vw;
}
@media screen and (max-width: 768px) {
  .announce__sns__item a {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.announce__sns__item:nth-child(1) img {
  width: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .announce__sns__item:nth-child(1) img {
    width: 10.6666666667vw;
  }
}
.announce__sns__item:nth-child(2) img {
  width: 4.375vw;
}
@media screen and (max-width: 768px) {
  .announce__sns__item:nth-child(2) img {
    width: 11.7333333333vw;
  }
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20.8333333333vw;
  background-color: #e0061b;
  position: relative;
  padding-top: 1.25vw;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.0833333333vw;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: -2.03125vw;
  background-image: url("/assets/images/main/background-image-wave-pc-red.png");
}
@media screen and (max-width: 768px) {
  .footer::before {
    height: 6.4vw;
    top: -5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    position: relative;
    height: 62.9333333333vw;
    padding-top: 5.3333333333vw;
  }
  .footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 2.0833333333vw;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: -2.03125vw;
    background-image: url("/assets/images/main/background-image-wave-sp-red.png");
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer::before {
    height: 6.4vw;
    top: -5.6vw;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625vw;
}
@media screen and (max-width: 768px) {
  .footer__content {
    gap: 2.1333333333vw;
  }
}
.footer__copyright {
  width: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    width: 68.2666666667vw;
  }
}
.footer__sponsorship {
  color: #ffffff;
  font-size: 1.0416666667vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__sponsorship {
    font-size: 2.6666666667vw;
  }
}