@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;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}

.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-triangleIconTriangle .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
  position: absolute;
  top: 50%;
  left: 26px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #fff;
  content: "";
}

.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;
}

.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-size: 1.1rem;
  font-weight: normal;
  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;
}

body {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.lp-buttonConversion-body {
  padding: 13px 8px 13px 24px;
}

.theme-KC .lp-layout-header-logo img {
  width: 229px;
}

.theme-KC .lp-cardFloating-body {
  min-width: 229px;
}

.theme-KC .lp-cardFloating-logo img {
  width: 229px;
}

.theme-KT .lp-figure.of-primary > .lp-figure-caption,
.theme-KT .lp-figure.of-secondary > .lp-figure-caption {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .theme-KT .lp-figure.of-primary > .lp-figure-caption,
  .theme-KT .lp-figure.of-secondary > .lp-figure-caption {
    padding: 9px 10px 7px;
  }
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 40px -48px;
}

@media screen and (max-width: 767px) {
  .lp-layout-grid {
    margin-top: -24px;
    margin-bottom: 32px;
  }
}

.lp-layout-grid > .lp-layout-grid-column {
  margin-top: 32px;
  padding-left: 48px;
}

@media screen and (max-width: 767px) {
  .lp-layout-grid > .lp-layout-grid-column {
    margin-top: 24px;
  }
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
  width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-align-center {
  align-self: center;
}

.lp-layout-grid > .lp-layout-grid-column.of-direction-column {
  flex-direction: column;
}

.lp-layout-grid > .lp-layout-grid-column.of-direction-column > * {
  max-width: 100%;
  min-height: 0%;
}

@media screen and (max-width: 1024px) {
  .lp-layout-grid > .lp-layout-grid-column.of-columnMargin-large {
    margin-top: calc(4rem + ((1vw - 0.36rem) * (2.40964)));
  }
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid.of-column-justify {
  justify-content: space-between;
}

.lp-layout-grid.of-gutter-none {
  margin-left: -8px;
}

@media screen and (max-width: 1024px) {
  .lp-layout-grid.of-gutter-none {
    margin-top: -18px;
    margin-left: -32px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-grid.of-gutter-none {
    margin-top: -16px;
  }
}

.lp-layout-grid.of-gutter-none > .lp-layout-grid-column {
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  .lp-layout-grid.of-gutter-none > .lp-layout-grid-column {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-grid.of-gutter-none > .lp-layout-grid-column {
    margin-top: 16px;
  }
}

.lp-layout-grid.of-gutter-none
  > .lp-layout-grid-column
  > .lp-layout-grid-column {
  padding-left: 0;
}

.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.33333%;
}

.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.66667%;
}

.lp-layout-grid.of-column-7
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 14.28571%;
}

.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.11111%;
}

.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.09091%;
}

.lp-layout-grid.of-column-12
  > .lp-layout-grid-column:not([class*="of-column-"]) {
  width: 8.33333%;
}

.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.66667%;
}

.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.33333%;
}

.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.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
  width: 83.33333%;
}

.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.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
  width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
  width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
  width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
  width: 85.71429%;
}

.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.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
  width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
  width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
  width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
  width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
  width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
  width: 88.88889%;
}

.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.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
  width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
  width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
  width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
  width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
  width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
  width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
  width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
  width: 90.90909%;
}

.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.66667%;
}

.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.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
  width: 41.66667%;
}

.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.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
  width: 66.66667%;
}

.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.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
  width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .lp-layout-grid.lp-smallScreen-column-2
    > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid.lp-smallScreen-column-2
    > .lp-layout-grid-column[class*="of-column-"] {
    width: 50%;
  }
  .lp-layout-grid.lp-smallScreen-column-3
    > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid.lp-smallScreen-column-3
    > .lp-layout-grid-column[class*="of-column-"] {
    width: 33.33333%;
  }
}

@media screen and (max-width: 676px) {
  .lp-layout-grid.lp-extraSmallScreen-column
    > .lp-layout-grid-column:not([class*="of-column-"]),
  .lp-layout-grid.lp-extraSmallScreen-column
    > .lp-layout-grid-column[class*="of-column-"] {
    width: 100%;
  }
}

.lp-layout-header {
  background-color: #1a2223;
}

.lp-layout-header-content {
  max-width: 1760px;
  margin: 0 auto;
  padding: 30px 80px;
}

@media screen and (max-width: 1760px) {
  .lp-layout-header-content {
    padding: calc(2.3rem + ((1vw - 1.365rem) * (1.77215))) 80px;
  }
}

@media screen and (max-width: 1365px) {
  .lp-layout-header-content {
    padding: 23px 20px;
  }
}

.lp-layout-header-content > *:last-child {
  margin-bottom: 0;
}

.lp-layout-header-logo {
  margin: 0 20px 20px 0;
  line-height: 1;
}

@media screen and (max-width: 1365px) {
  .lp-layout-header-logo {
    margin-right: 0;
    text-align: center;
  }
}

.lp-layout-header-logo img {
  width: 126px;
  height: 22px;
}

.lp-cardFloating {
  display: none;
  visibility: hidden;
  z-index: 100;
  position: fixed;
  top: -15%;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s, top 0.5s, visibility 0.5s;
}

@media screen and (max-width: 1024px) {
  .lp-cardFloating {
    display: none;
  }
}

[data-script-enabled="true"] .lp-cardFloating {
  display: block;
}

[data-script-enabled="true"] .lp-cardFloating.is-active {
  visibility: visible;
  top: 0%;
  opacity: 1;
}

.lp-cardFloating-content {
  display: flex;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-cardFloating-content > * {
  padding: 24px 0;
}

.lp-cardFloating-content > *:last-child {
  margin-bottom: 0;
}

.lp-cardFloating-body {
  display: flex;
  align-items: center;
  min-width: 124px;
}

.lp-cardFloating-body > *:last-child {
  margin-bottom: 0;
}

.lp-cardFloating-body.of-primary {
  flex: 1;
  min-width: 340px;
  margin-left: 22px;
  padding-right: 22px;
  padding-left: 22px;
  border-left: 1px solid #333;
}

.lp-cardFloating-body.of-secondary {
  width: 100%;
  min-width: auto;
}

.lp-cardFloating-body.of-secondary .lp-listButton {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% + 16px);
}

.lp-cardFloating-body.of-secondary .lp-listButton > li {
  flex: 0 0 auto;
  max-width: calc(100% - 16px);
  margin-right: 16px;
}

.lp-cardFloating-logo {
  display: flex;
  align-items: center;
}

.lp-cardFloating-logo img {
  width: 126px;
  height: 22px;
}

.lp-cardFloating-text {
  font-size: 1.8rem;
}

.lp-cardFloating-text > em {
  display: block;
}

.lp-jumbotron {
  overflow: hidden;
  background-color: #1a2223;
  color: #fff;
}

.lp-jumbotron-content {
  position: relative;
  max-width: 1760px;
  min-height: 828px;
  margin: 0 auto;
  padding: 428px 80px 80px;
}

@media screen and (max-width: 1760px) {
  .lp-jumbotron-content {
    max-width: 100%;
    min-height: calc(55.9rem + ((1vw - 1.365rem) * (81.01266)));
    padding-top: calc(25.8rem + ((1vw - 1.365rem) * (43.03797)));
    padding-bottom: calc(6rem + ((1vw - 1.365rem) * (5.06329)));
  }
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 32px 80px 64px;
  }
  .lp-jumbotron-content > * {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .lp-jumbotron-content {
    padding-top: 9px;
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-content {
    padding: 12px 20px calc(4.6rem + ((1vw - 0.36rem) * (2.40964)));
  }
}

.lp-jumbotron-body {
  z-index: 2;
  position: relative;
  max-width: 776px;
}

@media screen and (max-width: 1760px) {
  .lp-jumbotron-body {
    max-width: calc(60rem + ((1vw - 1.365rem) * (44.55696)));
  }
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    max-width: none;
  }
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.lp-jumbotron-titleGroup > * {
  width: 100%;
}

@media screen and (max-width: 1760px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(2.4rem + ((1vw - 1.365rem) * (2.02532)));
  }
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 32px;
  }
}

.lp-jumbotron-title {
  font-size: 4rem;
  line-height: 1.2;
}

@media screen and (max-width: 1760px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + ((1vw - 1.365rem) * (2.02532)));
    line-height: 1.3;
  }
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .lp-jumbotron-title {
    font-size: calc(2.6rem + ((1vw - 0.36rem) * (2.10843)));
  }
}

.lp-jumbotron-series {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.4;
}

.lp-jumbotron-series > * {
  max-width: 100%;
}

@media screen and (max-width: 1760px) {
  .lp-jumbotron-series {
    margin-bottom: calc(0.8rem + ((1vw - 1.365rem) * (2.02532)));
    font-size: calc(2.4rem + ((1vw - 1.365rem) * (1.51899)));
    line-height: 1.5;
  }
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-series {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .lp-jumbotron-series {
    margin-bottom: 16px;
    font-size: calc(1.8rem + ((1vw - 0.36rem) * (0.90361)));
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-series {
    margin-bottom: 8px;
    line-height: 1.3;
  }
}

.lp-jumbotron-series.of-order-first {
  order: -1;
}

.lp-jumbotron-imageGroup {
  z-index: 1;
  position: absolute;
  top: -31px;
  right: 72px;
  width: 1330px;
  min-height: 0%;
}

@media screen and (max-width: 1760px) {
  .lp-jumbotron-imageGroup {
    top: calc(-4.5rem + ((1vw - 1.365rem) * (3.5443)));
    right: calc(8.3rem + ((1vw - 1.365rem) * (-2.78481)));
    width: calc(99.5rem + ((1vw - 1.365rem) * (84.81013)));
  }
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-imageGroup {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-imageGroup {
    margin-bottom: 25px;
  }
}

.lp-jumbotron-seriesInsideImage,
.lp-jumbotron-seriesOutsideImage,
.lp-jumbotron-workImage,
.lp-jumbotron-seriesAfterImage,
.lp-jumbotron-resultImage,
.lp-jumbotron-resultValue,
.lp-jumbotron-multiWorkImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-seriesInsideImage,
  .lp-jumbotron-seriesOutsideImage,
  .lp-jumbotron-workImage,
  .lp-jumbotron-seriesAfterImage,
  .lp-jumbotron-resultImage,
  .lp-jumbotron-resultValue,
  .lp-jumbotron-multiWorkImage {
    display: none;
  }
}

.lp-jumbotron-seriesInsideImage,
.lp-jumbotron-seriesOutsideImage {
  -webkit-animation: fade-product 5s 0s forwards;
  animation: fade-product 5s 0s forwards;
}

.lp-jumbotron-workImage {
  -webkit-animation: slide-work 0.8s linear 1.5s 2 forwards;
  animation: slide-work 0.8s linear 1.5s 2 forwards;
  opacity: 0;
}

.lp-jumbotron-workImage.of-delay {
  -webkit-animation: slide-work 0.8s linear 1.88s 1 forwards;
  animation: slide-work 0.8s linear 1.88s 1 forwards;
  opacity: 0;
}

.lp-jumbotron-seriesAfterImage {
  -webkit-animation: fade-shadow 0.4s 1.85s 3 forwards;
  animation: fade-shadow 0.4s 1.85s 3 forwards;
  opacity: 0;
}

.lp-jumbotron-seriesAfterImage.of-delay {
  -webkit-animation: fade-result 2.8s 4.2s forwards;
  animation: fade-result 2.8s 4.2s forwards;
  opacity: 0;
}

.lp-jumbotron-resultImage {
  -webkit-animation: fade-projection 1.2s 3.2s forwards;
  animation: fade-projection 1.2s 3.2s forwards;
  opacity: 0;
}

.lp-jumbotron-resultValue {
  -webkit-animation: fade-result 2.2s 4.2s forwards;
  animation: fade-result 2.2s 4.2s forwards;
  opacity: 0;
}

.lp-jumbotron-multiWorkImage {
  -webkit-animation: fade-multiWork 1.2s 3.2s forwards;
  z-index: -1;
  animation: fade-multiWork 1.2s 3.2s forwards;
  opacity: 0;
}

.lp-jumbotron-allImage {
  display: none;
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-allImage {
    display: block;
  }
}

.lp-jumbotron-model {
  display: none;
  max-width: 100%;
  margin-bottom: 32px;
  padding: 12px 26px;
  border: 1px solid #909090;
}

.lp-jumbotron-model > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1365px) {
  .lp-jumbotron-model {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-model {
    display: inline-block;
    min-width: 316px;
  }
}

@media screen and (max-width: 360px) {
  .lp-jumbotron-model {
    min-width: auto;
  }
}

.lp-jumbotron .lp-listButton {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -16px;
}

@media screen and (max-width: 767px) {
  .lp-jumbotron .lp-listButton {
    justify-content: center;
  }
}

.lp-jumbotron .lp-listButton > li {
  flex: 0 0 auto;
  max-width: 100%;
  margin-left: 16px;
}

.lp-label {
  display: inline-block;
  max-width: 170px;
  margin-bottom: 8px;
  padding: 0 12px;
  border: 1px solid #f00;
  color: #f00;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 1365px) {
  .lp-label {
    max-width: 100%;
    padding: 0 14px 2px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-label {
    padding: 1px 12px 0;
    line-height: 1.3;
  }
}

.lp-label.of-backgroundColor-primary {
  background-color: #111617;
}

.lp-label.of-primary {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 51px;
  max-width: 200px;
  margin-bottom: 4px;
  padding: 0 10px 1px;
  border: 0;
  background-color: #dc002f;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .lp-label.of-primary {
    align-self: flex-start;
    max-width: 100px;
    margin-top: 0.3em;
    margin-bottom: 0;
  }
}

.lp-listButton {
  margin-top: -25px;
}

@media screen and (max-width: 1024px) {
  .lp-listButton {
    text-align: center;
  }
}

.lp-listButton > li {
  padding-top: 25px;
}

.lp-buttonConversion {
  font-size: 1.6rem;
}

.lp-buttonConversion-body {
  padding: 12px 8px 15px 24px;
}

.lp-section {
  overflow: hidden;
  background-color: #f4f7fc;
}

.lp-section-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px;
}

@media screen and (max-width: 1024px) {
  .lp-section-content {
    padding: calc(4rem + ((1vw - 0.767rem) * (0.77821))) 80px
      calc(4rem + ((1vw - 0.767rem) * (6.22568)));
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-section-content {
    padding: 32px 20px;
    text-align: left;
  }
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-section-body > *:last-child {
  margin-bottom: 0;
}

.lp-section.of-primary .lp-section-content {
  max-width: 1352px;
  padding-bottom: 0;
}

.lp-section.of-primary .lp-section-header {
  padding-bottom: 199px;
}

@media screen and (max-width: 1365px) {
  .lp-section.of-primary .lp-section-header {
    padding-bottom: calc(11rem + ((1vw - 0.767rem) * (14.88294)));
  }
}

@media screen and (max-width: 767px) {
  .lp-section.of-primary .lp-section-header {
    padding-bottom: 95px;
  }
}

.lp-section.of-primary .lp-section-body {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 1px calc(50vw - 50%) 80px;
  background: linear-gradient(to bottom, #bed4d6, #1a2223) 0% 0% no-repeat;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .lp-section.of-primary .lp-section-body {
    padding-bottom: calc(4rem + ((1vw - 0.767rem) * (6.22568)));
  }
}

@media screen and (max-width: 767px) {
  .lp-section.of-primary .lp-section-body {
    padding-bottom: 46px;
    background: linear-gradient(
        to bottom,
        #bed4d6 0%,
        #1a2223 49%,
        #1a2223 100%
      )
      0% 0% no-repeat;
  }
}

.lp-section.of-secondary {
  background-color: #dfe4e7;
}

.lp-section.of-secondary .lp-section-content {
  max-width: 1352px;
}

.lp-section.of-tertiary {
  background-color: #dfe4e7;
}

.lp-section.of-tertiary .lp-section-content {
  max-width: 1600px;
}

.lp-section.of-conversion {
  background-color: #fff;
}

.lp-section.of-conversion .lp-section-content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 80px 10px 40px;
}

@media screen and (max-width: 1024px) {
  .lp-section.of-conversion .lp-section-content {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .lp-section.of-conversion .lp-section-content {
    padding: 32px 10px;
  }
}

.lp-headingLevel2 {
  margin-bottom: 48px;
  font-size: 5.4rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1365px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.38806)));
    font-size: calc(4rem + ((1vw - 1.024rem) * (4.10557)));
  }
}

@media screen and (max-width: 1024px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
    font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
    line-height: 1.3;
  }
}

.lp-headingLevel2.of-marginBottom-small {
  margin-bottom: 40px;
}

@media screen and (max-width: 1365px) {
  .lp-headingLevel2.of-marginBottom-small {
    margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.59204)));
  }
}

@media screen and (max-width: 1024px) {
  .lp-headingLevel2.of-marginBottom-small {
    margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.20482)));
  }
}

.lp-headingLevel3 {
  margin-bottom: 8px;
  color: #238770;
  font-size: 2.6rem;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .lp-headingLevel3 {
    font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.20482)));
  }
}

@media screen and (max-width: 767px) {
  .lp-headingLevel3 {
    font-size: 2rem;
    text-align: center;
  }
}

.lp-headingLevel3.of-primary {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 16px;
  padding: 6px 24px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-headingLevel3.of-primary {
    min-height: auto;
    font-size: 1.5rem;
  }
}

.lp-headingLevel3.of-secondary {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 16px;
  padding: 6px 24px;
  background: linear-gradient(to bottom, #01ab84, #007459) 0% 0% no-repeat;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-headingLevel3.of-secondary {
    min-height: auto;
    font-size: 1.5rem;
  }
}

.lp-headingLevel3.of-tertiary {
  margin-bottom: 0;
  padding: 2px 0;
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 1365px) {
  .lp-headingLevel3.of-tertiary {
    font-size: calc(1.8rem + ((1vw - 0.767rem) * (0.6689)));
  }
}

@media screen and (max-width: 767px) {
  .lp-headingLevel3.of-tertiary {
    font-size: 1.8rem;
  }
}

.lp-headingLevel3.of-color-emphasis {
  border-color: #238770;
  color: #238770;
}

.lp-headingLevel3.of-color-white {
  border-color: #fff;
  color: #fff;
}

.lp-headingLevel3.of-marginTop-large {
  margin-top: 72px;
}

@media screen and (max-width: 1024px) {
  .lp-headingLevel3.of-marginTop-large {
    margin-top: calc(5.3rem + ((1vw - 0.36rem) * (0.45181)));
  }
}

.lp-media {
  display: flex;
  margin: 0 0 40px -48px;
}

@media screen and (max-width: 1024px) {
  .lp-media {
    flex-direction: column;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-media {
    margin-bottom: 32px;
  }
}

.lp-media > * {
  margin-left: 48px;
}

@media screen and (max-width: 1024px) {
  .lp-media > * {
    margin-left: 0;
  }
}

.lp-media.of-row-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .lp-media.of-row-reverse {
    flex-direction: column-reverse;
  }
  .lp-media.of-row-reverse > * {
    max-width: 100%;
  }
}

.lp-media.of-align-center {
  align-items: center;
}

.lp-media-body {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .lp-media-body {
    flex: 0 1 auto;
    min-height: 0%;
  }
}

.lp-media-body > *:last-child {
  margin-bottom: 0;
}

.lp-media-imageGroup {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 0%;
}

@media screen and (max-width: 1024px) {
  .lp-media-imageGroup {
    flex-direction: row;
  }
}

.lp-media-image {
  width: 448px;
  min-height: 0%;
}

@media screen and (max-width: 1365px) {
  .lp-media-image {
    width: calc(25rem + ((1vw - 1.024rem) * (58.06452)));
  }
}

@media screen and (max-width: 1024px) {
  .lp-media-image {
    width: calc(25rem + ((1vw - 0.36rem) * (29.81928)));
    margin-bottom: 27px;
  }
}

.lp-media.of-primary {
  flex-direction: column;
  margin: 0 0 16px 0;
}

.lp-media.of-primary-imageGroup {
  min-height: 0%;
  margin: 0 0 0 -8px;
}

@media screen and (max-width: 1024px) {
  .lp-media.of-primary-imageGroup {
    margin-left: -36px;
  }
}

.lp-media.of-primary > * {
  max-width: 100%;
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .lp-media.of-primary > * {
    margin-left: 32px;
  }
}

.lp-media.of-primary .lp-media-body {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 8px 20px 10px;
  background-color: #3f4a4c;
  color: #fff;
  text-align: center;
}

.lp-media.of-primary .lp-media-body > * {
  max-width: 100%;
}

.lp-media.of-primary .lp-media-text {
  color: #c5c5c5;
  font-size: 1.5rem;
  line-height: 1.3;
}

.lp-media.of-primary .lp-media-image {
  width: 100%;
  min-height: 0%;
}

@media screen and (max-width: 1024px) {
  .lp-media.of-primary .lp-media-image {
    width: 50%;
    margin-bottom: 0;
  }
}

.lp-mediaAsset {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: -20px;
}

@media screen and (max-width: 1024px) {
  .lp-mediaAsset {
    margin-left: -36px;
  }
}

@media screen and (max-width: 767px) {
  .lp-mediaAsset {
    flex-direction: column-reverse;
    margin: 0;
  }
}

.lp-mediaAsset > * {
  flex: 1;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .lp-mediaAsset > * {
    margin-left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .lp-mediaAsset > * {
    flex: 0 1 auto;
    max-width: 100%;
    margin-left: 0;
  }
}

.lp-mediaAsset-body {
  padding: 0 20px 0 36px;
}

@media screen and (max-width: 1365px) {
  .lp-mediaAsset-body {
    padding-left: calc(1rem + ((1vw - 1.024rem) * (-10.11673)));
  }
}

@media screen and (max-width: 1024px) {
  .lp-mediaAsset-body {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-mediaAsset-body {
    padding: 0;
  }
}

.lp-mediaAsset-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-text {
  margin-bottom: 40px;
  font-size: 5.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 1365px) {
  .lp-mediaAsset-text {
    font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
  }
}

@media screen and (max-width: 1024px) {
  .lp-mediaAsset-text {
    font-size: calc(2.4rem + ((1vw - 0.767rem) * (6.22568)));
    line-height: 1.3;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .lp-mediaAsset-text {
    margin-bottom: 32px;
    font-size: 2.4rem;
    text-align: center;
  }
}

.lp-mediaAsset-text.of-textSize-small {
  font-size: 4.6rem;
}

@media screen and (max-width: 1365px) {
  .lp-mediaAsset-text.of-textSize-small {
    font-size: calc(3.2rem + ((1vw - 1.024rem) * (2.34604)));
  }
}

@media screen and (max-width: 1024px) {
  .lp-mediaAsset-text.of-textSize-small {
    font-size: calc(2.4rem + ((1vw - 0.767rem) * (6.22568)));
  }
}

@media screen and (max-width: 767px) {
  .lp-mediaAsset-text.of-textSize-small {
    font-size: 2.4rem;
  }
}

.lp-mediaAsset-image {
  max-width: 448px;
  min-height: 0%;
}

@media screen and (max-width: 1365px) {
  .lp-mediaAsset-image {
    max-width: calc(25rem + ((1vw - 0.767rem) * (33.11037)));
    margin-left: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .lp-mediaAsset-image {
    max-width: calc(25rem + ((1vw - 0.767rem) * (63.03502)));
    margin-left: 106px;
  }
}

@media screen and (max-width: 767px) {
  .lp-mediaAsset-image {
    max-width: 320px;
    margin-bottom: 24px;
    margin-left: 0;
  }
}

.lp-mediaAsset .lp-listButton {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -16px;
}

@media screen and (max-width: 767px) {
  .lp-mediaAsset .lp-listButton {
    justify-content: center;
  }
}

.lp-mediaAsset .lp-listButton > li {
  flex: 0 0 auto;
  max-width: 100%;
  margin-left: 16px;
}

.lp-mediaSeries {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: calc(100% + 16px);
  margin: 0 0 24px -16px;
}

@media screen and (max-width: 767px) {
  .lp-mediaSeries {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
}

.lp-mediaSeries > * {
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .lp-mediaSeries > * {
    padding-left: 0;
  }
}

.lp-mediaSeries > *:last-child {
  margin-bottom: 0;
}

.lp-mediaSeries-body {
  flex-shrink: 1;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp-mediaSeries-body {
    display: flex;
    align-items: center;
    width: calc(100% + 12px);
    margin-left: -12px;
  }
  .lp-mediaSeries-body > * {
    margin-left: 12px;
  }
}

.lp-mediaSeries-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaSeries-image {
  width: 216px;
  min-width: 216px;
  min-height: 0%;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .lp-mediaSeries-image {
    width: 200px;
    min-width: 200px;
    margin-top: 4px;
  }
}

.lp-mediaSeries-text {
  font-size: 1.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .lp-mediaSeries-textGroup {
    flex-shrink: 1;
    max-width: 100%;
  }
}

.lp-mediaSeries-textGroup > *:last-child {
  margin-bottom: 0;
}

.lp-figureSeries {
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .lp-figureSeries {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .lp-figureSeries {
    margin-bottom: 24px;
  }
}

.lp-figureSeries.of-marginTop-negative {
  margin-top: -200px;
}

@media screen and (max-width: 1365px) {
  .lp-figureSeries.of-marginTop-negative {
    margin-top: calc(-10.2rem + ((1vw - 0.767rem) * (-16.38796)));
  }
}

@media screen and (max-width: 767px) {
  .lp-figureSeries.of-marginTop-negative {
    margin-top: -94px;
  }
}

.lp-step {
  margin-bottom: 16px;
}

.lp-step > *:last-child {
  margin-bottom: 0;
}

.lp-step-body {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -48px;
}

@media screen and (max-width: 767px) {
  .lp-step-body {
    justify-content: center;
    margin-left: -40px;
  }
}

.lp-step-body > *:last-child {
  margin-bottom: 0;
}

.lp-step-body > .lp-step-column {
  width: 50%;
  margin-bottom: 8px;
  padding: 8px 0 0 48px;
}

@media screen and (max-width: 767px) {
  .lp-step-body > .lp-step-column {
    width: calc(10rem + ((1vw - 0.36rem) * (17.19902)));
    margin-bottom: 10px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 676px) {
  .lp-step-body > .lp-step-column {
    width: calc(18rem + ((1vw - 0.36rem) * (6.32911)));
  }
}

@media screen and (max-width: 360px) {
  .lp-step-body > .lp-step-column {
    width: calc(180vw * 100 / 360);
  }
}

.lp-step-body > .lp-step-column > .lp-step-image {
  position: relative;
  min-height: 0%;
  border: 1px solid #414141;
}

.lp-step-body > .lp-step-column > .lp-step-image::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -66px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 30px 27px;
  border-style: solid;
  border-color: transparent transparent transparent #09b992;
  content: "";
}

@media screen and (max-width: 676px) {
  .lp-step-body > .lp-step-column > .lp-step-image::after {
    right: -63px;
  }
}

.lp-step-body > .lp-step-column:last-child > .lp-step-image::after {
  display: none;
}

.lp-step-body > .lp-step-column > *:last-child {
  margin-bottom: 0;
}

.lp-step-caption {
  margin-bottom: 8px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-step-caption {
    font-size: 1.5rem;
  }
}

.lp-step.of-primary {
  padding: 0 50px;
}

@media screen and (max-width: 1365px) {
  .lp-step.of-primary {
    padding: 0 calc(3rem + ((1vw - 1.024rem) * (5.8651)));
  }
}

@media screen and (max-width: 1024px) {
  .lp-step.of-primary {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .lp-step.of-primary > .lp-step-body {
    justify-content: center;
    margin-left: -48px;
  }
}

@media screen and (max-width: 767px) {
  .lp-step.of-primary > .lp-step-body {
    flex-direction: column;
    margin: 0;
  }
}

.lp-step.of-primary > .lp-step-body > *:last-child {
  margin-bottom: 0 !important;
}

.lp-step.of-primary > .lp-step-body > .lp-step-column {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 48px;
}

@media screen and (max-width: 1024px) {
  .lp-step.of-primary > .lp-step-body > .lp-step-column {
    width: 318px;
  }
}

@media screen and (max-width: 767px) {
  .lp-step.of-primary > .lp-step-body > .lp-step-column {
    width: 100%;
    min-height: 0%;
    margin-bottom: 45px;
    padding: 0 calc(4rem + ((1vw - 0.36rem) * (27.02703)));
  }
}

.lp-step.of-primary > .lp-step-body > .lp-step-column::after {
  display: block;
  position: absolute;
  top: calc(50% + 4px);
  right: -66px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 30px 27px;
  border-style: solid;
  border-color: transparent transparent transparent #09b992;
  content: "";
}

@media screen and (max-width: 767px) {
  .lp-step.of-primary > .lp-step-body > .lp-step-column::after {
    top: auto;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    border-width: 20px 22px;
    border-color: #09b992 transparent transparent transparent;
  }
}

.lp-step.of-primary > .lp-step-body > .lp-step-column:last-child::after {
  display: none;
}

.lp-step.of-secondary {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .lp-step.of-secondary {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .lp-step.of-secondary > .lp-step-body {
    justify-content: center;
    margin-left: -48px;
  }
}

@media screen and (max-width: 676px) {
  .lp-step.of-secondary > .lp-step-body {
    margin-left: -26px;
  }
}

.lp-step.of-secondary > .lp-step-body > .lp-step-column {
  position: relative;
  margin-bottom: 0;
  padding-left: 48px;
}

@media screen and (max-width: 1024px) {
  .lp-step.of-secondary > .lp-step-body > .lp-step-column {
    width: 314px;
  }
}

@media screen and (max-width: 676px) {
  .lp-step.of-secondary > .lp-step-body > .lp-step-column {
    width: calc(16rem + ((1vw - 0.36rem) * (40.50633)));
    padding-left: 26px;
  }
}

@media screen and (max-width: 360px) {
  .lp-step.of-secondary > .lp-step-body > .lp-step-column {
    width: calc(145vw * 100 / 320);
  }
}

.lp-step.of-secondary > .lp-step-body > .lp-step-column::after {
  display: block;
  position: absolute;
  top: calc(50% + 4px);
  right: -66px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 30px 27px;
  border-style: solid;
  border-color: transparent transparent transparent #09b992;
  content: "";
}

@media screen and (max-width: 676px) {
  .lp-step.of-secondary > .lp-step-body > .lp-step-column::after {
    right: -37px;
    border-width: 17px 15px;
  }
}

.lp-step.of-secondary > .lp-step-body > .lp-step-column:last-child::after {
  display: none;
}

.lp-figure {
  min-height: 0%;
}

.lp-figure > *:last-child {
  margin-bottom: 0 !important;
}

.lp-figure > .lp-figure-image {
  min-height: 0%;
  margin-bottom: 8px;
}

.lp-figure > .lp-figure-image.of-border {
  border: 1px solid #626262;
}

.lp-figure > .lp-figure-caption {
  box-sizing: content-box;
  margin-bottom: 8px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp-figure > .lp-figure-caption {
    font-size: 1.5rem;
  }
}

.lp-figure.of-primary {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 8px;
  background-color: #050505;
}

.lp-figure.of-primary > .lp-figure-image {
  min-height: 0%;
  padding: 0 8px;
  text-align: center;
}

.lp-figure.of-primary > .lp-figure-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: linear-gradient(to bottom, #6a6a6a, #232323) 0% 0% no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 1365px) {
  .lp-figure.of-primary > .lp-figure-caption {
    font-size: calc(1.5rem + ((1vw - 0.767rem) * (0.83612)));
  }
}

@media screen and (max-width: 767px) {
  .lp-figure.of-primary > .lp-figure-caption {
    min-height: auto;
    margin-bottom: 6px;
    padding: 3px 10px 1px;
    font-size: 1.5rem;
  }
}

.lp-figure.of-secondary {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding-bottom: 8px;
  background-color: #050505;
}

@media screen and (max-width: 1024px) {
  .lp-figure.of-secondary {
    height: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-figure.of-secondary {
    height: auto;
    margin-bottom: 16px;
  }
}

.lp-figure.of-secondary > .lp-figure-image {
  min-height: 0%;
  padding: 0 8px;
  text-align: center;
}

.lp-figure.of-secondary > .lp-figure-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: linear-gradient(to bottom, #6a6a6a, #232323) 0% 0% no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 1365px) {
  .lp-figure.of-secondary > .lp-figure-caption {
    font-size: calc(1.5rem + ((1vw - 0.767rem) * (0.83612)));
  }
}

@media screen and (max-width: 767px) {
  .lp-figure.of-secondary > .lp-figure-caption {
    min-height: auto;
    margin-bottom: 6px;
    padding: 3px 10px 1px;
    font-size: 1.5rem;
  }
}

.lp-listFigure {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 0 -48px;
}

@media screen and (max-width: 1365px) {
  .lp-listFigure {
    margin-left: -30px;
  }
}

@media screen and (max-width: 1024px) {
  .lp-listFigure {
    margin-left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .lp-listFigure {
    margin: -16px 0 0 -20px;
  }
}

.lp-listFigure > li {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-top: 24px;
  padding-left: 48px;
}

@media screen and (max-width: 1365px) {
  .lp-listFigure > li {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .lp-listFigure > li {
    width: 33.333333%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .lp-listFigure > li {
    width: 50%;
    margin-top: 16px;
    padding-left: 20px;
  }
}

.lp-listFigure > li > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .lp-listFigure.of-primary > li:last-child {
    flex-direction: row;
    width: calc(100% - 20px);
  }
  .lp-listFigure.of-primary > li:last-child > * {
    width: 33.333333%;
    margin-left: 10px;
  }
  .lp-listFigure.of-primary > li:last-child > *:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-listFigure.of-primary > li:last-child {
    flex-direction: column;
    width: 50%;
  }
  .lp-listFigure.of-primary > li:last-child > * {
    width: 100%;
    margin-left: 0;
  }
}

.lp-listNote {
  margin-bottom: 16px;
}

.lp-listNote > li {
  margin-bottom: 2px;
  font-size: 1.4rem;
}

.lp-listNote > li:last-child {
  margin-bottom: 0;
}

.lp-layout-footer {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .lp-layout-footer {
    margin-bottom: 24px;
    border-top: 1px solid #949494;
  }
  .lp-layout-footer > *:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer {
    margin-bottom: 8px;
  }
}

.lp-layout-footer > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-content {
  max-width: 1232px;
  margin: 0 auto 20px;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .lp-layout-footer-content {
    margin-bottom: 24px;
    padding: 0 20px;
  }
}

.lp-layout-footer-content > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -2px 0 16px 0;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-list {
    line-height: 1.6;
  }
}

.lp-layout-footer-list > li {
  position: relative;
  margin-top: 2px;
  padding: 0 12px 0;
}

.lp-layout-footer-list > li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  transform: translateY(-50%);
  background-color: #707070;
  content: "";
}

.lp-layout-footer-list > li:last-child::before {
  display: none;
}

.lp-layout-footer-list > li > a {
  color: #333;
  text-decoration: none;
}

.lp-layout-footer-list > li > a:hover,
.lp-layout-footer-list > li > a:active,
.lp-layout-footer-list > li > a:focus {
  text-decoration: underline;
}

.lp-layout-footer-list > li:first-child {
  margin-left: 0;
  border-left: 0;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-list > li:last-child {
    border-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    width: 100%;
    line-height: 1.5;
    text-align: center;
  }
}

.lp-utility-text-large {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .lp-utility-text-large {
    font-size: 1.5rem;
  }
}

.lp-utility-text-large.of-primary {
  font-size: 2.4rem;
}

.lp-utility-text-small {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .lp-utility-text-small {
    font-size: 1.5rem;
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-text-shadow {
  text-shadow: 0 0 5px rgba(17, 50, 67, 0.3);
}

.lp-utility-marginBottom-small {
  margin-bottom: 16px;
}

.lp-utility-marginBottom-large {
  margin-bottom: 24px;
}

.lp-utility-marginBottom-extraLarge {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .lp-utility-marginBottom-extraLarge {
    margin-bottom: 22px;
  }
}

.lp-utility-color-inch {
  color: #00a0ff;
}

.lp-utility-layout-center {
  padding: 0 180px;
}

@media screen and (max-width: 1024px) {
  .lp-utility-layout-center {
    padding: 0;
  }
}

.lp-utility-justify-center {
  justify-content: center;
}

@media screen and (min-width: 1025px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

.lp-extraLargeScreen-hide {
  display: none;
}

@media screen and (max-width: 1024px) {
  .lp-extraLargeScreen-hide {
    display: block;
  }
}

.lp-largeScreen-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .lp-largeScreen-hide {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .lp-smallScreen-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lp-extraSmallScreen-hide {
    display: none;
  }
}

.lp-largeScreen-lineBreak {
  display: block;
}

@media screen and (max-width: 1024px) {
  .lp-largeScreen-lineBreak {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .lp-smallScreen-lineBreak {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .lp-smallScreen-alignCenter {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-smallScreen-alignCenter {
    text-align: left;
  }
}

@media screen and (max-width: 676px) {
  .lp-smallScreen-width-narrow {
    width: 400px !important;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 360px) {
  .lp-smallScreen-width-narrow {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .lp-smallScreen-text-small {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  [class*="heightLine-middleScreen"] {
    height: auto !important;
  }
}

@media screen and (max-width: 676px) {
  [class*="heightLine-smallScreen"] {
    height: auto !important;
  }
}

@-webkit-keyframes fade-product {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-product {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-work {
  0% {
    transform: translateX(516px) translateY(-149px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(-408px) translateY(120px);
    opacity: 0;
  }
}

@keyframes slide-work {
  0% {
    transform: translateX(516px) translateY(-149px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(-408px) translateY(120px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-shadow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-shadow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-projection {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-projection {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-result {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-result {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-multiWork {
  0% {
    opacity: 0;
  }
  45% {
    transform: translate(55px, -15px);
    opacity: 0;
  }
  95% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fade-multiWork {
  0% {
    opacity: 0;
  }
  45% {
    transform: translate(55px, -15px);
    opacity: 0;
  }
  95% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  [class*="heightLine-group1"] {
    height: auto !important;
  }
}

.lp-layout-footer-content aside {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-content aside {
    order: 100;
  }
}

.lp-navigationSeries {
  margin: 0 auto 1.4rem;
  padding: 0 10px;
  border: 0;
}

@media screen and (max-width: 1024px) {
  .lp-navigationSeries {
    padding-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .lp-navigationSeries {
    margin-bottom: 16px;
    padding: 8px 0 0;
  }
}

.lp-navigationSeries-linkList {
  justify-content: center;
  margin-left: -2.28rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .lp-navigationSeries-linkList {
    margin-top: 0;
  }
}

.lp-navigationSeries-linkList > li {
  margin-left: 2.8rem;
  font-size: 1.2rem;
}

.lp-navigationSeries-linkList > li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  width: 1px;
  height: 11px;
  transform: translateY(-50%);
  background-color: #707070;
  content: "";
}

.lp-navigationSeries-linkList > li:last-child::before {
  display: none;
}

.lp-navigationSeries-linkList > li > a {
  padding-left: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .lp-navigationSeries-linkList > li > a {
    line-height: 1.6;
  }
}

.lp-navigationSeries-linkList > li > a::before {
  display: none;
}
