.p-user-voice {
  margin-top: 20px;
}
.p-user-voice__item {
  width: 50%;
  padding: 0 10px;
}
.p-user-voice__link {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: center;
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .p-user-voice__link:hover {
    opacity: 0.7;
  }
}
.p-user-voice__image {
  position: relative;
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.p-user-voice__image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: auto;
  transform: translate(-50%, -50%);
}
.p-user-voice__date {
  font-size: 14px;
  color: var(--color-dark-gray);
}
.p-user-voice__title {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-user-voice__text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.info__caution-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.swiper-slide {
  width: 150px;
}
.c-slider {
  overflow: hidden;
}
.c-slider .swiper:not(.swiper-initialized).slider-wrap[data-slide="3"] .swiper-slide {
  min-width: 315px;
}

/* ------------------------------
#light_car_caution
軽四輪自動車にも保管場所が必要です。
------------------------------ */
@media screen and (min-width: 769px) {
  #light_car_caution {
    width: auto;
    margin: 0 auto 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
  }
  #light_car_caution h4 {
    width: 220px;
    padding: 15px 20px;
    background-color: #ededed;
    font-size: 16px;
    line-height: 24px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
  }
  #light_car_caution p {
    width: 660px;
    padding: 15px 20px;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 769px) {
  #light_car_caution {
    padding: 20px 0 5px;
    margin: 25px auto 50px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  #light_car_caution h4 {
    padding: 12px 0;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    background-color: #ededed;
    border-radius: 8px;
  }
  #light_car_caution p {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 19px;
    box-sizing: border-box;
  }
}

/* update */
.c-card__title {
  font-family: var(--font-bold);
}
.c-slider__title {
  color: #000;
  display: block;
}
.c-slider__text small {
  font-size: 10px;
  display: block;
  line-height: 1.5;
}
.c-recommend-card__grid {
  flex-wrap: nowrap;
}

.c-recommend-card__image .js-type-star {
  text-align: right;
  display: block;
  font-size: 12px;
  font-family: var(--font-light);
  line-height: 1;
}
.titletag-wrap {
  min-height: 92px;
}
.p-usersvoice_link__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* .p-user-voice__image span{
  position: relative;
} */

/* .p-user-voice__image > span {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-user-voice__image > span {
    width: 53.33vw;
  }
} */
@media screen and (min-width: 769px) {
  .c-button-image-row--center {
    margin-left: 8px;
    margin-right: 8px;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .recommend_link .l-container__inner {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .recommend_link .l-container__inner .c-button-image-row:first-child {
    margin-bottom: 20px;
  }
}

.info__caution-list em {
  font-style: normal;
}
.info__caution-list em {
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .js-car-recommend .c-recommend-card {
    height: 100% !important;
  }
  .js-car-recommend .swiper-slide {
    height: auto !important;
  }
  .js-car-recommend .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
    align-items: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    align-items: stretch !important;
  }
  .js-car-recommend .swiper-slide {
    height: auto !important;
  }
  .js-car-recommend .c-recommend-card {
    height: 100% !important;
  }
}

.c-recommend-card__grid.c-recommend-card__grid--lineup {
  flex-direction: column;
}

.c-recommend-card__grid--lineup .c-car-card__col {
  border-left: none;
  padding-left: 8px;
}

.c-recommend-card__price-text .c-text--size-ss {
  font-size: 12px !important;
  font-weight: normal !important;
}

.c-banner--sp ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  padding: 0;
}

.c-banner--sp li {
  flex: 1 1 calc((100% - 4px) / 2);
  list-style: none;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  overflow: hidden;
}

.c-banner--sp .c-banner__item--full {
  flex: 1 0 100%;
}

.c-banner--sp .c-banner__item--center {
  flex: 0 0 calc((100% - 4px) / 2);
  margin: 0 auto;
}

.c-banner--sp a {
  display: block;
  transition: opacity 0.3s ease;
}

.c-banner--sp a:hover {
  opacity: 0.7;
}

.c-banner--sp img {
  width: 100%;
}

.c-mainvisual {
  position: relative;
}

.c-mainvisual__link {
  position: absolute;
  top: 28.05555555vw;
  left: 15.97222vw;
  width: 14.5833vw;
}

.c-mainvisual__link img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-mainvisual__link {
    position: absolute;
    top: unset;
    bottom: 4.5333vw;
    left: 50%;
    width: 54.66666666vw;
    transform: translateX(-50%);
  }
}

.p-update {
  /* background-image: url(../images/img_update_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
}
.p-update h2.c-heading2{
  padding-left: 0;
}

.p-update h2.c-heading2::before {
  content: none;
}
.p-update h2.c-heading2 strong {
  font-size: 36px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-update h2.c-heading2 {
    padding-left:0;
  }
  .p-update h2.c-heading2 strong {
    font-size:34px;
  }
}
@media screen and (max-width: 768px) {
.p-update h2.c-heading2 strong {
  font-size: 30px;
}

}
/* .p-update .p-update-list {
  display: flex;
  margin-top: 60px;
  padding: 0;
  gap: 20px;
  align-items: flex-start;
  list-style: none;
} */

/* .p-update .p-update-list li {
  position: relative;
  width: calc(25% - 60px / 4);
  color: #000000;
  border-radius: 10px;
  border: 1px solid #000000;
  background-color: #000000;
}

.p-update .p-update-list li a {
  display: block;
  padding-bottom: 11px;
  text-decoration: none;
}

.p-update .p-update-list li a:hover {
  .p-update-list__link::before {
    right: -10px;
  }
} */
.p-update .p-update-list {
  margin-top: 60px;
  padding: 0;
}

.p-update .p-update-list .swiper-slide{ 
  position: relative;
  color: #000000;
  border-radius: 10px;
  border: 1px solid #000000;
  background-color: #000000;

}
.p-update .p-update-list .swiper-slide a{  
  display: block;
  padding-bottom: 11px;
  text-decoration: none;
}
.p-update .p-update-list .swiper-slide a:hover{  
  right: -10px;
}


.p-update .p-update-list .p-update-list__head {
  display: flex;
  position: absolute;
  top: -21px;
  left: 50%;
  width: 151px;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 40px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}

.p-update .p-update-list .p-update-list__img {
  width: 100%;
  border-radius: 9px 9px 0 0;
}

.p-update .p-update-list .p-update-list__text {
  min-height: 82px;
  margin-top: 18px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.p-update .p-update-list .p-update-list__link {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}

.p-update .p-update-list .p-update-list__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 12px;
  background-image: url("../images/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.p-update .p-update__video-wrapper {
  width: 100%;
  max-width: 645px;
  margin: 54px auto 0;
}

.p-update .p-update__video-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
  border-radius: 8px;
  border: none;
}

@media screen and (max-width: 768px) {
  .p-update {
    /* background-image: url(../images/img_update_bg_sp.jpg); */
  }

  .p-update h2 {
    /* width: 287px; */
    margin: 0 auto;
    text-align: center;
  }

  .p-update h2 img {
    width: 100%;
  }

  .c-slider .swiper:not(.swiper-initialized) .p-update-list.swiper-wrapper{
    flex-direction: column;
    gap: 33px;
    width: 100%;
    margin: 48px 0 0;
  }
  .p-update .p-update-list .swiper-slide{
  }
  .p-update .swiper:not(.swiper-initialized) .p-update-list .swiper-slide {
    width: 100%;
    margin: 0 auto;
    border-radius: 9px;
    padding: 0;
  }

  .p-update .p-update-list .swiper-slide a {
    display: flex;
    padding-bottom: 0;
  }

  .p-update .p-update-list picture {
    width: 50%;
    flex-shrink: 0;
    display: block;
    border-radius: 9px 0 0 9px;
  }
  .p-update .swiper-controls{
    display: none;
  }

  .p-update .p-update-list .p-update-list__img {
    width: 100%;
    border-radius: 9px 0 0 9px;
  }

  .p-update .p-update-list .p-update-list__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .p-update .p-update-list .p-update-list__text {
    min-height: unset;
    padding: 0 12px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
  }

  .p-update .p-update-list .p-update-list__link {
    padding: 0 12px 0 12px;
    font-size: 14px;
  }

.p-update__video-wrapper {
  width:100%;
  max-width:645px;
  margin:54px auto 0;
}

.p-update__video-wrapper iframe {
  width:100%;
  height:auto;
  aspect-ratio: 560/315;
  border-radius: 8px;
  border: none;;
}
}

.p-plan .c-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  justify-content: flex-start;
}


.c-mainvisual {
  position: relative;
}

.c-mainvisual .c-mainvisual__e-koto {
  position: absolute;
  width: 432px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-mainvisual .c-mainvisual__e-koto {
    width: 180px;
    bottom: 18px;
  }
}

@media (hover: hover) {
  .c-mainvisual__e-koto {
    transition: transform 0.3s ease;
  }

  .c-mainvisual a:hover .c-mainvisual__e-koto {
    transform: translateX(-50%) scale(1.15);
  }
}

.js-type-drive-system {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-slider.js-car-recommend .swiper {
    padding-right: 0;
  }
}
