.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.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 {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.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 {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.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-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png")
    no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png")
    no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png")
    no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png")
    no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png")
    no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}
div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}
.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}
div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText,
  .lp-navigationSeries-seriesText {
    display: block;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}
div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}
.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}
.lp-navigationSeries-linkList > li > a:hover,
.lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

@property --COLOR_DARK {
  syntax: "<color>";
  inherits: false;
  initial-value: #000;
}
@property --COLOR_LIGHT {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --COLOR_LIGHTGRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #e4e4e4;
}
@property --COLOR_RED {
  syntax: "<color>";
  inherits: false;
  initial-value: #dc002f;
}
@property --COLOR_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #2e3133;
}
@property --COLOR_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #657580;
}
@property --COLOR_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #484b4c;
}
@property --COLOR_BACKGROUND_DARK {
  syntax: "<color>";
  inherits: false;
  initial-value: #000;
}
@property --COLOR_BACKGROUND_LIGHT {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --COLOR_BACKGROUND_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #2e3133;
}
@property --COLOR_BACKGROUND_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #314553;
}
@property --COLOR_BACKGROUND_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #dc002f;
}
@property --FONT_WEIGHT_BOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 700;
}
@property --FONT_WEIGHT_SEMIBOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 600;
}
@property --FONT_WEIGHT_NORMAL {
  syntax: "<number>";
  inherits: false;
  initial-value: 400;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png")
    no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png")
    no-repeat center center !important;
}

.lp-buttonConversion.of-secondary > .lp-buttonConversion-body > *:last-child,
.lp-cardProducts-body > *:last-child,
.lp-cardProducts > *:last-child,
.lp-card > *:last-child,
.lp-mediaAsset-body > *:last-child,
.lp-mediaAsset-content > *:last-child,
.lp-mediaAsset > *:last-child,
.lp-mediaSeries-body > *:last-child,
.lp-mediaFeature-image > *:last-child,
.lp-mediaFeature-body > *:last-child,
.lp-mediaFeature-header > *:last-child,
.lp-mediaFeature > *:last-child,
.lp-mediaProducts-seriesGroup > *:last-child,
.lp-mediaProducts-body > *:last-child,
.lp-mediaProducts > *:last-child,
.lp-media > *:last-child,
.lp-listButton > li > *:last-child,
.lp-listButton > *:last-child,
.lp-layout-grid > .lp-layout-grid-column > *:last-child,
.lp-layout-grid > *:last-child,
.lp-sectionConversion-content > *:last-child,
.lp-sectionConversion > *:last-child,
.lp-section-content > *:last-child,
.lp-section > *:last-child,
.lp-navigation-button-outer > *:last-child,
.lp-navigation-button > *:last-child,
.lp-navigation-list li > *:last-child,
.lp-navigation > *:last-child,
.lp-jumbotron-body > *:last-child,
.lp-jumbotron-content > *:last-child,
.lp-jumbotron > *:last-child,
.lp-layout-container > *:last-child {
  margin-bottom: 0 !important;
}

.lp-layout-container {
  margin-bottom: 48px;
  margin-inline: auto;
}
.lp-layout-container.of-outermost {
  position: relative;
  margin-bottom: 0;
  background: linear-gradient(
    0deg,
    var(--COLOR_BACKGROUND_LIGHT) 30.69%,
    #e2e5f1 100%
  );
  color: var(--COLOR_PRIMARY);
}
.lp-layout-container.of-outermost::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  -webkit-mask-image: linear-gradient(
    to right,
    var(--COLOR_DARK) 0%,
    var(--COLOR_DARK) 86%,
    transparent 100%
  );
}
@media screen and (max-width: 767px) {
  .lp-layout-container.of-outermost::before {
    content: none;
  }
}
.lp-layout-container.of-outermost:not(.of-primary):not(.of-secondary)::before {
  background: url("../../../../img/products/cs-l/209061001/209061001_bg_03.png")
    left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .lp-layout-container.of-outermost.of-primary .lp-section {
    background: url("../../../../img/products/cs-l/209061001/209061001_bg_01.png")
      left top no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .lp-layout-container.of-outermost.of-primary .lp-mediaProducts-image {
    max-width: calc(28rem + (1vw - 0.36rem) * (34.3137254902));
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 360px) {
  .lp-layout-container.of-outermost.of-primary .lp-mediaProducts-image {
    max-width: 280px;
  }
}
.lp-layout-container.of-outermost.of-primary {
  background: linear-gradient(
    180deg,
    #e0eaf2 0%,
    var(--COLOR_BACKGROUND_LIGHT) 100%
  );
}
.lp-layout-container.of-outermost.of-primary::before {
  background: url("../../../../img/products/cs-l/209061001/209061001_bg_01.png")
    left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .lp-layout-container.of-outermost:not(.of-primary):not(.of-secondary)
    .lp-mediaProducts-body {
    position: relative;
  }
  .lp-layout-container.of-outermost:not(.of-primary):not(.of-secondary)
    .lp-mediaProducts-body::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -32px;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: url("../../../../img/products/cs-l/209061001/209061001_bg_03.png")
      left top/contain no-repeat;
  }
}
@media screen and (max-width: 360px) {
  .lp-layout-container.of-outermost.of-primary .lp-mediaProducts-body::before {
    min-width: 360px;
  }
}
.lp-layout-container.of-outermost.of-secondary {
  background: linear-gradient(
    180deg,
    #e4f3ef 0%,
    var(--COLOR_BACKGROUND_LIGHT) 100%
  );
}
.lp-layout-container.of-outermost.of-secondary::before {
  background: url("../../../../img/products/cs-l/209061001/209061001_bg_02.png")
    left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .lp-layout-container.of-outermost.of-secondary .lp-mediaProducts-body {
    position: relative;
  }
  .lp-layout-container.of-outermost.of-secondary
    .lp-mediaProducts-body::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -32px;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: url("../../../../img/products/cs-l/209061001/209061001_bg_02.png")
      left top/contain no-repeat;
  }
}
.lp-layout-container.of-small {
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  .lp-layout-container.of-small {
    max-width: 100%;
  }
}

.lp-jumbotron {
  position: relative;
  z-index: 2;
}
.lp-jumbotron-content {
  max-width: 1320px;
  margin-inline: auto;
  padding: 40px 20px 28px;
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-content {
    padding: 24px 20px 16px;
  }
}
.lp-jumbotron-body {
  line-height: 1.2;
  text-align: center;
}
.lp-jumbotron-title {
  margin-bottom: 16px;
  color: var(--COLOR_PRIMARY);
  font-size: 5.2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-title {
    font-size: calc(4.4rem + (1vw - 0.768rem) * (1.5625));
  }
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-title {
    font-size: max(2.8rem + (1vw - 0.36rem) * (3.9215686275), 2.8rem);
  }
}

.lp-navigation {
  display: flex;
  position: sticky;
  z-index: 100;
  top: 0;
  max-width: 1280px;
  margin-inline: auto;
  border-image: linear-gradient(var(--COLOR_SECONDARY), var(--COLOR_SECONDARY))
    fill 1;
  border-image-outset: 0 100vw;
}
@media screen and (max-width: 767px) {
  .lp-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.lp-navigation-list {
  display: flex;
  width: 100%;
  border-right: 1px solid var(--COLOR_LIGHT);
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lp-navigation-list {
    display: contents;
    border-right: none;
  }
}
.lp-navigation-list li {
  display: flex;
  width: 100%;
  max-width: 303px;
  border-left: 1px solid var(--COLOR_LIGHT);
}
@media screen and (max-width: 767px) {
  .lp-navigation-list li {
    max-width: 100% !important;
    border-left: none;
  }
  .lp-navigation-list li:nth-child(odd) {
    border-right: 1px solid var(--COLOR_LIGHT);
  }
  .lp-navigation-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--COLOR_LIGHT);
  }
}
.lp-navigation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 21px 24px;
  transition: background-color 0.3s ease;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lp-navigation-button {
    padding: 16px 16px 17px;
  }
}
.lp-navigation-button:hover {
  background-color: var(--COLOR_BACKGROUND_SECONDARY);
}
.lp-navigation-button.is-current {
  background-color: var(--COLOR_BACKGROUND_SECONDARY);
}
.lp-navigation-buttonContent {
  color: var(--COLOR_LIGHT);
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 1279px) {
  .lp-navigation-buttonContent {
    font-size: calc(1.6rem + (1vw - 0.768rem) * (0.390625));
  }
}
@media screen and (max-width: 767px) {
  .lp-navigation-buttonContent {
    font-size: 1.4rem;
  }
}
.lp-navigation-button.of-primary {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  background: var(--Linear, linear-gradient(90deg, #0acffe 0%, #495aff 100%));
  gap: 12px;
}
.lp-navigation-button.of-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  background: linear-gradient(90deg, #0db4db 0%, #1928b8 100%);
}
.lp-navigation-button.of-primary:hover::before {
  opacity: 1;
}
.lp-navigation-button.of-primary .lp-navigation-buttonContent {
  flex: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-navigation-button.of-primary .lp-navigation-buttonContent {
    font-size: 1.4rem;
  }
}
.lp-navigation-button-outer {
  width: 100%;
  max-width: 370px;
  border-right: 1px solid var(--COLOR_LIGHT);
}
@media screen and (max-width: 1279px) {
  .lp-navigation-button-outer {
    max-width: calc(18.7rem + (1vw - 0.768rem) * (35.7421875));
  }
}
@media screen and (max-width: 767px) {
  .lp-navigation-button-outer {
    max-width: 100%;
    border-right: none;
  }
}

.lp-section {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.lp-section-content {
  max-width: 1320px;
  margin-inline: auto;
  padding: 48px 20px 32px;
}
@media screen and (max-width: 767px) {
  .lp-section-content {
    padding: 0 20px 64px;
  }
}
.lp-section-content.of-primary {
  padding-top: 80px;
}
@media screen and (max-width: 1279px) {
  .lp-section-content.of-primary {
    padding-top: calc(4rem + (1vw - 0.768rem) * (7.8125));
  }
}
@media screen and (max-width: 767px) {
  .lp-section-content.of-primary {
    padding-top: 0;
  }
}
.lp-section-content.of-secondary {
  padding-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .lp-section-content.of-secondary {
    padding-bottom: calc(6.4rem + (1vw - 0.768rem) * (3.125));
  }
}
@media screen and (max-width: 767px) {
  .lp-section-content.of-secondary {
    padding-top: 0;
    padding-bottom: 64px;
  }
}
.lp-section-content.of-tertiary {
  padding-bottom: 128px;
}
@media screen and (max-width: 1279px) {
  .lp-section-content.of-tertiary {
    padding-bottom: calc(6.4rem + (1vw - 0.768rem) * (12.5));
  }
}
@media screen and (max-width: 767px) {
  .lp-section-content.of-tertiary {
    padding-bottom: 64px;
  }
}
.lp-sectionConversion-content {
  max-width: 1320px;
  margin-inline: auto;
  padding: 64px 20px;
}
@media screen and (max-width: 767px) {
  .lp-sectionConversion-content {
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
}

.lp-label {
  display: inline-block;
  padding: 5px 12px 4px;
  background-color: var(--COLOR_BACKGROUND_TERTIARY);
  color: var(--COLOR_LIGHT);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lp-label {
    font-size: 1.4rem;
  }
}

.lp-headingLevel3 {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .lp-headingLevel3 {
    font-size: calc(3.2rem + (1vw - 0.768rem) * (1.5625));
  }
}
@media screen and (max-width: 767px) {
  .lp-headingLevel3 {
    margin-bottom: 24px;
    font-size: max(2rem + (1vw - 0.36rem) * (2.9411764706), 2rem);
  }
}
.lp-headingLevel3:has(+ .lp-layout-container) {
  margin-bottom: 82px;
}
@media screen and (max-width: 1279px) {
  .lp-headingLevel3:has(+ .lp-layout-container) {
    margin-bottom: calc(3.2rem + (1vw - 0.768rem) * (9.765625));
  }
}
@media screen and (max-width: 767px) {
  .lp-headingLevel3:has(+ .lp-layout-container) {
    margin-bottom: 74px;
  }
}

.lp-layout-grid {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}
.lp-layout-grid.of-column-1 {
  grid-template-columns: repeat(1, 1fr);
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1280px) {
  .lp-layout-grid.lp-largeScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lp-layout-grid.lp-largeScreen-vertical-center {
    align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  .lp-layout-grid {
    gap: calc(2.4rem + (1vw - 0.768rem) * (3.125));
  }
}
@media screen and (max-width: 767px) {
  .lp-layout-grid {
    grid-template-columns: 1fr !important;
  }
  .lp-layout-grid:has(+ .lp-listButton) {
    margin-bottom: 48px;
  }
}
.lp-layout-grid.of-primary {
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 767px) {
  .lp-layout-grid.of-primary {
    grid-template-rows: none !important;
    gap: 49px;
  }
}
.lp-layout-grid.of-primary > .lp-layout-grid-column {
  display: grid;
  grid-row: 1 / span 3;
  grid-template-rows: subgrid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .lp-layout-grid.of-primary > .lp-layout-grid-column {
    grid-row: auto;
    grid-template-rows: auto;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .lp-layout-grid.of-primary > .lp-layout-grid-column > .lp-mediaFeature {
    display: contents;
  }
}
.lp-layout-grid > .lp-layout-grid-column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lp-listButton {
    flex-direction: column;
    align-items: center;
  }
}
.lp-listButton.of-primary {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.lp-listButton.of-primary > li {
  width: 100%;
}

.lp-media {
  display: flex;
  margin-bottom: 24px;
  gap: 16px;
}
.lp-mediaProducts {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  .lp-mediaProducts {
    gap: calc(3.2rem + (1vw - 0.768rem) * (1.5625));
  }
}
@media screen and (max-width: 767px) {
  .lp-mediaProducts {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.lp-mediaProducts-body {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lp-mediaProducts-body {
    text-align: center;
  }
}
.lp-mediaProducts-title {
  margin-bottom: 24px;
  font-size: 4.8rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 1279px) {
  .lp-mediaProducts-title {
    font-size: calc(4rem + (1vw - 0.768rem) * (1.5625));
  }
}
@media screen and (max-width: 767px) {
  .lp-mediaProducts-title {
    margin-bottom: 12px;
    font-size: max(2.4rem + (1vw - 0.36rem) * (3.9215686275), 2.4rem);
  }
}
.lp-mediaProducts-text {
  margin-bottom: 40px;
  color: var(--COLOR_TERTIARY);
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lp-mediaProducts-text {
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
}
.lp-mediaProducts-series {
  color: var(--COLOR_TERTIARY);
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lp-mediaProducts-series {
    font-size: 1.6rem;
  }
}
.lp-mediaProducts-seriesGroup {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: 1;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .lp-mediaProducts-seriesGroup {
    justify-content: center;
    margin-bottom: 16px;
  }
}
.lp-mediaProducts-image {
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 1279px) {
  .lp-mediaProducts-image {
    max-width: calc(32rem + (1vw - 0.768rem) * (58.59375));
  }
}
@media screen and (max-width: 767px) {
  .lp-mediaProducts-image {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-mediaProducts-image.of-primary {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
    padding-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaProducts-image.of-primary {
    min-width: 360px;
  }
}
.lp-mediaFeature {
  display: grid;
  margin-bottom: 24px;
  line-height: 1.4;
  text-align: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .lp-mediaFeature.of-border {
    position: relative;
  }
  .lp-mediaFeature.of-border::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
  }
}
.lp-mediaFeature-header {
  grid-row: 1;
}
.lp-mediaFeature-title {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 767px) {
  .lp-mediaFeature-title {
    font-size: max(1.6rem + (1vw - 0.36rem) * (0.9803921569), 1.6rem);
  }
}
.lp-mediaFeature-body {
  grid-row: 3;
}
.lp-mediaFeature-body:has(+ .lp-media-body) {
  margin-bottom: 40px;
}
.lp-mediaFeature-image {
  grid-row: 2;
  width: 100%;
}
.lp-mediaFeature-image.of-border > img {
  border: 1px solid var(--COLOR_LIGHT);
}
.lp-mediaSeries {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1060px) {
  .lp-mediaSeries {
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .lp-mediaSeries {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.lp-mediaSeries-body {
  flex: 1;
  max-width: fit-content;
}
@media screen and (min-width: 1060px) {
  .lp-mediaSeries-body .lp-listButton {
    flex-direction: column;
  }
}
.lp-mediaSeries-image {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 1279px) {
  .lp-mediaSeries-image {
    max-width: calc(18rem + (1vw - 0.768rem) * (15.625));
  }
}
@media screen and (max-width: 767px) {
  .lp-mediaSeries-image {
    max-width: 200px;
  }
}
.lp-mediaAsset {
  margin-bottom: 16px;
}
.lp-mediaAsset-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .lp-mediaAsset-content {
    flex-direction: column-reverse;
  }
}
.lp-mediaAsset-body {
  min-width: 510px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-mediaAsset-body {
    width: 100%;
    min-width: auto;
  }
}
.lp-mediaAsset-text {
  margin-bottom: 48px;
  font-size: 3.2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 767px) {
  .lp-mediaAsset-text {
    margin-bottom: 32px;
    font-size: max(2.4rem + (1vw - 0.36rem) * (1.9607843137), 2.4rem);
  }
}

.lp-cardProducts {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
  transition: background-color 0.3s ease;
  border-radius: 4px;
  background-color: #dbe6ed;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
  color: var(--COLOR_PRIMARY);
  text-decoration: none;
}
.lp-cardProducts:hover {
  background-color: #eef5fa;
}
.lp-cardProducts::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 10px;
  height: 10px;
  background-color: var(--COLOR_BACKGROUND_PRIMARY);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.lp-cardProducts-body {
  padding: 35px 20px 35px 260px;
}
@media screen and (max-width: 1279px) {
  .lp-cardProducts-body {
    padding: 35px calc(2rem + (1vw - 0.768rem) * (1.5625)) 35px
      calc(19rem + (1vw - 0.768rem) * (15.234375));
  }
}
@media screen and (max-width: 767px) {
  .lp-cardProducts-body {
    padding: 64px 20px 16px 20px;
    text-align: center;
  }
}
.lp-cardProducts-text {
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lp-cardProducts-text {
    font-size: 1.6rem;
  }
}
.lp-cardProducts-image {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 1279px) {
  .lp-cardProducts-image {
    max-width: calc(18rem + (1vw - 0.768rem) * (11.71875));
  }
}
@media screen and (max-width: 767px) {
  .lp-cardProducts-image {
    top: -50px;
    left: 50%;
    max-width: 150px;
    transform: translateX(-50%);
  }
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
  justify-content: center;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  content: none;
}
.lp-buttonConversion.of-download .lp-buttonConversion-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -32px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url("../../../../img/landing_page/common/icon_btn_dl.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.lp-buttonConversion.of-price .lp-buttonConversion-body,
.lp-buttonConversion.of-secondary .lp-buttonConversion-body {
  justify-content: center;
  padding-left: 53px;
}
.lp-buttonConversion.of-price .lp-buttonConversion-text::before,
.lp-buttonConversion.of-secondary .lp-buttonConversion-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  width: 12px;
  height: 14px;
  transform: translateY(-50%);
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.lp-buttonConversion.of-secondary {
  position: relative;
  z-index: 1;
  min-width: 370px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(90deg, #0acffe 0%, #495aff 100%);
}
@media screen and (max-width: 1279px) {
  .lp-buttonConversion.of-secondary {
    width: 100%;
    min-width: 320px;
  }
}
.lp-buttonConversion.of-secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  opacity: 0;
  background: linear-gradient(90deg, #0db4db 0%, #1928b8 100%);
}
.lp-buttonConversion.of-secondary:hover::before {
  opacity: 1;
}
.lp-buttonConversion.of-secondary > .lp-buttonConversion-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  gap: 12px;
}
.lp-buttonConversion.of-secondary .lp-buttonConversion-text {
  width: 100%;
  margin-right: 0;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 767px) {
  .lp-buttonConversion.of-secondary .lp-buttonConversion-text {
    font-size: 1.4rem;
  }
}
.lp-buttonConversion.of-secondary .lp-buttonConversion-text::before {
  content: "";
  display: none;
}
.lp-buttonConversion-body {
  padding: 14px 8px;
}
.lp-buttonConversion-text {
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .lp-buttonConversion-text {
    font-size: 1.6rem;
  }
}

.lp-newWindow-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 1px;
}

.lp-text {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp-text {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}
.lp-text.of-center {
  text-align: center;
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-inline-block {
  display: inline-block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-alignItem-center {
  align-items: center;
}
.lp-utility-fontWeight-bold {
  font-weight: var(--FONT_WEIGHT_BOLD);
}
.lp-utility-fontWeight-semiBold {
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}

.lp-largeScreen-show {
  display: none;
}
@media screen and (min-width: 1280px) {
  .lp-largeScreen-show {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .lp-largeScreen-textAlign-center {
    text-align: center !important;
  }
  .lp-largeScreen-textAlign-left {
    text-align: left !important;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .lp-largeScreen-alignItems-center {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-flexDirection-column {
    flex-direction: column !important;
  }
  .lp-smallScreen-flexDirection-columnReverse {
    flex-direction: column-reverse !important;
  }
  .lp-smallScreen-alignItem-center {
    align-items: center;
  }
  .lp-smallScreen-gap-primary {
    gap: 32px;
  }
  .lp-smallScreen-gap-secondary {
    gap: 78px;
  }
}
@media screen and (max-width: 1279px) {
  .lp-smallScreen-textAlign-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .lp-smallScreen-maxWidth-primary {
    max-width: 284px !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[data-script-enabled="true"] .lp-section {
  display: none;
}
[data-script-enabled="true"] .lp-section.is-show {
  display: block;
  animation: fadeIn 0.3s ease;
}
[data-script-enabled="true"] .lp-section:not(.is-show) {
  opacity: 0;
}
