


.footer img {
  width: 100%;
  height: auto;
  border-style: none;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}


.footer {
  position: relative
}

.touchFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.touchFooter__item {
  position: relative;
  width: 33.33%;
  height: 350px;
  overflow: hidden
}

.touchFooter__item--customer:before,
.touchFooter__item--customer:after,
.touchFooter__item--dealer:before,
.touchFooter__item--dealer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.touchFooter__item--customer:before,
.touchFooter__item--dealer:before {
  z-index: 0
}

.touchFooter__item--customer:after,
.touchFooter__item--dealer:after {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.touchFooter__item--customer:hover:after,
.touchFooter__item--dealer:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.touchFooter__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2
}

.touchFooter__item--customer {
  background: white
}

.touchFooter__item--customer:before {
  background: white
}

.touchFooter__item--customer .touchFooter__in:before {
  width: 55px;
  height: 33px;
  background: url("../img/icn_customer_rd.svg") 0 0/100% auto no-repeat
}

.touchFooter__item--customer .touchFooter__eng {
  opacity: .5
}

.touchFooter__item--dealer {
  background: #333
}

.touchFooter__item--dealer:before {
  background: #333
}

.touchFooter__item--dealer .touchFooter__in:before {
  width: 37px;
  height: 37px;
  background: url("../img/icn_dealer_rd.svg") 0 0/100% auto no-repeat
}

.touchFooter__item--dealer .touchFooter__jpn {
  color: white
}

.touchFooter__item--dealer .touchFooter__eng {
  color: white;
  opacity: .5
}

.touchFooter__in {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 180px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.touchFooter__in:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.touchFooter__in2 {
  width: 100%
}

.touchFooter__jpn {
  width: 100%;
  letter-spacing: 0.15em;
  color: #333;
  line-height: 1.5
}

.touchFooter__jpn span {
  display: block
}

.touchFooter__jpn span:first-of-type {
  font-size: 1.4rem
}

.touchFooter__jpn span:last-of-type {
  font-size: 2.4rem
}

.touchFooter__eng {
  width: 100%;
  font-size: 1.4rem;
  padding-top: 10px;
  color: #333;
  line-height: 1.5
}

.touchFooter__cItem {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: #da2228
}

.touchFooter__cItem:first-of-type {
  border-bottom: solid 1px #e9656a
}

.touchFooter__cItem:before,
.touchFooter__cItem:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.touchFooter__cItem:before {
  z-index: 0;
  background: #da2228
}

.touchFooter__cItem:after {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.touchFooter__cItem:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.touchFooter__cItem a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2
}

.touchFooter__cItem a:before {
  content: "";
  position: absolute;
  left: 7.87%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  opacity: .5
}

.touchFooter__cItem .touchFooter__jpn {
  color: white
}

.touchFooter__cItem .touchFooter__eng {
  color: white;
  opacity: .5
}

.touchFooter__cItem--diag a:before {
  background: url("../img/icn_diag_wh.svg") 0 0/100% auto no-repeat
}

.touchFooter__cItem--catalog a:before {
  background: url("../img/icn_catalog_wh.svg") 0 0/100% auto no-repeat
}

.touchFooter__cIn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center
}



.footerGR {
  position: relative;
  background: #222;
  color: white;
  padding: 70px 4.38%;
  z-index: 1
}

.footerGR__bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px!important;
  border-bottom: solid 1px #4e4e4e;
  list-style: none !important
}

.footerGR__bnItem {
  width: 15.75%;
  margin: 0 2.12%
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 70px
}

.footerNav__clm {
  padding: 0 2.05%
}

.footerNav__clm--s {
  width: 15%
}

.footerNav__clm--m {
  width: 25%
}

.footerNav__clm--l {
  width: 30%
}

.footerNav__ttl {
  margin-bottom: 1.5em;
  line-height: 1.5
}

.footerNav__ttl:before {
  content: "/";
  display: block;
  margin-bottom: 1em;
  color: #999
}

.footerNav__ttl a {
  color: white;
  text-decoration: none
}

.footerNav__secWrap {
  margin-bottom: 1.5em
}

.footerNav__sec:not(:last-of-type) {
  margin-bottom: 1.5em
}

.footerNav__list {
  line-height: 2.25;
  list-style: none !important
}

.footerNav__list a {
  color: #999;
  text-decoration: none
}

.footerNav__list a:hover {
  color: white
}

.footerNav__subTtl {
  font-size: 1.4rem;
  line-height: 2;
  color: #999;
  font-weight: 700
}

.footerNav__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none !important
}

.footerNav__subItem {
  font-size: 1.2rem;
  line-height: 2;
  color: #666
}

.footerNav__subItem:not(:last-of-type):after {
  content: "/";
  padding: 0 5px
}

.footerNav__subItem a {
  color: #666;
  text-decoration: none
}

.footerNav__subItem a:hover {
  color: white
}

.footerWH {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 4.38%
}

.footerWH__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
  list-style: none !important
}

.footerWH__navItem {
  font-size: 1.3rem;
  margin-right: 2em
}

.footerWH__navItem a {
  color: #666;
  text-decoration: none
}

.footerWH__navItem--blank a {
  display: inline-block;
  padding-right: 1.3em;
  background: url("../img/icn_blank.svg") right top/11px auto no-repeat
}

.footerWH__copy {
  font-size: 1.3rem;
  color: #999;
  line-height: 1.5
}

.footerWH__bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none !important
}

.footerWH__bnItem {
  width: 235px;
  margin-left: 10px
}


.footerWH__pageTop {
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
  right: 27px;
  bottom: 27px;
  width: 75px;
  height: 75px;
  z-index: 9998;
  line-height: 1.5
}

.footerWH__pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.83) url("../img/arw_pagetop.svg") center center/21px auto no-repeat;
  border-radius: 50%;
  text-indent: -9999px
}

@media only screen and (max-width: 768px) {
  .touchFooter__item--customer,
  .touchFooter__item--dealer {
    width: 100%;
    height: 200px
  }

  .touchFooter__item--contact {
    width: 100%;
    height: 200px
  }

  .touchFooter__in {
    height: 120px
  }

  .touchFooter__jpn span:first-of-type {
    font-size: 1.2rem
  }

  .touchFooter__jpn span:last-of-type {
    font-size: 1.8rem
  }

  .touchFooter__eng {
    padding-top: 5px;
    font-size: 1.2rem
  }


  .footerGR {
    padding: 35px 3.75%
  }

  .footerGR__bn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 35px
  }

  .footerGR__bnItem {
    width: 45.76%;
    margin: 0 2.12% 2.12%
  }

  .footerNav {
    padding-top: 35px
  }

  .footerNav__clm--s {
    width: 100%
  }

  .footerNav__clm--m {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
  }

  .footerNav__clm--m .footerNav__secWrap {
    width: 50%;
    padding: 0 2.05%
  }

  .footerNav__clm--l {
    width: 50%
  }

  .footerNav__ttl {
    font-size: 1.3rem
  }

  .footerNav__sec:not(:last-of-type) {
    margin-bottom: 0
  }

  .footerNav__list {
    font-size: 1.3rem;
    line-height: 1.5
  }

  .footerNav__list li {
    margin-bottom: 1em
  }

  .footerNav__subTtl {
    display: none
  }

  .footerNav__subList {
    display: none
  }

  .footerWH {
    display: block;
    padding: 30px 3.75%
  }

  .footerWH__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footerWH__navItem {
    font-size: 1.1rem;
    margin: .5em 1em
  }

  .footerWH__navItem--blank a {
    background: url("../img/icn_blank.svg") right top/9px auto no-repeat
  }

  .footerWH__copy {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 30px
  }

  .footerWH__bnItem {
    width: 45.76%;
    margin: 0 2.12%
  }

  .footerWH__pageTop {
    right: 10px;
    bottom: 10px;
    width: 56px;
    height: 56px
  }

  .footerWH__pageTop a {
    background: rgba(51, 51, 51, 0.83) url("../img/arw_pagetop.svg") center center/21px auto no-repeat
  }
}

.fixedTouch{
  display: none!important;
}
  