@charset "UTF-8";
:root {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

video {
  display: block;
  max-width: 100%;
}

@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_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #dc002f;
}
@property --COLOR_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #0f253e;
}
@property --COLOR_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #c30000;
}
@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: #0e243d;
}
@property --COLOR_BACKGROUND_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #1f2327;
}
@property --COLOR_BACKGROUND_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #008eb5;
}
@property --COLOR_BACKGROUND_QUATERNARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #3e78ce;
}
@property --COLOR_BACKGROUND_QUINARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #192242;
}
@property --COLOR_BACKGROUND_SENARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #0f253f;
}
@property --COLOR_BACKGROUND_SEPTENARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #86e3ff;
}
@property --COLOR_BACKGROUND_OCTONARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #c30000;
}
@property --FONT_WEIGHT_BOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 700;
}
@property --FONT_WEIGHT_SEMIBOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 500;
}
@property --FONT_WEIGHT_NORMAL {
  syntax: "<number>";
  inherits: false;
  initial-value: 400;
}
.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;
}

.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-textPhone-body > *:last-child, .lp-textPhone > *:last-child, .lp-buttonConversion.of-secondary > .lp-buttonConversion-body > *:last-child, .lp-cardProblem-titleOuter > *:last-child, .lp-cardProblem > *:last-child, .lp-card > *:last-child, .lp-mediaConversion-body > *:last-child, .lp-mediaConversion > *:last-child, .lp-mediaFeature-image > *:last-child, .lp-mediaFeature-body > *:last-child, .lp-mediaFeature > *:last-child, .lp-media-image > *:last-child, .lp-media-body > *:last-child, .lp-media > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-layout-gridSwitchGroup > *:last-child, .lp-layout-gridSwitch-column > *:last-child, .lp-layout-gridSwitch > *:last-child, .lp-layout-grid > .lp-layout-grid-column > *:last-child, .lp-layout-grid > *:last-child, .lp-step-column > *:last-child, .lp-step > *:last-child, .lp-headingLevel3-outer > *:last-child, .lp-headingLevel3 > *:last-child, .lp-sectionConversion-content > *:last-child, .lp-sectionConversion > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-imageGroup > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-inner > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-footer-list > li > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0 !important;
}

.lp-layout-container {
  margin-bottom: 24px;
  margin-inline: auto;
  color: var(--COLOR_LIGHT);
}
.lp-layout-container.of-outermost {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  background-color: var(--COLOR_BACKGROUND_DARK);
  line-height: 1.3;
}

.lp-layout-header {
  position: relative;
  z-index: 10;
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp-layout-header-content {
    justify-content: center;
  }
}
.lp-layout-header-logo {
  flex-shrink: 0;
}
.lp-layout-header-logo > a {
  display: block;
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 114px;
}
@media screen and (max-width: 767px) {
  .lp-layout-header-logo img {
    width: 90px;
  }
}

.lp-layout-footer {
  background: var(--COLOR_BACKGROUND_PRIMARY);
}
.lp-layout-footer-content {
  max-width: 1760px;
  margin-inline: auto;
  padding: 20px 40px 64px;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lp-layout-footer-content {
    padding: 24px calc(2rem + (1vw - 0.36rem) * (4.9019607843)) 64px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 33px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list {
    column-gap: 33px;
    row-gap: 18px;
  }
}
.lp-layout-footer-list > li {
  position: relative;
  color: var(--COLOR_LIGHT);
}
.lp-layout-footer-list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: var(--COLOR_BACKGROUND_LIGHT);
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-layout-footer-list > li:last-child::before {
    display: none;
  }
}
.lp-layout-footer-list > li a {
  color: var(--COLOR_LIGHT);
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-copyright {
    width: calc(100% - 256px);
    max-width: fit-content;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    width: 100%;
    max-width: 100%;
  }
}

.lp-jumbotron {
  background-color: var(--COLOR_BACKGROUND_DARK);
}
.lp-jumbotron-content {
  display: flex;
  flex-direction: column;
  max-width: 1760px;
  margin-inline: auto;
  padding: 13px 40px 40px;
  gap: 53px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column;
    padding: 13px calc(12rem + (1vw - 0.768rem) * (15.625)) 40px;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-content {
    padding: 18px calc(2rem + (1vw - 0.36rem) * (24.5098039216)) calc(4rem + (1vw - 0.36rem) * (4.9019607843));
    gap: 18px;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding: 18px 20px 40px;
  }
}
.lp-jumbotron-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-inner {
    gap: 24px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-inner {
    gap: calc(1.6rem + (1vw - 0.36rem) * (1.9607843137));
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-inner {
    gap: 16px;
  }
}
.lp-jumbotron-body {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    width: 100%;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 24px;
  font-size: 5.6rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1759px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 1.024rem) * (3.2608695652));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    font-size: calc(4rem + (1vw - 0.768rem) * (3.125));
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-title {
    font-size: calc(2.8rem + (1vw - 0.36rem) * (2.9411764706));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title {
    font-size: 2.8rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 20px;
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1759px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2.2rem + (1vw - 1.024rem) * (0.5434782609));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2rem + (1vw - 0.768rem) * (3.125));
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-subtitle {
    font-size: 2rem;
  }
}
.lp-jumbotron-series {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  line-height: 1.2;
}
@media screen and (max-width: 1759px) {
  .lp-jumbotron-series {
    font-size: calc(1.6rem + (1vw - 1.024rem) * (0.2717391304));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-jumbotron-series {
    font-size: 1.6rem;
  }
}
.lp-jumbotron-seriesName {
  display: block;
  font-weight: var(--FONT_WEIGHT_NORMAL);
}
.lp-jumbotron-seriesGroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.lp-jumbotron-image {
  position: absolute;
  top: 0;
  opacity: 1;
}
.lp-jumbotron-image:first-child {
  position: relative;
}
.lp-jumbotron-imageGroup {
  position: relative;
  max-width: 1024px;
}
@media screen and (max-width: 1759px) {
  .lp-jumbotron-imageGroup {
    max-width: calc(52rem + (1vw - 1.024rem) * (68.4782608696));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-imageGroup {
    max-width: 100%;
  }
}

.lp-section {
  margin-inline: auto;
  background: linear-gradient(180deg, var(--COLOR_BACKGROUND_DARK) 0%, var(--COLOR_BACKGROUND_SENARY) 100%);
}
.lp-section.of-primary {
  position: relative;
  z-index: -2;
  background: linear-gradient(180deg, var(--COLOR_BACKGROUND_SENARY) 0%, var(--COLOR_BACKGROUND_DARK) 100%);
}
.lp-section.of-secondary {
  background: var(--COLOR_BACKGROUND_PRIMARY);
}
.lp-section.of-secondary > .lp-section-content {
  padding: 80px 40px;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-secondary > .lp-section-content {
    padding: 80px calc(8rem + (1vw - 0.768rem) * (31.25));
  }
}
@media screen and (max-width: 767px) {
  .lp-section.of-secondary > .lp-section-content {
    padding: calc(4rem + (1vw - 0.36rem) * (5.8823529412)) calc(2rem + (1vw - 0.36rem) * (24.5098039216));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-secondary > .lp-section-content {
    padding: 40px 20px;
  }
}
.lp-section-content {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 40px 80px;
}
@media screen and (max-width: 1023px) {
  .lp-section-content {
    padding: 0 calc(8rem + (1vw - 0.768rem) * (31.25)) 80px;
  }
}
@media screen and (max-width: 767px) {
  .lp-section-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (24.5098039216)) calc(4rem + (1vw - 0.36rem) * (5.8823529412));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content {
    padding: 0 20px 40px;
  }
}
.lp-sectionConversion {
  background: var(--COLOR_BACKGROUND_PRIMARY);
}
.lp-sectionConversion-content {
  max-width: 1280px;
  margin-inline: auto;
  padding: 40px 40px 80px;
}
@media screen and (max-width: 1023px) {
  .lp-sectionConversion-content {
    padding: 0 calc(8rem + (1vw - 0.768rem) * (31.25)) 80px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-sectionConversion-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (24.5098039216)) calc(4rem + (1vw - 0.36rem) * (5.8823529412));
  }
}
@media screen and (max-width: 360px) {
  .lp-sectionConversion-content {
    padding: 0 20px 40px;
  }
}
.lp-sectionConversion-text {
  margin-bottom: 64px;
  font-size: 3.2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-sectionConversion-text {
    font-size: calc(2.8rem + (1vw - 0.768rem) * (1.5625));
  }
}
@media screen and (max-width: 767px) {
  .lp-sectionConversion-text {
    font-size: calc(2rem + (1vw - 0.36rem) * (0.9803921569));
  }
}
@media screen and (max-width: 360px) {
  .lp-sectionConversion-text {
    font-size: 2rem;
  }
}

.lp-label {
  display: block;
  max-width: fit-content;
  margin-bottom: 16px;
  padding: 2px 12px;
  border-radius: 0 4px 0 4px;
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  color: var(--COLOR_PRIMARY);
  font-size: 1.2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .lp-label {
    margin: 0 auto;
  }
}
.lp-label:has(+ .lp-jumbotron-series) {
  margin-bottom: 0;
}

.lp-headingLevel2 {
  margin-bottom: 24px;
  font-size: 4rem;
}
@media screen and (max-width: 1199px) {
  .lp-headingLevel2 {
    font-size: calc(2.8rem + (1vw - 1.024rem) * (6.8181818182));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-headingLevel2 {
    font-size: calc(2.2rem + (1vw - 0.36rem) * (1.4705882353));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2 {
    font-size: 2.2rem;
  }
}
.lp-headingLevel2:has(+ .lp-media) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .lp-headingLevel2:has(+ .lp-media) {
    margin-bottom: calc(4rem + (1vw - 1.024rem) * (22.7272727273));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2:has(+ .lp-media) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lp-headingLevel2:has(+ .lp-media) {
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (5.8823529412));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2:has(+ .lp-media) {
    margin-bottom: 40px;
  }
}
.lp-headingLevel2.of-primary, .lp-headingLevel2.of-secondary {
  padding: 16px 24px;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .lp-headingLevel2.of-primary, .lp-headingLevel2.of-secondary {
    font-size: calc(2.2rem + (1vw - 1.024rem) * (5.6818181818));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2.of-primary, .lp-headingLevel2.of-secondary {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-headingLevel2.of-primary, .lp-headingLevel2.of-secondary {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.9803921569));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2.of-primary, .lp-headingLevel2.of-secondary {
    font-size: 1.8rem;
  }
}
.lp-headingLevel2.of-primary {
  border-bottom: 1px solid var(--COLOR_SECONDARY);
  background-color: var(--COLOR_BACKGROUND_SECONDARY);
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
.lp-headingLevel2.of-secondary {
  background: linear-gradient(90deg, var(--COLOR_BACKGROUND_TERTIARY) 0%, var(--COLOR_BACKGROUND_QUATERNARY) 100%);
}

.lp-headingLevel3 {
  margin-bottom: 24px;
  font-size: 3.6rem;
}
@media screen and (max-width: 1199px) {
  .lp-headingLevel3 {
    font-size: calc(2.4rem + (1vw - 1.024rem) * (6.8181818182));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-headingLevel3 {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (1.4705882353));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel3 {
    font-size: 1.8rem;
  }
}
.lp-headingLevel3.of-primary {
  max-width: 950px;
  margin-bottom: 24px;
  padding: 14px 38px;
  border: 2px solid transparent;
  border-radius: 64px;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(var(--COLOR_BACKGROUND_QUINARY), var(--COLOR_BACKGROUND_QUINARY)), linear-gradient(90deg, var(--COLOR_BACKGROUND_TERTIARY) 0%, var(--COLOR_BACKGROUND_QUATERNARY) 100%);
  color: #25d0ff;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .lp-headingLevel3.of-primary {
    max-width: calc(78rem + (1vw - 1.024rem) * (96.5909090909));
    font-size: calc(2.2rem + (1vw - 1.024rem) * (2.2727272727));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3.of-primary {
    width: 100%;
    max-width: none;
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-headingLevel3.of-primary {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.9803921569));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel3.of-primary {
    font-size: 1.8rem;
  }
}
.lp-headingLevel3-outer {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.lp-headingLevel3-outer::before, .lp-headingLevel3-outer::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--COLOR_BACKGROUND_TERTIARY) 0%, var(--COLOR_BACKGROUND_QUATERNARY) 100%);
}
.lp-headingLevel3-outer::before {
  background: linear-gradient(270deg, var(--COLOR_BACKGROUND_TERTIARY) 0%, var(--COLOR_BACKGROUND_QUATERNARY) 100%);
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3-outer {
    width: 100%;
  }
  .lp-headingLevel3-outer::before, .lp-headingLevel3-outer::after {
    content: none;
  }
}

.lp-step {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-step {
    margin-bottom: 20px;
  }
}
.lp-step > .lp-step-column {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .lp-step > .lp-step-column .lp-mediaFeature {
    position: relative;
  }
  .lp-step > .lp-step-column .lp-mediaFeature::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -24px;
    left: 50%;
    width: 6px;
    height: 24px;
    transform: translateX(-50%);
    background-color: var(--COLOR_BACKGROUND_SEPTENARY);
    filter: drop-shadow(0 0 2px #00c4ff) drop-shadow(0 0 8px #00c4ff) drop-shadow(0 0 16px #00c4ff);
  }
}
.lp-step > .lp-step-column .lp-mediaFeature-body {
  position: relative;
}
.lp-step > .lp-step-column .lp-mediaFeature-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -24px;
  left: 50%;
  width: 6px;
  height: 24px;
  transform: translateX(-50%);
  background-color: var(--COLOR_BACKGROUND_SEPTENARY);
  filter: drop-shadow(0 0 2px #00c4ff) drop-shadow(0 0 8px #00c4ff) drop-shadow(0 0 16px #00c4ff);
  clip-path: inset(0 -50px -50px -50px);
}
@media screen and (max-width: 1023px) {
  .lp-step > .lp-step-column .lp-mediaFeature-body::before {
    content: none;
  }
}
.lp-step > .lp-step-column:first-child .lp-mediaFeature-body::before {
  content: none;
}
@media screen and (max-width: 1023px) {
  .lp-step > .lp-step-column:last-child .lp-mediaFeature::before {
    content: none;
  }
}

.lp-layout-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}
.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: 1200px) {
  .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: 767px) {
  .lp-layout-grid.lp-extraSmallScreen-column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lp-layout-grid.lp-extraSmallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-layout-grid.lp-extraSmallScreen-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-layout-grid > .lp-layout-grid-column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.lp-layout-gridSwitch {
  display: grid;
  grid-template-columns: 1fr 256px 1fr;
  grid-template-rows: auto auto auto;
  align-items: stretch;
}
@media screen and (max-width: 1199px) {
  .lp-layout-gridSwitch {
    grid-template-columns: 1fr calc(24rem + (1vw - 1.024rem) * (2.4390243902)) 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-gridSwitch {
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
  .lp-layout-gridSwitch > .lp-layout-gridSwitch-column:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.lp-layout-gridSwitch-column:nth-child(1), .lp-layout-gridSwitch-column:nth-child(3) {
  display: grid;
  grid-row: 1/span 3;
  grid-template-rows: subgrid;
}
@media screen and (max-width: 1023px) {
  .lp-layout-gridSwitch-column:nth-child(1), .lp-layout-gridSwitch-column:nth-child(3) {
    grid-template-rows: auto;
  }
}
.lp-layout-gridSwitch-column:nth-child(2) {
  grid-row: 1/span 3;
}
.lp-layout-gridSwitchGroup {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-gridSwitchGroup {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .lp-layout-gridSwitchGroup {
    margin-bottom: 20px;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-listButton {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-listButton {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lp-listButton > li {
    width: 100%;
  }
}

.lp-media {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .lp-media {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp-media {
    gap: calc(1.6rem + (1vw - 0.36rem) * (1.9607843137));
  }
}
@media screen and (max-width: 360px) {
  .lp-media {
    gap: 16px;
  }
}
.lp-media:has(+ .lp-media) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lp-media:has(+ .lp-media) {
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (5.8823529412));
  }
}
@media screen and (max-width: 360px) {
  .lp-media:has(+ .lp-media) {
    margin-bottom: 40px;
  }
}
.lp-media-body {
  flex: 1;
}
.lp-media-body:has(+ .lp-media-body) {
  margin-bottom: 40px;
}
.lp-media-image {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 1199px) {
  .lp-media-image {
    max-width: calc(44.8rem + (1vw - 1.024rem) * (109.0909090909));
  }
}
@media screen and (max-width: 1023px) {
  .lp-media-image {
    max-width: 100%;
  }
}
.lp-media-image.of-primary {
  width: 100%;
  max-width: 544px;
}
@media screen and (max-width: 767px) {
  .lp-media-image.of-primary {
    max-width: calc(28.8rem + (1vw - 0.36rem) * (62.7450980392));
  }
}
@media screen and (max-width: 360px) {
  .lp-media-image.of-primary {
    max-width: 288px;
  }
}
.lp-media-image > .videoJs-outer {
  box-shadow: 4px 4px 16px 0px #0f1720;
}
.lp-mediaFeature {
  display: flex;
  margin-bottom: 80px;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-mediaFeature {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .lp-mediaFeature {
    gap: 8px;
  }
}
.lp-mediaFeature-body {
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .lp-mediaFeature-body {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaFeature-body {
    grid-column: auto;
    grid-row: auto;
    text-align: center;
  }
}
.lp-mediaFeature-image {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 808px;
}
@media screen and (max-width: 1199px) {
  .lp-mediaFeature-image {
    max-width: calc(55.2rem + (1vw - 1.024rem) * (145.4545454545));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaFeature-image {
    display: block;
    max-width: none;
  }
}
.lp-mediaFeature-image > .videoJs-outer {
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.21);
}
.lp-mediaConversion {
  display: flex;
  gap: 48px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .lp-mediaConversion {
    gap: calc(1.6rem + (1vw - 0.36rem) * (1.9607843137));
  }
}
@media screen and (max-width: 1023px) and (max-width: 360px) {
  .lp-mediaConversion {
    gap: 16px;
  }
}
.lp-mediaConversion-body {
  flex: 1;
  max-width: fit-content;
}

.lp-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(0, 142, 181, 0.6) 0%, rgba(62, 120, 206, 0.6) 100%);
}
@media screen and (max-width: 1023px) {
  .lp-card {
    padding: 16px;
    border-radius: 4px;
  }
}
.lp-card-title {
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 767px) {
  .lp-card-title {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.9803921569));
  }
}
@media screen and (max-width: 360px) {
  .lp-card-title {
    font-size: 1.6rem;
  }
}
.lp-cardProblem {
  display: grid;
  position: relative;
  z-index: 2;
  grid-row: 1/span 3;
  grid-template-rows: subgrid;
  width: 100%;
  margin-bottom: 16px;
  padding: 14px;
  transform: scale(1);
  transition: border-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out, transform 0.6s ease-in-out;
  border: 2px solid #5a0000;
  border-radius: 8px;
  box-shadow: 0 0 0 rgba(115, 0, 0, 0);
  text-align: center;
}
.lp-cardProblem::before, .lp-cardProblem::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: opacity var(--fade-duration) var(--fade-ease), box-shadow 0.6s ease-in-out;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0 rgba(115, 0, 0, 0);
  inset: -2px;
}
.lp-cardProblem::before {
  opacity: 1;
  background: radial-gradient(50% 99.95% at 50% 0%, rgba(173, 0, 3, 0.5) 0%, rgba(21, 1, 1, 0.5) 100%);
}
.lp-cardProblem::after {
  opacity: 0;
  background: radial-gradient(50% 99.95% at 50% 0%, rgba(173, 0, 3, 0.5) 0%, rgba(21, 1, 1, 0.5) 100%);
}
.lp-cardProblem.is-current::after {
  opacity: 1;
}
.lp-cardProblem.is-current::before {
  opacity: 0;
}
.lp-cardProblem.is-current::before, .lp-cardProblem.is-current::after {
  box-shadow: inset 0 0 0 6px var(--COLOR_TERTIARY);
}
.lp-cardProblem-title {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding-left: 48px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .lp-cardProblem-title {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.9803921569));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardProblem-title {
    font-size: 1.6rem;
  }
}
.lp-cardProblem-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url("../../../../../../img/products/vs-g/200185001/icon_error.svg") no-repeat;
  background-size: contain;
}
.lp-cardProblem-titleOuter {
  display: flex;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 16px 0;
}
.lp-cardProblem-text {
  grid-row: 2;
  margin-bottom: 24px;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .lp-cardProblem-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-cardProblem-text {
    font-size: 1.5rem;
  }
}
.lp-cardProblem .lp-layout-grid {
  grid-row: 3;
}

.lp-border {
  width: 100%;
  height: 2px;
  transition: background-size 0.6s ease-in-out, background-position 0.6s ease-in-out;
  background-image: linear-gradient(to right, var(--COLOR_BACKGROUND_OCTONARY), var(--COLOR_BACKGROUND_OCTONARY));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 1023px) {
  .lp-border {
    display: none;
  }
}
.lp-border.of-primary {
  display: none;
  width: 2px;
  background-image: linear-gradient(to bottom, var(--COLOR_BACKGROUND_OCTONARY), var(--COLOR_BACKGROUND_OCTONARY));
}
@media screen and (max-width: 1023px) {
  .lp-border.of-primary {
    display: block;
    height: 200px;
  }
}

.lp-marker {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border: 4px solid #981b1b;
  border-radius: 100%;
  background: rgb(195, 0, 0);
  box-shadow: 0px 0px 8px 0px rgb(255, 0, 0);
}
@media screen and (max-width: 1023px) {
  .lp-marker {
    left: 50%;
    transform: translateX(-50%);
    animation: moveMakerSP var(--duration) linear infinite;
  }
}

.lp-circle {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 8px;
  transform: translate(-50%, -50%);
  color: var(--COLOR_LIGHT);
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  letter-spacing: 0.1em;
  aspect-ratio: 1/1;
  text-align: center;
}
.lp-circle::before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease, border-color 0.5s ease;
  border: 4px solid #730000;
  border-radius: 50%;
  background: radial-gradient(49.95% 49.95% at 50% 50%, #8b0002 0%, #150101 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  inset: 0;
}
.lp-circle.is-bouncing::before {
  transform: scale(1.2);
  border-color: var(--COLOR_TERTIARY);
  box-shadow: 0px 0px 40px 0px #e50000;
}
.lp-circleGroup {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lp-buttonConversion {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  background: #c6002a;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lp-buttonConversion {
    width: 100%;
  }
}
.lp-buttonConversion.of-download {
  border: 1px solid var(--COLOR_PRIMARY);
  box-shadow: 4px 4px 0px 0px rgba(220, 0, 47, 0.4);
}
.lp-buttonConversion.of-download:hover {
  background: #a30023;
  box-shadow: 0px 0px 0px 0px rgba(220, 0, 47, 0);
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-buttonConversion.of-download .lp-buttonConversion-text {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-buttonConversion.of-download .lp-buttonConversion-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -32px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    background: url(../../../../img/landing_page/common/icon_btn_dl.png) no-repeat center center !important;
  }
}
.lp-buttonConversion.of-arrow, .lp-buttonConversion.of-secondary {
  border: 1px solid #13778f;
  box-shadow: 4px 4px 0px 0px rgba(17, 107, 129, 0.4);
}
.lp-buttonConversion.of-arrow:hover, .lp-buttonConversion.of-secondary:hover {
  background: #00566b;
  box-shadow: 0px 0px 0px 0px rgba(17, 107, 129, 0);
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-secondary .lp-buttonConversion-body {
  justify-content: center;
  padding-left: 53px;
}
@media screen and (max-width: 767px) {
  .lp-buttonConversion.of-arrow .lp-buttonConversion-text::before, .lp-buttonConversion.of-secondary .lp-buttonConversion-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -27px;
    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: 320px;
  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: 1199px) {
  .lp-buttonConversion.of-secondary {
    width: 100%;
    min-width: auto;
  }
}
.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;
  gap: 11px;
  flex-direction: row-reverse;
  align-items: center;
  padding: 12px 8px;
}
.lp-buttonConversion.of-secondary .lp-buttonConversion-text {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .lp-buttonConversion.of-secondary .lp-buttonConversion-text {
    font-size: 1.8rem;
  }
}
.lp-buttonConversion.of-secondary .lp-buttonConversion-text::before {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-buttonConversion .lp-buttonConversion-body::before {
    content: none !important;
  }
}
.lp-buttonConversion-text {
  position: relative;
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}

.lp-text {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .lp-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-text {
    font-size: 1.5rem;
  }
}
.lp-text:has(+ .lp-textAnnotation) {
  margin-bottom: 24px;
}
.lp-text:has(+ .lp-headingLevel3-outer), .lp-text:has(+ .lp-layout-gridSwitchGroup) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-text:has(+ .lp-headingLevel3-outer) {
    margin-bottom: 20px;
  }
}
.lp-textLead {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1199px) {
  .lp-textLead {
    font-size: calc(2.8rem + (1vw - 1.024rem) * (6.8181818182));
  }
}
@media screen and (max-width: 1023px) {
  .lp-textLead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-textLead {
    font-size: calc(2.2rem + (1vw - 0.36rem) * (1.4705882353));
  }
}
@media screen and (max-width: 360px) {
  .lp-textLead {
    font-size: 2.2rem;
  }
}
.lp-textLead.of-primary {
  margin-bottom: 24px;
  font-size: 2.2rem;
}
.lp-textLink {
  width: fit-content;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .lp-textLink {
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
.lp-textLink > a {
  color: var(--COLOR_LIGHT);
  text-decoration: none;
}
.lp-textLink.of-arrow {
  position: relative;
  padding-left: 35px;
}
.lp-textLink.of-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
  background: var(--COLOR_BACKGROUND_LIGHT);
}
.lp-textLink:hover {
  text-decoration: underline;
}
.lp-textAnnotation {
  display: block;
  position: relative;
  max-width: fit-content;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lp-textAnnotation {
    font-size: 1.2rem;
  }
}
.lp-textAnnotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.lp-textPhone {
  display: block;
  max-width: fit-content;
  margin-bottom: 24px;
}
.lp-textPhone-number {
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: 1.2;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0 !important;
  gap: 8px;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 16px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 35px;
  min-width: 35px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
}
.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;
}
.lp-textPhone.of-primary {
  margin-inline: auto;
}
.lp-textPhone.of-primary > .lp-textPhone-body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .lp-textPhone.of-primary > .lp-textPhone-body {
    flex-direction: column;
    gap: 4px;
  }
}
.lp-textPhone.of-center {
  text-align: center;
}
.lp-textPhone.of-center .lp-textPhoneLink-numberGroup {
  justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 1;
  color: var(--COLOR_LIGHT);
  text-decoration: none;
  cursor: default;
}

.lp-video-button {
  display: none;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-bottom: 24px;
  margin-left: auto;
  overflow: hidden;
  border: 2px solid var(--COLOR_LIGHT);
  border-radius: 50%;
}
.lp-video-button::before, .lp-video-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  left: auto;
  width: 2px;
  height: 10px;
  transform: translateY(-50%);
  border: 0;
  background-color: var(--COLOR_BACKGROUND_LIGHT);
}
.lp-video-button::before {
  left: 15px;
}
.lp-video-button::after {
  right: 15px;
}
.lp-video-button.is-paused::before {
  left: 55%;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.lp-video-button.is-paused::after {
  content: none;
}
.lp-video-buttonText {
  position: absolute;
  z-index: -10;
  top: -600%;
  left: -200%;
  white-space: nowrap;
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-display-inlineBlock {
  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-gap-primary {
  gap: 4px;
}
.lp-utility-background-primary {
  background: linear-gradient(90deg, rgba(0, 142, 181, 0.8) 0%, rgba(62, 120, 206, 0.8) 100%);
}
.lp-utility-background-secondary {
  background: linear-gradient(90deg, var(--COLOR_BACKGROUND_TERTIARY) 0%, var(--COLOR_BACKGROUND_QUATERNARY) 100%);
}

.lp-extraLargeScreen-line-break {
  display: block;
}
@media screen and (max-width: 1199px) {
  .lp-extraLargeScreen-line-break {
    display: inline;
  }
}

.lp-largeScreen-show {
  display: none;
}
@media screen and (min-width: 1200px) {
  .lp-largeScreen-show {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .lp-largeScreen-textAlign-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .lp-largeScreen-textAlign-center {
    text-align: center !important;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
  .lp-largeScreen-alignItems-center {
    align-items: center;
  }
  .lp-largeScreen-marginBottom-primary {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-line-break {
    display: block;
  }
  .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: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .lp-smallScreen-textAlign-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .lp-extraSmallScreen-line-break {
    display: block;
  }
  .lp-extraSmallScreen-hide {
    display: none;
  }
  .lp-extraSmallScreen-textAlign-center {
    text-align: center !important;
  }
  .lp-extraSmallScreen-textAlign-left {
    text-align: left !important;
  }
  .lp-extraSmallScreen-display-inlineBlock {
    display: inline-block;
  }
  .lp-extraSmallScreen-marginBottom-primary {
    margin-bottom: 4px;
  }
}

[data-script-enabled=true] .lp-video-button {
  display: block;
}
[data-script-enabled=true] .lp-jumbotron-image {
  opacity: 0;
}
[data-script-enabled=true] .lp-jumbotron-image.is-show {
  opacity: 1;
}
[data-script-enabled=true] .lp-jumbotron-image.is-show.of-animation-primary {
  transition: opacity 1s ease 0.5s;
}
[data-script-enabled=true] .lp-jumbotron-image.is-show.of-animation-secondary {
  transition: opacity 1s ease 1s;
}
[data-script-enabled=true] .lp-jumbotron-image.is-show.of-animation-tertiary {
  transition: opacity 1s ease 1.5s;
  animation: blinkMotion 5s ease-in-out 2.4s 1 forwards;
}
[data-script-enabled=true] .lp-jumbotron-image.of-notAnimation {
  opacity: 1;
}
[data-script-enabled=true] .lp-step-column {
  opacity: 0;
}
[data-script-enabled=true] .lp-step-column.is-show {
  opacity: 1;
}
[data-script-enabled=true] .lp-step-column.is-show.of-animation-primary {
  transition: opacity 1s ease 0.2s;
}
[data-script-enabled=true] .lp-step-column.is-show.of-animation-secondary {
  transition: opacity 1s ease 0.6s;
}
[data-script-enabled=true] .lp-step-column.is-show.of-animation-tertiary {
  transition: opacity 1s ease 1s;
}
[data-script-enabled=true] .lp-marker {
  display: block;
  animation: moveMaker var(--duration) linear infinite;
  animation-play-state: running;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-marker {
    animation: moveMakerSP var(--duration) linear infinite;
  }
}
[data-script-enabled=true] .lp-marker.is-paused {
  animation-play-state: paused;
}

@keyframes blinkMotion {
  0%, 33%, 66%, 100% {
    opacity: 1;
  }
  16%, 50%, 83% {
    opacity: 0;
  }
}
:root {
  --duration: 4.5s;
  --fade-duration: 1000ms;
  --fade-ease: ease;
}

@keyframes moveMaker {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 24px);
  }
  100% {
    left: 0;
  }
}
@keyframes moveMakerSP {
  0% {
    top: 0;
  }
  50% {
    top: calc(100% - 24px);
  }
  100% {
    top: 0;
  }
}
