@charset "UTF-8";
em.nowrap {
  white-space: nowrap;
  font-style: normal;
}

.c-footer__float-navi {
  position: fixed;
  top: 50%;
  right: 0;
  width: 250px;
  margin-top: -77px;
  z-index: 2000;
  transition: width 0.3s;
}

.float_hide .c-footer__float-navi {
  width: 48px;
}

.c-footer .c-footer__float-navi ul {
  margin: 0;
  width: 250px;
}

.c-footer .c-footer__float-navi a {
  height: 51px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 13px;
  transition: background-color 0.3s;
}

.c-footer .c-footer__float-navi li {
  transition: transform 0.2s;
  position: relative;
}

.float_hide .c-footer .c-footer__float-navi > ul > li:hover {
  transform: translateX(-197px);
}
.float_hide .c-footer .c-footer__float-navi > ul > li:hover .c-footer__float-subnavi {
  opacity: 1;
}

.float_hide .c-footer .c-footer__float-navi li:hover span {
  opacity: 1;
}

.float_hide .c-footer__float-navi span {
  opacity: 0;
}

.c-footer__float-navi a img {
  width: 22px;
  display: block;
}

.c-footer__float-navi span {
  font-size: 1.4rem;
  padding: 0 10px;
  transition: opacity 0.3s;
}
.c-footer__float-navi span .u-font-auditypenormal {
  padding: 0;
  font-family: Audi_Type_Normal;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi {
  width: 100%;
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: auto auto;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi li a {
  /*padding: 8px 0 0;*/
  height: 51px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi li span:first-child {
  z-index: 10;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi li span {
  padding: 0;
  font-family: Audi_Type_Normal;
}

.c-footer {
  color: #939393;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  line-height: 2;
  z-index: 2099;
  position: fixed;
}

.c-footer a {
  display: block;
  transition: 0.2s;
}

.c-footer ul,
.c-footer p {
  -webkit-margin-before: 1em;
  margin-top: 1em;
  -webkit-margin-after: 1em;
  margin-bottom: 1em;
}
.c-footer__float-subnavi {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.c-footer__float-subnavi .c-footer__float-subnavi-box {
  margin-top: 1px;
  display: block;
  line-height: 1.4;
}
.c-footer__float-subnavi .c-footer__float-subnavi-box a {
  border-top: 1px solid #fff;
  background-color: transparent;
}
.c-footer__float-subnavi .c-footer__float-subnavi-box a > span {
  z-index: 1;
}
.c-footer__float-subnavi .c-footer__float-subnavi-box a::before {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
/*
  -webkit-clip-path: polygon(0% 0%, calc(50% - 10px) 0, 50% 8px, calc(50% + 10px) 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, calc(50% - 10px) 0, 50% 8px, calc(50% + 10px) 0, 100% 0, 100% 100%, 0 100%);
*/
  width: 100%;
  height: 100%;
}
.c-footer__float-subnavi .c-footer__float-subnavi-box > a:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}
/*.c-footer__float-subnavi .c-footer__float-subnavi-box::after {
  background: #000;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 8px;
  top: -1px;
  width: 20px;
  z-index: 1;
}*/

.c-footer a:hover + .c-footer__float-subnavi .c-footer__float-subnavi-box:after {
  opacity: 0.7;
}
.c-footer a:hover span {
  opacity: 1;
}

.float_hide .c-footer__float-subnavi {
  opacity: 0;
}

.c-btn {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  max-width: 220px;
  min-width: 220px;
  padding: 0 15px;
  cursor: pointer;
  outline: none;
  background-color: #000;
  transition: all 0.3s;
}
.c-btn.-transparent {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.c-btn.-transparent::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(84%) saturate(7483%) hue-rotate(88deg) brightness(107%) contrast(101%);
}
.c-btn.-border {
  border: 1px solid #fff;
}
/*.c-btn::after, */.c-btn[target=_blank]:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
  background-image: url("/e-tron/assets/img/models/q6_e-tron/common/icon-link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.c-btn-play .button.is-play {
  background-color: #707070;
  border-radius: 50%;
  border: none;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 10;
}
.c-btn-play .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.c-btn-play .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.c-btn.c-btn-white {
	background: #fff;
	color: #000;
  border: 1px solid #000;
}
.c-btn.c-btn-white:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  display: inline-block;
  background-image: url("/e-tron/assets/img/models/q6_e-tron/common/icon-link_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-btn.c-btn-white[target=_self]:after {
  content: none;
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.c-link--icon [class^=c-icon] {
  margin-left: 4px;
}
.c-link--icon-before [class^=c-icon] {
  margin-right: 4px;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding-left: 250px;
  padding-right: 250px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2100;
}
.modal__container {
  aspect-ratio: 16/9;
  background-color: #fff;
  box-sizing: border-box;
  max-height: 100vh;
  width: 100%;
}

.modal__container iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.modal__content {
  line-height: 0;
}

.modal__close {
  height: 56px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 56px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.modal__close:after, .modal__close:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50px;
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(5%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-3%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}

/**
 * Swiper 11.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 3, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: Audi_Type_Normal;
  src: url("/e-tron/assets/font/AudiType-Normal_4.03.woff2");
}
.swiper-wrapper {
  will-change: transform;
}

.swiper-slide {
  min-width: 300px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

body {
  min-width: auto;
  font-family: AudiType, Helvetica Neue, 平成角ゴシック Std, 平成ゴシック, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.is-sp {
  display: none;
}

.fw-normal {
  font-family: Audi_Type_Normal, 平成角ゴシック Std, sans-serif;
}

.c-block-detail {
  background-color: #000;
}
.c-block-detail .title {
  color: #fff;
  font-size: 38px;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  margin-bottom: 32px;
}
.c-block-detail .title > span {
  display: block;
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.4504166667;
}
.c-block-detail .img {
  position: relative;
  margin: auto;
  margin-bottom: 41px;
  width: 67.13%;
  min-width: 700px;
  display: flex;
  align-items: center;
}
.c-block-detail .img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  transition: all 0.5s;
  background-color: #fff;
}
.c-block-detail .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block-detail .js-visible::before {
  width: 0%;
  transition: all 0.5s;
}
.c-block-detail .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.8666666667;
  text-align: center;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.c-block-detail .link {
  display: flex;
  gap: 20px;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.c-block-detail .link .c-btn {
  min-width: 262px;
  max-width: 262px;
}

.header {
  display: none;
}

.header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 0.2s;
  padding: 10px 20px;
  width: 100%;
  z-index: 2000;
}
.header2.js-show {
  transform: translateY(0);
}

.is-hidden-footer {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.js-display {
  opacity: 1 !important;
  transition: all 0.7s !important;
  visibility: visible !important;
}

.js-display-after::after {
  opacity: 1 !important;
  transition: all 0.7s !important;
  visibility: visible !important;
}

.c-footer__float-navi {
  transition: all 0.3s;
}

.c-footer .c-footer__float-navi .c-footer__float-subnavi {
  display: block !important;
}

.main {
  width: 100%;
  position: relative;
  /* two variable for .main-title-link and .bg-link */
}
.main > *:not(.backdrop):not(iframe) {
  position: relative;
}
.main .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.5s;
}
.main .backdrop.js-show {
  opacity: 1;
}
.main iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.13);
  width: 100vw;
  height: 120dvh;
  pointer-events: none;
}
.main-title {
  width: 100%;
  height: calc(100vh - 90px);
  transition: all 0.5s;
}
.main-title.js-hide {
  opacity: 0;
  visibility: hidden;
}
.main-title .logo {
  display: inline-block;
  position: absolute;
  top: 45px;
  left: 0;
}
.main-title .logo img {
  height: 190px;
}
.main-title .logo-text {
  position: absolute;
  right: 86px;
  bottom: 40px;
}
.main-title .logo-text img {
  height: 364px;
}
.main .bg-link {
  position: fixed !important;
}
.main .bg-link {
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 90px;
  contain: paint;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 14px;
}
.main .bg-link.js-hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.main .bg-link a.c-btn {
  max-width: 256px;
  min-width: 256px;
  background-color: transparent;
}
.main-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: auto;
  min-height: 100vh;
  padding-top: 12px;
  padding-bottom: 200px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.main-desc.js-show {
  opacity: 1;
  visibility: visible;
}
.main-desc-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7777777778;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.main-desc-text span {
  display: block;
  margin-bottom: 32px;
}
.main-desc h2.text-bold {
  margin-top: 50px;
  font-size: 56px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.main-data {
  margin: 0 auto;
  padding-bottom: 80px;
  width: 100%;
  height: 100vh;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.main-data .main-data-swiper .main-data-wrapper .data-item {
  padding: 37px 55px 50px;
  background-color: #fff;
  width: 100%;
  max-width: 610px;
}
.main-data .main-data-swiper .main-data-wrapper .data-item h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: center;
  height: 66px;
}
.main-data .main-data-swiper .main-data-wrapper .data-item h3.one-line {
  line-height: 1.3;
  height: 102px;
  font-size: 36px;
	padding: 0;
}
.main-data .main-data-swiper .main-data-wrapper .data-item p.date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 28px;
}
.main-data .main-data-swiper .main-data-wrapper .data-item picture {
  display: block;
  margin-bottom: 16px;
}
.main-data .main-data-swiper .main-data-wrapper .data-item picture img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-data .main-data-swiper .main-data-wrapper .data-item p.desc {
  font-size: 15px;
  line-height: 1.8666666667;
  margin-bottom: 16px;
  height: 112px;
  height: 150px;
}
.main-data .main-data-swiper .main-data-wrapper .data-item .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-data .main-data-swiper .main-data-wrapper .data-item .link a.c-btn {
  max-width: 256px;
  min-width: 256px;
}
.main-data .main-data-swiper .main-data-wrapper .data-item .link .c-btn.c-btn-2column {
  max-width: 256px;
  min-width: 180px;
	margin: 0 10px;
}
.main-data .main-data-swiper .main-data-wrapper .data-item.article_comingsoon h3 {
  line-height: 3;
}
.main-data .main-data-swiper .main-data-wrapper .data-item.article_comingsoon .link a.c-btn {
  visibility: hidden;
}
.main-data .swiper-button-next, .main-data .swiper-button-prev {
  top: calc(50% - 30px);
  background-color: transparent;
  border: 0;
  outline: none;
}
.main-data .swiper-button-next:after, .main-data .swiper-button-prev:after {
  font-size: 24px;
}
.main-data .swiper-button-next {
  right: calc((100% - 610px) / 2 - 60px);
}
.main-data .swiper-button-prev {
  left: calc((100% - 610px) / 2 - 60px);
}
.main-data .swiper-pagination {
  position: relative;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.main-data .swiper-pagination span.swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: all 0.3s;
}
.main-data .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-data .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.feature {
  position: relative;
}
.feature-item {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - var(--data-height));
  padding-top: 290px;
  overflow: hidden;
  /* 20260409 ブロックの見出し視認性確保のため
  background-color: #fff;
  */
  background-color: #101319;
}
.feature-item h2 {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 2;
  font-size: 114px;
  font-weight: bold;
  letter-spacing: 1px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  margin: 0;
}
.feature-item h3 {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  color: #F50537;
  line-height: 1;
  opacity: 0;
  transition: all 0.7s;
  visibility: hidden;
  padding-bottom: 35px;
}
.feature-item > p {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}
.feature-item .layout {
  padding: 80px 0;
  position: relative;
}
.feature-item .layout .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-item .layout .backdrop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.7s;
  visibility: visible;
}
.feature-item .layout .backdrop iframe,
.feature-item .layout .backdrop video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.13);
}
.feature-item .layout .swiper-main {
  width: 940px;
  max-width: calc(100% - 60px);
  margin-bottom: 42px;
  padding: 0 30px;
  opacity: 0;
  transition: all 0.7s;
  visibility: hidden;
}
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide .slide-inner .iframe-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
  display: none;
}
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide .slide-inner-desc {
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  text-align: left;
  position: absolute;
  top: 470px;
  right: 35px;
}
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide img,
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide video,
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide iframe {
  width: 880px;
  height: 495px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide video,
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide iframe {
  pointer-events: none;
}
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide > p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  width: 100%;
  margin-top: 72px;
}
.feature-item .layout .swiper-main .swiper-wrapper .swiper-slide > p span.caution {
  padding: 5px 0 0;
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
}
.feature-item .layout .swiper-main .swiper-button-next, .feature-item .layout .swiper-main .swiper-button-prev {
  border: 0;
  width: auto;
  outline: none;
  top: calc(45% - 72px);
  background-color: transparent;
}
.feature-item .layout .swiper-main .swiper-button-next:after, .feature-item .layout .swiper-main .swiper-button-prev:after {
  font-size: 24px;
}
.feature-item .layout .swiper-main .swiper-button-next {
  right: 0;
}
.feature-item .layout .swiper-main .swiper-button-prev {
  left: 0;
}
.feature-item .layout .swiper-main .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 495px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 23px;
}
.feature-item .layout .swiper-main .swiper-pagination span {
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: all 0.3s;
}
.feature-item .layout .swiper-main .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item .layout .swiper-main .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.feature-item .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature-item .swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
}
.feature-item .swiper .swiper-wrapper .swiper-pagination {
  bottom: -4px;
}
.feature-item .swiper .swiper-wrapper .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 20px !important;
  height: 5px !important;
}
.feature-item .swiper .swiper-wrapper .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #fff !important;
}
.feature-item .swiper .swiper-wrapper .swiper-button-prev::after, .feature-item .swiper .swiper-wrapper .swiper-button-next::after {
  font-size: 20px !important;
}
.feature-item .swiper-gallery {
  will-change: transform;
  opacity: 0;
  transition: all 0.7s;
  visibility: hidden;
}
.feature-item .swiper-gallery .swiper-slide {
  width: 600px;
  max-width: 100%;
  height: 320px;
}
.feature-item .swiper-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie {
  padding-top: 150px;
  padding-bottom: 80px;
  background-color: #000000;
}
.movie-title {
  font-size: 56px;
  text-align: center;
  color: #fff;
  word-break: break-word;
  margin-bottom: 26px;
}
.movie-link {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.movie-video {
  position: relative;
  margin: 0 -20px;
  overflow: hidden;
  aspect-ratio: 25 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie-video .is-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.movie-video iframe {
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
  aspect-ratio: 16/9;
  transition: all 0.3s;
  pointer-events: none;
  transform: scale(1.25);
}
.movie-video picture {
  width: 100%;
  height: 100%;
}
.movie-video picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lineup {
  padding-top: 70px;
  padding-bottom: 97px;
  background-color: #fff;
}
.lineup-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 0;
}
.lineup-list-item .lineup-item {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-self: center;
  width: 900px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.lineup-list-item .lineup-item picture {
  width: 70vw;
  max-width: 482px;
}
.lineup-list-item .lineup-item picture img {
  width: 100%;
}
.lineup-list-item .lineup-item .detail {
  text-align: center;
  padding-top: 40px;
  padding-left: 10px;
}
.lineup-list-item .lineup-item .detail h3 {
  font-size: 35px;
  margin-bottom: 32px;
  text-align: left;
}
.lineup-list-item .lineup-item .detail a {
  margin-bottom: 10px;
}
.lineup-list-item .lineup-item .detail a:last-child {
  margin-bottom: 0;
}

.fair {
  padding-top: 96px;
  padding-bottom: 114px;
}
.fair .link a.c-btn {
  max-width: 240px;
  min-width: 240px;
  color: #000;
  background: #fff;
}
.fair .link a.c-btn::after {
  background-image: url("/e-tron/assets/img/models/q6_e-tron/common/icon-link_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.special {
  padding-top: 96px;
  padding-bottom: 114px;
}
.special.c-block-detail {
	background: url("../img/models/q6_e-tron/img_audi-q6_54.jpg") center center no-repeat;
	background-size: cover;
}
.special .link .c-btn {
  max-width: 200px;
  min-width: 200px;
  color: #fff;
  background: transparent;
}
.special .link a.c-btn:after {
	content: none;
}
.special .link a.c-btn[target=_blank]:after {
	content: "";
  background-image: url("/e-tron/assets/img/models/q6_e-tron/common/icon-link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.campaign {
  padding-top: 96px;
  padding-bottom: 114px;
  background-color: #fff;
}
.campaign .title,
.campaign .text {
  color: #000;
}
.campaign .img::before {
  background-color: #000;
}
.campaign .link .c-btn {
  min-width: 160px;
  max-width: 160px;
}
.campaign .link .c-btn::after {
  content: none;
} 


.backto-etron {
  width: 100%;
  height: 24vw;
  max-height: 500px;
  min-height: 180px;
  padding: 20px;
  position: relative;
}
.backto-etron picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.backto-etron picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.backto-etron a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.8472222222;
  font-family: AudiType, Helvetica Neue, 平成角ゴシック Std, 平成ゴシック, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}

.modal__container iframe {
  border: 0;
}

@media (min-width: 768px){
  .audi-footer {
    padding: var(--space-xl) var(--space-column) var(--space-m);
  }
}

@media screen and (min-width: 769px){
  .header2 {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 768px) and ( max-height: 720px) {
  .main-title .logo img {
    height: 133px;
  }
  .main-title .logo-text img {
    height: 255px;
  }
}
@media screen and (max-width: 1024px){
  .modal__overlay {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 992px){
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide > p br {
    display: none;
  }
  .lineup-list-item .lineup-item {
    width: 700px;
  }
  .lineup-list-item .lineup-item picture {
    max-width: 400px;
  }
}

@media screen and (max-width: 769px){
  .modal__overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px){
  .c-footer__float-navi {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    transition: bottom 0.5s;
  }
  .c-footer .c-footer__float-navi ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }
  .float_hide .c-footer .c-footer__float-navi {
    width: 100%;
  }
  .c-footer .c-footer__float-navi a:hover {
    background: #000;
  }
  .float_hide .c-footer__float-navi span {
    opacity: 1;
  }
  .float_hide .c-footer .c-footer__float-navi > ul > li:hover {
    transform: translateX(0);
  }
  .c-footer__float-navi li {
    width: 25%;
  }
  .c-footer__float-navi li + li {
    border-left: 1px solid #323232;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi {
    width: 100%;
    position: absolute;
    right: 0;
    display: block;
    transform: translateY(100%);
    transition: 0.3s;
    top: 0;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi.is-active {
    transform: translateY(-100%);
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-top: none;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li a {
    height: 53px;
    padding-top: 0;
    background: #000;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li:first-child a {
    height: 53px;
    background: #000;
    padding-top: 0;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li:after,
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li::before {
    content: none;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi li span {
    padding: 0;
    font-size: 1.2rem;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    /*
    border-bottom: 8px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1px;
    z-index: 1;
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    /*
    border-bottom: 7px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
  }
  .c-footer__float-subnavi .c-footer__float-subnavi-box {
    margin-top: 0;
  }
  .c-footer__float-subnavi .c-footer__float-subnavi-box a {
    border-top: none;
  }
  .c-footer__float-navi span[data-device=sp] {
    display: block;
    line-height: 1.25;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 0 5px;
  }
  .c-footer .c-footer__float-navi a {
    height: 64px;
    letter-spacing: 0.03em;
    padding-bottom: 7px;
    padding-left: 0;
    padding-top: 10px;
    grid-row-gap: 2px;
    row-gap: 2px;
    display: grid;
    grid-template-rows: 22px 1fr;
  }
  .c-footer__float-navi a img {
    width: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer {
    font-size: 3.06667vw;
    margin-bottom: 64px;
    transition: margin-bottom 0.5s;
  }
  .c-footer a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px){
  .c-btn {
    min-width: 320px;
    max-width: 320px;
  }
  .c-btn-play .button.is-play {
    width: 56px;
    height: 56px;
  }
  .container {
    padding: 0 30px;
  }
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .c-block-detail .title {
    font-size: 26px;
    line-height: 1.3846153846;
    text-align: left;
    margin-bottom: 16px;
  }
  .c-block-detail .title > span {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 5px;
  }
  .c-block-detail .img {
    min-width: 0;
    min-width: initial;
    margin-bottom: 25px;
    width: 100%;
  }
  .c-block-detail .text {
    font-size: 14px;
    text-align: left;
    line-height: 1.7142857143;
    margin-bottom: 20px;
  }
  .c-block-detail .link {
    flex-direction: column;
    align-items: center;
  }
  .c-block-detail .link .c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .header2__logo {
    display: flex;
  }
  .header2__logo img {
    height: 12px;
    width: auto;
  }
  .header2__logo:last-child img {
    height: 16px;
    width: auto;
  }
  .audi-footer {
    padding-bottom: 75px !important;
  }
  .main {
    padding-bottom: 60px;
  }
  .main iframe {
    height: calc(var(--window-width) * 1.77778) !important;
    width: var(--window-width) !important;
  }
  .main iframe {
    transform: translate(-50%, -50%) scale(1.65);
  }
  .main-title {
    height: calc(100svh - 160px);
  }
  .main-title .logo {
    top: 35px;
  }
  .main-title .logo img {
    height: 80px;
  }
  .main-title .logo-text {
    right: 24px;
    bottom: 40px;
  }
  .main-title .logo-text img {
    height: 145px;
  }
  .main .bg-link {
    flex-direction: column;
    height: 160px;
    padding: 0 20px;
  }
  .main-desc {
    align-items: start;
    height: auto;
    padding: 56px 0;
  }
  .main-desc-text {
    font-size: 15px;
    line-height: 26px;
    padding: 0 30px;
    text-align: left;
  }
  .main-desc-text span {
    margin-bottom: 26px;
  }
  .main-desc h2.text-bold {
    font-size: 36px;
    margin-top: 25px;
    padding: 0 30px;
  }
  .main-data .main-data-swiper {
    padding: 0 30px;
  }
  .main-data .main-data-swiper .main-data-wrapper .data-item {
    padding: 27px 25px 29px;
    min-width: 320px;
  }
  .main-data .main-data-swiper .main-data-wrapper .data-item h3 {
    height: 48px;
    font-size: 21px;
    line-height: 1.0909090909;
  }
	.main-data .main-data-swiper .main-data-wrapper .data-item h3.one-line {
		height: 75px;
    font-size: 21px;
		line-height: 1.4;
		padding: 8px 0 0;
  }
  .main-data .main-data-swiper .main-data-wrapper .data-item p.date {
    font-size: 12px;
    line-height: 1.4166666667;
    margin-bottom: 20px;
  }
  .main-data .main-data-swiper .main-data-wrapper .data-item picture {
    margin-bottom: 12px;
  }
  .main-data .main-data-swiper .main-data-wrapper .data-item picture img {
    height: 162px;
    height: auto;
  }
  .main-data .main-data-swiper .main-data-wrapper .data-item p.desc {
    height: 165px;
    height: 14em;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
    text-align: left;
  }
	.main-data .main-data-swiper .main-data-wrapper .data-item .link .c-btn.c-btn-2column {
    max-width: none;
    max-width: initial;
    min-width: 0;
    min-width: initial;
		margin: 0;
		width: 50%;
	}
	.main-data .main-data-swiper .main-data-wrapper .data-item .link .c-btn.c-btn-2column:first-child {
		margin: 0 10px 0 0;
	}
  .main-data .swiper-pagination {
    margin-top: 30px;
    gap: 9px;
  }
  .main-data .swiper-pagination span.swiper-pagination-bullet {
    width: 27px;
  }
  .feature-item {
    padding-top: 160px;
  }
  .feature-item h2 {
    font-size: 52px;
    letter-spacing: 0.7px;
    top: 30px;
    left: 0;
    font-size: clamp(32px, 11vw, 52px);
    top: 7%;
    top: -1em;
    position: relative;
    margin: -1.5em 0 0;
  }
  .feature-item h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .feature-item .layout {
    padding: 46px 0 100px;
  }
  .feature-item .layout .backdrop {
    overflow: hidden;
  }
  .feature-item .layout .backdrop iframe,
  .feature-item .layout .backdrop video {
    transform: scale(3.2);
  }
  .feature-item .layout .swiper-main {
    max-width: 100%;
  }
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide .slide-inner-desc {
    font-size: 9px;
    top: 195px;
    width: 100%;
    padding: 0 6px;
    right: 0;
  }
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide img,
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide video,
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide iframe {
    height: 220px;
  }
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide > p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-top: 76px;
  }
  .feature-item .layout .swiper-main .swiper-button-next, .feature-item .layout .swiper-main .swiper-button-prev {
    display: none;
  }
  .feature-item .layout .swiper-main .swiper-pagination {
    margin-top: 28px;
    gap: 2px;
    top: 220px;
  }
  .feature-item .layout .swiper-main .swiper-pagination span {
    width: 27px;
  }
  .feature-item .swiper-gallery .swiper-slide {
    width: 150px;
    height: 80px;
  }
  .movie {
    padding: 62px 20px 80px;
    display: flex;
    flex-direction: column;
  }
  .movie-title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .movie-link {
    margin-bottom: 0;
    order: 3;
  }
  .movie-video {
    margin-bottom: 31px;
    aspect-ratio: 19/10;
    order: 2;
  }
  .movie-video iframe {
    transform: scale(1.7);
  }
  .lineup {
    padding: 70px 20px 85px;
  }
  .lineup-list-item {
    gap: 80px 0;
  }
  .lineup-list-item .lineup-item {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .lineup-list-item .lineup-item picture {
    margin-bottom: 12px;
  }
  .lineup-list-item .lineup-item .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
  .lineup-list-item .lineup-item .detail h3 {
    font-size: 26px;
    margin-bottom: 22px;
    text-align: center;
  }
  .lineup-list-item .lineup-item .detail a {
    margin-bottom: 14px;
  }
  .fair {
    padding-top: 63px;
    padding-bottom: 60px;
  }
  .fair .link a.c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
	.special {
    padding-top: 63px;
    padding-bottom: 60px;
	}
	.special.c-block-detail {
		background: url("../img/models/q6_e-tron/img_audi-q6_55.jpg") center center no-repeat;
		background-size: cover;
	}
	.special.c-block-detail .title > span {
    font-size: 15px;
  }
	.special .link a.c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
	}
  .campaign {
    padding-top: 53px;
    padding-bottom: 108px;
  }
  .campaign .link .c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .backto-etron a {
    font-size: 26px;
    line-height: 1.8461538462;
  }
}

@media screen and (max-width: 381px){
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide img,
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide video,
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide iframe {
    height: 180px;
  }
  .feature-item .layout .swiper-main .swiper-pagination {
    top: 180px;
  }
}

@media screen and (max-width: 380px){
  .c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .c-block-detail .img img {
    min-height: 140px;
  }
  .main-data .main-data-swiper .main-data-wrapper .data-item .link a.c-btn {
    max-width: none;
    max-width: initial;
    min-width: 0;
    min-width: initial;
    width: 100%;
  }
  .feature-item .layout .swiper-main .swiper-wrapper .swiper-slide .slide-inner-desc {
    line-height: 14px;
    top: 149px;
  }
  .lineup-list-item .lineup-item .detail {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 300px){
  .main .bg-link a.c-btn {
    min-width: 0;
    min-width: initial;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
}