@charset "utf-8";

/*===================
fv
===================*/
.fv {
  width: 100%;
}

/*===================
point
===================*/
.point {
  padding-top: 52px;
  padding-bottom: 110px;
}
.point__wrap {
  width: 100%;
  max-width: 1378px;
  margin: 0 auto;
  position: relative;
}
.point__heading {
  color: #75c5c6;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  max-width: 1145px;
  padding-bottom: 23px;
  margin: 0 auto 67px;
  border-bottom: 1px solid #75c5c6;
  position: relative;
}
.point__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 13px solid #75c5c6;
  border-bottom: 0;
  position: absolute;
  bottom: -13px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.point__inner {
  width: 100%;
  max-width: 1225px;
  margin: 0 auto;
  position: relative;
}
.point__list {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.point__item {
  width: calc((100% - 20px) / 3);
  position: relative;
}

@media screen and (max-width: 750px) {
  .point__wrap {
    max-width: 518px;
  }
  .point__heading {
    font-size: 24px;
    padding-bottom: 15px;
    margin: 0 auto 37px;
  }
  .point__heading::after {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 11px solid #75c5c6;
    bottom: -11px;
  }
  .point__item {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 480px) {
  .point__wrap {
    max-width: 398px;
  }

  .point__heading {
    font-size: 18px;
    margin: 0 auto 32px;
  }
  .point__heading::after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 9px solid #75c5c6;
    bottom: -9px;
  }
  .point__list {
    display: block;
    max-width: 280px;
  }
  .point__item {
    width: 100%;
  }
  .point__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*===================
benefits
===================*/
.benefits {
  padding-top: 110px;
  padding-bottom: 74px;
  background: url("../imgs/index/benefits_bg.jpg") center center / cover no-repeat;
  position: relative;
}
.benefits__wrap {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
}
.benefits__heading {
  width: calc(100% - 40px);
  max-width: 632px;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.benefits__box,
.benefits__boxInner {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #3e3a39;
  background-color: #fff;
}
.benefits__box {
  max-width: 1143px;
  padding: 8px 5px;
}
.benefits__boxInner {
  max-width: 1119px;
  position: relative;
  padding-top: 21px;
  padding-bottom: 45px;
  padding-left: 3.4%;
  padding-right: 3.4%;
}
.benefits__decoration {
  width: 29px;
  height: 43px;
  position: absolute;
  top: -26px;
  z-index: 1;
}
.benefits__decoration01 {
  left: -7px;
}
.benefits__decoration02 {
  right: -7px;
}
.benefits__flexBox {
  display: flex;
  justify-content: space-between;
}
.benefits__flexBox--type01 {
  align-items: center;
  gap: 0 10px;
  margin-bottom: 25px;
}
.benefits__boxHeading,
.benefits__boxHeading--sml,
.benefits__boxHeading--lrg {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.benefits__boxHeading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.36;
}
.benefits__boxHeading--sml {
  font-size: 23px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  line-height: 1.42;
}
.benefits__boxHeading--lrg {
  font-size: 41px;
  font-weight: 900;
  display: block;
  line-height: 1.36;
}
.benefits__conditionsCaption {
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}
.benefits__conditionsList {
  width: 100%;
}
.benefits__conditionsItem {
  font-size: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.56;
}
.benefits__list02 {
  margin-bottom: 19px;
}
.benefits__list.border--btm {
  border-bottom: 1px solid #75c5c6;
}
.benefits__item {
  width: 50%;
  padding-top: 13px;
  padding-bottom: 22px;
  position: relative;
}
.benefits__item:first-child {
  padding-right: 6%;
}
.benefits__item:nth-child(2) {
  padding-left: 6%;
}
.benefits__itemInner {
  position: relative;
}
.benefits__list02 .benefits__itemInner {
  padding-top: 13px;
}
.benefits__list02 .benefits__item {
  padding-top: 33px;
}
.benefits__item:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #75c5c6;
  position: absolute;
  top: 0;
  right: 0;
}
.benefits__list--type02 .benefits__item:first-child:after {
  display: none;
}
.benefits__itemNum {
  color: #fff;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  padding: 7px 23px 7px 25px;
  border-radius: 15px;
  background-color: #75c5c6;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1;
}
.benefits__list01 .benefits__itemNum {
  top: -13px;
}
.benefits__list--type02 .benefits__itemNum {
  position: static;
  margin-bottom: 16px;
}
.benefits__itemImg {
  margin-bottom: 5px;
}
.benefits__itemHeading {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.75;
}
.benefits__list--type02 .benefits__itemHeading {
  text-align: center;
}
.benefits__itemText {
  font-size: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  line-height: 1.56;
}
.benefits__list--type02 .benefits__flexBox {
  flex-direction: row-reverse;
}
.benefits__list--type02 .benefits__item {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.benefits__itemLft {
  padding: 10px 15px;
  border-top: 1px solid #75c5c6;
  border-bottom: 1px solid #75c5c6;
}
.benefits__list--type02 .benefits__itemHeading {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
.benefits__itemRgt {
  width: 68%;
  max-width: 705px;
}
.benefits__itemLft {
  width: 29%;
  max-width: 301px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 930px) {
  .benefits__itemRgt {
    width: 512px;
    max-width: 100%;
  }
  .benefits__itemLft {
    width: calc(100% - 532px);
  }
}

@media screen and (max-width: 830px) {
  .benefits__list--type02 .benefits__flexBox {
    display: block;
  }
  .benefits__itemLft {
    width: 100%;
    margin: 0 auto 20px;
  }
  .benefits__itemRgt {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .benefits__heading {
    max-width: 330px;
    top: -55px;
  }
  .benefits__boxInner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .benefits__flexBox--type01 {
    display: block;
  }
  .benefits__boxHeading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .benefits__boxHeading--sml {
    font-size: 19px;
    margin-bottom: 4px;
  }
  .benefits__boxHeading--lrg {
    font-size: 37px;
  }
  .benefits__conditions {
    width: 100%;
    max-width: 405px;
    margin: 0 auto;
  }
  .benefits__conditionsCaption {
    text-align: center;
  }
  .benefits__flexBox {
    display: block;
  }
  .benefits__list {
    max-width: 400px;
    margin: 0 auto;
  }
  .benefits__list.border--btm {
    border-bottom: none;
  }
  .benefits__list02 {
    margin-bottom: 0;
  }
  .benefits__item {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #75c5c6;
  }
  .benefits__list02 .benefits__item {
    padding-top: 0;
  }
  .benefits__item:first-child {
    padding-right: 0;
  }
  .benefits__item:first-child:after {
    display: none;
  }
  .benefits__item:nth-child(2) {
    padding-left: 0;
  }
  .benefits__list--type02 .benefits__item {
    border-bottom: none;
  }
  .benefits__list01 .benefits__itemInner,
  .benefits__list02 .benefits__itemInner {
    padding-top: 13px;
  }
  .benefits__list01 .benefits__itemNum {
    top: 0;
  }
  .benefits__itemNum {
    font-size: 15px;
    padding: 5px 18px 5px 20px;
    left: 10px;
  }
  .benefits__itemHeading {
    font-size: 15px;
  }
  .benefits__list--type02 .benefits__itemHeading {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .benefits__boxHeading {
    font-size: 18px;
  }
  .benefits__boxHeading--sml {
    font-size: 17px;
  }
  .benefits__boxHeading--lrg {
    font-size: 33px;
  }
  .benefits__itemNum {
    font-size: 14px;
    padding: 4px 16px 4px 18px;
  }
}

/*===================
search
===================*/
.search {
  padding-top: 75px;
  position: relative;
}
.search__bg01 {
  width: 100%;
  height: 759px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #75c5c6;
}
.search__box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.search__wrap {
  width: 100%;
  max-width: 1195px;
  margin: 0 auto;
}
.search__positionWrap {
  width: 100%;
  position: relative;
}
.search__flexBox {
  width: calc(100% - 220px);
  max-width: 100%;
  padding-left: 3.7%;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search__icon {
  width: 195px;
  height: 195px;
  position: absolute;
  top: -54px;
  right: 13px;
  z-index: 2;
}
.search__heading {
  color: #fff;
  font-weight: 700;
  width: calc(100% - 480px);
}
.search__heading--en,
.search__heading--ja {
  display: block;
}
.search__heading--en {
  font-size: 26px;
  line-height: 1.2;
}
.search__heading--ja {
  font-size: 32px;
  line-height: 1.2;
}
.search__headingImg {
  width: 460px;
}

.search__contents {
  padding-top: 40px;
  padding-bottom: 82px;
  background-color: #fff9f3;
}
.search__contentsBorder {
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: 3px solid #75c5c6;
}
.search__contentsWrap {
  width: calc(100% - 20px);
  max-width: 1080px;
  margin: 0 auto;
}
.search__contentsWrap--type02 {
  max-width: 1047px;
  margin-bottom: 50px;
}

.search__usedHeading {
  color: #2382a3;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 23px;
}
.search__lineupHeading {
  color: #2382a3;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  width: fit-content;
  padding: 0 6.2% 0;
  margin: 0 auto 100px;
  border-bottom: 1px solid #2382a3;
}

/* モーダル一覧・詳細 */
.search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3.8%;
}
.search__item {
  width: calc(92.4% / 3);
  max-width: 322px;
}
.back-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}
.search__itemThum {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}
.search__itemThum .back-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  transition: transform 0.3s;
}
.search__carName {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}
.search__carColor {
  color: #808080;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.2;
}
.search__priceBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px 20px;
  margin-bottom: 5px;
}
.search__priceLft,
.search__priceRgt {
  width: fit-content;
  max-width: 148px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.search__priceText {
  font-size: 13px;
  font-weight: 500;
  width: 33px;
  line-height: 1.1;
}
.search__priceText2 {
  width: calc(100% - 33px);
  max-width: 100%;
}
.search__priceText2--num {
  font-size: 30px;
  font-family: "arial", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.search__priceText2--yen {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.search__fs {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search__detailList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 10px;
  margin-bottom: 5px;
}
.search__detailItem {
  width: calc((100% - 10px) / 2);
  max-width: 156px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.search__detailHeading,
.search__detailText {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.search__detailHeading {
  text-align: center;
  width: 57px;
  padding: 4px 2px 5px;
  background-color: #e3e3e3;
  letter-spacing: -0.05em;
}
.search__detailText {
  width: calc(100% - 67px);
  padding-top: 5px;
}
.search__dealer {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}

.search__detailList--type02 {
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.search__detailList--type02 .search__detailItem {
  width: 100%;
  max-width: 100%;
}

.btn {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 287px;
  padding: 22px 10px 22px;
  margin: 0 auto;
  background-color: #2382a3;
  border-radius: 33px;
  border: 1px solid #2382a3;
  transition: all 0.3s;
}
.btn:hover {
  color: #2382a3;
  background-color: #fff;
}

.search__noResult {
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__flexBox02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search__number {
  color: #333;
}
.search__number--lrg,
.search__number--sml {
  display: inline-block;
  line-height: 1;
}
.search__number--lrg {
  font-size: 21px;
  font-weight: 600;
}
.search__number--sml {
  font-size: 14px;
  font-weight: 500;
  padding-left: 1em;
}
.search__sort {
  width: fit-content;
}
.search__sortSelect {
  color: #333;
  font-size: 14px;
}

/* モーダル */
.modal {
  width: 100%;
  max-width: 947px;
  margin: 0 auto;
}
.remodal {
  width: 100%;
  max-width: 1028px;
  padding: 50px 20px 43px;
  border-radius: 21px;
}
.modal__carName {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.55;
  margin-bottom: 4px;
}
.modal__carDetail {
  color: #6e6f6f;
  font-size: 13px;
  text-align: left;
  line-height: 1.28;
  margin-bottom: 33px;
}
.modal__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.modal__lft {
  width: calc(100% - 348px);
  max-width: 589px;
}
.modal__lft .search__itemThum {
  margin-bottom: 0;
}
.modal__rgt {
  width: 328px;
}
.modal__rgt .search__priceBox {
  gap: 10px 5px;
  margin-bottom: 16px;
}
.modal__rgt .search__priceLft,
.modal__rgt .search__priceRgt {
  width: 49%;
  max-width: 100%;
  display: block;
  padding-bottom: 4px;
}
.modal__rgt .search__priceLft {
  border-bottom: 2px solid #ea5f21;
}
.modal__rgt .search__priceRgt {
  border-bottom: 2px solid #181818;
}
.modal__rgt .search__priceText {
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.modal__rgt .search__priceText2 {
  text-align: left;
  width: 100%;
}
.modal__rgt .search__priceText2--num {
  font-size: 40px;
  text-align: left;
}
.modal__rgt .search__priceText2--yen {
  font-size: 16px;
  text-align: left;
}
.modal__fs {
  text-align: left;
  margin-bottom: 18px;
  line-height: 1.2;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow: initial;
}
.modal__rgt .search__detailList {
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: none;
}
.modal__rgt .search__detailList--type02 {
  margin-bottom: 20px;
}
.modal__rgt .search__detailList--type02 .search__detailItem {
  width: 100%;
  max-width: 100%;
}
.modal__rgt .search__detailText {
  text-align: left;
}

.modal__reserve {
  border: 4px solid #b7e1f3;
}
.modal__reserveHeading {
  color: #2382a3;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.38;
  padding: 4px 5px 10px;
  margin-bottom: 14px;
  background-color: #b7e1f3;
}
.modal__reserveContents {
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
.modal__reserveText {
  color: #6e6f6f;
  font-size: 12px;
  text-align: center;
  line-height: 1.39;
}
.modal__reserveText.mgb {
  margin-bottom: 9px;
}
.modal__reserveText.clr--ora {
  color: #ea5f21;
}
.modal__reserveBtn {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.16;
  padding: 13px 20px 18px;
  margin-bottom: 10px;
  display: block;
  background-color: #2382a3;
  border-radius: 33px;
}

.modal__dealer {
  text-align: left;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 8px;
  background-color: #fff9f3;
}
.modal__dealerWrap {
  display: flex;
  justify-content: space-between;
}
.modal__dealerLft {
  width: 50%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 6%;
  margin-right: 6%;
  position: relative;
}
.modal__dealerLft::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e3e3e3;
  position: absolute;
  top: 0;
  right: 0;
}
.modal__dealerName {
  color: #2382a3;
  font-size: 15px;
  line-height: 1.56;
  margin-bottom: 10px;
}
.modal__dealerAddress {
  color: #333;
  font-size: 13px;
  line-height: 1.28;
  margin-bottom: 9px;
}
.modal__dealerMap {
  color: #333;
  font-size: 13px;
  text-align: center;
  line-height: 1.28;
  display: block;
  width: 100%;
  max-width: 216px;
  padding: 8px 5px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
}
.modal__dealerRgt {
  width: 50%;
}
.modal__dealerText {
  color: #333;
  font-size: 15px;
  line-height: 1.56;
  margin-bottom: 3px;
}
.modal__dealerTel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.modal__dealerTel--free {
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  width: 53px;
  margin-top: 3px;
  padding: 5px 3px;
  background-color: #f3a17d;
  border-radius: 5px;
}
.modal__dealerBox {
  width: calc(100% - 63px);
  min-width: 330px;
}
.modal__dealerBox a {
  font-size: 32px;
  font-family: "arial", sans-serif;
  font-weight: 700;
  text-align: left;
  display: block;
  line-height: 1;
}
.modal__dealerNote {
  color: #6e6f6f;
  font-size: 13px;
  text-align: left;
  line-height: 1.39;
  padding-top: 2px;
}
.modal__coupon {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 38px;
  width: 100%;
  border: 2px solid #ea5f21;
}
.modal__couponWrap {
  width: calc(100% - 20px);
  max-width: 750px;
  margin: 0 auto;
}
.modal__couponImg {
  margin-bottom: 30px;
}
.modal__couponHeading {
  color: #ea5f21;
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ea5f21;
}
.modal__couponNote {
  color: #6e6f6f;
  font-size: 13px;
  text-align: left;
  line-height: 1.28;
}
.modal__couponNote.mgb {
  margin-bottom: 6px;
}

@media screen and (max-width: 1100px) {
  .search__detailText {
    max-width: 100%;
  }

  .modal__rgt .search__detailList {
    flex-direction: row;
  }
  .modal__rgt .search__detailItem {
    width: calc((100% - 10px) / 2);
    max-width: 156px;
  }
  .modal__rgt .search__detailText {
    width: calc(100% - 67px);
  }
}

@media screen and (max-width: 1060px) {
  .search__heading {
    width: 264px;
  }
  .search__headingImg {
    width: calc(100% - 284px);
  }
}

@media screen and (max-width: 980px) {
  .search__flexBox {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 18px;
    display: block;
  }
  .search__detailList {
    flex-direction: column;
  }
  .search__detailItem {
    width: 100%;
    max-width: 100%;
  }
  .search__heading {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .search__headingImg {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .search__icon {
    width: 19.897vw;
    height: 19.897vw;
    top: -100px;
    right: 0;
  }
}

@media screen and (max-width: 750px) {
  .search__flexBox {
    width: 70%;
    margin: 0 auto 18px;
  }
  .search__heading--en {
    font-size: 22px;
  }
  .search__heading--ja {
    font-size: 28px;
  }
  .search__headingImg {
    max-width: 430px;
  }

  .search__usedHeading {
    font-size: 28px;
  }
  .search__lineupHeading {
    font-size: 32px;
    margin: 0 auto 70px;
  }

  .search__list {
    flex-wrap: wrap;
  }
  .search__item {
    width: calc(96.2% / 2);
    max-width: 322px;
  }
  .search__detailList {
    flex-direction: row;
  }
  .search__detailItem {
    width: calc((100% - 10px) / 2);
    max-width: 156px;
  }

  .btn {
    font-size: 16px;
    max-width: 247px;
    padding: 17px 10px 17px;
  }

  .search__noResult {
    font-size: 16px;
  }

  .search__number--lrg {
    font-size: 18px;
  }
  .search__number--sml {
    font-size: 12px;
  }
  .search__sortSelect {
    font-size: 13px;
  }

  /* モーダル */
  .modal__carName {
    font-size: 25px;
  }
  .modal__carDetail {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .modal__flex {
    display: block;
  }
  .modal__lft {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .modal__rgt {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  .modal__dealerWrap {
    display: block;
  }
  .modal__dealerLft {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
    margin-bottom: 20px;
    margin-right: 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .modal__dealerLft::after {
    display: none;
  }
  .modal__dealerMap {
    margin: 0 auto;
  }
  .modal__dealerRgt {
    width: 100%;
  }
  .modal__dealerText {
    text-align: center;
  }
  .modal__dealerTel {
    max-width: 360px;
    margin: 0 auto;
  }
  .modal__dealerBox {
    min-width: 300px;
  }
  .modal__couponImg {
    margin-bottom: 25px;
  }
  .modal__couponHeading {
    font-size: 30px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  .search__detailList {
    flex-direction: column;
  }
  .search__detailItem {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .search__flexBox {
    width: 100%;
    max-width: 400px;
  }
  .search__heading--en {
    font-size: 18px;
  }
  .search__heading--ja {
    font-size: 24px;
  }
  .search__headingImg {
    max-width: 360px;
  }
  .search__icon {
    width: 95px;
    height: 95px;
  }

  .search__usedHeading {
    font-size: 24px;
  }
  .search__lineupHeading {
    font-size: 25px;
  }

  .search__list {
    flex-direction: column;
  }
  .search__item {
    width: 100%;
    max-width: 100%;
  }

  .search__priceBox {
    max-width: 320px;
  }
  .search__detailList {
    flex-direction: row;
  }
  .search__detailItem {
    width: calc((100% - 10px) / 2);
    max-width: 156px;
  }

  .search__carName {
    font-size: 18px;
  }

  .btn {
    font-size: 14px;
    max-width: 207px;
    padding: 12px 10px 12px;
  }

  .search__noResult {
    font-size: 14px;
  }

  /* モーダル */
  .modal__carName {
    font-size: 20px;
  }
  .modal__rgt .search__priceBox {
    max-width: 100%;
  }
  .modal__rgt .search__priceText2--num {
    font-size: 35px;
  }
  .modal__rgt .search__priceText2--yen {
    font-size: 14px;
  }
  .modal__rgt .search__detailList {
    flex-direction: row;
  }
  .modal__rgt .search__detailItem {
    width: calc((100% - 10px) / 2);
    max-width: 156px;
  }
  .modal__reserveHeading {
    font-size: 15px;
    padding: 2px 5px 8px;
    margin-bottom: 10px;
  }
  .modal__reserveBtn {
    font-size: 13px;
    max-width: 268px;
    padding: 10px 6px 13px;
    margin: 0 auto 10px;
  }
  .modal__dealerTel {
    display: block;
    max-width: 270px;
  }
  .modal__dealerTel--free {
    font-size: 11px;
    width: 43px;
    padding: 4px 3px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .modal__dealerBox {
    width: 100%;
    min-width: 100%;
  }
  .modal__dealerBox a {
    font-size: 26px;
  }
  .modal__coupon {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal__couponHeading {
    font-size: 19px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

/* @media screen and (max-width: 400px) {
  .search__detailList {
    flex-direction: column;
  }
  .search__detailItem {
    width: 100%;
    max-width: 100%;
  }
} */

@media screen and (max-width: 375px) {
  .search__flexBox02 {
    display: block;
  }
  .search__number {
    margin-bottom: 15px;
  }

  .modal__dealerBox a {
    font-size: 6.933vw;
  }

  /* .modal__rgt .search__priceBox {
    display: block;
  }
  .modal__rgt .search__priceLft,
  .modal__rgt .search__priceRgt {
    width: 54%;
  }
  .modal__rgt .search__priceLft {
    margin-bottom: 16px;
  } */

  .modal__rgt .search__priceText2--num {
    font-size: 30px;
  }
  .modal__rgt .search__priceText2--yen {
    font-size: 12px;
  }
}

.deco-img01 {
  width: 67px;
  top: 70px;
  left: 110px;
}
.deco-img02 {
  width: 71px;
  bottom: 30px;
  left: 30px;
}

.deco-img03 {
  width: 53px;
  top: 110px;
  left: 0;
}
.deco-img04 {
  width: 29px;
  top: 270px;
  left: 0;
}
.deco-img05 {
  width: 84px;
  bottom: 290px;
  left: 0;
}
.deco-img06 {
  width: 84px;
  top: 80px;
  right: 0;
}
.deco-img07 {
  width: 62px;
  top: 270px;
  right: 0;
}
.deco-img08 {
  width: 53px;
  bottom: 320px;
  right: 0;
}

.deco-img09 {
  width: 34px;
  top: -100px;
  left: 0;
}
.deco-img10 {
  width: 63px;
  top: 10px;
  left: 0;
}
.deco-img11 {
  width: 45px;
  top: 180px;
  left: 0;
}
.deco-img12 {
  width: 73px;
  top: 560px;
  left: 20px;
}
.deco-img13 {
  width: 25px;
  top: 900px;
  left: 0;
}
.deco-img14 {
  width: 67px;
  top: 1340px;
  left: 0;
}
.deco-img15 {
  width: 62px;
  top: 140px;
  right: 0;
}
.deco-img16 {
  width: 24px;
  top: 450px;
  right: 0;
}
.deco-img17 {
  width: 86px;
  top: 620px;
  right: 0;
}
.deco-img18 {
  width: 99px;
  top: 1100px;
  right: 0;
}
.deco-img19 {
  width: 33px;
  bottom: 520px;
  right: 0;
}

.deco-img20 {
  width: 71px;
  top: 0;
  left: 0;
}
.deco-img21 {
  width: 88px;
  top: 20px;
  left: 170px;
}
.deco-img22 {
  width: 62px;
  top: -30px;
  right: 250px;
}
.deco-img23 {
  width: 79px;
  top: -110px;
  right: 0;
}

@media screen and (max-width: 1440px) {
  .deco-img01 {
    width: 4.652vw;
    top: 4.861vw;
    left: 7.638vw;
  }
  .deco-img02 {
    width: 4.93vw;
    bottom: 2.083vw;
    left: 2.083vw;
  }

  .deco-img03 {
    width: 3.68vw;
    top: 7.638vw;
  }
  .deco-img04 {
    width: 2.013vw;
    top: 18.75vw;
  }
  .deco-img05 {
    width: 5.833vw;
    bottom: 20.138vw;
  }
  .deco-img06 {
    width: 5.833vw;
    top: 5.555vw;
  }
  .deco-img07 {
    width: 4.305vw;
    top: 18.75vw;
  }
  .deco-img08 {
    width: 3.68vw;
    bottom: 22.222vw;
  }

  .deco-img09 {
    width: 2.361vw;
    top: -6.944vw;
  }
  .deco-img10 {
    width: 4.375vw;
    top: 0.694vw;
  }
  .deco-img11 {
    width: 3.125vw;
    top: 12.5vw;
  }
  .deco-img12 {
    width: 5.069vw;
    top: 38.888vw;
    left: 1.3888vw;
  }
  .deco-img13 {
    width: 1.736vw;
    top: 62.5vw;
  }
  .deco-img14 {
    width: 4.652vw;
    top: 93.055vw;
  }
  .deco-img15 {
    width: 4.305vw;
    top: 9.722vw;
  }
  .deco-img16 {
    width: 1.666vw;
    top: 31.25vw;
  }
  .deco-img17 {
    width: 5.972vw;
    top: 43.055vw;
  }
  .deco-img18 {
    width: 6.875vw;
    top: 76.388vw;
  }
  .deco-img19 {
    width: 2.291vw;
    bottom: 36.111vw;
  }

  .deco-img20 {
    width: 4.93vw;
  }
  .deco-img21 {
    width: 6.111vw;
    top: 1.388vw;
    left: 11.805vw;
  }
  .deco-img22 {
    width: 4.305vw;
    top: -2.083vw;
    right: 17.361vw;
  }
  .deco-img23 {
    width: 5.486vw;
    top: -7.638vw;
  }
}

@media screen and (max-width: 1350px) {
  .deco-img02 {
    bottom: -4.861vw;
  }
}

@media screen and (max-width: 1280px) {
  .deco-img10 {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .deco-img06 {
    top: 9.555vw;
  }
  .deco-img05 {
    bottom: 25.138vw;
  }

  .deco-img14 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .deco-img18 {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .deco-img19 {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .deco-img22 {
    top: 4.917vw;
    right: 14.361vw;
  }
}

@media screen and (max-width: 980px) {
  .deco-img01 {
    top: 11.861vw;
  }

  .deco-img03,
  .deco-img04,
  .deco-img05,
  .deco-img06,
  .deco-img07,
  .deco-img08,
  .deco-img12,
  .deco-img17 {
    display: none;
  }
}
