
:root {
  font-size: 100%;
  --color-dark-gray: #222222;
  --color-dark-text: #1e242f;
  --color-light-blue: #5a9efc;
  --color-light-gray: #ebebeb;
  --color-medium-gray: #6f6f6f;
  --color-primary-blue: #0157ef;
  --color-red: #de0435;
  --color-teal: #277a80;
  --color-white: #ffffff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ---------- base ---------- */
body {
  background: var(--color-white);
  color: var(--color-dark-gray);
  font-size: calc(16 / 16 * 1rem);
  min-width: 1200px;
}

/* ---------- header ---------- */
.lp-layout-header {
  background: var(--color-dark-gray);
}

.lp-layout-header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-inline: auto;
  max-width: 1480px;
  padding: 17px 20px;
}

.lp-layout-header__logo {
  display: block;
  width: 160px;
}

.lp-layout-header__logo img {
  width: 100%;
}

.lp-textPhone {
  display: block;
}

a.lp-textPhone-body, a:hover.lp-textPhone-body {
  color: var(--color-white);
  cursor: default;
  text-decoration: none;
}

.lp-textPhone-body > *:last-child {
  margin-bottom: 0 !important;
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-textPhone-number {
  font-size: calc(24 / 16 * 1rem);
  font-weight: bold;
  line-height: 1.45;
}

.lp-textPhone-number .AutoPhoneCall {
  color: var(--color-white);
}

.lp-textPhone-note {
  display: block;
  font-size: calc(10 / 16 * 1rem);
  margin-bottom: 8px;
}

.lp-textPhoneLink__icon {
  width: 38px;
  height: 38px;
  fill: var(--color-white);
}

.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

/* ---------- footer ---------- */
.lp-layout-footer {
  background-color: var(--color-dark-gray);
  padding: 16px 0;
}

.lp-layout-footer__content {
  margin-inline: auto;
  max-width: 1480px;
  padding: 0 20px;
}

.lp-layout-footer__list {
  align-items: center;
  color: var(--color-white);
  display: flex;
  flex-wrap: wrap;
  font-size: calc(13 / 16 * 1rem);
  justify-content: center;
  text-align: center;
}

.lp-layout-footer__list > li {
  display: flex;
  justify-content: center;
}

.lp-layout-footer__list > li > a {
  color: var(--color-white);
  text-decoration: none;
}

.lp-layout-footer__list > li + li {
  margin-left: 16px;
  padding-left: 16px;
  position: relative;
}

.lp-layout-footer__list > li + li::before {
  border-left: 1px solid var(--color-white);
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lp-layout-footer__list > li > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-layout-footer__list > li > ul > li > a {
  color: var(--color-white);
  text-decoration: none;
}

.lp-layout-footer__list > li > ul > li + li {
  margin-left: 16px;
  padding-left: 16px;
  position: relative;
}

.lp-layout-footer__list > li > ul > li + li::before {
  border-left: 1px solid var(--color-white);
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lp-layout-footer__copyright {
  color: var(--color-white);
}

/* ---------- main ---------- */
.lp-content-wrapper {
  background-image: url("/img/products/vs/199412001/199412001_bg_01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.lp-main-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 72px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.lp-main-content::after {
  animation: fadeIn .4s linear 0s;
  background-image: url("/img/products/vs/199412001/199412001_bg_02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  min-height: 1680px;
  position: absolute;
  right: max(calc(50vw - 1490px), -900px);
  top: 50%;
  transform: translateY(-50%);
  width: 1700px;
  z-index: -1;
}

.lp-main-content:not(:has(#section-01:checked))::after {
  content: "";
  display: none;
}

.lp-main-content__inner {
  margin-inline: auto;
  max-width: 1480px;
  position: relative;
  width: 100%;
}

.lp-section {
  display: none;
}

.lp-main-content:has(#section-01:checked) #js-section01 {
  animation: fadeIn .4s linear 0s;
  display: block;
}

.lp-main-content:has(#section-02:checked) #js-section02 {
  animation: fadeIn .4s linear 0s;
  display: block;
}

.lp-main-content:has(#section-03:checked) #js-section03 {
  animation: fadeIn .4s linear 0s;
  display: block;
}

.lp-main-content:has(#section-04:checked) #js-section04 {
  animation: fadeIn .4s linear 0s;
  display: block;
}

.lp-main-content:has(#section-05:checked) #js-section05 {
  animation: fadeIn .4s linear 0s;
  display: block;
}

.lp-section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 680px;
  padding: 0 20px;
  padding-bottom: 116px;
}

.lp-section__inner--noSpace {
  padding-bottom: 0;
}

.lp-section__body {
  text-align: center;
}

.lp-section__title {
  font-size: calc(40 / 16 * 1rem);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
}

.lp-section__title em {
  color: var(--color-primary-blue);
  font-weight: 700;
}

.lp-section__text {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px;
}

.lp-listButton {
  display: flex;
  gap: 24px;
}

.lp-listButton--center {
  justify-content: center;
}

.lp-listButton--space-wide {
  margin-bottom: 54px;
}

.lp-listButton--nonfirst {
  bottom: 32px;
  display: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.lp-main-content:not(:has(#section-01:checked)) .lp-listButton--nonfirst {
  animation: fadeIn .4s linear 0s;
  display: flex;
}

.lp-buttonConversion {
  background: #dc002f;
  color: var(--color-white);
  display: inline-block;
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.5;
  max-width: 100%;
  min-width: 280px;
  text-align: center;
  text-decoration: none;
  transition-duration: .2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}

.lp-buttonConversion-body {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 14px 16px;
  position: relative;
}

.lp-buttonConversion-text {
  margin-right: 13px;
}

.lp-buttonConversion-image {
  border: 1px solid #cccccc;
  margin: -22px 0;
}

.lp-buttonConversion-image > img {
  max-width: 60px;
  min-width: 42px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 8px;
  width: 19px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  height: 12px;
  left: 26px;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #13778f;
}

@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}

.lp-navigation {
  left: 50%;
  position: absolute;
  top: 16px;
  transform: translateX(-50%);
  width: 100%;
}

.lp-navigation__list {
  border-radius: 32px;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(6, 1fr);
  margin-inline: auto;
  padding: 0 20px;
  max-width: 1480px;
  overflow: hidden;
}

.lp-navigation__item {
  align-items: center;
  background: rgba(112, 125, 147, .80);
  backdrop-filter: blur(20px);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: calc(15 / 16 * 1rem);
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-height: 56px;
  overflow: hidden;
  position: relative;
  transition: background-color .3s ease-in-out;
  z-index: 0;
}

.lp-navigation__item:first-child {
  border-radius: 32px 0 0 32px;
}

.lp-navigation__item:last-child {
  border-radius: 0 32px 32px 0;
}

.lp-navigation__item::before {
  background: linear-gradient(270deg, #004ae8 0%, #0077ff 100%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s ease-in-out;
  z-index: -1;
}

.lp-navigation__item:has(input:checked)::before {
  opacity: 1;
}

@media (hover: hover) {
  .lp-navigation__item:hover {
    background: var(--color-light-blue);
  }

  .lp-navigation__item:has(input:checked):hover::before {
    opacity: 1;
  }
}

.lp-navigation__label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.lp-navigation__button {
  display: inline-block;
}

.lp-navigation__button a {
  align-items: center;
  background-color: #dc002f;
  color: var(--color-white);
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  transition-duration: .2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (hover: hover) {
  .lp-navigation__button a:hover {
    background-color: #c6002a;
  }
}

.lp-navigation__button a::before {
  background: url("/img/landing_page/common/icon_btn_dl.png") no-repeat center center;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 8px;
  vertical-align: baseline;
  width: 19px;
}

.lp-hero {
  display: flex;
  padding: 0 20px;
  z-index: 5;
}

.lp-hero__lead {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
  text-shadow: 0 0 56px #ebeff2;
}

.lp-hero__title {
  font-size: calc(56 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 56px #ebeff2;
}

.lp-hero__title::after {
  background-color: var(--color-primary-blue);
  content: "";
  display: block;
  height: 2px;
  margin: 32px 0;
  width: 40px;
}

.lp-heading {
  font-size: calc(48 / 16 * 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}

.lp-sub_heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
}

.lp-container {
  background-color: #f6f8f9;
  box-shadow: 20px 20px 32px 0 rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: start;
  max-width: 700px;
  width: 100%;
  height: 100%;
  padding: clamp(1.25rem, -.036rem + 1.714vw, 2rem);
}

.lp-container > *:last-child {
  margin-bottom: 0;
}

.lp-intro {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}

.lp-intro__title-group {
  align-items: center;
  display: flex;
  gap: 10px;
}

.lp-intro__title {
  align-items: center;
  display: flex;
  font-size: clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
  font-weight: 700;
  gap: 10px;
  line-height: 1;
}

.lp-intro__title--small {
  display: inline-block;
  font-feature-settings: "palt";
  line-height: 1.3;
  font-size: clamp(1rem, 0.339rem + 0.714vw, 1.4rem);
}

.lp-intro__title--inline {
  display: inline;
  line-height: 0.7;
}

.lp-badge {
  display: inline-block;
  width: 48px;
}

.lp-badge--space {
  margin-right: 8px;
}

.lp-badge img {
  width: 100%;
  vertical-align: middle;
}

.lp-badge--space img {
  vertical-align: bottom;
}

.lp-intro__summary {
  align-items: center;
  display: flex;
  gap: 8px;
}

.lp-intro__summary::before {
  background: linear-gradient(270deg, #0157ef 0%, rgba(1, 87, 239, .00) 100%);
  content: "";
  height: 1px;
  transform: rotate(-60deg);
  width: 40px;
}

.lp-intro__text {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 700;
  line-height: 1;
}

.lp-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
}

.lp-grid--narrow {
  gap: 8px;
}

.lp-grid--center {
  align-items: center;
}

.lp-grid--3col {
  grid-template-columns: auto auto auto;
}

.lp-card {
  position: relative;
}

.lp-card + .lp-card::before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='17'%20viewBox='0%200%2010%2017'%20fill='none'%3e%3cpath%20d='M9.5%208.14062L0.5%2016.1406L0.500001%200.140625L9.5%208.14062Z'%20fill='%230157EF'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 17px;
  left: -17px;
  position: absolute;
  top: 50px;
  width: 10px;
}

.lp-card--row + .lp-card--row::before {
  left: 50%;
  top: -20px;
  transform: translateX(-50%) rotate(90deg);
}

.lp-card--arrowBottom + .lp-card--arrowBottom::before {
  bottom: 72px;
  top: auto;
}

.lp-card--column {
  display: flex;
  flex-direction: column;
}

.lp-card--column .lp-card__vertical {
  flex-grow: 1;
}

.lp-card__label {
  align-items: center;
  display: flex;
  font-size: calc(16 / 16 * 1rem);
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  line-height: 1;
  margin-bottom: 16px;
}

.lp-card__label--blue {
  color: #0157ef;
}

.lp-card__label--red {
  color: #dc002f;
}

.lp-card__label::after {
  content: "";
  display: inline-block;
  flex: 2;
  height: 1px;
  width: 100%;
}

.lp-card__label--blue::after {
  background: linear-gradient(90deg, #0157ef 0%, rgba(1, 87, 239, .00) 100%);
}

.lp-card__label--red::after {
  background: linear-gradient(90deg, var(--KG-or-LP-COLOR-LP_PRIMARY_DC002F, #dc002f) 0%, rgba(220, 0, 47, .00) 100%);
}

.lp-card__label::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
}

.lp-card__label--blue::before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='12'%20viewBox='0%200%2011%2012'%20fill='none'%3e%3ccircle%20cx='5.5'%20cy='6.14062'%20r='5.5'%20fill='%2392B9FF'/%3e%3ccircle%20cx='5.5'%20cy='6'%20r='2.5'%20fill='%230157EF'/%3e%3c/svg%3e");
}

.lp-card__label--red::before {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3ccircle%20cx='6'%20cy='6.14062'%20r='5.5'%20fill='%23FF9DB2'/%3e%3ccircle%20cx='6'%20cy='6'%20r='2.5'%20fill='%23EA0437'/%3e%3c/svg%3e");
}

.lp-card__title {
  font-size: clamp(1.125rem, 0.589rem + 0.714vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}

.lp-card__title::before, .lp-card__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.lp-card__title::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.lp-card__title::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.lp-card__text {
  font-size: clamp(.875rem, .661rem + .286vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.lp-card__text::before, .lp-card__text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.lp-card__text::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.lp-card__text::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.lp-card__vertical {
  position: relative;
}

.lp-card__vertical + .lp-card__vertical::before {
  background: linear-gradient(90deg, rgba(1, 87, 239, .00) 0%, #0157ef 50%, rgba(1, 87, 239, .00) 100%);
  content: "";
  display: block;
  height: 1px;
  margin: 15px 0 22px;
  width: 100%;
}

.lp-card__vertical + .lp-card__vertical::after {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='17'%20viewBox='0%200%2010%2017'%20fill='none'%3e%3cpath%20d='M9.5%208.14062L0.5%2016.1406L0.500001%200.140625L9.5%208.14062Z'%20fill='%230157EF'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: -4px;
  transform: translateX(-50%) rotate(90deg);
  width: 10px;
}

.lp-cardFigure {
  position: relative;
}

.lp-cardFigure--mb {
  margin-bottom: 25px;
}

.lp-cardFigure--mt {
  margin-top: 16px;
}

.lp-media {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.lp-media__imageWrapper {
  max-width: 110px;
}

.lp-media__imageWrapper img {
  width: 100%;
}

.lp-media__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-media__text {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.lp-feature {
  display: grid;
  gap: clamp(1.25rem, -4.107rem + 7.143vw, 2.5rem);
  grid-template-columns: repeat(3,1fr);
}

.lp-feature__title {
  font-size: clamp(1.25rem, .821rem + .571vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

.lp-feature__title::before, .lp-feature__title::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.lp-feature__title::before {
  margin-top: calc((1 - 1.5) * .5em);
}

.lp-feature__title::after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.lp-feature__description {
  font-size: clamp(.875rem, .661rem + .286vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
}

.lp-feature__image {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-feature__image--shadow img {
  backdrop-filter: blur(4px);
  border-radius: 4px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .20);
}


.lp-feature__image--large {
  width: clamp(35rem, -2.500rem + 50vw, 43.75rem);
}

.lp-tile {
  background-color: #f6f8f9;
  box-shadow: 20px 20px 32px 0 rgba(0, 0, 0, .08);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
  align-items: center;
  max-width: 308px;
  min-height: 182px;
  padding: 16px;
  width: clamp(36.25rem, 23.393rem + 17.143vw, 43.75rem);
  height: 100%;
}

.lp-tile__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.lp-opacity-None {
  opacity: 0;
  position: absolute;
}

.lp-text--blue {
  color: var(--color-primary-blue);
}
