@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

.c-btn {
  border: none;
  border-radius: 8px;
  color: #1A1A1A;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 2rem 1.25rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
  max-width: 23.75rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-btn:hover {
  opacity: 0.8;
}

.c-btn.c-btn--gold {
  background-image: url(/images/common/btn-gold.png);
}

.c-btn.c-btn--silver {
  background-image: url(/images/common/btn-silver.png);
}

.c-lead {
  margin-inline: auto;
  width: 100%;
  max-width: 50rem;
}

.c-lead__text {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.625;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-pagebtn {
  margin-top: 6.25rem;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}

.c-pagebtn__btn {
  max-width: 8.5625rem;
  width: 100%;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.5;
  padding-block: 1.125rem;
  border-radius: 0.5rem;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}

.c-pagebtn__btn--prev {
  background: linear-gradient(135deg, #b4b4b4 0%, #eaeaea 50%, #bebebe 100%);
}

.c-pagebtn__btn--prev::before {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(/images/common/btn-arrow-prev.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-pagebtn__btn--next {
  background: linear-gradient(135deg, #E8BB70 0%, #E8D0A5 50%, #D6AC63 100%);
}

.c-pagebtn__btn--next::after {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(/images/common/btn-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-title {
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #E8BB70;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}

.c-title.c-title--deepgold {
  color: #815E11;
}

.sub-mv {
  position: relative;
  height: 22.5rem;
}

.sub-mv__title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.5rem;
  line-height: 1;
  color: #E8BB70;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}

.sub-mv__img {
  height: inherit;
}

.sub-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv.mv--benz {
  background-image: url(/images/benz/mv-benz.jpg);
}

.shop.shop--benz {
  background-image: url(/images/benz/shop-bg-benz.jpg);
}

.c-title.c-title--benz,
.shop__subtitle.shop__subtitle--benz,
.shop__company.shop__company--benz,
.faq__question.faq__question--benz {
  color: #DBB96E;
}

.shop__subtitle.shop__subtitle--benz::after {
  background-color: #DBB96E;
}

.shop__card.shop__card--benz {
  background-color: #1F0000;
  border-color: #DBB96E;
}

.contact__form-body.contact__form-body--benz {
  background-color: #F7F2F2;
}

.contact__form-input.contact__form-input--benz input,
.contact__form-input.contact__form-input--benz select {
  border-color: #450407;
}

.contact__form-select.contact__form-select--benz select {
  background-image: url(/images/benz/form-arrow-benz.png);
}

.contact__form-select.contact__form-select--benz select {
  border-color: #450407;
}

.contact__form-textarea.contact__form-textarea--benz textarea {
  border-color: #450407;
}

.faq.faq--benz {
  background-color: #1F0000;
}

.voice.voice--benz .voice__comment {
  margin-top: 1.25rem;
}

.voice.voice--benz .voice__rating-wrap {
  margin-top: 0.3125rem;
}

.voice.voice--benz .voice__car {
  line-height: 1.45;
}

.voice.voice--benz .voice__image img {
  aspect-ratio: 250/168;
}

.voice__card-content.voice__card-content--benz {
  padding-top: 1.875rem;
  padding-bottom: 2.8125rem;
}

.voice.voice--benz .voice__bottom {
  margin-top: 5rem;
}

.result.result--benz {
  background-color: #1F0000;
  padding-bottom: 9.375rem;
}

.result__lead.result__lead--benz {
  margin-top: 1.25rem;
}

.result__cards.result__cards--benz .result__note {
  padding-right: 1.375rem;
}

.result__cards.result__cards--benz .result__content {
  flex: 0;
}

.mv__content.mv__content--benz {
  margin-top: 8.75rem;
}

.mv__description-span.mv__description-span--benz {
  font-size: 1rem;
}

.mv__buttons.mv__buttons--benz {
  margin-top: 1.4375rem;
}

.intro.intro--benz {
  padding-top: 0;
  background-color: #1F0000;
  position: relative;
}

.intro.intro--benz::after {
  background-image: url(/images/benz/intro-bottom-benz.png);
}

.intro__inner.intro__inner--benz.inner {
  margin-top: 7.1875rem;
}

.intro__text-wrap.intro__text-wrap--benz {
  margin-top: 1.5625rem;
}

.intro__text.intro__text--benz {
  text-align: center;
}

.intro__button-wrap.intro__button-wrap--benz {
  background-color: rgba(255, 255, 255, 0.14);
  max-width: 56rem;
  padding-top: 2.1875rem;
}

.intro__content.intro__content--benz {
  max-width: 77.5rem;
}

.intro__brand.intro__brand--benz {
  color: rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.mv.mv--bmw {
  background-image: url(/images/bmw/mv-bmw.jpg);
}

.shop.shop--bmw {
  background-image: url(/images/bmw/shop-bg-bmw.jpg);
}

.c-title.c-title--bmw,
.shop__subtitle.shop__subtitle--bmw,
.shop__company.shop__company--bmw,
.faq__question.faq__question--bmw {
  color: #DBB96E;
}

.shop__subtitle.shop__subtitle--bmw::after {
  background-color: #DBB96E;
}

.shop__card.shop__card--bmw {
  background-color: #021127;
  border-color: #DBB96E;
}

.contact__form-body.contact__form-body--bmw {
  background-color: #E5ECF5;
}

.contact__form-input.contact__form-input--bmw input,
.contact__form-input.contact__form-input--bmw select {
  border-color: #002043;
}

.contact__form-select.contact__form-select--bmw select {
  background-image: url(/images/bmw/form-arrow-bmw.png);
}

.contact__form-select.contact__form-select--bmw select {
  border-color: #002043;
}

.contact__form-textarea.contact__form-textarea--bmw textarea {
  border-color: #002043;
}

.faq.faq--bmw {
  background-color: #021127;
}

.voice.voice--bmw .voice__comment {
  margin-top: 1.25rem;
}

.voice.voice--bmw .voice__rating-wrap {
  margin-top: 0.3125rem;
}

.voice.voice--bmw .voice__car {
  line-height: 1.45;
}

.voice.voice--bmw .voice__image img {
  aspect-ratio: 250/168;
}

.voice__card-content.voice__card-content--bmw {
  padding-top: 1.875rem;
  padding-bottom: 2.8125rem;
}

.voice.voice--bmw .voice__bottom {
  margin-top: 5rem;
}

.result.result--bmw {
  background-color: #021127;
  padding-bottom: 9.375rem;
}

.result__lead.result__lead--bmw {
  margin-top: 1.25rem;
}

.result__cards.result__cards--bmw .result__note {
  padding-right: 1.375rem;
}

.mv__content.mv__content--bmw {
  margin-top: 8.75rem;
}

.mv__description-span.mv__description-span--bmw {
  font-size: 1rem;
}

.mv__buttons.mv__buttons--bmw {
  margin-top: 1.4375rem;
}

.intro.intro--bmw {
  padding-top: 0;
  background-color: #021127;
  position: relative;
  padding-bottom: 0;
}

.intro.intro--bmw::after {
  background-image: url(/images/bmw/intro-bottom-bmw.png);
}

.intro__inner.intro__inner--bmw.inner {
  margin-top: 7.1875rem;
}

.intro.intro--bmw .c-title.intro__title {
  line-height: 1.25;
}

.intro__text-wrap.intro__text-wrap--bmw {
  margin-top: 2rem;
}

.intro__text.intro__text--bmw {
  text-align: center;
}

.intro__button-wrap.intro__button-wrap--bmw {
  background-color: rgba(255, 255, 255, 0.14);
  max-width: 56rem;
  padding-top: 2.1875rem;
}

.intro__content.intro__content--bmw {
  max-width: 77.5rem;
}

.intro__brand.intro__brand--bmw {
  color: rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.point.point--bmw {
  background-color: #021127;
  background-image: url(/images/bmw/point-bg-bmw.png);
  background-position: top center;
  background-size: cover;
  padding-top: 12.1875rem;
}

.breadcrumb {
  margin-top: 0.9375rem;
  position: relative;
  z-index: 10;
}

.breadcrumb__inner.inner {
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
}

.breadcrumb__item {
  font-size: max(10px, 0.75rem);
  font-weight: 400;
}

.breadcrumb__link {
  text-decoration: none;
}

.breadcrumb__text {
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
}

.breadcrumb__text--current {
  color: #fff;
}

.breadcrumb__separator {
  display: inline-block;
  width: 0.625rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.breadcrumb__separator::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.8125rem;
  margin-left: 0.25rem;
  background-color: currentColor;
  transform: rotate(30deg);
  transform-origin: center center;
}

.comparison {
  background-color: #000;
  margin-top: -2.5rem;
  padding-bottom: 9.375rem;
  background-image: url(/images/top/comparison-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  position: relative;
}

.comparison__head {
  text-align: center;
}

.comparison__lead {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.7142857143;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  margin-top: 2.3125rem;
}

.comparison__table-wrap {
  margin-top: 4.1875rem;
}

.comparison__grid {
  display: grid;
  grid-template-columns: 10rem 23.75rem 22.5rem 18.3125rem;
  -moz-column-gap: 0.1875rem;
       column-gap: 0.1875rem;
  border-radius: 0.625rem;
  margin-inline: auto;
  max-width: 75rem;
}

.comparison__cell {
  padding-inline: 0.9375rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1;
  background-color: #EFEFEF;
  line-height: 1.5;
  border-top: 3px solid #000;
  display: flex;
  align-items: center;
  height: 3.9375rem;
}

.comparison__cell.comparison__cell--highlighthead {
  background-color: #D1C094;
  border-top: 4px solid #815E11;
  border-left: 4px solid #815E11;
  border-right: 4px solid #815E11;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #815E11;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  justify-content: center;
}

.comparison__cell.comparison__cell--head {
  background-color: #CBCBCB;
  font-weight: 500;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: none;
  justify-content: center;
}

.comparison__cell.comparison__cell--highlight {
  background-color: #F4EBD4;
  border-left: 4px solid #815E11;
  border-right: 4px solid #815E11;
  font-weight: 500;
}

.comparison__cell.comparison__cell--bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.comparison__cell.comparison__cell--highlightbottom {
  background-color: #F4EBD4;
  border-left: 4px solid #815E11;
  border-right: 4px solid #815E11;
  border-bottom: 4px solid #815E11;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.comparison__buttons {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4rem;
}

.comparison__button {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.4545454545;
  padding: 1.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-image: url(/images/common/btn-gold.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 27.5rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  border-radius: 8px;
}

.comparison__button span {
  font-size: 1rem;
  font-weight: 500;
}

.comparison__button::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  background-image: url(/images/common/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact {
  background-color: #fff;
  padding-top: 9.375rem;
  padding-bottom: 13.75rem;
}

.contact__note {
  margin-top: 1.5625rem;
  font-size: 0.875rem;
  color: #1A1A1A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.7142857143;
  text-align: center;
}

.contact__form-body {
  margin-top: 3.5rem;
  background-color: #FCF6E8;
  border-radius: 10px;
  padding: 5.6875rem 0 4.6875rem;
  max-width: 70rem;
  width: 100%;
  margin-inline: auto;
}

.contact__form-inner {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.contact__title {
  font-size: 1.5625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.44;
  color: #1A1A1A;
}

.contact__form {
  margin-top: 3.75rem;
}

.contact__form-wrap {
  display: flex;
  align-items: flex-start;
}

.contact__form-wrap + .contact__form-wrap {
  margin-top: 2.625rem;
}

.contact__form-wrap.contact__form-wrap--radio {
  margin-top: 1.875rem;
}

.contact__form-wrap.contact__form-wrap--radio + .contact__form-wrap {
  margin-top: 2.375rem;
}

.contact__form-wrap.contact__form-wrap--radio .contact__form-label {
  margin-top: 0.625rem;
}

.contact__form-wrap--checkbox,
.contact__form-wrap--textarea {
  align-items: flex-start;
}

.contact__form-label {
  max-width: 13.75rem;
  width: 100%;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.75;
}

.contact__form-label span {
  display: block;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #815E11;
}

.contact__form-input {
  flex: 1;
}

.contact__form-input input,
.contact__form-input select {
  width: 100%;
  padding: 0.9375rem 1rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.5555555556;
  background-color: #fff;
  border: 1px solid #815E11;
  border-radius: 8px;
}

.contact__form-input select:invalid,
.contact__form-input select:has(option[value=""]:checked) {
  color: #8B8B8B;
}

.contact__form-input select option {
  color: #1A1A1A;
}

.contact__form-input input:focus,
.contact__form-input select:focus {
  outline: none;
}

.contact__form-textarea {
  flex: 1;
}

.contact__form-textarea textarea {
  width: 100%;
  height: 20.3125rem;
  padding: 1rem;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #815E11;
  border-radius: 8px;
  resize: none;
}

.contact__form-textarea textarea:focus {
  outline: none;
}

.contact__form-privacy {
  margin-top: 4.0625rem;
  text-align: center;
}

.contact__form-privacy input {
  display: none;
}

.contact__form-privacy span {
  position: relative;
  padding-left: 1.625rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
}

.contact__form-privacy span::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #fff;
  border: 1px solid #815E11;
}

.contact__form-privacy input:checked + span::after {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0.125rem;
  width: 0.625rem;
  height: 0.3125rem;
  border-left: 2px solid #815E11;
  border-bottom: 2px solid #815E11;
  transform: rotate(-45deg);
}

.contact__form-privacy span a {
  text-decoration: underline;
}

.contact__form-submit {
  position: relative;
  margin-top: 1.25rem;
  max-width: 40.625rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  transition: opacity 0.3s;
}

.contact__form-submit:hover {
  opacity: 0.8;
}

.contact__form-submit input {
  position: relative;
  z-index: 2;
  max-width: 40.625rem;
  width: 100%;
  padding: 2rem 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #1A1A1A;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.contact__form-submit input:focus {
  outline: none;
}

.contact__form-submit-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-image: url(/images/common/contact-btn-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact__form-radio {
  display: flex;
  gap: 1.25rem;
  margin-top: 1rem;
}

.contact__form-radio label {
  display: inline-block;
  position: relative;
  padding-left: 2.125rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #1A1A1A;
  cursor: pointer;
}

.contact__form-radio input {
  display: none;
}

.contact__form-radio input + span {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.contact__form-radio input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.875rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #815E11;
  border-radius: 50%;
}

.contact__form-radio input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5625rem;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  background: #815E11;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}

.contact__form-radio input:checked + span::after {
  opacity: 1;
}

.contact__form-select {
  width: 100%;
}

.contact__form-select select {
  width: 100%;
  padding: 0.9375rem 3.125rem 0.9375rem 1rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.5555555556;
  background-color: #fff;
  border: 1px solid #815E11;
  border-radius: 8px;
  background-image: url(/images/common/form-arrow.png);
  background-repeat: no-repeat;
  background-size: 0.625rem;
  background-position: right 0.9375rem center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.contact__form-select select:invalid,
.contact__form-select select:has(option[value=""]:checked) {
  color: #8B8B8B;
}

.contact__form-select select option {
  color: #1A1A1A;
}

.contact__form-select select::-ms-expand {
  display: none;
}

.contact__form-select select:focus {
  outline: none;
}

.faq {
  background-color: #000;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-image: url(/images/top/faq-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq__head {
  text-align: center;
}

.faq__lead {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1.7142857143;
  margin-top: 1.875rem;
}

.faq__list {
  border-top: 1px dashed #717171;
  margin-top: 4.0625rem;
  max-width: 70rem;
  margin-inline: auto;
}

.faq__item {
  padding-block: 0.90625rem;
  border-bottom: 1px dashed #444;
}

.faq__question {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #E8BB70;
  letter-spacing: 0;
  line-height: 1.45;
}

.faq__answer {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

.faq__note {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: center;
  margin-top: 2.5rem;
}

.footer {
  background-color: #000;
  color: #fff;
  padding-top: 1.875rem;
}

.footer__inner.inner {
  max-width: 78.125rem;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.625rem;
}

.footer__info {
  width: 60%;
}

.footer__logo-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.footer__logo {
  max-width: 12.5rem;
  width: 100%;
}

.footer__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 200/72;
}

.footer__title {
  font-size: 1.5625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.44;
}

.footer__operator {
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #E8BB70;
  letter-spacing: 0;
  line-height: 1.4444444444;
  margin-top: 1.125rem;
}

.footer__address {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin-top: 0.625rem;
}

.footer__links {
  margin-top: 0.9375rem;
  display: flex;
  gap: 1.25rem;
}

.footer__links li a {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4285714286;
  position: relative;
  padding-left: 0.6875rem;
}

.footer__links li a::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 5px;
  background-color: #E8BB70;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer__cta {
  width: 40%;
  text-align: right;
  margin-top: 2.3125rem;
}

.footer__tel {
  margin-right: 0.875rem;
  font-size: 2.1875rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4571428571;
}

.footer__button {
  display: inline-block;
  background-image: url(/images/common/btn-gold.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #1A1A1A;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.75;
  padding: 1.75rem 6.875rem;
  margin-top: 0.375rem;
  text-align: center;
  max-width: 23.75rem;
  width: 100%;
  border-radius: 8px;
}

.footer__update {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2;
}

.footer__copyright {
  background-color: #815E11;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  width: 100%;
}

.footer__copyright-text {
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  max-width: 75rem;
  width: 100%;
  display: block;
  margin-inline: auto;
  text-align: left;
}

.header {
  height: 6.875rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1.25rem;
  margin: 0 auto;
  width: 100%;
}

.header__left {
  width: clamp(329px, 329px + 363 * (100vw - 768px) / 672, 692px);
  padding-left: clamp(0px, (100vw - 768px) / 672 * 60, 3.75rem);
  display: flex;
  align-items: center;
  gap: clamp(10px, 10px + 22 * (100vw - 768px) / 672, 1.875rem);
}

.header__logo {
  max-width: 12.5rem;
  width: 100%;
}

.header__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 200/72;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__title {
  font-size: clamp(12px, 12px + 10 * (100vw - 768px) / 672, 1.375rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4545454545;
}

.header__right {
  display: flex;
  flex-direction: column;
  width: clamp(390px, 390px + 302 * (100vw - 768px) / 672, 692px);
}

.header__right-top {
  display: flex;
  justify-content: flex-end;
}

.header__tel {
  font-size: clamp(11px, 11px + 13 * (100vw - 768px) / 672, 1.5rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4583333333;
  margin-top: 0.625rem;
}

.header__buttons {
  display: flex;
  gap: 0.625rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.header__button {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-inline: clamp(8px, 8px + 12 * (100vw - 768px) / 672, 1.25rem);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 0.5px solid #DED4B8;
  background-image: url(/images/common/btn-gold.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 11.25rem;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__button.header__button--line {
  background-image: none;
  background-color: #2E2E2E;
  color: #fff;
  border: 0.5px solid #CBCBCB;
  gap: 0.6875rem;
}

.header__button.header__button--line::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/images/common/icon-line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header__nav {
  display: block;
  margin-top: 1.25rem;
  padding-right: 2.8125rem;
}

.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__nav-item a {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  padding-inline: clamp(5px, 5px + 10 * (100vw - 768px) / 672, 0.9375rem);
}

.header__hamburger {
  margin-left: 1.5625rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding-inline: 0;
  position: relative;
  z-index: 1000;
  width: 35px;
}

.header__hamburger p {
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}

.header__hamburger-open {
  display: block;
}

.header__hamburger.is-open .header__hamburger-open {
  display: none;
}

.header__hamburger-close {
  display: none;
}

.header__hamburger.is-open .header__hamburger-close {
  display: block;
}

.header__hamburger span {
  width: 30px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: 32px;
}

.header__hamburger span:nth-of-type(2) {
  top: 40px;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 36px;
  transform: translateX(-50%) rotate(15deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  top: 36px;
  transform: translateX(-50%) rotate(-15deg);
}

.header__drawer {
  position: fixed;
  inset: 0;
  background-color: #000000;
  flex-direction: column;
  padding-top: 5.5rem;
  padding-inline: 1.25rem;
  width: 30rem;
  height: 100vh;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: -120%;
  overflow-y: scroll;
  scrollbar-width: none;
  transition: 0.6s;
}

.header__drawer.is-open {
  right: 0;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-list {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 20.25rem;
  margin-inline: auto;
  width: 100%;
}

.header__drawer-item a {
  display: block;
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4545454545;
  text-decoration: none;
  padding-bottom: 1.125rem;
  padding-top: 0.75rem;
  border-bottom: 1px dashed #717171;
  padding-left: 0.125rem;
}

.header__drawer-buttons {
  margin-top: 3.75rem;
  max-width: 20rem;
  width: 100%;
  margin-inline: auto;
}

.header__drawer-button.c-btn {
  min-width: unset;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  font-size: 0.875rem;
}

.header__drawer-button.c-btn.c-btn--gold {
  background-size: cover;
}

.header__drawer-button.c-btn--line {
  margin-top: 0.9375rem;
  background-image: none;
  background-color: #2E2E2E;
  color: #fff;
  border: 0.5px solid #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.header__drawer-button.c-btn--line::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/images/common/icon-line.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* SP用 */

.inner {
  max-width: 80rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
  width: 100%;
}

.intro-feature {
  margin-top: 4.375rem;
}

.intro-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}

.intro-feature__item {
  max-width: 23.75rem;
  width: 100%;
}

.intro-feature__image {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
}

.intro-feature__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/280;
  -o-object-fit: contain;
     object-fit: contain;
}

.intro-feature__title {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #DBB96E;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
}

.intro-feature__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.7142857143;
}

.intro {
  position: relative;
  background-color: #000;
  padding-top: 9.375rem;
  padding-bottom: 8.125rem;
  overflow: hidden;
}

.intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/images/top/intro-bgbottom.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.intro__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.intro__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  opacity: 0.5;
}

.intro__video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.intro__inner.inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  padding-inline: 0;
}

.intro__content {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
}

.intro__text-wrap {
  margin-top: 3.125rem;
}

.intro__text {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.625;
}

.intro__button-wrap {
  margin-top: 3.75rem;
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.14);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border: 1px solid #D1C094;
  text-align: center;
}

.intro__note {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 1.875rem;
  text-align: center;
}

.intro__brand-wrap {
  margin-top: 2.5625rem;
}

.intro__brand {
  font-size: 5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0;
  line-height: 1.45;
  white-space: nowrap;
}

.intro__brand--left {
  text-align: left;
}

.intro__brand--right {
  text-align: right;
}

.mv {
  position: relative;
  width: 100%;
  background-image: url(/images/top/mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100svh;
  min-height: 34.375rem;
}

.mv__inner.inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  height: inherit;
  min-height: inherit;
}

.mv__content {
  margin-top: 9.375rem;
  overflow: hidden;
}

.mv__catch {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #E8BB70;
  letter-spacing: 0;
  line-height: 1.4583333333;
}

.mv__subcatch {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.5;
}

.mv__body {
  padding-bottom: 2.75rem;
  width: 100%;
}

.mv__description {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4375rem;
  font-weight: 600;
  color: #E8BB70;
  letter-spacing: 0;
  line-height: 1.652173913;
}

.mv__description-span {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4444444444;
}

.mv__buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-top: 0.875rem;
}

.point {
  padding-top: 6.25rem;
  padding-bottom: 3.9375rem;
  background-image: url(/images/common/sub-point-bg.png);
  background-size: contain;
  background-position: top -18.75rem center;
  background-repeat: no-repeat;
  z-index: 5;
  position: relative;
}

.point.point--benz {
  background-color: #1F0000;
}

.point__inner.inner {
  max-width: 78.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5625rem;
}

.point__head {
  text-align: center;
}

.point__lead {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.7142857143;
}

.point__title .point__title-line:first-of-type {
  display: block;
}

.point__cards {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem;
}

.point__card {
  padding-top: 2.5rem;
  padding-inline: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #D1C094;
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 22.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.point__card-title {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #DBB96E;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  min-height: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point__card-text {
  margin-top: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.7142857143;
  flex: 1;
  min-height: 0;
}

.point__card-text[style*="height:"] {
  flex: 0 0 auto;
}

.point__card-point {
  margin-top: 1.5625rem;
  padding-top: 0.3125rem;
  border-top: 0.0625rem dashed #DBB96E;
  flex: 1 1 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.point__card-point-title {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.5;
}

.point__card-point-title::before {
  content: "";
  background-image: url(/images/common/point-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1.1875rem;
  height: 1.4375rem;
  margin-right: 0.5rem;
}

.point__card-point-text {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.5;
  flex: 1;
}

.point__button-wrap {
  margin-top: 5rem;
  text-align: center;
}

.reason {
  position: relative;
  background-color: #000;
  padding-top: 6.5rem;
  padding-bottom: 16.25rem;
}

.reason::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/images/top/reason-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.reason__inner.inner {
  position: relative;
  z-index: 1;
  max-width: 80.625rem;
}

.reason__head {
  text-align: center;
}

.reason__lead {
  font-size: 1.25rem;
  font-weight: 500;
  color: #E8BB70;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1.45;
  margin-top: 0.625rem;
  text-align: center;
}

.reason__text {
  font-size: 0.875rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0;
  margin-top: 1.875rem;
}

.reason__list {
  display: flex;
  gap: 3.125rem;
  justify-content: center;
  margin-top: 4.375rem;
}

.reason__item {
  width: 100%;
  max-width: 23.75rem;
  text-align: center;
}

.reason__img {
  position: relative;
}

.reason__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.reason__label {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #E8BB70;
  line-height: 1.45;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.reason__label.reason__label--2r {
  bottom: 0.8125rem;
}

.reason__caption {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dashed #fff;
}

.reason__caption span {
  font-size: 0.875rem;
}

.reason__desc {
  font-size: 0.875rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7142857143;
  margin-top: 0.9375rem;
  text-align: left;
}

.reason__button-wrap {
  margin-top: 5rem;
  text-align: center;
}

.result {
  background-color: #000;
  padding-top: 9.375rem;
  padding-bottom: 7.25rem;
  background-image: url(/images/common/sub-result-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.result__inner.inner {
  max-width: 80.625rem;
}

.result__head {
  text-align: center;
}

.result__lead {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.7142857143;
}

.result__cards {
  margin-top: 4.375rem;
  display: flex;
  gap: 3.125rem;
  justify-content: center;
}

.result__card {
  width: 100%;
  max-width: 23.75rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.result__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.result__image {
  position: relative;
}

.result__image img {
  width: 100%;
  height: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  aspect-ratio: 380/285;
}

.result__label {
  width: 100%;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.result__label--benz {
  background-color: #450407;
}

.result__label--bmw {
  background-color: #002043;
}

.result__name {
  margin-top: 0.875rem;
  font-size: 1.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4545454545;
  text-align: center;
}

.result__price-box {
  margin-top: 1.25rem;
  display: flex;
  align-items: baseline;
  border-bottom: 1px dashed #fff;
  padding-bottom: 1.25rem;
}

.result__price,
.result__market {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.result__price {
  color: #fff;
}

.result__market {
  color: #8B8B8B;
  padding-left: 0.625rem;
}

.result__price span {
  color: #E8BB70;
  font-size: 2.0625rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}

.result__market span {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  padding-left: 0.125rem;
}

.result__price span.result__price-small {
  font-size: 1.375rem;
}

.result__market span.result__market-small {
  font-size: 0.875rem;
}

.result__price-separator {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin-inline: 0.625rem;
  line-height: 1;
}

.result__spec {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  margin-top: 0.9375rem;
  display: flex;
  gap: 1.25rem;
  border-bottom: 1px dashed #fff;
  padding-bottom: 0.625rem;
}

.result__spec p span {
  font-weight: 500;
  padding-left: 0.125rem;
}

.result__detail {
  font-size: 1rem;
  color: #fff;
  margin-top: 0.9375rem;
  border-bottom: 1px dashed #fff;
  padding-bottom: 0.9375rem;
  display: flex;
  flex: 1;
}

.result__detail-title {
  flex-shrink: 0;
  font-weight: 400;
}

.result__detail-text {
  margin-left: 0.3125rem;
  font-weight: 500;
  line-height: 1.5;
}

.result__point {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 0.8125rem;
  position: relative;
  display: flex;
  align-items: center;
}

.result__point::before {
  content: "";
  background-image: url(/images/common/point-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1.1875rem;
  height: 1.4375rem;
  margin-right: 0.5rem;
}

.result__note {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 1.6875rem;
}

.result__button-wrap {
  margin-top: 5rem;
  text-align: center;
}

.s-purchase {
  margin-top: 4.5625rem;
  padding-bottom: 13.75rem;
}

.s-purchase__inner.inner {
  padding-inline: 1.25rem;
}

.s-purchase__contents {
  margin-top: 4.6875rem;
}

.s-purchase__tabs {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  border-bottom: 1px solid #D1C094;
}

.s-purchase__tab {
  max-width: 38.625rem;
  width: 100%;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}

.s-purchase__tab-link {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding-top: 1.0625rem;
  padding-bottom: 1.5rem;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
}

a.s-purchase__tab-link {
  cursor: pointer;
}

.s-purchase__tab-link.is-active {
  cursor: default;
}

.s-purchase__tab.is-active {
  border: 1px solid #D1C094;
  border-bottom: none;
}

.s-purchase__tab-link--benz {
  background-color: #450407;
}

.s-purchase__tab-link--bmw {
  background-color: #002043;
}

.s-purchase__list.result__cards {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto auto auto auto auto auto;
  gap: 0;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}

.s-purchase__list.is-show-benz .result__card--bmw,
.s-purchase__list.is-show-bmw .result__card--benz {
  display: none;
}

.s-purchase__list .result__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 6;
  background-color: rgba(255, 255, 255, 0.14);
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.s-purchase__list .result__card:nth-child(n+4) {
  margin-top: 3.125rem;
}

.s-purchase__list .result__image {
  grid-row: 1;
}

.s-purchase__list .result__label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.s-purchase__list .result__content {
  grid-row: 2/7;
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  padding-inline: 1.5625rem;
  padding-bottom: 2.625rem;
  row-gap: 0;
  align-content: start;
}

.s-purchase__list .result__name {
  grid-row: 1;
}

.s-purchase__list .result__price-box {
  grid-row: 2;
  margin-top: 1.25rem;
  padding-bottom: 1.125rem;
}

.s-purchase__list .result__spec {
  grid-row: 3;
  margin-top: 0.9375rem;
  padding-bottom: 0.625rem;
}

.s-purchase__list .result__detail {
  grid-row: 4;
  min-height: 0;
  margin-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.s-purchase__list .result__point-wrap {
  grid-row: 5;
  min-height: 0;
  margin-top: 0.8125rem;
}

.s-purchase__list .result__point-wrap .result__point {
  margin-top: 0;
}

.s-purchase__list .result__market {
  padding-left: 0.625rem;
}

.s-purchase__list .result__market span {
  padding-left: 0.1875rem;
}

.s-purchase__list .result__detail-text {
  margin-left: 0.125rem;
}

.s-purchase__list .result__note {
  margin-top: 0;
  line-height: 1.5;
  padding-left: 1.625rem;
}

.s-voice {
  margin-top: 4.375rem;
  padding-bottom: 13.75rem;
}

.s-voice__contents {
  margin-top: 5rem;
}

.s-voice__list {
  margin-inline: auto;
  width: 100%;
  max-width: 70rem;
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}

.s-voice__card-header {
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.s-voice__card-header--bmw {
  background-color: #002043;
}

.s-voice__card-header--benz {
  background-color: #450407;
}

.s-voice__card-maker {
  font-size: 1.5625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}

.s-voice__card-body {
  background-color: #EFEFEF;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 3.75rem 3.125rem;
}

.s-voice__card-info {
  margin-top: 1.25rem;
  flex: 1;
  max-width: 33.75rem;
  width: 100%;
}

.s-voice__card-title {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.45;
  padding-bottom: 0.625rem;
  border-bottom: 1px dashed #717171;
}

.s-voice__card-text {
  margin-top: 0.8125rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.625;
}

.s-voice__card-rating {
  margin-top: 0.9375rem;
  display: flex;
  align-items: center;
}

.s-voice__card-stars {
  width: 6.25rem;
  height: auto;
  aspect-ratio: 101/17;
}

.s-voice__card-score {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1;
}

.s-voice__card-name {
  margin-left: 0.125rem;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1;
}

.s-voice__card-img {
  border-radius: 0.625rem;
  max-width: 25rem;
  width: 100%;
}

.s-voice__card-img img {
  border-radius: 0.625rem;
  width: 100%;
  aspect-ratio: 400/268;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop {
  background-color: #000;
  padding-top: 7.5rem;
  padding-bottom: 9.375rem;
  background-image: url(/images/top/shop-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shop__cards {
  margin-top: 3rem;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.shop__card {
  background-color: rgba(0, 0, 0, 0.95);
  border: 1px solid #DBB96E;
  border-radius: 10px;
  max-width: 33.75rem;
  width: 100%;
  padding-top: 1.875rem;
  padding-inline: 3.75rem;
  padding-bottom: 3.125rem;
}

.shop__subtitle {
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #E8BB70;
  letter-spacing: 0;
  line-height: 1.4545454545;
  text-align: center;
}

.shop__subtitle::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  background-color: #E8BB70;
  margin-inline: auto;
  margin-top: 0.625rem;
}

.shop__company {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #E8BB70;
  letter-spacing: 0;
  line-height: 1.4444444444;
  text-align: left;
}

.shop__body {
  margin-top: 0.625rem;
  border-bottom: 1px dotted #fff;
  padding-bottom: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.shop__postal {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}

.shop__contact {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.7142857143;
  text-align: left;
}

.shop__button {
  display: inline-block;
  background-color: #CBCBCB;
  color: #1A1A1A;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 0.40625rem 1rem;
  border-radius: 12px;
}

.step {
  background-color: #fff;
  padding-top: 9.375rem;
  padding-bottom: 21.875rem;
  position: relative;
}

.step__inner.inner {
  max-width: 80.625rem;
}

.step__head {
  text-align: center;
}

.step__lead {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.7142857143;
  letter-spacing: 0;
  margin-top: 0.625rem;
}

.step__content {
  margin-top: 3.75rem;
}

.step__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  position: relative;
}

.step__circle {
  max-width: 23.75rem;
  width: 100%;
  text-align: center;
  z-index: 20;
}

.step__circle img {
  width: 4.625rem;
  height: 4.625rem;
  margin-inline: auto;
}

.step__bar-line {
  flex: 1;
  height: 0.5rem;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-inline: auto;
  max-width: 54.375rem;
  width: 100%;
}

@keyframes bar-expand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.step__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 2.8125rem;
  position: relative;
  z-index: 10;
}

.step__item {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-inline: 0.9375rem;
  width: 100%;
  max-width: 23.75rem;
  text-align: center;
  padding-bottom: 4.0625rem;
  position: relative;
}

.step__item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step__line {
  width: 0.125rem;
  height: 1rem;
  background-color: #000;
  margin-bottom: 0.5rem;
}

.step__number {
  background-color: #000;
  color: #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.step__label {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.step__item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 5rem);
}

.step__item-title {
  margin-top: 2.625rem;
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #815E11;
}

.step__item-text {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 2.3125rem;
  text-align: left;
  max-width: 18.75rem;
  margin-inline: auto;
}

.step__item-note-wrap {
  margin-top: 2.5rem;
}

.step__item-note {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.5;
  background-color: #EFEFEF;
  padding: 1.25rem 1.25rem;
  border-radius: 8px;
  min-height: 6.25rem;
  max-width: 18.75rem;
  margin-inline: auto;
  text-align: left;
  display: flex;
  align-items: center;
}

.step__button-wrap {
  text-align: center;
  margin-top: 3.75rem;
  position: relative;
  z-index: 10;
}

.step__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.step__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.value {
  background-color: #000;
  overflow: hidden;
}

.value__inner.inner {
  max-width: 90rem;
  padding-inline: 0;
}

.value__cards {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.value__card {
  flex: 1 1 calc(50% - 0.625rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.value__card--benz .value__bottom {
  background-color: #4e0e0e;
}

.value__card--bmw .value__bottom {
  background-color: #0e1e4e;
}

.value__image {
  position: relative;
}

.value__image img {
  height: auto;
  width: 100%;
}

.value__catch {
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4666666667;
  color: #fff;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.value__bottom {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  text-align: center;
}

.value__text {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.75;
}

.value__button {
  margin-top: 1.5rem;
}

.voice {
  background-color: #fff;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-image: url(/images/top/voice-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.voice__inner.inner {
  max-width: 83.125rem;
}

.voice__head {
  text-align: center;
}

.voice__lead {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.7142857143;
  letter-spacing: 0;
  margin-top: 1.5625rem;
}

.voice__cards {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.voice__card {
  background-color: #EFEFEF;
  border-radius: 10px;
  max-width: 25rem;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.voice__label {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.voice__label--bmw {
  background-color: #002043;
}

.voice__label--benz {
  background-color: #450407;
}

.voice__card-content {
  padding-inline: 1.5625rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 0;
}

.voice__car {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1;
}

.voice__image {
  max-width: 15.625rem;
  margin-inline: auto;
  margin-top: 0.625rem;
}

.voice__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.voice__comment {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin-top: 1.25rem;
  max-width: 20.625rem;
  text-align: left;
  margin-inline: auto;
  flex: 1;
}

.voice__rating-wrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.voice__rating-img {
  width: 6.25rem;
  height: auto;
}

.voice__meta {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1;
}

.voice__rating {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 2.1428571429;
  padding-right: 0.3125rem;
}

.voice__button-wrap {
  margin-top: 1.5625rem;
  text-align: center;
}

.voice__bottom {
  margin-top: 4.6875rem;
  text-align: center;
}

.voice__text {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: center;
}

.js-mv-item {
  opacity: 0;
  transform: translateY(80px);
  transition-duration: 1s;
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-mv-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.mv__catch.is-show {
  transition-delay: 0s;
}

.mv__subcatch.is-show {
  transition-delay: 0.15s;
}

.js-intro-brand--left {
  opacity: 0;
  transform: translateX(-200px);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-intro-brand--left.is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-intro-brand--right {
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-intro-brand--right.is-animated {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.js-value-card--benz {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1), transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-value-card--benz.is-animated {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.js-value-card--bmw {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1), transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-value-card--bmw.is-animated {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}

.js-step-section .js-step-circle {
  opacity: 0;
  transition: opacity 1s ease;
}
.js-step-section .js-step-bar-line {
  transform: translateX(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-step-section .step__item::before {
  opacity: 0;
  transition: opacity 1s ease;
}
.js-step-section .step__item::after {
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.8s linear;
}
.js-step-section.is-animated .js-step-circle {
  opacity: 1;
  transition-delay: 0.3s;
}
.js-step-section.is-animated .js-step-bar-line {
  transform: translateX(-50%) scaleX(1);
  transition-delay: 0.8s;
}
.js-step-section.is-animated .step__item::before {
  opacity: 1;
  transition-delay: 0.3s;
}
.js-step-section.is-animated .step__item:nth-child(1)::after {
  transform: scaleY(1);
  transition-delay: 1s;
}
.js-step-section.is-animated .step__item:nth-child(2)::after {
  transform: scaleY(1);
  transition-delay: 1.8s;
}

.js-step-bg {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-step-bg.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.js-reason-item {
  opacity: 1;
  transform: translateY(0);
}


.md-show,
.br-sp {
  display: none;
}

main {
  background-color: #000;
}


/*# sourceMappingURL=style.css.map */

/* add 260307 */
.s-voice.page_detail {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 3rem;
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

.page_detail .inner {
  background-color: #fff;
  margin: 0 auto;
  min-height: 104px;
  border-radius: 10px;
  padding: 20px;
  max-width:900px;
}

.page_detail .inner .thanks-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.notfound .voice__button-wrap {
  margin-top: 3rem;
}

.voice__card-content .s-voice__card-stars {
  text-align: left;
}