@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "audi_type";
  src: url("./public/css/font/AudiTypeV02-Normal.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "audi_type_bold";
  src: "./public/css/font/AudiTypeV02-Bold.woff";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "audi_type_extended_normal";
  src: url("./public/css/font/AudiTypeV02-ExtendedNormal.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "audi_type_extended_bold";
  src: url("./public/css/font/AudiTypeV02-ExtendedBold.woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Hiragino-Kaku-Gothic-ProN-W3";
  src: url("./public/css/font/hirakaku-w3.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino-Kaku-Gothic-ProN-W6";
  src: url("./public/css/font/hirakaku-w6.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: AudiTypeWide-Bold;
  src: url("./public/css/font/AudiType-WideBold_4.03.woff2") format("woff2");
}
@font-face {
  font-family: AudiTypeWide-Normal;
  src: url("./public/css/font/AudiType-WideNormal_4.03.woff2") format("woff2");
}
html {
  font-family: "Hiragino-Kaku-Gothic-ProN-W3", sans-serif;
  font-size: 10px;
  color: #fff;
  background-color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1180px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.fab {
  z-index: 99;
  bottom: 20px;
  width: 120px;
  float: right;
  position: sticky;
  margin: -140px 2% 0;
}
@media screen and (max-width: 767px) {
  .fab {
    width: 100px;
    bottom: 10px;
    margin-top: -120px;
  }
}
.fab__container {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-inline: auto 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .fab__container {
    width: 100px;
    height: 100px;
  }
}
.fab__container::before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-animation: rotate-animation 10s infinite linear;
          animation: rotate-animation 10s infinite linear;
  background: url("./public/img/fab/bg.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .fab__container::before {
    width: 100px;
    height: 100px;
  }
}
.fab__container:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .fab__container:hover {
    -webkit-transform: unset;
            transform: unset;
  }
}
.fab__entry {
  height: auto;
  width: 82.09px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .fab__entry {
    width: 68.87px;
  }
}

.footer {
  background-color: #000;
  position: relative;
  z-index: 10;
}
.footer .audi-footer__toolbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .audi-footer__to-top-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer .audi-footer__social-media {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.title__en {
  font-family: "audi_type_extended_bold", sans-serif;
  font-size: 5.2rem;
  margin-bottom: 5px;
  letter-spacing: -0.06em;
}
.title__jp {
  font: 700 1.8rem "Hiragino-Kaku-Gothic-ProN-W6", sans-serif;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .title__jp {
    font-size: 16px;
  }
}
.title--center {
  text-align: center;
}

.top__mv {
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__mv {
    height: 932px;
  }
}
.top__mv::after {
  left: 50%;
  z-index: 0;
  top: -190px;
  content: "";
  opacity: 0.6;
  height: 422px;
  width: 2468px;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(-5deg);
          transform: translateX(-50%) rotate(-5deg);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(69%, rgba(0, 0, 0, 0.965)), to(black));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.965) 69%, black 100%);
}
.top__mv-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.top__mv-logo {
  z-index: 1;
  top: 7%;
  left: -55px;
  width: 500px;
  height: 216px;
  display: block;
  position: absolute;
}
@media screen and (max-height: 800px) {
  .top__mv-logo {
    width: 400px;
  }
}
@media screen and (max-height: 700px) {
  .top__mv-logo {
    top: 6%;
    height: auto;
  }
}
@media screen and (max-height: 600px) {
  .top__mv-logo {
    top: 8%;
    width: 300px;
    height: auto;
  }
}
@media screen and (max-height: 500px) {
  .top__mv-logo {
    top: 10%;
    left: -30px;
    width: 200px;
  }
}
@media screen and (max-height: 410px) {
  .top__mv-logo {
    top: 7%;
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-logo {
    top: 72px;
    left: -47px;
    width: 412px;
    height: 132px;
  }
}
.top__mv-header {
  height: 100%;
  margin-top: -60px;
  padding-inline: 4%;
  text-align: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__mv-header {
    margin-top: -30px;
    padding-top: 310px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top__mv-title {
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  font: 800 6rem "audi_type_extended_bold", sans-serif;
  line-height: 1em;
}
@media screen and (max-width: 1300px) {
  .top__mv-title {
    font-size: 4rem;
  }
}
@media screen and (max-height: 600px) {
  .top__mv-title {
    font-size: 4rem;
  }
}
@media screen and (max-height: 550px) {
  .top__mv-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-title {
    font-size: 34px;
    margin-bottom: 17px;
  }
}
.top__mv-date {
  height: auto;
  width: 360.31px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top__mv-date {
    width: 211.56px;
  }
}
.top__mv-scroll {
  top: 50%;
  right: -30px;
  cursor: pointer;
  position: absolute;
  padding-right: 78px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font: 800 1rem "audi_type_extended_bold", sans-serif;
}
@media screen and (max-width: 767px) {
  .top__mv-scroll {
    top: 537px;
    right: -45px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.top__mv-scroll::after {
  right: 0;
  content: "";
  bottom: 3px;
  height: 1px;
  width: 72px;
  position: absolute;
  background-color: #fff;
  animation: scroll 1.4s ease-in-out infinite reverse;
}
.top__intro-image {
  z-index: 1;
  position: relative;
  aspect-ratio: 1500/1210;
}
@media screen and (max-width: 767px) {
  .top__intro-image {
    width: 100%;
    height: 697px;
  }
}
.top__intro-image--bottom {
  aspect-ratio: 1500/844;
  margin-top: -350px;
}
@media screen and (max-width: 767px) {
  .top__intro-image--bottom {
    height: 934.39px;
    margin-top: 0;
  }
}
.top__intro-image::before, .top__intro-image::after {
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
}
.top__intro-image::before {
  top: 0;
  content: "";
  height: 258px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(69%, rgba(0, 0, 0, 0.965)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.965) 69%, black 100%);
}
.top__intro-image::after {
  bottom: 0;
  height: 107px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(69%, rgba(0, 0, 0, 0.965)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.965) 69%, black 100%);
}
@media screen and (max-width: 767px) {
  .top__intro-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__intro {
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.top__intro-content {
  top: 55%;
  z-index: 2;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top__intro-content {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
.top__intro-space {
  z-index: -1;
  width: 100%;
  height: 702px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.01)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 15%, rgba(0, 0, 0, 0.01) 100%);
}
@media screen and (max-width: 767px) {
  .top__intro-space {
    height: 293px;
  }
}
.top__intro-wrap {
  width: 100%;
  padding-inline: 4%;
  margin-inline: auto;
  max-width: calc(530px + 8%);
}
@media screen and (max-width: 767px) {
  .top__intro-wrap {
    padding-inline: 4%;
  }
}
.top__intro-title {
  margin-bottom: 25px;
  font: 600 2.8rem "Hiragino-Kaku-Gothic-ProN-W6", sans-serif;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .top__intro-title {
    font-size: 20px;
    margin-bottom: 28px;
    line-height: 1.45em;
  }
}
.top__intro-title .audi {
  font-weight: 700;
  font-family: "audi_type_extended_bold", sans-serif;
}
.top__intro-date {
  height: auto;
  width: 100%;
  max-width: 503.07px;
  margin-block: 32px 42px;
}
@media screen and (max-width: 767px) {
  .top__intro-date {
    margin-block: 41px 39px;
  }
}
.top__intro-text {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.5em;
}
.top__intro-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.5714285714em;
}
@media screen and (max-width: 767px) {
  .top__intro-note {
    gap: 5px;
  }
}
.top__intro-note::before {
  content: "※";
}
.top__intro-bg {
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 428px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top__intro-bg {
    top: 65%;
    -webkit-transform: none;
            transform: none;
    height: 175.44px;
  }
}
@media screen and (max-width: 500px) {
  .top__intro-bg {
    top: 85%;
  }
}
.top__intro-bg-wrap {
  height: 100%;
  width: 2454px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .top__intro-bg-wrap {
    width: 1006.71px;
  }
}
.top__session {
  z-index: 1;
  position: relative;
  padding-block: 56px 134px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .top__session {
    margin-top: -227px;
    padding-block: 56px 94px;
  }
}
.top__session .splide__pagination {
  display: none;
}
@media screen and (max-width: 1200px) {
  .top__session .splide__pagination {
    gap: 9px;
    left: unset;
    right: unset;
    bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 4%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 55px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .top__session .splide__pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top__session .splide__pagination__page {
  opacity: 1;
  height: 2.42px;
  width: 48.44px;
  border-radius: 0;
  margin: 0 !important;
  background-color: #313131;
}
.top__session .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #fff;
  outline: 1.62px solid #fff;
}
.top__session-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1180px + 8%);
  margin-inline: auto !important;
  padding: 65px 4% 95px !important;
}
@media screen and (max-width: 1200px) {
  .top__session-list {
    padding-inline: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .top__session-list {
    padding-block: 43px 50px !important;
  }
}
.top__session-item {
  width: 215px;
}
.top__session-item:not(:last-child) {
  margin-right: 26.25px;
}
.top__session-date {
  letter-spacing: -0.03em;
  font: 800 2.7rem "audi_type_extended_bold", sans-serif;
}
.top__session-date .eng {
  font-size: 1.8rem;
}
.top__session-time {
  font-size: 1.8rem;
  margin: 3px 0 0 6px;
  letter-spacing: -0.03em;
  font-family: "audi_type", sans-serif;
}
.top__session-image {
  width: 100%;
  height: 195px;
  position: relative;
  margin-block: 15px 13px;
  background-color: #242424;
}
.top__session-image span {
  top: 50%;
  left: 50%;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font: 800 1.7rem "audi_type_extended_bold", sans-serif;
}
.top__session-name {
  margin-bottom: 6px;
  letter-spacing: -0.03em;
  font: 700 1.8rem "Hiragino-Kaku-Gothic-ProN-W6", sans-serif;
}
.top__session-name-jp {
  font-size: 1.4rem;
  margin-bottom: 9px;
}
.top__session-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286em;
}
.top__session-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-inline: auto;
  letter-spacing: -0.06em;
  font: 300 1.4rem "AudiTypeWide-Normal", sans-serif;
  line-height: 1.5714285714em;
}
@media screen and (max-width: 767px) {
  .top__session-note {
    gap: 4px;
  }
}
.top__session-note::before {
  content: "※";
}
.top__session-note span {
  display: contents;
}
.top__event-show {
  height: 90vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__event-spacer {
  height: 100vh !important;
}
@media screen and (max-width: 767px) {
  .top__event-spacer {
    height: 100vh !important;
  }
}
.top__event-title {
  top: 52.5%;
  left: 50%;
  z-index: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 70px;
  position: fixed;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-height: 900px) {
  .top__event-title {
    height: 85px;
  }
}
@media screen and (max-width: 1290px) and (min-height: 1080px) {
  .top__event-title {
    width: 100%;
  }
}
@media screen and (min-height: 1080px) {
  .top__event-title {
    height: 100px;
  }
}
@media screen and (max-width: 1050px) {
  .top__event-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__event-title {
    width: 100%;
    height: 92.63px;
    text-align: center;
    line-height: 0.7301587302em;
  }
}
@media screen and (max-width: 430px) {
  .top__event-title {
    font-size: 48px;
  }
}
.top__event-title::before {
  inset: 0;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  content: "";
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(30px) contrast(1.1);
          backdrop-filter: blur(30px) contrast(1.1);
}
@media screen and (min-width: 1800px) {
  .top__event-title::before {
    -webkit-backdrop-filter: blur(200px) brightness(0.95);
            backdrop-filter: blur(200px) brightness(0.95);
  }
}
@media screen and (max-width: 767px) {
  .top__event-title::before {
    left: 0;
    right: 0;
  }
}
.top__event-container {
  gap: 55px;
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .top__event-container {
    gap: 65px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.top__event-info {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-block: 230px 147px;
}
@media screen and (max-width: 767px) {
  .top__event-info {
    padding-block: 113px 160px;
  }
}
.top__event-list {
  margin-bottom: 20px;
  padding-block: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .top__event-list {
    padding-block: 20px;
  }
}
.top__event-item {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__event-label {
  min-width: 120px;
  font: 600 1.6rem "Hiragino-Kaku-Gothic-ProN-W6", sans-serif;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top__event-label {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
.top__event-text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8666666667em;
}
@media screen and (max-width: 767px) {
  .top__event-text {
    font-size: 13px;
    line-height: 1.8461538462em;
  }
}
.top__event-note {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1.5em;
}
.top__event-note::before {
  content: "※";
}
.top__event-note .audi-type {
  display: contents;
}
.top__event-map {
  width: 100%;
  height: 383px;
}
@media screen and (max-width: 767px) {
  .top__event-map {
    height: 291px;
  }
}
.top__event-link {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: underline;
}
.top__event {
  position: relative;
}
.top__exp {
  position: relative;
}
.top__exp-image {
  overflow: hidden;
}
@media screen and (max-height: 700px) {
  .top__exp-image {
    height: 380px;
  }
}
@media screen and (max-height: 600px) {
  .top__exp-image {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top__exp-image {
    height: auto;
  }
}
.top__exp-image--2 img {
  scale: 1.05;
}
.top__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.top__bg::before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(32px) brightness(0.75);
          backdrop-filter: blur(32px) brightness(0.75);
}
.top__bg::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
}
.top__bg.blurred::before {
  opacity: 1;
}
.top__bg.active {
  opacity: 1;
}
.top__bg.lineup::after {
  background: url("./public/img/top/lineup-bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top__bg.lineup::after {
    background: url("./public/img/top/lineup-bg-sp.jpg") no-repeat center/cover;
  }
}
.top__bg.exp::after {
  background: url("./public/img/top/exp-bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top__bg.exp::after {
    background: url("./public/img/top/exp-bg-sp.jpg") no-repeat center/cover;
  }
}
.top__spacer {
  width: 100%;
  height: 800px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__spacer {
    height: 466px;
  }
}
.top__exp-content {
  height: 100%;
  margin-inline: auto;
  padding-block: 188px 228px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1180px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__exp-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__exp-content {
    padding-block: 205px 228px !important;
  }
}
.top__exp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top__exp-row--flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top__exp-row:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top__exp-row:not(:last-child) {
    margin-bottom: 73.5px;
  }
}
.top__exp-col {
  max-width: 683px;
  width: 100%;
}
.top__exp-info-top {
  margin-bottom: 67.3px;
}
@media screen and (max-width: 767px) {
  .top__exp-info-top {
    margin-bottom: 43.5px;
  }
}
.top__exp-title {
  letter-spacing: -0.06em;
  margin-bottom: 13.4px;
  font: 600 2.8rem "Hiragino-Kaku-Gothic-ProN-W6", sans-serif;
  line-height: 1.5714285714em;
}
@media screen and (max-width: 767px) {
  .top__exp-title {
    font-size: 20px;
  }
}
.top__exp-desc {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5em;
}
.top__exp-desc.fs14 {
  font-size: 1.4rem;
  line-height: 1.5714285714em;
}
.top__exp-info-lower {
  margin-top: 13.4px;
}
.top__exp-label {
  display: block;
  margin-bottom: 13px;
  font: 600 1.8rem "Hiragino-Kaku-Gothic-ProN-W6", sans-serif;
  line-height: 1.3516666667em;
}
@media screen and (max-width: 767px) {
  .top__exp-label {
    margin-bottom: 8px;
  }
}
.top__lineup {
  position: relative;
}
.top__lineup-content {
  height: 100%;
  padding-block: 82px 180px !important;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1180px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__lineup-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__lineup-content {
    padding-block: 137px 140px !important;
  }
}
.top__lineup-info {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5em;
  margin-block: 30px 13px;
}
@media screen and (max-width: 767px) {
  .top__lineup-info {
    margin-block: 20px 11px;
  }
}
.top__lineup-note {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5em;
}
.top__lineup-note::before {
  content: "※";
}
.top__lineup-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .top__lineup-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  .top__lineup-list {
    grid-template-columns: 1fr;
  }
}
.top__lineup-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__lineup-text {
  letter-spacing: -0.06em;
  margin-top: 10px;
  display: block;
  font: 400 1.4rem "audi_type_extended_normal", sans-serif;
}
@media screen and (max-width: 767px) {
  .top__lineup-text {
    font-size: 17px;
  }
}
.top__gift {
  overflow: hidden;
  position: relative;
}
.top__gift-bg {
  position: relative;
  width: 100%;
  height: 100svh;
  height: 100vh;
  display: block;
}
@media screen and (max-width: 767px) {
  .top__gift-bg img {
    -o-object-position: top;
       object-position: top;
  }
}
.top__gift-content {
  padding-block: 43px 170px;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .top__gift-content {
    padding-block: 0 170px;
  }
}
.top__gift-content::before {
  content: "";
  width: 100%;
  height: 230px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(11, 11, 11)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(11, 11, 11) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: -230px;
}
@media screen and (max-width: 767px) {
  .top__gift-content::before {
    top: -115px;
    height: 115px;
  }
}
.top__gift-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top__gift-ctr {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1180px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__gift-ctr {
    max-width: 100%;
  }
}
.top__gift-ctr .title {
  margin-top: -100px;
}
.top__gift-intro {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center;
  margin-block: 35px 21px;
}
@media screen and (max-width: 767px) {
  .top__gift-intro {
    margin-block: 20px 29px;
  }
}
.top__gift-card {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top__gift-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__gift-card-wrap {
  max-width: 423px;
  width: 100%;
}
.top__gift-info {
  margin-top: 16px;
}
.top__gift-label {
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  display: block;
  font: 700 1.8rem "audi_type_bold", sans-serif;
}
.top__gift-desc {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4285714286em;
}
.top__gift-note {
  max-width: 423px;
  width: 100%;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .top__gift-note {
    margin-top: 10px;
  }
}
.top__gift-note--center {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .top__gift-note--center {
    margin-top: 11px;
  }
}
.top__gift-benefits {
  margin-block: 104px 107px;
}
@media screen and (max-width: 767px) {
  .top__gift-benefits {
    margin-block: 100px 99px;
  }
}
.top__gift-title {
  text-align: center;
  font: 600 2.2rem "Hiragino-Kaku-Gothic-ProN-W6", sans-serif;
  line-height: 1.5454545455em;
}
@media screen and (max-width: 767px) {
  .top__gift-title {
    font-size: 17px;
  }
}
.top__gift-apply {
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .top__gift-apply {
    margin-bottom: 118px;
  }
}
.top__gift-dialogue {
  letter-spacing: -0.06em;
  text-align: center;
  margin-bottom: 20px;
  font: 700 2.4rem "audi_type_extended_bold", sans-serif;
  line-height: 1.4166666667em;
}
@media screen and (max-width: 767px) {
  .top__gift-dialogue {
    font-size: 20px;
  }
}
.top__gift-button {
  font-size: 1.7rem;
  font-weight: 300;
  max-width: 318px;
  width: 100%;
  height: 60px;
  padding: 19px 20px;
  border: 1px solid #fff;
  background-color: #000;
  margin-inline: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__gift-button:hover {
  -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
  border-color: #fff;
}
.top__gift-button--event:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
.top__contact-info {
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  text-align: center;
  margin-bottom: 8.7px;
}
.top__contact-desc {
  font: 600 1.4rem "Hiragino-Kaku-Gothic-ProN-W6", sans-serif;
  line-height: 1.7142857143em;
  text-align: center;
}
.top__contact-desc a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__contact-desc a:hover {
  opacity: 0.6;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

.audi-type {
  font-weight: 400;
  font-family: "AudiTypeWide-Normal", sans-serif;
}

.audi-ex-bold {
  font-weight: 700;
  font-family: "audi_type_extended_bold", sans-serif;
}

.audi-widenormal {
  font-weight: 400;
  font-family: "AudiTypeWide-Normal", sans-serif;
}

.audi-widebold {
  font-weight: 700;
  font-family: "AudiTypeWide-Bold", sans-serif;
}

.underline {
  text-decoration: underline;
}

@-webkit-keyframes scroll {
  0% {
    width: 0;
    right: 0;
    opacity: 0;
  }
  30% {
    width: 15px;
    opacity: 1;
  }
  100% {
    width: 0;
    right: 59.4px;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    width: 0;
    right: 0;
    opacity: 0;
  }
  30% {
    width: 15px;
    opacity: 1;
  }
  100% {
    width: 0;
    right: 59.4px;
    opacity: 0;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}