/* 共通 */
.k-top__bg_route {
  width: 1920px;
  left: 42%;
  right: 0;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}

.k-top__bg_route .route {
  width: 100%;
}

.k-top__bg_route-icon {
  position: absolute;
}

.k-top__bg_route.event {
  top: -150px;
}

.k-top__bg_route.service {
  top: -150px;
}

.k-top__section.forth .k-top__bg_route-icon {
  top: -30px;
  right: 85px;
  z-index: 10;
}

.k-top__bg_route.reason {
  top: -90px;
}

.k-top__section.fifth .k-top__bg_route-icon {
  top: 20px;
  right: 140px;
  z-index: 1;
}

.k-top__bg_route.gallery {
  top: -100px;
}

.k-top__section.sixth .k-top__bg_route-icon {
  top: 35px;
  right: 450px;
  z-index: 10;
}

.k-top__bg_route.store {
  top: -100px;
}

.k-top__section.seventh .k-top__bg_route-icon {
  top: -70px;
  right: 120px;
  z-index: 10;
}


/* / 共通 */
.top {
  background-color: var(--global-bg-color);
  padding-bottom: 32px;
  overflow: hidden;
}

.top .section {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

.top-global {
  margin: 0 auto;
  display: flex;
  background-color: var(--global-bg-color);
  padding: 40px 0;
  padding-right: 20px;
}

.top-sidebar .sidebar {
  position: fixed;
  z-index: 100;
  height: calc(100% - 32px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.top-sidebar .sidebar::-webkit-scrollbar{
  display: none;
}

.top-sidebar {
  width: 184px;
  margin-right: 16px;
  position: relative;
}

.top-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}


.k-top__section {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  background-color: var(--white);
  position: relative;
}

.k-top__section.first {
  position: relative;
  margin-bottom: 32px;
}

.k-top__section.first {
  height: 880px;
  border-radius: 10px;
  position: relative;
}

.fv-slide {
  height: 100%;
}

.fv-appeal-point {
  width: 507px;
  height: 509px;
  position: absolute;
  top: 48px;
  left: 48px;
}

.k-top__sectionFirst_cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  color: var(--white);
  padding: 48px;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 36.75%, rgba(102, 102, 102, 0.00) 90.45%);
}

.k-top__sectionFirst_cont-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}

.k-top__sectionFirst_cont-detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

/* second */
.k-top__section.second {
  padding: 64px 48px;
  position: relative;
  margin-bottom: 32px;
  border-radius: 10px;
}

.k-top__sectionSecond_title {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 0.8px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.k-top__sectionSecond_title img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.k-top__sectionSecond_cont {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 48px;
  position: relative;
  z-index: 10;
}

.k-top__event_list {
  display: flex;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.k-top__event_item {
  width: 25%;
  margin-right: 20px;
}

.k-top__event_item-link {
  display: block;
}

.k-top__event_item img {
  width: 100%;
  height: 174px;
}

.k-top__event_title {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 12px;
}

.k-top__event_cont {
  color: var(--light-text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 8px; 
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* third */
.k-top__section.third {
  padding: 12px 32px 100px 32px;
  border-radius: 10px 10px 0 0;
}

.k-top__sectionThird {
  margin: 33px auto 120px auto;
  padding: 64px 48px;
  border-radius: 10px;
  background: var(--orange);
  background-image: url(../images/top/delivery-ceremony-bg.png);
  background-size: 100%;
  background-position: center;
}

.k-top__sectionThird .c-top__sectionTitle_cont {
  width: auto;
}

.k-top__sectionThird_list {
  display: flex;
  margin-bottom: 48px;
}

.k-top__sectionThird_item {
  width: 25%;
  color: var(--white);
}

.k-top__sectionThird_itemTop {
  position: relative;
}

.k-top__sectionThird_itemTop img {
  border-radius: 10px;
  object-fit: cover;
  max-width: 245px;
  height: 245px;
}

.k-top__sectionThird_item-date {
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: var(--white);
  padding: 13px 5px;
  border-radius: 8px;
  font-size: 14px;
  font-family: var(--font-rubik);
  color: #0860A8;
}

.k-top__sectionThird_item-date .strong {
  font-size: 20px;
}

.k-top__sectionThird_itemBottom {
  margin-top: 12px;
  text-align: center;
  font-family: var(--font-zen-kaku-new-type);
  line-height: 100%;
}

.k-top__sectionThird_carMaker {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.k-top__sectionThird_carName {
  font-size: 20px;
  font-weight: 700;
}

/* Forth */
.k-top__section.forth {
  padding: 64px 48px;
}
.k-top__sectionForth {
  margin-bottom: 120px;
  position: relative;
}

.k-top__sectionForth_mainTop, .k-top__sectionForth_mainBottom {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.k-top__sectionForth_mainTop-item {
  width: 528px;
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-style: normal;
  margin-bottom: 48px;
}

.k-top__sectionForth_mainTop-item:first-child {
  margin-right: 48px;
}

.k-top__sectionForth_main-img {
  width: 100%;
  height: 260px;
  border-radius: 10px;
}

.k-top__sectionForth_main-title {
  color: var(--base-color);
  font-family: var(--font-zen-kaku-new-type);
  margin: 16px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

.k-top__sectionForth_main-cont {
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.k-top__sectionForth_mainBottom-item {
  width: 336px;
  margin-right: 48px;
  color: var(--text-color);
}

.k-top__sectionForth_mainBottom-item:last-child {
  margin-right: 0;
}

.k-top__section.fifth {
  padding: 64px 48px;
}

.k-top__section.fifth .container {
  padding: 64px 48px 106px 48px;
  margin-bottom: 80px;
  border-radius: 10px;
  background-color: var(--global-bg-color);
  position: relative;
}

.k-top__sectionFifth_main {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}

.k-top__sectionFift_item {
  display: flex;
  margin-bottom: 48px;
}

.k-top__sectionFift_item-num {
  color: var(--base-color);
  font-family: var(--font-rubik);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4.8px;
  margin-right: 32px;
}

.k-top__sectionFift_item-num.right {
  margin-right: 0;
  margin-left: 32px;
}

.k-top__sectionFift_item-content {
  display: flex;
  align-items: center;
}

.k-top__sectionFift_item-images {
  position: relative;
}

.k-top__sectionFift_item-img {
  width: 430px;
  height: 287px;
  border-radius: 15px;
  margin-right: 40px;
}

.k-top__sectionFift_item-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 80px;
  height: 80px;
}

.k-top__sectionFift_item-img.right {
  margin-right: 0;
  margin-left: 40px;
}

.k-top__sectionFift_item-right {
  margin: 53px 0;
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
}

.k-top__sectionFift_item-title {
  color: var(--base-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 24px;
}

.k-top__sectionFift_item-cont {
  width: 483px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

/* sixth */
.k-top__section.sixth {
  padding: 64px 32px;
}

.k-top__section.sixth .container {
  border-radius: 10px;
  background-color: #F6F8FB;
  padding: 64px 48px;
  margin-bottom: 96px;
  position: relative;
}

.k-top__sectionSixth_content {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 32px;
}

.k-top__sectionSixth_list {
  display: flex;
  margin-bottom: 48px;
  position: relative;
  z-index: 10;
}

.k-top__sectionSixth_item {
  width: 245px;
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  margin-right: 20px;
}

.k-top__sectionSixth_item:last-child {
  margin-right: 0;
}

.k-top__sectionSixth_item-img {
  position: relative;
}
.k-top__sectionSixth_item-img img {
  width: 245px;
  height: 245px;
  border-radius: 10px;
}

.k-top__sectionSixth_item-label {
  padding: 4px 16px;
  border-radius: 20px;
  background-color: var(--base-color);
  color: var(--white);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.k-top__sectionSixth_info {
  padding-top: 12px;
}

.k-top__sectionSixth_maker {
  font-size: 20px;
  margin-bottom: 8px;
}

.k-top__sectionSixth_modelYear {
  font-family: 18px;
  margin-bottom: 16px;
}

.k-top__sectionSixth_totalPay {
  color: var(--blue);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 12px;
}

.k-top__sectionSixth_totalPay .strong {
  font-size: 32px;
  font-weight: 400;
}

.k-top__sectionSixth_totalPay-detail {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.k-top__sectionSixth_vehiclePrice {
  color: var(--light-text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-right: 8px;
  text-align: left;
}

.k-top__sectionSixth_vehiclePrice .strong {
  font-size: 20px;
}

.k-top__sectionSixth_vehiclePrice p {
  margin-bottom: 5px;
}

.k-top__sectionSixth_maintenance {
  display: flex;
  justify-content: center;
}

.k-top__sectionSixth_maintenance p {
  margin-right: 8px;
}

.k-top__sectionSixth_maintenance .canBe {
  color: var(--blue);
}

.k-top__sectionSixth_maintenance .none {
  color: var(--light-text-color);
}

/* seventh */
.k-top__section.seventh {
  padding: 48px;
  margin-bottom: 32px;
  border-radius: 0 0 10px 10px;
}

.k-top__sectionSeventh_main {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.k-top__sectionSeventh_main img {
  width: 430px;
  height: 430px;
  border-radius: 5px;
}

.k-top__sectionSeventh__right {
  width: 634px;
  margin-left: 40px;
}

.k-top__sectionSeventh_position {
  width: 320px;
  margin-right: 0;
  margin-left: auto;
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
}

.k-top__sectionSeventh_title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 32px;
  font-family: var(--font-zen-kaku-new-type);
  color: var(--text-color);
}

.k-top__sectionSeventh_cont {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 48px;
  line-height: 180%;
  font-family: var(--font-zen-kaku-new-type);
  color: var(--text-color);
}

@media screen and (max-width: 1439px) {
  .k-top__section {
    margin: 0 auto;
  }

  .top-sidebar {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .top-global {
    padding-right: 0;
    padding: 40px 20px;
  }
  .k-top__sectionFirst_left {
    width: 40%;
    margin-right: 30px;
  }

  .k-top__sectionFirst_img {
    width: 60%;
    height: 100%;
  }

  .k-top__sectionFirst_title {
    font-size: clamp(38px, 6vw, 108px);
  }

  .k-top__sectionFirst_cont-title {
    font-size: 20px;
  }

  .k-top__sectionThird_item {
    width: 24%;
    margin-right: 8px;
  }

  .k-top__sectionThird_item:last-child {
    margin-right: 0;
  }

  .k-top__sectionThird_itemTop img {
    width: 100%;
    height: auto;
  }

  .k-top__sectionForth_main-img {
    height: auto;
  }

  .k-top__sectionForth_mainBottom-item {
    width: 30%;
  }

  .k-top__sectionForth_main-title {
    font-size: 24px;
  }
  .k-top__sectionFifth {
    padding: 64px 32px;
  }

  .k-top__sectionFift_item-images {
    width: 40%;
    margin-right: 40px;
  }

  .k-top__sectionFift_item-images .k-top__sectionFift_item-img {
    width: 100%;
  }

  .k-top__sectionFift_item-img {
    width: 40%;
    object-fit: cover;
  }

  .k-top__sectionFift_item-title {
    font-size: 28px;
  }

  .k-top__sectionFift_item-right {
    width: 50%;
  }

  .k-top__sectionFift_item-cont {
    width: 100%;
  }

  .k-top__sectionFift_item-num.right {
    margin-right: 16px;
    margin-left: 16px;
  }

  .k-top__sectionSixth_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .k-top__sectionSixth_item {
    width: 45%;
  }

  .k-top__sectionSixth_item-img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .slick-slider img {
    width: 100%!important;
    height: 400px;
    object-fit: cover;
  }
  .top-wrapper {
    padding-top: 83px;
  }

  .k-top__bg_route {
    width: 100%;
    left: 50%;
  }

  .k-top__bg_route.event {
    top: -64px;
  }

  .k-top__bg_route.service {
    top: -50px;
  }

  .k-top__section.forth .k-top__bg_route-icon {
    top: -56px;
    right: 20px;
    width: 162px;
    height: 100px;
  }

  .k-top__bg_route.reason {
    top: 16px;
  }


  .k-top__section.fifth .k-top__bg_route-icon {
    width: 140px;
    height: 83px;
    top: 96px;
    right: 0;
  }

  .k-top__bg_route.gallery {
    top: 24px;
  }

  .k-top__sectionFift_item-img {
    object-fit: cover;
  }

  .k-top__sectionFift_item-icon {
    width: 60px;
    height: 60px;
  }

  .k-top__section.sixth .k-top__bg_route-icon {
    width: 118px;
    height: 87px;
    top: 96px;
    left: auto;
    right: 20px;
  }

  .k-top__bg_route.store {
    top: -70px;
  }

  .k-top__section.seventh .k-top__bg_route-icon {
    width: 164px;
    height: 93px;
    top: 20px;
    right: 12px;
  }

  .sp-fv {
    background-color: var(--white);
    border-radius: 8px;
    padding: 32px 0;
    margin: 0 12px;
    margin-bottom: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top-global {
    padding: 12px;
  }

  .fv-appeal-point {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
  }

  .k-top__section.first {
    width: 311px;
    height: 400px;
    padding: 0;
    margin: 0 20px;
  }

  .k-top__section.first .container {
    display: block;
    width: 311px;
  }

  .k-top__sectionFirst_left {
    width: 100%;
    margin-right: 0;
  }

  .k-top__sectionFirst_title {
    font-size: 68px;
    margin-bottom: 24px;
  }

  .k-top__sectionFirst_subtitle {
    font-size: 24px;
    letter-spacing: 5.7;
  }

  .k-top__sectionFirst_cont {
    margin-bottom: 0;
    padding: 12px;
    left: 0;
  }

  .k-top__sectionFirst_cont-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .k-top__sectionFirst_cont-detail {
    font-size: 14px;
  }

  .k-top__sectionFirst_img {
    width: 100%;
    height: 311px;
  }

  .k-top__sectionFirst_img img {
    height: 100%;
  }

  /* second */
  .k-top__section.second {
    width: 95%;
    padding: 60px 0px 64px 0px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .k-top__section.second .container {
    width: auto;
    margin: 0 auto;
  }

  .k-top__section.second .primary-btn {
    white-space: pre-wrap;
    padding-bottom: 16px;
    text-align: center;
  }

  .k-top__sectionSecond_title {
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 24px;
  }

  .k-top__sectionSecond_title img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }

  .k-top__sectionSecond_cont {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 32px;
  }

  .k-top__event_list {
    width: 100%;
    padding-left: 20px;
    overflow-x: scroll;
  }

  .k-top__event_item {
    width: 200px;
    min-width: 200px;
  }

  .k-top__event_item img {
    height: 134px;
  }

  /* third */

  .k-top__section.third {
    width: 95%;
    padding: 12px 12px 64px 12px;
    margin: 0 auto;
  }

  .k-top__section.third .container {
    width: 100%;
    margin: 0 auto;
  }

  .k-top__sectionThird {
    margin: 12px auto 48px auto ;
    padding: 40px 16px 64px 16px;
    background-size: cover;
  }

  .k-top__sectionThird_list {
    flex-wrap: wrap;
  }

  .k-top__sectionThird_item {
    width: 50%;
    margin-bottom: 21px;
  }

  .k-top__sectionThird_itemTop img {
    max-width: 141px;
    height: 141px;
  }

  .k-top__sectionThird_item-date {
    width: 52px;
    height: 33px;
    padding: 4px;
    font-size: 10px;
    border-radius: 2px;
  }

  .k-top__sectionThird_item-date .strong {
    font-size: 14px;
  }

  /* forth */
  .k-top__section.forth {
    width: 95%;
    padding: 0 20px 58px 20px;
    margin: 0 auto;
  }

  .k-top__sectionForth_mainTop, .k-top__sectionForth_mainBottom {
    display: block;
  }

  .k-top__sectionForth_mainTop {
    margin-top: 40px;
  }

  .k-top__sectionForth_mainTop-item {
    width: 100%;
    margin-bottom: 24px;
  }

  .k-top__sectionForth_mainBottom-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .k-top__sectionForth_main-img {
    height: 175px;
    object-fit: cover;
  }

  .k-top__sectionForth_main-title {
    font-size: 24px;
    margin: 12px 0;
  }

  .k-top__sectionForth_main-cont {
    font-size: 14px;
    margin-bottom: 24px;
  }

  /* fifth */
  .k-top__section.fifth {
    width: 95%;
    padding: 40px 16px 16px 16px;
    margin: 0 auto;
    border-radius: 0;
  }

  .k-top__section.fifth .container {
    padding: 48px 16px 32px 16px;
    margin-bottom: 0;
  }

  .k-top__sectionFifth .c-top__sectionTitle {
    margin-bottom: 0!important;
  }

  .k-top__sectionSixth .c-top__sectionTitle_cont {
    text-align: left;
  }

  .k-top__sectionFifth_main {
    margin-top: 20px;
  }

  .k-top__sectionFift_item {
    display: block;
  }

  .k-top__sectionFift_item-num {
    font-size: 40px;
    position: relative;
    text-align: right;
    margin-right: 0;
    top: 20px;
    z-index: 10;
  }

  .k-top__sectionFift_item-img {
    width: 100%;
    height: 166px;
    margin-right: 0;
  }

  .k-top__sectionFift_item-content {
    display: block;
    width: 100%;
  }

  .k-top__sectionFift_item-right {
    margin: 16px 0;
  }

  .k-top__sectionFift_item-title {
    margin-bottom: 12px;
  }

  .k-top__sectionFift_item-cont {
    width: 100%;
    font-size: 14px;
  }

  /* sixth */
  .k-top__section.sixth {
    width: 95%;
    padding: 40px 16px 64px 16px;
    margin: 0 auto;
  }

  .k-top__section.sixth .c-top__sectionTitle_name {
    margin-left: 20px;
  }

  .k-top__section.sixth .container {
    margin-bottom: 25px;
    padding: 40px 16px 64px 16px;
  }

  .k-top__sectionSixth_content {
    text-align: left;
    margin-bottom: 32px;
    margin-top: 64px;
  }

  .c-top__sectionTitle_cont {
    margin-top: 0px;
    padding-right: 16px;
  }

  .k-top__sectionSixth_list {
    width: 100%;
    overflow-x: scroll;
  }

  .k-top__sectionSixth_item {
    width: 208px;
    min-width: 208px;
    height: 390px;
  }
  .k-top__sectionSixth_item-img img {
    width: 100%;
    height: 208px;
  }

  .k-top__sectionSixth_maintenance p {
    font-size: 14px;
  }

  /* seventh */
  .k-top__section.seventh {
    width: 95%;
    margin: 0px auto 32px auto;
    padding: 0 16px 32px 16px;
  }
  .k-top__sectionSeventh_main {
    flex-direction: column-reverse;
  }

  .k-top__sectionSeventh__right {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }

  .k-top__sectionSeventh_title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .k-top__sectionSeventh_cont {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .k-top__sectionSeventh_main img  {
    width: 319px;
    height: 179px;
    object-fit: cover;
  }

  .k-top__sectionSeventh_position {
    width: 240px;
    margin: 32px auto 0 auto;
  }

  .top-footer {
    margin: 0 12px;
  }
}

@media screen and (min-width: 1680px) and (max-width: 2560px) {
  .k-top__section {
    margin: 0 auto;
  }
}
