:root {
  background: #fff;
  --black: #010205;
  --blue: #1a75ff;
  color: var(--black);
  font-family: "LINESeedJPStd Regular", sans-serif;
  --gradient: linear-gradient(90deg, var(--blue), var(--green));
  --green: #00e65e;
  --line: #06c755;
  --muted: rgba(1, 2, 5, 0.72);
  --panel: #f3f3f3;
  scroll-behavior: smooth;
  --soft: #fafafa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page {
  background: #fff;
  overflow: hidden;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: "LINESeedJPStd Bold";
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
}

.brand img {
  display: block;
}

.header .brand .brand-wordmark {
  height: 26.752px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-5px);
  width: 252px;
}

.footer .brand {
  gap: 0;
}

.footer .footer-logo-mark {
  height: 47.87px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 51.55px;
}

.footer .footer-wordmark {
  height: 41.58px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 391.66px;
}

.footer-logo-combination {
  display: block;
  height: 47.87px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.brand-mark {
  background: var(--gradient);
  border-radius: 50%;
  display: grid;
  height: 28px;
  place-items: center;
  position: relative;
  width: 28px;
}

.brand-mark::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 70px;
  display: inline-flex;
  font-family: "LINESeedJPStd Bold";
  font-size: 18px;
  gap: 42px;
  height: 56px;
  justify-content: center;
  line-height: 1.4;
  min-height: 56px;
  padding: 0 32px;
  transition: box-shadow 220ms ease, transform 220ms ease;
  white-space: nowrap;
}

.button-gradient {
  background: var(--gradient);
  color: #fff;
  font-size: 18px;
}

.arrow {
  display: inline-block;
  flex: 0 0 auto;
  height: 24px;
  position: relative;
  transition: transform 220ms ease;
  width: 24px;
}

.arrow::before {
  background: currentColor;
  border-radius: 2px;
  content: "";
  height: 3px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

.arrow::after {
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
  height: 10px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
}

.chevron {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  height: 8px;
  transform: rotate(45deg) translateY(-2px);
  width: 8px;
}

.hero {
  height: 665px;
  overflow: hidden;
  position: relative;
}

.header {
  align-items: center;
  display: flex;
  height: 86.752px;
  justify-content: space-between;
  left: 50%;
  max-width: 1440px;
  padding: 30px 80px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}

.nav {
  display: flex;
  gap: 33px;
  margin-left: auto;
  margin-right: 0;
}

.nav a {
  align-items: center;
  display: inline-flex;
  font-family: "LINESeedJPStd Bold";
  font-size: 14px;
  gap: 8px;
  white-space: nowrap;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 40px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  position: relative;
  width: 40px;
}

.menu-toggle span {
  background: var(--black);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: opacity 180ms ease, transform 220ms ease;
  width: 22px;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-bg {
  background: radial-gradient(ellipse at 11% 100%, rgba(0, 230, 94, 0.34), transparent 42%), radial-gradient(ellipse at 89% 100%, rgba(26, 117, 255, 0.36), transparent 42%), linear-gradient(180deg, #fff 0%, #fff 51%, rgba(223, 248, 255, 0.66) 72%, rgba(158, 231, 255, 0.66) 86%, rgba(132, 239, 174, 0.7) 100%);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-bg::before {
  background: url("../img/hero-bg-overlay.svg") center bottom/1456px 665px no-repeat;
  bottom: 0;
  content: "";
  left: 50%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  max-width: 1456px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(420px, 557px) 1fr;
  height: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 128px 80px 68px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.hero-copy h1 {
  font-family: "LINESeedJPStd Bold";
  font-feature-settings: "palt";
  font-size: 72px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hero-title-line {
  display: block;
  margin-left: -0.035em;
}

.hero-title-gradient {
  margin-left: -0.02em;
}

.hero-logo {
  align-items: center;
  display: flex;
  gap: 0;
  height: 49.864px;
  width: 455.263px;
}

.hero-logo-combination {
  display: block;
  height: 49.864px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.hero-logo-mark {
  display: block;
  height: 47.87px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 51.55px;
}

.hero-logo-wordmark {
  display: block;
  height: 41.58px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 391.66px;
}

.gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.hero-visual {
  position: relative;
}

.desktop {
  background: #fff;
  border-radius: 17px;
  height: 413px;
  overflow: hidden;
  position: relative;
  width: 663px;
}

.desktop-hero {
  border: 5px solid #000;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.desktop-flat {
  border: 0;
  box-shadow: 10px 10px 30px rgba(26, 117, 255, 0.1);
}

.hero-visual .desktop {
  left: 0;
  position: absolute;
  top: 22px;
}

.desktop-video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.phone {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 460px;
  overflow: visible;
  position: relative;
  width: 213px;
}

.phone img {
  display: block;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1));
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.hero-visual .phone {
  background: #fff;
  border: 5px solid #000;
  border-radius: 34px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  right: 13px;
  top: -23px;
}

.hero-visual .phone img {
  filter: none;
}

.phone-large {
  border: 0;
  box-shadow: none;
  height: 500px;
  width: 231px;
}

.about {
  min-height: 896px;
  padding: 100px 80px 0;
}

.split-heading {
  align-items: start;
  display: grid;
  gap: 39px;
  grid-template-columns: 1fr 557px;
  margin: 0 auto;
  max-width: 1280px;
}

.split-heading h2,
.faq-shell h2,
.release h2 {
  font-family: "LINESeedJPStd Bold";
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.split-heading p {
  font-size: 16px;
  line-height: 1.8;
}

.overview-diagram-wrap {
  margin: 50px auto 0;
  max-width: 1098px;
}

.overview-diagram-wrap picture {
  display: block;
}

.overview-diagram {
  display: block;
  height: auto;
  width: 100%;
}

.release .button-gradient {
  width: 451px;
}

.feature {
  align-items: center;
  -moz-column-gap: clamp(40px, 6vw, 120px);
       column-gap: clamp(40px, 6vw, 120px);
  display: grid;
  margin: 0;
  min-height: 671px;
  overflow: hidden;
  padding: 63px clamp(24px, 6vw, 135px);
  position: relative;
  width: 100%;
}

.feature > * {
  position: relative;
  z-index: 1;
}

.feature-line {
  background: radial-gradient(ellipse at left bottom, rgba(0, 230, 94, 0.08), transparent 48%), var(--soft);
  -moz-column-gap: clamp(40px, 6vw, 94px);
       column-gap: clamp(40px, 6vw, 94px);
  grid-template-columns: minmax(240px, 360px) minmax(0, 686px);
  justify-content: center;
}

.feature-line::before {
  background: linear-gradient(-79deg, rgba(26, 117, 255, 0.5) 11%, rgba(0, 230, 94, 0.5) 94%);
  border-radius: 999px;
  content: "";
  filter: blur(73px);
  height: 282px;
  left: max(-156px, (100vw - 1440px) / 2 - 156px);
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  top: 290px;
  transform: rotate(153deg);
  width: 717px;
  z-index: 0;
}

.feature-biz {
  background: radial-gradient(ellipse at right bottom, rgba(0, 230, 94, 0.1), transparent 46%), #fff;
  gap: clamp(40px, 5vw, 72px);
  grid-template-columns: minmax(320px, 436px) minmax(0, 663px);
  justify-content: center;
}

.feature-biz .feature-copy,
.feature-biz .feature-media {
  min-width: 0;
}

.feature-copy h2 {
  font-family: "LINESeedJPStd ExtraBold";
  font-size: 56px;
  line-height: 1.4;
  margin-bottom: 28px;
}

.feature-label {
  font-family: "LINESeedJPStd Bold";
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 38px;
  padding-left: 21px;
  position: relative;
}

.feature-label::before {
  background: var(--gradient);
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 11px;
}

.feature-copy,
.feature-media {
  min-width: 0;
}

.feature-copy p:not(.feature-label) {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 1.7;
  margin-top: 16px;
}

.feature-media {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-biz .feature-media {
  align-items: flex-end;
}

.feature-biz::after {
  background: linear-gradient(-79deg, rgba(26, 117, 255, 0.5) 11%, rgba(0, 230, 94, 0.5) 94%);
  border-radius: 999px;
  content: "";
  filter: blur(73px);
  height: 312px;
  pointer-events: none;
  position: absolute;
  right: max(-80px, (100vw - 1440px) / 2 - 80px);
  top: 255px;
  transform: scaleY(-1) rotate(-153deg);
  width: 793px;
  z-index: 0;
}

.feature-biz .feature-media {
  align-items: flex-end;
  width: 100%;
}

.feature-biz .desktop.desktop-flat {
  aspect-ratio: 663/413;
  height: auto;
  max-width: 663px;
  width: 100%;
}

.visual-note {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  letter-spacing: -0.015em;
  line-height: 1.5;
  margin-top: 11px;
  text-align: right;
}

.hero-note {
  margin-top: 0;
  position: absolute;
  right: 93px;
  top: 577px;
  z-index: 2;
}

.release-wrap {
  background: var(--soft);
  padding: 16px;
}

.release {
  align-items: center;
  background: #000;
  border-radius: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 53px;
  min-height: 872px;
  overflow: hidden;
  padding: 80px 64px 70px;
  position: relative;
}

.release::before {
  background: radial-gradient(ellipse at 8% 90%, rgba(0, 230, 94, 0.64), transparent 36%), radial-gradient(ellipse at 76% 14%, rgba(26, 117, 255, 0.58), transparent 38%), radial-gradient(ellipse at 100% 86%, rgba(0, 230, 94, 0.42), transparent 42%);
  content: "";
  inset: -180px -160px;
  opacity: 0.8;
  position: absolute;
}

.release > * {
  position: relative;
  z-index: 1;
}

.release h2 {
  text-align: center;
}

.service-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1280px;
  width: 100%;
}

.service-card {
  align-items: center;
  background: #fff;
  border-radius: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 431px;
  overflow: hidden;
  padding: 40px 32px 0;
}

.service-card h3 {
  color: var(--black);
  font-family: "LINESeedJPStd ExtraBold";
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.service-card h3.service-h3title {
  color: var(--line);
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
  min-height: 38px;
  width: min(100%, 500px);
}

.service-visual {
  height: 280px;
  margin: auto auto 0;
  overflow: hidden;
  position: relative;
  width: min(100%, 400px);
}

.service-visual img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
}

.faq-wrap {
  background: var(--panel);
  padding: 16px;
}

.faq-shell {
  align-items: start;
  background: #fff;
  border-radius: 28px;
  display: grid;
  gap: 90px;
  grid-template-columns: 326px 1fr;
  padding: 66px 80px;
}

.faq-list {
  border-top: 1px solid #000;
  overflow-anchor: none;
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #000;
}

.faq-question {
  align-items: center;
  color: #000;
  background: #fff;
  border: 0;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-family: "LINESeedJPStd Bold";
  font-size: 20px;
  justify-content: space-between;
  line-height: 1.5;
  padding: 26px 24px;
  text-align: left;
  width: 100%;
}

.faq-icon {
  flex: 0 0 auto;
  height: 24px;
  position: relative;
  width: 24px;
}

.faq-icon::before,
.faq-icon::after {
  background: #000;
  content: "";
  left: 5px;
  position: absolute;
  top: 11px;
}

.faq-icon::before {
  height: 2px;
  width: 14px;
}

.faq-icon::after {
  height: 14px;
  left: 11px;
  top: 5px;
  transition: transform 220ms ease;
  width: 2px;
}

.faq-item.is-open .faq-icon::after {
  transform: scaleY(0);
}

.faq-answer {
  font-size: 16px;
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 320ms cubic-bezier(0.2, 0, 0, 1), opacity 220ms ease;
}

.faq-answer__inner {
  display: block;
  padding-bottom: 26px;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

@media (hover: hover) and (min-width: 1024px) {
  .release .button-gradient:hover {
    box-shadow: 0 18px 38px rgba(0, 230, 94, 0.25);
    transform: translateY(-3px);
  }
  .release .button-gradient:hover .arrow {
    transform: translateX(6px);
  }
}
.release .button-gradient:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.footer {
  align-items: start;
  background: var(--soft);
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 246px;
  padding: 50px 80px 83px;
}

.footer-links {
  display: flex;
  gap: 50px;
  grid-column: 1;
  margin-top: 40px;
}

.footer-links a {
  color: #192031;
  font-family: "LINESeedJPStd Bold";
  font-size: 14px;
  white-space: nowrap;
}

.copyright {
  align-self: end;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  text-align: right;
}

@media (max-width: 1023px) {
  .button {
    font-size: 16px;
    gap: 24px;
    justify-content: space-between;
    max-width: 360px;
    padding: 0 24px;
    width: 100%;
  }
  .release .button-gradient {
    font-size: 14px;
    gap: 6px;
    height: auto;
    left: auto;
    line-height: 1.25;
    min-height: 56px;
    opacity: 1;
    padding-inline: 24px 16px;
    position: relative;
    top: auto;
    transform: none;
    white-space: normal;
    width: 100%;
  }
  .header {
    height: 84px;
    padding: 24px 20px;
  }
  .nav {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(1, 2, 5, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(1, 2, 5, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 20px;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 72px;
    transform: translateY(-8px);
    transition: max-height 300ms cubic-bezier(0.2, 0, 0, 1), opacity 220ms ease, transform 300ms cubic-bezier(0.2, 0, 0, 1);
    visibility: hidden;
  }
  .nav.is-open {
    max-height: -moz-max-content;
    max-height: max-content;
    min-height: 237px;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .nav a {
    justify-content: space-between;
    padding: 18px 20px;
    width: 100%;
  }
  .nav a + a {
    border-top: 1px solid rgba(1, 2, 5, 0.08);
  }
  .menu-toggle {
    display: flex;
  }
  .header .brand .brand-wordmark {
    height: 20.59px;
    transform: translateX(-4px);
    width: 194px;
  }
  .hero {
    height: auto;
    min-height: 820px;
  }
  .hero-bg {
    max-height: 820px;
    left: 0;
    top: 0;
    width: 100%;
  }
  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 122px 20px 31px;
    max-height: unset;
    height: auto;
  }
  .hero-copy {
    gap: 30px;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .hero-logo {
    height: 35px;
    width: min(320px, 100%);
  }
  .hero-logo-combination {
    height: 35px;
    max-width: 100%;
  }
  .hero-logo-mark {
    height: 33.54px;
    width: 36.12px;
  }
  .hero-logo-wordmark {
    height: 29.13px;
    width: min(274.4px, 100vw - 76px);
  }
  .hero-copy p br {
    display: none;
  }
  .hero-visual {
    height: 225px;
    transform: scale(0.48);
    transform-origin: top left;
  }
  .hero-visual .phone {
    left: calc(208.333vw - 296.333px);
    right: auto;
  }
  .hero-note {
    margin-top: -18px;
    position: static;
    width: 100%;
  }
  .about {
    min-height: auto;
    padding: 56px 20px 70px;
  }
  .split-heading,
  .faq-shell {
    grid-template-columns: 1fr;
  }
  .split-heading h2,
  .faq-shell h2,
  .release h2 {
    font-size: 32px;
  }
  .overview-diagram-wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 28px;
    max-width: none;
    overflow-x: visible;
    padding-bottom: 0;
    width: 100vw;
  }
  .overview-diagram {
    min-width: 0;
  }
  .feature {
    min-height: auto;
    padding: 64px 20px;
  }
  .feature,
  .feature-biz {
    gap: unset;
    grid-template-columns: 1fr;
  }
  .feature .feature-copy {
    order: 1;
  }
  .feature .feature-media {
    margin-top: 56px;
    order: 2;
  }
  .feature-biz .feature-media {
    align-items: center;
    width: 100%;
  }
  .feature-copy h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  .feature-biz .desktop.desktop-flat {
    aspect-ratio: 663/413;
    height: auto;
    max-width: 663px;
    width: min(100%, 663px);
  }
  .feature-copy p:not(.feature-label) {
    font-size: 16px;
  }
  .phone-large {
    height: 420px;
    width: 194px;
  }
  .feature-biz .desktop {
    aspect-ratio: 663/413;
    height: auto;
    max-width: 663px;
    width: 100%;
  }
  .feature-biz .visual-note {
    align-self: center;
    margin-top: 11px;
    text-align: left;
  }
  .visual-note {
    min-width: unset;
    text-align: left;
    order: 2;
    margin-inline: auto;
    width: 100%;
  }
  .release-wrap {
    padding: 8px;
  }
  .faq-wrap {
    padding-inline: 8px;
  }
  .release {
    align-items: center;
    aspect-ratio: auto;
    background: #000;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: auto;
    overflow: hidden;
    padding: 48px 16px;
  }
  .release::before {
    background: radial-gradient(ellipse at 8% 90%, rgba(0, 230, 94, 0.64), transparent 36%), radial-gradient(ellipse at 76% 14%, rgba(26, 117, 255, 0.58), transparent 38%), radial-gradient(ellipse at 100% 86%, rgba(0, 230, 94, 0.42), transparent 42%);
    content: "";
    inset: -180px -160px;
    opacity: 0.8;
    position: absolute;
  }
  .release > h2 {
    display: block;
  }
  .release > .service-grid {
    display: grid;
  }
  .service-grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 400px;
    padding: 40px 24px 0;
  }
  .service-card h3 {
    font-size: 26px;
  }
  .service-card p {
    margin-top: 16px;
    min-height: 0;
  }
  .service-visual {
    height: 210px;
    margin-top: auto;
    width: min(100%, 360px);
  }
  .faq-shell {
    border-radius: 22px;
    gap: 34px;
    padding: 44px 16px;
  }
  .faq-question {
    font-size: 16px;
    gap: 18px;
    padding: 22px 8px;
  }
  .faq-answer {
    padding: 0 8px;
  }
  .faq-answer__inner {
    padding-bottom: 22px;
  }
  .faq-item.is-open .faq-answer {
    opacity: 1;
  }
  .footer {
    grid-template-columns: 1fr;
    padding: 48px 20px 56px;
  }
  .footer .brand {
    gap: 0;
  }
  .footer-logo-combination {
    height: 29.72px;
    max-width: min(280px, 100vw - 40px);
  }
  .footer .footer-logo-mark {
    height: 29.72px;
    width: 32px;
  }
  .footer .footer-wordmark {
    height: 25.48px;
    width: min(240px, 100vw - 80px);
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 18px 28px;
  }
  .copyright {
    margin-top: 34px;
    text-align: left;
  }
}
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}