@charset "UTF-8";
: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;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "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: 0;
}

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

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

.fs {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

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

.fs-section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
}

.fs-section.fs-table {
  display: table;
  table-layout: fixed;
}

.fs-sectionInner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.fs-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fs-nav {
  position: fixed;
  z-index: 10000;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fs-nav .fs-navList {
  margin: 0;
  padding: 0;
  list-style-image: none;
}

.fs-nav .fs-navList > li {
  display: block;
  list-style: none;
}

.fs-arrow {
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
}

.fs-arrow.fs-arrowHide {
  visibility: hidden;
  opacity: 0;
}

.fs-arrowBtn {
  display: block;
}

.fs-arrowBtn:focus {
  outline: solid 1px #0000ff;
}

.fs-navBtn {
  display: block;
}

.fs-navBtn:focus {
  outline: solid 1px #0000ff;
}

.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-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

:root {
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_WHITE_RGB: 255, 255, 255;
  --LP_COLOR_BASE_BLACK: #333;
  --LP_COLOR_BLACK: #000;
  --LP_COLOR_BLACK_RGB: 0, 0, 0;
  --LP_COLOR_RED: #d4002d;
  --LP_COLOR_RED_PRIMARY: #ea0437;
  --LP_FONT_WEIGHT_REGULAR: 400;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_BOLD: 700;
}

.lp-section-content, .lp-jumbotron-content, .lp-layout-footer-content, .lp-layout-header-content {
  max-width: 1640px;
  margin-inline: auto;
}

.lp-layout-container.of-outermost {
  overflow: hidden;
}
@media only screen and (max-width: 969px) {
  .lp-layout-container.of-outermost {
    overflow: initial;
  }
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  [data-script-enabled=true] .lp-layout-container.of-outermost {
    height: 100vh;
  }
}

.lp-layout-header {
  position: relative;
  z-index: 10;
  background-color: var(--LP_COLOR_WHITE);
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  [data-script-enabled=true] .lp-layout-header {
    position: fixed;
    width: 100%;
  }
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
  gap: 40px;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 969px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 16px 20px;
  }
}
.lp-layout-header-logo {
  width: 125px;
  line-height: 1;
}
@media only screen and (max-width: 969px) {
  .lp-layout-header-logo {
    width: 91px;
  }
}
.lp-layout-header-logo > a {
  display: block;
}
.lp-layout-header-logo img {
  width: 100%;
}

.lp-layout-footer {
  position: relative;
  z-index: 10;
  background-color: var(--LP_COLOR_BLACK);
  color: var(--LP_COLOR_WHITE);
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  [data-script-enabled=true] .lp-layout-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
.lp-layout-footer-content {
  display: flex;
  justify-content: center;
  padding: 12px 40px;
}
@media only screen and (max-width: 969px) {
  .lp-layout-footer-content {
    padding: 16px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  gap: 12px 65px;
  line-height: 1.5;
}
@media only screen and (max-width: 969px) {
  .lp-layout-footer-list {
    column-gap: 33px;
  }
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: -32.5px;
  width: 1px;
  height: 1lh;
  background-color: currentColor;
}
@media only screen and (max-width: 969px) {
  .lp-layout-footer-list > li + li::before {
    left: -16.5px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-layout-footer-list > li:last-child:before {
    content: none;
  }
}
.lp-layout-footer-list > li > a {
  color: currentColor;
  text-decoration: none;
}
.lp-layout-footer-copyright {
  text-align: center;
}
@media only screen and (max-width: 969px) {
  .lp-layout-footer-copyright {
    width: 100%;
  }
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}
.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-textPhone.of-center {
  text-align: center;
}
.lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  opacity: 1;
  color: currentColor;
  text-decoration: none;
  cursor: default;
}

.lp-jumbotron {
  position: sticky;
  z-index: 5;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media only screen and (orientation: landscape) and (max-height: 530px), screen and (max-height: 530px) {
  .lp-jumbotron {
    position: relative;
  }
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  [data-script-enabled=true] .lp-jumbotron {
    position: fixed;
    top: initial;
    bottom: 42px;
    height: auto;
  }
}
.lp-jumbotron-outer {
  position: absolute;
  width: 100%;
  height: 600vh;
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  [data-script-enabled=true] .lp-jumbotron-outer {
    display: contents;
  }
}
.lp-jumbotron-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 969px) {
  .lp-jumbotron-content {
    padding: 40px max(2rem + (1vw - 0.36rem) * (36.0655737705), 20px);
  }
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-jumbotron-content {
    padding-bottom: clamp(0px, max(0rem + (1vh - 0.69rem) * (16.6666666667), 0px), min(0rem + (1vw - 0.97rem) * (4.2105263158), 40px));
  }
}
@media only screen and (orientation: landscape) and (max-height: 530px), screen and (max-height: 530px) {
  .lp-jumbotron-content {
    height: auto;
  }
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  [data-script-enabled=true] .lp-jumbotron-content {
    display: block;
  }
}

.lp-section {
  position: relative;
}
.lp-section:has(.lp-image) {
  height: 100vh;
}
.lp-section.of-primary {
  background-color: var(--LP_COLOR_BLACK);
  color: var(--LP_COLOR_WHITE);
}
.lp-section.of-primary .lp-section-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.lp-section-content {
  height: 100%;
  padding: 40px;
}
.lp-section-content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  [data-script-enabled=true] .lp-section-content {
    padding: 132px 40px 82px;
  }
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  [data-script-enabled=true] .lp-section-content {
    padding-top: clamp(74px, 10.7246376812vh, min(7.4rem + (1vw - 0.97rem) * (6.1052631579), 132px));
    padding-bottom: clamp(42px, 6.0869565217vh, min(4.2rem + (1vw - 0.97rem) * (4.2105263158), 82px));
  }
}
@media only screen and (max-width: 969px) {
  .lp-section-content {
    padding: 32px max(2rem + (1vw - 0.36rem) * (36.0655737705), 20px);
  }
}

.lp-image {
  position: absolute;
  height: 100%;
  inset: 0;
}
.lp-image > img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.lp-cardFeature {
  margin-top: 128px;
  margin-bottom: 40px;
  border-radius: 56px;
  background: rgba(var(--LP_COLOR_WHITE_RGB), 0.09);
  box-shadow: inset 0 4px 4px rgba(var(--LP_COLOR_WHITE_RGB), 0.4), inset 0 -6px 4px -4px rgba(var(--LP_COLOR_WHITE_RGB), 0.4), 0 4px 13px rgba(var(--LP_COLOR_BLACK_RGB), 0.24);
  color: var(--LP_COLOR_WHITE);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
@media only screen and (max-width: 1919px) {
  .lp-cardFeature {
    margin-top: calc(4rem + (1vw - 0.97rem) * (9.2631578947));
  }
}
@media only screen and (max-width: 969px) {
  .lp-cardFeature {
    margin-top: 84px;
    border-radius: 32px;
  }
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  .lp-cardFeature {
    margin-top: 0;
  }
}
@media only screen and (min-width: 970px) and (min-height: 690px) {
  [data-script-enabled=true] .lp-cardFeature.of-primary {
    visibility: hidden;
  }
}
.lp-cardFeature-content {
  display: flex;
  gap: 8px 68px;
  padding: 0 56px;
}
@media only screen and (max-width: 1919px) {
  .lp-cardFeature-content {
    padding: 0 calc(2.4rem + (1vw - 0.97rem) * (3.3684210526));
    column-gap: max(2.4rem + (1vw - 0.97rem) * (4.6315789474), 24px);
  }
}
@media only screen and (max-width: 969px) {
  .lp-cardFeature-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 164px max(2.4rem + (1vw - 0.36rem) * (5.2459016393), 24px) 24px;
  }
}
.lp-cardFeature-body {
  flex: 1;
  padding: 44px 0 24px;
}
.lp-cardFeature-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1919px) {
  .lp-cardFeature-body {
    padding-top: calc(2.4rem + (1vw - 0.97rem) * (2.1052631579));
  }
}
@media only screen and (max-width: 969px) {
  .lp-cardFeature-body {
    padding: 0;
  }
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-cardFeature-body {
    padding-top: clamp(24px, 3.4782608696vh, min(2.4rem + (1vw - 0.97rem) * (2.1052631579), 44px));
  }
}
.lp-cardFeature-titleGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  font-weight: var(--LP_FONT_WEIGHT_REGULAR);
  line-height: 1.2;
  text-shadow: 0px 0px 6px var(--LP_COLOR_BLACK);
}
.lp-cardFeature-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
.lp-cardFeature-title {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 32px;
  font-size: 4rem;
}
@media only screen and (max-width: 1919px) {
  .lp-cardFeature-title {
    margin-bottom: max(1.6rem + (1vw - 0.36rem) * (1.0256410256), 16px);
    padding-bottom: max(2.4rem + (1vw - 0.36rem) * (0.5128205128), 24px);
    font-size: max(2.8rem + (1vw - 0.97rem) * (1.2631578947), 2.8rem);
  }
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-cardFeature-title {
    margin-bottom: clamp(8px, 1.1594202899vh, min(0.8rem + (1vw - 0.97rem) * (2.5263157895), 32px));
    padding-bottom: clamp(16px, 2.3188405797vh, min(1.6rem + (1vw - 0.97rem) * (1.6842105263), 32px));
    font-size: clamp(3.2rem, 4.6376811594vh, min(3.2rem + (1vw - 0.97rem) * (0.8421052632), 4rem));
  }
}
.lp-cardFeature-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--LP_COLOR_WHITE);
  box-shadow: 0px 3px 6px var(--LP_COLOR_BLACK);
}
.lp-cardFeature-seriesGroup {
  margin-bottom: 24px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 1919px) {
  .lp-cardFeature-seriesGroup {
    font-size: max(2rem + (1vw - 0.97rem) * (0.8421052632), 2rem);
  }
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-cardFeature-seriesGroup {
    margin-bottom: clamp(16px, 2.3188405797vh, min(1.6rem + (1vw - 0.97rem) * (0.8421052632), 24px));
    font-size: clamp(2.4rem, 3.4782608696vh, min(2.4rem + (1vw - 0.97rem) * (0.4210526316), 2.8rem));
  }
}
.lp-cardFeature-seriesName {
  display: inline-block;
}
.lp-cardFeature-imageOuter {
  position: relative;
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 1919px) {
  .lp-cardFeature-imageOuter {
    max-width: calc(32rem + (1vw - 0.97rem) * (10.5263157895));
  }
}
@media only screen and (max-width: 969px) {
  .lp-cardFeature-imageOuter {
    max-width: 272px;
  }
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-cardFeature-imageOuter {
    max-width: clamp(320px, 46.3768115942vh, min(32rem + (1vw - 0.97rem) * (16.8421052632), 480px));
  }
}
.lp-cardFeature-image {
  position: absolute;
  bottom: 0;
}

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

.lp-button {
  display: block;
  max-width: 420px;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-button {
    max-width: clamp(320px, 46.3768115942vh, min(32rem + (1vw - 0.97rem) * (10.5263157895), 420px));
  }
}
.lp-button:hover {
  opacity: 0.8;
}

.lp-layout-gridFeature {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  height: 100%;
  gap: 40px;
}
@media only screen and (max-width: 969px) {
  .lp-layout-gridFeature {
    gap: 24px;
  }
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-layout-gridFeature {
    gap: clamp(16px, 1.6rem + (1vh - 0.69rem) * (10), min(1.6rem + (1vw - 0.97rem) * (2.5263157895), 40px));
  }
}
.lp-layout-gridFeature-column > *:last-child {
  margin-bottom: 0 !important;
}

.lp-headingLevel2 {
  margin-bottom: 16px;
  font-size: 4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    font-size: max(2.4rem + (1vw - 0.36rem) * (1.0256410256), 2.4rem);
  }
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-headingLevel2 {
    margin-bottom: clamp(8px, 1.1594202899vh, min(0.8rem + (1vw - 0.97rem) * (0.8421052632), 16px));
    font-size: clamp(3rem, 4.347826087vh, min(3rem + (1vw - 0.97rem) * (1.0526315789), 4rem));
  }
}

.lp-text {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .lp-text {
    margin-bottom: clamp(8px, 1.1594202899vh, min(0.8rem + (1vw - 0.97rem) * (0.8421052632), 16px));
  }
}

.lp-listAnnotation {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 8px;
  font-size: 1.2rem;
}
.lp-listAnnotation > li {
  position: relative;
  max-width: fit-content;
  padding-left: 0.8rem;
}
.lp-listAnnotation-marker {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.lp-listAnnotation:has(> :nth-child(2)) > li {
  padding-left: 1.6rem;
  counter-increment: annotation;
}
.lp-listAnnotation:has(> :nth-child(2)) .lp-listAnnotation-marker::before {
  content: counter(annotation);
  position: absolute;
  left: 0.6rem;
  font-size: 1rem;
}

.fs-nav {
  right: 24px;
  width: 40px;
  padding: 54px 16px;
  border-radius: 20px;
  background-color: rgba(var(--LP_COLOR_WHITE_RGB), 0.08);
  box-shadow: inset 0px 0px 6px rgba(var(--LP_COLOR_WHITE_RGB), 0.8);
  backdrop-filter: blur(20px);
}
@media only screen and (min-width: 970px) and (max-height: 930px) {
  .fs-nav {
    right: clamp(4px, 0.4rem + (1vh - 0.69rem) * (8.3333333333), min(0.4rem + (1vw - 0.97rem) * (2.1052631579), 24px));
  }
}
.fs-navList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fs-navBtn {
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--LP_COLOR_WHITE);
  box-shadow: 0px 0px 8px rgba(var(--LP_COLOR_BLACK_RGB), 0.8);
}
.fs-navBtn:focus {
  outline: none;
}
.fs-navBtn.is-active {
  background-color: var(--LP_COLOR_RED_PRIMARY);
}
.fs-arrow {
  position: absolute;
  left: 50%;
  width: 14px;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
}
.fs-arrowUp {
  top: 16px;
}
.fs-arrowDown {
  bottom: 16px;
}
.fs-arrowBtn {
  position: relative;
  width: 14px;
  aspect-ratio: 1/1;
}
.fs-arrowBtn::before, .fs-arrowBtn::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 8px;
  height: 2px;
  background-color: var(--LP_COLOR_WHITE);
  box-shadow: 0px 0px 8px rgba(var(--LP_COLOR_BLACK_RGB), 0.8);
}
.fs-arrowBtn::before {
  left: 0;
  transform: rotate(-45deg);
}
.fs-arrowBtn::after {
  right: 0;
  transform: rotate(45deg);
}
.fs-arrowBtn:focus {
  outline: none;
}
.fs-arrowBtnDown {
  transform: rotate(180deg);
}

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

@media not screen and (max-width: 969px) {
  .lp-largeScreen-hide {
    display: none;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-display-inlineBlock {
  display: inline-block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-alignItems-center {
  align-items: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-marginBottom-primary {
  margin-bottom: 4px;
}
.lp-utility-background-primary {
  background: transparent radial-gradient(closest-side at 50% 50%, #f6f6f6 0%, #f6f6f6 52%, #e2e2e2 100%) 0% 0% no-repeat padding-box;
}
.lp-utility-color-emphasis {
  color: var(--LP_COLOR_RED);
}
.lp-utility-fontWeight-bold {
  font-weight: var(--LP_FONT_WEIGHT_BOLD);
}
.lp-utility-font-primary {
  font-family: ta-mincho-gf-01, sans-serif;
  font-style: normal;
}
