.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  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;
  }
}
@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 {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
}

.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 {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
}

.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: #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 {
  content: "";
  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;
}

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-jumbotron {
  position: relative;
  overflow: hidden;
  background: #e2e8ee;
  line-height: 1.2;
}

.lp-jumbotron > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg) skewX(13deg) translateX(50%);
  outline: 1px solid transparent;
  background: #fff;
}

.lp-jumbotron.of-primary::before {
  transform: rotateY(180deg) skewX(13deg) translateX(49%);
}

.lp-jumbotron.of-secondary::before {
  transform: rotateY(180deg) skewX(13deg) translateX(48%);
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron::before {
    content: none;
  }
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
}
.lp-jumbotron-body {
  z-index: 3;
  flex: 1;
  padding: 40px 0 30px 60px;
}

.lp-jumbotron-body.of-paddingLeft-narrow {
  padding: 40px 0 30px 40px;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-body {
    padding: 3.2284100081vw 0 2.4213075061vw 0;
  }
  .lp-jumbotron-body.of-paddingLeft-narrow {
    padding: 3.2284100081vw 0 2.4213075061vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp-jumbotron-body {
    flex: none;
    width: 100%;
    background-color: #fff;
  }
}
.lp-jumbotron-titleGroup {
  z-index: 0;
  margin-bottom: -20px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 0;
    padding: 0 20px 20px;
    text-align: center;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 10px;
  color: #6a71ad;
  font-size: 6.5rem;
}

.lp-jumbotron-title.of-fontSize-small {
  font-size: 4.9rem;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-title {
    font-size: calc(3.6rem + (1vw - 0.36rem) * 3.2992);
  }
}
@media only screen and (max-width: 768px) {
  .lp-jumbotron-title {
    margin-bottom: 20px;
  }
  .lp-jumbotron-title.of-fontSize-small {
    font-size: calc(3.6rem + (1vw - 0.36rem) * 3.2992);
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 2.6rem;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-subtitle {
    font-size: calc(2rem + (1vw - 0.36rem) * 0.68259);
  }
}
@media only screen and (max-width: 768px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 20px;
  }
}
.lp-jumbotron-series {
  display: block;
  font-size: 2.5rem;
  font-weight: normal;
}

@media only screen and (max-width: 1239px) {
  .lp-jumbotron-series {
    font-size: calc(2rem + (1vw - 0.36rem) * 0.56883);
  }
}
@media only screen and (max-width: 768px) {
  .lp-jumbotron-series {
    font-weight: normal;
  }
}
.lp-jumbotron-imageGroup {
  max-width: 100%;
  min-height: 100%;
}

.lp-jumbotron-imageGroup-image {
  min-height: 0%;
}

.lp-jumbotron.of-tertiary::before {
  content: none;
}

.lp-jumbotron.of-tertiary .lp-jumbotron-content {
  align-items: center;
  max-width: 1320px;
}

.lp-jumbotron.of-tertiary .lp-jumbotron-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 100vw;
  height: 100%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron.of-tertiary .lp-jumbotron-content::before {
    content: none;
  }
}
.lp-jumbotron.of-tertiary .lp-jumbotron-body {
  padding: 56px 36px 48px 0;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron.of-tertiary .lp-jumbotron-body {
    padding: 3.1274433151vw 36px 3.7529319781vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .lp-jumbotron.of-tertiary .lp-jumbotron-body {
    padding: 24px 20px 30px;
  }
}
.lp-jumbotron.of-tertiary .lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
  .lp-jumbotron.of-tertiary .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
    padding-bottom: 0;
  }
}
.lp-jumbotron.of-tertiary .lp-jumbotron-image {
  width: 50%;
  height: 100%;
  padding: 20px 24px;
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron.of-tertiary .lp-jumbotron-image {
    width: 100%;
    padding: 16px 0 16px 0;
    background: #e2e8ee;
    text-align: center;
  }
}
.lp-jumbotron.of-tertiary .lp-mediaSeries {
  justify-content: space-between;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .lp-jumbotron.of-tertiary .lp-mediaSeries {
    justify-content: center;
  }
}
.lp-jumbotron.of-tertiary .lp-mediaSeries-body {
  max-width: initial;
}

.lp-jumbotron.of-tertiary .lp-mediaSeries-image {
  flex-shrink: 0;
  width: 242px;
}

[data-script-enabled=true] .lp-listImage {
  position: relative;
  width: 635px;
  min-height: 580px;
  overflow: hidden;
}

@media only screen and (max-width: 1239px) {
  [data-script-enabled=true] .lp-listImage {
    width: calc(28rem + (1vw - 0.36rem) * 40.3868);
    min-height: calc(26.4rem + (1vw - 0.36rem) * 35.94994);
  }
}
[data-script-enabled=true] .lp-listImage > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 2s;
  opacity: 0;
}

[data-script-enabled=true] .lp-listImage > li.is-active {
  z-index: 1;
  opacity: 1;
}

.lp-mediaSeries {
  display: flex;
  align-items: center;
}

.lp-mediaSeries-body {
  max-width: 300px;
}

@media only screen and (max-width: 1239px) {
  .lp-mediaSeries-body {
    max-width: 24.2130750605vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-mediaSeries-body {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
.lp-mediaSeries-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaSeries-image {
  width: 190px;
  min-height: 0%;
  margin-left: 50px;
}

@media only screen and (max-width: 1239px) {
  .lp-mediaSeries-image {
    width: 15.3349475383vw;
    margin-left: 4.0355125101vw;
  }
}
@media only screen and (max-width: 768px) {
  .lp-mediaSeries {
    justify-content: center;
  }
}
.lp-section {
  background: #f0f1f8;
  line-height: 1.2;
}

.lp-section-content {
  max-width: 1010px;
  margin: 0 auto;
  padding: 35px 20px 30px;
}

@media only screen and (max-width: 768px) {
  .lp-section-content {
    padding-top: 0;
  }
}
.lp-layout-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-layout-container.of-primary .lp-mediaAsset-body {
  padding: 0;
}

.lp-layout-container.of-primary .lp-mediaAsset-text {
  text-align: center;
}

.lp-layout-container.of-primary .lp-mediaAsset-image {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .lp-layout-container.of-primary .lp-mediaAsset-image {
    margin-right: 0;
  }
}
.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 24px -24px;
}

@media only screen and (max-width: 768px) {
  .lp-listButton {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .lp-listButton {
    margin-bottom: 40px;
  }
}
.lp-listButton > li {
  margin: 24px 0 0 24px;
}

.lp-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lp-media {
    min-height: 0%;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #cfd0d9;
  }
}
.lp-media-title {
  order: -2;
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.lp-media-body {
  max-width: 100%;
}

.lp-media-text {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.lp-media-image {
  order: -1;
  width: 100%;
  min-height: 0%;
  margin-bottom: 10px;
}

.lp-media.of-width-small {
  width: 220px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .lp-media.of-width-small {
    width: 100%;
  }
}
.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-grid.of-column-3 {
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-3 {
    margin-left: 0;
  }
}
.lp-layout-grid.of-column-3 .lp-layout-grid-column {
  width: 33.333333%;
  margin-bottom: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 100%;
    padding-left: 0;
  }
}
.lp-layout-grid.of-column-5 {
  margin-left: -5px;
}

.lp-layout-grid.of-column-5 .lp-layout-grid-column {
  width: 20%;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-5 .lp-layout-grid-column {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-5 {
    justify-content: center;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .lp-layout-grid.of-column-5:last-child {
    margin-bottom: 0;
  }
}
.lp-layout-grid-column {
  width: 100%;
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .lp-layout-grid-column:first-child .lp-media {
    border-top: 0;
  }
  .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
  }
}
.lp-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

.lp-figure > img {
  width: 100%;
  min-height: 0%;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lp-figure > img {
    margin-bottom: 7px;
  }
}
.lp-figure-caption {
  max-width: 100%;
  margin-bottom: 16px;
  font-size: 1.5rem;
  text-align: center;
}

.lp-figure > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset {
  margin: 40px 0;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset {
    margin: 20px 0;
  }
}
.lp-mediaAsset-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-content {
    flex-direction: column-reverse;
  }
}
.lp-mediaAsset-body {
  flex: 1;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-body {
    flex: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.lp-mediaAsset-body > *:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset-text {
  margin-bottom: 16px;
  font-size: 4rem;
}

@media only screen and (max-width: 1239px) {
  .lp-mediaAsset-text {
    font-size: calc(2.8rem + (1vw - 0.36rem) * 1.36519);
  }
}
.lp-mediaAsset-image {
  width: 155px;
  min-height: 0%;
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .lp-mediaAsset-image {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.lp-mediaAsset-image > img {
  border: 1px solid #dfdfdf;
}

.lp-mediaAsset > *:last-child {
  margin-bottom: 0;
}

.lp-largeScreen-hide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lp-largeScreen-hide {
    display: block;
  }
  .lp-smallScreen-hide {
    display: none;
  }
}
.lp-largeScreen-show {
  display: block;
}

@media only screen and (max-width: 1279px) {
  .lp-largeScreen-show {
    display: none;
  }
}
.lp-utility-marginLeft-4 {
  margin-left: 40px;
}

.lp-generalSlider .swiper-autoplay-button,
.lp-generalSlider .swiper-pagination-bullet {
  border-color: #333;
}

.lp-generalSlider .swiper-pagination-bullet-active,
.lp-generalSlider .swiper-autoplay-button::after,
.lp-generalSlider .swiper-autoplay-button::before {
  background: #333;
}

.lp-generalSlider .swiper-autoplay-button:not(.is-swiper-playing)::before {
  border-color: transparent transparent transparent #333;
}

.swiper-slide {
  background: #e2e8ee;
}

@media only screen and (max-width: 768px) {
  .swiper-slide > img {
    padding: 0 40px;
  }
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  text-align: center;
}

:root {
  --LP-COLOR_RED: #dc002f;
}

.lp-label {
  min-width: 26px;
  max-width: 180px;
  color: var(--LP-COLOR_RED);
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 1239px) {
  .lp-label {
    font-size: calc(1.4rem + (1vw - 0.36rem) * (0.2275312856));
  }
}
.lp-label-outer {
  display: inline-flex;
  min-width: fit-content;
  margin-right: 12px;
  padding: 3px 5px 2px;
  border: 1px solid var(--LP-COLOR_RED);
}

.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .lp-jumbotron-seriesGroup {
    justify-content: center;
  }
}
