@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
  .highlights-lists {
    flex-direction: column;
  }
  .highlights-lists li {
    width: 100%;
  }
  .highlights-lists h3 img {
    max-width: 500px;
    margin: 0 auto;
  }
  .access-map {
    height: 350px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 900px) {
  .fv-line01 img {
    display: block;
    width: 30vw;
    margin-left: 15vw;
  }
  .fv-line02 img {
    display: block;
    width: 60vw;
    margin-right: 13vw;
    margin-left: auto;
  }
}
@media (max-width: 800px) {
}
@media (max-width: 700px) {
  .fv-line01 {
    background-color: #06cbcc;
    position: absolute;
    top: 7vw;
    left: -10vw;
    transform: rotate(-15deg) translateX(-150%);
    width: 150%;
    font-weight: bold;
    padding: 0.5rem 0;
    animation: sideIn01 0.5s 0.25s ease-in-out forwards alternate;
  }
  .fv-line01 img {
    display: block;
    width: 35vw;
    margin-left: 15vw;
  }

  .fv-line02 {
    background-color: #ff49d2;
    position: absolute;
    top: 7vw;
    right: -10vw;
    transform: rotate(15deg) translateX(-100%);
    width: 150%;
    font-weight: bold;
    padding: 0.5rem 0;
    animation: sideIn02 0.5s 0.5s ease-in-out forwards alternate;
  }
  .fv-line02 img {
    display: block;
    width: 65vw;
    margin-right: 13vw;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .section-title span {
    font-size: 3rem;
    line-height: 1;
    margin-top: 1rem;
  }
  .kitcar-contents {
    flex-direction: column;
  }
  .lineup-lists li {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .concept-text {
    font-size: 1.3rem;
  }
  section {
    padding: 4rem 0;
  }
  .access-map {
    height: 250px;
  }
  .organizer-table th {
    width: 150px;
  }
  .organizer-table th,
  .organizer-table td {
    font-size: 1.2rem;
  }
  .kitcar-top {
    font-size: 1.2rem;
  }
  .lineup-note {
    font-size: 0.9rem;
  }
  .lineup-date-item h3 {
    font-size: 1.35rem;
  }
  .lineup-date-item + .lineup-date-item {
    margin-top: 4rem;
  }
  .lineup-lists li {
    width: 180px;
  }
  .lineup-lists {
    gap: 0 1rem;
  }
  .fv-title {
    top: 40%;
  }
  .highlights-lists li {
    padding: 2rem 1rem;
  }
}
@media (max-width: 420px) {
  .fv-line01 {
    background-color: #06cbcc;
    position: absolute;
    top: 14vw;
    left: -10vw;
    width: 150%;
    font-weight: bold;
    padding: 0.5rem 0;
    animation: sideIn01 0.5s 0.25s ease-in-out forwards alternate;
  }
  .fv-line01 img {
    display: block;
    width: 50vw;
    margin-left: 10vw;
  }

  .fv-line02 {
    background-color: #ff49d2;
    position: absolute;
    top: 7vw;
    right: -10vw;
    width: 150%;
    font-weight: bold;
    padding: 0.5rem 0;
    animation: sideIn02 0.5s 0.5s ease-in-out forwards alternate;
  }
  .fv-line02 img {
    display: block;
    width: 90vw;
    margin-right: 12vw;
    margin-left: auto;
  }
}
@media (max-width: 400px) {
  .section-title span {
    font-size: 2.5rem;
  }

  .concept-text {
    font-size: 1.2rem;
  }
  .lineup-lists li {
    width: 150px;
  }
  .lineup-lists {
    gap: 0 1rem;
  }
}
