@charset "UTF-8";
/* ------------------------
  reset
------------------------ */
body {
  overflow-x: clip;
}

:where(.p-contents) *,
:where(.p-contents) *::after,
:where(.p-contents) *::before {
  box-sizing: border-box;
}
:where(.p-contents) * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
:where(.p-contents) pre,
:where(.p-contents) textarea {
  overflow: auto;
}
:where(.p-contents) template {
  display: none;
}
:where(.p-contents) details,
:where(.p-contents) main,
:where(.p-contents) summary {
  display: block;
}
:where(.p-contents) input[type=number] {
  width: auto;
}
:where(.p-contents) input[type=search] {
  -webkit-appearance: textfield;
}
:where(.p-contents) input[type=search]::-webkit-search-cancel-button,
:where(.p-contents) input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
:where(.p-contents) progress {
  display: inline-block;
}
:where(.p-contents) small {
  font-size: 75%;
}
:where(.p-contents) sub,
:where(.p-contents) sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
:where(.p-contents) sup {
  top: -0.5em;
}
:where(.p-contents) sub {
  bottom: -0.25em;
}
:where(.p-contents) textarea {
  resize: vertical;
}
:where(.p-contents) audio,
:where(.p-contents) canvas,
:where(.p-contents) iframe,
:where(.p-contents) img,
:where(.p-contents) svg,
:where(.p-contents) video {
  vertical-align: middle;
}
:where(.p-contents) audio:not([controls]) {
  display: none;
}
:where(.p-contents) img {
  border: 0;
  max-width: 100%;
  height: auto;
}
:where(.p-contents) button,
:where(.p-contents) input,
:where(.p-contents) select,
:where(.p-contents) textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
:where(.p-contents) button {
  overflow: visible;
}
:where(.p-contents) button,
:where(.p-contents) select {
  text-transform: none;
}
:where(.p-contents) input {
  line-height: normal;
}
:where(.p-contents) button,
:where(.p-contents) html input[type=button],
:where(.p-contents) input[type=reset],
:where(.p-contents) input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}
:where(.p-contents) button[disabled],
:where(.p-contents) html input[disabled] {
  cursor: default;
}
:where(.p-contents) button::-moz-focus-inner,
:where(.p-contents) input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:where(.p-contents) code,
:where(.p-contents) kbd,
:where(.p-contents) pre,
:where(.p-contents) samp {
  font-family: monospace;
}
:where(.p-contents) ol,
:where(.p-contents) ul {
  list-style: none;
}
:where(.p-contents) select {
     -moz-appearance: none;
  -webkit-appearance: none;
}
:where(.p-contents) table {
  border-spacing: 0;
  border-collapse: collapse;
}
:where(.p-contents) fieldset {
  border: 0;
}

/*
 * px 基本これを使う
 */
/*
 * pc
 * 第二引数にtrueを設定すると、$minが10pxになります。
 * font-sizeに使うときは設定してください。
 * font-size以外のときは第一引数のみでOKです。
 *
 * .xxxx {
 *   font-size: px(60, true);
 *   margin-top: px(14);
 * }
 */
/* ------------------------
  Base Settings
------------------------ */
:where(.p-contents) {
  word-wrap: break-word;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 1.6875;

  --base-font: 1.33333rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767.98px) {
  :where(.p-contents) {
    font-size: calc(14 * var(--base-font, 1) / 10);

    --base-font: 2.777vw;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  :where(.p-contents) {
    --base-font: 0.694vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :where(.p-contents) {
    --base-font: 0.7rem;
  }
}
:where(.p-contents) a {
  text-decoration: none;
  color: #00f;
}
@media (min-width: 768px) {
  :where(.p-contents) a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

.p-contents.-modal {
  position: relative;
  z-index: 8001;
  min-height: auto;
}

/* ------------------------
  Components
------------------------ */
.p-container {
  max-width: 100%;

  padding-inline: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-container {
    width: calc(1140 * var(--base-font, 1) / 10);

    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-container.-lg {
    width: calc(1240 * var(--base-font, 1) / 10);
  }
}

.p-smText {
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 137%;
}
@media (min-width: 768px) {
  .p-smText {
    line-height: 180%;
  }
}

.p-mdText {
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 160%;
}
@media (min-width: 768px) {
  .p-mdText {
    line-height: 180%;
  }
}

.p-lgText {
  font-size: calc(23 * var(--base-font, 1) / 10);
  line-height: 140%;
}
@media (min-width: 768px) {
  .p-lgText {
    letter-spacing: 0.03em;
    font-size: calc(40 * var(--base-font, 1) / 10);
  }
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1279.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.rj-font {
  font-family: "NouvelR";
}

.u-text-normal {
  font-weight: 400;
}

.u-text-medium {
  font-weight: 500;
}

.u-text-bold {
  font-weight: 700;
}

.u-text-right {
  text-align: right;
}

.u-bg-black {
  background-color: #000;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-gray-03 {
  background-color: #e1e1e1;
}

.u-bg-beige {
  background-color: #f1ece3;
}

.u-text-white {
  color: #fff;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* --------------------------------
	CarMenu
-------------------------------- */
.cl-car-menu__item--features .font-space {
  display: inline-block;
  width: 12px;
}

@media (min-width: 1280px) {
  .car-menu--cl .car-menu__item > a {
    color: #000;
  }
}
/* --------------------------------------------------------
　　トップに戻る ボタン
-------------------------------------------------------- */
.l-margin {
  background: #fff;
}

.cl-link-top {
  font-weight: bold;
}

.cl-link-top .text-link.arrow:after {
  top: 3px;
  margin-left: 2px;
  background-position: -1em -3em;
  font-size: 1em;
}

/* SP */
@media (max-width: 767px) {
  .cl-link-top {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .cl-link-top {
    display: none;
  }
}
/* --------------------------------------------------------
　　ソーシャル
-------------------------------------------------------- */
.l-social {
  background: #fff;
}

.p-dealer {
  padding-block: calc(68 * var(--base-font, 1) / 10) calc(80 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-dealer {
    padding-block: calc(98 * var(--base-font, 1) / 10) calc(150 * var(--base-font, 1) / 10);
  }
}
.p-dealer.-white .p-dealer_link {
  color: #000;
}
.p-dealer.-white .p-dealer_link::after {
  background-color: #8e8e8e;
}
.p-dealer.-footer {
  padding-block: 0 calc(40 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-dealer.-footer {
    padding-bottom: calc(64 * var(--base-font, 1) / 10);
  }
}

.p-dealer_link {
  display: flex;
  align-items: center;
  position: relative;
  min-height: calc(65 * var(--base-font, 1) / 10);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-position 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L9%209L1%2017%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.48571%22%2F%3E%3C%2Fsvg%3E") no-repeat right/calc(20 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10);
  background-color: #efdf00;
  color: #000;
  font-size: calc(18 * var(--base-font, 1) / 10);
  font-weight: bold;

  gap: calc(6 * var(--base-font, 1) / 10);
}
.p-dealer_link:focus {
  background-color: #d8ca00;
  background-position: right calc(15 * var(--base-font, 1) / 10) center;
}
@media (hover: hover) and (pointer: fine) {
  .p-dealer_link:hover {
    background-color: #d8ca00;
    background-position: right calc(15 * var(--base-font, 1) / 10) center;
  }
}
@media (min-width: 768px) {
  .p-dealer_link {
    width: calc(490 * var(--base-font, 1) / 10);
    min-height: calc(90 * var(--base-font, 1) / 10);
    background-position: right calc(20 * var(--base-font, 1) / 10) center;
    background-size: calc(10 * var(--base-font, 1) / 10) calc(18 * var(--base-font, 1) / 10);
    font-size: calc(24 * var(--base-font, 1) / 10);

    gap: calc(25 * var(--base-font, 1) / 10);
    margin-inline: auto;
  }
}
.p-dealer_link.-finance {
  font-size: calc(18 * var(--base-font, 1) / 10);
  font-weight: 600;

  gap: calc(8 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .p-dealer_link.-finance {
    padding-right: 1.3em;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .p-dealer_link.-finance {
    width: 49rem;
    min-width: 37.4rem;
    min-height: 6.5rem;
    font-size: 2rem;

    gap: 1rem;
  }
}
.p-dealer_link.-finance .rj-font {
  font-size: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-dealer_link.-finance .rj-font {
    font-size: 2.2rem;
  }
}

.p-dealer_icon {
  display: grid;
  margin-left: calc(10 * var(--base-font, 1) / 10);
  width: calc(23 * var(--base-font, 1) / 10);
  height: calc(23 * var(--base-font, 1) / 10);

  place-items: center;
}
@media (min-width: 768px) {
  .p-dealer_icon {
    margin-left: calc(26 * var(--base-font, 1) / 10);
    width: calc(36 * var(--base-font, 1) / 10);
    height: calc(36 * var(--base-font, 1) / 10);
  }
}
.-finance .p-dealer_icon {
  margin-left: 2.2rem;
  width: 3rem;
}
@media (max-width: 767.98px) {
  .-finance .p-dealer_icon {
    margin-left: calc(12 * var(--base-font, 1) / 10);
    width: calc(24 * var(--base-font, 1) / 10);
  }
}
.-finance .p-dealer_icon svg {
  width: 100%;
}
.p-dealer_icon img {
  width: 100%;
}

.p-grade {
  padding-top: calc(60 * var(--base-font, 1) / 10);
  padding-bottom: calc(60 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade {
    padding-top: calc(110 * var(--base-font, 1) / 10);
    padding-bottom: calc(120 * var(--base-font, 1) / 10);
  }
}

.p-gradeLinks {
  display: grid;
  margin-top: calc(40 * var(--base-font, 1) / 10);

  row-gap: calc(15 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-gradeLinks {
    justify-content: center;
    margin-top: calc(110 * var(--base-font, 1) / 10);

    grid-template-columns: repeat(2, -webkit-min-content);

    grid-template-columns: repeat(2, min-content);
    -moz-column-gap: calc(40 * var(--base-font, 1) / 10);
         column-gap: calc(40 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .p-gradeLinks.-specLinks {
    margin: 0 auto 6rem;
    max-width: 84rem;

    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(40 * var(--base-font, 1) / 10);
         column-gap: calc(40 * var(--base-font, 1) / 10);
    row-gap: calc(35 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .p-gradeLinks.-specLinks {
    margin-block: 0 calc(30 * var(--base-font, 1) / 10);
  }
}

.p-gradeLinks_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #000;
  width: 100%;
  min-height: calc(40 * var(--base-font, 1) / 10);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-duration: 0.3s;
  transition-property: background-color, border-color;
  background-color: #fff;
  text-align: center;
  color: #000;
  font-size: calc(12 * var(--base-font, 1) / 10);
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-gradeLinks_btn {
    width: calc(400 * var(--base-font, 1) / 10);
    min-height: calc(60 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
.p-gradeLinks_btn:focus {
  background-color: #f0f0f0;
}
.p-gradeLinks_btn:focus .p-gradeLinks_arrow {
  translate: 50% 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-gradeLinks_btn:hover {
    background-color: #f0f0f0;
  }
  .p-gradeLinks_btn:hover .p-gradeLinks_arrow {
    translate: 50% 0;
  }
}
.p-gradeLinks_btn.-black {
  background-color: #262626;
  color: #fff;
}
.p-gradeLinks_btn.-black:focus {
  border-color: #303030;
  background-color: #383838;
}
@media (hover: hover) and (pointer: fine) {
  .p-gradeLinks_btn.-black:hover {
    border-color: #303030;
    background-color: #383838;
  }
}
@media (min-width: 768px) {
  .-specLinks .p-gradeLinks_btn {
    width: 100%;
    min-height: 6rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .p-gradeLinks_btn.-conf {
    width: calc((100% - 40 * var(--base-font, 1) / 10) / 2);

    grid-column: 1/3;
    margin-inline: auto;
  }
}

.p-gradeLinks_icon {
  margin-right: calc(9 * var(--base-font, 1) / 10);
  width: calc(13 * var(--base-font, 1) / 10);
  height: calc(17 * var(--base-font, 1) / 10);

  fill: #000;
}
@media (min-width: 768px) {
  .p-gradeLinks_icon {
    width: calc(20 * var(--base-font, 1) / 10);
    height: calc(26 * var(--base-font, 1) / 10);
  }
}

.p-gradeLinks_arrow {
  position: absolute;
  right: calc(13 * var(--base-font, 1) / 10);
  width: calc(10 * var(--base-font, 1) / 10);
  height: calc(15 * var(--base-font, 1) / 10);
  transition: translate 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

  inset-block: 0;
  margin-block: auto;
  fill: none;
  stroke: #fff;
}
.p-gradeLinks_arrow.-black {
  stroke: #000;
}
@media (min-width: 768px) {
  .-specLinks .p-gradeLinks_arrow {
    right: 1.3rem;
    width: 1rem;
    height: 1.5rem;
  }
}

.p-grade_slider_wrapper {
  position: relative;
}

.p-grade_slider {
  margin-top: calc(30 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_slider {
    margin-top: calc(60 * var(--base-font, 1) / 10);

    padding-inline: calc(120 * var(--base-font, 1) / 10) calc(120 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .p-grade_slider {
    padding-inline: calc(20 * var(--base-font, 1) / 10);
  }
}
.p-grade_slider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.p-grade_slider_item {
  display: flex;
  flex-direction: column;
  width: calc(260 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_slider_item {
    width: calc(360 * var(--base-font, 1) / 10);
  }
}

.p-grade_slider_card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: calc(30 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-grade_slider_card {
    padding: calc(40 * var(--base-font, 1) / 10) calc(22 * var(--base-font, 1) / 10) calc(19 * var(--base-font, 1) / 10);
  }
}

.p-grade_slider_card_tag_wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-grade_slider_card_tag {
  padding: calc(5 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10);
  background-color: #000;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: calc(12 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-grade_slider_card_tag {
    padding: calc(5 * var(--base-font, 1) / 10) calc(11 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
.p-grade_slider_card_tag.-eco {
  flex-grow: 1;
  padding-top: calc(6 * var(--base-font, 1) / 10);
  padding-right: calc(12 * var(--base-font, 1) / 10);
  max-width: 50%;
  background-color: #fff;
  color: #000;
  font-size: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_slider_card_tag.-eco {
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

.p-grade_slider_card_img {
  display: grid;
  min-height: calc(168 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .p-grade_slider_card_img {
    min-height: calc(121 * var(--base-font, 1) / 10);
  }
}

.p-grade_slider_card_imgInner {
  display: none;
  position: relative;
  background-color: #fff;

  grid-column: 1/2;
  grid-row: 1/2;
}
.p-grade_slider_card_imgInner.is-active {
  display: block;
}
.p-grade_slider_card_imgInner img {
  width: 100%;
}
.p-grade_slider_card_imgInner .p-grade_slider_card_icon {
  opacity: 0.7;
  position: absolute;
  top: calc(10 * var(--base-font, 1) / 10);
  right: calc(10 * var(--base-font, 1) / 10);
  margin-left: auto;
  width: calc(14 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_slider_card_imgInner .p-grade_slider_card_icon {
    width: calc(21 * var(--base-font, 1) / 10);
  }
}

.p-grade_slider_card_figcaption {
  position: absolute;
  top: calc(100% - 1.2em);
  text-align: center;
  font-size: calc(8 * var(--base-font, 1) / 10);
  line-height: 1.2;

  inset-inline: 0;
  padding-inline: 1em;
}
.p-grade_slider_card_figcaption.-white {
  color: #fff;
}
.p-grade_slider_card_figcaption.-kangoo {
  top: calc(100% - 0.2em);
}

.p-grade_slider_card_ttlBadge {
  margin-top: calc(17 * var(--base-font, 1) / 10);
  padding: calc(3 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: calc(14 * var(--base-font, 1) / 10);
  line-height: 1;
}
.p-grade_slider_card_ttlBadge.rj-font {
  font-weight: 600;
}
.p-grade_slider_card_ttlBadge:not(:empty) {
  border: 1px solid;
}

.p-grade_slider_card_ttl {
  letter-spacing: -0.02em;
  font-size: calc(22 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 0.9545454545;

  margin-block: calc(5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_slider_card_ttl {
    margin-bottom: calc(3 * var(--base-font, 1) / 10);
    font-size: calc(30 * var(--base-font, 1) / 10);
    line-height: 0.9666666667;
  }
}

.p-grade_slider_card_subttl {
  font-size: calc(11 * var(--base-font, 1) / 10);
  line-height: 1.3636363636;
}
@media (min-width: 768px) {
  .p-grade_slider_card_subttl {
    font-size: calc(17 * var(--base-font, 1) / 10);
    line-height: 1.2352941176;
  }
}

.p-grade_slider_card_price {
  display: flex;
  align-items: center;
  margin-top: calc(8 * var(--base-font, 1) / 10);
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 1;

  -moz-column-gap: 0.1em;

       column-gap: 0.1em;
}
@media (min-width: 768px) {
  .p-grade_slider_card_price {
    margin-top: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
.p-grade_slider_card_price .rj-font {
  font-size: calc(21 * var(--base-font, 1) / 10);
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-grade_slider_card_price .rj-font {
    font-size: calc(29 * var(--base-font, 1) / 10);
  }
}
.p-grade_slider_card_price.-mt0 {
  margin-top: 0;
}

.p-grade_var {
  display: grid;
  margin-top: calc(8 * var(--base-font, 1) / 10);

  grid-template-columns: calc(40 * var(--base-font, 1) / 10) minmax(0, 1fr);
  -moz-column-gap: calc(8 * var(--base-font, 1) / 10);
       column-gap: calc(8 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_var {
    margin-top: calc(15 * var(--base-font, 1) / 10);

    grid-template-columns: calc(50 * var(--base-font, 1) / 10) minmax(0, 1fr);
    -moz-column-gap: calc(12 * var(--base-font, 1) / 10);
         column-gap: calc(12 * var(--base-font, 1) / 10);
  }
}

.p-grade_var_head {
  text-transform: uppercase;
  font-size: calc(8 * var(--base-font, 1) / 10);
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-grade_var_head {
    font-size: calc(10 * var(--base-font, 1) / 10);
  }
}

.p-grade_var_chips {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(calc(26 * var(--base-font, 1) / 10), 1fr));
  gap: calc(6 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_var_chips {
    grid-template-columns: repeat(auto-fill, minmax(calc(34 * var(--base-font, 1) / 10), 1fr));
    gap: calc(9 * var(--base-font, 1) / 10);
  }
}

.p-grade_var_chip {
  display: block;
  position: relative;
  height: calc(13 * var(--base-font, 1) / 10);
  cursor: pointer;
  background-color: currentColor;
  color: #000;
  font-size: 0;
}
@media (min-width: 768px) {
  .p-grade_var_chip {
    height: calc(15 * var(--base-font, 1) / 10);
  }
}
.p-grade_var_chip:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: calc(1 * var(--base-font, 1) / 10) solid #8e8e8e;
  width: 100%;
  height: 100%;
}
.p-grade_var_chip input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-grade_var_chip > span {
  position: absolute;
  border: none;

  inset: 0;
}
.p-grade_var_chip:has(input[type=radio]:checked)::before {
  opacity: 1;
}
.p-grade_var_chip:has(input[type=radio]:checked) > span {
  border: calc(3 * var(--base-font, 1) / 10) solid #fff;
}
.p-grade_var_chip.-half-esprit {
  border-color: transparent;
  background: linear-gradient(90deg, #e1e1dd 0%, #e1e1dd 50%, #c4363a 50%, #c4363a 100%);
}
.p-grade_var_chip.-border-c8 {
  border: 1px solid #c8c8c8;
}
.p-grade_var_chip.-border-c8:has(input[type=radio]:checked) {
  border-color: transparent;
}

.p-grade_exBtn {
  display: flex;
  align-items: center;
  margin-top: calc(15 * var(--base-font, 1) / 10);
  padding: calc(2 * var(--base-font, 1) / 10) calc(9 * var(--base-font, 1) / 10) calc(3 * var(--base-font, 1) / 10);
  border: solid #8e8e8e;
  border-width: 1px 0;
  width: 100%;
  min-height: calc(35 * var(--base-font, 1) / 10);
  transition: background-color 0.3s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  line-height: 1;

  -moz-column-gap: calc(15 * var(--base-font, 1) / 10);

       column-gap: calc(15 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_exBtn {
    margin-top: calc(20 * var(--base-font, 1) / 10);
    min-height: calc(48 * var(--base-font, 1) / 10);

    padding-inline: calc(12 * var(--base-font, 1) / 10);
  }
}
.p-grade_exBtn:focus {
  background-color: #f0f0f0;
}
@media (hover: hover) and (pointer: fine) {
  .p-grade_exBtn:hover {
    background-color: #f0f0f0;
  }
}

.p-grade_exBtn_head {
  font-size: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_exBtn_head {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.p-grade_exBtn_price {
  display: flex;
  align-items: center;
  font-size: calc(10 * var(--base-font, 1) / 10);

  -moz-column-gap: calc(2 * var(--base-font, 1) / 10);

       column-gap: calc(2 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_exBtn_price {
    font-size: calc(13 * var(--base-font, 1) / 10);
  }
}
.p-grade_exBtn_price .rj-font {
  font-size: calc(14 * var(--base-font, 1) / 10);
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-grade_exBtn_price .rj-font {
    font-size: calc(19 * var(--base-font, 1) / 10);
  }
}

.p-grade_exBtn_icon {
  margin-left: auto;
  width: calc(9 * var(--base-font, 1) / 10);
  height: calc(9 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_exBtn_icon {
    width: calc(12 * var(--base-font, 1) / 10);
    height: calc(12 * var(--base-font, 1) / 10);
  }
}

.p-grade_slider_card_specBtn_wrapper {
  display: flex;
  margin-top: calc(10 * var(--base-font, 1) / 10);

  -moz-column-gap: calc(10 * var(--base-font, 1) / 10);

       column-gap: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_slider_card_specBtn_wrapper {
    margin-top: calc(14 * var(--base-font, 1) / 10);

    -moz-column-gap: calc(14 * var(--base-font, 1) / 10);

         column-gap: calc(14 * var(--base-font, 1) / 10);
  }
}

.p-grade_slider_card_specBtn {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: center;
  border: 1px solid #8e8e8e;
  min-height: calc(35 * var(--base-font, 1) / 10);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-align: center;
  color: #000;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 1.0833333333;
}
@media (min-width: 768px) {
  .p-grade_slider_card_specBtn {
    min-height: calc(48 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
.p-grade_slider_card_specBtn:focus {
  background-color: #f0f0f0;
}
@media (hover: hover) and (pointer: fine) {
  .p-grade_slider_card_specBtn:hover {
    background-color: #f0f0f0;
  }
}
.p-grade_slider_card_specBtn.-eco {
  padding-bottom: calc(2 * var(--base-font, 1) / 10);
  background-color: #262626;
  background-color: #262626;
  color: #fff;
}
.p-grade_slider_card_specBtn.-eco:focus {
  background-color: #383838;
}
@media (hover: hover) and (pointer: fine) {
  .p-grade_slider_card_specBtn.-eco:hover {
    background-color: #383838;
  }
}

.p-grade_slider_card_specBtn_icon {
  display: flex;
  align-items: center;
  margin-right: calc(7 * var(--base-font, 1) / 10);
  width: calc(13 * var(--base-font, 1) / 10);
  height: calc(17 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_slider_card_specBtn_icon {
    width: calc(18 * var(--base-font, 1) / 10);
    height: calc(23 * var(--base-font, 1) / 10);
  }
}
.p-grade_slider_card_specBtn_icon img {
  width: 100%;
}

.p-grade_slider_card_caption {
  margin-top: calc(4 * var(--base-font, 1) / 10);
  letter-spacing: 0.03em;
  color: #4b4b4b;
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 137%;
}
@media (min-width: 768px) {
  .p-grade_slider_card_caption {
    margin-top: calc(3 * var(--base-font, 1) / 10);
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

.p-grade_scrollbar.swiper-scrollbar-horizontal {
  bottom: calc(-20 * var(--base-font, 1) / 10);
  left: calc(20 * var(--base-font, 1) / 10);
  background-color: #d9d9d9;
}
.p-grade_scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #afafaf;
}

/* --------------------------------
  購入プランモーダル
-------------------------------- */
.p-grade_modal {
  display: flex;
  visibility: hidden;
  overflow: auto auto;
  opacity: 0;
  position: fixed;
  z-index: 8001;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-grade_modal_bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.9);
}

.p-grade_modal_dialog {
  position: relative;
  margin: auto;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .p-grade_modal_dialog {
    margin-top: 5vh;
    margin-bottom: 0;
    max-width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .p-grade_modal_dialog {
    padding: 8rem 0 0;
    height: 100%;
  }
}

.p-grade_modal_body {
  overflow: auto;
  position: relative;
  padding: 4rem 0 0;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  height: 100%;
  background-color: #fff;
  pointer-events: auto;

  overscroll-behavior: none;
}
@media (max-width: 767.98px) {
  .p-grade_modal_body {
    padding: calc(40 * var(--base-font, 1) / 10) 0 calc(180 * var(--base-font, 1) / 10);
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
.p-grade_modal_body .simplebar-scrollbar:before {
  opacity: 0.8 !important;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 0;
  border-radius: 999px;
  width: 0.5rem;
  background-color: #d4d4d4;
}

@media (max-width: 767.98px) {
  .p-grade_modal_close_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 5;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(50 * var(--base-font, 1) / 10);
    background-color: #000;
    box-shadow: 0 0 calc(20 * var(--base-font, 1) / 10) 0 rgba(0, 0, 0, 0.1);
  }
}

.p-grade_modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #000;
}
.p-grade_modal_close:focus {
  background-color: #303030;
}
.p-grade_modal_close:focus img {
  scale: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  .p-grade_modal_close:hover {
    background-color: #303030;
  }
  .p-grade_modal_close:hover img {
    scale: 0.75;
  }
}
@media (min-width: 768px) {
  .p-grade_modal_close {
    top: 2.5rem;
    right: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .p-grade_modal_close {
    position: relative;
    width: calc(30 * var(--base-font, 1) / 10);
    height: calc(30 * var(--base-font, 1) / 10);
    background-color: #303030;
  }
}
.p-grade_modal_close img {
  width: calc(16 * var(--base-font, 1) / 10);
  transition: scale 0.2s;
}

.p-grade_body {
  overflow: hidden;
}

.p-grade_inner {
  margin: 0 auto;
  max-width: 64rem;
}
@media (max-width: 767.98px) {
  .p-grade_inner {
    padding-inline: calc(20 * var(--base-font, 1) / 10);
  }
}

.p-grade_label {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .p-grade_label {
    font-size: calc(14 * var(--base-font, 1) / 10);
    line-height: 140%;
  }
}
.p-grade_label .rj-font {
  font-size: 1.143em;
}

.p-grade_heading {
  margin-top: 1.2rem;
  font-size: 2.2rem;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .p-grade_heading {
    margin-top: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .p-grade_heading > span {
    display: inline-block;
  }
}
.p-grade_heading .rj-font {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .p-grade_heading .rj-font {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.p-grade_hero {
  display: grid;
  align-items: center;
  justify-content: space-between;
  position: relative;

  grid-template-columns: 28rem 30rem;
}
@media (max-width: 767.98px) {
  .p-grade_hero {
    grid-template-columns: 1fr;
    row-gap: calc(10 * var(--base-font, 1) / 10);
  }
}
.p-grade_hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 62%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 200vw;
  height: 50%;
  background: linear-gradient(180deg, #d9d9d9 36.05%, rgba(217, 217, 217, 0) 96.58%);
  pointer-events: none;

  translate: -50vw 0;
}
@media (max-width: 767.98px) {
  .p-grade_hero:before {
    top: 33%;
  }
}

.p-grade_hero_price {
  position: relative;
}
@media (max-width: 767.98px) {
  .p-grade_hero_price {
    grid-row: 2/3;
  }
}

.p-grade_hero_text {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .p-grade_hero_text {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
.p-grade_hero_text > b {
  padding-inline: 0.8rem;
}
@media (max-width: 767.98px) {
  .p-grade_hero_text > b {
    padding-inline: calc(8 * var(--base-font, 1) / 10);
  }
}
.p-grade_hero_text .rj-font {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .p-grade_hero_text .rj-font {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.p-grade_hero_label {
  margin-top: 1rem;
  padding: 0.5rem 1.2rem;
  border: 0.2rem solid #000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0.3rem 0.3rem 0 0 rgba(0, 0, 0, 0.08);
  font-size: 1.3rem;
}
@media (max-width: 767.98px) {
  .p-grade_hero_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(12 * var(--base-font, 1) / 10);
    padding: calc(5 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10);
    border-width: calc(2 * var(--base-font, 1) / 10);
    width: 100%;
    box-shadow: calc(3 * var(--base-font, 1) / 10) calc(3 * var(--base-font, 1) / 10) 0 0 rgba(0, 0, 0, 0.08);
    font-size: calc(13 * var(--base-font, 1) / 10);
  }
}
.p-grade_hero_label b {
  font-size: 1.6rem;

  padding-inline: 0.5rem;
}
@media (max-width: 767.98px) {
  .p-grade_hero_label b {
    font-size: calc(16 * var(--base-font, 1) / 10);

    padding-inline: calc(8 * var(--base-font, 1) / 10);
  }
}
.p-grade_hero_label .rj-font {
  font-size: 2.2rem;
}
@media (max-width: 767.98px) {
  .p-grade_hero_label .rj-font {
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}

.p-grade_hero_img {
  position: relative;
}
@media (max-width: 767.98px) {
  .p-grade_hero_img {
    margin: 0 auto;
    width: calc(268 * var(--base-font, 1) / 10);

    grid-row: 1/2;
  }
}
.p-grade_hero_img img {
  width: 100%;
}

.p-grade_list_wrapper {
  display: grid;
  margin-top: 2rem;

  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media (max-width: 767.98px) {
  .p-grade_list_wrapper {
    margin-top: calc(40 * var(--base-font, 1) / 10);

    grid-template-columns: 1fr;
    row-gap: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .p-grade_list {
    display: grid;

    row-gap: calc(16 * var(--base-font, 1) / 10);
  }
}

.p-grade_item dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #f0f0f0;
}
@media (max-width: 767.98px) {
  .p-grade_item dl {
    padding-bottom: calc(16 * var(--base-font, 1) / 10);
    border-width: calc(1 * var(--base-font, 1) / 10);
  }
}
.p-grade_item dl > dt {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .p-grade_item dl > dt {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
.p-grade_item dl > dt > span {
  color: #b60000;
}
.p-grade_item dl > dd {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .p-grade_item dl > dd {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
.p-grade_item dl > dd.is_attention {
  color: #b60000;
}
.p-grade_item dl > dd > span {
  padding-right: 0.2rem;
  font-size: 2.2rem;
}
@media (max-width: 767.98px) {
  .p-grade_item dl > dd > span {
    padding-right: calc(2 * var(--base-font, 1) / 10);
    font-size: calc(22 * var(--base-font, 1) / 10);
  }
}

.p-grade_info {
  border-top: 0.1rem solid #f0f0f0;
}
@media (max-width: 767.98px) {
  .p-grade_info {
    padding-top: calc(32 * var(--base-font, 1) / 10);
    border-width: calc(1 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .p-grade_info {
    padding-top: 3.2rem;
    padding-bottom: calc(180 * var(--base-font, 1) / 10);
  }
}

.p-grade_info_lead {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .p-grade_info_lead {
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

.p-grade_info_text {
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .p-grade_info_text {
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}
.p-grade_info_text a {
  text-decoration: underline;
  color: #8e8e8e;
}

.p-grade_info_list {
  display: grid;
  font-size: 1.2rem;

  row-gap: 0.8rem;
  margin-block: 2.4rem;
}
@media (max-width: 767.98px) {
  .p-grade_info_list {
    font-size: calc(12 * var(--base-font, 1) / 10);

    row-gap: calc(8 * var(--base-font, 1) / 10);
    margin-block: calc(24 * var(--base-font, 1) / 10);
  }
}
.p-grade_info_list > li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.p-grade_info_list > li:before {
  content: "◯";
  padding-right: 0.2rem;
}
@media (max-width: 767.98px) {
  .p-grade_info_list > li:before {
    padding-right: calc(2 * var(--base-font, 1) / 10);
  }
}

.p-grade_cv {
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .p-grade_cv {
    justify-content: center;
    width: 100%;
    min-height: calc(65 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
.p-grade_cv:focus .p-grade_cv_arrow {
  transform: translateX(0.5rem);
}
.p-grade_cv:focus::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-grade_cv:hover .p-grade_cv_arrow {
    transform: translateX(0.5rem);
  }
  .p-grade_cv:hover::after {
    opacity: 1;
  }
}
.p-grade_cv::after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: opacity 0.3s linear;
  background-color: #8e8e8e;

  inset-inline: 0;
}
.p-grade_cv .p-grade_cv_arrow {
  width: 0.8rem;
  height: 0.8rem;
}
@media (max-width: 767.98px) {
  .p-grade_cv.-fix {
    font-size: 1.8rem;
  }
  .p-grade_cv.-fix .rj-font {
    font-size: 1.22em;
  }
  .p-grade_cv.-fix .p-grade_cv_arrow {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .p-grade_cv.-fix {
    min-width: 34rem;
    font-size: 1.7rem;

    -moz-column-gap: 1.5rem;

         column-gap: 1.5rem;
    padding-block: 1rem;
  }
  .p-grade_cv.-fix .p-grade_cv_icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-grade_cv.-fix .p-grade_cv_icon > img {
    width: 2.8rem;
  }
  .p-grade_cv.-fix .p-grade_cv_arrow {
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-grade_cv.-fix .rj-font {
    font-size: 1.176em;
  }
}
.p-grade_cv .p-grade_cv_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efdf00;
}
@media (max-width: 767.98px) {
  .p-grade_cv .p-grade_cv_icon {
    width: calc(34 * var(--base-font, 1) / 10);
    height: calc(34 * var(--base-font, 1) / 10);

    margin-inline: calc(4 * var(--base-font, 1) / 10) calc(14 * var(--base-font, 1) / 10);
  }
  .p-grade_cv .p-grade_cv_icon svg {
    width: 2.2rem;
    height: 1.6rem;
  }
  .p-grade_cv .p-grade_cv_icon svg path {
    fill: #000;
  }
}
.p-grade_cv .p-grade_cv_arrow {
  display: block;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-grade_cv .p-grade_cv_arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 100%;
  height: 100%;
  transition: border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: rotate(45deg);
}

.p-grade_cv_wrapper {
  text-align: center;

  padding-block: 5.3rem 4rem;
}
@media (max-width: 767.98px) {
  .p-grade_cv_wrapper {
    padding-block: calc(48 * var(--base-font, 1) / 10);
  }
}

.p-grade_arw {
  display: grid;
  position: absolute;
  z-index: 1;
  top: 42%;
  border-radius: 50%;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  transition: background-color 0.2s;
  background-color: rgba(191, 191, 191, 0.75);
  font-size: 0;

  place-items: center;
}
@media (min-width: 768px) {
  .p-grade_arw {
    top: 46%;
    width: calc(42 * var(--base-font, 1) / 10);
    height: calc(42 * var(--base-font, 1) / 10);
  }
}
.p-grade_arw:focus {
  background-color: #bfbfbf;
}
@media (hover: hover) and (pointer: fine) {
  .p-grade_arw:hover {
    background-color: #bfbfbf;
  }
}
.p-grade_arw.swiper-button-disabled {
  display: none;
}
.p-grade_arw img {
  opacity: 0.3;
  width: 30%;
}
.p-grade_arw.p-grade_arw-prev {
  left: calc(6 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_arw.p-grade_arw-prev {
    left: calc(95 * var(--base-font, 1) / 10);
  }
}
.p-grade_arw.p-grade_arw-next {
  right: calc(6 * var(--base-font, 1) / 10);

  rotate: 180deg;
}
@media (min-width: 768px) {
  .p-grade_arw.p-grade_arw-next {
    right: calc(95 * var(--base-font, 1) / 10);
  }
}

/* --------------------------------
  写真モーダル
-------------------------------- */
.p-grade_colorModal_dialog {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(100%);
}
@media (max-width: 767.98px) {
  .p-grade_colorModal_dialog {
    height: 90%;
  }
}
.p-grade_modal[aria-hidden=false] .p-grade_colorModal_dialog {
  transform: translateY(0);
}

.p-grade_colorModal_body {
  display: grid;
  padding: 0;

  grid-template-rows: 1fr auto;
}

.p-grade_colorModal_info_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 calc(20 * var(--base-font, 1) / 10) 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .p-grade_colorModal_info_wrapper {
    display: grid;
    align-items: center;
    padding: calc(13 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(75 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .p-grade_colorModal_info_wrapper {
    padding-block: calc(16 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
  }
}

@media (min-width: 768px) {
  .p-grade_colorModal_info {
    width: calc(630 * var(--base-font, 1) / 10);

    margin-inline: auto;
  }
}

.p-grade_colorModal_colorChanger {
  margin-top: calc(13 * var(--base-font, 1) / 10);
  padding-top: calc(13 * var(--base-font, 1) / 10);
  border-top: 1px solid rgba(142, 142, 142, 0.2);
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-grade_colorModal_colorChanger {
    display: grid;
    z-index: 1;
    bottom: 0;
    width: calc(630 * var(--base-font, 1) / 10);

    grid-template-columns: calc(178 * var(--base-font, 1) / 10) 1fr;
    inset-inline: 0;
    margin-inline: auto;
  }
}
.p-grade_colorModal_colorChanger .p-grade_var_head {
  font-size: calc(10 * var(--base-font, 1) / 10);
}
.p-grade_colorModal_colorChanger .p-grade_var {
  margin-top: calc(6 * var(--base-font, 1) / 10);

  grid-template-columns: calc(50 * var(--base-font, 1) / 10) minmax(0, 1fr);
  -moz-column-gap: calc(12 * var(--base-font, 1) / 10);
       column-gap: calc(12 * var(--base-font, 1) / 10);
}
.p-grade_colorModal_colorChanger .p-grade_var_chips {
  grid-template-columns: repeat(auto-fill, minmax(calc(34 * var(--base-font, 1) / 10), 1fr));
  gap: calc(9 * var(--base-font, 1) / 10);
}
.p-grade_colorModal_colorChanger .p-grade_var_chip {
  height: calc(15 * var(--base-font, 1) / 10);
}

.p-grade_colorModal_colorChanger_ttl {
  text-transform: uppercase;
  font-size: calc(18 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .p-grade_colorModal_colorChanger_ttl {
    margin-bottom: calc(8 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .p-grade_colorModal_colorChanger_ttl {
    align-self: center;

    grid-row: span 2;
  }
}

.p-grade_colorModal_inner {
  position: relative;
  height: 100%;

  padding-inline: 0;
}
@media (min-width: 768px) {
  .p-grade_colorModal_inner {
    margin-bottom: calc(130 * var(--base-font, 1) / 10);
    max-width: none;
  }
}

.p-grade_colorModal_ttl {
  font-size: calc(18 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 105%;
}
@media (min-width: 768px) {
  .p-grade_colorModal_ttl {
    font-size: calc(19 * var(--base-font, 1) / 10);
  }
}
.p-grade_colorModal_ttl br {
  display: none;
}

.p-grade_colorModal_subttl {
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 173%;
}
@media (min-width: 768px) {
  .p-grade_colorModal_subttl {
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

.p-grade_colorModal_img {
  display: grid;
  align-items: center;
  padding-bottom: calc(30 * var(--base-font, 1) / 10);
  height: 100%;
}
@media (min-width: 768px) {
  .p-grade_colorModal_img {
    padding-block: calc(20 * var(--base-font, 1) / 10) calc(60 * var(--base-font, 1) / 10);
  }
}

.p-grade_colorModal_imgInner {
  display: none;
  background-color: #fff;

  grid-area: 1/1;
}
@media (min-width: 768px) {
  .p-grade_colorModal_imgInner {
    width: calc(614 * var(--base-font, 1) / 10);

    margin-inline: auto;
  }
}
.p-grade_colorModal_imgInner.is-active {
  display: block;
}
.p-grade_colorModal_imgInner img {
  width: 100%;

  -o-object-fit: contain;

     object-fit: contain;
}
@media (min-width: 768px) {
  .p-grade_colorModal_imgInner img {
    max-height: 35vh;
  }
}

.p-grade_colorModal_figcaption {
  display: grid;
  margin-top: calc(4 * var(--base-font, 1) / 10);
  color: #4b4b4b;
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-grade_colorModal_figcaption {
    margin-top: calc(2 * var(--base-font, 1) / 10);
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}
.p-grade_colorModal_figcaption span {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;

  grid-area: 1/1;
}
.p-grade_colorModal_figcaption span.is-active {
  visibility: visible;
  opacity: 1;
}

.p-grade_colorModal_zoomBtn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;

  -moz-column-gap: 0.9rem;

       column-gap: 0.9rem;
  inset-inline: 0;
}
@media (max-width: 767.98px) {
  .p-grade_colorModal_zoomBtn_wrapper {
    bottom: calc(30 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .p-grade_colorModal_zoomBtn_wrapper {
    bottom: calc(30 * var(--base-font, 1) / 10);
  }
}

.p-grade_colorModal_zoomBtn {
  display: grid;
  border-radius: 50%;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  transition: background-color 0.2s;
  background: rgba(220, 220, 220, 0.75);
  font-size: 0;

  place-content: center;
}
.p-grade_colorModal_zoomBtn:focus {
  background-color: #dcdcdc;
}
@media (hover: hover) and (pointer: fine) {
  .p-grade_colorModal_zoomBtn:hover {
    background-color: #dcdcdc;
  }
}
.p-grade_colorModal_zoomBtn::before {
  content: "";
  display: block;
  width: calc(10 * var(--base-font, 1) / 10);
  height: 1px;
  background-color: #000;

  grid-area: 1/1;
}
.p-grade_colorModal_zoomBtn.-in::after {
  content: "";
  display: block;
  width: calc(10 * var(--base-font, 1) / 10);
  height: 1px;
  transform: rotate(90deg);
  background-color: #000;

  grid-area: 1/1;
}

.p-accessory {
  padding-top: calc(120 * var(--base-font, 1) / 10);
  text-align: center;
}
@media (min-width: 768px) {
  .p-accessory {
    padding-top: calc(230 * var(--base-font, 1) / 10);
  }
}

.p-accessoryLink {
  display: grid;
  margin-top: calc(30 * var(--base-font, 1) / 10);
  background-color: #f0f0f0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-accessoryLink {
    margin: calc(60 * var(--base-font, 1) / 10) auto 0;
    width: calc(800 * var(--base-font, 1) / 10);
  }
}
.p-accessoryLink:focus {
  background-color: #f0f0f0;
}
.p-accessoryLink:focus .p-accessoryLink_arrow {
  translate: 50% 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-accessoryLink:hover {
    background-color: #f0f0f0;
  }
  .p-accessoryLink:hover .p-accessoryLink_arrow {
    translate: 50% 0;
  }
}
.p-accessoryLink img {
  width: 100%;
}

.p-accessoryLink_txt {
  position: relative;
  padding: calc(8 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
  color: #000;
  font-size: calc(13 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-accessoryLink_txt {
    padding: calc(11 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.p-accessoryLink_arrow {
  position: absolute;
  right: calc(13 * var(--base-font, 1) / 10);
  width: calc(8 * var(--base-font, 1) / 10);
  height: calc(15 * var(--base-font, 1) / 10);
  transition: translate 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

  inset-block: 0;
  margin-block: auto;
  fill: none;
  stroke: #000;
}
@media (min-width: 768px) {
  .p-accessoryLink_arrow {
    right: calc(16 * var(--base-font, 1) / 10);
    width: calc(10 * var(--base-font, 1) / 10);
    height: calc(16 * var(--base-font, 1) / 10);
  }
}

.p-movie {
  padding-top: calc(60 * var(--base-font, 1) / 10);
  text-align: center;
}
@media (min-width: 768px) {
  .p-movie {
    padding-top: calc(110 * var(--base-font, 1) / 10);
  }
}

.p-movie_list {
  display: grid;
  justify-content: center;
  margin-top: calc(30 * var(--base-font, 1) / 10);

  row-gap: calc(28 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-movie_list {
    margin-top: calc(60 * var(--base-font, 1) / 10);

    row-gap: calc(38 * var(--base-font, 1) / 10);
  }
}
.p-movie_list.-kangoo {
  margin-top: calc(40 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-movie_list.-kangoo {
    margin-top: calc(66 * var(--base-font, 1) / 10);
  }
}

.p-movie_link {
  display: block;
}
@media (min-width: 768px) {
  .p-movie_link {
    width: calc(800 * var(--base-font, 1) / 10);
  }
}
.p-movie_link:focus .p-movie_img img {
  scale: 1.03;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_link:hover .p-movie_img img {
    scale: 1.03;
  }
}
.p-movie_link img {
  width: 100%;
}

.p-movie_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-movie_img img {
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-movie_play {
  display: inline-flex;
  position: absolute;
  margin: auto;
  width: calc(45 * var(--base-font, 1) / 10);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;

  inset: 0;
}
@media (min-width: 768px) {
  .p-movie_play {
    width: calc(80 * var(--base-font, 1) / 10);
  }
}

.p-movie_window {
  display: inline-flex;
  position: absolute;
  right: calc(13 * var(--base-font, 1) / 10);
  bottom: calc(9 * var(--base-font, 1) / 10);
  margin: auto;
  width: calc(29 * var(--base-font, 1) / 10);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-movie_caption {
  margin-top: calc(10 * var(--base-font, 1) / 10);
  text-align: center;
  color: #000;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 150%;
}
@media (min-width: 768px) {
  .p-movie_caption {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}
.p-movie_caption.-kangoo {
  margin-top: calc(46 * var(--base-font, 1) / 10);
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-movie_caption.-kangoo {
    margin-top: calc(65 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.p-gallery {
  margin-bottom: calc(-50 * var(--base-font, 1) / 10);
  padding-top: calc(60 * var(--base-font, 1) / 10);
  color: #fff;
}
@media (min-width: 768px) {
  .p-gallery {
    padding-top: calc(100 * var(--base-font, 1) / 10);
  }
}

.p-gallery_ttl {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: calc(32 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-gallery_ttl {
    font-size: calc(50 * var(--base-font, 1) / 10);
  }
}

.p-gallerySlider_wrapper {
  position: relative;
}
.p-gallerySlider_wrapper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.p-gallerySliderArrow {
  display: grid;
  position: absolute;
  z-index: 1;
  top: 42%;
  border-radius: 50%;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  transition: background-color 0.2s;
  background-color: rgba(191, 191, 191, 0.75);
  font-size: 0;

  place-items: center;
}
@media (min-width: 768px) {
  .p-gallerySliderArrow {
    top: 46%;
    width: calc(42 * var(--base-font, 1) / 10);
    height: calc(42 * var(--base-font, 1) / 10);
  }
}
.p-gallerySliderArrow:focus {
  background-color: #bfbfbf;
}
@media (hover: hover) and (pointer: fine) {
  .p-gallerySliderArrow:hover {
    background-color: #bfbfbf;
  }
}
.p-gallerySliderArrow::before {
  content: "";
  position: absolute;

  inset: calc(-10 * var(--base-font, 1) / 10);
}
.p-gallerySliderArrow img {
  opacity: 0.3;
  width: 30%;
}
.p-gallerySliderArrow.p-gallerySliderArrow-prev {
  left: calc(30 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-gallerySliderArrow.p-gallerySliderArrow-prev {
    left: calc(295 * var(--base-font, 1) / 10);
  }
}
.p-gallerySliderArrow.p-gallerySliderArrow-next {
  right: calc(30 * var(--base-font, 1) / 10);

  rotate: 180deg;
}
@media (min-width: 768px) {
  .p-gallerySliderArrow.p-gallerySliderArrow-next {
    right: calc(295 * var(--base-font, 1) / 10);
  }
}

.p-gallerySliderPagination.swiper-pagination-horizontal {
  bottom: calc(-27 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-gallerySliderPagination.swiper-pagination-horizontal {
    bottom: calc(-50 * var(--base-font, 1) / 10);
  }
}
.p-gallerySliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: calc(6 * var(--base-font, 1) / 10);
  height: calc(6 * var(--base-font, 1) / 10);
  background-color: #a1a1a1;

  margin-inline: calc(5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-gallerySliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: calc(8 * var(--base-font, 1) / 10);
    height: calc(8 * var(--base-font, 1) / 10);
  }
}
.p-gallerySliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.p-bonjour {
  margin-top: calc(26 * var(--base-font, 1) / 10);
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .p-bonjour {
    margin-top: calc(60 * var(--base-font, 1) / 10);
  }
}

.p-bonjourLead {
  letter-spacing: 0.05em;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 1.3;
}

.p-bonjourLink {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: calc(10 * var(--base-font, 1) / 10);
  width: 100%;
  min-height: calc(64 * var(--base-font, 1) / 10);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #1d1d1d;
  color: #fff;
  font-weight: 600;
  line-height: 1.1;

  padding-inline: calc(32 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .p-bonjourLink {
    border: 1px solid #303030;
  }
}
@media (min-width: 768px) {
  .p-bonjourLink {
    width: calc(380 * var(--base-font, 1) / 10);
    background-color: #434343;
  }
}
.p-bonjourLink:focus {
  background-color: #262626;
}
.p-bonjourLink:focus .p-bonjourLink_arrow {
  transform: translateX(60%);
}
@media (hover: hover) and (pointer: fine) {
  .p-bonjourLink:hover {
    background-color: #262626;
  }
  .p-bonjourLink:hover .p-bonjourLink_arrow {
    transform: translateX(60%);
  }
}
.p-bonjourLink.-white {
  background-color: #fff;
  color: #303030;
}
.p-bonjourLink.-white:focus {
  background-color: #e1e1e1;
}
@media (hover: hover) and (pointer: fine) {
  .p-bonjourLink.-white:hover {
    background-color: #e1e1e1;
  }
}

.p-bonjourLink_icon {
  margin-right: calc(16 * var(--base-font, 1) / 10);
  width: calc(37 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .p-bonjourLink_icon {
    width: calc(32 * var(--base-font, 1) / 10);
  }
}
.p-bonjourLink.-white .p-bonjourLink_icon {
  filter: brightness(0.2);
}

.p-bonjourLink_txt {
  letter-spacing: 0.05em;
  font-size: calc(14 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .p-bonjourLink_txt {
    text-align: left;
  }
}
.p-bonjourLink_txt .rj-font {
  margin-right: 0.1em;
  text-transform: uppercase;
  font-size: calc(18 * var(--base-font, 1) / 10);
}

.p-bonjourLink_arrow {
  display: grid;
  align-items: center;
  position: absolute;
  right: calc(28 * var(--base-font, 1) / 10);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

  inset-block: 0;
}
@media (min-width: 768px) {
  .p-bonjourLink_arrow {
    right: calc(20 * var(--base-font, 1) / 10);
  }
}

.p-feature {
  text-align: center;
  color: #fff;
}
.p-feature.-mt {
  margin-top: calc(60 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-feature.-mt {
    margin-top: calc(130 * var(--base-font, 1) / 10);
  }
}
.p-feature.-kangoo {
  position: relative;
}

.p-featureTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;

  -moz-column-gap: calc(10 * var(--base-font, 1) / 10);

       column-gap: calc(10 * var(--base-font, 1) / 10);
}
.p-featureTtl.-row2 {
  display: grid;

  row-gap: calc(8 * var(--base-font, 1) / 10);
}

.p-featureTtl_en {
  border: solid rgba(255, 255, 255, 0.6);
  border-width: 1px 0;
  letter-spacing: 0.03em;
  font-size: calc(12 * var(--base-font, 1) / 10);

  padding-block: calc(5 * var(--base-font, 1) / 10) calc(7 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-featureTtl_en {
    font-size: calc(18 * var(--base-font, 1) / 10);

    padding-block: calc(4 * var(--base-font, 1) / 10) calc(6 * var(--base-font, 1) / 10);
  }
}
.-kangoo .p-featureTtl_en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  margin-inline: auto;
}
@media (min-width: 768px) {
  .-kangoo .p-featureTtl_en {
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

.p-featureTtl_ja {
  margin-top: -0.2em;
  letter-spacing: 0.03em;
  font-size: calc(22 * var(--base-font, 1) / 10);
  font-weight: bold;
}
.p-featureTtl_ja span {
  font-size: 1.27em;
}
.-kangoo .p-featureTtl_ja > span {
  display: inline-block;
  margin-bottom: calc(9 * var(--base-font, 1) / 10);
  font-size: calc(15 * var(--base-font, 1) / 10);
}

.p-featureList {
  display: grid;
  margin-top: calc(24 * var(--base-font, 1) / 10);

  grid-template-columns: repeat(2, 1fr);
  gap: calc(28 * var(--base-font, 1) / 10) calc(18 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-featureList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(38 * var(--base-font, 1) / 10);

    gap: calc(25 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .p-featureList.-kangoo {
    display: grid;

    grid-template-columns: repeat(4, calc(175 * var(--base-font, 1) / 10));
    gap: calc(30 * var(--base-font, 1) / 10);
  }
}

.p-featureList_link {
  display: grid;
  align-items: center;
  padding-bottom: calc(17 * var(--base-font, 1) / 10);
  border-bottom: 1px solid #303030;
  transition: background-position 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%201L5%205L1%201%22%20stroke%3D%22%238E8E8E%22%20stroke-width%3D%221.48571%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom calc(5 * var(--base-font, 1) / 10)/calc(8 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10);
  color: #fff;

  grid-template-rows: auto 1fr;
}
@media (min-width: 768px) {
  .p-featureList_link {
    padding-bottom: calc(25 * var(--base-font, 1) / 10);
    min-width: calc(120 * var(--base-font, 1) / 10);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%201L5%205L1%201%22%20stroke%3D%22%238E8E8E%22%20stroke-width%3D%221.48571%22%2F%3E%3C%2Fsvg%3E") no-repeat center bottom calc(8 * var(--base-font, 1) / 10)/calc(8 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10);
    background-position: center bottom calc(7 * var(--base-font, 1) / 10);
    background-size: calc(10 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10);
  }
}
.p-featureList_link:focus {
  border-color: #8e8e8e;
  background-position: center bottom calc(4 * var(--base-font, 1) / 10);
}
@media (hover: hover) and (pointer: fine) {
  .p-featureList_link:hover {
    border-color: #8e8e8e;
    background-position: center bottom calc(4 * var(--base-font, 1) / 10);
  }
}
.p-featureList.-white .p-featureList_link {
  border-color: rgba(255, 255, 255, 0.6);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%201L5%205L1%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.48571%22%20stroke-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
}
.p-featureList.-white .p-featureList_link:focus {
  border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .p-featureList.-white .p-featureList_link:hover {
    border-color: #fff;
  }
}
.p-featureList.-white.-kangoo .p-featureList_link {
  border-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%201L5%205L1%201%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.48571%22%20stroke-opacity%3D%221%22%2F%3E%3C%2Fsvg%3E");
}

.p-featureList_item {
  display: grid;
}

.p-featureList_head {
  color: #8e8e8e;
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 1;
}
@media (min-width: 768px) {
  .p-featureList_head {
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}
.p-featureList.-white .p-featureList_head {
  color: rgba(255, 255, 255, 0.4);
}
.p-featureList.-white.-kangoo .p-featureList_head {
  color: #fff;
}

.p-featureList_txt {
  margin-top: calc(5 * var(--base-font, 1) / 10);
  letter-spacing: -0.02em;
  font-size: calc(13 * var(--base-font, 1) / 10);
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .p-featureList_txt {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .p-featureList_txt {
    margin-top: calc(5 * var(--base-font, 1) / 10);
    white-space: nowrap;
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}
.-kangoo .p-featureList_txt {
  font-weight: 500;
}

.p-featureLinks {
  margin-top: calc(33 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-featureLinks {
    margin-top: calc(52 * var(--base-font, 1) / 10);
  }
}

.p-featureLinks_heading {
  text-align: center;
  font-size: calc(12 * var(--base-font, 1) / 10);
}

.p-featureLinks_list {
  display: flex;
  justify-content: center;
  margin-top: calc(12 * var(--base-font, 1) / 10);

  gap: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-featureLinks_list {
    margin-top: calc(16 * var(--base-font, 1) / 10);

    gap: calc(20 * var(--base-font, 1) / 10);
  }
}
.p-featureLinks_list.-kangoo {
  display: grid;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;

  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-featureLinks_list.-kangoo {
    margin-top: calc(19 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .p-featureLinks_list.-kangoo {
    gap: calc(8 * var(--base-font, 1) / 10);
  }
}
.p-featureLinks_list.-kangoo > li:first-of-type {
  grid-column: 1/4;
}
.p-featureLinks_list.-kangoo > li:first-of-type a {
  width: 100%;
}
@media (min-width: 768px) {
  .p-featureLinks_list.-kangoo > li:first-of-type a {
    width: calc(330 * var(--base-font, 1) / 10);

    margin-inline: auto;
  }
}

.p-featureLinks_link {
  display: grid;
  padding: 0.3em;
  border-bottom: 1px solid #4b4b4b;
  width: calc(100 * var(--base-font, 1) / 10);
  min-height: calc(38 * var(--base-font, 1) / 10);
  transition: background-position 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: #303030 url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L5%205L1%209%22%20stroke%3D%22%238E8E8E%22%20stroke-width%3D%221.48571%22%2F%3E%3C%2Fsvg%3E") no-repeat right calc(7 * var(--base-font, 1) / 10) center/calc(8 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10);
  letter-spacing: 0.05em;
  color: #fff;
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 1;

  place-items: center;
}
@media (min-width: 768px) {
  .p-featureLinks_link {
    width: calc(180 * var(--base-font, 1) / 10);
    background-position: right calc(15 * var(--base-font, 1) / 10) center;
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}
.p-featureLinks_link:focus {
  background-color: #262626;
  background-position: right calc(12 * var(--base-font, 1) / 10) center;
}
@media (hover: hover) and (pointer: fine) {
  .p-featureLinks_link:hover {
    background-color: #262626;
    background-position: right calc(12 * var(--base-font, 1) / 10) center;
  }
}
.p-featureLinks.-white .p-featureLinks_link {
  border-color: #8e8e8e;
  background-color: #e1e1e1;
  color: #000;
}
.p-featureLinks.-white .p-featureLinks_link:focus {
  background-color: #f0f0f0;
}
@media (hover: hover) and (pointer: fine) {
  .p-featureLinks.-white .p-featureLinks_link:hover {
    background-color: #f0f0f0;
  }
}

.p-cms_wrapper {
  position: relative;
  padding-top: calc(80 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-cms_wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(-100 * var(--base-font, 1) / 10);
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 100%;
    height: calc(100 * var(--base-font, 1) / 10);
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  }
}

.p-cms {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-cms::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 11.916%, rgba(255, 255, 255, 0) 88.084%, #000 100%);
    pointer-events: none;

    inset: 0;
  }
}
.p-cms .slick-track {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}
.p-cms:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.p-cms:not(.slick-initialized) .p-cmsSlide {
  flex-shrink: 0;
}
.p-cms:not(.slick-initialized) .p-cmsSlide img {
  max-width: none;
}

.p-cmsSlide {
  width: calc(308 * var(--base-font, 1) / 10);

  padding-inline: calc(4 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-cmsSlide {
    width: calc(324 * var(--base-font, 1) / 10) !important;

    padding-inline: calc(12 * var(--base-font, 1) / 10);
  }
}
.p-cmsSlide img {
  width: 100%;
}

.p-cmsSlide_link {
  display: block;
}

.p-cmsArrow {
  position: absolute;
  z-index: 1;
  top: calc(57 * var(--base-font, 1) / 10);
  border-radius: 50%;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  transition: background-color 0.2s;
  background: rgba(191, 191, 191, 0.75) url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2219%22%20viewBox%3D%220%200%2012%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M1%200.999756L9.4%209.39976L1%2017.7998%22%20stroke%3D%22%234B4B4B%22%20stroke-width%3D%222.4%22%2F%3E%20%3C%2Fsvg%3E") no-repeat left 50% center/calc(8 * var(--base-font, 1) / 10) calc(13 * var(--base-font, 1) / 10);
  font-size: 0;
}
@media (min-width: 768px) {
  .p-cmsArrow {
    display: block;
    top: calc(50 * var(--base-font, 1) / 10);
    width: calc(42 * var(--base-font, 1) / 10);
    height: calc(42 * var(--base-font, 1) / 10);
    background-position: left 60% center;
    background-size: calc(23 * var(--base-font, 1) / 10) calc(17 * var(--base-font, 1) / 10);
  }
}
.p-cmsArrow:focus {
  background-color: #bfbfbf;
}
@media (hover: hover) and (pointer: fine) {
  .p-cmsArrow:hover {
    background-color: #bfbfbf;
  }
}
.p-cmsArrow::before {
  content: "";
  position: absolute;

  inset: calc(-25 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-cmsArrow::before {
    inset: calc(-10 * var(--base-font, 1) / 10);
  }
}
.p-cmsArrow.-prev {
  left: calc(6 * var(--base-font, 1) / 10);

  rotate: 180deg;
}
@media (min-width: 768px) {
  .p-cmsArrow.-prev {
    left: calc(225 * var(--base-font, 1) / 10);
  }
}
.p-cmsArrow.-next {
  right: calc(6 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-cmsArrow.-next {
    right: calc(225 * var(--base-font, 1) / 10);
  }
}

.p-cmsDots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  position: absolute;
  bottom: calc(-15 * var(--base-font, 1) / 10);
  font-size: 0;

  gap: calc(10 * var(--base-font, 1) / 10);
  inset-inline: 0;
}
@media (min-width: 768px) {
  .p-cmsDots {
    bottom: calc(-30 * var(--base-font, 1) / 10);

    gap: calc(10 * var(--base-font, 1) / 10);
  }
}
.p-cmsDots button {
  display: block;
  border-radius: 50%;
  width: calc(6 * var(--base-font, 1) / 10);
  height: calc(6 * var(--base-font, 1) / 10);
  background-color: #a1a1a1;
}
@media (min-width: 768px) {
  .p-cmsDots button {
    width: calc(8 * var(--base-font, 1) / 10);
    height: calc(8 * var(--base-font, 1) / 10);
  }
}
.p-cmsDots .slick-active button {
  background-color: #fff;
}

.p-featureHeading {
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 400;

  -moz-column-gap: calc(12 * var(--base-font, 1) / 10);

       column-gap: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-featureHeading {
    -moz-column-gap: calc(14 * var(--base-font, 1) / 10);
         column-gap: calc(14 * var(--base-font, 1) / 10);
  }
}
.p-featureHeading::before {
  content: "";
  display: block;
  align-self: stretch;
  width: calc(1 * var(--base-font, 1) / 10);
  background-color: rgba(255, 255, 255, 0.4);
}
.p-featureHeading.-black {
  color: #000;
}
.p-featureHeading.-black::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-featureHeading_num {
  display: grid;
  order: -1;
  padding-bottom: 0.5em;
  text-align: center;
  line-height: 1;
}

.p-featureHeading_num_num {
  letter-spacing: -0.03em;
  font-size: calc(35 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-featureHeading_num_num {
    font-size: calc(43 * var(--base-font, 1) / 10);
  }
}

.p-featureHeading_name {
  display: grid;
  line-height: 0.9;

  row-gap: calc(5 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .p-featureHeading_name {
    margin-top: calc(-5 * var(--base-font, 1) / 10);
  }
}

.p-featureHeading_name_en {
  text-transform: uppercase;
  font-size: calc(26 * var(--base-font, 1) / 10);
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-featureHeading_name_en {
    font-size: calc(32 * var(--base-font, 1) / 10);
  }
}

.p-featureHeading_name_ja {
  font-size: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-featureHeading_name_ja {
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}
.p-featureHeading_name_ja .rj-font {
  font-size: 1.1em;
}

.p-detailHeading {
  display: grid;
  position: relative;
  padding-left: calc(20 * var(--base-font, 1) / 10);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: calc(24 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 0.82;
}
@media (min-width: 768px) {
  .p-detailHeading {
    padding-left: calc(120 * var(--base-font, 1) / 10);
    font-size: calc(30 * var(--base-font, 1) / 10);
    line-height: 1;
  }
}
.p-detailHeading.-black {
  color: #000;
}

.p-detailHeading_name {
  color: rgba(240, 240, 240, 0.6);
}
.p-detailHeading.-black .p-detailHeading_name {
  color: rgba(0, 0, 0, 0.5);
}

.p-centerHeading {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: calc(32 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-centerHeading {
    font-size: calc(50 * var(--base-font, 1) / 10);
  }
}

.p-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(320 * var(--base-font, 1) / 10);
  max-width: 100%;
  min-height: calc(40 * var(--base-font, 1) / 10);
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #303030;
  color: #fff;
  font-size: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-btn {
    width: calc(400 * var(--base-font, 1) / 10);
    min-height: calc(60 * var(--base-font, 1) / 10);
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}
.p-btn:focus {
  background-color: #262626;
}
.p-btn:focus .p-btn_arrow {
  translate: 50% 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn:hover {
    background-color: #262626;
  }
  .p-btn:hover .p-btn_arrow {
    translate: 50% 0;
  }
}

.p-btn_arrow {
  position: absolute;
  right: calc(16 * var(--base-font, 1) / 10);
  width: calc(8 * var(--base-font, 1) / 10);
  height: calc(13 * var(--base-font, 1) / 10);
  transition: translate 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

  inset-block: 0;
  margin-block: auto;
  fill: none;
  stroke: currentColor;
}
@media (min-width: 768px) {
  .p-btn_arrow {
    right: calc(22 * var(--base-font, 1) / 10);
    width: calc(10 * var(--base-font, 1) / 10);
    height: calc(18 * var(--base-font, 1) / 10);
  }
}

/*
* main.css
*
*/