@import url(bootstrap.min.css);
@import url(jquery-ui.min.css);
@import url(fontface.css);
@import url(car-guide.css);
@import url(custom.css);
/* ---------------------------------------------------------------- general selector
---------------------------------------------------------------------------------- */
* {
  outline: 0 !important; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

body {
  background: #2d2d2d;
  color: #fff;
  font-family: 'DB Helvethaica X Thin';
  font-size: 1.66667vw;
  line-height: 1.66667vw;
  overflow-x: hidden; }

p, div, ul, ol, li, a, label {
  margin: 0;
  position: relative; }

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0; }

a, a:hover, a:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; }

div, p, li, a, input, textarea, select, label, span, strong {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

strong {
  font-family: 'DB Helvethaica X Med';
  font-style: normal;
  font-weight: 400; }

em {
  font-family: 'DB Helvethaica X Med';
  font-style: normal;
  font-weight: 400; }

img {
  max-width: 100%; }

.hide {
  position: absolute;
  left: -9998px; }

label, input, .block {
  display: block; }

.form-control {
  background: #eee;
  border: 0;
  color: #999;
  display: block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 41px;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  border-radius: 0; }

textarea.form-control {
  line-height: 24px;
  padding: 9px 10px; }

.form-check {
  margin: 0 10px 10px 0; }

.form-check-inline + .form-check-inline {
  margin-left: 0; }

.form-check-inline span {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px; }

.form-check-input {
  margin-top: 12px; }

.submit {
  background: #ed1b2f;
  cursor: pointer;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  border-radius: 0; }
  .submit span {
    background: url(../images/search.png) no-repeat right center;
    color: #fff;
    display: inline-block;
    font-family: 'DB Helvethaica X';
    font-size: 24px;
    line-height: 42px;
    padding: 0 25px 0 0;
    vertical-align: top;
    height: 100%; }

.visible__desktop {
  display: block !important; }

.visible__mobile {
  display: none !important; }

.color__red {
  color: #ed2b33 !important;
  display: inline !important; }

.color__blue {
  color: #276fd3 !important;
  display: inline !important; }

.color__blue-hard {
  color: #1b66ce !important;
  display: inline !important; }

.fancybox-navigation {
  height: 100%; }

.dropdown-toggle::after {
  -webkit-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px); }

/* ---------------------------------------------------------------------- breadcrumb
---------------------------------------------------------------------------------- */
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 25px 0;
  border-radius: 0; }

.breadcrumb a {
  color: #999;
  font-size: 20px;
  font-weight: 400; }

.breadcrumb .breadcrumb-item {
  background: url(../images/arrow__grey-2.png) no-repeat right 5px;
  font-family: 'DB Helvethaica X';
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 10px;
  padding-right: 16px; }

.breadcrumb .breadcrumb-item:last-child {
  background: none; }

.breadcrumb .breadcrumb-item.active {
  color: #ed1b2f;
  font-size: 20px;
  line-height: 20px; }

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0;
  color: #999;
  content: ""; }

/* ------------------------------------------------------------------ frequency used
---------------------------------------------------------------------------------- */
/* frequency used > form bootstrap
---------------------------------------------------------------------------------- */
.form-group {
  margin: 0 0 20px; }

.form-check {
  margin-bottom: 0; }

.col-form-label {
  color: #222;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 41px;
  margin: 0;
  padding: 0; }

.form-control-plaintext {
  background: #eee;
  border: 0;
  color: #222;
  display: block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 41px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  border-radius: 0; }

textarea.form-control-plaintext {
  line-height: 24px;
  padding: 9px 10px; }

/* frequency used > box__sticky
---------------------------------------------------------------------------------- */
.box__sticky {
  z-index: 50;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/* frequency used > list__nav
---------------------------------------------------------------------------------- */
.list__nav-1 {
  background: #ed1b2f; }
  .list__nav-1 ul {
    text-align: center; }
    .list__nav-1 ul li {
      background: url(../images/color__red-1.png) no-repeat 0 center;
      background-size: 1px 30px;
      display: inline-block;
      vertical-align: top; }
      .list__nav-1 ul li:first-child {
        background: none; }
    .list__nav-1 ul a {
      color: #fff;
      display: block;
      font-family: 'DB Helvethaica X';
      font-size: 22px;
      line-height: 60px;
      padding: 0 30px;
      height: 60px; }
    .list__nav-1 ul span {
      border-bottom: #ed1b2f 4px solid;
      display: inline-block;
      vertical-align: top;
      height: 60px; }
  .list__nav-1 .active span {
    border-bottom: #fff 4px solid; }
  .list__nav-1 .dropdown-toggle {
    background: #ed1b2f;
    border: 0;
    color: #fff;
    display: block;
    font-family: 'DB Helvethaica X';
    font-size: 22px;
    line-height: 22px;
    padding: 0;
    width: 100%;
    border-radius: 0; }
  .list__nav-1 .dropdown-menu {
    background: #ed1b2f;
    border: 0;
    color: #fff;
    font-family: 'DB Helvethaica X';
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    width: 100%;
    border-radius: 0; }
  .list__nav-1 .dropdown-item {
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
    color: #fff;
    font-family: 'DB Helvethaica X';
    font-size: 22px;
    line-height: 22px;
    padding: 10px; }

/* frequency used > list__link-main
---------------------------------------------------------------------------------- */
.list__link-main {
  background: #ed1b2f;
  margin: 0 auto;
  text-align: center;
  height: auto; }

.list__link-main li {
  display: inline-block;
  vertical-align: top; }

.list__link-main a {
  background: url(../images/color__white-2.gif) no-repeat 0 center;
  background-size: 1px 30px;
  color: #fff;
  display: block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 62px;
  padding: 0 25px;
  height: 60px; }

.list__link-main span {
  border-bottom: #ed1b2f 4px solid;
  display: inline-block;
  vertical-align: top;
  height: 100%; }

.list__link-main .ui-state-active span,
.list__link-main .active span {
  border-bottom: #fff 4px solid; }

.list__link-main .item:first-child a {
  background: none; }

/* frequency used > list__link-internal
---------------------------------------------------------------------------------- */
.list__link-internal {
  background: #333;
  margin: 0 auto 40px;
  text-align: center;
  width: 1280px;
  max-width: 100%;
  height: 60px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .list__link-internal li {
    display: inline-block;
    vertical-align: top; }
  .list__link-internal a {
    background: url(../images/color__white-2.gif) no-repeat right center;
    background-size: 1px 30px;
    color: #fff;
    display: block;
    font-family: 'DB Helvethaica X';
    font-size: 24px;
    line-height: 62px;
    padding: 0 25px;
    height: 60px; }
  .list__link-internal span {
    background: url(../images/bg/arrow__black-1.png) no-repeat;
    background-size: 14px auto;
    display: none;
    z-index: 5;
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .list__link-internal li:first-child a {
    background: url(../images/bg/color__white-2.gif) no-repeat right center, url(../images/bg/color__white-2.gif) no-repeat 0 center;
    background-size: 1px 30px, 1px 30px; }
  .list__link-internal .active a {
    background: #191919 !important; }
  .list__link-internal .active span {
    display: block; }

.box__sticky.active .list__link-internal {
  width: 100%; }

/* frequency used > list__info
---------------------------------------------------------------------------------- */
.list__info-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  max-width: 1320px; }
  .list__info-1 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 20px;
    padding: 0 20px;
    width: 50%; }
  .list__info-1 a {
    display: block; }

/* frequency used > more-info
---------------------------------------------------------------------------------- */
.more-info-1 {
  text-align: center; }
  .more-info-1 .link {
    background: #ed1b2f;
    cursor: pointer;
    display: inline-block;
    padding: 0 35px;
    text-align: center;
    vertical-align: top;
    height: 40px;
    border-radius: 0; }
    .more-info-1 .link span {
      background: url(../images/bullet/arrow__white-4.png) no-repeat right center;
      color: #fff;
      display: inline-block;
      font-family: 'DB Helvethaica X';
      font-size: 24px;
      font-weight: 400;
      line-height: 40px;
      padding: 0 25px 0 0;
      vertical-align: top;
      height: 100%; }

/* frequency used > box__share-and-print
---------------------------------------------------------------------------------- */
.box__share-and-print {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0; }
  .box__share-and-print .fb,
  .box__share-and-print .twitter,
  .box__share-and-print .print {
    display: inline-block;
    text-indent: -9998px;
    vertical-align: top;
    height: 30px; }
  .box__share-and-print .fb {
    background: url(../images/button/fb-2.png) no-repeat center center;
    width: 30px; }
  .box__share-and-print .twitter {
    background: url(../images/button/twitter.png) no-repeat center center;
    width: 30px; }
  .box__share-and-print .print {
    background: url(../images/button/print.png) no-repeat center center;
    width: 34px; }

/* frequency used > box__share-and-text
---------------------------------------------------------------------------------- */
.box__share-and-text .text {
  color: #222;
  display: inline-block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin-left: 5px;
  vertical-align: top; }

.box__share-and-text .fb,
.box__share-and-text .twitter {
  background: url(../images/button/fb-2.png) no-repeat;
  display: inline-block;
  margin-left: 3px;
  text-indent: -9998px;
  vertical-align: top;
  width: 24px;
  height: 24px; }

.box__share-and-text .twitter {
  background: url(../images/button/twitter.png) no-repeat; }

/* frequency used > button
---------------------------------------------------------------------------------- */
.submit-btn-1 .submit {
  background: #ed1b2f;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  vertical-align: top;
  width: auto;
  height: 40px;
  border-radius: 0; }

.submit-btn-1 span {
  background: url(../images/bullet/arrow__white-3.png) no-repeat right center;
  color: #fff;
  display: inline-block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  padding: 0 25px 0 0;
  vertical-align: top;
  height: 100%; }

/* frequency used > box__key-visual
---------------------------------------------------------------------------------- */
.box__key-visual .pic {
  margin: 0 !important; }
  .box__key-visual .pic img {
    display: block;
    width: 100%; }

/* frequency used > grid
---------------------------------------------------------------------------------- */
.grid {
  max-width: 100%; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-1 .grid-sizer,
.grid-1 .grid-item {
  width: 33.33%; }

.grid-1 .grid-item {
  background: #fff;
  border: 0;
  float: left; }

.grid-1 .info {
  background: #fff;
  border: #ddd 1px solid;
  margin: 0 10px 20px; }

.grid-1 .active {
  width: 100%; }

/* -------------------------------------------------------------------------- header
---------------------------------------------------------------------------------- */
#header {
  background: #000;
  z-index: 150;
  height: 5.41667vw; }

#header #logo__toyota {
  background: url(../images/logo.png) no-repeat;
  background-size: 100% auto;
  text-indent: -9998px;
  z-index: 50;
  width: 10.20833vw;
  height: 3.22917vw;
  position: absolute;
  top: 50%;
  left: 1.30208vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #header #logo__toyota a {
    display: block;
    width: 100%;
    height: 100%; }

#header .navbar {
  padding: 0;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0; }

#header .navbar-nav {
  padding-top: 0.72917vw;
  padding-right: 0.52083vw;
  position: absolute;
  top: 0;
  right: 14.0625vw; }

#header .nav-item {
  float: left; }
  #header .nav-item .subnav {
    background: #222;
    display: none;
    width: 18.75vw;
    position: absolute;
    top: 4.6875vw;
    left: 0; }
    #header .nav-item .subnav .list > li {
      border-top: #2a2a2a 1px solid;
      padding-top: 0.52083vw;
      padding-bottom: 0.52083vw; }
    #header .nav-item .subnav .list a {
      display: block;
      font-size: 1.5625vw;
      line-height: 1.5625vw;
      padding: 0.26042vw 0.52083vw 0.26042vw 1.82292vw; }
    #header .nav-item .subnav .list .link-collapse,
    #header .nav-item .subnav .list .collapse {
      background: #333; }
    #header .nav-item .subnav .list [data-toggle="collapse"] span {
      background: url(../images/bullet/arrow__red-1.png) no-repeat 0 0.67708vw #333;
      background-size: 0.52083vw auto;
      display: inline-block;
      padding-left: 0.78125vw;
      vertical-align: top; }
    #header .nav-item .subnav .list [data-toggle="collapse"][aria-expanded="true"] span {
      background: url(../images/bullet/arrow__red-2.png) no-repeat 0 0.72917vw #333;
      background-size: 0.52083vw auto; }
    #header .nav-item .subnav .list .link-collapse li {
      border-top: #333 1px solid; }
      #header .nav-item .subnav .list .link-collapse li a {
        font-size: 1.45833vw;
        line-height: 1.45833vw;
        padding: 0.26042vw 0.52083vw 0.26042vw 2.70833vw; }
        #header .nav-item .subnav .list .link-collapse li a span {
          background: url(../images/bullet/circle__white-1.png) no-repeat 0 center;
          background-size: 0.46875vw auto;
          display: inline-block;
          padding-left: 0.78125vw;
          vertical-align: top; }
  #header .nav-item.link-product .subnav {
    padding: 1.04167vw;
    text-align: center;
    width: 96vw;
    left: -34.5vw; }
    #header .nav-item.link-product .subnav .list {
      background: url(../images/bg/color__black-1.gif) no-repeat center bottom;
      background-size: 100% 1px;
      display: inline-block;
      margin-bottom: 1.04167vw;
      padding: 0 1.04167vw;
      vertical-align: top; }
      #header .nav-item.link-product .subnav .list li {
        border: 0;
        display: inline-block;
        padding: 0;
        vertical-align: top; }
      #header .nav-item.link-product .subnav .list a {
        padding: 0.78125vw 1.04167vw; }
      #header .nav-item.link-product .subnav .list .active a {
        border-bottom: #eb1a1a 2px solid; }
    #header .nav-item.link-product .subnav .info-car {
      margin-bottom: 0.52083vw;
      text-align: center; }
      #header .nav-item.link-product .subnav .info-car a {
        display: block; }
      #header .nav-item.link-product .subnav .info-car .pic {
        margin: 0; }
        #header .nav-item.link-product .subnav .info-car .pic img {
          width: 14.84375vw; }
      #header .nav-item.link-product .subnav .info-car .name {
        font-family: 'DB Helvethaica X';
        margin: -0.52083vw 0 0; }
      #header .nav-item.link-product .subnav .info-car .price {
        font-size: 1.30208vw;
        line-height: 1.30208vw;
        margin: 0 0 0.52083vw; }

#header .nav-link {
  display: block;
  font-size: 1.875vw;
  line-height: 4.58333vw;
  padding: 0 1.82292vw;
  height: 4.6875vw; }

#header .box__link {
  background: #333;
  text-align: center;
  width: 14.58333vw;
  height: 5.41667vw;
  position: absolute;
  top: 0;
  right: 0; }
  #header .box__link .list__link > li {
    float: left;
    padding-top: 0.72917vw;
    position: static;
    text-align: left;
    width: 45%; }
    #header .box__link .list__link > li > a {
      display: block;
      font-size: 1.45833vw;
      line-height: 4.6875vw;
      padding: 0 0 0 1.04167vw;
      height: 4.6875vw; }
    #header .box__link .list__link > li:first-child {
      text-align: right;
      width: 55%; }
    #header .box__link .list__link > li:first-child > a {
      padding: 0 1.04167vw 0 0; }
    #header .box__link .list__link > li.language {
      padding: 1.77083vw 0.26042vw 0; }
      #header .box__link .list__link > li.language > a {
        border: #444 1px solid;
        border-left: 0;
        display: inline-block;
        line-height: 1.45833vw;
        margin: 0 -2px;
        padding: 0.52083vw 0.52083vw 0.41667vw;
        vertical-align: top;
        height: auto; }
        #header .box__link .list__link > li.language > a:first-child {
          border: #444 1px solid;
          border-right: 0; }
  #header .box__link .list__link .subnav {
    background: #222;
    display: none;
    text-align: left;
    width: 18.75vw;
    position: absolute;
    top: 5.41667vw;
    right: 0; }
    #header .box__link .list__link .subnav .list > li {
      border-top: #2a2a2a 1px solid;
      padding-top: 0.52083vw;
      padding-bottom: 0.52083vw; }
    #header .box__link .list__link .subnav .list a {
      display: block;
      font-size: 1.5625vw;
      line-height: 1.5625vw;
      padding: 0.26042vw 0.52083vw 0.26042vw 1.82292vw; }
      #header .box__link .list__link .subnav .list a .thumb {
        width: 1.77083vw; }
    #header .box__link .list__link .subnav .list .link-collapse,
    #header .box__link .list__link .subnav .list .collapse {
      background: #333; }
    #header .box__link .list__link .subnav .list [data-toggle="collapse"] span {
      background: url(../images/bullet/arrow__red-1.png) no-repeat 0 0.67708vw #333;
      background-size: 0.52083vw auto;
      display: inline-block;
      padding-left: 0.78125vw;
      vertical-align: top; }
    #header .box__link .list__link .subnav .list [data-toggle="collapse"][aria-expanded="true"] span {
      background: url(../images/bullet/arrow__red-2.png) no-repeat 0 0.72917vw #333;
      background-size: 0.52083vw auto; }
    #header .box__link .list__link .subnav .list .link-collapse li {
      border-top: #333 1px solid; }
      #header .box__link .list__link .subnav .list .link-collapse li a {
        font-size: 1.45833vw;
        line-height: 1.45833vw;
        padding: 0.26042vw 0.52083vw 0.26042vw 2.70833vw; }
        #header .box__link .list__link .subnav .list .link-collapse li a span {
          background: url(../images/bullet/circle__white-1.png) no-repeat 0 center;
          background-size: 0.46875vw auto;
          display: inline-block;
          padding-left: 0.78125vw;
          vertical-align: top; }

/* ----------------------------------------------------------------------- box__home
---------------------------------------------------------------------------------- */
.bg-sidebar {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 4000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0; }

/* box__home > sidebar
---------------------------------------------------------------------------------- */
.sidebar {
  z-index: 50;
  position: fixed;
  top: 15.625vw;
  right: 0; }

.sidebar .toggle {
  display: none; }

.sidebar .arrow {
  display: none; }

.sidebar .buy, .social, .comment {
  display: block;
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-bottom: 0.52083vw;
  text-align: center;
  width: 5.10417vw;
  height: 5.10417vw; }
  .sidebar .buy .button, .social .button, .comment .button {
    display: block;
    padding-top: 3.4375vw;
    width: 100%;
    height: 100%; }
  .sidebar .buy .info, .social .info, .comment .info {
    display: none;
    z-index: 10;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0; }
  .sidebar .buy .close, .social .close, .comment .close {
    display: block;
    opacity: 1;
    text-indent: -9998px;
    z-index: 10;
    width: 5.10417vw;
    height: 5.10417vw;
    position: absolute;
    top: 0;
    right: 0; }
  .sidebar .buy .list, .social .list, .comment .list {
    float: right;
    margin-right: 5.10417vw; }
    .sidebar .buy .list li, .social .list li, .comment .list li {
      float: left;
      margin-right: 0.10417vw; }
      .sidebar .buy .list li a, .social .list li a, .comment .list li a {
        display: block;
        padding: 0.72917vw 0 0;
        text-align: center;
        width: 6.97917vw;
        height: 5.10417vw;
        border-radius: 0; }
      .sidebar .buy .list li .thumb, .social .list li .thumb, .comment .list li .thumb {
        display: block;
        margin-bottom: 0.41667vw; }
        .sidebar .buy .list li .thumb img, .social .list li .thumb img, .comment .list li .thumb img {
          margin: 0 auto;
          width: auto;
          height: 2.23958vw; }
      .sidebar .buy .list li .text, .social .list li .text, .comment .list li .text {
        display: block;
        font-size: 1.25vw;
        line-height: 1.25vw; }

.sidebar .buy {
  background: url(../images/bullet/sidebar-buy.png) no-repeat center 0.9375vw #ed1b2f;
  background-size: 2.5vw auto; }
  .sidebar .buy .list a {
    background: #ed1b2f; }
  .sidebar .buy .close {
    background: url(../images/button/close.png) no-repeat center center #c30e21;
    background-size: 1.14583vw auto; }

.sidebar .social {
  background: url(../images/bullet/sidebar-social.png) no-repeat center 0.72917vw #222;
  background-size: 2.39583vw auto; }
  .sidebar .social .list a {
    background: #333; }
  .sidebar .social .close {
    background: url(../images/button/close.png) no-repeat center center #222;
    background-size: 1.14583vw auto; }

.sidebar .comment {
  background: url(../images/bullet/sidebar-comment.png) no-repeat center 0.72917vw #555;
  background-size: 2.5vw auto; }
  .sidebar .comment .list a {
    background: #666; }
  .sidebar .comment .close {
    background: url(../images/button/close.png) no-repeat center center #555;
    background-size: 1.14583vw auto; }

/* box__home > box__key-visual
---------------------------------------------------------------------------------- */
#box__home .box__key-visual {
  margin: 0;
  overflow: hidden; }
  #box__home .box__key-visual .visible__desktop {
    overflow: hidden;
    width: 100%;
    height: 48.69792vw; }
    #box__home .box__key-visual .visible__desktop iframe {
      width: 100%;
      height: 48.69792vw; }
    #box__home .box__key-visual .visible__desktop .pic {
      overflow: hidden;
      height: 100%; }
      #box__home .box__key-visual .visible__desktop .pic span {
        background: url(../images/bg/alive.png) no-repeat;
        background-size: 100% auto;
        display: block;
        text-indent: -9998px;
        z-index: 10;
        width: 11.09375vw;
        height: 5.41667vw;
        position: absolute;
        bottom: 0;
        right: 0; }
      #box__home .box__key-visual .visible__desktop .pic img {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
  #box__home .box__key-visual .info {
    background: rgba(0, 0, 0, 0.7);
    padding: 2.08333vw;
    z-index: 10;
    width: 23.95833vw;
    position: absolute;
    bottom: 1.04167vw;
    left: 1.04167vw; }
    #box__home .box__key-visual .info .title {
      color: #fff;
      font-family: 'DB Helvethaica X Med';
      font-size: 2.60417vw;
      line-height: 2.60417vw;
      margin-bottom: 1.04167vw; }
    #box__home .box__key-visual .info .description {
      color: #fff;
      font-size: 1.77083vw;
      line-height: 1.77083vw;
      margin-bottom: 1.5625vw;
      min-height: 5.15625vw; }
    #box__home .box__key-visual .info .more {
      margin: 0; }
      #box__home .box__key-visual .info .more a {
        border: #fff 3px solid;
        color: #fff;
        display: inline-block;
        font-family: 'DB Helvethaica X Med';
        font-size: 1.5625vw;
        line-height: 1.5625vw;
        padding: 0.67708vw 1.5625vw 0.57292vw;
        vertical-align: top; }
    #box__home .box__key-visual .info span {
      display: block; }
  #box__home .box__key-visual .slick-dots {
    bottom: 25px; }

/* box__home > tab__car-guide
---------------------------------------------------------------------------------- */
#box__home .tab__car-guide {
  background: url(../images/bg/tab__car-guide.png) repeat-x;
  background-size: 1px auto;
  height: 12.1875vw; }

#box__home .tab__car-guide .text-intro {
  color: #fff;
  padding: 1.5625vw 0 0 1.5625vw;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #box__home .tab__car-guide .text-intro strong {
    display: block;
    font-size: 2.60417vw;
    opacity: 0;
    line-height: 2.60417vw;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  #box__home .tab__car-guide .text-intro span {
    display: block;
    font-size: 3.54167vw;
    opacity: 0;
    line-height: 3.54167vw;
    -webkit-transition: all .7s .2s ease;
    -o-transition: all .7s .2s ease;
    transition: all .7s .2s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  #box__home .tab__car-guide .text-intro.active strong, #box__home .tab__car-guide .text-intro.active span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#box__home .tab__car-guide .tab {
  background: none;
  padding: 0; }

#box__home .tab__car-guide .list {
  background: none;
  border: 0;
  padding: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 1.30208vw; }
  #box__home .tab__car-guide .list li {
    background: none;
    border: 0;
    float: left;
    margin: 0 0 0 4.16667vw;
    padding: 0; }
    #box__home .tab__car-guide .list li a {
      color: #fff;
      display: block;
      float: none;
      padding: 7.8125vw 0 0;
      text-align: center;
      height: 12.1875vw; }
    #box__home .tab__car-guide .list li span {
      display: block;
      font-family: 'DB Helvethaica X Thin';
      font-weight: 400; }
    #box__home .tab__car-guide .list li.car-guide-1 a {
      background: url(../images/button/car-guide-1.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw;
      width: 9.16667vw; }
    #box__home .tab__car-guide .list li.car-guide-1.ui-state-active a,
    #box__home .tab__car-guide .list li.car-guide-1.active a {
      background: url(../images/button/car-guide-1-active.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw; }
    #box__home .tab__car-guide .list li.car-guide-2 a {
      background: url(../images/button/car-guide-2.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw;
      width: 9.11458vw; }
    #box__home .tab__car-guide .list li.car-guide-2.ui-state-active a,
    #box__home .tab__car-guide .list li.car-guide-2.active a {
      background: url(../images/button/car-guide-2-active.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw; }
    #box__home .tab__car-guide .list li.car-guide-3 a {
      background: url(../images/button/car-guide-3.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw;
      width: 9.6875vw; }
    #box__home .tab__car-guide .list li.car-guide-3.ui-state-active a,
    #box__home .tab__car-guide .list li.car-guide-3.active a {
      background: url(../images/button/car-guide-3-active.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw; }
    #box__home .tab__car-guide .list li.car-guide-4 a {
      background: url(../images/button/car-guide-4.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw;
      width: 9.11458vw; }
    #box__home .tab__car-guide .list li.car-guide-4.ui-state-active a,
    #box__home .tab__car-guide .list li.car-guide-4.active a {
      background: url(../images/button/car-guide-4-active.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw; }
    #box__home .tab__car-guide .list li.car-guide-5 a {
      background: url(../images/button/car-guide-5.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw;
      width: 9.11458vw; }
    #box__home .tab__car-guide .list li.car-guide-5.ui-state-active a,
    #box__home .tab__car-guide .list li.car-guide-5.active a {
      background: url(../images/button/car-guide-5-active.png) no-repeat center 2.08333vw;
      background-size: 100% 4.63542vw; }

#box__home .tab__car-guide .detail {
  display: none;
  z-index: 20;
  width: 100%;
  position: absolute;
  top: 12.1875vw;
  left: 0; }
  #box__home .tab__car-guide .detail .list__car .car {
    padding: 0 1.04167vw; }
  #box__home .tab__car-guide .detail img {
    display: block;
    width: 100%; }

/* box__home > box__banner
---------------------------------------------------------------------------------- */
#box__home .box__banner {
  margin-bottom: 3.125vw; }

#box__home .box__banner .banner {
  overflow: hidden; }
  #box__home .box__banner .banner iframe {
    width: 100vw;
    height: 48.69792vw; }
  #box__home .box__banner .banner .info {
    background: rgba(0, 0, 0, 0.7);
    padding: 2.08333vw;
    z-index: 10;
    width: 23.95833vw;
    position: absolute;
    bottom: 1.04167vw;
    left: 1.04167vw; }
    #box__home .box__banner .banner .info .title {
      color: #fff;
      font-family: 'DB Helvethaica X Med';
      font-size: 2.60417vw;
      line-height: 2.60417vw;
      margin-bottom: 1.04167vw; }
      #box__home .box__banner .banner .info .title span {
        display: block; }
    #box__home .box__banner .banner .info .description {
      color: #fff;
      font-size: 1.77083vw;
      line-height: 1.77083vw;
      margin-bottom: 1.5625vw; }
      #box__home .box__banner .banner .info .description span {
        display: block; }
    #box__home .box__banner .banner .info .more {
      margin: 0; }
      #box__home .box__banner .banner .info .more a {
        border: #fff 3px solid;
        color: #fff;
        display: inline-block;
        font-family: 'DB Helvethaica X Med';
        font-size: 1.5625vw;
        line-height: 1.5625vw;
        padding: 0.67708vw 1.5625vw 0.57292vw;
        vertical-align: top; }
  #box__home .box__banner .banner .yaris {
    overflow: hidden;
    width: 100vw;
    height: 48.4375vw; }
    #box__home .box__banner .banner .yaris .info {
      bottom: 1.30208vw; }

#box__home .box__banner img {
  display: block;
  width: 100%; }

#box__home .box__banner #banner-vdo {
  background: #000;
  overflow: hidden; }
  #box__home .box__banner #banner-vdo iframe {
    display: block;
    width: 100vw;
    height: 56.25vw; }

/* box__home > box__activity
---------------------------------------------------------------------------------- */
#box__home .box__activity {
  margin-bottom: 3.125vw; }

#box__home .box__activity .head__section {
  font-size: 3.4375vw;
  line-height: 3.4375vw;
  text-align: center; }

#box__home .box__activity .toggle {
  margin-bottom: 2.08333vw;
  text-align: center; }
  #box__home .box__activity .toggle a {
    display: inline-block;
    vertical-align: top; }
    #box__home .box__activity .toggle a span {
      display: inline-block;
      vertical-align: top; }
    #box__home .box__activity .toggle a .close-activity,
    #box__home .box__activity .toggle a.active .open-activity {
      display: none; }
    #box__home .box__activity .toggle a.active .close-activity {
      display: inline-block; }

#box__home .box__activity .detail {
  display: none; }
  #box__home .box__activity .detail img {
    display: block;
    width: 100%; }
  #box__home .box__activity .detail .more {
    background: #4f4f4f;
    display: block;
    line-height: 2.91667vw;
    margin: 1.04167vw auto 0;
    text-align: center;
    width: 8.33333vw;
    height: 2.91667vw; }

/* -------------------------------------------------------------------- box__product
---------------------------------------------------------------------------------- */
#box__product {
  background: #fff; }
  #box__product .wrapper {
    margin: 0 auto;
    padding-bottom: 40px; }
  #box__product .breadcrumb {
    margin: 0 auto;
    padding: 20px;
    max-width: 1320px; }

/* box__product > hilight
---------------------------------------------------------------------------------- */
#box__product .tab__hilight .list__hilight {
  margin: 0 0 20px;
  text-align: center; }
  #box__product .tab__hilight .list__hilight li {
    display: inline-block;
    margin: 0 40px;
    vertical-align: top; }
  #box__product .tab__hilight .list__hilight a {
    color: #222;
    display: block;
    font-family: 'DB Helvethaica X';
    font-size: 24px;
    line-height: 24px; }
  #box__product .tab__hilight .list__hilight span {
    border-bottom: #fff 4px solid;
    display: block; }
  #box__product .tab__hilight .list__hilight .active span {
    border-bottom: #ed1b2f 4px solid; }

/* box__product > exterior
---------------------------------------------------------------------------------- */
#box__product .box__exterior {
  margin: 0 auto;
  padding: 0 20px;
  width: 1320px;
  max-width: 100%; }

#box__product .box__exterior .head__section {
  color: #212121;
  font-family: 'DB Helvethaica X Bd';
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 20px; }

#box__product .box__exterior .list__exterior li {
  margin: 0 0 40px; }

#box__product .box__exterior .list__exterior .pic img {
  width: 80%; }

#box__product .box__exterior .list__exterior .info {
  background: #f3f3f3;
  padding: 30px;
  z-index: 10;
  width: 340px;
  max-width: 100%;
  min-height: 230px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#box__product .box__exterior .list__exterior .title {
  background: url(../images/bg/color__red-2.gif) no-repeat 0 bottom;
  background-size: 30px 3px;
  color: #222;
  font-family: 'DB Helvethaica X Bd';
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-transform: uppercase; }

#box__product .box__exterior .list__exterior .text {
  color: #222;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 24px; }

#box__product .box__exterior .list__exterior li:nth-of-type(even) .pic {
  text-align: right; }

#box__product .box__exterior .list__exterior li:nth-of-type(even) .info {
  right: auto;
  left: 0; }

/* box__product > interior
---------------------------------------------------------------------------------- */
#box__product .box__interior {
  margin: 0 auto;
  width: 1340px;
  max-width: 100%; }

#box__product .box__interior .head__section {
  color: #212121;
  font-family: 'DB Helvethaica X Bd';
  font-size: 48px;
  line-height: 48px;
  margin: 0 30px 20px; }

#box__product .box__interior .list__interior {
  margin: 0 30px; }
  #box__product .box__interior .list__interior li {
    margin: 0 0 40px; }
  #box__product .box__interior .list__interior .pic img {
    width: 80%; }
  #box__product .box__interior .list__interior .info {
    background: #f3f3f3;
    padding: 30px;
    z-index: 10;
    width: 340px;
    max-width: 100%;
    min-height: 230px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #box__product .box__interior .list__interior .title {
    background: url(../images/bg/color__red-2.gif) no-repeat 0 bottom;
    background-size: 30px 3px;
    color: #222;
    font-family: 'DB Helvethaica X Bd';
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase; }
  #box__product .box__interior .list__interior .text {
    color: #222;
    font-family: 'DB Helvethaica X';
    font-size: 24px;
    line-height: 24px; }
  #box__product .box__interior .list__interior li:nth-of-type(even) .pic {
    text-align: right; }
  #box__product .box__interior .list__interior li:nth-of-type(even) .info {
    right: auto;
    left: 0; }

#box__product .box__interior .list__gallery {
  margin: 0 auto 20px;
  text-align: center; }
  #box__product .box__interior .list__gallery li {
    display: inline-block;
    margin: 0 5px 20px;
    vertical-align: top; }
  #box__product .box__interior .list__gallery a {
    display: block; }
  #box__product .box__interior .list__gallery img {
    display: block;
    width: 308px;
    height: 246px; }

#box__product .box__interior .vdo {
  margin: 0 0 40px; }
  #box__product .box__interior .vdo iframe {
    display: block;
    margin: 0 auto;
    width: 1280px;
    height: 720px; }

/* box__product > spec
---------------------------------------------------------------------------------- */
#box__product .box__adjust-car {
  margin: 0 auto 40px;
  padding: 0 20px;
  text-align: center;
  max-width: 1320px; }
  #box__product .box__adjust-car .head__info {
    color: #222;
    text-align: left;
    position: absolute;
    top: 0;
    left: 20px; }
    #box__product .box__adjust-car .head__info strong {
      display: block;
      font-size: 60px;
      line-height: 60px; }
    #box__product .box__adjust-car .head__info span {
      display: block;
      font-family: 'DB Helvethaica X';
      font-size: 30px;
      line-height: 30px; }
  #box__product .box__adjust-car .price {
    color: #222;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 20px; }
    #box__product .box__adjust-car .price strong {
      display: block;
      font-size: 54px;
      line-height: 54px; }
    #box__product .box__adjust-car .price span {
      display: block;
      font-family: 'DB Helvethaica X';
      font-size: 24px;
      line-height: 24px; }
  #box__product .box__adjust-car .review {
    background: url(../images/button/review.png) no-repeat center 0;
    color: #222;
    display: block;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    line-height: 20px;
    padding: 45px 0 0;
    z-index: 100;
    width: 100px;
    position: absolute;
    bottom: 60px;
    left: 20px; }

#box__product .box__compare-spec .head__section {
  color: #222;
  font-family: 'DB Helvethaica X Bd';
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 5px;
  text-align: center; }

#box__product .box__compare-spec .subhead {
  color: #222;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px;
  text-align: center; }

#box__product .box__compare-spec .list__car {
  margin: 0 auto 10px;
  max-width: 80%; }
  #box__product .box__compare-spec .list__car .list {
    padding-bottom: 30px;
    text-align: center; }
  #box__product .box__compare-spec .list__car li {
    display: inline-block;
    vertical-align: top;
    width: 210px; }
  #box__product .box__compare-spec .list__car a {
    display: block; }
  #box__product .box__compare-spec .list__car .type {
    background: url(../images/bg/circle__grey.png) no-repeat center center;
    color: #aaa;
    font-family: 'DB Helvethaica X';
    font-size: 24px;
    line-height: 42px;
    margin: 0 0 10px;
    text-align: center;
    height: 40px; }
  #box__product .box__compare-spec .list__car .active .type {
    background: url(../images/bg/circle__pink.png) no-repeat center center;
    color: #000; }
  #box__product .box__compare-spec .list__car .pic {
    margin-bottom: 5px; }
    #box__product .box__compare-spec .list__car .pic img {
      display: block;
      margin: 0 auto; }
  #box__product .box__compare-spec .list__car .price span {
    color: #222;
    display: block;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    line-height: 24px; }
  #box__product .box__compare-spec .list__car .price em {
    font-size: 30px;
    font-family: 'DB Helvethaica X Med';
    font-weight: 400; }

#box__product .box__compare-spec .tab__spec {
  background: #fff;
  border: 0;
  margin: 0 auto 20px;
  padding: 0;
  max-width: 80%; }

#box__product .box__compare-spec .list__spec {
  background: none;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  #box__product .box__compare-spec .list__spec li {
    border: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50%;
    border-radius: 0; }
    #box__product .box__compare-spec .list__spec li a {
      background: #e0e0e0;
      color: #fff;
      display: block;
      float: none;
      font-family: 'DB Helvethaica X';
      font-size: 30px;
      line-height: 58px;
      margin: 0;
      padding: 0;
      height: 56px; }
    #box__product .box__compare-spec .list__spec li span {
      border-bottom: #e0e0e0 6px solid;
      display: inline-block;
      vertical-align: top;
      height: 100%; }
    #box__product .box__compare-spec .list__spec li.ui-state-active a {
      background: #333; }
    #box__product .box__compare-spec .list__spec li.ui-state-active span {
      border-bottom: #444 6px solid; }

#box__product .box__compare-spec .tab__standard {
  background: #444;
  border: 0;
  margin: 0;
  padding: 0; }
  #box__product .box__compare-spec .tab__standard .box__sticky {
    top: 56px; }

#box__product .box__compare-spec .list__category {
  background: #444;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  #box__product .box__compare-spec .list__category li {
    background: url(../images/bg/color__white-2.gif) no-repeat 0 center;
    background-size: 1px 40px;
    border: 0;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-radius: 0; }
    #box__product .box__compare-spec .list__category li:first-child {
      background: none; }
  #box__product .box__compare-spec .list__category a {
    background: none;
    color: #fff;
    display: block;
    float: none;
    font-family: 'DB Helvethaica X Thin';
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    height: 70px; }
  #box__product .box__compare-spec .list__category .text {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #box__product .box__compare-spec .list__category .ui-state-active a,
  #box__product .box__compare-spec .list__category .active a,
  #box__product .box__compare-spec .list__category .slick-current a {
    background: url(../images/bg/color__white-2.gif) no-repeat center bottom;
    background-size: 80px 6px; }

#box__product .box__compare-spec .detail,
#box__product .box__compare-spec .info {
  background: #fff;
  padding: 0; }

#box__product .box__compare-spec .table__info {
  border: #444 1px solid;
  border-top: 0;
  margin: 0 0 20px;
  padding: 0 10px 10px; }
  #box__product .box__compare-spec .table__info .box__sticky {
    background: #fff;
    padding-top: 10px;
    z-index: 40;
    top: 126px; }
  #box__product .box__compare-spec .table__info table {
    width: 100%; }
    #box__product .box__compare-spec .table__info table col {
      width: 25%; }
    #box__product .box__compare-spec .table__info table th {
      background: #ed1b2f;
      border-left: #fff 2px solid;
      color: #fff;
      font-family: 'DB Helvethaica X Thin';
      font-size: 22px;
      text-align: center;
      vertical-align: middle;
      height: 38px; }
      #box__product .box__compare-spec .table__info table th:first-child {
        border: 0; }
    #box__product .box__compare-spec .table__info table td {
      background: #f6f6f6;
      border-left: #fff 2px solid;
      color: #333;
      font-family: 'DB Helvethaica X';
      font-size: 20px;
      line-height: 20px;
      padding: 10px;
      text-align: center;
      vertical-align: middle; }
      #box__product .box__compare-spec .table__info table td:first-child {
        border: 0;
        font-family: 'DB Helvethaica X Med';
        text-align: left; }
      #box__product .box__compare-spec .table__info table td[colspan="4"] {
        background: #fff;
        color: #ed1b2f;
        padding: 20px 10px 10px; }
    #box__product .box__compare-spec .table__info table tbody tr:nth-of-type(even) td {
      background: #ebebeb; }
  #box__product .box__compare-spec .table__info.column-2 col {
    width: 50%; }
  #box__product .box__compare-spec .table__info.column-3 col {
    width: 33.33%; }
  #box__product .box__compare-spec .table__info.column-4 col {
    width: 25%; }
  #box__product .box__compare-spec .table__info.column-5 col {
    width: 20%; }
  #box__product .box__compare-spec .table__info.column-6 col {
    width: 16.66%; }

#box__product .box__compare-spec .box__condition {
  margin: 0 0 20px;
  padding: 0 20px 20px; }
  #box__product .box__compare-spec .box__condition p {
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px; }
  #box__product .box__compare-spec .box__condition .title {
    font-family: 'DB Helvethaica X Med';
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px; }

#box__product .box__external-internal {
  margin: 0 auto 40px; }

#box__product .box__external-internal .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  #box__product .box__external-internal .list li {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  #box__product .box__external-internal .list a {
    display: block; }
  #box__product .box__external-internal .list .pic img {
    display: block;
    width: 100%; }
  #box__product .box__external-internal .list .info {
    text-align: center;
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0; }
  #box__product .box__external-internal .list .name {
    margin-bottom: 10px; }
  #box__product .box__external-internal .list .name span {
    background: #ed1b2f;
    color: #fff;
    display: inline-block;
    font-family: 'DB Helvethaica X';
    font-size: 30px;
    line-height: 30px;
    padding: 5px 15px;
    vertical-align: top; }
  #box__product .box__external-internal .list .pic-number {
    color: #fff;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    line-height: 20px;
    margin: 0; }

/* box__product > download
---------------------------------------------------------------------------------- */
#box__product .box__download {
  margin: 0 0 20px; }

#box__product .box__download .head__section {
  color: #222;
  font-family: 'DB Helvethaica X Bd';
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 10px;
  text-align: center; }

#box__product .box__download .box__description {
  margin: 0 auto 40px;
  width: 505px;
  max-width: 100%; }

#box__product .box__download .box__description .pic {
  margin-bottom: 20px; }
  #box__product .box__download .box__description .pic img {
    display: block;
    margin: 0 auto;
    width: 100%; }

#box__product .box__download .box__description .info {
  border-bottom: #a2a2a2 1px solid;
  padding-right: 125px;
  min-height: 86px; }

#box__product .box__download .box__description .name {
  border-bottom: #e6e6e6 1px solid;
  color: #000;
  font-family: 'DB Helvethaica X Med';
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#box__product .box__download .box__description .size {
  color: #222;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px; }

#box__product .box__download .box__description .download {
  border-left: #a2a2a2 1px solid;
  z-index: 10;
  width: 105px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }
  #box__product .box__download .box__description .download .link {
    background: url(../images/bg/download.png) no-repeat center 0;
    color: #000;
    display: block;
    font-family: 'DB Helvethaica X';
    font-size: 18px;
    line-height: 18px;
    padding: 50px 0 0;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#box__product .box__download .box__acrobat {
  background: #f1f1f1;
  margin: 0 auto 40px;
  padding: 20px;
  text-align: center;
  width: 1010px;
  max-width: 100%; }
  #box__product .box__download .box__acrobat span {
    display: inline-block;
    vertical-align: top; }
  #box__product .box__download .box__acrobat .text {
    color: #222;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    line-height: 41px; }
  #box__product .box__download .box__acrobat a {
    color: #ed1b2f;
    text-decoration: underline; }

/* box__product > model
---------------------------------------------------------------------------------- */
#box__product .box__model {
  margin: 0 0 20px; }

#box__product .box__model .head__section {
  color: #222;
  font-family: 'DB Helvethaica X Bd';
  font-size: 48px;
  line-height: 48px;
  margin: 0;
  text-align: center; }

#box__product .box__model .list__model {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1320px; }
  #box__product .box__model .list__model li {
    background: url(../images/bg/color__a2a2a2.gif) no-repeat center bottom;
    background-size: 89% 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin: 0 0 20px;
    padding: 0 20px 5px;
    width: 33.33%; }
  #box__product .box__model .list__model a {
    display: block; }
  #box__product .box__model .list__model .pic {
    margin-bottom: 20px; }
    #box__product .box__model .list__model .pic img {
      display: block;
      margin: 0 auto;
      width: 100%; }
  #box__product .box__model .list__model .info {
    padding-right: 125px;
    min-height: 86px; }
  #box__product .box__model .list__model .type {
    border-bottom: #a2a2a2 1px solid;
    color: #000;
    font-family: 'DB Helvethaica X Med';
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    height: 59px; }
    #box__product .box__model .list__model .type span {
      display: block;
      font-family: 'DB Helvethaica X Bd';
      font-size: 30px;
      line-height: 30px;
      text-align: right;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0; }
  #box__product .box__model .list__model .price {
    color: #222;
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
    #box__product .box__model .list__model .price span {
      display: block;
      font-size: 20px;
      line-height: 20px;
      text-align: right;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0; }
      #box__product .box__model .list__model .price span em {
        color: #ed1b2f;
        font-size: 24px; }
  #box__product .box__model .list__model .calculate-payment {
    border-left: #a2a2a2 1px solid;
    z-index: 10;
    width: 105px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    #box__product .box__model .list__model .calculate-payment .link {
      background: url(../images/bullet/calculate-payment-2.png) no-repeat center 0;
      color: #000;
      display: block;
      font-family: 'DB Helvethaica X';
      font-size: 20px;
      line-height: 20px;
      padding: 50px 0 0;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }

/* box__product > review
---------------------------------------------------------------------------------- */
#box__product .box__review {
  margin: 0 0 20px; }

#box__product .box__review .head__section {
  color: #222;
  font-family: 'DB Helvethaica X Bd';
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 10px;
  text-align: center; }

#box__product .box__review .list__review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1320px; }
  #box__product .box__review .list__review li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 40px;
    padding: 0 20px;
    width: 50%; }
  #box__product .box__review .list__review a {
    display: block; }
  #box__product .box__review .list__review .pic {
    margin-bottom: 10px; }
    #box__product .box__review .list__review .pic img {
      display: block;
      width: 100%; }
  #box__product .box__review .list__review .description {
    color: #000;
    font-family: 'DB Helvethaica X Med';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 60px; }
  #box__product .box__review .list__review .info {
    border-top: #a2a2a2 1px solid;
    border-bottom: #a2a2a2 1px solid;
    padding: 5px 0; }
  #box__product .box__review .list__review .type {
    background: url(../images/bullet/message.png) no-repeat 0 center;
    color: #222;
    font-family: 'DB Helvethaica X';
    font-size: 24px;
    padding-left: 25px;
    line-height: 26px;
    height: 24px; }
  #box__product .box__review .list__review .share {
    z-index: 10;
    position: absolute;
    top: 5px;
    right: 0; }
    #box__product .box__review .list__review .share .text {
      color: #222;
      display: inline-block;
      font-family: 'DB Helvethaica X';
      font-size: 24px;
      line-height: 26px;
      margin-left: 5px;
      vertical-align: top; }
    #box__product .box__review .list__review .share .fb,
    #box__product .box__review .list__review .share .twitter {
      background: url(../images/button/fb-2.png) no-repeat;
      display: inline-block;
      margin-left: 3px;
      text-indent: -9998px;
      vertical-align: top;
      width: 24px;
      height: 24px; }
    #box__product .box__review .list__review .share .twitter {
      background: url(../images/button/twitter.png) no-repeat; }

/* box__product > box__pricelist
---------------------------------------------------------------------------------- */
#box__product .box__pricelist {
  margin: 0 auto 40px;
  width: 1200px;
  max-width: 100%; }

#box__product .box__pricelist .head__section {
  border-bottom: #e4e4e4 1px solid;
  color: #222;
  font-family: 'DB Helvethaica X Bd';
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 20px;
  padding: 0 0 20px; }

#box__product .box__pricelist .box__choose-type {
  border-bottom: #e4e4e4 1px solid;
  margin: 0 0 40px;
  padding: 0 0 40px; }
  #box__product .box__pricelist .box__choose-type .detail {
    margin-bottom: 20px;
    padding-left: 250px;
    min-height: 120px; }
  #box__product .box__pricelist .box__choose-type .choose {
    background: url(../images/bg/box__pricelist-type-1.png) no-repeat;
    z-index: 10;
    width: 238px;
    height: 99px;
    position: absolute;
    top: 0;
    left: 0; }
    #box__product .box__pricelist .box__choose-type .choose .type {
      color: #fff;
      font-family: 'DB Helvethaica X Med';
      font-size: 30px;
      line-height: 62px;
      padding: 0 0 0 20px;
      height: 62px; }
    #box__product .box__pricelist .box__choose-type .choose .form-check {
      margin: 0 0 0 20px; }
      #box__product .box__pricelist .box__choose-type .choose .form-check span {
        color: #222;
        font-family: 'DB Helvethaica X';
        font-size: 22px;
        line-height: 24px; }
  #box__product .box__pricelist .box__choose-type .type-2 .choose {
    background: url(../images/bg/box__pricelist-type-2.png) no-repeat; }
  #box__product .box__pricelist .box__choose-type .type-3 .choose {
    background: url(../images/bg/box__pricelist-type-3.png) no-repeat; }
  #box__product .box__pricelist .box__choose-type .list__car li {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: top;
    width: 150px; }
  #box__product .box__pricelist .box__choose-type .list__car .pic {
    text-align: center; }
  #box__product .box__pricelist .box__choose-type .list__car .form-check {
    margin: 0; }
  #box__product .box__pricelist .box__choose-type .list__car .form-check-label {
    padding: 0; }
  #box__product .box__pricelist .box__choose-type .list__car .form-check-input {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0; }
  #box__product .box__pricelist .box__choose-type .list__car .name {
    color: #000;
    font-family: 'DB Helvethaica X';
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px; }
  #box__product .box__pricelist .box__choose-type .show-price {
    background: #ed1b2f;
    color: #fff;
    display: block;
    font-family: 'DB Helvethaica X Med';
    font-size: 30px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 240px;
    height: 50px; }

#box__product .box__pricelist .box__condition {
  margin: 0 auto 40px;
  width: 1050px;
  max-width: 100%; }

#box__product .box__pricelist .box__condition p {
  color: #222;
  font-family: 'DB Helvethaica X';
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px; }

#box__product .box__pricelist .box__condition .title {
  font-family: 'DB Helvethaica X Bd';
  font-size: 24px;
  line-height: 24px; }

#box__product .box__pricelist .table__pricelist table {
  margin: 0 0 40px;
  width: 100%; }

#box__product .box__pricelist .table__pricelist col {
  width: 25%; }

#box__product .box__pricelist .table__pricelist th {
  background: #444;
  border-left: #fff 1px solid;
  color: #fff;
  font-family: 'DB Helvethaica X Med';
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  height: 70px; }

#box__product .box__pricelist .table__pricelist td {
  background: #f6f6f6;
  border-left: #fff 1px solid;
  border-bottom: #fff 1px solid;
  color: #333;
  font-family: 'DB Helvethaica X';
  font-size: 22px;
  line-height: 22px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 60px; }

#box__product .box__pricelist .table__pricelist tr:nth-of-type(even) td {
  background: #ebebeb; }

#box__product .box__pricelist .table__pricelist .view {
  background: url(../images/bullet/arrow__grey-3.png) no-repeat right 4px;
  color: #999;
  display: block;
  font-size: 22px;
  line-height: 22px;
  padding: 0 15px 0 0;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  right: 10px; }

/* box__product > other
---------------------------------------------------------------------------------- */
#box__product .box__other-link .list {
  text-align: center; }
  #box__product .box__other-link .list li {
    background: url(../images/bg/color__grey-2.gif) no-repeat;
    background-size: 1px 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 350px; }
    #box__product .box__other-link .list li:first-child {
      background: none; }
  #box__product .box__other-link .list a {
    display: block; }
  #box__product .box__other-link .list .pic {
    margin: 0 0 10px; }
  #box__product .box__other-link .list .text {
    color: #222;
    font-family: 'DB Helvethaica X';
    font-size: 36px;
    line-height: 36px; }

.modal-open #box__product .sidebar .active a {
  background: #ed1b2f; }

/* box__product > box360
---------------------------------------------------------------------------------- */
#box__product .iframe-product-360 {
  z-index: 0;
  width: 100%;
  height: 480px; }
  #box__product .iframe-product-360 iframe {
    display: block;
    width: 100%;
    height: 100%; }

#box__product .slider-360 .slider-for {
  margin: 0 auto;
  width: 728px;
  height: 455px; }

.product-360 .bg-box360 {
  cursor: url(../images/button/360.cur), move;
  margin: 0 auto;
  z-index: 1;
  width: 728px;
  height: 455px; }

.product-360 .box360 {
  z-index: 10;
  width: 728px;
  height: 455px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.product-360 #bg_cover,
.product-360 #bg_cover-mobile {
  display: none;
  z-index: 1;
  width: 728px;
  height: 455px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.product-360 .test_cover {
  display: block;
  width: 728px;
  height: 455px; }

.product-360 .box360 .ts_img_view {
  width: 728px;
  height: 455px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.product-360 .box360 .loading_bg {
  background: none !important;
  width: 728px;
  height: 455px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.product-360 .box360 .ts_imgzoom_view {
  display: none !important;
  opacity: 0;
  position: absolute;
  left: -9998px; }

.product-360 .box360 .loading_bg .loading {
  margin: 0 !important;
  width: 340px !important;
  height: 72px !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.product-360 .box360 .loading_bg .loading .loading_bar {
  margin-left: -136px !important;
  width: 272px !important;
  bottom: 11px !important;
  left: 50% !important; }

.product-360 .box360 .round {
  display: none !important; }

.listColor {
  background: url(../images/bg/color__e8e8e8.gif) no-repeat 0 center;
  background-size: 100% 1px;
  text-align: center;
  z-index: 50;
  width: 100%;
  max-width: 1280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.listColor ul {
  background: #fff;
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: top; }

.listColor li {
  display: inline-block;
  margin: 0 8px;
  text-align: center;
  vertical-align: top; }

.listColor a {
  display: block;
  width: 39px;
  height: 39px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.listColor li.active a,
.listColor li:hover a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.listColor img {
  display: block;
  width: 39px;
  height: 39x; }

.product-360 .gleft,
.product-360 .gright {
  display: block;
  text-indent: -9998px;
  z-index: 50;
  width: 50px;
  height: 46px;
  position: absolute;
  top: 50%; }

.product-360 .gleft,
.product-360 .gleft:active {
  background: url(../images/button/next.png) no-repeat center center;
  right: 15%; }

.product-360 .gright,
.product-360 .gright:active {
  background: url(../images/button/prev.png) no-repeat center center;
  left: 15%; }

/* --------------------------------------------------------------------- box__dealer
---------------------------------------------------------------------------------- */
#box__dealer {
  background: #fff;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; }

#box__dealer .form-check-input {
  margin-top: 1px; }

#box__dealer .list__dealer {
  background: #ed1b2f; }
  #box__dealer .list__dealer ul {
    text-align: center; }
  #box__dealer .list__dealer li {
    background: url(../images/bg/color__red-1.png) no-repeat 0 center;
    background-size: 1px 30px;
    display: inline-block;
    vertical-align: top; }
    #box__dealer .list__dealer li:first-child {
      background: none; }
  #box__dealer .list__dealer a {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 60px;
    padding: 0 30px;
    height: 60px; }
  #box__dealer .list__dealer span {
    border-bottom: #ed1b2f 4px solid;
    display: inline-block;
    vertical-align: top;
    height: 60px; }
  #box__dealer .list__dealer .active span {
    border-bottom: #fff 4px solid; }

#box__dealer .container {
  padding-bottom: 40px; }

#box__dealer .box__find-dealer .head__section {
  border-bottom: #ddd 1px solid;
  color: #222;
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 20px;
  padding: 0 0 15px; }

#box__dealer .box__find-dealer .box__filter {
  margin-bottom: 20px; }

#box__dealer .box__find-dealer .box__filter .text {
  color: #222;
  display: block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px; }

#box__dealer .table__dealer {
  margin: 0 0 40px; }

#box__dealer .table__dealer table {
  width: 100%; }

#box__dealer .table__dealer col:nth-of-type(1) {
  width: 25%; }

#box__dealer .table__dealer col:nth-of-type(2),
#box__dealer .table__dealer col:nth-of-type(3),
#box__dealer .table__dealer col:nth-of-type(4) {
  width: 13%; }

#box__dealer .table__dealer col:nth-of-type(5),
#box__dealer .table__dealer col:nth-of-type(6),
#box__dealer .table__dealer col:nth-of-type(7),
#box__dealer .table__dealer col:nth-of-type(8) {
  width: 9%; }

#box__dealer .table__dealer .table-sub th {
  background: #ed1b2f;
  border-right: #ed1b2f 1px solid;
  border-bottom: #ed1b2f 1px solid;
  color: #fff;
  font-family: 'DB Helvethaica X';
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  vertical-align: top; }
  #box__dealer .table__dealer .table-sub th span {
    display: block; }
  #box__dealer .table__dealer .table-sub th:first-child {
    border-left: #ed1b2f 1px solid;
    padding-left: 15px;
    text-align: left; }

#box__dealer .table__dealer .table-sub {
  margin-top: -2px; }

#box__dealer .table__dealer .table-sub td {
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  color: #222;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0 8px;
  text-align: center; }
  #box__dealer .table__dealer .table-sub td:first-child {
    border-left: #ccc 1px solid;
    font-family: 'DB Helvethaica X Med';
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 15px;
    text-align: left; }

#box__dealer .table__dealer .detail {
  background: #f3f3f3;
  border: #ccc 1px solid;
  border-top: 0;
  display: none;
  padding: 20px 15px; }
  #box__dealer .table__dealer .detail .head {
    color: #ed1b2f;
    font-family: 'DB Helvethaica X Med';
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px; }
  #box__dealer .table__dealer .detail .info {
    border-bottom: #ccc 1px solid;
    margin-bottom: 15px;
    padding: 0 15px 15px; }
    #box__dealer .table__dealer .detail .info:last-child {
      border: 0;
      margin: 0;
      padding-bottom: 0; }
  #box__dealer .table__dealer .detail .title p {
    font-family: 'DB Helvethaica X Med';
    font-weight: 400;
    margin-bottom: 5px; }
  #box__dealer .table__dealer .detail .description p, #box__dealer .table__dealer .detail .description li {
    margin-bottom: 5px; }
  #box__dealer .table__dealer .detail .list li {
    padding-left: 180px; }
    #box__dealer .table__dealer .detail .list li span {
      display: block;
      width: 180px;
      position: absolute;
      top: 0;
      left: 0; }
  #box__dealer .table__dealer .detail .map {
    padding: 0 !important; }
    #box__dealer .table__dealer .detail .map a {
      display: block; }
    #box__dealer .table__dealer .detail .map img {
      display: block;
      width: 100%; }
  #box__dealer .table__dealer .detail .box__button {
    z-index: 10;
    position: absolute;
    top: 15px;
    right: 10px; }
    #box__dealer .table__dealer .detail .box__button .print {
      background: url(../images/button/print.png) no-repeat center center, url(../images/bg/color__grey-3.gif) no-repeat right 5px;
      background-size: 28px auto, 1px 22px;
      display: inline-block;
      text-indent: -9998px;
      vertical-align: top;
      width: 58px;
      height: 30px; }
    #box__dealer .table__dealer .detail .box__button .close {
      background: url(../images/button/close-2.png) no-repeat center center;
      display: inline-block;
      opacity: 1;
      text-indent: -9998px;
      vertical-align: top;
      width: 49px;
      height: 30px; }

#box__dealer .more-dealer {
  text-align: center; }
  #box__dealer .more-dealer .link {
    background: #ed1b2f;
    cursor: pointer;
    display: inline-block;
    padding: 0 35px;
    text-align: center;
    vertical-align: top;
    height: 40px;
    border-radius: 0; }
    #box__dealer .more-dealer .link span {
      background: url(../images/bullet/arrow__white-4.png) no-repeat right center;
      color: #fff;
      display: inline-block;
      font-family: 'DB Helvethaica X';
      font-size: 24px;
      font-weight: 400;
      line-height: 40px;
      padding: 0 25px 0 0;
      vertical-align: top;
      height: 100%; }

/* -------------------------------------------------------------------------- footer
---------------------------------------------------------------------------------- */
#footer {
  background: #191919; }

#footer .container {
  width: 100%;
  max-width: 100%; }

#footer .box__product {
  padding: 1.5625vw 0; }
  #footer .box__product .head__section {
    color: #fff;
    font-family: 'DB Helvethaica X Med';
    font-size: 2.91667vw;
    line-height: 2.91667vw;
    margin: 0 0 2.08333vw;
    text-align: center; }
  #footer .box__product .box__link {
    z-index: 10;
    position: absolute;
    top: 1.30208vw;
    right: 0.52083vw; }
    #footer .box__product .box__link .link {
      background: #232323;
      border: #373737 1px solid;
      display: inline-block;
      vertical-align: top; }
      #footer .box__product .box__link .link a {
        display: inline-block;
        padding: 0.52083vw 1.30208vw;
        vertical-align: top; }
        #footer .box__product .box__link .link a span {
          display: inline-block;
          vertical-align: top; }
        #footer .box__product .box__link .link a .thumb {
          padding-right: 0.26042vw; }
          #footer .box__product .box__link .link a .thumb img {
            height: 2.08333vw; }
        #footer .box__product .box__link .link a .text {
          color: #fff;
          font-size: 1.25vw;
          line-height: 2.08333vw; }
        #footer .box__product .box__link .link a:first-child {
          border-right: #373737 1px solid; }
  #footer .box__product .list__car li {
    float: left; }
  #footer .box__product .list__car a {
    display: block;
    text-align: center; }
  #footer .box__product .list__car .pic {
    margin: 0; }
    #footer .box__product .list__car .pic img {
      width: 12.23958vw; }
  #footer .box__product .list__car .info {
    display: inline-block;
    vertical-align: top; }
  #footer .box__product .list__car .name {
    font-family: 'DB Helvethaica X';
    font-size: 1.30208vw;
    line-height: 1.30208vw;
    margin: -0.52083vw 0 0;
    text-align: left; }
  #footer .box__product .list__car .price {
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0 0 0.52083vw;
    text-align: left; }

#footer .row {
  background: #222;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw; }

#footer .container > .row {
  border-bottom: #535353 1px solid; }

#footer .box__description {
  padding: 2.08333vw 0; }
  #footer .box__description .head__section {
    color: #fff;
    font-family: 'DB Helvethaica X Med';
    font-size: 2.91667vw;
    line-height: 2.91667vw;
    margin: 0 0 1.04167vw; }

#footer .box__address {
  margin-bottom: 1.5625vw; }
  #footer .box__address .title {
    color: #fff;
    font-size: 1.875vw;
    line-height: 1.875vw;
    margin-bottom: 0.52083vw; }
  #footer .box__address .description {
    color: #999;
    font-size: 1.45833vw;
    line-height: 1.45833vw; }
    #footer .box__address .description span {
      display: block; }

#footer .box__map {
  margin-bottom: 1.04167vw; }
  #footer .box__map .map {
    border: #313131 1px solid;
    display: inline-block;
    padding: 0.78125vw;
    vertical-align: top; }
  #footer .box__map .link {
    background: url(../images/bullet/pin-1.png) no-repeat;
    background-size: auto 1.04167vw;
    color: #fff;
    display: block;
    font-size: 1.04167vw;
    line-height: 1.04167vw;
    padding: 0 0 0 1.25vw;
    z-index: 10;
    position: absolute;
    top: -1.5625vw;
    right: 0; }
  #footer .box__map iframe {
    display: block;
    width: 21.875vw;
    height: 16.40625vw; }

#footer .list__other {
  margin-bottom: 2.08333vw; }
  #footer .list__other li {
    background: url(../images/bg/color__grey-1.png) no-repeat 0 0.20833vw;
    background-size: 1px 1.04167vw;
    display: inline-block;
    font-family: 'DB Helvethaica X Med';
    font-size: 1.45833vw;
    line-height: 1.45833vw;
    padding: 0 0.26042vw 0 0.52083vw;
    vertical-align: top; }
    #footer .list__other li:first-child {
      background: none;
      padding-left: 0; }

#footer .box__contact {
  width: 23.54167vw; }
  #footer .box__contact .info {
    border-bottom: #393939 1px solid;
    margin-bottom: 0.52083vw;
    padding-bottom: 0.52083vw; }
  #footer .box__contact .title {
    color: #999;
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    margin: 0; }
  #footer .box__contact .description {
    color: #fff;
    font-family: 'DB Helvethaica X Med';
    font-size: 2.1875vw;
    line-height: 2.1875vw;
    margin: 0; }
  #footer .box__contact .qr {
    margin-bottom: 1.04167vw;
    padding-top: 0.52083vw;
    padding-bottom: 1.04167vw; }
  #footer .box__contact .qr .pic img {
    width: 5.83333vw; }
  #footer .box__contact .qr .text {
    position: absolute;
    bottom: 0.78125vw;
    left: 6.875vw; }

#footer .box__follow {
  margin-bottom: 2.08333vw; }
  #footer .box__follow .pic {
    margin-bottom: 2.08333vw; }
  #footer .box__follow .list__follow {
    padding-left: 6.25vw; }
    #footer .box__follow .list__follow .text {
      color: #e2e2e2;
      font-size: 1.45833vw;
      line-height: 1.45833vw;
      margin: 0;
      position: absolute;
      bottom: -0.36458vw;
      left: 0; }
    #footer .box__follow .list__follow .list li {
      display: inline-block;
      margin-right: 1.04167vw;
      vertical-align: top; }
    #footer .box__follow .list__follow .list a {
      display: block;
      text-indent: -9998px;
      width: 2.1875vw;
      height: 2.1875vw; }
    #footer .box__follow .list__follow .list .youtube a {
      background: url(../images/button/youtube.png) no-repeat;
      background-size: 2.1875vw; }
    #footer .box__follow .list__follow .list .fb a {
      background: url(../images/button/fb.png) no-repeat;
      background-size: 2.1875vw; }
    #footer .box__follow .list__follow .list .line a {
      background: url(../images/button/line.png) no-repeat;
      background-size: 2.1875vw; }

#footer .box__nav-footer {
  padding: 3.125vw 0 2.08333vw; }
  #footer .box__nav-footer .title {
    color: #fff;
    font-family: 'DB Helvethaica X Med';
    font-size: 1.66667vw;
    line-height: 1.66667vw;
    margin-bottom: 0.52083vw; }
  #footer .box__nav-footer .list {
    margin-bottom: 1.04167vw; }
    #footer .box__nav-footer .list li {
      margin-bottom: 0.26042vw; }
    #footer .box__nav-footer .list a {
      background: url(../images/bullet/circle__grey-1.png) no-repeat 0 0.67708vw;
      background-size: 0.36458vw auto;
      color: #fff;
      display: block;
      font-size: 1.45833vw;
      line-height: 1.45833vw;
      padding-left: 0.88542vw; }
    #footer .box__nav-footer .list .subnav {
      margin-bottom: 0.52083vw;
      padding-top: 0.26042vw; }
      #footer .box__nav-footer .list .subnav li {
        margin-bottom: 0; }
      #footer .box__nav-footer .list .subnav a {
        background: url(../images/bullet/circle__white-2.png) no-repeat 0 0.46875vw;
        background-size: 0.41667vw auto;
        color: #aaa;
        font-size: 1.25vw;
        line-height: 1.25vw;
        padding-left: 0.88542vw; }

#footer .box__customer-contact-center {
  background: #191919;
  padding: 0 0.78125vw; }
  #footer .box__customer-contact-center .title {
    color: #fff;
    margin-bottom: 0.26042vw; }
    #footer .box__customer-contact-center .title span {
      display: block;
      font-size: 1.5625vw;
      line-height: 1.5625vw; }
    #footer .box__customer-contact-center .title strong {
      display: block;
      font-size: 2.91667vw;
      line-height: 2.91667vw; }
  #footer .box__customer-contact-center .text {
    color: #999;
    font-size: 1.14583vw;
    line-height: 1.14583vw;
    margin: 0; }
  #footer .box__customer-contact-center .info {
    border-bottom: #2f2f2f 1px solid;
    padding: 1.5625vw 0; }
  #footer .box__customer-contact-center .tel {
    text-align: right;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 1.5625vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #footer .box__customer-contact-center .tel strong {
      display: block;
      font-size: 1.66667vw;
      letter-spacing: 3px;
      line-height: 1.66667vw; }
      #footer .box__customer-contact-center .tel strong em {
        font-size: 3.4375vw;
        line-height: 3.4375vw; }
    #footer .box__customer-contact-center .tel span {
      color: #d0182b;
      display: block;
      font-family: 'DB Helvethaica X';
      font-size: 1.5625vw;
      line-height: 1.5625vw; }

#footer .copyright {
  background: #191919;
  color: #646464;
  font-family: tahoma;
  font-size: 0.83333vw;
  line-height: 0.83333vw;
  margin: 0;
  padding: 1.04167vw 0 2.08333vw;
  text-align: center; }
  #footer .copyright a {
    color: #9d9d9d;
    text-decoration: underline; }

@media (max-width: 1440px) {
  #box__home .box__banner .banner .info .more a,
  #footer .box__nav-footer .title,
  #footer .box__contact .description,
  #footer .box__customer-contact-center .tel strong em {
    font-family: 'DB Helvethaica X'; } }

@media (max-width: 1366px) {
  /* -------------------------------------------------------------------- box__product
    ---------------------------------------------------------------------------------- */
  /* box__product > exterior
    ---------------------------------------------------------------------------------- */
  #box__product .box__exterior {
    width: 1090px; }
  #box__product .box__exterior .list__exterior .pic img {
    width: 75%; }
  /* box__product > interior
    ---------------------------------------------------------------------------------- */
  #box__product .box__interior {
    width: 1110px; }
  #box__product .box__interior .list__interior .pic img {
    width: 75%; }
  #box__product .box__interior .list__gallery li {
    margin: 0 5px 20px 6px; }
  #box__product .box__interior .list__gallery img {
    width: 250px;
    height: 200px; }
  #box__product .box__interior .vdo iframe {
    width: 1050px;
    height: 591px; }
  /* box__product > model
    ---------------------------------------------------------------------------------- */
  #box__product .box__model .list__model {
    max-width: 1240px; }
  /* box__product > review
    ---------------------------------------------------------------------------------- */
  #box__product .box__review .list__review {
    max-width: 1080px; }
  /* box__product > spec
    ---------------------------------------------------------------------------------- */
  #box__product .box__compare-spec .list__car li {
    width: 205px; }
  #box__product .box__compare-spec .list__car,
  #box__product .box__compare-spec .tab__spec {
    max-width: 1050px; }
  #box__product .box__compare-spec .table__info.column-5 col {
    width: 25%; }
  #box__product .box__compare-spec .table__info.column-5 th:nth-of-type(5),
  #box__product .box__compare-spec .table__info.column-5 td:nth-of-type(5) {
    display: none; }
  #box__product .box__compare-spec .table__info.column-6 col {
    width: 20%; }
  #box__product .box__compare-spec .table__info.column-6 th:nth-of-type(5),
  #box__product .box__compare-spec .table__info.column-6 th:nth-of-type(6),
  #box__product .box__compare-spec .table__info.column-6 td:nth-of-type(5),
  #box__product .box__compare-spec .table__info.column-6 td:nth-of-type(6) {
    display: none; } }

@media (max-width: 1280px) {
  #box__product .box__model .list__model {
    width: 960px;
    max-width: 100%; }
  #box__product .box__model .list__model li {
    background: url(../images/bg/color__a2a2a2.gif) no-repeat center bottom;
    background-size: 92% 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; } }

@media (max-width: 1200px) {
  .product-360 .gleft {
    right: 5%; }
  .product-360 .gright {
    left: 5%; } }

@media (max-width: 1024px) and (min-width: 769px) {
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (max-width: 1024px) {
  #box__product .box__compare-spec .list__car {
    overflow-y: hidden;
    overflow-x: auto; }
  #box__product .box__compare-spec .list__car .list {
    overflow: hidden; }
  #box__product .box__compare-spec .list__car .list li {
    display: block;
    float: left;
    width: 210px; } }

@media (min-width: 1025px) {
  /* -------------------------------------------------------------------------- header
    ---------------------------------------------------------------------------------- */
  #header .nav-item:hover {
    background: #222; }
    #header .nav-item:hover .subnav {
      display: block; }
  #header .box__link .list__link > li:hover {
    background: #222; }
    #header .box__link .list__link > li:hover .subnav {
      display: block; }
  #header .box__link .list__link > li.language > a:hover, #header .box__link .list__link > li.language .active {
    background: #ed1b2f; }
  #header .box__link .list__link > li.language:hover {
    background: none; } }

@media (max-width: 991px) {
  /* frequency used > list__nav
    ---------------------------------------------------------------------------------- */
  .list__nav-type-1 {
    background: #ed1b2f; }
    .list__nav-type-1 .btn {
      background: #ed1b2f;
      border: 0;
      color: #fff;
      display: block;
      font-family: 'DB Helvethaica X';
      font-size: 20px;
      line-height: 20px;
      padding: 10px;
      width: 100%;
      border-radius: 0; }
    .list__nav-type-1 .dropdown-menu {
      background: #ed1b2f;
      border: 0;
      color: #fff;
      font-family: 'DB Helvethaica X';
      font-size: 20px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%;
      border-radius: 0; }
    .list__nav-type-1 a {
      border-bottom: #c41627 1px solid;
      font-size: 20px;
      line-height: 20px;
      margin: 0 10px;
      padding: 10px 10px;
      height: auto; }
      .list__nav-type-1 a:last-child {
        border: 0; }
    .list__nav-type-1 span {
      border-bottom: #ed1b2f 2px solid;
      height: auto; }
    .list__nav-type-1 .active span {
      border-bottom: #fff 2px solid; }
  /* frequency used > grid
    ---------------------------------------------------------------------------------- */
  .grid-1 .grid-sizer,
  .grid-1 .grid-item {
    width: 50%; }
  .grid-1 .active {
    width: 100%; }
  /* --------------------------------------------------------------------- box__dealer
    ---------------------------------------------------------------------------------- */
  /* box__home > box__key-visual
    ---------------------------------------------------------------------------------- */
  #box__home .box__key-visual .info {
    background: rgba(0, 0, 0, 0.7);
    padding: 6.04839vw 36.29032vw 6.04839vw 6.04839vw;
    width: auto;
    position: relative;
    bottom: auto;
    left: auto; }
    #box__home .box__key-visual .info .title {
      font-size: 7.56048vw;
      line-height: 7.56048vw;
      margin-bottom: 3.02419vw; }
    #box__home .box__key-visual .info .description {
      font-size: 5.14113vw;
      line-height: 5.14113vw;
      margin-bottom: 0;
      min-height: 15.27218vw; }
    #box__home .box__key-visual .info .more {
      z-index: 10;
      position: absolute;
      top: 50%;
      right: 6.04839vw;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      #box__home .box__key-visual .info .more a {
        font-size: 4.53629vw;
        line-height: 4.53629vw;
        padding: 1.96573vw 4.53629vw 1.66331vw; }
  /* box__home > box__banner
    ---------------------------------------------------------------------------------- */
  #box__home .box__banner .banner .info {
    padding: 6.04839vw 36.29032vw 6.04839vw 6.04839vw;
    width: auto;
    position: relative;
    bottom: auto;
    left: auto; }
    #box__home .box__banner .banner .info .title {
      font-size: 7.56048vw;
      line-height: 7.56048vw;
      margin-bottom: 3.02419vw; }
    #box__home .box__banner .banner .info .description {
      font-size: 5.14113vw;
      line-height: 5.14113vw;
      margin-bottom: 0; }
    #box__home .box__banner .banner .info .more {
      z-index: 10;
      position: absolute;
      top: 50%;
      right: 6.04839vw;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      #box__home .box__banner .banner .info .more a {
        font-size: 4.53629vw;
        line-height: 4.53629vw;
        padding: 1.96573vw 4.53629vw 1.66331vw; }
  #box__home .box__banner .banner .yaris .info {
    bottom: 3.78024vw; }
  #box__home .box__banner img {
    display: block;
    width: 100%; }
  #box__home .box__banner #banner-vdo {
    background: #000;
    overflow: hidden; }
    #box__home .box__banner #banner-vdo iframe {
      display: block;
      width: 100vw;
      height: 108.87097vw; }
  /* --------------------------------------------------------------------- box__dealer
    ---------------------------------------------------------------------------------- */
  #box__dealer .list__dealer {
    background: #ed1b2f; }
    #box__dealer .list__dealer .btn {
      background: #ed1b2f;
      border: 0;
      color: #fff;
      display: block;
      font-family: 'DB Helvethaica X';
      font-size: 20px;
      line-height: 20px;
      padding: 10px;
      width: 100%;
      border-radius: 0; }
    #box__dealer .list__dealer .dropdown-menu {
      background: #ed1b2f;
      border: 0;
      color: #fff;
      font-family: 'DB Helvethaica X';
      font-size: 20px;
      line-height: 20px;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 100%;
      border-radius: 0; }
    #box__dealer .list__dealer a {
      border-bottom: #c41627 1px solid;
      font-size: 20px;
      line-height: 20px;
      margin: 0 10px;
      padding: 10px 10px;
      height: auto; }
      #box__dealer .list__dealer a:last-child {
        border: 0; }
    #box__dealer .list__dealer span {
      border-bottom: #ed1b2f 2px solid;
      height: auto; }
    #box__dealer .list__dealer .active span {
      border-bottom: #fff 2px solid; }
  /* -------------------------------------------------------------------- box__product
    ---------------------------------------------------------------------------------- */
  #box__product .breadcrumb {
    padding-left: 20px;
    padding-right: 20px; }
  #box__product .tab__product .list__link {
    height: auto; }
  #box__product .tab__product .list__link a,
  #box__product .tab__product .list__link li:first-child a {
    background: none; }
  /* box__product > hilight
    ---------------------------------------------------------------------------------- */
  #box__product .tab__hilight .list__hilight li {
    margin: 0 20px; }
  /* box__product > exterior
    ---------------------------------------------------------------------------------- */
  #box__product .box__exterior .head__section {
    margin-bottom: 10px;
    padding: 0 20px; }
  #box__product .box__exterior .list__exterior li {
    margin-bottom: 5px; }
  #box__product .box__exterior .list__exterior .info {
    background: #f3f3f3;
    margin: 0 20px;
    padding: 20px;
    width: auto;
    min-height: auto;
    position: relative;
    top: auto;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  #box__product .box__exterior .list__exterior .title {
    margin-bottom: 20px; }
  /* box__product > interior
    ---------------------------------------------------------------------------------- */
  #box__product .box__interior .head__section {
    margin: 0 0 10px;
    padding: 0 20px; }
  #box__product .box__interior .list__interior {
    margin: 0; }
  #box__product .box__interior .list__interior li {
    margin-bottom: 5px; }
  #box__product .box__interior .list__interior .info {
    background: #f3f3f3;
    margin: 0 20px;
    padding: 20px;
    width: auto;
    min-height: auto;
    position: relative;
    top: auto;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  #box__product .box__interior .list__interior .title {
    margin-bottom: 20px; }
  #box__product .box__interior .vdo iframe {
    width: 100vw;
    height: 56.25vw; }
  #box__product .box__interior .list__gallery {
    margin-bottom: 0; }
  #box__product .box__interior .vdo {
    margin-bottom: 20px; }
  /* box__product > model 
    ---------------------------------------------------------------------------------- */
  #box__product .box__model .head__section {
    margin: 0; }
  #box__product .box__model .list__model {
    padding: 0 20px; }
  #box__product .box__model .list__model li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 auto;
    width: auto;
    max-width: 505px; }
  #box__product .box__model .list__model .type {
    height: auto; }
  #box__product .box__compare-spec .list__category li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    vertical-align: top;
    width: 32%; }
    #box__product .box__compare-spec .list__category li:nth-of-type(4) {
      background: none; }
  /* box__product > review 
    ---------------------------------------------------------------------------------- */
  #box__product .box__review .list__review li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 545px;
    max-width: 100%; }
  /* box__product > other
    ---------------------------------------------------------------------------------- */
  #box__product .box__other-link .list li {
    width: 31%; }
  #box__product .box__other-link .list .text {
    font-size: 3.62903vw;
    line-height: 3.62903vw; }
  /* -------------------------------------------------------------------------- footer
    ---------------------------------------------------------------------------------- */
  #footer .box__product {
    padding: 30px 0; }
    #footer .box__product .head__section {
      font-size: 32px;
      line-height: 32px;
      margin: 0 0 20px; }
    #footer .box__product .box__link {
      margin: 0 0 20px;
      text-align: center;
      position: relative;
      top: 0;
      right: 0; }
      #footer .box__product .box__link .link a {
        padding: 10px 25px; }
        #footer .box__product .box__link .link a .thumb {
          padding-right: 5px; }
          #footer .box__product .box__link .link a .thumb img {
            height: 20px; }
        #footer .box__product .box__link .link a .text {
          font-size: 18px;
          line-height: 20px; }
    #footer .box__product .list__car .pic img {
      width: 240px; }
    #footer .box__product .list__car .name {
      font-size: 18px;
      line-height: 18px;
      margin: -10px 0 0; }
    #footer .box__product .list__car .price {
      font-size: 18px;
      line-height: 18px;
      margin: 0 0 10px; }
  #footer .row {
    padding-left: 0;
    padding-right: 0; }
  #footer .box__description {
    padding: 40px 0 0; }
    #footer .box__description .head__section {
      font-size: 32px;
      line-height: 32px;
      margin: 0 0 20px;
      text-align: center; }
  #footer .box__address {
    margin-bottom: 40px;
    text-align: center; }
    #footer .box__address .title {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 10px; }
    #footer .box__address .description {
      font-size: 18px;
      line-height: 18px; }
  #footer .box__map {
    margin: 0 auto 20px;
    text-align: center; }
    #footer .box__map .map {
      display: inline-block;
      padding: 15px;
      vertical-align: top; }
    #footer .box__map .link {
      background: url(../images/bullet/pin-1.png) no-repeat;
      background-size: auto 20px;
      font-size: 18px;
      line-height: 18px;
      padding: 0 0 5px 24px;
      position: absolute;
      top: -30px;
      right: 0; }
    #footer .box__map iframe {
      width: 50.80645vw;
      height: 38.10484vw; }
  #footer .list__other {
    text-align: center;
    margin-bottom: 40px; }
    #footer .list__other li {
      background: url(../images/bg/color__grey-1.png) no-repeat 0 4px;
      background-size: 1px 20px;
      font-size: 18px;
      line-height: 18px;
      padding: 0 5px 0 10px; }
  #footer .box__contact {
    width: auto; }
    #footer .box__contact .info {
      margin-bottom: 10px;
      padding-bottom: 10px; }
    #footer .box__contact .title {
      font-size: 18px;
      line-height: 18px; }
    #footer .box__contact .description {
      font-size: 24px;
      line-height: 24px; }
    #footer .box__contact .qr {
      margin-bottom: 20px;
      padding-top: 10px;
      padding-bottom: 20px; }
    #footer .box__contact .qr .pic img {
      display: block;
      width: 112px; }
    #footer .box__contact .qr .text {
      bottom: 15px;
      left: 132px; }
  #footer .box__follow {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 300px; }
    #footer .box__follow .pic {
      margin-bottom: 20px; }
    #footer .box__follow .list__follow {
      padding-left: 80px; }
      #footer .box__follow .list__follow .text {
        font-size: 20px;
        line-height: 20px;
        bottom: -4px;
        left: 0; }
      #footer .box__follow .list__follow .list li {
        margin-right: 20px; }
      #footer .box__follow .list__follow .list a {
        width: 42px;
        height: 42px; }
      #footer .box__follow .list__follow .list .youtube a {
        background: url(../images/button/youtube.png) no-repeat;
        background-size: 42px; }
      #footer .box__follow .list__follow .list .fb a {
        background: url(../images/button/fb.png) no-repeat;
        background-size: 42px; }
      #footer .box__follow .list__follow .list .line a {
        background: url(../images/button/line.png) no-repeat;
        background-size: 42px; }
  #footer .box__nav-footer {
    padding: 20px 0; }
    #footer .box__nav-footer .title {
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 10px; }
    #footer .box__nav-footer .list {
      margin-bottom: 20px; }
      #footer .box__nav-footer .list li {
        margin-bottom: 5px; }
      #footer .box__nav-footer .list a {
        background: url(../images/bullet/circle__grey-1.png) no-repeat 0 9px;
        background-size: 4px auto;
        font-size: 20px;
        line-height: 20px;
        padding-left: 14px; }
      #footer .box__nav-footer .list .subnav {
        margin-bottom: 10px;
        padding-top: 5px; }
        #footer .box__nav-footer .list .subnav a {
          background: url(../images/bullet/circle__white-2.png) no-repeat 0 8px;
          background-size: 4px auto;
          color: #aaa;
          font-size: 18px;
          line-height: 18px;
          padding-left: 14px; }
  #footer .box__customer-contact-center {
    padding: 0; }
    #footer .box__customer-contact-center .title {
      margin-bottom: 5px; }
      #footer .box__customer-contact-center .title span {
        font-size: 28px;
        line-height: 28px; }
      #footer .box__customer-contact-center .title strong {
        font-size: 36px;
        line-height: 36px; }
    #footer .box__customer-contact-center .text {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 20px; }
    #footer .box__customer-contact-center .info {
      padding: 15px 0; }
    #footer .box__customer-contact-center .tel {
      text-align: right;
      position: relative;
      top: 0;
      right: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      #footer .box__customer-contact-center .tel strong {
        font-size: 32px;
        line-height: 32px; }
        #footer .box__customer-contact-center .tel strong em {
          font-size: 40px;
          line-height: 40px; }
      #footer .box__customer-contact-center .tel span {
        font-size: 24px;
        line-height: 24px; }
  #footer .copyright {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 20px; } }

@media (max-width: 768px) {
  .visible__desktop {
    display: none !important; }
  .visible__mobile {
    display: block !important; }
  .submit span {
    background: url(../images/bullet/search.png) no-repeat right center;
    background-size: 10px auto;
    padding: 0 15px 0 0; }
  .form-check-inline span {
    font-size: 18px;
    line-height: 18px; }
  /* ------------------------------------------------------------------ frequency used
    ---------------------------------------------------------------------------------- */
  /* frequency used > form bootstrap
    ---------------------------------------------------------------------------------- */
  .col-form-label {
    font-size: 22px;
    line-height: 41px; }
  .form-control-plaintext {
    font-size: 22px;
    line-height: 41px; }
  textarea.form-control-plaintext {
    line-height: 22px; }
  /* frequency used > list__link-main
    ---------------------------------------------------------------------------------- */
  .list__link-main {
    margin-bottom: 20px;
    padding: 0 40px;
    height: 46px; }
  .list__link-main .item {
    height: 46px; }
  .list__link-main a {
    font-size: 22px;
    line-height: 48px;
    padding: 0 20px;
    height: 46px; }
  .list__link-main .item.slick-current span {
    display: block; }
  .list__link-main .slick-prev,
  .list__link-main .slick-next {
    top: 15px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .list__link-main .slick-prev {
    left: -30px; }
  .list__link-main .slick-next {
    right: -30px; }
  /* frequency used > list__link-internal
    ---------------------------------------------------------------------------------- */
  .list__link-internal {
    background: url(../images/bg/color__333333.gif) no-repeat;
    background-size: 100% 46px;
    margin-bottom: 20px;
    padding: 0 40px;
    height: 53px; }
  .list__link-internal .item {
    height: 53px; }
  .list__link-internal a {
    font-size: 22px;
    line-height: 48px;
    padding: 0 20px;
    height: 46px; }
  .list__link-internal .item.slick-current {
    background: url(../images/bg/color__191919.gif) no-repeat;
    background-size: 100% 46px; }
  .list__link-internal .item.slick-current span {
    display: block; }
  .list__link-internal .slick-prev,
  .list__link-internal .slick-next {
    top: 15px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .list__link-internal .slick-prev {
    left: -30px; }
  .list__link-internal .slick-next {
    right: -30px; }
  /* frequency used > submit
    ---------------------------------------------------------------------------------- */
  .submit-btn-1 span {
    background: url(../images/bullet/arrow__white-3.png) no-repeat right center;
    background-size: auto 16px;
    font-size: 22px;
    padding-right: 21px; }
  /* -------------------------------------------------------------------------- header
    ---------------------------------------------------------------------------------- */
  #header {
    z-index: 500;
    height: 15.625vw; }
  #header #logo__toyota {
    width: 25.52083vw;
    height: 8.07292vw;
    top: 50%;
    left: 3.25521vw; }
  #header .navbar {
    padding: 0;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 15.625vw;
    right: 0; }
  #header .navbar-toggler {
    background: url(../images/button/nav__main-toggle.png) no-repeat center center;
    background-size: 4.375vw auto;
    border: 0;
    z-index: 10;
    width: 15.625vw;
    height: 15.625vw;
    position: absolute;
    top: -15.625vw;
    right: 0; }
    #header .navbar-toggler[aria-expanded="true"] {
      background: url(../images/button/nav__main-toggle-active.png) no-repeat center center;
      background-size: 4.375vw auto; }
  #header .navbar-nav {
    background: #000;
    border-top: #2b2b2b 1px solid;
    padding: 0;
    position: relative;
    top: 0;
    right: 0; }
  #header .nav-item {
    border-bottom: #2b2b2b 1px solid;
    float: none;
    text-align: center; }
    #header .nav-item:hover {
      background: #666; }
      #header .nav-item:hover .subnav {
        display: none; }
    #header .nav-item.active {
      background: #666; }
  #header .nav-item .subnav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0; }
    #header .nav-item .subnav .list > li {
      border-top: #2b2b2b 1px solid;
      padding: 0; }
    #header .nav-item .subnav .list a {
      display: block;
      font-size: 22px;
      line-height: 22px;
      padding: 2.60417vw 1.30208vw 2.08333vw;
      text-align: center; }
    #header .nav-item .subnav .list [data-toggle="collapse"] span {
      background: url(../images/bullet/arrow__red-1.png) no-repeat 0 5px;
      background-size: 7px auto;
      display: inline-block;
      padding-left: 14px;
      vertical-align: top; }
    #header .nav-item .subnav .list [data-toggle="collapse"][aria-expanded="true"] span {
      background: url(../images/bullet/arrow__red-2.png) no-repeat 0 5px;
      background-size: 7px auto; }
    #header .nav-item .subnav .list .link-collapse {
      background: none; }
      #header .nav-item .subnav .list .link-collapse ul {
        background: #1b1b1b;
        border-top: #333 1px solid;
        padding: 10px 0; }
      #header .nav-item .subnav .list .link-collapse li {
        border-top: 0; }
        #header .nav-item .subnav .list .link-collapse li a {
          font-size: 18px;
          line-height: 18px;
          padding: 5px; }
          #header .nav-item .subnav .list .link-collapse li a span {
            background: url(../images/bullet/circle__white-1.png) no-repeat 0 6px;
            background-size: 5px auto;
            display: inline-block;
            padding-left: 10px;
            vertical-align: top; }
  #header .nav-item.link-product .subnav {
    padding: 0 0 2.60417vw;
    width: 100%;
    left: 0; }
    #header .nav-item.link-product .subnav .list {
      margin-bottom: 5.20833vw;
      padding: 0 2.60417vw; }
      #header .nav-item.link-product .subnav .list li {
        display: none; }
      #header .nav-item.link-product .subnav .list .active {
        display: inline-block;
        vertical-align: top; }
      #header .nav-item.link-product .subnav .list a {
        padding: 1.95313vw 2.60417vw; }
        #header .nav-item.link-product .subnav .list a span {
          background: url(../images/bullet/arrow__red-2.png) no-repeat right center;
          background-size: 1.5625vw auto;
          display: inline-block;
          padding: 0 2.60417vw;
          vertical-align: top; }
    #header .nav-item.link-product .subnav .info-car {
      margin-bottom: 1.30208vw;
      padding: 0 5.20833vw; }
      #header .nav-item.link-product .subnav .info-car .row {
        margin: 0; }
      #header .nav-item.link-product .subnav .info-car .col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
      #header .nav-item.link-product .subnav .info-car .pic img {
        width: 37.10938vw; }
      #header .nav-item.link-product .subnav .info-car .name {
        font-size: 3.90625vw;
        line-height: 3.90625vw;
        margin-bottom: 0.65104vw; }
      #header .nav-item.link-product .subnav .info-car .price {
        font-size: 3.25521vw;
        line-height: 3.25521vw;
        margin-bottom: 2.60417vw; }
  #header .collapse {
    z-index: 100; }
  #header .nav-link {
    font-family: 'DB Helvethaica X';
    font-size: 24px;
    line-height: 24px;
    padding: 2.60417vw 0 2.34375vw;
    height: auto; }
  #header .box__link {
    width: 100%;
    height: auto;
    position: relative; }
  #header .box__link .list__link > li {
    float: none;
    padding: 0;
    text-align: center;
    width: auto; }
    #header .box__link .list__link > li > a {
      font-family: 'DB Helvethaica X';
      font-size: 24px;
      line-height: 24px;
      padding: 2.60417vw 0 2.08333vw;
      height: auto; }
    #header .box__link .list__link > li.language {
      border-top: #444 1px solid;
      padding: 2.60417vw 0;
      text-align: center; }
      #header .box__link .list__link > li.language > a {
        border: #444 1px solid;
        border-left: 0;
        line-height: 28px;
        padding: 5px 10px 3px; }
        #header .box__link .list__link > li.language > a:first-child {
          border: #444 1px solid;
          border-right: 0; }
      #header .box__link .list__link > li.language > a:hover, #header .box__link .list__link > li.language .active {
        background: #ed1b2f; }
      #header .box__link .list__link > li.language:hover {
        background: none; }
    #header .box__link .list__link > li .subnav {
      display: none;
      width: 100%;
      position: relative;
      top: 0;
      left: 0; }
      #header .box__link .list__link > li .subnav .list > li {
        border-top: #2b2b2b 1px solid;
        padding: 0; }
      #header .box__link .list__link > li .subnav .list a {
        display: block;
        font-size: 22px;
        line-height: 22px;
        padding: 2.60417vw 1.30208vw 2.08333vw;
        text-align: center; }
        #header .box__link .list__link > li .subnav .list a .thumb {
          width: 4.42708vw;
          -webkit-transform: translate(-0.65104vw, -1px);
          -ms-transform: translate(-0.65104vw, -1px);
          transform: translate(-0.65104vw, -1px); }
      #header .box__link .list__link > li .subnav .list [data-toggle="collapse"] span {
        background: url(../images/bullet/arrow__red-1.png) no-repeat 0 5px;
        background-size: 7px auto;
        display: inline-block;
        padding-left: 14px;
        vertical-align: top; }
      #header .box__link .list__link > li .subnav .list [data-toggle="collapse"][aria-expanded="true"] span {
        background: url(../images/bullet/arrow__red-2.png) no-repeat 0 5px;
        background-size: 7px auto; }
      #header .box__link .list__link > li .subnav .list .link-collapse {
        background: none; }
        #header .box__link .list__link > li .subnav .list .link-collapse ul {
          background: #1b1b1b;
          border-top: #333 1px solid;
          padding: 1.30208vw 0; }
        #header .box__link .list__link > li .subnav .list .link-collapse li {
          border-top: 0; }
          #header .box__link .list__link > li .subnav .list .link-collapse li a {
            font-size: 18px;
            line-height: 18px;
            padding: 5px; }
            #header .box__link .list__link > li .subnav .list .link-collapse li a span {
              background: url(../images/bullet/circle__white-1.png) no-repeat 0 6px;
              background-size: 5px auto;
              display: inline-block;
              padding-left: 10px;
              vertical-align: top; }
    #header .box__link .list__link > li:hover {
      background: none; }
      #header .box__link .list__link > li:hover .subnav {
        display: none; }
    #header .box__link .list__link > li:first-child {
      text-align: center;
      width: auto; }
    #header .box__link .list__link > li:first-child > a {
      background: none;
      padding: 2.60417vw 0 2.34375vw; }
  /* sidebar
    ---------------------------------------------------------------------------------- */
  .sidebar {
    z-index: 300;
    width: 100%;
    top: auto;
    bottom: 0; }
    .sidebar .toggle {
      background: #ed1b2f;
      display: block;
      text-indent: -9998px;
      z-index: 50;
      width: 16vw;
      height: 16vw;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .sidebar .toggle span {
        background: url(../images/button/plus__white-1.png) no-repeat center center;
        background-size: 5.20833vw auto;
        display: block;
        width: 5.20833vw;
        height: 5.20833vw;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .sidebar .detail {
      background: none;
      display: block;
      padding: 0;
      z-index: 10;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 150%;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .sidebar .buy, .sidebar .social, .sidebar .comment {
      background: none;
      font-size: 2.8125vw;
      line-height: 2.8125vw;
      float: left;
      margin-bottom: 0;
      width: 28vw;
      height: 16vw; }
      .sidebar .buy .arrow, .sidebar .social .arrow, .sidebar .comment .arrow {
        display: block;
        text-indent: -9998px;
        z-index: 10;
        width: 7.8125vw;
        height: 3.90625vw;
        position: absolute;
        bottom: -3.64583vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .sidebar .buy .button, .sidebar .social .button, .sidebar .comment .button {
        display: block;
        font-size: 5.20833vw;
        line-height: 5.20833vw;
        padding-top: 9.89583vw;
        text-align: center;
        width: 100%;
        height: 100%; }
      .sidebar .buy .close, .sidebar .social .close, .sidebar .comment .close {
        display: none; }
      .sidebar .buy .info, .sidebar .social .info, .sidebar .comment .info {
        display: none;
        padding: 2.60417vw 1.95313vw;
        width: 100vw;
        position: fixed;
        bottom: 18.5vw;
        left: 0;
        right: auto;
        top: auto; }
      .sidebar .buy .list, .sidebar .social .list, .sidebar .comment .list {
        float: none;
        margin: 0;
        text-align: center; }
        .sidebar .buy .list li, .sidebar .social .list li, .sidebar .comment .list li {
          display: block;
          float: left;
          margin: 0;
          width: 33%; }
          .sidebar .buy .list li a, .sidebar .social .list li a, .sidebar .comment .list li a {
            padding: 3.90625vw 0 0;
            width: 100%;
            height: 26.04167vw; }
          .sidebar .buy .list li .thumb, .sidebar .social .list li .thumb, .sidebar .comment .list li .thumb {
            margin-bottom: 1.5625vw; }
            .sidebar .buy .list li .thumb img, .sidebar .social .list li .thumb img, .sidebar .comment .list li .thumb img {
              margin: 0 auto;
              height: 11.71875vw; }
          .sidebar .buy .list li .text, .sidebar .social .list li .text, .sidebar .comment .list li .text {
            font-size: 5.20833vw;
            line-height: 5.20833vw; }
          .sidebar .buy .list li:nth-of-type(1), .sidebar .buy .list li:nth-of-type(2), .sidebar .buy .list li:nth-of-type(3), .sidebar .social .list li:nth-of-type(1), .sidebar .social .list li:nth-of-type(2), .sidebar .social .list li:nth-of-type(3), .sidebar .comment .list li:nth-of-type(1), .sidebar .comment .list li:nth-of-type(2), .sidebar .comment .list li:nth-of-type(3) {
            border-top: 0; }
          .sidebar .buy .list li:nth-of-type(3n+1), .sidebar .social .list li:nth-of-type(3n+1), .sidebar .comment .list li:nth-of-type(3n+1) {
            border-left: 0; }
          .sidebar .buy .list li:nth-of-type(3n+2), .sidebar .social .list li:nth-of-type(3n+2), .sidebar .comment .list li:nth-of-type(3n+2) {
            width: 34%; }
    .sidebar .buy .button {
      background: url(../images/bullet/sidebar-buy-2.png) no-repeat center 2.34375vw #ed1b2f;
      background-size: 7.73438vw auto; }
    .sidebar .social .button {
      background: url(../images/bullet/sidebar-social-2.png) no-repeat center 1.82292vw #222;
      background-size: 7.30469vw auto; }
    .sidebar .comment .button {
      background: url(../images/bullet/sidebar-comment-2.png) no-repeat center 1.82292vw #555;
      background-size: 8.02083vw auto; }
    .sidebar .buy .arrow {
      background: url(../images/bg/arrow__red-1.png) no-repeat;
      background-size: 7.8125vw auto;
      left: 14vw; }
    .sidebar .social .arrow {
      background: url(../images/bg/arrow__grey-2.png) no-repeat;
      background-size: 7.8125vw auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .sidebar .comment .arrow {
      background: url(../images/bg/arrow__grey-1.png) no-repeat;
      background-size: 7.8125vw auto;
      left: 70vw; }
    .sidebar .buy .info,
    .sidebar .buy .list a {
      background: #ff3737; }
    .sidebar .social .info,
    .sidebar .social .list a {
      background: #333; }
    .sidebar .social .info {
      width: 70.3125vw;
      left: 6.51042vw; }
    .sidebar .social .list li {
      width: 50%; }
      .sidebar .social .list li:nth-of-type(1), .sidebar .social .list li:nth-of-type(2), .sidebar .social .list li:nth-of-type(3) {
        border-top: 0; }
      .sidebar .social .list li:nth-of-type(1), .sidebar .social .list li:nth-of-type(3) {
        border-left: 0; }
      .sidebar .social .list li:nth-of-type(3) {
        border-top: #454545 1px solid; }
      .sidebar .social .list li:nth-of-type(4) {
        border-left: #454545 1px solid; }
      .sidebar .social .list li:nth-of-type(3n+2) {
        width: 50%; }
    .sidebar .comment .info,
    .sidebar .comment .list a {
      background: #666; }
    .sidebar .buy .list li {
      border-left: #ff6a6a 1px solid;
      border-top: #ff6a6a 1px solid; }
    .sidebar .social .list li {
      border-left: #454545 1px solid;
      border-top: #454545 1px solid; }
    .sidebar .comment .list li {
      border-left: #7a7a7a 1px solid;
      border-top: #7a7a7a 1px solid; }
    .sidebar.active {
      z-index: 5000; }
      .sidebar.active .toggle {
        background: #777; }
        .sidebar.active .toggle span {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
      .sidebar.active .detail {
        left: 0; }
  /* box__home > box__key-visual
    ---------------------------------------------------------------------------------- */
  #box__home .box__key-visual {
    height: auto !important; }
    #box__home .box__key-visual img {
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }
  /* box__home > tab__car-guide
    ---------------------------------------------------------------------------------- */
  #box__home .tab__car-guide {
    background: url(../images/bg/tab__car-guide-mobile.png) repeat-x center center;
    background-size: 1px auto;
    padding: 1.30208vw 0 3.90625vw;
    height: 44.27083vw; }
  #box__home .tab__car-guide .text-intro {
    margin: 0;
    padding: 2.60417vw 0;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    #box__home .tab__car-guide .text-intro strong {
      font-size: 6.51042vw;
      opacity: 1;
      line-height: 6.51042vw;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    #box__home .tab__car-guide .text-intro span {
      font-size: 8.85417vw;
      opacity: 1;
      line-height: 8.85417vw;
      -webkit-transition: all .7s .2s ease;
      -o-transition: all .7s .2s ease;
      transition: all .7s .2s ease;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  #box__home .tab__car-guide .list {
    padding: 0 1.30208vw;
    position: relative;
    top: 0;
    right: 0; }
    #box__home .tab__car-guide .list li {
      float: left;
      margin: 0;
      padding: 0 1.30208vw;
      width: 20%; }
      #box__home .tab__car-guide .list li a {
        padding-top: 13.02083vw;
        height: 11.71875vw; }
      #box__home .tab__car-guide .list li span {
        font-size: 3.125vw;
        line-height: 3.125vw; }
      #box__home .tab__car-guide .list li.car-guide-1 a {
        background: url(../images/button/car-guide-1.png) no-repeat center 0;
        background-size: 100% auto;
        width: 100%; }
      #box__home .tab__car-guide .list li.car-guide-1.active a,
      #box__home .tab__car-guide .list li.car-guide-1.ui-state-active a {
        background: url(../images/button/car-guide-1-active.png) no-repeat center 0;
        background-size: 100% auto; }
      #box__home .tab__car-guide .list li.car-guide-2 a {
        background: url(../images/button/car-guide-2.png) no-repeat center 0;
        background-size: 100% auto;
        width: 100%; }
      #box__home .tab__car-guide .list li.car-guide-2.active a,
      #box__home .tab__car-guide .list li.car-guide-2.ui-state-active a {
        background: url(../images/button/car-guide-2-active.png) no-repeat center 0;
        background-size: 100% auto; }
      #box__home .tab__car-guide .list li.car-guide-3 a {
        background: url(../images/button/car-guide-3.png) no-repeat center 0;
        background-size: 100% auto;
        width: 100%; }
      #box__home .tab__car-guide .list li.car-guide-3.active a,
      #box__home .tab__car-guide .list li.car-guide-3.ui-state-active a {
        background: url(../images/button/car-guide-3-active.png) no-repeat center 0;
        background-size: 100% auto; }
      #box__home .tab__car-guide .list li.car-guide-4 a {
        background: url(../images/button/car-guide-4.png) no-repeat center 0;
        background-size: 100% auto;
        width: 100%; }
      #box__home .tab__car-guide .list li.car-guide-4.active a,
      #box__home .tab__car-guide .list li.car-guide-4.ui-state-active a {
        background: url(../images/button/car-guide-4-active.png) no-repeat center 0;
        background-size: 100% auto; }
      #box__home .tab__car-guide .list li.car-guide-5 a {
        background: url(../images/button/car-guide-5.png) no-repeat center 0;
        background-size: 100% auto;
        width: 100%; }
      #box__home .tab__car-guide .list li.car-guide-5.active a,
      #box__home .tab__car-guide .list li.car-guide-5.ui-state-active a {
        background: url(../images/button/car-guide-5-active.png) no-repeat center 0;
        background-size: 100% auto; }
  #box__home .tab__car-guide .detail {
    display: none;
    padding: 5.20833vw 2.60417vw;
    z-index: 20;
    width: 100%;
    position: absolute;
    top: 22.39583vw;
    left: 0; }
    #box__home .tab__car-guide .detail img {
      display: block;
      width: 100%; }
  #box__car-guide .detail .head,
  #box__car-guide .detail#prices .head {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin-bottom: 5.20833vw; }
  #box__car-guide .text,
  #box__car-guide .list__car p,
  #box__car-guide .ui-slider .text__min,
  #box__car-guide .ui-slider .text__max,
  #box__car-guide .ui-slider .box__number p {
    font-size: 2.08333vw;
    line-height: 2.08333vw; }
  #box__car-guide .list__car .name {
    font-size: 2.08333vw;
    line-height: 2.08333vw;
    margin-bottom: 1.30208vw; }
  #box__car-guide .clear {
    font-size: 2.08333vw;
    line-height: 2.08333vw; }
  #box__home .tab__car-guide .detail .list__car .car {
    padding: 0 2.60417vw; }
  #box__car-guide .list__car li {
    margin: 0 0 5.20833vw; }
  #box__car-guide .checkbox,
  #box__car-guide .radio {
    margin-right: 2.60417vw;
    padding-right: 1.30208vw;
    padding-left: 20px;
    height: 6.51042vw; }
  #box__car-guide .checkbox span,
  #box__car-guide .radio span {
    font-size: 2.08333vw;
    line-height: 6.51042vw;
    height: 6.51042vw; }
  #box__car-guide .list__tag {
    margin-bottom: 5.20833vw; }
  #box__car-guide .list__tag li {
    font-size: 2.34375vw;
    line-height: 9.89583vw;
    margin-right: 5.20833vw;
    padding: 0 9.76563vw 0 2.86458vw;
    height: 8.59375vw;
    border-radius: 8.59375vw; }
  #box__car-guide .list__tag .close {
    background: url(../images/button/close-4.png) no-repeat center center;
    background-size: 2.86458vw auto;
    width: 8.59375vw;
    height: 8.59375vw; }
  #box__car-guide .ui-slider {
    margin: 0 10.41667vw 7.8125vw;
    height: 1.04167vw;
    border-radius: 1.04167vw; }
  #box__car-guide .ui-slider .text__min,
  #box__car-guide .ui-slider .text__max {
    bottom: -3.90625vw; }
  #box__car-guide .ui-slider .box__number {
    line-height: 2.08333vw;
    padding: 2.60417vw;
    min-width: 23.4375vw;
    height: auto;
    top: -6.51042vw;
    border-radius: 5.20833vw; }
  #box__car-guide .ui-slider .box {
    top: 6.51042vw; }
  /* box__home > box__banner
    ---------------------------------------------------------------------------------- */
  #box__home .box__banner {
    margin-bottom: 2.60417vw; }
    #box__home .box__banner .banner .yaris {
      height: auto; }
  /* box__home > box__activity
    ---------------------------------------------------------------------------------- */
  #box__home .box__activity {
    margin-bottom: 7.8125vw; }
    #box__home .box__activity .head__section {
      font-size: 8.59375vw;
      line-height: 8.59375vw; }
    #box__home .box__activity .toggle {
      font-size: 4.16667vw;
      margin-bottom: 5.20833vw; }
    #box__home .box__activity .detail img {
      margin: 0 auto;
      width: auto;
      max-width: 100%; }
    #box__home .box__activity .detail .more {
      font-size: 4.16667vw;
      line-height: 7.29167vw;
      margin: 2.60417vw auto 0;
      width: 20.83333vw;
      height: 7.29167vw; }
    #box__home .box__activity .box__description {
      padding: 0 2.60417vw; }
  /* ---------------------------------------------------------------------- box__about
    ---------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------- box__product
    ---------------------------------------------------------------------------------- */
  #box__product .box__adjust-car {
    margin: 0 0 20px;
    padding: 0 15px; }
    #box__product .box__adjust-car .head__info {
      margin: 0 0 10px;
      position: relative;
      top: auto;
      left: auto; }
      #box__product .box__adjust-car .head__info strong {
        font-size: 40px;
        line-height: 40px; }
      #box__product .box__adjust-car .head__info span {
        font-size: 20px;
        line-height: 20px; }
    #box__product .box__adjust-car .price {
      margin: 0 0 -30px;
      text-align: left;
      z-index: 10;
      position: relative;
      top: auto;
      right: auto; }
      #box__product .box__adjust-car .price strong {
        font-size: 36px;
        line-height: 36px; }
      #box__product .box__adjust-car .price span {
        font-size: 20px;
        line-height: 20px; }
    #box__product .box__adjust-car .review {
      background: url(../images/button/review.png) no-repeat center 0;
      background-size: 30px auto;
      font-size: 18px;
      line-height: 18px;
      padding: 35px 0 0;
      width: 90px;
      bottom: auto;
      left: auto;
      top: 10px;
      right: 0; }
  /* box__product > box__exterior
    ---------------------------------------------------------------------------------- */
  #box__product .box__exterior {
    padding: 0; }
  #box__product .box__exterior .list__exterior .pic img {
    width: 100%; }
  #box__product .box__interior .list__interior .pic img {
    width: 100%; }
  #box__product .box__compare-spec .tab__standard .box__sticky {
    background: #444;
    top: 48px; }
  #box__product .box__compare-spec .tab__standard .box__sticky .visible__mobile {
    overflow: hidden; }
  #box__product .box__compare-spec .list__category {
    display: block;
    margin: 0 40px; }
  #box__product .box__compare-spec .list__category a {
    background: url(../images/bg/color__white-2.gif) no-repeat center bottom;
    background-size: 80px 0;
    font-family: 'DB Helvethaica X';
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #box__product .box__compare-spec .list__category .text {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  #box__product .box__compare-spec .list__category .slick-current a {
    background: url(../images/bg/color__white-2.gif) no-repeat center bottom;
    background-size: 80px 4px; }
  #box__product .box__compare-spec .list__category .slick-prev {
    left: -30px; }
  #box__product .box__compare-spec .list__category .slick-next {
    right: -30px; }
  #box__product .box__compare-spec .table__info .box__sticky {
    border-top: #fff 2px solid;
    padding-top: 0;
    top: 86px; }
  /* box__product > box360
    ---------------------------------------------------------------------------------- */
  #box__product .iframe-product-360 {
    height: 220px; }
  .product-360 .bg-box360,
  .product-360 .box360,
  .product-360 #bg_cover,
  .product-360 #bg_cover-mobile,
  .product-360 .test_cover,
  .product-360 .box360 .ts_img_view,
  .product-360 .box360 .loading_bg {
    width: 320px;
    height: 200px; }
  .product-360 .box360 .loading_bg .loading {
    width: 170px !important;
    height: 36px !important; }
  .product-360 .box360 .loading_bg .loading .loading_bar {
    margin-left: -68px !important;
    width: 136px !important;
    bottom: 6px !important;
    left: 50% !important; }
  .product-360 .box360 .loading p {
    display: none; }
  .listColor ul {
    padding: 5px; }
  .listColor li {
    margin: 0 4px; }
  .listColor a {
    width: 25px;
    height: 25px; }
  .listColor img {
    width: 25px;
    height: 25px; }
  .product-360 .gleft,
  .product-360 .gright {
    width: 30px;
    height: 30px; }
  .product-360 .gleft,
  .product-360 .gleft:active {
    background: url(../images/button/next.png) no-repeat center center;
    background-size: 20px auto;
    right: 0; }
  .product-360 .gright,
  .product-360 .gright:active {
    background: url(../images/button/prev.png) no-repeat center center;
    background-size: 20px auto;
    left: 0; }
  /* --------------------------------------------------------------------- box__dealer
    ---------------------------------------------------------------------------------- */
  #box__dealer .form-check-input {
    margin-top: 2px; }
  #box__dealer .table__dealer col:nth-of-type(1) {
    width: 52%; }
  #box__dealer .table__dealer col:nth-of-type(2),
  #box__dealer .table__dealer col:nth-of-type(3),
  #box__dealer .table__dealer col:nth-of-type(4),
  #box__dealer .table__dealer col:nth-of-type(5) {
    width: 12%; }
  #box__dealer .table__dealer .table-sub th,
  #box__dealer .table__dealer .table-sub td {
    font-size: 18px;
    line-height: 18px; }
  #box__dealer .table__dealer .table-sub th:first-child,
  #box__dealer .table__dealer .table-sub td:first-child {
    font-size: 18px;
    line-height: 18px;
    padding-left: 10px; }
  #box__dealer .table__dealer .table-sub td img {
    width: 9px; }
  #box__dealer .table__dealer .table-sub span {
    display: block;
    font-family: 'DB Helvethaica X';
    font-weight: 400; }
  #box__dealer .table__dealer .detail {
    padding: 15px 10px 15px 10px; }
  #box__dealer .table__dealer .detail .info {
    margin-bottom: 10px;
    padding: 0 10px 10px; }
  #box__dealer .table__dealer .detail .head {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-right: 90px; }
  #box__dealer .table__dealer .detail .description p,
  #box__dealer .table__dealer .detail .description li {
    font-size: 18px;
    line-height: 18px; }
  #box__dealer .table__dealer .detail .list li {
    padding: 0; }
  #box__dealer .table__dealer .detail .list li span {
    display: inline;
    width: auto;
    position: relative; }
  #box__dealer .table__dealer .detail .box__button {
    top: 10px;
    right: 0px; }
    #box__dealer .table__dealer .detail .box__button .print {
      background: url(../images/button/print.png) no-repeat center center, url(../images/bg/color__grey-3.gif) no-repeat right 5px;
      background-size: 14px auto, 1px 22px; }
    #box__dealer .table__dealer .detail .box__button .close {
      background: url(../images/button/close-2.png) no-repeat center center;
      background-size: 10px auto; }
  #box__dealer .more-dealer .link span {
    background: url(../images/bullet/arrow__white-4.png) no-repeat right center;
    background-size: 8px auto; } }

@media (max-width: 575px) {
  .breadcrumb {
    padding: 20px 0; }
  #box__product .breadcrumb {
    padding: 20px 10px; }
  .breadcrumb a {
    font-size: 18px; }
  /* ------------------------------------------------------------------ frequency used
    ---------------------------------------------------------------------------------- */
  /* frequency used > form bootstrap
    ---------------------------------------------------------------------------------- */
  .form-control,
  .col-form-label,
  .form-control-plaintext,
  .submit span {
    font-size: 20px; }
  textarea.form-control-plaintext {
    line-height: 20px; }
  /* frequency used > list__link-main
    ---------------------------------------------------------------------------------- */
  .list__link-main {
    margin-bottom: 0; }
  .list__link-main a {
    padding: 0 15px; }
  /* frequency used > list__info
    ---------------------------------------------------------------------------------- */
  .list__info-1 li {
    padding: 0 10px; }
  /* frequency used > more-info
    ---------------------------------------------------------------------------------- */
  .more-info-1 .link span {
    font-size: 20px; }
  /* frequency used > grid
    ---------------------------------------------------------------------------------- */
  .grid-1 .grid-sizer,
  .grid-1 .grid-item {
    width: 100%; }
  .grid-1 .active {
    width: 100%; }
  /* -------------------------------------------------------------------- box__product
    ---------------------------------------------------------------------------------- */
  #box__product .slider-360 .slider-for {
    width: 320px;
    height: 200px; }
  #box__product .tab__product .list__link a {
    font-size: 22px;
    line-height: 52px;
    padding: 0 20px;
    height: 50px; }
  #box__product .box__external-internal {
    display: none; }
  /* box__product > hilight
    ---------------------------------------------------------------------------------- */
  #box__product .tab__hilight .list__hilight {
    margin-bottom: 0; }
  #box__product .tab__hilight .list__hilight li {
    margin-bottom: 10px; }
  #box__product .tab__hilight .list__hilight a {
    font-size: 22px;
    line-height: 22px; }
  /* box__product > exterior
    ---------------------------------------------------------------------------------- */
  #box__product .box__exterior .head__section {
    font-size: 34px;
    line-height: 34px;
    padding: 0 10px; }
  #box__product .box__exterior .list__exterior .info {
    margin: 0 10px;
    padding: 10px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  #box__product .box__exterior .list__exterior .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px; }
  #box__product .box__exterior .list__exterior .text {
    font-size: 20px;
    line-height: 20px; }
  /* box__product > interior
    ---------------------------------------------------------------------------------- */
  #box__product .box__interior .head__section {
    font-size: 34px;
    line-height: 34px;
    padding: 0 10px; }
  #box__product .box__interior .list__interior .info {
    margin: 0 10px;
    padding: 10px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  #box__product .box__interior .list__interior .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px; }
  #box__product .box__interior .list__interior .text {
    font-size: 20px;
    line-height: 20px; }
  #box__product .box__interior .list__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px; }
  #box__product .box__interior .list__gallery li {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 10px;
    padding: 0 5px;
    width: 50%; }
  #box__product .box__interior .list__gallery img {
    width: 100%;
    height: auto; }
  /* box__product > model
    ---------------------------------------------------------------------------------- */
  #box__product .box__model .head__section {
    font-size: 34px;
    line-height: 34px; }
  #box__product .box__model .list__model {
    padding: 0 15px; }
  #box__product .box__model .list__model li {
    background: url(../images/bg/color__a2a2a2.gif) no-repeat center bottom;
    background-size: 100% 1px;
    padding: 0 0 10px;
    width: 100%; }
  #box__product .box__model .list__model .info {
    min-height: auto; }
  #box__product .box__model .list__model .type {
    font-size: 20px;
    line-height: 24px; }
  #box__product .box__model .list__model .type span {
    font-size: 24px;
    line-height: 24px; }
  #box__product .box__model .list__model .price {
    font-size: 20px;
    line-height: 24px; }
  #box__product .box__model .list__model .price span {
    font-size: 20px;
    line-height: 24px; }
  #box__product .box__model .list__model .price span em {
    font-size: 24px; }
  /* box__product > spec
    ---------------------------------------------------------------------------------- */
  #box__product .box__compare-spec .head__section {
    font-size: 34px;
    line-height: 34px; }
  #box__product .box__compare-spec .subhead {
    font-size: 20px;
    line-height: 20px;
    padding: 0 15px; }
  #box__product .box__compare-spec .list__spec li a {
    font-size: 22px;
    line-height: 50px;
    height: 48px; }
  #box__product .box__compare-spec .list__spec li.ui-state-active span {
    border-bottom: #444 4px solid; }
  #box__product .box__compare-spec .list__category li:nth-of-type(4) {
    width: 64%; }
  #box__product .box__compare-spec .list__category li a {
    font-size: 18px;
    line-height: 18px; }
  #box__product .box__compare-spec .list__category li.ui-state-active a {
    background: url(../images/bg/color__white-2.gif) no-repeat center bottom;
    background-size: 80px 4px; }
  #box__product .box__compare-spec .table__info {
    border: 0;
    padding: 0 0 10px; }
  #box__product .box__compare-spec .table__info table col:nth-of-type(1) {
    width: 40% !important; }
  #box__product .box__compare-spec .table__info table col:nth-of-type(2) {
    width: 30% !important; }
  #box__product .box__compare-spec .table__info table col:nth-of-type(3) {
    width: 30% !important; }
  #box__product .box__compare-spec .table__info table th,
  #box__product .box__compare-spec .table__info table td {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 5px; }
  #box__product .box__compare-spec .box__condition {
    margin: 0 0 20px;
    padding: 0 10px 10px; }
  /* box__product > download
    ---------------------------------------------------------------------------------- */
  #box__product .box__download .head__section {
    font-size: 34px;
    line-height: 34px; }
  #box__product .box__download .box__description {
    margin: 0 10px 20px;
    width: auto; }
  #box__product .box__download .box__description .info {
    min-height: auto; }
  #box__product .box__download .box__description .name {
    font-size: 22px;
    line-height: 22px; }
  #box__product .box__download .box__description .size {
    font-size: 20px;
    line-height: 20px; }
  #box__product .box__download .box__acrobat .text {
    margin-top: 20px;
    line-height: 24px; }
  /* box__product > review
    ---------------------------------------------------------------------------------- */
  #box__product .box__review .head__section {
    font-size: 34px;
    line-height: 34px; }
  #box__product .box__review .list__review li {
    display: block;
    margin: 0 0 20px;
    padding: 0 10px;
    width: auto;
    max-width: 100%; }
  #box__product .box__review .list__review .description {
    font-size: 22px;
    line-height: 22px;
    height: auto; }
  #box__product .box__review .list__review .type,
  #box__product .box__review .list__review .share .text {
    font-size: 20px; }
  /* box__product > pricelist
    ---------------------------------------------------------------------------------- */
  #box__product .box__pricelist .head__section {
    font-size: 34px;
    line-height: 34px;
    margin: 0 10px 10px;
    padding: 0 0 10px; }
  #box__product .box__pricelist .box__choose-type .detail {
    padding: 0;
    min-height: auto; }
  #box__product .box__pricelist .box__choose-type .choose {
    margin-bottom: 10px;
    position: relative; }
  #box__product .box__pricelist .box__choose-type .choose .form-check span {
    font-size: 20px; }
  #box__product .box__pricelist .box__choose-type .choose .form-check {
    padding: 6px 0 0; }
  #box__product .box__pricelist .box__choose-type .choose .form-check-input {
    margin-top: 4px; }
  #box__product .box__pricelist .box__choose-type .list__car {
    text-align: center; }
  #box__product .box__pricelist .box__condition {
    margin: 0 0 20px;
    padding: 0 10px; }
  #box__product .box__pricelist .box__condition p {
    font-size: 20px;
    line-height: 20px; }
  #box__product .box__pricelist .box__condition .title {
    font-size: 22px;
    line-height: 22px; }
  #box__product .box__pricelist .table__pricelist col {
    width: 33.33%; }
  #box__product .box__pricelist .table__pricelist table {
    margin-bottom: 20px; }
  #box__product .box__pricelist .table__pricelist th {
    font-family: 'DB Helvethaica X';
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
    height: auto; }
  #box__product .box__pricelist .table__pricelist td {
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    height: auto; }
  #box__product .box__pricelist .table__pricelist .view {
    font-size: 18px; }
  #box__product .box__pricelist .table__pricelist .table__car {
    margin: 0; }
  /* box__product > other
    ---------------------------------------------------------------------------------- */
  #box__product .box__other-link .list .text {
    font-size: 18px;
    line-height: 18px; }
  /* -------------------------------------------------------------------------- footer
    ---------------------------------------------------------------------------------- */
  #footer .box__product .list__car .pic img {
    width: 120px; } }

@media (max-width: 414px) {
  /* ------------------------------------------------------------------ frequency used
    ---------------------------------------------------------------------------------- */
  /* frequency used > list__info
    ---------------------------------------------------------------------------------- */
  .list__info-1 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    width: 100%; }
  #box__product .box__compare-spec .list__spec li {
    float: left;
    width: 207px; }
  #box__product .box__compare-spec .list__spec li:first-child {
    width: 207px; } }

@media (max-width: 413px) {
  #box__product .box__compare-spec .list__spec li,
  #box__product .box__compare-spec .list__spec li:first-child {
    width: 50%; } }

@media (max-width: 375px) {
  #box__product .box__compare-spec .list__spec {
    display: block;
    height: 48px; }
  #box__product .box__compare-spec .list__spec li {
    float: left;
    width: 187px; }
  #box__product .box__compare-spec .list__spec li:first-child {
    width: 188px; } }

@media (max-width: 374px) {
  #box__product .box__compare-spec .list__spec li,
  #box__product .box__compare-spec .list__spec li:first-child {
    width: 50%; } }

/* ------------------------------------------------------------------------ dropdown
---------------------------------------------------------------------------------- */
.ui-front {
  z-index: 10000; }

.ui-selectmenu-button.ui-button {
  background: #eee;
  border: 0;
  margin: 0;
  padding: 0 10px;
  width: 250px;
  height: 40px;
  border-radius: 0; }

.ui-menu .ui-menu-item-wrapper {
  color: #999;
  font-family: 'DB Helvethaica X Med';
  font-size: 24px;
  line-height: 24px;
  padding: 8px 10px; }

.ui-selectmenu-text {
  color: #999;
  font-family: 'DB Helvethaica X Med';
  font-size: 24px;
  line-height: 41px;
  height: 40px; }

.ui-widget-content,
.ui-widget.ui-widget-content {
  background: #eee;
  border: 0;
  border-radius: 0; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  background: #eee;
  border: 0;
  color: #999; }

.box__test-drive .ui-icon,
.box__test-drive .ui-state-hover .ui-icon,
.box__test-drive .ui-state-focus .ui-icon,
.box__test-drive .ui-button:hover .ui-icon,
.box__test-drive .ui-button:focus .ui-icon,
.box__quotation .ui-icon,
.box__quotation .ui-state-hover .ui-icon,
.box__quotation .ui-state-focus .ui-icon,
.box__quotation .ui-button:hover .ui-icon,
.box__quotation .ui-button:focus .ui-icon {
  background: url(../images/bullet/arrow__grey-1.png) no-repeat right center;
  height: 40px; }

/* ------------------------------------------------- box__test-drive, box__quotation
---------------------------------------------------------------------------------- */
.fancybox-slide--iframe .fancybox-content {
  background: none !important;
  width: 1056px !important;
  height: 75% !important;
  max-width: 96% !important;
  max-height: 90% !important;
  margin: 0 !important; }

#modal__test-drive .modal-dialog,
#modal__quotation .modal-dialog,
#modal__calculate-payment .modal-dialog {
  margin: 0;
  width: 1056px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%); }

#modal__test-drive .modal-body,
#modal__quotation .modal-body,
#modal__calculate-payment .modal-body {
  padding: 0; }

#modal__test-drive.modal.show .modal-dialog,
#modal__quotation.modal.show .modal-dialog,
#modal__calculate-payment.modal.show .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.box__test-drive,
.box__quotation,
.box__calculate-payment,
.box__product-popup {
  background: #fff; }

.box__test-drive .detail,
.box__quotation .detail,
.box__calculate-payment .detail,
.box__product-popup .detail {
  padding: 30px 45px; }

.box__test-drive .head__section,
.box__quotation .head__section,
.box__calculate-payment .head__section,
.box__product-popup .head__section {
  margin: 0; }

.box__test-drive .head__section span,
.box__quotation .head__section span,
.box__calculate-payment .head__section span,
.box__product-popup .head__section span {
  background: url(../images/bullet/test-drive.png) no-repeat 0 center;
  color: #222;
  display: block;
  font-family: 'DB Helvethaica X Bd';
  font-size: 48px;
  line-height: 48px;
  padding-left: 47px;
  height: 48px; }

.box__quotation .head__section span {
  background: url(../images/bullet/quotation.png) no-repeat 0 center;
  padding-left: 39px; }

.box__calculate-payment .head__section span {
  background: url(../images/bullet/calculate-payment.png) no-repeat 0 center;
  padding-left: 46px; }

.box__test-drive .subhead,
.box__quotation .subhead,
.box__calculate-payment .subhead,
.box__product-popup .subhead {
  color: #222;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px; }

.box__test-drive .col-md-8,
.box__quotation .col-md-8,
.box__product-popup .col-md-8 {
  border-right: #ddd 1px solid; }

.box__test-drive .form-group,
.box__quotation .form-group,
.box__product-popup .form-group {
  margin-bottom: 20px; }

.box__test-drive input[type="text"],
.box__test-drive select,
.box__quotation input[type="text"],
.box__quotation select,
.box__product-popup input[type="text"],
.box__product-popup select {
  background: #eee;
  border: 0;
  color: #222;
  display: block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 41px;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
  height: 40px !important;
  border-radius: 0; }

.box__test-drive input[type="text"]::-webkit-input-placeholder,
.box__quotation input[type="text"]::-webkit-input-placeholder,
.box__product-popup input[type="text"]::-webkit-input-placeholder {
  color: #222; }

.box__test-drive input[type="text"]:-moz-placeholder,
.box__quotation input[type="text"]:-moz-placeholder,
.box__product-popup input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #222; }

.box__test-drive input[type="text"]::-moz-placeholder,
.box__quotation input[type="text"]::-moz-placeholder,
.box__product-popup input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #222; }

.box__test-drive input[type="text"]:-ms-input-placeholder,
.box__quotation input[type="text"]:-ms-input-placeholder,
.box__product-popup input[type="text"]:-ms-input-placeholder {
  color: #222; }

.box__test-drive .text,
.box__quotation .text,
.box__product-popup p,
.box__product-popup .text {
  color: #222;
  display: block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px; }

.box__test-drive .text em,
.box__quotation .text em,
.box__product-popup p em,
.box__product-popup .text em {
  color: #ed1b2f;
  font-style: normal; }

.box__test-drive .box__model,
.box__quotation .box__model,
.box__product-popup .box__model {
  border-bottom: #ddd 1px solid;
  margin: 0 0 20px;
  padding-bottom: 13px;
  min-height: 168px; }

.box__test-drive .box__pick-date {
  min-height: 400px; }

.box__test-drive .box__info-personal,
.box__quotation .box__info-personal,
.box__product-popup .box__info-personal {
  z-index: 10;
  width: 50%;
  position: absolute;
  top: 0;
  right: -50%;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px); }

.box__test-drive .form-check-label {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.box__test-drive .box__model .ui-selectmenu-text,
.box__quotation .box__model .ui-selectmenu-text,
.box__product-popup .box__model .ui-selectmenu-text {
  color: #222; }

.box__test-drive .box__model .pic-car,
.box__quotation .box__model .pic-car,
.box__product-popup .box__model .pic-car {
  min-height: 147px; }

.box__quotation .box__type-and-color {
  width: 250px; }

.box__quotation .box__type-and-color .col-md-6:nth-of-type(1) {
  padding-right: 10px; }

.box__quotation .box__type-and-color .col-md-6:nth-of-type(2) {
  padding-left: 10px; }

.box__quotation .box__type-and-color .ui-selectmenu-button.ui-button {
  width: 100%; }

.box__test-drive .or,
.box__quotation .or,
.box__product-popup .or {
  color: #222;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 24px;
  margin: 8px 0 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.box__test-drive .or {
  margin: -35px 0 0; }

.box__test-drive .form-check-label span,
.box__quotation .form-check-label span,
.box__product-popup .form-check-label span {
  color: #222;
  font-family: 'DB Helvethaica X';
  font-size: 22px;
  line-height: 22px; }

.box__test-drive .form-check-input,
.box__quotation .form-check-input,
.box__product-popup .form-check-input {
  margin-top: 5px; }

.box__test-drive .submit,
.box__quotation .submit,
.box__product-popup .submit {
  background: #ed1b2f;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: center;
  z-index: 10;
  width: 50%;
  height: 40px; }

.box__product-popup .box__description-car .submit {
  width: 100%; }

.box__test-drive .submit span,
.box__quotation .submit span,
.box__product-popup .submit span {
  background: url(../images/bullet/arrow__white-3.png) no-repeat right center;
  color: #fff;
  display: inline-block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 42px;
  padding: 0 25px 0 0;
  vertical-align: top;
  height: 100%; }

.box__product-popup .reset {
  background: #999;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  border-radius: 0; }

.box__product-popup .reset span {
  background: url(../images/bullet/reset.png) no-repeat right center;
  color: #fff;
  display: inline-block;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 42px;
  padding: 0 33px 0 0;
  vertical-align: top;
  height: 100%; }

.box__calculate-payment .list__product {
  margin-bottom: 40px; }

.box__calculate-payment .list__product ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.box__calculate-payment .list__product li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center; }

.box__calculate-payment .list__product a,
.box__calculate-payment .list__product a:hover {
  color: #222;
  display: block; }

.box__calculate-payment .list__product .type {
  color: #aaa;
  font-family: 'DB Helvethaica X';
  font-size: 24px;
  line-height: 28px; }

.box__calculate-payment .list__product .price {
  font-size: 20px;
  line-height: 24px; }

.box__calculate-payment .list__product .price span {
  display: block;
  font-family: 'DB Helvethaica X'; }

.box__calculate-payment .list__product .price strong {
  font-size: 30px;
  font-family: 'DB Helvethaica X'; }

.box__product-popup .box__description-car,
.box__product-popup .box__summary {
  margin-bottom: 40px; }

.box__product-popup .box__description-car .pic-car,
.box__product-popup .box__summary .pic {
  text-align: center; }

.box__product-popup .box__calculate-total {
  border-top: #ddd 1px solid;
  padding: 20px 0 0; }

.box__product-popup .table__calculate {
  margin-bottom: 20px; }
  .box__product-popup .table__calculate table {
    width: 100%; }
  .box__product-popup .table__calculate col {
    width: 11%; }
    .box__product-popup .table__calculate col:first-child {
      width: 23%; }
  .box__product-popup .table__calculate th {
    background: #f3f3f3;
    color: #222;
    font-family: 'DB Helvethaica X';
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    height: 40px; }
    .box__product-popup .table__calculate th:first-child {
      font-family: 'DB Helvethaica X Med';
      padding: 0 20px;
      text-align: left; }
  .box__product-popup .table__calculate td {
    background: url(../images/bg/line__grey-1.png) no-repeat;
    color: #222;
    font-family: 'DB Helvethaica X';
    font-size: 22px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
    vertical-align: top; }
    .box__product-popup .table__calculate td:first-child {
      background: none;
      font-family: 'DB Helvethaica X Med';
      font-weight: 400;
      padding: 10px 20px;
      text-align: left; }
  .box__product-popup .table__calculate .link {
    color: #ec1d31;
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline; }

.box__product-popup .other-model {
  text-align: center; }
  .box__product-popup .other-model a {
    background: url(../images/bullet/arrow__red-3.png) no-repeat right center;
    color: #ed1b2f;
    display: inline-block;
    font-family: 'DB Helvethaica X Med';
    font-size: 24px;
    line-height: 28px;
    padding: 5px 22px 3px 0;
    vertical-align: top; }

.box__test-drive .close,
.box__quotation .close,
.box__calculate-payment .close,
.box__product-popup .close {
  background: url(../images/button/close-2.png) no-repeat center center;
  border: 0;
  cursor: pointer;
  display: block;
  opacity: 1;
  text-indent: -9998px;
  z-index: 10;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 5px; }

.fancybox-close-small {
  display: none !important; }

@media (max-width: 1480px) {
  #modal__test-drive .modal-content,
  #modal__quotation .modal-content,
  #modal__calculate-payment .modal-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

@media (max-width: 768px) {
  .visible__desktop {
    display: none !important; }
  .visible__mobile {
    display: block !important; }
  .fancybox-slide--iframe .fancybox-content {
    width: 90% !important;
    height: 90% !important;
    max-width: calc(100% - 20px) !important; }
  /* ------------------------------------------------------------------------ dropdown
    ---------------------------------------------------------------------------------- */
  .ui-selectmenu-button.ui-button {
    width: 100%; }
  /* ------------------------------------------------- box__test-drive, box__quotation
    ---------------------------------------------------------------------------------- */
  #modal__test-drive .modal-dialog,
  #modal__quotation .modal-dialog,
  #modal__calculate-payment .modal-dialog {
    margin: 0 auto;
    width: 640px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #modal__test-drive.modal.show .modal-dialog,
  #modal__quotation.modal.show .modal-dialog,
  #modal__calculate-payment.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #modal__test-drive .modal-content,
  #modal__quotation .modal-content,
  #modal__calculate-payment .modal-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .box__test-drive,
  .box__quotation,
  .box__calculate-payment,
  .box__product-popup {
    margin: 0 auto;
    width: 100%; }
  .box__test-drive .col-md-4,
  .box__test-drive .col-md-6,
  .box__test-drive .col-md-8,
  .box__quotation .col-md-4,
  .box__quotation .col-md-6,
  .box__quotation .col-md-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
  .box__test-drive .detail,
  .box__quotation .detail,
  .box__calculate-payment .detail,
  .box__product-popup .detail {
    padding: 20px 15px; }
  .box__test-drive .form-group,
  .box__quotation .form-group,
  .box__product-popup .form-group {
    margin-bottom: 15px; }
  .box__test-drive .box__info-personal,
  .box__quotation .box__info-personal,
  .box__product-popup .box__info-personal {
    width: auto;
    position: relative;
    top: 0;
    right: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .box__test-drive input[type="text"], .box__test-drive select,
  .box__quotation input[type="text"], .box__quotation select,
  .box__product-popup input[type="text"], .box__product-popup select {
    width: 100%; }
  .box__test-drive .box__model,
  .box__quotation .box__model,
  .box__product-popup .box__model {
    margin-right: 0; }
  .box__test-drive .text,
  .box__quotation .text,
  .box__product-popup p,
  .box__product-popup .text,
  .box__test-drive .or,
  .box__quotation .or,
  .box__product-popup .or {
    font-size: 20px;
    line-height: 20px; }
  .box__test-drive input[type="text"],
  .box__test-drive select,
  .box__quotation input[type="text"],
  .box__quotation select,
  .box__product-popup input[type="text"],
  .box__product-popup select {
    font-size: 20px; }
  .box__test-drive .head__section,
  .box__quotation .head__section,
  .box__calculate-payment .head__section,
  .box__product-popup .head__section {
    margin: 0 0 10px; }
  .box__test-drive .subhead,
  .box__quotation .subhead,
  .box__calculate-payment .subhead,
  .box__product-popup .subhead {
    font-size: 22px;
    line-height: 22px; }
  .box__test-drive .box__model .pic-car,
  .box__quotation .box__model .pic-car,
  .box__product-popup .box__model .pic-car {
    text-align: center;
    min-height: auto; }
  .box__test-drive .box__pick-date .col-md-6:nth-of-type(2) .info,
  .box__quotation .box__pick-date .col-md-6:nth-of-type(2) .info,
  .box__product-popup .box__pick-date .col-md-6:nth-of-type(2) .info {
    margin-left: 0; }
  .box__quotation .box__type-and-color .col-md-6:nth-of-type(1),
  .box__quotation .box__type-and-color .col-md-6:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px; }
  .box__quotation .box__type-and-color {
    width: auto; }
  .box__test-drive .box__pick-date,
  .box__quotation .box__pick-date,
  .box__product-popup .box__pick-date {
    border-bottom: #ddd 1px solid;
    margin: 0 0 20px; }
  .box__test-drive .box__info-personal,
  .box__quotation .box__info-personal,
  .box__product-popup .box__info-personal {
    background: none;
    padding-left: 0; }
  .box__test-drive .or,
  .box__quotation .or,
  .box__product-popup .or {
    margin: 0;
    padding: 5px 0 10px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .box__product-popup .box__summary .pic {
    padding: 20px; }
  .box__product-popup .table__calculate {
    overflow-x: auto; }
  .box__product-popup .table__calculate table {
    width: 100%; }
  .box__test-drive .form-check-input,
  .box__quotation .form-check-input,
  .box__product-popup .form-check-input {
    margin-top: 2px; }
  .box__test-drive .submit,
  .box__quotation .submit,
  .box__product-popup .submit {
    width: 100%; }
  .box__quotation .box__info-personal {
    min-height: auto; }
  .box__calculate-payment .list__product li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
    .box__product-popup .table__calculate table {
      border-left: #f3f3f3 1px solid;
      border-right: #f3f3f3 1px solid; }
    .box__product-popup .table__calculate col,
    .box__product-popup .table__calculate col:first-child {
      width: 50%; }
    .box__product-popup .table__calculate th,
    .box__product-popup .table__calculate td,
    .box__product-popup .table__calculate th:first-child,
    .box__product-popup .table__calculate td:first-child {
      font-size: 20px;
      line-height: 20px;
      padding: 10px;
      text-align: center;
      height: auto; }
    .box__product-popup .table__calculate td {
      background: none;
      border-left: #f3f3f3 1px solid;
      border-bottom: #f3f3f3 1px solid; }
    .box__product-popup .table__calculate td:first-child {
      border-left: 0; }
    .box__product-popup .other-model a {
      font-size: 20px; } }
      
/*# sourceMappingURL=style.css.map */