.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: #ea0437;
}
@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_GRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #c8c8c8;
}
@property --LP_COLOR_BACKGROUND_WHITE {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --LP_COLOR_BACKGROUND_GRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #eee;
}
.lp-scanMedia-body > *:last-child, .lp-scanMedia > *:last-child, .lp-figure > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-text > *:last-child, .lp-jumbotron-title > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron > *:last-child, .lp-layout-grid > .lp-layout-grid-column > *:last-child {
  margin-bottom: 0 !important;
}

.section:has(.theme-noForm):has(~ #LoginForm),
.section:has(.theme-noForm) ~ #LoginForm > *:only-child:not(:has(*)) {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 969px) {
  .lp-layout-grid {
    flex-direction: column;
    gap: 24px;
    margin-bottom: calc(4rem + (1vw - 0.36rem) * (3.9344262295));
  }
}
@media screen and (max-width: 360px) {
  .lp-layout-grid {
    margin-bottom: 40px;
  }
}
.lp-layout-grid > .lp-layout-grid-column {
  display: flex;
  justify-content: center;
}
.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
  max-width: 50%;
}
.lp-layout-grid.of-column-3 > .lp-layout-grid-column {
  max-width: 33.3333%;
}
.lp-layout-grid.ofcolumn-4 > .lp-layout-grid-column {
  max-width: 25%;
}
.lp-layout-grid.of-column-5 > .lp-layout-grid-column {
  max-width: 20%;
}
@media screen and (max-width: 969px) {
  .lp-layout-grid.of-column-2 > .lp-layout-grid-column, .lp-layout-grid.of-column-3 > .lp-layout-grid-column, .lp-layout-grid.of-column-4 > .lp-layout-grid-column, .lp-layout-grid.of-column-5 > .lp-layout-grid-column {
    max-width: 100%;
  }
}
.lp-layout-grid.of-gap-primary {
  column-gap: 80px;
}
@media screen and (max-width: 969px) {
  .lp-layout-grid.of-gap-primary {
    row-gap: 32px;
  }
}
.lp-layout-grid.of-borderBottom-solid {
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 969px) {
  .lp-layout-grid.of-borderBottom-solid {
    padding-bottom: calc(4rem + (1vw - 0.36rem) * (3.9344262295));
  }
}
@media screen and (max-width: 360px) {
  .lp-layout-grid.of-borderBottom-solid {
    padding-bottom: 40px;
  }
}
.lp-layout-grid.of-borderBottom-solid::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid var(--LP_COLOR_GRAY);
}

.lp-jumbotron {
  overflow: hidden;
  background: linear-gradient(109deg, #85f1f9 0%, #cde5fe 54%, #ffaecf 79%, #fe6c9e 100%);
}
@media screen and (max-width: 639px) {
  .lp-jumbotron {
    background: linear-gradient(160deg, #85f1f9 -43%, #cde5fe 54%, #ffaecf 79%, #fe6c9e 123%);
  }
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  max-width: calc(1035px + 40px);
  margin-inline: auto;
  padding: 26px 20px;
  gap: 65px;
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-content {
    gap: calc(3.5rem + (1vw - 0.64rem) * (4.6875));
  }
}
@media screen and (max-width: 639px) {
  .lp-jumbotron-content {
    flex-direction: column;
    gap: 20px;
    padding: calc(2.4rem + (1vw - 0.36rem) * (0.7142857143)) 20px;
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-content {
    padding: 24px 20px;
  }
}
.lp-jumbotron-content::before, .lp-jumbotron-content::after {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .lp-jumbotron-content::before, .lp-jumbotron-content::after {
    content: none;
  }
}
.lp-jumbotron-content::before {
  top: -80px;
  left: 54px;
  width: 343px;
  height: 201px;
  background: url(../../img/landing_page/lp_tiktok_qr_01192400/lp_tiktok_qr_01192400_bg_03.png) no-repeat top center/contain;
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-content::before {
    left: calc(0rem + (1vw - 1.035rem) * (22.0408163265));
  }
}
@media screen and (max-width: 1034px) {
  .lp-jumbotron-content::before {
    top: calc(-12rem + (1vw - 0.64rem) * (10.1265822785));
    left: calc(-5rem + (1vw - 0.64rem) * (12.6582278481));
  }
}
.lp-jumbotron-content::after {
  right: 322px;
  bottom: -188px;
  width: 343px;
  height: 307px;
  background: url(../../img/landing_page/lp_tiktok_qr_01192400/lp_tiktok_qr_01192400_bg_04.png) no-repeat top center/contain;
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-content::after {
    right: calc(29rem + (1vw - 1.035rem) * (13.0612244898));
  }
}
@media screen and (max-width: 1034px) {
  .lp-jumbotron-content::after {
    right: calc(20rem + (1vw - 0.64rem) * (22.7848101266));
    bottom: calc(-23rem + (1vw - 0.64rem) * (10.6329113924));
  }
}
.lp-jumbotron-body {
  z-index: 2;
  flex: 1;
}
.lp-jumbotron-title {
  position: relative;
  margin-bottom: 14px;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (max-width: 1034px) {
  .lp-jumbotron-title {
    font-size: calc(2.6rem + (1vw - 0.64rem) * (5.5696202532));
  }
}
@media screen and (max-width: 639px) {
  .lp-jumbotron-title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.lp-jumbotron-title::before, .lp-jumbotron-title::after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .lp-jumbotron-title::before, .lp-jumbotron-title::after {
    content: none;
  }
}
.lp-jumbotron-title::before {
  top: -10px;
  left: 15px;
  width: 76px;
  height: 76px;
  background: url(../../img/landing_page/lp_tiktok_qr_01192400/lp_tiktok_qr_01192400_bg_01.png) no-repeat top center/contain;
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-title::before {
    left: calc(0rem + (1vw - 1.035rem) * (6.1224489796));
  }
}
@media screen and (max-width: 1034px) {
  .lp-jumbotron-title::before {
    top: calc(0rem + (1vw - 0.64rem) * (-2.5316455696));
    left: calc(-2rem + (1vw - 0.64rem) * (5.0632911392));
    width: calc(4.6rem + (1vw - 0.64rem) * (7.5949367089));
    height: calc(4.6rem + (1vw - 0.64rem) * (7.5949367089));
  }
}
.lp-jumbotron-title::after {
  right: -33px;
  bottom: 6px;
  width: 29px;
  height: 29px;
  background: url(../../img/landing_page/lp_tiktok_qr_01192400/lp_tiktok_qr_01192400_bg_02.png) no-repeat top center/contain;
}
@media screen and (max-width: 1034px) {
  .lp-jumbotron-title::after {
    right: calc(-2.5rem + (1vw - 0.64rem) * (-2.0253164557));
    bottom: calc(-1.5rem + (1vw - 0.64rem) * (5.3164556962));
    width: calc(2.5rem + (1vw - 0.64rem) * (1.0126582278));
    height: calc(2.5rem + (1vw - 0.64rem) * (1.0126582278));
  }
}
.lp-jumbotron-text {
  margin-bottom: 24px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1034px) {
  .lp-jumbotron-text {
    font-size: calc(1.8rem + (1vw - 0.64rem) * (1.0126582278));
  }
}
@media screen and (max-width: 639px) {
  .lp-jumbotron-text {
    font-size: 2rem;
  }
}
.lp-jumbotron-image {
  margin-top: -32px;
}
@media screen and (max-width: 1279px) {
  .lp-jumbotron-image {
    max-width: calc(27.5rem + (1vw - 0.64rem) * (11.71875));
  }
}
@media screen and (max-width: 639px) {
  .lp-jumbotron-image {
    margin-top: auto;
  }
}

.lp-section {
  background-color: var(--LP_COLOR_BACKGROUND_GRAY);
}
.lp-section.of-primary {
  background: linear-gradient(109deg, #85f1f9 0%, #cde5fe 54%, #ffaecf 79%, #fe6c9e 100%);
}
@media screen and (max-width: 969px) {
  .lp-section.of-primary {
    background: linear-gradient(162deg, #85f1f9 -42%, #cde5fe 54%, #ffaecf 79%, #fe6c9e 126%);
  }
}
.lp-section.of-primary .lp-section-content {
  padding: 64px 20px;
}
@media screen and (max-width: 969px) {
  .lp-section.of-primary .lp-section-content {
    padding: calc(4rem + (1vw - 0.36rem) * (3.9344262295)) 20px;
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-primary .lp-section-content {
    padding: 40px 20px;
  }
}
.lp-section-content {
  max-width: calc(1280px + 40px);
  margin-inline: auto;
  padding: 64px 20px;
}
@media screen and (max-width: 969px) {
  .lp-section-content {
    padding: calc(3.2rem + (1vw - 0.36rem) * (5.2459016393)) 20px calc(4rem + (1vw - 0.36rem) * (3.9344262295));
  }
}
@media screen and (max-width: 360px) {
  .lp-section-content {
    padding: 32px 20px 40px;
  }
}

.lp-headingLevel2 {
  margin-bottom: 64px;
  font-size: 3.6rem;
  font-weight: normal;
}
@media screen and (max-width: 1279px) {
  .lp-headingLevel2 {
    font-size: calc(2.4rem + (1vw - 0.64rem) * (1.875));
  }
}
@media screen and (max-width: 969px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (1.9672131148));
  }
}
@media screen and (max-width: 639px) {
  .lp-headingLevel2 {
    font-size: 24px;
  }
}
.lp-headingLevel2:has(+ .lp-textLead) {
  margin-bottom: 13px;
}

.lp-figure {
  margin-bottom: 16px;
}

.lp-scanMedia {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 24px;
}
.lp-scanMedia-body {
  z-index: 1;
  min-width: 266px;
  max-width: 360px;
  margin-top: -45px;
  padding: 11px 24px 12px;
  border-radius: 40px;
  background-color: var(--LP_COLOR_BACKGROUND_WHITE);
  text-align: center;
}
@media screen and (max-width: 639px) {
  .lp-scanMedia-body {
    margin-top: calc(-1.8rem + (1vw - 0.36rem) * (-9.6428571429));
  }
}
@media screen and (max-width: 360px) {
  .lp-scanMedia-body {
    margin-top: -18px;
  }
}
@media screen and (max-width: 969px) {
  .lp-scanMedia-image {
    max-width: calc(22.8rem + (1vw - 0.36rem) * (20));
  }
}
@media screen and (max-width: 360px) {
  .lp-scanMedia-image {
    max-width: 228px;
  }
}

.lp-textLead {
  margin-bottom: 64px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1279px) {
  .lp-textLead {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.652173913));
  }
}
@media screen and (max-width: 969px) {
  .lp-textLead {
    margin-bottom: calc(2.2rem + (1vw - 0.36rem) * (6.8852459016));
  }
}
@media screen and (max-width: 360px) {
  .lp-textLead {
    margin-bottom: 22px;
    font-size: 18px;
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-fontColor-primary {
  color: var(--LP_COLOR_PRIMARY);
}
.lp-utility-line-break {
  display: block;
}
