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

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

@property --COLOR_DARK {
  syntax: "<color>";
  inherits: false;
  initial-value: #333;
}
@property --COLOR_LIGHT {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --COLOR_GRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #ccc;
}
@property --COLOR_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #dc002f;
}
@property --COLOR_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #071844;
}
@property --COLOR_BACKGROUND_DARK {
  syntax: "<color>";
  inherits: false;
  initial-value: #333;
}
@property --COLOR_BACKGROUND_WHITE {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --COLOR_BACKGROUND_LIGHTGRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #e8e8e8;
}
@property --COLOR_BACKGROUND_GRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #ccc;
}
@property --COLOR_BACKGROUND_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #2e5471;
}
@property --COLOR_BACKGROUND_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #205b65;
}
@property --COLOR_BACKGROUND_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #c1c1c1;
}
@property --FONT_WEIGHT_BOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 700;
}
@property --FONT_WEIGHT_SEMIBOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 600;
}
@property --FONT_WEIGHT_NORMAL {
  syntax: "<number>";
  inherits: false;
  initial-value: 400;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

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

.lp-listButton > li > *:last-child, .lp-layout-grid-outer > *:last-child, .lp-layout-grid > .lp-layout-grid-column > *:last-child, .lp-section-content > *:last-child, .lp-mediaAsset-body > *:last-child, .lp-mediaFeature-body > *:last-child, .lp-mediaFeature-header > *:last-child, .lp-mediaSeries-body > *:last-child, .lp-cardGlobalNetwork-body > *:last-child, .lp-cardGlobalNetwork-content > *:last-child, .lp-cardGlobalNetwork-outer > *:last-child, .lp-cardGlobalNetwork > *:last-child, .lp-card > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-subtitleGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron > *:last-child {
  margin-bottom: 0;
}

.section {
  margin: 0 0 -32px;
}

.lp-jumbotron {
  background: transparent linear-gradient(109deg, var(--COLOR_BACKGROUND_PRIMARY) 0%, var(--COLOR_BACKGROUND_SECONDARY) 100%) 0% 0% no-repeat;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lp-jumbotron {
    background: transparent linear-gradient(180deg, var(--COLOR_BACKGROUND_SECONDARY) 0%, var(--COLOR_BACKGROUND_PRIMARY) 100%) 0% 0% no-repeat;
  }
}
.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto 24px;
  padding: 64px 20px;
  column-gap: 40px;
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-content {
    padding: calc(3.2rem + (1vw - 0.769rem) * (6.2622309198)) 20px calc(3.2rem + (1vw - 0.769rem) * (6.2622309198));
    column-gap: calc(2rem + (1vw - 0.769rem) * (3.9138943249));
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.lp-jumbotron-body {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-body {
    flex: none;
    width: 100%;
    padding: 32px 20px 32px;
    text-align: center;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 32px;
  color: var(--COLOR_LIGHT);
  font-size: 5.6rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (2.6086956522));
  }
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-title {
    margin-bottom: calc(1.6rem + (1vw - 0.36rem) * (1.7391304348));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-title {
    margin-bottom: 16px;
    font-size: 3.2rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 24px;
  color: var(--COLOR_SECONDARY);
}
@media screen and (max-width: 768px) {
  .lp-jumbotron-titleGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 16px;
  color: var(--COLOR_LIGHT);
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2rem + (1vw - 0.36rem) * (0.4347826087));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-subtitle {
    font-size: 2rem;
  }
}
.lp-jumbotron-subtitleGroup {
  display: block;
  margin-bottom: 24px;
}
.lp-jumbotron-series {
  display: block;
  margin-bottom: 16px;
  color: var(--COLOR_LIGHT);
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-series {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.652173913));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-series {
    font-size: 1.8rem;
  }
}
.lp-jumbotron-image {
  display: flex;
  align-items: center;
  max-width: 100%;
  min-height: 0%;
}

.lp-generalSlider {
  max-width: 620px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1279px) {
  .lp-generalSlider {
    width: 48.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-generalSlider {
    width: 620px;
    max-width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .lp-generalSlider {
    width: 100%;
  }
}
.lp-generalSlider-inner {
  max-width: 620px;
}

.swiper-slide {
  width: 100% !important;
}

.lp-card {
  margin-bottom: 32px;
  padding: 40px;
  border-radius: 8px;
  background: var(--COLOR_BACKGROUND_LIGHTGRAY);
}
@media screen and (max-width: 1279px) {
  .lp-card {
    padding: calc(2rem + (1vw - 0.36rem) * (2.1739130435)) calc(2rem + (1vw - 0.36rem) * (2.1739130435)) 40px;
  }
}
@media screen and (max-width: 360px) {
  .lp-card {
    padding: 20px 20px 40px;
  }
}
.lp-cardGlobalNetwork {
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: var(--COLOR_BACKGROUND_WHITE);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.149);
}
@media screen and (max-width: 768px) {
  .lp-cardGlobalNetwork {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: calc(0.4rem + (1vw - 0.36rem) * (0.97799511)) calc(0.4rem + (1vw - 0.36rem) * (0.97799511)) 0 rgba(0, 0, 0, 0.149);
  }
}
@media screen and (max-width: 360px) {
  .lp-cardGlobalNetwork {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.149);
  }
}
.lp-cardGlobalNetwork-outer {
  width: 100%;
  max-width: 692px;
  margin: 0 auto 32px;
  padding: 0 20px;
}
.lp-cardGlobalNetwork-outer:last-child {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-cardGlobalNetwork-outer:last-child {
    padding-top: 0;
    padding-bottom: 32px;
  }
}
.lp-cardGlobalNetwork-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 24px 12px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lp-cardGlobalNetwork-content {
    gap: calc(0.8rem + (1vw - 0.36rem) * (3.9119804401));
    padding: 12px calc(1.6rem + (1vw - 0.36rem) * (1.95599022));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardGlobalNetwork-content {
    gap: 8px;
    padding: 12px 16px;
  }
}
.lp-cardGlobalNetwork-body {
  flex: 1;
}
.lp-cardGlobalNetwork-text {
  margin-bottom: 4px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .lp-cardGlobalNetwork-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.488997555));
  }
}
@media screen and (max-width: 360px) {
  .lp-cardGlobalNetwork-text {
    font-size: 1.6rem;
  }
}
.lp-cardGlobalNetwork-image {
  width: 80px;
}

.lp-mediaSeries {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .lp-mediaSeries {
    gap: calc(2rem + (1vw - 0.769rem) * (3.9138943249));
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaSeries {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 16px;
  }
}
.lp-mediaSeries-body {
  flex: 1;
  max-width: fit-content;
}
@media screen and (max-width: 1279px) {
  .lp-mediaSeries-image {
    width: calc(15.3rem + (1vw - 0.769rem) * (17.0254403131));
  }
}
@media screen and (max-width: 768px) {
  .lp-mediaSeries-image {
    width: 160px;
  }
}
.lp-mediaFeature {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 16px;
}
.lp-mediaFeature-header {
  order: 1;
  width: 100%;
  text-align: center;
}
.lp-mediaFeature-title {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 768px) {
  .lp-mediaFeature-title {
    font-size: 1.8rem;
  }
}
.lp-mediaFeature-body {
  order: 3;
  text-align: center;
}
.lp-mediaFeature-image {
  order: 2;
  text-align: center;
}
.lp-mediaAsset {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lp-mediaAsset {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.lp-mediaAsset-series {
  margin-bottom: 6px;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .lp-mediaAsset-series {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.2173913043));
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaAsset-series {
    font-size: 1.8rem;
  }
}
.lp-mediaAsset-text {
  font-size: 3.2rem;
}
@media screen and (max-width: 1279px) {
  .lp-mediaAsset-text {
    font-size: calc(2.4rem + (1vw - 0.36rem) * (0.8695652174));
  }
}
@media screen and (max-width: 360px) {
  .lp-mediaAsset-text {
    font-size: 2.4rem;
  }
}
.lp-mediaAsset-image {
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .lp-mediaAsset-image {
    width: 160px;
    min-width: auto;
  }
}

.lp-textGlobalNetwork-emphasis {
  color: var(--COLOR_PRIMARY);
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
.lp-textGlobalNetwork-lineBreak {
  display: inline-block;
}

.lp-listGlobalNetwork {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  column-gap: 33px;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .lp-listGlobalNetwork {
    row-gap: 4px;
    flex-direction: column;
    align-items: start;
  }
}
.lp-listGlobalNetwork > li {
  position: relative;
  color: var(--COLOR_DARK);
  font-size: 2.6rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .lp-listGlobalNetwork > li {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (1.95599022));
  }
}
@media screen and (max-width: 360px) {
  .lp-listGlobalNetwork > li {
    font-size: 1.8rem;
  }
}
.lp-listGlobalNetwork > li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  width: 1px;
  height: 24px;
  transform: translateY(-50%);
  background-color: var(--COLOR_BACKGROUND_TERTIARY);
}
@media screen and (max-width: 768px) {
  .lp-listGlobalNetwork > li:not(:last-child)::before {
    display: none;
  }
}

.lp-section {
  margin-bottom: 64px;
  background-color: var(--COLOR_BACKGROUND_WHITE);
  line-height: 1.3;
}
.lp-section-group > .lp-section {
  margin-bottom: 0;
}
.lp-section-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .lp-section-content {
    padding: 40px 20px 0;
  }
}
.lp-section-content.of-asset {
  padding: 40px 20px;
}

.lp-layout-grid {
  display: grid;
  gap: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lp-layout-grid {
    gap: 32px;
  }
}
.lp-layout-grid > .lp-layout-grid-column {
  display: contents;
}
@media screen and (max-width: 768px) {
  .lp-layout-grid > .lp-layout-grid-column {
    display: block;
  }
}
.lp-layout-grid > .lp-layout-grid-column:not([class*=of-column-]) {
  width: 100%;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-7 {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-7 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-8 {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-9 {
  grid-template-columns: repeat(9, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-9 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-10 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-11 {
  grid-template-columns: repeat(11, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-11 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-12 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-layout-grid.of-column-3 .lp-mediaFeature, .lp-layout-grid.of-column-4 .lp-mediaFeature, .lp-layout-grid.of-column-5 .lp-mediaFeature {
  display: grid;
  grid-template-rows: subgrid;
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-3 .lp-mediaFeature, .lp-layout-grid.of-column-4 .lp-mediaFeature, .lp-layout-grid.of-column-5 .lp-mediaFeature {
    display: flex;
  }
}
.lp-layout-grid.of-column-3 .lp-mediaFeature {
  grid-row: span 3;
}
.lp-layout-grid.of-column-4 .lp-mediaFeature {
  grid-row: span 4;
}
.lp-layout-grid.of-column-5 .lp-mediaFeature {
  grid-row: span 5;
}
.lp-layout-grid-outer {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .lp-layout-grid-outer:has(+ .lp-largeScreen-display-none) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-primary {
    column-gap: 8px;
    row-gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-primary > .lp-layout-grid-column:only-child, .lp-layout-grid.of-primary > .lp-layout-grid-column:nth-last-child(1) {
    grid-column: 1/span 2;
    justify-self: center;
    max-width: calc(50% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.lp-smallScreen-border-primary > .lp-layout-grid-column {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.lp-smallScreen-border-primary > .lp-layout-grid-column::before {
    content: "";
    position: absolute;
    bottom: -16px;
    width: 100%;
    height: 1px;
    background-color: var(--COLOR_BACKGROUND_GRAY);
  }
}
.lp-layout-grid.lp-smallScreen-border-primary > .lp-layout-grid-column:last-child::before {
  display: none;
}

.lp-headingLevel2 {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.95599022));
    font-size: calc(2.4rem + (1vw - 0.36rem) * (1.95599022));
  }
}
@media screen and (max-width: 360px) {
  .lp-headingLevel2 {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.lp-buttonConversion {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
@media screen and (max-width: 1279px) {
  .lp-buttonConversion-text {
    font-size: calc(1.4rem + (1vw - 0.769rem) * (1.1741682975));
  }
}
@media screen and (max-width: 768px) {
  .lp-buttonConversion-text {
    font-size: 1.6rem;
  }
}
.lp-buttonConversion.of-download {
  position: relative;
  z-index: 100;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-fontWeight-bold {
  font-weight: var(--FONT_WEIGHT_BOLD);
}

@media screen and (min-width: 769px) {
  .lp-largeScreen-display-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .lp-smallScreen-display-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .lp-smallScreen-order-second {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .lp-smallScreen-order-third {
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  .lp-smallScreen-justifyContent-center {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .lp-smallScreen-alignItems-center {
    align-items: center;
  }
}
