.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;
}

@property --LP_COLOR_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffe4a4;
}
@property --LP_COLOR_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #b55e00;
}
@property --LP_COLOR_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffe4c6;
}
@property --LP_COLOR_WHITE {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --LP_COLOR_BLACK {
  syntax: "<color>";
  inherits: false;
  initial-value: #333;
}
@property --LP_COLOR_BACKGROUND_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #f59733;
}
@property --LP_COLOR_BACKGROUND_WHITE {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
.lp-mediaService > *:last-child, .lp-media-body > *:last-child, .lp-media > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-title > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron > *:last-child, .lp-layout-grid-column > *:last-child, .lp-layout-grid > *:last-child {
  margin-bottom: 0 !important;
}

.section {
  margin-bottom: 0;
}

#LoginForm > *:only-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: grid;
  margin-bottom: 24px;
  column-gap: 16px;
  row-gap: 40px;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-layout-grid {
    margin: 0 auto 24px;
  }
}
.lp-layout-grid-column {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0;
}
.lp-layout-grid-column .lp-media-body {
  flex-grow: 1;
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) {
  .lp-layout-grid.of-column-2 {
    grid-template-columns: auto;
  }
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.lp-layout-grid.of-primary {
  column-gap: 40px;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-layout-grid.of-primary {
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .lp-layout-grid.of-primary {
    gap: 64px;
  }
}
.lp-layout-grid:not(.of-primary) .lp-layout-grid-column {
  grid-template-rows: 1fr;
  max-width: 255px;
}
@media only screen and (max-width: 640px) {
  .lp-layout-grid:not(.of-primary) .lp-layout-grid-column {
    max-width: 320px;
  }
}

.lp-jumbotron {
  overflow: hidden;
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
  color: var(--LP_COLOR_BLACK);
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: calc(1024px + 40px);
  margin: 0 auto 24px;
  padding: 20px;
  gap: 40px;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-jumbotron-content {
    gap: calc(2rem + (1vw - 0.64rem) * (5.2083333333));
  }
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron-content {
    flex-direction: column;
    gap: 20px;
  }
}
.lp-jumbotron-content::before, .lp-jumbotron-content::after {
  content: "";
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron-content::before, .lp-jumbotron-content::after {
    content: none;
  }
}
.lp-jumbotron-content::before {
  top: -48px;
  left: 30px;
  width: 343px;
  height: 200px;
  background: url(../../img/landing_page/lp_wechat_after-sale-service_01187477/lp_wechat_after-sale-service_01187477_bg_01.png) no-repeat top center/contain;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-jumbotron-content::before {
    top: calc(-9rem + (1vw - 0.64rem) * (10.9375));
    left: calc(-6.1rem + (1vw - 0.64rem) * (8.0729166667));
  }
}
.lp-jumbotron-content::after {
  bottom: -210px;
  left: 407px;
  width: 343px;
  height: 307px;
  background: url(../../img/landing_page/lp_wechat_after-sale-service_01187477/lp_wechat_after-sale-service_01187477_bg_02.png) no-repeat top center/contain;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-jumbotron-content::after {
    bottom: calc(-20rem + (1vw - 0.64rem) * (-2.6041666667));
    left: calc(12rem + (1vw - 0.64rem) * (74.7395833333));
  }
}
.lp-jumbotron-body {
  flex: 1;
  max-width: fit-content;
}
.lp-jumbotron-title {
  position: relative;
  z-index: 0;
  margin-bottom: 24px;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  text-shadow: 2px 2px 2px var(--LP_COLOR_PRIMARY);
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (2.4096385542));
  }
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron-title {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title {
    font-size: 3.2rem;
  }
}
.lp-jumbotron-title::before, .lp-jumbotron-title::after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .lp-jumbotron-title::before, .lp-jumbotron-title::after {
    content: none;
  }
}
.lp-jumbotron-title::before {
  top: -79px;
  left: -48px;
  width: 76px;
  height: 76px;
  background: url(../../img/landing_page/lp_wechat_after-sale-service_01187477/lp_wechat_after-sale-service_01187477_bg_03.png) no-repeat top center/contain;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-jumbotron-title::before {
    top: calc(-4rem + (1vw - 0.64rem) * (-10.15625));
    left: calc(-2rem + (1vw - 0.64rem) * (-7.2916666667));
    width: calc(5rem + (1vw - 0.64rem) * (6.7708333333));
    height: calc(5rem + (1vw - 0.64rem) * (6.7708333333));
  }
}
.lp-jumbotron-title::after {
  right: -18px;
  bottom: -29px;
  width: 29px;
  height: 29px;
  background: url(../../img/landing_page/lp_wechat_after-sale-service_01187477/lp_wechat_after-sale-service_01187477_bg_04.png) no-repeat top center/contain;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-jumbotron-title::after {
    right: calc(0rem + (1vw - 0.64rem) * (-4.6875));
    bottom: calc(-1.8rem + (1vw - 0.64rem) * (-2.8645833333));
  }
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-jumbotron-image {
    max-width: calc(22rem + (1vw - 0.36rem) * (19.578313253));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-image {
    max-width: 220px;
  }
}

.lp-section.of-primary {
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
}
.lp-section.of-primary .lp-section-content {
  padding: 40px 20px;
}
@media only screen and (max-width: 640px) {
  .lp-section.of-primary .lp-section-content {
    padding: calc(2rem + (1vw - 0.36rem) * (7.1428571429)) 20px;
  }
}
@media only screen and (max-width: 360px) {
  .lp-section.of-primary .lp-section-content {
    padding: 20px;
  }
}
.lp-section-content {
  display: flex;
  justify-content: center;
  max-width: calc(1024px + 40px);
  margin: 0 auto 24px;
  padding: 64px 20px;
}
@media only screen and (max-width: 640px) {
  .lp-section-content {
    padding: calc(3.2rem + (1vw - 0.36rem) * (11.4285714286)) 20px calc(4.2rem + (1vw - 0.36rem) * (7.8571428571));
  }
}
@media only screen and (max-width: 360px) {
  .lp-section-content {
    padding: 32px 20px 42px;
  }
}

.lp-headingLevel2 {
  margin-bottom: 24px;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.3;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-headingLevel2 {
    margin-bottom: calc(2rem + (1vw - 0.36rem) * (0.6024096386));
    font-size: calc(2.4rem + (1vw - 0.36rem) * (1.8072289157));
  }
}
@media only screen and (max-width: 640px) {
  .lp-headingLevel2 {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.lp-media {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.lp-media.of-column {
  flex-direction: column;
}
.lp-media-text {
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .lp-media-text {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.7142857143));
  }
}
@media only screen and (max-width: 360px) {
  .lp-media-text {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.lp-media-text.of-fontWeight-bold {
  font-weight: bold;
}
.lp-media-image.of-border {
  border: solid 10px var(--LP_COLOR_TERTIARY);
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .lp-media-image.of-border {
    border-radius: 8px;
  }
}
.lp-mediaService {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  margin-bottom: 24px;
}
.lp-mediaService-description {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-mediaService-description {
    margin-bottom: calc(1.2rem + (1vw - 0.36rem) * (0.6024096386));
    font-size: calc(1.6rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media only screen and (max-width: 360px) {
  .lp-mediaService-description {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}
.lp-mediaService-text {
  min-width: 276px;
  margin: -34px 0 24px;
  padding: 10px 32px;
  border-radius: 32.5px;
  background-color: var(--LP_COLOR_BACKGROUND_WHITE);
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .lp-mediaService-text {
    min-width: 240px;
    margin-top: calc(-2.1rem + (1vw - 0.36rem) * (-4.6428571429));
    padding: calc(0.8rem + (1vw - 0.36rem) * (0.7142857143)) calc(2.4rem + (1vw - 0.36rem) * (2.8571428571));
    border-radius: calc(3.1rem + (1vw - 0.36rem) * (0.5357142857));
  }
}
@media only screen and (max-width: 360px) {
  .lp-mediaService-text {
    margin-top: -21px;
    padding: 8px 24px;
    border-radius: 31px;
  }
}
@media only screen and (max-width: 640px) {
  .lp-mediaService-image {
    max-width: calc(22rem + (1vw - 0.36rem) * (46.4285714286));
  }
}
@media only screen and (max-width: 360px) {
  .lp-mediaService-image {
    max-width: 220px;
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-color-primary {
  color: var(--LP_COLOR_SECONDARY);
}

.lp-largeScreen-line-break {
  display: block;
}
@media only screen and (max-width: 640px) {
  .lp-largeScreen-line-break {
    display: inline;
  }
}

@media only screen and (max-width: calc(1024px - 1px)) {
  .lp-smallScreen-line-break {
    display: block;
  }
}
