@charset "UTF-8";

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 56px -20px;
}

.lp-layout-grid > .lp-layout-grid-column {
  margin-top: 30px;
  padding-left: 20px;
}

.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 > *:last-child {
  margin-bottom: 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: 640px) {
  .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: 640px) {
  .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%;
  }
}
.lp-jumbotron {
  padding: 42px 0 4px;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron {
    padding: 25px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .lp-jumbotron {
    padding: 20px 0 0;
  }
}

.lp-jumbotron-content {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-content {
    width: 100%;
    padding: 0 calc(110vw * 100 / 969);
  }
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-content {
    width: 100%;
    padding: 0 20px;
  }
}

.lp-jumbotron-body {
  max-width: 600px;
  min-height: 300px;
  padding-left: 7px;
  margin-bottom: 325px;
}

.theme-KW .lp-jumbotron-body,
.theme-KK .lp-jumbotron-body,
.theme-KC .lp-jumbotron-body {
  max-width: 600px;
  min-height: 300px;
  padding-left: 7px;
  margin-bottom: 305px;
}

.lp-jumbotron-body > *:last-child,
.theme-KW .lp-jumbotron-body > *:last-child,
.theme-KK .lp-jumbotron-body > *:last-child,
.theme-KC .lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1370px) {
  .lp-jumbotron-body,
  .theme-KW .lp-jumbotron-body,
  .theme-KK .lp-jumbotron-body,
  .theme-KC .lp-jumbotron-body {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-body,
  .theme-KW .lp-jumbotron-body,
  .theme-KK .lp-jumbotron-body,
  .theme-KC .lp-jumbotron-body {
    max-width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 15px;
  }
}

.lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-titleGroup .lp-jumbotron-titleGroupContent {
    max-width: 100%;
    min-height: auto;
  }
}

.lp-jumbotron-titleGroup .lp-jumbotron-title {
  order: 2;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.18;
}

.lp-jumbotron-titleGroup .lp-jumbotron-title.of-fontSize-small {
  font-size: 45px;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-titleGroup .lp-jumbotron-title,
  .lp-jumbotron-titleGroup .lp-jumbotron-title.of-fontSize-small {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 73px;
  }

  .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
    font-size: 52px;
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
    font-size: calc(3rem + (1vw - 0.361rem) * (2.4671052632));
  }
}

@media screen and (max-width: 360px) {
  .lp-jumbotron-titleGroup.of-primary .lp-jumbotron-title {
    font-size: 30px;
  }
}

.lp-jumbotron-titleGroup .lp-jumbotron-title .lp-jumbotron-titleLine {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 3px 2px;
  padding: 0 8px;
  background-color: #314a99;
  color: #ffffff;
}

.lp-jumbotron-titleGroupContent.of-primary
  .lp-jumbotron-title
  .lp-jumbotron-titleLine {
  margin: 0;
  padding: 0;
  background-color: inherit;
  color: #44a43c;
}

.theme-KW
  .lp-jumbotron-titleGroupContent.of-primary
  .lp-jumbotron-title
  .lp-jumbotron-titleLine,
.theme-KK
  .lp-jumbotron-titleGroupContent.of-primary
  .lp-jumbotron-title
  .lp-jumbotron-titleLine,
.theme-KC
  .lp-jumbotron-titleGroupContent.of-primary
  .lp-jumbotron-title
  .lp-jumbotron-titleLine {
  overflow-wrap: break-word;
  word-break: keep-all;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-titleGroup .lp-jumbotron-title .lp-jumbotron-titleLine {
    margin-left: 0;
  }
}

.lp-jumbotron-titleGroup
  .lp-jumbotron-title
  .lp-jumbotron-titleLine:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-titleGroup .lp-jumbotron-title,
  .lp-jumbotron-titleGroup .lp-jumbotron-title.of-fontSize-small {
    margin-bottom: 15px;
    font-size: calc(40vw * 100 / 360);
  }
}

.lp-jumbotron-titleGroup .lp-jumbotron-lead {
  display: block;
  order: 3;
  font-size: 22px;
  line-height: 1.25;
  font-weight: normal;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-titleGroup .lp-jumbotron-lead {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-titleGroup .lp-jumbotron-lead {
    font-size: calc(18vw * 100 / 360);
  }
}

.lp-jumbotron-titleGroup .lp-iconSeries {
  display: flex;
  order: 1;
  min-height: 0;
  padding-left: 3px;
  font-size: 28px;
  line-height: 1.25;
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-titleGroup .lp-iconSeries {
    font-size: calc(18vw * 100 / 360);
  }
}

.lp-jumbotron-imageGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0%;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-imageGroup {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 153px;
  }
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-imageGroup {
    margin-bottom: 20px;
    padding-bottom: 157px;
  }
}

.lp-jumbotron-imageGroup .lp-jumbotron-seriesImage {
  z-index: -1;
  position: absolute;
  right: -64px;
  bottom: -18px;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-imageGroup .lp-jumbotron-seriesImage {
    position: static;
    max-width: 500px;
    min-height: 0%;
    padding-right: 37px;
  }
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-imageGroup .lp-jumbotron-seriesImage {
    max-width: calc(276vw * 100 / 360);
    padding-right: calc(20vw * 100 / 360);
  }
}

.lp-jumbotron-imageGroup .lp-jumbotron-seriesImage.is-active::before {
  -webkit-animation: default 0.5s 0s forwards;
  animation: default 0.5s 0s forwards;
}

.lp-section {
  background-color: #d9d8db;
}

.lp-section.of-primary {
  margin-bottom: 38px;
  background-color: #fff;
}

.lp-section.of-primary .lp-section-content {
  padding: 0 20px;
}

.lp-section-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 20px;
}

@media screen and (max-width: 640px) {
  .lp-section-content {
    width: 100%;
    max-width: none;
  }
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}
.lp-listButton {
  max-width: 540px;
  margin: 0 0 20px 9px;
}

@media screen and (max-width: 1279px) {
  .lp-listButton {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

.lp-listButton > li {
  margin-bottom: 10px;
}

@media screen and (max-width: 1279px) {
  .lp-listButton > li {
    text-align: center;
  }
}

.lp-listButton > li:last-child {
  margin-bottom: 0;
}

.lp-listButton.of-primary {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 24px -24px;
}

@media screen and (max-width: 1279px) {
  .lp-listButton.of-primary {
    max-width: none;
    margin-top: -16px;
    margin-left: -24px;
  }
}

.lp-listButton.of-primary > li {
  padding: 24px 0 0 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
  .lp-listButton.of-primary > li {
    padding-top: 16px;
    width: 100%;
  }
}

.lp-buttonConversion {
  display: inline-block;
  position: relative;
  max-width: 100%;
  background: #f30b19;
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px 10px;
}

.lp-buttonConversion-body::before {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 14px;
  content: "";
}

.lp-buttonConversion-body::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
  opacity: 0.3;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  width: 16px;
  min-width: 16px;
  height: 13px;
  background: url("../../../../img/landing_page/common/icon_btn_anc.png")
    no-repeat;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  min-width: 25px;
  background: url("../../../../img/landing_page/common/icon_btn_dl.png")
    no-repeat;
}

.lp-buttonConversion-text {
  font-size: 18px;
  text-align: center;
}

.lp-listSlide-wrapper {
  z-index: -2;
  position: absolute;
  bottom: 133px;
  left: 30px;
  width: 1060px;
  height: 160px;
  background-color: #adcfa5;
}

@media screen and (max-width: 1279px) {
  .lp-listSlide-wrapper {
    z-index: 0;
    bottom: 0;
    left: 50%;
    width: 970px;
    height: 146px;
    transform: translateX(-50%);
  }
  .lp-listSlide-wrapper::after {
    display: block;
    position: absolute;
    top: -21px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-width: 11px 24px;
    border-style: solid;
    border-color: transparent transparent #adcfa5 transparent;
    content: "";
  }
}

.lp-listSlide-wrapper::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to left,
    #ffffff,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 75%,
    #ffffff 100%
  );
  content: "";
}

.lp-listSlide-wrapper .lp-listSlide-outer {
  position: relative;
  width: 820px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1279px) {
  .lp-listSlide-wrapper .lp-listSlide-outer {
    width: 100%;
  }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0;
  flex-direction: row-reverse;
  align-items: center;
  width: 1005px;
  height: 140px;
}

@media screen and (max-width: 1279px) {
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide {
    height: 126px;
    margin: 0 auto;
  }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li {
  position: relative;
  width: 143px;
  min-width: 143px;
  height: 100px;
  margin-left: 15px;
  overflow: hidden;
  transition: width 0.5s 0.1s, height 0.5s 0.1s, top 0.5s 0.1s,
    margin-left 0.5s 0.1s;
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 140px;
  background-color: rgba(204, 204, 204, 0.4);
  content: "";
}

@media screen and (max-width: 1279px) {
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li {
    display: none;
    position: absolute;
    top: 18px;
    width: 128px;
    min-width: 128px;
    height: 90px;
    margin-left: 14px;
  }
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li:first-child {
    display: block;
    top: 0;
    left: calc(50% - 90px);
  }
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li:nth-child(2) {
    display: block;
    left: calc(50% - 232px);
  }
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li:nth-child(3) {
    display: block;
    left: calc(50% - 374px);
  }
  .lp-listSlide-wrapper
    .lp-listSlide-outer
    .lp-listSlide
    > li:nth-last-child(2) {
    display: block;
    left: calc(50% + 246px);
  }
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li:last-child {
    display: block;
    left: calc(50% + 104px);
  }
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li::after {
    width: 194px;
    height: 140px;
  }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li.is-current {
  width: 200px;
  height: 140px;
}

@media screen and (max-width: 1279px) {
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li.is-current {
    width: 180px;
    height: 126px;
  }
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li.is-current::after {
  display: none;
}

.lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li.is-active {
  position: absolute;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 1279px) {
  .lp-listSlide-wrapper .lp-listSlide-outer .lp-listSlide > li.is-active {
    top: 18px;
  }
}

.lp-listSlide-wrapper
  .lp-listSlide-outer
  .lp-listSlide
  > li.is-active.is-current {
  top: 0;
}

.lp-listFixed {
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 414px;
  bottom: 379px;
  width: 250px;
  height: 188px;
  transform: matrix3d(
    1.2368877366676623,
    -0.0019417061409123886,
    0,
    -0.000007112476706638786,
    -0.0010886647901750157,
    1.2367085712204523,
    0,
    -0.000018770082589224408,
    0,
    0,
    1,
    0,
    58,
    55,
    0,
    1
  );
  backface-visibility: hidden;
}

.lp-listFixed > li {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.lp-listFixed > li.is-current {
  -webkit-animation: fadeIn 0.5s 0s forwards;
  z-index: 1;
  animation: fadeIn 0.5s 0s forwards;
}

.lp-listFixed > li.is-hidden {
  -webkit-animation: fadeOut 0.5s 0.1s forwards;
  animation: fadeOut 0.5s 0.1s forwards;
  opacity: 1;
}

.lp-figure {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto 16px;
}

.lp-figure-caption {
  width: 100%;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
}

.lp-figure-image {
  width: 100%;
  min-height: 0%;
  margin-bottom: 8px;
  text-align: center;
}

.lp-text {
  font-size: 1.8rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .lp-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@-webkit-keyframes default {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes default {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lp-smallScreen-show {
  display: none !important;
}

@media screen and (max-width: 1279px) {
  .lp-smallScreen-show {
    display: block !important;
  }
}

@media screen and (max-width: 1279px) {
  .lp-smallScreen-hide {
    display: none !important;
  }
}

.lp-smallScreen-order-1 {
  order: 1;
}

.lp-smallScreen-order-2 {
  order: 2;
}

.lp-smallScreen-order-3 {
  order: 3;
}

.lp-buttonConversion.of-primary {
  background: #129e83;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.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-jumbotron.of-buttonColor-primary .lp-buttonConversion {
  background: #dc002f;
}
.lp-jumbotron.of-buttonColor-primary .lp-buttonConversion.of-primary {
  background: #13778f;
}

.lp-label-outer {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.lp-label {
  word-wrap: break-word;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 12px;
  margin-bottom: 0;
  max-width: 120px;
  padding: 4px 10px;
  background-color: #dc002f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 640px) {
  .lp-iconSeries {
    font-size: calc(18vw * 100 / 360);
  }

  .lp-label {
    font-size: calc(16vw * 100 / 360);
    margin-right: 6px;
  }
}

.lp-jumbotron-seriesName {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.25;
}

@media screen and (max-width: 1279px) {
  .lp-jumbotron-seriesName {
    margin-bottom: 24px;
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-seriesName {
    margin-bottom: 20px;
    font-size: calc(14vw * 100 / 360);
    line-height: 1.33;
  }
}

.lp-jumbotron-seriesName > em {
  display: inline-block;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-seriesName > em {
    display: block;
  }
}
