@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

:root {
  --color-primary: #404040;
  --color-secondary: #efefef;
  --color-accent:#CC0100;
  --color-third: #F6F3EE;
  --color-text: #000;
  --color-text2: #fff;
  --color-text3: #7A211E;
  --ff-main: "HondaGlobalFontJP-Regular", "Noto Sans JP", "ヒラギノ角ゴ W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  --ff-bold: "HondaGlobalFontJP-Bold", sans-serif;
  --ff-eg: "HondaGlobalFontEN-Regular", sans-serif;
  --inner-s: 34.375rem;
  --inner-l: 50rem;
  --inner-xl: 70rem;
  --padding-s: 1.25rem;
  --padding: 1.25rem;
  --header-pc: 4rem;
  --header-sp: 5rem;
  --ease-time: 0.3s;
  --ease-type: ease;
  --break-xxl: 1499.98px;
  --break-xl: 1079.98px;
  --break-l: 991.98px;
  --break-m: 767.98px;
  --break-s: 575.98px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ff-main);
  color: var(--color-text);
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 400;
}
body *:lang(en) {
  font-family: var(--ff-eg);
}
body:has(dialog[open]) {
  overflow: hidden;
}

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

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

summary {
  list-style-type: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

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

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3875rem 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: var(--color-text2);
  -webkit-transition: opacity var(--ease-time) var(--ease-type);
  transition: opacity var(--ease-time) var(--ease-type);
  width: 100%;
  position: relative;
  background-color: var(--color-accent);
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.c-btn svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.5rem;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.c-title__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-title__labelText {
  line-height: 1.6;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
[data-color=text2] .c-title__labelText {
  color: var(--color-text2);
}

.c-title__labelLine {
  width: 6.25rem;
  height: 0.0625rem;
  background-color: #000;
}
[data-color=text2] .c-title__labelLine {
  background-color: #fff;
}

.c-title__jp {
  font-size: 2rem;
  line-height: 1.4;
}
[data-color=text2] .c-title__jp {
  color: var(--color-text2);
}

.c-toggle {
  width: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  gap: 0.3125rem;
  display: none;
}

.c-toggle__line {
  width: 100%;
  height: 0.125rem;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-transition: rotate var(--ease-time) var(--ease-type) 0s;
  transition: rotate var(--ease-time) var(--ease-type) 0s;
}
.c-toggle__line:nth-child(2) {
  width: 1.25rem;
}

.l-inner {
  width: min(100%, var(--inner-xl) + var(--padding) * 2);
  padding-inline: var(--padding);
  margin-inline: auto;
  position: relative;
}

.l-inner--l {
  width: min(100%, var(--inner-l) + var(--padding) * 2);
  padding-inline: var(--padding);
  margin-inline: auto;
  position: relative;
}

.l-inner--s {
  width: min(100%, var(--inner-s) + var(--padding) * 2);
  padding-inline: var(--padding);
  margin-inline: auto;
  position: relative;
}

.l-section {
  padding-block: 6.25rem;
}

.p-about {
  padding-bottom: 0;
}

.p-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 31.5625rem) 50%;
  gap: 2.5rem 5.555556%;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-about__labelText {
  line-height: 1.6;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.p-about__labelLine {
  width: 6.25rem;
  height: 0.0625rem;
  background-color: #000;
}

.p-about__catch {
  font-weight: 500;
  font-size: 3.35rem;
  line-height: 1.2;
}

.p-about__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-about__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.p-about__tagText {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}

.p-about__tagIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border: 1px solid #000;
  font-size: 2rem;
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
}

.p-about__image {
  grid-row: 1/5;
  grid-column: 2/3;
}

.p-about__text {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}

.p-about__note {
  font-size: 0.75rem;
}

.p-cta {
  background-color: #404040;
}

.p-cta__inner {
  display: grid;
  gap: 2rem;
}

.p-cta__title {
  color: var(--color-text2);
  text-align: center;
}

.p-cta__btn {
  width: min(100%, 25rem);
  justify-self: center;
}

.p-cta__text {
  text-align: center;
  color: var(--color-text2);
}

.p-cta__link {
  color: var(--color-text2);
  text-decoration: underline;
  text-align: center;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.p-equipment {
  background-color: #404040;
}

.p-equipment__title {
  gap: 1.5rem;
}

.p-equipment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-equipment__description {
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: right;
}

.p-equipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem 4.7616071429%;
  margin-top: 6.5rem;
}

.p-equipment__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 48px 32px 32px;
  width: 21.4285714286%;
  border: 1px solid #fff;
}

.p-equipment__itemIcon {
  position: absolute;
  top: -40px;
  left: 32px;
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #404040;
  display: grid;
  place-items: center;
}

.p-equipment__itemTitle {
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #fff;
}

.p-equipment__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-equipment__itemText {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: justify;
}

.p-equipment__attention {
  font-size: 0.625rem;
  line-height: 1.4;
  color: var(--color-text2);
}

.p-faq {
  padding-bottom: 7.5rem;
}

.p-faq__inner {
  display: grid;
  gap: 3rem;
}

.p-faq__contents {
  display: grid;
  gap: 3rem;
}

.p-faq__wrap {
  display: grid;
  gap: 1.5rem;
}

.p-faq__label {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}

.p-accordion {
  --duration: 0.25s;
  background-color: var(--color-secondary);
}
.p-accordion::details-content {
  display: grid;
  -webkit-transition-duration: var(--duration);
          transition-duration: var(--duration);
  -webkit-transition-property: content-visibility, grid-template;
  transition-property: content-visibility, grid-template;
  transition-property: content-visibility, grid-template, -ms-grid-template;
  transition-behavior: allow-discrete;
  /* 閉じてる状態 */
  grid-template-rows: 0fr;
}
.p-accordion[open] {
  background-color: var(--color-primary);
}
.p-accordion[open]::details-content {
  grid-template-rows: 1fr;
}

.p-accordion__inner {
  display: grid;
  padding: 1.5rem 2rem;
  grid-template-columns: 2.5rem 1fr 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-accordion__symbol {
  font-size: 1.25rem;
  border-radius: 6.25rem;
  width: 100%;
  aspect-ratio: 1;
  line-height: 1.6;
  display: grid;
  place-items: center;
}
[open] .p-accordion__symbol {
  color: var(--color-text2);
  border-color: #fff;
}

.p-accordion__symbol--q {
  border: 1px solid #000;
}
[open] .p-accordion__symbol--q {
  color: #404040;
  background-color: #fff;
  border-color: #fff;
}

.p-accordion__symbol--a {
  border: 1px solid #fff;
}

.p-accordion__question {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
}
[open] .p-accordion__question {
  color: var(--color-text2);
}

[open] .p-accordion__icon rect {
  fill: #fff;
}

.p-accordion__content {
  overflow: hidden;
}

.p-accordion__wrap {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.5rem;
  gap: 1.5rem;
  width: calc(100% - 4rem);
  border-top: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}

.p-accordion__answer {
  color: var(--color-text2);
  font-weight: 500;
  line-height: 1.6;
}

.p-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #efefef;
}

.p-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}

.p-feature__title {
  width: 19%;
}

.p-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  width: 75%;
}

.p-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.3022170362%;
}

.p-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  width: 29.726516%;
}

.p-feature__itemImage img {
  width: 100%;
}

.p-feature__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-feature__itemLabel {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.p-feature__itemText {
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-feature__mainCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-feature__mainCardContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 0 1.5rem;
  background-color: #fff;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-feature__mainCardLabel {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #000;
}

.p-feature__mainCardText {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
}

.p-feature__mainCardImage {
  width: 57.0749108205%;
}

.p-fv {
  position: relative;
  max-height: 42.5rem;
  min-height: 35rem;
  aspect-ratio: 90/42.5;
  width: 100%;
  background-image: url(../images/fv/bg-fv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-fv::after {
  content: "";
  position: absolute;
  top: var(--header-pc);
  left: 0;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #fff;
}

.p-fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  height: 100%;
  border-bottom: 1px solid #fff;
  width: min(100%, 80rem);
  padding-inline: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-left: 5rem;
  border-left: 4px solid #fff;
  color: #fff;
  width: min(100%, 31.375rem);
}

.p-fv__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-fv__labelText {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}

.p-fv__labelLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.0625rem;
  background-color: #fff;
}

.p-fv__wrap {
  display: grid;
  gap: 0.5rem;
}

.p-fv__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text2);
  letter-spacing: 0.24em;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}

.p-fv__lead {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-fv__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}

.p-fv__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 22px 40px 24px;
  background-color: #cc0100;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-fv__cta::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 17.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 17.5'%3E%3Cpath d='M0.56 0.65L9.48 8.75L0.56 16.86' fill='none' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-fv__ctaText {
  display: block;
}

.p-fv__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-pc);
}

.p-header__inner {
  padding-inline: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 73.75rem);
  height: 100%;
}

.p-header__link {
  display: grid;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.p-header__link img {
  width: 100%;
}

.p-header__navHead {
  display: none;
}

.p-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__navLink {
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
  color: var(--color-text2);
}
.p-header__navLink svg {
  display: none;
}

.p-header__btn {
  padding: 0.625rem;
  font-size: 1rem;
}

.p-header__wrap {
  display: grid;
}

.p-header__bg {
  display: none;
}

.p-header__btn {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
}

.p-header__spNav {
  display: none;
}

.p-lineup__title {
  white-space: nowrap;
}

.p-lineup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  width: 100%;
}

.p-lineup__description {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  text-align: right;
}

.p-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  width: 100%;
  margin-top: 4rem;
}

.p-lineup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.7142857143%;
  width: 100%;
}
.p-lineup__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-lineup__item[data-card=coming] {
  position: relative;
}
.p-lineup__item[data-card=coming]::before {
  content: "COMING SOON";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  inset: 0;
  z-index: 2;
  color: var(--color-text2);
  display: grid;
  place-items: center;
  font-size: 3rem;
  font-weight: 700;
}

.p-lineup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 44.8214285714%;
}

.p-lineup__head {
  font-size: 3rem;
  line-height: 1.2;
  color: #000;
}

.p-lineup__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
}

.p-lineup__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  width: 49.4642857143%;
  padding-left: 3.125rem;
}
.p-lineup__item:nth-child(even) .p-lineup__image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 3.125rem;
}

.p-lineup__slider {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.p-lineup__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.p-lineup__slide {
  min-width: 100%;
  height: 100%;
}
.p-lineup__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lineup__arrow {
  position: absolute;
  bottom: 0.75rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.72);
  color: #7A6A5A;
  border: 1px solid rgba(167, 135, 98, 0.25);
  cursor: pointer;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.p-lineup__arrow svg {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}
.p-lineup__arrow--prev {
  left: 0.75rem;
}
.p-lineup__arrow--next {
  right: 0.75rem;
}

.p-lineup__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-lineup__number {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.25rem;
  background-color: #aaa;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.6;
  color: #fff;
  aspect-ratio: 1;
}
.p-lineup__item:nth-child(even) .p-lineup__number {
  left: initial;
  right: 0;
}

.p-lineup__dot {
  width: 0.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #aaa;
}
.p-lineup__dot.active {
  background-color: #000;
}

.p-plan {
  background: transparent url(../images/plan/bg-plan.webp) no-repeat center center/cover;
}

.p-plan__inner {
  display: grid;
  gap: 4rem;
}

.p-plan__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3rem;
}

.p-plan__title {
  gap: 1.5rem;
}

.p-plan__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: right;
}

.p-plan__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.5714285714%;
}

.p-plan__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem 3rem 3rem;
  background-color: #fff;
  width: 48.2142857143%;
}

.p-plan__cardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-plan__cardLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.p-plan__cardLabelText {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #000;
  white-space: nowrap;
}

.p-plan__cardLabelLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #000;
}

.p-plan__cardTitle {
  font-size: 1.5rem;
  line-height: 1em;
  color: #000;
}

.p-plan__detailList {
  display: grid;
  gap: 0.75rem;
}

.p-plan__detailItem {
  display: grid;
  grid-template-columns: 4rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-plan__detailLabel {
  font-weight: 500;
  line-height: 1.6;
}

.p-plan__detailLine {
  width: 100%;
  height: 0.0625rem;
  background-color: #E6E3DE;
}

.p-plan__detailValue {
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.p-plan__detailValue::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.5rem;
  translate: 0 -50%;
  width: 2rem;
  height: 0.0625rem;
  background-color: #E6E3DE;
}

.p-plan__benefitsList {
  display: grid;
  gap: 2rem;
}

.p-plan__benefitText {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-plan__benefitNote {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.p-plan__list {
  padding-left: 1.5rem;
  list-style: disc;
}

.p-problem {
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-problem__inner {
  background-color: #808080;
  padding: 0.5rem 2rem 1rem;
  -webkit-box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.16);
}

.p-problem__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
}

.p-problem__labelText {
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: #fff;
  white-space: nowrap;
}

.p-problem__labelLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #fff;
}

.p-problem__content {
  margin-top: 2rem;
}

.p-problem__title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-text2);
  margin-top: 2rem;
  text-align: center;
}

.p-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.46428571%;
}

.p-problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 25.3571428571%;
}

.p-problem__itemImage {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-problem__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-problem__itemText {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.p-problem__divider {
  width: 0.0625rem;
  background-color: #fff;
  height: 15.25rem;
}

.p-problem__bottomLine {
  width: 100%;
  height: 0.0625rem;
  background-color: #fff;
  margin-top: 2.5rem;
}

.p-spec__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.p-spec__title {
  gap: 1.5rem;
}

.p-spec__table {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
  width: 100%;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 20rem 0.125rem 1fr 1fr 1fr;
  gap: 0.5rem 0.9375rem;
}

.p-spec__column {
  display: grid;
  gap: 0.25rem;
  grid-template-rows: subgrid;
  grid-row: span 6;
}

.p-spec__line {
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  grid-row: span 6;
}

.p-spec__wrap {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0 0.5rem;
  grid-template-rows: repeat(auto-fit, 3rem);
}
.p-spec__wrap[data-row=two] {
  grid-template-rows: repeat(2, 3rem);
}
.p-spec__wrap[data-row=three] {
  grid-template-rows: repeat(3, 3rem);
}
.p-spec__wrap[data-row=four] {
  grid-template-rows: repeat(4, 3rem);
}

.p-spec__category {
  padding-inline: 1rem;
  border: 1px solid #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: grid;
  place-items: center;
  grid-row: 1/2;
}
.p-spec__category[data-row=two] {
  grid-row: 1/3;
}
.p-spec__category[data-row=three] {
  grid-row: 1/4;
}
.p-spec__category[data-row=four] {
  grid-row: 1/5;
}

.p-spec__label {
  padding: 0.8125rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  max-height: 3rem;
}
.p-spec__label[data-color=secondary] {
  background-color: #EFEFEF;
}

.p-spec__group {
  display: grid;
  grid-template-rows: repeat(auto-fit, 3rem);
}
.p-spec__group[data-row=two] {
  grid-template-rows: repeat(2, 3rem);
}
.p-spec__group[data-row=three] {
  grid-template-rows: repeat(3, 3rem);
}
.p-spec__group[data-row=four] {
  grid-template-rows: repeat(4, 3rem);
}

.p-spec__head {
  border: 1px solid #000;
  text-align: center;
  padding-block: 0.875rem;
  font-size: 1.125rem;
  display: grid;
  place-items: center;
}
.p-spec__head[data-head=navn] {
  color: var(--color-text2);
  background-color: #999;
  border: none;
}
.p-spec__head[data-head=ev] {
  color: var(--color-text2);
  background-color: #5c5c5c;
  border: none;
}
.p-spec__head[data-head=stepwgn] {
  color: var(--color-text2);
  background-color: #404040;
  border: none;
}

.p-spec__data {
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-spec__data[data-cell=column] {
  padding: 0;
}
.p-spec__data[data-cell=number] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0.59375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.p-spec__data[data-color=secondary] {
  background-color: #EFEFEF;
}

.p-spec__num {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.p-spec__note {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-step {
  position: relative;
}

.p-step__visualBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #404040;
  width: 30vw;
}

.p-step__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.1428571429%;
}

.p-step__visualImage {
  width: min(28.5714285714%, 20rem);
}

.p-step__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  width: 64.2857142857%;
}

.p-step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 1.5rem 4rem;
  background-color: #f8f8f8;
  border-left: 4px solid #a9a9a9;
  position: relative;
}

.p-step__itemNumber {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  text-align: center;
}

.p-step__itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-step__head {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
}

.p-step__itemText {
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}

.p-step__btn {
  width: min(100%, 25rem);
}

.u-hide {
  display: block;
}

.u-hide--l {
  display: block;
}

.u-show {
  display: none;
}

.u-show--l {
  display: none;
}

:root {
  --fadein-time: 1s;
  --fadein-type: ease-in-out;
}

:where([data-scroll-js=fadeIn]) {
  -webkit-transition: opacity var(--fadein-time) var(--fadein-type), translate var(--fadein-time) var(--fadein-type);
  transition: opacity var(--fadein-time) var(--fadein-type), translate var(--fadein-time) var(--fadein-type);
  opacity: 0;
  translate: 0 10px;
}
:where([data-scroll-js=fadeIn])[data-scroll-animated=true] {
  opacity: 1;
  translate: 0 0;
}

.mt-40 {
  margin-top: 40px;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media (max-width: 1499.98px) {
  body {
    line-height: 1.5;
  }
  .p-step__visualBg {
    width: 20rem;
  }
}

@media (max-width: 1198.98px) {
  body {
    line-height: 1.5;
  }
}

@media (max-width: 991.98px) {
  body {
    line-height: 1.5;
  }
  .p-about {
    padding-bottom: 0;
  }
  .p-about__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-inline: var(--padding-s);
  }
  .p-about__tags {
    gap: 0.3875rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-about__tag {
    gap: 0;
  }
  .p-about__tagIcon {
    font-size: 1.5rem;
    padding: 0.25rem 0.3875rem 0.3875rem 0.3875rem;
  }
  .p-about__image {
    grid-row: auto;
    grid-column: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-about__text {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    font-size: 1.5rem;
    text-align: right;
  }
  .p-equipment__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  .p-equipment__description {
    text-align: left;
    width: 100%;
  }
  .p-equipment__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .p-equipment__item {
    width: 100%;
    padding: 40px 24px 24px;
  }
  .p-feature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .p-feature__title {
    width: 100%;
  }
  .p-feature__content {
    width: min(100%, var(--inner-s));
    margin-inline: auto;
  }
  .p-feature__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .p-feature__item {
    width: 100%;
  }
  .p-feature__mainCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-feature__mainCardContent {
    padding: 1.5rem 1.4375rem 1.5rem 1.5rem;
    width: 100%;
  }
  .p-feature__mainCardImage {
    width: 100%;
  }
  .p-feature__mainCardImage img {
    width: 100%;
    aspect-ratio: 21.875/15;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-lineup__number {
    font-size: 2rem;
    width: 4rem;
  }
  .p-plan__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-plan__description {
    text-align: left;
    width: 100%;
  }
  .p-plan__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .p-plan__card {
    gap: 2rem;
    padding: 2rem 1.5rem;
    width: 100%;
  }
  .p-plan__cardHeader {
    gap: 8px;
  }
  .p-spec__head[data-head=navn], .p-spec__head[data-head=ev], .p-spec__head[data-head=stepwgn] {
    font-size: 1rem;
  }
  .p-spec__data {
    font-size: 0.875rem;
  }
  .p-spec__note {
    font-size: 0.625rem;
  }
  .p-step__visualBg {
    width: 100%;
    height: 11.5rem;
  }
  .p-step__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .p-step__visualImage {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .p-step__visualImage img {
    width: 100%;
  }
  .p-step__content {
    width: 100%;
    gap: 3rem;
  }
  .p-step__header {
    gap: 1rem;
  }
  .p-step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    padding: 1.5rem 1.25rem;
  }
  .p-step__itemNumber {
    font-size: 4rem;
    position: absolute;
    right: -0.25rem;
    top: -0.5rem;
    color: rgba(0, 0, 0, 0.08);
  }
  .p-step__itemContent {
    width: 100%;
  }
  .p-step__head {
    font-size: 1.25rem;
  }
  .p-step__itemText {
    text-align: left;
  }
  .p-step__btn {
    margin-inline: auto;
  }
  .u-hide--l {
    display: none;
  }
  .u-show--l {
    display: block;
  }
}

@media (max-width: 767.98px) {
  body {
    line-height: 1.5;
  }
  .c-title {
    gap: 1rem;
  }
  .c-title__labelText {
    font-size: 0.875rem;
  }
  .c-title__labelLine {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-title__jp {
    font-size: 1.5rem;
  }
  .c-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-inner {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .l-inner--l {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .l-inner--s {
    max-width: var(--inner-s);
    padding-inline: var(--padding-s);
  }
  .l-section {
    padding-block: 4rem;
  }
  .p-about__labelText {
    font-size: 0.875rem;
  }
  .p-about__catch {
    font-size: 2.25rem;
  }
  .p-about__tagText {
    font-size: 1.5rem;
  }
  .p-faq {
    padding-bottom: 4rem;
  }
  .p-faq__wrap {
    gap: 1rem;
  }
  .p-accordion__inner {
    padding: 1.25rem 0.75rem 1rem 1.25rem;
    grid-template-columns: 2rem 1fr 2.5rem;
    gap: 0.75rem;
  }
  .p-accordion__symbol {
    font-size: 1rem;
  }
  .p-accordion__question {
    font-size: 1rem;
  }
  .p-accordion__wrap {
    grid-template-columns: 2rem 1fr;
    width: calc(100% - 2rem);
    padding-block: 1rem 1.25rem;
    gap: 0.75rem;
  }
  .p-feature__mainCardText {
    font-size: 1.5rem;
  }
  .p-fv {
    max-height: 45rem;
    aspect-ratio: 24.375/45;
    background-image: url(../images/fv/bg-fv-sp.webp);
    padding-inline: var(--padding-s);
  }
  .p-fv::after {
    top: var(--header-sp);
  }
  .p-fv__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 4rem;
    height: 100%;
    padding-inline: 0;
  }
  .p-fv__content {
    gap: 1rem;
    padding-left: 1.25rem;
  }
  .p-fv__label {
    padding-right: 1rem;
  }
  .p-fv__labelText {
    font-size: 1rem;
  }
  .p-fv__title {
    font-size: 2.25rem;
  }
  .p-fv__lead {
    font-size: 1.25rem;
  }
  .p-fv__text {
    font-size: 0.875rem;
  }
  .p-fv__cta {
    padding: 20px 40px 22px;
  }
  .p-fv__period {
    display: none;
  }
  .p-fv__btn {
    width: min(100%, 19.375rem);
  }
  .p-header {
    height: var(--header-sp);
  }
  .p-header__inner {
    width: calc(100% - 2.5rem);
  }
  .p-header__logo {
    width: 6.75rem;
  }
  .p-header__nav {
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    -webkit-transition: right var(--ease-time) var(--ease-type) 0s;
    transition: right var(--ease-time) var(--ease-type) 0s;
    width: 20rem;
    position: fixed;
    right: -100%;
    bottom: 0;
    height: calc(100dvh - 4.0625rem);
    background-color: #fff;
    z-index: 1002;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .add-active .p-header__nav {
    right: 0;
  }
  .p-header__navHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-header__navItem {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
  }
  .p-header__navLink {
    padding: 1rem;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid var(--color-third);
    color: var(--color-text);
  }
  .p-header__navLink svg {
    display: block;
  }
  .p-header__btn {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
  .p-header__wrap {
    grid-template-columns: 5.5rem 2rem;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: end;
  }
  .p-header__bg {
    display: block;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(69, 61, 58, 0.8);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity var(--ease-time) var(--ease-type);
    transition: opacity var(--ease-time) var(--ease-type);
  }
  .add-active .p-header__bg {
    opacity: 1;
    pointer-events: auto;
  }
  .p-header__navBtn {
    width: 100%;
    margin-top: 2rem;
  }
  .p-header__spNav {
    display: grid;
    grid-template-columns: 1fr 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
  .p-header__navWrap {
    width: 100%;
  }
  .p-lineup__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  .p-lineup__description {
    text-align: left;
    width: 100%;
  }
  .p-lineup__list {
    gap: 5rem;
    margin-top: 3rem;
  }
  .p-lineup__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.75rem;
  }
  .p-lineup__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-lineup__item[data-card=coming]::before {
    font-size: 1.5rem;
    top: -2rem;
    height: calc(100% + 2rem);
  }
  .p-lineup__content {
    width: 100%;
    gap: 1.5rem;
  }
  .p-lineup__head {
    font-size: 1.75rem;
  }
  .p-lineup__text {
    font-size: 1rem;
    line-height: 1.4;
  }
  .p-lineup__image {
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-lineup__item:nth-child(even) .p-lineup__image {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-lineup__slider {
    width: 100%;
  }
  .p-lineup__slider {
    -ms-touch-action: pan-y pinch-zoom;
        touch-action: pan-y pinch-zoom;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  .p-lineup__slide {
    width: 100%;
    pointer-events: none;
    -webkit-touch-callout: none;
  }
  .p-lineup__arrow {
    width: 2rem;
    bottom: initial;
    top: 50%;
    translate: 0 -50%;
  }
  .p-lineup__arrow svg {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-lineup__dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0.75rem;
  }
  .p-lineup__number {
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .p-lineup__item:nth-child(even) .p-lineup__number {
    left: 50%;
    right: initial;
  }
  .p-plan {
    background-image: url(../images/plan/bg-plan-sp.webp);
  }
  .p-plan__inner {
    gap: 3rem;
  }
  .p-plan__cardLabelText {
    font-size: 14px;
  }
  .p-plan__detailItem {
    grid-template-columns: 1fr;
    gap: 0 0.5rem;
  }
  .p-plan__detailLabel {
    grid-column: 1/3;
  }
  .p-plan__detailValue {
    padding-left: 2.5rem;
  }
  .p-plan__detailValue::after {
    left: 0;
  }
  .p-plan__benefitsList {
    gap: 1rem;
  }
  .p-plan__benefitText {
    font-size: 1.125rem;
  }
  .p-plan__list {
    padding-left: 1.25rem;
  }
  .p-plan__item {
    font-size: 0.875rem;
  }
  .p-problem {
    padding-bottom: 4rem;
  }
  .p-problem__inner {
    background-color: transparent;
    padding: 0 var(--padding-s);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-problem__wrap {
    -webkit-box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 16px 16px 32px 0 rgba(0, 0, 0, 0.16);
    background-color: #808080;
    padding: 0.5rem 1rem 1rem 1rem;
  }
  .p-problem__title {
    font-size: 1.5rem;
  }
  .p-problem__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-problem__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-problem__item:nth-of-type(4n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-problem__itemImage {
    width: 6.25rem;
  }
  .p-problem__itemText {
    font-size: 1.125rem;
    width: calc(100% - 6.25rem);
  }
  .p-problem__divider {
    width: 100%;
    height: 0.0625rem;
  }
  .p-problem__bottomLine {
    margin-top: 2rem;
  }
  .p-spec__inner {
    padding-inline: 0;
    max-width: none;
  }
  .p-spec__title {
    padding-inline: var(--padding-s);
  }
  .p-spec__contents {
    overflow-x: auto;
    padding-left: var(--padding-s);
    padding-block: 1rem;
  }
  .p-spec__table {
    width: 46.75rem;
    grid-template-columns: 14.875rem 0.125rem 1fr 1fr 1fr;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .p-spec__wrap {
    grid-template-columns: 2rem 1fr;
  }
  .p-spec__wrap[data-row=two] {
    grid-template-rows: repeat(2, 2.75rem);
  }
  .p-spec__wrap[data-row=three] {
    grid-template-rows: repeat(3, 2.75rem);
  }
  .p-spec__wrap[data-row=four] {
    grid-template-rows: repeat(4, 2.75rem);
  }
  .p-spec__category {
    padding: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .p-spec__label {
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem;
  }
  .p-spec__group {
    grid-template-rows: repeat(auto-fit, 2.75rem);
  }
  .p-spec__group[data-row=two] {
    grid-template-rows: repeat(2, 2.75rem);
  }
  .p-spec__group[data-row=three] {
    grid-template-rows: repeat(3, 2.75rem);
  }
  .p-spec__group[data-row=four] {
    grid-template-rows: repeat(4, 2.75rem);
  }
  .p-spec__head {
    padding-block: 0.4375rem;
  }
  .p-spec__note {
    font-size: 0.75rem;
  }
  .u-hide {
    display: none;
  }
  .u-show {
    display: block;
  }
}

@media (max-width: 575.98px) {
  body {
    line-height: 1.5;
  }
}

@media (hover: hover) {
  .c-btn:-moz-any-link:hover {
    opacity: 0.7;
  }
  .c-btn:any-link:hover, .c-btn:enabled:hover {
    opacity: 0.7;
  }
  .p-cta__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-cta__link:any-link:hover, .p-cta__link:enabled:hover {
    opacity: 0.7;
  }
  .p-fv__cta:-moz-any-link:hover {
    opacity: 0.8;
  }
  .p-fv__cta:any-link:hover, .p-fv__cta:enabled:hover {
    opacity: 0.8;
  }
  .p-header__link:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-header__link:any-link:hover, .p-header__link:enabled:hover {
    opacity: 0.7;
  }
  .p-header__navLink:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-header__navLink:any-link:hover, .p-header__navLink:enabled:hover {
    opacity: 0.7;
  }
  .p-lineup__arrow:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-lineup__arrow:any-link:hover, .p-lineup__arrow:enabled:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */