:root {
  --lpo-navy: #17323c;
  --lpo-red: #e71f29;
  --lpo-blue-bg: #d9eaf1;
  --lpo-band: #475666;
  --lpo-band-sp: #024c62;
  --lpo-line: #dcdcde;
}

.key-visual--lpo1 {
  background-color: var(--lpo-blue-bg);
}
.kvlpo__inner {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
  background-image: radial-gradient(
    50% 95.93% at 50% 50%,
    #ffffff 29.16%,
    #d9eaf1 100%
  );
}

.kvlpo__stage {
  position: relative;
}
.kvlpo__bg {
  display: block;
  width: 100%;
  height: auto;
}

.kvlpo__band {
  display: inline-block;
  background: var(--lpo-band);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 3px;
  white-space: nowrap;
}
.kvlpo__catch {
  color: var(--lpo-navy);
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.kvlpo__strong {
  color: var(--lpo-red);
  font-size: 1.5em;
}
.kvlpo__ex {
  color: var(--lpo-red);
  font-size: 1.5em;
  font-weight: 800;
}

.kvlpo__stage--pc {
  container-type: inline-size;
}
.kvlpo__text--pc {
  position: absolute;
  left: 37.5%;
  right: 1%;
  top: 3%;
  height: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.kvlpo__text--pc .kvlpo__band {
  font-size: 2.05cqw;
  padding: 0.5cqw 1.6cqw;
  margin: 0 0 1.5cqw;
  line-height: 1.3;
}
.kvlpo__text--pc .kvlpo__catch {
  font-size: 3.9cqw;
}

.key-visual__inner-pc {
  display: grid;
  grid-template-columns: 891fr 237fr;
  align-items: flex-end;
}
.key-visual__inner-pc-img {
  padding: 8px 8px 12px 0;
}

.kvlpo__stage--sp {
  container-type: inline-size;
  background: none !important;
}
.kvlpo__stage--sp .kvlpo__bg {
  width: 100%;
}
.kvlpo__text--sp {
  position: absolute;
  top: 3%;
  left: 23%;
  right: 3%;
  height: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.85);
}
.kvlpo__text--sp .kvlpo__catch {
  font-size: 5cqw;
}
.kvlpo__sp-gif {
  position: absolute;
  right: 5%;
  bottom: 2%;
  width: 36%;
  height: auto;
}

.kvlpo__sp-stats {
  background: var(--lpo-band-sp);
  padding: 14px 0 0;
  text-align: center;
}
.kvlpo__band--sp {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 0 12px 8px;
}
.kvlpo__sp-stats img {
  width: 100%;
  display: block;
  margin: 0;
}

.cost-section {
  background: #fff;
}
.cost-section__ttl {
  text-align: center;
  color: var(--lpo-navy);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 8px;
}
.cost-section__ttl .accent {
  color: var(--lpo-red);
}
.cost-section__lead {
  text-align: center;
  color: #3a4a53;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto 22px;
  max-width: 760px;
}
.cost-table__wrap {
  overflow-x: auto;
}
.cost-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.4;
  min-width: 520px;
}
.cost-table th,
.cost-table td {
  border: 1px solid var(--lpo-line);
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}
.cost-table thead th {
  background: var(--lpo-navy);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.cost-table thead th span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.85;
}
.cost-table tbody th {
  background: #f2f6f8;
  color: var(--lpo-navy);
  font-weight: 700;
  white-space: nowrap;
}
.cost-table tbody tr:nth-child(even) td {
  background: #fafcfd;
}
.cost-table tbody td {
  color: #26333b;
  font-weight: 600;
  white-space: nowrap;
}
.cost-table td .to {
  color: #8a97a0;
}
.cost-table__note {
  color: #6a7880;
  font-size: 12px;
  line-height: 1.6;
  margin: 14px 0 0;
}

@media (max-width: 640px) {
  .cost-section__ttl {
    font-size: 20px;
  }
  .cost-section__lead {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .cost-table__wrap {
    overflow-x: visible;
  }
  .cost-table {
    font-size: 11px;
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }
  .cost-table th,
  .cost-table td {
    padding: 8px 2px;
    white-space: normal;
    word-break: keep-all;
    line-height: 1.3;
  }
  .cost-table thead th {
    font-size: 11px;
  }
  .cost-table thead th span {
    font-size: 8px;
  }
  .cost-table tbody th {
    font-size: 11px;
  }
  .cost-table th:first-child {
    width: 15%;
  }
  .cost-table td .to::after {
    content: "";
    display: block;
  }
  .kvlpo__band--sp {
    font-size: 16px;
  }
}
.footer-info {
  text-align: center;
}
.footer-info__marks {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.footer-info__marks li {
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-info__marks img {
  display: block;
  width: auto;
}
.footer-info__links {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.footer-info__links a {
  color: #c6d0d6;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.5;
  font-family:
    "游ゴシック体", "YuGothic", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka,
    Arial, Helvetica, sans-serif;
}
.footer-info__links a:hover {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer-info__marks {
    gap: 12px;
    margin-bottom: 16px;
  }
  .footer-info__marks li {
    padding: 6px 10px;
  }
  .footer-info__marks img {
    height: 44px;
  }
  .footer-info__links {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 16px;
    margin-bottom: 14px;
  }
  .footer-info__links a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer-info__marks {
    gap: 0.1rem;
    margin-bottom: 0.12rem;
  }
  .footer-info__marks li {
    padding: 0.05rem 0.08rem;
    border-radius: 0.04rem;
  }
  .footer-info__marks img {
    height: 0.64rem;
  }
  .footer-info__links {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 0.16rem;
    margin-bottom: 0.08rem;
  }
  .footer-info__links a {
    display: block;
    font-size: 0.22rem;
    padding: 0.14rem 0;
  }
}
