@charset "UTF-8";
sub {
  vertical-align: 0px;
}
/* index */
.car_topKvArea {
  position: relative;
  max-width: var(--top-size_pc);
  margin: 0 auto;
}

.car_topKvArea__title {
  font-size: 28px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 20px;
  position: absolute;
  left: 70px;
  top: 70px;
}

.car_topGradeArea_slider__dots {
  justify-content: center;
}

.car_topGradeArea_slider__slide {
  max-width: 784px;
  margin: 0 auto;
}

.car_top360Area {
  background-color: var(--color_primaryBlack);
  padding: 140px 24px 0px;
}

.car_top360Area__inner {
  max-width: var(--wideW);
  margin: 0 auto;
}

.car_top360Area__inner .car_titleA__title {
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
}

.car_top360Area__inner .container_360view .box-360view iframe {
  width: 100%;
  height: 779px;
}

.tab_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab_title li {
  width: 49%;
  display: flex;
  align-items: center;
  background-color: var(--color_primaryWhite);
  border: 1px solid #D3D3D3;
  min-height: 68px;
  padding: 10px 60px 10px 20px;
  cursor: pointer;
  font-weight: bold;
}

.kv_bnr_box {
  position: absolute;
  bottom: 70px;
  left: 8.4%;
  width: 21.35416666%;
}
.kv_bnr_box .kv_bnr_item {
  background-color: #fff;
  position: relative;
  margin-top: 4.1%;
}
@media screen and (max-width: 767px) {
  .kv_bnr_box {
    bottom: 2.63157894%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 74.66666666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kv_bnr_box .kv_bnr_item {
    width: 46.42857142%;
    margin: 0 auto;
  }
}
/*グレード・価格*/
.grade .car_gradeBtns__col {
  justify-content: center;
}

.grade .car_gradeDetailArea__iconimg img {
  width: 100%;
}

.grade .m_ancLink.s_4col {
  margin-bottom: 80px;
}

.grade .ancLink_filter__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 62px;
  border-bottom: 2px solid var(--color_primaryRed);
  font-weight: 700;
  line-height: 1.375;
  padding: 8px 40px 8px 20px;
  text-decoration: none !important;
}

.grade .ancLink_filter__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/icon_bulleted_01.svg) no-repeat 0 0/contain;
  transform: rotate(90deg);
  margin: auto 0;
  filter: var(--filter_primaryRed);
}

.grade .m_thumZoom {
  cursor: auto;
}
.grade .m_thumZoom::after{
  display: none;
}
.l_pageArea:not(.s_touchDevice) .grade .m_thumZoom:hover {
  opacity: 1!important;
}


.black_edition {
 background: #000;
 color: #fff;
}
.black_edition .bg_car {
  background-color: #1c1c1c;
  padding-top: 30px;
  margin-top: 90px;
}
.black_edition .bg_car .m_section {
padding-bottom: 80px;
}
.black_edition .m_section:first-child {
  padding-top: 0px;
}
.black_edition .car_topKvArea__image {
  margin-bottom: 40px;
  position: relative;
}
.black_edition .car_gradeBtn {
  background-color: #222222;
}
 .black_edition .m_btn {
  color: var(--color_textDefalt);
 }
 .black_edition .m_table.s_thColor01 th {
  background-color: #a6a6a6;
  color: var(--color_primaryBlack);
}
.black_edition .m_table td {
 background-color: #bfbfbf;
 color: var(--color_primaryBlack);
}
.black_edition .m_table table {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
 }
.black_edition .m_table td, .black_edition .m_table th {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.black_edition .car_priceCard{
  background-color: #222222;
}
.black_edition .swiper-pagination{
  left: 50%;
  bottom: -50px;
  line-height: 0px;
  margin-left: -22px;
}
.black_edition .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity:1;
  background: #BFC2C4;
  margin: 0 6px;
  border-radius: 0px;
}
.black_edition .swiper-pagination-bullet-active{
  background: #DB0012;
}
.black_edition .kv_logo {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 17.9%;
  width: 33%;
}
.black_edition .ttl_black_edition {
  margin: 144px 0 60px;
}
.black_edition .bg_gray {
  background: #686D71;
  padding: 1px 0 130px;
  margin-top: 130px;
}
.black_edition .bg_gray .ttl_black_edition {
  margin-bottom: 30px;
}
.black_edition .bg_gray .text_copy {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}
.black_edition .bg_gray .m_image.js_adjust {
  margin-top: 90px;
}


  .black_edition .bg_car {
    margin-top: 50px;
    padding-top: 0px;
  }
  .black_edition .bg_car .m_section {
    padding-bottom: 50px;
  }
  .black_edition .swiper-pagination{
    bottom: -28px;
    margin-left: -16px;
  }
  .black_edition .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .black_edition .kv_logo {
    right: 0;
    bottom: auto;
    top: 10%;
    width: 100%;
  }
  .black_edition .ttl_black_edition {
    margin: 50px 0 30px;
  }
  .black_edition .bg_gray {
    padding: 1px 0 30px;
    margin-top: 30px;
  }
  .black_edition .bg_gray .ttl_black_edition {
    margin-bottom: 20px;
  }
  .black_edition .bg_gray .text_copy {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .black_edition .bg_gray .m_image.js_adjust {
    margin-top: 40px;
  }




/*性能・特長*/
.usp .m_sliderA__next, .usp .m_sliderA__prev {
  display: none!important;
}
/*装備*/
.utility .caution-icon {
  padding-left: 22px;
  background: url(/assets/img/icon_caution.png) no-repeat left 7px;
  background-size: 16px auto;
}
/*スペック*/
.spec .sp_pl_0 {
  padding-left: 0px;
  padding-right: 0px;
}

.spec td.u_fontSS span {
  font-size: 80%
}

.spec .car_selectboxA__value {
  padding: 5px 26px 5px 5px;
  min-height: 103px;
}

.spec .car_selectboxA__valueBtn {
  width: 28px;
}
.spec .m_list>li+li {
    margin-top: 0;
}
/*ご利用の条件*/
.pdf_view .mod-link-01__inner {
  border-collapse: separate;
}

.car_header__logo {
  width: 118px;
}

.car_header__logo .car_header__logoLink {
  width: 118px;
}

.car_header__logo .car_header__logoLink img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .car_header__logo {
    width: 100px;
    margin: 0 auto;
  }

  .car_header__logo .car_header__logoLink {
    width: 100px;
  }

  .car_top360Area {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {


  .car_360Area_box .u_over:hover .car_btnA.s_color01 {
    background-color: var(--color_primaryWhite);
    border-color: #111;
    color: #111;
  }
  .car_360Area_box .u_over:hover .car_btnA.s_color01.s_arrow:after {
    filter: var(--filter_primaryBlack);
  }
  .car_360Area_box .u_over:hover .car_btnA.s_arrow::after {
    width: 28px;
  }


  /* index */
  .car_topKvArea__title {
    font-size: 18px;
    line-height: 38px;
    left: 20px;
    top: 20px;
  }
  .car_topGradeArea_slider__dots{
    margin: 0 -8px -8px -8px;
  }
  .car_top360Area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .car_top360Area__inner .car_titleA__title {
    margin-bottom: 4%;
    font-size: 26px;
  }

  /*グレード・価格*/
  .grade .tab_title li {
    min-height: 50px;
    font-size: 14px;
    padding: 10px 35px 10px 15px;
  }

  .grade .ancLink_filter__link {
    min-height: auto !important;
    padding-left: 0;
    padding-right: 25px;
    text-decoration: none !important;
  }

  .grade .ancLink_filter__link::after {
    right: 0;
  }

  /*性能・特長*/
  /*装備*/
  /*スペック*/
  .spec .car_selectboxA__menuBtn {
    min-height: 50px;
    font-size: 10px;
    padding: 5px;
  }

  .spec .car_selectboxA__valueBtn {
    width: 23px;
  }

  .spec .car_selectboxA__value {
    min-height: 50px;
    font-size: 12px;
    padding: 10px 22px 10px 10px;
    min-height: 84px;
  }
}

@media screen and (max-width: 1500px) {
  .car_topicsArea_slider__inner {
    width: 990px !important;
  }
}

@media screen and (max-width: 767px) {
  .car_topicsArea_slider__inner {
    width: auto !important;
  }
}


/* add 202309 table_list */
.grade .caution-icon {
  padding-left: 22px;
  background: url(/assets/img/icon_caution.png) no-repeat left 4px;
  background-size: 16px auto;
}

.table_area .table_list {
  display: flex;
  justify-content: left;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0.75em;
}

.table_area .table_list .ico_special {
  margin-right: 10px;
  width: 80px;
}

.table_area .table_list .ico_special img {
  width: 60px !important;
  height: 20px !important;
  vertical-align: -4px;
}

.table_area .table_list .ttl {
  width: 200px;
  margin-right: 30px;
}

.table_area .table_list .text {
  width: 700px;
  margin-right: 30px;
}

.table_area .table_list .num {
  width: 180px;
}

.table_area .table_list sup {
  font-size: 12px;
  vertical-align: super;
}

@media screen and (max-width: 767px) {
  .table_area .table_list {
    display: block;
    margin-bottom: 30px;
  }

  .table_area .table_list li {
    margin-bottom: 15px;
  }

  .table_area .table_list .ico_special {
    float: left;
  }

  .table_area .table_list .ttl {
    width: calc(100% - 90px);
    margin-right: 0px;
    float: left;
  }

  .table_area .table_list .text {
    width: 100%;
    margin-right: 0px;
    clear: both;
  }

  .table_area .table_list .num {
    width: 100%;
  }

}

/* m_titleH
------------------------*/
.m_titleH {
  margin-top: 120px;
  margin-bottom: 35px;
}

.m_titleH__title {
  position: relative;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.454;
}

@media screen and (min-width: 768px) {

  /* m_media */
  .m_media.s_sizeL .m_titleH {
    margin-top: 80px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m_titleH {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .m_titleH__title {
    font-size: 32px;
  }
}

.opacity0 {
  opacity: 0 !important;
}

.opacity1 {
  opacity: 1 !important;
}

/*   float-banner  start  */
.float-banner {
  bottom: 36px;
  position: fixed;
  right: 5px;
  transform: translateX(100%);
  transition: transform .4s ease;
  width: 330px;
  z-index: 10;
}
.float-banner.is-active{
  transform: translateX(0);
}
.float-banner.is-active .float-banner-close {
  transform: translateX(0);
}
.float-banner:not(.is-active) .float-banner-close {
  transform: translateX(-85px);
}
.float-banner.is-active .float-banner-close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: -20px;
    right: 0px;
    left: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.float-banner.is-active .float-banner-close span {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/lineup/triton/img/icon_close_gray.png) no-repeat left top;
  transform:rotate(-180deg);
  background-size: 20px auto;
}
.float-banner .float-banner-close {
  width: 80px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.float-banner .float-banner-close span {
  background-image: url(/lineup/triton/img/float-banner-close.png);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.float-banner:not(.is-active) {
  right: 0px;
}
@media screen and (max-width: 767px) {
  .float-banner {
    bottom: 110px;
    width: 70%;
  }
  .float-banner img {
    width: 100%;
    height: auto;
  }
  .float-banner .float-banner-close {
    width: 70px;
  }
  
  .float-banner .float-banner-close span {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }
  .float-banner:not(.is-active) .float-banner-close {
    transform: translateX(-75px);
  }
}
/*   float-banner end  */

/*   chat-banner  start  */
.chat-banner {
  bottom: 142px;
  position: fixed;
  right: 5px;
  transform: translateX(100%);
  transition: transform .4s ease;
  width: 330px;
  z-index: 10;
}
.chat-banner.is-active_chat{
  transform: translateX(0);
}
.chat-banner.is-active_chat .chat-banner-close {
  transform: translateX(0);
}
.chat-banner:not(.is-active_chat) .chat-banner-close {
  transform: translateX(-85px);
}
.chat-banner.is-active_chat .chat-banner-close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: -20px;
    right: 0px;
    left: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.chat-banner.is-active_chat .chat-banner-close span {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/lineup/triton/img/icon_close_gray.png) no-repeat left top;
  transform:rotate(-180deg);
  background-size: 20px auto;
}
.chat-banner .chat-banner-close {
  width: 80px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.chat-banner .chat-banner-close span {
  background-image: url(/lineup/triton/img/bnr_chat_open.png);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.chat-banner:not(.is-active_chat)  {
  right: 0px;
}
@media screen and (max-width: 767px) {
  .chat-banner {
    bottom: 203px;
    width: 70%;
  }
  .chat-banner img {
    width: 100%;
    height: auto;
  }
  .chat-banner .chat-banner-close {
    width: 70px;
  }
  .chat-banner .chat-banner-close span {
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }
  .chat-banner:not(.is-active_chat) .chat-banner-close {
    transform: translateX(-75px);
  }
}

.besection1{
background-color: #FFFFFF;
}
/*   chat-banner  end  */

