:root {
  font-size: 10px;
}

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

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

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
.theme-KJ body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  -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-size: 1em;
  font-family: monospace;
}

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-size: 1em;
  font-family: monospace;
}

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-size: 100%;
  line-height: inherit;
  font-family: 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;
}

video {
  display: block;
  max-width: 100%;
}

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

:root {
  --lp-color-navy: #171e30;
  --lp-color-white: #fff;
  --lp-color-yellow: #ffd44b;
  --lp-color-black: #000;
  --lp-color-darkGray: #333;
  --lp-color-blueGray: #323d58;
  --lp-color-gray: #555;
  --lp-color-lightGray: #ddd;
  --lp-color-red: #fd3535;
  --font-weight-bold: 700;
  --font-weight-semiBold: 600;
  --font-weight-normal: 500;
}

.lp-layout-header {
  background: var(--lp-color-white);
  color: var(--lp-color-darkGray);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  margin-inline: auto;
  padding: 16px 20px;
  gap: 2.4rem;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-header-content {
    justify-content: center;
  }
}
.lp-layout-header-logo {
  flex-shrink: 0;
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo > a {
  display: inline-block;
}
.lp-layout-header-logo > a > img {
  width: 120px;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-header-logo > a > img {
    width: 90px;
  }
}
.lp-layout-header-utilityGroup > *:last-child {
  margin-bottom: 0 !important;
}

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

.lp-layout-main {
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: var(--lp-color-navy);
  color: var(--lp-color-white);
  line-height: 1.5;
}
.lp-layout-main > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-main {
    position: relative;
    flex-direction: column;
  }
}

.lp-layout-footer {
  background: var(--lp-color-white);
  color: var(--lp-color-gray);
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer {
    border-top: 1px solid var(--lp-color-lightGray);
  }
}
.lp-layout-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1480px;
  margin-inline: auto;
  padding: 12px 20px;
  gap: 12px 25px;
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer-content {
    flex-direction: column;
    max-width: none;
    padding: 12px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer-list {
    width: 100%;
  }
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-footer-list > li::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -13px;
  width: 1px;
  height: 90%;
  transform: translateY(-50%);
  background-color: var(--lp-color-gray);
  content: "";
}
.lp-layout-footer-list > li > a {
  color: var(--lp-color-gray);
  text-decoration: none;
}
.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
  color: var(--lp-color-gray);
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer-list > li:last-child::after {
    display: none;
  }
}
.lp-layout-footer-copyright {
  color: var(--lp-color-gray);
  font-size: 1.1rem;
}
@media only screen and (max-width: 1024px) {
  .lp-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
}

.lp-jumbotron {
  background: var(--lp-color-navy);
  color: var(--lp-color-white);
}
.lp-jumbotron-content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 87px));
  max-width: 1480px;
  height: 100%;
  margin-inline: auto;
  padding: 0 20px;
  gap: 16px 36px;
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px 64px;
  }
}
.lp-jumbotron-body {
  grid-column: 1/6;
  align-self: center;
  margin-left: clamp(0px, 0rem + (1vw - 1.025rem) * (9.7206703911), 87px);
  padding: 20px 0 60px;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-body {
    width: 100%;
    max-width: 500px;
    padding: 0;
  }
}
@media only screen and (min-width: 1365px) and (max-height: 900px) {
  .lp-jumbotron-body {
    padding: 20px 0 clamp(20px, 2rem + (1vh - 0.625rem) * (14.5454545455), 60px);
  }
}
.lp-jumbotron-image {
  z-index: 10;
  grid-row: 1;
  grid-column: 6/10;
  align-self: center;
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-image {
    max-width: clamp(120px, 12rem + (1vw - 0.36rem) * (30.0751879699), 320px);
    margin-top: clamp(64px, 6.4rem + (1vw - 0.36rem) * (11.4285714286), 140px);
    margin-right: clamp(140px, 14rem + (1vw - 0.36rem) * (9.022556391), 200px);
  }
}
@media only screen and (min-width: 1365px) and (max-height: 900px) {
  .lp-jumbotron-image {
    max-width: clamp(360px, 36rem + (1vh - 0.625rem) * (18.1818181818), 410px);
    margin-top: clamp(0px, 0rem + (1vh - 0.625rem) * (43.6363636364), 120px);
  }
}
.lp-jumbotron-titleGroup {
  margin-bottom: 56px;
}
.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 40px;
  }
}
.lp-jumbotron-subtitle {
  display: block;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--lp-color-white);
  font-size: clamp(6.6rem, 6.6rem + (1vw - 0.36rem) * (3.4615384615), 12rem);
  line-height: 1.45;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-subtitle {
    margin-bottom: 16px;
  }
}
.lp-jumbotron-seriesGroup {
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-seriesGroup {
    margin-bottom: 12px;
  }
}
.lp-jumbotron-seriesName {
  display: block;
  font-weight: var(--font-weight-normal);
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.36rem) * (0.7692307692), 2.8rem);
}
.lp-jumbotron-series {
  display: block;
  font-weight: var(--font-weight-normal);
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.36rem) * (1.2820512821), 3.8rem);
}
.lp-jumbotron-series > em {
  font-weight: var(--font-weight-normal);
  font-size: clamp(3.8rem, 3.8rem + (1vw - 0.36rem) * (1.2820512821), 5.8rem);
  line-height: 1.3;
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(2.4rem, 2.4rem + (1vw - 0.36rem) * (1.2820512821), 4.4rem);
}
.lp-jumbotron-title > *:last-child {
  margin-bottom: 0 !important;
}
.lp-jumbotron-videoOuter {
  grid-row: 1;
  grid-column: 8/-1;
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-videoOuter {
    position: absolute;
    top: 0;
    right: 0;
    max-width: clamp(256px, 25.6rem + (1vw - 0.36rem) * (48.7218045113), 580px);
  }
}
.lp-jumbotron-video {
  width: clamp(520px, 52rem + (1vw - 1.025rem) * (53.9589442815), 704px);
}
@media only screen and (max-width: 1024px) {
  .lp-jumbotron-video {
    width: 100%;
  }
}
.lp-jumbotron-video > .lp-video {
  mix-blend-mode: lighten;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
  gap: 32px;
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0 !important;
}

.lp-button {
  display: inline-block;
  min-width: clamp(235px, 23.5rem + (1vw - 0.36rem) * (3.5256410256), 290px);
  padding: clamp(16px, 1.6rem + (1vw - 0.36rem) * (0.2564102564), 20px) clamp(24px, 2.4rem + (1vw - 0.36rem) * (1.3461538462), 45px);
  border-radius: 45px;
  background: var(--lp-color-navy);
  box-shadow: -6px -3px 8px var(--lp-color-blueGray), 6px 3px 10px var(--lp-color-black);
  color: var(--lp-color-red);
  font-weight: var(--font-weight-bold);
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.36rem) * (0.2564102564), 2rem);
  line-height: 1.5;
  text-decoration: none;
  transition: box-shadow 0.5s;
}
.lp-button:hover, .lp-button:focus {
  box-shadow: -3px -3px 3px var(--lp-color-black), 3px 3px 3px var(--lp-color-blueGray);
}
.lp-button-text {
  display: block;
  text-align: center;
}

.lp-textPhone {
  margin-bottom: 24px;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0 !important;
}
a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  color: var(--lp-color-darkGray);
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .lp-textPhone-body {
    flex-direction: column-reverse;
  }
}
.lp-textPhone-note {
  display: block;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-textPhone-number {
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-section {
  background-color: var(--lp-color-white);
  color: var(--lp-color-darkGray);
}
.lp-section-content {
  max-width: 1480px;
  margin-inline: auto;
  padding: 20px;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}

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

@media only screen and (min-width: 1025px) {
  .lp-largeScreen-hide {
    display: none;
  }
}

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