@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin: 0;
}
a {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  border-style: none;
  width: 100%;
  vertical-align: top;
}
ul, ol {
  padding: 0;
}
ul li, ol li {
  list-style-type: none;
}
* {
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 897px) {
  .hide-pc {
    display: none !important;
  }
}

:root {
  --type-scale: clamp(0.8, calc(0.8 + 0.2 * (100vw - 1440px) / 480px), 1);
}

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16px * var(--type-scale));
  line-break: strict;
  line-height: 1.8;
  max-width: 100%;
  overflow-wrap: anywhere;
  overflow-x: clip;
  text-wrap: pretty;
  word-break: keep-all;
}

.wrap {
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 40px;
  position: relative;
}

.l-header {
  background: #fff;
  height: 92px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 88px 0 88px;
}
.l-header__logo img {
  height: 38px;
  width: auto;
}
.l-header__nav ul {
  align-items: center;
  display: flex;
  gap: 40px;
}
.l-header__nav a {
  color: #8b8b8b;
  font-size: calc(16px * var(--type-scale));
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
}
.l-header__cta a {
  background: #fc4c02;
  border-radius: 10px;
  color: #fff !important;
  display: inline-block;
  font-weight: 900;
  opacity: 1;
  padding: 0 16px;
}
.l-header__cta a:hover {
  opacity: 0.85;
}
.l-header__menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
}
.l-header__menu-btn span {
  background: #333;
  display: block;
  height: 2px;
  width: 24px;
}

@media screen and (max-width: 1440px) and (min-width: 1201px) {
  .l-header__inner {
    padding: 0 clamp(32px, 4.5vw, 88px);
  }
  .l-header__nav ul {
    gap: clamp(18px, calc(20px + (100vw - 1200px) * 20 / 240), 40px);
  }
}

@media screen and (max-width: 1200px) {
  .l-header__inner {
    padding: 0 24px;
  }
  .l-header__menu-btn {
    display: flex;
  }
  .l-header__nav {
    background: #fff;
    display: none;
    left: 0;
    padding: 20px 24px 28px;
    position: absolute;
    top: 92px;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .l-header__nav.is-open {
    display: block;
  }
  .l-header__nav ul {
    flex-direction: column;
    gap: 16px;
  }
  .l-header__nav a {
    white-space: normal;
  }
}

.section-title {
  color: #3a2932;
  font-size: calc(45px * var(--type-scale));
  font-weight: 700;
  isolation: isolate;
  line-height: 1.2;
  margin-bottom: calc(40px * var(--type-scale));
  position: relative;
  z-index: 0;
}
.section-title::after {
  background: #fc4c02;
  content: "";
  display: block;
  height: calc(8px * var(--type-scale));
  left: 0;
  margin-top: 0;
  position: absolute;
  top: calc(100% + 4px);
  width: 163px;
  z-index: -1;
}
.section-title--center {
  text-align: center;
}
.section-title--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.section-title--mark::after {
  content: none;
}
.section-title__line {
  display: inline-block;
  isolation: isolate;
  position: relative;
  z-index: 0;
}
.section-title__line::after {
  background: #fc4c02;
  content: "";
  display: block;
  height: calc(8px * var(--type-scale));
  left: 0;
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  z-index: -1;
}

#kv {
  --kv-pad-t: 80px;
  --kv-pad-b: 142px;
  background: #fc4c02;
  margin-top: 92px;
  overflow: hidden;
  padding: var(--kv-pad-t) 0 var(--kv-pad-b);
}
#kv .kv-inner {
  --kv-content-w: 576px;
  --kv-visual-w: 620px;
  --kv-gap: 40px;
  --kv-row-w: calc(var(--kv-content-w) + var(--kv-gap) + var(--kv-visual-w));
  --kv-title-sub: calc(34px * var(--type-scale));
  --kv-title-main: calc(72px * var(--type-scale));
  --kv-dl-label: calc(20px * var(--type-scale));
  --kv-dl-gap: 14px;
  --kv-store-w: 173px;
  --kv-store-gap: 10px;
  --kv-qr: 111px;
  --kv-note: calc(11px * var(--type-scale));
  --kv-dl-mt: calc(48px * var(--type-scale));
  --kv-badge: calc(139px * var(--type-scale));
  align-items: center;
  display: flex;
  gap: var(--kv-gap);
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  padding-left: max(48px, calc((100% - var(--kv-row-w)) / 2));
  padding-right: max(48px, calc((100% - var(--kv-row-w)) / 2));
  width: 100%;
}
.kv-content {
  flex: 0 0 var(--kv-content-w);
  max-width: var(--kv-content-w);
  min-width: 0;
}
.kv-title {
  color: #fff;
  font-weight: 700;
}
.kv-title__sub-row {
  display: block;
}
.kv-title__sub {
  display: block;
  font-size: var(--kv-title-sub);
  letter-spacing: 0.02em;
  line-height: 1.3;
  white-space: nowrap;
}
.kv-title__badge {
  display: none;
}
.kv-title__main,
.kv-title__brand {
  display: block;
  font-size: var(--kv-title-main);
  letter-spacing: 0.01em;
  line-height: 1.3;
  white-space: nowrap;
}
.kv-download {
  margin-top: var(--kv-dl-mt);
}
.kv-download__body {
  align-items: flex-start;
  display: flex;
  gap: var(--kv-dl-gap);
}
.kv-download__main {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: var(--kv-qr);
}
.kv-download__label {
  color: #fff;
  font-size: var(--kv-dl-label);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 2px;
}
.kv-download__stores {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--kv-store-gap);
}
.kv-download__stores a {
  display: block;
  flex-shrink: 0;
  width: var(--kv-store-w);
}
.kv-download__stores a:hover {
  opacity: 0.85;
}
.kv-download__qr {
  flex-shrink: 0;
  width: var(--kv-qr);
}
.kv-download__note {
  color: #fefefe;
  font-size: var(--kv-note);
  line-height: 1.41;
  margin-top: auto;
}
.kv-visual {
  flex: 0 0 var(--kv-visual-w);
  max-width: var(--kv-visual-w);
  min-width: 0;
  position: relative;
}
.kv-visual__car {
  display: block;
  width: 100%;
}
.kv-visual__badge {
  height: auto;
  left: -33%;
  position: absolute;
  top: -8px;
  width: var(--kv-badge);
  z-index: 1;
}

@media screen and (min-width: 1601px) {
  .kv-visual__badge {
    left: calc(-33% + min(14%, (100vw - 1600px) * 0.016));
    top: calc(-8px - min(48px, (100vw - 1600px) * 0.055));
  }
}

@media screen and (min-width: 1921px) {
  #kv {
    --u: calc(100vw / 1920);
    --kv-pad-t: calc(80 * var(--u));
    --kv-pad-b: calc(142 * var(--u));
  }
  #kv .kv-inner {
    --kv-content-w: calc(576 * var(--u));
    --kv-visual-w: calc(620 * var(--u));
    --kv-gap: calc(40 * var(--u));
    --kv-title-sub: calc(34 * var(--u));
    --kv-title-main: calc(72 * var(--u));
    --kv-dl-label: calc(20 * var(--u));
    --kv-dl-gap: calc(14 * var(--u));
    --kv-store-w: calc(173 * var(--u));
    --kv-store-gap: calc(10 * var(--u));
    --kv-qr: calc(111 * var(--u));
    --kv-note: calc(11 * var(--u));
    --kv-dl-mt: calc(48 * var(--u));
    --kv-badge: calc(139 * var(--u));
    max-width: none;
    padding-left: calc((100% - var(--kv-row-w)) / 2);
    padding-right: calc((100% - var(--kv-row-w)) / 2);
  }
}

@media screen and (max-width: 1440px) and (min-width: 769px) {
  #kv {
    --u: calc(100vw / 1440);
    --kv-pad-t: calc(80 * var(--u));
    --kv-pad-b: calc(142 * var(--u));
  }
  #kv .kv-inner {
    --kv-content-w: calc(576 * var(--u));
    --kv-visual-w: calc(620 * var(--u));
    --kv-gap: calc(40 * var(--u));
    --kv-title-sub: calc(34 * var(--u) * var(--type-scale));
    --kv-title-main: calc(72 * var(--u) * var(--type-scale));
    --kv-dl-label: calc(20 * var(--u) * var(--type-scale));
    --kv-dl-gap: calc(14 * var(--u));
    --kv-store-w: calc(173 * var(--u));
    --kv-store-gap: calc(10 * var(--u));
    --kv-qr: calc(111 * var(--u));
    --kv-note: calc(11 * var(--u) * var(--type-scale));
    --kv-dl-mt: calc(48 * var(--u) * var(--type-scale));
    --kv-badge: calc(139 * var(--u) * var(--type-scale));
    max-width: none;
    padding-left: calc(102 * var(--u));
    padding-right: calc(102 * var(--u));
  }
  .kv-visual__badge {
    top: calc(-8 * var(--u));
  }
}

@media screen and (max-width: 768px) {
  #kv {
    --kv-pad-t: 48px;
    --kv-pad-b: 48px;
    margin-top: 64px;
  }
  #kv .kv-inner {
    --kv-content-w: 100%;
    --kv-visual-w: 100%;
    --kv-gap: 28px;
    --kv-title-sub: 26px;
    --kv-title-main: 44px;
    --kv-dl-label: 18px;
    --kv-dl-gap: 12px;
    --kv-store-w: 160px;
    --kv-store-gap: 8px;
    --kv-qr: 96px;
    --kv-note: 10px;
    --kv-dl-mt: 28px;
    --kv-badge: 100px;
    align-items: stretch;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 576px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .kv-content {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .kv-title__sub,
  .kv-title__main,
  .kv-title__brand {
    white-space: normal;
  }
  .kv-title__sub-row {
    display: block;
    position: relative;
  }
  .kv-title__sub {
    display: block;
    padding-right: calc(var(--kv-badge) + 10px);
  }
  .kv-title__badge {
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: var(--kv-badge);
  }
  .kv-download__body {
    flex-wrap: wrap;
  }
  .kv-download__main {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
  }
  .kv-download__stores {
    flex-wrap: wrap;
  }
  .kv-download__qr {
    display: none;
  }
  .kv-download__note {
    margin-top: 10px;
  }
  .kv-visual {
    flex: none;
    margin: 12px auto 0;
    max-width: 100%;
    width: 100%;
  }
  .kv-visual__badge {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  #kv .kv-inner {
    --kv-title-sub: clamp(20px, 5.3vw, 26px);
    --kv-title-main: clamp(32px, 8.5vw, 44px);
    --kv-store-w: min(160px, calc(50% - 4px));
    --kv-badge: clamp(72px, 18vw, 100px);
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-about {
  background: #f5edeb;
  padding: 80px 0;
}
.section-about__inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.section-about__text {
  flex: 0 1 574px;
  min-width: 0;
}
.section-about__text p {
  color: #3a2932;
  font-size: calc(20px * var(--type-scale));
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
  overflow-wrap: anywhere;
  word-break: normal;
}
.section-about__visual {
  flex: 0 1 519px;
  min-width: 0;
}

.section-features {
  padding: 100px 0 80px;
}
.features-row {
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  row-gap: 24px;
}
.feature-block {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  min-width: 0;
}
.feature-block__title {
  color: #3a2932;
  font-size: calc(40px * var(--type-scale));
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: center;
  word-break: normal;
}
.feature-block__body {
  color: #333;
  font-size: calc(16px * var(--type-scale));
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: center;
  word-break: normal;
}
.u-phrase {
  display: inline-block;
  max-width: 100%;
}
.u-nowrap {
  white-space: nowrap;
}
.feature-block__visual {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  min-height: 0;
  position: relative;
  text-align: center;
}
.feature-block__visual > img {
  display: block;
  height: clamp(200px, 24vw, 460px);
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: auto;
}
.feature-note {
  color: #666;
  font-size: calc(13px * var(--type-scale));
  line-height: 1.6;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
  word-break: normal;
}

@supports not (grid-template-rows: subgrid) {
  .features-row {
    align-items: stretch;
    display: flex;
    gap: 60px;
    justify-content: center;
  }
  .feature-block {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 24px;
    max-width: 560px;
  }
  .feature-block__visual {
    flex: 1 1 auto;
  }
}

.section-voices {
  background: #f5edeb;
  padding: 80px 0 60px;
}
.section-voices .section-title {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.section-voices .section-title::after {
  left: 0;
  transform: none;
  width: 100%;
}
.voices-main {
  margin-top: 40px;
  overflow-x: auto;
  padding: 0 40px 18px;
  scrollbar-color: #f09a6a transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.voices-main::-webkit-scrollbar {
  height: 6px;
}
.voices-main::-webkit-scrollbar-track {
  background: transparent;
  margin: 0 40px;
}
.voices-main::-webkit-scrollbar-thumb {
  background: #f09a6a;
  border-radius: 999px;
}
.voices-main::-webkit-scrollbar-thumb:hover {
  background: #e8854f;
}
.voices-main img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: none;
  width: calc(1689px * 0.8);
}

.section-area {
  background: #fff;
  padding: 100px 0;
}
.section-area__inner {
  align-items: center;
  display: flex;
  gap: 80px;
}
.section-area__map {
  flex: 0 1 calc(803px * 0.85);
}
.section-area__text {
  flex: 0 1 572px;
}
.section-area__text p {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-size: calc(24px * var(--type-scale));
  font-weight: 500;
  line-height: 1.8;
  max-width: 100%;
}

.section-howto {
  background: #f5edeb;
  padding: 80px 0 100px;
}
.section-howto__lead {
  font-size: calc(34px * var(--type-scale));
  font-weight: 700;
  margin-bottom: 48px;
  text-align: center;
}
.howto-steps {
  display: flex;
  gap: 60px;
  justify-content: center;
}
.howto-step {
  flex: 0 0 calc(210px * 0.9);
  max-width: calc(210px * 0.9);
  min-width: 0;
  text-align: center;
  width: calc(210px * 0.9);
}
.howto-step__label {
  color: #fc4c02;
  font-size: calc(20px * var(--type-scale));
  font-weight: 900;
  margin-bottom: 16px;
}
.howto-step__screen {
  aspect-ratio: 666 / 1354;
  border-radius: 28px;
  margin-bottom: 6px;
  overflow: hidden;
  width: 100%;
}
.howto-step__screen img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.howto-step h3 {
  font-size: calc(22px * var(--type-scale));
  font-weight: 700;
  line-break: strict;
  line-height: 1.5;
  margin: 8px 0;
  overflow-wrap: normal;
  word-break: normal;
}
.howto-step p:not(.howto-step__label):not(.howto-note) {
  color: #333;
  font-size: calc(15px * var(--type-scale));
  line-break: strict;
  line-height: 1.4;
  overflow-wrap: normal;
  text-align: center;
  word-break: normal;
}
.howto-note {
  color: #666;
  font-size: calc(13px * var(--type-scale));
  line-break: strict;
  margin-top: 32px;
  overflow-wrap: normal;
  word-break: normal;
}
.howto-note--step {
  line-height: 1.3;
  margin-top: 8px;
  text-align: center;
}
.howto-step .u-phrase {
  display: inline;
}
.howto-note--right {
  text-align: right;
}
.howto-dots {
  display: none;
}

.section-faq {
  padding: 80px 0 100px;
}
.section-faq .section-title::after {
  width: auto;
  max-width: 312px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.faq-list {
  --faq-dt-pad-x: 20px;
  --faq-gap: 12px;
  --faq-q-size: calc(28px * var(--type-scale));
}
.faq-list dl {
  margin-bottom: 0;
}
.faq-list dt {
  align-items: center;
  background: #f0f0f0;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: calc(22px * var(--type-scale));
  font-weight: 700;
  gap: var(--faq-gap);
  margin-top: 27px;
  min-height: 58px;
  padding: 12px var(--faq-dt-pad-x);
  position: relative;
}
.faq-q {
  color: #ff7527;
  flex-shrink: 0;
  font-size: var(--faq-q-size);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: var(--faq-q-size);
}
.faq-list dt > span:not(.faq-q):not(.faq-icon) {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}
.faq-icon {
  background: url("../images/faq-chevron.svg") center / contain no-repeat;
  flex-shrink: 0;
  height: 34px;
  margin-left: auto;
  transform: rotate(180deg);
  transition: transform 0.3s;
  width: 58px;
}
.faq-list dl:not(.active) .faq-icon {
  transform: rotate(0);
}
.faq-list dl:not(.active) dd {
  display: none;
}
.faq-list dd {
  color: #6b6b6b;
  font-size: calc(20px * var(--type-scale));
  font-weight: 700;
  line-height: 1.9;
  padding: 16px 20px 24px calc(var(--faq-dt-pad-x) + var(--faq-q-size) + var(--faq-gap));
}

.footer {
  background: #000;
  color: #fff;
  margin-top: 0;
  padding: 80px 0 60px;
}
.footer__inner {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.footer__head {
  flex-shrink: 0;
  width: 260px;
}
.footer__logo {
  display: block;
  width: 117px;
}
.footer__logo img {
  filter: brightness(0) invert(1);
  width: 100%;
}
.footer__copy {
  color: #d9d9d9;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 18px;
}
.footer__sns {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
.footer__sns li a {
  display: block;
  width: 20px;
}
.footer__navWrap {
  display: flex;
  flex: 1;
  gap: 80px;
  justify-content: flex-end;
}
.footer__navCol h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 22px;
}
.footer__navCol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__navCol li + li {
  margin-top: 10px;
}
.footer__navCol a {
  color: #e7e7e7;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 64px 0 50px;
  }
  .footer__inner {
    gap: 40px;
  }
  .footer__navWrap {
    gap: 46px;
  }
  .footer__navCol h2 {
    font-size: 14px;
  }
  .footer__navCol a {
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 897px) {
  .feature-block__title {
    font-size: calc(34px + (40 - 34) * (100vw - 896px) / (1024 - 896));
  }
}

@media screen and (max-width: 896px) {
  body {
    font-size: 15px;
  }
  .wrap {
    padding: 0 20px;
  }
  .l-header {
    height: 64px;
  }
  .l-header__inner {
    padding: 0 20px;
  }
  .l-header__nav {
    top: 64px;
  }
  #kv {
    margin-top: 64px;
  }
  .section-title {
    font-size: 28px;
  }
  .section-about .wrap {
    padding-left: 36px;
    padding-right: 36px;
  }
  .section-about__inner,
  .features-row {
    flex-direction: column;
  }
  .section-about__inner {
    gap: 32px;
  }
  .section-about__text {
    flex: none;
    text-align: center;
    width: 100%;
  }
  .section-about__text .section-title {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .section-about__text .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .section-about__visual {
    flex: none;
    line-height: 0;
    max-width: 519px;
    width: 100%;
  }
  .section-about__visual img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  .section-area__inner {
    display: grid;
    gap: 28px;
    grid-template-areas:
      "title"
      "map"
      "body";
  }
  .section-area__map {
    flex: none;
    grid-area: map;
    margin: 0 auto;
    max-width: calc(420px * 0.85);
    width: 100%;
  }
  .section-area__text {
    display: contents;
  }
  .section-area__text .section-title {
    grid-area: title;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: fit-content;
  }
  .section-area__text .section-title .u-nowrap {
    white-space: normal;
  }
  .section-area__text p {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    grid-area: body;
    max-width: 100%;
    min-width: 0;
  }
  .section-area__text p .u-nowrap {
    white-space: nowrap;
  }
  .section-howto__lead {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .features-row {
    display: flex;
    align-items: stretch;
    gap: 48px;
  }
  .feature-block {
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 24px;
    grid-row: auto;
    max-width: 100%;
    width: 100%;
  }
  .feature-block__visual {
    align-items: center;
  }
  .feature-block__visual > img {
    height: clamp(240px, 48vw, 340px);
  }
  .feature-block--price .feature-block__visual > img.hide-pc {
    height: clamp(165px, 33vw, 230px);
  }
  .feature-block__title {
    font-size: 22px;
  }
  .howto-steps {
    flex-direction: row;
    gap: 28px;
    justify-content: flex-start;
    margin: 0 -20px;
    overflow-x: auto;
    padding: 0 40px 4px;
    scroll-padding-inline: 40px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .howto-steps::-webkit-scrollbar {
    display: none;
  }
  .howto-step {
    flex: 0 0 calc(210px * 0.9);
    margin: 0;
    max-width: calc(210px * 0.9);
    scroll-snap-align: center;
    width: calc(210px * 0.9);
  }
  .howto-dots {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
  }
  .howto-dots__item {
    appearance: none;
    background: #d9cfcb;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 8px;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
    width: 8px;
  }
  .howto-dots__item.is-active {
    background: #fc4c02;
    transform: scale(1.15);
  }
  .faq-list {
    --faq-dt-pad-x: 18px;
    --faq-gap: 10px;
    --faq-q-size: 20px;
  }
  .faq-list dt {
    font-size: 16px;
    min-height: 52px;
    padding: 14px var(--faq-dt-pad-x);
  }
  .faq-q {
    font-size: var(--faq-q-size);
  }
  .faq-icon {
    height: 22px;
    width: 22px;
  }
  .faq-list dd {
    font-size: 15px;
    padding: 12px 18px 20px calc(var(--faq-dt-pad-x) + var(--faq-q-size) + var(--faq-gap));
  }
  .footer {
    padding: 42px 0 36px;
  }
  .footer__inner {
    flex-direction: column;
    gap: 34px;
  }
  .footer__head {
    width: 100%;
  }
  .footer__logo {
    width: 92px;
  }
  .footer__copy {
    font-size: 10px;
    margin-top: 14px;
  }
  .footer__sns {
    margin-top: 20px;
  }
  .footer__sns li a {
    width: 18px;
  }
  .footer__navWrap {
    flex-wrap: wrap;
    gap: 24px 30px;
    justify-content: flex-start;
  }
  .footer__navCol {
    width: calc((100% - 30px) / 2);
  }
  .footer__navCol h2 {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .footer__navCol a {
    font-size: 11px;
  }
}
