@charset "utf-8";

/*買取強化モデル*/
#section_featured{
  background: #ECEAE0;
  padding-top: 45px;
  padding-bottom:33px;
  width: 43.5rem;
  margin: 0 auto 5rem;
  border-radius: 0.5rem;
}
#section_featured .wrap{
  padding: 0 20px;
}
#section_featured .ttl {
  text-align: center;
  margin-bottom: 40px;
}
#section_featured .ttl span {
  display: block;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.5;
}
#section_featured .ttl strong {
  font-weight: bold;
    font-size: 3.6rem;
  line-height: 1.5;
}
#section_featured .feature_list{
  display: flex;
  flex-wrap:wrap;
  gap:20px;
}
#section_featured .feature_list>li{
  width: calc((100% - 20px) / 2);
}
#section_featured .feature_list>li .img {
  border-radius: 6px;
  background: #fff;
  padding: 8px;
  margin-bottom: 20px;
}
#section_featured .feature_list>li .img .inr{
  aspect-ratio: 1;
}
#section_featured .feature_list>li .img .inr img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section_featured .feature_list>li .brand {
  font-size: 1.1rem;
  line-height: 1.545;
  text-align: center;
}
#section_featured .feature_list>li .name {
  font-size: 1.5rem;
  line-height: 1.533;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #section_featured{
    width: 33.5rem;
  }
  #section_featured .wrap{
    padding: 0 15px;
  }
  #section_featured .ttl span {
    font-size: 5.78vw;
  }

  #section_featured .ttl strong {
    font-size: 8vw;
  }

  #section_featured .feature_list>li .brand {
    font-size: 2.44vw;
  }
  #section_featured .feature_list>li .name {
    font-size: 3.33vw;
  }
}



/*申し込み実績*/
#records {
  padding: 0px;
  margin-bottom: 5rem;
}
#records .wrap{
  width: 44.5rem;
  margin: 0 auto;
}
#records .wrap .ttl {
  text-align: center;
  margin-bottom: 16px;
}
#records .wrap .ttl small {
  font-size: 1.8rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}
#records .wrap .ttl strong {
  font-size: 3.6rem;
  line-height: 1.083;
  font-weight: bold;
}
#records .wrap .ttl span {
  font-size: 2.8rem;
  line-height: 1.392;
  font-weight: bold;
}
#records .wrap .records_box {
  position: relative;
  border: 6px solid #E5D8BD;
  margin-top: 20px;
  padding: 15px 25px;
}
#records .wrap .records_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #F6F4EF;
  z-index: 2;
}
#records .wrap .records_box .swiper {
  height: 210px;
}
#records .wrap .records_box .swiper-slide {
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px dashed #311303;
  padding: 10px 0;
  text-align: left;
  height:65px;
}
#records .wrap .records_box .swiper-slide p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#records .wrap .records_box .swiper-slide time {
  display: block;
}
@media screen and (max-width: 768px) {
  #records .wrap{
    width: 33.5rem;
  }
  #records .wrap .ttl small {
    font-size: 4.5vw;
  }
  #records .wrap .ttl strong {
    font-size: 8vw;
  }
  #records .wrap .ttl span {
    font-size: 6vw;
  }
  #records .wrap .records_box .swiper-slide{
    font-size: 3.5vw;
  }
  #records .wrap .records_box{
    position: relative;
    padding: 10px 5%;
  }
  #records .wrap .records_box::after {
    width: 100%;
    height: 12px;
    background: #F6F4EF;
    z-index: 2;
  }
}
@media screen and (max-width: 380px) {
  #records .wrap .records_box .swiper-slide{
    font-size: 1.4rem;
  }
  #records .wrap .records_box .swiper-slide time {
    display: block;
  }
}

/*メインビジュアル*/
.p-mv__slider{
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.splide__slide{
  width: 100%;
}

.p-third__infoMiddle p {
  font-size: max(2.6rem, 10px);
}
.p-third__infoMiddle p span{
  font-size: max(1.5rem, 10px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-third__infoPrice {
    font-size: max(4.2rem, 10px);
    line-height: 0.631579;
    letter-spacing: 0em;
    margin-top: 1rem;
    text-align: left;
}
.p-third__infoPrice i{
  font-size: max(2.0rem, 10px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-third__infoPrice span{
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .p-third__infoMiddle p {
    font-size: max(2.4rem, 10px);
  }
}