@charset "UTF-8";
.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;
}

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

:root {
  --LP_COLOR_DARK: #333;
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_RED: #d0121b;
  --LP_COLOR_GRAY: #747982;
  --LP_COLOR_BACKGROUND_PRIMARY: #f8f8f9;
  --LP_COLOR_BACKGROUND_SECONDARY: #dbdfe6;
  --LP_DROP_SHADOW_PRIMARY: -16px 16px 32px var(--LP_COLOR_WHITE);
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_MEDIUM: 500;
  --LP_FONT_WEIGHT_NORMAL: 400;
  --LP_LINE_HEIGHT_PRIMARY: 1.3;
  --LP_LINE_HEIGHT_SECONDARY: 1.5;
  --LP_LINE_HEIGHT_TERTIARY: 1.8;
}

.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-card-content > *:last-child, .lp-card > *:last-child, .lp-figure > *:last-child, .lp-mediaFeature-body > *:last-child, .lp-mediaFeature-image > *:last-child, .lp-mediaFeature > *:last-child, .lp-media-body > *:last-child, .lp-media-image > *:last-child, .lp-media > *:last-child, .lp-listDescription-body > *:last-child, .lp-listDescription > *:last-child, .lp-listOrdered-body > *:last-child, .lp-listOrdered > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-navigation-outer > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-grid-column > *:last-child, .lp-layout-grid > *:last-child, .lp-layout-content > *:last-child, .lp-layout-footer-copyright > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-main > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-container.of-outermost {
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
}
@media screen and (max-width: 1023px) {
  .lp-layout-container.of-outermost {
    background-color: var(--LP_COLOR_WHITE);
  }
}
.lp-layout-container.of-scroll {
  width: 100%;
  max-width: 640px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1920px) {
  .lp-layout-container.of-scroll {
    max-width: calc(45.6rem + (1vw - 1.366rem) * (33.2129963899));
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-container.of-scroll {
    max-width: 456px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-container.of-scroll {
    max-width: 100%;
    margin-bottom: 0;
    margin-inline: auto;
    filter: none;
  }
}
.lp-layout-container.of-sticky {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  padding: 48px 0;
}
@media screen and (max-width: 1920px) {
  .lp-layout-container.of-sticky {
    padding: calc(0rem + (1vw - 1.366rem) * (8.6642599278)) 0;
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-container.of-sticky {
    width: 100%;
    max-width: calc(63.8rem + (1vw - 1.024rem) * (94.1520467836));
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-container.of-sticky {
    position: initial;
    max-width: 640px;
    height: auto;
    margin-inline: auto;
  }
}
@media screen and (max-height: 720px) {
  .lp-layout-container.of-sticky {
    overflow-y: auto;
  }
}
.lp-layout-container.of-sticky > .lp-layout-content {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
  padding: 0 40px;
  background-color: initial;
}
@media screen and (max-width: 1023px) {
  .lp-layout-container.of-sticky > .lp-layout-content {
    padding: 0 calc(2rem + (1vw - 0.64rem) * (5.2083333333));
  }
}
@media screen and (max-width: 640px) {
  .lp-layout-container.of-sticky > .lp-layout-content {
    padding: 0 20px;
  }
}
.lp-layout-container.of-image {
  position: sticky;
  order: -1;
  width: calc(50% - 640px);
  height: 100vh;
  min-height: 590px;
  overflow: hidden;
  inset: 0;
}
@media screen and (max-width: 1920px) {
  .lp-layout-container.of-image {
    width: calc(22.7rem + (1vw - 1.024rem) * (10.3794642857));
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-container.of-image {
    display: none;
  }
}
.lp-layout-container.of-image > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  max-width: 600px;
  object-fit: contain;
}
@media screen and (min-width: 3000px) {
  .lp-layout-container.of-image > img {
    left: -1%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 3000px) {
  .lp-layout-container.of-image > img {
    left: calc(-12.6rem + (1vw - 1.92rem) * (11.6666666667));
    width: calc(60rem + (1vw - 1.92rem) * (13.8888888889));
    max-width: calc(60rem + (1vw - 1.92rem) * (13.8888888889));
  }
}
@media screen and (max-width: 1920px) {
  .lp-layout-container.of-image > img {
    top: auto;
    left: calc(-9rem + (1vw - 1.024rem) * (-4.0178571429));
    width: calc(36rem + (1vw - 1.024rem) * (26.7857142857));
  }
}
@media screen and (max-height: 640px) {
  .lp-layout-container.of-image > img {
    bottom: -50px;
  }
}

.lp-layout-main {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  color: var(--LP_COLOR_DARK);
}
@media screen and (max-width: 1023px) {
  .lp-layout-main {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-main {
    padding: 0;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
@media screen and (max-width: 1920px) {
  .lp-layout-header-content {
    padding: calc(2.8rem + (1vw - 1.366rem) * (2.1660649819)) 20px;
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-header-content {
    padding: 28px 20px;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-header-content {
    padding: 16px 20px 28px;
  }
}
.lp-layout-header-logo {
  line-height: 1;
}
.lp-layout-header-logo > img {
  width: 135px;
}
@media screen and (max-width: 1920px) {
  .lp-layout-header-logo > img {
    width: calc(9.1rem + (1vw - 1.366rem) * (7.9422382671));
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-header-logo > img {
    width: 91px;
  }
}

.lp-layout-footer-content {
  max-width: 2080px;
  margin-inline: auto;
  padding: 24px 40px;
}
@media screen and (max-width: 1920px) {
  .lp-layout-footer-content {
    padding: calc(2.2rem + (1vw - 0.36rem) * (0.1282051282)) calc(2rem + (1vw - 0.36rem) * (1.2820512821));
  }
}
@media screen and (max-width: 360px) {
  .lp-layout-footer-content {
    padding: 22px 20px;
  }
}
.lp-layout-footer-copyright {
  margin-bottom: 16px;
  font-size: 1.2rem;
  text-align: center;
}

.lp-layout-content {
  padding-bottom: 56px;
  background-color: var(--LP_COLOR_BACKGROUND_SECONDARY);
}
@media screen and (max-width: 1920px) {
  .lp-layout-content {
    padding-bottom: calc(4.8rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-content {
    padding-bottom: 48px;
  }
}
.lp-layout-content + .lp-layout-content {
  position: relative;
  padding: 0;
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
}
.lp-layout-content.of-arrow {
  position: relative;
}
.lp-layout-content.of-arrow::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -23px;
  left: 50%;
  width: 160px;
  height: 24px;
  transform: translateX(-50%);
  background-color: var(--LP_COLOR_BACKGROUND_SECONDARY);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 1920px) {
  .lp-layout-content.of-arrow::before {
    bottom: calc(-1.6rem + (1vw - 1.024rem) * (-0.78125));
    width: calc(10rem + (1vw - 1.024rem) * (6.6964285714));
    height: calc(1.6rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-content.of-arrow::before {
    bottom: -16px;
    width: 100px;
    height: 16px;
  }
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -40px 0 40px -16px;
}
@media screen and (max-width: 1920px) {
  .lp-layout-grid {
    margin: calc(-1.6rem + (1vw - 1.024rem) * (-2.6785714286)) 0 calc(0.8rem + (1vw - 1.024rem) * (3.5714285714)) calc(-0.8rem + (1vw - 1.024rem) * (-0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid {
    margin: -16px 0 8px -8px;
  }
}
.lp-layout-grid-column {
  margin-top: 40px;
  padding-left: 16px;
}
@media screen and (max-width: 1920px) {
  .lp-layout-grid-column {
    margin-top: calc(1.6rem + (1vw - 1.024rem) * (2.6785714286));
    padding-left: calc(0.8rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid-column {
    margin-top: 16px;
    padding-left: 8px;
  }
}
.lp-layout-grid-column:not([class*=of-column-]) {
  width: 100%;
}
.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-layout-grid-column.of-flex > * {
  width: 100%;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 50%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 25%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 20%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 16.6666666667%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 14.2857142857%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 12.5%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 11.1111111111%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 10%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 9.0909090909%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 8.3333333333%;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
  width: 100%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
  width: 100%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
  width: 50%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
  width: 75%;
}
.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
  width: 100%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
  width: 40%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
  width: 60%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
  width: 80%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
  width: 100%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
  width: 50%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  width: 83.3333333333%;
}
.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
  width: 100%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
  width: 28.5714285714%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  width: 42.8571428571%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  width: 57.1428571429%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  width: 71.4285714286%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  width: 85.7142857143%;
}
.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
  width: 100%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
  width: 25%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
  width: 37.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
  width: 50%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
  width: 62.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
  width: 75%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
  width: 87.5%;
}
.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
  width: 100%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
  width: 22.2222222222%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  width: 44.4444444444%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  width: 55.5555555556%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  width: 77.7777777778%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  width: 88.8888888889%;
}
.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
  width: 100%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
  width: 20%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
  width: 30%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
  width: 40%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
  width: 50%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
  width: 60%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
  width: 70%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
  width: 80%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
  width: 90%;
}
.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
  width: 100%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
  width: 18.1818181818%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  width: 27.2727272727%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  width: 36.3636363636%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  width: 45.4545454545%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  width: 54.5454545455%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  width: 63.6363636364%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  width: 72.7272727273%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  width: 81.8181818182%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  width: 90.9090909091%;
}
.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
  width: 100%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
  width: 16.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
  width: 25%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
  width: 33.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  width: 41.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
  width: 50%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
  width: 58.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  width: 66.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
  width: 75%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
  width: 83.3333333333%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  width: 91.6666666667%;
}
.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid[class*=of-column-] > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid[class*=of-column-] > .lp-layout-grid-column[class*=of-column-] {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-2 > .lp-layout-grid-column[class*=of-column-] {
    width: 50%;
  }
  .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column:not([class*=of-column-]),
  .lp-layout-grid.lp-largeScreen-column-3 > .lp-layout-grid-column[class*=of-column-] {
    width: 33.3333333333%;
  }
}

.lp-jumbotron {
  background: linear-gradient(180deg, var(--LP_COLOR_WHITE) 0%, var(--LP_COLOR_BACKGROUND_SECONDARY) 100%);
}
.lp-jumbotron-content {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding: 0 40px;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-content {
    padding: 0 calc(2rem + (1vw - 1.024rem) * (2.2321428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    max-width: 640px;
    padding: 0 20px 16px;
  }
}
.lp-jumbotron-body {
  margin-bottom: 32px;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-body {
    margin-bottom: calc(2.6rem + (1vw - 1.366rem) * (1.083032491));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    margin-bottom: 32px;
  }
}
.lp-jumbotron-image {
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-image {
    max-width: calc(40rem + (1vw - 1.366rem) * (28.880866426));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-image {
    max-width: 400px;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 72px;
  font-size: 6rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-title {
    margin-bottom: calc(2.4rem + (1vw - 1.366rem) * (8.6642599278));
    font-size: calc(4.2rem + (1vw - 1.366rem) * (3.2490974729));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-title {
    margin-bottom: 24px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    font-size: calc(3.5rem + (1vw - 0.36rem) * (1.0542168675));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title {
    font-size: 3.5rem;
  }
}
.lp-jumbotron-title em {
  padding-top: 0.43em;
  background-image: radial-gradient(0.07em 0.07em at center center, var(--LP_COLOR_RED), var(--LP_COLOR_RED) 100%, transparent, transparent);
  background-repeat: repeat-x;
  background-size: 1em 1em;
}
.lp-jumbotron-textScroll {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  margin-bottom: 61px;
  transform: rotate(90deg) translateX(-50%);
  color: var(--LP_COLOR_DARK);
  font-size: 1.6rem;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-textScroll {
    font-size: calc(1.1rem + (1vw - 1.024rem) * (0.5580357143));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-textScroll {
    font-size: 1.1rem;
  }
}
.lp-jumbotron-textScroll > span {
  display: block;
  position: relative;
  margin-right: 52px;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-textScroll > span {
    margin-right: calc(3.9rem + (1vw - 1.024rem) * (1.4508928571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-textScroll > span {
    margin-right: 39px;
  }
}
.lp-jumbotron-textScroll > span::before, .lp-jumbotron-textScroll > span::after {
  content: "";
  display: block;
  position: absolute;
}
.lp-jumbotron-textScroll > span::before {
  top: 50%;
  right: -52px;
  width: 40px;
  height: 1px;
  transform: translateY(-50%);
  background: var(--LP_COLOR_GRAY);
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-textScroll > span::before {
    right: calc(-3.9rem + (1vw - 1.024rem) * (-1.4508928571));
    width: calc(2.8rem + (1vw - 1.024rem) * (1.3392857143));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-textScroll > span::before {
    right: -39px;
    width: 28px;
  }
}
.lp-jumbotron-textScroll > span::after {
  bottom: 11px;
  left: 106px;
  transform: rotate(270deg);
  border-width: 5px 0 5px 10px;
  border-style: solid;
  color: var(--LP_COLOR_GRAY);
  clip-path: polygon(0 0, 0 100%, 70% 0);
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-textScroll > span::after {
    bottom: calc(0.8rem + (1vw - 1.024rem) * (0.3348214286));
    left: calc(7.5rem + (1vw - 1.024rem) * (3.4598214286));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-textScroll > span::after {
    bottom: 8px;
    left: 75px;
  }
}

.lp-section {
  margin-bottom: 40px;
}
.lp-section-content {
  margin-inline: auto;
  padding: 0 40px;
}
@media screen and (max-width: 1920px) {
  .lp-section-content {
    padding: 0 calc(2rem + (1vw - 1.024rem) * (2.2321428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section-content {
    max-width: 680px;
    padding: 0 20px;
  }
}
.lp-section.of-primary {
  margin-bottom: 0;
  padding-top: 56px;
  padding-bottom: 40px;
  background-color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 1920px) {
  .lp-section.of-primary {
    padding-top: calc(4rem + (1vw - 1.024rem) * (1.7857142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-secondary {
    margin-bottom: 0;
  }
}
.lp-section.of-secondary .lp-section-content {
  padding-top: 40px;
}
@media screen and (max-width: 1920px) {
  .lp-section.of-secondary .lp-section-content {
    padding-top: calc(2rem + (1vw - 0.36rem) * (1.2820512821));
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-secondary .lp-section-content {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-secondary .lp-section-content {
    padding-top: 20px;
  }
}
.lp-section.of-backgroundImage-primary {
  position: relative;
}
.lp-section.of-backgroundImage-primary .lp-section-content > * {
  position: relative;
  z-index: 10;
}
.lp-section.of-backgroundImage-primary .lp-section-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.lp-navigation-outer {
  max-width: 640px;
  margin-bottom: 48px;
  margin-inline: auto;
}
.lp-navigation-content {
  margin-bottom: 2px;
}
.lp-navigation-link {
  display: block;
  position: relative;
  padding: 16px 40px 16px 75px;
  background-color: var(--LP_COLOR_WHITE);
  color: var(--LP_COLOR_DARK);
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
  text-decoration: none;
}
.lp-navigation-link::before, .lp-navigation-link::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--LP_COLOR_RED);
}
.lp-navigation-link::before {
  top: 50%;
  left: 40px;
  width: 13px;
  height: 9px;
  transform: translateY(calc(-50% - 3px));
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.lp-navigation-link::after {
  top: 50%;
  left: 37px;
  width: 19px;
  height: 2px;
  transform: translateY(calc(-50% + 5px));
}
.lp-navigation-text {
  font-size: 1.4rem;
}

.lp-headingLevel2 {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2 {
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (0.5128205128));
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.5128205128));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2 {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}
.lp-headingLevel2.of-primary {
  margin-bottom: 40px;
  font-size: 2.1rem;
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2.of-primary {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.0256410256));
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.3205128205));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2.of-primary {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
.lp-headingLevel2.of-secondary {
  font-size: 2.8rem;
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2.of-secondary {
    font-size: calc(2rem + (1vw - 0.36rem) * (0.5128205128));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2.of-secondary {
    font-size: 2rem;
  }
}
.lp-headingLevel2.of-detail {
  margin-bottom: 48px;
  padding: 8px 16px;
  background: linear-gradient(273deg, #d0121b 0%, #87030b 100%) 0% 0%;
  color: var(--LP_COLOR_WHITE);
  font-size: 2.4rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2.of-detail {
    margin-bottom: calc(1.6rem + (1vw - 1.366rem) * (5.7761732852));
    font-size: calc(1.8rem + (1vw - 1.366rem) * (1.083032491));
  }
}
@media screen and (max-width: 1365px) {
  .lp-headingLevel2.of-detail {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2.of-detail {
    margin-bottom: 24px;
  }
}
.lp-headingLevel2 > em {
  font-size: 4.4rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2 > em {
    font-size: calc(2.8rem + (1vw - 1.024rem) * (1.7857142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 > em {
    font-size: 2.8rem;
  }
}

.lp-text {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1920px) {
  .lp-text {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 360px) {
  .lp-text {
    font-size: 1.4rem;
  }
}
.lp-text.of-fontSize-primary {
  font-size: 1.8rem;
}
@media screen and (max-width: 1920px) {
  .lp-text.of-fontSize-primary {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.2564102564));
  }
}
@media screen and (max-width: 360px) {
  .lp-text.of-fontSize-primary {
    font-size: 1.4rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 32px -16px;
}
.lp-listButton.of-center {
  justify-content: center;
}
.lp-listButton.of-center > li {
  text-align: center;
}
.lp-listButton > li {
  margin-top: 24px;
  padding-left: 16px;
}
.lp-listButton > li.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-listButton > li.of-flex > * {
  width: 100%;
}

.lp-listOrdered {
  margin-bottom: 24px;
}
.lp-listOrdered-body {
  display: flex;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--LP_COLOR_BACKGROUND_SECONDARY);
  gap: 16px;
}
@media screen and (max-width: 1920px) {
  .lp-listOrdered-body {
    gap: calc(1.2rem + (1vw - 0.36rem) * (0.2564102564));
  }
}
@media screen and (max-width: 360px) {
  .lp-listOrdered-body {
    gap: 12px;
  }
}
.lp-listOrdered-body:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.lp-listOrdered-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 1920px) {
  .lp-listOrdered-text {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 360px) {
  .lp-listOrdered-text {
    font-size: 1.4rem;
  }
}
.lp-listOrdered-number {
  flex-shrink: 0;
  max-width: 30px;
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1920px) {
  .lp-listOrdered-number {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 360px) {
  .lp-listOrdered-number {
    font-size: 1.6rem;
  }
}

.lp-listDescription {
  margin-bottom: 32px;
}
.lp-listDescription-body {
  margin-bottom: 32px;
}
@media screen and (max-width: 1920px) {
  .lp-listDescription-body {
    margin-bottom: calc(1.6rem + (1vw - 1.366rem) * (2.8880866426));
  }
}
@media screen and (max-width: 1365px) {
  .lp-listDescription-body {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-listDescription-body {
    margin-bottom: 24px;
  }
}
.lp-listDescription-body > dt {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  color: var(--LP_COLOR_RED);
  font-size: 1.8rem;
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1920px) {
  .lp-listDescription-body > dt {
    font-size: calc(1.6rem + (1vw - 1.366rem) * (0.3610108303));
  }
}
@media screen and (max-width: 1365px) {
  .lp-listDescription-body > dt {
    font-size: 16px;
  }
}
.lp-listDescription-body > dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 100%;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_RED);
}
.lp-listDescription-body > dd {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: var(--LP_LINE_HEIGHT_SECONDARY);
}
@media screen and (max-width: 1023px) {
  .lp-listDescription-body > dd {
    font-size: 1.4rem;
  }
}

.lp-media {
  display: flex;
  margin-bottom: 24px;
  gap: 24px;
}
.lp-media.of-flexDirection-columnReverse {
  flex-direction: column-reverse;
}
.lp-media.of-primary {
  flex-direction: column-reverse;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .lp-media.of-primary {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.lp-media.of-primary .lp-media-body {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .lp-media.of-primary .lp-media-body {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .lp-media.of-primary .lp-media-image {
    width: auto;
    margin-right: 0;
  }
}
.lp-media.of-primary .lp-media-image > img {
  width: 176px;
}
@media screen and (max-width: 1023px) {
  .lp-media.of-primary .lp-media-image > img {
    width: calc(12rem + (1vw - 0.36rem) * (8.4337349398));
  }
}
@media screen and (max-width: 360px) {
  .lp-media.of-primary .lp-media-image > img {
    width: 120px;
  }
}
.lp-media-image {
  margin-inline: auto;
}

.lp-mediaFeature {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.lp-mediaFeature-body, .lp-mediaFeature-image {
  grid-column: 1/2;
  grid-row: 1/2;
}
.lp-mediaFeature-body {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: center;
  padding: 32px;
  background: linear-gradient(270deg, #f8f8f9 0%, #e5e8ec 100%);
}
@media screen and (max-width: 1920px) {
  .lp-mediaFeature-body {
    padding: calc(1.5rem + (1vw - 1.024rem) * (1.8973214286)) calc(1.6rem + (1vw - 1.024rem) * (1.7857142857));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaFeature-body {
    width: 100%;
    padding: 15px 16px;
  }
}
.lp-mediaFeature-image {
  min-width: 240px;
  max-width: 240px;
}
@media screen and (max-width: 1920px) {
  .lp-mediaFeature-image {
    min-width: calc(15rem + (1vw - 1.024rem) * (10.0446428571));
    max-width: calc(15rem + (1vw - 1.024rem) * (10.0446428571));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaFeature-image {
    min-width: 150px;
    max-width: 150px;
  }
}

.lp-figure {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 16px;
  text-align: center;
}
.lp-figure-caption {
  padding: 6px;
  background-color: #262628;
  color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1920px) {
  .lp-figure-caption {
    padding: calc(0.4rem + (1vw - 0.36rem) * (0.1282051282));
    font-size: calc(1.2rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 360px) {
  .lp-figure-caption {
    padding: 4px;
    font-size: 1.2rem;
  }
}

.lp-card {
  margin-bottom: 8px;
  background-color: var(--LP_COLOR_WHITE);
}
.lp-card-content {
  padding: 32px;
}
@media screen and (max-width: 1920px) {
  .lp-card-content {
    padding: calc(2.4rem + (1vw - 0.769rem) * (0.6950477845));
  }
}
@media screen and (max-width: 768px) {
  .lp-card-content {
    padding: 24px;
  }
}

.lp-video {
  max-width: 560px;
  margin-inline: auto;
}
@media screen and (max-width: 1920px) {
  .lp-video {
    max-width: calc(32rem + (1vw - 0.36rem) * (15.3846153846));
  }
}
@media screen and (max-width: 360px) {
  .lp-video {
    max-width: 320px;
  }
}
.lp-video-outer {
  margin-bottom: 48px;
}
@media screen and (max-width: 1920px) {
  .lp-video-outer {
    margin-bottom: calc(3.2rem + (1vw - 0.36rem) * (1.0256410256));
  }
}
@media screen and (max-width: 360px) {
  .lp-video-outer {
    margin-bottom: 32px;
  }
}

.lp-largeScreen-hide {
  display: none;
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-hide {
    display: block;
  }
}
.lp-largeScreen-show {
  display: block;
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-show {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .lp-smallScreen-show {
    display: none;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-left {
  text-align: left;
}
.lp-utility-fontGradient-primary {
  background: linear-gradient(90deg, currentColor 0%, currentColor 100%);
  background-clip: text;
}
.lp-utility-fontSize-primary {
  font-size: 2.8rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1920px) {
  .lp-utility-fontSize-primary {
    font-size: calc(1.9rem + (1vw - 1.366rem) * (1.6245487365));
  }
}
@media screen and (max-width: 1365px) {
  .lp-utility-fontSize-primary {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-utility-fontSize-primary {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
@media screen and (max-width: 360px) {
  .lp-utility-fontSize-primary {
    font-size: 1.5rem;
  }
}
.lp-utility-fontSize-secondary {
  font-size: 2.4rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1920px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(1.6rem + (1vw - 1.366rem) * (1.4440433213));
  }
}
@media screen and (max-width: 1365px) {
  .lp-utility-fontSize-secondary {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-utility-fontSize-secondary {
    font-size: calc(1.3rem + (1vw - 0.36rem) * (0.4518072289));
  }
}
@media screen and (max-width: 360px) {
  .lp-utility-fontSize-secondary {
    font-size: 1.3rem;
  }
}
.lp-utility-fontSize-tertiary {
  font-size: 7.2rem;
  line-height: var(--LP_LINE_HEIGHT_PRIMARY);
}
@media screen and (max-width: 1920px) {
  .lp-utility-fontSize-tertiary {
    font-size: calc(5rem + (1vw - 1.366rem) * (3.9711191336));
  }
}
@media screen and (max-width: 1365px) {
  .lp-utility-fontSize-tertiary {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .lp-utility-fontSize-tertiary {
    font-size: calc(4.2rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media screen and (max-width: 360px) {
  .lp-utility-fontSize-tertiary {
    font-size: 4.2rem;
  }
}
.lp-utility-fontWeight-bold {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-utility-fontWeight-semibold {
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
}
.lp-utility-fontWeight-medium {
  font-weight: var(--LP_FONT_WEIGHT_MEDIUM);
}
.lp-utility-fontColor-primary {
  color: var(--LP_COLOR_RED);
}
.lp-utility-marginBottom-0 {
  margin-bottom: 0 !important;
}
.lp-utility-marginBottom-1 {
  margin-bottom: 4px !important;
}
.lp-utility-marginBottom-2 {
  margin-bottom: 8px !important;
}
.lp-utility-marginBottom-3 {
  margin-bottom: 16px !important;
}
.lp-utility-marginBottom-4 {
  margin-bottom: 24px !important;
}
.lp-utility-marginBottom-5 {
  margin-bottom: 32px !important;
}
.lp-utility-marginBottom-6 {
  margin-bottom: 40px !important;
}
.lp-utility-marginBottom-7 {
  margin-bottom: 48px !important;
}
.lp-utility-marginBottom-8 {
  margin-bottom: 56px !important;
}
.lp-utility-marginBottom-9 {
  margin-bottom: 64px !important;
}
.lp-utility-marginBottom-10 {
  margin-bottom: 72px !important;
}
.lp-utility-marginBottom-11 {
  margin-bottom: 88px !important;
}
