.plan-board {
  position: relative;
  width: 1920px;
  height: 1450px;
  margin: 0 auto;
  background-color: #061d34;
  background-image:
    linear-gradient(rgba(6, 29, 52, 0.68), rgba(6, 29, 52, 0.68)),
    url("../assets/images/bg-display.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1920px auto;
  overflow: hidden;
  color: #fff;
}

.plan-kicker {
  position: absolute;
  left: 876px;
  top: 229px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 2;
}

.plan-title {
  position: absolute;
  left: 74px;
  top: 259px;
  margin: 0;
  padding-top: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #8f834c;
  white-space: nowrap;
  z-index: 2;
}

.plan-rule {
  position: absolute;
  left: 310px;
  top: 290px;
  width: 1538px;
  height: 2px;
  background: #8f834c;
  z-index: 2;
}

.plan-slider {
  position: absolute;
  left: 0;
  top: 216px;
  width: 1920px;
  height: 920px;
  z-index: 3;
}

.plan-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.plan-track {
  display: flex;
  height: 100%;
  transition: transform 0.55s ease;
  will-change: transform;
}

.plan-slide {
  position: relative;
  flex: 0 0 1920px;
  width: 1920px;
  height: 100%;
}

.plan-visual {
  position: absolute;
  left: 109px;
  top: 0;
  width: 1054px;
  height: 917px;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.55));
}

.plan-visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center center;
}

.plan-spec {
  position: absolute;
  left: 1170px;
  top: 257px;
  width: 340px;
  color: #fff;
}

.plan-spec-name {
  margin: 0;
  font-family: "Source Serif 4", "Playfair Display", serif;
  font-weight: 400;
  font-size: 66px;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.plan-spec-name.is-long {
  font-size: 48px;
  letter-spacing: -0.02em;
}

.plan-spec-sub {
  margin: 10px 0 28px;
  font-family: "Source Serif 4", "Playfair Display", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.plan-table tr td {
  padding: 0 0 19px;
  vertical-align: baseline;
  white-space: nowrap;
}

.plan-table tr.total td {
  padding-top: 18px;
  padding-bottom: 0;
}

.plan-table .num {
  width: 28px;
  padding-right: 4px;
  font-size: 15px;
}

.plan-table .label {
  text-align: left;
}

.plan-table .area {
  text-align: right;
  padding-left: 24px;
}

.plan-table .area sup {
  font-size: 9px;
  vertical-align: super;
  line-height: 0;
}

.plan-slider .arrow {
  top: 458px;
  transform: translateY(-50%);
  z-index: 6;
}

.plan-slider .arrow.prev {
  left: 28px;
}

.plan-slider .arrow.next {
  right: 28px;
  left: auto;
}

.plan-board .footer-line {
  top: 1145px;
}

.plan-board .logo-footer {
  top: 1178px;
}

.plan-board .ft-col {
  top: 1217px;
}

.plan-board .ft-pin {
  top: 1178px;
}

.plan-board .ft-contact {
  top: 1314px;
}

.plan-board .ft-powered {
  top: 1393px;
}

.plan-board .ft-legal {
  top: 1415px;
}

.plan-board .ft-badge-a {
  top: 1385px;
}

.plan-board .ft-badge-b {
  top: 1385px;
}
