.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-section-content > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron > *: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: #000;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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: 700;
}

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

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

.lp-layout-container {
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr auto;
  height: 100vh;
  min-height: 651px;
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-container {
    height: auto;
  }
}

.lp-layout-header {
  position: relative;
  z-index: 20;
  background-color: #fff;
}
.lp-layout-header-content {
  max-width: 1288px;
  margin-inline: auto;
  padding: 10px 24px;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-header-content {
    padding: 18px 20px;
  }
}
.lp-layout-header.of-flex .lp-layout-header-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-header.of-flex .lp-layout-header-content {
    justify-content: 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;
}

.lp-textPhone {
  margin-bottom: 32px;
  text-align: center;
}
.lp-textPhone.of-header a {
  color: inherit;
}
.lp-textPhone a {
  display: flex;
  flex-direction: column;
  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-primary {
  fill: #00a23f;
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: 700;
}
.lp-textPhone-note {
  font-size: 1.2rem;
}

.lp-jumbotron {
  position: relative;
  z-index: 0;
  background: url("../../../../../../img/products/vk-x4000/200931002/200931002_bg_01.png") no-repeat center;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron {
    margin-bottom: 40px;
    background-position: top center;
    background-size: calc(126.1rem + (1vw - 0.36rem) * (99.2469879518));
  }
  .lp-jumbotron::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 24px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(0deg, #000000, transparent);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .lp-jumbotron::after {
    bottom: 0;
    height: calc(15rem + (1vw - 0.36rem) * (7.5301204819));
  }
}
.lp-jumbotron-content {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 1288px;
  height: 100%;
  margin-inline: auto;
  padding: 0 24px;
  font-family: source-han-serif-japanese, serif;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    padding: 0 calc(2rem + (1vw - 0.36rem) * (0.6024096386));
    padding-top: 24px;
  }
}
.lp-jumbotron-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 946px;
  padding-top: 41px;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-body {
    padding-top: 0;
  }
}
.lp-jumbotron-image {
  position: absolute;
  top: calc(50% - 60px);
  right: -40px;
  margin-left: 40px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1380px) {
  .lp-jumbotron-image {
    position: static;
    top: auto;
    right: auto;
    transform: none;
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-image {
    position: static;
    top: auto;
    right: auto;
    width: calc(14.8rem + (1vw - 0.36rem) * (20.0301204819));
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.lp-jumbotron-title {
  display: block;
  position: relative;
  color: #c1c1c1;
  font-size: 9.5rem;
  letter-spacing: -0.2rem;
  text-align: center;
}
@media only screen and (max-width: 1380px) {
  .lp-jumbotron-title {
    font-size: calc(5.6rem + (1vw - 1.024rem) * (8.9887640449));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-title {
    font-size: calc(3.2rem + (1vw - 0.36rem) * (3.6144578313));
    letter-spacing: normal;
    letter-spacing: -0.13rem;
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 24px;
}
.lp-jumbotron-title em {
  mix-blend-mode: color-dodge;
}
.lp-jumbotron-title:first-child {
  margin-bottom: 117px;
}
@media only screen and (max-width: 1380px) {
  .lp-jumbotron-title:first-child {
    margin-bottom: calc(6.4rem + (1vw - 1.024rem) * (22.7528089888));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-title:first-child {
    margin-bottom: calc(3.4rem + (1vw - 0.36rem) * (3.0120481928));
  }
}
.lp-jumbotron-title:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 145px;
  height: 145px;
  transform: translateX(-50%);
  background: url("../../../../../../img/products/vk-x4000/200931002/200931002_bg_02.png") no-repeat center;
  mix-blend-mode: normal;
}
@media only screen and (max-width: 1380px) {
  .lp-jumbotron-title:first-child::before {
    width: calc(6.4rem + (1vw - 1.024rem) * (22.7528089888));
    height: calc(6.4rem + (1vw - 1.024rem) * (22.7528089888));
    background-size: calc(6.4rem + (1vw - 1.024rem) * (22.7528089888));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-title:first-child::before {
    width: calc(4rem + (1vw - 0.36rem) * (3.6144578313));
    height: calc(4rem + (1vw - 0.36rem) * (3.6144578313));
    background-size: calc(4rem + (1vw - 0.36rem) * (3.6144578313));
  }
}
.lp-jumbotron-series {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1380px) {
  .lp-jumbotron-series {
    font-size: calc(1.6rem + (1vw - 1.024rem) * (4.4943820225));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-series {
    flex-direction: column;
    font-size: 1.6rem;
  }
}

.lp-label {
  min-width: 130px;
  max-width: 200px;
  margin-right: 24px;
  color: #dbacac;
  font-size: 5.5rem;
  font-weight: bold;
  mix-blend-mode: color-dodge;
}
@media only screen and (max-width: 1380px) {
  .lp-label {
    min-width: auto;
    font-size: calc(2.2rem + (1vw - 1.024rem) * (9.2696629213));
  }
}
@media only screen and (max-width: 1024px) {
  .lp-label {
    margin-right: 0;
    font-size: 2rem;
  }
}

.lp-section .lp-textPhone a {
  color: #fff;
  cursor: default;
}
.lp-section-content {
  max-width: 1288px;
  padding: 0 24px;
}
@media only screen and (max-width: 1024px) {
  .lp-section.of-conversion {
    margin-bottom: 32px;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .lp-listButton {
    justify-content: center;
  }
}
@media only screen and (max-width: 690px) {
  .lp-listButton {
    margin-bottom: 16px;
    gap: 8px;
  }
}
.lp-listButton > li {
  max-width: 400px;
}
@media only screen and (max-width: 690px) {
  .lp-listButton > li {
    padding-left: 0;
  }
}
.lp-listButton.of-justifyContent-center {
  justify-content: center;
}

.lp-button {
  display: block;
  position: relative;
  padding: 16px 24px;
  transition: box-shadow 0.5s;
  border-radius: calc(infinity * 1px);
  background: rgba(255, 1, 1, 0.502);
  box-shadow: inset 2px 3px 6px rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: biz-udgothic, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}
@media only screen and (max-width: 1024px) {
  .lp-button {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.3012048193));
  }
}
.lp-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.5s;
  border-radius: calc(infinity * 1px);
  background: transparent linear-gradient(337deg, rgba(255, 255, 255, 0.7529411765) 0%, rgba(0, 0, 0, 0.7529411765) 15%, rgba(0, 0, 0, 0.7529411765) 82%, rgba(255, 255, 255, 0.7529411765) 100%) no-repeat;
  box-shadow: inset -2px -3px 6px rgba(255, 255, 255, 0.4);
  mix-blend-mode: color-dodge;
}
.lp-button:hover {
  background: transparent linear-gradient(180deg, #8a1d1f 0%, #450f10 100%);
  box-shadow: none;
}
.lp-button:hover::after {
  background: none;
  box-shadow: none;
}

.lp-layout-footer {
  position: relative;
  z-index: 20;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer {
    border-top: 1px solid #969a9b;
    color: #969a9b;
  }
}
.lp-layout-footer a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer a {
    color: #969a9b;
  }
}
.lp-layout-footer-content {
  max-width: 1760px;
  margin: 0 auto 24px;
  padding: 24px 24px;
}
@media only screen and (max-width: 768px) {
  .lp-layout-footer-content {
    padding: 10px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}
.lp-layout-footer-list > li + li {
  position: relative;
  margin-left: 33px;
  line-height: 1.6;
}
.lp-layout-footer-list > li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 13px;
  transform: translateY(-50%);
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer-list > li + li::before {
    background-color: #969a9b;
  }
}
@media only screen and (max-width: 768px) {
  .lp-layout-footer-list > li.lp-layout-footer-copyright {
    margin-left: 0;
  }
  .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: 1024px) {
  .lp-largeScreen-line-break {
    display: block;
  }
}
.lp-largeScreen-hide {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .lp-largeScreen-hide {
    display: block;
  }
}

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

.lp-utility-marginBottom-primary {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .lp-utility-marginBottom-primary {
    margin-bottom: 40px !important;
  }
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
