@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@charset "UTF-8";
ul{
  list-style: none;
}
.local-menu-title {
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .equipped_vehicles .local-menu-wrapper {
    background-color: transparent;
  }
}
.local-menu-fixed .equipped_vehicles .local-menu-wrapper{
  background-color: #000;
}
#automotive{
  background-color: #000;
  color: #fff;
}

html body{
  background-color: #000;
}

.automotive_kv_00{
  background: url(/equipped_vehicles/images/kv_01.jpg) 50% 0 / contain no-repeat;
  min-height: 48.5vw;
}
@media (max-width: 767px) {
  .automotive_kv_00{
    padding-top: 54px !important;
    background: url(/equipped_vehicles/images/kv_01_sp.png) 50% 7vw / 100% auto no-repeat;
  }
}
.automotive_kv_01 img{
  width: 100%;
}
.automotive_kv_00_txt{
  padding-top: 17.14vw;
  padding-bottom: 12.85vw;
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 767px) {
  .automotive_kv_00_txt{
    padding-top: 5vw;
    padding-bottom: 12.85vw;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
  }
}
.automotive_kv_00_txt span{
  display: block;
  opacity: 0;
  transform: translateY(50px);
}
.automotive_kv_00_txt span:nth-child(1){
  transition: opacity 1.15s .3s, transform  1.15s cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
}
.automotive_kv_00_txt span:nth-child(2){
  transition: opacity 1.15s .5s, transform 1.15s cubic-bezier(0.165, 0.84, 0.44, 1) .5s;
}
.content-loaded .automotive_kv_00_txt span{
  opacity: 1;
  transform: translateY(0);
}
.automotive_h1{
  margin-top: 154px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 92px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .automotive_h1{
    margin-top: 104px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 42px;
    line-height: 1.3;
  }
}
.automotive_container_01{
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.automotive_container_02{
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.automotive_container_03{
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.automotive_container_04{
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.automotive_lead_01{
  position: relative;
  z-index: 2;
  margin-top: 70px;
  margin-bottom: 70px;
}
.automotive_lead_01 p{
  font-size: 16px;
  line-height: 2;
}
.automotive_lead_02{
  position: relative;
  z-index: 2;
  margin-top: 70px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .automotive_lead_02{
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.automotive_lead_02 p{
  font-size: 16px;
  line-height: 2;
}
.automotive_inquiry_lead{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .automotive_inquiry_lead{
    line-height: 1.6875;
    margin-bottom: 42px;
  }
}
#automotive .automotive_inquiry_lead + p{
  margin-bottom: 42px;
}
#automotive p + .automotive_inquiry_lead{
  margin-bottom: 0;
}
#automotive .automotive_btn_01{
  display: flex;
  align-items: center;
  padding: 18px;
  font-size: 18px;
  line-height: 1.3;
  background-color: #333;
  color: #fff;
  transition: opacity 0.4s ease-out;
}
#automotive .automotive_btn_01:hover,
#automotive .automotive_btn_01:focus{
  text-decoration: none;
  opacity: 0.75;
}
#automotive .automotive_btn_01:after{
  margin-left: auto;
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url(/css/images/icon_blank.svg) 50% 50% / contain no-repeat;
}
.automotive_movie_01{
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .automotive_movie_01{
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.automotive_movie_01:before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.automotive_movie_01 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.automotive_list_maker ul{
  padding-left: 0;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .automotive_list_maker ul{
    padding-left: 0;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -40px;
  }
}
.automotive_list_maker ul li{
  justify-content: center;
  flex-basis: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .automotive_list_maker ul li{
    justify-content: center;
    max-width: 280px;
    min-width: 280px;
    flex-basis: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
.automotive_list_maker ul li figcaption{
  text-align: center;
  line-height: 1;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
}
.automotive_list_maker ul li figure{
  margin-bottom: 0;
}
.automotive_list_maker ul li figure img{
  display: block;
}
.automotive_list_maker ul li dl{
  margin-bottom: 0;
}
.automotive_list_maker ul li dl dd{
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #777;
}
.automotive_list_maker ul li dl dd a{
  display: block;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
  height: 32px;
  position: relative;
  padding-left: 10px;
  padding-right: 40px;
  transition: opacity 0.4s ease-out;
}
.automotive_list_maker ul li dl dd a:hover ,
.automotive_list_maker ul li dl dd a:focus {
  opacity: 0.75;
}
.automotive_list_maker ul li dl dd a:after{
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  transform: rotate(45deg);
  content: "";
  top: 50%;
  margin-top: -8px;
  right: 10px;
}
.automotive_anchor_maker{
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  padding-left: 0;
  padding-top: 28vw;
}
@media (max-width: 320px) {
  .automotive_anchor_maker{
    padding-top: 22vw;
  }
}
.automotive_anchor_maker li{
  padding-left: 18px;
  padding-right: 18px;
}
.automotive_anchor_maker li a{
  text-decoration: none;
  font-weight: bold;
  font-family: Oswald, sans-serif;
  color: #fff;
  display: block;
  position: relative;
  line-height: 1;
}
.automotive_anchor_maker li a:hover ,
.automotive_anchor_maker li a:focus ,
.automotive_anchor_maker li a:active {
  color: #fff !important;
  opacity: 0.75;
}
.automotive_anchor_maker li a:after{
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  margin-top: 7px;
}

.automotive_spec_01_fig{
  margin-top: -70px;
  margin-bottom: -120px;
}
@media (max-width: 767px) {
  .automotive_spec_01_fig{
    margin-top: -78px;
    margin-bottom: -50px;
  }
}
.automotive_spec_02_fig{
  margin-top: 0;
  margin-bottom: 35px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .automotive_spec_02_fig{
    margin-top: 0;
    margin-bottom: 0;
  }
}

.automotive_spec_01_title{
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .automotive_spec_01_title{
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .automotive_spec_01_title{
    font-size: 14px;
  }
}
.automotive_spec_01_title small{
  display: inline-block;
  padding-left: 1em !important;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .automotive_spec_01_title small{
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .automotive_spec_01_title small{
    font-size: 12px;
  }
}
.automotive_spec_01 ol + .automotive_spec_01_title{
  margin-top: 50px;
}
.automotive_spec_01 ol,
.automotive_spec_01 ul{
  display: flex;
  padding-left: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .automotive_spec_01 ol,
  .automotive_spec_01 ul{
    margin-left: 0;
    margin-right: 0;
  }
}
.automotive_spec_01 ol li,
.automotive_spec_01 ul li{
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .automotive_spec_01 ol li,
  .automotive_spec_01 ul li{
    flex-basis: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.automotive_spec_01 ol li span,
.automotive_spec_01 ul li span,
.automotive_spec_01 ol li button,
.automotive_spec_01 ul li button{
  border-bottom: 1px solid #777;
  flex-basis: 50%;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 51px;
  align-items: center;
  border-bottom: 1px solid #777;

}
@media (max-width: 767px) {
  .automotive_spec_01 ol li span,
  .automotive_spec_01 ul li span,
  .automotive_spec_01 ol li button,
  .automotive_spec_01 ul li button{
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .automotive_spec_01 ol li span,
  .automotive_spec_01 ul li span,
  .automotive_spec_01 ol li button,
  .automotive_spec_01 ul li button{
    font-size: 14px;
  }
}
.automotive_spec_01 ol li span:before,
.automotive_spec_01 ol li button:before{
  content: attr(data-num)"";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #BA8E25;
  color: #000;
  text-align: center;
  line-height: 23px;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  margin-right: 12px;
}
.automotive_spec_01 ol.white li span:before,
.automotive_spec_01 ol.white li button:before{
  background-color: #fff;
}
.automotive_spec_01 ol li.hidden-num span:before,
.automotive_spec_01 ol li.hidden-num button:before{
  background-color: transparent !important;
  display: none;
}
<!--0.00017285346984863-->