/* ========================================
   Vehicles FV
======================================== */
.vehicles-fv {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 35%, rgba(0, 0, 0, 0.58) 62%, rgba(0, 0, 0, 0.35) 83%, rgba(0, 0, 0, 0.25) 100%), url("../images/vehicles-fv.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vehicles-fv__inner {
  width: min(1120px, 100% - 80px);
  margin: 0 auto;
  color: #fff;
}

.vehicles-fv__en {
  margin: 0 0 16px;
  color: #ff8809;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.vehicles-fv__title {
  margin: 0 0 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.vehicles-fv__lead {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .vehicles-fv {
    min-height: 300px;
    height: auto;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 45%, rgba(0, 0, 0, 0.45) 100%), url("../images/vehicles-fv.webp");
    background-position: center;
  }
  .vehicles-fv__inner {
    width: calc(100% - 40px);
  }
  .vehicles-fv__en {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .vehicles-fv__title {
    margin-bottom: 28px;
    font-size: 34px;
  }
  .vehicles-fv__lead {
    font-size: 17px;
    line-height: 1.9;
  }
}
/* ========================================
   Vehicle Chip Section
======================================== */
.vehicle-chip {
  padding: 104px 0 76px;
  background: #fff;
}

.vehicle-chip__inner {
  width: min(1120px, 100% - 80px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 540px 1fr;
  align-items: center;
  gap: 96px;
}

.vehicle-chip__image {
  position: relative;
  height: 360px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.vehicle-chip__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  transition: none;
}

.vehicle-chip__content {
  padding-top: 8px;
}

.vehicle-chip__en {
  margin: 0 0 18px;
  color: #ff771d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.vehicle-chip__title {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.vehicle-chip__line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 24px 0 52px;
  background: #ff771d;
}

.vehicle-chip__text {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .vehicle-chip {
    padding: 88px 0 68px;
  }
  .vehicle-chip__inner {
    width: calc(100% - 64px);
    grid-template-columns: 48% 1fr;
    gap: 48px;
  }
  .vehicle-chip__title {
    font-size: 32px;
  }
  .vehicle-chip__line {
    margin: 22px 0 40px;
  }
  .vehicle-chip__text {
    font-size: 17px;
    line-height: 2;
  }
  .vehicle-chip__image {
    clip-path: none;
  }
  .vehicle-chip__image img {
    width: 100%;
    height: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-chip {
    padding: 64px 0 56px;
  }
  .vehicle-chip__inner {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .vehicle-chip__content {
    order: 1;
    width: 100%;
    padding-top: 0;
    margin-bottom: 32px;
    text-align: left;
  }
  .vehicle-chip__image {
    order: 2;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    clip-path: none;
    box-shadow: none;
  }
  .vehicle-chip__image img {
    width: 100%;
    height: auto;
    transform: none;
  }
  .vehicle-chip__en {
    margin-bottom: 12px;
    font-size: 15px;
    text-align: left;
  }
  .vehicle-chip__title {
    font-size: 28px;
    text-align: left;
  }
  .vehicle-chip__line {
    width: 44px;
    height: 3px;
    margin: 18px 0 28px;
  }
  .vehicle-chip__text {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
}
/* ========================================
   Vehicle Oil Section
======================================== */
.vehicle-oil {
  padding: 0 0 96px;
  background: #fff;
}

.vehicle-oil__inner {
  width: min(1120px, 100% - 80px);
  margin: 0 auto;
  padding: 52px 70px;
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 48px;
  background: #000;
}

.vehicle-oil__en {
  margin: 0 0 18px;
  color: #ff771d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.vehicle-oil__title {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.vehicle-oil__line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 24px 0 34px;
  background: #ff771d;
}

.vehicle-oil__text {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.vehicle-oil__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
}

.vehicle-oil__image {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.vehicle-oil__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-oil__image--left {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

.vehicle-oil__image--right {
  margin-left: -24px;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .vehicle-oil__inner {
    width: calc(100% - 64px);
    padding: 44px 48px;
    grid-template-columns: 300px 1fr;
    gap: 32px;
  }
  .vehicle-oil__images {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    overflow: visible;
  }
  .vehicle-oil__image {
    height: auto;
    clip-path: none;
    margin-left: 0;
  }
  .vehicle-oil__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .vehicle-oil__title {
    font-size: 30px;
    white-space: nowrap;
  }
  .vehicle-oil__text {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-oil {
    padding: 0 0 64px;
  }
  .vehicle-oil__inner {
    width: calc(100% - 40px);
    padding: 40px 24px;
    display: block;
  }
  .vehicle-oil__content {
    margin-bottom: 32px;
  }
  .vehicle-oil__en {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .vehicle-oil__title {
    font-size: 28px;
    white-space: normal;
  }
  .vehicle-oil__line {
    width: 44px;
    margin: 18px 0 28px;
  }
  .vehicle-oil__text {
    font-size: 16px;
    line-height: 2;
  }
  .vehicle-oil__images {
    display: block;
  }
  .vehicle-oil__image {
    height: auto;
    clip-path: none;
    margin-left: 0;
  }
  .vehicle-oil__image + .vehicle-oil__image {
    margin-top: 16px;
  }
  .vehicle-oil__image img {
    height: auto;
  }
}
/* ========================================
   Vehicle Movie Section
======================================== */
.vehicle-movie {
  padding: 112px 0 120px;
  background: #000;
  color: #fff;
  text-align: center;
}

.vehicle-movie__inner {
  width: min(1120px, 100% - 80px);
  margin: 0 auto;
}

.vehicle-movie__en {
  margin: 0 0 18px;
  color: #ff771d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.vehicle-movie__title {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.vehicle-movie__line {
  display: block;
  width: 52px;
  height: 3px;
  margin: 24px auto 52px;
  background: #ff771d;
}

.vehicle-movie__frame {
  width: min(800px, 100%);
  margin: 0 auto;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.vehicle-movie__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vehicle-movie__text {
  margin: 42px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .vehicle-movie {
    padding: 72px 0 80px;
  }
  .vehicle-movie__inner {
    width: calc(100% - 40px);
  }
  .vehicle-movie__en {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .vehicle-movie__title {
    font-size: 28px;
  }
  .vehicle-movie__line {
    width: 44px;
    margin: 18px auto 36px;
  }
  .vehicle-movie__text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
  }
}/*# sourceMappingURL=vehicle.css.map */