@charset "UTF-8";
.l-megaWrap {
  display: none;
}

.l-header a {
  font-weight: normal;
}
.l-header .c-btn {
  position: relative;
  display: inline-block;
  min-width: 100px;
  padding: 6px 20px;
  border: 1px solid #808080;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}
.l-header .c-btn:after {
  position: absolute;
  display: block;
  content: "";
  right: 7px;
  top: 50%;
  transform: translateY(-50%) scale(0.6, 0.6);
  content: "\e806";
  font-family: fontello;
  font-size: 10px;
}
.l-header .c-btn:hover {
  background: #fff;
  color: #1a1a1a;
}
.l-header .c-btn.white {
  border-color: #fff;
  color: #fff;
}
.l-header .c-btn.white:hover {
  color: #1a1a1a;
}
.l-header .c-btn span::after {
  display: inline-block;
  content: "\e808";
  font-family: fontello;
  margin-left: 3px;
  -webkit-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.l-header .c-hoverScale a {
  overflow: hidden;
  backface-visibility: hidden;
}
.l-header .c-hoverScale a img {
  transition: 0.3s;
}
.l-header .c-hoverScale a:hover img {
  transform: scale(1.03, 1.03) translate3d(0, 0, 0);
  transform-origin: center center;
}

.nav-primary > li > a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 0;
  color: #222;
  font-size: 16px;
  transition: none;
}
.nav-primary > li > a:after {
  position: absolute;
  display: block;
  content: "";
  right: 6px;
  top: 50%;
  transform: rotate(45deg) translate(-20%, -60%);
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
}

.nav-secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-secondary a {
  display: block;
  width: 60px;
  color: #808080;
  font-size: 12px;
  text-align: center;
}
.nav-secondary a i {
  display: block;
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 28px;
  vertical-align: bottom;
}
.nav-secondary a i:before {
  width: auto;
  margin: auto;
}
.nav-secondary a i.icon-drive {
  font-size: 19px;
}
.nav-secondary:hover {
  color: #444;
}
.nav-secondary a .navi_cv_btn {
  border: 1px solid #808080;
  display: block;
  line-height: 28px;
  vertical-align: bottom;
  padding: 0px 8px;
}

.nav-owners .box-owners03 .c-row {
  display: flex;
  position: relative;
}
.nav-owners .box-owners03 .c-row .ttl {
  font-size: 26px;
  position: absolute;
  left: 20px;
  top: 40px;
}
.nav-owners .box-owners03 .c-row .c-btn {
  width: 80%;
  max-width: 180px;
  position: absolute;
  left: 20px;
  bottom: 40px;
  font-size: 14px;
  padding: 10px 15px;
  min-width: 140px;
}
.nav-owners .box-owners03 .c-row .c-col {
  flex: 1;
  position: relative;
}
.nav-owners .box-owners03 a:before {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.nav-owners .box-owners03 img {
  height: 180px;
}

@media all and (min-width: 1px) and (max-width: 767px) {
  html {
    overflow: auto;
    height: 100%;
  }
  .is-navOpen {
    overflow: hidden;
    height: 100%;
  }
  .btn-spMenu {
    position: absolute;
    top: 0;
    right: 12px;
    display: block;
    width: 50px;
    height: 50px;
  }
  .btn-spMenu span {
    position: absolute;
    left: 8px;
    display: block;
    width: 34px;
    height: 2px;
    background: #808080;
    transition: 0.3s;
  }
  .btn-spMenu span:nth-child(1) {
    top: 14px;
  }
  .btn-spMenu span:nth-child(2) {
    top: 24px;
  }
  .btn-spMenu span:nth-child(3) {
    top: 34px;
  }
  .btn-spMenu.is-open span:nth-child(1) {
    transform: rotate(45deg);
    top: 24px;
  }
  .btn-spMenu.is-open span:nth-child(2) {
    transform: scale(0, 1);
    transform-origin: center center;
  }
  .btn-spMenu.is-open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
  }
  .nav-wrap {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 0 20px;
    background: #fff;
  }
  .nav-primaryWrap {
    position: absolute;
    top: 90px;
    left: 20px;
    right: 20px;
    overflow: auto;
    height: calc(100vh - 130px);
    padding-bottom: 60px;
  }
  .nav-primaryWrap.is-secondaryOpen {
    right: 0;
    left: 0;
    height: 50px;
    padding-left: 30px;
  }
  .nav-primaryWrap.is-secondaryOpen .btn-prevMenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    display: block;
    width: 30px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    background: #fbfbfb;
    text-align: center;
  }
  .nav-primaryWrap.is-secondaryOpen .btn-prevMenu:before {
    display: inline-block;
    transform: scale(-1, 1);
    content: "\e807";
    font-size: 18px;
    font-family: fontello;
    line-height: 50px;
  }
  .nav-primaryWrap.is-secondaryOpen .nav-primary {
    display: flex;
    overflow: auto;
    height: 50px;
    border-bottom: 1px solid #ddd;
    background: #fbfbfb;
  }
  .nav-primaryWrap.is-secondaryOpen .nav-primary li {
    border-bottom: none;
    white-space: nowrap;
  }
  .nav-primaryWrap.is-secondaryOpen .nav-primary li a {
    padding: 16px 12px 17px;
  }
  .nav-primaryWrap.is-secondaryOpen .nav-primary li a:after {
    opacity: 0;
  }
  .nav-primaryWrap.is-secondaryOpen .nav-primary li.is-select a:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 3px;
    background: #808080;
  }
  .nav-primary li {
    border-bottom: 1px solid #ddd;
  }
  .nav-primary a {
    pointer-events: none;
  }
  .nav-secondaryWrap {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    height: 60px;
  }
  .l-spMenuWrap {
    position: absolute;
    top: 150px;
    left: 100vw;
    z-index: 1000;
    height: calc(100vh - 170px);
    padding: 10px 0;
    background: #fff;
  }
  .l-spMenuWrap .l-wrapper {
    display: flex;
    width: 600vw;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .l-spMenuWrap .l-wrapper > div {
    width: calc(100vw - 40px);
    height: calc(100vh - 200px);
    padding-bottom: 90px;
    overflow: auto;
    margin: 0 20px;
  }
  .l-spMenuWrap a {
    color: #222;
  }
  .l-spMenuWrap .nav-models,
  .l-spMenuWrap .nav-sti {
    padding-top: 20px;
  }
  .l-spMenuWrap .nav-models a,
  .l-spMenuWrap .nav-models p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .l-spMenuWrap .nav-sti a,
  .l-spMenuWrap .nav-sti p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .l-spMenuWrap .nav-models span:nth-child(1),
  .l-spMenuWrap .nav-sti span:nth-child(1) {
    width: 110px;
  }
  .l-spMenuWrap .nav-models span:nth-child(2),
  .l-spMenuWrap .nav-sti span:nth-child(2) {
    font-size: 16px;
  }
  .l-spMenuWrap .nav-models span.logo_only,
  .l-spMenuWrap .nav-sti span.logo_only {
    max-width: 220px;
    width: 100%;
    margin-left: 10px;
    padding: 15px 0;
  }
  .l-spMenuWrap .nav-models .models_separator,
  .l-spMenuWrap .nav-sti .models_separator {
    border-top: 1px solid #ddd;
    margin: 16px 0 0;
    padding-top: 16px;
  }
  .l-spMenuWrap .nav-support > span {
    display: block;
    padding: 12px 0;
    font-size: 16px;
  }
  .l-spMenuWrap .sp-subnav a {
    display: block;
    padding: 14px 0 14px 20px;
    margin: 3px 0;
    border: none;
    font-size: 14px;
  }
  .l-spMenuWrap .nav-sti > a {
    margin-bottom: 0;
  }
  .l-spMenuWrap .nav-sti > a:not(:first-child) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
  }
  .l-spMenuWrap .nav-sti .sp-subnav a {
    padding: 14px 0 14px calc(110px + 1.4em);
    font-size: 16px;
  }
  .l-spMenuWrap .nav-brand > a,
  .l-spMenuWrap .nav-support > a,
  .l-spMenuWrap .nav-owners > a,
  .l-spMenuWrap .nav-media > a {
    position: relative;
    display: block;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    font-size: 16px;
  }
  .l-spMenuWrap .nav-brand > a:after,
  .l-spMenuWrap .nav-support > a:after,
  .l-spMenuWrap .nav-owners > a:after,
  .l-spMenuWrap .nav-media > a:after {
    position: absolute;
    display: block;
    content: "";
  }
  .l-spMenuWrap .nav-brand > a:after,
  .l-spMenuWrap .nav-support > a:after,
  .l-spMenuWrap .nav-owners > a:after,
  .l-spMenuWrap .nav-media > a:after {
    right: 6px;
    top: 50%;
    -webkit-transform: rotate(45deg) translate(-20%, -60%);
    -ms-transform: rotate(45deg) translate(-20%, -60%);
    transform: rotate(45deg) translate(-20%, -60%);
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
  }
  .l-spMenuWrap .nav-brand > a:first-of-type,
  .l-spMenuWrap .nav-support > a:first-of-type,
  .l-spMenuWrap .nav-owners > a:first-of-type,
  .l-spMenuWrap .nav-media > a:first-of-type {
    border-top: none;
  }
  .l-spMenuWrap .nav-brand > a:last-of-type,
  .l-spMenuWrap .nav-support > a:last-of-type,
  .l-spMenuWrap .nav-owners > a:last-of-type,
  .l-spMenuWrap .nav-media > a:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  .l-spMenuWrap .nav-brand > a span.icon_blank::after,
  .l-spMenuWrap .nav-support > a span.icon_blank::after,
  .l-spMenuWrap .nav-owners > a span.icon_blank::after,
  .l-spMenuWrap .nav-media > a span.icon_blank::after {
    display: inline-block;
    content: "\e808";
    font-family: fontello;
    margin-left: 8px;
    -webkit-transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
  }
  /* .l-spMenuWrap .nav-brand > a span::after,
  .l-spMenuWrap .nav-support > a span::after,
  .l-spMenuWrap .nav-owners > a span::after,
  .l-spMenuWrap .nav-media > a span::after {
      display: inline-block;
      content: '\e808';
      font-family: fontello;
      margin-left: 8px;
      -webkit-transform: scale(0.75, 0.75);
      -ms-transform: scale(0.75, 0.75);
      transform: scale(0.75, 0.75);
  } */
  /* 20200826 */
  .l-header > .l-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav_btn-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav_btn-sp a {
    display: block;
    width: 60px;
    color: #808080;
    font-size: 12px;
    text-align: center;
  }
  .nav_btn-sp a i {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: bottom;
  }
  .nav_btn-sp a i:before {
    width: auto;
    margin: auto;
  }
  .nav_btn-sp a i.icon-drive {
    font-size: 15px;
  }
  .nav_btn-sp:hover {
    color: #444;
  }
  .nav_btn-sp li {
    margin-left: 0;
  }
  .nav_btn-sp li a {
    min-width: 40px;
    font-size: 11px;
  }
  .nav_btn-sp li:first-child {
    padding-right: 10px;
  }
  .nav_btn-sp li:nth-child(3) {
    margin-left: 6px;
    padding-right: 50px;
  }
  .nav_btn-sp li a {
    width: auto;
  }
  .nav_btn-sp li a:hover {
    color: #444;
  }
  .nav_btn-sp a .navi_cv_btn {
    border: 1px solid #808080;
    display: block;
    line-height: 2em;
    vertical-align: bottom;
    padding: 0px 5px;
  }
  .nav-secondary {
    justify-content: space-around;
  }
  .nav-secondary a .navi_cv_btn {
    border: 1px solid #808080;
    display: block;
    line-height: 2em;
    vertical-align: bottom;
    padding: 0px 5px;
  }
}
@media all and (min-width: 768px) {
  .l-header .c-btn {
    min-width: 200px;
    padding: 14px 20px;
    font-size: 16px;
  }
  .l-header .c-btn:after {
    right: 20px;
    font-size: 12px;
    transform: translateY(-50%);
  }
  .l-spMenuWrap {
    display: none;
  }
  .l-megaWrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .l-megaWrap:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.7);
  }
  .l-megaWrap:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .l-megaWrap p {
    margin-bottom: 0;
    color: #fff;
  }
  .l-megaWrap a {
    color: #fff;
  }
  .l-megaWrap .l-wrapper {
    position: relative;
    z-index: 2;
    height: 360px;
  }
  .l-megaWrap .l-wrapper > [class^=nav-] {
    height: 100%;
  }
  .l-megaWrap .c-hoverScale a:not(.c-btn) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .l-megaWrap .c-hoverScale a:not(.c-btn):before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
  }
  .l-megaWrap .c-hoverScale a:not(.c-btn) > span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .l-megaWrap .c-hoverScale a:not(.c-btn) > span:before {
    content: "\e807";
    margin-right: 10px;
    font-family: fontello;
    font-size: 90%;
  }
  .l-megaWrap .c-hoverScale a:not(.c-btn) img {
    width: 100%;
    z-index: -1;
  }
  .l-megaWrap .c-hoverScale a:not(.c-btn):hover:before {
    background: rgba(0, 0, 0, 0);
  }
  .l-megaWrap .c-col {
    margin-bottom: 0;
  }
  .nav-wrap {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }
  .nav-primaryWrap {
    width: calc(100% - 210px);
    max-width: 540px;
  }
  .nav-secondaryWrap {
    width: 220px;
  }
  .nav-primary {
    display: flex;
    width: 100%;
  }
  .nav-primary > li {
    flex-grow: 1;
  }
  .nav-primary > li > a {
    padding: 0;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
    pointer-events: auto;
  }
  .nav-primary > li > a:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: center bottom;
    width: 100%;
    height: 8px;
    background: #808080;
    transition: 0.3s;
  }
  .nav-primary > li > a:after {
    position: static;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(135deg) translate(-7px, -2px);
  }
  .nav-primary > li > a:hover {
    color: #222;
  }
  .nav-primary > li > a:hover:before {
    transform: scale(1, 1);
  }
  .nav-primary li:nth-child(1) .l-megaWrap:after {
    background-image: url(/assets/img/common/img_nav01_bg.jpg);
  }
  .nav-primary li:nth-child(2) .l-megaWrap:after {
    background-image: url(/assets/img/common/bg_sti.jpg);
  }
  .nav-primary li:nth-child(3) .l-megaWrap:after {
    background-image: url(/assets/img/common/img_nav02_bg.jpg);
  }
  .nav-primary li:nth-child(4) .l-megaWrap:after {
    background-image: url(/assets/img/common/img_nav03_bg.jpg);
  }
  .nav-primary li:nth-child(5) .l-megaWrap:after {
    background-image: url(/assets/img/common/img_nav04_bg.jpg);
  }
  .nav-primary li:nth-child(6) .l-megaWrap:after {
    background-image: url(/assets/img/common/img_nav05_bg.jpg);
  }
  .nav-secondary li {
    margin-left: 0;
  }
  .nav-secondary li:nth-child(2) {
    margin-left: 4px;
  }
  .nav-secondary li a {
    width: auto;
  }
  .nav-secondary li a:hover {
    color: #444;
  }
  .nav-secondary li:first-child {
    margin-left: 0;
  }
  .nav-tabContents {
    display: flex;
    height: 100%;
  }
  .nav-tabContents .ui-subMenu {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: 200px;
    height: 100%;
  }
  .nav-tabContents .ui-subMenu > a {
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .nav-tabContents .ui-subMenu > a:not(:first-child) {
    border-top: 1px solid #b4b4b4;
  }
  .nav-tabContents .ui-subMenu > a.is-select {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
  }
  .nav-tabContents .ui-subMenu > a.is-select:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.95);
    z-index: 9;
  }
  .nav-tabContents .ui-subMenu > a.is-select .logo_only {
    position: relative;
  }
  .nav-tabContents .ui-subMenu > a.is-select .logo_only::after {
    content: "";
    background: url(/assets/img/common/logo_stisport_pink.png) center/contain no-repeat;
    transform: translateY(5px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .nav-tabContents .ui-subContent {
    flex: 1;
  }
  .nav-tabContents .ui-subContent .tabcontent {
    display: none;
  }
  .nav-tabContents .ui-subContent .tabcontent:first-child {
    display: block;
  }
  .nav-models [class^=box-model] {
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
  .nav-models .ui-subMenu > a span:nth-child(1) {
    width: 100px;
  }
  .nav-models .ui-subMenu > a span:nth-child(1) img {
    transform: translateY(5px);
  }
  .nav-models .ui-subMenu > a span:nth-child(2) {
    font-size: 15px;
  }
  .nav-models .ui-subMenu > a span.logo_only {
    width: 80% !important;
    margin-inline: auto;
    padding: 7% 0;
  }
  .nav-models .box-subnav {
    display: flex !important;
    flex-direction: column;
    padding: 30px 30px 0;
    height: calc(100% - 46px);
  }
  .nav-models .box-subnav.col1 {
    flex-direction: row;
    padding: 0;
    height: 100%;
  }
  .nav-models .box-subnav.col1 .box_model_col {
    flex-basis: 100%;
  }
  .nav-models .box-subnav.col1 .box_model_col .btn-wrap {
    margin-right: 20px;
    margin-left: auto;
  }
  .nav-models .box-subnav.col2 {
    flex-direction: row;
    padding: 0;
    height: 100%;
  }
  .nav-models .box-subnav.col2 .box_model_col {
    flex-basis: 50%;
  }
  .nav-models .box-subnav .box_model_col {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
  }
  .nav-models .box-subnav .box_model_col .ttl {
    font-size: 26px;
    line-height: 1.2;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  }
  .nav-models .box-subnav .box_model_col .btn-wrap {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .nav-models .box-subnav .box_model_col01 {
    background-image: url(/assets/img/common/img_nav_models_sti_brz.webp);
    background-position: center;
    background-size: cover;
  }
  .nav-models .ttl {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .nav-models .ttl + p {
    font-size: 20px;
    line-height: 1.2;
  }
  .nav-models .ttl + p em {
    font-size: 28px;
  }
  .nav-models figure {
    position: absolute;
    right: 10px;
    bottom: 80px;
    width: 39%;
    height: auto;
    background: none;
  }
  .nav-models .btn-wrap {
    margin-top: auto;
    margin-bottom: 45px;
  }
  .nav-models .li-subnav {
    display: flex;
    margin: 0;
  }
  .nav-models .li-subnav span {
    flex: 1;
  }
  .nav-models .li-subnav span:not(:first-child) a {
    position: relative;
    margin-left: -1px;
  }
  .nav-models .li-subnav span:not(:first-child) a:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.4em;
    background: #fff;
  }
  .nav-models .li-subnav a {
    display: block;
    height: 46px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .nav-models .li-subnav a:hover {
    background: #fff;
    color: #141414;
  }
  .nav-sti .box-sti01 {
    height: 100%;
  }
  .nav-sti .box-sti01 .box-subnav {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .nav-sti .box-sti01 .box-subnav.col1 .box_sti_col {
    flex-basis: 100%;
  }
  .nav-sti .box-sti01 .box-subnav.col1 .btns-area {
    justify-content: flex-end;
  }
  .nav-sti .box-sti01 .box-subnav.col1 .btns-area .btn-wrap {
    flex: none;
    width: 200px;
  }
  .nav-sti .box-sti01 .box-subnav.col2 .box_sti_col {
    flex-basis: 50%;
  }
  .nav-sti .box-sti01 .box-subnav .box_sti_col {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav-sti .box-sti01 .box-subnav .box_sti_col .ttl {
    font-size: 26px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  }
  .nav-sti .box-sti01 .box-subnav .box_sti_col .btns-area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .nav-sti .box-sti01 .box-subnav .box_sti_col .btns-area .c-btn {
    width: 100%;
    min-width: auto;
    max-width: 200px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  }
  .nav-sti .box-sti01 .box-subnav .box_sti_col .btns-area .c-btn::after {
    right: 8px;
  }
  .nav-sti .box-sti01 .box-subnav .box_sti_col .btn-wrap {
    flex: 1;
  }
  .nav-sti .box-sti01 .box-subnav .box_sti_col01 {
    background-size: cover;
    background-position: center;
    background-image: url(/assets/img/common/img_nav_sti_brz.webp);
  }
  .nav-brand .ui-subMenu > a {
    padding: 5px 25px;
  }
  .nav-brand .ui-subMenu > a span:nth-child(1) {
    width: auto;
  }
  .nav-brand .box-brand01,
  .nav-brand .box-brand03,
  .nav-brand .box-brand04 {
    height: 100%;
    padding: 30px;
  }
  .nav-brand .box-brand01 .ttl,
  .nav-brand .box-brand03 .ttl,
  .nav-brand .box-brand04 .ttl {
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .nav-brand .box-brand01 .ttl + p,
  .nav-brand .box-brand03 .ttl + p,
  .nav-brand .box-brand04 .ttl + p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .nav-brand .box-brand01 .brand-inner,
  .nav-brand .box-brand03 .brand-inner,
  .nav-brand .box-brand04 .brand-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .nav-brand .box-brand01 .brand-inner .btn-wrap,
  .nav-brand .box-brand03 .brand-inner .btn-wrap,
  .nav-brand .box-brand04 .brand-inner .btn-wrap {
    margin-top: auto;
    margin-bottom: 0;
  }
  .nav-brand .box-brand01 {
    background: url(/assets/img/common/img_nav02_01.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-brand .box-brand01 .ttl {
    font-size: 34px;
  }
  .nav-brand .box-brand02 .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  .nav-brand .box-brand02 .c-row {
    display: flex;
  }
  .nav-brand .box-brand02 .c-row .c-col {
    flex: 1;
  }
  .nav-brand .box-brand02 .c-hoverScale a:before {
    background: rgba(0, 0, 0, 0.5);
  }
  .nav-brand .box-brand02 .c-hoverScale a:hover:before {
    background: rgba(0, 0, 0, 0.2);
  }
  .nav-brand .box-brand02 img {
    height: 135px;
  }
  .nav-brand .box-brand03 {
    background: url(/assets/img/common/img_nav02_03.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-brand .box-brand03 .ttl {
    font-size: 34px;
  }
  .nav-brand .box-brand04 {
    background: url(/assets/img/common/img_nav02_04.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-brand .box-brand04 .ttl {
    font-size: 24px;
  }
  .nav-support {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .nav-support a {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    height: 90px;
    text-align: center;
  }
  .nav-support i {
    display: block;
    margin-bottom: 20px;
    font-size: 50px;
  }
  .nav-support i:before {
    width: auto;
  }
  .nav-support i.icon-drive {
    margin-top: 5px;
    margin-bottom: auto;
    font-size: 44px;
  }
  .nav-owners .ui-subMenu > a {
    padding: 5px 25px;
  }
  .nav-owners .tabcontent {
    height: 100%;
    padding: 30px;
  }
  .nav-owners .tabcontent .ttl {
    margin-bottom: 15px;
    font-size: 34px;
    letter-spacing: 1px;
  }
  .nav-owners .tabcontent .ttl + p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .nav-owners .tabcontent .owners-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .nav-owners .tabcontent .owners-inner .btn-wrap {
    margin-top: auto;
    margin-bottom: 0;
  }
  .nav-owners .box-owners01 {
    background: url(/assets/img/common/img_nav04_01.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-owners .box-owners02 {
    background: url(/assets/img/common/img_nav04_02.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-owners .box-owners03 {
    padding: 0;
  }
  .nav-owners .box-owners03 .owners-inner {
    flex-direction: row;
  }
  .nav-owners .box-owners03 .owners-inner .col {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px;
  }
  .nav-owners .box-owners03 .col:nth-child(1) {
    background: url(/assets/img/common/img_nav04_03.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-owners .box-owners03 .col:nth-child(2) {
    background: url(/assets/img/common/img_nav04_04.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-owners .box-owners04 {
    padding: 0;
  }
  .nav-owners .box-owners04 .c-row {
    display: flex;
    position: relative;
  }
  .nav-owners .box-owners04 .c-row .ttl {
    font-size: 26px;
    position: absolute;
    left: 20px;
    top: 40px;
    z-index: 2;
  }
  .nav-owners .box-owners04 .c-row .c-btn {
    width: 80%;
    max-width: 180px;
    position: absolute;
    left: 20px;
    bottom: 40px;
    font-size: 14px;
    padding: 10px 15px;
    min-width: 140px;
    z-index: 2;
  }
  .nav-owners .box-owners04 .c-row .c-col {
    flex: 1;
    position: relative;
  }
  .nav-owners .box-owners04 .c-col:after {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .nav-owners .box-owners04 .owners-inner {
    flex-direction: row;
  }
  .nav-owners .box-owners04 .owners-inner .col {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px;
  }
  .nav-owners .box-owners04 .col:nth-child(1) {
    background: url(/assets/img/common/img_nav04_05.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-owners .box-owners04 .col:nth-child(2) {
    background: url(/assets/img/common/img_nav04_06.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-owners .box-owners05 {
    background: url(/assets/img/common/img_nav04_07.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-media .ui-subMenu > a {
    padding: 5px 25px;
  }
  .nav-media .tabcontent {
    height: 100%;
    padding: 30px;
  }
  .nav-media .tabcontent .ttl {
    margin-bottom: 15px;
    font-size: 34px;
    letter-spacing: 1px;
  }
  .nav-media .tabcontent .ttl + p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .nav-media .tabcontent .media-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .nav-media .tabcontent .media-inner .btn-wrap {
    margin-top: auto;
    margin-bottom: 0;
  }
  .nav-media .box-media01 {
    background: url(/assets/img/common/img_nav05_01.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-media .box-media02 {
    background: url(/assets/img/common/img_nav05_02.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-media .box-media03 {
    background: url(/assets/img/common/img_nav05_03.jpg) no-repeat center center;
    background-size: cover;
  }
  .nav-media .box-media04 {
    background: url(/assets/img/common/img_nav05_04.png) no-repeat center center;
    background-size: cover;
  }
  .nav-media .box-media00 {
    /* link for MEDIA VOICE site 媒体声音 https://media.subaru-china.cn/ */
    background: url(/assets/img/common/img_nav05_00.jpg) no-repeat center center;
    background-size: cover;
  }
  .p-models .nav-primary li:nth-child(1) a:before,
  .p-sti .nav-primary li:nth-child(2) a:before,
  .p-brand .nav-primary li:nth-child(3) a:before,
  .p-support .nav-primary li:nth-child(4) a:before,
  .p-owners .nav-primary li:nth-child(5) a:before,
  .p-media .nav-primary li:nth-child(6) a:before {
    transform: scale(1, 1) !important;
  }
}
@media all and (min-width: 1024px) {
  .nav-primaryWrap {
    width: calc(100% - 250px);
    max-width: 780px;
  }
  .nav-secondaryWrap {
    width: 240px;
  }
  .nav-primary > li {
    flex: 1;
  }
  .nav-primary > li > a {
    font-size: 17px;
  }
  .nav-primary > li > a:after {
    width: 8px;
    height: 8px;
  }
  .nav-secondary li a {
    min-width: 40px;
    font-size: 13px;
  }
  .nav-tabContents .ui-subMenu {
    width: 254px;
  }
  .nav-models .ui-subMenu > a span:nth-child(1) {
    width: 110px;
  }
  .nav-models .ui-subMenu > a span:nth-child(2) {
    font-size: 16px;
  }
  .nav-models figure {
    right: 40px;
    bottom: 55px;
    width: auto;
  }
  .nav-secondary a .navi_cv_btn {
    min-width: 80px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1140px) {
  .nav-primary > li {
    flex-grow: 1;
  }
}/*# sourceMappingURL=nav.css.map */