@import "../fonts/stylesheet.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
html[lang*=zh] body {
  line-height: 1.2;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374.9px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #3e3a39;
  font-family: "gilroyregular";
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width:1024.9px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:767.9px) {
  body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "gilroyregular";
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767.9px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.6rem;
  }
}
.c-btn-center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 35px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
  color: #000;
  font-family: "gilroybold";
  font-weight: 700;
  max-width: 200px;
  padding: 0 40px;
  font-size: 1.5rem;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01:hover {
    color: #fff;
    background: #000;
  }
}
.c-btn-01--white {
  color: #fff;
  border-color: #fff;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01--white:hover {
    background-color: #fff;
    color: #000;
  }
}
.c-btn-01--small {
  font-size: 1.2rem;
  max-width: 155px;
  padding: 0 20px;
  height: 26px;
  font-family: "gilroymedium";
  font-weight: 500;
}
.c-btn-01--bg {
  background-color: #dde2e6;
  border: none;
  color: #000;
}
.c-btn-01--blue {
  background-color: #1d8fd3;
  border: none;
  color: #fff;
  text-transform: capitalize;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01--blue:hover {
    background-color: #dde2e6;
    color: #000;
  }
}

.c-card-01 .c-card-01__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -30px -15px 0;
}
.c-card-01 .c-card-01__item {
  width: 100%;
  margin: 30px 15px 0;
}
@media print, screen and (min-width:768px) {
  .c-card-01.c-card-01--col2 .c-card-01__item {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width:768px) {
  .c-card-01.c-card-01--col3 .c-card-01__item {
    width: calc(33.3333333333% - 30px);
  }
}
@media print, screen and (min-width:768px) {
  .c-card-01.c-card-01--col4 .c-card-01__item {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width:1025px) {
  .c-card-01.c-card-01--col4 .c-card-01__item {
    width: calc(25% - 30px);
  }
}

.c-video {
  position: relative;
  width: 100%;
}
.c-video:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.c-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ico {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ico-hamburger {
  background-image: url("/renewal/assets/img/icon/ico_ham.png");
}
.ico-location {
  background-image: url("/renewal/assets/img/icon/ico_location.png");
}
.ico-location-w {
  background-image: url("/renewal/assets/img/icon/ico_location_w.png");
}
.ico-testdrive {
  background-image: url("/renewal/assets/img/icon/ico_testdrive.png");
}
.ico-testdrive-w {
  background-image: url("/renewal/assets/img/icon/ico_testdrive_w.png");
}
.ico-email {
  background-image: url("/renewal/assets/img/icon/ico_email.png");
}
.ico-email-w {
  background-image: url("/renewal/assets/img/icon/ico_email_w.png");
}
.ico-car-w {
  background-image: url("/renewal/assets/img/icon/ico_car_w.png");
}
.ico-fb {
  background-image: url("/renewal/assets/img/icon/ico_fb.png");
}
.ico-page {
  background-image: url("/renewal/assets/img/icon/ico_page.png");
}

@media print, screen and (min-width:768px) {
  .c-media-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width:767.9px) {
  .c-media-01 {
    background-color: #efeff0;
  }
  .c-media-01 > * + * {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .c-media-01 .c-media-01__img {
    width: 50%;
  }
  .c-media-01 .c-media-01__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.c-media-01 .c-media-01__body {
  background-color: #efeff0;
  padding: 15px;
}
.c-media-01 .c-media-01__body .c-txt-01 {
  text-align: left;
}
.c-media-01 .c-media-01__body .c-note-01 {
  margin-top: 15px;
}
@media print, screen and (min-width:768px) {
  .c-media-01 .c-media-01__body {
    width: 50%;
    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;
    padding: 30px 30px 30px 30px;
  }
  .c-media-01 .c-media-01__body .c-txt-01 {
    line-height: 1.16;
  }
}

@media print, screen and (min-width:768px) {
  .c-media-01--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.c-ttl-01 {
  text-align: center;
  font-family: "gilroybold";
  line-height: 1.4;
  color: #414042;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .c-ttl-01 {
    font-size: 3.4rem;
    margin-bottom: 22px;
  }
}
@media screen and (max-width:767.9px) {
  .c-ttl-01 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
.c-ttl-01--white {
  color: #fff;
}

.c-ttl-02 {
  text-align: left;
  font-family: "gilroybold";
  line-height: 1.3;
  color: #414042;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .c-ttl-02 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:767.9px) {
  .c-ttl-02 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.c-ttl-02--white {
  color: #fff;
}

.c-ttl-03 {
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .c-ttl-03 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:767.9px) {
  .c-ttl-03 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.c-txt-01 {
  font-size: 1.7rem;
  line-height: 1.3332;
  text-align: center;
  color: #000;
}
.c-txt-01--white {
  color: #fff;
}
@media screen and (max-width:767.9px) {
  .c-txt-01 {
    font-size: 1.5rem;
  }
}

.c-note-01 {
  font-size: 1.1rem;
  line-height: 1.2352941176;
  color: #000;
}
.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media screen and (max-width:374.9px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767.9px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024.9px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1239.9px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1240px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "gilroyregular";
}

.u-ff-en {
  font-family: "gilroybold";
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main {
  color: #000 !important;
}

.u-c-plain {
  color: #3e3a39 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #000 !important;
}

.u-bg-plain {
  background-color: #3e3a39 !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #d1d3d4 !important;
}

.u-bg-gray02 {
  background-color: #efeff0 !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #000 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
}
.l-inner--big {
  max-width: 100%;
}

body {
  max-width: 100%;
}

.l-page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.l-page__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.l-header {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  width: 100%;
  line-height: 1.4;
}
.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;
  max-width: 100%;
  height: 80px;
}
@media screen and (max-width:1024.9px) {
  .l-header__inner {
    height: 60px;
    background: #fff;
    z-index: 8500;
    position: relative;
  }
}
@media print, screen and (min-width:1025px) {
  .l-header__bg {
    display: none;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8000;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
  }
  .l-header__bg.is-open {
    visibility: visible;
  }
}

.l-header-logo {
  width: 200px;
}
@media screen and (max-width:1024.9px) {
  .l-header-logo {
    width: 150px;
  }
}
.l-header-logo__link {
  display: block;
}

@media print, screen and (min-width:1025px) {
  .l-header-menu {
    display: none;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-menu {
    color: transparent;
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 9001;
    outline: none;
  }
  .l-header-menu span {
    display: block;
    background: #1d8fd3;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin: -1px 0 0 -12px;
    top: 50%;
  }
  .l-header-menu span:before, .l-header-menu span:after {
    content: "";
    display: block;
    background: #1d8fd3;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-header-menu span:before {
    top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header-menu span:after {
    top: 8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header-menu.is-open span {
    background: #fff;
  }
  .l-header-menu.is-open span:before, .l-header-menu.is-open span:after {
    top: 0;
  }
  .l-header-menu.is-open span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header-menu.is-open span:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@media print, screen and (min-width:1025px) {
  .l-header-nav {
    display: block;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav {
    visibility: hidden;
    position: fixed;
    width: 100%;
    max-width: 320px;
    min-width: 320px;
    height: calc(100% - 60px);
    background: #fff;
    top: 60px;
    right: 0;
    z-index: 9000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav__inner {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0 0 60px;
  }
}
@media print, screen and (min-width:1025px) {
  .l-header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav__items {
    border-top: 1px solid #eee;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav__item {
    border-bottom: 1px solid #eee;
  }
}
.l-header-nav__item--hamburger {
  border-right: 1px solid #000;
}
.l-header-nav__item--icon .l-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  color: #1d8fd3;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-nav__item--icon .l-header-nav__link:hover {
    color: #000;
  }
  .is-view-pc .l-header-nav__item--icon .l-header-nav__link:hover .ico-location {
    background-image: url("/renewal/assets/img/icon/ico_location_b.png");
  }
  .is-view-pc .l-header-nav__item--icon .l-header-nav__link:hover .ico-testdrive {
    background-image: url("/renewal/assets/img/icon/ico_testdrive_b.png");
  }
  .is-view-pc .l-header-nav__item--icon .l-header-nav__link:hover .ico-email {
    background-image: url("/renewal/assets/img/icon/ico_email_b.png");
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav__item--icon .l-header-nav__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header-nav__item--icon .l-header-nav__link .ico {
    margin-right: 8px;
  }
}
.l-header-nav__link {
  cursor: pointer;
  position: relative;
  font-family: "gilroybold";
}
@media print, screen and (min-width:1025px) {
  .l-header-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    padding: 10px 13px;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav__link {
    display: block;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-nav__link:hover {
    color: #1d8fd3;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav.is-open {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-header-nav-drop {
  text-align: left;
}
@media print, screen and (min-width:1025px) {
  .l-header-nav-drop {
    width: 100%;
    position: fixed;
    left: 0;
    color: #fff;
    padding: 10px 0;
    display: none;
    background: rgba(0, 0, 0, 0.85);
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav-drop {
    padding: 0 0 20px 30px;
  }
}
@media print, screen and (min-width:1025px) {
  .l-header-nav-drop__inner {
    position: relative;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav-drop__inner {
    padding: 0;
  }
}
@media print, screen and (min-width:1025px) {
  .l-header-nav-drop__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 1px solid #eee;
  }
}
@media print, screen and (min-width:1025px) {
  .l-header-nav-drop__item {
    width: 100%;
    border-right: 1px solid #eee;
  }
}
@media screen and (max-width:1024.9px) {
  .l-header-nav-drop__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width:1025px) {
  .l-header-nav-drop__link {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
  }
}

@media print, screen and (min-width:1025px) {
  .is-drop-nav-active .l-header-nav-drop {
    display: block;
  }
  .is-view-tab .is-drop-nav-active .l-header-nav-drop {
    display: none;
  }
}

.sub .l-header-nav__item--sub .l-header-nav__link,
.news .l-header-nav__item--news .l-header-nav__link,
.contact .l-header-nav__item--contact .l-header-nav__link {
  background: #000;
  color: #fff;
}

.menu-1 > li > a {
  font-family: "gilroybold";
}

.menu-2 a,
.link-1 {
  font-family: "gilroybold";
}

.logo a {
  line-height: 1;
}

header .header-search__dropdown-inp {
  float: left;
  width: calc(100% - 39px);
  height: 39px;
  font-size: 15px;
  color: rgba(97, 97, 97, 0.52);
  border: 0;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  header .header-search__dropdown-inp {
    width: calc(100% - 57px);
    border: none;
  }
}

@media screen and (max-width:767.9px) {
  header:not(.header--2, .header--product) {
    margin-bottom: 44px;
  }
}

@media screen and (max-width:767.9px) {
  .header--2 {
    top: 0;
    position: fixed;
    width: 100%;
  }
  .header--2 .logo a img {
    width: 51px;
  }
}

.product-tools {
  margin-top: 0;
}

.header__left:before {
  display: none;
}

#zebralink {
  display: none !important;
}

.why-subaru .dropdown-box__content {
  background: none !important;
}

@media screen and (min-width: 1135px) and (max-width: 1480px) {
  header .header__inner {
    padding-left: 34px;
    padding-right: 10px;
  }
}

footer {
  line-height: 1.4;
}
@media print, screen and (min-width:768px) {
  footer {
    padding-top: 30px;
  }
}

@media print, screen and (min-width:768px) {
  .footer-list li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:768px) {
  .footer-list_wrap h4 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .footer-list_wrap--contact h4 {
    margin-bottom: 20px;
  }
}

.info-item p {
  margin-bottom: 20px;
}

.p-page-header {
  background-color: #999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
}
.p-page-header__inner {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width:768px) {
  .p-page-header__inner {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.p-page-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:768px) {
  .p-page-header__box {
    height: 430px;
  }
}
@media screen and (max-width:1024.9px) {
  .p-page-header__box {
    height: 330px;
  }
}
@media screen and (max-width:767.9px) {
  .p-page-header__box {
    height: 230px;
  }
}
.p-page-header__ttl {
  font-family: "gilroybold";
  padding: 36px 25px 36px 17px;
  position: relative;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.85);
}
.p-page-header__ttl:before {
  content: "";
  width: 3px;
  height: 110px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -55px;
  background-color: #1d8fd3;
}
.p-page-header__ttl span {
  font-size: 2.2rem;
  display: block;
}
.p-page-header__ttl small {
  font-size: 1.1rem;
  display: block;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .p-page-header__ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:767.9px) {
  .p-page-header__ttl {
    font-size: 2.8rem;
    padding: 20px 15px;
  }
  .p-page-header__ttl:before {
    width: 2px;
    height: 70px;
    margin-top: -35px;
  }
  .p-page-header__ttl span {
    font-size: 1.6rem;
  }
}
.p-page-header--video {
  position: relative;
  background-color: transparent;
}
.p-page-header--video .p-page-header__video {
  position: relative;
  width: 100%;
}
.p-page-header--video .p-page-header__video:before {
  display: block;
  padding-top: 33.57%;
  content: "";
}
@media screen and (max-width:767.9px) {
  .p-page-header--video .p-page-header__video:before {
    padding-top: 52.57%;
  }
}
.p-page-header--video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767.9px) {
  .p-page-header--video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-page-header--video .p-page-header__box {
  height: 100%;
}
.p-page-header--video .p-page-header__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.block-tab {
  position: relative;
}
.block-tab .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.block-tab .tab__item {
  width: calc(25% - 3px);
  margin-left: 1.5px;
  margin-right: 1.5px;
  font-size: 2rem;
  font-family: "gilroybold";
  font-weight: bold;
  padding: 12px;
  text-align: center;
  background-color: #dde2e6;
  color: #414042;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-tab .tab__item span {
  line-height: 1.1;
}
@media print, screen and (min-width:768px) {
  .block-tab .tab__item {
    cursor: pointer;
  }
}
.block-tab .tab__item.active {
  background-color: #1d8fd3;
  color: #fff;
}
@media screen and (max-width:767.9px) {
  .block-tab .tab__item {
    font-size: 1.6rem;
    height: 45px;
  }
}
@media screen and (max-width: 500px) {
  .block-tab .tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-tab .tab__item {
    width: calc(50% - 3px);
  }
  .block-tab .tab__item:nth-child(n+3) {
    margin-top: 3px;
  }
}
.block-tab .tab-02 .tab__item {
  width: 40%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width:767.9px) {
  .block-tab .tab-02 .tab__item {
    width: 50%;
  }
}
.block-tab .tab-content__item {
  display: none;
}
.block-tab .tab-content__item.active {
  display: block;
}

.page-whysubaru {
  padding-bottom: 95px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru {
    padding-bottom: 40px;
  }
}
.page-whysubaru .p-page-header {
  background-image: url("/renewal/content/why-subaru/media/mv.jpg");
}
.page-whysubaru .intro {
  padding: 85px 0 90px;
}
.page-whysubaru .intro .l-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru .intro__txt {
  margin-bottom: 45px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru .intro {
    padding: 50px 0;
  }
  .page-whysubaru .intro__txt {
    margin-bottom: 30px;
  }
}
.page-whysubaru .reason {
  padding: 55px 0 215px;
  background-color: #d1d3d4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.page-whysubaru .reason--tech {
  background-image: url("/renewal/content/why-subaru/media/bg_tech.jpg");
}
.page-whysubaru .reason--safety {
  background-image: url("/renewal/content/why-subaru/media/bg_safety.jpg");
  background-position: left center;
}
.page-whysubaru .reason--design {
  background-image: url("/renewal/content/why-subaru/media/bg_design.jpg");
  background-position: center;
}
.page-whysubaru .reason--quality {
  background-image: url("/renewal/content/why-subaru/media/bg_quality.jpg");
}
.page-whysubaru .reason .l-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru .reason__txt {
  margin-bottom: 30px;
}
.page-whysubaru .reason__btn {
  margin-bottom: 40px;
}
.page-whysubaru .reason__btn .c-btn-01 {
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru .reason__img {
  text-align: center;
}
.page-whysubaru .reason__img img {
  max-width: 345px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru .reason {
    padding: 35px 0 120px;
  }
  .page-whysubaru .reason--safety {
    background-position: 70% bottom;
  }
  .page-whysubaru .reason__img img {
    width: 66.6666666667vw;
  }
}

.page-whysubaru-safety .p-page-header {
  background-image: url("/renewal/content/why-subaru/safety/media/mv.jpg");
  background-position: 30% center;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .p-page-header {
    background-position: 40% center;
  }
}
.page-whysubaru-safety .p-page-header .l-inner {
  max-width: 100%;
}
.page-whysubaru-safety .l-inner {
  max-width: 1080px;
}
.page-whysubaru-safety .block-img {
  height: 430px;
  background-color: #999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-whysubaru-safety .block-img--01 {
  background-image: url("/renewal/content/why-subaru/safety/media/bg01.jpg");
}
.page-whysubaru-safety .block-img--01.block-img--hk {
  background-image: url("/renewal/content/why-subaru/safety/media/bg01-hk.jpg");
  background-position: left top;
}
.page-whysubaru-safety .block-img--02 {
  background-image: url("/renewal/content/why-subaru/safety/media/bg02.jpg");
}
.page-whysubaru-safety .block-img--02.block-img--hk {
  background-image: url("/renewal/content/why-subaru/safety/media/bg02-hk.jpg");
}
.page-whysubaru-safety .block-img--03 {
  background-image: url("/renewal/content/why-subaru/safety/media/bg03.jpg");
  background-position: right center;
}
.page-whysubaru-safety .block-img--03.block-img--hk {
  background-image: url("/renewal/content/why-subaru/safety/media/bg03-hk.jpg");
  background-position: 65% center;
}
.page-whysubaru-safety .block-img--04 {
  background-image: url("/renewal/content/why-subaru/safety/media/bg04.jpg");
}
.page-whysubaru-safety .block-img--04.block-img--hk {
  background-image: url("/renewal/content/why-subaru/safety/media/bg04-hk.jpg");
  background-position: 68% center;
}
@media screen and (max-width:1024.9px) {
  .page-whysubaru-safety .block-img {
    height: 320px;
  }
  .page-whysubaru-safety .block-img--04 {
    background-position: 26% center;
  }
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .block-img {
    height: 48vw;
    background-position: 85% center;
  }
  .page-whysubaru-safety .block-img--01 {
    background-position: 40% center;
  }
  .page-whysubaru-safety .block-img--01.block-img--hk {
    background-position: 12% top;
  }
  .page-whysubaru-safety .block-img--02 {
    background-position: center;
  }
  .page-whysubaru-safety .block-img--03.block-img--hk {
    background-position: 54% center;
  }
}
.page-whysubaru-safety .block-tab .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.page-whysubaru-safety .block-tab .tab__item {
  width: calc(25% - 3px);
  margin-left: 1.5px;
  margin-right: 1.5px;
  font-size: 1.8rem;
  font-family: "gilroybold";
  padding: 8px;
  text-align: center;
  background-color: #dde2e6;
  color: #414042;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 54px;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width:768px) {
  .page-whysubaru-safety .block-tab .tab__item {
    cursor: pointer;
  }
}
.page-whysubaru-safety .block-tab .tab__item.active {
  background-color: #1d8fd3;
  color: #fff;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .block-tab .tab__item {
    font-size: 1.6rem;
    min-height: 45px;
  }
}
@media screen and (max-width: 500px) {
  .page-whysubaru-safety .block-tab .tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-whysubaru-safety .block-tab .tab__item {
    width: calc(50% - 3px);
  }
  .page-whysubaru-safety .block-tab .tab__item:nth-child(n+3) {
    margin-top: 3px;
  }
}
.page-whysubaru-safety .block-tab .tab-content__item {
  display: none;
}
.page-whysubaru-safety .block-tab .tab-content__item.active {
  display: block;
}
.page-whysubaru-safety .intro {
  padding-top: 80px;
  padding-bottom: 170px;
  position: relative;
}
.page-whysubaru-safety .intro:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(29, 143, 211, 0.3)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(29, 143, 211, 0.3) 100%);
}
.page-whysubaru-safety .intro__txt + .intro__txt {
  margin-top: 25px;
}
.page-whysubaru-safety .intro__img {
  margin-top: 60px;
}
.page-whysubaru-safety .intro .block + .block {
  margin-top: 100px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .intro {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .page-whysubaru-safety .intro:before {
    height: 150px;
  }
  .page-whysubaru-safety .intro .block + .block {
    margin-top: 50px;
  }
  .page-whysubaru-safety .intro__img {
    margin-top: 35px;
    text-align: center;
  }
  .page-whysubaru-safety .intro__img img {
    max-width: 73.3333333333vw;
  }
}
.page-whysubaru-safety .sect-safety .l-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .sect-safety .l-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-whysubaru-safety .sect-safety__txt {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .sect-safety__txt {
    margin-bottom: 45px;
  }
}
.page-whysubaru-safety .active-safe {
  background-color: #dde2e6;
}
.page-whysubaru-safety .active-safe .tab__item {
  background-color: #efeff0;
}
.page-whysubaru-safety .active-safe .c-media-01__body {
  background-color: #fff;
  padding-right: 20px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .active-safe .c-media-01 {
    background-color: #fff;
  }
}
.page-whysubaru-safety .preventive {
  padding-top: 55px;
  overflow: hidden;
}
.page-whysubaru-safety .preventive .l-inner {
  padding-bottom: 10px;
}
.page-whysubaru-safety .preventive__txt {
  margin-bottom: 45px;
}
.page-whysubaru-safety .preventive__txt + .preventive__txt {
  margin-top: -20px;
}
.page-whysubaru-safety .preventive__subttl {
  text-align: center;
}
.page-whysubaru-safety .preventive__img {
  margin-bottom: 45px;
}
.page-whysubaru-safety .preventive .block-tab {
  padding-top: 45px;
  padding-bottom: 55px;
  position: relative;
}
.page-whysubaru-safety .preventive .block-tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  height: 1px;
  width: 100vw;
  background-color: #b4b4b4;
}
.page-whysubaru-safety .preventive .block-content {
  padding-top: 45px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .preventive {
    padding-top: 35px;
  }
  .page-whysubaru-safety .preventive__txt {
    margin-bottom: 30px;
  }
  .page-whysubaru-safety .preventive__img {
    margin-bottom: 30px;
  }
  .page-whysubaru-safety .preventive .block-content {
    padding-top: 30px;
  }
  .page-whysubaru-safety .preventive .block-tab {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.page-whysubaru-safety .passive {
  padding-bottom: 85px;
  position: relative;
}
.page-whysubaru-safety .passive:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(29, 143, 211, 0.3)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(29, 143, 211, 0.3) 100%);
}
.page-whysubaru-safety .passive .l-inner {
  padding-bottom: 20px;
}
.page-whysubaru-safety .passive__subttl {
  text-align: center;
}
.page-whysubaru-safety .passive__img {
  margin-bottom: 35px;
  margin-top: -25px;
}
.page-whysubaru-safety .passive .dis {
  font-size: 1.3rem;
  line-height: 1.3333333333;
  color: #000;
}
.page-whysubaru-safety .passive .dis__inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1500px;
}
.page-whysubaru-safety .passive .dis p + p {
  margin-top: 12px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .passive {
    padding-bottom: 55px;
  }
  .page-whysubaru-safety .passive:before {
    height: 100px;
  }
  .page-whysubaru-safety .passive .dis {
    font-size: 1.2rem;
  }
}
.page-whysubaru-safety .dis {
  font-size: 1.3rem;
  line-height: 1.3333333333;
  color: #000;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-safety .dis {
    padding: 15px 0;
  }
}
.page-whysubaru-safety .dis__inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1500px;
}

.page-whysubaru-technology .p-page-header {
  background-image: url("/renewal/content/why-subaru/technology/media/mv.jpg");
}
@media screen and (max-width:1024.9px) {
  .page-whysubaru-technology .p-page-header {
    background-position: 62% center;
  }
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-technology .p-page-header {
    background-position: 75% center;
  }
}
.page-whysubaru-technology .p-page-header .l-inner {
  max-width: 100%;
}
.page-whysubaru-technology--eboxer .p-page-header {
  background-image: url("/renewal/content/why-subaru/technology/media/mv-eboxer.jpg");
}
.page-whysubaru-technology--eboxer .block--brt .block-tab {
  margin-top: 70px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-technology--eboxer .block--brt .block-tab {
    margin-top: 40px;
  }
}
.page-whysubaru-technology .l-inner {
  max-width: 1080px;
}
.page-whysubaru-technology .block--brt {
  position: relative;
}
.page-whysubaru-technology .block--brt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  height: 1px;
  width: 100vw;
  background-color: #b4b4b4;
}
.page-whysubaru-technology .block__txt {
  margin-bottom: 25px;
}
.page-whysubaru-technology .block__txt b {
  font-family: "gilroybold";
}
.page-whysubaru-technology .block .c-video {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru-technology .intro {
  padding: 85px 0 90px;
  overflow: hidden;
}
.page-whysubaru-technology .intro .l-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru-technology .intro .block {
  padding-bottom: 50px;
}
.page-whysubaru-technology .intro .block--brt {
  padding-top: 80px;
}
.page-whysubaru-technology .intro__txt {
  margin-bottom: 25px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-technology .intro {
    padding: 50px 0;
  }
  .page-whysubaru-technology .intro__txt {
    margin-bottom: 30px;
  }
  .page-whysubaru-technology .intro .block {
    padding-bottom: 20px;
  }
  .page-whysubaru-technology .intro .block--brt {
    padding-top: 45px;
  }
}
.page-whysubaru-technology .tech {
  padding: 75px 0 95px;
}
.page-whysubaru-technology .tech.bg {
  background-color: #dde2e6;
}
.page-whysubaru-technology .tech.bottom {
  position: relative;
  padding-bottom: 100px;
}
.page-whysubaru-technology .tech.bottom:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(29, 143, 211, 0.3)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(29, 143, 211, 0.3) 100%);
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-technology .tech.bottom:before {
    height: 100px;
  }
}
.page-whysubaru-technology .tech .block + .block {
  margin-top: 80px;
}
.page-whysubaru-technology .tech .block__txt {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru-technology .tech .block__txt01 {
  max-width: 800px;
}
.page-whysubaru-technology .tech .c-media-01 .c-media-01__body {
  background-color: #dde2e6;
}
.page-whysubaru-technology .tech .block-tab .tab__item {
  background-color: #efeff0;
}
.page-whysubaru-technology .tech .block-tab .tab__item.active {
  background-color: #1d8fd3;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-technology .tech {
    padding: 40px 0 50px;
  }
  .page-whysubaru-technology .tech.bottom {
    padding-bottom: 65px;
  }
  .page-whysubaru-technology .tech .block + .block {
    margin-top: 40px;
  }
  .page-whysubaru-technology .tech .c-media-01 {
    background-color: #dde2e6;
  }
}
.page-whysubaru-technology .dis {
  font-size: 1.3rem;
  line-height: 1.3333333333;
  color: #000;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-technology .dis {
    padding: 25px 0 0;
  }
}
.page-whysubaru-technology .dis__inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1500px;
}

.page-whysubaru-design .p-page-header {
  background-image: url("/renewal/content/why-subaru/design/media/mv.jpg");
  background-position: center;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-design .p-page-header {
    background-position: 35% center;
  }
}
.page-whysubaru-design .p-page-header .l-inner {
  max-width: 100%;
}
.page-whysubaru-design .l-inner {
  max-width: 1080px;
}
.page-whysubaru-design .block__inner {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru-design .block__txt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.page-whysubaru-design .block + .block {
  margin-top: 90px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-design .block + .block {
    margin-top: 40px;
  }
}
.page-whysubaru-design .intro {
  padding: 90px 0;
}
@media print, screen and (min-width: 1200px) {
  .page-whysubaru-design .intro .c-media-01 {
    margin-right: -95px;
  }
}
@media screen and (max-width: 1199px) {
  .page-whysubaru-design .intro .c-media-01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-whysubaru-design .intro .c-media-01 .c-media-01__body {
  background-color: transparent;
}
@media print, screen and (min-width:768px) {
  .page-whysubaru-design .intro .c-media-01 .c-media-01__body {
    width: 37%;
    padding: 0;
  }
  .page-whysubaru-design .intro .c-media-01 .c-media-01__body .c-txt-01 {
    padding-right: 15px;
  }
}
.page-whysubaru-design .intro .c-media-01 .c-txt-01 + .c-txt-01 {
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  .page-whysubaru-design .intro .c-media-01 .c-media-01__img {
    width: 63%;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .page-whysubaru-design .intro .c-media-01 .c-media-01__img img {
    height: auto;
  }
}
@media print, screen and (min-width:768px) {
  .page-whysubaru-design .intro .c-media-01 .c-media-01__items {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-design .intro {
    padding: 45px 0;
  }
  .page-whysubaru-design .intro .c-media-01 {
    background-color: transparent;
  }
  .page-whysubaru-design .intro .c-media-01 .c-media-01__body {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-whysubaru-design .exterior-design {
  padding-bottom: 80px;
  position: relative;
}
.page-whysubaru-design .exterior-design:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(29, 143, 211, 0.3)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(29, 143, 211, 0.3) 100%);
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-design .exterior-design:before {
    height: 100px;
  }
}
.page-whysubaru-design .exterior-design .block-image {
  position: relative;
}
.page-whysubaru-design .exterior-design .block-image__group {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 15px;
}
.page-whysubaru-design .exterior-design .block-image__ttl {
  text-align: center;
  margin-bottom: 10px;
}
.page-whysubaru-design .exterior-design .block {
  margin-top: 90px;
}
.page-whysubaru-design .exterior-design .block__img img {
  width: 100%;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-design .exterior-design {
    padding-bottom: 45px;
  }
  .page-whysubaru-design .exterior-design .block {
    margin-top: 45px;
  }
  .page-whysubaru-design .exterior-design .block-image__group {
    bottom: 5px;
  }
  .page-whysubaru-design .exterior-design .block-image__img img {
    height: 44vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-whysubaru-design .exterior-design .block-image__txt {
    font-size: 1.3rem;
  }
  .page-whysubaru-design .exterior-design .block-image__ttl {
    margin-bottom: 5px;
  }
  .page-whysubaru-design .exterior-design .block-image .c-ttl-01 {
    font-size: 2.4rem;
  }
  .page-whysubaru-design .exterior-design .block-image .c-ttl-02 {
    font-size: 2rem;
  }
  .page-whysubaru-design .exterior-design .l-inner .block-image {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-whysubaru-design .dis {
  font-size: 1.3rem;
  line-height: 1.3333333333;
  color: #000;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-design .dis {
    padding: 25px 0 0;
  }
}
.page-whysubaru-design .dis__inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1500px;
}

.page-whysubaru-quality .p-page-header {
  background-image: url("/renewal/content/why-subaru/quality/media/mv.jpg");
  background-position: center;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-quality .p-page-header {
    background-position: 35% center;
  }
}
.page-whysubaru-quality .p-page-header .l-inner {
  max-width: 100%;
}
.page-whysubaru-quality .l-inner {
  max-width: 1080px;
}
.page-whysubaru-quality .block__inner {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru-quality .block__txt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-whysubaru-quality .block__subttl {
  text-align: center;
  font-family: "gilroyregular";
}
.page-whysubaru-quality .intro {
  padding: 90px 0;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-quality .intro {
    padding: 50px 0;
  }
}
.page-whysubaru-quality .legacy {
  border-top: 1px solid #dde2e6;
  padding: 80px 0;
}
.page-whysubaru-quality .legacy .block__ttl {
  margin-bottom: 0;
}
.page-whysubaru-quality .legacy .block__subttl {
  margin-bottom: 25px;
}
.page-whysubaru-quality .legacy__img {
  margin-top: 35px;
}
.page-whysubaru-quality .legacy-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-whysubaru-quality .legacy-list__item {
  width: 33.333333%;
}
.page-whysubaru-quality .legacy-list__txt {
  text-align: left;
  padding-right: 35px;
}
.page-whysubaru-quality .legacy-list__ttl {
  padding-right: 10px;
  min-height: 72px;
  margin-top: 30px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-quality .legacy {
    padding: 45px 0;
  }
  .page-whysubaru-quality .legacy .block__subttl {
    margin-bottom: 15px;
  }
  .page-whysubaru-quality .legacy__img {
    margin-top: 25px;
  }
  .page-whysubaru-quality .legacy__img img {
    height: 53.3333333333vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-whysubaru-quality .legacy-list__item {
    width: 100%;
  }
  .page-whysubaru-quality .legacy-list__item:nth-child(n+2) {
    margin-top: 30px;
  }
  .page-whysubaru-quality .legacy-list__img img {
    width: 100%;
    height: 69.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .page-whysubaru-quality .legacy-list__ttl {
    min-height: auto;
    margin-top: 20px;
    padding-right: 0;
  }
  .page-whysubaru-quality .legacy-list__txt {
    padding-right: 0;
  }
}
.page-whysubaru-quality .tech {
  background-color: #dde2e6;
  padding: 90px 0 85px;
}
.page-whysubaru-quality .tech__ttl {
  margin-bottom: 55px;
}
.page-whysubaru-quality .tech .block + .block {
  margin-top: 45px;
}
.page-whysubaru-quality .tech .block__subttl {
  font-family: "gilroybold";
  margin-bottom: 20px;
}
.page-whysubaru-quality .tech .block__txt {
  margin-bottom: 30px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-quality .tech {
    padding: 50px 0 45px;
  }
  .page-whysubaru-quality .tech__ttl {
    margin-bottom: 25px;
  }
  .page-whysubaru-quality .tech .block + .block {
    margin-top: 30px;
  }
  .page-whysubaru-quality .tech .block__subttl {
    margin-bottom: 15px;
  }
  .page-whysubaru-quality .tech .block__txt {
    margin-bottom: 20px;
  }
}
.page-whysubaru-quality .quality {
  padding: 90px 0 120px;
  position: relative;
}
.page-whysubaru-quality .quality:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(29, 143, 211, 0.3)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(29, 143, 211, 0.3) 100%);
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-quality .quality:before {
    height: 100px;
  }
}
.page-whysubaru-quality .quality__ttl {
  margin-bottom: 45px;
}
.page-whysubaru-quality .quality-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-whysubaru-quality .quality-list__item {
  width: 50%;
}
@media print, screen and (min-width:768px) {
  .page-whysubaru-quality .quality-list__item:nth-child(n+3) {
    margin-top: 80px;
  }
}
.page-whysubaru-quality .quality-list__ttl {
  padding-right: 25px;
  margin-bottom: 20px;
}
.page-whysubaru-quality .quality-list__img {
  margin-bottom: 30px;
}
.page-whysubaru-quality .quality-list__txt {
  text-align: left;
  padding-right: 25px;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-quality .quality {
    padding: 50px 0 70px;
  }
  .page-whysubaru-quality .quality-list__item {
    width: 100%;
  }
  .page-whysubaru-quality .quality-list__item:nth-child(n+2) {
    margin-top: 30px;
  }
  .page-whysubaru-quality .quality-list__img {
    margin-bottom: 20px;
  }
  .page-whysubaru-quality .quality-list__ttl {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .page-whysubaru-quality .quality-list__txt {
    padding-right: 0;
  }
}
.page-whysubaru-quality .dis {
  font-size: 1.3rem;
  line-height: 1.3333333333;
  color: #000;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .page-whysubaru-quality .dis {
    padding: 25px 0 0;
  }
}
.page-whysubaru-quality .dis__inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1500px;
}

.wame {
  z-index: 1000;
}

header.header--product {
  background: #fff;
  position: relative;
}

.page-product .product-menu {
  color: #fff;
  background-color: #00488c;
  font-family: "gilroymedium";
  position: sticky;
  top: 0;
  z-index: 100;
}
.page-product .product-menu .l-inner {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media print, screen and (min-width: 1136px) {
  .page-product .product-menu .l-inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.page-product .product-menu__logo {
  font-size: 1.7rem;
}
.page-product .product-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -18px;
  margin-right: -18px;
}
.page-product .product-menu__item {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 1.2rem;
}
.page-product .product-menu__item a {
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
.page-product .product-menu__item a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.page-product .product-menu__item a.active:before {
  width: 100%;
  opacity: 1;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .page-product .product-menu__item a:hover:before {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .product-menu {
    display: none;
    position: static;
  }
}
.page-product .promo {
  padding-top: 100px;
  padding-bottom: 95px;
}
@media screen and (max-width:767.9px) {
  .page-product .promo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-product .promo__img {
  display: block;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .page-product .promo a:hover {
    opacity: 0.7;
  }
}
.page-product .features .l-inner {
  max-width: 1100px;
}
@media print, screen and (min-width:768px) {
  .page-product .features__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-product .features__item {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .page-product .features__item {
    width: 33.33333%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .features__item + .features__item {
    margin-top: 20px;
  }
}
.page-product .features__note {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 12px;
  line-height: 1.3;
}
@media screen and (max-width:767.9px) {
  .page-product .features__note {
    margin-top: 10px;
  }
}
.page-product .features__group {
  position: absolute;
  left: 0;
  right: 0;
  top: 64%;
  padding: 10px;
}
@media print, screen and (min-width:1025px) {
  html[lang=th] .page-product .features__group {
    top: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-product .features__group {
    top: 50%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .features__group {
    top: auto;
    bottom: 4vw;
  }
}
.page-product .features__ttl {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-product .features__ttl {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-product .features__txt {
    font-size: 1.6rem;
  }
  .page-product .features__txt br {
    display: none !important;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .features__img img {
    width: 100%;
  }
}
.page-product .extra {
  padding-top: 90px;
}
@media screen and (max-width:767.9px) {
  .page-product .extra {
    padding-top: 45px;
  }
}
.page-product .extra__txt {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.page-product .extra__txt--01 {
  margin-bottom: 30px;
}
.page-product .extra__btn .c-btn-01 {
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
.page-product .extra__ttl--01 {
  margin-top: 70px;
}
@media screen and (max-width:767.9px) {
  .page-product .extra__ttl--01 {
    margin-top: 40px;
  }
}
.page-product .promo + .extra {
  padding-top: 0;
}
.page-product .lineup {
  padding-top: 60px;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.page-product .lineup:before {
  content: "";
  height: 190px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background: rgb(65, 64, 66);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 64, 66, 0.3)), to(rgba(254, 254, 254, 0.3)));
  background: linear-gradient(180deg, rgba(65, 64, 66, 0.3) 0%, rgba(254, 254, 254, 0.3) 100%);
}
@media print, screen and (min-width:768px) {
  html[lang=th] .page-product .lineup:before {
    height: 200px;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .lineup:before {
    height: 177px;
  }
}
.page-product .lineup__ttl {
  color: #000;
}
.page-product .lineup .c-media-01 .c-media-01__body {
  background-color: transparent;
  padding: 0 20px 0 0;
}
.page-product .lineup .c-media-01 h3 {
  margin-bottom: 5px;
}
@media print, screen and (min-width:768px) {
  .page-product .lineup .c-media-01 h3 {
    padding-right: 15%;
  }
}
.page-product .lineup .c-media-01 h4 {
  font-size: 1.9rem;
  display: block;
  font-family: "gilroybold";
  margin-bottom: 15px;
}
.page-product .lineup .c-media-01 .c-txt-01 {
  font-size: 1.4rem;
  line-height: 1.4003840614;
  margin-bottom: 15px;
}
.page-product .lineup .c-media-01 .c-media-01__img img {
  height: auto;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup .c-media-01 {
    background-color: #fff;
  }
  .page-product .lineup .c-media-01 .c-txt-01 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767.9px) and (max-width:767.9px) {
  .page-product .lineup .c-media-01 h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .lineup .c-media-01 .c-media-01__img img {
    width: 100%;
  }
}
.page-product .lineup-row {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.page-product .lineup-row__price {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 15px;
}
.page-product .lineup-row__price span {
  font-family: "gilroybold";
}
@media screen and (max-width:767.9px) {
  .page-product .lineup-row__price {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.page-product .lineup-row__price-note {
  margin-bottom: 20px;
  margin-top: -10px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-right: 20px;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup-row__price-note {
    margin-bottom: 15px;
    margin-top: -5px;
  }
}
.page-product .lineup-row__btn + .lineup-row__btn {
  margin-top: 10px;
}
.page-product .lineup .js-model {
  overflow: hidden;
}
.page-product .lineup .js-model .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-product .lineup .js-model .swiper-slide {
  width: auto;
}
.page-product .lineup .js-model .swiper-pagination {
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup .js-model .swiper-pagination {
    bottom: 40px;
  }
}
.page-product .lineup .js-model .swiper-pagination-bullet {
  opacity: 1;
  background-color: #1d8fd3;
  margin-left: 10px;
  margin-right: 10px;
}
.page-product .lineup .js-model .swiper-pagination-bullet-active {
  background-color: #fff;
}
.page-product .lineup .js-model .swiper-button-next,
.page-product .lineup .js-model .swiper-button-prev {
  background-image: url("/renewal/content/home/media/icon/arr01.png");
  width: 13px;
  height: 21px;
  background-size: contain;
  margin-top: 0;
  top: auto;
  bottom: 18.5%;
}
@media print, screen and (min-width:768px) {
  .page-product .lineup .js-model .swiper-button-next,
  .page-product .lineup .js-model .swiper-button-prev {
    display: none;
  }
}
.page-product .lineup .js-model .swiper-button-next {
  right: 5px;
}
.page-product .lineup .js-model .swiper-button-prev {
  left: 5px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.page-product .lineup .js-model .swiper-button-disabled {
  opacity: 0;
}
.page-product .lineup-model {
  margin-top: 70px;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup-model {
    margin-top: 35px;
  }
}
.page-product .lineup-model__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup-model__items {
    margin-bottom: 30px;
  }
}
.page-product .lineup-model__item {
  width: 25%;
  padding: 0 10px;
  font-size: 1.7rem;
  color: #000;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .page-product .lineup-model__item[data-slide-index] {
    cursor: pointer;
  }
}
.page-product .lineup-model__item.active .lineup-model__ttl {
  color: #1d8fd3;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup-model__item {
    font-size: 1.3rem;
    width: 35%;
    padding: 0 5px;
  }
}
.page-product .lineup-model__ttl {
  font-family: "gilroybold";
  margin-bottom: 10px;
  line-height: 1.2;
}
.page-product .lineup-model__price {
  line-height: 1.2;
}
.page-product .lineup-model__price span {
  font-family: "gilroybold";
  line-height: 1.2;
}
.page-product .lineup-model__img {
  margin-bottom: 12px;
}
.page-product .lineup-model__note {
  font-size: 1rem;
  text-align: center;
  color: #000;
}
.page-product .lineup-model__note sup {
  top: -0.3em;
}
.page-product .lineup-upgrade {
  padding-top: 45px;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup-upgrade {
    padding-top: 0;
  }
}
.page-product .lineup-upgrade__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-product .lineup-upgrade__item {
  width: 25%;
}
@media screen and (max-width:1024.9px) {
  .page-product .lineup-upgrade__item {
    width: 50%;
  }
  .page-product .lineup-upgrade__item img {
    width: 100%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .lineup-upgrade__item {
    width: 100%;
  }
}
.page-product .lineup-upgrade__txt {
  font-size: 2rem;
  font-family: "gilroybold";
  text-align: center;
  line-height: 1.0713061364;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup-upgrade__txt {
    font-size: 1.6rem;
    padding-top: 15px;
  }
}
.page-product .lineup + .features {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width:767.9px) {
  .page-product .lineup + .features {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.page-product .exterior {
  overflow: hidden;
}
.page-product .exterior .l-inner {
  max-width: 100%;
  background: rgb(246, 246, 246);
  background: radial-gradient(circle, rgb(246, 246, 246) 44%, rgb(175, 175, 173) 95%);
}
.page-product .exterior__heading {
  padding: 30px 20px;
  text-align: center;
  background-color: #414042;
}
@media screen and (max-width:767.9px) {
  .page-product .exterior__heading {
    padding: 20px;
  }
}
.page-product .exterior__heading #color-labels h5 {
  font-family: "gilroybold";
  color: #fff;
  font-size: 3.4rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:767.9px) {
  .page-product .exterior__heading #color-labels h5 {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}
.page-product .exterior__note {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 20px;
}
.page-product .exterior .product-features__items {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.page-product .exterior .product-features__gallery {
  position: static;
  background-color: transparent;
}
.page-product .exterior .product-features__gallery img {
  mix-blend-mode: darken;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1.1) translateX(-50%);
            transform: scale(1.1) translateX(-50%);
    left: 55%;
  }
}
@media screen and (max-width: 480px) {
  .page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.page-product .exterior .product-features__item-area {
  padding-top: 0;
  padding-bottom: 0;
}
.page-product .exterior .product-features__item-area figcaption {
  left: auto;
  right: 35px;
  bottom: 25px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 1199px) {
  .page-product .exterior .product-features__item-area figcaption {
    right: 15px;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .exterior .product-features__item-area figcaption {
    padding: 2vw 2.6666666667vw;
    right: 50%;
    margin-right: 0 !important;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 2.6666666667vw;
    border-radius: 4vw;
  }
}
.page-product .exterior .product-features__item-area-icon {
  position: absolute;
  bottom: 25px;
  left: 50%;
  right: auto;
  top: auto;
}
.page-product .exterior .product-features__item-area-icon img {
  max-width: 265px;
  height: auto;
}
@media print, screen and (min-width:1025px) {
  .page-product .exterior .product-features__item-area-icon {
    margin-left: -132.5px;
  }
}
@media screen and (max-width:1024.9px) {
  .page-product .exterior .product-features__item-area-icon {
    left: 15px;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .exterior .product-features__item-area-icon {
    left: 50%;
    margin-left: -17.3333333333vw;
    bottom: 10.6666666667vw;
  }
  .page-product .exterior .product-features__item-area-icon img {
    max-width: 34.6666666667vw;
  }
}
.page-product .exterior .product-features__color {
  width: 20px;
  height: 20px;
  margin-left: 7px;
  margin-right: 7px;
  border-color: #414042;
}
@media screen and (max-width: 1199px) {
  .page-product .exterior .product-features__color {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .exterior .product-features__color {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-left: 0.9333333333vw;
    margin-right: 0.9333333333vw;
  }
}
.page-product .exterior .product-features__color--color-agp {
  background-color: #6f7080;
}
.page-product .exterior .product-features__color--color-cwp {
  background-color: #eeefe7;
}
.page-product .exterior .product-features__color--color-pw {
  background-color: #f8f8f7;
}
.page-product .exterior .product-features__color--color-dgm {
  background-color: #535357;
}
.page-product .exterior .product-features__color--color-cbs {
  background-color: #262626;
}
.page-product .exterior .product-features__color--color-dbp {
  background-color: #223858;
}
.page-product .exterior .product-features__color--color-dbp1 {
  background-color: #477499;
}
.page-product .exterior .product-features__color--color-ism {
  background-color: #b9babb;
}
.page-product .exterior .product-features__color--color-so {
  background-color: #cb5b00;
}
.page-product .exterior .product-features__color--color-pr {
  background-color: #a31400;
}
.page-product .exterior .product-features__color--color-qbp {
  background-color: #09488f;
}
.page-product .exterior .product-features__color--color-cgk {
  background-color: #a6b0b7;
}
.page-product .exterior .product-features__color--color-wbp {
  background-color: #0560a6;
}
.page-product .exterior .product-features__color--color-lbp {
  background-color: #415383;
}
.page-product .exterior .product-features__color--color-sbm {
  background-color: #918a80;
}
.page-product .exterior .product-features__color--color-jgm {
  background-color: #b2c3c0;
}
.page-product .exterior .product-features__color--color-crp {
  background-color: #900;
}
.page-product .exterior .product-features__color--color-pgm {
  background-color: #7b899b;
}
.page-product .exterior .product-features__color--color-dbp {
  background-color: #20325e;
}
.page-product .exterior .product-features__color--color-tm {
  background-color: #d5d6d4;
}
.page-product .exterior .product-features__color--color-wgm {
  background-color: #b2c3c0;
}
.page-product .exterior .product-features__color--color-obp {
  background-color: #a29086;
}
.page-product .exterior .product-features__color--color-vrp {
  background-color: #691017;
}
.page-product .exterior .product-features__color--color-sgm {
  background-color: #bfdbec;
}
.page-product .exterior .product-features__color--color-hbp {
  background-color: #467499;
}
.page-product .exterior .product-features__color--color-jsgm {
  background-color: #acae9c;
}
.page-product .exterior .product-features__color--color-mgm {
  background-color: #7b7c7e;
}
.page-product .exterior .product-features__color--color-pyp {
  background-color: #997e2f;
}
.page-product .exterior .product-features__color--color-agm {
  background-color: #76765f;
}
.page-product .exterior .product-features__color--color-bbm {
  background-color: #a79e97;
}
.page-product .exterior .product-features__color--color-abp {
  background-color: #405d85;
}
.page-product .exterior .product-features__color--color-cbp {
  background-color: #405d85;
}
.page-product .exterior .product-features__color--color-cgs {
  background-color: #818975;
}
.page-product .exterior .product-features__color--color-sbp {
  background-color: #565dad;
}
.page-product .exterior .product-features__color--color-hmgp {
  background-color: #667eaa;
}
.page-product .exterior .product-features__color--color-hmgpb {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #667eaa), color-stop(50%, #4d4d4e));
  background: linear-gradient(to right bottom, #667eaa 50%, #4d4d4e 50%);
}
.page-product .exterior .product-features__color--color-pm {
  background-color: #979698;
}
.page-product .exterior .product-features__color--color-pwpm {
  background-color: #c7c7c9;
}
.page-product .exterior .product-features__color--color-dbm {
  background-color: #2e4193;
}
.page-product .exterior .product-features__color--color-er {
  background-color: #d61719;
}
.page-product .exterior .product-features__color--color-bk {
  background-color: #38383a;
}
.page-product .exterior .product-features__color--color-ob {
  background-color: #0560a6;
}
.page-product .exterior .product-features__color--color-obm {
  background-color: #748aa2;
}
.page-product .exterior .product-features__color--color-subp {
  background-color: #cb5b00;
}
.page-product .exterior .product-features__color--color-cw {
  background-color: #e3e3eb;
}
.page-product .exterior .product-features__color--color-sop {
  background-color: #fb8f4e;
}
.page-product .exterior .product-features__color--color-ir {
  background-color: #fa0001;
}
.page-product .exterior .product-features__color--color-cgo {
  background-color: #d6cfc9;
}
.page-product .exterior .product-features__color--color-gpp {
  background-color: #433c58;
}
.page-product .exterior .product-features__color--color-rrp {
  background-color: #85878a;
}
.page-product .exterior .product-features__colors-1 .swiper-slide {
  width: auto !important;
  line-height: 1;
}
@media screen and (max-width:767.9px) {
  .page-product .exterior .product-features__colors-1 .swiper-slide {
    margin-right: 0 !important;
    line-height: 3.3333333333vw;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .exterior .product-features__colors-1 .swiper-wrapper {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.page-product .interior #krpanoSWFObject > div > div:last-child {
  display: block;
}
.page-product .interior #krpanoSWFObject > div > div:last-child > div:first-child {
  display: none;
}
.page-product .interior #krpanoSWFObject > div > div:last-child > div:nth-child(2) {
  bottom: 55px;
  left: 50%;
  margin-left: -210px;
  width: 420px !important;
  background-color: #fff !important;
  border-radius: 20px;
  -webkit-transform: none !important;
          transform: none !important;
}
.page-product .interior #krpanoSWFObject > div > div:last-child > div:nth-child(2) > div {
  background: #fff;
  background-image: none !important;
  display: none;
}
@media screen and (max-width:767.9px) {
  .page-product .interior #krpanoSWFObject > div > div:last-child > div:nth-child(2) {
    width: 320px !important;
    margin-left: -160px;
    height: 32px !important;
    bottom: 30px;
  }
}
.page-product .interior #krpanoSWFObject > div > div:last-child > div:nth-child(3) {
  bottom: 55px;
  width: 420px !important;
  margin-left: -210px;
  -webkit-transform: none !important;
          transform: none !important;
  left: 50%;
}
@media screen and (max-width:767.9px) {
  .page-product .interior #krpanoSWFObject > div > div:last-child > div:nth-child(3) {
    width: 320px !important;
    height: 32px !important;
    margin-left: -160px;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-product .interior #krpanoSWFObject > div > div:last-child > div:nth-child(3) > div {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: inline-block !important;
    width: 28px !important;
    height: 28px !important;
    background-size: 22px !important;
    background-position: center !important;
    background-repeat: no-repeat;
  }
  .page-product .interior #krpanoSWFObject > div > div:last-child > div:nth-child(3) > div:nth-child(4), .page-product .interior #krpanoSWFObject > div > div:last-child > div:nth-child(3) > div:nth-child(5) {
    background-size: 20px !important;
  }
}
@media screen and (max-width: 995px) {
  .page-product .interior #interior {
    position: absolute;
  }
}
.page-product .interior__note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #000000;
}
@media screen and (max-width:767.9px) {
  .page-product .interior__note {
    bottom: 10px;
    font-size: 1.2rem;
  }
}
.page-product .function {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #231f20;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .page-product .function {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-product .function .l-inner {
  max-width: 1100px;
}
.page-product .function .c-media-01 .c-media-01__body {
  background-color: #fff;
}
.page-product .function .c-media-01 .c-txt-01 {
  margin-bottom: 20px;
}
.page-product .function .c-media-01__btn a {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767.9px) {
  .page-product .function .c-media-01 {
    background-color: #fff;
  }
  .page-product .function .c-media-01 .c-media-01__body {
    padding-bottom: 35px;
  }
}
.page-product .function .c-note-01 {
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .page-product .function .c-note-01 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30px;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .function .c-note-01 {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .page-product .function .tab__item {
    font-size: 2.8rem;
    width: calc(31% - 7px);
    margin-left: 3.5px;
    margin-right: 3.5px;
    height: 62px;
  }
  .page-product .function .tab__item .c-txt-01 {
    line-height: 1.46;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .function .tab__item {
    font-size: 1.9rem;
  }
}
.page-product .function .tab-content__item .c-txt-01 {
  line-height: 1.46;
}
@media print, screen and (min-width:768px) {
  .page-product .function .tab-content__item .c-txt-01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1024.9px) {
  .page-product .function .tab-content__item .c-txt-01 {
    font-size: 1.7rem;
    line-height: 1.36;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .function .tab-content__item .c-txt-01 {
    font-size: 1.6rem;
  }
}
.page-product .power {
  padding-top: 90px;
  overflow: hidden;
}
@media screen and (max-width:767.9px) {
  .page-product .power {
    padding-top: 45px;
  }
}
.page-product .power__txt {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width:767.9px) {
  .page-product .power__txt {
    margin-bottom: 25px;
  }
}
.page-product .power-slide {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 20px;
  position: relative;
}
.page-product .power-slide__ttl {
  text-align: center;
}
.page-product .power-slide__group {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
}
.page-product .power-slide .swiper-pagination {
  left: 50%;
  margin-left: -42px;
  bottom: 35%;
}
.page-product .power-slide .swiper-pagination-bullet {
  background-color: #1d8fd3;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 1;
}
.page-product .power-slide .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media screen and (max-width:1024.9px) {
  .page-product .power-slide .swiper-pagination {
    bottom: 43%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product .power-slide {
    padding-top: 8vw;
    padding-bottom: 5.3333333333vw;
  }
  .page-product .power-slide__group {
    padding: 20px 10px;
  }
  .page-product .power-slide .swiper-pagination {
    bottom: auto;
    top: calc(40vw - 14px);
    margin-left: -33px;
  }
  .page-product .power-slide .swiper-pagination-bullet {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.page-product .dis {
  font-size: 1.3rem;
  line-height: 1.3333333333;
  color: #000;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .page-product .dis {
    padding: 55px 0;
  }
}
.page-product .dis:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(29, 143, 211, 0.3)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(29, 143, 211, 0.3) 100%);
}
.page-product .dis__inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1500px;
}
.page-product .digits-section {
  padding: 80px 0;
}
.page-product .digits__item {
  margin: 0 20px;
}
.page-product .digits__item-val {
  font-size: 52px;
  line-height: 1.2307692308;
}
.page-product .digits__item-caption {
  font-size: 18px;
  line-height: 1.4;
}
.page-product .digits__item figcaption {
  font-size: 24px;
  line-height: 1.4166666667;
}
@media screen and (max-width:767.9px) {
  .page-product .digits-section {
    padding: 50px 0;
  }
  .page-product .digits__item-val {
    font-size: 36px;
  }
  .page-product .digits__item-caption {
    font-size: 14px;
  }
  .page-product .digits__item figcaption {
    font-size: 16px;
  }
}
.page-product .highlight .l-inner {
  max-width: 910px;
}
.page-product .highlight .tab-content {
  padding: 30px 20px;
  background-color: #dde2e6;
}
.page-product .highlight .tab-content .c-txt-01 {
  text-align: left;
}

@media print, screen and (min-width:768px) {
  .page-product--teaser .p-page-header--video .p-page-header__video:before {
    padding-top: 38.57%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .p-page-header--video .p-page-header__video:before {
    padding-top: 44.57%;
  }
}
.page-product--teaser .info {
  padding: 100px 0 70px;
  background-image: url("/renewal/content/forester-2025/media/teaser/bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info {
    padding: 60px 0 35px;
    background-size: auto 65%;
  }
}
.page-product--teaser .info .c-ttl-01 span {
  font-family: "gilroyregular";
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info .c-ttl-01 span {
    display: block;
  }
}
.page-product--teaser .info .c-ttl-02 {
  margin-bottom: 0;
}
.page-product--teaser .info .c-txt-01 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.724137931;
}
.page-product--teaser .info .c-txt-01 span {
  font-size: 2.2rem;
  font-style: italic;
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info .c-txt-01 span {
    font-size: 1.8rem;
  }
}
.page-product--teaser .info .block + .block {
  margin-top: 70px;
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info .block + .block {
    margin-top: 35px;
  }
}
.page-product--teaser .info .contacts-form {
  background-color: transparent;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-product--teaser .info .contacts-form .container {
  width: 100%;
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info .contacts-form {
    padding: 0;
    margin-top: 20px;
  }
  .page-product--teaser .info .contacts-form .container {
    padding: 0;
  }
}
.page-product--teaser .info #contact-form .contacts-form__form {
  padding: 40px 120px 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.page-product--teaser .info #contact-form .contacts-form__form:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000714;
  background: linear-gradient(160deg, rgba(1, 2, 4, 0.7) 0%, rgba(1, 2, 4, 0.6) 50%, rgba(1, 2, 4, 0.35) 100%);
}
@media screen and (max-width:1024.9px) {
  .page-product--teaser .info #contact-form .contacts-form__form {
    padding: 40px;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info #contact-form .contacts-form__form {
    padding: 30px 20px;
  }
}
.page-product--teaser .info #contact-form .contacts-form__checkbox {
  font-size: 1.2rem;
  color: #fff;
  font-family: "gilroyregular";
  font-style: italic;
  margin-bottom: -25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.page-product--teaser .info #contact-form .contacts-form__checkbox a {
  color: #fff;
  text-decoration: underline;
}
.page-product--teaser .info #contact-form .contacts-form__checkbox label {
  width: 32px;
  height: 22px;
}
.page-product--teaser .info #contact-form .contacts-form__checkbox span:before {
  width: 22px;
  height: 22px;
  border-radius: 5px;
}
.page-product--teaser .info #contact-form .contacts-form__checkbox span:after {
  width: 16px;
  height: 8px;
  top: 5px;
  left: 3px;
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info #contact-form .contacts-form__checkbox {
    margin-bottom: -15px;
  }
  .page-product--teaser .info #contact-form .contacts-form__checkbox.last {
    padding-left: 32px;
  }
  .page-product--teaser .info #contact-form .contacts-form__checkbox.last label {
    left: 0;
    position: absolute;
    top: 0;
  }
}
.page-product--teaser .info #contact-form .contacts-form__submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-product--teaser .info #contact-form .input-group {
  margin-bottom: 32px;
}
.page-product--teaser .info #contact-form .input-group span {
  color: #fff;
  font-family: "gilroymedium";
  text-transform: capitalize;
  font-size: 1.4rem;
  padding-left: 10px;
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info #contact-form .input-group {
    margin-bottom: 22px;
  }
}
.page-product--teaser .info #contact-form input[type=text], .page-product--teaser .info #contact-form input[type=email], .page-product--teaser .info #contact-form input[type=tel] {
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
}
.page-product--teaser .info #contact-form input[type=text]::-webkit-input-placeholder, .page-product--teaser .info #contact-form input[type=email]::-webkit-input-placeholder, .page-product--teaser .info #contact-form input[type=tel]::-webkit-input-placeholder {
  color: #bcbec0;
}
.page-product--teaser .info #contact-form input[type=text]::-moz-placeholder, .page-product--teaser .info #contact-form input[type=email]::-moz-placeholder, .page-product--teaser .info #contact-form input[type=tel]::-moz-placeholder {
  color: #bcbec0;
}
.page-product--teaser .info #contact-form input[type=text]:-ms-input-placeholder, .page-product--teaser .info #contact-form input[type=email]:-ms-input-placeholder, .page-product--teaser .info #contact-form input[type=tel]:-ms-input-placeholder {
  color: #bcbec0;
}
.page-product--teaser .info #contact-form input[type=text]::-ms-input-placeholder, .page-product--teaser .info #contact-form input[type=email]::-ms-input-placeholder, .page-product--teaser .info #contact-form input[type=tel]::-ms-input-placeholder {
  color: #bcbec0;
}
.page-product--teaser .info #contact-form input[type=text]::placeholder, .page-product--teaser .info #contact-form input[type=email]::placeholder, .page-product--teaser .info #contact-form input[type=tel]::placeholder {
  color: #bcbec0;
}
.page-product--teaser .info #contact-form .select-style select {
  height: 34px;
  border-radius: 6px;
  padding: 7px;
  padding-right: 33px;
}
.page-product--teaser .info #contact-form .button-blue {
  font-size: 2rem;
  font-family: "gilroymedium";
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 16px;
  width: 135px;
  height: 34px;
  border: none;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .page-product--teaser .info #contact-form .row > div {
    margin-bottom: 0;
  }
}
.page-product--teaser .info .disclaimer {
  margin-top: 50px;
}
.page-product--teaser .info .disclaimer hr {
  display: none;
}
.page-product--teaser .info .disclaimer .disclaimer-text {
  color: #fff;
  font-style: italic;
}
.page-product--teaser .info .disclaimer .disclaimer-text span {
  font-family: "gilroyregular";
  font-weight: 400;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width:767.9px) {
  .page-product--teaser .info .disclaimer {
    margin-top: 30px;
  }
  .page-product--teaser .info .disclaimer .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (min-width:768px) {
  .page-product--forester-new .p-page-header--video .p-page-header__video:before {
    padding-top: 38.57%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .p-page-header--video .p-page-header__video:before {
    padding-top: 44.57%;
  }
}
.page-product--forester-new .c-video {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.page-product--forester-new .extra {
  padding-bottom: 400px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1600px) {
  .page-product--forester-new .extra {
    padding-bottom: 25%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .extra {
    padding-bottom: 53.3333333333vw;
  }
}
.page-product--forester-new .extra__txt {
  line-height: 2;
  margin-bottom: 70px;
}
.page-product--forester-new .extra__img {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background-image: url("/renewal/content/forester-2025/media/extra_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.page-product--forester-new .feature-highlight {
  background-color: #000;
}
.page-product--forester-new .feature-highlight .l-inner {
  max-width: 1080px;
}
.page-product--forester-new .feature-highlight .c-media-01 .c-media-01__body {
  background-color: transparent;
  position: relative;
  width: 45%;
  padding: 20px 15px 90px;
  min-height: 400px;
}
.page-product--forester-new .feature-highlight .c-media-01 .c-media-01__img {
  width: 55%;
}
.page-product--forester-new .feature-highlight .c-media-01 .c-ttl-02 {
  color: #fff;
}
.page-product--forester-new .feature-highlight .c-media-01 .c-txt-01 {
  color: #fff;
  line-height: 1.5;
}
.page-product--forester-new .feature-highlight .c-media-01 .c-media-01__btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.page-product--forester-new .feature-highlight .c-media-01 .c-media-01__btn .c-btn-01 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .feature-highlight .c-media-01 {
    background-color: transparent;
  }
  .page-product--forester-new .feature-highlight .c-media-01 .c-media-01__body {
    width: 100%;
    padding: 10px 0 40px;
    min-height: auto;
  }
  .page-product--forester-new .feature-highlight .c-media-01 .c-media-01__img {
    width: 100%;
    overflow: hidden;
  }
  .page-product--forester-new .feature-highlight .c-media-01 .c-media-01__img img {
    -webkit-transform: scale(1.5) translateX(9vw);
            transform: scale(1.5) translateX(9vw);
  }
  .page-product--forester-new .feature-highlight .c-media-01 .c-media-01__btn {
    position: static;
    margin-top: 20px;
  }
  .page-product--forester-new .feature-highlight .c-media-01--reverse .c-media-01__img img {
    -webkit-transform: scale(1.5) translateX(-7vw);
            transform: scale(1.5) translateX(-7vw);
  }
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .feature-highlight__img {
    overflow: hidden;
  }
  .page-product--forester-new .feature-highlight__img img {
    height: 42.6666666667vw;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.page-product--forester-new .lineup:before {
  height: 200px;
}
.page-product--forester-new .lineup .l-inner {
  position: relative;
}
.page-product--forester-new .lineup .c-media-01 h3 {
  min-height: 73px;
  margin-bottom: 20px;
}
.page-product--forester-new .lineup-row__price {
  color: #1d8fd3;
}
.page-product--forester-new .lineup-row__pricenote {
  font-size: 1.2rem;
  color: #000;
}
.page-product--forester-new .lineup-row .swiper-button-prev {
  top: 30%;
  margin-top: -10px;
  left: 10%;
  right: auto;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  width: 12px;
  height: 19px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20.1 34.5' style='enable-background:new 0 0 20.1 34.5;' xml:space='preserve'%3E%3Cpolygon points='0,0 0,10.2 8.3,17.2 0,24.3 0,34.5 20.1,17.2 '/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1140px) {
  .page-product--forester-new .lineup-row .swiper-button-prev {
    left: 20px;
  }
}
@media screen and (max-width:1024.9px) {
  .page-product--forester-new .lineup-row .swiper-button-prev {
    left: 4px;
    top: 25%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .lineup-row .swiper-button-prev {
    top: calc(29.8666666667vw + 44px);
  }
}
.page-product--forester-new .lineup-row .swiper-button-next {
  top: 30%;
  margin-top: -10px;
  right: 10%;
  left: auto;
  width: 12px;
  height: 19px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20.1 34.5' style='enable-background:new 0 0 20.1 34.5;' xml:space='preserve'%3E%3Cpolygon points='0,0 0,10.2 8.3,17.2 0,24.3 0,34.5 20.1,17.2 '/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1140px) {
  .page-product--forester-new .lineup-row .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width:1024.9px) {
  .page-product--forester-new .lineup-row .swiper-button-next {
    right: 4px;
    top: 25%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .lineup-row .swiper-button-next {
    top: calc(29.8666666667vw + 44px);
  }
}
.page-product--forester-new .lineup-row .swiper-pagination {
  left: 50%;
  margin-left: -36px;
  margin-top: 20px;
}
.page-product--forester-new .lineup-row .swiper-pagination-bullet {
  margin-left: 9px;
  margin-right: 9px;
  width: 6px;
  height: 6px;
}
.page-product--forester-new .lineup-model {
  margin-top: 95px;
}
.page-product--forester-new .lineup-model__note {
  font-size: 1.2rem;
  color: #414042;
}
.page-product--forester-new .exterior .l-inner {
  background-image: url("/renewal/content/forester-2025/media/exterior_bg.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width:1024.9px) {
  .page-product--forester-new .exterior .l-inner {
    background-size: 100% 170px;
  }
}
.page-product--forester-new .exterior__note {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.page-product--forester-new .gallery {
  padding: 95px 0 115px;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .gallery {
    padding: 50px 0 60px;
  }
}
.page-product--forester-new .gallery:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(29, 143, 211, 0.3)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(29, 143, 211, 0.3) 100%);
}
.page-product--forester-new .gallery .l-inner {
  max-width: 1080px;
}
.page-product--forester-new .gallery__items {
  margin-left: -8px;
  margin-right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-product--forester-new .gallery__item {
  width: calc(33.3333% - 16px);
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .gallery__item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 575px) {
  .page-product--forester-new .gallery__item {
    width: 100%;
  }
}
.page-product--forester-new .gallery__ttl {
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "gilroymedium";
  color: #000;
  line-height: 1.29;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 14px;
}
.page-product--forester-new .gallery__ttl sup {
  font-size: 70%;
}
@media screen and (max-width:767.9px) {
  .page-product--forester-new .gallery__ttl {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width:768px) {
  html[lang=vi] .page-product--crosstrek .features__group {
    top: auto;
    bottom: 10px;
  }
}
@media print, screen and (min-width:1025px) {
  html[lang=vi] .page-product--crosstrek .features__group {
    top: 55%;
    bottom: auto;
  }
}
.page-product--crosstrek .p-page-header {
  background-image: url("/renewal/content/crosstrek/media/mv.jpg");
}
@media screen and (max-width:1024.9px) {
  .page-product--crosstrek .p-page-header {
    background-position: 30% center;
  }
}
@media print, screen and (min-width:768px) {
  html[lang=en-SG] .page-product--crosstrek .lineup .c-media-01 h3 {
    padding-right: 9%;
  }
}
html[lang=en-SG] .page-product--crosstrek-eboxer .promo__img {
  pointer-events: none;
}

@media print, screen and (min-width:768px) {
  html[lang=en-MY] .page-product--forester .lineup .js-model .swiper-pagination-bullet {
    display: none;
  }
}
.page-product--forester .p-page-header {
  background-image: url("/renewal/content/forester-2024/media/mv.jpg");
}
@media screen and (max-width:1024.9px) {
  .page-product--forester .p-page-header {
    background-position: 50% center;
  }
}
@media print, screen and (min-width:768px) {
  html[lang=zh] .page-product--forester .features__group {
    top: 55%;
  }
}
html[lang*=KH] .page-product--forester .lineup-model__item.active .lineup-model__ttl br {
  display: none;
}
@media screen and (max-width:767.9px) {
  .page-product--forester .exterior .product-features__item-area figcaption {
    margin-right: -26.6666666667vw;
  }
  html[lang=th] .page-product--forester .exterior .product-features__item-area figcaption {
    margin-right: -21.3333333333vw;
  }
}
.page-product--forester-eboxer .exterior__note {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
  position: relative;
}
.page-product--forester.page-product--teaser .p-page-header {
  background-image: url("/renewal/content/forester-2025/media/teaser/mv.jpg");
  background-position: center;
}

@media print, screen and (min-width:768px) {
  html[lang=vi] .page-product--brz .features__group {
    top: auto;
    bottom: 10px;
  }
}
@media print, screen and (min-width:1025px) {
  html[lang=vi] .page-product--brz .features__group {
    top: 60%;
    bottom: auto;
  }
}
.page-product--brz .p-page-header {
  background-image: url("/renewal/content/brz/media/mv.jpg");
}
@media screen and (max-width:1024.9px) {
  .page-product--brz .p-page-header {
    background-position: 35% center;
  }
}
html[lang=en-SG] .page-product--brz .promo__img {
  display: none;
}

.page-product--evoltis .p-page-header {
  background-image: url("/renewal/content/evoltis/media/mv.jpg");
}
@media screen and (max-width:1024.9px) {
  .page-product--evoltis .p-page-header {
    background-position: 35% center;
  }
}
.page-product--evoltis.page-product .exterior .product-features__gallery img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media print, screen and (min-width:768px) {
  .page-product--evoltis.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-product--evoltis.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(0.9) translateX(-50%);
            transform: scale(0.9) translateX(-50%);
    left: 45%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--evoltis.page-product .exterior .product-features__gallery img {
    margin-top: -10.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .page-product--evoltis.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width:767.9px) {
  .page-product--evoltis.page-product .exterior .product-features__item-area figcaption {
    margin-right: -16vw;
  }
}

.page-product--solterra .p-page-header {
  background-image: url("/renewal/content/solterra/media/mv.jpg");
}
@media screen and (max-width:1024.9px) {
  .page-product--solterra .p-page-header {
    background-position: 60% center;
  }
}
@media print, screen and (min-width:768px) {
  html[lang*=zh] .page-product--solterra .features__ttl {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width:1025px) {
  html[lang*=zh] .page-product--solterra .features__ttl {
    font-size: 2.4rem;
  }
}
.page-product--solterra.page-product .exterior .product-features__gallery img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media print, screen and (min-width:768px) {
  .page-product--solterra.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-product--solterra.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    left: 50%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--solterra.page-product .exterior .product-features__gallery img {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 480px) {
  .page-product--solterra.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width:767.9px) {
  .page-product--solterra.page-product .exterior .product-features__item-area figcaption {
    margin-right: -18.6666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .page-product--solterra.page-product .features__group {
    padding: 5px;
    top: auto;
    bottom: 25px;
  }
}
@media print, screen and (min-width:768px) {
  .page-product--solterra.page-product .extra__txt {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width:768px) {
  .page-product--solterra .swiper-button-next, .page-product--solterra .swiper-button-prev {
    top: 38%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--solterra .swiper-button-next, .page-product--solterra .swiper-button-prev {
    top: 26.8vw;
    width: 3.6vw;
    height: 5.8666666667vw;
    background-size: 3.6vw 5.8666666667vw;
    margin-top: -2.9333333333vw;
  }
}

@media print, screen and (min-width:768px) {
  html[lang=vi] .page-product--outback .features__group {
    top: auto;
    bottom: 10px;
  }
}
@media print, screen and (min-width:1025px) {
  html[lang=vi] .page-product--outback .features__group {
    top: 53%;
    bottom: auto;
  }
}
.page-product--outback .p-page-header {
  background-image: url("/renewal/content/outback/media/mv.jpg");
}
@media screen and (max-width:1024.9px) {
  .page-product--outback .p-page-header {
    background-position: 30% center;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--outback.page-product .exterior .product-features__item-area figcaption {
    margin-right: -24vw;
  }
  html[lang=th] .page-product--outback.page-product .exterior .product-features__item-area figcaption {
    margin-right: -16vw;
  }
}

.page-product--wrx .p-page-header {
  background-image: url("/renewal/content/wrx/media/mv.jpg");
  background-position: left center;
}
@media screen and (max-width:1024.9px) {
  .page-product--wrx .p-page-header {
    background-position: 30% center;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--wrx.page-product .exterior .product-features__item-area figcaption {
    margin-right: -21.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .page-product--wrx.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.page-product--wrxwagon .p-page-header {
  background-image: url("/renewal/content/wrx-wagon/media/mv.jpg");
  background-position: left center;
}
@media screen and (max-width:1024.9px) {
  .page-product--wrxwagon .p-page-header {
    background-position: 30% center;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--wrxwagon.page-product .exterior .product-features__item-area figcaption {
    margin-right: -18.6666666667vw;
  }
}

.page-product--xv .p-page-header {
  background-image: url("/renewal/content/xv/media/mv.jpg");
  background-position: left center;
}
@media screen and (max-width:1024.9px) {
  .page-product--xv .p-page-header {
    background-position: 35% center;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--xv .p-page-header {
    position: relative;
  }
  .page-product--xv .p-page-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media print, screen and (min-width:768px) {
  html[lang=th] .page-product--xv .features__item:first-child .features__ttl {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width:768px) {
  html[lang=th] .page-product--xv .features__item:first-child .features__group {
    top: 55%;
  }
}
.page-product--xv .lineup {
  padding-bottom: 90px;
  overflow: hidden;
}
@media screen and (max-width:767.9px) {
  .page-product--xv .lineup {
    padding-bottom: 40px;
  }
}
.page-product--xv .lineup:before {
  display: none;
}
.page-product--xv .lineup-model {
  position: relative;
}
.page-product--xv .lineup-model:before {
  content: "";
  height: 190px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  bottom: -30px;
  position: absolute;
  z-index: -1;
  background: rgb(65, 64, 66);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 64, 66, 0.3)), to(rgba(254, 254, 254, 0.3)));
  background: linear-gradient(180deg, rgba(65, 64, 66, 0.3) 0%, rgba(254, 254, 254, 0.3) 100%);
}
@media screen and (max-width:767.9px) {
  .page-product--xv .lineup-model:before {
    height: 148px;
    bottom: -60px;
  }
}
.page-product--xv.page-product .exterior .product-features__gallery img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media print, screen and (min-width:768px) {
  .page-product--xv.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-product--xv.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    left: 50%;
  }
}
@media screen and (max-width:767.9px) {
  .page-product--xv.page-product .exterior .product-features__gallery img {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 480px) {
  .page-product--xv.page-product .exterior .product-features__gallery img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width:767.9px) {
  .page-product--xv.page-product .exterior .product-features__item-area figcaption {
    margin-right: -16vw;
  }
}

@media screen and (max-width:767.9px) {
  .page-home {
    padding-top: 10px;
  }
}
.page-home .l-inner {
  max-width: 1080px;
}
.page-home .p-page-header {
  background-image: url("/renewal/content/home/media/mv.jpg");
  overflow: hidden;
}
@media screen and (max-width:1024.9px) {
  .page-home .p-page-header {
    background-position: 30% center;
  }
}
.page-home .p-page-header .p-page-header__box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width:768px) {
  .page-home .p-page-header .p-page-header__box {
    padding-top: 35px;
  }
}
.page-home .p-page-header .p-page-header__ttl .img {
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (max-width:767.9px) {
  .page-home .p-page-header .p-page-header__ttl {
    padding: 20px 15px;
  }
  .page-home .p-page-header .p-page-header__ttl .img img {
    width: 110px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .page-home .p-page-header .link:hover {
    opacity: 0.7;
  }
}
.page-home .p-page-header .p-page-header__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.page-home .p-page-header .p-page-header__img {
  position: relative;
  width: 100%;
}
.page-home .p-page-header .p-page-header__img:before {
  display: block;
  padding-top: 26%;
  content: "";
}
.page-home .p-page-header .p-page-header__img img, .page-home .p-page-header .p-page-header__img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .p-page-header .p-page-header__img img,
.page-home .p-page-header .p-page-header__img video {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width:768px) {
  .page-home .p-page-header .p-page-header__img--img:before {
    display: block;
    padding-top: 25%;
    content: "";
  }
}
@media screen and (max-width:767.9px) {
  .page-home .p-page-header .link img {
    width: 120px;
  }
  .page-home .p-page-header .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-home .p-page-header .p-page-header__inner {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    background-color: #333;
  }
  .page-home .p-page-header .p-page-header__box {
    height: 130px;
  }
  .page-home .p-page-header .p-page-header__img:before {
    padding-top: 35%;
  }
}
.page-home .swiper-pagination-bullet {
  opacity: 1;
  background-color: #1d8fd3;
  margin-left: 10px;
  margin-right: 10px;
}
.page-home .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media screen and (max-width:767.9px) {
  .page-home .swiper-pagination-bullet {
    margin-left: 6px;
    margin-right: 6px;
  }
}
.page-home .js-slider {
  position: relative;
}
.page-home .js-slider .swiper-slide {
  display: block;
  background-color: #000;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .page-home .js-slider .swiper-slide:hover img,
  .is-view-pc .page-home .js-slider .swiper-slide:hover video {
    opacity: 0.7;
  }
}
.page-home .js-slider .swiper-slide-active {
  position: relative;
  z-index: 2;
}
.page-home .js-slider .swiper-pagination {
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.page-home .js-slider .swiper-button-next,
.page-home .js-slider .swiper-button-prev {
  background-image: url("/renewal/content/home/media/icon/arr.png");
  width: 27px;
  height: 55px;
  background-size: contain;
  margin-top: -27px;
}
.page-home .js-slider .swiper-button-next {
  right: 0;
}
.page-home .js-slider .swiper-button-prev {
  left: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.page-home .js-slider .swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width:767.9px) {
  .page-home .js-slider .swiper-pagination {
    bottom: 15px;
  }
}
.page-home .block__txt + .block__txt {
  margin-top: 25px;
}
@media screen and (max-width:767.9px) {
  .page-home .block__txt + .block__txt {
    margin-top: 15px;
  }
}
.page-home .lineup {
  padding: 85px 0 0;
  overflow: hidden;
}
@media screen and (max-width:767.9px) {
  .page-home .lineup {
    padding: 50px 0 0;
  }
}
.page-home .lineup .js-slider-01 .swiper-pagination {
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.page-home .lineup .js-slider-01 .swiper-button-next,
.page-home .lineup .js-slider-01 .swiper-button-prev {
  background-image: url("/renewal/content/home/media/icon/arr01.png");
  width: 13px;
  height: 21px;
  background-size: contain;
  margin-top: -10px;
}
.page-home .lineup .js-slider-01 .swiper-button-next {
  right: 1px;
}
.page-home .lineup .js-slider-01 .swiper-button-prev {
  left: 1px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.page-home .lineup .js-slider-01 .swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width:1024.9px) {
  .page-home .lineup .js-slider-01 .swiper-pagination {
    bottom: 15px;
  }
}
.page-home .lineup__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width:767.9px) {
  .page-home .lineup__ttl {
    margin-bottom: 25px;
  }
}
.page-home .lineup-list {
  margin-left: -22px;
  margin-right: -22px;
  padding: 0 22px;
  overflow: hidden;
  position: relative;
  padding-bottom: 65px;
}
@media screen and (max-width:1024.9px) {
  .page-home .lineup-list {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 45px;
  }
}
.page-home .lineup-list:before {
  content: "";
  z-index: -1;
  height: 100%;
  left: 22px;
  right: 22px;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(60%, rgba(29, 143, 211, 0.1)), to(rgba(29, 143, 211, 0.5)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(29, 143, 211, 0.1) 60%, rgba(29, 143, 211, 0.5) 100%);
}
html[lang*=KH] .page-home .lineup-list__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html[lang*=KH] .page-home .lineup-list .swiper-pagination {
  display: none;
}
.page-home .lineup-list__item {
  padding: 0 16px;
  font-size: 1.7rem;
  color: #000;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .page-home .lineup-list__item:hover .lineup-list__ttl {
    color: #000;
  }
}
@media screen and (max-width:1024.9px) {
  .page-home .lineup-list__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024.9px) {
  .page-home .lineup-list__item {
    padding: 0 10px;
  }
}
.page-home .lineup-list__ttl {
  font-family: "gilroybold" !important;
  margin-bottom: 20px;
  color: #414042;
  font-size: 2.2rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:1024.9px) {
  .page-home .lineup-list__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.page-home .lineup-list__price span {
  font-family: "gilroybold";
}
.page-home .lineup-list__img {
  margin-bottom: 20px;
}
@media screen and (max-width:767.9px) {
  .page-home .lineup-list {
    padding: 0 0 40px;
  }
  .page-home .lineup-list:before {
    left: 8px;
    right: 8px;
  }
  .page-home .lineup-list__item {
    font-size: 1.5rem;
  }
  .page-home .lineup-list__ttl {
    font-size: 1.8rem;
  }
}
.page-home .lineup .note {
  text-align: center;
  font-size: 14px;
  color: #3e3a39;
  line-height: 1.4;
}
@media screen and (max-width:767.9px) {
  .page-home .lineup .note {
    text-align: left;
    padding: 0 10px;
  }
}
.page-home .lineup .block {
  margin-top: 80px;
  margin-bottom: 85px;
}
@media screen and (max-width:767.9px) {
  .page-home .lineup .block {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width:767.9px) {
  .page-home .lineup__img img {
    height: 100%;
    width: 100%;
    min-height: 28vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-home .lineup__video {
  position: relative;
  width: 100%;
}
.page-home .lineup__video::before {
  display: block;
  content: "";
  padding-top: 33.57%;
}
.page-home .lineup__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767.9px) {
  .page-home .lineup__video:before {
    padding-top: 56.25%;
  }
}
.page-home .featured {
  padding: 85px 0 80px;
}
.page-home .featured__ttl {
  margin-bottom: 25px;
}
.page-home .featured-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-home .featured-grid > * {
  width: 50%;
}
.page-home .featured-grid__right {
  padding-left: 12px;
}
.page-home .featured-grid__right .featured-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-home .featured-grid__right .featured-grid__item {
  width: calc(50% - 6px);
}
@media print, screen and (min-width:768px) {
  .page-home .featured-grid__right .featured-grid__item:nth-child(n+3) {
    margin-top: 12px;
  }
}
.page-home .featured-grid__item {
  position: relative;
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .page-home .featured-grid__item:hover .featured-grid__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
}
.page-home .featured-grid__img {
  overflow: hidden;
  background-color: #000;
}
.page-home .featured-grid__img img {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-home .featured-grid__ttl {
  font-size: 2.2rem;
  font-family: "gilroybold";
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width:1024.9px) {
  .page-home .featured-grid__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width:767.9px) {
  .page-home .featured {
    padding: 50px 0;
  }
  .page-home .featured__ttl {
    margin-bottom: 15px;
  }
  .page-home .featured-grid > * {
    width: 100%;
  }
  .page-home .featured-grid__right {
    padding-left: 0;
    margin-top: 6px;
  }
  .page-home .featured-grid__right .featured-grid__item {
    width: calc(50% - 3px);
  }
  .page-home .featured-grid__right .featured-grid__item:nth-child(n+3) {
    margin-top: 6px;
  }
  .page-home .featured-grid__ttl {
    font-size: 1.8rem;
    bottom: 15px;
  }
}
.page-home .whysubaru__ttl {
  margin-bottom: 26px;
}
.page-home .whysubaru-main {
  background-image: url("/renewal/content/home/media/whysubaru_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0;
}
.page-home .whysubaru-main__ttl {
  font-size: 2.2rem;
  color: #fff;
  font-family: "gilroybold";
  text-align: center;
  margin-bottom: 15px;
}
.page-home .whysubaru-main__txt {
  margin-bottom: 25px;
}
.page-home .whysubaru-main__btn {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.page-home .whysubaru-main-list {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
}
@media screen and (max-width:1024.9px) {
  .page-home .whysubaru-main-list {
    margin-top: 200px;
  }
}
.page-home .whysubaru-main-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-home .whysubaru-main-list__item {
  width: calc((100% - 60px) / 4);
  position: relative;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .page-home .whysubaru-main-list__item:hover .whysubaru-main-list__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.7;
  }
}
.page-home .whysubaru-main-list__ttl {
  font-size: 2.2rem;
  color: #fff;
  font-family: "gilroybold";
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
}
@media screen and (max-width:1024.9px) {
  .page-home .whysubaru-main-list__ttl {
    font-size: 2rem;
  }
}
.page-home .whysubaru-main-list__img {
  overflow: hidden;
  background-color: #000;
}
.page-home .whysubaru-main-list__img img {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767.9px) {
  .page-home .whysubaru__ttl {
    margin-bottom: 20px;
  }
  .page-home .whysubaru-main {
    padding: 30px 0;
    background-position: 70% center;
  }
  .page-home .whysubaru-main-list {
    margin-top: 32vw;
  }
  .page-home .whysubaru-main-list__item {
    width: calc((100% - 10px) / 2);
  }
  .page-home .whysubaru-main-list__item:nth-child(n+3) {
    margin-top: 10px;
  }
  .page-home .whysubaru-main-list__ttl {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */