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

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

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

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

.lp-section-content > *:last-child, .lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

:root {
  --LP_COLOR_BASE_BLACK: #151929;
  --LP_COLOR_BASE_WHITE: #fff;
  --LP_COLOR_BASE_GRAY: #c1c1c1;
  --LP_COLOR_BASE_GRAY_TYPE2: #eceef1;
  --LP_COLOR_BLACK: #333;
  --LP_COLOR_GRADIENT_LIGHTGRAY: linear-gradient(0deg, #f3f3f3 0%, #fff 100%);
  --LP_FONT_WEIGHT_BOLD: bold;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_REGULAR: normal;
}

.lp-jumbotron {
  background: var(--LP_COLOR_GRADIENT_LIGHTGRAY);
}
.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  max-width: 1320px;
  margin-inline: auto;
  padding: 40px 20px;
  gap: 40px;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    gap: calc(2.4rem + (1vw - 0.36rem) * (1.5904572565));
    padding: calc(3.2rem + (1vw - 0.36rem) * (0.7952286282)) 20px;
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-content {
    flex-direction: column;
    max-width: 720px;
  }
}
@media screen and (max-width: 359px) {
  .lp-jumbotron-content {
    gap: 24px;
    padding: 32px 20px;
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    width: calc(58rem + (1vw - 0.97rem) * (44.4444444444));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-body {
    width: 100%;
    text-align: center;
  }
}
.lp-jumbotron-image {
  width: 100%;
  min-width: 320px;
  max-width: 510px;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-image {
    max-width: calc(32rem + (1vw - 0.97rem) * (47.9797979798));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-image {
    max-width: calc(32rem + (1vw - 0.36rem) * (31.1475409836));
  }
}
@media screen and (max-width: 359px) {
  .lp-jumbotron-image {
    max-width: 320px;
  }
}
.lp-jumbotron-title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  color: var(--LP_COLOR_BLACK);
  font-size: 4.8rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  line-height: 1.3;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (1.5904572565));
  }
}
@media screen and (max-width: 359px) {
  .lp-jumbotron-title {
    font-size: 3.2rem;
  }
}
.lp-jumbotron-title::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  width: 70px;
  height: 1px;
  background-color: var(--LP_COLOR_BASE_GRAY);
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-title::before {
    left: 50%;
    width: 62px;
    transform: translateX(-50%);
  }
}
.lp-jumbotron-subtitle {
  margin-bottom: 16px;
  color: var(--LP_COLOR_BLACK);
  font-size: 3.2rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2rem + (1vw - 0.36rem) * (1.1928429423));
  }
}
@media screen and (max-width: 359px) {
  .lp-jumbotron-subtitle {
    font-size: 2rem;
  }
}
.lp-jumbotron-text {
  margin-bottom: 24px;
  color: var(--LP_COLOR_BLACK);
  font-size: 1.6rem;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-text {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.1988071571));
  }
}
@media screen and (max-width: 969px) {
  .lp-jumbotron-text {
    text-align: left;
  }
}
@media screen and (max-width: 359px) {
  .lp-jumbotron-text {
    font-size: 1.4rem;
  }
}

.lp-section-content {
  max-width: 1320px;
  margin-inline: auto;
  padding: 40px 20px;
}
@media screen and (max-width: 1365px) {
  .lp-section-content {
    padding: calc(2.4rem + (1vw - 0.36rem) * (1.5904572565)) 20px;
  }
}
@media screen and (max-width: 969px) {
  .lp-section-content {
    max-width: 720px;
  }
}
@media screen and (max-width: 359px) {
  .lp-section-content {
    padding: 24px 20px;
  }
}
.lp-section.of-primary .lp-section-content {
  padding-bottom: 0;
}

.lp-textLead {
  position: relative;
  margin-bottom: 20px;
  padding-block: 10px 30px;
  color: var(--LP_COLOR_BLACK);
  font-size: 3.2rem;
  font-weight: var(--LP_FONT_WEIGHT_SEMIBOLD);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .lp-textLead {
    padding-block: 10px calc(2.5rem + (1vw - 0.97rem) * (1.2626262626));
    font-size: calc(2rem + (1vw - 0.36rem) * (1.1928429423));
  }
}
@media screen and (max-width: 969px) {
  .lp-textLead {
    margin-bottom: 16px;
    padding-block: 10px 25px;
  }
}
@media screen and (max-width: 359px) {
  .lp-textLead {
    font-size: 2rem;
  }
}
.lp-textLead::before {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 50%;
  width: 180px;
  height: 80px;
  transform: translateX(-50%);
  background-color: var(--LP_COLOR_BASE_GRAY_TYPE2);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 1365px) {
  .lp-textLead::before {
    width: calc(14.8rem + (1vw - 0.36rem) * (3.1809145129));
    height: calc(6.8rem + (1vw - 0.36rem) * (1.1928429423));
  }
}
@media screen and (max-width: 359px) {
  .lp-textLead::before {
    width: 148px;
    height: 68px;
  }
}
