@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  margin: 0;
  height: 0; /* 1 */
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  padding: 0; /* 3 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
px -> vw
（SP時のみ使用）
*/
/* ======================================================================
 base
====================================================================== */
html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  overflow-wrap: break-word;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}
a:link {
  color: #000;
  cursor: pointer;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}

a[href^=tel] {
  color: #000;
}

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #000;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #000;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #000;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 link
================================= */
.dummy-link {
  pointer-events: none !important;
}

/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_pc_i {
    display: inline;
  }
  .u_pc_ib {
    display: inline-block;
  }
  .u_pc_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u_pc_if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u_sp {
    display: none;
  }
  .u_sp_i, .u_sp_ib, .u_sp_f, .u_sp_if {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_pc_i, .u_pc_ib, .u_pc_f, .u_pc_if {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .u_sp_i {
    display: inline;
  }
  .u_sp_ib {
    display: inline-block;
  }
  .u_sp_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u_sp_if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .u_content_size {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
  }
}

/* =================================
 text
================================= */
.u_txt_1 {
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1;
}
.u_txt_2 {
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1;
}
.u_txt_3 {
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1;
}
.u_font_1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u_font_2 {
  font-family: "Oswald", sans-serif;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u_ta_cl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u_ta_lc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u_ta_cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_cr {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u_ta_rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_rc {
    text-align: center;
  }
}

/* =================================
 paragraph margin
================================= */
.u_paragraph + .u_paragraph {
  margin: 15px 0 0;
}

/* =================================
 hover animation
================================= */
.u_hover_1 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u_hover_1:hover {
    opacity: 0.7;
  }
}

/* =================================
  ─── utilities/_a11y.scss など ───
================================= */
.u-visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important; /* 古いブラウザ用 */
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important; /* WF や改行を防止 */
  clip-path: inset(50%) !important; /* 新ブラウザ用 */
}

/* ======================================================================
 component
====================================================================== */
/* =================================
 btn
================================= */
.c_sns_btn {
  position: relative;
  z-index: 0;
  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;
  width: 27.1428571429vw;
  height: 3.5714285714vw;
  border-radius: 0.7142857143vw;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.1428571429vw;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  .c_sns_btn {
    width: 84.8888888889vw;
    height: 11.1111111111vw;
    border-radius: 1.7777777778vw;
    font-size: 3.5555555556vw;
    margin-inline: auto;
  }
}
.c_sns_btn:before {
  position: absolute;
  aspect-ratio: 1/1;
  content: "";
}
.c_sns_btn:hover {
  opacity: 0.7;
}
.c_sns_btn--line {
  padding-left: 1.8571428571vw;
  background: #2bab38;
}
@media screen and (max-width: 767px) {
  .c_sns_btn--line {
    padding-left: 5.6888888889vw;
  }
}
.c_sns_btn--line:before {
  top: 0;
  left: 0.1428571429vw;
  width: 3.5714285714vw;
  background: url(../img/common/ico-line.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c_sns_btn--line:before {
    left: 0.1777777778vw;
    width: 11.1111111111vw;
  }
}
.c_sns_btn--insta {
  padding-left: 1.6428571429vw;
  background: -webkit-gradient(linear, left top, right top, from(#ffd56a), color-stop(#ff6a6a), color-stop(#ff3fa6), color-stop(#a839e3), to(#4a5cff));
  background: linear-gradient(to right, #ffd56a, #ff6a6a, #ff3fa6, #a839e3, #4a5cff);
}
@media screen and (max-width: 767px) {
  .c_sns_btn--insta {
    padding-left: 5.2444444444vw;
  }
}
.c_sns_btn--insta:before {
  top: 50%;
  left: 0.7857142857vw;
  width: 2.5vw;
  background: url(../img/common/ico-instagram-mark.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c_sns_btn--insta:before {
    left: 2.4vw;
    width: 8vw;
  }
}

/* =================================
 cta
================================= */
.c-cta-sns {
  margin: 6.7857142857vw 0 0;
  padding: 3.9285714286vw 0.7142857143vw 3.5714285714vw;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .c-cta-sns {
    margin: 13.3333333333vw 0 0;
    padding: 5.3333333333vw 0.8888888889vw;
  }
}
.c-cta-sns__title {
  margin: 0 0 2.5vw;
  color: #38495a;
  text-align: center;
  font-weight: 700;
  font-size: 1.2142857143vw;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .c-cta-sns__title {
    margin: 0 0 3.1111111111vw;
    font-size: 3.1111111111vw;
    line-height: 1.6666666667;
  }
}
.c-cta-sns__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .c-cta-sns__list {
    gap: 4.4444444444vw;
  }
}
.c-cta-sns__list-link {
  display: block;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.c-cta-sns__list-link:hover {
  opacity: 0.7;
}

/* =================================
 faq
================================= */
.c-faq {
  margin: 0 auto;
  width: 71.4285714286vw;
}
@media screen and (max-width: 767px) {
  .c-faq {
    width: 100%;
  }
}
.c-faq__label {
  border-bottom: 1px solid #fff;
}
.c-faq__label-btn {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 3.7142857143vw 2.1428571429vw 1fr;
  grid-template-columns: 3.7142857143vw 1fr;
  gap: 2.1428571429vw;
  padding: 2.1428571429vw 2.8571428571vw 2.1428571429vw 1.4285714286vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-faq__label-btn {
    -ms-grid-columns: 6.5vw 4.8888888889vw 1fr;
    grid-template-columns: 6.5vw 1fr;
    gap: 4.8888888889vw;
    padding: 2.6666666667vw 5.7777777778vw 2.6666666667vw 1.7777777778vw;
  }
}
.c-faq__label-btn:before {
  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;
  aspect-ratio: 1/1;
  width: 3.7142857143vw;
  border-radius: 50%;
  background: #b7965c;
  color: #fff;
  content: "Q";
  font-weight: 700;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  .c-faq__label-btn:before {
    width: 8.0888888889vw;
    font-size: 3.5555555556vw;
  }
}
.c-faq__label-btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 31/18;
  width: 2.2142857143vw;
  background: #fff;
  content: "";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/common/ico-chevron-down.svg) no-repeat center/contain;
          mask: url(../img/common/ico-chevron-down.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-faq__label-btn:after {
    width: 4.8888888889vw;
  }
}
.c-faq__label-btn[aria-expanded=true]:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.c-faq__label-txt {
  font-weight: 700;
  font-size: 1.2142857143vw;
}
@media screen and (max-width: 767px) {
  .c-faq__label-txt {
    font-size: 3.5555555556vw;
    line-height: 1.5;
  }
}
.c-faq__body {
  padding: 2.1428571429vw 2.8571428571vw 2.1428571429vw 1.4285714286vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-faq__body {
    padding: 2.6666666667vw 5.7777777778vw 2.6666666667vw 1.7777777778vw;
  }
}
.c-faq__body .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3571428571vw;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  .c-faq__body .note {
    font-size: 3.1111111111vw;
  }
}
.c-faq__body .note:before {
  content: "※";
}
.c-faq__body-inr {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 3.7142857143vw 2.1428571429vw 1fr;
  grid-template-columns: 3.7142857143vw 1fr;
  gap: 2.1428571429vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-faq__body-inr {
    -ms-grid-columns: 6.5vw 4.8888888889vw 1fr;
    grid-template-columns: 6.5vw 1fr;
    gap: 4.8888888889vw;
  }
}
.c-faq__body-inr:before {
  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;
  aspect-ratio: 1/1;
  width: 3.7142857143vw;
  border-radius: 50%;
  background: #ea961c;
  color: #fff;
  content: "A";
  font-weight: 700;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  .c-faq__body-inr:before {
    width: 8.0888888889vw;
    font-size: 3.5555555556vw;
  }
}
.c-faq__body-txt {
  font-weight: 700;
  font-size: 1.2142857143vw;
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .c-faq__body-txt {
    font-size: 3.5555555556vw;
  }
}

/* =================================
 animation
================================= */
.c-title-ani-text > * {
  letter-spacing: 0.2em;
  opacity: 0;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: letter-spacing, font-variation-settings, opacity, -webkit-transform;
  transition-property: letter-spacing, font-variation-settings, opacity, -webkit-transform;
  transition-property: letter-spacing, font-variation-settings, opacity, transform;
  transition-property: letter-spacing, font-variation-settings, opacity, transform, -webkit-transform;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  font-variation-settings: "wght" 800;
}
.c-title-ani-text.js-active > * {
  letter-spacing: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-variation-settings: "wght" 400;
}

.c-ani-text > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(135deg, #000, #000 45%, #ccc 55%, #ccc);
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 400% 100%;
  color: transparent !important;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: background-position;
  transition-property: background-position;
}
.c-ani-text.js-active > * {
  background-position: 0 0;
}

.js-com-fade-in {
  position: relative; /* ← bottomを効かせるため必須 */
  bottom: -50px;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  will-change: opacity, bottom;
}

.js-com-fade-in.js-active {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .js-com-sp-fade-in {
    position: relative; /* ← bottomを効かせるため必須 */
    bottom: -50px;
    opacity: 0;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    will-change: opacity, bottom;
  }
  .js-com-sp-fade-in.js-active {
    bottom: 0;
    opacity: 1;
  }
}
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_header
================================= */
.l_header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 1.7857142857vw 0.7142857143vw;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .l_header {
    padding: 0vw 2.6666666667vw;
    height: 17.7777777778vw;
  }
}
.l_header__inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 14.6428571429vw 1fr;
  grid-template-columns: 14.6428571429vw 1fr;
  margin: 0 auto;
  width: 93.5714285714vw;
}
@media screen and (max-width: 767px) {
  .l_header__inr {
    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;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l_header__logo {
    width: 33.7777777778vw;
  }
}
.l_header__right_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .l_header__right_col {
    display: none;
  }
}
.l_header__hum_ico {
  display: none;
}
@media screen and (max-width: 767px) {
  .l_header__hum_ico {
    position: relative;
    z-index: 0;
    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;
    aspect-ratio: 155/65;
    width: 13.7777777778vw;
  }
}
.l_header__hum_ico:before, .l_header__hum_ico:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.0888888889vw;
  background: #000;
  content: "";
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.l_header__hum_ico:before {
  top: 0;
}
.l_header__hum_ico:after {
  bottom: 0;
}
.l_header__hum_ico span {
  width: 100%;
  height: 0.0888888889vw;
  background: #000;
}
.l_header__hum_ico.is-active span {
  opacity: 0;
}
.l_header__hum_ico.is-active:before {
  top: 2.6666666667vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l_header__hum_ico.is-active:after {
  bottom: 2.6666666667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5vw;
}
.l_header_nav__link {
  font-weight: bold;
  font-size: 1vw;
}

.l_header_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4285714286vw;
}
.l_header_sns__item {
  aspect-ratio: 1/1;
  width: 2.1428571429vw;
}
.l_header_sns__item .img {
  display: block;
}
.l_header_sns__link {
  display: block;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.l_header_sns__link:hover {
  opacity: 0.7;
}

.l_header_hum {
  position: fixed;
  top: 17.7777777778vw;
  left: 0;
  z-index: 100;
  visibility: hidden;
  padding: 0 2.6666666667vw 2.6666666667vw;
  width: 100%;
  height: calc(100vh - 17.7777777778vw);
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.l_header_hum.is-open {
  visibility: visible;
  opacity: 1;
}
.l_header_hum__inr {
  overflow: auto;
  padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  height: 100%;
  border-radius: 0.8888888889vw;
  background: url(../img/common/header_hum_bg.png) no-repeat center/cover;
}
.l_header_hum__logo {
  margin: 12.4444444444vw auto 0;
  width: 33.7777777778vw;
}

.l_header_hum_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8.8888888889vw;
}
.l_header_hum_nav__link {
  font-weight: bold;
  font-size: 4.4444444444vw;
}

.l_header_hum_sns {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5555555556vw;
  margin-top: 15.5555555556vw;
}
.l_header_hum_sns__link {
  display: block;
}

/* =================================
 l_content
================================= */
.l_content {
  overflow: hidden;
}

/* =================================
 l_footer
================================= */
.l_footer {
  padding: 9.2857142857vw 0 1.4285714286vw;
  background: url(../img/common/footer_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .l_footer {
    padding: 8.8888888889vw 2.6666666667vw 2.6666666667vw;
    background: url(../img/common/footer_bg_sp.jpg) no-repeat center/cover;
  }
}
.l_footer__inr {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  width: 71.4285714286vw;
}
@media screen and (max-width: 767px) {
  .l_footer__inr {
    width: 100%;
  }
}
.l_footer__logo {
  margin: 16.0714285714vw 0 0;
  width: 30vw;
}
@media screen and (max-width: 767px) {
  .l_footer__logo {
    margin: 11.1111111111vw 0 0;
    width: 46.6666666667vw;
  }
}
.l_footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1428571429vw;
  margin-top: 1.1428571429vw;
}
@media screen and (max-width: 767px) {
  .l_footer__links {
    display: block;
    margin-top: 3.5555555556vw;
  }
}
.l_footer__links li {
  line-height: 1.73;
}
.l_footer__links a {
  color: #fff;
  font-size: 0.9285714286vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l_footer__links a {
    font-size: 2.6666666667vw;
  }
}
.l_footer__copyright {
  margin: 6.0714285714vw auto 0;
  width: 11.8571428571vw;
}
@media screen and (max-width: 767px) {
  .l_footer__copyright {
    margin: 17.7777777778vw auto 0;
    width: 32.8888888889vw;
  }
}

.l_footer_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .l_footer_nav {
    gap: 4.4444444444vw;
  }
}
.l_footer_nav__link {
  color: #fff !important;
  font-weight: bold;
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .l_footer_nav__link {
    font-size: 4.4444444444vw;
  }
}

/* =================================
 fixed
================================= */
.l_line_fixed {
  position: fixed;
  right: 1.7777777778vw;
  bottom: 1.7777777778vw;
  z-index: 100;
  width: 17.7777777778vw;
}
.l_line_fixed__link {
  display: block;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.l_line_fixed__link:hover {
  opacity: 0.8;
}
.l_line_fixed img {
  width: 100%;
}

.p-top-mv {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 2.8571428571vw 4.2857142857vw;
  width: 93.5714285714vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    display: block;
    overflow: hidden;
    padding: 1.7777777778vw 0 2.6666666667vw;
    width: 100%;
  }
}
.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg {
    display: none;
  }
}
.p-top-mv__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.8571428571vw;
  opacity: 0;
  -webkit-transition: 0.6s opacity;
  transition: 0.6s opacity;
}
.p-top-mv__bg-item.is-active {
  opacity: 1;
}
.p-top-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4.2857142857vw;
  width: 15vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    position: absolute;
    top: 0vw;
    right: 2.6666666667vw;
    z-index: 10;
    margin: 0;
    width: 43.5555555556vw;
  }
}
.p-top-mv__headline {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      grid-template-areas: "item";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
}
.p-top-mv__headline-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
  pointer-events: none;
  grid-area: item;
}
.p-top-mv__thumbnail > .p-top-mv__headline-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-top-mv__next-list > .p-top-mv__headline-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__headline-item {
    padding: 8.8888888889vw 5.3333333333vw;
    border-radius: 4.4444444444vw;
  }
  .p-top-mv__headline-item:first-of-type {
    background: #c7b299;
  }
  .p-top-mv__headline-item:nth-of-type(2) {
    background: #000;
  }
  .p-top-mv__headline-item:nth-of-type(3) {
    background: #38495a;
  }
}
.p-top-mv__headline-item.is-prev {
  opacity: 0;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.p-top-mv__headline-item.is-next {
  opacity: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.p-top-mv__headline-item.is-active {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.p-top-mv__thumbnail {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
      grid-template-areas: "item";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-right: 4.2857142857vw;
  aspect-ratio: 520/570;
  width: 37.1428571429vw;
  border-radius: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__thumbnail {
    margin: 0;
    aspect-ratio: 940/1380;
    width: 83.5555555556vw;
    border-radius: 1.7777777778vw;
  }
}
.p-top-mv__thumbnail-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: block;
  width: 100%;
  height: 100%;
  grid-area: item;
}
.p-top-mv__thumbnail > .p-top-mv__thumbnail-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-top-mv__next-list > .p-top-mv__thumbnail-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-top-mv__thumbnail-item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  will-change: transform;
}
.p-top-mv__thumbnail-item:first-child {
  z-index: 1;
}
.p-top-mv__thumbnail-item.is-active {
  z-index: 3;
  -webkit-transition: clip-path 1s;
  transition: clip-path 1s;
  clip-path: inset(0% 0% 0% 0%);
}
.p-top-mv__thumbnail-item.is-active img {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-top-mv__thumbnail-item.is-prev {
  z-index: 1;
}
.p-top-mv__thumbnail-item.is-next {
  z-index: 2;
  -webkit-transition: clip-path 0s;
  transition: clip-path 0s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  clip-path: inset(0% 0% 0% 100%);
}
.p-top-mv__thumbnail-item.is-next img {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-mv__thumbnail-item.is-prev {
  z-index: 1;
}
.p-top-mv__next {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.4285714286vw;
  width: 19.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__next {
    position: relative;
    z-index: 0;
    display: block;
    margin-top: -4.4444444444vw;
    width: auto;
  }
}
.p-top-mv__next-list {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "item";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.p-top-mv__next-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  grid-area: item;
}
.p-top-mv__thumbnail > .p-top-mv__next-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-top-mv__next-list > .p-top-mv__next-item {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__next-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 4vw;
  }
}
.p-top-mv__next-item.is-next {
  z-index: 3;
  opacity: 1;
}
.p-top-mv__next-img {
  overflow: hidden;
  aspect-ratio: 264/289;
  width: 100%;
  border-radius: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__next-img {
    aspect-ratio: 496/544;
    width: 44.0888888889vw;
    border-radius: 2.6666666667vw;
  }
}
.p-top-mv__next-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__next-content {
  margin-top: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__next-content {
    margin-top: 0;
    padding-top: 10.6666666667vw;
  }
}
.p-top-mv__next-logo {
  width: auto;
  height: 3.7857142857vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__next-logo {
    margin: 0 auto;
    height: auto;
    text-align: center;
  }
}
.p-top-mv__next-logo .img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__next-logo .img {
    width: 100%;
    height: auto;
  }
  .p-top-mv__next-logo .img._urban {
    width: 24.4444444444vw;
  }
  .p-top-mv__next-logo .img._work {
    width: 18.8444444444vw;
  }
  .p-top-mv__next-logo .img._outdoor {
    width: 29.8666666667vw;
  }
}
.p-top-mv__next-txt {
  margin-top: 0.7142857143vw;
  color: #fff;
  font-size: 1.0714285714vw;
  line-height: 1.7333333333;
}
@media screen and (max-width: 767px) {
  .p-top-mv__next-txt {
    margin: 2.2222222222vw auto 0;
    color: #000;
    font-weight: bold;
    font-size: 2.2222222222vw;
  }
}
.p-top-mv__slide-count {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 7vw 0.3571428571vw 1fr;
  grid-template-columns: 7vw 1fr;
  gap: 0.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slide-count {
    position: absolute;
    top: 17.7777777778vw;
    left: 7.1111111111vw;
    display: block;
  }
}
.p-top-mv__slide-count:before {
  aspect-ratio: 98/7;
  background: #fff;
  content: "";
  -webkit-mask: url(../img/top/mv-top-slide-arw.svg) no-repeat center/contain;
          mask: url(../img/top/mv-top-slide-arw.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slide-count:before {
    display: none;
  }
}
.p-top-mv__slide-count-txt {
  color: #fff;
  font-weight: bold;
  font-size: 0.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slide-count-txt {
    color: #000;
    font-size: 2.4888888889vw;
  }
}
.p-top-mv__copy {
  position: absolute;
  top: 50%;
  right: 4.2857142857vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7857142857vw;
  aspect-ratio: 12/222;
  width: 0.8571428571vw;
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.6s background-color;
  transition: 0.6s background-color;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/top/top-mv-copy.svg) no-repeat center/contain;
          mask: url(../img/top/top-mv-copy.svg) no-repeat center/contain;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy {
    top: 62.2222222222vw;
    right: 7.1111111111vw;
    width: 2.3111111111vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-top-mv__copy.is-slide-1, .p-top-mv__copy.is-slide-2 {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy.is-slide-1, .p-top-mv__copy.is-slide-2 {
    background-color: #000;
  }
}
.p-top-mv__scroll {
  position: absolute;
  bottom: 0.7142857143vw;
  left: 3.5714285714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll {
    width: 3.5555555556vw;
  }
}
.p-top-mv__scroll-bar {
  overflow: hidden;
  width: 1px;
  height: 16.2142857143vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll-bar {
    height: 40vw;
    background-color: #000;
  }
}
.p-top-mv__scroll-bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 200%;
  background: #000;
  -webkit-animation: scrollbar 2s ease-in-out infinite;
          animation: scrollbar 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll-bar span {
    background-color: #fff;
  }
}
.p-top-mv__scroll-txt {
  color: #fff;
  font-size: 0.7142857143vw;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll-txt {
    color: #000;
    font-size: 2.6666666667vw;
  }
}

@-webkit-keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  70% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  70% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.p-top-info-message {
  margin: 2.8571428571vw auto;
  padding: 1.0714285714vw 0;
  max-width: 38.9285714286vw;
  width: 100%;
  border-top: 0.0714285714vw solid #cc593f;
  border-bottom: 0.0714285714vw solid #cc593f;
  text-align: center;
  font-size: 1.0714285714vw;
  line-height: 1.9333333333;
}
@media screen and (max-width: 767px) {
  .p-top-info-message {
    margin: 7.1111111111vw auto;
    padding: 1.7777777778vw;
    max-width: 90%;
    font-size: 2.8444444444vw;
  }
}

.p-top-concept-sec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background: #fff;
}
.p-top-concept-sec__thumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-top-concept-sec__thumb .img {
  width: 100%;
}
.p-top-concept-sec__content {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 5.3571428571vw 0 0;
  width: 71.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-concept-sec__content {
    padding: 13.3333333333vw 8.8888888889vw;
    width: 100%;
  }
}
.p-top-concept-sec__hgroup {
  margin: 0 0 2.1428571429vw;
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .p-top-concept-sec__hgroup {
    margin: 0 0 8vw;
  }
}
.p-top-concept-sec__title {
  margin: 0 0 0.7142857143vw;
  padding-bottom: 0.7142857143vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.2857142857vw solid #cc593f;
  font-size: 2.8571428571vw;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .p-top-concept-sec__title {
    position: relative;
    z-index: 0;
    margin: 0 0 3.5555555556vw;
    padding: 0 0 2.6666666667vw;
    border-bottom: 0.3555555556vw solid #cc593f;
    font-size: 4.4444444444vw;
    line-height: 1.7428571429;
  }
}
.p-top-concept-sec__title-txt {
  font-weight: 700;
  font-size: 1.7857142857vw;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .p-top-concept-sec__title-txt {
    font-size: 4.3555555556vw;
  }
}
.p-top-concept-sec__txt {
  color: #231815;
  font-weight: bold;
  font-size: 1.1428571429vw;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top-concept-sec__txt {
    font-size: 3.7333333333vw;
  }
}
.p-top-concept-sec__txt:not(:first-child) {
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-top-concept-sec__txt:not(:first-child) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-concept-sec__pic {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept-sec__pic {
    margin: 8.8888888889vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-concept-sec__pic-img {
    width: 42.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept-sec__pic-img {
    width: 100%;
  }
}

.p-top-vision-sec {
  margin: 0 auto;
  padding: 6.7857142857vw 0 0;
  width: 71.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-vision-sec {
    padding: 0 8.8888888889vw 0;
    width: 100%;
  }
}
.p-top-vision-sec__title {
  margin: 0 0 1.4285714286vw;
  font-size: 1vw;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .p-top-vision-sec__title {
    margin: 0 0 3.5555555556vw;
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-vision-sec__content {
    margin: 0 calc(50% - 50vw);
    padding: 10.3571428571vw calc(50vw - 50%) 5.7142857143vw;
    background: url(../img/top/vision-sec-bg.jpg) no-repeat center/cover;
    color: #fff;
  }
  .p-top-vision-sec__content-titlebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.7857142857vw;
    margin: 0 0 1.4285714286vw;
  }
  .p-top-vision-sec__content-title {
    font-weight: 700;
    font-size: 3.5714285714vw;
  }
  .p-top-vision-sec__content-title-txt {
    font-weight: 700;
    font-size: 1.4285714286vw;
    line-height: 1.75;
  }
  .p-top-vision-sec__content-txt {
    font-weight: 700;
    font-size: 1.1428571429vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .p-top-vision-sec__content-title {
    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;
    margin: 0 calc(50% - 50vw) 12vw;
    aspect-ratio: 1125/1000;
    background: url(../img/top/vision-sec-bg-sp.jpg) no-repeat center/cover;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-size: 7.1428571429vw;
  }
  .p-top-vision-sec__content-title-txt {
    position: relative;
    z-index: 0;
    margin: 0 0 8.8888888889vw;
    padding: 0 0 5.3333333333vw;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.75;
  }
  .p-top-vision-sec__content-title-txt:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12vw;
    height: 0.8888888889vw;
    background: #cc593f;
    content: "";
  }
  .p-top-vision-sec__content-txt {
    font-weight: 700;
    font-size: 4vw;
    line-height: 2.1555555556;
  }
}

.p-top-about-sec {
  padding: 8.2142857143vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-about-sec {
    padding: 22.2222222222vw 8.8888888889vw 0;
  }
}
.p-top-about-sec__inr {
  margin: 0 auto;
  width: 71.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-about-sec__inr {
    width: 100%;
  }
}
.p-top-about-sec__titlebox {
  margin: 0 0 2.5vw;
}
@media screen and (max-width: 767px) {
  .p-top-about-sec__titlebox {
    margin: 0 0 7.1111111111vw;
  }
}
.p-top-about-sec__title {
  margin: 0 0 0.7142857143vw;
  padding-bottom: 0.7142857143vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.2857142857vw solid #cc593f;
  font-size: 2.8571428571vw;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .p-top-about-sec__title {
    position: relative;
    z-index: 0;
    margin: 0 0 3.5555555556vw;
    padding: 0 0 2.6666666667vw;
    border-bottom: 0.3555555556vw solid #cc593f;
    font-size: 5.3333333333vw;
    line-height: 1.7428571429;
  }
}
.p-top-about-sec__title-txt {
  font-weight: 700;
  font-size: 1.4285714286vw;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top-about-sec__title-txt {
    font-size: 4.9777777778vw;
    line-height: 1.75;
  }
}
.p-top-about-sec__txtbox {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.p-top-about-sec__txtbox.js-active {
  right: 0;
  opacity: 1;
}
.p-top-about-sec__txt {
  font-weight: 500;
  font-size: 1.2142857143vw;
  line-height: 2.0588235294;
}
@media screen and (max-width: 767px) {
  .p-top-about-sec__txt {
    font-size: 4vw;
    line-height: 2.1555555556;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about-sec__items {
    position: relative;
    z-index: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin: 5vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about-sec__items {
    position: relative;
    z-index: 0;
    margin: 10.6666666667vw calc(50% - 50vw) 0;
    padding-top: 29.3333333333vw;
  }
}
.p-top-about-sec__items .swiper-pagination {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0666666667vw;
  margin: 8vw 0 0;
}
.p-top-about-sec__items .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-about-sec__items .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}
.p-top-about-sec__items .swiper-pagination-bullet {
  width: 4vw !important;
  height: 4vw !important;
  background: #000 !important;
}
@media screen and (min-width: 768px) {
  .p-top-about-sec__items-list--02 {
    margin: -1.4285714286vw 0 0;
  }
}
.p-top-about-sec__items-list-img {
  width: 100%;
}
.p-top-about-sec__items-fig {
  position: absolute;
  top: -17.8571428571vw;
  right: 4.2857142857vw;
  z-index: -1;
  width: 15.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-top-about-sec__items-fig {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
    width: 38.0444444444vw;
    -webkit-transform: translate(50%);
            transform: translate(50%);
  }
}
.p-top-about-sec__contents {
  margin: 3.9285714286vw auto 0;
  aspect-ratio: 16/9;
  width: 56.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-about-sec__contents {
    margin: 8.4444444444vw 0 0;
    width: auto;
  }
}
.p-top-about-sec__contents video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-realization-sec {
  margin: 0 auto;
  padding: 8.2142857143vw 0 0;
  width: 71.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec {
    padding: 22.2222222222vw 8.8888888889vw 0;
    width: 100%;
  }
}
.p-top-realization-sec__titlebox {
  margin: 0 0 3.2142857143vw;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__titlebox {
    margin: 0 0 7.1111111111vw;
  }
}
.p-top-realization-sec__title {
  margin: 0 0 0.7142857143vw;
  padding-bottom: 0.7142857143vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.2857142857vw solid #cc593f;
  font-size: 2.8571428571vw;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__title {
    position: relative;
    z-index: 0;
    margin: 0 0 3.5555555556vw;
    padding: 0 0 2.6666666667vw;
    border-bottom: 0.3555555556vw solid #cc593f;
    font-size: 4.4444444444vw;
    line-height: 1.7428571429;
  }
}
.p-top-realization-sec__title-txt {
  font-weight: 700;
  font-size: 1.4285714286vw;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__title-txt {
    font-size: 4.9777777778vw;
    line-height: 1.75;
  }
}
.p-top-realization-sec__content {
  overflow: hidden;
  margin-right: calc(50% - 50vw) !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__content {
    margin: 0;
    width: 100% !important;
  }
}
.p-top-realization-sec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 17.7777777778vw;
  }
}
.p-top-realization-sec__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.7142857143vw;
          flex: 0 0 46.7142857143vw;
}
.p-top-realization-sec__item-thumb {
  margin: 0 0 1.0714285714vw;
  aspect-ratio: 654/214;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__item-thumb {
    margin: 0 0 3.1111111111vw;
  }
}
.p-top-realization-sec__item-thumb .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-realization-sec__item-heading {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9285714286vw;
  margin: 0 0 1.2857142857vw;
  padding: 0 0 1vw;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__item-heading {
    gap: 2.6666666667vw;
    margin: 0 0 4.8888888889vw;
    padding: 0 0 2.6666666667vw;
  }
}
.p-top-realization-sec__item-heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.9285714286vw;
  height: 0.2857142857vw;
  background: #6e7558;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__item-heading:after {
    width: 12vw;
    height: 0.8888888889vw;
  }
}
.p-top-realization-sec__item-heading-title {
  color: #6e7558;
  font-size: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__item-heading-title {
    font-size: 4.8888888889vw;
  }
}
.p-top-realization-sec__item-heading-txt {
  font-weight: bold;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__item-heading-txt {
    font-size: 2.6666666667vw;
  }
}
.p-top-realization-sec__item-txt {
  font-weight: bold;
  font-size: 1.0714285714vw;
  line-height: 1.6666666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__item-txt {
    margin: 0 0 1.7777777778vw;
    font-size: 4vw;
    line-height: 2.1555555556;
  }
}
.p-top-realization-sec__item-note {
  font-weight: 500;
  font-size: 0.8571428571vw;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-top-realization-sec__item-note {
    font-size: 2.2222222222vw;
    line-height: 1.4;
  }
}

.p-top-recommend-point-sec {
  margin: 0 auto;
  padding: 6.0714285714vw 0 0;
  width: 71.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-recommend-point-sec {
    padding: 15.1111111111vw 8.8888888889vw 0;
    width: 100%;
  }
}
.p-top-recommend-point-sec__title {
  margin: 0 0 4.2857142857vw;
  color: #2d2d2d;
  text-align: center;
  font-weight: bold;
  font-size: 1.4285714286vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-recommend-point-sec__title {
    margin: 0 0 7.1111111111vw;
    text-align: left;
    font-size: 4.9777777778vw;
    line-height: 1.75;
  }
}
.p-top-recommend-point-sec__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.6428571429vw 2.5vw;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
@media screen and (max-width: 767px) {
  .p-top-recommend-point-sec__lists {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12vw 4.4444444444vw;
  }
}
.p-top-recommend-point-sec__lists.js-active {
  right: 0;
  opacity: 1;
}
.p-top-recommend-point-sec__lists-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.3333333333% - 1.6666666667vw);
}
@media screen and (max-width: 767px) {
  .p-top-recommend-point-sec__lists-item {
    width: calc(50% - 2.2222222222vw);
  }
}
.p-top-recommend-point-sec__lists-item-img {
  width: 100%;
}
.p-top-recommend-point-sec__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 27.8571428571vw;
  grid-template-columns: 1fr 27.8571428571vw;
  margin-left: auto;
  width: 66.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-recommend-point-sec__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.p-top-recommend-point-sec__content-fig {
  position: relative;
  left: -3.5714285714vw;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.p-top-recommend-point-sec__content-fig.js-active {
  left: 0;
  opacity: 1;
}
.p-top-recommend-point-sec__content-imgbox {
  position: relative;
  right: -3.5714285714vw;
  margin: 0 auto;
  width: 20.9285714286vw;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
@media screen and (max-width: 767px) {
  .p-top-recommend-point-sec__content-imgbox {
    width: 74.3111111111vw;
  }
}
.p-top-recommend-point-sec__content-imgbox.js-active {
  right: 0;
  opacity: 1;
}
.p-top-recommend-point-sec__content-imgbox .img {
  width: 100%;
}
.p-top-recommend-point-sec__content-txtbox {
  margin: 2.1428571429vw 0 0;
  font-weight: bold;
  font-size: 1.0714285714vw;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-top-recommend-point-sec__content-txtbox {
    font-size: 3.1111111111vw;
    line-height: 1.7142857143;
  }
}
.p-top-recommend-point-sec__content-txt:not(:first-child) {
  margin-top: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-top-recommend-point-sec__content-txt:not(:first-child) {
    margin-top: 0.8888888889vw;
  }
}

.p-top-car-introduction-sec {
  margin: 0 auto;
  padding: 9.6428571429vw 0 13.9285714286vw;
  width: 71.4285714286vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec {
    padding: 8.8888888889vw 2.6666666667vw 22.2222222222vw;
    width: 100%;
  }
}
.p-top-car-introduction-sec__titlebox {
  position: relative;
  bottom: -50px;
  margin: 0 0 0.7142857143vw;
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec__titlebox {
    margin: 0 0 2.2222222222vw;
  }
}
.p-top-car-introduction-sec__titlebox.js-active {
  bottom: 0;
  opacity: 1;
}
.p-top-car-introduction-sec__titlebox-title {
  margin: 0 0 1.4285714286vw;
  padding-bottom: 0.7142857143vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.2857142857vw solid #cc593f;
  font-size: 2.8571428571vw;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec__titlebox-title {
    position: relative;
    z-index: 0;
    margin: 0 0 3.5555555556vw;
    padding: 0 0 2.6666666667vw;
    border-bottom: 0.3555555556vw solid #cc593f;
    font-size: 4.4444444444vw;
    line-height: 1.7428571429;
  }
}
.p-top-car-introduction-sec__titlebox-txt {
  font-weight: bold;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec__titlebox-txt {
    font-size: 4vw;
    line-height: 1.2666666667;
  }
}
.p-top-car-introduction-sec__txt {
  bottom: -50px;
  margin: 0 0 5.3571428571vw;
  font-weight: 500;
  font-size: 1.1428571429vw;
  line-height: 1.75;
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec__txt {
    margin: 0 0 12vw;
    font-size: 3.1111111111vw;
    line-height: 1.56;
  }
}
.p-top-car-introduction-sec__txt.js-active {
  bottom: 0;
  opacity: 1;
}

.p-top-car-introduction-sec-cat {
  position: relative;
  right: -3.5714285714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(50% - 50vw);
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat {
    margin: 0;
  }
}
.p-top-car-introduction-sec-cat.js-active {
  right: 0;
  opacity: 1;
}
.p-top-car-introduction-sec-cat:not(:first-of-type) {
  margin-top: 10.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat:not(:first-of-type) {
    margin-top: 17.7777777778vw;
  }
}
.p-top-car-introduction-sec-cat__slide-count {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 60px 0.3571428571vw 97px;
  grid-template-columns: 60px 97px;
  gap: 0.3571428571vw;
  margin: 3.5555555556vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__slide-count {
    display: none;
  }
}
.p-top-car-introduction-sec-cat__slide-count-txt {
  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;
  aspect-ratio: 60/20;
  border: 1px solid #000;
  border-radius: 0.3571428571vw;
  font-weight: bold;
  font-size: 0.8571428571vw;
}
.p-top-car-introduction-sec-cat__slide-count:after {
  aspect-ratio: 97/7;
  background: #000;
  content: "";
  -webkit-mask: url(../img/top/cat-slider-count-arrow.svg) no-repeat center/contain;
          mask: url(../img/top/cat-slider-count-arrow.svg) no-repeat center/contain;
}
.p-top-car-introduction-sec-cat__content {
  width: 24.2857142857vw;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__content {
    margin: 0 0 8.8888888889vw;
    width: 100%;
  }
}
.p-top-car-introduction-sec-cat__content-logo {
  margin: 8.9285714286vw auto 0;
}
.p-top-car-introduction-sec-cat__content-logo--outdoor {
  width: 17.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__content-logo--outdoor {
    width: 36.8888888889vw;
  }
}
.p-top-car-introduction-sec-cat__content-logo--urban {
  width: 16.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__content-logo--urban {
    width: 26.4888888889vw;
  }
}
.p-top-car-introduction-sec-cat__content-logo--work {
  width: 14vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__content-logo--work {
    width: 22.2222222222vw;
  }
}
.p-top-car-introduction-sec-cat__content-txt {
  margin: 2.1428571429vw 0 0;
  font-weight: bold;
  font-size: 1.0714285714vw;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__content-txt {
    margin: 3.5555555556vw 0 0;
    font-size: 3.5555555556vw;
    line-height: 1.5;
  }
}
.p-top-car-introduction-sec-cat__coming-soon {
  margin: 2.1428571429vw 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__coming-soon {
    margin: 2.6666666667vw 0 0;
    font-size: 2.6666666667vw;
  }
}
.p-top-car-introduction-sec-cat__slide {
  position: relative;
  overflow: hidden;
  aspect-ratio: 855/460;
  width: 61.0714285714vw;
  border-radius: 3.5714285714vw 0 0 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__slide {
    aspect-ratio: 1050/870;
    width: 100%;
    border-radius: 0;
  }
}
.p-top-car-introduction-sec-cat__slide-item {
  position: relative;
  z-index: 0;
  aspect-ratio: 855/460;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__slide-item {
    aspect-ratio: 1050/870;
  }
}
.p-top-car-introduction-sec-cat__slide-item:hover .p-top-car-introduction-sec-cat__slide-item-overlay, .p-top-car-introduction-sec-cat__slide-item.is-touch .p-top-car-introduction-sec-cat__slide-item-overlay {
  visibility: visible;
  opacity: 1;
}
.p-top-car-introduction-sec-cat__slide-item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-car-introduction-sec-cat__slide-item-txt {
  position: absolute;
  bottom: 0vw;
  left: 4.2857142857vw;
  color: #fff;
  font-size: 2.5vw;
  line-height: 2.2857142857;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__slide-item-txt {
    left: 4.4444444444vw;
    font-size: 4.4444444444vw;
  }
}
.p-top-car-introduction-sec-cat__slide-item-coming-soon-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 2.7857142857vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-car-introduction-sec-cat__slide-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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: 1.4285714286vw;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__slide-item-overlay {
    gap: 3.5555555556vw;
  }
}
.p-top-car-introduction-sec-cat__slide-item-overlay-title {
  color: #fff;
  font-weight: bold;
  font-size: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__slide-item-overlay-title {
    font-size: 7.1111111111vw;
  }
}
.p-top-car-introduction-sec-cat__slide-item-overlay-btn {
  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;
  width: 17.8571428571vw;
  height: 2.8571428571vw;
  border: 0.1428571429vw solid #fff;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.2857142857vw;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__slide-item-overlay-btn {
    width: 31.1111111111vw;
    height: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p-top-car-introduction-sec-cat__slide-item-overlay-btn:hover {
  background: #fff;
  color: #000 !important;
}
.p-top-car-introduction-sec-cat__thumbnail-slide {
  margin-top: 2.1428571429vw;
  margin-right: calc(50% - 50vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__thumbnail-slide .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
.p-top-car-introduction-sec-cat__thumbnail-slide-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 357/246;
  width: 25.5vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__thumbnail-slide-item {
    width: 100%;
  }
}
.p-top-car-introduction-sec-cat__thumbnail-slide-item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p-top-car-introduction-sec-cat__thumbnail-slide-item.swiper-slide-thumb-active .img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.p-top-car-introduction-sec-cat__thumbnail-slide-item-txt {
  position: absolute;
  right: 0.3571428571vw;
  bottom: 0.3571428571vw;
  color: #fff;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__thumbnail-slide-item-txt {
    right: 0.8888888889vw;
    font-size: 3.5555555556vw;
  }
}
.p-top-car-introduction-sec-cat__thumbnail-slide-item-coming-soon-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4285714286vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-car-introduction-sec-cat__thumbnail-slide-item-coming-soon-txt {
    font-size: 3.5555555556vw;
  }
}

.p-top-faq-sec {
  padding: 5.7142857143vw 0;
  background: #dbd2bf;
}
@media screen and (max-width: 767px) {
  .p-top-faq-sec {
    padding: 13.3333333333vw 2.6666666667vw;
  }
}
.p-top-faq-sec__title-box {
  margin: 0 auto 7.1428571429vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-faq-sec__title-box {
    margin: 0 auto 8.8888888889vw;
  }
}
.p-top-faq-sec__title-en {
  margin: 0 0 0.3571428571vw;
  font-weight: 700;
  font-size: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-top-faq-sec__title-en {
    margin: 0 0 0.4444444444vw;
    font-size: 6.2222222222vw;
  }
}
.p-top-faq-sec__title-ja {
  font-weight: 700;
  font-size: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-top-faq-sec__title-ja {
    font-size: 3.1111111111vw;
  }
}

.p-top-store-information-sec {
  margin: 0 auto;
  padding: 9.6428571429vw 0;
  width: 71.4285714286vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec {
    padding: 13.3333333333vw 2.6666666667vw;
    width: 100%;
  }
}
.p-top-store-information-sec__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.7142857143vw;
  margin: 0 0 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__title-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 5.3333333333vw;
  }
}
.p-top-store-information-sec__title-ja {
  font-weight: bold;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__title-ja {
    font-size: 2.6666666667vw;
  }
}
.p-top-store-information-sec__title-en {
  font-weight: 500;
  font-size: 3.5714285714vw;
  line-height: 0.9375;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__title-en {
    font-size: 6.2222222222vw;
  }
}
.p-top-store-information-sec__img {
  width: 100%;
}
.p-top-store-information-sec__img-box {
  margin: 0 0 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__img-box {
    margin: 0 0 2.6666666667vw;
  }
}
.p-top-store-information-sec__info-title {
  margin: 0 0 1.4285714286vw;
  font-weight: 700;
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__info-title {
    margin: 0 0 1.7777777778vw;
    font-size: 4.4444444444vw;
  }
}
.p-top-store-information-sec__info-list {
  font-weight: 700;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__info-list {
    font-weight: 500;
    font-size: 3.5555555556vw;
  }
}
.p-top-store-information-sec__info-item:not(:first-child) {
  margin-top: 0.7142857143vw;
}
.p-top-store-information-sec__sns {
  display: -ms-grid;
  display: grid;
  gap: 1.4285714286vw;
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__sns {
    gap: 3.5555555556vw;
    margin-top: 5.3333333333vw;
  }
}
.p-top-store-information-sec__sns-link {
  display: block;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.p-top-store-information-sec__sns-link:hover {
  opacity: 0.7;
}
.p-top-store-information-sec__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__map {
    height: 44.4444444444vw;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-store-information-sec__map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.p-car-detail {
  overflow: hidden;
}
.p-car-detail__mv {
  position: relative;
  z-index: 0;
  padding: 10.3571428571vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-car-detail__mv {
    padding: 30.2222222222vw 0 0;
  }
}
.p-car-detail__mv-imgbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  aspect-ratio: 1400/715;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-car-detail__mv-imgbox {
    aspect-ratio: 1125/1166;
  }
}
.p-car-detail__mv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-car-detail__mv-logo {
  margin: 0 auto;
}
.p-car-detail__mv-logo--outdoor {
  width: 21.6428571429vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__mv-logo--outdoor {
    width: 43.4666666667vw;
  }
}
.p-car-detail__mv-kv {
  margin: 0 auto;
}
.p-car-detail__mv-kv--hiace {
  width: 62.5vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__mv-kv--hiace {
    margin-top: 19.5555555556vw;
    width: 90.4888888889vw;
  }
}
.p-car-detail__mv-kv--probox {
  margin-top: -2.1428571429vw;
  width: 68.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__mv-kv--probox {
    margin-top: 11.5555555556vw;
    width: 106.8444444444vw;
  }
}
.p-car-detail__mv-kv--town-ace {
  margin-top: 2.5vw;
  width: 61.5vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__mv-kv--town-ace {
    margin-top: 19.5555555556vw;
    width: 98.6666666667vw;
  }
}
.p-car-detail__mv-kv--pixis-van {
  margin-top: 3.2142857143vw;
  width: 44.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__mv-kv--pixis-van {
    margin-top: 14.6666666667vw;
    width: 71.3777777778vw;
  }
}
.p-car-detail__mv-kv img {
  width: 100%;
  height: auto;
}
.p-car-detail__header {
  margin: 5vw auto 0;
  width: 27.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__header {
    margin: 8vw auto 0;
    width: 72.5333333333vw;
  }
}
.p-car-detail__series {
  width: 27.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__series {
    width: 72.5333333333vw;
  }
}
.p-car-detail__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-car-detail__model {
  margin: 1.0714285714vw 0 0;
  text-align: center;
  letter-spacing: -0.028em;
  font-weight: 600;
  font-size: 3.2142857143vw;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-car-detail__model {
    margin: 4.4444444444vw 0 0;
    font-size: 8vw;
  }
}
.p-car-detail__lead {
  font-weight: 500;
  font-size: 1.5vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__lead {
    font-size: 2.6666666667vw;
  }
}

/*
.p-car-detail__price {
  margin: pvPC(30) auto 0;
  width: pvPC(372);

  @include sp {
    margin: pv(30) auto 0;
    width: pv(800);
  }
  &-heading {
    margin: 0 0 pvPC(20);
    font-weight: 400;
    font-size: pvPC(21);
    line-height: calc(35 / 21);

    @include sp {
      font-size: pv(50);
    }
  }
  &-list {
    font-size: pvPC(17);
    line-height: calc(30 / 17);

    @include sp {
      font-size: pv(40);
    }
    > div {
      display: flex;
      gap: pvPC(10);

      @include sp {
        gap: pv(20);
      }
    }
    dt {
      font-weight: 400;
    }
  }
  &-total {
    margin-top: pvPC(20);

    @include sp {
      margin-top: pv(20);
    }
  }
}
*/
.p-car-detail__point {
  margin: 7.1428571429vw auto 0;
  padding: 2.8571428571vw 0 0;
  background: #3e6f72;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point {
    margin: 11.1111111111vw 0 0;
    padding: 11.1111111111vw 3.5555555556vw;
    width: 100%;
  }
}
.p-car-detail__point-heading {
  position: relative;
  z-index: 1;
  margin: 0 auto 1.7857142857vw;
  width: 78.5714285714vw;
  color: #fff;
  font-size: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-heading {
    z-index: 0;
    margin: 0 0 5.7777777778vw;
    width: 100%;
    font-size: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0.0888888889vw;
    background: #fff;
    content: "";
  }
}
.p-car-detail__point-heading-inr {
  padding: 0 6.4285714286vw 0 0;
  background: #3e6f72;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-heading-inr {
    padding: 0 2.6666666667vw 0 0;
  }
}
.p-car-detail__point-list {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.4285714286vw 1fr 1.4285714286vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4285714286vw;
  margin: 0 auto;
  padding: 0 0 2.8571428571vw;
  width: 78.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    gap: 3.5555555556vw;
    margin-right: -3.5555555556vw;
    padding: 0 3.5555555556vw 0 0;
    width: auto;
  }
}
.p-car-detail__point-list:before, .p-car-detail__point-list:after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-list:before, .p-car-detail__point-list:after {
    display: none;
  }
}
.p-car-detail__point-list:before {
  right: -3.5714285714vw;
  bottom: 0;
  width: 0.0714285714vw;
  height: calc(100% + 3.5714285714vw);
  background: #fff;
}
.p-car-detail__point-list:after {
  top: -3.5714285714vw;
  right: -3.5714285714vw;
  width: 100%;
  height: 0.0714285714vw;
  background: #fff;
}
.p-car-detail__point-list img {
  width: 100%;
}
.p-car-detail__point-list figcaption {
  margin: 0.7142857143vw 0 0 0;
  color: #fff;
  letter-spacing: -0.028em;
  font-weight: 700;
  font-size: 1.2857142857vw;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-list figcaption {
    margin: 1.7777777778vw 0 0 0.8888888889vw;
    font-size: 3.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 81.0666666667vw;
  }
}
.p-car-detail__point-sub-heading {
  margin: 10.7142857143vw 0 2.8571428571vw;
  font-size: 1.7857142857vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-sub-heading {
    margin: 8.8888888889vw 0 3.5555555556vw;
    font-size: 4.4444444444vw;
  }
}
.p-car-detail__point-slider .swiper-pagination {
  position: static !important;
  margin: 0.7142857143vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-slider .swiper-pagination {
    margin: 2.6666666667vw 0 0;
  }
}
.p-car-detail__point-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-car-detail__point-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-car-detail__point-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.8888888889vw;
  }
}
.p-car-detail__point-slider .swiper-pagination-bullet {
  width: 0.6428571429vw !important;
  height: 0.4285714286vw !important;
  border-radius: 0.2142857143vw !important;
  background: #998675 !important;
  opacity: 1 !important;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-slider .swiper-pagination-bullet {
    width: 1.7777777778vw !important;
    height: 1.5111111111vw !important;
    border-radius: 0.8vw !important;
  }
}
.p-car-detail__point-slider .swiper-pagination-bullet-active {
  width: 1.4285714286vw !important;
  background: #998675 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-slider .swiper-pagination-bullet-active {
    width: 3.5555555556vw !important;
  }
}
.p-car-detail__point-slider-item {
  margin-right: 1.0714285714vw;
  width: 21.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__point-slider-item {
    margin-right: 2.6666666667vw;
    width: 44.4444444444vw;
  }
}
.p-car-detail__point-slider-item-img {
  width: 100%;
}

.p-car-detail__other-style {
  padding: 0 0 16.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__other-style {
    padding: 0 0 13.3333333333vw;
  }
}

.p-car-detail__style-block {
  padding: 7.1428571429vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-block {
    padding: 13.3333333333vw 2.6666666667vw 0;
  }
}
.p-car-detail__style-title {
  text-align: center;
}
.p-car-detail__style-title-logo {
  margin: 0 auto 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-title-logo {
    margin: 0 auto 3.5555555556vw;
  }
}
.p-car-detail__style-title-logo--outdoor {
  width: 17.9285714286vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-title-logo--outdoor {
    width: 44.4444444444vw;
  }
}
.p-car-detail__style-title-logo--urban {
  width: 16.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-title-logo--urban {
    width: 40vw;
  }
}
.p-car-detail__style-lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.0714285714vw;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-lead {
    font-size: 2.6666666667vw;
  }
}
.p-car-detail__style-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.8571428571vw auto 0;
  width: 78.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-gallery {
    margin: 3.5555555556vw 0 0;
    width: 100%;
  }
}
.p-car-detail__style-gallery li {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24.6428571429vw;
          flex: 1 1 24.6428571429vw;
  aspect-ratio: 345/255;
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-gallery li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.p-car-detail__style-gallery-list-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-car-detail__style-gallery-list-link:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p-car-detail__style-gallery-list-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s -webkit-filter;
  transition: 0.4s -webkit-filter;
  transition: 0.4s filter;
  transition: 0.4s filter, 0.4s -webkit-filter;
}
.p-car-detail__style-gallery-list-link:has(.p-car-detail__style-gallery-list-coming-soon-txt):hover img {
  -webkit-filter: none;
          filter: none;
}
.p-car-detail__style-gallery-list-link:has(.p-car-detail__style-gallery-list-coming-soon-txt) {
  pointer-events: none;
}
.p-car-detail__style-gallery-list-txt {
  position: absolute;
  right: 0.7142857143vw;
  bottom: 0.3571428571vw;
  z-index: 1;
  color: #fff;
  font-size: 1.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-gallery-list-txt {
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    font-size: 2.4888888889vw;
  }
}
.p-car-detail__style-gallery-list-coming-soon-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.0666666667vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-car-detail__style-gallery-list-coming-soon-txt {
    font-size: 2.4888888889vw;
  }
}

.p-car-detail__parts-sec {
  padding: 8.5714285714vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec {
    padding: 20vw 0 0;
  }
}
.p-car-detail__parts-sec-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 4.2857142857vw;
  width: 78.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-heading-wrap {
    margin: 0 0 7.1111111111vw;
    padding: 0 3.5555555556vw;
    width: 100%;
  }
}
.p-car-detail__parts-sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-heading {
    gap: 8vw;
  }
}
.p-car-detail__parts-sec-heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5714285714vw;
  font-weight: 500;
  font-size: 1.7857142857vw;
  line-height: 1.72;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-heading-title {
    gap: 2.1333333333vw;
    font-size: 6.4vw;
    line-height: 1.68;
  }
}
.p-car-detail__parts-sec-heading-title:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.2142857143vw;
  height: 2.6428571429vw;
  background: #603813;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-heading-title:before {
    width: 1.4222222222vw;
    height: 6.0444444444vw;
  }
}
.p-car-detail__parts-sec-heading-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  font-size: 1.0714285714vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-heading-note {
    font-size: 2.2222222222vw;
  }
}
.p-car-detail__parts-sec-heading-note:before {
  content: "※";
}
.p-car-detail__parts-sec-heading-cta {
  font-size: 1.0714285714vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-heading-cta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 0 3.9111111111vw;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.p-car-detail__parts-sec-notes {
  margin: 2.1428571429vw auto 0;
  width: 78.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-notes {
    margin: 6.2222222222vw 0 0;
    padding: 0 3.5555555556vw;
    width: 100%;
  }
}
.p-car-detail__parts-sec-notes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  font-size: 0.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-notes-item {
    font-size: 2.0444444444vw;
    line-height: 1.68;
  }
}
.p-car-detail__parts-sec-notes-item:before {
  content: "※";
}
.p-car-detail__parts-sec-slider-wrap {
  margin: 0 auto;
  width: 78.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-wrap {
    padding: 0 0 0 2.2222222222vw;
    width: 100%;
  }
}
.p-car-detail__parts-sec-slider {
  margin-right: calc(50% - 50vw);
}
.p-car-detail__parts-sec-slider .swiper-slide {
  width: 23.3571428571vw;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider .swiper-slide {
    width: 46.6666666667vw;
  }
}
.p-car-detail__parts-sec-slider .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3571428571vw;
  margin: 1.4285714286vw 0 0 2.1428571429vw;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider .swiper-pagination {
    gap: 1.1555555556vw;
    margin: 3.5555555556vw 0 0 2.6666666667vw;
  }
}
.p-car-detail__parts-sec-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-car-detail__parts-sec-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}
.p-car-detail__parts-sec-slider .swiper-pagination-bullet {
  width: 1.2857142857vw !important;
  height: 0.2142857143vw !important;
  border-radius: 0 !important;
  background: #231815 !important;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider .swiper-pagination-bullet {
    width: 4.0888888889vw !important;
    height: 0.6428571429vw !important;
  }
}
.p-car-detail__parts-sec-slider-item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.p-car-detail__parts-sec-slider-item:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 1.0714285714vw);
  height: calc(100% - 1.0714285714vw);
  border-radius: 0.7142857143vw;
  background: #bfae95;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item:before {
    width: calc(100% - 2.2222222222vw);
    height: calc(100% - 2.2222222222vw);
  }
}
.p-car-detail__parts-sec-slider-item-thumbnail {
  overflow: hidden;
  margin: 0 0 1.4285714286vw;
  aspect-ratio: 311/215;
  width: calc(100% - 1.0714285714vw);
  border-radius: 0.2142857143vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-thumbnail {
    margin: 0 0 4vw;
    width: calc(100% - 2.2222222222vw);
  }
}
.p-car-detail__parts-sec-slider-item-thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-car-detail__parts-sec-slider-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 1.0714285714vw 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-body {
    padding: 0 0 2.2222222222vw 4.4444444444vw;
  }
}
.p-car-detail__parts-sec-slider-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5vw;
  margin: 0 0 0.3571428571vw;
  letter-spacing: -0.097em;
  font-size: 1.6428571429vw;
  line-height: 1.2608695652;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-title {
    gap: 0.8888888889vw;
    margin: 0 0 0.8888888889vw;
    font-size: 3.5555555556vw;
  }
}
.p-car-detail__parts-sec-slider-item-title:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 1/1;
  width: 0.7142857143vw;
  border-radius: 50%;
  background: #754c24;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-title:before {
    width: 1.4222222222vw;
  }
}
.p-car-detail__parts-sec-slider-item-txt {
  margin: 0 0 3.2142857143vw;
  padding: 0 0 0 1.2142857143vw;
  letter-spacing: 0;
  font-size: 1.2142857143vw;
  line-height: 1.2352941176;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-txt {
    margin: 0 0 4.4444444444vw;
    font-size: 2.4888888889vw;
    line-height: 1.25;
  }
}
.p-car-detail__parts-sec-slider-item-price {
  text-align: center;
  font-weight: 700;
  font-size: 1.6428571429vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-price {
    font-size: 3.9111111111vw;
  }
}
.p-car-detail__parts-sec-slider-item-price-num {
  font-size: 3.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-price-num {
    font-size: 6.7555555556vw;
  }
}
.p-car-detail__parts-sec-slider-item-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.2142857143vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-note {
    height: 5.3333333333vw;
  }
}
.p-car-detail__parts-sec-slider-item-note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-car-detail__parts-sec-slider-item-note-list {
    font-size: 1.6vw;
  }
}
.p-car-detail__parts-sec-slider-item-note-list:before {
  content: "※";
}
.p-car-detail__parts-sec-slider-item-info {
  margin-top: auto;
}