@charset "UTF-8";
/*init*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*lib*/
/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */
/**
 * easing
 */
/**
 * function
 * 値を返す
 */
/**
 * mixins
 * ブロックを返す
 */
/*
デバイス定義
 */
/*
スマホの文字指定専用（横幅640px想定）
font-sizeにvwを設定
 */
/*
clearfix
 */
/*
iOS smooth scroll
 */
/*
opacity
 */
/*
fade
 */
/**
 * initiallize
 * タグ自体のstyleを記述
 */
img {
  vertical-align: bottom; }

.pci {
  display: inline !important; }
  @media screen and (max-width: 768px) {
    .pci {
      display: none !important; } }

.spi {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .spi {
      display: inline !important; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block !important; } }

.cr {
  cursor: default; }

.fade {
  transition: opacity 0.1s ease-in-out 0s; }
  .fade:hover {
    opacity: 0.7; }

.bgcolor_none {
  background-color: transparent !important; }

.no_breadcrumbsIcon:after {
  content: "" !important;
  display: inline-block;
  margin: 0 5px; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .cf {
  zoom: 1; }

/* IE7 */
*:first-child + html .cf {
  zoom: 1; }

.noBorder {
  border: none !important; }

/*parts*/
#contents_area .andmoreBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  text-indent: -99999px;
  background: url(/dog/img/top_btn_1_03.png) center center no-repeat;
  background-size: 100px auto;
  border: 1px solid #b1b2b3; }
  #contents_area .andmoreBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_bk.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .searchBtn, #contents_area .mailBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #contents_area .searchBtn, #contents_area .mailBtn {
      font-size: 13px; } }
  #contents_area .searchBtn--A {
    background: #1bbecc; }
  #contents_area .searchBtn--B {
    background: #504f4e; }
  #contents_area .searchBtn:before, #contents_area .mailBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_wht.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .mailBtn {
  background: #1bbecc; }
  @media screen and (max-width: 768px) {
    #contents_area .mailBtn {
      padding: 10px 0;
      line-height: 1.5; } }
  #contents_area .mailBtn:before {
    display: none; }

#contents_area.honda-car {
  margin-bottom: 0;
  background: none;
  color: #4c4c4c;
  }

#contents_area.honda-car:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: url(../img/bg.png) 50% 0 repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #contents_area.honda-car:before {
    top: 94px;
    background-image: url(../img/sp/bg.png);
  }
}

.honda-car>div {
  position: relative;
  z-index: 1;
}

.honda-car .section_kv {
  z-index: 0;
  height: 582px;
  }
  @media screen and (max-width: 768px) {
    .honda-car .section_kv {
      height: auto;
      } }

.honda-car .section_kv h2 {
  position: absolute;
  left: 50%;
  width: 2000px;
  margin-left: -1000px;
}
  @media screen and (max-width: 768px) {
.honda-car .section_kv h2 {
  position: static;
  width: 100%;
  margin-left: 0;
  } }
.honda-car .section_kv img {
  width: 100%;
}

.honda-car .section_topic {
  margin: -94px 0 72px;
  text-align: center;
  }
  @media screen and (max-width: 768px) {
    .honda-car .section_topic {
      margin: -16.4% 0 15%;
      } }
  @media screen and (max-width: 768px) {
    .honda-car .section_topic .section_inner {
      margin: 0 6.66%;
      } }
  .honda-car .section_topic__ttl {
    margin-bottom: -40px;
    }
    @media screen and (max-width: 768px) {
      .honda-car .section_topic__ttl {
        width: 47.38%;
        margin: auto;
        } }
  .honda-car .section_topic__description {
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    font-weight: bold;
    color: #000;
    }
    @media screen and (max-width: 768px) {
      .honda-car .section_topic__description {
        font-size: 14px; } }
  .honda-car .section_topic__topDog {
    display: inline-block;
    width: 100px;
    position: absolute;
    top: -18px;
    right: 120px; }
    @media screen and (max-width: 768px) {
      .honda-car .section_topic__topDog {
        display: none; } }
  .honda-car .section_topic__subttl {
    position: relative;
    margin: 20px 0 15px;
    text-align: left;
    letter-spacing: .1em;
    font-size: 22px;
    line-height: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scaleX(.8);
    transform-origin: 0 0;
    transform: scaleX(.8);
    }
    @media screen and (max-width: 768px) {
      .honda-car .section_topic__subttl {
        margin: 15.38% 0 3.84%;
        font-size: 17px;
        } }

.honda-car .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .honda-car .btnList__item+li {
    margin-left: 7px;
  }
    @media screen and (max-width: 768px) {
      .honda-car .btnList__item+li {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .honda-car .btnList {
      margin: 0 6.66%;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: normal;
      } }
  @media screen and (max-width: 768px) {
    .honda-car .btnList__item {
      width: 32.3%;
      margin-bottom: 1.53%;
      margin-right: 1.5%;
    }
    .honda-car .btnList__item:nth-child(3n+1) {
      margin-right: 0;
    }
  }
  .honda-car .btnList__link {
    display: block;
    position: relative;
    width: 160px;
    color: inherit !important;
    font-size: 16px;
    line-height: 59px;
    background: 50% 50% url(../img/btnlist_bg.png) no-repeat;
    background-size: contain;
    }
    @media screen and (max-width: 768px) {
      .honda-car .btnList__link {
        width: auto;
        font-size: 12px;
        line-height: 48px;
        background-size: 100% 100%;
        } }
    .honda-car .btnList__link.active {
      font-weight: bold;
      background-image: url(../img/btnlist_bg_on.png);
      }

  .honda-car .btnList__link--7 {
    padding: 6px 0 5px;
    line-height: 1.5;
    background-size: 100% 100%;
    }
    @media screen and (max-width: 768px) {
      .honda-car .btnList__link--7 {
        width: auto;
        padding: 6px 0;
        } }

  .honda-car .btnList__link--7 span {
    display: inline-block;
  }

.honda-car .SPallbtn {
  margin: 0 6.66% 2.8125%;
  }
  .honda-car .SPallbtn__link {
    display: block;
    position: relative;
    border-radius: 4px;
    text-align: center;
    letter-spacing: .1em;
    color: #4c4c4c !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 48px;
    background: 50% 50% url(../img/sp/btnlist_bg_l_on.png) no-repeat;
    background-size: 100% 100%;
    transition: none !important;
    }
    .honda-car .SPallbtn__link.able {
      font-weight: normal;
      background-image: url(../img/sp/btnlist_bg_l.png) }
    .honda-car .SPallbtn__link.active {
      font-weight: bold;
      background-image: url(../img/sp/btnlist_bg_l_on.png) }

.honda-car .lineupList {
  width: 900px;
  margin: 0 auto;
  letter-spacing: -.4em;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .honda-car .lineupList {
      width: auto; } }
  .honda-car .lineupList.borderb {
    border-bottom: 1px solid #b3b3b3; }
    @media screen and (max-width: 768px) {
      .honda-car .lineupList.borderb {
        border-bottom: none; } }
  .honda-car .lineupList__item {
    display: none;
    vertical-align: top;
    letter-spacing: normal;
    box-sizing: border-box;
    }
    @media screen and (max-width: 768px) {
      .honda-car .lineupList__item {
        display: none; } }
    @media print, screen and (min-width: 769px) {
      .honda-car .lineupList__item.bordernone {
        border: none; } }
    .honda-car .lineupList__item.visible {
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item.visible {
          display: block; } }
    .honda-car .lineupList__item--1 {
      width: 684px; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item--1 {
          width: auto; } }
    .honda-car .lineupList__item--2 {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item--2 {
          width: auto; } }
    .honda-car .lineupList__item--3 {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item--3 {
          width: auto; } }
    .honda-car .lineupList__item--4 {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item--4 {
          width: auto; } }
    .honda-car .lineupList__item--5 {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item--5 {
          width: auto;
          padding-left: 0; } }
    .honda-car .lineupList__item--7 {
      width: 230px; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item--7 {
          width: auto;
          padding-left: 0; } }
    .honda-car .lineupList__item--6 {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item--6 {
          width: auto; } }
    .honda-car .lineupList__item__inner {
      margin-top: 38px;
      margin-bottom: 23px; }
      @media screen and (max-width: 768px) {
        .honda-car .lineupList__item__inner {
          margin: 0;
          padding: 6.33333% 0 3.83333%;
          } }
      .honda-car .lineupList__item__inner--1 {
        background: url(../img/lineuplist_item_border_r.png) 100% 0 no-repeat;
        }
        @media screen and (max-width: 768px) {
          .honda-car .lineupList__item__inner--1 {
            background: none;
            } }

      .honda-car .lineupList__item__inner--4 {
        background: url(../img/lineuplist_item_border_r.png) 100% 0 no-repeat;
        }
        @media screen and (max-width: 768px) {
          .honda-car .lineupList__item__inner--4 {
            background: none;
            } }
      .honda-car .lineupList__item__inner--5 {
        background: url(../img/lineuplist_item_border_r.png) 100% 0 no-repeat;
        margin-left: 32px; }
        @media screen and (max-width: 768px) {
          .honda-car .lineupList__item__inner--5 {
            background: none;
            margin-left: 0; } }
      .honda-car .lineupList__item__inner--7 {
        margin-left: 32px; }
        @media screen and (max-width: 768px) {
          .honda-car .lineupList__item__inner--7 {
            margin-left: 0; } }
      .honda-car .lineupList__item__inner.bordernone {
        margin-left: 0;
        border: none !important; }
        @media screen and (max-width: 768px) {
          .honda-car .lineupList__item__inner.bordernone {
            border: none; } }

  .honda-car .lineupList__item {
    position: relative;
  }
  .honda-car .lineupList__item:before,
  .honda-car .lineupList__item:after {
    content: '';
    display: none;
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: 100%;
    height: 2px;
    margin-bottom: 1px;
    background: url(../img/lineuplist_item_border.png) 50% 100% no-repeat;
  }
  .honda-car .lineupList__item:after {
    bottom: -1px;
    margin-bottom: 0;
  }
  .honda-car .visible+.lineupList__item--2:before,
  .honda-car .visible+.lineupList__item--2:after,
  .honda-car .visible+.lineupList__item--4:before,
  .honda-car .visible+.lineupList__item--4:after,
  .honda-car .visible+.lineupList__item--5:after {
    display: block;
  }
  @media screen and (max-width: 768px) {
    .honda-car .lineupList__item:before {
      display: none !important;
    }
    .honda-car .lineupList__item:after {
      display: block;
      left: 0;
      right: 0;
    }
  }

  .honda-car .lineupList__ttl {
    position: relative;
    text-align: left;
    letter-spacing: .1em;
    font-size: 22px;
    line-height: 1;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .honda-car .lineupList__ttl {
        margin-bottom: 6%;
        font-size: 17px; } }
    .honda-car .lineupList__ttl__txt {
      display: block;
      white-space: nowrap;
      -webkit-transform-origin: 0 0;
      -webkit-transform: scaleX(.8);
      transform-origin: 0 0;
      transform: scaleX(.8); }
  .honda-car .lineupList__carWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -js-display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .honda-car .lineupList__carWrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .honda-car .lineupList__carLink {
    display: block;
    width: 170px;
    margin-left: 63px;
    padding-top: 125px; }
    @media screen and (max-width: 768px) {
      .honda-car .lineupList__carLink {
        width: 46.66667%;
        margin-left: 0;
        padding-top: 35.29412%; } }
    .honda-car .lineupList__carLink:nth-child(4n+1){
      margin-left: 0; }
    .honda-car .lineupList__carLink--1 {
      background: url(/dog/honda-car/img/car_lineup_1.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--2 {
      background: url(/dog/honda-car/img/car_lineup_2.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--3 {
      background: url(/dog/honda-car/img/car_lineup_17.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--4 {
      background: url(/dog/honda-car/img/car_lineup_4.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--5 {
      background: url(/dog/honda-car/img/car_lineup_19.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--6 {
      background: url(/dog/honda-car/img/car_lineup_6.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--7 {
      background: url(/dog/honda-car/img/car_lineup_7.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--8 {
      background: url(/dog/honda-car/img/car_lineup_29.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--9 {
      background: url(/dog/honda-car/img/car_lineup_9.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--10 {
      background: url(/dog/honda-car/img/car_lineup_10.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--11 {
      background: url(/dog/honda-car/img/car_lineup_11.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--12 {
      background: url(/dog/honda-car/img/car_lineup_12.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--13 {
      background: url(/auto-lineup/images/pc/car_N-WGN.png) no-repeat bottom 37px center;
      background-size: 118%; }
    .honda-car .lineupList__carLink--14 {
      background: url(/dog/honda-car/img/car_lineup_14.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--15 {
      background: url(/dog/honda-car/img/car_lineup_15.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--16 {
      background: url(/dog/honda-car/img/car_lineup_16.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--17 {
      background: url(/dog/honda-car/img/car_lineup_20.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--18 {
      background: url(/dog/honda-car/img/car_lineup_21.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--19 {
      background: url(/dog/honda-car/img/car_lineup_22.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--20 {
      background: url(/dog/honda-car/img/car_lineup_23.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--21 {
      background: url(/dog/honda-car/img/car_lineup_24.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--22 {
      background: url(/dog/honda-car/img/car_lineup_25.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--23 {
      background: url(/dog/honda-car/img/car_lineup_26.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--24 {
      background: url(/dog/honda-car/img/car_lineup_27.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--25 {
      background: url(/dog/honda-car/img/car_lineup_28.png) no-repeat bottom 37px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--26 {
      background: url(/dog/honda-car/img/car_lineup_30.png) no-repeat bottom 37px center;
      background-size: contain; } 
    .honda-car .lineupList__carLink--27 {
      background: url(/dog/honda-car/img/car_lineup_31.png) no-repeat bottom 37px center;
      background-size: contain; } 
    .honda-car .lineupList__carLink--28 {
      background: url(/dog/honda-car/img/car_lineup_32.png) no-repeat bottom 37px center;
      background-size: contain; } 

    .honda-car .lineupList__carLink--archive01 {
      background: url(/dog/honda-car/img/car_lineup_3_transparent.png) no-repeat bottom 78px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--archive02 {
      background: url(/dog/honda-car/img/car_lineup_8_transparent.png) no-repeat bottom 70px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--archive03 {
      background: url(/dog/honda-car/img/car_lineup_12_transparent.png) no-repeat bottom 78px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--archive04 {
      background: url(/dog/honda-car/img/car_lineup_2_transparent.png) no-repeat bottom 78px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--archive05 {
      background: url(/dog/honda-car/img/car_lineup_5_transparent.png) no-repeat bottom 78px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--archive06 {
      background: url(/dog/honda-car/img/car_lineup_14_transparent.png) no-repeat bottom 59px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--archive07 {
      background: url(/dog/honda-car/img/car_lineup_6_transparent.png) no-repeat bottom 67px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--archive08 {
      background: url(/dog/honda-car/img/car_lineup_7_transparent.png) no-repeat bottom 76px center;
      background-size: contain; }
    .honda-car .lineupList__carLink--archive09 {
      background: url(/dog/honda-car/img/car_lineup_9_transparent.png) no-repeat bottom 74px center;
      background-size: contain; }
      .honda-car .lineupList__carLink--archive10 {
        background: url(/dog/honda-car/img/car_lineup_15_transparent.png) no-repeat bottom 74px center;
        background-size: contain; }
      .honda-car .lineupList__carLink--archive11 {
        background: url(/dog/honda-car/img/car_lineup_25_transparent.png) no-repeat bottom 74px center;
        background-size: contain; }
      .honda-car .lineupList__carLink--archive12 {
        background: url(/dog/honda-car/img/car_lineup_1_transparent.png) no-repeat bottom 74px center;
        background-size: contain; }
      .honda-car .lineupList__carLink--archive13 {
        background: url(/dog/honda-car/img/car_lineup_24_transparent.png) no-repeat bottom 74px center;
        background-size: contain; }
      .honda-car .lineupList__carLink--archive14 {
        background: url(/dog/honda-car/img/car_lineup_16_transparent.png) no-repeat bottom 67px center;
        background-size: contain; }
      .honda-car .lineupList__carLink--archive15 {
        background: url(/dog/honda-car/img/car_lineup_26_transparent.png) no-repeat bottom 67px center;
        background-size: contain; }
			.honda-car .lineupList__carLink--archive16 {
        background: url(/dog/honda-car/img/car_lineup_18_transparent.png) no-repeat bottom 67px center;
        background-size: contain; }
      .honda-car .lineupList__carLink--archive17 {
        background: url(/dog/honda-car/img/car_lineup_19_transparent.png) no-repeat bottom 67px center;
        background-size: contain; }
  .honda-car .lineupList__carttl {
    display: block;
    text-align: center;
    color: #504f4e; }
    @media screen and (max-width: 768px) {
      .honda-car .lineupList__carttl {
        font-size: 15px; } }

.honda-car .section_archive .section_inner{
  background: #f5f5f5;
  padding: 10px 35px 30px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .honda-car .section_archive .section_inner{
    padding: 6% 2.5%;
    margin: 0 25px;
    display: block;
  }
}

.honda-car .section_archive__subttl {
  position: relative;
  margin: auto;
  text-align: left;
  letter-spacing: .1em;
  font-size: 22px;
  line-height: 1;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 980px;
  color: #fff;
  background-color: #504f4e;
  box-sizing: border-box;
  padding: 14px 0px 14px 42px;
  }
  @media screen and (max-width: 768px) {
    .honda-car .section_archive__subttl {
      width: auto;
      margin: 0 25px;
      font-size: 17px;
      padding: 14px 0;
      text-align: center;
      } }

  .honda-car .section_archive__variable {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scaleX(.8);
  transform-origin: 0 0;
  transform: scaleX(.8);
  display: block;
  width: 100%;
  }
  @media screen and (max-width: 768px) {
    .honda-car .section_archive__variable {
    -webkit-transform-origin: center;
    transform-origin: center;
    }
  }
.honda-car .lineupList__archive-text {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #504f4e; }
  @media screen and (max-width: 768px) {
    .honda-car .lineupList__archive-text {
      font-size: 12px; }
    .honda-car .lineupList__archive-text br {
      display: block !important; }}



.honda-car .section_bnr {
  margin-top: 52px;
  padding: 40px 0 100px;
  background: url(../img/bnr_bg.jpg) 50% 30% no-repeat;
  background-size: 100%;
  }
  @media screen and (max-width: 768px) {
    .honda-car .section_bnr {
      margin-top: 7.21311%;
      padding: 8% 0 24%;
      background-image: url(../img/sp/bnr_bg.jpg);
      } }
  @media screen and (max-width: 768px) {
    .honda-car .section_bnr .section_inner {
      margin: 0 6.66%;
      margin-bottom: 10%;
      } }
  .honda-car .section_bnr__ttl {
    margin-bottom: 15px;
    overflow: hidden;
    letter-spacing: .1em;
    font-size: 19px;
    line-height: 26px;
    position: relative;
    }
    @media screen and (max-width: 768px) {
      .honda-car .section_bnr__ttl {
        margin-bottom: 2.61%;
        font-size: 14px;
        line-height: 1.4;
        } }
    @media screen and (max-width: 768px) {
      .honda-car .section_bnr__ttl--2 {
        margin-top: 9.23%;
        } }
    .honda-car .section_bnr__ttl span {
      display: block;
      position: relative;
      width: 200%;
      left: -50%;
      -webkit-transform-origin: 50% 0;
      -webkit-transform: scaleX(.8);
      transform-origin: 50% 0;
      transform: scaleX(.8);
    }
  .honda-car .section_bnr__link {
    display: block; }
  .honda-car .section_bnr__list {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    }
    @media screen and (max-width: 768px) {
      .honda-car .section_bnr__list {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .honda-car .section_bnr__list + .section_bnr__list {
      justify-content: center;
      margin-top: 30px;
    }
    @media screen and (max-width: 768px) {
      .honda-car .section_bnr__list + .section_bnr__list {
        margin-top: 50px;
      }
    }
    .honda-car .section_bnr__list__item {
      width: 480px;
      text-align: center;
      }
      @media screen and (max-width: 768px) {
        .honda-car .section_bnr__list__item {
          width: auto; } }

.honda-car__bottomDog {
  margin: 25px auto 0;
  width: 87px; }

@media print, screen and (min-width: 769px) and (max-width: 1200px){
  #contents_area.honda-car:before,
  .honda-car .section_bnr {
    background-size: auto;
  }
}

@media print, screen and (min-width: 2000px){
  .honda-car .section_kv {
    height: auto;
  }
  .honda-car .section_kv h2 {
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}