.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-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron > *:last-child, .lp-textPhone-group > *:last-child, .lp-textPhone-body > *:last-child, .lp-layout-header-utilityList > li > *:last-child {
  margin-bottom: 0;
}

:root {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@keyframes imageFadeOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-10%);
    opacity: 0;
  }
}
@keyframes imageFadeOutSP {
  from {
    transform: translateX(-50%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes imageFadeIn {
  0% {
    transform: translateX(10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes imageFadeInSP {
  from {
    transform: translateX(0);
    opacity: 0;
  }
  to {
    transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes textFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp-layout-container {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100vh;
  min-height: 651px;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (max-width: 970px) {
  .lp-layout-container {
    height: auto;
  }
}

.lp-layout-header {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.lp-layout-header-content {
  max-width: 1648px;
  margin: 0 auto;
  padding: 10px 24px;
}
@media only screen and (max-width: 970px) {
  .lp-layout-header-content {
    padding: 18px 20px;
  }
}
.lp-layout-header.of-flex .lp-layout-header-content {
  display: flex;
  align-items: center;
}
.lp-layout-header-logo {
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 115px;
}
@media only screen and (max-width: 768px) {
  .lp-layout-header-logo img {
    width: 92px;
  }
}
.lp-layout-header-utilityGroup {
  flex: 1;
  padding-right: 14px;
  padding-left: 40px;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -16px;
  margin-right: -24px;
}
.lp-layout-header-utilityList > li {
  margin-top: 16px;
  padding-right: 24px;
}
.lp-layout-header-utilityList > li .lp-textPhone a {
  cursor: default;
  pointer-events: none;
}

.lp-textPhone {
  margin-bottom: 16px;
}
.lp-textPhone a {
  color: #fff;
  text-decoration: none;
}
.lp-textPhone-icon {
  width: 35px;
  min-width: 35px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-group {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .lp-textPhone-group {
    max-width: 240px;
    margin: auto;
  }
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
}
.lp-textPhone-note {
  font-size: 1.2rem;
}

.lp-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1920px) {
  .lp-video {
    width: auto;
    height: 920px;
  }
}
@media only screen and (max-width: 1600px) {
  .lp-video {
    height: calc(57.5rem + (1vw - 0.97rem) * (54.7619047619));
  }
}
@media only screen and (max-width: 970px) {
  .lp-video {
    height: calc(48rem + (1vw - 0.36rem) * (52.4590163934));
  }
}
@media only screen and (max-width: 360px) {
  .lp-video {
    height: 480px;
  }
}
@media only screen and (min-width: 971px) and (max-height: 919px) {
  .lp-video {
    width: auto;
  }
}
@media only screen and (min-width: 1081px) and (max-height: 919px) {
  .lp-video {
    top: calc(-9rem + (1vh - 0.655rem) * (34.0909090909));
  }
}
@media only screen and (min-width: 1241px) and (max-height: 919px) {
  .lp-video {
    top: calc(-15rem + (1vh - 0.655rem) * (56.8181818182));
  }
}
@media only screen and (min-width: 1241px) and (max-height: 655px) {
  .lp-video {
    top: -150px;
  }
}
@media only screen and (min-width: 1367px) and (max-height: 919px) {
  .lp-video {
    top: calc(-17rem + (1vh - 0.655rem) * (64.3939393939));
  }
}
@media only screen and (min-width: 1367px) and (max-height: 655px) {
  .lp-video {
    top: -170px;
  }
}
@media only screen and (min-width: 1601px) and (max-height: 919px) {
  .lp-video {
    top: calc(-18rem + (1vh - 0.655rem) * (68.1818181818));
    max-width: 1920px;
    height: auto;
  }
}
@media only screen and (min-width: 1601px) and (max-height: 655px) {
  .lp-video {
    top: -180px;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 919px) {
  .lp-video {
    top: calc(-20rem + (1vh - 0.655rem) * (75.7575757576));
    max-width: 1920px;
    height: auto;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 655px) {
  .lp-video {
    top: -200px;
  }
}

.lp-jumbotron {
  flex: 1;
  color: #fff;
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1640px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 970px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    height: auto;
    min-height: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 971px) and (max-height: 919px) {
  .lp-jumbotron-content {
    min-height: 100%;
  }
}
@media only screen and (min-width: 971px) and (max-height: 655px) {
  .lp-jumbotron-content {
    min-height: 520px;
  }
}
.lp-jumbotron-title {
  display: block;
  font-family: source-han-serif-japanese, serif;
  font-size: 8.6rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 16px;
}
@media only screen and (max-width: 1600px) {
  .lp-jumbotron-title {
    font-size: calc(4.8rem + (1vw - 0.97rem) * (6.0317460317));
  }
}
@media only screen and (max-width: 970px) {
  .lp-jumbotron-title {
    margin-bottom: 8px;
    font-size: calc(3.2rem + (1vw - 0.36rem) * (8.8524590164));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title {
    font-size: 3.2rem;
  }
}
.lp-jumbotron-title .of-fontSize-primary {
  font-size: 6rem;
}
@media only screen and (max-width: 1600px) {
  .lp-jumbotron-title .of-fontSize-primary {
    font-size: calc(3.2rem + (1vw - 0.97rem) * (4.4444444444));
  }
}
@media only screen and (max-width: 970px) {
  .lp-jumbotron-title .of-fontSize-primary {
    font-size: calc(2.8rem + (1vw - 0.36rem) * (2.2950819672));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-title .of-fontSize-primary {
    font-size: 2.8rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 64px;
  font-family: source-han-serif-japanese, serif;
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 16px;
}
@media only screen and (max-width: 1600px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(4.8rem + (1vw - 0.97rem) * (2.5396825397));
  }
}
@media only screen and (max-width: 970px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 971px) and (max-height: 919px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(4rem + (1vh - 0.655rem) * (9.0909090909));
  }
}
@media only screen and (min-width: 971px) and (max-height: 655px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 40px;
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 64px;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 1600px) {
  .lp-jumbotron-subtitle {
    margin-bottom: calc(4.8rem + (1vw - 0.97rem) * (2.5396825397));
    font-size: calc(3.6rem + (1vw - 0.97rem) * (1.9047619048));
  }
}
@media only screen and (max-width: 970px) {
  .lp-jumbotron-subtitle {
    margin-bottom: calc(2.4rem + (1vw - 0.36rem) * (2.6229508197));
    font-size: calc(2.4rem + (1vw - 0.36rem) * (3.9344262295));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 971px) and (max-height: 919px) {
  .lp-jumbotron-subtitle {
    margin-bottom: calc(3.2rem + (1vh - 0.655rem) * (12.1212121212));
  }
}
@media only screen and (min-width: 971px) and (max-height: 655px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 32px;
  }
}
.lp-jumbotron-series {
  display: block;
  margin-bottom: 24px;
  font-family: source-han-serif-japanese, serif;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.3;
  text-shadow: rgb(0, 0, 0) 0 0 10px, rgba(0, 0, 0, 0.8) 0 0 4px;
}
@media only screen and (max-width: 1600px) {
  .lp-jumbotron-series {
    font-size: calc(2.4rem + (1vw - 0.97rem) * (1.2698412698));
  }
}
@media only screen and (max-width: 970px) {
  .lp-jumbotron-series {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.9836065574));
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-series {
    font-size: 1.8rem;
  }
}
.lp-jumbotron-body {
  z-index: 1;
  flex: 1;
  max-width: 784px;
  padding: 56px 0;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .lp-jumbotron-body {
    max-width: calc(44rem + (1vw - 0.97rem) * (54.6031746032));
  }
}
@media only screen and (max-width: 970px) {
  .lp-jumbotron-body {
    max-width: 100%;
    margin-top: calc(-11rem + (1vw - 0.36rem) * (-8.8524590164));
    padding: 66px 20px calc(0rem + (1vw - 0.36rem) * (5.2459016393));
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-body {
    max-width: 360px;
    padding-bottom: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 971px) and (max-height: 919px) {
  .lp-jumbotron-body {
    max-width: calc(56rem + (1vh - 0.655rem) * (-22.7272727273));
    padding: calc(3.2rem + (1vh - 0.655rem) * (9.022556391)) 0;
  }
}
@media only screen and (min-width: 971px) and (max-height: 655px) {
  .lp-jumbotron-body {
    max-width: 560px;
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1081px) and (max-height: 919px) {
  .lp-jumbotron-body {
    max-width: calc(62rem + (1vh - 0.655rem) * (-11.3636363636));
  }
}
@media only screen and (min-width: 1081px) and (max-height: 655px) {
  .lp-jumbotron-body {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1241px) and (max-height: 919px) {
  .lp-jumbotron-body {
    max-width: calc(74rem + (1vh - 0.655rem) * (-18.9393939394));
  }
}
@media only screen and (min-width: 1241px) and (max-height: 655px) {
  .lp-jumbotron-body {
    max-width: 740px;
  }
}
@media only screen and (min-width: 1367px) and (max-height: 919px) {
  .lp-jumbotron-body {
    max-width: calc(82rem + (1vh - 0.655rem) * (-22.7272727273));
  }
}
@media only screen and (min-width: 1367px) and (max-height: 655px) {
  .lp-jumbotron-body {
    max-width: 820px;
  }
}
@media only screen and (min-width: 1601px) and (max-height: 919px) {
  .lp-jumbotron-body {
    max-width: calc(102rem + (1vh - 0.655rem) * (-89.3939393939));
  }
}
@media only screen and (min-width: 1601px) and (max-height: 655px) {
  .lp-jumbotron-body {
    max-width: 1020px;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 919px) {
  .lp-jumbotron-body {
    max-width: calc(118rem + (1vh - 0.655rem) * (-150));
  }
}
@media only screen and (min-width: 1920px) and (max-height: 655px) {
  .lp-jumbotron-body {
    max-width: 1180px;
  }
}
.lp-jumbotron-image {
  position: absolute;
  top: 57%;
  left: -140px;
  width: 100%;
  max-width: 1080px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1920px) {
  .lp-jumbotron-image {
    left: calc(-2rem + (1vw - 1.6rem) * (-37.5));
    max-width: calc(99rem + (1vw - 1.6rem) * (28.125));
  }
}
@media only screen and (max-width: 1600px) {
  .lp-jumbotron-image {
    left: calc(0rem + (1vw - 0.97rem) * (-3.1746031746));
    max-width: calc(60rem + (1vw - 0.97rem) * (61.9047619048));
  }
}
@media only screen and (max-width: 970px) {
  .lp-jumbotron-image {
    position: static;
    width: calc(48rem + (1vw - 0.36rem) * (55.737704918));
    max-width: initial;
    margin-right: auto;
    margin-left: calc(-6.2rem + (1vw - 0.36rem) * (10.1639344262));
    transform: none;
  }
}
@media only screen and (max-width: 360px) {
  .lp-jumbotron-image {
    width: 480px;
    margin-left: -62px;
  }
}
@media only screen and (min-width: 971px) and (max-height: 919px) {
  .lp-jumbotron-image {
    max-width: calc(50rem + (1vh - 0.655rem) * (22.7272727273));
  }
}
@media only screen and (min-width: 971px) and (max-height: 655px) {
  .lp-jumbotron-image {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1081px) and (max-height: 919px) {
  .lp-jumbotron-image {
    left: 0;
    max-width: calc(56rem + (1vh - 0.655rem) * (15.1515151515));
  }
}
@media only screen and (min-width: 1081px) and (max-height: 655px) {
  .lp-jumbotron-image {
    max-width: 560px;
  }
}
@media only screen and (min-width: 1241px) and (max-height: 919px) {
  .lp-jumbotron-image {
    max-width: calc(60rem + (1vh - 0.655rem) * (30.303030303));
  }
}
@media only screen and (min-width: 1241px) and (max-height: 655px) {
  .lp-jumbotron-image {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1367px) and (max-height: 919px) {
  .lp-jumbotron-image {
    max-width: calc(64rem + (1vh - 0.655rem) * (45.4545454545));
  }
}
@media only screen and (min-width: 1367px) and (max-height: 655px) {
  .lp-jumbotron-image {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1601px) and (min-height: 919px) {
  .lp-jumbotron-image {
    top: 62%;
  }
}
@media only screen and (min-width: 1601px) and (max-height: 919px) {
  .lp-jumbotron-image {
    top: calc(33.6rem + (1vh - 0.655rem) * (46.9696969697));
    left: calc(-14rem + (1vw - 1.92rem) * (-37.5));
    max-width: calc(71rem + (1vh - 0.655rem) * (106.0606060606));
  }
}
@media only screen and (min-width: 1601px) and (max-height: 655px) {
  .lp-jumbotron-image {
    top: 336px;
    max-width: 710px;
  }
}
@media only screen and (min-width: 1920px) and (max-height: 919px) {
  .lp-jumbotron-image {
    top: calc(31.6rem + (1vh - 0.655rem) * (69.696969697));
    left: -140px;
    max-width: calc(68rem + (1vh - 0.655rem) * (151.5151515152));
  }
}
@media only screen and (min-width: 1920px) and (max-height: 655px) {
  .lp-jumbotron-image {
    top: 316px;
    max-width: 680px;
  }
}
@media only screen and (min-width: 1920px) and (min-height: 919px) {
  .lp-jumbotron-image {
    top: calc(55rem + (1vh - 1.08rem) * (31.4465408805));
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 24px -16px;
}
@media only screen and (max-width: 970px) {
  .lp-listButton {
    justify-content: center;
  }
}
@media only screen and (max-width: 690px) {
  .lp-listButton {
    margin: -8px 0 16px -8px;
  }
}
.lp-listButton > li {
  margin-top: 16px;
  padding-left: 16px;
}
@media only screen and (max-width: 690px) {
  .lp-listButton > li {
    width: 100%;
    margin-top: 8px;
    margin-left: 8px;
    padding-left: 0;
  }
}
.lp-listButton.of-justifyContent-center {
  justify-content: center;
}
.lp-listButton-outer {
  width: 100%;
  max-width: 512px;
  margin-left: auto;
}
@media only screen and (max-width: 1600px) {
  .lp-listButton-outer {
    max-width: calc(32rem + (1vw - 0.97rem) * (30.4761904762));
  }
}
@media only screen and (max-width: 970px) {
  .lp-listButton-outer {
    max-width: 100%;
  }
}

.lp-buttonConversion {
  min-width: 307px;
  transition: all 0.2s 0s ease-in-out;
  border: #fff 1px solid;
  border-radius: 4px;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .lp-buttonConversion {
    width: 100%;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.9803921569));
  }
}
@media only screen and (max-width: 360px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
.lp-buttonConversion:hover {
  border: #565656 1px solid;
  background-color: #000;
  box-shadow: 0 0 16px #656565 inset;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  padding-left: 72px;
}
@media only screen and (max-width: 690px) {
  .lp-buttonConversion.of-download .lp-buttonConversion-body {
    padding-left: calc(7.7rem + (1vw - 0.36rem) * (-1.5151515152));
  }
}
@media only screen and (max-width: 360px) {
  .lp-buttonConversion.of-download .lp-buttonConversion-body {
    padding-left: 77px;
  }
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  left: 48px;
  background: url(../../../../img/landing_page/common/icon_btn_dl.png) no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
  padding-left: 72px;
}
@media only screen and (max-width: 690px) {
  .lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    padding-left: calc(7.7rem + (1vw - 0.36rem) * (-1.5151515152));
  }
}
@media only screen and (max-width: 360px) {
  .lp-buttonConversion.of-arrow .lp-buttonConversion-body {
    padding-left: 77px;
  }
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 52px;
}
@media only screen and (max-width: 690px) {
  .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: calc(5.4rem + (1vw - 0.36rem) * (-0.6060606061));
  }
}
@media only screen and (max-width: 360px) {
  .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 54px;
  }
}
.lp-buttonConversion-body {
  padding: 18px 8px 18px 24px;
}
@media only screen and (max-width: 970px) {
  .lp-buttonConversion-body {
    padding: 16px 8px 16px 24px;
  }
}
.lp-buttonConversion-text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 360px) {
  .lp-buttonConversion-text {
    max-width: 193px;
  }
}

.lp-layout-footer {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
}
.lp-layout-footer a {
  color: #fff;
  text-decoration: none;
}
.lp-layout-footer-content {
  max-width: 1760px;
  margin: 0 auto 24px;
  padding: 18px 24px 8px;
}
@media only screen and (max-width: 768px) {
  .lp-layout-footer-content {
    padding: 18px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -10px 0 16px -32px;
  text-align: center;
}
@media only screen and (max-width: 360px) {
  .lp-layout-footer-list {
    text-align: center;
  }
}
.lp-layout-footer-list > li {
  position: relative;
  margin-top: 10px;
  margin-left: 32px;
  line-height: 1.6;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #fff;
}
.lp-layout-footer-list > li:first-child::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .lp-layout-footer-list > li.lp-layout-footer-copyright::before {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  .lp-layout-footer-copyright {
    width: 100%;
  }
}

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

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

.lp-utility-marginBottom-primary {
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: calc(3.2rem + (1vw - 0.36rem) * (1.3114754098)) !important;
  }
}
@media only screen and (max-width: 360px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: 32px !important;
  }
}
