@charset "UTF-8";
#lineup .ttl {
  height: auto;
  margin-top: 7em;
  margin-bottom: 1em; }
  #lineup .ttl img {
    width: 300px;
    display: block;
    margin: auto; }

#lineup .number {
  color: #fff;
  text-align: center; }

/* =============================================
- スライダー設定
================================================ */
#slick-photo {
  max-width: 690px;
  margin: 30px auto; }
  #slick-photo .slick-list {
    z-index: -1; }

.slide-item img {
  width: 100%; }

.slick-prev,
.slick-next {
  position: relative; }

.slick-prev:before,
.slick-next:before {
  position: absolute;
  bottom: -30px;
  opacity: 0.5 !important; }

.slick-prev:before {
  left: 25px;
  content: url(../img/swiper-prev.png) !important; }

.slick-next:before {
  right: 25px;
  content: url(../img/swiper-next.png) !important;
  z-index: 99; }

#slick-thumb {
  width: 690px;
  margin: 0 auto 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #slick-thumb .slick-slide {
    display: inline-block;
    margin-bottom: 1em;
    width: 125px; }
  #slick-thumb .thumbnail-current {
    opacity: .4; }

.thumbnail-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .thumbnail-item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: .3s opacity linear;
    -o-transition: .3s opacity linear;
    transition: .3s opacity linear; }
  .thumbnail-item.thumbnail-current:after {
    opacity: 0; }
  .thumbnail-item img {
    width: 100%;
    margin: 0 auto; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #slick-photo {
    max-width: 90%; }
  #slick-thumb {
    width: 90%; } }

@media screen and (max-width: 640px) {
  #slick-photo {
    max-width: 90%; }
  #slick-thumb {
    width: 90%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #slick-thumb .slick-slide {
      width: 23%;
      margin-left: 2%; } }

/* =============================================
- スペック
================================================ */
#lineup .lineup-spec {
  max-width: 690px;
  margin: 0 auto 5em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #lineup .lineup-spec .vehicle-name {
    width: 40%;
    font-weight: bold;
    font-size: 18px; }
  #lineup .lineup-spec .spec-table {
    width: 57%; }
    #lineup .lineup-spec .spec-table img {
      max-width: 90px;
      margin-bottom: .5em; }
    #lineup .lineup-spec .spec-table table {
      font-size: 16px;
      width: 100%; }
      #lineup .lineup-spec .spec-table table tr {
        border: 1px #fff solid; }
        #lineup .lineup-spec .spec-table table tr td {
          padding: .3em 1em;
          border-right: 1px #fff solid; }
          #lineup .lineup-spec .spec-table table tr td:first-child {
            width: 30%; }

@media screen and (max-width: 640px) {
  #lineup .lineup-spec {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #lineup .lineup-spec .vehicle-name {
      width: 100%;
      margin-bottom: 1em; }
    #lineup .lineup-spec .spec-table {
      width: 100%; }
      #lineup .lineup-spec .spec-table table tr td:first-child {
        width: 35%; } }

/*# sourceMappingURL=lineup.css.map */