@charset "UTF-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  min-block-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

:where(canvas, audio, iframe, embed, object, main) {
  display: block;
  max-width: 100%;
}

:where(img, svg, video) {
  block-size: auto;
  max-width: 100%;
  max-inline-size: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(a[href], area, button, input, label, select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

input[class], button[class], textarea[class] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

ul[class], ol[class] {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6, p, span, th, td) {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0;
  border-top-width: 1px;
  color: inherit;
  clear: both;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em, b, strong {
  background: none;
  font-weight: bold;
  font-style: normal;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
@font-face {
  font-family: AudiType;
  src: url(../fonts/AudiType-Normal.woff2) format("woff2"), url(../fonts/AudiType-Normal.woff) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: AudiType;
  src: url(../fonts/AudiType-Bold.woff2) format("woff2"), url(../fonts/AudiType-Bold.woff) format("woff");
  font-weight: bold;
}
@font-face {
  font-family: AudiType-Extended;
  src: url(../fonts/AudiType-ExtendedNormal.woff2) format("woff2"), url(../fonts/AudiType-ExtendedNormal.woff) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: AudiType-Extended;
  src: url(../fonts/AudiType-ExtendedBold.woff2) format("woff2"), url(../fonts/AudiType-ExtendedBold.woff) format("woff");
  font-weight: bold;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
a:hover {
  color: #4c4c4c;
  text-decoration: none;
}

.is-gothic {
  font-family: AudiType, sans-serif;
}
.is-bold {
  font-weight: bold;
}
.is-extended {
  font-weight: AudiType-Extended, sans-serif;
}
.is-normal {
  font-weight: normal !important;
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-fcolorWhite {
  color: #fff !important;
}
.is-imgfit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.is-border {
  border: 1px solid #000;
}
.is-fcolorGray {
  color: #666;
}
.is-bgGray {
  background-color: #f2f2f2;
}
.is-navOpen .p-top .l-header {
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.is-navOpen .p-top .l-header__logo path {
  fill: #000;
}
.is-navOpen .p-top .l-header__siteName {
  color: #000;
}
.is-navOpen .p-top .l-header .l-gnavBtn span {
  background-color: #000;
}
.is-modalOpen {
  overflow-y: scroll;
}
.is-modalOpen .l-container {
  height: 100vh;
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
  min-height: 36px;
  padding: 0.2em 0.7em;
  border-radius: 0;
  border: 1px solid transparent;
  color: #000;
  font-family: inherit;
  line-height: 1.27;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.c-btn:-moz-any-link {
  color: #000;
  text-decoration: none;
}
.c-btn:any-link {
  color: #000;
  text-decoration: none;
}
.c-btn:active:not([disabled]), .c-btn:hover:not([disabled]) {
  color: #4c4c4c;
  text-decoration: none;
}
.c-btn.-primary {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.c-btn.-primary:-moz-any-link {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.c-btn.-primary:any-link {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.c-btn.-primary:active:not([disabled]), .c-btn.-primary:hover:not([disabled]) {
  border-color: #4c4c4c;
  background-color: #4c4c4c;
  color: #fff;
}
.is-white .c-btn.-primary, .c-btn.-primary.is-white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.is-white .c-btn.-primary:-moz-any-link, .c-btn.-primary.is-white:-moz-any-link {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.is-white .c-btn.-primary:any-link, .c-btn.-primary.is-white:any-link {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.is-white .c-btn.-primary:active:not([disabled]), .is-white .c-btn.-primary:hover:not([disabled]), .c-btn.-primary.is-white:active:not([disabled]), .c-btn.-primary.is-white:hover:not([disabled]) {
  color: #000;
  background-color: #d9d9d9;
}
.c-btn.-secondary {
  border: 1px solid #000;
  background-color: transparent;
}
.c-btn.-secondary:-moz-any-link {
  border-color: #000;
  background-color: transparent;
}
.c-btn.-secondary:any-link {
  border-color: #000;
  background-color: transparent;
}
.c-btn.-secondary:active:not([disabled]), .c-btn.-secondary:hover:not([disabled]) {
  border-color: gray;
}
.is-white .c-btn.-secondary, .c-btn.-secondary.is-white {
  border-color: #fff;
  color: #fff;
}
.is-white .c-btn.-secondary:active:not([disabled]), .is-white .c-btn.-secondary:hover:not([disabled]), .c-btn.-secondary.is-white:active:not([disabled]), .c-btn.-secondary.is-white:hover:not([disabled]) {
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.c-btn.-text::after {
  -webkit-transform: scale(1.4) translateY(1.5px);
          transform: scale(1.4) translateY(1.5px);
  margin-left: 6px;
  display: inline-block;
  content: "\EAD4";
  font-family: "audi-iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: inherit;
  color: #000;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.c-btn.-text:active::after, .c-btn.-text:hover::after {
  color: #4c4c4c;
}
.is-white .c-btn.-text, .c-btn.-text.is-white {
  color: #fff;
}
.is-white .c-btn.-text::after, .c-btn.-text.is-white::after {
  color: #fff;
}
.is-white .c-btn.-text:active, .is-white .c-btn.-text:hover, .c-btn.-text.is-white:active, .c-btn.-text.is-white:hover {
  color: #d9d9d9;
}
.is-white .c-btn.-text:active::after, .is-white .c-btn.-text:hover::after, .c-btn.-text.is-white:active::after, .c-btn.-text.is-white:hover::after {
  color: #d9d9d9;
}
.c-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}
.c-btn[data-modal] {
  padding: 0.2em 10px;
  font-size: 1.4rem;
}
.c-btn[data-modal]::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-right: 4px;
}
.c-btnGroup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -0.2rem;
  margin-bottom: -0.2rem;
  vertical-align: top;
}
.c-btnGroup .c-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0.2rem 0.2rem 0;
}
.c-link::after {
  -webkit-transform: scale(1.4) translateY(0.12em);
          transform: scale(1.4) translateY(0.12em);
  margin-left: 6px;
  display: inline-block;
  content: "\EAD4";
  font-family: "audi-iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: inherit;
  text-decoration: none;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.c-link:active::after, .c-link:hover::after {
  color: #4c4c4c;
}
.c-link.-blank::after {
  display: inline-block;
  content: "";
  -webkit-transform: translateY(0.06em);
          transform: translateY(0.06em);
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.66%22%20height%3D%2214.66%22%20viewBox%3D%220%200%2014.66%2014.66%22%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%2212.56%2014.66%200%2014.66%200%202.09%207.85%202.09%207.85%203.14%201.05%203.14%201.05%2013.61%2011.52%2013.61%2011.52%206.8%2012.56%206.8%2012.56%2014.66%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20points%3D%2214.66%204.96%2013.61%204.96%2013.61%201.05%209.69%201.05%209.69%200%2014.66%200%2014.66%204.96%22%2F%3E%20%3Crect%20x%3D%223.41%22%20y%3D%224.47%22%20width%3D%2212.56%22%20height%3D%22.98%22%20transform%3D%22translate(-.67%208.31)%20rotate(-45)%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center/contain;
}
.c-link.-back::after {
  content: none;
}
.c-link.-back::before {
  -webkit-transform: scale(1.4) translateY(0.12em);
          transform: scale(1.4) translateY(0.12em);
  margin-right: 6px;
  display: inline-block;
  content: "\EA30";
  font-family: "audi-iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: inherit;
  text-decoration: none;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.c-link.-back:active::before, .c-link.-back:hover::before {
  color: #4c4c4c;
}
.c-block {
  display: block;
}
.c-inlineBlock {
  display: inline-block;
}
.c-box {
  padding: 30px;
  background-color: #fff;
}
.c-scrollBlock {
  position: relative;
  max-height: 110px;
  text-align: justify;
  word-break: break-all;
}
.c-scrollBlock.ps--active-y {
  padding-right: 1em;
}
.c-scrollBlock .ps__rail-y {
  opacity: 1 !important;
  width: 6px !important;
  background-color: transparent !important;
}
.c-scrollBlock .ps__rail-y:hover, .c-scrollBlock .ps__rail-y:focus, .c-scrollBlock .ps__rail-y.ps--clicking {
  background-color: transparent;
}
.c-scrollBlock .ps__rail-y:hover > .ps__thumb-y, .c-scrollBlock .ps__rail-y:focus > .ps__thumb-y, .c-scrollBlock .ps__rail-y.ps--clicking > .ps__thumb-y {
  width: 6px !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-scrollBlock .ps__thumb-y {
  right: 0;
  width: 6px !important;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-list.-asteriskNum {
  counter-reset: num;
}
.c-list.-asteriskNum > li {
  padding-left: 2.2em;
  position: relative;
}
.c-list.-asteriskNum > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "＊" counter(num);
  counter-increment: num;
}
.c-ma0 {
  margin: 0px !important;
}
.c-mt0 {
  margin-top: 0px !important;
}
.c-mr0 {
  margin-right: 0px !important;
}
.c-mb0 {
  margin-bottom: 0px !important;
}
.c-ml0 {
  margin-left: 0px !important;
}
.c-pa0 {
  padding: 0px !important;
}
.c-pt0 {
  padding-top: 0px !important;
}
.c-pr0 {
  padding-right: 0px !important;
}
.c-pb0 {
  padding-bottom: 0px !important;
}
.c-pl0 {
  padding-left: 0px !important;
}
.c-ma5 {
  margin: 5px !important;
}
.c-mt5 {
  margin-top: 5px !important;
}
.c-mr5 {
  margin-right: 5px !important;
}
.c-mb5 {
  margin-bottom: 5px !important;
}
.c-ml5 {
  margin-left: 5px !important;
}
.c-pa5 {
  padding: 5px !important;
}
.c-pt5 {
  padding-top: 5px !important;
}
.c-pr5 {
  padding-right: 5px !important;
}
.c-pb5 {
  padding-bottom: 5px !important;
}
.c-pl5 {
  padding-left: 5px !important;
}
.c-ma10 {
  margin: 10px !important;
}
.c-mt10 {
  margin-top: 10px !important;
}
.c-mr10 {
  margin-right: 10px !important;
}
.c-mb10 {
  margin-bottom: 10px !important;
}
.c-ml10 {
  margin-left: 10px !important;
}
.c-pa10 {
  padding: 10px !important;
}
.c-pt10 {
  padding-top: 10px !important;
}
.c-pr10 {
  padding-right: 10px !important;
}
.c-pb10 {
  padding-bottom: 10px !important;
}
.c-pl10 {
  padding-left: 10px !important;
}
.c-ma15 {
  margin: 15px !important;
}
.c-mt15 {
  margin-top: 15px !important;
}
.c-mr15 {
  margin-right: 15px !important;
}
.c-mb15 {
  margin-bottom: 15px !important;
}
.c-ml15 {
  margin-left: 15px !important;
}
.c-pa15 {
  padding: 15px !important;
}
.c-pt15 {
  padding-top: 15px !important;
}
.c-pr15 {
  padding-right: 15px !important;
}
.c-pb15 {
  padding-bottom: 15px !important;
}
.c-pl15 {
  padding-left: 15px !important;
}
.c-ma20 {
  margin: 20px !important;
}
.c-mt20 {
  margin-top: 20px !important;
}
.c-mr20 {
  margin-right: 20px !important;
}
.c-mb20 {
  margin-bottom: 20px !important;
}
.c-ml20 {
  margin-left: 20px !important;
}
.c-pa20 {
  padding: 20px !important;
}
.c-pt20 {
  padding-top: 20px !important;
}
.c-pr20 {
  padding-right: 20px !important;
}
.c-pb20 {
  padding-bottom: 20px !important;
}
.c-pl20 {
  padding-left: 20px !important;
}
.c-ma25 {
  margin: 25px !important;
}
.c-mt25 {
  margin-top: 25px !important;
}
.c-mr25 {
  margin-right: 25px !important;
}
.c-mb25 {
  margin-bottom: 25px !important;
}
.c-ml25 {
  margin-left: 25px !important;
}
.c-pa25 {
  padding: 25px !important;
}
.c-pt25 {
  padding-top: 25px !important;
}
.c-pr25 {
  padding-right: 25px !important;
}
.c-pb25 {
  padding-bottom: 25px !important;
}
.c-pl25 {
  padding-left: 25px !important;
}
.c-ma30 {
  margin: 30px !important;
}
.c-mt30 {
  margin-top: 30px !important;
}
.c-mr30 {
  margin-right: 30px !important;
}
.c-mb30 {
  margin-bottom: 30px !important;
}
.c-ml30 {
  margin-left: 30px !important;
}
.c-pa30 {
  padding: 30px !important;
}
.c-pt30 {
  padding-top: 30px !important;
}
.c-pr30 {
  padding-right: 30px !important;
}
.c-pb30 {
  padding-bottom: 30px !important;
}
.c-pl30 {
  padding-left: 30px !important;
}
.c-ma35 {
  margin: 35px !important;
}
.c-mt35 {
  margin-top: 35px !important;
}
.c-mr35 {
  margin-right: 35px !important;
}
.c-mb35 {
  margin-bottom: 35px !important;
}
.c-ml35 {
  margin-left: 35px !important;
}
.c-pa35 {
  padding: 35px !important;
}
.c-pt35 {
  padding-top: 35px !important;
}
.c-pr35 {
  padding-right: 35px !important;
}
.c-pb35 {
  padding-bottom: 35px !important;
}
.c-pl35 {
  padding-left: 35px !important;
}
.c-ma40 {
  margin: 40px !important;
}
.c-mt40 {
  margin-top: 40px !important;
}
.c-mr40 {
  margin-right: 40px !important;
}
.c-mb40 {
  margin-bottom: 40px !important;
}
.c-ml40 {
  margin-left: 40px !important;
}
.c-pa40 {
  padding: 40px !important;
}
.c-pt40 {
  padding-top: 40px !important;
}
.c-pr40 {
  padding-right: 40px !important;
}
.c-pb40 {
  padding-bottom: 40px !important;
}
.c-pl40 {
  padding-left: 40px !important;
}
.c-ma45 {
  margin: 45px !important;
}
.c-mt45 {
  margin-top: 45px !important;
}
.c-mr45 {
  margin-right: 45px !important;
}
.c-mb45 {
  margin-bottom: 45px !important;
}
.c-ml45 {
  margin-left: 45px !important;
}
.c-pa45 {
  padding: 45px !important;
}
.c-pt45 {
  padding-top: 45px !important;
}
.c-pr45 {
  padding-right: 45px !important;
}
.c-pb45 {
  padding-bottom: 45px !important;
}
.c-pl45 {
  padding-left: 45px !important;
}
.c-ma50 {
  margin: 50px !important;
}
.c-mt50 {
  margin-top: 50px !important;
}
.c-mr50 {
  margin-right: 50px !important;
}
.c-mb50 {
  margin-bottom: 50px !important;
}
.c-ml50 {
  margin-left: 50px !important;
}
.c-pa50 {
  padding: 50px !important;
}
.c-pt50 {
  padding-top: 50px !important;
}
.c-pr50 {
  padding-right: 50px !important;
}
.c-pb50 {
  padding-bottom: 50px !important;
}
.c-pl50 {
  padding-left: 50px !important;
}
.c-w0 {
  width: 0% !important;
}
.c-w5 {
  width: 5% !important;
}
.c-w10 {
  width: 10% !important;
}
.c-w15 {
  width: 15% !important;
}
.c-w20 {
  width: 20% !important;
}
.c-w25 {
  width: 25% !important;
}
.c-w30 {
  width: 30% !important;
}
.c-w35 {
  width: 35% !important;
}
.c-w40 {
  width: 40% !important;
}
.c-w45 {
  width: 45% !important;
}
.c-w50 {
  width: 50% !important;
}
.c-w55 {
  width: 55% !important;
}
.c-w60 {
  width: 60% !important;
}
.c-w65 {
  width: 65% !important;
}
.c-w70 {
  width: 70% !important;
}
.c-w75 {
  width: 75% !important;
}
.c-w80 {
  width: 80% !important;
}
.c-w85 {
  width: 85% !important;
}
.c-w90 {
  width: 90% !important;
}
.c-w95 {
  width: 95% !important;
}
.c-w100 {
  width: 100% !important;
}
.c-modalWrap {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 1002;
  display: none;
}
.c-modal__inner {
  display: grid;
  place-content: center;
  margin: auto;
  width: 86.66vw;
  max-width: 500px;
  height: 100%;
}
.c-modal__inner .c-box {
  position: relative;
  overflow-y: auto;
  max-height: 70vh;
  font-size: 1.2rem;
}
.c-modal__inner .c-box.ps--active-y {
  padding-right: 5px;
}
.c-modal__inner .c-box .ps__rail-y {
  opacity: 1 !important;
  width: 3px;
  background-color: transparent !important;
}
.c-modal__inner .c-box .ps__rail-y:hover, .c-modal__inner .c-box .ps__rail-y:focus, .c-modal__inner .c-box .ps__rail-y.ps--clicking {
  background-color: transparent;
}
.c-modal__inner .c-box .ps__rail-y:hover > .ps__thumb-y, .c-modal__inner .c-box .ps__rail-y:focus > .ps__thumb-y, .c-modal__inner .c-box .ps__rail-y.ps--clicking > .ps__thumb-y {
  width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-modal__inner .c-box .ps__thumb-y {
  right: 0;
  width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-modal__inner :where(p) + p {
  margin-top: 1.6em;
}
.c-modal__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-modal__close {
  width: 20px;
  height: 20px;
  margin: 0 0 12px auto;
  background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="13.9" height="13.9" viewBox="0 0 13.9 13.9">  <defs>    <style>      .cls-1 {        fill: none;        stroke: %23fff;        stroke-miterlimit: 10;        stroke-width: .75px;      }    </style>  </defs>  <line class="cls-1" x1=".27" y1=".27" x2="13.63" y2="13.63"/>  <line class="cls-1" x1=".27" y1="13.63" x2="13.63" y2=".27"/></svg>') no-repeat center center/contain;
}
.c-accordion__title {
  padding-right: 40px;
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  position: relative;
}
.c-accordion__title:hover {
  color: #4c4c4c;
}
.c-accordion__title:after {
  position: absolute;
  display: block;
  content: "";
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(2) rotate(180deg);
          transform: translateY(-50%) scale(2) rotate(180deg);
  width: 1em;
  height: 1em;
  display: inline-block;
  content: "\EA2A";
  font-family: "audi-iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: inherit;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.c-accordion__title.is-open::after {
  -webkit-transform: translateY(-50%) scale(2) rotate(0);
          transform: translateY(-50%) scale(2) rotate(0);
}
.c-accordion__content {
  display: none;
}
.c-note {
  font-size: 1rem;
  line-height: 1.44;
}
.c-video {
  display: grid;
  cursor: pointer;
}
.c-video__poster {
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 1;
}
.c-video video {
  width: 100%;
  height: auto;
  grid-row: 1/2;
  grid-column: 1/2;
  aspect-ratio: 142/80;
}
.c-youtube {
  display: grid;
  cursor: pointer;
}
.c-youtube__poster {
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 1;
}
.c-youtube iframe {
  width: 100%;
  height: auto;
  grid-row: 1/2;
  grid-column: 1/2;
  aspect-ratio: 16/9;
}

.icon-info::before {
  display: inline-block;
  content: "\ec2c";
  font-family: audi-iconfont;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  vertical-align: middle;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.icon-info[data-modal]:not([disabled]):not(.c-btn) {
  background-color: transparent;
}
.icon-info[data-modal]:not([disabled]):not(.c-btn)::before {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.icon-info[data-modal]:not([disabled]):not(.c-btn):hover {
  color: #4c4c4c;
}

.l-layer {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
}
.l-container {
  overflow-x: clip;
  padding-top: 76px;
  color: #000;
  font-family: AudiType, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
}
.l-wrapper {
  width: 86.66vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.l-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background-color: #fff;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
.l-header__logo {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.l-header__logo svg {
  width: 40px;
  height: auto;
  stroke: transparent;
}
.l-header__logo path {
  fill: #000;
}
.l-header__siteName {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: AudiType-Extended, sans-serif;
  font-size: 1.15rem;
}
.l-back {
  position: sticky;
  top: 60px;
  z-index: 999;
  width: 100vw;
  margin: -16px -6.67vw 16px;
  padding: 16px 6.67vw;
  background-color: #fff;
  font-size: 1.4rem;
}
.l-mvSection {
  display: grid;
  margin-top: -16px;
  margin-bottom: 44px;
}
.l-mvSection__inner {
  grid-column: 1/2;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  padding: 36px 6.6666666667vw 24px;
}
.l-mvSection__inner .c-btn[data-modal] {
  margin: 0 auto auto 0;
  font-size: 1.4rem;
}
.l-mvSection__inner .mv-layer__list {
  margin-top: auto;
  width: 100%;
  max-width: 660px;
}
.l-mvSection__inner .mv-layer__list + .l-mvSection__note {
  margin-top: 20px;
}
.l-mvSection__image {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 0;
  width: 100%;
}
.l-mvSection__image img, .l-mvSection__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mvSection__title {
  margin-bottom: 12px;
  font-size: 2.3rem;
}
.l-mvSection__title + .l-mvSection__note {
  margin-top: auto;
}
.l-mvSection__title__features {
  display: inline-block;
  margin-right: 0.8em;
  font-size: 1.6rem;
}
.l-mvSection__subtitle {
  display: block;
  font-size: 1.8rem;
}
.l-mvSection__anchor {
  padding: 35px 10.66vw;
  background-color: #333;
  color: #fff;
}
.l-mvSection__anchor a {
  color: #fff;
}
.l-mvSection__anchor a:hover::after {
  color: #fff;
}
.l-mvSection__anchorName {
  display: none;
}
.l-mvSection__anchorList {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px 35px;
  font-size: 1.5rem;
}
.l-pagetitle {
  margin-bottom: 32px;
  font-size: 2.3rem;
  font-weight: 700;
}
.l-content {
  padding-bottom: 100px;
}
.l-fixedBtn {
  position: fixed;
  inset: auto 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  z-index: 999;
  padding: 22px 32px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: saturate(100%) blur(10px);
          backdrop-filter: saturate(100%) blur(10px);
  color: #fff;
  font-size: 1.1rem;
}
.l-fixedBtn .c-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-size: 1.1rem;
}
.l-related {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 60px;
}
.l-footer {
  position: relative;
  padding-bottom: 25px;
  background-color: #000;
  color: #fff;
}
.has-fixedBtn .l-footer {
  padding-bottom: 90px;
}
.has-fixedSelectModels .l-footer {
  padding-bottom: 260px;
}
.l-footer a {
  color: #fff;
}
.l-footer a:hover {
  color: #d9d9d9;
  text-decoration: none;
}
.l-footer .c-accordionSP__title:hover {
  color: #d9d9d9;
}
.l-footer__pagetop {
  position: absolute;
  bottom: calc(100% + 24px);
  right: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg) translateX(100%);
          transform: rotate(-90deg) translateX(100%);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  color: #000;
  font-size: 1rem;
  -webkit-transition: opacity 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: opacity 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.is-scroll .l-footer__pagetop {
  opacity: 1;
  visibility: visible;
}
.l-footer__pagetop a {
  color: #333;
}
.l-footer__pagetop a::after {
  -webkit-transform: scale(1.3) translateY(0.225em);
          transform: scale(1.3) translateY(0.225em);
  margin-left: 3px;
  display: inline-block;
  content: "\EAD4";
  font-family: "audi-iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: inherit;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.l-footer__pagetop a:hover {
  color: #4c4c4c;
}
.l-footer__pagetop a:hover::after {
  -webkit-transform: scale(1.3) translate(0.25em, 0.225em);
          transform: scale(1.3) translate(0.25em, 0.225em);
}
.l-footer__navList {
  margin-left: -6.67vw;
  margin-right: -6.67vw;
  margin-bottom: 20px;
  font-size: 1.55rem;
}
.l-footer__navList > li {
  border-bottom: 1px solid #333;
}
.l-footer__navList > li > a,
.l-footer__navList > li .c-accordionSP__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 10px 25px;
}
.l-footer__nav + .l-footer__navTitle {
  margin-top: 40px;
}
.l-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 16px;
}
.l-footer__nav + .l-footer__nav {
  margin-top: 17px;
}
.l-footer__nav.-limited {
  margin-top: 40px;
  font-size: 1.2rem;
}
.l-footer__note {
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.8;
}
.l-footer__info {
  margin-top: 40px;
  font-size: 1.15rem;
}
.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}
.l-footer__copy {
  margin-top: 40px;
  font-size: 1rem;
}

:where(p) + p {
  margin-top: 1.1em;
}

.p-top {
  padding-top: 0;
}
.p-top .l-header {
  position: absolute;
  inset: 0 0 auto;
  display: none;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out 0.2s;
  transition: background-color 0.3s ease-in-out 0.2s;
}
.p-top .l-header__logo path {
  fill: #fff;
}
.p-top .l-header__siteName {
  color: #fff;
}
.p-top .l-header__siteName:hover {
  color: #d9d9d9;
}
.p-top .l-header .l-gnavBtn span {
  background-color: #fff;
}
.p-top .l-footer__pagetop a {
  color: #fff;
}

.mv-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: 100vh;
  height: 100dvh;
}
.mv-wrap picture {
  grid-column: 1/2;
  grid-row: 1/2;
}
.mv-wrap .is-imgfit {
  width: 100%;
  height: 100%;
}
.mv-wrap .c-note {
  position: absolute;
  left: 26px;
  right: 36px;
  bottom: 20px;
  text-align: left;
}
.mv-background {
  grid-column: 1/2;
  grid-row: 1/2;
}
.mv-background video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv-inner {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 62px 26px;
}
.mv-title {
  margin-top: 28px;
  font-family: AudiType-Extended, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.1;
}
.mv-logo svg {
  stroke: transparent;
}
.mv-layer {
  grid-column: 1/2;
  grid-row: 1/2;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(100%) blur(10px);
          backdrop-filter: saturate(100%) blur(10px);
  color: #fff;
}
.mv-layer .c-btn {
  padding: 1.65em 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}
.mv-layer a {
  color: #fff;
}
.mv-layer .l-wrapper {
  height: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-layer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.mv-layer__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mv-layer__list .c-btn {
  display: block;
  font-size: 1.5rem;
}
.mv-layer__list .c-btn .aui-icon-car-search-large::before {
  -webkit-transform: scale(1.85) translateY(1px);
          transform: scale(1.85) translateY(1px);
  margin-right: 20px;
}
.mv-layer__list .c-btn .aui-icon-compare-large::before {
  -webkit-transform: scale(2.5) translateY(1px);
          transform: scale(2.5) translateY(1px);
  margin-right: 20px;
}
.mv-layer__list .c-link {
  margin-top: 24px;
  font-size: 1.35rem;
}
.mv-layer__list + .mv-layer__list {
  margin-top: 28px;
}

.limited-model {
  display: grid;
  gap: 20px 56px;
}
.limited-model__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.5rem;
}
.limited-model .c-note {
  margin-top: 8px;
}
.limited-model + .limited-model {
  margin-top: 60px;
}

.empty-message {
  display: grid;
  place-content: center;
  min-height: 170px;
  padding: 20px;
  background: #f2f2f2;
  font-size: 1.5rem;
  font-weight: bold;
}

.related-title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 400;
}
.related-list {
  display: grid;
  gap: 36px 52px;
}
.related-list__image {
  margin-bottom: 12px;
}
* + .related-list__image {
  margin-top: 10px;
}
.related-list__title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.5rem;
}
.related-list__title:first-child {
  margin-top: 0;
}
.related-list p + p {
  margin-top: 8px;
}
* + .related-list .c-scrollBlock,
.related-list .c-scrollBlock + * {
  margin-top: 10px;
}
.related-list .c-scrollBlock:first-child {
  margin-top: 0;
}

.purchase-introText {
  margin-bottom: 36px;
  font-size: 1.8rem;
}
.purchase-list {
  display: grid;
  gap: 40px;
  font-size: 1.5rem;
}
.purchase-list img {
  margin-bottom: 8px;
}
.purchase-list a {
  font-weight: bold;
}

.models-mv {
  margin-bottom: 0;
}
.models-mv .mv-layer__list {
  gap: 19px;
  -ms-flex-item-align: end;
      align-self: end;
}
.models-mv .mv-layer__list .c-btn {
  padding: 1.12em 0;
}
.models-mv .mv-layer__list .c-btn.-text {
  font-size: 1.4rem;
}
.models-mv .l-mvSection__title {
  font-family: AudiType-Extended, sans-serif;
  font-weight: normal;
}
.models-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 45px 18px;
}
.models-list a img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.models-list a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.models-list__title {
  display: block;
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-family: AudiType-Extended, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.models-list + .models-list {
  margin-top: 45px;
}
.models-list.-limited {
  font-size: 1.4rem;
}

.specifications-select {
  margin-bottom: 20px;
}
.l-topicpath + .specifications-select {
  margin-top: -10px;
}
.specifications-select__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 40px 16px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.specifications-select__btn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: scale(1.4) translateY(-30%);
          transform: scale(1.4) translateY(-30%);
  margin-left: 6px;
  display: inline-block;
  content: "\EAD4";
  font-family: "audi-iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: inherit;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.specifications-select__btn:hover::after {
  -webkit-transform: scale(1.4) translate(3px, -30%);
          transform: scale(1.4) translate(3px, -30%);
}
.is-specificationFixed .specifications-select {
  position: fixed;
  z-index: 100;
  width: 86.66vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
}
.is-specificationFixed .specifications-select:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0 -6.67vw;
  z-index: -1;
  background-color: #fff;
}
.specifications-modelName {
  margin-bottom: 8px;
  font-size: 1.7rem;
  font-weight: 700;
}
.specifications-price {
  font-size: 1.5rem;
}
.specifications-fixAccordion {
  z-index: 1;
  margin: 0 -6.67vw;
}
.js-specificationFixed {
  z-index: 1;
}

.specifications-fixAccordion__title {
  pointer-events: none;
}
.is-specificationFixed .specifications-fixAccordion__title {
  position: relative;
  max-width: 1080px;
  padding: 16px 40px 16px 0;
  background-color: #fff;
  pointer-events: auto;
  cursor: pointer;
}
.is-specificationFixed .specifications-fixAccordion__title::before, .is-specificationFixed .specifications-fixAccordion__title::after {
  position: absolute;
  top: 50%;
  right: 26px;
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #000;
}
.is-specificationFixed .specifications-fixAccordion__title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.is-specificationFixed .specifications-fixAccordion__title.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.specifications-fixAccordion__content {
  display: none;
  background-color: #333;
  color: #fff;
}
.specifications-fixAccordion__content a {
  color: #fff;
}
.is-specificationFixed .specifications-fixAccordion__content {
  padding: 25px 40px;
}
.specifications-anchorLink {
  display: grid;
  grid-template-columns: auto auto;
  gap: 22px 10px;
  font-size: 1.5rem;
}
.specifications-image {
  max-width: 600px;
  margin: 0 auto 32px;
}
.specifications-accordion {
  border-top: 1px solid #e5e5e5;
  margin-left: -6.67vw;
  margin-right: -6.67vw;
}
.specifications-accordion:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.specifications-accordion__title {
  padding: 19px 50px 19px 25px;
  font-size: 1.5rem;
  font-weight: bold;
}
.specifications-accordion__content {
  padding: 60px 12px;
  border-top: 1px solid #e5e5e5;
  background-color: #f2f2f2;
}
.specifications-detail {
  margin-bottom: 80px;
}
.specifications-detail__title {
  padding: 18px 8px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.3rem;
  font-weight: 700;
}
.specifications-detail__title:not(:first-child) {
  margin-top: 60px;
}
.specifications-detail__title + .specifications-detail__list > dt:first-child {
  border-top: 0;
}
.specifications-detail__subtitle {
  padding: 18px 8px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.3rem;
  font-weight: 700;
}
.specifications-detail__subtitle + .specifications-list dt {
  border-top: 0;
}
.specifications-detail__list.-list01 > dt {
  padding: 10px 8px 0;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
}
.specifications-detail__list.-list01 > dd {
  padding: 0 8px 10px;
}
.specifications-detail__list.-list02 > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 10px 8px;
  border-top: 1px solid #000;
  font-weight: bold;
}
.specifications-detail__list.-list02 > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 10px 8px;
  border-top: 1px solid #e5e5e5;
}
.specifications-detail__list.-list03 {
  border-bottom: 1px solid #e5e5e5;
}
.specifications-detail__list.-list03 > dt {
  min-height: 45px;
  padding: 10px 8px;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
}
.specifications-detail__list.-list03 > dd {
  min-height: 45px;
  padding: 10px 8px;
  text-align: right;
}
.specifications-detail__list .icon-info {
  margin-left: 8px;
}
.specifications-detail__list + .annotation-accordion {
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.specifications-download {
  font-size: 1.5rem;
  text-align: center;
}
.specifications-modal {
  width: min(86.6666666667vw, 500px);
}
.specifications-modal__image {
  margin: -40px -30px 24px;
}
.specifications-modal__title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.specifications-modal__title .icon-info {
  margin-left: 8px;
  background-color: transparent;
  font-size: 1.4rem;
}
.specifications-modal__title + .c-accordion__content {
  margin-top: 5px;
}
.specifications-modal__text {
  font-size: 1.3rem;
}
.specifications-modal__cat {
  display: block;
  margin-bottom: 3px;
  color: #999;
  font-size: 1rem;
}
.specifications-modal__select {
  font-size: 1.3rem;
  font-weight: 700;
  color: #999;
}
.specifications-modal__select.is-selected {
  color: #000;
}
.specifications-modal__list {
  overflow-y: auto;
  background-color: #F2F2F2;
  max-height: 120px;
}
.specifications-modal__list > li {
  padding: 4px 0;
}
.specifications-modal__list label {
  position: relative;
  display: block;
  cursor: pointer;
}
.specifications-modal__list label input {
  position: absolute;
  opacity: 0;
}
.specifications-modal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.specifications-modal__switch {
  background: none;
  border: none;
  font-weight: 700;
  white-space: nowrap;
}
.specifications-modal .c-accordion {
  border-bottom: 1px solid #000;
}
.specifications-modal .c-accordion:first-of-type {
  margin-top: 12px;
  border-top: 1px solid #000;
}
.specifications-modal .c-accordion__title {
  padding: 8px 25px 8px 5px;
}
.specifications-modal .c-accordion__title::after {
  right: 0;
}
.specifications-modal .c-btnWrap {
  margin-top: 23px;
}
.specifications-modal .c-btn {
  width: min(100%, 285px);
}

.js-fixedItem {
  background-color: #fff;
}

.annotation-accordion__title {
  margin-bottom: 24px;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}
.annotation-accordion__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  margin: 4px auto;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC_1%22%20data-name%3D%22%E7%B9%9D%EF%BD%AC%E7%B9%A7%EF%BD%A4%E7%B9%9D%EF%BD%A4%E7%B9%9D%EF%BD%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.33%22%20height%3D%226.59%22%20viewBox%3D%220%200%2011.33%206.59%22%3E%20%3Cpolygon%20points%3D%2210.61%206.59%205.67%201.44%20.72%206.59%200%205.9%205.67%200%2011.33%205.9%2010.61%206.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.annotation-accordion__title.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.annotation-accordion__content {
  display: none;
  padding: 0 8px;
  font-size: 1rem;
}

.features-mv {
  position: relative;
  z-index: 998;
}
.features-mv__accordion {
  position: fixed;
  inset: 60px 0 auto;
  z-index: 2;
  background-color: #000;
  color: #fff;
}
.features-mv__accordionTitle {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 60px;
  padding: 4px 40px 4px 6.67vw;
  font-family: AudiType-Extended, sans-serif;
  font-size: 2rem;
  pointer-events: none;
  line-height: 1.2;
}
.features-mv__accordionContent {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: #333;
}
.features-mv__accordionList {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px 35px;
  padding: 30px 10.66vw 40px;
  font-size: 1.5rem;
}
.features-mv__accordion a {
  color: #fff;
}
.is-anchorFixed .features-mv__accordion .features-mv__accordionTitle {
  position: relative;
  pointer-events: auto;
}
.is-anchorFixed .features-mv__accordion .features-mv__accordionTitle::before, .is-anchorFixed .features-mv__accordion .features-mv__accordionTitle::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.is-anchorFixed .features-mv__accordion .features-mv__accordionTitle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.is-anchorFixed .features-mv__accordion .features-mv__accordionTitle.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.features-mv .l-mvSection__title {
  font-family: AudiType-Extended, sans-serif;
  font-weight: normal;
}
.features-mv__inner {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  aspect-ratio: 375/490;
}
.features-block + .features-block {
  margin-top: 56px;
}
.features-title {
  margin-bottom: 8px;
  font-family: AudiType-Extended, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
h3.features-title {
  font-size: 2.2rem;
}

.features-content.-viewmore .features-title {
  /*margin-bottom: 30px;
  font-size: 3.0rem;*/
}
.features-grid__caption {
  margin-top: 4px;
  margin-bottom: 10px;
  color: #666;
}
.features-grid__image {
  position: relative;
  margin-bottom: 16px;
}
.features-grid__image .swiper-slide {
  background-color: #fff;
}
.features-grid__image .swiper-button-prev {
  top: min(24.5vw - 6px, 194px);
  left: -18px;
  width: 12px;
  height: 12px;
  margin-top: 0;
  background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points="5.9 11.33 0 5.67 5.9 0 6.59 .72 1.44 5.67 6.59 10.61 5.9 11.33"/></svg>') no-repeat center center/contain;
}
.features-grid__image .swiper-button-prev::after {
  content: none;
}
.features-grid__image .swiper-button-next {
  top: min(24.5vw - 6px, 194px);
  right: -18px;
  width: 12px;
  height: 12px;
  margin-top: 0;
  background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points=".69 11.33 0 10.61 5.15 5.67 0 .72 .69 0 6.59 5.67 .69 11.33"/></svg>') no-repeat center center/contain;
}
.features-grid__image .swiper-button-next::after {
  content: none;
}
.features-grid__image .swiper-pagination {
  position: static;
  top: auto !important;
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 8px;
  line-height: 1;
}
.features-grid__image .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  background-color: #000;
}
.features-grid__text {
  position: relative;
}
.features-grid__text .swiper-intro {
  overflow: hidden;
}
.features-grid__text .swiper-slide {
  background-color: #fff;
}
.features-grid__text .swiper-button-prev {
  left: -18px;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points="5.9 11.33 0 5.67 5.9 0 6.59 .72 1.44 5.67 6.59 10.61 5.9 11.33"/></svg>') no-repeat center center/contain;
}
.features-grid__text .swiper-button-prev::after {
  content: none;
}
.features-grid__text .swiper-button-next {
  right: -18px;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points=".69 11.33 0 10.61 5.15 5.67 0 .72 .69 0 6.59 5.67 .69 11.33"/></svg>') no-repeat center center/contain;
}
.features-grid__text .swiper-button-next::after {
  content: none;
}
.features-grid__text .swiper-pagination {
  position: static;
  top: auto !important;
  bottom: 0 !important;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 8px;
  line-height: 1;
}
.features-grid__text .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  background-color: #000;
}
.features-grid__text .c-note + .c-note {
  margin-top: 0.6rem;
}
.features-grid__text .c-scrollBlock {
  max-height: 100px;
}
.features-grid__link {
  padding-top: 20px;
}
.features-subHeadline {
  margin-bottom: 8px;
  font-size: 1.7rem;
  font-weight: 700;
}
.features-content.-viewmore .features-subHeadline {
  font-size: 1.5rem;
}
.features-variation__title {
  font-weight: 400;
  margin-bottom: 5px;
}
.features-variation__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 5.3333333333vw;
  cursor: pointer;
}
.features-variation__thumb > li {
  width: calc((100% - 16vw) / 4) !important;
}
.features-variation__thumb .swiper-slide-thumb-active {
  position: relative;
}
.features-variation__thumb .swiper-slide-thumb-active:after {
  position: absolute;
  display: block;
  content: "";
  right: -6px;
  bottom: -4px;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #439629 url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="8.33" height="7.51" viewBox="0 0 8.33 7.51">  <defs>    <style>      .cls-1 {        fill: %23fff;      }    </style>  </defs>  <polygon class="cls-1" points="3.38 7.51 0 4.13 .64 3.49 3.26 6.11 7.59 0 8.33 .53 3.38 7.51"/></svg>') no-repeat center center/8px auto;
}
.features-variation__thumb .swiper-slide-thumb-active img {
  opacity: 0.2;
}

.compare-header {
  position: relative;
  margin-bottom: 36px;
  padding-left: 4vw;
  padding-right: calc(4vw + 60px);
}
.compare-header .l-pagetitle {
  margin-bottom: 0;
}
.compare-header__note {
  font-size: 1.6rem;
  font-weight: 700;
}
.compare-header__btn {
  position: absolute;
  top: 0;
  right: 4vw;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  background-color: #000;
  border: 0;
  color: #fff;
  line-height: 0.75;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-header__btn::before {
  font-size: 25px;
}
.compare-header__btn:hover {
  background-color: #4c4c4c;
}
.compare-header__btn span {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.compare-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px;
  padding-left: 4vw;
  padding-right: 4vw;
}
.compare-wrap + .compare-wrap {
  margin-top: 56px;
}
.compare-title {
  margin-bottom: 18px;
  font-family: AudiType-Extended, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}
.compare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13.3333333333vw;
}
.compare-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 6.6666666667vw);
}
.compare-list > li.is-active .compare-list__name, .compare-list > li.is-active .compare-list__price, .compare-list > li.is-active .compare-list__image img, .compare-list > li.is-active .compare-list__btn .c-btn {
  opacity: 0.2;
}
.compare-list > li.is-active .compare-list__image {
  position: relative;
}
.compare-list > li.is-active .compare-list__image:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  background: #439629 url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="8.33" height="7.51" viewBox="0 0 8.33 7.51">  <defs>    <style>      .cls-1 {        fill: %23fff;      }    </style>  </defs>  <polygon class="cls-1" points="3.38 7.51 0 4.13 .64 3.49 3.26 6.11 7.59 0 8.33 .53 3.38 7.51"/></svg>') no-repeat center center/9px auto;
}
.compare-list__name {
  margin-bottom: 2px;
  font-size: 1.3rem;
}
.compare-list__price {
  padding-bottom: 10px;
  font-size: 1rem;
}
.compare-list__image {
  margin-top: auto;
}
.compare-list__btn {
  background-color: transparent;
  text-align: left;
}
.compare-list__btn > span {
  display: block;
}
.compare-list__btn .c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  width: 100%;
  min-height: 32px;
  margin-top: 14px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1rem;
  -webkit-transition: color 250ms cubic-bezier(0.75, 0.02, 0.5, 1), border-color 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: color 250ms cubic-bezier(0.75, 0.02, 0.5, 1), border-color 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-selectModels {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 86.66vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 22px;
  background-color: #4c4c4c;
  color: #fff;
}
.compare-selectModels__title {
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.compare-selectModels__label {
  position: relative;
  display: block;
  border-bottom: 1px solid #666;
}
.compare-selectModels__label input {
  width: 100%;
  height: 36px;
  border: 0;
  padding: 8px 32px 8px 8px;
  background-color: transparent;
}
.compare-selectModels__label input::-webkit-input-placeholder {
  font-size: 1.3rem;
  color: #999;
}
.compare-selectModels__label input::-moz-placeholder {
  font-size: 1.3rem;
  color: #999;
}
.compare-selectModels__label input:-ms-input-placeholder {
  font-size: 1.3rem;
  color: #999;
}
.compare-selectModels__label input::-ms-input-placeholder {
  font-size: 1.3rem;
  color: #999;
}
.compare-selectModels__label input::placeholder {
  font-size: 1.3rem;
  color: #999;
}
.compare-selectModels__label button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  background-color: transparent;
  font-size: 2rem;
  line-height: 1;
}
.compare-selectModels__btn {
  width: 100%;
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
.compare-selectModels__btn[disabled] {
  background-color: #3d3d3d;
  color: #707070;
  cursor: not-allowed;
}
.compare-selectModels__btn[disabled]:hover {
  background-color: #3d3d3d;
  color: #707070;
}
.compare-modal__inner {
  padding: 0;
  background-color: #fff;
}
.compare-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 10px 6.67vw;
}
.compare-modal__header .c-modal__close {
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="13.9" height="13.9" viewBox="0 0 13.9 13.9">  <defs>    <style>      .cls-1 {        fill: none;        stroke: %23000;        stroke-miterlimit: 10;        stroke-width: .75px;      }    </style>  </defs>  <line class="cls-1" x1=".27" y1=".27" x2="13.63" y2="13.63"/>  <line class="cls-1" x1=".27" y1="13.63" x2="13.63" y2=".27"/></svg>');
  background-position: left center;
  background-size: 14px 14px;
}
.compare-modal__title {
  padding: 10px 6.67vw;
  font-size: 1.8rem;
  font-weight: 700;
}
.compare-modal__title ~ .compare-modal__title {
  margin-top: 46px;
}
.compare-modal__body {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  padding-bottom: 100px;
}
.compare-modal__content {
  padding: 32px 6.67vw;
  background-color: #f6f6f6;
}
.compare-modal__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
  padding: 0 6.67vw;
  font-family: AudiType-Extended, sans-serif;
  font-size: 1rem;
}
.compare-modal__list + .compare-modal__list {
  margin-top: 21px;
}
.compare-modal__list > li {
  cursor: pointer;
}
.compare-modal__list > li:hover {
  color: #4c4c4c;
}
.compare-modal__list > li .is-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 1px 0 0 #000;
          box-shadow: 0 1px 0 0 #000;
}
.compare-modal__list > li.is-disable {
  color: #b3b3b3;
  pointer-events: none;
}
.compare-modal__subtitle {
  margin-top: 32px;
  margin-bottom: 14px;
  padding: 0 6.67vw 10px;
  border-bottom: 1px solid #e6e6e6;
  color: #b3b3b3;
  font-size: 1.05rem;
}
.compare-modal__btnWrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 38px;
}
.compare-modal__btnWrap .c-btn {
  width: min(280px, 74.6666666667vw);
  margin: 0 auto;
}
.compare-range {
  position: relative;
  border-top: 1px solid #ccc;
}
.compare-rangeWrap {
  position: relative;
  padding-top: 32px;
  padding-bottom: 36px;
}
.compare-range__minLabel {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #999;
}
.compare-range__maxLabel {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  color: #999;
}
.compare-range__min, .compare-range__max {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: transparent;
  pointer-events: none;
  cursor: pointer;
}
.compare-range__min::-webkit-slider-thumb, .compare-range__max::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: 16px;
  width: 16px;
  background-color: #f2f2f2;
  border: 1px solid #666666;
  border-radius: 50%;
  pointer-events: auto;
}
.compare-range__min::-moz-range-thumb, .compare-range__max::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  height: 16px;
  width: 16px;
  background-color: #f2f2f2;
  border: 1px solid #666666;
  border-radius: 50%;
  pointer-events: auto;
}
.compare-range__minNum, .compare-range__maxNum {
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  min-width: 90px;
  font-size: 1rem;
  text-align: center;
}
.compare-range__minNum.is-right, .compare-range__maxNum.is-right {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  text-align: right;
}
.compare-range__min {
  z-index: 2;
}
.compare-range__max {
  z-index: 1;
}
.compare-block {
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  --cell: 39.995vw;
  --gap: 6.67vw;
}
.compare-block.is-col0 .compare-block__itemWrap {
  width: 0;
}
.compare-block.is-col0 .compare-block__visual {
  min-height: 60px;
}
.compare-block.is-col1 .compare-block__itemWrap {
  width: calc(var(--cell) + var(--gap));
}
.compare-block.is-col2 .compare-block__itemWrap {
  width: calc((var(--cell) + var(--gap)) * 2);
}
.compare-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw + var(--cell) + var(--gap) * 2);
}
.compare-block__header {
  z-index: 998;
  background-color: #fff;
  position: relative;
}
.compare-block__header.js-compareFixed {
  z-index: 999;
}
.compare-block__header:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0 -6.67vw;
  z-index: -1;
  background-color: #fff;
}
.compare-block__visual .compare-block__row {
  gap: 0;
}
.compare-block__visual .compare-block__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(var(--cell) + var(--gap));
  padding-right: var(--gap);
}
.compare-block__visual .compare-block__btn {
  margin-top: auto;
  padding-top: 20px;
}
.compare-block__visual .compare-block__btn .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compare-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 var(--gap);
  min-height: 36px;
}
.compare-block__col {
  width: var(--cell);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.compare-block__col.-hide {
  display: none;
}
.compare-block__subtitle {
  width: 100%;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-block__title {
  position: relative;
  left: 0;
  z-index: 1;
  width: 86.66vw;
  margin: 68px 0 0;
  padding: 24px 0;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-block__titleText {
  position: sticky;
  left: 0;
}
.compare-block__selectBtn {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 11px 20px 11px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
.compare-block__selectBtn::after {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: scale(1.4) translateY(-30%);
          transform: scale(1.4) translateY(-30%);
  margin-left: 6px;
  display: inline-block;
  content: "\EAD4";
  font-family: "audi-iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: inherit;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-block__selectBtn:hover::after {
  -webkit-transform: scale(1.4) translate(3px, -30%);
          transform: scale(1.4) translate(3px, -30%);
}
.compare-block #js-item1, .compare-block #js-item2, .compare-block #js-item3 {
  position: relative;
}
.compare-block__slideBtn {
  position: absolute;
  top: min(100px, 30%);
  width: 12px;
  height: 12px;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-block__slideBtn::after {
  display: block;
  content: "";
  display: inline-grid;
  place-content: center;
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points=".69 11.33 0 10.61 5.15 5.67 0 .72 .69 0 6.59 5.67 .69 11.33"/></svg>') no-repeat center center/contain;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-block__slideBtn.-left {
  left: calc(var(--gap) * -1 - 18px);
  display: none;
}
.compare-block__slideBtn.-left::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.compare-block__slideBtn.-right {
  left: calc(93.33vw - 18px);
}
.compare-block__deleteBtn {
  position: absolute;
  top: 56px;
  right: var(--gap);
  width: 12px;
  height: 12px;
  margin: 0 0 8px auto;
  background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="13.9" height="13.9" viewBox="0 0 13.9 13.9">  <defs>    <style>      .cls-1 {        fill: none;        stroke: %23000;        stroke-miterlimit: 10;        stroke-width: .75px;      }    </style>  </defs>  <line class="cls-1" x1=".27" y1=".27" x2="13.63" y2="13.63"/>  <line class="cls-1" x1=".27" y1="13.63" x2="13.63" y2=".27"/></svg>') no-repeat center center/contain;
}
.compare-block__modelName {
  margin-bottom: 6px;
  padding-right: var(--gap);
  font-size: 1.5rem;
  font-weight: 700;
}
.compare-block__price {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.compare-block__image {
  display: grid;
  margin-bottom: 10px;
}
.compare-block__image > img {
  grid-row: 1/2;
  grid-column: 1/2;
}
.compare-block__colorName {
  margin-bottom: 8px;
}
.compare-block__thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.compare-block__thumb > li {
  cursor: pointer;
}
.compare-block__thumb .is-active {
  position: relative;
}
.compare-block__thumb .is-active:after {
  position: absolute;
  display: block;
  content: "";
  right: -6px;
  bottom: -4px;
  width: 30px;
  height: 30px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  background: #439629 url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="8.33" height="7.51" viewBox="0 0 8.33 7.51">  <defs>    <style>      .cls-1 {        fill: %23fff;      }    </style>  </defs>  <polygon class="cls-1" points="3.38 7.51 0 4.13 .64 3.49 3.26 6.11 7.59 0 8.33 .53 3.38 7.51"/></svg>') no-repeat center center/12px auto;
}
.compare-block__thumb .is-active img {
  opacity: 0.2;
}
.compare-block__btnWrap .compare-block__row {
  height: 100%;
}
.compare-block__btnWrap .compare-block__col {
  position: relative;
}
.compare-block__btnWrap .compare-addBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  min-height: 60px;
  background-color: #F2F2F2;
  display: grid;
  place-content: center;
}
.compare-block__btnWrap .compare-addBtn:hover {
  background-color: #808080;
}
.compare-block__pagination {
  position: relative;
  z-index: 1;
  width: 86.66vw;
  margin: 28px 0;
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.js-compareAnchorFixed .compare-block__pagination {
  margin-bottom: 0;
}
.compare-block__paginationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}
.compare-block__pagination .swiper-pagination-bullet {
  width: 45px;
  height: 4px;
  border-radius: 0;
  background-color: #000;
}
.compare-block__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.2;
}
.compare-block__itemWrap .compare-accordion {
  border-bottom: 1px solid #e5e5e5;
}
.compare-block__itemWrap .compare-accordion + .compare-accordion {
  margin-top: -1px;
}
.compare-block__pdfDownload {
  margin-top: 35px;
  font-size: 1.2rem;
  text-align: center;
}
.compare-block__pdfDownload .c-link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.compare-fixAccordion {
  position: relative;
  inset: auto 0 0;
  z-index: 1;
  display: none;
  width: 100vw;
  margin: 12px -6.67vw 0;
  -webkit-transition: 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.is-compareFixed .compare-fixAccordion {
  display: block;
}
.compare-fixAccordion__title {
  position: relative;
  width: 100%;
  padding: 16px 6.67vw;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
}
.compare-fixAccordion__title::before, .compare-fixAccordion__title::after {
  position: absolute;
  top: 50%;
  right: 26px;
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #000;
}
.compare-fixAccordion__title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-fixAccordion__title.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.compare-fixAccordion__content {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  background-color: #333;
  color: #fff;
}
.compare-fixAccordion__content a {
  color: #fff;
}
.compare-fixAccordion__list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 22px 10px;
  width: 100%;
  padding: 25px 40px;
  font-size: 1.5rem;
}
.compare-accordion {
  width: calc(100vw + var(--cell) + var(--gap));
  margin-left: calc(var(--gap) * -1);
  margin-right: calc(var(--gap) * -1);
  border-top: 1px solid #e5e5e5;
}
.compare-accordion:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.compare-accordion__title {
  padding: 18px 50px 18px 25px;
  font-size: 1.5rem;
  font-weight: bold;
}
.compare-accordion__content {
  padding: 60px 6.67vw;
  border-top: 1px solid #e5e5e5;
  background-color: #f2f2f2;
  font-size: 1.2rem;
}
.compare-accordion__content .compare-block__subtitle {
  position: relative;
  left: 0;
  width: 86.66vw;
  margin-top: 12px;
  font-weight: 700;
}
.compare-accordion__content .compare-block__col {
  padding: 8px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
}
.compare-accordion__content .annotation-accordion {
  margin-top: 24px;
}
.compare-anchor {
  position: relative;
  z-index: 2;
  margin: 16px -6.67vw 0;
}
.compare-anchor__title {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding: 8px 6.67vw;
  font-size: 1.6rem;
}
.compare-anchor__title::before, .compare-anchor__title::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #000;
}
.compare-anchor__title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.compare-anchor__title.is-open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.compare-anchor__content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: #333;
}
.compare-anchor__list {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px 28px;
  padding: 25px 10.66vw 32px;
}
.compare-anchor__list a {
  color: #fff;
  font-size: 1.5rem;
}
.compare-detail__list > dt {
  padding: 12px 4px 0;
  font-weight: bold;
}
.compare-detail__list > dd {
  padding: 8px 4px 16px;
  border-bottom: 1px solid #d9d9d9;
  text-align: right;
}
.compare-detail__list > dd:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.imageSelectWrap button {
  border: 0;
  background-color: transparent;
  text-align: left;
}
.imageSelect-step:not(.is-current) {
  display: none;
}
.imageSelect-title {
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  font-size: 2rem;
}
.imageSelect-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.imageSelect-list__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: AudiType-Extended, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.imageSelect-list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
}
.imageSelect-list img {
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }
  .is-showpc {
    display: none !important;
  }
  .is-showtb {
    display: none !important;
  }
  .is-marker {
    background-size: auto 3px;
  }
  .c-spma0 {
    margin: 0px !important;
  }
  .c-spmt0 {
    margin-top: 0px !important;
  }
  .c-spmr0 {
    margin-right: 0px !important;
  }
  .c-spmb0 {
    margin-bottom: 0px !important;
  }
  .c-spml0 {
    margin-left: 0px !important;
  }
  .c-sppa0 {
    padding: 0px !important;
  }
  .c-sppt0 {
    padding-top: 0px !important;
  }
  .c-sppr0 {
    padding-right: 0px !important;
  }
  .c-sppb0 {
    padding-bottom: 0px !important;
  }
  .c-sppl0 {
    padding-left: 0px !important;
  }
  .c-spma5 {
    margin: 5px !important;
  }
  .c-spmt5 {
    margin-top: 5px !important;
  }
  .c-spmr5 {
    margin-right: 5px !important;
  }
  .c-spmb5 {
    margin-bottom: 5px !important;
  }
  .c-spml5 {
    margin-left: 5px !important;
  }
  .c-sppa5 {
    padding: 5px !important;
  }
  .c-sppt5 {
    padding-top: 5px !important;
  }
  .c-sppr5 {
    padding-right: 5px !important;
  }
  .c-sppb5 {
    padding-bottom: 5px !important;
  }
  .c-sppl5 {
    padding-left: 5px !important;
  }
  .c-spma10 {
    margin: 10px !important;
  }
  .c-spmt10 {
    margin-top: 10px !important;
  }
  .c-spmr10 {
    margin-right: 10px !important;
  }
  .c-spmb10 {
    margin-bottom: 10px !important;
  }
  .c-spml10 {
    margin-left: 10px !important;
  }
  .c-sppa10 {
    padding: 10px !important;
  }
  .c-sppt10 {
    padding-top: 10px !important;
  }
  .c-sppr10 {
    padding-right: 10px !important;
  }
  .c-sppb10 {
    padding-bottom: 10px !important;
  }
  .c-sppl10 {
    padding-left: 10px !important;
  }
  .c-spma15 {
    margin: 15px !important;
  }
  .c-spmt15 {
    margin-top: 15px !important;
  }
  .c-spmr15 {
    margin-right: 15px !important;
  }
  .c-spmb15 {
    margin-bottom: 15px !important;
  }
  .c-spml15 {
    margin-left: 15px !important;
  }
  .c-sppa15 {
    padding: 15px !important;
  }
  .c-sppt15 {
    padding-top: 15px !important;
  }
  .c-sppr15 {
    padding-right: 15px !important;
  }
  .c-sppb15 {
    padding-bottom: 15px !important;
  }
  .c-sppl15 {
    padding-left: 15px !important;
  }
  .c-spma20 {
    margin: 20px !important;
  }
  .c-spmt20 {
    margin-top: 20px !important;
  }
  .c-spmr20 {
    margin-right: 20px !important;
  }
  .c-spmb20 {
    margin-bottom: 20px !important;
  }
  .c-spml20 {
    margin-left: 20px !important;
  }
  .c-sppa20 {
    padding: 20px !important;
  }
  .c-sppt20 {
    padding-top: 20px !important;
  }
  .c-sppr20 {
    padding-right: 20px !important;
  }
  .c-sppb20 {
    padding-bottom: 20px !important;
  }
  .c-sppl20 {
    padding-left: 20px !important;
  }
  .c-spma25 {
    margin: 25px !important;
  }
  .c-spmt25 {
    margin-top: 25px !important;
  }
  .c-spmr25 {
    margin-right: 25px !important;
  }
  .c-spmb25 {
    margin-bottom: 25px !important;
  }
  .c-spml25 {
    margin-left: 25px !important;
  }
  .c-sppa25 {
    padding: 25px !important;
  }
  .c-sppt25 {
    padding-top: 25px !important;
  }
  .c-sppr25 {
    padding-right: 25px !important;
  }
  .c-sppb25 {
    padding-bottom: 25px !important;
  }
  .c-sppl25 {
    padding-left: 25px !important;
  }
  .c-spma30 {
    margin: 30px !important;
  }
  .c-spmt30 {
    margin-top: 30px !important;
  }
  .c-spmr30 {
    margin-right: 30px !important;
  }
  .c-spmb30 {
    margin-bottom: 30px !important;
  }
  .c-spml30 {
    margin-left: 30px !important;
  }
  .c-sppa30 {
    padding: 30px !important;
  }
  .c-sppt30 {
    padding-top: 30px !important;
  }
  .c-sppr30 {
    padding-right: 30px !important;
  }
  .c-sppb30 {
    padding-bottom: 30px !important;
  }
  .c-sppl30 {
    padding-left: 30px !important;
  }
  .c-spma35 {
    margin: 35px !important;
  }
  .c-spmt35 {
    margin-top: 35px !important;
  }
  .c-spmr35 {
    margin-right: 35px !important;
  }
  .c-spmb35 {
    margin-bottom: 35px !important;
  }
  .c-spml35 {
    margin-left: 35px !important;
  }
  .c-sppa35 {
    padding: 35px !important;
  }
  .c-sppt35 {
    padding-top: 35px !important;
  }
  .c-sppr35 {
    padding-right: 35px !important;
  }
  .c-sppb35 {
    padding-bottom: 35px !important;
  }
  .c-sppl35 {
    padding-left: 35px !important;
  }
  .c-spma40 {
    margin: 40px !important;
  }
  .c-spmt40 {
    margin-top: 40px !important;
  }
  .c-spmr40 {
    margin-right: 40px !important;
  }
  .c-spmb40 {
    margin-bottom: 40px !important;
  }
  .c-spml40 {
    margin-left: 40px !important;
  }
  .c-sppa40 {
    padding: 40px !important;
  }
  .c-sppt40 {
    padding-top: 40px !important;
  }
  .c-sppr40 {
    padding-right: 40px !important;
  }
  .c-sppb40 {
    padding-bottom: 40px !important;
  }
  .c-sppl40 {
    padding-left: 40px !important;
  }
  .c-spma45 {
    margin: 45px !important;
  }
  .c-spmt45 {
    margin-top: 45px !important;
  }
  .c-spmr45 {
    margin-right: 45px !important;
  }
  .c-spmb45 {
    margin-bottom: 45px !important;
  }
  .c-spml45 {
    margin-left: 45px !important;
  }
  .c-sppa45 {
    padding: 45px !important;
  }
  .c-sppt45 {
    padding-top: 45px !important;
  }
  .c-sppr45 {
    padding-right: 45px !important;
  }
  .c-sppb45 {
    padding-bottom: 45px !important;
  }
  .c-sppl45 {
    padding-left: 45px !important;
  }
  .c-spma50 {
    margin: 50px !important;
  }
  .c-spmt50 {
    margin-top: 50px !important;
  }
  .c-spmr50 {
    margin-right: 50px !important;
  }
  .c-spmb50 {
    margin-bottom: 50px !important;
  }
  .c-spml50 {
    margin-left: 50px !important;
  }
  .c-sppa50 {
    padding: 50px !important;
  }
  .c-sppt50 {
    padding-top: 50px !important;
  }
  .c-sppr50 {
    padding-right: 50px !important;
  }
  .c-sppb50 {
    padding-bottom: 50px !important;
  }
  .c-sppl50 {
    padding-left: 50px !important;
  }
  .c-spw0 {
    width: 0% !important;
  }
  .c-spw5 {
    width: 5% !important;
  }
  .c-spw10 {
    width: 10% !important;
  }
  .c-spw15 {
    width: 15% !important;
  }
  .c-spw20 {
    width: 20% !important;
  }
  .c-spw25 {
    width: 25% !important;
  }
  .c-spw30 {
    width: 30% !important;
  }
  .c-spw35 {
    width: 35% !important;
  }
  .c-spw40 {
    width: 40% !important;
  }
  .c-spw45 {
    width: 45% !important;
  }
  .c-spw50 {
    width: 50% !important;
  }
  .c-spw55 {
    width: 55% !important;
  }
  .c-spw60 {
    width: 60% !important;
  }
  .c-spw65 {
    width: 65% !important;
  }
  .c-spw70 {
    width: 70% !important;
  }
  .c-spw75 {
    width: 75% !important;
  }
  .c-spw80 {
    width: 80% !important;
  }
  .c-spw85 {
    width: 85% !important;
  }
  .c-spw90 {
    width: 90% !important;
  }
  .c-spw95 {
    width: 95% !important;
  }
  .c-spw100 {
    width: 100% !important;
  }
  .c-accordionSP__title {
    padding-right: 40px;
    position: relative;
  }
  .c-accordionSP__title:after {
    position: absolute;
    display: block;
    content: "";
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(2) rotate(180deg);
            transform: translateY(-50%) scale(2) rotate(180deg);
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\EA2A";
    font-family: "audi-iconfont";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: inherit;
    -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
    transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .c-accordionSP__title.is-open::after {
    -webkit-transform: translateY(-50%) scale(2) rotate(0);
            transform: translateY(-50%) scale(2) rotate(0);
  }
  .c-accordionSP__content {
    display: none;
  }
  .l-header__col.-col02 {
    width: 86.66vw;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .l-gnavWrap {
    position: absolute;
    inset: 60px 0 0;
    display: none;
    z-index: 999;
    overflow-y: auto;
    height: calc(100vh - 60px);
    padding-bottom: 20px;
    background: #fff;
  }
  .l-gnavWrap .c-accordion__title {
    padding: 18px 28px;
    font-size: 1.55rem;
  }
  .l-gnavWrap .c-accordion__content {
    padding-bottom: 18px;
    background-color: #f6f6f6;
  }
  .l-gnav > li > a, .l-gnav > li > span {
    display: block;
    padding: 18px 28px;
    font-size: 1.55rem;
  }
  .l-gnavBtn {
    position: absolute;
    top: 20px;
    left: 24px;
    width: 18px;
    height: 18px;
    background: none;
  }
  .l-gnavBtn span {
    position: absolute;
    left: 0;
    display: block;
    background: #000;
    width: 18px;
    height: 1px;
    -webkit-transition: top 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out;
    transition: top 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out;
    transition: top 0.3s ease-in-out 0.3s, transform 0.2s ease-in-out, opacity 0.3s ease-in-out 0.3s;
    transition: top 0.3s ease-in-out 0.3s, transform 0.2s ease-in-out, opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.2s ease-in-out;
  }
  .l-gnavBtn span:nth-child(1) {
    top: 6px;
  }
  .l-gnavBtn span:nth-child(2) {
    top: 9px;
  }
  .l-gnavBtn span:nth-child(3) {
    top: 12px;
  }
  .l-gnavBtn.is-open span {
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.2s ease-in-out 0.3s;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.2s ease-in-out 0.3s;
    transition: top 0.3s ease-in-out, transform 0.2s ease-in-out 0.3s, opacity 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, transform 0.2s ease-in-out 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.2s ease-in-out 0.3s;
  }
  .l-gnavBtn.is-open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-gnavBtn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-gnavBtn.is-open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-gnav__catTitle {
    border-bottom: 1px solid #e6e6e6;
  }
  .l-gnav__catTitle a {
    display: block;
    padding: 24px 28px;
    font-size: 1.4rem;
  }
  .l-gnav__subTitle {
    margin-bottom: 24px;
    padding: 12px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    color: #b3b3b3;
    font-size: 1.1rem;
    font-family: AudiType-Extended, sans-serif;
  }
  .l-gnav__sub + .l-gnav__subTitle {
    margin-top: 30px;
  }
  .l-gnav__sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 16px;
    width: 86.66vw;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-family: AudiType-Extended, sans-serif;
  }
  .l-gnav__sub + .l-gnav__sub {
    margin-top: 17px;
  }
  .l-gnav__sub.-limited {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .l-topicpath {
    display: none;
  }
  .l-footer .c-accordionSP__content {
    background-color: #333;
    padding: 32px 28px 40px;
    font-family: AudiType-Extended, sans-serif;
    font-size: 1rem;
  }
  .l-footer__navTitle {
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    color: #666666;
    font-size: 1.05rem;
  }
  .features-mv .c-note {
    color: #fff;
  }
  .features-grid__image:not(:has(.features-grid__caption)):has(.swiper-pagination-bullet) .swiper-pagination {
    padding-top: 20px;
  }
  .features-grid__image .swiper-pagination:has(.swiper-pagination-bullet:only-child) {
    padding-top: 0;
  }
  .compare-block__colorName {
    min-height: 3em;
  }
  .compare-block.is-col0 .compare-block__header:not(.js-compareFixed) .compare-block__visual {
    display: none;
  }
  .compare-block.is-col0 .compare-block__btnWrap {
    min-height: 60px;
  }
  .compare-block.is-col0 .compare-block__btnWrap .compare-addBtn {
    height: 60px !important;
  }
  .compare-accordion__title {
    left: 0;
    width: 100vw;
  }
  .compare-accordion .annotation-accordion__title {
    position: relative;
    left: 0;
    width: 86.66vw;
    -webkit-transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
    transition: all 250ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .js-fixedItem {
    position: relative;
  }
  .js-fixedItem:before {
    position: absolute;
    display: block;
    content: "";
    inset: -1px -6.67vw 0;
    z-index: -1;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }
  .is-pcfsizeSmaller {
    font-size: 1.2rem;
  }
  .is-pcfsizeSmall {
    font-size: 1.4rem;
  }
  .is-pcfsizeNormal {
    font-size: 1.6rem !important;
  }
  .is-pcfsizeLarge {
    font-size: 1.8rem;
  }
  .is-pcfsizeLarger {
    font-size: 2rem;
  }
  .is-showsp {
    display: none !important;
  }
  .is-layerShow .p-top .l-header__siteName {
    font-size: 1.75rem;
  }
  .is-subnavOpen .p-top .l-header {
    background-color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .is-subnavOpen .p-top .l-header__logo path {
    fill: #000;
  }
  .is-subnavOpen .p-top .l-header__siteName {
    color: #000;
  }
  .is-subnavOpen .p-top .l-header__siteName:hover {
    color: #4c4c4c;
  }
  .is-anchorFixed {
    padding-top: 60px;
  }
  .c-btn {
    padding: 0.9em;
  }
  .c-telLink {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
  .c-scrollBlock {
    max-height: 19em;
  }
  .c-pcma0 {
    margin: 0px !important;
  }
  .c-pcmt0 {
    margin-top: 0px !important;
  }
  .c-pcmr0 {
    margin-right: 0px !important;
  }
  .c-pcmb0 {
    margin-bottom: 0px !important;
  }
  .c-pcml0 {
    margin-left: 0px !important;
  }
  .c-pcpa0 {
    padding: 0px !important;
  }
  .c-pcpt0 {
    padding-top: 0px !important;
  }
  .c-pcpr0 {
    padding-right: 0px !important;
  }
  .c-pcpb0 {
    padding-bottom: 0px !important;
  }
  .c-pcpl0 {
    padding-left: 0px !important;
  }
  .c-pcma5 {
    margin: 5px !important;
  }
  .c-pcmt5 {
    margin-top: 5px !important;
  }
  .c-pcmr5 {
    margin-right: 5px !important;
  }
  .c-pcmb5 {
    margin-bottom: 5px !important;
  }
  .c-pcml5 {
    margin-left: 5px !important;
  }
  .c-pcpa5 {
    padding: 5px !important;
  }
  .c-pcpt5 {
    padding-top: 5px !important;
  }
  .c-pcpr5 {
    padding-right: 5px !important;
  }
  .c-pcpb5 {
    padding-bottom: 5px !important;
  }
  .c-pcpl5 {
    padding-left: 5px !important;
  }
  .c-pcma10 {
    margin: 10px !important;
  }
  .c-pcmt10 {
    margin-top: 10px !important;
  }
  .c-pcmr10 {
    margin-right: 10px !important;
  }
  .c-pcmb10 {
    margin-bottom: 10px !important;
  }
  .c-pcml10 {
    margin-left: 10px !important;
  }
  .c-pcpa10 {
    padding: 10px !important;
  }
  .c-pcpt10 {
    padding-top: 10px !important;
  }
  .c-pcpr10 {
    padding-right: 10px !important;
  }
  .c-pcpb10 {
    padding-bottom: 10px !important;
  }
  .c-pcpl10 {
    padding-left: 10px !important;
  }
  .c-pcma15 {
    margin: 15px !important;
  }
  .c-pcmt15 {
    margin-top: 15px !important;
  }
  .c-pcmr15 {
    margin-right: 15px !important;
  }
  .c-pcmb15 {
    margin-bottom: 15px !important;
  }
  .c-pcml15 {
    margin-left: 15px !important;
  }
  .c-pcpa15 {
    padding: 15px !important;
  }
  .c-pcpt15 {
    padding-top: 15px !important;
  }
  .c-pcpr15 {
    padding-right: 15px !important;
  }
  .c-pcpb15 {
    padding-bottom: 15px !important;
  }
  .c-pcpl15 {
    padding-left: 15px !important;
  }
  .c-pcma20 {
    margin: 20px !important;
  }
  .c-pcmt20 {
    margin-top: 20px !important;
  }
  .c-pcmr20 {
    margin-right: 20px !important;
  }
  .c-pcmb20 {
    margin-bottom: 20px !important;
  }
  .c-pcml20 {
    margin-left: 20px !important;
  }
  .c-pcpa20 {
    padding: 20px !important;
  }
  .c-pcpt20 {
    padding-top: 20px !important;
  }
  .c-pcpr20 {
    padding-right: 20px !important;
  }
  .c-pcpb20 {
    padding-bottom: 20px !important;
  }
  .c-pcpl20 {
    padding-left: 20px !important;
  }
  .c-pcma25 {
    margin: 25px !important;
  }
  .c-pcmt25 {
    margin-top: 25px !important;
  }
  .c-pcmr25 {
    margin-right: 25px !important;
  }
  .c-pcmb25 {
    margin-bottom: 25px !important;
  }
  .c-pcml25 {
    margin-left: 25px !important;
  }
  .c-pcpa25 {
    padding: 25px !important;
  }
  .c-pcpt25 {
    padding-top: 25px !important;
  }
  .c-pcpr25 {
    padding-right: 25px !important;
  }
  .c-pcpb25 {
    padding-bottom: 25px !important;
  }
  .c-pcpl25 {
    padding-left: 25px !important;
  }
  .c-pcma30 {
    margin: 30px !important;
  }
  .c-pcmt30 {
    margin-top: 30px !important;
  }
  .c-pcmr30 {
    margin-right: 30px !important;
  }
  .c-pcmb30 {
    margin-bottom: 30px !important;
  }
  .c-pcml30 {
    margin-left: 30px !important;
  }
  .c-pcpa30 {
    padding: 30px !important;
  }
  .c-pcpt30 {
    padding-top: 30px !important;
  }
  .c-pcpr30 {
    padding-right: 30px !important;
  }
  .c-pcpb30 {
    padding-bottom: 30px !important;
  }
  .c-pcpl30 {
    padding-left: 30px !important;
  }
  .c-pcma35 {
    margin: 35px !important;
  }
  .c-pcmt35 {
    margin-top: 35px !important;
  }
  .c-pcmr35 {
    margin-right: 35px !important;
  }
  .c-pcmb35 {
    margin-bottom: 35px !important;
  }
  .c-pcml35 {
    margin-left: 35px !important;
  }
  .c-pcpa35 {
    padding: 35px !important;
  }
  .c-pcpt35 {
    padding-top: 35px !important;
  }
  .c-pcpr35 {
    padding-right: 35px !important;
  }
  .c-pcpb35 {
    padding-bottom: 35px !important;
  }
  .c-pcpl35 {
    padding-left: 35px !important;
  }
  .c-pcma40 {
    margin: 40px !important;
  }
  .c-pcmt40 {
    margin-top: 40px !important;
  }
  .c-pcmr40 {
    margin-right: 40px !important;
  }
  .c-pcmb40 {
    margin-bottom: 40px !important;
  }
  .c-pcml40 {
    margin-left: 40px !important;
  }
  .c-pcpa40 {
    padding: 40px !important;
  }
  .c-pcpt40 {
    padding-top: 40px !important;
  }
  .c-pcpr40 {
    padding-right: 40px !important;
  }
  .c-pcpb40 {
    padding-bottom: 40px !important;
  }
  .c-pcpl40 {
    padding-left: 40px !important;
  }
  .c-pcma45 {
    margin: 45px !important;
  }
  .c-pcmt45 {
    margin-top: 45px !important;
  }
  .c-pcmr45 {
    margin-right: 45px !important;
  }
  .c-pcmb45 {
    margin-bottom: 45px !important;
  }
  .c-pcml45 {
    margin-left: 45px !important;
  }
  .c-pcpa45 {
    padding: 45px !important;
  }
  .c-pcpt45 {
    padding-top: 45px !important;
  }
  .c-pcpr45 {
    padding-right: 45px !important;
  }
  .c-pcpb45 {
    padding-bottom: 45px !important;
  }
  .c-pcpl45 {
    padding-left: 45px !important;
  }
  .c-pcma50 {
    margin: 50px !important;
  }
  .c-pcmt50 {
    margin-top: 50px !important;
  }
  .c-pcmr50 {
    margin-right: 50px !important;
  }
  .c-pcmb50 {
    margin-bottom: 50px !important;
  }
  .c-pcml50 {
    margin-left: 50px !important;
  }
  .c-pcpa50 {
    padding: 50px !important;
  }
  .c-pcpt50 {
    padding-top: 50px !important;
  }
  .c-pcpr50 {
    padding-right: 50px !important;
  }
  .c-pcpb50 {
    padding-bottom: 50px !important;
  }
  .c-pcpl50 {
    padding-left: 50px !important;
  }
  .c-pcw0 {
    width: 0% !important;
  }
  .c-pcw5 {
    width: 5% !important;
  }
  .c-pcw10 {
    width: 10% !important;
  }
  .c-pcw15 {
    width: 15% !important;
  }
  .c-pcw20 {
    width: 20% !important;
  }
  .c-pcw25 {
    width: 25% !important;
  }
  .c-pcw30 {
    width: 30% !important;
  }
  .c-pcw35 {
    width: 35% !important;
  }
  .c-pcw40 {
    width: 40% !important;
  }
  .c-pcw45 {
    width: 45% !important;
  }
  .c-pcw50 {
    width: 50% !important;
  }
  .c-pcw55 {
    width: 55% !important;
  }
  .c-pcw60 {
    width: 60% !important;
  }
  .c-pcw65 {
    width: 65% !important;
  }
  .c-pcw70 {
    width: 70% !important;
  }
  .c-pcw75 {
    width: 75% !important;
  }
  .c-pcw80 {
    width: 80% !important;
  }
  .c-pcw85 {
    width: 85% !important;
  }
  .c-pcw90 {
    width: 90% !important;
  }
  .c-pcw95 {
    width: 95% !important;
  }
  .c-pcw100 {
    width: 100% !important;
  }
  .c-modal__inner .c-box {
    padding-top: 40px;
  }
  .l-container {
    padding-top: 118px;
    font-size: 1.6rem;
  }
  .l-header__inner {
    height: 90px;
    padding-left: min(6.1428571429vw, 86px);
    padding-right: min(5.7142857143vw, 80px);
  }
  .l-header__siteName {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .l-header__logo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .l-header__logo svg {
    width: 74px;
  }
  .l-header .c-accordion__title {
    padding-right: 0;
  }
  .l-header .c-accordion__title::after {
    content: none;
  }
  .l-header .c-accordion__content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #f6f6f6;
  }
  .l-header__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(4.8571428571vw, 68px);
    width: 86.66vw;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 42px;
    padding-bottom: 52px;
  }
  .l-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(2.8571428571vw, 40px);
    padding-top: 1px;
    margin-right: min(2.8571428571vw, 40px);
    font-size: 1.4rem;
  }
  .l-gnavClose {
    position: absolute;
    top: 36px;
    left: min(1.7857142857vw, 40px);
    font-size: 38px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    line-height: 1;
  }
  .l-gnavClose::before {
    display: inline-block;
    content: "\EA4E";
    font-family: "audi-iconfont";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: inherit;
  }
  .l-gnav__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: AudiType-Extended, sans-serif;
    gap: 24px;
    font-size: 1rem;
  }
  .l-gnav__sub > li {
    width: 100px;
  }
  .l-gnav__sub + .l-gnav__sub {
    margin-top: 24px;
  }
  .l-gnav__sub.-limited {
    margin-top: 56px;
  }
  .l-gnav__catTitle {
    white-space: nowrap;
  }
  .l-gnav__subTitle {
    margin-bottom: 24px;
    color: #b3b3b3;
    font-family: AudiType-Extended, sans-serif;
    font-size: 1rem;
  }
  .l-gnav__sub + .l-gnav__subTitle {
    margin-top: 64px;
  }
  .l-gnav > li {
    border-bottom: 1px solid transparent;
  }
  .l-back {
    top: 90px;
    width: auto;
    margin: -28px auto 60px;
    padding: 28px 0;
  }
  .l-mvSection {
    margin-top: -10px;
    margin-bottom: 40px;
  }
  .l-mvSection__inner {
    padding: 40px 54px 25px 70px;
  }
  .l-mvSection__inner .mv-layer__list {
    padding-right: 16px;
  }
  .l-mvSection__title {
    font-size: 4rem;
  }
  .l-mvSection__title__features {
    display: block;
    font-size: 2.5rem;
  }
  .l-mvSection__subtitle {
    font-size: 2.6rem;
  }
  .l-mvSection__note {
    text-align: right;
  }
  .l-mvSection__anchor {
    min-height: 60px;
    padding: 20px min(6.1428571429vw, 86px);
    background-color: #000;
  }
  .l-mvSection__anchorList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px 35px;
    font-size: 1.4rem;
  }
  .is-anchorFixed .l-mvSection__anchor {
    position: fixed;
    inset: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .is-anchorFixed .l-mvSection__anchor .l-mvSection__anchorList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .is-anchorFixed .l-mvSection__anchor .l-mvSection__anchorName {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-right: 48px;
    font-family: AudiType-Extended, sans-serif;
    font-size: 2rem;
  }
  .l-pagetitle {
    margin-bottom: 60px;
    font-size: 2.9rem;
  }
  .l-content {
    padding-top: 0;
    padding-bottom: 180px;
  }
  .l-topicpath {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
    font-size: 1rem;
  }
  .l-topicpath > li:not(:first-child)::before {
    -webkit-transform: scale(1.7) translateY(0.1em);
            transform: scale(1.7) translateY(0.1em);
    margin: 0 6px;
    display: inline-block;
    content: "\EAD4";
    font-family: "audi-iconfont";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: inherit;
  }
  .l-topicpath + .specifications-select {
    margin-top: -10px;
  }
  .l-fixedBtn {
    gap: 10px;
    padding: 30px 32px;
    font-size: 1.1rem;
  }
  .l-fixedBtn .c-btn {
    min-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 1.2rem;
  }
  .l-related {
    padding-top: 60px;
    padding-bottom: 140px;
  }
  .l-footer {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .has-fixedBtn .l-footer {
    padding-bottom: 120px;
  }
  .has-fixedSelectModels .l-footer {
    padding-bottom: 210px;
  }
  .l-footer__pagetop {
    bottom: calc(100% + 20px);
    right: 20px;
  }
  .l-footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(5vw, 70px);
  }
  .l-footer__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px min(7.5vw, 115px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 70px;
    font-size: 1.4rem;
  }
  .l-footer__navList > li {
    border-bottom: none;
  }
  .l-footer__navList > li > a {
    display: inline-block;
    min-height: 0;
    padding: 0;
  }
  .l-footer__navList > li dt {
    margin-bottom: 20px;
  }
  .l-footer__navList > li .c-accordionSP__content {
    font-size: 1rem;
  }
  .l-footer__navTitle {
    color: #666;
    margin-bottom: 12px;
    font-family: AudiType-Extended, sans-serif;
  }
  .l-footer__nav + .l-footer__navTitle {
    margin-top: 30px;
  }
  .l-footer__nav {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 32px;
  }
  .l-footer__nav + .l-footer__nav {
    margin-top: 12px;
  }
  .l-footer__nav.-limited {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .l-footer__limited {
    margin-top: 65px;
  }
  .l-footer__note {
    margin-top: 70px;
    font-size: 1rem;
  }
  .l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #333;
    margin-top: 16px;
    padding-top: 14px;
    font-size: 1.1rem;
  }
  .l-footer__copy {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    font-size: 1rem;
  }
  .p-top {
    padding-top: 0;
  }
  html:not(.is-subnavOpen) .p-top .l-gnav > li > a {
    color: #fff;
  }
  html:not(.is-subnavOpen) .p-top .l-gnav > li > a:hover {
    color: #d9d9d9;
  }
  html:not(.is-subnavOpen) .p-top .l-gnav > li .c-accordion__title {
    color: #fff;
  }
  html:not(.is-subnavOpen) .p-top .l-gnav > li .c-accordion__title:hover {
    color: #d9d9d9;
  }
  .p-models .l-gnav__models {
    border-bottom-color: #000;
  }
  .p-compare .l-gnav__comparison {
    border-bottom-color: #000;
  }
  .p-purchase .l-gnav__purchase {
    border-bottom-color: #000;
  }
  .mv-wrap .c-note {
    left: 68px;
    right: 68px;
    text-align: right;
  }
  .mv-logo svg {
    width: 405px;
  }
  .mv-inner {
    padding: 52px 68px;
  }
  .mv-title {
    margin-top: 48px;
    font-size: 3.34rem;
    line-height: 1.1212121212;
  }
  .mv-layer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-layer__list > li {
    max-width: 386px;
  }
  .mv-layer__list > li.is-tac {
    max-width: none;
  }
  .mv-layer__list > li.is-tac .c-btn {
    display: inline-block;
  }
  .limited-model {
    grid-template-columns: 53.7037037037% 1fr;
  }
  .limited-model__title {
    margin-bottom: 16px;
    font-size: 2.1rem;
  }
  .limited-model__text {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .limited-model .c-note {
    margin-top: 12px;
  }
  .limited-model + .limited-model {
    margin-top: 120px;
  }
  .empty-message {
    min-height: 300px;
    font-size: 1.8rem;
  }
  .related-title {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .related-list {
    grid-template-columns: repeat(3, 1fr);
    font-size: 1.3rem;
  }
  .related-list__image {
    margin-bottom: 10px;
  }
  .related-list__image + .related-list__title {
    margin-top: 20px;
  }
  .related-list p + p {
    margin-top: 10px;
  }
  .purchase-introText {
    margin-bottom: 70px;
    font-size: 3rem;
  }
  .purchase-list {
    grid-template-columns: 1fr 1fr;
    gap: 96px 80px;
    font-size: 1.6rem;
  }
  .purchase-list img {
    margin-bottom: 10px;
  }
  .models-mv {
    margin-bottom: 0;
  }
  .models-mv .l-mvSection__title {
    font-size: 3.6rem;
  }
  .models-mv + .l-content.is-bgGray {
    padding-top: 38px;
  }
  .models-list {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 64px 28px;
  }
  .models-list + .models-list {
    margin-top: 64px;
  }
  .specifications-select {
    margin-bottom: 32px;
  }
  .specifications-select + .l-pagetitle {
    margin-bottom: 36px;
  }
  .is-specificationFixed .specifications-select::before {
    content: none;
  }
  .specifications-modelName {
    margin-bottom: 10px;
    font-size: 2.2rem;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .specifications-price {
    font-size: 1.8rem;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .specifications-fixAccordion {
    margin: 0;
  }
  .is-specificationFixed .specifications-fixAccordion::before {
    content: none;
  }
  .specifications-fixAccordion__title {
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .is-specificationFixed .specifications-fixAccordion__title {
    padding: 20px 40px 20px 0;
  }
  .is-specificationFixed .specifications-fixAccordion__title::before, .is-specificationFixed .specifications-fixAccordion__title::after {
    right: 26px;
  }
  .is-specificationFixed .specifications-fixAccordion__title .specifications-modelName {
    font-size: 2.1rem;
  }
  .is-specificationFixed .specifications-fixAccordion__title .specifications-price {
    font-size: 1.5rem;
  }
  .specifications-fixAccordion__content {
    background-color: #fff;
    color: #000;
  }
  .is-specificationFixed .specifications-fixAccordion__content {
    margin-left: 0;
    margin-right: 0;
    padding: 12px 40px 20px 50px;
  }
  .specifications-fixAccordion__content a {
    color: #000;
    font-size: 1.4rem;
  }
  .specifications-anchorLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .specifications-anchorLink > li {
    padding: 0 30px;
    border-left: 1px solid #000;
  }
  .specifications-anchorLink > li:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .specifications-anchorLink > li .c-link::after {
    content: none;
  }
  .specifications-image {
    margin: 0 auto 22px;
  }
  .specifications-accordion {
    margin-left: 0;
    margin-right: 0;
  }
  .specifications-accordion__title {
    padding: 24px 50px;
  }
  .specifications-accordion__content {
    padding: 44px 15px;
  }
  .specifications-detail {
    margin-bottom: 70px;
  }
  .specifications-detail__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 46px;
    padding: 8px 20px;
    font-size: 1.2rem;
  }
  .specifications-detail__title:not(:first-child) {
    margin-top: 44px;
  }
  .specifications-detail__subtitle {
    min-height: 44px;
    padding: 12px 20px;
    font-size: 1.2rem;
  }
  .specifications-detail__list {
    font-size: 1.2rem;
  }
  .specifications-detail__list.-list01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .specifications-detail__list.-list01 > dt {
    padding: 12px 0 12px 20px;
    border-top: 1px solid #e5e5e5;
  }
  .specifications-detail__list.-list01 > dd {
    padding: 12px 0 12px 20px;
    border-top: 1px solid #e5e5e5;
  }
  .specifications-detail__list.-list02 > dt {
    min-height: 44px;
    padding: 8px 20px;
  }
  .specifications-detail__list.-list02 > dd {
    min-height: 44px;
    padding: 8px 20px;
  }
  .specifications-detail__list.-list03 {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .specifications-detail__list.-list03 > dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 44px;
    padding: 8px 20px;
  }
  .specifications-detail__list.-list03 > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 44px;
    padding: 8px 20px;
    border-top: 1px solid #e5e5e5;
  }
  .specifications-detail__list + .annotation-accordion {
    padding-top: 32px;
  }
  .annotation-accordion__title {
    margin-bottom: 20px;
  }
  .annotation-accordion__content {
    padding: 0 36px;
  }
  .features-mv {
    padding-top: 0;
  }
  .features-mv .l-mvSection__title {
    font-size: 3.6rem;
  }
  .features-mv__inner {
    display: contents;
  }
  .features-block + .features-block {
    margin-top: 80px;
  }
  .features-title {
    margin-bottom: 10px;
    font-size: 4rem;
  }
  h3.features-title {
    font-size: 3.4rem;
  }
  .features-content.-viewmore .features-title {
    /*margin-bottom: 80px;
    font-size: 5.0rem;*/
  }
  .features-grid {
    display: grid;
    grid-template-columns: 65.74% minmax(0, 1fr);
    grid-template-areas: ". ." ". link";
    gap: 0 48px;
  }
  .features-grid__caption {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .features-grid__image {
    margin-bottom: 0;
  }
  .features-grid__image .swiper-button-prev {
    top: min(17.2vw - 24px, 188px);
    left: 10px;
    width: 13px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points="5.9 11.33 0 5.67 5.9 0 6.59 .72 1.44 5.67 6.59 10.61 5.9 11.33" fill="%23fff"/></svg>') no-repeat center center/contain;
  }
  .features-grid__image .swiper-button-next {
    top: min(17.2vw - 24px, 188px);
    right: 10px;
    width: 13px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points=".69 11.33 0 10.61 5.15 5.67 0 .72 .69 0 6.59 5.67 .69 11.33" fill="%23fff"/></svg>') no-repeat center center/contain;
  }
  .features-grid__image .swiper-pagination {
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .features-grid__image .swiper-pagination-bullet {
    width: 45px;
    height: 4px;
  }
  .features-grid__image:has(.swiper-slide-active .is-border) .swiper-button-prev {
    background-image: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points="5.9 11.33 0 5.67 5.9 0 6.59 .72 1.44 5.67 6.59 10.61 5.9 11.33" fill="%23000"/></svg>');
  }
  .features-grid__image:has(.swiper-slide-active .is-border) .swiper-button-next {
    background-image: url('data:image/svg+xml;utf8,<svg id="_繝ｬ繧､繝､繝ｼ_1" data-name="繝ｬ繧､繝､繝ｼ 1" xmlns="http://www.w3.org/2000/svg" width="6.59" height="11.33" viewBox="0 0 6.59 11.33">  <polygon points=".69 11.33 0 10.61 5.15 5.67 0 .72 .69 0 6.59 5.67 .69 11.33" fill="%23000"/></svg>');
  }
  .features-grid__text {
    max-height: min(32.55vw, 400px);
    padding-top: 20px;
    font-size: 1.4rem;
  }
  .features-grid__text.-hasthumb {
    max-height: none;
  }
  .features-grid__text .c-note {
    margin-top: 20px;
  }
  .features-grid__text .c-note + .c-note {
    margin-top: 10px;
  }
  .features-grid__text .swiper-intro {
    height: 100%;
    margin: 0 -30px;
  }
  .features-grid__text .swiper-intro .swiper-slide {
    display: grid;
    grid-template-areas: "." "scroll" ".";
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding: 0 30px;
  }
  .features-grid__text .swiper-intro .swiper-slide .c-scrollBlock {
    grid-area: scroll;
    max-height: 100%;
  }
  .features-grid__text .swiper-button-prev {
    left: -30px;
    width: 13px;
    height: 24px;
  }
  .features-grid__text .swiper-button-next {
    right: -30px;
    width: 13px;
    height: 24px;
  }
  .features-grid__text .swiper-pagination {
    position: absolute;
    bottom: -28px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .features-grid__text .swiper-pagination-bullet {
    width: 45px;
    height: 4px;
  }
  .features-grid__text .features-variation__thumb {
    height: auto;
  }
  .features-grid__text .features-variation__thumb .swiper-slide {
    padding: 0;
  }
  .features-grid__link {
    grid-column: 1/3;
    margin-top: auto;
    text-align: right;
  }
  .features-grid:not(:has(.features-grid__caption)):has(.swiper-pagination-bullet) .features-grid__link {
    padding-top: 35px;
  }
  .features-subHeadline {
    margin-bottom: 8px;
    font-size: 1.9rem;
  }
  .features-content.-viewmore .features-subHeadline {
    margin-bottom: 12px;
    font-size: 1.9rem;
  }
  .features-variation__title {
    margin-bottom: 20px;
  }
  .features-variation__thumb {
    gap: 20px 6.2%;
    margin-bottom: 0;
  }
  .features-variation__thumb > li {
    width: 20.35% !important;
  }
  .compare-header {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 60px;
  }
  .compare-header .compare-header__btn {
    right: 0;
  }
  .compare-wrap {
    gap: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  .compare-wrap + .comrare-wrap {
    margin-top: 80px;
  }
  .compare-title {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
  .compare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
  }
  .compare-list > li {
    width: 150px;
  }
  .compare-list > li.is-active .compare-list__image::after {
    width: 27px;
    height: 27px;
    background-size: 10px auto;
  }
  .compare-list__name {
    margin-bottom: 2px;
    font-size: 1.5rem;
  }
  .compare-list__price {
    padding-bottom: 20px;
    font-size: 1.1rem;
  }
  .compare-list__image {
    margin-top: auto;
  }
  .compare-list__btn .c-btn {
    min-height: 40px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .compare-selectModels {
    padding: 20px 22px 32px;
  }
  .compare-selectModels .c-btnWrap {
    text-align: center;
  }
  .compare-selectModels__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .compare-selectModels__btn {
    margin-top: 32px;
    max-width: 260px;
    padding: 12px;
    font-size: 1.3rem;
  }
  .compare-modal__header {
    height: 60px;
    padding: 10px min(6.1428571429vw, 86px);
  }
  .compare-modal__header .c-modal__close {
    padding-left: 30px;
    background-size: 18px 18px;
    font-size: 1.4rem;
  }
  .compare-modal__title {
    padding: 10px 0;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .compare-modal__title ~ .compare-modal__title {
    margin-top: 62px;
  }
  .compare-modal__body {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .compare-modal__content {
    padding: 45px 60px;
  }
  .compare-modal__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 22px 12px;
    padding: 0;
    font-size: 1.1rem;
  }
  .compare-modal__list + .compare-modal__list {
    margin-top: 22px;
  }
  .compare-modal__subtitle {
    margin-top: 68px;
    margin-bottom: 22px;
    padding: 0;
    border-bottom: none;
    font-size: 1.05rem;
  }
  .compare-modal__btnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    margin-top: 78px;
  }
  .compare-modal__btnWrap .c-btn {
    width: 280px;
    margin: 0;
  }
  .compare-block {
    --cell: calc((100% - 56px) / 3);
    --gap: 28px;
  }
  .compare-block.is-col0 {
    min-height: 320px;
  }
  .compare-block.is-col0 .compare-block__itemWrap,
  .compare-block.is-col0 .compare-fixAccordion {
    display: none;
  }
  .compare-block.is-col0 .compare-block__visual {
    min-height: 0;
  }
  .compare-block.is-col1 .compare-block__itemWrap {
    width: var(--cell);
  }
  .compare-block.is-col2 .compare-block__itemWrap {
    width: calc(var(--cell) * 2 + var(--gap));
  }
  .compare-block.is-col3 .compare-block__itemWrap {
    width: 100%;
  }
  .compare-block.is-col3 .compare-block__btnWrap {
    display: none;
  }
  .compare-block__inner {
    width: 100%;
    gap: var(--gap);
  }
  .compare-block__btnWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .compare-block__visual {
    width: auto;
    padding-right: 0;
  }
  .compare-block__visual .compare-block__row {
    gap: var(--gap);
  }
  .compare-block__visual .compare-block__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    padding-right: 0;
  }
  .compare-block__header {
    margin-bottom: 28px;
  }
  .compare-block__row {
    width: 100%;
    min-height: 32px;
  }
  .compare-block__col {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .compare-block__title {
    width: auto;
  }
  .compare-block__selectBtn {
    margin-bottom: 16px;
    padding: 16px 20px 16px 16px;
    font-size: 1.5rem;
  }
  .compare-block__deleteBtn {
    position: relative;
    z-index: 1;
    right: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    margin-bottom: 0;
  }
  .compare-block__modelName {
    margin-top: -24px;
    padding-right: 28px;
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .compare-block__price {
    font-size: 1.8rem;
  }
  .compare-block__image {
    margin-bottom: 30px;
  }
  .compare-block__colorName {
    font-size: 1.3rem;
  }
  .compare-block__thumb {
    grid-template-columns: repeat(auto-fill, 33px);
  }
  .compare-block__thumb .is-active::after {
    width: 24px;
    height: 24px;
    border-width: 1px;
    background-size: 8px auto;
  }
  .compare-block__pdfDownload {
    margin-top: 70px;
    font-size: 1.5rem;
  }
  .compare-block .c-btn.-secondary {
    border-width: 2px;
  }
  .compare-fixAccordion {
    width: 100%;
    margin: 12px 0;
  }
  .compare-fixAccordion__title {
    padding: 12px 50px 12px 25px;
  }
  .compare-fixAccordion__content {
    background-color: #fff;
    color: #000;
  }
  .compare-fixAccordion__content a {
    color: #000;
    font-size: 1.4rem;
  }
  .compare-fixAccordion__content a::after {
    content: none;
  }
  .compare-fixAccordion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 25px;
  }
  .compare-fixAccordion__list > li {
    padding: 0 30px;
    border-left: 1px solid #000;
  }
  .compare-fixAccordion__list > li:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .compare-accordion {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .compare-accordion__content {
    padding: 60px 16px;
  }
  .compare-accordion .compare-block__subtitle {
    width: auto;
    padding-left: 8px;
  }
  .compare-accordion .compare-block__col {
    padding: 4px 4px 8px 8px;
  }
  .compare-accordion .annotation-accordion__content {
    padding: 0;
  }
  .compare-accordion .annotation-accordion .compare-block__col {
    border-bottom: 0;
  }
  .compare-anchor {
    margin: 20px 0 24px;
  }
  .compare-anchor__title {
    display: none;
  }
  .compare-anchor__content {
    position: static;
    display: block;
    background-color: #fff;
  }
  .compare-anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    padding: 0;
  }
  .compare-anchor__list > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .compare-anchor__list > li:nth-child(n+2) {
    border-left: 1px solid #000;
  }
  .compare-anchor__list a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #000;
    font-size: 1.4rem;
  }
  .compare-anchor__list a:hover {
    color: #4c4c4c;
  }
  .compare-anchor__list a::after {
    content: none;
  }
  .compare-detail__list {
    display: block;
  }
  .compare-detail__list > dt {
    padding: 12px 8px 0;
  }
  .compare-detail__list > dt:last-of-type {
    padding-bottom: 0;
  }
  .compare-detail__list > dd {
    padding: 4px 8px 8px;
  }
  .features-grid:has(.pagination-text:not(.invisible)) .pagination-text {
    position: static !important;
  }
  .features-grid:has(.pagination-text:not(.invisible)) .features-view-more-link {
    padding-top: 28px;
  }
}
/* #Print Fixes */
@media print {
  * {
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
  }
}