@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;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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: #cc0100;
  --color-secondary: #EEEBE4;
  --color-third: #A78762;
  --color-text: #453D3A;
  --color-text2: #fff;
  --color-text3: #A78762;
  --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: 64.375rem;
  --padding-s: 1.25rem;
  --padding: 1.25rem;
  --header-pc: 4rem;
  --header-sp: 3rem;
  --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);
  line-height: 1.5;
  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;
  background-color: var(--color-primary);
  border-radius: 0.75rem;
  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;
  font-weight: 700;
}
.c-btn svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.4875rem;
}

.c-btn__icon {
  width: 14px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 1rem;
  text-align: center;
  font-weight: 700;
}

.c-title__label {
  line-height: 1;
  color: var(--color-text3);
}
[data-text=text2] .c-title__label {
  color: var(--color-text2);
}

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

.c-title__text--accent {
  color: var(--color-text3);
}

.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: #453D3A;
  -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-bg {
  background-color: var(--color-secondary);
  border-radius: 0 11.25rem 0 0;
}
.l-bg[data-bg=secondary] {
  background-color: var(--color-secondary);
}
.l-bg[data-bg=line] {
  background: transparent url(../images/common/bg-line.webp) no-repeat center center/cover;
  border-radius: 0;
}

.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-main {
  overflow: hidden;
}

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

.p-about {
  position: relative;
  overflow: hidden;
}

.p-about__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.7961%;
}

.p-about__bgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  position: absolute;
  left: 0;
  top: 25.75rem;
  z-index: -1;
}

.p-about__bgTextItem {
  font-size: 12.5rem;
  line-height: 1;
  color: #F6F5F5;
  white-space: nowrap;
}

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

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

.p-about__title {
  font-size: 3.125rem;
  line-height: 1.4;
  color: #453D3A;
  white-space: pre-line;
  font-weight: 700;
}

.p-about__description {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

.p-about__description--accent {
  color: var(--color-text3);
}

.p-about__catchWrap {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about__catchLine {
  width: 100%;
  height: 0.0625rem;
  background-color: #453D3A;
}

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

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

.p-cta__text {
  text-align: center;
}

.p-cta__link {
  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-image: url("../images/equipment/bg-equipment.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 11.25rem 0 0 0;
}

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

.p-equipment__description {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: var(--color-text2);
  white-space: pre-line;
}

.p-equipment__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 3.562%;
  margin-inline: auto;
}

.p-equipment__card {
  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: 1rem;
  padding: 1.5rem 1rem;
  background-color: #EEEBE4;
  border-radius: 32px;
}

.p-equipment__icon {
  width: 5rem;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.p-equipment__content {
  display: grid;
  gap: 1rem;
}

.p-equipment__head {
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}

.p-equipment__line {
  width: 2.5rem;
  height: 0.062rem;
  background-color: #453D3A;
  justify-self: center;
}

.p-equipment__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  display: grid;
  gap: 0.5rem;
}

.p-equipment__note {
  font-size: 0.625rem;
  line-height: 1.4;
  text-align: justify;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-faq__line {
  width: 4rem;
  height: 0.0625rem;
  background-color: #453d3a;
  display: block;
}

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

.p-accordion {
  --duration: 0.25s; /* transition時間 */
  background-color: var(--color-secondary);
  border-radius: 1rem;
}
.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-third);
}
.p-accordion[open]::details-content {
  grid-template-rows: 1fr;
}

.p-accordion__inner {
  display: grid;
  padding: 1.5rem 2rem;
  grid-template-columns: 2.375rem 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 #453D3A;
}
[open] .p-accordion__symbol--q {
  color: var(--color-text3);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.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__inner {
  display: grid;
  gap: 3rem;
}

.p-feature__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.398%;
}

.p-feature__card {
  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;
  padding: 2rem;
  gap: 4.5rem;
  border-radius: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.p-feature__card--01 {
  background-image: url("../images/feature/bg-feature1.webp");
}
.p-feature__card--02 {
  background-image: url("../images/feature/bg-feature2.webp");
}
.p-feature__card--03 {
  background-image: url("../images/feature/bg-feature3.webp");
}

.p-feature__label {
  line-height: 1;
  color: var(--color-text2);
  height: auto;
  font-weight: 700;
}

.p-feature__text {
  font-size: clamp(1.25rem, 0.189rem + 2.21vw, 1.75rem);
  line-height: 1.2;
  text-align: right;
  color: var(--color-text2);
  white-space: pre-line;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
  font-weight: 700;
}

.p-feature__more {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 4fr 5fr;
  gap: 7.69%;
  padding: 1rem 1rem 1rem 2rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  width: min(100%, 43rem);
  margin-inline: auto;
}

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

.p-feature__moreLabel {
  line-height: 1;
  color: var(--color-text3);
  font-weight: 700;
}

.p-feature__moreTitle {
  font-size: 1.375rem;
  line-height: 1.2;
  white-space: pre-line;
  font-weight: 700;
}

.p-feature__moreImg {
  border-radius: 1.5rem;
  overflow: hidden;
}
.p-feature__moreImg img {
  width: 100%;
}

.p-feature__wrap {
  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__attention {
  font-size: 0.625rem;
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  color: var(--color-text2);
  text-align: right;
}

.p-fv {
  max-height: 50rem;
  min-height: 37.5rem;
  width: 100%;
  aspect-ratio: 90/50;
  background: transparent url(../images/fv/bg-fv.webp) no-repeat center center/cover;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-fv__inner {
  display: grid;
  gap: 3rem;
  position: static;
}

.p-fv__contents {
  display: grid;
  gap: 1rem;
  width: min(30rem, 100%);
}

.p-fv__catch {
  text-align: center;
  color: #A78762;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  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: 1rem;
}
.p-fv__catch::before, .p-fv__catch::after {
  content: "";
  display: inline-block;
  width: 0.125rem;
  height: 2rem;
  background-color: currentColor;
}
.p-fv__catch::before {
  left: 0;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
.p-fv__catch::after {
  right: 0;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}

.p-fv__lead {
  margin-left: -0.875rem;
  margin-left: -0.75rem;
}

.p-leadWrap {
  font-size: 1.875rem;
  line-height: 1.5;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding-inline: 0 0.5rem;
  clip-path: polygon(0.5rem 0, 100% 0, 100% 100%, 0.5rem 100%);
}
.p-leadWrap[data-lead=second] {
  padding-left: 0.75rem;
}

.p-fv__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-text2);
  line-height: 1.6;
  font-weight: 700;
}

.p-fv__label {
  border-radius: 6.25rem 0 0 6.25rem;
  background-color: #b49776;
  padding: 0.25rem;
  width: 6.5rem;
  text-align: center;
}

.p-fv__date {
  border-radius: 0 6.25rem 6.25rem 0;
  padding: 0.25rem;
  text-align: center;
  margin-inline: auto;
  background-color: #A78762;
  width: calc(100% - 6.5rem);
}

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

.p-fv__btn {
  max-width: 28.75rem;
}

.p-header {
  background-color: #fff;
  position: absolute;
  top: 2rem;
  left: 50%;
  translate: -50%;
  width: min(100%, 64.375rem);
  z-index: 1000;
  height: 4rem;
  border-radius: 62.5rem;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}

.p-header__inner {
  padding-inline: 3.125rem;
  display: grid;
  grid-template-columns: 8.0625rem 1fr 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: grid;
  grid-template-columns: repeat(4, auto);
  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;
}
.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__navBtn {
  display: none;
  margin-top: 2rem;
}

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

.p-lineup__inner {
  display: grid;
}

.p-lineup__content {
  margin-top: 3rem;
}

.p-lineup__description {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.p-lineup__cards {
  margin-top: 2rem;
  display: grid;
  gap: 4rem;
}

.p-lineup__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  gap: 5.4368932039%;
}
.p-lineup__card::after {
  content: "";
  position: absolute;
  background-color: #F4F1EC;
  border-radius: 1.5rem;
  height: min(21.875rem, 100%);
  width: 88.3495145631%;
  left: 0;
  bottom: -1.125rem;
  z-index: -1;
}
.p-lineup__card:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-lineup__card:nth-child(even)::after {
  left: initial;
  right: 0;
}
.p-lineup__card[data-card=coming]::before {
  content: "COMING SOON";
  width: 100%;
  height: calc(100% + 1.125rem);
  background: rgba(69, 61, 58, 0.8);
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  z-index: 3;
  color: var(--color-text2);
  display: grid;
  place-items: center;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.p-lineup__num {
  font-size: clamp(4rem, -4.486rem + 17.68vw, 8rem);
  line-height: 1;
  z-index: 2;
  translate: 0 0.5rem;
  padding-left: 1rem;
  position: absolute;
  top: -1rem;
  left: 0;
  opacity: 0.08;
  background-color: #F0EFEF;
  font-weight: 700;
}
.p-lineup__card:nth-child(even) .p-lineup__num {
  right: 0;
  left: initial;
}

.p-lineup__body {
  display: grid;
  gap: 2rem;
  padding-bottom: 2.21875rem;
  width: 34.75728%;
}

.p-lineup__head {
  font-size: clamp(1.75rem, -0.902rem + 5.52vw, 3rem);
  line-height: 1.2;
  color: var(--color-text3);
  font-weight: 700;
}

.p-lineup__text {
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  white-space: pre-line;
  font-size: 1.25rem;
}

.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__images {
  width: 54.3689320388%;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  position: relative;
}

.p-lineup__img {
  border-radius: 1rem;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/373;
}

.p-lineup__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  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;
  gap: 0.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 1rem;
}

.p-lineup__dot {
  width: 0.5rem;
  aspect-ratio: 1;
  background-color: #453D3A;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.p-lineup__dot.active {
  background-color: #A78762;
}

.p-plan {
  background-color: var(--color-secondary);
}

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

.p-plan__description {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.p-plan__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.p-plan__card {
  display: grid;
  gap: 2.25rem;
  padding: 2.5rem;
  background-color: #FFFFFF;
  border-radius: 1rem;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-plan__cardHeader {
  display: grid;
  gap: 1rem;
}

.p-plan__cardLabel {
  line-height: 1;
  color: var(--color-text3);
}

.p-plan__cardTitle {
  font-size: 1.5rem;
  line-height: 1;
}

.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__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__text {
  font-weight: 500;
  line-height: 1.5;
}

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

.p-problem {
  padding-top: 0;
  margin-top: 3rem;
}

.p-problem__contents {
  padding: 3rem 1.25rem 4rem;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  background-color: #F4F1EC;
  border-radius: 2.5rem;
}

.p-problem__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
}

.p-problem__card {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.p-problem__img {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  justify-self: center;
}

.p-problem__text {
  font-size: clamp(0.925rem, 0.235rem + 1.44vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
  white-space: pre-line;
  font-weight: 700;
}

.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: 3rem;
}

.p-spec__table {
  background-color: #FFFFFF;
  border-radius: 24px;
  -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: #ededed;
  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 #453D3A;
  border-radius: 0.5rem;
  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;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  max-height: 3rem;
}
.p-spec__label[data-color=secondary] {
  background-color: var(--color-secondary);
}

.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-radius: 0.5rem;
  border: 1px solid #453D3A;
  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: #C0B9B5;
  border: none;
}
.p-spec__head[data-head=ev] {
  color: var(--color-text2);
  background-color: #8E8179;
  border: none;
}
.p-spec__head[data-head=stepwgn] {
  color: var(--color-text2);
  background-color: #625045;
  border: none;
}

.p-spec__data {
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  border-radius: 0.5rem;
  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: var(--color-secondary);
}

.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 {
  background: transparent url(../images/step/bg-step.webp) no-repeat center center/cover;
  border-radius: 11.25rem 0 0 0;
  position: relative;
}

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

.p-step__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 3.398%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
}

.p-step__card {
  display: grid;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 2rem 2rem;
  background-color: var(--color-secondary);
  border-radius: 2rem;
  position: relative;
  grid-template-rows: 1fr 0.0625rem auto;
}

.p-step__number {
  display: grid;
  place-items: center;
  width: 6rem;
  aspect-ratio: 1;
  background-color: var(--color-secondary);
  border-radius: 100%;
  position: absolute;
  top: -2rem;
  left: 50%;
  translate: -50%;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  color: var(--color-text3);
}

.p-step__cardTitle {
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-step__cardLine {
  width: 2.5rem;
  height: 0.0625rem;
  background-color: #453D3A;
  justify-self: center;
}

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

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

.p-terms {
  padding-block: 4rem 6rem;
}

.p-terms__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-terms__pageTitle {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 2px solid #222;
}

.p-terms__block {
  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;
}

.p-terms__blockTitle {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.p-terms__chapter {
  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;
}

.p-terms__chapterTitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  border-left: 4px solid #222;
  background-color: var(--color-secondary);
}

.p-terms__article {
  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;
}

.p-terms__articleTitle {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
}

.p-terms__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333;
}

.p-terms__note {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #555;
  padding-left: 1em;
}

.p-terms__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333;
}

.p-terms__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: 0.75rem;
  padding-left: 1.5rem;
  list-style: decimal;
}

.p-terms__item {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333;
  padding-left: 0.25rem;
}
.p-terms__item > p:first-child {
  margin-bottom: 0.5rem;
}

.p-terms__subList {
  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;
  padding-left: 1.5rem;
  list-style: disc;
  margin-top: 0.5rem;
}

.p-terms__subList--paren {
  list-style: none;
  counter-reset: paren-counter;
}
.p-terms__subList--paren .p-terms__subItem {
  counter-increment: paren-counter;
}
.p-terms__subList--paren .p-terms__subItem::before {
  content: "(" counter(paren-counter) ")";
  margin-right: 0.5em;
  font-size: 0.875rem;
}

.p-terms__subItem {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #444;
}

.p-thanks {
  background-color: var(--color-secondary);
}

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

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

.p-thanks__head {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}

.p-thanks__subhead {
  font-size: 1.5rem;
  text-align: center;
}

.p-thanks__text {
  font-size: 1.125rem;
  text-align: center;
}

.p-thanks__btn {
  width: min(100%, 30rem);
  margin-inline: auto;
}

.u-hide {
  display: block;
}

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

.u-show {
  display: none;
}

.u-show--sp {
  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 (hover: hover) {
  .c-btn:-moz-any-link:hover {
    opacity: 0.8;
  }
  .c-btn:any-link:hover, .c-btn:enabled:hover {
    opacity: 0.8;
  }
  .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-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;
  }
  .p-lineup__dot:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-lineup__dot:any-link:hover, .p-lineup__dot:enabled:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767.98px) {
  .c-btn {
    font-size: 1.125rem;
  }
  .c-title__label {
    font-size: 0.875rem;
  }
  .c-title__text {
    font-size: 1.5rem;
  }
  .c-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-bg {
    border-radius: 0 5rem 0 0;
  }
  .l-bg[data-bg=line] {
    background-image: url(../images/common/bg-line-sp.webp);
    border-radius: 0;
  }
  .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 {
    padding-bottom: 2rem;
  }
  .p-about__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-about__bgText {
    left: -429px;
    top: initial;
    bottom: -1.75rem;
  }
  .p-about__bgTextItem {
    font-size: 6rem;
  }
  .p-about__contents {
    gap: 1rem;
  }
  .p-about__title {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .p-about__description {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-about__catchText {
    font-size: 1.25rem;
  }
  .p-equipment {
    border-radius: 5rem 0 0 0;
  }
  .p-equipment__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: 100%;
    padding: 1.25rem;
    border-radius: 1.5rem;
  }
  .p-equipment__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.75rem;
  }
  .p-equipment__head {
    text-align: left;
  }
  .p-equipment__line {
    justify-self: normal;
    width: 1.5rem;
  }
  .p-equipment__text {
    gap: 0.25rem;
    text-align: left;
  }
  .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.675rem;
  }
  .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__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-feature__card {
    padding: 1.5rem;
    border-radius: 2rem;
    gap: 7.5rem;
  }
  .p-feature__label {
    font-size: 0.875rem;
  }
  .p-feature__text {
    font-size: 1.5rem;
  }
  .p-feature__more {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.5rem 1.4375rem;
    border-radius: 2rem;
  }
  .p-feature__moreContent {
    gap: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-feature__moreLabel {
    font-size: 0.875rem;
  }
  .p-feature__moreTitle {
    font-size: 1.5rem;
  }
  .p-feature__moreImg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-fv {
    aspect-ratio: 24.375/46.875;
    padding-bottom: 4rem;
    background-image: url(../images/fv/bg-fv-sp.webp);
    max-height: 46.875rem;
    height: 100dvh;
    min-height: auto;
  }
  .p-fv::after {
    content: "";
    position: absolute;
    top: 17.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 30.9375rem;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 30.9375rem;
    aspect-ratio: 30.9375/19.625;
    z-index: 0;
  }
  .p-fv__inner {
    margin-top: auto;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
  }
  .p-fv__contents {
    gap: 0.75rem;
  }
  .p-fv__catch {
    color: var(--color-text);
  }
  .p-fv__lead {
    display: grid;
    gap: 0.25rem;
  }
  .p-leadWrap {
    padding-inline: 0 0.5rem;
    font-size: 1.375rem;
  }
  .p-fv__period {
    font-size: 0.75rem;
  }
  .p-fv__text {
    font-size: 0.75rem;
  }
  .p-header {
    width: calc(100% - 2.5rem);
    height: 3rem;
    position: absolute;
    top: 1rem;
  }
  .p-header__inner {
    grid-template-columns: 6.0625rem 1fr;
  }
  .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;
    top: -1rem;
    top: -1rem;
    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;
    border-radius: 1.5rem 0 0 1.5rem;
    position: absolute;
  }
  .add-active .p-header__nav {
    right: -1.25rem;
  }
  .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 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-header__navItem {
    border-bottom: 1px solid #E5E5E5;
  }
  .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);
  }
  .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;
    top: -1rem;
    left: -1.3125rem;
    right: 0;
    bottom: 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 {
    display: block;
  }
  .p-lineup {
    background-image: url(../images/common/bg-line-sp.webp);
  }
  .p-lineup__cards {
    gap: 1.5rem;
  }
  .p-lineup__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-lineup__card:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-lineup__card::after {
    display: none;
  }
  .p-lineup__card[data-card=coming]::before {
    font-size: 2rem;
  }
  .p-lineup__num {
    position: static;
    padding-left: 1rem;
    margin-right: auto;
    background-color: transparent;
  }
  .p-lineup__card:nth-child(even) .p-lineup__num {
    margin-right: 0;
    margin-left: auto;
  }
  .p-lineup__body {
    border-radius: 0 0 1.5rem 1.5rem;
    background: #F4F1EC;
    width: 100%;
    padding: 2.75rem 1.25rem 2rem 1.25rem;
    gap: 1rem;
    margin-top: -1.75rem;
  }
  .p-lineup__images {
    width: 100%;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
    -ms-touch-action: pan-y pinch-zoom;
        touch-action: pan-y pinch-zoom;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .p-lineup__img {
    border-radius: 1.5rem 1.5rem 0 0;
    pointer-events: none;
    -webkit-touch-callout: none;
  }
  .p-lineup__arrow {
    width: 2rem;
  }
  .p-lineup__arrow svg {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-lineup__dot {
    -webkit-tap-highlight-color: transparent;
  }
  .p-plan__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-plan__card {
    gap: 2rem;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
  }
  .p-plan__cardTitle {
    font-size: 1.25rem;
  }
  .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__list {
    padding-left: 1.25rem;
  }
  .p-plan__item {
    font-size: 0.875rem;
  }
  .p-problem__contents {
    border-radius: 1.5rem;
    padding: 4rem 1.25rem;
  }
  .p-problem__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-problem__card {
    grid-template-columns: 5rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem;
  }
  .p-problem__card:nth-child(2n) {
    grid-template-columns: 1fr 5rem;
  }
  .p-problem__img {
    width: 5rem;
  }
  .p-problem__card:nth-child(2n) .p-problem__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-problem__text {
    font-size: 1rem;
  }
  .p-spec__inner {
    padding-inline: 0;
    max-width: none;
  }
  .p-spec__contents {
    overflow-x: auto;
    padding-left: var(--padding-s);
    padding-block: 1rem;
  }
  .p-spec__table {
    width: 46.75rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 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__data {
    font-size: 0.875rem;
  }
  .p-step {
    border-radius: 5rem 0 0 0;
    background-image: url(../images/step/bg-step-sp.webp);
  }
  .p-step__cards {
    grid-template-columns: 1fr;
  }
  .p-step__card {
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    gap: 1.25rem;
  }
  .p-step__cardTitle {
    font-size: 1.25rem;
  }
  .u-hide {
    display: none;
  }
  .u-hide--sp {
    display: none;
  }
  .u-show {
    display: block;
  }
  .u-show--sp {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .p-equipment__cards {
    width: min(100%, var(--inner-s));
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-lineup__num {
    top: -1.75rem;
  }
  .p-lineup__text {
    font-size: 1rem;
    line-height: 1.4;
  }
  .p-spec__table {
    grid-template-columns: 14.875rem 0.125rem 1fr 1fr 1fr;
  }
  .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__head[data-head=navn], .p-spec__head[data-head=ev], .p-spec__head[data-head=stepwgn] {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */