@charset "UTF-8";
/* ===== 20260319 ===== */
@font-face {
  font-family: AudiType-Normal;
  src: url("/public/fonts/AudiType-Normal_4.03.woff2") format("woff2");
}
@font-face {
  font-family: AudiType-Bold;
  src: url("/public/fonts/AudiType-Bold_4.03.woff2") format("woff2");
}
@font-face {
  font-family: AudiTypeWide-Light;
  src: url("/public/fonts/AudiType-WideLight_4.03.woff2") format("woff2");
}
@font-face {
  font-family: AudiType-Wide;
  src: url("/public/fonts/AudiType-WideNormal_4.03.woff2") format("woff2");
}
@font-face {
  font-family: AudiTypeWide-Bold;
  src: url("/public/fonts/AudiType-WideBold_4.03.woff2") format("woff2");
}
@font-face {
  font-family: AudiType-Extended;
  src: url("/public/fonts/AudiType-ExtendedNormal_4.03.woff2") format("woff2");
}
@font-face {
  font-family: AudiType-ExtendedBold;
  src: url("/public/fonts/AudiType-ExtendedBold_4.03.woff2") format("woff2");
}
@font-face {
  font-family: AudiType;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("https://assets.audi.com/audi-fonts/1/AudiTypeVF.woff2") format("woff2-variations");
  font-display: swap;
}
@font-face {
  font-family: "Hiragino-Kaku-Gothic-ProN-W4";
  src: url("/public/fonts/Hiragino-Kaku-Gothic-ProN-W4.ttf");
}
@font-face {
  font-family: "Hiragino-Kaku-Gothic-ProN-W6";
  src: url("/public/fonts/Hiragino-Kaku-Gothic-ProN-W6.ttf");
}
.campaign {
  position: relative;
  overflow: hidden;
}
.campaign__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.campaign__background::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(var(--blur, 0px));
          backdrop-filter: blur(var(--blur, 0px));
  pointer-events: none;
  background-color: rgba(0, 0, 0, var(--overlay-opacity, 0));
  will-change: filter, background-color;
}
.campaign__panels {
  position: relative;
  z-index: 2;
}
.campaign-soon {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .campaign-soon {
    min-height: 760px;
  }
}
.campaign-soon__content {
  padding: 60px 2.13% 25px 4.67%;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .campaign-soon__content {
    padding: 100px 7.89% 20px;
  }
}
.campaign-soon__logo {
  width: min(44.47vw, 667px);
  height: min(14.4vw, 216px);
}
@media screen and (max-width: 767px) {
  .campaign-soon__logo {
    width: 323px;
    height: 105px;
  }
}
.campaign-soon__title {
  padding-top: 40px;
  font-size: 4.1rem;
  font-family: "AudiType-ExtendedBold", sans-serif;
}
@media screen and (max-width: 767px) {
  .campaign-soon__title {
    padding-top: 22px;
    font-size: 20px;
  }
}
.campaign-soon__note {
  display: block;
  margin-top: auto;
  font-size: 1.4rem;
  font-family: "AudiType-Normal", sans-serif;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .campaign-soon__note {
    font-size: 10px;
  }
}
.campaign-offer {
  min-height: 850px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .campaign-offer {
    min-height: 1125px;
  }
}
.campaign-offer__container {
  margin-inline: auto;
  padding: 170px 10% 130px;
  max-width: calc(1200px + 20%);
  display: grid;
  grid-template-columns: 1fr 650px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .campaign-offer__container {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .campaign-offer__container {
    padding: 90px 7.89% 95px;
    max-width: 100%;
    grid-template-columns: 100%;
  }
}
.campaign-offer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .campaign-offer__content {
    padding-left: 10%;
    border-left: 1px solid #fff;
  }
}
.campaign-offer__title {
  font-size: 5.4rem;
  font-family: "AudiType-ExtendedBold", sans-serif;
}
@media screen and (max-width: 1439px) {
  .campaign-offer__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .campaign-offer__title {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-offer__title {
    font-size: 34px;
    padding-bottom: 35px;
  }
}
.campaign-offer__subtitle {
  font-size: 2.4rem;
  font-family: "AudiType-Bold", sans-serif;
  line-height: 1.5em;
}
.campaign-offer__desc {
  padding-block: 20px;
  font-size: 1.4rem;
  font-family: "AudiType-Normal", sans-serif;
  line-height: 1.5714285714em;
}
@media screen and (max-width: 767px) {
  .campaign-offer__desc {
    text-align: justify;
  }
}
.campaign-offer__special-title {
  font-family: "AudiType-Bold", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .campaign-offer__special-title {
    font-size: 16px;
  }
}
.campaign-offer__table-item {
  display: grid;
  grid-template-columns: 62px 283px 242px;
  margin-bottom: 16px;
  min-height: 63px;
  background-color: #000015;
  font-family: "AudiType-Bold", sans-serif;
}
@media screen and (max-width: 1024px) {
  .campaign-offer__table-item {
    grid-template-columns: 62px 48.22% 41.22%;
  }
}
@media screen and (max-width: 767px) {
  .campaign-offer__table-item {
    grid-template-columns: 100%;
    background-color: #000;
  }
}
.campaign-offer__table-item:first-child {
  margin-top: 16px;
}
.campaign-offer__table-item > * {
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campaign-offer__table-item--en .campaign-offer__table-label {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .campaign-offer__table-item--en .campaign-offer__table-desc {
    font-size: 16px;
  }
}
.campaign-offer__table-item--en .campaign-offer__table-detail {
  font-size: 1.2rem;
}
.campaign-offer__table-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign-offer__table-label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 20px;
    min-height: 37px;
  }
}
.campaign-offer__table-label span {
  display: block;
  font-family: "AudiType-ExtendedBold", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .campaign-offer__table-label span {
    padding-left: 10px;
  }
}
.campaign-offer__table-desc {
  padding: 0 18px;
  font-size: 1.4rem;
  border-width: 0 1px;
  border-style: solid;
  border-color: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .campaign-offer__table-desc {
    padding: 20px 20px 0;
    border-width: 1px 0 0;
    font-size: 15px;
  }
}
.campaign-offer__table-desc .fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .campaign-offer__table-desc .fs13 {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-offer__table-desc .font-extrabold {
    font-size: 16px;
  }
}
.campaign-offer__table-detail {
  padding: 9px 16px 7px 25px;
  font-family: "AudiType-Normal", sans-serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .campaign-offer__table-detail {
    padding: 14px 20px;
  }
}
.campaign-offer__special-info {
  font-family: "AudiType-Bold", sans-serif;
  font-size: 1.4rem;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .campaign-offer__special-info {
    font-size: 13px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-offer__special-info--en {
    font-size: 14px;
  }
}
.campaign-offer__notes li {
  position: relative;
  padding-left: 12px;
  font-family: "AudiType-Normal", sans-serif;
  font-size: 1.2rem;
  line-height: 1.1666666667em;
}
.campaign-offer__notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign-offer__notes--en li::before {
  content: "*";
  top: 2px;
}
@media screen and (max-width: 767px) {
  .campaign-offer__notes--en li::before {
    top: 3px;
  }
}

.font-extrabold {
  font-family: "AudiType-ExtendedBold", sans-serif;
}