@charset "UTF-8";

.section-support__detail--licenses .section-support__license-list {
  display: block;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fff;
}

.section-support__detail--licenses .section-support__license-list > li {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  width: 100% !important;
  min-height: 70px;
  padding: 12px 20px;
  border-bottom: 1px solid #e4e4e4;
}

.section-support__detail--licenses .section-support__license-list > li:last-child {
  border-bottom: 0;
}

.section-support__license-name {
  margin: 0;
  color: #f25b05;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.section-support__detail--licenses .section-support__item-content {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.75;
}

.section-support__license-area {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 8px;
  border-radius: 999px;
  color: #fff;
  background: #07529b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.section-support__license-number {
  color: #555;
  font-size: 12px;
}

.mv-brand__google-mark {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid #07529b;
  border-radius: 999px;
  background: #fff;
}

.mv-brand__google-mark::after {
  position: absolute;
  right: auto;
  bottom: -7px;
  left: 12%;
  width: 0;
  height: 0;
  border: 0;
  border-top: 7px solid #07529b;
  border-right: 8px solid transparent;
  background: transparent;
  content: "";
  transform: none;
}

.mv-brand__google-mark img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.mv-brand__review-count {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #ef2b16;
  line-height: 1;
  transform: translate(0, -78%);
}

.mv-brand__review-compact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-brand__review-pc {
  display: none;
}

@media screen and (max-width: 767px) {
  /* Temporary mobile lineup: hide both selectors and always show Mitsubishi. */
  .section-lineup--fixed-mitsubishi #tab01_content,
  .section-lineup--fixed-mitsubishi #tab03_content {
    display: none !important;
  }

  .section-lineup--fixed-mitsubishi #tab02_content {
    display: block !important;
  }

  .section-support__detail--licenses .section-support__license-list {
    display: block;
  }

  .section-support__detail--licenses .section-support__license-list > li {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

  .section-support__license-name {
    margin-bottom: 5px;
    font-size: 3.7vw;
  }

  .section-support__detail--licenses .section-support__item-content {
    font-size: 3.4vw;
    line-height: 1.7;
  }

  .section-support__license-area,
  .section-support__license-number {
    font-size: 3vw;
  }

  .mv-brand__inner {
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    min-height: 66px;
    padding: 4px 7px;
  }

  .mv-brand__logo-frame {
    flex: 0 0 152px;
    width: 152px;
  }

  .mv-brand__permit--service {
    display: block;
    margin-top: 2px;
    color: #555;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: -.06em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .mv-brand__trust-tags {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: minmax(110px, 1.15fr) minmax(90px, .85fr);
    gap: 4px;
    min-width: 0;
  }

  .mv-brand__service-copy,
  .mv-brand__review {
    display: flex;
    min-width: 0;
    min-height: 46px;
    margin: 0;
    padding: 3px 2px;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: clamp(8px, 2.3vw, 10px);
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
  }

  .mv-brand__service-copy {
    color: #07529b;
    background: transparent;
    align-items: flex-start;
    font-size: clamp(9px, 2.7vw, 12px);
    text-align: left;
  }

  .mv-brand__service-copy span {
    color: #ed4215;
  }

  .mv-brand__review {
    min-height: 40px;
    padding-inline: 0;
    border: 0;
    color: #07529b;
    background: transparent;
    flex-direction: column;
    gap: 1px;
    font-size: clamp(9px, 2.6vw, 12px);
    transform: translateY(5px);
  }

  .mv-brand__review-compact {
    flex-direction: column;
    gap: 1px;
  }

  .mv-brand__google-mark {
    width: clamp(64px, 18.5vw, 90px);
    padding: 4px 6px 3px;
    border-width: 1.5px;
  }

  .mv-brand__google-mark::after {
    bottom: -6px;
    border-top-width: 6px;
    border-right-width: 7px;
  }

  .mv-brand__review-count {
    width: clamp(20px, 5.7vw, 28px);
    height: clamp(20px, 5.7vw, 28px);
    font-size: clamp(8px, 2.2vw, 11px);
  }

  .mv-brand__review-rating,
  .mv-brand__review small {
    color: #e72b18;
    font-size: inherit;
    font-weight: 900;
  }

  .mv-brand__review-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    white-space: nowrap;
  }
}

/* Keep the desktop first view compact after adding the brand strip. */
@media screen and (min-width: 768px) {
  .section-other-lineup {
    padding-top: 1%;
  }

  .section-other-lineup .popup-construction__btn-content {
    padding-bottom: 1%;
  }

  .pagetop__top-banner {
    margin-top: 1.5%;
  }

  .pagetop__top-banner .support__item {
    margin-top: 0;
  }

  .section-support__content {
    width: min(72%, 1100px);
  }

  .section-support__detail--licenses .section-support__license-list > li {
    grid-template-columns: 36% 1fr;
  }

  .section-support__detail--licenses .section-support__license-name {
    white-space: nowrap;
  }

  #nav__hamburger,
  .nav__hamburger,
  .cp_cont.pc_only {
    display: none !important;
  }

  .mv-brand__inner {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    width: min(94%, 1540px);
    min-height: 80px;
  }

  .mv-brand__logo-frame {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    width: 250px;
  }

  .mv-brand__trust-tags {
    display: flex !important;
    flex: 0 0 460px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .mv-brand__service-copy,
  .mv-brand__review {
    min-height: 76px;
    margin: 0;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
  }

  .mv-brand__review {
    display: flex;
    flex: 0 0 260px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-inline: 0;
    border: 0;
    color: #07529b;
    background: transparent;
    text-align: center;
    text-decoration: none;
  }

  .mv-brand__review-compact {
    flex-direction: row;
    gap: 8px;
  }

  .mv-brand__google-mark {
    width: 130px;
    padding: 6px 10px 5px;
  }

  .mv-brand__review-count {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .mv-brand__review small {
    color: #e72b18;
    font-size: 15px;
    font-weight: 900;
  }

  .mv-brand__review-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #e72b18;
    font-size: 15px;
    white-space: nowrap;
  }

  .mv-brand__service-copy {
    display: flex;
    flex: 0 0 184px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding-inline: 0;
    color: #07529b;
    background: transparent;
    text-align: left;
    font-size: 15px;
  }

  .mv-brand__service-copy span {
    color: #ed4215;
  }

  .mv-brand__permit--service {
    display: block;
    margin-top: 2px;
    color: #555;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: -.06em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .mv-brand__phone {
    display: flex !important;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    min-width: 280px;
    min-height: 76px;
    padding: 2px 12px;
    border: 1px solid #d8e2ed;
    border-radius: 8px;
    background: #f8fbff;
    text-align: center;
  }

  .mv-brand__phone-lead,
  .mv-brand__phone-note {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
  }

  .mv-brand__phone-lead {
    color: #063b7a;
  }

  .mv-brand__phone-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #ed4215;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .04em;
    text-decoration: none;
  }

  .mv-brand__phone-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background: #07529b;
    font-size: 15px;
    line-height: 1;
  }

  .mv-brand__phone-note {
    color: #555;
    font-size: 10px;
  }

  .mv-brand__line {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
    padding: 3px 5px 3px 10px;
    border: 1px solid #2ead42;
    border-radius: 8px;
    color: #173627;
    background: #f5fff7;
    text-decoration: none;
  }

  .mv-brand__line-copy {
    display: block;
    text-align: left;
  }

  .mv-brand__line-copy strong,
  .mv-brand__line-copy small {
    display: block;
    white-space: nowrap;
  }

  .mv-brand__line-copy strong {
    color: #087b28;
    font-size: 12px;
    line-height: 1.45;
  }

  .mv-brand__line-copy small {
    color: #333;
    font-size: 10px;
    line-height: 1.45;
  }

  .mv-brand__line-qr-crop {
    display: block;
    flex: 0 0 auto;
    width: 82px;
    height: 70px;
  }

  .mv-brand__line-qr {
    display: block;
    width: 82px;
    height: 70px;
    object-fit: contain;
  }

  .fv-hero {
    aspect-ratio: 1920 / 920;
    object-fit: cover;
    object-position: center top;
  }

  .fv__note {
    margin-top: 0;
    margin-bottom: max(0px, calc(5% - 3rem));
  }

  .section-support__detail--qualifications .section-support__item-content {
    margin-left: 0;
    font-size: clamp(10px, .82vw, 16px);
    line-height: 1.75;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .section-support__detail--qualifications ul li:nth-of-type(1) {
    width: 37%;
  }

  .section-support__detail--qualifications ul li:nth-of-type(2) {
    width: 34%;
  }

  .section-support__detail--qualifications ul li:nth-of-type(3) {
    width: 29%;
  }
}

/* Scale the complete first view by viewport class without cropping its content. */
@media screen and (min-width: 1200px) {
  .fv__right {
    width: min(100%, 1420px);
    margin-inline: auto;
  }
}

/* Compact notebooks: approximate the density of an 80% browser view. */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .fv__right {
    width: min(100%, 1180px);
  }
}

/* Large desktop monitors: approximate the readability of a 110% browser view. */
@media screen and (min-width: 1800px) {
  .fv__right {
    width: min(100%, 1560px);
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv-brand__inner {
    display: flex;
    justify-content: flex-start;
    width: min(92%, 1180px);
  }

  .mv-brand__phone {
    display: none !important;
  }

  .mv-brand__logo-frame {
    width: 190px;
  }

  .mv-brand__trust-tags {
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
  }

  .mv-brand__service-copy {
    flex: 0 0 42%;
    min-height: 62px;
    font-size: 11px;
  }

  .mv-brand__review {
    flex: 1 1 auto;
    min-height: 62px;
  }

  .mv-brand__review > strong {
    font-size: 13px;
  }

  .mv-brand__review-rating,
  .mv-brand__review small {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv-brand__line {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .mv-brand__trust-tags {
    display: none !important;
  }

  .mv-brand__inner {
    gap: 7px;
    width: 96%;
  }

  .mv-brand__logo-frame {
    width: 190px;
  }

  .mv-brand__phone {
    min-width: 246px;
    padding-inline: 7px;
  }

  .mv-brand__phone-lead {
    font-size: 10px;
  }

  .mv-brand__phone-number {
    gap: 4px;
    font-size: 20px;
  }

  .mv-brand__phone-note {
    font-size: 8px;
  }

  .mv-brand__line {
    flex: 0 1 300px;
    width: 300px;
    max-width: 300px;
    gap: 5px;
    justify-content: space-between;
    padding: 3px 4px 3px 7px;
  }

  .mv-brand__line-copy strong {
    font-size: 9px;
    letter-spacing: -.03em;
  }

  .mv-brand__line-copy small {
    font-size: 7px;
    letter-spacing: -.03em;
  }

  .mv-brand__line-qr-crop,
  .mv-brand__line-qr {
    width: 66px;
    height: 57px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .mv-brand__inner {
    gap: 8px;
    width: 96%;
  }

  .mv-brand__logo-frame {
    width: 225px;
    margin-right: 18px;
  }

  .mv-brand__trust-tags {
    display: flex !important;
    flex: 0 0 370px;
    gap: 10px;
  }

  .mv-brand__service-copy {
    flex-basis: 150px;
    font-size: 11px;
  }

  .mv-brand__review {
    flex-basis: 210px;
  }

  .mv-brand__google-mark {
    width: 95px;
    padding: 5px 8px 4px;
  }

  .mv-brand__review-count {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .mv-brand__review-rating,
  .mv-brand__review small {
    font-size: 12px;
  }

  .mv-brand__phone {
    min-width: 230px;
    padding-inline: 6px;
  }

  .mv-brand__phone-lead {
    font-size: 10px;
  }

  .mv-brand__phone-number {
    gap: 4px;
    font-size: 20px;
  }

  .mv-brand__phone-note {
    font-size: 8px;
  }

  .mv-brand__line {
    flex: 0 1 280px;
    width: 280px;
    max-width: 280px;
    gap: 4px;
    justify-content: space-between;
    padding: 3px 4px 3px 6px;
  }

  .mv-brand__line-copy strong {
    font-size: 9px;
    letter-spacing: -.03em;
  }

  .mv-brand__line-copy small {
    font-size: 7px;
    letter-spacing: -.03em;
  }

  .mv-brand__line-qr-crop,
  .mv-brand__line-qr {
    width: 66px;
    height: 57px;
  }
}

/* Give wide desktop headers the same visual weight as an approximately 125% browser view. */
@media screen and (min-width: 1800px) {
  .mv-brand__inner {
    gap: 15px;
    width: min(96%, 1840px);
    min-height: 100px;
  }

  .mv-brand__logo-frame {
    width: 312px;
    margin-right: 15px;
  }

  .mv-brand__trust-tags {
    flex-basis: 590px;
    gap: 20px;
  }

  .mv-brand__service-copy,
  .mv-brand__review {
    min-height: 95px;
  }

  .mv-brand__service-copy {
    flex-basis: 250px;
    gap: 5px;
    font-size: 19px;
  }

  .mv-brand__review {
    flex-basis: 320px;
    gap: 9px;
  }

  .mv-brand__google-mark {
    width: 155px;
    padding: 7px 12px 6px;
  }

  .mv-brand__review-count {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .mv-brand__review-rating,
  .mv-brand__review small {
    font-size: 18px;
  }
}

/* Reuse the full Google review heading in PC headers where there is room. */
@media screen and (min-width: 1320px) {
  .mv-brand__review-compact {
    display: none;
  }

  .mv-brand__review-pc {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .mv-brand__review-pc-stars {
    color: #e72b18;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .05em;
  }

  .mv-brand__review-pc-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
  }

  .mv-brand__review-pc-title {
    position: relative;
    display: block;
    flex: 0 0 230px;
    width: 230px;
    height: 32px;
  }

  .mv-brand__review-pc-art {
    display: block;
    width: 230px;
    height: 30px;
    overflow: hidden;
  }

  .mv-brand__review-pc-art img {
    display: block;
    width: 341px;
    max-width: none;
    height: auto;
  }

  .mv-brand__review-pc-count {
    position: absolute;
    top: 0;
    left: 38%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #ef2b16;
    font-size: 12px;
    line-height: 1;
    transform: translate(-50%, -78%);
  }

  .mv-brand__review .mv-brand__review-pc-date {
    flex: 0 0 108px;
    color: #ed4215;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1320px) and (max-width: 1599px) {
  .mv-brand__trust-tags {
    flex-basis: 510px;
  }

  .mv-brand__review {
    flex-basis: 350px;
  }

  .mv-brand__line {
    flex-basis: 260px;
    width: 260px;
    max-width: 260px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
  .mv-brand__trust-tags {
    flex-basis: 550px;
  }

  .mv-brand__review {
    flex-basis: 350px;
  }
}

@media screen and (min-width: 1800px) {
  .mv-brand__trust-tags {
    flex-basis: 690px;
  }

  .mv-brand__review {
    flex-basis: 420px;
  }

  .mv-brand__review-pc {
    gap: 4px;
  }

  .mv-brand__review-pc-stars {
    font-size: 22px;
  }

  .mv-brand__review-pc-line {
    gap: 8px;
  }

  .mv-brand__review-pc-title {
    flex-basis: 280px;
    width: 280px;
    height: 39px;
  }

  .mv-brand__review-pc-art {
    width: 280px;
    height: 37px;
  }

  .mv-brand__review-pc-art img {
    width: 415px;
  }

  .mv-brand__review-pc-count {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .mv-brand__review .mv-brand__review-pc-date {
    flex-basis: 124px;
    font-size: 12px;
  }
}

.review__google-destination {
  display: block;
  color: inherit;
  text-decoration: none;
}

.review__google-trigger .center2box {
  cursor: pointer;
}

.review__google-trigger .center2box:focus-visible {
  outline: 4px solid #07529b;
  outline-offset: 3px;
}

.review__slider .slick-arrow {
  width: 56px !important;
  height: 64px !important;
  touch-action: manipulation;
}

.review__slider .slick-prev {
  left: 0 !important;
}

.review__slider .slick-next {
  right: 0 !important;
}

.review__slider .slick-arrow::before {
  font-size: 0 !important;
  line-height: 1;
  opacity: 1;
}

.review__slider .slick-prev::before {
  background-position: left center !important;
  background-size: 32px auto !important;
}

.review__slider .slick-next::before {
  background-position: right center !important;
  background-size: 32px auto !important;
}

.review-external-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(90vw, 440px);
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
  opacity: 0;
  transform: translate(-50%, calc(-50% + 8px)) scale(.98);
  transition: opacity .22s ease, transform .22s ease;
  will-change: opacity, transform;
}

.review-external-dialog.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.review-external-dialog::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background-color .22s ease;
}

.review-external-dialog.is-visible::backdrop {
  background: rgba(0, 0, 0, .56);
}

.review-external-dialog form {
  padding: 24px;
}

.review-external-dialog p {
  margin: 0 0 20px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

.review-external-dialog__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.review-external-dialog__go,
.review-external-dialog button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 8px 10px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.review-external-dialog__go {
  color: #fff;
  background: #07529b;
}

.review-external-dialog__go strong {
  font-size: 16px;
  line-height: 1.25;
}

.review-external-dialog__go small {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
}

.review-external-dialog button {
  color: #333;
  background: #ededed;
}

@media screen and (min-width: 768px) {
  .review__slider .slick-arrow {
    width: 88px !important;
    height: 88px !important;
  }

  .review__slider .slick-prev::before,
  .review__slider .slick-next::before {
    background-size: 44px auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-external-dialog,
  .review-external-dialog::backdrop {
    transition-duration: .01ms;
  }
}

.section-lineup--fixed-mitsubishi .popup-construction__open-btn {
  width: min(86vw, 280px);
  max-width: none;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .section-lineup--fixed-mitsubishi #tab02_content > .lineup,
  .section-lineup--fixed-mitsubishi .section-lineup__action-row {
    width: 81%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-lineup--fixed-mitsubishi .popup-construction__open-btn {
    width: min(69vw, 227px);
  }

  .section-other-lineup .tab__content-panel .tab__list {
    width: 76.14%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-other-lineup-alt .section-other-lineup__tab-content .tab__content-panel .tab__list {
    width: 76.14%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  #footer .pagetop {
    left: 5%;
    width: 90%;
    padding: 16.2% 0 1.8%;
  }

  #footer .pagetop > p {
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 768px) {
  .section-lineup--fixed-mitsubishi .section-lineup__action-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 2% 0;
  }

  .section-lineup--fixed-mitsubishi .popup-construction__btn-content.u-border {
    width: 280px;
    padding: 0;
  }

  .section-lineup--fixed-mitsubishi .popup-construction__inner {
    width: 100%;
  }

  .section-lineup--fixed-mitsubishi .popup-construction__open-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding-block: 0;
  }

  .section-lineup--fixed-mitsubishi .sec03-nouki-btn {
    width: min(44%, 400px);
    padding: 0;
  }

  .section-lineup--fixed-mitsubishi .sec03-nouki-btn img {
    display: block;
    width: 100%;
    height: 50px;
    max-width: none;
    object-fit: fill;
  }
}

@media screen and (max-width: 374px) {
  .section-lineup--fixed-mitsubishi .popup-construction__open-btn {
    font-size: 12px;
    letter-spacing: .04em;
  }
}

/* Temporary lineup layout: selectors are hidden on every device. */
.section-lineup--fixed-mitsubishi .tab__tabs > .tab__label-inner {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .section-lineup--fixed-mitsubishi .section-lineup__content {
    width: 88%;
    max-width: 1500px;
  }

  .section-lineup--fixed-mitsubishi .tab__tabs {
    gap: 16px;
    align-items: flex-start;
  }

  .section-lineup--fixed-mitsubishi #tab01_content {
    display: none !important;
  }

  .section-lineup--fixed-mitsubishi #tab02_content,
  .section-lineup--fixed-mitsubishi #tab03_content {
    display: block !important;
    flex: 0 0 calc(50% - 8px);
  }
}

.lp-updates,
.lp-columns {
  --lp-navy: #062d69;
  --lp-orange: #f06418;
  --lp-yellow: #ffd226;
  color: #151515;
  padding: 48px 20px;
}

/* Archived SP product shelf prototype; retained for a possible future restoration. */
@media screen and (max-width: 0px) {
  .section-lineup--fixed-mitsubishi > .section-lineup__title,
  .section-lineup--fixed-mitsubishi #tab02_content > .section-lineup__second-title,
  .section-lineup--fixed-mitsubishi .sp-product-shelf__legacy,
  .section-lineup--fixed-mitsubishi .sec03-nouki-btn {
    display: none !important;
  }

  .section-lineup--fixed-mitsubishi,
  .section-lineup--fixed-mitsubishi .section-lineup__content,
  .section-lineup--fixed-mitsubishi #tab02_content,
  .section-lineup--fixed-mitsubishi #tab02_content > .lineup {
    width: 100%;
    margin: 0;
  }

  .section-lineup--fixed-mitsubishi {
    overflow: hidden;
    padding: 22px 0 28px;
    background: #fffaf2;
  }

  .sp-product-shelf {
    --shelf-orange: #f25b12;
    --shelf-red: #e82e16;
    --shelf-blue: #07529b;
    color: #161616;
    font-family: "Noto Sans JP", sans-serif;
  }

  .sp-product-shelf__header {
    padding: 0 54px 0 20px;
    text-align: center;
  }

  .sp-product-shelf__header h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(21px, 5.9vw, 27px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .sp-product-shelf__header h2::first-letter {
    color: var(--shelf-orange);
  }

  .sp-product-shelf__header p {
    margin: 4px 0 9px;
    font-size: clamp(13px, 3.5vw, 16px);
    font-weight: 800;
    line-height: 1.4;
  }

  .sp-product-shelf__filters {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 48px);
    max-width: 380px;
    margin: 0 auto 16px;
    overflow: visible;
    border: 2px solid var(--shelf-orange);
    border-radius: 999px;
    background: #fff;
  }

  .sp-product-shelf__filter {
    min-width: 0;
    padding: 8px 4px;
    border: 0;
    border-radius: 999px;
    color: #222;
    background: transparent;
    font: inherit;
    font-size: clamp(11px, 3.2vw, 14px);
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
  }

  .sp-product-shelf__people {
    width: 22px;
    height: 16px;
    margin-right: 4px;
    fill: currentColor;
    vertical-align: -4px;
  }

  .sp-product-shelf__filter.is-selected {
    color: #fff;
    background: linear-gradient(135deg, #ff7a00, var(--shelf-orange));
  }

  .sp-product-shelf__filter-hand {
    position: absolute;
    z-index: 2;
    bottom: -21px;
    left: 25%;
    font-size: 23px;
    line-height: 1;
    transform: translateX(-50%);
    filter: grayscale(1);
  }

  .sp-product-shelf__viewport {
    overflow: visible;
  }

  .sp-product-shelf__track {
    display: flex;
    gap: 9px;
    align-items: stretch;
    overflow-x: auto;
    padding: 7px 7vw 11px;
    scroll-padding-inline: 7vw;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sp-product-shelf__track::-webkit-scrollbar {
    display: none;
  }

  .sp-product-shelf__peek {
    flex: 0 0 8vw;
    min-height: 285px;
    border: 2px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;
    scroll-snap-align: start;
  }

  .sp-product-shelf__peek--right {
    border-color: #f4a26c;
  }

  .sp-product-card {
    position: relative;
    flex: 0 0 82vw;
    max-width: 330px;
    min-height: 0;
    overflow: visible;
    padding: 10px 9px 8px;
    border: 2px solid var(--shelf-orange);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 5px 13px rgba(69, 49, 25, 0.13);
    scroll-snap-align: center;
  }

  .sp-product-card[hidden] {
    display: none;
  }

  .sp-product-card__top {
    position: relative;
    min-height: 145px;
  }

  .sp-product-card__summary {
    position: relative;
    z-index: 2;
    width: 52%;
  }

  .sp-product-card__logo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .sp-product-card__summary h3 {
    margin: 7px 0 1px;
    font-size: clamp(22px, 6.4vw, 29px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .sp-product-card__summary p {
    margin: 4px 0 0;
    font-size: clamp(11px, 3.3vw, 15px);
    font-weight: 800;
    line-height: 1.3;
  }

  .sp-product-card__summary p::first-letter {
    color: #111;
  }

  .sp-product-card__equipment {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -3px;
    width: 49%;
    height: 151px;
    object-fit: contain;
    object-position: right top;
  }

  .sp-product-card__badges {
    position: relative;
    z-index: 3;
    display: flex;
    width: 53%;
    margin: -47px 0 5px;
    padding: 0;
    gap: 3px;
  }

  .sp-product-card__badges li {
    position: relative;
    display: flex;
    flex: 1 1 0;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #f3bd55;
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(circle at 50% 35%, #e93c26, #a8110b 72%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
  }

  .sp-product-card__badges span {
    font-size: clamp(7px, 2vw, 9px);
    font-weight: 800;
    line-height: 1;
  }

  .sp-product-card__badges strong {
    margin-top: 2px;
    font-size: clamp(17px, 5vw, 23px);
    font-style: italic;
    line-height: 1;
  }

  .sp-product-card__badges strong small {
    font-size: 0.48em;
  }

  .sp-product-card__badges em {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    width: max-content;
    margin: auto;
    padding: 1px 4px;
    border-radius: 3px;
    color: #d91d10;
    background: #fff;
    font-size: clamp(7px, 2vw, 9px);
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
  }

  .sp-product-card__price-box {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 30% 8% 62%;
    align-items: center;
    min-height: 67px;
    padding: 5px 5px;
    border: 1px solid #d5d5d5;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.97);
  }

  .sp-product-card__original-price > span {
    display: block;
    margin-bottom: 3px;
    padding: 4px 2px;
    border-radius: 6px;
    color: #fff;
    background: #272727;
    font-size: clamp(9px, 2.7vw, 12px);
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
  }

  .sp-product-card__original-price del {
    display: block;
    font-size: clamp(17px, 5vw, 23px);
    font-weight: 900;
    line-height: 1;
    text-decoration-thickness: 3px;
    white-space: nowrap;
  }

  .sp-product-card__original-price small {
    font-size: 0.34em;
  }

  .sp-product-card__price-arrow {
    color: var(--shelf-orange);
    font-size: clamp(23px, 6.8vw, 31px);
    font-weight: 900;
    transform: skewX(-10deg);
  }

  .sp-product-card__effective-price > p {
    margin: 0 0 2px;
    font-size: clamp(8px, 2.5vw, 11px);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  .sp-product-card__effective-price > p strong {
    color: var(--shelf-red);
    font-size: 1.22em;
    text-decoration: underline 3px #ffe83e;
    text-underline-offset: 2px;
  }

  .sp-product-card__effective-price > div {
    display: flex;
    align-items: center;
    gap: 3px;
  }

  .sp-product-card__effective-price > div > span {
    padding: 6px 4px;
    clip-path: polygon(50% 0, 61% 12%, 77% 6%, 83% 23%, 100% 31%, 89% 49%, 100% 66%, 82% 76%, 77% 94%, 59% 88%, 48% 100%, 36% 87%, 18% 94%, 14% 75%, 0 65%, 11% 48%, 0 31%, 17% 22%, 23% 5%, 39% 12%);
    color: #fff;
    background: var(--shelf-orange);
    font-size: clamp(8px, 2.5vw, 11px);
    font-weight: 900;
  }

  .sp-product-card__effective-price > div > strong {
    color: var(--shelf-red);
    font-size: clamp(24px, 7.2vw, 33px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .sp-product-card__effective-price > div > strong small {
    display: inline-block;
    margin-left: 2px;
    font-size: 0.3em;
    line-height: 1.15;
  }

  .sp-product-card__effective-price > small {
    display: block;
    margin-top: 2px;
    font-size: clamp(8px, 2.3vw, 10px);
    font-weight: 800;
    text-align: right;
  }

  .sp-product-card__cta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 5px;
    padding: 5px 22px 5px 58px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #ff7b00, #f04412);
    box-shadow: 0 3px 7px rgba(180, 56, 5, 0.25);
    font-size: clamp(12px, 3.4vw, 15px);
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
  }

  .sp-product-card__cta b {
    position: absolute;
    right: 16px;
    font-size: 28px;
    font-weight: 400;
  }

  .sp-product-card__cat {
    position: absolute;
    z-index: 4;
    bottom: -11px;
    left: -4px;
    display: block;
    width: 64px;
    height: 84px;
    overflow: hidden;
    pointer-events: none;
  }

  .sp-product-card__cat img {
    position: absolute;
    top: 0;
    left: -80px;
    width: 144px;
    max-width: none;
    height: auto;
  }

  .sp-product-shelf__pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: -3px;
  }

  .sp-product-shelf__pagination i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bdbdbd;
  }

  .sp-product-shelf__pagination i:first-child {
    background: var(--shelf-orange);
  }

  .sp-product-shelf__swipe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 5px 0 0;
    font-size: clamp(11px, 3.2vw, 14px);
    font-weight: 800;
    line-height: 1;
  }

  .sp-product-shelf__swipe span {
    font-size: 20px;
    filter: grayscale(1);
    transform: rotate(-20deg);
  }
}

.lp-updates {
  background: #fffaf1;
}

.lp-columns {
  background: linear-gradient(135deg, #fffaf0 0%, #fff7d8 100%);
}

.lp-updates__inner,
.lp-columns__inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.lp-content-heading {
  margin: 0 auto 28px;
  text-align: center;
}

.lp-content-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: var(--lp-navy);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .02em;
}

.lp-content-heading h2::after {
  position: absolute;
  right: 30%;
  bottom: -9px;
  left: 30%;
  height: 5px;
  border-radius: 99px;
  background: var(--lp-yellow);
  content: "";
}

.lp-content-heading p {
  margin: 16px 0 0;
  color: var(--lp-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.lp-news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lp-news-more {
  display: contents;
}

.lp-news-more summary {
  display: none;
}

.lp-news-more__content {
  display: contents;
}

.lp-news-card {
  position: relative;
  display: grid;
  grid-template-columns: 36% minmax(0, 1fr);
  min-height: 128px;
  overflow: hidden;
  color: #161616;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(20, 42, 68, .08);
}

.lp-news-card:hover,
.lp-column-card:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(20, 42, 68, .14);
}

.lp-news-card__thumb,
.lp-column-card__thumb {
  display: block;
  overflow: hidden;
}

.lp-news-card__thumb img,
.lp-column-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-news-card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px 36px 13px 14px;
}

.lp-news-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
}

.lp-news-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  border-radius: 4px;
  background: #e92727;
}

.lp-news-card__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lp-news-card__external {
  position: absolute;
  right: 16px;
  bottom: 15px;
  color: var(--lp-orange);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.lp-content-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(440px, 100%);
  min-height: 50px;
  margin: 24px auto 0;
  padding: 9px 52px;
  color: var(--lp-orange);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--lp-orange);
  border-radius: 999px;
  background: #fff;
}

.lp-content-button span {
  position: absolute;
  right: 24px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.lp-column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-column-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  color: #171717;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(20, 42, 68, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.lp-column-card__thumb {
  aspect-ratio: 16 / 9;
}

.lp-column-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
}

.lp-column-card__category {
  display: inline-flex;
  margin-top: -33px;
  margin-bottom: 12px;
  padding: 5px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  border-radius: 999px;
  background: var(--lp-orange);
}

.lp-column-card__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lp-column-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  color: #064aa1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.lp-column-card__link span {
  font-size: 25px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .form-steps-enabled .u-flex-title {
    padding-right: 13%;
  }

  .form-steps-enabled .form-step-title {
    color: #fff;
    font-size: clamp(16px, 4.7vw, 20px);
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .form-steps-enabled .form-step-progress {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 14px;
  }

  .form-steps-enabled .form-step-progress__item {
    color: #8b97a7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }

  .form-steps-enabled .form-step-progress__item b {
    display: block;
    font-size: 11px;
    letter-spacing: .04em;
  }

  .form-steps-enabled .form-step-progress__item.is-current {
    color: #024a9a;
  }

  .form-steps-enabled .form-step-progress__line {
    width: 48px;
    height: 2px;
    background: #d9e0e8;
  }

  .form-steps-enabled .form-step-heading {
    margin: 0 0 10px;
    color: #172b44;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }

  .form-steps-enabled .form-step-actions {
    padding-top: 4px;
  }

  .form-steps-enabled .form-step-next {
    position: relative;
    width: 100%;
    min-height: 52px;
    padding: 10px 44px 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    border: 0;
    border-radius: 8px;
    background: #ed4215;
    box-shadow: 0 3px 0 #bd2e0b;
  }

  .form-steps-enabled .form-step-next span {
    position: absolute;
    top: 50%;
    right: 18px;
    font-size: 28px;
    font-weight: 400;
    transform: translateY(-53%);
  }

  .form-steps-enabled .form-step-back {
    width: 100%;
    margin-top: 15px;
    padding: 8px;
    color: #35618e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    border: 0;
    background: transparent;
    text-decoration: underline;
  }

  .form-steps-enabled .form__table[data-form-step="1"] .form__row--contact,
  .form-steps-enabled .form__table[data-form-step="1"] .form-step-back,
  .form-steps-enabled .form__table[data-form-step="1"] .form__submit {
    display: none !important;
  }

  .form-steps-enabled .form__table[data-form-step="2"] .form__row--installation,
  .form-steps-enabled .form__table[data-form-step="2"] .form-step-next {
    display: none !important;
  }

  .lp-updates,
  .lp-columns {
    padding: 30px 12px;
  }

  .lp-content-heading {
    margin-bottom: 22px;
  }

  .lp-content-heading h2 {
    font-size: clamp(28px, 8.5vw, 38px);
    letter-spacing: 0;
  }

  .lp-content-heading p {
    margin-top: 13px;
    font-size: 14px;
  }

  .lp-content-heading h2::after {
    bottom: -7px;
    height: 4px;
  }

  .lp-news-list {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lp-news-more {
    display: block;
  }

  .lp-news-card {
    grid-template-columns: 39% minmax(0, 1fr);
    min-height: 132px;
    border-radius: 10px;
  }

  .lp-news-card__body {
    padding: 14px 34px 13px 14px;
  }

  .lp-news-card__meta {
    gap: 6px 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .lp-news-card__label {
    min-height: 19px;
    padding: 2px 6px;
    font-size: 9px;
  }

  .lp-news-card__title {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }

  .lp-news-card__external {
    right: 11px;
    bottom: 11px;
    font-size: 22px;
  }

  .lp-news-more summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 2px;
    padding: 8px 45px;
    color: var(--lp-orange);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    list-style: none;
    cursor: pointer;
    border: 2px solid var(--lp-orange);
    border-radius: 999px;
    background: #fff;
  }

  .lp-news-more summary::-webkit-details-marker {
    display: none;
  }

  .lp-news-more__close {
    display: none;
  }

  .lp-news-more[open] .lp-news-more__open {
    display: none;
  }

  .lp-news-more[open] .lp-news-more__close {
    display: inline;
  }

  .lp-news-more__chevron {
    position: absolute;
    right: 21px;
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
    transition: transform .2s ease;
  }

  .lp-news-more[open] .lp-news-more__chevron {
    transform: translateY(3px) rotate(225deg);
  }

  .lp-news-more__content {
    display: grid;
    gap: 10px;
    padding-top: 10px;
  }

  .lp-content-button {
    min-height: 46px;
    margin-top: 12px;
    padding: 8px 45px;
    font-size: 15px;
  }

  .lp-content-button span {
    right: 21px;
    font-size: 24px;
  }

  .lp-column-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lp-column-card {
    display: grid;
    grid-template-columns: 43% minmax(0, 1fr);
    min-height: 126px;
    border-radius: 10px;
  }

  .lp-column-card__thumb {
    aspect-ratio: auto;
    background: #fff;
  }

  .lp-column-card__thumb img {
    object-fit: contain;
  }

  .lp-column-card__body {
    min-width: 0;
    padding: 12px 14px;
  }

  .lp-column-card__category {
    margin: 0 0 7px;
    padding: 3px 9px;
    font-size: 10px;
  }

  .lp-column-card__title {
    font-size: 14px;
    line-height: 1.45;
    -webkit-line-clamp: 3;
  }

  .lp-column-card__link {
    padding-top: 6px;
    font-size: 12px;
  }

  .lp-column-card__link span {
    font-size: 21px;
  }
}

@media screen and (max-width: 374px) {
  .lp-news-card,
  .lp-column-card {
    grid-template-columns: 40% minmax(0, 1fr);
  }

  .lp-news-card__title,
  .lp-column-card__title {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-news-card,
  .lp-column-card,
  .lp-news-more__chevron {
    transition: none;
  }
}
