@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;
}

.u-bg-luteciaBlue {
  background-color: #141428;
}

/* ------------------------
  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;
  }
}
.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;
}
@media (min-width: 768px) {
  .p-grade_slider_wrapper.-pcCenter .swiper-wrapper {
    justify-content: center;
  }
}

.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);
}
.p-grade_slider_card_specBtn_icon.-detail {
  margin-right: calc(2 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .p-grade_slider_card_specBtn_icon.-detail {
    margin-right: calc(5 * 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-bonjour {
  margin-top: calc(26 * var(--base-font, 1) / 10);
  padding-bottom: calc(50 * 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);
    padding-bottom: calc(93 * 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: #fff;
  color: #303030;
  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: #fff;
  }
}
.p-bonjourLink:focus {
  background-color: #f0f0f0;
}
.p-bonjourLink:focus .p-bonjourLink_arrow {
  transform: translateX(60%);
}
@media (hover: hover) and (pointer: fine) {
  .p-bonjourLink:hover {
    background-color: #f0f0f0;
  }
  .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-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;
}

.lut-ph2-cms_wrapper {
  top: 42%;
}
@media (min-width: 768px) {
  .lut-ph2-cms_wrapper {
    top: 35%;
  }
  .lut-ph2-cms_wrapper::before {
    background: linear-gradient(to top, #141428, rgba(20, 20, 40, 0));
  }
}

@media (min-width: 768px) {
  .lut-ph2-cms::after {
    background: linear-gradient(90deg, #141428 0%, rgba(255, 255, 255, 0) 11.916%, rgba(255, 255, 255, 0) 88.084%, #141428 100%);
  }
}

.lut-ph2-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) {
  .lut-ph2-featureHeading {
    -moz-column-gap: calc(14 * var(--base-font, 1) / 10);
         column-gap: calc(14 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-featureHeading::before {
  content: "";
  display: block;
  align-self: stretch;
  width: calc(1 * var(--base-font, 1) / 10);
  background-color: rgba(255, 255, 255, 0.4);
}

.lut-ph2-featureHeading_num {
  display: grid;
  order: -1;
  text-align: center;
  line-height: 1;
}

.lut-ph2-featureHeading_num_num {
  font-size: calc(35 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-featureHeading_num_num {
    font-size: calc(43 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-featureHeading_name {
  display: grid;
  line-height: 0.9;

  row-gap: calc(5 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-featureHeading_name {
    margin-top: calc(-5 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-featureHeading_name_en {
  text-transform: uppercase;
  font-size: calc(26 * var(--base-font, 1) / 10);
  font-weight: 600;
}
@media (min-width: 768px) {
  .lut-ph2-featureHeading_name_en {
    font-size: calc(32 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-featureHeading_name_ja {
  font-size: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-featureHeading_name_ja {
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-txt_ttl {
  letter-spacing: 0.05em;
  font-size: calc(36 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .lut-ph2-txt_ttl {
    letter-spacing: 0.01em;
    font-size: calc(23 * var(--base-font, 1) / 10);
    line-height: 140%;
  }
}
.lut-ph2-txt_ttl sup {
  top: -1em;
  font-size: calc(14 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-txt_ttl sup {
    font-size: calc(10 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-txt_main {
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 180%;
}
@media (max-width: 767.98px) {
  .lut-ph2-txt_main {
    font-size: calc(16 * var(--base-font, 1) / 10);
    font-weight: 500;
    line-height: 160%;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-txt_main sup {
    font-size: calc(10 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-txt_note {
  color: rgba(255, 255, 255, 0.6);
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 180%;
}
@media (max-width: 767.98px) {
  .lut-ph2-txt_note {
    font-size: calc(10 * var(--base-font, 1) / 10);
    font-weight: 500;
    line-height: 160%;
  }
}

.lut-ph2-txt_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) {
  .lut-ph2-txt_centerHeading {
    font-size: calc(50 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-txt_centerHeading.-white {
  color: #fff;
}

.lut-ph2-txt_gradeNum {
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 0.65;
}
@media (min-width: 768px) {
  .lut-ph2-txt_gradeNum {
    vertical-align: top;
    font-size: calc(18 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-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) {
  .lut-ph2-detailHeading {
    padding-left: calc(120 * var(--base-font, 1) / 10);
    font-size: calc(30 * var(--base-font, 1) / 10);
    line-height: 1;
  }
}

.lut-ph2-detailHeading_name {
  color: rgba(240, 240, 240, 0.6);
}

.lut-ph2-mv {
  padding-top: calc(354 * var(--base-font, 1) / 10);
  background-image: linear-gradient(to top, #141428, transparent 15%), url(/car_lineup/lutecia/renewal2025/img/mv_sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  text-align: center;
  color: #f0f0f0;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lut-ph2-mv {
    height: calc(585 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-mv {
    padding-top: 63vh;
    padding-bottom: calc(50 * var(--base-font, 1) / 10);
    background-image: url(/car_lineup/lutecia/renewal2025/img/mv_pc.jpg);
  }
}
@media (min-width: 1280px) {
  .lut-ph2-mv {
    background-image: url(/car_lineup/lutecia/renewal2025/img/mv_ex.jpg);
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .lut-ph2-mv {
    padding-top: max(367px, 24.3vw);
  }
}
.lut-ph2-mv.-vh {
  height: calc(100vh - 60px);
}
@media (max-width: 767.98px) {
  .lut-ph2-mv.-vh {
    padding-top: calc(425 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-mv.-vh {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-height: 550px) {
  .lut-ph2-mv.-vh {
    height: max(552px, 40vw);
  }
}

.lut-ph2-mv_copy {
  font-size: calc(14 * var(--base-font, 1) / 10);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lut-ph2-mv_copy {
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

@media (min-width: 768px) {
  .lut-ph2-mvTtl {
    position: relative;
    z-index: 1;
  }
}

.lut-ph2-mvTtl_name {
  display: grid;
  font-size: calc(25 * var(--base-font, 1) / 10);
  line-height: 0.95;
}
@media (min-width: 768px) {
  .lut-ph2-mvTtl_name {
    margin-top: calc(15 * var(--base-font, 1) / 10);
    letter-spacing: 0;
    font-size: calc(35 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-mvTtl_name strong {
  font-size: calc(40 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-mvTtl_name strong {
    font-size: calc(51 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-mvTtl_caption {
  opacity: 0.8;
  margin-top: calc(15 * var(--base-font, 1) / 10);
  letter-spacing: 0.1em;
  color: #f0f0f0;
  font-size: calc(16 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-mvTtl_caption {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-mvTtl_caption .rj-font {
  font-size: calc(21 * var(--base-font, 1) / 10);
  font-weight: 600;
}

.lut-ph2-mvLine {
  display: inline-block;
  margin-top: calc(30 * var(--base-font, 1) / 10);
  width: 1px;
  height: calc(30 * var(--base-font, 1) / 10);
  -webkit-animation: scrollDown 1.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: scrollDown 1.5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  background-color: #fff;
}
@media (min-width: 768px) {
  .lut-ph2-mvLine {
    position: relative;
    z-index: 1;
    margin-top: calc(24 * var(--base-font, 1) / 10);
    height: calc(50 * var(--base-font, 1) / 10);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  25% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  26% {
    transform: scaleY(0);
    transform-origin: top;
  }
  46% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes scrollDown {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  25% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  26% {
    transform: scaleY(0);
    transform-origin: top;
  }
  46% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}

.lut-ph2-feature {
  position: relative;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .lut-ph2-feature::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, #141428, rgba(20, 20, 40, 0));
  }
}
.lut-ph2-feature.-mt {
  margin-top: calc(60 * var(--base-font, 1) / 10);
  padding-bottom: calc(17 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-feature.-mt {
    margin-top: calc(130 * var(--base-font, 1) / 10);
    padding-bottom: calc(100 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-feature.-mt::before {
    content: none;
  }
}

.lut-ph2-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);
}

.lut-ph2-featureTtl_en {
  border: solid;
  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) {
  .lut-ph2-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);
  }
}

.lut-ph2-featureTtl_ja {
  margin-top: -0.2em;
  letter-spacing: 0.03em;
  font-size: calc(22 * var(--base-font, 1) / 10);
  font-weight: bold;
}
.lut-ph2-featureTtl_ja span {
  font-size: 1.27em;
}

.lut-ph2-featureList {
  display: grid;
  justify-content: center;
  margin-top: calc(24 * var(--base-font, 1) / 10);

  grid-template-columns: repeat(2, calc(150 * var(--base-font, 1) / 10));
  gap: calc(28 * var(--base-font, 1) / 10) calc(18 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-featureList {
    margin-top: calc(38 * var(--base-font, 1) / 10);

    grid-template-columns: repeat(4, calc(160 * var(--base-font, 1) / 10));
    gap: calc(25 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-featureList_link {
  display: grid;
  align-items: center;
  padding-bottom: calc(25 * var(--base-font, 1) / 10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  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(8 * 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) {
  .lut-ph2-featureList_link {
    padding-bottom: calc(24 * 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);
  }
}
.lut-ph2-featureList_link:focus {
  border-color: #8e8e8e;
  background-position: center bottom calc(4 * var(--base-font, 1) / 10);
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-featureList_link:hover {
    border-color: #8e8e8e;
    background-position: center bottom calc(4 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-featureList_link.lut-ph2-featureList_link--design {
  align-items: start;
  position: relative;
}

.lut-ph2-featureList_nowrapText {
  position: absolute;
  left: calc(-5 * var(--base-font, 1) / 10);
  white-space: nowrap;
}

.lut-ph2-featureList_item {
  display: grid;
}

.lut-ph2-featureList_head {
  color: #8e8e8e;
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 1;
}
@media (min-width: 768px) {
  .lut-ph2-featureList_head {
    font-size: calc(15 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-featureList_txt {
  margin-top: calc(5 * var(--base-font, 1) / 10);
  letter-spacing: -0.02em;
  font-size: calc(14 * var(--base-font, 1) / 10);
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .lut-ph2-featureList_txt {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .lut-ph2-featureList_txt {
    margin-top: calc(7 * var(--base-font, 1) / 10);
    font-size: calc(14 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-featureLinks {
  margin-top: calc(34 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-featureLinks {
    margin-top: calc(52 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-featureLinks_heading {
  text-align: center;
  font-size: calc(12 * var(--base-font, 1) / 10);
}

.lut-ph2-featureLinks_list {
  display: flex;
  justify-content: center;
  margin-top: calc(10 * var(--base-font, 1) / 10);

  gap: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-featureLinks_list {
    margin-top: calc(20 * var(--base-font, 1) / 10);

    gap: calc(20 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-featureLinks_link {
  display: grid;
  padding: 0.3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  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), border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: rgba(255, 255, 255, 0.1) 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) {
  .lut-ph2-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);
  }
}
.lut-ph2-featureLinks_link:focus {
  border-color: #171a55;
  background-color: #171a55;
  background-position: right calc(12 * var(--base-font, 1) / 10) center;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-featureLinks_link:hover {
    border-color: #171a55;
    background-color: #171a55;
    background-position: right calc(12 * var(--base-font, 1) / 10) center;
  }
}

.lut-ph2-design {
  position: relative;
  margin-top: calc(80 * var(--base-font, 1) / 10);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .lut-ph2-design {
    margin-top: calc(33 * var(--base-font, 1) / 10);
    background-color: #141428;
    background-image: url(/car_lineup/lutecia/renewal2025/img/design_bg_01_sp.jpg);
    background-position: top center;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .lut-ph2-design {
    background-image: url(/car_lineup/lutecia/renewal2025/img/design_bg_01_pc.jpg);
  }
}
@media (min-width: 1280px) {
  .lut-ph2-design {
    background-image: url(/car_lineup/lutecia/renewal2025/img/design_bg_01_ex.jpg);
  }
}

.lut-ph2-design_textArea {
  position: relative;
  margin: auto;
  margin-left: calc(50% + 115 * var(--base-font, 1) / 10);
  padding-right: calc(30 * var(--base-font, 1) / 10);
  width: calc(490 * var(--base-font, 1) / 10 + 30 * var(--base-font, 1) / 10);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;

  padding-block: calc(115 * var(--base-font, 1) / 10) calc(140 * var(--base-font, 1) / 10);
}
@media screen and (max-width: 1024px) {
  .lut-ph2-design_textArea {
    margin-left: 58.984375vw;
    padding-right: 2.9296875vw;
    width: 35.15625vw;
    min-width: 300px;

    padding-block: 7.8125vw;
  }
}
@media (min-width: 768px) {
  .lut-ph2-design_textArea {
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-design_textArea {
    margin: auto;
    padding: calc(64 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(80 * var(--base-font, 1) / 10);
    width: 100%;
    min-width: none;
  }
}

.lut-ph2-design_ttl {
  margin-top: calc(90 * var(--base-font, 1) / 10);
}
@media screen and (max-width: 1024px) {
  .lut-ph2-design_ttl {
    margin-top: 3.90625vw;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-design_ttl {
    margin-top: calc(340 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-design_txt {
  margin-top: calc(24 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-design_txt {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-design_note {
  margin-top: calc(24 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-design_note {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-hybrid {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid {
    background-color: #141428;
    background-image: url(/car_lineup/lutecia/renewal2025/img/hybrid_bg_01_sp.jpg);
    background-position: top center;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .lut-ph2-hybrid {
    background-image: url(/car_lineup/lutecia/renewal2025/img/hybrid_bg_01_pc.jpg);
  }
}
@media (min-width: 1280px) {
  .lut-ph2-hybrid {
    background-image: url(/car_lineup/lutecia/renewal2025/img/hybrid_bg_01_ex.jpg);
  }
}

.lut-ph2-hybrid_bg {
  width: 100%;
}
.lut-ph2-hybrid_bg img {
  width: 100%;
}

.lut-ph2-hybrid_textArea {
  position: relative;
  margin: auto;
  margin-right: calc(50% - -30 * var(--base-font, 1) / 10);
  padding-left: calc(30 * var(--base-font, 1) / 10);
  width: calc(600 * var(--base-font, 1) / 10);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;

  padding-block: calc(60 * var(--base-font, 1) / 10) calc(60 * var(--base-font, 1) / 10);
}
@media screen and (max-width: 1024px) {
  .lut-ph2-hybrid_textArea {
    margin-right: auto;
    margin-left: 2.9296875vw;
    width: 50.78125vw;

    padding-block: 3.90625vw 3.90625vw;
  }
}
@media (min-width: 768px) {
  .lut-ph2-hybrid_textArea {
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_textArea {
    margin: auto;
    padding: calc(72 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(77 * var(--base-font, 1) / 10);
    width: 100%;
  }
}

.lut-ph2-hybrid_heading {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: calc(30 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_heading {
    color: #082878;
    font-size: calc(26 * var(--base-font, 1) / 10);
    line-height: 86%;
  }
}

.lut-ph2-hybrid_ttl {
  margin-top: calc(32 * var(--base-font, 1) / 10);
}
@media screen and (max-width: 1024px) {
  .lut-ph2-hybrid_ttl {
    margin-top: 2.34375vw;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_ttl {
    margin-top: calc(324 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-hybrid_txt {
  margin-top: calc(6 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_txt {
    margin-top: calc(12 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-hybrid_txt {
    max-width: calc(480 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_txt > .lut-ph2-hybrid_txtSpBlock {
    margin-top: calc(27 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-hybrid_data {
  display: grid;
  margin-top: calc(8 * var(--base-font, 1) / 10);
  padding: calc(12 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
  width: calc(311 * var(--base-font, 1) / 10);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;

  -moz-column-gap: calc(4 * var(--base-font, 1) / 10);

       column-gap: calc(4 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_data {
    margin-top: calc(14 * var(--base-font, 1) / 10);
    padding: calc(16 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(12 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
    width: 100%;
  }
}

.lut-ph2-hybrid_dataFuel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;

  -moz-column-gap: calc(9 * var(--base-font, 1) / 10);

       column-gap: calc(9 * var(--base-font, 1) / 10);
  row-gap: calc(4 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_dataFuel {
    justify-content: center;

    -moz-column-gap: calc(13 * var(--base-font, 1) / 10);

         column-gap: calc(13 * var(--base-font, 1) / 10);
    row-gap: calc(5 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-hybrid_dataFuel {
    justify-content: flex-start;
    padding-left: calc(3 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-hybrid_dataTag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(4 * var(--base-font, 1) / 10) calc(5 * var(--base-font, 1) / 10) calc(4 * var(--base-font, 1) / 10) calc(7 * var(--base-font, 1) / 10);
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_dataTag {
    padding: calc(4 * var(--base-font, 1) / 10) calc(5 * var(--base-font, 1) / 10) calc(5 * var(--base-font, 1) / 10) calc(5 * var(--base-font, 1) / 10);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
}
.lut-ph2-hybrid_dataTag sup {
  top: -0.3em;
  font-size: 0.6em;
  font-weight: 400;
}

.lut-ph2-hybrid_dataResult {
  margin-top: calc(-4 * var(--base-font, 1) / 10);
  font-size: calc(18 * var(--base-font, 1) / 10);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_dataResult {
    letter-spacing: 0.05em;
  }
}
.lut-ph2-hybrid_dataResult em {
  margin-right: calc(2 * var(--base-font, 1) / 10);
  font-size: calc(40 * var(--base-font, 1) / 10);
  font-style: normal;
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_dataResult em {
    margin-right: calc(5 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-hybrid_dataCaption {
  margin-left: calc(-5 * var(--base-font, 1) / 10);
  letter-spacing: 0.03em;
  font-size: calc(12 * var(--base-font, 1) / 10);
  font-weight: 400;
  line-height: 137%;
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_dataCaption {
    margin-left: calc(-8 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-hybrid_dataCaption {
    padding-left: calc(5 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-hybrid_dataDetail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: calc(11 * var(--base-font, 1) / 10) auto 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: calc(231 * 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: rgba(20, 20, 40, 0.6);
  pointer-events: auto;
  color: #fff;
  font-size: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-hybrid_dataDetail {
    margin-top: calc(9 * var(--base-font, 1) / 10);
    margin-left: 0;
    width: calc(231 * var(--base-font, 1) / 10);
    min-height: calc(40 * var(--base-font, 1) / 10);
    background-color: rgba(0, 0, 0, 0.4);
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-hybrid_dataDetail:focus {
  background-color: #171a55;
}
.lut-ph2-hybrid_dataDetail:focus svg {
  translate: 50% 0;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-hybrid_dataDetail:hover {
    background-color: #171a55;
  }
  .lut-ph2-hybrid_dataDetail:hover svg {
    translate: 50% 0;
  }
}
.lut-ph2-hybrid_dataDetail > svg {
  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;
}
@media (min-width: 768px) {
  .lut-ph2-hybrid_dataDetail > svg {
    right: calc(12 * var(--base-font, 1) / 10);
    width: calc(8 * var(--base-font, 1) / 10);
    height: calc(11 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-hybridCaptions {
  margin-top: calc(10 * var(--base-font, 1) / 10);
  padding: calc(8 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10) calc(24 * var(--base-font, 1) / 10);
  max-width: 490px;
  background: rgba(255, 255, 255, 0.1);
  text-indent: -1.7em;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 137%;
}
@media (max-width: 767.98px) {
  .lut-ph2-hybridCaptions {
    margin-top: calc(14 * var(--base-font, 1) / 10);
  }
}

@media (min-width: 768px) {
  .lut-ph2-hybrid_note {
    padding-right: calc(80 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-hybrid_note {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-space {
  position: relative;
  margin-top: calc(80 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-space {
    margin-top: calc(33 * var(--base-font, 1) / 10);
    background-color: #141428;
  }
}

.lut-ph2-space_textArea {
  position: relative;
  margin: auto;
  margin-left: calc(50% + 105 * var(--base-font, 1) / 10);
  padding-right: calc(30 * var(--base-font, 1) / 10);
  width: calc(490 * var(--base-font, 1) / 10 + 30 * var(--base-font, 1) / 10);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;

  padding-block: calc(115 * var(--base-font, 1) / 10) calc(166 * var(--base-font, 1) / 10);
}
@media screen and (max-width: 1024px) {
  .lut-ph2-space_textArea {
    margin-left: 58.984375vw;
    padding-right: 2.9296875vw;
    width: 33.984375vw;
    min-width: 300px;

    padding-block: 5.859375vw 7.8125vw;
  }
}
@media (min-width: 768px) {
  .lut-ph2-space_textArea {
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-space_textArea {
    margin: auto;
    padding: calc(70 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(80 * var(--base-font, 1) / 10);
    width: 100%;
    min-width: none;
  }
}

.lut-ph2-space_ttl {
  margin-top: calc(90 * var(--base-font, 1) / 10);
}
@media screen and (max-width: 1024px) {
  .lut-ph2-space_ttl {
    margin-top: 3.90625vw;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-space_ttl {
    margin-top: calc(323 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-space_txt {
  margin-top: calc(24 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-space_txt {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-space_note {
  margin-top: calc(24 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-space_note {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-space_inner {
  position: relative;
}

.lut-ph2-space_bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.lut-ph2-space_bg > div {
  width: 100%;
  height: 100%;
}
.lut-ph2-space_bg > div img {
  width: 100%;
  max-width: none;
  height: auto;

  -o-object-fit: cover;

     object-fit: cover;
}
.lut-ph2-space_bg > div:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.lut-ph2-space_bg > div:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
}

.lut-ph2-spaceSP_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.lut-ph2-spaceSP_img {
  position: absolute;
  top: 0;
  width: 100%;
}
.lut-ph2-spaceSP_img.-base01 {
  position: relative;
}
.lut-ph2-spaceSP_img.-main01,
.lut-ph2-spaceSP_img.-main02,
.lut-ph2-spaceSP_img.-main03 {
  opacity: 0;
  width: 100%;
}
.lut-ph2-spaceSP_img.-main01 img,
.lut-ph2-spaceSP_img.-main02 img,
.lut-ph2-spaceSP_img.-main03 img {
  position: relative;
  width: 241.6666666667vw;
  max-width: none;
  height: 177.7777777778vw;
}
.lut-ph2-spaceSP_img.-main01 {
  opacity: 1;
}

.lut-ph2-assistance {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .lut-ph2-assistance {
    background-color: #141428;
    background-image: url(/car_lineup/lutecia/renewal2025/img/assistance_bg_sp.jpg);
    background-position: top center;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .lut-ph2-assistance {
    background-image: url(/car_lineup/lutecia/renewal2025/img/assistance_bg_pc.jpg);
  }
}
@media (min-width: 1280px) {
  .lut-ph2-assistance {
    background-image: url(/car_lineup/lutecia/renewal2025/img/assistance_bg_ex.jpg);
  }
}

.lut-ph2-assistance_textArea {
  position: relative;
  margin: auto;
  margin-right: calc(50% - -64 * var(--base-font, 1) / 10);
  padding-left: calc(30 * var(--base-font, 1) / 10);
  width: calc(570 * var(--base-font, 1) / 10);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;

  padding-block: calc(118 * var(--base-font, 1) / 10) calc(147 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-assistance_textArea {
    margin: auto;
    padding: calc(63 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(70 * var(--base-font, 1) / 10);
    width: 100%;
  }
}

.lut-ph2-assistance_ttl {
  margin-top: calc(38 * var(--base-font, 1) / 10);
}
@media screen and (max-width: 1024px) {
  .lut-ph2-assistance_ttl {
    margin-top: 2.734375vw;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-assistance_ttl {
    margin-top: calc(323 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-assistance_txt {
  margin-top: calc(24 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-assistance_txt {
    margin-top: calc(12 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-assistance_note {
  margin-top: calc(24 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-assistance_note {
    margin-top: calc(10 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-assistance_logo {
  margin-top: calc(24 * var(--base-font, 1) / 10);
  width: calc(320 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-assistance_logo {
    margin-left: calc(4 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-assistance_logo {
    margin-top: calc(16 * var(--base-font, 1) / 10);
  }
}

.lut-special-offer {
  padding-bottom: calc(100 * var(--base-font, 1) / 10);
}

.lut-ph2-accessory {
  padding-top: calc(60 * var(--base-font, 1) / 10);
  text-align: center;
}
@media (min-width: 768px) {
  .lut-ph2-accessory {
    padding-top: calc(84 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-accessoryLink {
  display: grid;
  margin: calc(30 * var(--base-font, 1) / 10) auto 0;
  background-color: #f0f0f0;
  text-align: center;
}
@media (min-width: 768px) {
  .lut-ph2-accessoryLink {
    margin-top: calc(60 * var(--base-font, 1) / 10);
    width: calc(800 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-accessoryLink:focus {
  background-color: #f0f0f0;
}
.lut-ph2-accessoryLink:focus .lut-ph2-accessoryLink_arrow {
  translate: 50% 0;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-accessoryLink:hover {
    background-color: #f0f0f0;
  }
  .lut-ph2-accessoryLink:hover .lut-ph2-accessoryLink_arrow {
    translate: 50% 0;
  }
}
.lut-ph2-accessoryLink img {
  width: 100%;
}

.lut-ph2-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) {
  .lut-ph2-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);
  }
}

.lut-ph2-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) {
  .lut-ph2-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);
  }
}

.lut-ph2-detailSection {
  position: relative;
  background-color: #141428;
  color: #fff;
}
@media (min-width: 768px) {
  .lut-ph2-detailSection {
    display: grid;
    align-items: start;

    grid-template-columns: calc(482 * var(--base-font, 1) / 10) minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .lut-ph2-detailSection::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, #141428, rgba(20, 20, 40, 0));
  }
}

.lut-ph2-modalSlider_overlay {
  display: flex;
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0;
  position: fixed;
  z-index: 8000;
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  background-color: rgba(75, 75, 75, 0.9);

  inset: 0;
  overscroll-behavior: contain;
}
.lut-ph2-modalSlider_overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.lut-ph2-modalSlider_overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}

.lut-ph2-summarySlider_wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .lut-ph2-summarySlider_wrapper {
    margin-top: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-summarySlider_wrapper {
    width: 100%;
  }
}

.lut-ph2-modalSlider_inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .lut-ph2-modalSlider_inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lut-ph2-modalSlider_inner {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    padding-block: calc(80 * var(--base-font, 1) / 10) calc(60 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .lut-ph2-summarySlider {
    padding-inline: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-summarySlider {
    padding-right: calc(35 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-summaryItem {
  display: grid;
  position: relative;
  width: calc(140 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-summaryItem {
    width: calc(317 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-summaryItem:focus img {
  scale: 1.05;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-summaryItem:hover img {
    scale: 1.05;
  }
}
.lut-ph2-summaryItem::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(9 * var(--base-font, 1) / 10);
  right: calc(9 * var(--base-font, 1) / 10);
  width: calc(14 * var(--base-font, 1) / 10);
  height: calc(14 * var(--base-font, 1) / 10);
  background: url("/car_lineup/common2025/img/icon_plus.svg") no-repeat center/contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .lut-ph2-summaryItem::before {
    top: calc(17 * var(--base-font, 1) / 10);
    right: calc(13 * var(--base-font, 1) / 10);
    width: calc(21 * var(--base-font, 1) / 10);
    height: calc(21 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-summaryItem picture {
  display: block;
  overflow: hidden;
  height: calc(166 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-summaryItem picture {
    height: calc(375 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-summaryItem img {
  width: 100%;
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lut-ph2-summaryItem.-iconWhite::before {
  filter: brightness(20);
}

@media (max-width: 767.98px) {
  .lut-ph2-modalSlider {
    height: 100%;
  }
  .lut-ph2-modalSlider .swiper-slide {
    background-color: #000;
  }
}
@media (min-width: 768px) {
  .lut-ph2-modalSlider {
    overflow-y: auto;
    width: calc(780 * var(--base-font, 1) / 10);
    height: 100%;
    background-color: #000;
  }
}
.lut-ph2-modalSlider .simplebar-scrollbar:before {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 0;
  border-radius: 999px;
  width: 0.5rem;
  background-color: #d4d4d4;
}
@media (min-width: 768px) {
  .lut-ph2-modalSlider .simplebar-scrollbar:before {
    right: 2rem;
    width: 1rem;
  }
}
.lut-ph2-modalSlider .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .lut-ph2-modalSlider .simplebar-track.simplebar-vertical {
    width: 20px;
  }
}

.lut-ph2-modalItem {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #000;
  color: #f0f0f0;
}
@media (max-width: 767.98px) {
  .lut-ph2-modalItem {
    overflow-y: scroll;
    height: 100vh;
  }
}
.lut-ph2-modalItem a {
  display: block;
  position: relative;
}
.lut-ph2-modalItem a:focus .lut-ph2-modalItem_movie img {
  scale: 1.03;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-modalItem a:hover .lut-ph2-modalItem_movie img {
    scale: 1.03;
  }
}
.lut-ph2-modalItem img {
  width: 100%;
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lut-ph2-modalItem_movie {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lut-ph2-modalItem_play {
  display: inline-flex;
  position: absolute;
  margin: auto;
  width: calc(69 * var(--base-font, 1) / 10);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;

  inset: 0;
}
@media (min-width: 768px) {
  .lut-ph2-modalItem_play {
    width: calc(80 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-modalTag {
  padding: calc(5 * var(--base-font, 1) / 10) calc(11 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10);
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: calc(12 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 1;

  justify-self: start;
}
@media (min-width: 768px) {
  .lut-ph2-modalTag {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-modalTxt {
  display: grid;

  row-gap: calc(8 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .lut-ph2-modalTxt {
    padding: calc(20 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(200 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-modalTxt {
    padding: calc(40 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10) calc(70 * var(--base-font, 1) / 10);

    row-gap: calc(18 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-modalHeading {
  letter-spacing: 0.03em;
  font-size: calc(20 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lut-ph2-modalHeading {
    font-size: calc(26 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-modalDetail {
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .lut-ph2-modalDetail {
    line-height: 1.8;
  }
}

.lut-ph2-modalDetailNote {
  letter-spacing: 0.03em;
  color: #afafaf;
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 1.37;
}
@media (min-width: 768px) {
  .lut-ph2-modalDetailNote {
    line-height: 1.8;
  }
}

a.lut-ph2-modalLinkBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(16 * var(--base-font, 1) / 10);
  padding: calc(10 * var(--base-font, 1) / 10);
  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;
  text-align: center;
  color: #fff;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 1;
}
@media (min-width: 768px) {
  a.lut-ph2-modalLinkBtn {
    margin-top: calc(22 * var(--base-font, 1) / 10);
    padding: calc(20 * var(--base-font, 1) / 10);
    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);

    margin-inline: auto;
  }
}
a.lut-ph2-modalLinkBtn:focus {
  background-color: #262626;
}
a.lut-ph2-modalLinkBtn:focus .lut-ph2-modalLinkBtn_arrow {
  translate: 50% 0;
}
@media (hover: hover) and (pointer: fine) {
  a.lut-ph2-modalLinkBtn:hover {
    background-color: #262626;
  }
  a.lut-ph2-modalLinkBtn:hover .lut-ph2-modalLinkBtn_arrow {
    translate: 50% 0;
  }
}

.lut-ph2-modalLinkBtn_arrow {
  position: absolute;
  right: calc(15 * 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) {
  .lut-ph2-modalLinkBtn_arrow {
    right: calc(22 * var(--base-font, 1) / 10);
    width: calc(11 * var(--base-font, 1) / 10);
    height: calc(19 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-modalSliderPagination.swiper-pagination-horizontal {
  position: fixed;
  right: 0;
  bottom: calc(50 * var(--base-font, 1) / 10);
  left: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .lut-ph2-modalSliderPagination.swiper-pagination-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(50 * var(--base-font, 1) / 10);
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 768px) {
  .lut-ph2-modalSliderPagination.swiper-pagination-horizontal {
    bottom: calc(20 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-modalSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: calc(8 * var(--base-font, 1) / 10);
  height: calc(8 * var(--base-font, 1) / 10);
  background-color: #a1a1a1;

  margin-inline: calc(5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-modalSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: calc(10 * var(--base-font, 1) / 10);
    height: calc(10 * var(--base-font, 1) / 10);

    margin-inline: calc(7 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-modalSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.lut-ph2-modalClose_wrapper {
  position: absolute;
  z-index: 1;

  inset-inline: 0;
}
@media (max-width: 767.98px) {
  .lut-ph2-modalClose_wrapper {
    display: grid;
    bottom: 0;
    height: calc(50 * var(--base-font, 1) / 10);
    background-color: #000;

    place-content: center;
  }
}
@media (min-width: 768px) {
  .lut-ph2-modalClose_wrapper {
    top: calc(25 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-modalClose {
  display: grid;
  width: calc(30 * var(--base-font, 1) / 10);
  height: calc(30 * var(--base-font, 1) / 10);
  transition: background-color 0.2s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #303030;
  color: #f0f0f0;

  place-items: center;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lut-ph2-modalClose {
    width: calc(40 * var(--base-font, 1) / 10);
    height: calc(40 * var(--base-font, 1) / 10);
    background-color: #000;
  }
}
.lut-ph2-modalClose:focus {
  background-color: #303030;
}
.lut-ph2-modalClose:focus img {
  scale: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-modalClose:hover {
    background-color: #303030;
  }
  .lut-ph2-modalClose:hover img {
    scale: 0.75;
  }
}
.lut-ph2-modalClose img {
  width: calc(16 * var(--base-font, 1) / 10);
  transition: scale 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lut-ph2-summarySliderArrow,
.lut-ph2-modalSliderArrow {
  display: grid;
  position: absolute;
  z-index: 1;
  top: 35%;
  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) {
  .lut-ph2-summarySliderArrow,
  .lut-ph2-modalSliderArrow {
    width: calc(42 * var(--base-font, 1) / 10);
    height: calc(42 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-summarySliderArrow:focus,
.lut-ph2-modalSliderArrow:focus {
  background-color: #bfbfbf;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-summarySliderArrow:hover,
  .lut-ph2-modalSliderArrow:hover {
    background-color: #bfbfbf;
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-summarySliderArrow::before,
  .lut-ph2-modalSliderArrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -10%;
    bottom: 0;
    margin: auto;
    width: 120%;
    height: 120%;
  }
  .lut-ph2-summarySliderArrow::after,
  .lut-ph2-modalSliderArrow::after {
    content: "";
    position: absolute;

    inset: calc(-10 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-summarySliderArrow img,
.lut-ph2-modalSliderArrow img {
  opacity: 0.3;
  width: 30%;
}
.lut-ph2-summarySliderArrow.lut-ph2-summarySliderArrow-prev,
.lut-ph2-summarySliderArrow.lut-ph2-modalSliderArrow-prev,
.lut-ph2-modalSliderArrow.lut-ph2-summarySliderArrow-prev,
.lut-ph2-modalSliderArrow.lut-ph2-modalSliderArrow-prev {
  left: calc(13 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-summarySliderArrow.lut-ph2-summarySliderArrow-prev,
  .lut-ph2-summarySliderArrow.lut-ph2-modalSliderArrow-prev,
  .lut-ph2-modalSliderArrow.lut-ph2-summarySliderArrow-prev,
  .lut-ph2-modalSliderArrow.lut-ph2-modalSliderArrow-prev {
    left: calc(-21 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-summarySliderArrow.lut-ph2-summarySliderArrow-next,
.lut-ph2-summarySliderArrow.lut-ph2-modalSliderArrow-next,
.lut-ph2-modalSliderArrow.lut-ph2-summarySliderArrow-next,
.lut-ph2-modalSliderArrow.lut-ph2-modalSliderArrow-next {
  right: calc(13 * var(--base-font, 1) / 10);

  rotate: 180deg;
}
@media (min-width: 768px) {
  .lut-ph2-summarySliderArrow.lut-ph2-summarySliderArrow-next,
  .lut-ph2-summarySliderArrow.lut-ph2-modalSliderArrow-next,
  .lut-ph2-modalSliderArrow.lut-ph2-summarySliderArrow-next,
  .lut-ph2-modalSliderArrow.lut-ph2-modalSliderArrow-next {
    right: calc(31 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-summarySliderArrow.lut-ph2-modalSliderArrow-prev,
  .lut-ph2-modalSliderArrow.lut-ph2-modalSliderArrow-prev {
    left: calc(50% - 410 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lut-ph2-summarySliderArrow.lut-ph2-modalSliderArrow-next,
  .lut-ph2-modalSliderArrow.lut-ph2-modalSliderArrow-next {
    right: calc(50% - 410 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-summarySliderArrow.swiper-button-disabled,
.lut-ph2-modalSliderArrow.swiper-button-disabled {
  opacity: 0;
}

.lut-ph2-modalSliderArrow {
  top: calc(152 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-modalSliderArrow {
    top: 45%;
  }
}

.lut-ph2-summarySliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: calc(-30 * var(--base-font, 1) / 10);
  left: calc(20 * var(--base-font, 1) / 10);
  width: calc(320 * var(--base-font, 1) / 10);
  background-color: #303030;
}
@media (min-width: 768px) {
  .lut-ph2-summarySliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: calc(-20 * var(--base-font, 1) / 10);
    left: 0;
    width: calc(760 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-summarySliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #4f4f4f;
}
.lut-ph2-summarySliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal.lut-ph2-comfortablespace-summarySliderScrollbar {
  background-color: rgba(142, 142, 142, 0.4);
}
.lut-ph2-summarySliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal.lut-ph2-comfortablespace-summarySliderScrollbar .swiper-scrollbar-drag {
  background-color: #8e8e8e;
}

.lut-ph2-summaryTxt {
  display: block;
  margin-top: calc(8 * var(--base-font, 1) / 10);
  text-align: left;
  letter-spacing: 0.03em;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 1.2;
}
.lut-ph2-summaryTxt > span {
  display: none;
}
@media (min-width: 768px) {
  .lut-ph2-summaryTxt {
    margin-top: calc(10 * var(--base-font, 1) / 10);
    min-height: 3em;
    font-size: calc(20 * var(--base-font, 1) / 10);
    line-height: 1.5;
  }
}

.lut-ph2-summaryTag {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: calc(2 * var(--base-font, 1) / 10) calc(5 * var(--base-font, 1) / 10) calc(3 * var(--base-font, 1) / 10);
  border: 1px solid #303030;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  font-size: calc(8 * var(--base-font, 1) / 10);
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .lut-ph2-summaryTag {
    padding: calc(5 * var(--base-font, 1) / 10) calc(11 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-gallery {
  margin-bottom: calc(-50 * var(--base-font, 1) / 10);
  padding-top: calc(60 * var(--base-font, 1) / 10);
  background-color: #ced3de;
}
@media (min-width: 768px) {
  .lut-ph2-gallery {
    padding-top: calc(120 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .lut-ph2-gallery {
    padding-bottom: calc(30 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-gallery_note {
  margin: calc(4 * var(--base-font, 1) / 10) calc(39 * var(--base-font, 1) / 10) 0;
  text-align: right;
  letter-spacing: -0.01em;
  color: #141428;
  font-size: calc(10 * var(--base-font, 1) / 10);
  font-weight: 500;
}
@media (min-width: 768px) {
  .lut-ph2-gallery_note {
    margin: calc(14 * var(--base-font, 1) / 10) auto 0;
    width: 56.1111111111vw;
    font-weight: 400;
  }
}

.lut-ph2-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) {
  .lut-ph2-gallery_ttl {
    font-size: calc(50 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-gallerySlider_wrapper {
  position: relative;
  margin-top: calc(28 * var(--base-font, 1) / 10);
  margin-bottom: calc(-30 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-gallerySlider_wrapper {
    margin-top: calc(90 * var(--base-font, 1) / 10);
    margin-bottom: calc(45 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-gallerySlider_wrapper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.lut-ph2-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) {
  .lut-ph2-gallerySliderArrow {
    top: 46%;
    width: calc(42 * var(--base-font, 1) / 10);
    height: calc(42 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-gallerySliderArrow:focus {
  background-color: #bfbfbf;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-gallerySliderArrow:hover {
    background-color: #bfbfbf;
  }
}
.lut-ph2-gallerySliderArrow::before {
  content: "";
  position: absolute;

  inset: calc(-10 * var(--base-font, 1) / 10);
}
.lut-ph2-gallerySliderArrow img {
  opacity: 0.3;
  width: 30%;
}
.lut-ph2-gallerySliderArrow.lut-ph2-gallerySliderArrow-prev {
  left: calc(30 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-gallerySliderArrow.lut-ph2-gallerySliderArrow-prev {
    left: calc(295 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-gallerySliderArrow.lut-ph2-gallerySliderArrow-next {
  right: calc(30 * var(--base-font, 1) / 10);

  rotate: 180deg;
}
@media (min-width: 768px) {
  .lut-ph2-gallerySliderArrow.lut-ph2-gallerySliderArrow-next {
    right: calc(295 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-gallerySliderPagination.swiper-pagination-horizontal {
  bottom: calc(-27 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-gallerySliderPagination.swiper-pagination-horizontal {
    bottom: calc(-54 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-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) {
  .lut-ph2-gallerySliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: calc(8 * var(--base-font, 1) / 10);
    height: calc(8 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-gallerySliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.lut-ph2-movie {
  padding-top: calc(60 * var(--base-font, 1) / 10);
  padding-bottom: calc(60 * var(--base-font, 1) / 10);
  text-align: center;
}
@media (min-width: 768px) {
  .lut-ph2-movie {
    padding-top: calc(110 * var(--base-font, 1) / 10);
    padding-bottom: calc(122 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-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) {
  .lut-ph2-movie_list {
    margin-top: calc(60 * var(--base-font, 1) / 10);

    row-gap: calc(40 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-movie_link {
  display: block;
}
@media (min-width: 768px) {
  .lut-ph2-movie_link {
    width: calc(800 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-movie_link:focus .lut-ph2-movie_img img {
  scale: 1.03;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-movie_link:hover .lut-ph2-movie_img img {
    scale: 1.03;
  }
}
.lut-ph2-movie_link img {
  width: 100%;
}

.lut-ph2-movie_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.lut-ph2-movie_img img {
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lut-ph2-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) {
  .lut-ph2-movie_play {
    width: calc(80 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-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;
}
@media (max-width: 767.98px) {
  .lut-ph2-movie_window {
    right: calc(5 * var(--base-font, 1) / 10);
    bottom: calc(7 * var(--base-font, 1) / 10);
    width: calc(17 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-movie_caption {
  margin-top: calc(10 * var(--base-font, 1) / 10);
  text-align: center;
  color: #000;
  color: #fff;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 150%;
}
@media (min-width: 768px) {
  .lut-ph2-movie_caption {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-movieBnr {
  display: block;
  overflow: hidden;
  position: relative;
  margin: calc(30 * var(--base-font, 1) / 10) auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  .lut-ph2-movieBnr {
    margin-top: calc(100 * var(--base-font, 1) / 10);
    width: calc(800 * var(--base-font, 1) / 10);
  }
}
.lut-ph2-movieBnr:focus img {
  scale: 1.03;
}
@media (hover: hover) and (pointer: fine) {
  .lut-ph2-movieBnr:hover img {
    scale: 1.03;
  }
}
.lut-ph2-movieBnr img {
  width: 100%;
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lut-ph2-movieBnr_icon {
  display: inline-flex;
  position: absolute;
  right: calc(4 * var(--base-font, 1) / 10);
  bottom: calc(2 * 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;
}
@media (min-width: 768px) {
  .lut-ph2-movieBnr_icon {
    right: calc(13 * var(--base-font, 1) / 10);
    bottom: calc(9 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-partition {
  position: relative;
  margin-bottom: calc(-400 * var(--base-font, 1) / 10);
  padding-bottom: calc(79 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-partition {
    margin-bottom: calc(-800 * var(--base-font, 1) / 10);
    padding-bottom: calc(195 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-partition_sticky {
  position: sticky;
  top: 0;
}
.lut-ph2-partition_sticky img {
  width: 100%;
  height: 100vh;

  -o-object-fit: cover;

     object-fit: cover;
}

.lut-ph2-partition_sticky_inner {
  position: relative;
}

.lut-ph2-partition_sticky_txt {
  position: absolute;
  top: 52%;
  text-align: center;
  color: #f0f0f0;
  font-size: calc(21 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 130%;

  inset-inline: 0;
}
@media (min-width: 768px) {
  .lut-ph2-partition_sticky_txt {
    top: 61vh;
    letter-spacing: 0.03em;
    font-size: calc(37 * var(--base-font, 1) / 10);
  }
}

.lut-ph2-partition_bg {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);

  inset: 0;
}

.lut-ph2-partitionImg {
  position: relative;
}
.lut-ph2-partitionImg.-img01 {
  margin-top: calc(40 * var(--base-font, 1) / 10);
  width: calc(315 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-partitionImg.-img01 {
    margin-top: 9.7222222222vw;
    width: 52.0833333333vw;
  }
}
.lut-ph2-partitionImg.-img02 {
  margin-top: calc(50 * var(--base-font, 1) / 10);
  margin-left: auto;
  width: calc(216 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-partitionImg.-img02 {
    margin-top: -4.375vw;
    width: 39.7222222222vw;

    margin-inline: auto 0;
  }
}
.lut-ph2-partitionImg.-img03 {
  margin-top: calc(57 * var(--base-font, 1) / 10);
  margin-left: calc(25 * var(--base-font, 1) / 10);
  width: calc(126 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-partitionImg.-img03 {
    margin-top: -6.4583333333vw;
    width: 22.7083333333vw;

    margin-inline: 14% 50%;
  }
}
.lut-ph2-partitionImg.-img04 {
  margin-top: calc(-23 * var(--base-font, 1) / 10);
  padding-bottom: calc(400 * var(--base-font, 1) / 10);
  width: calc(150 * var(--base-font, 1) / 10);

  margin-inline: auto calc(26 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .lut-ph2-partitionImg.-img04 {
    margin-top: -0.9722222222vw;
    padding-bottom: calc(800 * var(--base-font, 1) / 10);
    width: 25.9722222222vw;

    margin-inline: 52% 48%;
  }
}
.lut-ph2-partitionImg img {
  width: 100%;
}

/* --------------------------------
  simplebar
-------------------------------- */
[data-simplebar] {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}

.simplebar-mask {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: auto !important;
  height: auto !important;

  direction: inherit;
}

.simplebar-offset {
  box-sizing: inherit !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  resize: none !important;

  -webkit-overflow-scrolling: touch;
  direction: inherit !important;
}

.simplebar-content-wrapper {
  display: block;
  overflow: auto;
  box-sizing: border-box !important;
  position: relative;
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */

  direction: inherit;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  overflow: hidden;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  box-sizing: inherit !important;
  position: relative;
  z-index: -1;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1px;
  height: 100%;
  max-height: 1px;
  pointer-events: none;
}

.simplebar-height-auto-observer {
  display: block;
  overflow: hidden;
  opacity: 0;
  box-sizing: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1000%;
  min-width: 1px;
  height: 1000%;
  min-height: 1px;
  pointer-events: none;
}

.simplebar-track {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;

   -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;

   -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0;
  left: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  content: "";
  opacity: 0;
  position: absolute;
  right: 2px;
  left: 2px;
  border-radius: 7px;
  transition: opacity 0.2s 0.5s linear;
  background: black;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: auto;
  min-width: 10px;
  min-height: 0;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  visibility: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  opacity: 0;
  position: fixed;
  width: 500px;
  height: 500px;

  direction: rtl;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  margin: 10px 0;
  width: 200%;
  height: 200%;
}

.simplebar-hide-scrollbar {
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  left: 0;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*
* top.css
*
*/
/* --------------------------------------------------------
　　トップに戻る ボタン
-------------------------------------------------------- */
.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;
}