@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-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: #129e83;
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.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;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../../img/landing_page/common/icon_btn_dl.png")
    no-repeat center center !important;
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 40px -32px;
}

@media only screen and (max-width: 639px) {
  .lp-layout-grid {
    margin: -24px 0 40px -16px;
  }
}

.lp-layout-grid-column {
  width: 100%;
  margin-top: 32px;
  padding-left: 32px;
}

@media only screen and (max-width: 639px) {
  .lp-layout-grid-column {
    margin-top: 24px;
    padding-left: 16px;
  }
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
  width: calc(100% / 2);
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
  width: 33.3333333333%;
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
  width: calc(100% / 4);
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
  width: calc(100% / 5);
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-smallScreen-column-1 .lp-layout-grid-column {
    width: 100%;
  }
  .lp-layout-grid.lp-smallScreen-column-2 .lp-layout-grid-column {
    width: 50%;
  }
  .lp-layout-grid.lp-smallScreen-margin-narrow {
    margin-bottom: 8px;
    margin-left: -8px;
  }
  .lp-layout-grid.lp-smallScreen-margin-narrow .lp-layout-grid-column {
    padding-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-outer {
    max-width: 604px;
    margin: 0 auto;
  }
}

.lp-jumbotron {
  margin-bottom: 40px;
  overflow: hidden;
  background: linear-gradient(#cfd8e6, #fff);
  color: #252f46;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron {
    margin-bottom: 24px;
    background: #fff;
  }
}

.lp-jumbotron-content {
  display: flex;
  flex-direction: column-reverse;
  max-width: calc(1240px + 40px);
  margin: 0 auto;
  padding: 24px 20px 0;
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-title {
  font-size: 4.2rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-title {
    font-size: calc(2.4rem + ((1vw - 0.768rem) * (3.81356)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-title {
    font-size: 2.4rem;
    text-align: center;
  }
}

.lp-jumbotron-image {
  min-height: 0%;
  margin-bottom: 64px;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-image {
    margin-bottom: calc(3.2rem + ((1vw - 0.768rem) * (6.77966)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-image {
    margin-bottom: 0;
  }
}

.lp-jumbotron-image > *:last-child {
  margin-bottom: 0;
}

.lp-section {
  margin-bottom: 56px;
}

@media only screen and (max-width: 1239px) {
  .lp-section {
    font-size: calc(4rem + ((1vw - 0.768rem) * (3.38983)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-section {
    margin-bottom: 20px;
  }
}

.lp-section-content {
  max-width: calc(1240px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-section.of-conversion .lp-section-content {
  position: relative;
  padding: 40px 20px;
}

@media only screen and (max-width: 767px) {
  .lp-section.of-conversion .lp-section-content {
    padding: 24px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-section.lp-smallScreen-borderTop-solid .lp-section-content {
    position: relative;
    padding-top: 20px;
  }
  .lp-section.lp-smallScreen-borderTop-solid .lp-section-content::before {
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #bbb;
    content: "";
  }
}

.lp-headingLevel2 {
  margin-bottom: 24px;
  color: #252f46;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.35;
}

@media only screen and (max-width: 1239px) {
  .lp-headingLevel2 {
    font-size: calc(2rem + ((1vw - 0.768rem) * (2.11864)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    font-size: 2rem;
    font-weight: bold;
  }
}

.lp-listButton {
  margin-bottom: 40px;
}

.lp-listButton > li {
  margin-top: 24px;
  line-height: 1;
}

.lp-listButton > li:first-child {
  margin-top: 0;
}

.lp-card {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
  font-size: 2rem;
  text-align: center;
}

.lp-card > *:last-child {
  margin-bottom: 0;
}

.lp-card-content {
  width: 100%;
}

.lp-card.of-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-cardConversion {
  margin-bottom: 40px;
  padding: 20px 40px;
  background: #252f46;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .lp-cardConversion {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.lp-cardConversion-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -40px;
}

@media only screen and (max-width: 767px) {
  .lp-cardConversion-content {
    display: block;
  }
}

.lp-cardConversion-content > *:last-child {
  margin-bottom: 0;
}

.lp-cardConversion-body {
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .lp-cardConversion-body {
    margin-bottom: 24px;
  }
}

.lp-cardConversion-body > *:last-child {
  margin-bottom: 0;
}

.lp-cardConversion-body.of-primary {
  max-width: 742px;
}

@media only screen and (max-width: 767px) {
  .lp-cardConversion-body.of-primary {
    max-width: none;
  }
}

.lp-cardConversion-body.of-secondary {
  max-width: 378px;
}

@media only screen and (max-width: 767px) {
  .lp-cardConversion-body.of-secondary {
    max-width: none;
  }
}

.lp-mediaConversion {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion {
    flex-direction: column;
  }
}

.lp-mediaConversion-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-body {
    width: 100%;
    text-align: center;
  }
}

.lp-mediaConversion-text {
  font-size: 4rem;
}

@media only screen and (max-width: 1239px) {
  .lp-mediaConversion-text {
    font-size: calc(2.4rem + ((1vw - 0.768rem) * (3.38983)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-text {
    font-size: 2.4rem;
  }
}

.lp-mediaConversion-image {
  min-width: 141px;
  margin-right: 32px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lp-mediaConversion-image {
    width: 100%;
    margin: 24px 0 0;
  }
}

.lp-mediaConversion-image > img {
  border: 1px solid #ccc;
}

.lp-figure {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto 40px;
}

.lp-figure-caption {
  margin-top: 8px;
  color: #252f46;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .lp-figure-caption {
    font-size: 1.8rem;
  }
}

.lp-figure-image {
  min-height: 0%;
  text-align: center;
}

.lp-figure.of-maxWidth-primary {
  max-width: 604px;
}

.lp-figure.of-maxWidth-secondary {
  max-width: 286px;
}

.lp-figureProduct {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 40px;
}

.lp-figureProduct-image {
  width: 100%;
  min-height: 0%;
  text-align: center;
}

.lp-figureProduct-image.of-product {
  position: relative;
  margin-top: -100px;
}

@media only screen and (max-width: 1239px) {
  .lp-figureProduct-image.of-product {
    margin-top: calc(-5rem + ((1vw - 0.768rem) * (-10.59322)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-figureProduct-image.of-product {
    margin-top: 0;
  }
}

.lp-figureProduct-image.of-product.of-primary {
  width: calc(13.6rem + ((1vw - 0.36rem) * (61.27451)));
}

.lp-utility-box-shadow {
  box-shadow: 0 0 16px rgba(134, 156, 201, 0.4);
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-textColor-primary {
  color: #e60012;
}
