@charset "UTF-8";
/*
 * px 基本これを使う
 */
/*
 * pc
 * 第二引数にtrueを設定すると、$minが10pxになります。
 * font-sizeに使うときは設定してください。
 * font-size以外のときは第一引数のみでOKです。
 *
 * .xxxx {
 *   font-size: px(60, true);
 *   margin-top: px(14);
 * }
 */
.kng-ph2-utility {
  color: #fff;
}

.kng-ph2-utility_inner {
  position: relative;

  padding-block: calc(74 * var(--base-font, 1) / 10) calc(82 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-utility_inner {
    min-height: 52.9861111111vw;

    padding-block: 8.125vw calc(74 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-utility_bg {
  position: absolute;
  pointer-events: none;

  inset: 0;
}
.kng-ph2-utility_bg img {
  width: 100%;
}

.kng-ph2-utilityTxt_wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .kng-ph2-utilityTxt_wrapper {
    width: calc(535 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-utilityTxt {
  display: grid;
  margin-top: calc(326 * var(--base-font, 1) / 10);
  font-weight: 500;

  row-gap: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-utilityTxt {
    margin-top: calc(85 * var(--base-font, 1) / 10);

    row-gap: calc(24 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-lgText {
  color: #fff;
  font-size: calc(36 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1.3888888889;
}
@media (max-width: 767.98px) {
  .kng-ph2-lgText {
    font-size: calc(23 * var(--base-font, 1) / 10);
    line-height: 1.3913043478;
  }
}

.kng-ph2-mdText {
  color: #fff;
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 180%;
}
@media (max-width: 767.98px) {
  .kng-ph2-mdText {
    line-height: 160%;
  }
}

.kng-ph2-noteText {
  color: #fff;
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 180%;
}
@media (min-width: 768px) {
  .kng-ph2-noteText.-design {
    text-align: left;
  }
}

.kng-ph2-relative {
  position: relative;
}
.kng-ph2-relative.-zIndex1 {
  z-index: 1;
}

.kng-ph2-mv {
  position: relative;
  z-index: 1;
  background-image: url(../img/mv_sp.webp);
  background-repeat: no-repeat;
  background-position: top 52% center;
  background-size: cover;
  text-align: center;
  color: #f0f0f0;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .kng-ph2-mv {
    padding-top: 77.7777777778vw;
    height: 119.4444444444vw;
  }
}
@media (min-width: 768px) {
  .kng-ph2-mv {
    padding-top: 24.3055555556vw;
    height: 41.3194444444vw;
    background-image: url(../img/mv_pc.webp);
  }
}
@media (min-width: 1280px) {
  .kng-ph2-mv {
    background-image: url(../img/mv_ex.webp);
  }
}
.kng-ph2-mv.-fv {
  background-position: top center;
  background-size: 100%;
}
@media (max-width: 767.98px) {
  .kng-ph2-mv.-fv {
    margin-top: 0;
    padding-top: calc(404 * var(--base-font, 1) / 10);
    height: min(116vh, 667 * var(--base-font, 1) / 10);
    background-image: linear-gradient(to top, #2d3b18, rgba(45, 59, 24, 0.5) 5%, transparent 15%), url(../img/mv_sp.webp);
  }
}
@media (min-width: 768px) {
  .kng-ph2-mv.-fv {
    margin-top: 0;
    padding-top: 29.1666666667vw;
    height: 45.4166666667vw;
    background-image: linear-gradient(to top, #2d3b18, rgba(45, 59, 24, 0.5) 5%, transparent 10%), url(../img/mv_pc.webp);
  }
}
@media (min-width: 1280px) {
  .kng-ph2-mv.-fv {
    background-image: linear-gradient(to top, #2d3b18, rgba(45, 59, 24, 0.5) 5%, transparent 10%), url(../img/mv_ex.webp);
  }
}

.kng-ph2-mv_copy {
  font-size: calc(14 * var(--base-font, 1) / 10);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .kng-ph2-mv_copy {
    font-size: min(1.1111111111vw, 16 * var(--base-font, 1) / 10);
  }
}

@media (min-width: 768px) {
  .kng-ph2-mvTtl {
    position: relative;
    z-index: 1;
  }
}

.kng-ph2-mvTtl_name {
  display: grid;
  font-size: calc(40 * var(--base-font, 1) / 10);
  line-height: 0.95;
}
@media (min-width: 768px) {
  .kng-ph2-mvTtl_name {
    margin-top: 0.3em;
    letter-spacing: 0;
    font-size: min(3.5416666667vw, 51 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-mvTtl_caption {
  margin-top: calc(17 * var(--base-font, 1) / 10);
  letter-spacing: 0.1em;
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .kng-ph2-mvTtl_caption {
    margin-top: 1.3em;
    font-size: min(1.1111111111vw, 16 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-mvTtl_caption .rj-font {
  font-size: calc(21 * var(--base-font, 1) / 10);
  font-weight: 600;
}
@media (min-width: 768px) {
  .kng-ph2-mvTtl_caption .rj-font {
    font-size: min(1.4583333333vw, 21 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-mvLine {
  display: none;
  margin-top: calc(32 * 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: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .kng-ph2-mvLine {
    position: relative;
    z-index: 1;
    margin-top: calc(24 * var(--base-font, 1) / 10);
    height: calc(32 * var(--base-font, 1) / 10);
  }
}
.-fv .kng-ph2-mvLine {
  display: inline-block;
}
@-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;
  }
}

.kng-ph2-cms_wrapper {
  position: relative;
  z-index: 1;
  background-color: #2d3b18;
}
@media (min-width: 768px) {
  .kng-ph2-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, #2d3b18, rgba(45, 59, 24, 0));
  }
}

.kng-ph2-cms {
  padding-bottom: calc(35 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-cms {
    padding-bottom: calc(80 * var(--base-font, 1) / 10);
  }
  .kng-ph2-cms::after {
    background: linear-gradient(90deg, #2d3b18 0%, rgba(255, 255, 255, 0) 11.916%, rgba(255, 255, 255, 0) 88.084%, #2d3b18 100%);
  }
}

.kng-ph2-cmsDots {
  top: calc(153 * var(--base-font, 1) / 10);
  bottom: unset;
}
@media (min-width: 768px) {
  .kng-ph2-cmsDots {
    top: calc(168 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-cmsOffer {
  padding-bottom: calc(80 * var(--base-font, 1) / 10);
}

.kng-ph2-feature {
  position: relative;
  padding-top: calc(50 * var(--base-font, 1) / 10);
  padding-bottom: calc(50 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-feature {
    padding-top: calc(120 * var(--base-font, 1) / 10);
    padding-bottom: calc(120 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-feature_lead {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .kng-ph2-feature_lead {
    padding-right: calc(10 * var(--base-font, 1) / 10);
    text-align: left;
  }
}

.kng-ph2-feature_leadTtl {
  font-size: calc(38 * var(--base-font, 1) / 10);
  line-height: 1.1578947368;
}
@media (max-width: 767.98px) {
  .kng-ph2-feature_leadTtl {
    font-size: calc(32 * var(--base-font, 1) / 10);
    line-height: 1.375;
  }
}

.kng-ph2-feature_leadTxt {
  margin-top: calc(30 * var(--base-font, 1) / 10);
  letter-spacing: 0.07em;
  font-size: calc(15 * var(--base-font, 1) / 10);
  line-height: 2;
}

.kng-ph2-feature_bg {
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.kng-ph2-feature_bg > div {
  width: 100%;
  height: 100%;
}
.kng-ph2-feature_bg > div img {
  width: 200%;
  max-width: none;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}
@media (min-width: 768px) {
  .kng-ph2-feature_bg > div img {
    width: auto;
    width: 100%;
  }
}
.kng-ph2-feature_bg > div:nth-of-type(2) img {
  position: absolute;
  top: 0;
  left: 0;
}
.kng-ph2-feature_bg.is_active {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .kng-ph2-feature_bg.is_active > div:nth-of-type(1) img {
    -webkit-animation: animeFixedBg 20s linear forwards infinite;
            animation: animeFixedBg 20s linear forwards infinite;
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
  }
  .kng-ph2-feature_bg.is_active > div:nth-of-type(2) img {
    -webkit-animation: animeFixedBg 20s linear forwards infinite;
            animation: animeFixedBg 20s linear forwards infinite;
  }
}

@-webkit-keyframes animeFixedBg {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 1;
    transform: translateX(-49.9%);
  }
  50% {
    opacity: 0;
    transform: translateX(-49.9%);
  }
  90% {
    opacity: 0;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes animeFixedBg {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 1;
    transform: translateX(-49.9%);
  }
  50% {
    opacity: 0;
    transform: translateX(-49.9%);
  }
  90% {
    opacity: 0;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.kng-ph2-feature_charm {
  margin-top: calc(683 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-feature_charm {
    margin-top: calc(241 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-featureBottom .kng-ph2-feature_charm {
  margin-top: 0;
}

.kng-ph2-feature_caseTtl {
  margin-top: calc(104 * var(--base-font, 1) / 10);
  font-size: calc(20 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .kng-ph2-feature_caseTtl {
    margin-top: calc(60 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-feature_caseTtl.-kangoo {
  margin-top: calc(56 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-feature_caseTtl.-kangoo {
    margin-top: calc(100 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-feature_caseTtl.-kangoo > span {
  display: inline-block;
  margin-bottom: calc(10 * var(--base-font, 1) / 10);
  font-size: calc(15 * var(--base-font, 1) / 10);
}

.kng-ph2-feature_caseList {
  display: grid;
  justify-content: center;
  margin-top: calc(30 * var(--base-font, 1) / 10);

  grid-template-columns: repeat(2, calc(330 * var(--base-font, 1) / 10));
  -moz-column-gap: calc(40 * var(--base-font, 1) / 10);
       column-gap: calc(40 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-feature_caseList {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(8 * var(--base-font, 1) / 10);
         column-gap: calc(8 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-feature_links {
  margin-top: calc(48 * var(--base-font, 1) / 10);
  background: rgba(0, 0, 0, 0.3);

  padding-block: calc(16 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-feature_links {
    margin: calc(76 * var(--base-font, 1) / 10) auto 0;
    max-width: calc(700 * var(--base-font, 1) / 10);

    padding-block: calc(30 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-feature_link {
  display: grid;
  padding: 0.3em;
  width: calc(100 * var(--base-font, 1) / 10);
  min-height: calc(35 * var(--base-font, 1) / 10);
  transition: background-position 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: rgba(0, 0, 0, 0.65) url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M1%201L5%205L1%209%22%20stroke%3D%22white%22%20stroke-width%3D%221.48571%22%2F%3E%0D%0A%3C%2Fsvg%3E") no-repeat right calc(7 * var(--base-font, 1) / 10) center/calc(6 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
  text-align: left;
  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) {
  .kng-ph2-feature_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);
  }
}
.kng-ph2-feature_link:focus {
  background-color: #262626;
  background-position: right calc(12 * var(--base-font, 1) / 10) center;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-feature_link:hover {
    background-color: #262626;
    background-position: right calc(12 * var(--base-font, 1) / 10) center;
  }
}
.kng-ph2-feature_link.-fslg {
  font-size: calc(12 * var(--base-font, 1) / 10);
}
.kng-ph2-feature_link.-movie {
  justify-content: flex-start;
  padding-left: calc(8 * var(--base-font, 1) / 10);
}

.kng-ph2-space {
  position: relative;
  background-color: #f1ece3;
  color: #fff;
}

.kng-ph2-space_inner {
  position: relative;

  padding-block: calc(74 * var(--base-font, 1) / 10) calc(72 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-space_inner {
    min-height: 52.9861111111vw;

    padding-block: 7.8472222222vw calc(74 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-space_bg {
  position: absolute;
  pointer-events: none;

  inset: 0;
}
.kng-ph2-space_bg img {
  width: 100%;
}

.kng-ph2-spaceTxt_wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .kng-ph2-spaceTxt_wrapper {
    margin-left: auto;
    width: calc(452 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 1280px) {
  .kng-ph2-spaceTxt_wrapper {
    margin-right: calc(clamp(12px, 1.6vw, 23px) * -1);
  }
}

.kng-ph2-spaceTxt {
  display: grid;
  margin-top: calc(300 * var(--base-font, 1) / 10);
  font-weight: 500;

  row-gap: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-spaceTxt {
    margin-top: calc(68 * var(--base-font, 1) / 10);

    row-gap: calc(24 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-space_accessoryBtn {
  text-align: center;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .kng-ph2-space_accessoryBtn {
    padding-inline: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-space_accessoryBtn {
    margin-top: calc(48 * var(--base-font, 1) / 10);
    margin-bottom: calc(40 * var(--base-font, 1) / 10);
    width: calc(800 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-space_accessoryBtn img {
  width: 100%;
}

.kng-ph2-space_dealer {
  padding-top: calc(18 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-space_dealer {
    padding-top: calc(30 * var(--base-font, 1) / 10);
    padding-bottom: calc(160 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-design {
  position: relative;
  background-color: #f1ece3;
}

.kng-ph2-design_inner {
  position: relative;

  padding-block: calc(65 * var(--base-font, 1) / 10) calc(90 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-design_inner {
    min-height: 52.9861111111vw;

    padding-block: 7.8472222222vw calc(74 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-design_bg {
  position: absolute;
  pointer-events: none;

  inset: 0;
}
.kng-ph2-design_bg img {
  width: 100%;
}

.kng-ph2-designTxt_wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .kng-ph2-designTxt_wrapper {
    width: calc(555 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-designTxt {
  display: grid;
  margin-top: calc(270 * var(--base-font, 1) / 10);
  font-weight: 500;

  row-gap: calc(16 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-designTxt {
    margin-top: calc(72 * var(--base-font, 1) / 10);

    row-gap: calc(24 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-detailSection {
  position: relative;
  padding-bottom: calc(70 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-detailSection {
    margin-top: calc(50 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-detailSection.-drive {
    padding-top: calc(132 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .kng-ph2-detailSection.-accessory {
    margin-top: calc(35 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-detailSection.-accessory {
    padding-top: calc(90 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-detailSection.-powertrain {
    padding-top: calc(90 * var(--base-font, 1) / 10);
    padding-bottom: calc(84 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-detailSection.-assistance {
    padding-top: calc(80 * var(--base-font, 1) / 10);
    padding-bottom: calc(85 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-summarySlider_wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .kng-ph2-summarySlider_wrapper {
    margin-top: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-summarySlider_wrapper {
    margin-top: calc(30 * var(--base-font, 1) / 10);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .kng-ph2-summarySlider_wrapper.-cardSection {
    margin-top: calc(35 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-summarySlider_wrapper.-visualSection {
  padding-bottom: calc(50 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-summarySlider_wrapper.-visualSection {
    margin-top: calc(40 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-summarySlider_wrapper.-visualSection .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 767.98px) {
  .kng-ph2-summarySlider {
    padding-inline: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-summarySlider {
    padding-inline: calc(120 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-summaryItem {
  display: grid;
  position: relative;
  width: calc(180 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-summaryItem {
    width: calc(310 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-summaryItem:focus button img {
  scale: 1.05;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-summaryItem:hover button img {
    scale: 1.05;
  }
}
.kng-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);
  border-radius: 50%;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  background: #000 url(/car_lineup/common2025/img/icon_plus_white.svg) no-repeat center/40%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .kng-ph2-summaryItem::before {
    top: calc(10 * var(--base-font, 1) / 10);
    right: calc(10 * var(--base-font, 1) / 10);
    width: calc(35 * var(--base-font, 1) / 10);
    height: calc(35 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-summaryItem picture {
  display: block;
  overflow: hidden;
}
.kng-ph2-summaryItem img {
  width: 100%;
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.kng-ph2-summaryItem.-noModal::before {
  content: none;
}

.kng-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: #c8c8c8;
}
@media (min-width: 768px) {
  .kng-ph2-summarySliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: calc(-40 * var(--base-font, 1) / 10);
    left: calc(120 * var(--base-font, 1) / 10);
    width: calc(1201 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-summarySliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #8e8e8e;
}

.kng-ph2-summaryTxt {
  display: block;
  margin-top: calc(8 * var(--base-font, 1) / 10);
  text-align: left;
  letter-spacing: 0.03em;
  color: #000;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .kng-ph2-summaryTxt {
    min-height: 3em;
    font-size: calc(16 * var(--base-font, 1) / 10);
    line-height: 150%;
  }
}

.kng-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) {
  .kng-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);
  }
}

.kng-ph2-summaryCaption {
  display: inline-block;
  margin-top: calc(4 * var(--base-font, 1) / 10);
  font-size: calc(10 * var(--base-font, 1) / 10);
}
.kng-ph2-modalTxt .kng-ph2-summaryCaption {
  display: none;
}

.kng-ph2-visualSection {
  position: relative;
  padding-top: calc(32 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-visualSection {
    padding-top: calc(90 * var(--base-font, 1) / 10);
    padding-bottom: calc(65 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-visualSlider_wrapper {
  position: relative;
  padding-bottom: calc(50 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-visualSlider_wrapper {
    margin-top: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-visualSlider_wrapper {
    width: 100%;
  }
}

.kng-ph2-visualItem {
  display: grid;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .kng-ph2-visualItem {
    width: calc(808 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-visualItem picture {
  display: block;
  overflow: hidden;
}
.kng-ph2-visualItem img {
  width: 100%;
}

.kng-ph2-visualSliderCaption {
  margin-top: calc(4 * var(--base-font, 1) / 10);
  text-align: right;
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 180%;

  padding-inline: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-visualSliderCaption {
    margin-top: calc(12 * var(--base-font, 1) / 10);

    padding-inline: calc(316 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-visualSliderControls {
  position: relative;
  margin: calc(16 * var(--base-font, 1) / 10) auto 0;
  width: calc(288 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-visualSliderControls {
    margin-top: calc(43 * var(--base-font, 1) / 10);
    width: calc(453 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-visualSliderProgressbar {
  overflow: hidden;
  position: absolute;
  top: calc(10 * var(--base-font, 1) / 10);
  left: calc(32 * var(--base-font, 1) / 10);
  border-radius: 999px;
  width: calc(142 * var(--base-font, 1) / 10);
  height: 4px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .kng-ph2-visualSliderProgressbar {
    width: calc(285 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-visualSliderProgressbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: none;
  background-color: #8e8e8e;
}
.kng-ph2-visualSliderProgressbar.is_animating::before {
  -webkit-animation: progressBarAnim 5s linear forwards;
          animation: progressBarAnim 5s linear forwards;
}

@-webkit-keyframes progressBarAnim {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progressBarAnim {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.kng-ph2-visualSliderPagination {
  top: calc(-14 * var(--base-font, 1) / 10);
  right: calc(69 * var(--base-font, 1) / 10);
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: calc(30 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-visualSliderPagination {
    top: 0;
    right: calc(70 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-visualSliderPagination .swiper-pagination-current {
  color: #000;
}
.kng-ph2-visualSliderPagination .swiper-pagination-total {
  position: relative;
  padding-left: calc(18 * var(--base-font, 1) / 10);
  color: #8e8e8e;
}
@media (max-width: 767.98px) {
  .kng-ph2-visualSliderPagination .swiper-pagination-total {
    padding-left: calc(16 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-visualSliderPagination .swiper-pagination-total::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-2 * var(--base-font, 1) / 10);
  margin: auto;
  width: calc(22 * var(--base-font, 1) / 10);
  height: 1px;
  transform: rotate(-64deg);
  background-color: #000;
}
@media (max-width: 767.98px) {
  .kng-ph2-visualSliderPagination .swiper-pagination-total::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(2 * var(--base-font, 1) / 10);
    margin: auto;
    width: calc(12 * var(--base-font, 1) / 10);
    height: 1px;
    transform: rotate(-65deg);
  }
}

.kng-ph2-visualSliderStop {
  position: absolute;
  top: 0;
  left: 0;
}

.kng-ph2-stopBtn {
  display: grid;
  border-radius: 999px;
  width: calc(24 * var(--base-font, 1) / 10);
  height: calc(24 * var(--base-font, 1) / 10);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #fff;

  place-items: center;
}
@media (max-width: 767.98px) {
  .kng-ph2-stopBtn {
    width: calc(25 * var(--base-font, 1) / 10);
    height: calc(25 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-stopBtn_icon {
  display: block;
  position: relative;
  width: calc(7 * var(--base-font, 1) / 10);
  height: calc(9 * var(--base-font, 1) / 10);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);

  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 767.98px) {
  .kng-ph2-stopBtn_icon {
    height: calc(8 * var(--base-font, 1) / 10);
  }
}
.is_stop .kng-ph2-stopBtn_icon.kng-ph2-stopBtn_icon__stop {
  visibility: hidden;
  opacity: 0;
}
.is_stop .kng-ph2-stopBtn_icon.kng-ph2-stopBtn_icon__play {
  visibility: visible;
  opacity: 1;
}
.kng-ph2-stopBtn_icon.kng-ph2-stopBtn_icon__stop:before,
.kng-ph2-stopBtn_icon.kng-ph2-stopBtn_icon__stop:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: calc(1 * var(--base-font, 1) / 10);
  width: calc(2 * var(--base-font, 1) / 10);
  height: 100%;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #000;
}
.kng-ph2-stopBtn_icon.kng-ph2-stopBtn_icon__stop:after {
  right: 0;
  left: auto;
}
.kng-ph2-stopBtn_icon.kng-ph2-stopBtn_icon__play {
  visibility: hidden;
  opacity: 0;
  margin-left: calc(3 * var(--base-font, 1) / 10);
  background-color: #000;

  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);

          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.kng-ph2-stopBtn_icon.kng-ph2-stopBtn_icon__stop,
.kng-ph2-stopBtn_icon.kng-ph2-stopBtn_icon__play {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.kng-ph2-grade {
  position: relative;
}

.p-grade_slider .kng-ph2-gradeSlider {
  height: auto;
}
.p-grade_slider .kng-ph2-gradeSlider .p-grade_slider_item {
  height: 100%;
}

.kng-ph2-gradeSlider_1 .p-grade_slider_card_price,
.kng-ph2-gradeSlider_2 .p-grade_slider_card_price {
  margin-top: calc(22 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-gradeSlider_1 .p-grade_slider_card_price,
  .kng-ph2-gradeSlider_2 .p-grade_slider_card_price {
    margin-top: calc(24 * var(--base-font, 1) / 10);
  }
}

@media (max-width: 767.98px) {
  .kng-ph2-gradeSlider_3 .p-grade_slider_card_ttl {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-gradeSlider_tmName {
  color: #4b4b4b;
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 150%;
}
@media (max-width: 767.98px) {
  .kng-ph2-gradeSlider_tmName {
    font-size: calc(8 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-gradeSlider_otherTm {
  display: grid;
  margin-top: calc(8 * var(--base-font, 1) / 10);
  letter-spacing: -0.02em;

  grid-template-columns: auto auto;
  gap: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-gradeSlider_otherTm {
    gap: calc(14 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-gradeSlider_icon {
  position: absolute;
  top: calc(-10 * var(--base-font, 1) / 10);
  right: calc(-9 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-gradeSlider_icon {
    top: calc(-22 * var(--base-font, 1) / 10);
    right: calc(-24 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-gradeSlider_icon::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);
  border-radius: 50%;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  background: #000 url(/car_lineup/common2025/img/icon_plus_white.svg) no-repeat center/50%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .kng-ph2-gradeSlider_icon::before {
    top: calc(22 * var(--base-font, 1) / 10);
    right: calc(25 * var(--base-font, 1) / 10);
    width: calc(26 * var(--base-font, 1) / 10);
    height: calc(26 * var(--base-font, 1) / 10);
  }
}

.kng-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;
}
.kng-ph2-modalSlider_overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.kng-ph2-modalSlider_overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}

.kng-ph2-modalSlider_inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .kng-ph2-modalSlider_inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .kng-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);
  }
}

.kng-ph2-modalSlider {
  height: 100%;
}
@media (min-width: 768px) {
  .kng-ph2-modalSlider {
    overflow-y: auto;
    width: calc(780 * var(--base-font, 1) / 10);
    height: 100%;
    background-color: #000;
  }
}
.kng-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) {
  .kng-ph2-modalSlider .simplebar-scrollbar:before {
    right: 2rem;
    width: 1rem;
  }
}
.kng-ph2-modalSlider .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .kng-ph2-modalSlider .simplebar-track.simplebar-vertical {
    width: 20px;
  }
}

.kng-ph2-modalItem {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #fff;
  color: #000;
}
@media (max-width: 767.98px) {
  .kng-ph2-modalItem {
    overflow-y: scroll;
    height: 100vh;
  }
}
.kng-ph2-modalItem a {
  display: block;
  position: relative;
}
.kng-ph2-modalItem a:focus .kng-ph2-modalItem_movie img {
  scale: 1.03;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-modalItem a:hover .kng-ph2-modalItem_movie img {
    scale: 1.03;
  }
}
.kng-ph2-modalItem img {
  width: 100%;
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.kng-ph2-modalItem_movie {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.kng-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) {
  .kng-ph2-modalItem_play {
    width: calc(80 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-modalItem_panzoomContainer {
  position: relative;
  padding-bottom: calc(50 * var(--base-font, 1) / 10);
}

.kng-ph2-modalItem_zoomBtn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: calc(20 * var(--base-font, 1) / 10);

  -moz-column-gap: calc(9 * var(--base-font, 1) / 10);

       column-gap: calc(9 * var(--base-font, 1) / 10);
  inset-inline: 0;
}
@media (min-width: 768px) {
  .kng-ph2-modalItem_zoomBtn_wrapper {
    bottom: calc(2 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-modalItem_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;
}
.kng-ph2-modalItem_zoomBtn:focus {
  background-color: #dcdcdc;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-modalItem_zoomBtn:hover {
    background-color: #dcdcdc;
  }
}
.kng-ph2-modalItem_zoomBtn::before {
  content: "";
  display: block;
  width: calc(10 * var(--base-font, 1) / 10);
  height: 1px;
  background-color: #000;

  grid-area: 1/1;
}
.kng-ph2-modalItem_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;
}

.kng-ph2-modalTag {
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(5 * var(--base-font, 1) / 10) calc(11 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10);
  background-color: #000;
  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) {
  .kng-ph2-modalTag {
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-modalTxt {
  display: grid;

  row-gap: calc(20 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-modalTxt {
    padding: calc(38 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10) calc(200 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-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);
  }
}
.kng-ph2-modalTxt.-cardSection {
  row-gap: 0;
}
@media (max-width: 767.98px) {
  .kng-ph2-modalTxt.-cardSection {
    padding: calc(20 * var(--base-font, 1) / 10) calc(15 * var(--base-font, 1) / 10) calc(200 * var(--base-font, 1) / 10);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .kng-ph2-modalTxt.-cardSection {
    padding-top: calc(26 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-modalHeading {
  letter-spacing: 0.03em;
  font-size: calc(20 * var(--base-font, 1) / 10);
  font-weight: 600;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .kng-ph2-modalHeading {
    font-size: calc(26 * var(--base-font, 1) / 10);
    font-weight: 600;
  }
}
.kng-ph2-modalHeading.-cardSection {
  padding-bottom: calc(20 * var(--base-font, 1) / 10);
  border-bottom: 1px solid rgba(142, 142, 142, 0.2);
}
@media (min-width: 768px) {
  .kng-ph2-modalHeading.-cardSection {
    border-bottom: none;
  }
}

.kng-ph2-modalCaption {
  margin-bottom: calc(10 * var(--base-font, 1) / 10);
  font-size: calc(10 * var(--base-font, 1) / 10);
  font-weight: 400;
  line-height: 180%;
}

.kng-ph2-modalDetail {
  font-size: calc(16 * var(--base-font, 1) / 10);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .kng-ph2-modalDetail {
    line-height: 1.8;
  }
}
@media (max-width: 767.98px) {
  .kng-ph2-modalDetail.-cardSection {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-modalDetailNote {
  letter-spacing: 0.03em;
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .kng-ph2-modalDetailNote {
    line-height: 1.8;
  }
}
.kng-ph2-modalDetailNote.-cardSection {
  margin-top: calc(10 * var(--base-font, 1) / 10);
  line-height: 1.37;
}
@media (min-width: 768px) {
  .kng-ph2-modalDetailNote.-cardSection {
    line-height: 1.8;
  }
}

a.kng-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.kng-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.kng-ph2-modalLinkBtn:focus {
  background-color: #262626;
}
a.kng-ph2-modalLinkBtn:focus .kng-ph2-modalLinkBtn_arrow {
  translate: 50% 0;
}
@media (hover: hover) and (pointer: fine) {
  a.kng-ph2-modalLinkBtn:hover {
    background-color: #262626;
  }
  a.kng-ph2-modalLinkBtn:hover .kng-ph2-modalLinkBtn_arrow {
    translate: 50% 0;
  }
}

.kng-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) {
  .kng-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);
  }
}

.kng-ph2-modalSliderPagination.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.kng-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: #c7c7c7;

  margin-inline: calc(5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-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);
  }
}
.kng-ph2-modalSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #303030;
}

.kng-ph2-modalSliderPaginationWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: calc(50 * var(--base-font, 1) / 10);
  left: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .kng-ph2-modalSliderPaginationWrapper {
    height: calc(50 * var(--base-font, 1) / 10);
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderPaginationWrapper {
    bottom: calc(24 * var(--base-font, 1) / 10);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.kng-ph2-modalSliderPaginationPrev,
.kng-ph2-modalSliderPaginationNext {
  display: grid;
  position: relative;
  width: calc(10 * var(--base-font, 1) / 10);

  place-content: center;
}
.kng-ph2-modalSliderPaginationPrev::before,
.kng-ph2-modalSliderPaginationNext::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 140%;
  height: 140%;
}
.kng-ph2-modalSliderPaginationPrev img,
.kng-ph2-modalSliderPaginationNext img {
  width: 100%;
}

.kng-ph2-modalSliderPaginationPrev {
  margin-right: calc(16 * var(--base-font, 1) / 10);
}

.kng-ph2-modalSliderPaginationNext {
  margin-left: calc(16 * var(--base-font, 1) / 10);

  rotate: 180deg;
}

.kng-ph2-modalClose_wrapper {
  position: absolute;
  z-index: 1;

  inset-inline: 0;
}
@media (max-width: 767.98px) {
  .kng-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) {
  .kng-ph2-modalClose_wrapper {
    top: calc(25 * var(--base-font, 1) / 10);
  }
}

.kng-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) {
  .kng-ph2-modalClose {
    width: calc(40 * var(--base-font, 1) / 10);
    height: calc(40 * var(--base-font, 1) / 10);
    background-color: #000;
  }
}
.kng-ph2-modalClose:focus {
  background-color: #303030;
}
.kng-ph2-modalClose:focus img {
  scale: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-modalClose:hover {
    background-color: #303030;
  }
  .kng-ph2-modalClose:hover img {
    scale: 0.75;
  }
}
.kng-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);
}

.kng-ph2-modalSliderArrow,
.kng-ph2-summarySliderArrow {
  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) {
  .kng-ph2-modalSliderArrow,
  .kng-ph2-summarySliderArrow {
    width: calc(42 * var(--base-font, 1) / 10);
    height: calc(42 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-modalSliderArrow:focus,
.kng-ph2-summarySliderArrow:focus {
  background-color: #bfbfbf;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-modalSliderArrow:hover,
  .kng-ph2-summarySliderArrow:hover {
    background-color: #bfbfbf;
  }
}
@media (max-width: 767.98px) {
  .kng-ph2-modalSliderArrow::before,
  .kng-ph2-summarySliderArrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -10%;
    bottom: 0;
    margin: auto;
    width: 120%;
    height: 120%;
  }
  .kng-ph2-modalSliderArrow::after,
  .kng-ph2-summarySliderArrow::after {
    content: "";
    position: absolute;

    inset: calc(-10 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-modalSliderArrow img,
.kng-ph2-summarySliderArrow img {
  width: 30%;
}
.kng-ph2-modalSliderArrow.kng-ph2-modalSliderArrow-prev,
.kng-ph2-summarySliderArrow.kng-ph2-modalSliderArrow-prev {
  left: calc(13 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderArrow.kng-ph2-modalSliderArrow-prev,
  .kng-ph2-summarySliderArrow.kng-ph2-modalSliderArrow-prev {
    left: calc(-21 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-modalSliderArrow.kng-ph2-modalSliderArrow-prev.-visualSection,
.kng-ph2-summarySliderArrow.kng-ph2-modalSliderArrow-prev.-visualSection {
  right: calc(50 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderArrow.kng-ph2-modalSliderArrow-prev.-visualSection,
  .kng-ph2-summarySliderArrow.kng-ph2-modalSliderArrow-prev.-visualSection {
    right: calc(50 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-modalSliderArrow.kng-ph2-modalSliderArrow-next,
.kng-ph2-summarySliderArrow.kng-ph2-modalSliderArrow-next {
  rotate: 180deg;
}
@media (max-width: 767.98px) {
  .kng-ph2-modalSliderArrow.kng-ph2-modalSliderArrow-next,
  .kng-ph2-summarySliderArrow.kng-ph2-modalSliderArrow-next {
    right: calc(13 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow.-visualSection,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow.-visualSection {
  z-index: 1;
  top: 0;
  bottom: auto;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  background-color: #000;
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow.-visualSection:focus,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow.-visualSection:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow.-visualSection:hover,
  .kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow.-visualSection:hover {
    opacity: 0.8;
  }
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow.-visualSection img,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow.-visualSection img {
  opacity: 1;
  width: 30%;
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow.-cardSection,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow.-cardSection {
  background-color: #000;
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow.-cardSection:focus,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow.-cardSection:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow.-cardSection:hover,
  .kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow.-cardSection:hover {
    opacity: 0.8;
  }
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow.-cardSection img,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow.-cardSection img {
  opacity: 1;
  width: 30%;
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow-prev,
  .kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow-prev {
    left: calc(90 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow-prev.-visualSection,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow-prev.-visualSection {
  right: calc(34 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow-prev.-visualSection,
  .kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow-prev.-visualSection {
    right: calc(34 * var(--base-font, 1) / 10);
    left: auto;
  }
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow-prev.-cardSection,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow-prev.-cardSection {
  position: relative;
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow-next,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow-next {
  right: calc(13 * var(--base-font, 1) / 10);

  rotate: 180deg;
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow-next,
  .kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow-next {
    right: calc(9 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow-next.-visualSection,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow-next.-visualSection {
  right: 0;
}
.kng-ph2-modalSliderArrow.kng-ph2-summarySliderArrow-next.-cardSection,
.kng-ph2-summarySliderArrow.kng-ph2-summarySliderArrow-next.-cardSection {
  position: relative;

  rotate: 180deg;
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderArrow.kng-ph2-modalSliderArrow-prev,
  .kng-ph2-summarySliderArrow.kng-ph2-modalSliderArrow-prev {
    left: calc(50% - 410 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderArrow.kng-ph2-modalSliderArrow-next,
  .kng-ph2-summarySliderArrow.kng-ph2-modalSliderArrow-next {
    right: calc(50% - 410 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-modalSliderArrow.swiper-button-disabled,
.kng-ph2-summarySliderArrow.swiper-button-disabled {
  opacity: 0;
}

.kng-ph2-modalSliderArrow {
  top: calc(152 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-modalSliderArrow {
    top: 45%;
  }
}

.kng-ph2-cardSection {
  position: relative;
  padding-top: calc(80 * var(--base-font, 1) / 10);
  padding-bottom: calc(50 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-cardSection {
    padding-top: calc(20 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-visualSlider_wrapper {
  position: relative;
  padding-bottom: calc(50 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-visualSlider_wrapper {
    margin-top: calc(16 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-visualSlider_wrapper {
    width: 100%;
  }
}

.kng-ph2-cardItem {
  display: grid;
  overflow: hidden;
  position: relative;
  border-radius: calc(18 * var(--base-font, 1) / 10);
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #000;
}
.kng-ph2-cardItem:focus img {
  scale: 1.05;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-cardItem:hover img {
    scale: 1.05;
  }
}
.kng-ph2-cardItem::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(15 * var(--base-font, 1) / 10);
  right: calc(13 * var(--base-font, 1) / 10);
  border-radius: 50%;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  background: #000 url(/car_lineup/common2025/img/icon_plus_white.svg) no-repeat center/50%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .kng-ph2-cardItem::before {
    top: calc(10 * var(--base-font, 1) / 10);
    right: calc(11 * var(--base-font, 1) / 10);
    width: calc(35 * var(--base-font, 1) / 10);
    height: calc(35 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-cardItem button {
  display: grid;

  grid-template-rows: -webkit-min-content auto;

  grid-template-rows: min-content auto;
}
.kng-ph2-cardItem picture {
  display: block;
  overflow: hidden;
}
.kng-ph2-cardItem img {
  width: 100%;
  transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.kng-ph2-cardItem_bottom {
  display: grid;
  padding: calc(25 * var(--base-font, 1) / 10) calc(18 * var(--base-font, 1) / 10) calc(30 * var(--base-font, 1) / 10);
  text-align: left;

  grid-template-rows: auto calc(18 * var(--base-font, 1) / 10);
  row-gap: calc(20 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-cardItem_bottom {
    padding: calc(14 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10) calc(22 * var(--base-font, 1) / 10) calc(40 * var(--base-font, 1) / 10);

    grid-template-rows: auto calc(18 * var(--base-font, 1) / 10);
    row-gap: calc(10 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-cardItem_ttl {
  font-size: calc(22 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .kng-ph2-cardItem_ttl {
    font-size: calc(18 * var(--base-font, 1) / 10);
    line-height: 1.5555555556;
  }
}

.kng-ph2-cardItem_detailNote {
  font-size: calc(10 * var(--base-font, 1) / 10);
  line-height: 1.8;
}

.kng-ph2-cardSliderControls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(28 * var(--base-font, 1) / 10);

  -moz-column-gap: calc(24 * var(--base-font, 1) / 10);

       column-gap: calc(24 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-cardSliderControls {
    margin-top: calc(40 * var(--base-font, 1) / 10);

    -moz-column-gap: calc(23 * var(--base-font, 1) / 10);

         column-gap: calc(23 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-cardSliderPagination.swiper-pagination-horizontal {
  display: flex;
  position: static;
  width: auto;

  -moz-column-gap: calc(19 * var(--base-font, 1) / 10);

       column-gap: calc(19 * var(--base-font, 1) / 10);
}
.kng-ph2-cardSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  display: block;
  opacity: 1;
  position: relative;
  margin: 0;
  width: calc(6 * var(--base-font, 1) / 10);
  height: calc(6 * var(--base-font, 1) / 10);
  background-color: #c7c7c7;
}
@media (min-width: 768px) {
  .kng-ph2-cardSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: calc(10 * var(--base-font, 1) / 10);
    height: calc(10 * var(--base-font, 1) / 10);

    -moz-column-gap: calc(12 * var(--base-font, 1) / 10);

         column-gap: calc(12 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-cardSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet::before {
  content: "";
  position: absolute;

  inset: calc(-5 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-cardSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet::before {
    inset: calc(-10 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-cardSliderPagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.kng-ph2-cardSliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: calc(-24 * var(--base-font, 1) / 10);
  left: calc(20 * var(--base-font, 1) / 10);
  width: calc(320 * var(--base-font, 1) / 10);
  background-color: #c8c8c8;
}
@media (min-width: 768px) {
  .kng-ph2-cardSliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: calc(-45 * var(--base-font, 1) / 10);
    left: calc(120 * var(--base-font, 1) / 10);
    width: calc(1201 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-cardSliderScrollbar.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #8e8e8e;
}

.kng-ph2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: 1px solid #000;
  width: 100%;
  min-height: calc(92 * 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(16 * var(--base-font, 1) / 10);
  font-weight: 500;
  line-height: 1.4375;

  padding-inline: calc(16 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-btn {
    justify-content: center;
    width: calc(490 * var(--base-font, 1) / 10);
    min-height: calc(80 * var(--base-font, 1) / 10);
    text-align: left;
    font-size: calc(16 * var(--base-font, 1) / 10);

    padding-inline: 0;
  }
}
.kng-ph2-btn.-movie {
  justify-content: center;
  min-height: calc(40 * var(--base-font, 1) / 10);
  text-align: center;
  font-size: calc(12 * var(--base-font, 1) / 10);
  font-weight: 500;
  line-height: 100%;

  padding-inline: 0;
}
@media (min-width: 768px) {
  .kng-ph2-btn.-movie {
    width: calc(400 * var(--base-font, 1) / 10);
    min-height: calc(60 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-btn:focus {
  background-color: #f0f0f0;
}
.kng-ph2-btn:focus .kng-ph2-btn_arrow {
  translate: 50% 0;
}
@media (hover: hover) and (pointer: fine) {
  .kng-ph2-btn:hover {
    background-color: #f0f0f0;
  }
  .kng-ph2-btn:hover .kng-ph2-btn_arrow {
    translate: 50% 0;
  }
}

.kng-ph2-btn_arrow {
  position: absolute;
  right: calc(35 * var(--base-font, 1) / 10);
  width: calc(15 * var(--base-font, 1) / 10);
  height: calc(20 * 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) {
  .kng-ph2-btn_arrow {
    right: calc(17 * var(--base-font, 1) / 10);
  }
}
.-movie .kng-ph2-btn_arrow {
  right: calc(13 * var(--base-font, 1) / 10);
  width: calc(10 * var(--base-font, 1) / 10);
  height: calc(15 * var(--base-font, 1) / 10);
}

.kng-ph2-panorama {
  position: relative;
  padding-bottom: calc(23 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-panorama {
    padding-top: calc(80 * var(--base-font, 1) / 10);
    padding-bottom: calc(73 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-panoramaSlider_wrapper {
  position: relative;
}

.kng-ph2-panoramaSlider {
  margin: auto;
  width: calc(268 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-panoramaSlider {
    width: calc(670 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-panoramaSlider img {
  width: 100%;
}

.kng-ph2-panoramaSliderControls {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: calc(161 * var(--base-font, 1) / 10);
  width: 100%;
  color: #000;

  gap: calc(9 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-panoramaSliderControls {
    align-items: center;
    top: calc(426 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-panoramaSliderControls > span {
  font-size: calc(14 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-panoramaSliderControls > span {
    font-size: calc(24 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-panoramaSliderArrow {
  display: grid;
  border-radius: 50%;
  width: calc(26 * var(--base-font, 1) / 10);
  height: calc(26 * var(--base-font, 1) / 10);
  cursor: pointer;
  transition: background-color 0.2s;
  background-color: #000;
  font-size: 0;

  place-items: center;
}
@media (min-width: 768px) {
  .kng-ph2-panoramaSliderArrow {
    width: calc(26 * var(--base-font, 1) / 10);
    height: calc(26 * var(--base-font, 1) / 10);
  }
  .kng-ph2-panoramaSliderArrow:hover {
    background-color: #bfbfbf;
  }
}
@media (max-width: 767.98px) {
  .kng-ph2-panoramaSliderArrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -10%;
    bottom: 0;
    margin: auto;
    width: 120%;
    height: 120%;
  }
  .kng-ph2-panoramaSliderArrow::after {
    content: "";
    position: absolute;

    inset: calc(-10 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-panoramaSliderArrow.kng-ph2-panoramaSliderArrow-next {
  rotate: 180deg;
}
.kng-ph2-panoramaSliderArrow img {
  width: 30%;
}

.kng-ph2-panoramaConts {
  margin-top: calc(30 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-panoramaConts {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-panoramaConts_inner {
  padding-bottom: calc(60 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-panoramaConts_inner {
    padding-bottom: calc(92 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  top: calc(274 * var(--base-font, 1) / 10);
  right: 0;
  left: 0;
  margin: auto;
  padding: calc(14 * var(--base-font, 1) / 10) calc(18 * var(--base-font, 1) / 10);
  border-radius: calc(10 * var(--base-font, 1) / 10);
  border-radius: calc(50 * var(--base-font, 1) / 10);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #faf8f5;

  gap: calc(7 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-panoramaContsPagination.swiper-pagination-horizontal {
    top: auto;
    bottom: 0;

    gap: calc(6 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: calc(32 * var(--base-font, 1) / 10);
  height: calc(32 * var(--base-font, 1) / 10);
  background-color: #fff;
}
.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 999px;
  width: 80%;
  height: 80%;
}
.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal .swiper-pagination-bullet:first-child::before {
  border: 1px solid #c8c8c8;
  background-color: #fff;
}
.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal .swiper-pagination-bullet:nth-of-type(2)::before {
  border: 1px solid #fff;
  background-color: #a4422f;
}
.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal .swiper-pagination-bullet:nth-of-type(3)::before {
  border: 1px solid #fff;
  background-color: #3a4552;
}
.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal .swiper-pagination-bullet:nth-of-type(4)::before {
  border: 1px solid #fff;
  background-color: #828282;
}
.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal .swiper-pagination-bullet:nth-of-type(5)::before {
  border: 1px solid #fff;
  background-color: #f3d845;
}
.kng-ph2-panoramaContsPagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #c8c8c8;
  transform: scale(1.2);
  transform-origin: center;
}

.kng-ph2-panoramaSlider_name {
  margin-top: calc(47 * var(--base-font, 1) / 10);
  text-align: center;
  font-size: calc(12 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-panoramaSlider_name {
    margin-top: calc(92 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
    line-height: 120%;
  }
}

.kng-ph2-panoramaConts_caption {
  margin-top: calc(40 * var(--base-font, 1) / 10);
  text-align: center;
  font-size: calc(10 * var(--base-font, 1) / 10);
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .kng-ph2-panoramaConts_caption {
    margin-top: calc(34 * var(--base-font, 1) / 10);
    font-size: calc(12 * var(--base-font, 1) / 10);
    line-height: 120%;
  }
}

.kng-ph2-lv3Heading {
  display: grid;
  color: #000;
  font-size: calc(36 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1.3888888889;

  row-gap: calc(8 * var(--base-font, 1) / 10);
  padding-inline: calc(120 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .kng-ph2-lv3Heading {
    font-size: calc(23 * var(--base-font, 1) / 10);
    line-height: 1.3913043478;

    padding-inline: calc(20 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .kng-ph2-lv3Heading.-mdSmall {
    font-size: calc(28 * var(--base-font, 1) / 10);
    line-height: 140%;
  }
}
@media (min-width: 768px) {
  .kng-ph2-lv3Heading.-mdCenter {
    text-align: center;
    font-size: calc(28 * var(--base-font, 1) / 10);
    font-weight: 500;
    line-height: 150%;
  }
}
@media (min-width: 768px) {
  .kng-ph2-lv3Heading.-visualSection {
    letter-spacing: 0.03em;
    font-size: calc(50 * var(--base-font, 1) / 10);
    font-weight: 600;
    line-height: 100%;

    row-gap: calc(10 * var(--base-font, 1) / 10);
    padding-inline: calc(310 * var(--base-font, 1) / 10);
  }
}
@media (max-width: 767.98px) {
  .kng-ph2-lv3Heading.-visualSection {
    font-size: calc(32 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-lv3Heading_en {
  text-transform: uppercase;
  font-weight: 600;
}

.kng-ph2-lv3Heading_ja {
  font-size: calc(20 * var(--base-font, 1) / 10);
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .kng-ph2-lv3Heading_ja {
    font-size: calc(12 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-powertrain {
  position: relative;
  background-color: #f1ece3;
}

.kng-ph2-powertrain_inner {
  position: relative;

  padding-block: calc(65 * var(--base-font, 1) / 10) calc(72 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-powertrain_inner {
    min-height: 52.9861111111vw;

    padding-block: 8.8888888889vw calc(74 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-powertrain_wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .kng-ph2-powertrain_wrapper {
    margin-right: calc(40 * var(--base-font, 1) / 10);
    margin-left: auto;
    width: calc(452 * var(--base-font, 1) / 10);
  }
}
.kng-ph2-powertrainTxt {
  display: grid;
  margin-top: calc(310 * var(--base-font, 1) / 10);
  font-weight: 500;

  row-gap: calc(17 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-powertrainTxt {
    margin-top: calc(69 * var(--base-font, 1) / 10);

    row-gap: calc(24 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-powertrain_bg {
  position: absolute;
  pointer-events: none;

  inset: 0;
}
.kng-ph2-powertrain_bg img {
  width: 100%;
}

.kng-ph2-movie {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: calc(72 * var(--base-font, 1) / 10);
  background-color: #fff;
}
@media (min-width: 768px) {
  .kng-ph2-movie {
    padding-bottom: calc(150 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-movie_link {
  margin-top: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-movie_link {
    margin-top: calc(20 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-movie_lead {
  margin-top: calc(10 * var(--base-font, 1) / 10);
  text-align: center;
  color: #000;
  font-size: calc(12 * var(--base-font, 1) / 10);
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  .kng-ph2-movie_lead {
    margin-top: calc(19 * var(--base-font, 1) / 10);
    font-size: calc(20 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-movie_ttl {
  margin-top: calc(10 * var(--base-font, 1) / 10);
  text-align: center;
  color: #000;
  font-size: calc(12 * var(--base-font, 1) / 10);
  line-height: 130%;
}
@media (min-width: 768px) {
  .kng-ph2-movie_ttl {
    margin-top: calc(10 * var(--base-font, 1) / 10);
    font-size: calc(16 * var(--base-font, 1) / 10);
    line-height: 150%;
  }
}

.kng-ph2-assistance {
  position: relative;
  background-color: #f1ece3;
}

.kng-ph2-assistance_inner {
  position: relative;

  padding-block: calc(65 * var(--base-font, 1) / 10) calc(72 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-assistance_inner {
    min-height: 52.9861111111vw;

    padding-block: 7.8472222222vw calc(74 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-assistance_wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .kng-ph2-assistance_wrapper {
    width: calc(452 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-assistanceTxt {
  display: grid;
  margin-top: calc(320 * var(--base-font, 1) / 10);
  font-weight: 500;

  row-gap: calc(10 * var(--base-font, 1) / 10);
}
@media (min-width: 768px) {
  .kng-ph2-assistanceTxt {
    margin-top: calc(70 * var(--base-font, 1) / 10);

    row-gap: calc(24 * var(--base-font, 1) / 10);
  }
}

.kng-ph2-assistance_bg {
  position: absolute;
  pointer-events: none;

  inset: 0;
}
.kng-ph2-assistance_bg 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
*
*/