body {
  background-color: #f5f5f5;
  font-family: "Noto Sans JP", serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.u-desktop {
  display: none;
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

/* 電話番号発信 */

/* リンク */

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

/* Global Setting */

*,
*::before,
*::after {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 0;
  scrollbar-gutter: stable;
}

/* Set core root defaults */

:where(:root) {
  word-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-style: inherit;
  font-weight: 400;
  line-break: strict;
  line-height: 1.5;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  text-rendering: optimizeLegibility;
}

:where(:root):has(:where(:modal)) {
  overflow: hidden;
}

/* Set core body defaults */

:where(body) {
  min-height: 100svb;
}

:where(h1, h2, h3, h4, h5, h6) {
  text-wrap: balance;
}

/* Remove list styles on ul, ol elements with a class attribute */

:where(ul, ol) {
  list-style: none;
}

/* A elements that don't have a class get default styles */

:where(a:not([class])) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

:where(img) {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

:where(article > * + *) {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

:where(input, button, textarea, select) {
  font: inherit;
}

/* Blur images when they have no alt attribute */

:where(img:not([alt])) {
  filter: blur(10px);
}

/* Forms */

:where(input, button, select, textarea) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

:where(textarea) {
  resize: vertical;
}

:where(input[type="checkbox"], input[type="radio"]) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

:where(input[type="submit"], input[type="button"], label, button, select) {
  cursor: pointer;
}

.layout-solution {
  margin-top: -142px;
}

.about-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.about-item:not(:last-child) {
  margin-bottom: 80px;
}

.about-item__img {
  aspect-ratio: 341/241;
  width: 100%;
}

.about-item__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-item__title {
  margin-bottom: 18px;
}

.about-item__title-number {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
  padding: 7px 9px;
}

.about-item__title-main {
  color: #d40010;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.about-item__text {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.about-item__text:not(:last-child) {
  margin-bottom: 14px;
}

.about {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 75px;
}

.about__inner.inner {
  padding-left: 26px;
  padding-right: 26px;
}

.about__title {
  margin-bottom: 42px;
}

.action {
  padding-bottom: 108px;
  padding-top: 104px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.action::before {
  background-image: -webkit-image-set(
    url(../images/cta-bg-sp.webp) type("image/webp"),
    url(../images/cta-bg-sp.jpg) type("image/jpeg")
  );
  background-image: image-set(
    url(../images/cta-bg-sp.webp) type("image/webp"),
    url(../images/cta-bg-sp.jpg) type("image/jpeg")
  );
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.action__text {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.71);
}

.action__text span {
  display: inline-block;
}

.action--blur:before {
  filter: blur(2px);
}

.button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #292929;
  border-radius: 100vmax;
  color: #090426;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  min-width: min(316px, 100%);
  padding: 16.5px 20px;
}

.button--strong {
  background-color: #d40010;
  color: #f4f4f4;
}

.case-item {
  border-radius: 17px;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-rows: minmax(3.5rem, min-content) 1fr;
  overflow: clip;
}

.case-item__header {
  align-items: center;
  background-color: #d40010;
  display: grid;
  justify-items: center;
  padding: 0.25rem;
  place-items: center;
}

.case-item__title {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.case-item__body {
  align-items: start;
  background-color: #fff;
  display: grid;
  padding: 0.75rem 0.625rem 1.75rem;
  text-align: left;
}

.case-item__list-item {
  color: #000;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  padding-left: 1em;
  position: relative;
}

.case-item__list-item::before {
  content: "・";
  margin-left: -1em;
  position: absolute;
}

.case-item__list-item:not(:last-child) {
  margin-bottom: 0.375rem;
}

.case {
  background-color: #fff;
/*  padding-bottom: 196px; */
  padding-bottom: 80px;
  padding-top: 53px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.case__inner.inner {
  padding-left: 28px;
  padding-right: 28px;
}

.case::before {
  background-image: -webkit-image-set(
    url(../images/case-bg-sp.webp) type("image/webp"),
    url(../images/case-bg-sp.jpg) type("image/jpeg")
  );
  background-image: image-set(
    url(../images/case-bg-sp.webp) type("image/webp"),
    url(../images/case-bg-sp.jpg) type("image/jpeg")
  );
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.19;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.case__title {
  margin-bottom: 21px;
}

.case__lead {
  margin-bottom: 46px;
}

.case__lead-text {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.case__lead-text:not(:last-child) {
  margin-bottom: 28px;
}

.case__items {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  grid-row-gap: 1.75rem;
  column-gap: 1.5rem;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
  margin-bottom: 48px;
  row-gap: 1.75rem;
}

.case__text {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8125;
}

.case__lead-text span,
.case__text span {
  display: inline-block;
}

.case__lead-text,
.case__text {
  text-wrap: balance;
}

.compare-item {
  align-content: center;
  color: #fff;
  display: grid;
  grid-auto-rows: 1fr;
  justify-content: center;
  place-content: center;
  text-align: center;
}

.compare-item:nth-child(odd) {
  background-color: #acacac;
  grid-column: 1/2;
}

.compare-item:nth-child(even) {
  grid-column: 2/3;
}

.compare-item:nth-child(1) {
  background-color: #d40010;
}

.compare-item:nth-child(2) {
  grid-template-columns: 52.0547945205% 1fr;
}

.compare-item:nth-child(4) {
  grid-template-columns: 81.7351598174% 1fr;
}

.compare-item:nth-child(6) {
  background-color: #3a3a3a;
  grid-template-columns: 1fr;
}

.compare-item:nth-child(2) .compare-item__price {
  background-color: #d40010;
}

.compare-item:nth-child(4) .compare-item__price {
  background-color: #555;
}

.compare-item__name,
.compare-item__price {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 0.375rem 0.3125rem;
  place-items: center;
}

.compare-item__name-text {
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.compare-item__price-name {
  font-family: "Lato", sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.compare-item__price-text {
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.compare-item__price-name span,
.compare-item__name-text span {
  display: inline-block;
}

.compare-item__bg {
  background-image: -webkit-image-set(
    url(../images/price-bg.webp) type("image/webp"),
    url(../images/price-bg.png) type("image/png")
  );
  background-image: image-set(
    url(../images/price-bg.webp) type("image/webp"),
    url(../images/price-bg.png) type("image/png")
  );
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.compare {
  margin-bottom: 33px;
  position: relative;
}

.compare__title {
  margin-bottom: 27px;
}

.compare__items {
  grid-row-gap: 1.1875rem;
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 28.0757097792% 1fr;
  row-gap: 1.1875rem;
}

.compare__info {
  align-items: center;
  aspect-ratio: 1;
  background-color: #d40010;
  border-radius: 50%;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.27);
  display: grid;
  justify-items: center;
  place-items: center;
  position: absolute;
  right: 0.5625rem;
  text-align: center;
  top: -0.25rem;
  width: 5.1875rem;
}

.compare__info-text {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-top: 0.375rem;
}

.compare__info-text span {
  display: inline-block;
  font-size: 0.9375rem;
  margin-bottom: 0.0625rem;
}

.footer {
  background-color: #fff;
  padding-top: 40px;
  text-align: center;
}

.footer__content {
  margin-bottom: 35px;
}

.footer__logo {
  aspect-ratio: 2801/439;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 136px;
}

.footer__logo img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.footer__text-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.9167;
}

.footer__text span {
  display: inline-block;
}

.footer__copyright {
  align-items: center;
  background-color: #600108;
  display: flex;
  height: 57px;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.footer__copyright-text {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-right: 57px;
  text-transform: uppercase;
}

.fv {
  background-image: -webkit-image-set(
    url(../images/fv-sp.webp) type("image/webp"),
    url(../images/fv-sp.jpg) type("image/jpeg")
  );
  background-image: image-set(
    url(../images/fv-sp.webp) type("image/webp"),
    url(../images/fv-sp.jpg) type("image/jpeg")
  );
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -52px;
  overflow-x: clip;
  padding-bottom: 134px;
  padding-top: 91px;
  position: relative;
}

.fv__inner.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.fv__content {
  color: #fff;
}

.fv__lead {
  margin-bottom: 1.25rem;
}

.fv__lead-main span,
.fv__lead-sub span {
  display: inline-block;
}

.fv__lead-main {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2157;
  margin-bottom: 1.25rem;
}

.fv__lead-main .strong {
  color: #f00;
}

.fv__lead-sub {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.08;
}

.fv__text-block {
  display: flex;
  flex-wrap: wrap;
}

.fv__text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.64286;
}

.fv__text span {
  display: inline-block;
}

.fv__button {
  align-self: flex-end;
  margin-top: 2.5rem;
  max-width: 337px;
  width: 100%;
}

.header {
  height: 50px;
  position: relative;
  z-index: 1000;
}

.header__inner {
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.header__logo {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
  width: 159px;
}

.header__logo-img {
  aspect-ratio: 2801/439;
  display: block;
}

.header__logo-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.page-top-button {
  aspect-ratio: 1;
  background-color: #d40010;
  bottom: 0;
  cursor: pointer;
  position: fixed;
  right: max(0px, 50% - 700px);
  width: 57px;
  z-index: 9000;
}

.page-top-button::after {
  content: "";
  height: 10px;
  left: 55%;
  position: absolute;
  top: 45%;
  transform: rotate(-45deg) translate(-50%, -50%);
  width: 10px;
}

.page-top-button::after {
  background-image: url(../images/page-top.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
}

.preorders {
  background-color: #fff;
  padding-bottom: 88px;
  padding-top: 80px;
}

.preorders__title {
  background-color: #fff;
  margin-bottom: 23px;
}

.preorders__title .section-title__sub {
  text-align: center;
}

.preorders__text {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}

.preorders__text span {
  display: inline-block;
}

.price-title {
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 3px;
}

.price {
  background-color: #eaeaea;
  padding-bottom: 56px;
  padding-top: 52px;
}

.price__inner.inner {
  padding-left: 38px;
  padding-right: 38px;
}

.price__title {
  margin-bottom: 24px;
}

.price__lead {
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.625;
  margin-bottom: 56px;
  text-align: center;
}

.section-title__sub {
  color: #d40010;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
  text-align: left;
  text-transform: uppercase;
}

.section-title__main {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
}

.section-title__main span {
  display: inline-block;
}

.solution-button__link {
  grid-gap: 16px;
  align-items: center;
  background-color: #d40010;
  border-radius: 100vmax;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 18px 16px 20px;
  place-items: center;
  text-align: center;
  width: 100%;
}

.solution-button__lead {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  width: 80%;
}

.solution-button__lead-img {
  aspect-ratio: 2801/439;
  max-width: 100%;
  width: 266px;
}

.solution-button__lead-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.solution-button__lead-text {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.solution-button__text {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.solution-button__text span {
  display: inline-block;
}

.solution {
  background-color: #fff;
  padding-bottom: 16px;
}

.solution__inner.inner {
  padding-left: 27px;
  padding-right: 27px;
}

.solution__box {
  background-color: #fff;
  border: 0.5px solid #707070;
  border-radius: 57px;
  box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  padding: 64px 30px 60px;
  position: relative;
  z-index: 1;
}

.solution__header {
  grid-gap: 15px;
  align-items: center;
  display: grid;
  gap: 15px;
  justify-items: center;
  margin-bottom: 21px;
  place-items: center;
  text-align: center;
}

.solution__lead {
  background-color: #d40010;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 9px 13px;
}

.solution__title {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.56;
}

.solution__title span {
  background: linear-gradient(transparent 60%, #ff6772 60%);
  display: inline-block;
}

.solution__body {
  grid-gap: 30px;
  align-items: center;
  display: grid;
  gap: 30px;
  justify-items: center;
  place-items: center;
}

.solution__img {
  aspect-ratio: 276/210;
  width: 100%;
}

.solution__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.solution__item {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
  padding-left: 40px;
  position: relative;
}

.solution__item:not(:last-child) {
  margin-bottom: 16px;
}

.solution__item::before {
  aspect-ratio: 1;
  background-image: url(../images/solution-check.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  position: absolute;
  top: 5px;
  width: 22px;
}

.solution__arrow {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: linear-gradient(0deg, #d40010, #fff);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  height: 36px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  width: 188px;
}

.spec-item:not(:last-child) {
  margin-bottom: 46px;
}

.spec-item__header {
  color: #fff;
  display: grid;
  grid-template-columns: 37.8548895899% 1fr;
  line-height: 1;
  margin-bottom: 12px;
  min-height: 2.5625rem;
}

.spec-item__name {
  background-color: #1c1c1c;
  border-radius: 100vmax 0 0 100vmax;
}

.spec-item__name-text {
  font-family: "Lato", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.spec-item__name-text:not(:last-child) {
  margin-bottom: 0.0625rem;
}

.spec-item__name-text span {
  font-size: 0.5rem;
  vertical-align: super;
}

.spec-item__price {
  background-color: #707070;
  border-radius: 0 100vmax 100vmax 0;
}

.spec-item__price-text {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.spec-item__name,
.spec-item__price {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 0.375rem 0.125rem;
  place-items: center;
}

.spec-item__body {
  align-items: center;
  display: grid;
  justify-items: center;
  place-items: center;
  text-align: left;
}

.spec-item__body:has(.spec-item__text-block) {
  grid-gap: 4px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}

.spec-item__item,
.spec-item__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.spec-item__item {
  position: relative;
  text-indent: 0.5em;
}

.spec-item__item::before {
  content: "-";
  margin-left: -1em;
  position: absolute;
}

.spec-item__item:not(:last-child) {
  margin-bottom: 2px;
}

.spec__title {
  margin-bottom: 29px;
}

@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  a {
    transition: opacity 0.3s;
  }

  a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 1.6666666667vw;
  }

  .about-item {
    gap: 50px;
  }

  .about-item:nth-child(odd) {
    flex-direction: row;
  }

  .about-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .about-item:not(:last-child) {
    margin-bottom: 114px;
  }

  .about-item__img {
    flex-shrink: 0;
    width: 50.9626274066%;
  }

  .about-item__title {
    margin-bottom: 16px;
  }

  .about-item__title-number {
    font-size: 18px;
    padding: 7px 9px;
  }

  .about-item__title-main {
    font-size: 28px;
  }

  .about-item__text:not(:last-child) {
    margin-bottom: 16px;
  }

  .about {
    padding-bottom: 109px;
    padding-top: 95px;
  }

  .about__inner.inner {
    max-width: 936px;
  }

  .about__title {
    margin-bottom: 76px;
  }

  .action {
    padding-bottom: 62px;
    padding-top: 58px;
  }

  .action::before {
    background-image: -webkit-image-set(
      url(../images/cta-bg-pc.webp) type("image/webp"),
      url(../images/cta-bg-pc.jpg) type("image/jpeg")
    );
    background-image: image-set(
      url(../images/cta-bg-pc.webp) type("image/webp"),
      url(../images/cta-bg-pc.jpg) type("image/jpeg")
    );
    padding-bottom: 62px;
    padding-top: 58px;
  }

  .action__text {
    font-size: 18px;
  }

  .button {
    min-width: 337px;
  }

  .case-item {
    grid-template-rows: minmax(4.4375rem, min-content) 1fr;
  }

  .case-item__header {
    padding: 0.25rem;
  }

  .case-item__title {
    font-size: 1.125rem;
  }

  .case-item__body {
    padding: 0.9375rem 1.25rem;
  }

  .case {
/*    padding-bottom: 285px; */
    padding-bottom: 81px;
    padding-top: 81px;
  }

  .case__inner.inner {
    max-width: 964px;
  }

  .case::before {
    background-image: -webkit-image-set(
      url(../images/case-bg-pc.webp) type("image/webp"),
      url(../images/case-bg-pc.jpg) type("image/jpeg")
    );
    background-image: image-set(
      url(../images/case-bg-pc.webp) type("image/webp"),
      url(../images/case-bg-pc.jpg) type("image/jpeg")
    );
  }

  .case__title {
    margin-bottom: 38px;
  }

  .case__lead {
    margin-bottom: 71px;
  }

  .case__items {
    -moz-column-gap: 2.3125rem;
    column-gap: 2.3125rem;
    grid-template-columns: repeat(auto-fit, minmax(199px, 1fr));
    margin-bottom: 75px;
    row-gap: 2.6875rem;
  }

  .case__text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8333333333;
  }

  .compare-item:nth-child(2) {
    grid-template-columns: 44.4277108434% 1fr;
  }

  .compare-item:nth-child(4) {
    grid-template-columns: 71.686746988% 1fr;
  }

  .compare-item__name,
  .compare-item__price {
    padding: 1rem 0.3125rem;
  }

  .compare-item__name-text {
    font-size: 0.9375rem;
  }

  .compare-item__price-name {
    font-size: 0.9375rem;
  }

  .compare-item__price-text {
    font-size: 1.0625rem;
  }

  .compare {
    margin-bottom: 94px;
  }

  .compare__title {
    margin-bottom: 30px;
  }

  .compare__items {
    gap: 1.625rem;
    grid-template-columns: 21.2328767123% 1fr;
  }

  .compare__info {
    right: 2.6875rem;
    top: -0.75rem;
    width: 10.25rem;
  }

  .compare__info-text {
    font-size: 1.25rem;
    padding-top: 0.625rem;
  }

  .compare__info-text span {
    font-size: 1.9375rem;
    margin-bottom: 0.125rem;
  }

  .footer {
    padding-top: 45px;
  }

  .footer__content {
    margin-bottom: 45px;
  }

  .footer__logo {
    margin-bottom: 15px;
    width: 233px;
  }

  .footer__text-block {
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .footer__text-block:not(:last-child) {
    margin-bottom: 5px;
  }

  .footer__copyright {
    height: 69px;
  }

  .footer__copyright-text {
    font-size: 14px;
    padding-right: 69px;
  }

  .fv {
    background-image: -webkit-image-set(
      url(../images/fv-pc.webp) type("image/webp"),
      url(../images/fv-pc.jpg) type("image/jpeg")
    );
    background-image: image-set(
      url(../images/fv-pc.webp) type("image/webp"),
      url(../images/fv-pc.jpg) type("image/jpeg")
    );
    margin-top: -120px;
    padding-bottom: 66px;
    padding-top: 105px;
  }

  .fv__inner.inner {
    padding-left: 52px;
    padding-right: 52px;
  }

  .fv__lead {
    margin-bottom: 1.5625rem;
  }

  .fv__lead-main {
    font-size: 3.5rem;
  }

  .fv__lead-sub {
    font-size: 2.25rem;
  }

  .fv__text {
    font-size: 1.375rem;
  }

  .header {
    height: 120px;
  }

  .header__inner {
    padding-left: 52px;
    padding-right: 52px;
  }

  .header__logo {
    width: 184px;
  }

  .inner {
    max-width: 63.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .page-top-button {
    width: 69px;
  }

  .preorders {
    padding-bottom: 95px;
    padding-top: 99px;
  }

  .preorders__title {
    margin-bottom: 18px;
  }

  .preorders__text {
    font-size: 18px;
  }

  .price-title {
    font-size: 16px;
    padding-bottom: 7px;
  }

  .price {
    padding-bottom: 90px;
    padding-top: 102px;
  }

  .price__inner.inner {
    max-width: 952px;
  }

  .price__title {
    margin-bottom: 20px;
  }

  .price__lead {
    margin-bottom: 72px;
  }

  .price__lead .u-desktop {
    display: inline-block;
  }

  .section-title__sub {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .section-title__main {
    font-size: 38px;
  }

  .solution-button__inner.inner {
    max-width: 958px;
  }

  .solution-button__link {
    gap: 5px;
    padding: 20px 24px 27px;
  }

  .solution-button__lead {
    flex-direction: row;
    gap: 1.5rem;
    width: 60%;
  }

  .solution-button__lead-img {
    flex: 1;
    width: 340px;
  }

  .solution-button__lead-text {
    font-size: 1.3125rem;
  }

  .solution__inner.inner {
    max-width: 962px;
  }

  .solution__box {
    border-radius: 97px;
    margin-bottom: 45px;
    padding: 53px 75px 74px;
  }

  .solution__header {
    gap: 14px;
    margin-bottom: 47px;
  }

  .solution__lead {
    font-size: 18px;
    padding: 10px 44px;
  }

  .solution__title {
    font-size: 32px;
    line-height: 1.34375;
  }

  .solution__body {
    gap: 39px;
    grid-template-columns: 45.2506596306% 1fr;
  }

  .solution__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .solution__arrow {
    height: 83px;
    margin-bottom: 27px;
    width: 429px;
  }

  .spec-item:not(:last-child) {
    margin-bottom: 64px;
  }

  .spec-item__header {
    grid-template-columns: 30.5936073059% 1fr;
    margin-bottom: 19px;
    min-height: 4.75rem;
  }

  .spec-item__name-text {
    font-size: 1.75rem;
  }

  .spec-item__name-text:not(:last-child) {
    margin-bottom: 0.125rem;
  }

  .spec-item__name-text span {
    font-size: 0.75rem;
  }

  .spec-item__price-text {
    font-size: 1.5rem;
  }

  .spec-item__body:has(.spec-item__text-block) {
    gap: 20px;
    grid-template-columns: 1fr 5% 1fr;
  }

  .spec-item__item,
  .spec-item__text {
    font-size: 14px;
  }

  .spec-item__item:not(:last-child) {
    margin-bottom: 4px;
  }

  .spec__title {
    margin-bottom: 46px;
  }
}

@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 393px) {
  html {
    font-size: 4.0712468193vw;
  }
}

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