@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v51-latin-700.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v20-latin-900.woff2") format("woff2");
}

body {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  color: #101010;
  background: url("../images/common/background.png") repeat left top;
  background-size: auto;
}

body.is-menu-open {
  height: 100%;
  overflow: hidden;
}

body a {
  transition: opacity .3s ease;
}

body a:hover {
  opacity: .65;
}

body button p {
  transition: opacity .3s ease;
}

body button p:hover {
  opacity: .65;
}

*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-modal.is-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  cursor: pointer;
}

.c-modal__dialog {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  padding-top: 52px;
}

.c-modal__close {
  position: absolute;
  top: -39px;
  right: -9px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity .2s ease;
}

.c-modal__close:hover {
  opacity: .8;
}

.c-modal__close::before,
.c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #fff;
}

.c-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__img-wrap {
  position: relative;
}

.c-modal__img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 130px);
  object-fit: contain;
  display: block;
}

.c-modal__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: .8px;
  color: #fff;
  text-align: center;
}

#product-modal-battery .c-modal__img {
  max-width: 300px;
}

#product-modal-usage .c-modal__img {
  max-width: 600px;
}

.l-footer {
  position: relative;
  z-index: 100;
}

.l-footer__top {
  background: #fff;
}

.l-footer__top-pc {
  padding: 10px 0 10px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.l-footer__top-sp {
  display: none;
}

.l-footer__sp-action {
  display: block;
}

.l-footer__brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.l-footer__brand-copy {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .02em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.l-footer__brand-copy::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #e6e6e6;
}

.l-footer__becreation-sp {
  display: none;
}

.l-footer__becreation img {
  max-width: 336px;
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.l-footer__brand img {
  width: 130px;
  height: auto;
  display: block;
}

.l-footer__brand p {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.l-footer nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
}

.l-footer__bottom {
  background: #101010;
  color: #fff;
  padding: 12px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
}

.l-footer__bottom-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 125%;
}

.l-footer__bottom-link::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #e6e6e6;
  margin: 0 14px;
}

.l-footer__bottom-link:last-of-type::after {
  content: none;
}

.l-footer__bottom p {
  margin: 0 0 0 auto;
  letter-spacing: .04em;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: .6px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1400;
  background: #fff;
}

.l-header__wrap {
  margin: 0 auto;
  padding: 0 0 0 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header__brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.l-header__brand-logo {
  width: 130px;
  height: 24px;
  display: block;
}

.l-header__brand-logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.l-header__brand-copy {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .02em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.l-header__brand-copy::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #e6e6e6;
}

.l-header__divider {
  width: 32px;
  height: 2px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.l-header__tools {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.l-header__lang {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
  overflow: hidden;
}

.l-header__lang button {
  width: 48px;
  height: 25px;
  background: #dbdcce;
  color: #101010;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.l-header__lang button:not(:last-child) {
  border-right: 1px solid #c9cab9;
}

.l-header__lang button.is-active {
  background: #101010;
  color: #fff;
}

.l-header__contact {
  height: 64px;
  padding: 0 36px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff5f00;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: opacity .3s ease;
}

.l-header__contact:hover {
  opacity: .8;
}

.nav-btn {
  position: relative;
  width: 60px;
  height: 60px;
  background: #64655a;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.nav-btn__icon {
  position: relative;
  width: 24px;
  height: 3px;
  display: block;
  background: #fff;
  transition: background .2s ease;
}

.nav-btn__icon::before,
.nav-btn__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  background: #fff;
  transition: top .2s ease,bottom .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,top .2s ease,bottom .2s ease;
  transition: transform .2s ease,top .2s ease,bottom .2s ease,-webkit-transform .2s ease;
}

.nav-btn__icon::before {
  top: -8px;
}

.nav-btn__icon::after {
  bottom: -8px;
}

.nav-btn.is-close .nav-btn__icon {
  background: rgba(0,0,0,0);
}

.nav-btn.is-close .nav-btn__icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-btn.is-close .nav-btn__icon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.g-nav {
  display: none;
}

.l-main {
  margin: 0 auto;
}

.l-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1240px;
}

.font-inter {
  font-family: "Inter",sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: .15px;
}

.p-top {
  --text: #101010;
  --line: #c9cab9;
  --accent: #ff5f00;
  --laser: #0dff31;
  --dark: #2e2f29;
  --card: #e8e9dc;
  background: rgba(0,0,0,0);
  color: var(--text);
  overflow: hidden;
}

.p-top a {
  color: inherit;
  text-decoration: none;
}

.p-top>section:not(.p-top-fv):not(.p-top-intro):not(.p-top-voice),
.p-top>.p-top-price-bg>section {
  position: relative;
  z-index: 2;
  background: url("../images/common/background.png") repeat left top;
  background-size: 1400px auto;
}

.p-top section[id] {
  scroll-margin-top: 96px;
}

.p-top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: hsla(0,0%,100%,.94);
  border-bottom: 1px solid #ecece4;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.p-top-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 80px;
  padding: 12px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.p-top-header__brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top-header__brand img {
  width: 130px;
  height: auto;
  display: block;
}

.p-top-header__brand p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  white-space: nowrap;
}

.p-top-header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.p-top-header__nav a {
  transition: opacity .3s ease;
}

.p-top-header__nav a:hover {
  opacity: .65;
}

.p-top-header__cta {
  background: var(--accent);
  color: #fff !important;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top-header__cta:hover {
  -webkit-filter: brightness(1.08);
  filter: brightness(1.08);
}

.p-top-fv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 180px 40px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@supports (height: 100dvh) {
@media screen and (max-width: 900px) {
    .p-top-fv {
      height: 100dvh;
    }
}
}

.p-top-fv::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(88deg, rgba(0, 0, 0, 0.6) 1.29%, rgba(0, 0, 0, 0.1) 98.71%);
  z-index: 2;
  pointer-events: none;
}

.p-top-fv__arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #64655a;
  position: fixed;
  bottom: -80px;
  right: 0;
  --footer-overlap: 0px;
  z-index: 10000;
  transition: opacity .2s ease;
  visibility: hidden;
  opacity: 0;
}

.p-top-fv__arrow.is-show {
  bottom: var(--footer-overlap);
  visibility: visible;
  opacity: 1;
}

.p-top-fv__arrow:hover {
  opacity: .8;
}

.p-top-fv__video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@supports (height: 100lvh) {
@media screen and (max-width: 900px) {
    .p-top-fv__video {
      height: 100lvh;
    }
}
}

.p-top-fv__inner {
  position: relative;
  z-index: 3;
  color: #fff;
}

.p-top-fv__copy {
  width: -webkit-fit-content;
  width: fit-content;
}

.p-top-fv__lead {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 6px;
}

.p-top-fv__title {
  font-size: clamp(48px,6.8vw,90px);
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.8px;
}

.p-top-fv__line {
  --line-delay: 0s;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-animation: fv-line-reveal .9s cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
  animation: fv-line-reveal .9s cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
  -webkit-animation-delay: calc(var(--line-delay) + .52s);
  animation-delay: calc(var(--line-delay) + .52s);
}

.p-top-fv__line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18em;
  width: 100%;
  height: .15em;
  background: var(--laser);
  box-shadow: 0 0 20px color-mix(in srgb, var(--laser) 50%, transparent),0 0 30px color-mix(in srgb, var(--laser) 100%, transparent);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  opacity: .15;
  -webkit-animation: fv-laser-scan 1.9s ease-out forwards;
  animation: fv-laser-scan 1.9s ease-out forwards;
  -webkit-animation-delay: var(--line-delay);
  animation-delay: var(--line-delay);
  pointer-events: none;
}

.p-top-fv__line--lead {
  --line-delay: 0s;
}

.p-top-fv__line--1 {
  --line-delay: 0.88s;
}

.p-top-fv__line--2 {
  --line-delay: 1.72s;
}

@-webkit-keyframes fv-laser-scan {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
  }

  65% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
  }

  66% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: 1;
  }

  85% {
    -webkit-transform: scaleX(0.45);
    transform: scaleX(0.45);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: .45;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: 0;
  }
}

@keyframes fv-laser-scan {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
  }

  65% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
  }

  66% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: 1;
  }

  85% {
    -webkit-transform: scaleX(0.45);
    transform: scaleX(0.45);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: .45;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    opacity: 0;
  }
}

@-webkit-keyframes fv-line-reveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fv-line-reveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.p-top-banner {
  display: none;
}

.p-top-intro {
  margin-top: -1px;
  padding: 160px 40px 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 59.58%);
  color: #fff;
  position: relative;
  z-index: 10;
}

.p-top-intro__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.p-top-intro__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}

.p-top-intro__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-intro__text-item {
  font-size: 18px;
  font-weight: 800;
  line-height: 200%;
  letter-spacing: .36px;
}

.p-top-intro__image {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top-intro__image-item {
  max-width: 609px;
  width: 100%;
  height: auto;
  display: block;
}

.p-top-button {
  max-width: 340px;
  width: 100%;
  background: var(--accent);
  color: #fff !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 60px 0 30px;
  min-height: 60px;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .3s ease;
  position: relative;
}

.p-top-button svg {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top-button:hover {
  opacity: .85;
}

.p-top-button--large {
  position: relative;
  max-width: 650px;
  width: 100%;
  min-height: 92px;
  margin: 60px auto 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  border-radius: 4px;
  background: linear-gradient(180deg, #ff7d2f 0%, #e25400 100%);
  box-shadow: 4px 4px 20px rgba(0,0,0,.08);
}

.p-top-button--large svg {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top-section-title {
  margin: 0 auto 60px;
  text-align: center;
}

.p-top-section-title__heading {
  margin: 0;
  font-size: clamp(32px,4vw,40px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.p-top-section-title__text {
  margin: 24px auto 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .75px;
}

.p-top-section-title__text__note {
  font-size: 13px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: .65px;
  margin-top: 14px;
}

.p-top-section-title__text__bold {
  font-weight: 700;
}

.p-top-section-title__highlight {
  color: var(--accent);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: .75px;
}

.p-top-section-title--light {
  color: #fff;
}

.p-top-section-title.merit {
  margin: 0;
  text-align: start;
}

.p-top-section-title.merit .p-top-section-title__text {
  margin-top: 24px;
}

.p-top-merit {
  padding: 160px 0 200px;
  position: relative;
  z-index: 10;
}

.p-top-merit::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/merit-bg-line.svg");
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-top-merit__mini-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 60px;
}

.p-top-merit__mini-list-item {
  background: #fff;
  border-radius: 2px;
  min-height: 66px;
  padding: 9px 0 9px 16px;
  box-shadow: 0 2px 8px rgba(64,69,0,.06);
}

.p-top-merit__mini-list-item-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  min-width: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top-merit__mini-list-item-text {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .02em;
  color: var(--text);
}

.p-top-merit__mini-list-item-arrow {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-left: 1px solid #f1f1f1;
  width: 48px;
  min-height: 48px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-merit__mini-list-item-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 3px;
}

.p-top-merit__mini-list-item-number-label {
  margin: 0;
  font-family: "Roboto",sans-serif;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.24px;
  text-align: center;
}

.p-top-merit__mini-list-item-number-value {
  font-family: "Roboto",sans-serif;
  color: var(--accent);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: center;
}

.p-top-merit__mini-list-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-merit__cards {
  max-width: 1440px;
  margin: 120px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 180px;
}

.p-top-merit__cards>:nth-child(odd) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.p-top-merit__cards>:nth-child(even) {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.p-top-merit-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 640px;
  grid-template-columns: minmax(0, 1fr) 640px;
  gap: 52px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--card);
  border-radius: 3px;
  box-shadow: 0 4px 40px rgba(64,69,0,.04);
  padding: 60px 80px;
}

.p-top-merit-card__label {
  color: var(--accent);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}

.p-top-merit-card__title {
  margin: 0;
  font-size: clamp(24px,3vw,40px);
  line-height: 1.26;
  font-weight: 800;
  letter-spacing: .02em;
}

.p-top-merit-card__text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .05em;
}

.p-top-merit-card__image {
  width: 100%;
  height: auto;
  border-radius: 3px;
  display: block;
}

.p-top-product {
  padding: 0;
  position: relative;
}

.p-top-product__board {
  margin-inline: auto;
  max-width: 1360px;
  padding: 120px 40px;
  border-radius: 6px;
  background: linear-gradient(162deg, #7b7c71 7.89%, #363730 92.11%);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}

.p-top-product__title {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}

.p-top-product__intro {
  width: 100%;
  max-width: 1040px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

.p-top-product__diagram {
  width: 100%;
  max-width: 1040px;
  aspect-ratio: 1040/560;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 60px rgba(37,37,31,.2);
  background: #616259;
}

.p-top-product__diagram-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.p-top-product__caption {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.p-top-product__spec {
  width: 100%;
  max-width: 1040px;
  padding-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.p-top-product__row {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px minmax(0, 1fr);
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 30px;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-top-product__dt {
  margin: 0;
  padding: 36px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: .02em;
  border-top: 1px solid hsla(0,0%,100%,.2);
}

.p-top-product__dt--stack {
  line-height: 1.46;
}

.p-top-product__dd {
  margin: 0;
  padding: 36px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  border-top: 1px solid hsla(0,0%,100%,.2);
}

.p-top-product__dd>.p-top-product__link {
  margin-top: 40px;
}

.p-top-product__dd-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: .05em;
}

.p-top-product__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.p-top-product__list-item {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: .05em;
}

.p-top-product__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 5px;
  height: 5px;
  background: #fff;
}

.p-top-product__link {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: .05em;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-top-product__link--button {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: .7px;
  border-bottom: 1px solid;
  padding: 0;
  cursor: pointer;
  width: -webkit-fit-content;
  width: fit-content;
  transition: opacity .3s ease;
}

.p-top-product__link--button:hover {
  opacity: .65;
}

.p-top-product__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.p-top-product__draw {
  width: 100%;
  max-width: 825px;
}

.p-top-product__draw-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.p-top-product__spec-note {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.p-top-price {
  padding: 140px 40px 0;
  position: relative;
}

.p-top-price-bg {
  position: relative;
  z-index: 100;
}

.p-top-price-bg::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/price-bg-line.svg");
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.p-top-price-bg>section {
  position: relative;
  z-index: 2;
  background: rgba(0,0,0,0);
}

.p-top-price__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  max-width: 1040px;
  margin: 0 auto;
}

.p-top-price__grid .p-top-price__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-price__grid .p-top-price__term {
  background: #64655a;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
}

.p-top-price__grid .p-top-price__value {
  background: #fff;
  padding: 12px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top-price__grid .p-top-price__value-number {
  font-size: 18px;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: .18px;
}

.p-top-price__grid .p-top-price__value-main {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: .16px;
}

.p-top-price__grid .p-top-price__value-currency {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: .16px;
}

.p-top-price__grid .p-top-price__value-tax {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: .16px;
}

.p-top-price__grid .p-top-price__value-note {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .14px;
}

.p-top-price__notes {
  margin: 26px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .05em;
  padding-bottom: 100px;
  border-bottom: 1px solid #cacbbc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.p-top-flow {
  padding: 100px 40px 130px;
  position: relative;
}

.p-top-flow__steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1040px;
  margin: 0 auto;
}

.p-top-flow__steps-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.5px;
  padding-right: 5.5px;
}

.p-top-flow__steps .p-top-flow__step {
  background: #fff;
  width: 180px;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .01em;
  position: relative;
}

.p-top-flow__steps .p-top-flow__step-num {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 40px;
  height: 40px;
  background: #64655a;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 900;
}

.p-top-flow__notice {
  margin: 40px auto 0;
  max-width: 1040px;
  background: #d1d3bf;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .8px;
}

.p-top-voice {
  padding: 120px 40px;
  background: url("../images/top/voice-bg.webp") center/cover no-repeat;
  color: #fff;
  position: relative;
  z-index: 2;
}

.p-top-voice__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}

.p-top-voice__list .p-top-voice__item {
  background: rgba(237,239,229,.9);
  border-radius: 3px;
  padding: 44px 54px 32px;
  color: var(--text);
  position: relative;
}

.p-top-voice__list .p-top-voice__item-title {
  position: absolute;
  top: -17px;
  left: -10px;
  background: var(--accent);
  color: #fff;
  padding: 6px 24px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  border-radius: 0 3px 3px 0;
  gap: 12px;
}

.p-top-voice__list .p-top-voice__item-title svg {
  position: absolute;
  bottom: -16px;
  left: -0.5px;
}

.p-top-voice__list .p-top-voice__item-title-note {
  font-size: 14px;
  font-weight: 800;
  line-height: 180%;
  letter-spacing: .14px;
}

.p-top-voice__list .p-top-voice__item-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: .05em;
}

.p-top-faq {
  padding: 120px 40px;
  position: relative;
}

.p-top-faq__list {
  border-top: 1px solid #cacbbc;
}

.p-top-faq__item {
  border-bottom: 1px solid #cacbbc;
  padding: 0 10px;
}

.p-top-faq__question {
  width: 100%;
  border: 0;
  padding: 0;
  background: rgba(0,0,0,0);
  color: inherit;
  text-align: left;
  font-family: inherit;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  letter-spacing: .2px;
  padding: 40px 0 40px;
}

.p-top-faq__question-main {
  min-width: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.p-top-faq__question-text {
  min-width: 0;
  line-height: 1.8;
}

.p-top-faq__toggle-icon {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.p-top-faq__toggle-icon::before,
.p-top-faq__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #101010;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .24s ease,-webkit-transform .24s ease;
  transition: transform .24s ease,opacity .24s ease;
  transition: transform .24s ease,opacity .24s ease,-webkit-transform .24s ease;
}

.p-top-faq__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-top-faq__item.is-open {
  padding: 0 10px 40px;
}

.p-top-faq__item.is-open .p-top-faq__toggle-icon::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0.4);
  transform: translate(-50%, -50%) rotate(90deg) scale(0.4);
}

.p-top-faq__item.is-open .p-top-faq__answer-wrap {
  margin-top: 14px;
}

.p-top-faq__answer-wrap[hidden] {
  display: none;
}

.p-top-faq__answer-wrap {
  margin-top: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .32s ease,opacity .24s ease,margin-top .24s ease;
}

.p-top-faq__answer {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 13px;
}

.p-top-faq__answer-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}

.p-top-faq__answer-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-faq__answer-list-item {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .8px;
}

.p-top-faq__answer-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-top-faq__answer-text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: .8px;
  padding-top: 1px;
}

.p-top-faq__note {
  margin: 60px auto 0;
  background: #d1d3bf;
  text-align: center;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.p-top-contact {
  padding: 0 40px 100px;
  position: relative;
}

.p-top-contact__inner {
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 4px 40px rgba(64,69,0,.04);
  background: #ff5f00;
  color: #fff;
  padding: 50px 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 36px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.p-top-contact__inner__title {
  margin: 0;
  font-size: clamp(26px,4vw,38px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.p-top-contact__inner__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-contact__inner__info__company {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
}

.p-top-contact__inner__info__mail {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
  text-decoration: underline !important;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-top-contact__inner__request {
  background: #ff853c;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 26px 32px;
  margin-top: 8px;
  position: static;
  z-index: 5;
}

.p-top-contact__inner__request__text {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.p-top-contact__inner__request__list {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
  margin-top: 14px;
}

.p-top-contact__inner__request__list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-top-contact__inner__request__list-item-number {
  margin-right: 5px;
}

.p-top-contact__inner__img {
  position: absolute;
  bottom: -9px;
  right: -98px;
  max-width: 929px;
  width: 100%;
  height: auto;
  display: block;
  z-index: -1;
}

.p-merit-card-lp {
  width: 100%;
  max-width: 1340px;
  height: 311px;
  box-sizing: border-box;
  padding: 60px 80px;
  background: var(--card);
  border-radius: 3px;
  box-shadow: 0 4px 40px rgba(64,69,0,.04);
  overflow: visible;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-merit-card-lp__body {
  z-index: 1;
  width: 100%;
  max-width: 570px;
  width: min(570px,49%);
}

.p-merit-card-lp__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.p-merit-card-lp__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 3px;
}

.p-merit-card-lp__num-label {
  margin: 0;
  font-family: "Roboto";
  font-size: clamp(12px,11px + .25vw,14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--accent);
  text-align: center;
}

.p-merit-card-lp__num-value {
  font-family: "Roboto";
  font-size: clamp(28px,26px + 1.375vw,40px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--accent);
  text-align: center;
}

.p-merit-card-lp__title {
  margin: 0;
  font-size: clamp(22px,10.2px + 1.4814814815vw,30px);
  line-height: 1.26;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--text);
}

.p-merit-card-lp__title-line {
  display: block;
}

.p-merit-card-lp__lead {
  margin-top: 28px;
}

.p-merit-card-lp__lead-text {
  margin: 0;
  font-size: clamp(13px,12px + .35vw,16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
  color: var(--text);
}

.p-merit-card-lp__lead-text+p {
  margin-top: 0;
}

.p-merit-card-lp__figure {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 640px;
  max-width: none;
  aspect-ratio: 640/382;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
}

.p-merit-card-lp__figure-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.p-merit-card-lp--reverse .p-merit-card-lp__body {
  margin-left: auto;
}

.p-merit-card-lp--reverse .p-merit-card-lp__figure {
  left: 0;
  right: auto;
  border-radius: 3px;
}

.u-sp-only {
  display: none !important;
}

.u-sp-only-f {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  .p-merit-card-lp__figure {
    width: min(640px,50%);
  }
}

@media screen and (max-width: 1280px) {
  .l-footer__becreation img {
    max-width: 280px;
  }
}

@media screen and (max-width: 1220px) {
  .l-footer__top {
    position: relative;
    padding: 30px 20px;
  }

  .l-footer__top-pc {
    display: none;
  }

  .l-footer__top-sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    gap: 48px;
    margin-bottom: 16px;
  }

  .l-footer__sp-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding-right: 76px;
  }

  .l-footer__becreation-sp {
    display: block;
  }

  .l-footer__becreation-sp img {
    max-width: 202px;
    width: 100%;
    height: auto;
    display: block;
  }

  .l-footer__becreation img {
    max-width: 202px;
  }

  .l-footer nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
    gap: 20px;
  }

  .l-footer__bottom {
    padding: 12px 16px;
    font-size: 11px;
    gap: 12px 0;
  }

  .l-footer__bottom p {
    margin: 12px 0 0 0;
    width: 100%;
    font-size: 10px;
    letter-spacing: .5px;
  }

  .l-header {
    border-bottom: 0;
  }

  .l-header__wrap {
    min-height: 60px;
    padding: 0 0 0 12px;
    gap: 8px;
  }

  .l-header__brand {
    gap: 14px;
  }

  .l-header__divider {
    width: 32px;
    height: 2px;
  }

  .l-header__brand-copy {
    font-size: 13px;
  }

  .l-header__nav,
  .l-header__tools {
    display: none;
  }

  .nav-btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .g-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease,visibility .3s ease;
  }

  .g-nav.is-menu-open {
    opacity: 1;
    visibility: visible;
  }

  .g-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
  }

  .g-nav__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 290px;
    height: 100%;
    overflow-y: auto;
    padding: 40px 20px;
    background-image: url("../images/common/background.png");
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .g-nav__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .g-nav__link {
    padding: 21px 0;
    border-bottom: 1px solid #c9cab9;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }

  .g-nav__lang {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2px;
    overflow: hidden;
  }

  .g-nav__lang button {
    width: 69px;
    height: 37px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
  }

  .g-nav__lang button:not(:last-child) {
    border-right: 1px solid #c9cab9;
    border-radius: 0;
  }

  .g-nav__lang button.is-active {
    background: #101010;
    color: #fff;
  }

  .g-nav__cta {
    min-height: 60px;
    padding: 19px 20px;
    border-radius: 4px;
    background: linear-gradient(180deg, #ff7d2f 0%, #e25400 100%);
    box-shadow: 4px 4px 20px rgba(0,0,0,.05);
    color: #fff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1200px) {
  .p-merit-card-lp {
    padding: 60px 29px;
    height: 260px;
  }
}

@media screen and (max-width: 1159px) {
  .p-top-price__grid .p-top-price__value {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0;
    padding: 12px 16px;
  }
}

@media screen and (max-width: 1000px) {
  .p-top-intro__inner {
    gap: 80px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-merit__cards {
    margin: 53px auto 60px;
    gap: 63px;
  }

  .p-top-merit__cards>:nth-child(odd) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .p-top-merit__cards>:nth-child(even) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .p-merit-card-lp {
    padding: clamp(257px,1px + 66.8vw,405px) 20px 40px;
    margin: 0 20px;
    max-height: none;
    width: auto;
    height: auto;
  }

  .p-merit-card-lp__body {
    width: 100%;
  }

  .p-merit-card-lp__figure {
    width: min(640px,112%);
    right: auto;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: none;
    height: auto;
    margin-top: 0;
    border-radius: 0;
  }

  .p-merit-card-lp--reverse .p-merit-card-lp__figure {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0;
  }
}

@media screen and (max-width: 900px) {
  .c-modal__dialog {
    padding: 50px 20px 0;
  }

  .c-modal__text {
    text-align: left;
  }

  #product-modal-battery .c-modal__img {
    max-width: 240px;
  }

  .l-footer {
    margin-bottom: 66px;
  }

  .l-container {
    padding-inline: 20px;
  }

  .p-top section[id] {
    scroll-margin-top: 72px;
  }

  .p-top-header__inner {
    min-height: 64px;
    padding: 10px 16px;
  }

  .p-top-header__brand p {
    font-size: 10px;
  }

  .p-top-header__brand img {
    width: 108px;
  }

  .p-top-header__nav {
    display: none;
  }

  .p-top-header__cta {
    padding: 13px 14px;
    font-size: 12px;
  }

  .p-top-fv {
    height: 100svh;
    min-height: 560px;
    padding: 100px 20px 40px;
  }

  .p-top-fv__arrow {
    display: none;
  }

  .p-top-fv__arrow--in-footer {
    width: 60px;
    height: 60px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transition: none;
  }

  .p-top-fv__arrow.is-show {
    bottom: 0;
  }

  .p-top-fv__video {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    height: 100svh;
  }

  .p-top-fv__lead {
    font-size: 20px;
  }

  .p-top-fv__title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }

  .p-top-banner {
    z-index: 1000;
    width: 100%;
    position: fixed;
    bottom: -120px;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 20px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, #FF7D2F 0%, #E25400 100%);
    transition: bottom .5s ease;
    visibility: hidden;
  }

  .p-top-banner.is-show {
    bottom: 0;
    visibility: visible;
  }

  .p-top-banner__text {
    font-size: 18px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    color: #fff;
  }

  .p-top-intro {
    padding: 60px 0 80px;
  }

  .p-top-intro__left {
    gap: 60px;
  }

  .p-top-intro__text-item {
    font-size: 16px;
    letter-spacing: .32px;
  }

  .p-top-intro__image {
    margin: 0 auto;
  }

  .p-top-button {
    min-height: 61px;
    margin-top: 0;
  }

  .p-top-button--large {
    width: auto;
    min-height: 72px;
    margin: 36px auto 0;
    font-size: 18px;
    padding-left: 20px;
  }

  .p-top-section-title {
    margin-bottom: 30px;
    text-align: start;
  }

  .p-top-section-title__text {
    font-size: 14px;
    letter-spacing: .7px;
  }

  .p-top-section-title__text__note {
    font-size: 12px;
    letter-spacing: .6px;
  }

  .p-top-section-title__highlight {
    letter-spacing: .7px;
  }

  .p-top-merit::before {
    background-image: url("../images/top/merit-bg-line-sp.svg");
  }

  .p-top-merit {
    padding: 80px 0;
  }

  .p-top-merit__mini-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 14px;
  }

  .p-top-merit__mini-list-item {
    min-height: 56px;
    padding: 8px 0 8px 12px;
  }

  .p-top-merit__mini-list-item-main {
    gap: 14px;
  }

  .p-top-merit__mini-list-item-text {
    font-size: 16px;
  }

  .p-top-merit__mini-list-item-arrow {
    width: 44px;
    min-height: 44px;
  }

  .p-top-merit__mini-list-item-number-label {
    font-size: 10px;
  }

  .p-top-merit__mini-list-item-number-value {
    font-size: 26px;
    letter-spacing: -0.96px;
  }

  .p-top-merit-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }

  .p-top-merit-card__title {
    font-size: 24px;
  }

  .p-top-merit-card__text {
    font-size: 14px;
    margin-top: 14px;
  }

  .p-top-merit-card--reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-top-merit-card--reverse .p-top-merit-card__body {
    -webkit-order: initial;
    -ms-flex-order: initial;
    order: initial;
  }

  .p-top-product {
    padding: 0 10px;
  }

  .p-top-product__board {
    padding: 50px 20px;
    gap: 40px;
  }

  .p-top-product__title {
    font-size: 28px;
    text-align: start;
    width: 100%;
  }

  .p-top-product__intro {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
  }

  .p-top-product__caption {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
  }

  .p-top-product__spec {
    padding-top: 20px;
  }

  .p-top-product__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .p-top-product__dt {
    padding: 32px 0 28px;
    font-size: 15px;
    letter-spacing: .3px;
  }

  .p-top-product__dd>.p-top-product__link {
    margin-top: 28px;
  }

  .p-top-product__dd {
    padding: 0 0 32px;
    border-top: none;
  }

  .p-top-product__dd--flush {
    padding-right: 0;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .p-top-product__dd-text {
    font-size: 14px;
  }

  .p-top-product__list {
    gap: 14px;
  }

  .p-top-product__list-item {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: .7px;
  }

  .p-top-product__link {
    font-size: 13px;
    letter-spacing: .65px;
  }

  .p-top-product__link--button {
    font-size: 13px;
    letter-spacing: .65px;
  }

  .p-top-product__spec-note {
    font-size: 12px;
    line-height: 130%;
    margin-top: 8px;
  }

  .p-top-price {
    padding: 80px 0 0;
  }

  .p-top-price-bg::before {
    background-image: url("../images/top/price-bg-line-sp.svg");
  }

  .p-top-price__grid {
    gap: 1px;
  }

  .p-top-price__grid .p-top-price__term {
    width: 70px;
  }

  .p-top-price__grid .p-top-price__value-number {
    font-size: 16px;
    letter-spacing: .16px;
  }

  .p-top-price__grid .p-top-price__value-main {
    margin-bottom: -2px;
    font-size: 16px;
  }

  .p-top-price__grid .p-top-price__value-tax {
    font-size: 12px;
  }

  .p-top-price__grid .p-top-price__value-note {
    font-size: 13px;
  }

  .p-top-price__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-top-price__grid .p-top-price__item {
    -ms-grid-columns: 78px minmax(0, 1fr);
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .p-top-price__notes {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 130%;
    margin-top: 30px;
    text-align: start;
    padding-bottom: 60px;
  }

  .p-top-flow {
    padding: 60px 0 80px;
  }

  .p-top-flow__steps {
    margin-bottom: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .p-top-flow__steps-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    padding-right: 4px;
  }

  .p-top-flow__steps-item svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .p-top-flow__steps .p-top-flow__step {
    line-height: 180%;
    letter-spacing: .16px;
    padding: 12px 0;
    height: auto;
    width: 100%;
  }

  .p-top-flow__notice {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .7px;
    margin-top: 20px;
    padding: 12px;
    text-align: start;
  }

  .p-top-voice {
    padding: 80px 0;
  }

  .p-top-voice__list {
    margin-top: 70px;
    gap: 48px;
  }

  .p-top-voice__list .p-top-voice__item {
    padding: 44px 30px 32px;
  }

  .p-top-voice__list .p-top-voice__item-title {
    font-size: 14px;
    font-weight: 800;
    line-height: 160%;
    letter-spacing: .14px;
    padding: 6px 14px;
  }

  .p-top-voice__list .p-top-voice__item-title-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .p-top-voice__list .p-top-voice__item-title-note {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: .12px;
  }

  .p-top-voice__list .p-top-voice__item-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-top-faq {
    padding: 80px 0;
  }

  .p-top-faq__question {
    font-size: 16px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 0;
  }

  .p-top-faq__question-main {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .p-top-faq__question-text {
    line-height: 1.6;
  }

  .p-top-faq__answer-content {
    gap: 12px;
  }

  .p-top-faq__answer-list-item {
    font-size: 14px;
    letter-spacing: .4px;
  }

  .p-top-faq__answer-text {
    font-size: 14px;
    letter-spacing: .4px;
  }

  .p-top-faq__note {
    font-size: 13px;
    padding: 10px;
  }

  .p-top-contact {
    padding: 0 20px 60px;
  }

  .p-top-contact__inner {
    padding: 36px 26px;
    min-height: auto;
    background-size: auto 140%;
    gap: 24px;
  }

  .p-top-contact__inner__info__company {
    font-size: 15px;
  }

  .p-top-contact__inner__info__mail {
    font-size: 15px;
  }

  .p-top-contact__inner__request {
    width: 100%;
    padding: 16px 14px;
  }

  .p-top-contact__inner__request__text {
    font-size: 14px;
  }

  .p-top-contact__inner__request__list {
    font-size: 15px;
  }

  .p-top-contact__inner__img {
    bottom: -20px;
    right: -270px;
    width: 667px;
  }

  .u-sp-only {
    display: block !important;
  }

  .u-pc-only {
    display: none !important;
  }

  .u-sp-only-f {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 800px) {
  .p-top-product__diagram {
    aspect-ratio: auto;
  }

  .p-merit-card-lp__heading {
    gap: 20px;
  }

  .p-merit-card-lp__lead {
    margin-top: 20px;
  }
}

@media screen and (max-width: 460px) {
  .p-top-faq__question img {
    margin-top: 5px;
  }

  .p-top-faq__answer img {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1001px)and (max-width: 1330px) {
  .p-merit-card-lp__body {
    width: min(570px,50% - 32px);
  }
}

@media screen and (max-height: 820px) {
  .p-top-fv__title {
    font-size: clamp(44px,6.8vw,72px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-top .p-top-fv__line {
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-animation: none;
    animation: none;
  }

  .p-top .p-top-fv__line::after {
    display: none;
    -webkit-animation: none;
    animation: none;
  }
}