/*============================================================
	Vehicle
============================================================*/
#vehicle {
  position: relative;
}
#vehicle::before, #vehicle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18.75rem;
  background: rgba(191, 151, 61, 0.1);
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #vehicle::before, #vehicle::after {
    height: 11.5384615385rem;
  }
}
#vehicle::before {
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
#vehicle::after {
  bottom: 0;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
#vehicle .vehicle__list li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #vehicle .vehicle__list li {
    padding-top: 3.125rem;
    min-height: 27.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li {
    padding-top: 1.9230769231rem;
  }
}
#vehicle .vehicle__list li figure {
  position: absolute;
  width: 34.375rem;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li figure {
    width: 15.3846153846rem;
  }
}
#vehicle .vehicle__list li h2 {
  width: 100%;
  height: 7.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(13%, black), color-stop(50%, black), color-stop(87%, black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 13%, black 50%, black 87%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 13%, black 50%, black 87%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li h2 {
    width: 100vw;
    height: 4.6153846154rem;
    margin: 0 0 5.5769230769rem -6.6666666667vw;
  }
}
#vehicle .vehicle__list li h2 span {
  position: absolute;
  width: 26.875rem;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li h2 span {
    width: unset;
    font-size: 1.3846153846rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
#vehicle .vehicle__list li dl {
  width: 26.875rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li dl {
    width: 100%;
    margin-bottom: 1.1538461538rem;
  }
}
#vehicle .vehicle__list li dl dt {
  border-bottom: solid 1px #000;
  font-size: 1.875rem;
  font-weight: 600;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li dl dt {
    font-size: 1.6153846154rem;
    padding-bottom: 0.7692307692rem;
    margin-bottom: 0.7692307692rem;
  }
}
#vehicle .vehicle__list li dl dt span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li dl dt span {
    font-size: 0.9230769231rem;
    margin-bottom: 0.3846153846rem;
  }
}
#vehicle .vehicle__list li dl dd {
  text-align: justify;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li dl dd {
    letter-spacing: 0.04em;
  }
}
#vehicle .vehicle__list li .btn {
  width: 12.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  background: #bf973d;
  font-size: 1rem;
  border-color: #bf973d;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li .btn {
    width: 13.8461538462rem;
    height: 3.0769230769rem;
    line-height: 3.0769230769rem;
    border-radius: 1.5384615385rem;
  }
}
#vehicle .vehicle__list li .btn:hover {
  background: #fff;
  color: #bf973d;
}
#vehicle .vehicle__list li .btn:hover::after {
  border-right-color: #bf973d;
  border-bottom-color: #bf973d;
}
#vehicle .vehicle__list li:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li:not(:last-child) {
    margin-bottom: 2.3076923077rem;
  }
}
#vehicle .vehicle__list li:nth-child(odd) figure {
  left: 6.25rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li:nth-child(odd) figure {
    left: 0;
  }
}
#vehicle .vehicle__list li:nth-child(odd) h2 span {
  right: 6.25rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li:nth-child(odd) h2 span {
    right: 6.6666666667vw;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  #vehicle .vehicle__list li:nth-child(odd) dl {
    margin: 0 6.25rem 1.25rem auto;
  }
}
#vehicle .vehicle__list li:nth-child(odd) .btn {
  margin: 0 6.25rem 0 auto;
}
#vehicle .vehicle__list li:nth-child(even) figure {
  right: 6.25rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li:nth-child(even) figure {
    right: 0;
  }
}
#vehicle .vehicle__list li:nth-child(even) h2 span {
  left: 6.25rem;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__list li:nth-child(even) h2 span {
    left: 6.6666666667vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  #vehicle .vehicle__list li:nth-child(even) dl {
    margin: 0 0 1.25rem 6.25rem;
  }
}
#vehicle .vehicle__list li:nth-child(even) .btn {
  margin-left: 6.25rem;
}
#vehicle .vehicle__contents h2 span {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 2em;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__contents h2 span {
    display: block;
    font-size: 1.1538461538rem;
    margin-left: 0;
  }
}
#vehicle .vehicle__contents > figure {
  width: 37.5rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__contents > figure {
    width: 100%;
  }
}
#vehicle .vehicle__contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__contents ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #vehicle .vehicle__contents ul li {
    width: 23.75rem;
  }
}
@media only screen and (max-width: 767px) {
  #vehicle .vehicle__contents ul li:not(:last-child) {
    margin-bottom: 1.9230769231rem;
  }
}
#vehicle .vehicle__contents ul li figure figcaption {
  display: block;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 0.5em;
}

#spec {
  position: relative;
}
#spec::before, #spec::after {
  position: absolute;
  content: "";
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
}
#spec::before {
  background: #bf973d;
  height: 100%;
  top: 0;
}
#spec::after {
  height: 18.75rem;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media only screen and (max-width: 767px) {
  #spec::after {
    height: 11.5384615385rem;
  }
}
#spec h2 {
  color: #fff;
}
#spec .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #spec .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#spec .inner .spec {
  width: 45.625rem;
  background: #fff;
  padding: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #spec .inner .spec {
    width: 100%;
    padding: 1.1538461538rem;
  }
}
#spec .inner .spec table {
  width: 100%;
}
#spec .inner .spec table tr th,
#spec .inner .spec table tr td {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #spec .inner .spec table tr th,
  #spec .inner .spec table tr td {
    border-bottom: solid 1px #ccc;
  }
}
@media only screen and (max-width: 767px) {
  #spec .inner .spec table tr th,
  #spec .inner .spec table tr td {
    display: block;
    padding: 0.7692307692rem;
  }
}
@media print, screen and (min-width: 768px) {
  #spec .inner .spec table tr th {
    padding: 1.25rem 0 1.25rem 1.25rem;
    width: 13.75rem;
  }
}
@media only screen and (max-width: 767px) {
  #spec .inner .spec table tr th {
    background: #f2f2f2;
    border-top: solid 1px #ccc;
  }
}
@media print, screen and (min-width: 768px) {
  #spec .inner .spec table tr td {
    padding: 1.25rem 0;
    width: calc(100% - 13.75rem);
  }
}
@media print, screen and (min-width: 768px) {
  #spec .inner .spec table tr td span {
    display: inline-block;
    width: 7.75em;
  }
}
#spec .inner .spec table tr td small {
  font-size: 90%;
}
@media print, screen and (min-width: 768px) {
  #spec .inner .spec table tr:nth-child(even) th,
  #spec .inner .spec table tr:nth-child(even) td {
    background: #f2f2f2;
  }
}
#spec .inner .seat {
  width: 26.25rem;
  background: #fff;
  padding: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #spec .inner .seat {
    width: 100%;
    padding: 1.1538461538rem;
    margin-top: 1.9230769231rem;
  }
}
#spec .inner .seat figure {
  width: 15rem;
}
#spec .inner .btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #spec .inner .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.9230769231rem;
  }
}
#spec .inner .btn_wrap .btn {
  background: #000;
  border: none;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #spec .inner .btn_wrap .btn {
    width: 18.75rem;
  }
  #spec .inner .btn_wrap .btn:hover {
    background: #fff;
    color: #bf973d;
  }
  #spec .inner .btn_wrap .btn:hover::after {
    border-right-color: #bf973d;
    border-bottom-color: #bf973d;
  }
}
@media print, screen and (min-width: 768px) {
  #spec .inner .btn_wrap .btn:not(:last-child) {
    margin-right: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #spec .inner .btn_wrap .btn:not(:last-child) {
    margin-bottom: 1.1538461538rem;
  }
}
#spec .inner .btn_wrap .btn.back {
  background: #fff;
  color: #000;
}
#spec .inner .btn_wrap .btn.back::after {
  border-right-color: #000;
  border-bottom-color: #000;
  right: unset;
  left: 1.875rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
#spec .inner .btn_wrap .btn.back:hover {
  background: #000;
  color: #fff;
}
#spec .inner .btn_wrap .btn.back:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
  left: 1.25rem;
}