@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;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-buttonConversion:hover {
  background: #c6002a;
}

@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: #13778f;
}

.lp-buttonConversion.of-primary:hover {
  background: #116b81;
}

.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;
}

/*-----------------------------------------------------
	var
-----------------------------------------------------*/
/* category */
/* layoutName*/
/*moduleName*/
/*elementName*/
/*screenName*/
/*Expansion*/
.lp-jumbotron {
  background-color: #e4e9e9;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron {
    background-color: inherit;
  }
}

.lp-jumbotron-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 80px 0 160px;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-content {
    padding: 40px calc(80 * 100vw / 1280) 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
}

.lp-jumbotron.of-primary .lp-jumbotron-content {
  padding: 40px 80px 0 140px;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron.of-primary .lp-jumbotron-content {
    padding: 40px calc(60 * 100vw / 1280) 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-primary .lp-jumbotron-content {
    padding: 0;
  }
}

.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-body {
  flex: 1;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-body {
    flex: none;
    width: 90%;
    padding: 30px 20px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
  }
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-title {
  display: block;
  margin-bottom: 10px;
  font-size: 5.4rem;
  animation: fadeIn 1s ease-in 3s forwards;
  opacity: 0;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-title {
    font-size: calc(3.9rem + ((1vw - 0.768rem) * (2.92969)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + ((1vw - 0.36rem) * (1.71569)));
  }
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron.of-primary .lp-jumbotron-title {
    font-size: calc(3.6rem + ((1vw - 0.768rem) * (3.51563)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-primary .lp-jumbotron-title {
    font-size: calc(3.2rem + ((1vw - 0.36rem) * (0.98039)));
  }
}

.lp-jumbotron-titleGroup {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
  line-height: 1.2;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(40 * 100vw / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 30px;
  }
}

.lp-jumbotron.of-primary .lp-jumbotron-titleGroup {
  margin-bottom: 20px;
}

.lp-jumbotron-series {
  display: block;
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: normal;
  animation: fadeIn 1s ease-in 2s forwards;
  opacity: 0;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-series {
    font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.54348)));
  }
}

.lp-jumbotron.of-primary .lp-jumbotron-series {
  margin-bottom: 12px;
}

.lp-jumbotron-image {
  width: 422px;
  margin-right: 60px;
  animation: fadeIn 1.5s ease-in 0s forwards;
  opacity: 0;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron-image {
    width: calc(422 * 100vw / 1280);
    margin-right: calc(60 * 100vw / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-image {
    width: 100%;
    margin-right: 0;
  }
}

.lp-jumbotron.of-primary .lp-jumbotron-image {
  width: 450px;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron.of-primary .lp-jumbotron-image {
    width: calc(450 * 100vw / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron.of-primary .lp-jumbotron-image {
    width: 100%;
  }
}

.lp-jumbotron-imageOuter {
  min-height: 0%;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-imageOuter {
    width: 100%;
    padding: 30px 20px 0;
    background-color: #e4e9e9;
    text-align: center;
  }
}

.lp-jumbotron > *:last-child {
  margin-bottom: 0;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 16px -16px;
  animation: fadeIn 1.5s ease-in 0s forwards;
  opacity: 0;
}

.lp-listButton > li {
  margin: 32px 0 0 16px;
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 40px -40px;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid {
    flex-direction: column;
    margin: 0;
  }
}

.lp-layout-grid-column {
  margin-top: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column {
    margin: 0 0 40px;
    padding: 0;
  }
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 100%;
  }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
  width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 100%;
  }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
  width: 25%;
}

@media only screen and (max-width: 1024px) {
  .lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 100%;
  }
}

.lp-layout-grid > *:last-child {
  margin-bottom: 0;
}

.lp-section-content {
  max-width: calc(1240px + (100px * 2));
  margin: 0 auto;
  padding: 50px 100px 60px;
}

@media only screen and (max-width: 1279px) {
  .lp-section-content {
    padding: 50px 60px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding: 30px 20px;
  }
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-section.of-primary {
  background-color: #1f3553;
}

.lp-section.of-primary .lp-section-content {
  padding-top: 0;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .lp-section.of-primary .lp-section-content {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.lp-section.of-secondary {
  padding-top: 0;
  background-color: #1c2329;
}

.lp-section.of-secondary .lp-section-content {
  padding-top: 0;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .lp-section.of-secondary .lp-section-content {
    padding-bottom: 30px;
  }
}

.lp-section.of-tertiary {
  background-color: #203e4e;
}

.lp-section.of-tertiary .lp-section-content {
  padding: 40px 50px 50px;
}

@media only screen and (max-width: 767px) {
  .lp-section.of-tertiary .lp-section-content {
    padding: 30px 20px;
  }
}

.lp-section > *:last-child {
  margin-bottom: 0;
}

.lp-headingLevel2 {
  margin-bottom: 12px;
  font-size: 4.2rem;
  font-weight: normal;
}

@media only screen and (max-width: 1279px) {
  .lp-headingLevel2 {
    font-size: calc(2.4rem + ((1vw - 0.36rem) * (1.95652)));
  }
}

.lp-headingLevel3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: normal;
}

@media only screen and (max-width: 1279px) {
  .lp-headingLevel3 {
    font-size: calc(2.2rem + ((1vw - 0.36rem) * (1.52174)));
  }
}

.lp-media {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .lp-media {
    flex-direction: column;
  }
}

.lp-media.of-primary {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .lp-media.of-primary {
    flex-direction: column;
  }
}

.lp-media.of-primary .lp-media-image {
  width: 740px;
  margin-right: 20px;
}

@media only screen and (max-width: 1279px) {
  .lp-media.of-primary .lp-media-image {
    width: calc(600 * 100vw / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-media.of-primary .lp-media-image {
    width: 100%;
    margin: 0;
  }
}

.lp-media.of-primary .lp-media-body {
  width: 100%;
}

.lp-media.of-secondary .lp-media-image {
  width: 741px;
  margin-left: 20px;
}

@media only screen and (max-width: 1279px) {
  .lp-media.of-secondary .lp-media-image {
    width: calc(600 * 100vw / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-media.of-secondary .lp-media-image {
    width: 100%;
    margin: 0;
  }
}

.lp-media.of-secondary .lp-media-body {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp-media.of-secondary .lp-media-body {
    width: 100%;
  }
}

.lp-media.of-tertiary {
  flex-direction: column-reverse;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .lp-media.of-tertiary {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.lp-media.of-tertiary .lp-media-body {
  flex: none;
  width: 100%;
  padding: 0;
  text-align: center;
}

.lp-media.of-tertiary .lp-media-image {
  width: 100%;
  max-width: 211px;
  margin: 0 auto 10px;
}

.lp-media-body {
  flex: 1;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .lp-media-body {
    flex: none;
  }
}

.lp-media-body > *:last-child {
  margin-bottom: 0;
}

.lp-media-text {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.8rem;
}

.lp-media-image {
  min-height: 0%;
}

.lp-media > *:last-child {
  margin-bottom: 0;
}

.lp-figure {
  min-height: 0%;
  margin: 0 auto;
}

.lp-figure.of-primary {
  width: 572px;
}

@media only screen and (max-width: 1279px) {
  .lp-figure.of-primary {
    width: calc(572 * 100vw / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-figure.of-primary {
    width: 80%;
  }
}

.lp-figure.of-secondary {
  width: 413px;
}

@media only screen and (max-width: 1279px) {
  .lp-figure.of-secondary {
    width: calc(413 * 100vw / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-figure.of-secondary {
    width: 80%;
    text-align: center;
  }
}

.lp-figure.of-column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .lp-figure.of-column {
    flex-direction: column;
    align-items: stretch;
  }
}

.lp-figure-column {
  min-height: 0%;
}

.lp-figure-column + .lp-figure-column {
  margin-left: 130px;
}

@media only screen and (max-width: 1279px) {
  .lp-figure-column + .lp-figure-column {
    margin-left: calc(130 * 100vw / 1280);
  }
}

@media only screen and (max-width: 767px) {
  .lp-figure-column + .lp-figure-column {
    margin-left: 0;
  }
}

.lp-figure > *:last-child {
  margin-bottom: 0;
}

.lp-utility-line-break {
  display: block;
}

.lp-utility-textColor-primary {
  color: #09f;
}

.lp-utility-textColor-secondary {
  color: #0071bc;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-line-break {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-textAlign-left {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-justifyContent-center {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
