:root {
  color-scheme: dark;
  --LP_COLOR_BASE_WHITE: #fff;
  --LP_COLOR_BASE_CLEAR: #000;
  --LP_COLOR_CYAN: #32b1ff;
  --LP_COLOR_YELLOW: #debf69;
  --LP_COLOR_AXIS_X: #b5acff;
  --LP_COLOR_AXIS_Y: #65d1f5;
  --LP_COLOR_AXIS_Z: #67e7ab;
  --LP_COLOR_ROLE_DOWNLOAD: #dc002f;
  --LP_COLOR_ROLE_PRICE: #13778f;
  --LP_COLOR_ROLE_MEASURE_FILL: rgba(76, 172, 255, 0.18);
  --LP_COLOR_ROLE_MEASURE_STROKE: #62afff;
  --LP_COLOR_ROLE_OBJECT_FIT_FILL: rgba(81, 196, 107, 0.27);
  --LP_COLOR_ROLE_OBJECT_FIT_STROKE: #51c46b;
  --LP_COLOR_ROLE_OBJECT_UNFIT_FILL: rgba(239, 91, 93, 0.3);
  --LP_COLOR_ROLE_OBJECT_UNFIT_STROKE: #ef5b5d;
  --LP_COLOR_ROLE_UNFIT: #8e0808;
  --LP_COLOR_ROLE_FIT: #1b803d;
  --LP_COLOR_ROLE_WD: #edf2f6;
  --LP_COLOR_ROLE_OBJECT_FIT_EDGE: #7be896;
  --LP_COLOR_ROLE_OBJECT_UNFIT_EDGE: #ff7779;
  --LP_COLOR_ROLE_LIGHT_AMBIENT: #d8e4ec;
  --LP_COLOR_ROLE_LIGHT_DIRECTIONAL: #c9e8f4;
  --LP_COLOR_ROLE_ERROR_NOTE: #f4a1a4;
  --LP_COLOR_FOREGROUND: var(--LP_COLOR_BASE_WHITE);
  --LP_COLOR_FOREGROUND_SECONDARY: #bcc6d0;
  --LP_COLOR_FOREGROUND_DIAGRAM: #d0dae2;
  --LP_COLOR_FOREGROUND_DISABLED: #aeaeae;
  --LP_COLOR_FOREGROUND_NOTE_AUTO: #d9f1ff;
  --LP_COLOR_FOREGROUND_NOTE_MANUAL: #ffe1c6;
  --LP_COLOR_BACKGROUND_HEADER: #151e27;
  --LP_COLOR_BACKGROUND_PAGE_TOP: #212a36;
  --LP_COLOR_BACKGROUND_PAGE_BOTTOM: #18232d;
  --LP_COLOR_BACKGROUND_CARD: #39424d;
  --LP_COLOR_BACKGROUND_CARD_CURRENT: #273c56;
  --LP_COLOR_BACKGROUND_INPUT: #39424d;
  --LP_COLOR_BACKGROUND_RADIO: #212a36;
  --LP_COLOR_BACKGROUND_RADIO_CURRENT: #2a77a7;
  --LP_COLOR_BACKGROUND_NOTE_AUTO: #314762;
  --LP_COLOR_BACKGROUND_NOTE_MANUAL: #4c4941;
  --LP_COLOR_BACKGROUND_MEDIA: #889099;
  --LP_COLOR_OUTLINE: #606c78;
  --LP_COLOR_OUTLINE_SOFT: #d9d9d9;
  --LP_COLOR_OUTLINE_NOTE_AUTO: #32b1ff;
  --LP_COLOR_OUTLINE_NOTE_MANUAL: #debf69;
  --LP_COLOR_OUTLINE_GRID: rgba(151, 174, 194, 0.1);
  --LP_COLOR_OUTLINE_GRID_STRONG: rgba(151, 174, 194, 0.17);
  --LP_SIZE_SPACE_0: 0;
  --LP_SIZE_SPACE_1: 4px;
  --LP_SIZE_SPACE_2: 8px;
  --LP_SIZE_SPACE_3: 12px;
  --LP_SIZE_SPACE_4: 16px;
  --LP_CONTENT_WIDTH: 1760px;
  --LP_BORDER_RADIUS_CONTROL: 3px;
  --LP_BORDER_RADIUS_DEFAULT: 4px;
  --LP_BORDER_RADIUS_PANEL: 8px;
}

: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-size: 1.6rem;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  -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-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: 700;
}

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

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

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

#main.lp {
  margin-top: 0 !important;
}

#main p {
  margin-top: 0 !important;
}

#footer {
  margin-top: 0 !important;
}

.l-footerCopyright__text,
.l-footerCopyright__copyright {
  font-size: 1.2rem;
}

:focus-visible {
  outline: 2px solid var(--LP_COLOR_CYAN);
  outline-offset: 2px;
}

.lp-layout-container.of-mostOuter {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--LP_COLOR_BACKGROUND_PAGE_TOP) 0%, var(--LP_COLOR_BACKGROUND_PAGE_BOTTOM) 100%);
  color: var(--LP_COLOR_FOREGROUND);
  font-size: 1.4rem;
}

.lp-layout-header {
  background: var(--LP_COLOR_BACKGROUND_HEADER);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(var(--LP_CONTENT_WIDTH) + 80px);
  margin-inline: auto;
  padding: 14px 40px;
  gap: 24px;
}
.lp-layout-header-content > * {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 969px) {
  .lp-layout-header-content {
    padding: 14px calc(2rem + (1vw - 0.36rem) * (9.8360655738));
  }
}
.lp-layout-header-body {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lp-layout-header-body > * {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 969px) {
  .lp-layout-header-body {
    flex: 1;
    justify-content: space-between;
  }
}
.lp-layout-header-logo {
  flex-shrink: 0;
  margin-bottom: 0;
}
.lp-layout-header-logo > a {
  display: inline-block;
}
.lp-layout-header-logo img {
  width: 125px;
}
@media only screen and (max-width: 969px) {
  .lp-layout-header-logo img {
    width: 91px;
  }
}
.lp-layout-header-divider {
  align-self: stretch;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 969px) {
  .lp-layout-header-divider {
    display: none;
  }
}
.lp-layout-header-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 969px) {
  .lp-layout-header-title {
    font-size: 1.4rem;
  }
}

.lp-layout-main-content {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  max-width: calc(var(--LP_CONTENT_WIDTH) + 80px);
  margin-inline: auto;
  padding: 16px 40px;
  gap: 16px;
}
@media only screen and (max-width: 1800px) {
  .lp-layout-main-content {
    grid-template-columns: calc(28rem + (1vw - 1.366rem) * (8.064516129)) 1fr calc(28rem + (1vw - 1.366rem) * (8.064516129));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-layout-main-content {
    grid-template-columns: repeat(16, 1fr);
  }
}
@media only screen and (max-width: 969px) {
  .lp-layout-main-content {
    grid-template-columns: 1fr;
    padding: 16px calc(2rem + (1vw - 0.36rem) * (9.8360655738)) 24px;
    gap: 40px 16px;
  }
}

.lp-layout-footer {
  color: var(--LP_COLOR_BASE_WHITE);
}
.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(var(--LP_CONTENT_WIDTH) + 80px);
  margin-inline: auto;
  padding: 0 40px 16px;
  gap: 24px;
}
@media only screen and (max-width: 969px) {
  .lp-layout-footer-content {
    padding: 14px calc(2rem + (1vw - 0.36rem) * (9.8360655738));
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 25px;
  font-size: 1.2rem;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -13px;
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_OUTLINE_SOFT);
  content: "";
}
.lp-layout-footer-list > li:last-child::after {
  display: none;
}
@media only screen and (max-width: 969px) {
  .lp-layout-footer-list > li:nth-of-type(2)::after {
    content: none;
  }
}
.lp-layout-footer-list > li > a {
  color: currentColor;
  text-decoration: none;
}
@media (hover: hover) {
  .lp-layout-footer-list > li > a:hover {
    color: currentColor;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 969px) {
  .lp-layout-footer-copyright {
    width: 100%;
    text-align: center;
  }
}

.lp-layout-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  margin-bottom: 32px;
  gap: 16px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1279px) {
  .lp-layout-grid {
    grid-template-columns: repeat(16, 1fr);
  }
}
@media only screen and (max-width: 969px) {
  .lp-layout-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.lp-layout-grid-column > *:last-child {
  margin-bottom: 0 !important;
}
.lp-layout-grid-column > * {
  height: 100%;
}
.lp-layout-grid-column.of-main {
  grid-column: span 6;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-grid-column.of-main {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 1279px) {
  .lp-layout-grid-column.of-main {
    grid-column: span 11;
  }
}
@media only screen and (max-width: 969px) {
  .lp-layout-grid-column.of-main {
    grid-column: span 1;
  }
}
.lp-layout-grid-column.of-side {
  grid-column: span 4;
}
@media only screen and (max-width: 1279px) {
  .lp-layout-grid-column.of-side {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 969px) {
  .lp-layout-grid-column.of-side {
    grid-column: span 1;
  }
}

.lp-layout-stack {
  display: grid;
  justify-items: stretch;
}
.lp-layout-stack > * {
  margin-bottom: 0 !important;
}
.lp-layout-stack.of-space-1 {
  gap: var(--LP_SIZE_SPACE_1);
}
.lp-layout-stack.of-space-2 {
  gap: var(--LP_SIZE_SPACE_2);
}
.lp-layout-stack.of-space-3 {
  gap: var(--LP_SIZE_SPACE_3);
}
.lp-layout-stack.of-space-4 {
  gap: var(--LP_SIZE_SPACE_4);
}

.lp-layout-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lp-layout-cluster > * {
  margin-bottom: 0 !important;
}
.lp-layout-cluster.of-space-1 {
  gap: var(--LP_SIZE_SPACE_1);
}
.lp-layout-cluster.of-space-2 {
  gap: var(--LP_SIZE_SPACE_2);
}
.lp-layout-cluster.of-space-3 {
  gap: var(--LP_SIZE_SPACE_3);
}
.lp-layout-cluster.of-space-4 {
  gap: var(--LP_SIZE_SPACE_4);
}

.lp-section > *:last-child {
  margin-bottom: 0 !important;
}
.lp-section.of-control {
  grid-column: span 3;
}
@media only screen and (max-width: 1800px) {
  .lp-section.of-control {
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-control {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1279px) {
  .lp-section.of-control {
    grid-column: span 16;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-section.of-control {
    grid-column: span 1;
    margin-bottom: 0;
  }
}
.lp-section.of-visual {
  grid-column: span 10;
}
@media only screen and (max-width: 1800px) {
  .lp-section.of-visual {
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-visual {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1279px) {
  .lp-section.of-visual {
    grid-column: span 16;
  }
}
@media only screen and (max-width: 969px) {
  .lp-section.of-visual {
    grid-column: span 1;
  }
}
.lp-section.of-info {
  grid-column: span 3;
}
@media only screen and (max-width: 1800px) {
  .lp-section.of-info {
    grid-column: 3/4;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-info {
    grid-column: 5/-1;
  }
}
@media only screen and (max-width: 1279px) {
  .lp-section.of-info {
    grid-column: span 16;
  }
}
@media only screen and (max-width: 969px) {
  .lp-section.of-info {
    grid-column: span 1;
  }
}
.lp-section-header {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  align-items: center;
  margin-bottom: 16px;
  gap: 16px;
}
.lp-section-header > * {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-section-header {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1279px) {
  .lp-section-header {
    grid-template-columns: repeat(16, 1fr);
  }
}
@media only screen and (max-width: 969px) {
  .lp-section-header {
    grid-template-columns: 1fr;
  }
}
.lp-section-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-section-titleGroup {
  grid-column: span 6;
}
.lp-section-titleGroup > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-section-titleGroup {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 1279px) {
  .lp-section-titleGroup {
    grid-column: span 9;
  }
}
@media only screen and (max-width: 969px) {
  .lp-section-titleGroup {
    grid-column: span 1;
  }
}
.lp-section-text {
  font-size: 1.6rem;
}
.lp-section-textError {
  margin-bottom: 8px;
  color: var(--LP_COLOR_ROLE_ERROR_NOTE);
  font-size: 1.2rem;
  line-height: 1.5;
}
.lp-section-descriptionText {
  grid-column: span 4;
  margin-bottom: 12px;
  color: var(--LP_COLOR_FOREGROUND_SECONDARY);
}
@media only screen and (max-width: 1365px) {
  .lp-section-descriptionText {
    grid-column: span 5;
  }
}
@media only screen and (max-width: 1279px) {
  .lp-section-descriptionText {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 969px) {
  .lp-section-descriptionText {
    grid-column: span 1;
  }
}
.lp-section-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 4px;
}
.lp-section-group > * {
  margin-bottom: 0 !important;
}
.lp-section-statusBody {
  display: grid;
  flex: 1;
  margin-bottom: 12px;
  gap: 8px;
}
.lp-section-statusBody > * {
  margin-bottom: 0 !important;
}

.lp-divider {
  height: 1px;
  margin-bottom: 12px;
  background: var(--LP_COLOR_OUTLINE);
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
}
.lp-listButton li > *:last-child {
  margin-bottom: 0 !important;
}
.lp-listButton li.of-width-full {
  width: 100%;
}

.lp-listDescription {
  margin-bottom: 12px;
  font-size: 1.2rem;
}
.lp-listDescription > *:last-child {
  margin-bottom: 0 !important;
}
.lp-listDescription-title {
  color: var(--LP_COLOR_FOREGROUND_SECONDARY);
  font-weight: 400;
}
.lp-listDescription-text {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
  text-align: right;
}
.lp-listDescription-textNote {
  display: block;
  font-weight: 400;
  font-size: 1rem;
}
.lp-listDescription-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 8px;
}
.lp-listDescription-item > *:last-child {
  margin-bottom: 0 !important;
}
.lp-listDescription-textGroup {
  flex-shrink: 0;
}
.lp-listDescription.of-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--LP_COLOR_OUTLINE);
  border-radius: var(--LP_BORDER_RADIUS_CONTROL);
}
@media only screen and (max-width: 767px) {
  .lp-listDescription.of-column {
    grid-template-columns: 1fr;
  }
}
.lp-listDescription.of-column .lp-listDescription-item {
  display: block;
  margin-bottom: 0;
  padding: 8px 12px;
  border-right: 1px solid var(--LP_COLOR_OUTLINE);
}
.lp-listDescription.of-column .lp-listDescription-item:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .lp-listDescription.of-column .lp-listDescription-item {
    border-right: none;
    border-bottom: 1px solid var(--LP_COLOR_OUTLINE);
  }
  .lp-listDescription.of-column .lp-listDescription-item:last-child {
    border-bottom: none;
  }
}
.lp-listDescription.of-column .lp-listDescription-text {
  text-align: left;
}

.lp-listNote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px 40px;
  color: var(--LP_COLOR_FOREGROUND_SECONDARY);
  font-size: 1.2rem;
}
.lp-listNote.of-primary {
  gap: 8px;
}
.lp-listNote-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lp-listNote-swatch {
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border: 1px solid var(--LP_COLOR_ROLE_MEASURE_STROKE);
  border-radius: 2px;
  background: var(--LP_COLOR_ROLE_MEASURE_FILL);
}
.lp-listNote-swatch.is-fit {
  border: 1px solid var(--LP_COLOR_ROLE_OBJECT_FIT_STROKE);
  background: var(--LP_COLOR_ROLE_OBJECT_FIT_FILL);
}
.lp-listNote-swatch.is-unfit {
  border: 1px solid var(--LP_COLOR_ROLE_OBJECT_UNFIT_STROKE);
  background: var(--LP_COLOR_ROLE_OBJECT_UNFIT_FILL);
}

.lp-button {
  padding: 2px 8px;
  border: 1px solid var(--LP_COLOR_BASE_WHITE);
  border-radius: var(--LP_BORDER_RADIUS_DEFAULT);
  background-color: transparent;
  color: var(--LP_COLOR_FOREGROUND);
  font-weight: 400;
  font-size: 1.2rem;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .lp-button:hover {
    opacity: 0.7;
  }
}

.lp-buttonConversion {
  display: flex;
  justify-content: center;
  width: max-content;
  margin-bottom: 24px;
  border-radius: 3px;
  background-color: var(--LP_COLOR_ROLE_DOWNLOAD);
  color: var(--LP_COLOR_BASE_WHITE);
  font-weight: 400;
  font-size: 1.6rem;
  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 (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion.of-width-full {
  width: 100%;
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px 8px 24px;
}
.lp-buttonConversion-text {
  position: relative;
  margin-right: 16px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  position: relative;
  padding-left: 47px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-text::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 20px;
  transform: translate(-100%, -50%);
  background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
  background-size: contain;
  content: "";
}
.lp-buttonConversion.of-price .lp-buttonConversion-body {
  padding-left: 47px;
}
.lp-buttonConversion.of-price .lp-buttonConversion-text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  background-color: currentColor;
  content: "";
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.lp-buttonConversion.of-primary {
  background-color: var(--LP_COLOR_ROLE_PRICE);
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}

.lp-figure {
  position: relative;
  height: 100%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 969px) {
  .lp-figure {
    height: 184px;
  }
}
.lp-figure.of-primary {
  height: 530px;
  margin-inline: -20px;
}
@media only screen and (max-width: 969px) {
  .lp-figure.of-primary {
    height: 432px;
  }
}
.lp-figure-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.lp-figure-cameraImageLayer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.lp-figure-cameraImageLayer > img {
  display: block;
  position: absolute;
  max-width: none;
}
.lp-figure-cameraImageLayer > img[hidden] {
  display: none;
}
.lp-figure-labelList {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.lp-figure-text {
  position: absolute;
  transform: translate(-50%, -50%);
  color: var(--LP_COLOR_FOREGROUND);
  font-weight: 700;
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}
.lp-figure-text.of-x {
  color: var(--LP_COLOR_AXIS_X);
}
.lp-figure-text.of-y {
  color: var(--LP_COLOR_AXIS_Y);
}
.lp-figure-text.of-z {
  color: var(--LP_COLOR_AXIS_Z);
}
.lp-figure-text.of-wd {
  color: var(--LP_COLOR_FOREGROUND);
}

.lp-card {
  margin-bottom: 24px;
  border: 1px solid var(--LP_COLOR_OUTLINE);
  border-radius: var(--LP_BORDER_RADIUS_PANEL);
  background-color: var(--LP_COLOR_BACKGROUND_CARD);
}
.lp-card-outer {
  display: grid;
  gap: var(--LP_SIZE_SPACE_4);
}
.lp-card-outer > * {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 969px) {
  .lp-card-outer {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-card-outer.of-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 969px) {
  .lp-card-outer.of-info {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1279px) {
  .lp-card-outer.of-control {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-card-outer.of-control:has(.is-collapsed) {
    align-items: start;
  }
}
@media only screen and (max-width: 969px) {
  .lp-card-outer.of-control {
    grid-template-columns: 1fr;
  }
}
.lp-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 20px;
  gap: 8px;
  border-bottom: 1px solid var(--LP_COLOR_OUTLINE);
  color: currentColor;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
}
.lp-card-header > * {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-card-header {
    padding: 8px 16px;
  }
}
.lp-card-header.of-wrap {
  flex-wrap: wrap;
}
.lp-card-icon {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  transform: rotate(45deg) translateY(2px);
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-card.is-collapsed .lp-card-icon {
  transform: rotate(225deg) translate(2px, 2px);
}
.lp-card.is-collapsed .lp-card-body {
  display: none;
}
.lp-card-body {
  padding: 12px 20px;
  overflow: hidden;
}
.lp-card-body > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1365px) {
  .lp-card-body {
    padding: 12px 16px;
  }
}
.lp-card-body.of-plane {
  padding: 0;
}
.lp-card.of-hero {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}
.lp-card.of-hero .lp-card-body {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}
.lp-card-text {
  margin-bottom: 12px;
  color: var(--LP_COLOR_FOREGROUND_SECONDARY);
  font-weight: 400;
  font-size: 1.2rem;
}
.lp-card.of-plane {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.lp-cardCamera {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  column-gap: 12px;
  align-items: center;
  padding: 2px 12px 2px 8px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: currentColor;
  text-align: left;
}
.lp-cardCamera-image {
  grid-row: 1/3;
}
@media (hover: hover) {
  .lp-cardCamera:hover {
    border-color: var(--LP_COLOR_CYAN);
    background: var(--LP_COLOR_BACKGROUND_CARD_CURRENT);
  }
  .lp-cardCamera:hover .lp-cardCamera-series {
    color: var(--LP_COLOR_CYAN);
  }
}
.lp-cardCamera[aria-selected=true] {
  border-color: var(--LP_COLOR_CYAN);
  background: var(--LP_COLOR_BACKGROUND_CARD_CURRENT);
}
.lp-cardCamera[aria-selected=true] .lp-cardCamera-series {
  color: var(--LP_COLOR_CYAN);
}
.lp-cardCamera-series {
  font-weight: 700;
}
.lp-cardCamera-wd {
  color: var(--LP_COLOR_FOREGROUND_SECONDARY);
  font-size: 1.2rem;
}
.lp-cardCamera-status {
  grid-row: 1/3;
  grid-column: 3;
  min-width: 52px;
  padding: 4px 7px;
  border-radius: var(--LP_BORDER_RADIUS_DEFAULT);
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
.lp-cardCamera-status.is-fit {
  background: var(--LP_COLOR_ROLE_FIT);
}
.lp-cardCamera-status.is-unfit {
  background: var(--LP_COLOR_ROLE_UNFIT);
}

.lp-cardNote {
  margin-bottom: 24px;
  padding: 4px 8px;
  border-left: 3px solid var(--LP_COLOR_OUTLINE_NOTE_AUTO);
  background: var(--LP_COLOR_BACKGROUND_NOTE_AUTO);
  color: var(--LP_COLOR_FOREGROUND_NOTE_AUTO);
  font-size: 1.2rem;
  line-height: 1.45;
}
.lp-cardNote.is-manual {
  border-left-color: var(--LP_COLOR_OUTLINE_NOTE_MANUAL);
  background: var(--LP_COLOR_BACKGROUND_NOTE_MANUAL);
  color: var(--LP_COLOR_FOREGROUND_NOTE_MANUAL);
}
.lp-cardNote.is-manual .lp-cardNote-text.of-auto {
  display: none;
}
.lp-cardNote.is-manual .lp-cardNote-text.of-manual {
  display: inline;
}
.lp-cardNote-text.of-manual {
  display: none;
}

.lp-slider {
  --range-color: var(--LP_COLOR_YELLOW);
  --range-progress: 50%;
  appearance: none;
  height: 12px;
  margin-bottom: 12px;
  background: transparent;
  cursor: pointer;
}
.lp-slider.of-axis-x {
  --range-color: var(--LP_COLOR_AXIS_X);
}
.lp-slider.of-axis-y {
  --range-color: var(--LP_COLOR_AXIS_Y);
}
.lp-slider.of-axis-z {
  --range-color: var(--LP_COLOR_AXIS_Z);
}
.lp-slider::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--range-color) 84%, #718090) 0 var(--range-progress), #718090 var(--range-progress) 100%);
}
.lp-slider::-webkit-slider-thumb {
  appearance: none;
  aspect-ratio: 1/1;
  width: 12px;
  height: 12px;
  margin-top: -3.5px;
  border: 2px solid var(--LP_COLOR_BASE_WHITE);
  border-radius: 50%;
  background: #f8fbfd;
}
.lp-slider::-moz-range-track {
  height: 5px;
  border-radius: 999px;
  background: #718090;
}
.lp-slider::-moz-range-progress {
  height: 5px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--range-color) 84%, #718090);
}
.lp-slider::-moz-range-thumb {
  aspect-ratio: 1/1;
  width: 12px;
  height: 12px;
  border: 2px solid var(--LP_COLOR_BASE_WHITE);
  border-radius: 50%;
  background: #f8fbfd;
}
.lp-slider:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.lp-input {
  appearance: textfield;
  flex: 1 1 auto;
  width: 4.5ch;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-variant-numeric: tabular-nums;
}
.lp-input-outer {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px 2px 12px;
  gap: 4px;
  border: 1px solid var(--LP_COLOR_OUTLINE);
  border-radius: var(--LP_BORDER_RADIUS_CONTROL);
  background: var(--LP_COLOR_BACKGROUND_INPUT);
  font-size: 1.2rem;
}
.lp-input-outer:focus-within {
  border-color: var(--LP_COLOR_CYAN);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--LP_COLOR_CYAN) 16%, transparent);
}
.lp-input::-webkit-inner-spin-button, .lp-input::-webkit-outer-spin-button {
  appearance: none;
}
.lp-input-textUnit {
  flex-shrink: 0;
  color: var(--LP_COLOR_FOREGROUND_SECONDARY);
}
.lp-input:disabled {
  color: var(--LP_COLOR_FOREGROUND_DISABLED);
  cursor: not-allowed;
}

.lp-text {
  font-weight: 400;
  font-size: 1.4rem;
}

.lp-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.lp-switch-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.lp-switch-input:focus-visible + .lp-switch-toggleButton {
  outline: 2px solid var(--LP_COLOR_CYAN);
  outline-offset: 2px;
}
.lp-switch-toggleButton {
  position: relative;
  flex: 0 0 auto;
  width: 26px;
  height: 14px;
  border-radius: 999px;
  background: var(--LP_COLOR_BACKGROUND_RADIO);
}
.lp-switch-toggleButton::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--LP_COLOR_BASE_WHITE);
  content: "";
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-switch-textGroup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lp-switch-text {
  font-weight: bold;
}
.lp-switch-textState {
  flex-shrink: 0;
  font-size: 1.2rem;
}
.lp-switch-textState.of-on {
  display: none;
}
.lp-switch-textState.of-off {
  color: var(--LP_COLOR_FOREGROUND_DISABLED);
}
.lp-switch:has(.lp-switch-input:checked) .lp-switch-toggleButton {
  background: var(--LP_COLOR_YELLOW);
}
.lp-switch:has(.lp-switch-input:checked) .lp-switch-toggleButton::after {
  transform: translateX(12px);
}
.lp-switch:has(.lp-switch-input:checked) .lp-switch-textState.of-off {
  display: none;
}
.lp-switch:has(.lp-switch-input:checked) .lp-switch-textState.of-on {
  display: inline;
  color: var(--LP_COLOR_YELLOW);
}

.lp-tab {
  display: grid;
  margin-bottom: 24px;
  gap: 4px;
}

.lp-label {
  display: inline-block;
  min-width: 52px;
  margin-bottom: 12px;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}
.lp-label.is-fit {
  background: var(--LP_COLOR_ROLE_FIT);
}
.lp-label.is-unfit {
  background: var(--LP_COLOR_ROLE_UNFIT);
}

.lp-headingLevel2 {
  margin-bottom: 4px;
  font-size: 3.6rem;
}

.lp-headingLevel3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.lp-media {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
  gap: 12px;
}
.lp-media-body > *:last-child {
  margin-bottom: 0 !important;
}
.lp-media-title {
  font-weight: 700;
  font-size: 1.6rem;
}
.lp-media-image {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 4px;
  object-fit: contain;
  border-radius: var(--LP_BORDER_RADIUS_DEFAULT);
  background: var(--LP_COLOR_BACKGROUND_MEDIA);
}

.is-hidden {
  display: none !important;
}

.lp-utility-justifyContent-between {
  justify-content: space-between;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}
.lp-utility-justifyContent-flexEnd {
  justify-content: flex-end;
}
.lp-utility-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lp-utility-fontWeight-bold {
  font-weight: bold;
}
.lp-utility-marginBottom-0 {
  margin-bottom: var(--LP_SIZE_SPACE_0);
}
.lp-utility-marginBottom-1 {
  margin-bottom: var(--LP_SIZE_SPACE_1);
}
.lp-utility-marginBottom-2 {
  margin-bottom: var(--LP_SIZE_SPACE_2);
}
.lp-utility-marginBottom-3 {
  margin-bottom: var(--LP_SIZE_SPACE_3);
}
.lp-utility-marginBottom-4 {
  margin-bottom: var(--LP_SIZE_SPACE_4);
}
.lp-utility-fontSize-small {
  font-size: 1.2rem;
}

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

@media only screen and (min-width: 970px) {
  .lp-largeScreen-marginBottom-0 {
    margin-bottom: 0;
  }
}
