@charset "UTF-8";

/* 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;
}
/*グレード・価格*/
.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;
}
/*デザイン*/
.dm_design_slide .m_sliderA__prev, .dm_design_slide .m_sliderA__next {
  top: 0;
}
/*性能・特長*/
.usp .img_logo_01 {
  width: 150px;
  height: auto;
  display: block;
  margin: 10px 0;
}

.usp .img_logo_02 {
  width: 150px;
  height: auto;
  display: block;
  margin: 10px 0 25px;
}

.usp .env_box .txt-a {
  font-size: 20px;
}

.usp .env_box .txt-b {
  font-size: 14px;
  line-height: 1.4;
}

.usp .env_box .txt-c {
  font-size: 20px;
}

.usp .env_box .txt-d {
  font-size: 36px;
}

.usp .env_box .txt-e {
  font-size: 35px;
  font-weight: bold;
}

.usp .env_box .txt-f {
  font-size: 28px;
  font-weight: bold;
}

.usp .env_box .title img {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-bottom: 4px;
}

.usp .env_box .attention {
  position: relative;
  top: -20px;
}

.usp .env_box ul.env_list li {
  line-height: 0px;
  margin-bottom: 23px;
}

.usp .env_box .title img {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-bottom: 4px;
}
/*装備*/
.uti_04 .logo_img {
  width: 150px;
  height: 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;
}

/*ご利用の条件*/
.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) {

  /* index */
  .car_topKvArea__title {
    font-size: 18px;
    line-height: 38px;
    left: 20px;
    top: 20px;
  }

  .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;
  }

  /*性能・特長*/
  .usp .env_box .txt-a {
    font-size: 16px;
  }

  .usp .env_box .txt-b {
    font-size: 12px;
  }

  .usp .env_box .txt-c {
    font-size: 20px;
  }

  .usp .env_box .txt-d {
    font-size: 36px;
  }

  .usp .env_box .txt-e {
    font-size: 32px;
    font-weight: bold;
  }

  .usp .env_box .txt-f {
    font-size: 28px;
    font-weight: bold;
  }

  .usp .env_box ul.env_list li {
    line-height: initial;
    margin-bottom: 13px;
    text-align: center;
  }

  .usp .env_box ul.env_list li .title {
    display: block;
    margin-bottom: 6px;
  }

  .usp .env_box .title img {
    display: inline-block;
    width: 40px;
    height: auto;
    margin-bottom: 3px;
  }
  /*装備*/
  /*スペック*/
  .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;
  }
}

/* topicsArea < 4
@media screen and (max-width: 1500px) {
  .car_topicsArea_slider__inner {
    width: 660px !important;
  }
}
@media screen and (max-width: 767px) {
  .car_topicsArea_slider__inner {
    width: auto !important;
  }
}
*/

/* add 202309 table_list */
.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;
  padding: 10px 0px;
  border-top: 1px #000000 solid;
}
.table_area .table_list:last-child {
  border-bottom: 1px #000000 solid;
}

.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: 170px;
  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;
  }
  .table_area .table_list:last-child{
    margin-bottom: 20px;
  }
  .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%;
    margin-bottom: 0px;
  }

}

/* 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;
}
/* topic = 3 */
/* @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;}

} */



/*   chat-banner  start  */
.chat-banner {
  bottom: 36px;
  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/ek_wagon/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/ek_wagon/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: 110px;
    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);
  }
}


/* 2312 start */
.car_topKvArea__limited {
  position: absolute;
  left: 70px;
  bottom: 70px;
  width: 370px;
}
.limited_banner_box .limited_banner {
  background-color: var(--color_primaryRed);
  border-radius: 10px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: bold;
}
.limited_banner_box .limited_banner_popup {
  display: none; 
}
.limited_banner_box .limited_banner_window {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,.7);
  z-index: 9998;
  display: flex; 
}
.limited_banner_window_area {
  position: relative;
  max-width: 1000px;
  width: 85%;
}
.limited_banner_window_area img {
  width: 100%;
}
.limited_banner_close {
  position: absolute;
  z-index: 100;
  top: 0;
  left: calc(100% + 20px);
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.limited_banner_close::before , .limited_banner_close::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 4px;
  background-color: var(--color_primaryWhite);
  transform: rotate(29deg);
}
.limited_banner_close::before{
  transform: rotate(-29deg);
}
.grade_limited .limited_banner_box .limited_banner {
  background-color: #fff;
  border-radius: 0px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: var(--color_primaryRed);
  padding: 40px 0px 0px;
  cursor: pointer;
  text-decoration: underline;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .car_topKvArea__limited {
    left: 13%;
    bottom: 4%;
    width: 74%;
    right: 13%;
  }
  .limited_banner_box .limited_banner {
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
  }
  .limited_banner_close {
    top: auto;
    bottom: calc(100%);
    left: auto;
    right: 0;
    height: 38px;
  }
  .limited_banner_window_area {
    width: 97%;
  }
}


.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}
/* 2312 end */