@charset "UTF-8";
/* レスポンシブ ブレイクポイント */
/* レスポンシブメディアクエリー */
/* Reset margin, padding, border
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hdantai, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
  * *********************************** */
html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: 'Noto Sans CJK JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

* {
  line-height: 1.6;
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
}

/* Layout
  * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/* Elements
  * *********************************** */
a {
  text-decoration: none;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img,
video {
  max-width: 100%;
  display: block;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォームタグ */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* レイアウト */
.content-wrapper {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  　　　　content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

a:hover {
  opacity: 0.7;
}

/*
@include mq(medium,min,false){
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
*/
/* 汎用レイアウト */
section header {
  position: relative;
}

section header h2 {
  background: #F4F4F4;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
  padding: 12px 0 13px 25px;
  border-left: 10px solid #000000;
}

@media screen and (max-width: 767px) {
  section header h2 {
    font-size: 1.6rem;
    padding: 14px 0 14px 25px;
  }
}

section header .panel-toggle {
  width: 48px;
  height: 48px;
  background: #31AAE2;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto 0 auto auto;
}

@media screen and (max-width: 767px) {
  section header .panel-toggle {
    width: 45px;
    height: 45px;
  }
}

section header .panel-toggle:before {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.5s 0s ease;
}

section header .panel-toggle:after {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  rotate: 90deg;
  transition: all 0.5s 0s ease;
}

section header .panel-toggle.active {
  background: #8C8C8C;
}

section header .panel-toggle.active:after {
  rotate: 0deg;
}

.panel-toggle-section {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto 0 auto auto;
}

.panel-toggle-section:before {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background: #222222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.5s 0s ease;
}

.panel-toggle-section:after {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background: #222222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  rotate: 90deg;
  transition: all 0.5s 0s ease;
}

.panel-toggle-section.active:after {
  rotate: 0deg;
}

.display-wrapper {
  display: none;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .display-wrapper {
    padding-top: 40px;
  }
}

.pankuzu {
  margin-top: 35px;
  margin-bottom: 36px;
}

.pankuzu li {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

.pankuzu li a,
.pankuzu li span {
  background: url("../img/common/icon_arrow_pankuz.png") no-repeat right center;
  background-size: 4px;
  padding-left: 11px;
  padding-right: 15px;
}

.pankuzu li:last-of-type {
  padding-left: 11px;
}

/* ヘッダー */
.header {
  width: 100%;
  background: #F4F4F4;
  overflow: hidden;
}

.header__logo {
  width: 411px;
  background: #fff;
  text-align: center;
  padding: 13px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: calc(286 / 375 * 100%);
  }
}

.header__logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -52px;
  background: #fff;
  width: 52px;
  height: 80px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 767px) {
  .header__logo:before {
    width: 34px;
    height: 60px;
    left: -33px;
  }
}

.header__logo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -52px;
  background: #fff;
  width: 52px;
  height: 80px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .header__logo:after {
    width: 34px;
    height: 60px;
    right: -33px;
  }
}

.header__logo img {
  width: 275px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    width: calc(187 / (375 - 54) * 100%);
    margin: 0 auto 0 0;
  }
}

.header__contact {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .header__contact {
    display: none;
  }
}

.header__contact--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__contact--sp {
    display: block;
    width: calc(315 / 375 * 100%);
    margin: 38px auto 50px;
  }
}

.header nav {
  width: 612px;
  padding: 13px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  left: -31px;
  display: block;
}

@media screen and (max-width: 767px) {
  .header nav {
    width: 100%;
    display: none;
    background: #F4F4F4;
    left: inherit;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999999;
  }
}

.header nav ul {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .header nav ul {
    display: block;
  }
}

.header nav ul li {
  position: relative;
  width: 151px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header nav ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #707070;
    text-align: left;
  }
  .header nav ul li a {
    padding: 40px 0 35px 30px;
    display: block;
    width: 100%;
  }
}

.header nav ul li:before {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  height: 103px;
  rotate: 33deg;
  position: absolute;
  top: -43px;
  left: 182px;
}

@media screen and (max-width: 767px) {
  .header nav ul li:before {
    display: none;
  }
}

.header nav ul li:after {
  content: "";
  display: block;
  width: 1px;
  background: #BFBFBF;
  height: 103px;
  rotate: 33deg;
  position: absolute;
  top: -43px;
  left: 183px;
}

@media screen and (max-width: 767px) {
  .header nav ul li:after {
    display: none;
  }
}

.header nav ul li.disabled {
  color: #BFBFBF;
}

@media screen and (max-width: 767px) {
  .header nav ul li.disabled {
    padding: 40px 0 35px 30px;
  }
}

.header .header-sp-menu-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .header-sp-menu-btn {
    display: block;
    width: 40px;
    position: relative;
    left: 6px;
  }
  .header .header-sp-menu-btn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #707070;
  }
  .header .header-sp-menu-btn:before, .header .header-sp-menu-btn:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #707070;
  }
  .header .header-sp-menu-btn:before {
    top: 10px;
  }
  .header .header-sp-menu-btn:after {
    bottom: 10px;
  }
}

.header-inner {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 52px;
}

@media screen and (max-width: 767px) {
  .header-inner {
    width: 100%;
    padding: 0 20px 0 34px;
  }
}

/* フッター */
.footer {
  background: #000000;
}

.footer address {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.footer__logo {
  width: 275px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

.footer__contact {
  padding-top: 50px;
  width: 230px;
  margin-bottom: 48px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    width: 100%;
  }
}

.footer-menu {
  color: #fff;
  position: relative;
  left: 123px;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    left: 20px;
    display: block;
    margin: 0 auto 78px 0;
  }
}

.footer-menu li {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .footer-menu li {
    display: block;
    margin-bottom: 41px;
  }
}

/* メインビジュアル */
.main-visual .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  z-index: 999999;
  background: url("../img/kv/btn_slide_arrow.png") no-repeat 0 0;
  background-size: 100%;
  width: 90px;
  height: 68px;
}

@media screen and (max-width: 767px) {
  .main-visual .slick-prev {
    display: none !important;
  }
}

.main-visual .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  z-index: 999999;
  background: url("../img/kv/btn_slide_arrow.png") no-repeat 0 0;
  background-size: 100%;
  width: 90px;
  height: 68px;
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .main-visual .slick-next {
    display: none !important;
  }
}

.main-visual__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12.5%;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

.main-visual__text h2 {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.18;
  margin-bottom: 41px;
}

@media screen and (max-width: 767px) {
  .main-visual__text h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 73px;
  }
}

.main-visual__text h2 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-visual__text h2 br {
    display: block;
  }
}

.main-visual__contact {
  width: 390px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-visual__contact {
    display: none !important;
  }
}

.main-visual__contact--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-visual__contact--sp {
    display: block;
    width: calc(230 / 375 * 100%);
    margin: 20px auto 0 auto;
  }
}

.main-visual-items {
  position: relative;
}

/* トップページ新着 */
.news {
  margin-top: 100px;
  margin-bottom: 128px;
}

@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 69px;
  }
}

.news header {
  margin-bottom: 28px;
}

.news dl {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .news dl {
    font-size: 1.2rem;
  }
}

.news dt {
  display: block;
  padding-right: 33px;
  float: left;
  clear: left;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .news dt {
    padding-right: 15px;
    margin-bottom: 11px;
  }
}

.news dd {
  display: block;
  float: left;
  margin-bottom: 16px;
}

/* トップページ車両一覧 */
.top-car-list {
  margin-bottom: 60px;
}

.top-car-list header {
  margin-bottom: 40px;
}

.car-items__icon-new, .car-items__icon-price, .car-items__icon-recommend {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 96px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
}

.car-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.car-items {
  width: 560px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .car-items {
    width: 100%;
  }
}

.car-items a {
  display: block;
}

.car-items__image {
  position: relative;
}

.car-items__icon-new {
  background: #14CC93;
  color: #fff;
}

.car-items__icon-price {
  background: #CC9A14;
  color: #fff;
}

.car-items__icon-recommend {
  background: #496CDB;
  color: #fff;
}

.car-items__detail {
  margin-top: 15px;
}

.car-items__name {
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .car-items__name {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.car-items__spec-text {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #8C8C8C;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .car-items__spec-text {
    font-size: 1.2rem;
    margin-bottom: 31px;
  }
}

.car-items__spec-label {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6666666;
}

.car-items__spec-num {
  font-size: 4rem;
  font-family: 'Zen Antique', serif;
  line-height: 1.475;
}

@media screen and (max-width: 767px) {
  .car-items__spec-num {
    font-size: 3rem;
    line-height: 1.966666;
  }
}

.car-items__spec-num span {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .car-items__spec-num span {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .car-items__model-year {
    padding: 20px 20px 10px 20px;
    background: #F4F4F4;
  }
}

@media screen and (max-width: 767px) {
  .car-items__mileage {
    padding: 10px 20px 20px 20px;
    background: #F4F4F4;
  }
}

.car-items__detail-btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 22px;
  text-align: center;
  background: #FF7F00;
  background-size: 4px 10px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .car-items__detail-btn {
    margin-top: 20px;
  }
}

.car-items__detail-btn:after {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: url("../img/common/icon_arrow_s.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.car-items--soldout .car-items__image {
  position: relative;
}

.car-items--soldout .car-items__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(64, 64, 64, 0.7);
}

.car-items--soldout .car-items__image:after {
  content: "SOLD OUT";
  display: block;
  color: #fff;
  font-family: 'Zen Antique', serif;
  font-size: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .car-items--soldout .car-items__image:after {
    font-size: 3rem;
  }
}

.car-items-information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .car-items-information {
    flex-wrap: wrap;
  }
}

.car-items-total {
  border-right: solid 1px #707070;
  padding-right: 70px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .car-items-total {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

.car-items-price-total .car-items__spec-num {
  color: #FF7F00;
}

.car-items-spec-bottom {
  display: flex;
  justify-content: space-between;
  background: #F4F4F4;
  align-items: center;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .car-items-spec-bottom {
    display: block;
    padding-left: 0;
    background: #fff;
  }
}

.car-items-spec-bottom dl {
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
}

.car-items-spec-bottom dt {
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 20px;
}

.car-items-spec-bottom dd {
  font-size: 1.5rem;
  font-weight: 400;
}

/* アウトレット */
.top-car-outlet-list {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list {
    margin-bottom: 80px;
  }
}

.top-car-outlet-list .car-items {
  width: 290px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items {
    width: 100%;
    margin-bottom: 48px;
  }
  .top-car-outlet-list .car-items a {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items__image {
    width: calc(158 / (375 - 60) * 100%);
  }
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items__detail {
    width: calc(140 /(375 - 60) * 100%);
    margin-top: 0;
    padding-left: 16px;
  }
}

.top-car-outlet-list .car-items__name {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items__name {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

.top-car-outlet-list .car-items__spec-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items__spec-text {
    font-size: 1.1rem;
  }
}

.top-car-outlet-list .car-items-information {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.top-car-outlet-list .car-items__spec-label {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items__spec-label {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.top-car-outlet-list .car-items__spec-num {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items__spec-num {
    font-size: 2rem;
    line-height: 1.45;
  }
}

.top-car-outlet-list .car-items-price {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items-price {
    padding-right: 0;
    margin-bottom: 6px;
  }
}

.top-car-outlet-list .car-items-spec-bottom {
  display: block;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items-spec-bottom {
    display: none;
  }
}

.top-car-outlet-list .car-items__detail-btn {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

.top-car-outlet-list .car-items__detail-btn--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items__detail-btn--sp {
    display: block;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 22px;
    text-align: center;
    background: #FF7F00;
    background-size: 4px 10px;
    position: relative;
    color: #fff;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-car-outlet-list .car-items__detail-btn--sp {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .top-car-outlet-list .car-items__detail-btn--sp:after {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: url("../img/common/icon_arrow_s.png") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
}

/* 車両詳細 */
.detail-item-flex {
  display: flex;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 101px;
}

@media screen and (max-width: 767px) {
  .detail-item {
    display: block;
  }
}

.detail-item__model-name {
  width: 100%;
}

.detail-item__model-name h2 {
  font-size: 3.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background: none;
  border-left: none;
  padding: 0;
  margin-bottom: 21px;
  line-height: 1.457;
}

@media screen and (max-width: 767px) {
  .detail-item__model-name h2 {
    font-size: 2rem;
    line-height: 2.05;
  }
}

.detail-item__spec-text {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.detail-item-left {
  width: 700px;
}

@media screen and (max-width: 767px) {
  .detail-item-left {
    width: 100%;
  }
}

.detail-item-right {
  width: 431px;
}

@media screen and (max-width: 767px) {
  .detail-item-right {
    width: 100%;
  }
}

.detail-item-image {
  margin-bottom: 30px;
}

.detail-item-detail-btn {
  display: flex;
  justify-content: space-between;
}

.detail-item-detail-btn__items {
  width: 135px;
  height: 35px;
  line-height: 1.17;
  text-align: center;
  color: #404040;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  border: solid 1px #8C8C8C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-item-detail-btn__items br {
  display: none;
}

@media screen and (max-width: 767px) {
  .detail-item-detail-btn__items br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .detail-item-detail-btn__items {
    width: calc(61 / 315 * 100%);
    height: calc(100vw / 375 * 46);
    font-size: 1.2rem;
    line-height: 1.33333;
  }
}

.detail-item-detail-btn__items.active {
  background: #31AAE2;
  color: #fff;
}

.detail-item-detail-btn__items.disabled {
  background: #D9D9D9;
  color: #8C8C8C;
}

.detail-item-detail-image-thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 31px;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  /*
  &__items:first-of-type {
    margin-left: 0;
  }
  &__items:last-of-type {
    margin-right: 0;
  }
  */
}

@media screen and (max-width: 767px) {
  .detail-item-detail-image-thumbnail {
    padding-left: 11px;
    padding-right: 11px;
  }
}

.detail-item-detail-image-thumbnail .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  z-index: 999999;
  background: url("../img/car/detail/icon_thum_slide_arrow.png") no-repeat 0 0;
  background-size: 100%;
  width: 15px;
  height: 35px;
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .detail-item-detail-image-thumbnail .slick-prev {
    width: 10px;
    height: 23px;
  }
}

.detail-item-detail-image-thumbnail .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  z-index: 999999;
  background: url("../img/car/detail/icon_thum_slide_arrow.png") no-repeat 0 0;
  background-size: 100%;
  width: 15px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .detail-item-detail-image-thumbnail .slick-next {
    width: 10px;
    height: 23px;
  }
}

.detail-item-detail-image-thumbnail__items {
  width: 90px;
  margin-left: 5px;
  margin-right: 5px;
}

.detail-item-qr {
  margin: 76px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .detail-item-qr {
    display: none;
  }
}

.detail-item-qr div {
  width: 150px;
  padding: 15px;
  border: solid 1px #707070;
  margin: auto;
}

.detail-item-qr p {
  margin-top: 20px;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.detail-item-icon__new, .detail-item-icon__price, .detail-item-icon__recommend {
  width: 135px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
}

.detail-item-icon {
  display: flex;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .detail-item-icon {
    margin-top: 21px;
  }
}

.detail-item-icon div {
  margin-right: 13px;
}

.detail-item-icon div:last-of-type {
  margin-right: 0;
}

.detail-item-icon__new {
  background: #14CC93;
}

.detail-item-icon__price {
  background: #CC9A14;
}

.detail-item-icon__recommend {
  background: #496CDB;
}

.detail-item-price-information {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .detail-item-price-information {
    margin-bottom: 40px;
  }
}

.detail-item-price-information .detail-item__price-labe {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .detail-item-price-information .detail-item__price-labe {
    font-size: 1.2rem;
  }
}

.detail-item-price-information .detail-item__price-num {
  font-family: 'Zen Antique', serif;
  font-size: 4.6rem;
  line-height: 1.28;
}

@media screen and (max-width: 767px) {
  .detail-item-price-information .detail-item__price-num {
    font-size: 3rem;
  }
}

.detail-item-price-information .detail-item__price-num span {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .detail-item-price-information .detail-item__price-num span {
    font-size: 1.3rem;
  }
}

.detail-item-price-total .detail-item__price-num {
  color: #FF7F00;
}

.detail-item-information {
  width: 100%;
  border-top: solid 1px #8C8C8C;
  padding-top: 31px;
  margin-bottom: 41px;
}

.detail-item-information .detail-item__info-labe {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #BFBFBF;
  margin-bottom: 6px;
}

.detail-item-information .detail-item__info-text {
  font-size: 2.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.detail-item-information-inner {
  display: flex;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .detail-item-information-inner {
    display: block;
  }
}

.detail-item-maker {
  margin-right: 85px;
}

@media screen and (max-width: 767px) {
  .detail-item-maker {
    margin-bottom: 26px;
    margin-right: 0;
  }
}

.detail-item-equipment {
  margin-bottom: 46px;
}

.detail-item-equipment p {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  color: #8C8C8C;
}

.detail-item-spec table {
  table-layout: fixed;
}

.detail-item-spec th {
  width: 98px;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: left;
}

.detail-item-spec td {
  padding-left: 50px;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.detail-item-contact {
  width: 310px;
  margin: auto auto 40px;
}

.detail-item-contact a {
  display: block;
}

.detail-item-information-total__point dt, .detail-item-quality-total__point dt {
  font-size: 2.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.1;
  padding-right: 19px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .detail-item-information-total__point dt, .detail-item-quality-total__point dt {
    font-size: 1.2rem;
  }
}

.detail-item-information-total__point dd, .detail-item-quality-total__point dd {
  font-size: 4.6rem;
  font-family: 'Zen Antique', serif;
  line-height: 1.1;
  padding-right: 19px;
}

@media screen and (max-width: 767px) {
  .detail-item-information-total__point dd, .detail-item-quality-total__point dd {
    font-size: 3rem;
  }
}

.detail-item-information-total__point dd span, .detail-item-quality-total__point dd span {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
}

.detail-item-information-total__star dt, .detail-item-quality-total__star dt {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  padding-right: 10px;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .detail-item-information-total__star dt, .detail-item-quality-total__star dt {
    font-size: 1.2rem;
  }
}

.detail-item-information-total {
  border-top: solid 3px #404040;
  border-bottom: solid 3px  #404040;
  padding-top: 23px;
  padding-bottom: 45px;
}

.detail-item-information-total dl {
  display: flex;
  align-items: center;
}

.detail-item-information-total__point {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .detail-item-information-total__point {
    margin-bottom: 30px;
  }
}

.detail-item-information-total__star dd {
  width: 150px;
}

.detail-item-information-total__star .detail-item-quality__star-icon:first-of-type {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .detail-item-information-total__star .detail-item-quality__star-icon:first-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .detail-item-information-total__star {
    flex-wrap: wrap;
  }
  .detail-item-information-total__star dt {
    width: calc(30 / (375 - 60) * 100%);
    margin-bottom: 26px;
  }
  .detail-item-information-total__star dd {
    width: 85%;
    padding-left: 15px;
    margin-bottom: 26px;
  }
  .detail-item-information-total__star dd img {
    width: 57.936507936%;
  }
}

.detail-item-quality .detail-item-flex {
  margin-bottom: 156px;
}

@media screen and (max-width: 767px) {
  .detail-item-quality .detail-item-flex {
    display: block;
    margin-bottom: 0;
  }
}

.detail-item-quality-total {
  width: 50%;
  padding-top: 11px;
}

@media screen and (max-width: 767px) {
  .detail-item-quality-total {
    width: 100%;
  }
}

.detail-item-quality-total dl {
  display: flex;
  align-items: center;
}

.detail-item-quality-total__point {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .detail-item-quality-total__point {
    margin-bottom: 30px;
  }
}

.detail-item-quality-total__star dd {
  width: 150px;
}

.detail-item-quality-total__star-icon {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .detail-item-quality-total__star-icon {
    margin-right: 0;
  }
}

.detail-item-quality-total__repair {
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .detail-item-quality-total__star {
    flex-wrap: wrap;
  }
  .detail-item-quality-total__star dt {
    width: calc(30 / (375 - 60) * 100%);
    margin-bottom: 26px;
  }
  .detail-item-quality-total__star dd {
    width: 85%;
    padding-left: 15px;
    margin-bottom: 26px;
  }
  .detail-item-quality-total__star dd img {
    width: 57.936507936%;
  }
}

.detail-item-quality-point-level {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .detail-item-quality-point-level {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.detail-item-spec-equipment .display-wrapper {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .detail-item-spec-equipment .display-wrapper {
    margin-bottom: 0;
  }
}

.detail-item-spec-equipment-items {
  padding-left: 21px;
  padding-right: 21px;
}

@media screen and (max-width: 767px) {
  .detail-item-spec-equipment-items {
    padding-top: 15px;
  }
}

.detail-item-spec-equipment-items header h3 {
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 11px;
  border-bottom: solid 2px #404040;
}

@media screen and (max-width: 767px) {
  .detail-item-spec-equipment-items header h3 {
    font-size: 1.5rem;
    padding-bottom: 15px;
    line-height: 1.666666;
  }
}

.detail-item-spec-equipment-item-box {
  padding-top: 30px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .detail-item-spec-equipment-item-box {
    margin-bottom: 80px;
  }
}

.detail-item-spec-equipment-item-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (max-width: 767px) {
  .detail-item-spec-equipment-item-box ul {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.detail-item-spec-equipment-item-box li {
  width: 379px;
  background: #EFFAFF;
  color: #31AAE2;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.1;
  font-weight: 700;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .detail-item-spec-equipment-item-box li {
    font-size: 1rem;
    width: calc(50% - 8px);
    margin-left: 4px;
    margin-right: 4px;
    line-height: 1.2;
    padding: 12px 8px 12px 10px;
    display: flex;
    align-items: center;
  }
}

.detail-item-spec-equipment-item-box .disabled {
  background: #F2F2F2;
  color: #919191;
}

.detail-item-spec-equipment-item-box .pd-extend {
  padding: 15px 0 15px 20px;
}

@media screen and (max-width: 767px) {
  .detail-item-spec-equipment-item-box .pd-extend {
    padding: 2px 0 2px 10px;
  }
}

.detail-item-spec-equipment-item-box .pdtb-extend {
  padding: 2px 0 2px 20px;
}

@media screen and (max-width: 767px) {
  .detail-item-spec-equipment-item-box .pdtb-extend {
    padding: 2px 0 2px 10px;
  }
}

.detail-item-option {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .detail-item-option {
    margin-bottom: 61px;
  }
}

.detail-item-option-items:first-child {
  margin-bottom: 15px;
}

.contact-area {
  background: #000000;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 78px;
}

@media screen and (max-width: 767px) {
  .contact-area {
    margin-bottom: 40px;
  }
}

.contact-area__tel {
  display: block;
  width: 390px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .contact-area__tel {
    width: calc(64 / 357 * 100%);
    margin-right: 20px;
  }
}

.contact-area__form {
  display: block;
  width: 390px;
}

@media screen and (max-width: 767px) {
  .contact-area__form {
    width: calc(231 / 357 * 100%);
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 34px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 20px;
  background: #D9D9D9;
  content: '';
  text-align: center;
  -webkit-clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
          clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: #31AAE2;
}
