@charset "UTF-8";

:root {
  --pure-white: #fff;
  --white-sheer: rgba(255, 255, 255, .6);
  --primary: #215274;
  --primary-sheer: rgba(33, 82, 116, .4);
  --secondary-dark: #57b3bc;
  --secondary: #21b7ad;
  --secondary-light: #4ed3ca;
  --secondary-ex-light: #e7f5f7;
  --secondary-sheer: rgba(203, 255, 209, .3);
  --pink: #ff8181;
  --yellow-light: rgba(255, 232, 0, .4);
  --yellow: #feed07;
  --yellow-medium: #ffe800;
  --yellow-dark: #b28b26;
  --gray-light: #e2e2e2;
  --gray: #828282;
  --gray-medium: #707070;
  --gray-dark: #111111;
}

:root {
  --line-height-small: 1.5;
  --line-height-medium: 1.6;
  --line-height-large: 1.8;
  --letter-spacing-small: .02em;
  --letter-spacing-medium: .04em;
  --letter-spacing-large: .1em;
  --font-size-xsmall: 12px;
  --font-size-small: 15px;
  --font-size-normal: 16px;
  --font-size-medium: 20px;
  --font-size-large: 27px;
  --font-size-xlarge: 32px;
}

@media screen and (max-width: 1150px) and (min-width: 769px) {
  :root {
    --carImg_marginTop: -17vw;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: "NotoSansCJKjp-Regular", "NotoSansCJKjp", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

body.logined {
  padding-top: unset;
}

a,
a img {
  cursor: pointer;
}

ol>li:before {
  counter-increment: none;
  content: none;
}

button {
  cursor: pointer;
}

.disp {
  display: block;
}

.noDisp {
  display: none;
}

.detailsLink {
  text-decoration: underline;
  color: #666;
}

.logo {
  width: 189px;
  margin: 10px 0 0 11px;
  display: flex;
}

.logo_under_text {
  width: 113px;
  margin-left: auto;
}

.main {
  text-align: center;
  background-color: #E6001A;
}

.main img {
  vertical-align: top;
}

.sub {
  text-align: center;
  color: #262626;
  background-color: #F2F2F2;
}

.sub .subTitle {
  font-size: 2.1rem;
  position: relative;
  display: inline-block;
  padding: 0 25px;
}

.sub .subTitle:before,
.sub .subTitle:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 90%;
  bottom: 0;
  background: #262626;
}

.sub .subTitle:before {
  left: 0;
  transform: rotate(-34deg);
}

.sub .subTitle:after {
  right: 0;
  transform: rotate(34deg);
}

.sub .subTitle u {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .sub .subTitle {
    font-size: 1.5rem;
    padding: 0 20px;
  }

  .sub .subTitle:before,
  .sub .subTitle:after {
    height: 60%;
  }

  .sub .subTitle u {
    font-size: var(--font-size-xlarge);
  }

  .sub .caution {
    font-size: 1.2rem;
    margin: 0 5px;
  }
}

.comment {
  padding: 5px 0 3px;
  text-align: center;
  font-size: 1.2rem;
}

.sub .notes {
  margin: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .comment {
    font-size: 0.9rem;
  }

  .sub .notes {
    font-size: 2.0111111112vw;
  }
}

.spvalueSecbox {
  position: relative;
  margin: 25px auto 15px;
  background-color: #FFF;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

.spvalueSecbox {
  padding: 0px 0 0;
  border-radius: 10px;
  max-width: 1140px;
}

.option {
  position: absolute;
  width: 20%;
  left: 1.5vw;
  top: 9vw;
}

.label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 34px 33px;
  background-color: #FF6753;
  color: #FFF;
  width: 206px;
  border-radius: 0 50px 0 50px;
  font-size: 40px;
}

.labelText {
  font-size: 30px;
}

.number {
  font-family: "NotoSansCJKjp-Regular", "NotoSansCJKjp", "Noto Sans JP", sans-serif;
}

.number,
.number2 {
  color: #FF6753;
}

.notCalc {
  font-size: 1.25em;
  font-weight: bold;
  color: #FE6A4D;
  margin: 1rem 0.3rem;
}

.priceNumber {
  font-size: 50px;
  color: #FF6753;
  font-family: Verdana, "メイリオ", Meiryo;
  font-weight: bold;
  line-height: 1.2 !important;
  margin-bottom: 10px;
}

.priceNumber span {
  font-size: 23px;
  color: #111;
}

.price p {
  font-weight: bold;
  line-height: 1.4 !important;
  word-break: keep-all;
}

.price_total {
  margin-bottom: 5px;
}

@media screen and (max-width: 355px) {
  .price_total {
    font-size: 10px;
  }
}

.price_resid {
  margin-bottom: 10px;
  font-size: 0.7rem;
}

.priceNumber2 {
  font-size: var(--font-size-medium);
  color: #FF6753;
  font-family: Verdana, "メイリオ", Meiryo;
  font-weight: bold;
}

.priceNumber3 {
  font-size: 0.7rem;
  font-family: Verdana, "メイリオ", Meiryo;
}

@media screen and (max-width: 767px) {
  .notCalc {
    font-size: calc((90 / 710) * 30vw);
    margin: 1rem 0;
  }

  .priceNumber2 {
    font-size: var(--font-size-medium);
  }

  .priceNumber3 {
    font-size: 12px;
  }
}

.tag {
  display: flex;
}

.tag li {
  background-color: #045472;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding: 4px 10px 5px;
  text-align: center;
  margin-right: 8px;
  margin: 12px 8px 12px 0;
  white-space: nowrap;
}

.box-carTitle {
  padding-left: 50px;
}

.box_text h1 {
  line-height: 1;
}

.box_text h3 {
  font-size: 15px;
  font-family: "NotoSansCJKjp-Regular", "NotoSansCJKjp", "Noto Sans JP", sans-serif;
}

.box_text h3 span {
  font-size: 12px;
}

.box_text.open p,
.box_text.close p,
.box_text.open div,
.box_text.close div {
  font-size: 14px;
  line-height: 1.5;
}

.area {
  display: flex;
  font-size: 15px;
  margin: 12px 0;
}

.area h3 {
  font-weight: bold !important;
  font-size: 15px;
  padding-right: 5px;
  white-space: nowrap;
}

.areaIcon {
  display: flex;
  flex-wrap: wrap;
}

.areaIcon li {
  border: 1px solid #5A5A5A;
  border-radius: 50px;
  padding: 0 10px;
  margin: 0 4px 10px;
}

/*-------------------------------------------------
 車種画像とCTAボタンの連動した位置調整管理(変数はroot参照)
 ---------------------------------------------------*/
:root {
  --carImg_marginTop: -225px;
}

.box_cta01,
.box_cta02 {
  width: 50%;
}

.box_text {
  width: 51%;
}

.box_carImg {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  text-align: center;
  width: 49%;
  float: right;
  margin-top: -10px;
}

.box_cta01 a,
.box_cta02 a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.spvalue-sect-cta {
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.btn_wrap {
  background-color: #FFE839;
  width: 100%;
  margin: 0 10px 5px;
  padding: 10px;
  border-radius: 60px;
  font-size: var(--font-size-medium);
  display: flex;
  justify-content: center;
  transition: all 0.2s;
  align-items: center;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.txt-disclaim {
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: left;
}

.btn_wrap:hover {
  opacity: 0.8;
}

.cv_btn {
  position: relative;
  background-color: #FFE800;
  color: #111111;
  overflow-wrap: break-word;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0px 0.3em #E2CF15;
  min-height: 60px;
}

.cv_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotateZ(45deg);
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cv_btn:hover {
  transform: translate(0, 0.3em);
  box-shadow: none;
}

.btn_wrap a {
  display: block;
}

.btn_disable {
  background-color: #9b9b9b;
  cursor: unset;
  pointer-events: none;
  font-weight: 500;
  color: #696868;
}

.endText {
  max-width: 1140px;
  margin: 0 auto;
}

.endText .notes {
  margin: 10px 0 20px;
}

.endText .notes li {
  margin-right: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #555;
  font-size: 0.85rem;
}

.lineup.endText .notes li {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .lineup.endText .notes li {
    font-size: 0.8rem;
  }
}
.endText p {
  font-size: 27px;
  margin: 50px;
  text-align: center;
}

ul.notes {
  color: #111;
  text-align: left;
  line-height: 1.5;
}

#step_sec {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}

.ttl_text {
  padding-bottom: 10px;
}

.advantage {
  background-color: #FFFBDB;
  text-align: center;
  padding: 50px 0;
}

.advantage_boxwarap {
  max-width: 1275px;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.advantage_no {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.advantage_no p {
  margin-left: 20px;
}

.advantage_box {
  width: 48%;
  background-color: #FFF;
  border-radius: 50px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.advantage_note {
  color: #707070;
  text-align: right;
  font-size: 12px;
}

.d_sp {
  display: none;
}

.balloonWrap {
  position: relative;
  margin: 35px auto 0;
  max-width: 35vw;
}

.balloonInner {
  position: absolute;
  bottom: -26px;
  width: 100%;
  margin: 0 auto;
}

.pagelink_margin {
  padding-top: 2px;
  margin-top: -2px;
}

/* 吹き出し本体の背景色用 */
.sample-border-balloon {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  font-weight: bold;
  color: #000;
  border: 3px solid #045472;
  box-sizing: border-box;
  font-size: 1.5vw;
  text-align: center;
  color: #045472;
  z-index: 100;
}

/* 吹き出しのしっぽ：本体の背景色用 */
.sample-border-balloon:before {
  content: "";
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

/* 吹き出しのしっぽ：枠線の色用 */
.sample-border-balloon:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #045472;
  z-index: 1;
}

.inquiry_btn {
  position: relative;
}

.cv_btn input {
  position: absolute;
  color: transparent !important;
  background-color: transparent !important;
  border: none !important;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}

.inquiry_btn input {
  position: absolute;
  color: transparent !important;
  background-color: transparent !important;
  border: none !important;
  width: 100%;
  height: 72px;
  top: 0;
}

.seiyakuzumi {
  background-color: #BABABA;
  color: #FFF;
  pointer-events: none;
}

/* 成約ずみ */
.seiyaku_text {
  width: 100%;
  height: 415px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 110px 30px;
  z-index: 100;
}

.seiyaku_text span {
  font-size: 65px;
}

.seiyaku_text p {
  font-size: 34px;
}

.seiyaku_img {
  width: 80%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  height: auto;
  padding: 25px 0px 70px;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

.seiyaku_img+.car_caption {
  margin-top: -65px;
}

@media screen and (max-width: 767px) {
  .seiyaku_img+.car_caption {
    margin-top: -45px;
  }

  .seiyaku_img {
    padding: 25px 0px 60px;
  }
}

.seiyaku_txt-area span:first-child {
  font-size: 48px;
  margin: 0 auto;
}

.seiyaku_txt-area span:last-child {
  font-size: 28px;
  margin: 0 auto;
}

.seiyaku_txt-area {
  font-size: 24px;
}

.seiyaku_txt-area {
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  font-size: 28px;
  line-height: 1.5;
  height: 69%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 101;
}

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

  .seiyaku_txt-area span:first-child {
    font-size: 36px;
  }

  .seiyaku_txt-area span:last-child {
    font-size: 21px;
  }
}

.seiyaku_img img {
  width: 70%;
  z-index: 10;
}

.seiyaku_img__inner {
  width: 100%;
  display: flex;
  position: absolute;
}

@media screen and (max-width: 1150px) {
  .seiyaku_text {
    font-size: 55px;
    width: 99%;
  }

  .seiyaku_text span {
    font-size: 55px;
  }

  .seiyaku_text p {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .seiyaku_text {
    width: 100%;
    height: 70%;
    padding: 43px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seiyaku_text span {
    font-size: 45px;
  }

  .seiyaku_text p {
    font-size: 20px;
  }

  .btn_wrap {
    font-size: var(--font-size-medium);
    padding: 10px 30px;
  }
}

@media screen and (orientation: landscape) {
  .seiyaku_text {
    height: 336px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* 成約ずみここまで */
/* デザインB（タブレット） */
@media screen and (max-width: 1150px) {
  .d_tab {
    display: block;
  }

  .main img {
    vertical-align: top;
  }

  .tag li {
    max-width: 42%;
    width: auto;
  }

  .box_text {
    width: 50%;
  }

  .spvalueSecbox {
    margin: 25px 16px 0;
  }

  .areaIcon {
    flex-wrap: wrap;
  }

  .advantage {
    padding: 40px 13px;
  }

  .advantage_no {
    font-size: 22px;
  }

  .balloonWrap {
    max-width: 60vw !important;
    margin-top: 85px;
  }

  .balloonInner {
    bottom: -1px !important;
  }

  .sample-border-balloon {
    font-size: 2.4vw;
  }

  .option {
    top: 21vw;
  }
}

.box_text {
  z-index: 1;
}

body {
  counter-reset: number 0;
}

.spvalueSecbox_bg {
  position: relative;
  padding-top: 25px;
}

.spvalueSecbox_numberArea {
  position: absolute;
  width: 300px;
  height: 300px;
  right: 0;
  top: 0;
  clip-path: inset(0 0px round 10px 10px 10px 10px);
}

.spvalueSecbox_numberArea:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Oswald";
  font-weight: bold;
  color: #f1f1f1;
  font-size: 315px;
  position: absolute;
  top: -172px;
  right: -30px;
  z-index: 0;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .spvalueSecbox_bg {
    position: relative;
    padding: 10px 10px 25px;
  }

  .spvalue-sect01 .spvalueSecbox_bg::before {
    font-size: 170px;
    top: -75px;
    right: -34px;
    opacity: 0.7;
  }
}

.sample-border-balloon {
  font-size: 20px;
}

.box_text {
  float: left;
  margin-top: -80px;
  padding-left: 50px;
}

.box_text h3::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  background-color: #FF8181;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.spec {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

ul.tag li::before {
  content: url(../../img/shokuiki/sp/check.svg);
  display: inline-block;
  padding-right: 5px;
}

.txt-hide {
  line-height: 1.5;
  display: none;
}

.basic-info_table {
  border: 1px solid #C6C6C6;
  margin: 8px 0 8px;
}

.basic-info_table th {
  width: 35%;
  background: #D6D6D6;
  border-bottom: 1px solid #fff;
}

.basic-info_table tr:last-child th {
  border-bottom: 1px solid #D6D6D6;
}

.basic-info_table td {
  width: 65%;
  border-bottom: 1px solid #C6C6C6;
}

.basic-info_table th,
.basic-info_table td {
  font-size: 14px;
  padding: 4px 8px;
  text-align: left;
  line-height: 1.5;
}

.basic-info_table td span {
  font-size: 10px;
}

.open .txt-hide {
  display: inline;
}

.option_text {
  font-size: 14px;
  line-height: 1.5;
}

.option_text.close {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .option_text.close {
    -webkit-line-clamp: 2;
  }
}

.option_text.open {
  -webkit-line-clamp: inherit;
}

/* PC時に充実オプションが3行以内の場合､隠す必要なし */
@media screen and (min-width: 769px) {
  .more.more-no-need {
    opacity: 0;
    height: 10px;
    padding: 0;
  }
}

.more,
.more-disclaim {
  font-size: 14px;
  color: #045472;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  position: relative;
}

.more::after,
.more-disclaim::after {
  content: url(../../img/shokuiki/sp/more_icon.svg);
  position: absolute;
  top: 13px;
  width: 16px;
  height: auto;
  margin-left: 3px;
  background-size: contain;
}

.option_text.open+.more::after,
.txt-spvalueNotes.open+.more-disclaim::after {
  content: url(../../img/shokuiki/sp/more_icon--minus.svg);
}

.spvalue-sect-cta {
  margin-top: 30px;
}

.sec_obi {
  background-color: #045472;
  height: 10px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.price-howToPay {
  margin: 0 auto 12px;
  padding-top: 10px;
  width: 90%;
  border-top: 2px dashed #CACACA;
  font-weight: bold;
}

.price-howToPay p {
  display: inline-block;
  font-size: 0.875rem;
  border: 1px solid #CECECE;
  border-radius: 20px;
  margin: 0 auto 5px;
  padding: 5px 10px;
}

.label {
  border-radius: 0 10px 0 10px;
  font-size: 42px;
  height: 82px;
  text-align: center;
  padding: 0px;
}

.price {
  border: 2px solid #DADADA;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 10px 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .price {
    margin-bottom: 15px;
    padding: 5px;
  }
}

@media screen and (max-width: 368px) {
  .price-howToPay p {
    font-size: 0.7rem;
  }
}

div.box_carImg>picture>img {
  width: 65%;
}

.spvalue-sect01 .priceNumber_wrap.discount {
  margin: 5px 0 5px 0;
  color: #9F9F9F !important;
  font-weight: 800;
}

.spvalue-sect01 .priceNumber_wrap.discount .value {
  font-family: Verdana, "メイリオ", Meiryo;
  font-size: 30px;
  position: relative;
  margin: 0 0.2em;
}

.spvalue-sect01 .priceNumber_wrap.discount .value::before,
.spvalue-sect01 .priceNumber_wrap.discount .value::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #595959;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.spvalue-sect01 .priceNumber_wrap.discount .value::before {
  top: -0.2em;
}

.spvalue-sect01 .priceNumber_wrap.discount .value::after {
  bottom: -0.2em;
}

.spvalue-sect01 .priceNumber_wrap.discount::after {
  width: 0;
  height: 0;
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  bottom: -0.3rem;
}

.priceNumber_wrap {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.priceNumber_wrap h3 {
  font-size: 1.125rem;
  line-height: 1.2rem;
  font-family: "NotoSansCJKjp-Regular", "NotoSansCJKjp", "Noto Sans JP", sans-serif;
}

.priceNumber {
  font-size: var(--font-size-xlarge);
  padding-left: 5px;
}

.priceNumber span {
  font-size: 1.125rem;
}

.taxin {
  font-size: 11px !important;
}

.car_caption {
  margin: 0 0.3rem 0 2.3rem;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .car_caption {
    margin: -15px 0 15px;
  }
}

.chip_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  gap: 8px 0;
  width: 100%;
}

.chip {
  border: 1px solid #878887;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 5px;
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.colorChip {
  width: 100%;
  height: 100%;
}

.txt-spvalueNotes {
  font-size: 12px;
  line-height: 1.6;
}

ul.txt-spvalueNotes li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.txt-spvalueNotes li::before {
  position: relative;
  content: "※";
}

.soldout {
  width: 95px;
  height: 101px;
  background-image: linear-gradient(45deg, transparent 51%, #535353, #535353, transparent 52.5%);
  /* 52%で線はが細くなる */
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25);
}

.soldout_white {
  background-image: linear-gradient(45deg, transparent 51%, #fff, #fff, transparent 52.5%);
  /* 52%で線はが細くなる */
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}

.balloon1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2px;
  padding: 7px 20px 8px;
  min-width: 120px;
  width: auto;
  height: 48px;
  letter-spacing: 0em;
  background: #373657;
  border-radius: 30px;
  top: -2px;
  z-index: 100;
}

.balloon1 p {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .balloon1 p {
    padding: 5px;
  }
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 92%;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 13px solid #373657;
}

@media screen and (max-width: 767px) {
  .balloon1 {
    line-height: 1.4;
    font-size: 11px;
  }
}

.btn_style1 {
  text-align: center;
}

.btn_style1 .u-color-pink {
  font-weight: bold;
}

.balloon_wt {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2px;
  padding: 8px 20px 9px;
  min-width: 120px;
  width: auto;
  letter-spacing: 0em;
  background: #fff;
  border: 2px solid #060606;
  border-radius: 10px;
  top: -2px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .balloon_wt {
    padding: 4px 5px 5px;
  }
}

.balloon_wt p {
  font-size: 14px;
  font-weight: bold;
  color: #060606;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .balloon_wt p {
    padding: 5px;
  }
}

.balloon_wt:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}

.balloon_wt:after {
  content: "";
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 10px solid #060606;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .balloon_wt {
    line-height: 1.4;
    font-size: 11px;
  }
}

.fixed-icon-carlist {
  display: none;
  /* quickModal.js側でblockに変更 */
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 102;
  width: 90px;
  cursor: pointer;
}

.isCampaign .fixed-icon-carlist {
  left: 15px;
}

.isCampaign .carList-modal-body {
  left: 30px;
}

.isCampaign .carList-modal-close {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .fixed-icon-carlist {
    width: 20%;
  }

  .isCampaign .fixed-icon-carlist {
    display: none !important;
  }
}

/**----ここからSP------**/
@media screen and (max-width: 767px) {
  .d_pc {
    display: none;
  }

  .d_sp {
    display: block;
  }

  .logo {
    width: 100px;
    margin: 8px 0 1px 19px;
  }

  .h_loginBtn {
    top: 3px;
  }

  .main {
    margin: 0;
  }

  .sp_mv {
    background-color: #FFFBDB;
    width: 100%;
  }

  .spvalue-sect01 {
    padding: 1px 13px;
  }

  .spvalueSecbox {
    margin: 20px 0 0;
    border-radius: 10px;
  }

  .spvalueSecbox_numberArea:before {
    font-size: 170px;
    top: -75px;
    right: -17px;
    opacity: 0.7;
  }

  .spec {
    font-size: 16px;
  }

  .price h2 {
    font-size: 16px;
  }

  .box_text {
    width: 100%;
  }

  .box_text h1 {
    font-size: 25px;
  }

  .label {
    width: 36%;
    height: 70px;
    padding: 3px;
    border-radius: 0 11px 0 11px;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .number {
    font-size: 31px;
  }

  .labelText {
    font-size: 20px;
    padding-top: 13px;
    font-weight: bold;
  }

  .tag {
    margin: 0 auto;
    justify-content: center;
  }

  .tag li {
    max-width: 34%;
    width: auto;
    padding: 5px 7px;
    margin: 18px 7px 12px 0;
    font-size: 12px;
  }

  .tag li:first-child {
    font-size: 11px;
    max-width: 40%;
  }

  .tag li:last-child {
    margin-right: 0;
  }

  .areaIcon li {
    font-size: 12px;
  }

  .spvalue-sect-cta {
    display: block;
  }

  .btn_wrap {
    width: 100%;
    margin: 0 0 10px;
    max-width: min(600px, 89.3333333333vw);
  }

  .step_img img {
    width: 100%;
    padding: 0 3px;
  }

  .advantage_boxwarap {
    display: block;
  }

  .advantage_box {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 20px;
    padding: 15px;
  }

  .advantage_no img {
    width: 25%;
  }

  .advantage_no p {
    font-size: 22px;
    margin-left: 10px;
  }

  .advantage_no_img {
    padding: 0 20px;
  }

  .advantage_note {
    text-align: center;
  }

  .contact {
    font-size: 17px;
    margin: 0 20px 150px;
    padding-bottom: 0;
  }

  .balloonWrap {
    max-width: 90vw !important;
    margin-top: 111px;
  }

  .balloonInner {
    bottom: 7px !important;
  }

  .sample-border-balloon {
    font-size: 1.2em;
    padding: 6px;
    line-height: 1.3;
  }

  .option {
    width: 22vw;
    top: 4vw;
  }

  .pagelink_margin {
    padding-top: 1px;
    margin-top: -1px;
  }

  .spvalue-sect01 .pagelink_margin .spvalueSecbox::before {
    font-size: 170px;
    top: -75px;
    right: -22px;
    clip-path: inset(75px 22px 0px 0px);
    opacity: 0.5;
  }
}

/**----ここからタブレット------**/
@media screen and (max-width: 1150px) {
  .spvalue-sect01 h2 {
    font-size: 24px;
    line-height: 1.3;
    word-break: keep-all;
  }

  .sp_mv {
    background-color: #44CBD1;
  }

  div.box_carImg>picture>img {
    margin-top: -50px;
    width: 70%;
  }

  .lineup_h1 {
    width: 30%;
  }
}

.carSummary {
  display: flex;
  margin: 0.5em 0;
}

.carSummary_inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .carSummary {
    margin-left: 0px;
    position: relative;
    /* bgの番号の重ね順対策 */
  }

  .spvalue .box {
    margin-right: 1em;
  }
}

.spvalue .box {
  margin-right: 1.5em;
  margin-bottom: 0.25em;
}

@media screen and (max-width: 767px) {
  .spvalue .box {
    margin-right: 1em;
  }
}

.spvalue .box .index {
  border-bottom: 1px solid #D3D3D3;
  min-width: 6em;
  letter-spacing: 0.1em;
  padding: 0 0.2em;
  font-weight: bold;
}

.spvalue .box .value {
  margin-top: 0em;
}

.spvalue .box .data {
  color: #FE6A4D;
  font-family: Verdana, "メイリオ", Meiryo;
}

.spvalue .box .value b {
  font-size: 1.5rem;
}

/**----ここからSP------**/
@media screen and (max-width: 767px) {
  .sp_mv {
    background-color: #44CBD1 !important;
  }

  .lineup_h1 {
    width: 155px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .car_name_grade {
    margin-left: 0;
    position: relative;
    /* bgの番号の重ね順対策 */
  }

  .box-carTitle,
  .box_text {
    margin: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .box_carImg {
    padding-top: 0;
  }

  .sec_obi {
    display: none;
  }

  .sample-border-balloon {
    font-size: 1.1em;
  }

  .price {
    width: 100%;
  }

  div.box_carImg>picture>img {
    width: 90%;
    margin-top: -15px;
  }

  .label {
    border-radius: 0 10px 0 10px;
    font-size: 44px;
    height: 68px;
    text-align: center;
    padding: 2px 34px 33px;
    padding: 3px;
  }
}

/* モーダルここから */
/* モーダル本体の指定 + モーダル外側の背景の指定 */
.carList-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}

/* モーダル本体の擬似要素の指定 */
.carList-modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/* モーダル本体に「active」クラス付与した時のスタイル */
.carList-modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 1100;
}

/* モーダル枠の指定 */
.carList-modal-body {
  width: auto;
  position: absolute;
  bottom: 0;
  vertical-align: middle;
  right: 30px;
}

.carList-modal-body .carList-modal-content img {
  width: 90%;
}

.carList-modal-body .carList-modal-content .carList-modal-name {
  font-weight: bold;
  font-size: 0.5rem;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .carList-modal-body {
    width: 100%;
    right: 0px;
    bottom: 0px;
  }

  .isCampaign .carList-modal-body {
    left: 0;
  }
}

/* モーダルを閉じるボタンの指定 */
.carList-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  background: #666666;
  border-radius: 50px;
  padding: 0px 0px 2px 1px;
  border: 2px solid #e2e2e2;
}

/* モーダル内のコンテンツの指定 */
@media screen and (min-width: 768px) {
  .carList-modal-content {
    width: 370px;
    padding: 10px 5px;
  }
}

.carList-modal-content {
  background: #fff;
  text-align: left;
  padding: 20px 0 10px;
  border-radius: 10px 10px 10px 10px;
}

.carList-modal-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .carList-modal-content ul {
    padding: 0px 10px 0px;
  }
}

.carList-modal-content li {
  width: 33%;
  font-size: 9px;
  padding: 4px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .carList-modal-content li {
    padding: 0px 7px;
  }
}

.carList-modal-sp img {
  width: 100%;
}

.balloon-modal {
  position: relative;
  display: inline-flex;
  width: auto;
  padding: 8px 15px 8px;
  align-items: center;
  justify-content: center;
  margin: 0 8px 2px;
  min-width: 120px;
  height: 32px;
  text-align: left;
  color: #fff;
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.2;
  background: #000;
  border-radius: 30px;
  z-index: 100;
  top: -8px;
  left: 10px;
}

.isCampaign .balloon-modal {
  left: 48px;
}

.balloon-modal:before {
  content: "";
  position: absolute;
  top: 92%;
  left: 7%;
  margin-left: -5px;
  border: 7px solid transparent;
  border-top: 11px solid #000;
}

.carList-modal-container {
  display: block;
}

/* モーダルここまで */
/* colorChipの吹出し CSS */
.colorList .chip,
.colorList .innerChip {
  border-radius: 3px;
  border: 1px solid #878887;
  overflow: hidden;
  margin-right: 5px;
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.colorList .chip {
  border: 2px solid #034ff9;
}

.available .chip {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.8);
}

.colorList .chipItem:not(.available) .hint {
  background-color: rgba(237, 237, 237, 0.95);
}

.colorList .chipItem:not(.available) .chip {
  border: 1.5px solid #878887;
}

.colorList .innerChip {
  width: 2.93em;
  height: 2.93em;
  margin-right: 1em;
}

.colorList .chipItem .colorChip {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 985px) {
  .index {
    min-width: 0;
  }

  .value {
    margin-top: 0;
  }

  .infoBox .lower .box .value {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .under.estimate section.cont01 .container .infoBox {
    padding-top: 0;
  }
}

@media screen and (max-width: 520px) {
  .index {
    font-size: 3.73vw;
  }

  .value {
    font-size: 3.73vw;
  }

  .under.estimate section.cont01 .container .infoBox .lower .box .value {
    font-size: 3.466vw;
  }

  .value b {
    font-size: 4.8vw;
  }
}

/*--------------------------------------------------------------------*/
.colorList .chipItem {
  position: relative;
  display: block;
}

.colorList .chipItem .hint {
  width: 20em;
  padding: 1em 1.5em;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 9px;
  border: 2px solid #D3D3D3;
  background-color: #fff;
  left: 50%;
  top: -8px;
  position: absolute;
  z-index: 2;
  transform: translate(-16%, -100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.colorList .chipItem:hover .hint,
.colorList .chipItem:active .hint {
  opacity: 1;
  visibility: visible;
}

.colorList .chipItem .hint::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: -9.4vw;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-width: 6px 6px 0 6px;
  border-color: #D3D3D3 transparent transparent transparent;
  border-style: solid;
}

.colorList .chipItem {
  flex-basis: 20px;
}

@media screen and (max-width: 767px) {
  .chip_wrap {
    width: 250px;
  }

  .colorList .chipItem:nth-child(-n+6) .hint,
  .colorList .chipItem:nth-child(n+11) .hint {
    left: 29vw;
  }

  .colorList .chipItem:nth-child(-n+6) .hint::after,
  .colorList .chipItem:nth-child(n+11) .hint::after {
    left: -53vw;
  }
}

*/ .colorList .chipItem .hint .baloon {
  align-items: center;
  flex-wrap: nowrap;
}

/* メーカーサイトを見るボタン */
.toMaker {
  margin-top: -8px;
  margin-bottom: 16px;
  cursor: pointer;
  width: 80%;
  display: flex;
  justify-content: end;
  margin-left: 50px;
}

.toMaker a {
  font-size: 0.8rem;
  position: relative;
  color: #505050;
  padding: 0 1.2em 0.3em 0.3em;
  border-bottom: 1px solid #215274;
  transition: all 0.1s;
}

@media screen and (max-width: 767px) {
  .toMaker {
    margin-bottom: 16px;
    width: auto;
  }
}

.toMaker a:after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  transform: rotateZ(45deg);
  top: 0.5em;
  right: 0.3em;
  margin: auto;
}

/* オプションimg */
.option {
  position: absolute;
  width: 20%;
  left: 1.5vw;
  top: -1vw;
}

@media screen and (max-width: 768px) {
  .option {
    width: 15vw;
    top: 8vw;
  }
}

/* ご成約済み */
@media screen and (orientation: landscape) {
  .seiyaku_text {
    height: 340px !important;
    top: -4vw;
  }
}

s .available .soldout {
  display: none;
}

.topBtn {
  display: none !important;
}

/* 車種詳細のtitleエリア */
.spvalueSec_titleArea {
  display: flex;
}

.box-carTitle {
  display: block;
  width: 50%;
  height: 220px;
  /* 下の要素のネガティブマージン分､ロード時に崩れる対策 */
}

.box_carImg_wrap {
  width: 50%;
}

.box_carImg_wrap img {
  display: block;
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.box_wrap.clearfix {
  margin-top: 15px;
}

.box_btn {
  display: flex;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .box_wrap.clearfix {
    margin-top: 20px;
  }

  .box_btn {
    display: unset;
  }
}

.box_cta {
  display: block;
}

.box_cta01,
.box_cta02 {
  float: none;
}

.box_cta01,
.box_cta02 {
  margin-top: 20px;
}

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

  .box-carTitle {
    padding: 0;
    height: auto;
    width: auto;
  }

  .box_carImg_wrap {
    width: auto;
  }

  .box_carImg_wrap img {
    width: 82%;
    margin: 15px auto 10px;
  }

  .box_wrap {
    margin-top: 10px;
  }

  .box_wrap_inner {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

.spvalue-anc01 .copy {
  font-size: 1.1111111111rem;
  line-height: 1.4;
  line-height: 1.15;
  font-weight: 700;
}

.spvalue-anc01 .copy .fz-lg1 {
  font-size: 1.8888888889rem;
  line-height: 1.1176470588;
}

.spvalue-anc01 .copy .fz-lg2 {
  font-size: 1.5555555556rem;
  line-height: 1.2142857143;
}

.spvalue-anc01 .copy .fz-lg3 {
  font-size: 2.1111111111rem;
  line-height: 1;
}

.spvalue-anc01 .copy sup {
  font-size: 0.7777777778rem;
  display: inline-block;
  transform: translateY(-12px);
}

.spvalue-anc01 .copy .c-green {
  color: #57B3BC;
  margin-top: 0.2777777778rem;
  display: inline-block;
}

.spvalue-anc01 .copy .c-green--no-mt {
  margin-top: 0;
}

.spvalue-inner {
  max-width: 68.8888888889rem;
  padding: 0 2.2222222222rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1102px) {
  .spvalue-anc01 .copy {
    font-size: 1.8148820327vw;
  }

  .spvalue-anc01 .copy .fz-lg1 {
    font-size: 3.0852994555vw;
  }

  .spvalue-anc01 .copy .fz-lg2 {
    font-size: 2.5408348457vw;
  }

  .spvalue-anc01 .copy .fz-lg3 {
    font-size: 3.4482758621vw;
  }

  .spvalue-anc01 .copy sup {
    font-size: 1.2704174229vw;
    transform: translateY(-0.9677419355vw);
  }

  .spvalue-anc01 .copy .c-green {
    margin-top: 0.4537205082vw;
  }

  .spvalue-anc01 .copy .c-green--no-mt {
    margin-top: 0;
  }

  .spvalue-inner {
    max-width: 100%;
    padding: 0 3.6197640653vw;
  }

  .spvalue-anc01 .copy {
    font-size: 1.8148820327vw;
  }

  .spvalue-anc01 .copy .fz-lg1 {
    font-size: 3.0852994555vw;
  }

  .spvalue-anc01 .copy .fz-lg2 {
    font-size: 2.5408348457vw;
  }

  .spvalue-anc01 .copy .fz-lg3 {
    font-size: 3.4482758621vw;
  }

  .spvalue-anc01 .copy sup {
    font-size: 1.2704174229vw;
    transform: translateY(-0.9677419355vw);
  }

  .spvalue-anc01 .copy .c-green {
    margin-top: 0.4537205082vw;
  }

  .spvalue-anc01 .copy .c-green--no-mt {
    margin-top: 0;
  }

  .spvalue-anc01 .copy .fz-lg3 {
    font-size: 3.4482758621vw;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-sect01 .underMainTitle {
    margin: 0 auto 20px;
  }

  .spvalue-anc01 {
    padding: 6.6666666667vw 0 4vw;
  }

  .spvalue-anc01 .copy {
    font-size: 3.2vw;
  }

  .spvalue-anc01 .copy .fz-lg1 {
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }

  .spvalue-anc01 .copy .fz-lg2 {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }

  .spvalue-anc01 .copy .fz-lg3 {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }

  .spvalue-anc01 .copy .fz-lg4 {
    font-size: 4.8vw;
    line-height: 1.2222222222;
  }

  .spvalue-anc01 .copy sup {
    font-size: 3.2vw;
    transform: translateY(-1.2vw);
  }

  .spvalue-anc01 .copy .c-green {
    margin-top: 1.3333333333vw;
  }

  .spvalue-anc01 .copy .c-green--no-mt {
    margin-top: 0;
  }

  .spvalue-inner {
    max-width: 100%;
    padding: 0 4vw;
  }

  .spvalue-anc01 .copy .fz-lg3 {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}

/*-------------------------------------------------
  2023/12 即納section追加･調整(sassの入れ子)
  ---------------------------------------------------*/
.txt-disclaim {
  margin-top: 1rem;
}

.txt-disclaim {
  margin-top: 1rem;
  padding-left: 5rem;
}

.txt-disclaim li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.1em;
  font-size: 0.8rem;
}

.txt-disclaim li:last-child {
  margin-bottom: 0;
}

.spvalue-sect01 {
  background-color: #FFFFFF;
  padding: 20px 0 3rem;
  /* CSSのカウンターがあるのでnoneと出来ない */
  /* ビューポート外に移動｡*/
}

.spvalue-sect01 .lineup_list ul {
  display: grid;
  gap: 12.5px;
  grid-template-columns: repeat(5, 218px);
  margin-top: 10px;
}

.spvalue-sect01 .lineup_list {
  display: flex;
  justify-content: center;
  /* Flexboxを使用して中央寄せ */
}

.spvalue-sect01 .lineup_list img {
  margin-top: 10px;
  width: 85%;
}

.spvalue-sect01 .lineup_list_item {
  display: block;
  position: relative;
  background: #fff;
  border: 3px solid transparent;
  border-radius: 10px;
  text-align: center;
  padding: 5px 0px 8px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 0 0 1.2px lightgray;
}

.spvalue-sect01 .lineup_list_item:hover img.lineup_list_carImg {
  transform: scale(1.17);
  transition: 0.3s;
}

.spvalue-sect01 .lineup_list_item.current .moreBtn {
  background-color: #FE8282;
}

.spvalue-sect01 .lineup_list_item.current {
  border: 3px solid #235269;
}

.spvalue-sect01 .lineup_list_item:hover {
  border: 3px solid #235269;
}

.spvalue-sect01 .lineup_list_item h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 3px;
  line-height: 1.2;
  height: 2.5em;
  word-break: keep-all;
}

.spvalue-sect01 .lineup_list_year {
  font-size: 0.75rem;
  line-height: 1.6;
}

.spvalue-sect01 .lineup_list_term p {
  display: inline;
  font-weight: bold;
}

.spvalue-sect01 .lineup_list_term .u-color-pink {
  color: #fe6a4d;
}

.spvalue-sect01 .lineup_list_term span {
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0 2px;
  font-family: Verdana, "メイリオ", Meiryo;
}

.spvalue-sect01 .lineup_list_term {
  display: inline-block;
  font-size: 0.85rem;
  border: 1px solid #CECECE;
  border-radius: 20px;
  margin: 0 auto;
  padding: 0 8px;
  line-height: 1.4;
  letter-spacing: 0px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .spvalue-sect01 .lineup_list_term .lineup_list_term {
    padding: 0 5px;
  }
}

.spvalue-sect01 .lineup_list_priceBox {
  margin: 2px 5px 13px;
  display: flex;
  font-size: 0.86rem;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.15rem;
  align-items: flex-end;
  justify-content: center;
  color: #666666;
}

.spvalue-sect01 .lineup_list_priceBox.discount {
  font-size: 0.4rem;
  margin: 5px 0 5px 0;
}

.spvalue-sect01 .lineup_list_priceBox.discount .value {
  font-family: Verdana, "メイリオ", Meiryo;
  color: #9F9F9F !important;
  font-size: 1.2vw;
  position: relative;
  margin: 0 0.2em;
}

.spvalue-sect01 .lineup_list_priceBox.discount .value::before,
.spvalue-sect01 .lineup_list_priceBox.discount .value::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #595959;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.spvalue-sect01 .lineup_list_priceBox.discount .value::before {
  top: -0.2em;
}

.spvalue-sect01 .lineup_list_priceBox.discount .value::after {
  bottom: -0.2em;
}

.spvalue-sect01 .lineup_list_priceBox.discount::after {
  width: 0;
  height: 0;
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  bottom: -1.5em;
}

.spvalue-sect01 .lineup_list .moreBtn {
  width: 88%;
  padding: 10px 10px;
  margin: 0px auto 0px;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-size: 0.85rem;
  border-radius: 20px;
  background: var(--main_color);
  transition: all 0.25s cubic-bezier(0.2, 1.15, 0.5, 1.2);
}

.spvalue-sect01 .lineup_list_priceBox span {
  letter-spacing: 0;
}

.spvalue-sect01 .lineup_list_price {
  font-family: Verdana, "メイリオ", Meiryo;
  transform: translateY(3px);
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  font-weight: 900;
  color: #fe6a4d;
  margin: 0 0.2em;
}

.spvalue-sect01 .spvalue-sect01__item:not(.current) {
  visibility: hidden;
  position: absolute;
  transform: translateX(-100vw);
  height: 0;
}

.spvalue-sect01 h1 {
  font-size: 28px;
  line-height: 1.5;
}

@media (max-width: 1155px) and (min-width: 768px) {
  .spvalue-sect01 .lineup_list ul {
    grid-template-columns: repeat(5, 18.7vw);
    gap: 0.9vw;
  }

  .spvalue-sect01 .lineup_list_item {
    padding: 1.5vw 0.6vw 1.3vw;
  }

  .spvalue-sect01 .lineup_list_item h2 {
    font-size: 2vw;
  }

  .spvalue-sect01 .lineup_list_term {
    width: 100%;
    font-size: 1.4vw;
  }

  .spvalue-sect01 .lineup_list_term span {
    font-size: 2vw;
  }

  .spvalue-sect01 .lineup_list_priceBox {
    margin: 0.2vw 0vw 0vw;
  }

  .spvalue-sect01 .lineup_list_priceBox.discount .value {
    font-size: 1.5vw;
  }

  .spvalue-sect01 .lineup_list_priceBox span,
  .spvalue-sect01 .lineup_list_bottom {
    font-size: 0.9vw;
  }

  .spvalue-sect01 .lineup_list_price {
    font-size: 2.3vw;
  }

  .spvalue-sect01 .lineup_list_year {
    font-size: 1.25vw;
  }

  .spvalue-sect01 .lineup_list .ctaBox {
    margin-top: 1.25vw;
  }

  .spvalue-sect01 .lineup_list .moreBtn {
    width: 95%;
    font-size: 1.5vw;
  }
}

.spvalue-sect04 {
  background: url(../../img/shokuiki/sp/sect04_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.spvalue-sect04 {
  padding-bottom: 3.3333333333rem;
}

.spvalue-sect04 h2 {
  padding-top: 1rem;
}

.spvalue-sect04 .underMainTitle {
  padding: 0px 5px 20px;
}

/*------ 即納section追加･調整(sassの入れ子) end ------*/
@media screen and (max-width: 767px) {
  .car_caption {
    text-align: left;
  }

  .box_carImg {
    margin-left: 0%;
  }

  .box_carImg {
    width: unset;
  }

  .box_cta {
    display: block;
  }

  .box_cta01 {
    margin-left: 0;
  }

  .box_cta01,
  .box_cta02 {
    width: 100%;
  }

  .spvalueSecbox_bg>.box_wrap>.box_cta01,
  .spvalueSecbox_bg>.box_wrap>.box_cta02 {
    margin-top: -10px;
  }
}

/*------ 車種画像とCTAボタンの位置 end ------*/
/*-------------------------------------------------
 職域ページの要素(転用)
 ---------------------------------------------------*/
/* shokuiki/sp section04(クルマが届くまで) */
.spvalue-title div {
  font-weight: 700;
  color: var(--primary);
}

.spvalue-app {
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  position: relative;
}

.spvalue-app:before,
.spvalue-app:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 1.6em;
  background: var(--gray-medium);
}

.spvalue-app:before {
  left: 0;
  transform: rotate(-34deg);
}

.spvalue-app:after {
  right: 0;
  transform: rotate(34deg);
}

.spvalue-flow__heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  color: var(--pure-white);
  background: var(--primary);
}

@media screen and (min-width: 768px) {
  .spvalue-flow__heading {
    margin-right: auto;
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-flow__heading {
    height: 60px;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

.spvalue-flow__heading:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
  clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
  background: var(--primary);
}

@media screen and (min-width: 768px) {
  .spvalue-flow__heading:after {
    top: 0;
    left: 100%;
    width: 12px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.spvalue-card__text {
  margin-top: 12px;
  font-weight: 700;
}

.spvalue-flow__content ol>li {
  padding: 1rem;
}

.spvalue-flow__content ol>li:first-child {
  border-color: var(--yellow);
}

.spvalue-flow__content .spvalue-flow__item:first-child:after {
  background-color: var(--yellow);
}

.spvalue-flow__carList {
  flex-wrap: wrap;
}

.spvalue-flow__car {
  padding: 20px 0 25px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__car {
    width: 25%;
    padding: 0 4px 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-flow__car {
    text-align: center;
    background: url(../../img/shokuiki/line_h.svg) repeat-x left bottom/10px;
  }
}

.spvalue-flow__car+.spvalue-flow__car {
  position: relative;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__car+.spvalue-flow__car:after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 1.5px;
    height: 100%;
    background: url(../../img/shokuiki/line_v.svg) repeat-y left top/1.5px;
  }
}

.spvalue-flow__car__quick .moreBtn {
  margin: 20px auto 0;
  transition: background 0.3s, border, 0.3s;
}

.spvalue-flow__car__quick:hover .moreBtn {
  color: var(--gray-dark);
  background: var(--yellow);
  border-color: var(--yellow);
}

.spvalue-flow__car__img {
  margin: 20px auto 0;
  max-width: 260px;
}

.spvalue-flow__car__img .carImage {
  width: 100%;
  min-width: auto;
}

.spvalue-flow__car__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, "sans-serif";
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__car__heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .spvalue-flow__car__heading {
    font-size: 1.1666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-flow__car__heading {
    font-size: 17.6px;
  }
}

@media screen and (min-width: 768px) {
  .spvalue-flow__car__heading span {
    font-size: 8.5px;
  }
}

@media screen and (max-width: 1024px) {
  .spvalue-flow__car__heading span {
    font-size: 0.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-flow__car__heading span {
    font-size: 8.5px;
  }
}

@media screen and (min-width: 768px) {
  .spvalue-flow__car__heading .num {
    font-size: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .spvalue-flow__car__heading .num {
    font-size: 1.1666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-flow__car__heading .num {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .spvalue-flow__car__heading .small {
    font-size: var(--font-size-small);
  }
}

@media screen and (max-width: 1024px) {
  .spvalue-flow__car__heading .small {
    font-size: 0.9166666667vw;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-flow__car__heading .small {
    font-size: var(--font-size-small);
  }
}

.spvalue-flow__caution {
  margin-top: 20px;
  padding: 11px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  background: var(--secondary-ex-light);
}

@media screen and (min-width: 768px) {
  .spvalue-flow__caution {
    margin-top: 30px;
  }
}

.spvalue-flow__caution li {
  text-indent: -1em;
  padding-left: 1em;
}

.spvalue-flow__caution li:before {
  content: "※";
}

.spvalue-flow__list {
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__list02 .spvalue-flow__item:nth-of-type(1) {
    max-width: 257px;
    width: 25.5%;
  }
}

.spvalue-flow__list02 .spvalue-flow__item:nth-of-type(2) {
  flex-grow: 1;
}

.spvalue-flow__item {
  background: var(--pure-white);
  border: 3px solid var(--primary);
  border-radius: 12px;
  margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__item {
    width: 23.5%;
    margin: 0;
  }
}

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

@media screen and (min-width: 768px) {
  .spvalue-flow__item:not(:last-child) {
    margin: 0 2% 0 0;
  }
}

.spvalue-flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 100px;
  height: 12px;
  background: var(--primary);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 768px) {
  .spvalue-flow__item:not(:last-child):after {
    top: 50%;
    left: 100%;
    width: 12px;
    height: 100px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

@media screen and (max-width: 767px) {
  .spvalue-flow__group {
    margin: 0 10px;
  }
}

.spvalue-flow__group+.spvalue-flow__group {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__group+.spvalue-flow__group {
    margin-top: 56px;
  }
}

.spvalue-flow__yellow .spvalue-flow__heading {
  color: var(--gray-dark);
  background-color: var(--yellow);
}

.spvalue-flow__yellow .spvalue-flow__heading:after {
  background-color: var(--yellow);
}

.spvalue-flow__yellow .spvalue-flow__item {
  border-color: var(--yellow);
}

.spvalue-flow__yellow .spvalue-flow__item:after {
  background-color: var(--yellow);
}

.spvalue-flow__contact__text {
  position: relative;
  margin: 30px 10px 0;
  padding: 25px 15px 45px;
  font-weight: 700;
  text-align: justify;
  border-radius: 8px;
  background: var(--yellow);
  letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__contact__text {
    margin: 65px auto 0;
    padding: 20px 35px;
    max-width: 820px;
    font-size: var(--font-size-medium);
  }
}

@media screen and (max-width: 1024px) {
  .spvalue-flow__contact__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-flow__contact__text {
    font-size: var(--font-size-normal);
  }
}

.spvalue-flow__contact__text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -10px;
  width: 83px;
  height: 67px;
  background: url(../../img/shokuiki/sp/flow05.svg) no-repeat center center/100%;
}

@media screen and (min-width: 769px) {
  .spvalue-flow__contact__text:after {
    right: 50px;
    width: 181px;
    height: 144px;
  }
}

.spvalue-flow__contact__wrapper {
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.spvalue-sect01 .spvalue-flow__contact__wrapper {
  margin-top: unset;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__contact__wrapper {
    max-width: 840px;
    margin: 20px auto 0;
  }
}

.spvalue-flow__contact__item {
  width: 100%;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__contact__item {
    width: 47.6%;
  }

  .spvalue-flow__contact__item.single {
    width: 20px;
  }
}

.spvalue-flow__contact__item+.spvalue-flow__contact__item {
  margin: 40px 0 0;
}

@media screen and (min-width: 768px) {
  .spvalue-flow__contact__item+.spvalue-flow__contact__item {
    margin: 0 0 0 4.8%;
  }
}

.spvalue-flow__contact__item__text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary);
}

@media screen and (min-width: 768px) {
  .spvalue-flow__contact__item__text {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 72px;
    font-size: 20px;
  }

  .single .spvalue-flow__contact__item__text {
    min-height: unset;
  }
}

.spvalue-flow__contact__item__text:before,
.spvalue-flow__contact__item__text:after {
  background: var(--primary);
}

.spvalue-flow__contact__item__note {
  width: 100%;
  font-size: var(--font-size-small);
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  margin: 10px auto;
}

.spvalue-flow__contact__item .spvalue-button {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .spvalue-flow__contact__item .spvalue-button {
    max-width: 345px;
  }
}

.spvalue-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 22px;
  letter-spacing: var(--letter-spacing-medium);
  color: var(--pure-white);
  font-weight: 700;
  line-height: var(--line-height-small);
  min-height: 80px;
  background: var(--primary);
}

@media screen and (min-width: 768px) {
  .spvalue-button {
    min-height: 88px;
    font-size: 28px;
  }
}

.spvalue-button:hover {
  color: var(--pure-white);
  opacity: 1;
}

.spvalue-button-shadow {
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 0 var(--gray-dark);
}

.spvalue-button-shadow:hover {
  transform: translateY(6px);
  box-shadow: none;
}

.spvalue-button-arrow {
  position: relative;
  padding: 2px 20px;
}

.spvalue-button-arrow:after {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  background-image: url(../../img/shokuiki/icon_arrow-w.svg);
  width: 14px;
  height: 14px;
  right: 12px;
}

.spvalue-button-white {
  border: 3px solid var(--primary);
  color: var(--primary);
  background-color: var(--pure-white);
}

.spvalue-button-white:hover {
  color: var(--primary);
}

.spvalue-button-gray {
  color: var(--gray);
  background: var(--pure-white);
  border: 3px solid var(--gray);
}

.spvalue-button-gray:hover {
  color: var(--gray);
}

.spvalue-button-gray.spvalue-button-shadow {
  box-shadow: 0 3px 0 var(--gray);
}

.spvalue-button-gray.spvalue-button-shadow:hover {
  box-shadow: none;
}

.spvalue-button-yellow {
  color: var(--gray-dark);
  background: var(--yellow);
}

.spvalue-button-yellow:hover {
  color: var(--gray-dark);
}

.spvalue-button-yellow.spvalue-button-shadow {
  box-shadow: 0 6px 0 var(--yellow-dark);
}

.spvalue-button-yellow.spvalue-button-shadow:hover {
  box-shadow: none;
}

.spvalue-button-yellow.spvalue-button-arrow:after {
  background-image: url(../../img/shokuiki/icon_arrow.svg);
}

.spvalue-button-border {
  border: 3px var(--primary);
}

.spvalue-button-medium {
  min-height: 68px;
  font-size: var(--font-size-medium);
}

@media screen and (max-width: 768px) {
  .spvalue-button-medium {
    min-height: 60px;
  }
}

.spvalue-button-medium.spvalue-button-gray {
  min-height: 68px;
}

.spvalue-button-small {
  max-width: 150px;
  border-radius: 20px;
  min-height: 46px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .spvalue-button-small {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .spvalue-button-small {
    font-size: 16px;
  }
}

.spvalue-button-radius {
  border-radius: 8px;
}

/*------ 職域ページの要素 end ------*/

/*-------------------------------------------------
 Sass側と異なるブレイクポイント(PC縮小時からタブレットまで)
 ---------------------------------------------------*/
@media screen and (max-width: 1150px) and (min-width: 768px) {
  .endText .notes {
    margin: 10px 14px 0px;
    letter-spacing: 0.8;
    font-size: 1.2vw;
  }

  .box-carTitle {
    height: 20vw;
  }

  .box_text {
    margin-top: -6.5vw;
  }

  .box_cta01,
  .box_cta02 {
    width: 50%;
  }

  .box-carTitle,
  .box_text {
    padding-left: 20px;
  }

  .box_carImg_wrap img {
    width: 35vw;
  }

  .spvalue .box .value b {
    font-size: 2vw;
  }

  .carSummary {
    margin: 0.5vw 0;
  }

  .spvalue .box {
    margin-bottom: 0.25vw;
  }

  .colorList .chip,
  .colorList .innerChip {
    width: 2vw;
    height: 2vw;
  }

  .spvalue-sect01 .pagelink_margin .spvalueSecbox::before {
    font-size: 280px;
    top: -172px;
    right: -29px;
    clip-path: inset(172px 29px 0px 0px);
  }

  .basic-info_table {
    margin: 0.8vw 0vw;
  }

  .carSummary .data {
    font-size: 1.8vw;
  }

  .spvalueSecbox_numberArea:before {
    font-size: 18rem;
  }

  .txt-disclaim {
    letter-spacing: 0.4px;
    margin-bottom: 0.5vw;
    margin-top: 1vw;
    padding-left: 4rem;
  }

  .txt-disclaim li {
    font-size: 1.2vw;
  }

  .car_caption {
    margin-top: -1.5vw;
    margin: 0 2.5vw 0.5vw;
  }

  .basic-info_table th,
  .basic-info_table td {
    font-size: 1.2vw;
  }

  .basic-info_table td span {
    font-size: 1vw;
  }

  .spvalue-sect01 h2 {
    font-size: 2vw;
    display: table;
    position: relative;
  }

  .box_text h3 {
    font-size: 1.5vw;
  }

  .toMaker {
    margin-bottom: 1.8vw;
  }

  .toMaker a {
    font-size: 1.2vw;
  }

  .spvalue-sect01 .priceNumber_wrap.discount {
    font-size: 1.3vw;
  }

  .spvalue-sect01 .priceNumber_wrap.discount .value {
    font-size: 3vw;
  }

  .priceNumber {
    font-size: 4vw;
  }

  .priceNumber_wrap h3,
  .priceNumber span {
    font-size: 1.5vw;
  }

  .price_bonus,
  .price-howToPay span {
    font-size: 1.4vw;
  }

  .balloon_wt p {
    font-size: 1.2vw;
  }

  .more,
  .more-disclaim {
    font-size: 1.4vw;
    padding: 1vw;
  }

  .sec_obi {
    margin-top: 2.5vw;
  }
}

/* utility */
@media screen and (min-width: 768px),
print {
  .is-sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 880px) {
  .is-tab-only {
    display: none !important;
  }
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.hiddenSet {
  visibility: hidden;
}

.txt-right {
  text-align: right !important;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .br-pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .br-sp-only {
    display: inline-block;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt-75 {
  margin-top: -50px;
}

.mt10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.u-color-pink {
  color: var(--accent_color);
}

.u-color-turquoise {
  color: var(--main_color_dark);
}

.u-marker-wt {
  background: linear-gradient(transparent 70%, #fff 0%);
}

.u-marker-yellow {
  background: linear-gradient(transparent 70%, #FFEC9D 0%);
}

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

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

.clearfix {
  display: block;
}

@media screen and (min-width: 768px),
print {
  .goToTop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  div,
  p,
  span,
  th,
  td,
  li {
    line-height: 1.5;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .endText .notes li {
    font-size: 0.65rem;
  }

  .spvalue-sect01 {
    overflow-x: hidden;
    padding: 8px 7px 3rem;
  }

  .spvalue-sect01 .lineup_list_year {
    font-size: 3.2vw;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }

  .spvalue-sect01 .lineup_list .moreBtn {
    width: 90%;
  }

  .spvalue-sect01 .lineup_list ul {
    display: grid;
    gap: 20px 8px;
    grid-template-columns: repeat(2, calc(50% - 4px));
  }

  .spvalue-sect01 .lineup_list {
    display: block;
  }

  .spvalue-sect01 h1 {
    font-size: 5.6vw;
  }

  .spvalue-sect01 .lineup_list_item h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.4vw;
    height: 1.8em;
    margin-bottom: 8px;
  }

  .spvalue-sect01 .car_caption {
    font-size: 2.6666666667vw;
  }

  .spvalue-sect01 .toMaker a {
    font-size: 2.9333333333vw;
  }

  .spvalue-sect01 .lineup_list_item {
    padding: 14px 5px 15px;
  }

  .spvalue-sect01 .box_text h3 {
    font-size: 3.8vw;
    margin: 12px 0 0;
  }

  .spvalue-sect01 .box_carImg_wrap img {
    transform: translateY(-10px);
  }

  .spvalue-sect01 .lineup_list img {
    margin-top: 2vw;
  }

  .spvalue-sect01 .lineup_list_price {
    font-size: 6.5vw;
  }

  .spvalue-sect01 .lineup_list_price,
  .spvalue-sect01 .spvalue-sect01 .lineup_list_priceBox span {
    line-height: 1;
    transform: translateY(0.11em);
  }

  .spvalue-sect01 .lineup_list_priceBox {
    margin: 0px 0px 5px;
  }

  .spvalue-sect01 .lineup_list_priceBox.discount .value {
    font-size: 4vw;
  }

  .spvalue-sect01 .lineup_list_priceBox.discount .unit {
    font-size: 2.4vw;
  }

  .spvalue-sect01 .lineup_list_term {
    display: block;
    width: 100%;
    padding: 0.1rem 0.1rem;
    font-size: 3.2vw;
  }

  .spvalue-sect01 .lineup_list_term span {
    font-size: 4.2vw;
    line-height: 1.2;
  }

  .spvalue-sect01 .lineup_list_priceBox span {
    font-size: 2.4vw;
  }

  .spvalue-sect01 .lineup_list_priceBox span .lineup_list_tax {
    font-size: 1.8vw;
  }

  .spvalue-sect01 .lineup_list_item.current {
    border: 2px solid #235269;
  }

  .spvalue-sect01 .lineup_list_item {
    border: 2px solid transparent;
    box-shadow: 0 0 0 1.2px lightgray;
  }

  .spvalue-sect01 .lineup_list .ctaBox {
    margin-top: 3vw;
  }

  .spvalue-sect01 .lineup_list .moreBtn {
    margin: 0 auto;
    font-size: 3.4666666667vw;
  }

  .spvalue-sect01 .basic-info_table th,
  .spvalue-sect01 .basic-info_table td {
    font-size: 3.4666666667vw;
  }

  .spvalue-sect01 .basic-info_table td span {
    font-size: 2.4666666667vw;
  }

  .spvalue-sect01 .txt-spvalueNotes {
    font-size: 2.6666666667vw;
  }

  .spvalue-sect01 .spvalue-sect-cta {
    margin-top: 10px;
  }

  .spvalue-sect01 .priceNumber_wrap.discount {
    font-size: 0.75rem;
  }

  .spvalue-sect01 .priceNumber_wrap.discount .value {
    font-size: 30px;
  }

  .spvalue-sect01 .priceNumber_wrap h3 {
    font-size: 0.875rem;
    line-height: 1.1;
  }

  .spvalue-sect01 .priceNumber_wrap {
    width: 100%;
  }

  .spvalue-sect01 .txt-taxin {
    font-size: 0.75rem;
  }

  .spvalue-sect01 .cv_btn {
    margin-bottom: 0rem;
    line-height: 1.5;
  }

  .spvalue-sect01 .endText p {
    margin: 50px 10px;
    font-size: 19px;
  }

  .spvalue-sect01 .notes {
    font-size: 2.6666666667vw;
    margin: 10px 6px;
  }

  .spvalue-sect01 .colorList .chipItem .hint {
    transform: translate(-50%, -100%);
  }

  .spvalue-sect01 .txt-disclaim {
    padding-left: unset;
  }

  .spvalue-sect01 .txt-disclaim li {
    font-size: 2.6666666667vw;
    letter-spacing: 0.5px;
  }

  .spvalue-sect01 ul.txt-spvalueNotes li {
    font-size: 2.0111111112vw;
  }

  .spvalue-sect04 {
    background: url(../../img/shokuiki/sp/sect04_bg_sp.png) #78D5D9 no-repeat;
    background-position: unset;
    background-size: cover;
  }

  .spvalue-sect04 h2 {
    font-size: 5.6vw;
  }

  .spvalue-sect04 .spvalue-card__img {
    display: flex;
    justify-content: center;
    max-width: 227px;
    margin: 0 auto;
  }

  .spvalue-sect04 .spvalue-card__img img {
    width: 70%;
  }

  .spvalue-sect04 .spvalue-title div {
    font-size: 4.2666666667vw;
  }

  .spvalue-sect04 .spvalue-card__text {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }

  .spvalue-sect04 .spvalue-card__desc {
    font-size: 3.7333333333vw;
  }

  .spvalue-sect04 .spvalue-flow__contact__item .spvalue-button {
    width: 100%;
    line-height: 1.4;
    border-radius: 16vw;
  }

  .spvalue-sect04 .spvalue-flow__contact__wrapper {
    margin-top: 5vw;
  }

  .spvalue-sect04 .spvalue-flow__contact__item__note {
    position: static;
  }

  .footer {
    margin-top: 0px;
  }

  /*-------------------------------------------------
   LPO対応コード
  ---------------------------------------------------*/
  .sp-mt10 {
    margin-top: 10px;
  }

  .sp-mt14 {
    margin-top: 14px;
  }

  .sp-mt15 {
    margin-top: 15px;
  }

  .sp-mt25 {
    margin-top: 25px;
  }

  .sp-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .spvalue-sect01 .box_cta01--1st,
  .spvalue-sect01 .box_cta02--1st {
    display: none !important;
  }
}

@media screen and (max-width: 430px) {
  .spvalue-sect01 .lineup_list_item h2 {
    font-size: 3.9vw;
  }

  .spvalue-sect01 .lineup_list_price {
    margin: 0 0.1em;
  }
}

@media screen and (max-width: 350px) {
  .spvalue-sect01 .lineup_list_price {
    margin: unset;
  }

  .carList-modal-close {
    top: -14px;
    width: 25px;
    height: 25px;
    font-size: 1.7rem;
  }
}

/*-------------------------------------------------
 LPO対応コード
 ---------------------------------------------------*/
picture.d_pc img {
  object-fit: cover;
  max-height: 395px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .spvalue-sect01 .box_cta01--1st,
  .spvalue-sect01 .box_cta02--1st {
    display: none !important;
  }
}

/*-------------------------------------------------
 FV
 ---------------------------------------------------*/
.balloon_ct {
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2px;
  padding: 8px 15px 9px;
  max-width: 500px;
  width: 45%;
  background: var(--primary);
  border: 2px solid #060606;
  border-radius: 10px;
  top: -2px;
  z-index: 100;
}

.balloon_ct:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid var(--primary);
  z-index: 100;
}

.balloon_ct p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .balloon_ct {
    width: 80%;
  }

  .balloon_ct p {
    font-size: 2.5555555556vw
  }
}

.select-box__list li {
  padding-left: 2.5rem;
  position: relative;
  font-weight: 700;
  margin: 1.1111111111rem 0;
  color: #305171;
}

.select-box__list li::before {
  position: absolute;
  left: 0;
  content: "";
  z-index: 1;
  background: url(../../img/shokuiki/sp/ico_tick.svg) no-repeat center center / 100% 100%;
  width: 1.7777777778rem;
  height: 1.5rem;
}

.select-box__list .notes {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .select-box__list li {
    font-size: 2.8vw;
  }


  .select-box__list .notes {
    font-size: 2.5vw;
  }
}

.headlineArea {
  position: relative;
  display: block;
  max-width: 900px;
  width: 85%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-radius: 2px;
  border-top: 3.5px solid #FF6753;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .headlineArea {
    width: 95%;
    margin: 0 auto 20px;
  }
}

.headlineArea .u-color-pink {
  color: #fe6a4d;
}

@media screen and (max-width: 767px) {
  .headlineArea:after {
    bottom: -30px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
}

.headlineArea_inner {
  position: relative;
  font-size: 1.4rem;
  text-align: left;
  padding: 10px 40px 10px;
  font-weight: 500;
  box-shadow: 0 2px 3px 1.5px rgba(0, 0, 0, 0.035);
  line-height: 1.4;
}

.headlineArea_inner span {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .headlineArea_inner {
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    padding: 10px 8px 10px;
  }
}

.headlineArea_inner:before {
  position: absolute;
  content: "";
  background: url(../../img/shokuiki/sp/bg_dot-triagle.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 6px;
  left: 6px;
}

.headlineArea_inner:after {
  position: absolute;
  content: "";
  background: url(../../img/shokuiki/sp/bg_dot-triagle.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 40px;
  height: 40px;
  bottom: 6px;
  right: 6px;
}

@media screen and (max-width: 767px) {
  .headlineArea_inner:before,
  .headlineArea_inner:after {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1130px) and (min-width: 768px) {
  .headlineArea:before {
    width: 7vw;
    height: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .headlineArea:before {
    width: 38px;
    height: 38px;
    left: 10px;
    bottom: -2px;
  }
}

@media (max-width: 1125px) and (min-width: 768px) {
  .headlineArea_inner {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 600px) {
  .balloon_ct p {
    font-size: 3.7777777778vw;
  }

  .select-box__list li {
    font-size: 4.1vw;
  }
}

/*-------------------------------------------------
 modal
---------------------------------------------------*/
.modal_cont .inquiry_btn_outer {
  display: flex;
  justify-content: center;
}

.modal_cont .inquiry_btn2::before {
  background: url(../../img/ev/icon03.svg)no-repeat;
  width: 30px;
  height: 30px;
}

.back_bg {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 33, 34, .8);
}

.modal_cont .modal {
  display: none;
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  padding: 1.5rem 1rem 2rem;
  max-width: 1000px;
  width: 85%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1001;
}

.modal_cont .modal_close {
  background: url("../../img/ev/btn_close.png") 0 0/100% no-repeat;
  display: block;
  width: 100px;
  height: 60px;
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: 1;
  cursor: pointer;
}

.modal_cont .notes {
  font-size: 0.8rem;
  margin-bottom: 1.8rem;
  margin: unset;
}

.modal_cont .btn_style1 {
  margin: 0 auto;
  width: 42rem;
}

.modal_cont .btn_box .btn_wrap1:first-child button {
  margin-right: 15px;
}

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

.modal_cont .btn_box {
  justify-content: center;
  display: flex;
  margin-bottom: 1rem;
}

.modal_cont .name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
  text-align: center;
  word-break: keep-all;
}

.modal_cont .name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16rem;
  height: 0.8rem;
  background-color: #60bbe2;
  background-image: var(--bg_style);
  border-radius: 100vh;
}

.modal_cont .box {
  display: flex;
  align-items: center;
  margin: 0 0.5rem 0.5rem 2rem;
}

.modal_cont .box .col_text {
  width: 90%;
}

@media screen and (max-width:767px) {
  .modal_cont .box .col_text {
    width: 100%;
  }

  .modal_cont .btn_box {
    display: block;
  }
}

.modal_cont .box .col_image {
  width: 100%;
}

.modal_cont .box .col_text .text1 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .3em;
}

.modal_cont .box .col_text .price {
  line-height: 1.2;
  border: unset;
  box-shadow: unset;
  text-align: left;
  margin: unset;
}

.modal_cont .price-howToPay {
  padding-bottom: unset;
  border-bottom: unset;
  width: unset;
}

.modal_cont .price-howToPay p {
  font-size: calc((25 / 750) * 40vw);
}

@media screen and (max-width:767px) {
  .modal_cont .price-howToPay {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal_cont .price-howToPay p {
    font-size: calc((35 / 750) * 70vw);
  }
}

@media screen and (min-width:1200px) {
  .modal_cont .price-howToPay p {
    font-size: 1rem;
  }
}

.modal_cont .box .col_text .number {
  font-family: 'Exo 2', sans-serif;
  font-size: 2.15rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.modal_cont .box .col_text .number2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.modal_cont .box .col_text .text2 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width:767px) {
  .link_space {
    text-align: right;
  }

  .modal_cont .box .col_text .number2 {
    font-size: calc((35 / 750)* 100vw);
  }
}

.price-layout {
  width: 100%;
  /*thの文字の左寄せの距離感と金額も崩れない様にする為*/
  margin-bottom: calc((6 / 750) * 100vw);
}

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

.price-layout__inner {
  font-weight: bold;
  font-size: 0.8rem;
}

@media screen and (max-width:767px) {
  .price-layout__inner {
    font-size: calc((25 / 750) * 100vw);
  }
}

@media screen and (max-width:767px) {
  .price-layout__th {
    width: 77%;
  }
}

.price-layout__inner span:last-child {
  width: 49%;
}

@media screen and (max-width:767px) {
  .price-layout__inner span:last-child {
    width: 60%;
  }
}

.modal_cont .box .col_text .gotoBtn {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .modal_cont .modal {
    border-radius: 20px;
    margin-left: 5%;
    padding: 3vw;
    width: 90%;
  }

  .modal_cont .modal_close {
    background: url("../../img/ev/btn_close.png") 0 0/100% no-repeat;
    display: block;
    width: 13vw;
    height: 8vw;
    position: absolute;
    top: 4vw;
    right: -2vw;
  }

  .modal_cont .notes {
    font-size: calc((18 / 750) * 100vw);
    margin-bottom: 18px;
  }

  .modal_cont .btn_style1 {
    margin: 0 auto;
  }

  .modal_cont .name {
    font-size: calc((45 / 750) * 100vw);
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    padding-bottom: calc((26 / 750) * 100vw);
    padding-left: calc((50 / 750) * 100vw);
    padding-right: calc((50 / 750) * 100vw);
    margin-bottom: calc((38 / 750) * 100vw);
    text-align: center;
    word-break: keep-all;
  }

  .modal_cont .name::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32.1vw;
    height: 6px;
  }

  .modal_cont .box {
    display: block;
    align-items: center;
    margin: 0 0.7rem 3.2vw 0.7rem;
  }

  .modal_cont .box .col_text {
    padding-left: 0;
  }

  .modal_cont .box .col_image {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2vw;
    text-align: center;
  }

  .modal_cont .box .col_image img {
    width: 80%;
  }

  .modal_cont .box .col_text .text1 {
    font-size: calc((25 / 750) * 100vw);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
  }

  .modal_cont .box .col_text .price {
    line-height: 1.2;
    margin-bottom: calc((18 / 750) * 100vw);
    padding-right: 0.8vw;
    text-align: right;
  }

  .modal_cont .box .col_text .number {
    font-size: calc((85 / 750) * 100vw);
  }

  .modal_cont .box .col_text .text2 {
    font-size: calc((30 / 750) * 100vw);
    font-weight: bold;
    line-height: 1;
    display: inline-block;
  }

  .modal_cont .box .col_text .gotoBtn {
    font-size: calc((22 / 750) * 100vw);
  }
}

/* -----------------------------
select box
------------------------------*/
.select_wrap {
  margin-bottom: 1rem;
  color: #000;
  position: relative;
  border: 2px solid #209cff;
  border-radius: 8px;
}

.select_wrap_gp {
  display: flex;
  flex-wrap: wrap;
}

.select_wrap_gp .select_wrap {
  width: 100%;
  margin: 0 auto;
}

.select_wrap_gp .select_wrap.half {
  width: 49%;
  margin: 0 auto;
}

select {
  font-size: 1.1rem;
  padding: 0 45px 0 5px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}

select::-ms-expand {
  display: none;
}

.select_wrap:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  width: 22px;
  height: 13px;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  background: url("../../img/ev/arw_select.png") 0 0/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .select_wrap {
    margin-bottom: 2.5vw;
    position: relative;
    border: 2px solid #209cff;
    border-radius: 5px;
  }

  select {
    padding: 0 25px 0 5px;
    font-size: calc((35 / 850) * 70vw);
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
  }

  select::-ms-expand {
    display: none;
  }

  .select_wrap:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
    width: 14px;
    height: 8px;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    background: url("../../img/ev/arw_select.png") 0 0/100% no-repeat;
  }
}

@media screen and (max-width: 840px) {
  .select_wrap_gp .select_wrap.half {
    width: 100%;
    margin-bottom: 2.5vw;
  }

  .select_wrap_gp .select_wrap.half:last-child {
    margin-bottom: unset;
  }
}

select.noSelect {
  pointer-events: none;
}

.select_wrap.noSelect:after {
  content: none;
}

.modal_cont .btn_wrap {
  width: 95%;
}

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

.footer_modal {
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__body {
  position: relative;
  width: 90%;
  height: 80%;
  background: var(--pure-white);
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .modal__body {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .modal__body {
    padding: 90px 70px 80px;
    max-width: 1240px;
    max-height: 800px;
  }
}

.modal__close {
  cursor: pointer;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .modal__close {
    top: 20px;
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .modal__close {
    top: 5.3333333333vw;
    right: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}

.footer_modal {
  overflow-y: scroll;
}

.footer_modal.active {
  z-index: 1000;
  opacity: 1;
}

.footLower .item {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.footLower .item:hover {
  cursor: pointer;
  color: #acacac;
}

/* # sourceMappingURL=shokuikisp_main_top.css.map */
