:root {
  --LP_FONT_FAMILY_PRIMARY: source-han-serif-japanese, serif;
  --LP_FONT_FAMILY_SECONDARY: biz-udgothic, sans-serif;
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_BLACK: #000;
  --LP_COLOR_LIGHTBLACK: #333;
  --LP_COLOR_RED: #ce0010;
  --LP_COLOR_GRAY: #131313;
  --LP_COLOR_LIGHTGRAY: #666;
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_MEDIUM: 500;
  --LP_FONT_WEIGHT_REGULAR: 400;
  --LP_LINE_HEIGHT_PRIMARY: 1.8;
  --LP_LINE_HEIGHT_SECONDARY: 1.5;
  --LP_LINE_HEIGHT_TERTIARY: 1.45;
  --LP_LINE_HEIGHT_QUATERNARY: 1.4;
  --LP_LINE_HEIGHT_QUINARY: 1.35;
  --LP_LINE_HEIGHT_SENARY: 1.2;
  --LP_LINE_HEIGHT_SEPTENARY: 1;
  --LP_FOOTER_COLOR: #a8a8a8;
}

: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: 360px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, "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.3;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

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%;
}

.lp-layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: clip;
}
@media screen and (max-width: 969px) {
  .lp-layout-container {
    min-height: auto;
  }
}

.lp-layout-footer {
  background-color: var(--LP_COLOR_WHITE);
  color: var(--LP_COLOR_LIGHTGRAY);
}
.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1920px;
  margin-inline: auto;
  padding: 1.6rem 4rem;
  gap: 1.2rem 3.3rem;
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 969px) {
  .lp-layout-footer-content {
    padding: 1.6rem 2rem;
    gap: 1.6rem 3.3rem;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
  gap: 1rem 3.3rem;
}
.lp-layout-footer-list > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li + li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1.7rem;
  width: 0.1rem;
  height: 100%;
  transform: translateY(-50%);
  background-color: var(--LP_FOOTER_COLOR);
}
@media screen and (max-width: 969px) {
  .lp-layout-footer-list > li + li:last-child::before {
    content: none;
  }
}
.lp-layout-footer-list a {
  color: var(--LP_COLOR_LIGHTGRAY);
  text-decoration: none;
}
.lp-layout-footer-copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 969px) {
  .lp-layout-footer-copyright {
    width: 100%;
    line-height: var(--LP_LINE_HEIGHT_SECONDARY);
    text-align: center;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin-inline: auto;
  padding: 1.6rem 8rem;
  gap: 2.4rem;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-layout-header-content {
    padding: 1.6rem calc(4rem + (1vw - 0.969rem) * (4.2060988433));
  }
}
@media screen and (max-width: 969px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 1.8rem 4rem 2rem;
  }
}
.lp-layout-header-logo {
  display: block;
  margin-bottom: 0;
  line-height: var(--LP_LINE_HEIGHT_SEPTENARY);
}
.lp-layout-header-logo > a {
  display: block;
  line-height: var(--LP_LINE_HEIGHT_SENARY);
}
.lp-layout-header-logo img {
  min-width: 11.4rem;
}
@media screen and (max-width: 969px) {
  .lp-layout-header-logo img {
    min-width: 9.2rem;
  }
}
.lp-layout-header-utilityGroup {
  padding-left: 4rem;
}
.lp-layout-header-utilityGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-utilityGroupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -1.6rem;
  margin-right: -2.4rem;
}
.lp-layout-header-utilityGroupList > li {
  margin-top: 1.6rem;
  padding-right: 2.4rem;
}
.lp-layout-header-utilityGroupList > li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-header-utilityGroupList > li .lp-textPhone a {
  cursor: default;
}

.lp-layout-main {
  overflow: hidden;
  background: var(--LP_COLOR_WHITE);
  color: var(--LP_COLOR_BLACK);
}
.lp-layout-main > *:last-child {
  margin-bottom: 0 !important;
}

.lp-jumbotron-inner {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: self-start;
  max-width: 1920px;
  min-height: 114.8rem;
  margin-inline: auto;
  padding: 4rem 8rem;
  gap: min(3.2rem + (1vw - 1.365rem) * (3.1531531532), 4.95rem);
}
.lp-jumbotron-inner > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-inner {
    min-height: calc(67.3rem + (1vw - 0.969rem) * (49.1903259727));
    padding: 4rem calc(4rem + (1vw - 0.969rem) * (4.2060988433));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-inner {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 1.6rem calc(2rem + (1vw - 0.36rem) * (22.9885057471)) 3.2rem;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-inner {
    padding: 1.6rem 2rem 3.2rem;
  }
}
.lp-jumbotron-body {
  z-index: 1;
  width: 76.1363636364%;
  margin-left: auto;
  padding: 9rem 0 4rem;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-body {
    padding: calc(4rem + (1vw - 1.365rem) * (9.009009009)) 0 4rem;
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-body {
    position: initial;
    width: 100%;
    padding: 0;
    transform: translate(0);
  }
}
.lp-jumbotron-image {
  position: absolute;
  top: 0.8rem;
  left: -19.4rem;
  max-width: 96rem;
}
.lp-jumbotron-image > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-image {
    left: calc(-17rem + (1vw - 0.969rem) * (-2.523659306));
    max-width: calc(56rem + (1vw - 0.969rem) * (42.0609884332));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-image {
    position: initial;
    top: 0;
    width: 100%;
    max-width: 48rem;
  }
}
.lp-jumbotron-title {
  margin-bottom: 9.6rem;
}
.lp-jumbotron-title > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-title {
    margin-bottom: calc(4.8rem + (1vw - 0.969rem) * (5.047318612));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-title {
    margin-bottom: 2.6rem;
  }
}
.lp-jumbotron-series {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  padding: 2rem 0 0;
  text-align: left;
  gap: 3rem;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-series {
    margin-bottom: calc(2rem + (1vw - 0.969rem) * (2.1030494217));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-series {
    flex-direction: column;
    margin-bottom: 1.6rem;
    padding: 1.2rem 0 0;
    gap: 1.2rem;
  }
}
.lp-jumbotron-seriesImage {
  width: 42.3134328358%;
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-seriesImage {
    width: 61.0333692142%;
  }
}
.lp-jumbotron-seriesImage02 {
  width: 36.1940298507%;
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-seriesImage02 {
    width: 52.2066738428%;
  }
}
.lp-jumbotron-seriesGroup {
  display: block;
  margin-bottom: 4rem;
}
.lp-jumbotron-seriesGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-seriesName {
  display: block;
  margin-bottom: 4rem;
  line-height: 1;
  text-align: center;
}
.lp-jumbotron-seriesName > img {
  width: 91.3432835821%;
}
.lp-jumbotron + .lp-section .lp-section-content {
  padding-top: 8rem;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron + .lp-section .lp-section-content {
    padding-top: calc(4rem + (1vw - 0.969rem) * (10.101010101));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron + .lp-section .lp-section-content {
    padding-top: calc(3.2rem + (1vw - 0.36rem) * (1.3136288998));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron + .lp-section .lp-section-content {
    padding-top: 3.2rem;
  }
}

.lp-section-content {
  max-width: 160rem;
  margin-inline: auto;
  padding: 8rem 16rem;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1365px) {
  .lp-section-content {
    padding: calc(5.6rem + (1vw - 0.969rem) * (6.0606060606)) calc(4rem + (1vw - 0.969rem) * (30.303030303));
  }
}
@media screen and (max-width: 969px) {
  .lp-section-content {
    padding: calc(3.2rem + (1vw - 0.36rem) * (3.9408866995)) calc(2rem + (1vw - 0.36rem) * (22.9885057471));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content {
    padding: 3.2rem 2rem;
  }
}
.lp-section:has(+ .lp-section.of-conversion) .lp-section-content {
  padding: 8rem 16rem 16rem;
}
@media screen and (max-width: 1365px) {
  .lp-section:has(+ .lp-section.of-conversion) .lp-section-content {
    padding: calc(5.6rem + (1vw - 0.969rem) * (6.0606060606)) calc(4rem + (1vw - 0.969rem) * (30.303030303)) calc(6.4rem + (1vw - 0.969rem) * (28.7878787879));
  }
}
@media screen and (max-width: 969px) {
  .lp-section:has(+ .lp-section.of-conversion) .lp-section-content {
    padding: calc(3.2rem + (1vw - 0.36rem) * (3.9408866995)) calc(2rem + (1vw - 0.36rem) * (22.9885057471)) 6.4rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-section:has(+ .lp-section.of-conversion) .lp-section-content {
    padding: 3.2rem 2rem 6.4rem;
  }
}
.lp-section.of-conversion {
  background-color: var(--LP_COLOR_BLACK);
  color: var(--LP_COLOR_WHITE);
}
.lp-section.of-conversion .lp-section-content {
  padding: 4.8rem 16rem;
}
@media screen and (max-width: 1365px) {
  .lp-section.of-conversion .lp-section-content {
    padding: 4.8rem calc(4rem + (1vw - 0.969rem) * (30.303030303));
  }
}
@media screen and (max-width: 969px) {
  .lp-section.of-conversion .lp-section-content {
    padding: 4.8rem calc(2rem + (1vw - 0.36rem) * (22.9885057471));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-conversion .lp-section-content {
    padding: 4.8rem 2rem;
  }
}
@media screen and (max-width: 969px) {
  .lp-section.of-primary .lp-section-content {
    padding: 4rem 2rem 2.4rem;
  }
}

.lp-headingLevel2 {
  margin-bottom: 4.8rem;
  font-size: 4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2 {
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (2.0512820513));
    font-size: calc(2.6rem + (1vw - 0.36rem) * (0.8974358974));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2 {
    margin-bottom: 1.6rem;
    font-size: 2.6rem;
  }
}

.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 {
  display: inline-block;
  max-width: 41.9rem;
  padding: 2.4rem 7.2rem;
  border-radius: 4rem;
  background-color: var(--LP_COLOR_WHITE);
  box-shadow: 0.6rem 0.6rem 1.6rem 0 rgba(0, 0, 0, 0.5);
  color: var(--LP_COLOR_RED);
  font-size: min(1.6rem + (1vw - 1.365rem) * (0.7207207207), 2.4rem);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
  text-decoration: none;
}
@media screen and (max-width: 1920px) {
  .lp-buttonConversion {
    padding: calc(2rem + (1vw - 0.969rem) * (0.4206098843)) calc(4.8rem + (1vw - 0.969rem) * (2.523659306));
  }
}
@media screen and (max-width: 969px) {
  .lp-buttonConversion {
    min-width: 32rem;
    max-width: 100%;
    padding: 2rem 4.8rem;
    font-size: 1.6rem;
  }
}
.lp-buttonConversion:hover, .lp-buttonConversion:active, .lp-buttonConversion:focus {
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
}
.lp-buttonConversion-text {
  display: block;
  color: var(--LP_COLOR_RED);
  font-family: var(--LP_FONT_FAMILY_SECONDARY);
  font-size: min(1.6rem + (1vw - 0.36rem) * (0.2564102564), 2rem);
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  text-align: center;
}
.lp-buttonConversion.of-conversion {
  border-radius: 4.3rem;
  background: var(--LP_COLOR_BLACK);
  box-shadow: 0.6rem 0.6rem 1.6rem 0 rgba(255, 255, 255, 0.5);
}
.lp-buttonConversion.of-conversion:hover, .lp-buttonConversion.of-conversion:active, .lp-buttonConversion.of-conversion:focus {
  background-color: #131313;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(255, 255, 255, 0.5);
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  justify-self: center;
  gap: 2.4rem 1.6rem;
}
.lp-listButton > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 969px) {
  .lp-listButton {
    margin-top: 0;
    margin-bottom: max(4rem + (1vw - 0.36rem) * (5.9113300493), 4rem);
    gap: 1.2rem;
  }
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0 !important;
}

.lp-text {
  margin-bottom: 1.6rem;
  font-family: var(--LP_FONT_FAMILY_SECONDARY);
  font-size: 2rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1920px) {
  .lp-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.2564102564));
  }
}
@media screen and (max-width: 360px) {
  .lp-text {
    font-size: 1.6rem;
  }
}
.lp-text.of-line-break {
  display: block;
}
@media screen and (max-width: 969px) {
  .lp-text.of-line-break {
    display: none;
  }
}
.lp-text-series {
  margin-bottom: 5.6rem;
  font-size: 5.2rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1920px) {
  .lp-text-series {
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (0.7692307692));
    font-size: calc(4rem + (1vw - 0.36rem) * (0.7692307692));
  }
}
@media screen and (max-width: 360px) {
  .lp-text-series {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}
.lp-text-series > span {
  display: inline-block;
}
.lp-text-seriesName {
  font-size: 5.2rem;
}
@media screen and (max-width: 1920px) {
  .lp-text-seriesName {
    font-size: calc(3.6rem + (1vw - 0.36rem) * (1.0256410256));
  }
}
@media screen and (max-width: 360px) {
  .lp-text-seriesName {
    font-size: 3.6rem;
  }
}

.lp-textPhoneLink {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.lp-textPhoneLink > *:last-child {
  margin-bottom: 0 !important;
}
.lp-textPhoneLink-body {
  display: flex;
  flex-direction: column;
}
.lp-textPhoneLink-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-textPhoneLink-number {
  max-width: 32rem;
  font-size: 2rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  letter-spacing: 0;
  line-height: var(--LP_LINE_HEIGHT_SENARY);
}
@media screen and (max-width: 969px) {
  .lp-textPhoneLink-number {
    font-size: 2.4rem;
  }
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: flex-start;
}
.lp-textPhoneLink-numberGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 969px) {
  .lp-textPhoneLink-numberGroup {
    margin-bottom: 0.3rem;
  }
}
.lp-textPhoneLink-note {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  line-height: var(--LP_LINE_HEIGHT_QUINARY);
}
.lp-textPhoneLink-icon {
  width: 3.6rem;
  min-width: 3.6rem;
  height: 2rem;
  min-height: 2rem;
  margin-top: 0.2rem;
  margin-inline: 0.1rem 0.6rem;
}
.lp-textPhoneLink-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhoneLink-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhoneLink-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhoneLink-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhoneLink-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}
@media screen and (max-width: 969px) {
  .lp-textPhoneLink-icon {
    min-width: 4rem;
    min-height: 2.2rem;
    margin-inline: 0.1rem 0.8rem;
  }
}

a.lp-textPhoneLink-body,
a:hover.lp-textPhoneLink-body {
  opacity: 1;
  color: var(--LP_COLOR_LIGHTBLACK);
  text-decoration: none;
  cursor: default;
}

.lp-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20rem;
  max-width: 20rem;
  padding: 1.2rem 1.6rem;
  background-color: var(--LP_COLOR_RED);
  color: var(--LP_COLOR_WHITE);
  font-size: 3.2rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
.lp-label > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1920px) {
  .lp-label {
    min-width: calc(10.6rem + (1vw - 0.36rem) * (6.0256410256));
    max-width: calc(10.6rem + (1vw - 0.36rem) * (6.0256410256));
    padding: calc(0.8rem + (1vw - 0.36rem) * (0.2564102564)) 1.6rem;
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.8974358974));
  }
}
@media screen and (max-width: 360px) {
  .lp-label {
    min-width: 10.6rem;
    max-width: 10.6rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem;
  }
}
.lp-label-outer {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}
.lp-label-outer > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 969px) {
  .lp-label-outer {
    margin-bottom: 0.8rem;
  }
}

.lp-media {
  display: flex;
  align-items: center;
  margin-bottom: 7.2rem;
  gap: 4rem;
}
@media screen and (max-width: 1920px) {
  .lp-media {
    margin-bottom: calc(5.6rem + (1vw - 0.969rem) * (1.6824395373));
    gap: calc(3.2rem + (1vw - 0.969rem) * (0.8412197687));
  }
}
@media screen and (max-width: 969px) {
  .lp-media {
    flex-direction: column;
    margin-bottom: calc(3.2rem + (1vw - 0.36rem) * (3.9408866995));
    gap: 3.2rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-media {
    margin-bottom: 3.2rem;
  }
}
.lp-media.of-row-reverse {
  flex-direction: row-reverse;
}
.lp-media-image {
  width: 62rem;
}
@media screen and (max-width: 1920px) {
  .lp-media-image {
    width: 50%;
  }
}
@media screen and (max-width: 969px) {
  .lp-media-image {
    width: 100%;
  }
}
.lp-media-body {
  flex: 1;
}
.lp-media-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-mediaConversion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7.2rem;
  gap: 4rem;
}
@media screen and (max-width: 1920px) {
  .lp-mediaConversion {
    margin-bottom: calc(3.2rem + (1vw - 0.969rem) * (4.2060988433));
  }
}
@media screen and (max-width: 969px) {
  .lp-mediaConversion {
    flex-direction: column;
    margin-bottom: 3.2rem;
    gap: 6.4rem;
  }
}
.lp-mediaConversion-image {
  min-width: 39.84375%;
  max-width: 39.84375%;
}
@media screen and (max-width: 969px) {
  .lp-mediaConversion-image {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.lp-mediaConversion-body > *:last-child {
  margin-bottom: 0 !important;
}

.lp-utility-line-break {
  display: block !important;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-color-primary {
  color: var(--LP_COLOR_RED);
}
.lp-utility-font-primary {
  font-family: var(--LP_FONT_FAMILY_PRIMARY);
}

@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-line-break {
    display: block;
  }
}
@media not screen and (max-width: 969px) {
  .lp-largeScreen-hide {
    display: none;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
  .lp-largeScreen-writingMode-vertical {
    writing-mode: vertical-rl;
  }
  .lp-largeScreen-letterSpacing-0 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 969px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
  .lp-smallScreen-lastChild {
    margin-bottom: 0;
  }
}
