/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.logo-range {background-image: url(../img/header/logo-range.svg);}
.logo-defender {background-image: url(../img/header/logo-defender.svg);}
.logo-discovery {background-image: url(../img/header/logo-discovery.svg);}

/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* Header */
header h1 {
color:var(--color-white)!important;
text-shadow: 0px 0px 3px rgba(0,0,0,3);
}
header h2 {
color:var(--color-white)!important;
text-shadow: 0px 0px 3px rgba(0,0,0,3);
}
header h1 a, header h2 a {
  color:var(--color-white);
  text-decoration: none;
}

header.jlr_active {
  top:0px;
  background-color: var(--color-jg);
  box-shadow:0px 1px 15px rgba(0,0,0,0.3);
}
header.jlr_active h1 {
  color:var(--color-white);
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
}
header.jlr_active h2 {
  color:var(--color-white);
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
}
header.jlr_active h1 a, header.jlr_active h2 a {
  color:var(--color-white);
  text-decoration: none;
}

/* Global menu */
nav.globalmenu ul li a {
  color: var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

/* Pagetitle */
.pagetitle_img {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 48 / 25;
  background-image: url(../img/landrover/ptimg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.ptcc_img {
  width:100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 48 / 25;
  display: flex;
  justify-content: flex-end;
  align-items:center;
  background-color: rgba(0,0,0,0.3);
  margin: 0;
  padding: 0;
}
.pt_mk {
  width:fit-content;
  min-width: 400px;
  height: auto;
  display: block;
  margin: 0 10% 0 0;
  padding:0 5% 15px 5%;
}
.pt_mk h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  padding-top:50px;
  background-image: url(../img/header/logo-lr_w.svg);
  background-repeat: no-repeat;
  background-position: center -40px;
  background-size: 250px auto;
  margin-bottom: 15px;
}
.pt_mk ul {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto;
  order:3;
}
.pt_mk ul li {
  font-size:12px;
  line-height: 1em;
  margin-left:0.5em;
  color: var(--color-white);
}
.pt_mk ul li:after {
  content: " > ";
}
.pt_mk ul li:last-child:after {
  content: "";
}
.pt_mk li a {
  text-decoration: none;
  color: var(--color-white);
}
.pt_mk li a:hover {
  color:var(--color-1st);
}


/* NewCars Line-up */
.newcar_lineup {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.nlbody {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.nlbody h2 {
  width:100%;
  height: auto;
  display:block;
  font-size:24px;
  font-weight: 600;
  line-height: 1.5em;
  color: var(--color-white);
  text-align: center;
  padding-top:24px;
  margin-bottom: 50px;
  background-image: url(../img/header/logo-lr_w_sf.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 18px;
}

.nc_listbody {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.ncl_cc {
  width:29.333333333%;
  height: auto;
  display: flex;
  flex-direction: column;
}
h3.ncl_cc_title {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:14px;
  color:var(--color-999);
  font-weight: 500;
  line-height: 1em;
  padding-top:24px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 14px;
}

ul.newcar_list {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
ul.newcar_list li {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-333);
  margin-bottom: 20px;
}
ul.newcar_list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
ul.newcar_list li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
  padding:10px 0;
  border-radius: 10px;
}
ul.newcar_list li a:hover {
  background-color: rgba(255,255,255,0.05);
}
.ncl_img {
  width:70%;
  height: auto;
  display: block;
  margin:0 auto 10px;
}
.ncl_contents {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 0;
}
ul.newcar_list li a h4 {
  font-size:14px;
  font-family: var(--font-en);
  font-weight:400;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 20px;
  transition: .4s all;
}
ul.newcar_list li a:hover h4 {
  color:var(--color-1st);
}
ul.newcar_list li a p {
  width:fit-content;
  height: 25px;
  display: block;
  padding:0 30px 0 10px;
  font-size:12px;
  line-height: 25px;
  color:var(--color-white);
  border-radius: 3px;
  background-color: var(--color-333);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 60%;
  margin:0 auto;
  transition: .4s all;
}
ul.newcar_list li a:hover p {
  background-color: var(--color-1st);
}


/* Test drive */
.testdrivemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(-color-f0);
}
.tedr_body {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.tedr_body .tsdr_title {
  width:fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin:0 auto 20px;
}
.tedr_body .tsdr_title h2 {
  font-size:16px;
  font-weight: 600;
  line-height:1em;
  color:var(--color-666);
  order:2;
}
.tedr_body .tsdr_title p {
  font-size:26px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height:1em;
  color:var(--color-black);
  margin-bottom:10px;
  order:1;
}

/* 試乗車一覧 */
.showroomcarlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.showroomcarlist li {
  width:29.3333333333%;
  height: auto;
  display: block;
  flex-direction: column;
  margin:0 2% 40px;
}
.showroomcarlist li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding:10px 10px 20px 10px;
  transition: .4s all;
}
.showroomcarlist li a:hover {
  background-color: var(--color-fa);
  box-shadow:0px 2px 15px rgba(0,0,0,0.3);
}
.showroomcarlist li a .swrcar_img {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  clip-path: polygon(30% 0%, 85% 0, 100% 15%, 100% 100%, 70% 100%, 15% 100%, 0 85%, 0 0);
  transition: .4s all;
}
.showroomcarlist li a:hover .swrcar_img {
  clip-path: polygon(15% 0, 85% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 85%, 0 15%);
}
.showroomcarlist li a .swrcar_data {
  width:100%;
  height: auto;
  display: block;
  padding:20px 10px 20px;
  flex-grow: 1;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition {
  min-width:110px;
  height: 25px;
  display: flex;
  justify-content: flex-end;
  margin:0 0 10px auto;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li {
  width:auto;
  font-size:12px;
  line-height: 23px;
  padding:0 5px;
  margin:0 1%;
  text-align: center;
  border-radius: 3px;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li.swrcar_c_01 {
  color:var(--color-white);
  background-color: var(--color-jg);
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li.swrcar_c_02 {
  color:var(--color-white);
  background-color: var(--color-1st);
}
.showroomcarlist li .swrcar_data h3 {
  width:100%;
  height: auto;
  display: block;
  font-size:18px;
  font-weight: 700;
  line-height: 1.25em;
  text-decoration: none;
  color: var(--color-black);
  transition: .4s all;
  margin-bottom: 8px;
}
.showroomcarlist li a:hover .swrcar_data h3 {
  color:var(--color-1st);
}
.showroomcarlist li .swrcar_data p.swrcar_comment {
  font-size:12px;
  font-weight: 400;
  color:var(--color-666);
  line-height: 1.5em;
  margin-bottom: 0px;
}
.showroomcarlist li a p.swrcar_bn {
  width:fit-content;
  height: 25px;
  display: block;
  padding:0 30px 0 10px;
  font-size:12px;
  line-height: 25px;
  color:var(--color-white);
  border-radius: 3px;
  text-decoration: none;
  background-color: var(--color-333);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 60%;
  margin:0 auto;
  transition: .4s all;
}
.showroomcarlist li a:hover p.swrcar_bn {
  background-color: var(--color-1st);
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Header */
header h1 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h2 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h1 a, header h2 a {
    color:var(--color-white);
    text-decoration: none;
  }

/* Menu button */
.menubn span {
  background: var(--color-white);
}
.menubn.jlr_active span {
  background: var(--color-white);
}

/* Pagetitle */
.pagetitle_img {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 48 / 25;
  background-image: url(../img/landrover/ptimg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.ptcc_img {
  width:100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 48 / 25;
  display: flex;
  justify-content: flex-end;
  align-items:center;
  background-color: rgba(0,0,0,0.3);
  margin: 0;
  padding: 0;
}
.pt_mk {
  width:fit-content;
  min-width: 300px;
  height: auto;
  display: block;
  margin: 0 5% 0 0;
  padding:0 5% 0 5%;
}
.pt_mk h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  padding-top:30px;
  background-image: url(../img/header/logo-lr_w_sf.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 200px auto;
  margin-bottom: 15px;
}
.pt_mk ul {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto;
  padding:0;
  order:3;
}
.pt_mk ul li {
  font-size:12px;
  line-height: 1em;
  margin-left:0.5em;
  color: var(--color-white);
}
.pt_mk ul li:after {
  content: " > ";
}
.pt_mk ul li:last-child:after {
  content: "";
}
.pt_mk li a {
  text-decoration: none;
  color: var(--color-white);
}
.pt_mk li a:hover {
  color:var(--color-1st);
}


/* NewCars Line-up */
.newcar_lineup {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.nlbody {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.nlbody h2 {
  width:100%;
  height: auto;
  display:block;
  font-size:20px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--color-white);
  text-align: center;
  padding-top:28px;
  margin-bottom: 50px;
  background-image: url(../img/header/logo-lr_w_sf.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 18px;
}

.nc_listbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ncl_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.ncl_cc:last-of-type {
  margin-bottom: 0px;
}
h3.ncl_cc_title {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:14px;
  color:var(--color-999);
  font-weight: 500;
  line-height: 1em;
  padding-top:24px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 14px;
}

ul.newcar_list {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.newcar_list li {
  width:46%;
  height: auto;
  display: block;
  margin:0 2% 50px;
}
ul.newcar_list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
ul.newcar_list li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
  padding:10px 0;
  border-radius: 10px;
}
ul.newcar_list li a:hover {
  background-color: rgba(255,255,255,0.05);
}
.ncl_img {
  width:70%;
  height: auto;
  display: block;
  margin:0 auto 10px;
}
.ncl_contents {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 0;
}
ul.newcar_list li a h4 {
  font-size:14px;
  font-family: var(--font-en);
  font-weight:400;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 20px;
  transition: .4s all;
}
ul.newcar_list li a:hover h4 {
  color:var(--color-1st);
}
ul.newcar_list li a p {
  width:fit-content;
  height: 25px;
  display: block;
  padding:0 30px 0 10px;
  font-size:12px;
  line-height: 25px;
  color:var(--color-white);
  border-radius: 3px;
  background-color: var(--color-333);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 60%;
  margin:0 auto;
  transition: .4s all;
}
ul.newcar_list li a:hover p {
  background-color: var(--color-1st);
}


/* Test drive */
.testdrivemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(-color-f0);
}
.tedr_body {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.tedr_body .tsdr_title {
  width:fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin:0 auto 20px;
}
.tedr_body .tsdr_title h2 {
  font-size:16px;
  font-weight: 600;
  line-height:1em;
  color:var(--color-666);
  order:2;
}
.tedr_body .tsdr_title p {
  font-size:26px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height:1em;
  color:var(--color-black);
  margin-bottom:10px;
  order:1;
}

/* 試乗車一覧 */
.showroomcarlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.showroomcarlist li {
  width:46%;
  height: auto;
  display: block;
  flex-direction: column;
  margin:0 2% 50px;
}
.showroomcarlist li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding:10px 10px 20px 10px;
  transition: .4s all;
}
.showroomcarlist li a:hover {
  background-color: var(--color-fa);
  box-shadow:0px 2px 15px rgba(0,0,0,0.3);
}
.showroomcarlist li a .swrcar_img {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  clip-path: polygon(30% 0%, 85% 0, 100% 15%, 100% 100%, 70% 100%, 15% 100%, 0 85%, 0 0);
  transition: .4s all;
}
.showroomcarlist li a:hover .swrcar_img {
  clip-path: polygon(15% 0, 85% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 85%, 0 15%);
}
.showroomcarlist li a .swrcar_data {
  width:100%;
  height: auto;
  display: block;
  padding:20px 10px 20px;
  flex-grow: 1;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition {
  min-width:110px;
  height: 25px;
  display: flex;
  justify-content: flex-end;
  margin:0 0 10px auto;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li {
  width:auto;
  font-size:12px;
  line-height: 23px;
  padding:0 5px;
  margin:0 1%;
  text-align: center;
  border-radius: 3px;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li.swrcar_c_01 {
  color:var(--color-white);
  background-color: var(--color-jg);
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li.swrcar_c_02 {
  color:var(--color-white);
  background-color: var(--color-1st);
}
.showroomcarlist li .swrcar_data h3 {
  width:100%;
  height: auto;
  display: block;
  font-size:18px;
  font-weight: 700;
  line-height: 1.25em;
  text-decoration: none;
  color: var(--color-black);
  transition: .4s all;
  margin-bottom: 8px;
}
.showroomcarlist li a:hover .swrcar_data h3 {
  color:var(--color-1st);
}
.showroomcarlist li .swrcar_data p.swrcar_comment {
  font-size:12px;
  font-weight: 400;
  color:var(--color-666);
  line-height: 1.5em;
  margin-bottom: 0px;
}
.showroomcarlist li a p.swrcar_bn {
  width:fit-content;
  height: 25px;
  display: block;
  padding:0 30px 0 10px;
  font-size:12px;
  line-height: 25px;
  color:var(--color-white);
  border-radius: 3px;
  text-decoration: none;
  background-color: var(--color-333);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 60%;
  margin:0 auto;
  transition: .4s all;
}
.showroomcarlist li a:hover p.swrcar_bn {
  background-color: var(--color-1st);
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

/* Header */
header h1 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h2 {
  color:var(--color-white)!important;
  text-shadow: 0px 0px 3px rgba(0,0,0,3);
  }
  header h1 a, header h2 a {
    color:var(--color-white);
    text-decoration: none;
  }

/* Menu button */
.menubn span {
  background: var(--color-white);
}
.menubn.jlr_active span {
  background: var(--color-white);
}

/* Pagetitle */
.pagetitle_img {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/landrover/ptimg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.ptcc_img {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(0,0,0,0.4);
  margin: 0;
  padding: 50% 0 5% 0;
}
.pt_mk {
  width:fit-content;
  min-width: 300px;
  height: auto;
  display: block;
  margin: 0 5% 0 0;
  padding:0 5% 0 5%;
}
.pt_mk h2 {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  padding-top:25px;
  background-image: url(../img/header/logo-lr_w_sf.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 200px auto;
  margin-bottom: 15px;
}
.pt_mk ul {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto;
  padding:0;
  order:3;
}
.pt_mk ul li {
  font-size:12px;
  line-height: 1em;
  margin-left:0.5em;
  color: var(--color-white);
}
.pt_mk ul li:after {
  content: " > ";
}
.pt_mk ul li:last-child:after {
  content: "";
}
.pt_mk li a {
  text-decoration: none;
  color: var(--color-white);
}
.pt_mk li a:hover {
  color:var(--color-1st);
}


/* NewCars Line-up */
.newcar_lineup {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.nlbody {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.nlbody h2 {
  width:100%;
  height: auto;
  display:block;
  font-size:16px;
  font-weight: 600;
  line-height: 1.5em;
  color: var(--color-white);
  text-align: center;
  padding-top:18px;
  margin-bottom: 50px;
  background-image: url(../img/header/logo-lr_w_sf.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 12px;
}

.nc_listbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ncl_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--color-666);
  margin-bottom: 60px;
}
.ncl_cc:last-of-type {
  margin-bottom: 0px;
}
h3.ncl_cc_title {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:14px;
  color:var(--color-999);
  font-weight: 500;
  line-height: 1em;
  padding-top:22px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 12px;
}

ul.newcar_list {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
ul.newcar_list li {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 50px;
}
ul.newcar_list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
ul.newcar_list li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
  padding:10px 0;
  border-radius: 10px;
}
ul.newcar_list li a:hover {
  background-color: rgba(255,255,255,0.05);
}
.ncl_img {
  width:60%;
  height: auto;
  display: block;
  margin:0 auto 10px;
}
.ncl_contents {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 0;
}
ul.newcar_list li a h4 {
  font-size:14px;
  font-family: var(--font-en);
  font-weight:400;
  color:var(--color-white);
  text-align: center;
  margin-bottom: 20px;
  transition: .4s all;
}
ul.newcar_list li a:hover h4 {
  color:var(--color-1st);
}
ul.newcar_list li a p {
  width:fit-content;
  height: 25px;
  display: block;
  padding:0 30px 0 10px;
  font-size:12px;
  line-height: 25px;
  color:var(--color-white);
  border-radius: 3px;
  background-color: var(--color-333);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 60%;
  margin:0 auto;
  transition: .4s all;
}
ul.newcar_list li a:hover p {
  background-color: var(--color-1st);
}


/* Test drive */
.testdrivemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(-color-f0);
}
.tedr_body {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.tedr_body .tsdr_title {
  width:fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin:0 auto 20px;
}
.tedr_body .tsdr_title h2 {
  font-size:16px;
  font-weight: 600;
  line-height:1em;
  color:var(--color-black);
  order:2;
}
.tedr_body .tsdr_title p {
  font-size:20px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height:1em;
  color:var(--color-black);
  margin-bottom:10px;
  order:1;
}

/* 試乗車一覧 */
.showroomcarlist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.showroomcarlist li {
  width:100%;
  height: auto;
  display: block;
  flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 1px dotted var(--color-999);
  margin:0 0 40px;
}
.showroomcarlist li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin:0
}
.showroomcarlist li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding:10px 10px 20px 10px;
  transition: .4s all;
}
.showroomcarlist li a:hover {
  background-color: var(--color-fa);
  box-shadow:0px 2px 15px rgba(0,0,0,0.3);
}
.showroomcarlist li a .swrcar_img {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  clip-path: polygon(30% 0%, 85% 0, 100% 15%, 100% 100%, 70% 100%, 15% 100%, 0 85%, 0 0);
  transition: .4s all;
}
.showroomcarlist li a:hover .swrcar_img {
  clip-path: polygon(15% 0, 85% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 85%, 0 15%);
}
.showroomcarlist li a .swrcar_data {
  width:100%;
  height: auto;
  display: block;
  padding:20px 10px 20px;
  flex-grow: 1;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition {
  min-width:110px;
  height: 25px;
  display: flex;
  justify-content: flex-end;
  margin:0 0 10px auto;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li {
  width:auto;
  font-size:12px;
  line-height: 23px;
  padding:0 5px;
  margin:0 1%;
  text-align: center;
  border-radius: 3px;
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li.swrcar_c_01 {
  color:var(--color-white);
  background-color: var(--color-jg);
}
.showroomcarlist li .swrcar_data ul.swrcar_condition li.swrcar_c_02 {
  color:var(--color-white);
  background-color: var(--color-1st);
}
.showroomcarlist li .swrcar_data h3 {
  width:100%;
  height: auto;
  display: block;
  font-size:18px;
  font-weight: 700;
  line-height: 1.25em;
  text-decoration: none;
  color: var(--color-black);
  transition: .4s all;
  margin-bottom: 8px;
}
.showroomcarlist li a:hover .swrcar_data h3 {
  color:var(--color-1st);
}
.showroomcarlist li .swrcar_data p.swrcar_comment {
  font-size:12px;
  font-weight: 400;
  color:var(--color-666);
  line-height: 1.5em;
  margin-bottom: 0px;
}
.showroomcarlist li a p.swrcar_bn {
  width:fit-content;
  height: 25px;
  display: block;
  padding:0 30px 0 10px;
  font-size:12px;
  line-height: 25px;
  color:var(--color-white);
  border-radius: 3px;
  text-decoration: none;
  background-color: var(--color-333);
  background-image: url(../img/header/ic-ar_h2_w.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 60%;
  margin:0 auto;
  transition: .4s all;
}
.showroomcarlist li a:hover p.swrcar_bn {
  background-color: var(--color-1st);
}

}
