@charset "UTF-8";

/*--------------------
 main-content
--------------------*/
.main-content {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

.main-content img {
  max-width: 100%;
  vertical-align: bottom;
}

.main-content .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-content a {
  display: block;
  text-decoration: none;
}

.main-content a:hover,
.main-content a:focus {
  text-decoration: none;
}

.main-content sup {
  font-size: 60%;
  vertical-align: super;
}

.main-content sub {
  font-size: 70%;
  vertical-align: baseline;
}

.main-content h1,
.main-content h2,
.main-content h3 {
  margin: 0;
  padding: 0;
  color: inherit;
}

.main-content ul,
.main-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-content p {
  margin: 0;
}

.main-content em {
  font-style: normal;
}

.main-content img {
  vertical-align: bottom;
}

.main-content .pc-only {
  display: block !important;
}

.main-content .sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content {
    padding: 0;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .inner {
    width: 100%;
    padding: 0 20px;
  }

  html[data-browse-mode="S"] .main-content .pc-only {
    display: none !important;
  }

  html[data-browse-mode="S"] .main-content .sp-only {
    display: block !important;
  }

  html[data-browse-mode="S"] .main-content .scroll-hint-icon {
    margin-left: 40px;
  }

  html[data-browse-mode="S"] .main-content .scroll-hint-icon::before {
    background-image: url("/LP/santool_lx_series/img/scroll_hint_hand.png");
    background-size: 40px 40px;
  }

  html[data-browse-mode="S"] .main-content .scroll-hint-icon::after {
    background-image: url("/LP/santool_lx_series/img/scroll_hint_arrow.png");
    background-size: 34px 14px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content {
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .inner {
    padding: 0 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .scroll-hint-icon {
    margin-left: 9.662vw;
  }

  html[data-browse-mode="S"] .main-content .scroll-hint-icon::before {
    background-size: 9.662vw 9.662vw;
  }

  html[data-browse-mode="S"] .main-content .scroll-hint-icon::after {
    background-size: 8.213vw 3.382vw;
  }
}

/*--------------------
 hero
--------------------*/
.main-content .hero .inner {
  width: 100%;
  max-width: 1366px;
  padding: 0;
}

.main-content .hero-image-src {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .hero .inner {
    max-width: 1366px;
    padding: 0;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .hero .inner {
    max-width: 329.952vw;
  }
}

/*--------------------
 section-nav
--------------------*/
.main-content .section-nav {
  padding: 100px 0;
}

.main-content .section-nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-content .section-nav-item {
  width: calc(25% - 18px);
}

.main-content .section-nav-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 35px 0 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(222, 26, 34, 1) 0%, rgba(128, 15, 19, 1) 100%);
  border-radius: 10px;
  transition: opacity 0.2s;
}

.main-content .section-nav-btn:hover {
  opacity: 0.7;
}

.main-content .section-nav-btn::after {
  position: absolute;
  top: calc(50% + 1px);
  right: 20px;
  width: 13px;
  height: 21px;
  background: url("/LP/santool_lx_series/img/section_nav_arrow.png") no-repeat center / contain;
  transform: translateY(-50%) rotate(90deg);
  content: "";
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .section-nav {
    padding: 40px 0;
  }

  html[data-browse-mode="S"] .main-content .section-nav-list {
    flex-wrap: wrap;
    gap: 16px;
  }

  html[data-browse-mode="S"] .main-content .section-nav-item {
    width: calc(50% - 8px);
  }

  html[data-browse-mode="S"] .main-content .section-nav-btn {
    height: 56px;
    padding: 0 18px 0 0;
    font-size: 15px;
    border-radius: 10px;
  }

  html[data-browse-mode="S"] .main-content .section-nav-btn:hover {
    opacity: 1;
  }

  html[data-browse-mode="S"] .main-content .section-nav-btn::after {
    top: calc(50% + 1px);
    right: 16px;
    width: 8px;
    height: 13px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .section-nav {
    padding: 9.662vw 0;
  }

  html[data-browse-mode="S"] .main-content .section-nav-list {
    gap: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .section-nav-item {
    width: calc(50% - 1.932vw);
  }

  html[data-browse-mode="S"] .main-content .section-nav-btn {
    height: 13.527vw;
    padding: 0 4.348vw 0 0;
    font-size: 3.623vw;
    border-radius: 2.415vw;
  }

  html[data-browse-mode="S"] .main-content .section-nav-btn::after {
    top: calc(50% + 0.242vw);
    right: 3.865vw;
    width: 1.932vw;
    height: 3.140vw;
  }
}

/*--------------------
 check
--------------------*/
.main-content .check {
  padding: 0;
}

.main-content .check .inner {
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding: 0;
}

.main-content .check-visual-src {
  display: block;
  width: 100%;
  height: auto;
}

.main-content .check-cta {
  position: absolute;
  top: 27.45%;
  left: 39.46%;
  width: 43.9%;
}

.main-content .check-cta-link {
  display: block;
  transition: opacity 0.2s;
}

.main-content .check-cta-link:hover {
  opacity: 0.7;
}

.main-content .check-cta-src {
  display: block;
  width: 100%;
  height: auto;
}

body.is-modal-open {
  overflow: hidden;
}

@keyframes check-step-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.check-modal .sp-only {
  display: none !important;
}

.lity-inline .lity-wrap {
  overflow-y: scroll;
  overscroll-behavior: contain;
}

.lity-inline .lity-wrap::before {
  content: none;
}

.lity-inline .lity-close {
  right: 24px;
}

.lity-inline .lity-container {
  display: block;
  width: calc(100% - 40px);
  max-width: 1000px;
  max-height: none;
  margin: 48px auto 0;
  padding-bottom: 40px;
}

/* lity がインラインで max-height（100vh） を設定するため解除（モーダル全体スクロール方式のため不要） */
.lity-inline .check-modal {
  max-height: none !important;
}

.lity-inline .lity-content::after {
  box-shadow: none;
}

.check-modal a,
.check-modal a:hover,
.check-modal a:focus {
  text-decoration: none;
}

.check-modal img {
  vertical-align: bottom;
}

.check-modal-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 728px;
  font-size: 16px;
}

.check-modal-panel sup {
  font-size: 60%;
  vertical-align: super;
}

.check-modal-header {
  padding: 14px 20px;
  background: linear-gradient(90deg, #050F2F, #112EB7);
  border-radius: 10px 10px 0 0;
}

.check-modal-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}

.check-modal-body {
  flex: 1;
  padding: 32px 448px 40px 40px;
  background: url("/LP/santool_lx_series/img/check_modal_bg.png") no-repeat center top / 100% 100% #E2EFF8;
  border-radius: 0 0 10px 10px;
}

.check-modal-char {
  position: absolute;
  right: 24px;
  bottom: 0;
}

.check-modal.is-result .check-modal-body {
  padding: 32px 40px 40px;
}

.check-modal.is-result .check-modal-char {
  display: none;
}

.check-modal-char-src {
  display: block;
  height: 440px;
}

.check-step {
  display: none;
}

.check-step.is-active {
  display: block;
  animation: check-step-fade-in 0.3s ease;
}

.check-step-q {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #003E8F;
}

.check-step-num {
  margin-right: 12px;
}

.check-step-note {
  margin-top: 8px;
  text-align: center;
}

.check-step-choices {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.check-choice {
  display: block;
  width: 100%;
  padding: 12px 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
  color: #222222;
  background-color: #FFFFFF;
  border: 2px solid #003E8F;
  border-radius: 8px;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  cursor: pointer;
}

.check-choice:hover {
  background-color: #B9D0EC;
}

.check-choice.is-selected {
  color: #FFFFFF;
  background-color: #003E8F;
}

.check-step-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 32px;
}

.check-step-back-btn {
  position: relative;
  padding: 8px 24px 8px 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #666666;
  background-color: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 8px;
  transition: opacity 0.2s;
  cursor: pointer;
}

.check-step-back-btn::before {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #666666;
  border-left: 2px solid #666666;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.check-step-next-btn {
  position: relative;
  width: 100%;
  padding: 14px 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(222, 26, 34, 1) 0%, rgba(128, 15, 19, 1) 100%);
  border: none;
  border-radius: 8px;
  transition: opacity 0.2s;
  cursor: pointer;
}

.check-step-next-btn::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.check-step-next-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.check-step-back-btn:hover,
.check-step-next-btn:hover:not(:disabled),
.check-result-cta-link:hover {
  opacity: 0.7;
}

.check-result-item {
  display: none;
  margin-top: 24px;
}

.check-result-item.is-current {
  display: block;
}

.check-result-lead {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #003E8F;
}

.check-result-lead::before,
.check-result-lead::after {
  margin: 0 4px;
  font-size: 20px;
  font-weight: 900;
  vertical-align: -1px;
  content: "＼";
}

.check-result-lead::after {
  content: "／";
}

.check-result-lead-product {
  margin: 0 4px;
  font-size: 28px;
  font-weight: 900;
}

.check-result-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.check-result-img {
  flex-shrink: 0;
  width: 256px;
  margin-bottom: 24px;
}

.check-result-img-src {
  width: 100%;
}

.check-result-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 48px;
}

.check-result-badge {
  display: inline-flex;
  height: 24px;
  background-color: #FFFFFF;
}

.check-result-badge-src {
  height: 100%;
}

.check-result-name {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
  color: #003E8F;
}

.check-result-char {
  flex-shrink: 0;
  align-self: flex-end;
  margin-left: 32px;
}

.check-result-char-src {
  height: 240px;
}

.check-result-point {
  margin-top: 0;
  padding: 32px 40px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}

.check-result-point-title {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  color: #003E8F;
}

.check-result-point-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.check-result-point-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 16px;
  row-gap: 8px;
  padding: 0 8px 24px;
  border-bottom: 3px solid #003E8F;
}

.check-result-point-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.check-result-point-icon {
  grid-row: 1;
  align-self: center;
  width: 30px;
}

.check-result-point-icon-src {
  width: 100%;
}

.check-result-point-body {
  display: contents;
}

.check-result-point-lead {
  grid-column: 2;
  align-self: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #003E8F;
}

.check-result-point-desc {
  grid-column: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}

.check-result-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}

.check-result-cta-item {
  display: flex;
  justify-content: center;
  width: 100%;
}

.check-result-cta-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  padding: 0 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background: linear-gradient(180deg, #D3141A 0%, #931115 100%);
  border: 2px solid #FFFFFF;
  border-radius: 999px;
  box-shadow: 0 8px 8px rgba(24, 44, 66, 0.3);
  transition: opacity 0.2s;
}

.check-result-cta-link .fa {
  margin-right: 12px;
  font-size: 24px;
}

.check-result-cta-link::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.check-result-cta-buy {
  height: 68px;
}

.check-result-cta-buy::before {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background: url("/img/usr/icon/cart.png") no-repeat center / contain;
  content: "";
}

.check-result-cta-restart {
  max-width: 300px;
  height: 56px;
  font-size: 20px;
  color: #003E8F;
  background: #FFFFFF;
  border: 3px solid #003E8F;
  box-shadow: none;
  cursor: pointer;
}

.check-result-cta-restart::after {
  content: none;
}

@media screen and (max-width: 1039px) {
  html[data-browse-mode="P"] .lity-inline .lity-container {
    width: calc(100% - 3.846vw);
    max-width: 96.154vw;
    margin: 4.615vw auto 0;
    padding-bottom: 3.846vw;
  }

  html[data-browse-mode="P"] .check-modal-panel {
    display: flex;
    flex-direction: column;
    min-height: 70.000vw;
    font-size: 1.538vw;
  }

  html[data-browse-mode="P"] .check-modal-header {
    padding: 1.346vw 1.923vw;
    border-radius: 0.962vw 0.962vw 0 0;
  }

  html[data-browse-mode="P"] .check-modal-title {
    font-size: 2.115vw;
  }

  html[data-browse-mode="P"] .check-modal-body {
    flex: 1;
    padding: 3.077vw 43.077vw 3.846vw 3.846vw;
    background: url("/LP/santool_lx_series/img/check_modal_bg.png") no-repeat center top / 100% 100% #E2EFF8;
    border-radius: 0 0 0.962vw 0.962vw;
  }

  html[data-browse-mode="P"] .check-modal-char {
    right: 2.308vw;
  }

  html[data-browse-mode="P"] .check-modal.is-result .check-modal-body {
    padding: 3.077vw 3.846vw 3.846vw;
  }

  html[data-browse-mode="P"] .check-modal-char-src {
    height: 42.308vw;
  }

  html[data-browse-mode="P"] .check-step-q {
    font-size: 2.115vw;
  }

  html[data-browse-mode="P"] .check-step-num {
    margin-right: 1.154vw;
  }

  html[data-browse-mode="P"] .check-step-note {
    margin-top: 1.154vw;
  }

  html[data-browse-mode="P"] .check-step-choices {
    gap: 1.154vw;
    margin-top: 3.077vw;
  }

  html[data-browse-mode="P"] .check-choice {
    padding: 1.154vw 0.769vw;
    font-size: 1.731vw;
    border: 0.192vw solid #003E8F;
    border-radius: 0.769vw;
  }

  html[data-browse-mode="P"] .check-step-nav {
    gap: 2.308vw;
    margin-top: 3.077vw;
  }

  html[data-browse-mode="P"] .check-step-back-btn {
    padding: 0.769vw 2.308vw 0.769vw 3.846vw;
    font-size: 1.346vw;
    border: 0.192vw solid #999999;
    border-radius: 0.769vw;
  }

  html[data-browse-mode="P"] .check-step-back-btn::before {
    left: 2.308vw;
    width: 0.769vw;
    height: 0.769vw;
    border-bottom: 0.192vw solid #666666;
    border-left: 0.192vw solid #666666;
  }

  html[data-browse-mode="P"] .check-step-next-btn {
    padding: 1.346vw 0.769vw;
    font-size: 1.538vw;
    border-radius: 0.769vw;
  }

  html[data-browse-mode="P"] .check-step-next-btn::after {
    right: 2.308vw;
    width: 1.154vw;
    height: 1.154vw;
    border-top: 0.288vw solid #FFFFFF;
    border-right: 0.288vw solid #FFFFFF;
  }

  html[data-browse-mode="P"] .check-result-item {
    margin-top: 2.308vw;
  }

  html[data-browse-mode="P"] .check-result-lead {
    margin-top: 0.769vw;
    font-size: 1.923vw;
  }

  html[data-browse-mode="P"] .check-result-lead::before,
  html[data-browse-mode="P"] .check-result-lead::after {
    margin: 0 0.385vw;
    font-size: 1.923vw;
    vertical-align: -0.096vw;
  }

  html[data-browse-mode="P"] .check-result-lead-product {
    margin: 0 0.385vw;
    font-size: 2.692vw;
  }

  html[data-browse-mode="P"] .check-result-head {
    gap: 1.538vw;
  }

  html[data-browse-mode="P"] .check-result-img {
    width: 24.615vw;
    margin-bottom: 2.308vw;
  }

  html[data-browse-mode="P"] .check-result-meta {
    gap: 1.154vw;
    margin-bottom: 4.615vw;
  }

  html[data-browse-mode="P"] .check-result-badge {
    height: 2.308vw;
  }

  html[data-browse-mode="P"] .check-result-name {
    font-size: 2.500vw;
  }

  html[data-browse-mode="P"] .check-result-char {
    margin-left: 3.077vw;
  }

  html[data-browse-mode="P"] .check-result-char-src {
    height: 23.077vw;
  }

  html[data-browse-mode="P"] .check-result-point {
    padding: 3.077vw 3.846vw;
    border-radius: 0.962vw;
  }

  html[data-browse-mode="P"] .check-result-point-title {
    font-size: 2.500vw;
  }

  html[data-browse-mode="P"] .check-result-point-list {
    gap: 2.308vw;
    margin-top: 3.077vw;
  }

  html[data-browse-mode="P"] .check-result-point-item {
    grid-template-columns: 2.885vw 1fr;
    column-gap: 1.538vw;
    row-gap: 0.769vw;
    padding: 0 0.769vw 2.308vw;
    border-bottom-width: 0.288vw;
  }

  html[data-browse-mode="P"] .check-result-point-icon {
    width: 2.885vw;
  }

  html[data-browse-mode="P"] .check-result-point-lead {
    font-size: 2.115vw;
  }

  html[data-browse-mode="P"] .check-result-point-desc {
    font-size: 1.731vw;
  }

  html[data-browse-mode="P"] .check-result-cta {
    gap: 3.077vw;
    margin-top: 3.846vw;
  }

  html[data-browse-mode="P"] .check-result-cta-link {
    max-width: 53.846vw;
    padding: 0 3.846vw;
    font-size: 2.500vw;
    border-width: 0.192vw;
    box-shadow: 0 0.769vw 0.769vw rgba(24, 44, 66, 0.3);
  }

  html[data-browse-mode="P"] .check-result-cta-link .fa {
    margin-right: 1.154vw;
    font-size: 2.308vw;
  }

  html[data-browse-mode="P"] .check-result-cta-link::after {
    right: 2.692vw;
    width: 1.154vw;
    height: 1.154vw;
    border-top: 0.288vw solid #FFFFFF;
    border-right: 0.288vw solid #FFFFFF;
  }

  html[data-browse-mode="P"] .check-result-cta-buy {
    height: 6.538vw;
  }

  html[data-browse-mode="P"] .check-result-cta-buy::before {
    width: 3.077vw;
    height: 3.077vw;
    margin-right: 1.538vw;
  }

  html[data-browse-mode="P"] .check-result-cta-restart {
    max-width: 28.846vw;
    height: 5.385vw;
    font-size: 1.923vw;
    border-width: 0.288vw;
  }

}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .check {
    padding: 0;
  }

  html[data-browse-mode="S"] .main-content .check .inner {
    max-width: 1366px;
    padding: 0;
  }

  html[data-browse-mode="S"] .main-content .check-cta {
    top: 26%;
    left: auto;
    right: 20px;
    width: 64%;
  }

  html[data-browse-mode="S"] .main-content .check-cta-link:hover {
    opacity: 1;
  }

  html[data-browse-mode="S"] .check-modal .sp-only {
    display: block !important;
  }

  html[data-browse-mode="S"] .lity-inline .lity-wrap {
    overflow-y: auto;
  }

  html[data-browse-mode="S"] .lity-inline .lity-close {
    right: 0;
  }

  html[data-browse-mode="S"] .lity-inline .lity-container {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 48px auto 0;
    padding-bottom: 40px;
  }

  html[data-browse-mode="S"] .check-modal-panel {
    min-height: 0;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .check-modal-header {
    padding: 14px 20px;
    border-radius: 10px 10px 0 0;
  }

  html[data-browse-mode="S"] .check-modal-title {
    font-size: 20px;
  }

  html[data-browse-mode="S"] .check-modal-body {
    padding: 24px 20px 112px;
    background-image: url("/LP/santool_lx_series/img/check_modal_bg_sp.png");
    border-radius: 0 0 10px 10px;
  }

  html[data-browse-mode="S"] .check-modal-char {
    right: 40px;
    bottom: 0;
  }

  html[data-browse-mode="S"] .check-modal.is-result .check-modal-body {
    padding: 24px 20px 40px;
  }

  html[data-browse-mode="S"] .check-modal-char-src {
    height: 150px;
  }

  html[data-browse-mode="S"] .check-step-q {
    font-size: 22px;
  }

  html[data-browse-mode="S"] .check-step-num {
    margin-right: 12px;
  }

  html[data-browse-mode="S"] .check-step-note {
    margin-top: 10px;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .check-step-choices {
    gap: 12px;
    margin-top: 24px;
  }

  html[data-browse-mode="S"] .check-choice {
    padding: 13px 8px 11px;
    font-size: 18px;
    border: 2px solid #003E8F;
    border-radius: 8px;
  }

  html[data-browse-mode="S"] .check-choice:hover:not(.is-selected) {
    background-color: #FFFFFF;
  }

  html[data-browse-mode="S"] .check-step-nav {
    gap: 24px;
    margin-top: 32px;
  }

  html[data-browse-mode="S"] .check-modal-body .check-step:first-child {
    padding-bottom: 64px;
  }

  html[data-browse-mode="S"] .check-step-back-btn {
    padding: 9px 16px 7px 30px;
    font-size: 14px;
    border: 2px solid #999999;
    border-radius: 8px;
  }

  html[data-browse-mode="S"] .check-step-back-btn::before {
    left: 14px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #666666;
    border-left: 2px solid #666666;
  }

  html[data-browse-mode="S"] .check-step-next-btn {
    padding: 15px 8px 13px;
    font-size: 16px;
    border-radius: 8px;
  }

  html[data-browse-mode="S"] .check-step-next-btn::after {
    right: 24px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
  }

  html[data-browse-mode="S"] .check-step-back-btn:hover,
  html[data-browse-mode="S"] .check-step-next-btn:hover:not(:disabled),
  html[data-browse-mode="S"] .check-result-cta-link:hover {
    opacity: 1;
  }

  html[data-browse-mode="S"] .check-result-item {
    margin-top: 0;
  }

  html[data-browse-mode="S"] .check-result-item.is-current {
    display: block;
  }

  html[data-browse-mode="S"] .check-result-lead {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.55;
  }

  html[data-browse-mode="S"] .check-result-lead::before {
    content: none;
  }

  html[data-browse-mode="S"] .check-result-lead::after {
    margin: 0 4px;
    font-size: 20px;
    vertical-align: -1px;
  }

  html[data-browse-mode="S"] .check-result-lead-product {
    margin: 0 4px;
    font-size: 24px;
  }

  html[data-browse-mode="S"] .check-result-lead-product::before {
    margin-right: 4px;
    font-size: 20px;
    font-weight: 900;
    content: "＼";
  }

  html[data-browse-mode="S"] .check-result-head {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-template-areas:
      "img meta"
      "img char";
    align-items: start;
    row-gap: 16px;
    column-gap: 16px;
    margin-top: 16px;
  }

  html[data-browse-mode="S"] .check-result-img {
    grid-area: img;
    width: 160px;
    margin-bottom: 16px;
  }

  html[data-browse-mode="S"] .check-result-meta {
    grid-area: meta;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 0;
  }

  html[data-browse-mode="S"] .check-result-badge {
    height: 20px;
  }

  html[data-browse-mode="S"] .check-result-name {
    font-size: 18px;
    white-space: normal;
    text-align: left;
  }

  html[data-browse-mode="S"] .check-result-char {
    grid-area: char;
    align-self: end;
    justify-self: end;
    margin-left: 0;
    margin-right: 16px;
  }

  html[data-browse-mode="S"] .check-result-char-src {
    height: 110px;
  }

  html[data-browse-mode="S"] .check-result-point {
    padding: 20px 16px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
  }

  html[data-browse-mode="S"] .check-result-point-title {
    font-size: 18px;
  }

  html[data-browse-mode="S"] .check-result-point-list {
    gap: 16px;
    margin-top: 20px;
  }

  html[data-browse-mode="S"] .check-result-point-item {
    grid-template-columns: 20px 1fr;
    column-gap: 10px;
    row-gap: 4px;
    padding: 0 0 16px;
    border-bottom: 2px solid #003E8F;
  }

  html[data-browse-mode="S"] .check-result-point-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  html[data-browse-mode="S"] .check-result-point-icon {
    width: 20px;
  }

  html[data-browse-mode="S"] .check-result-point-lead {
    font-size: 15px;
  }

  html[data-browse-mode="S"] .check-result-point-desc {
    font-size: 13px;
  }

  html[data-browse-mode="S"] .check-result-cta {
    gap: 24px;
    margin-top: 32px;
  }

  html[data-browse-mode="S"] .check-result-cta-link {
    max-width: none;
    padding: 0 16px;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 4px rgba(24, 44, 66, 0.3);
  }

  html[data-browse-mode="S"] .check-result-cta-link .fa {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 18px;
  }

  html[data-browse-mode="S"] .check-result-cta-link::after {
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
  }

  html[data-browse-mode="S"] .check-result-cta-buy {
    height: 56px;
    padding-right: 32px;
  }

  html[data-browse-mode="S"] .check-result-cta-buy::before {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  html[data-browse-mode="S"] .check-result-cta-restart {
    max-width: 220px;
    height: 48px;
    font-size: 16px;
    border: 2px solid #003E8F;
    box-shadow: none;
  }

}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .check .inner {
    max-width: 329.952vw;
  }

  html[data-browse-mode="S"] .main-content .check-cta {
    right: 4.831vw;
  }

  html[data-browse-mode="S"] .lity-inline .lity-container {
    width: calc(100% - 9.662vw);
    max-width: 120.773vw;
    margin: 11.594vw auto 0;
    padding-bottom: 9.662vw;
  }

  html[data-browse-mode="S"] .check-modal-panel {
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .check-modal-header {
    padding: 3.382vw 4.831vw;
    border-radius: 2.415vw 2.415vw 0 0;
  }

  html[data-browse-mode="S"] .check-modal-title {
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .check-modal-body {
    padding: 5.797vw 4.831vw 27.053vw;
    border-radius: 0 0 2.415vw 2.415vw;
  }

  html[data-browse-mode="S"] .check-modal-char {
    right: 9.662vw;
  }

  html[data-browse-mode="S"] .check-modal.is-result .check-modal-body {
    padding: 5.797vw 4.831vw 9.662vw;
  }

  html[data-browse-mode="S"] .check-modal-char-src {
    height: 36.232vw;
  }

  html[data-browse-mode="S"] .check-step-q {
    font-size: 5.314vw;
  }

  html[data-browse-mode="S"] .check-step-num {
    margin-right: 2.899vw;
  }

  html[data-browse-mode="S"] .check-step-note {
    margin-top: 2.415vw;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .check-step-choices {
    gap: 2.899vw;
    margin-top: 5.797vw;
  }

  html[data-browse-mode="S"] .check-choice {
    padding: 3.140vw 1.932vw 2.657vw;
    font-size: 4.348vw;
    border: 0.483vw solid #003E8F;
    border-radius: 1.932vw;
  }

  html[data-browse-mode="S"] .check-step-nav {
    gap: 5.797vw;
    margin-top: 7.729vw;
  }

  html[data-browse-mode="S"] .check-modal-body .check-step:first-child {
    padding-bottom: 15.459vw;
  }

  html[data-browse-mode="S"] .check-step-back-btn {
    padding: 2.174vw 3.865vw 1.691vw 7.246vw;
    font-size: 3.382vw;
    border: 0.483vw solid #999999;
    border-radius: 1.932vw;
  }

  html[data-browse-mode="S"] .check-step-back-btn::before {
    left: 3.382vw;
    width: 1.932vw;
    height: 1.932vw;
    border-bottom: 0.483vw solid #666666;
    border-left: 0.483vw solid #666666;
  }

  html[data-browse-mode="S"] .check-step-next-btn {
    padding: 3.623vw 1.932vw 3.140vw;
    font-size: 3.865vw;
    border-radius: 1.932vw;
  }

  html[data-browse-mode="S"] .check-step-next-btn::after {
    right: 5.797vw;
    width: 2.899vw;
    height: 2.899vw;
    border-top: 0.725vw solid #FFFFFF;
    border-right: 0.725vw solid #FFFFFF;
  }

  html[data-browse-mode="S"] .check-result-lead {
    margin-top: 2.899vw;
    font-size: 4.106vw;
  }

  html[data-browse-mode="S"] .check-result-lead::after {
    margin: 0 0.966vw;
    font-size: 4.831vw;
    vertical-align: -0.242vw;
  }

  html[data-browse-mode="S"] .check-result-lead-product {
    margin: 0 0.966vw;
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .check-result-lead-product::before {
    margin-right: 0.966vw;
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .check-result-head {
    grid-template-columns: 38.647vw 1fr;
    row-gap: 3.865vw;
    column-gap: 3.865vw;
    margin-top: 3.865vw;
  }

  html[data-browse-mode="S"] .check-result-img {
    width: 38.647vw;
    margin-bottom: 3.865vw;
  }

  html[data-browse-mode="S"] .check-result-meta {
    gap: 1.932vw;
    margin-top: 3.865vw;
  }

  html[data-browse-mode="S"] .check-result-badge {
    height: 4.831vw;
  }

  html[data-browse-mode="S"] .check-result-name {
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .check-result-char {
    margin-right: 3.865vw;
  }

  html[data-browse-mode="S"] .check-result-char-src {
    height: 26.570vw;
  }

  html[data-browse-mode="S"] .check-result-point {
    padding: 4.831vw 3.865vw;
    border: 0.242vw solid #CCCCCC;
    border-radius: 2.415vw;
  }

  html[data-browse-mode="S"] .check-result-point-title {
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .check-result-point-list {
    gap: 3.865vw;
    margin-top: 4.831vw;
  }

  html[data-browse-mode="S"] .check-result-point-item {
    grid-template-columns: 4.831vw 1fr;
    column-gap: 2.415vw;
    row-gap: 0.966vw;
    padding: 0 0 3.865vw;
    border-bottom: 0.483vw solid #003E8F;
  }

  html[data-browse-mode="S"] .check-result-point-icon {
    width: 4.831vw;
  }

  html[data-browse-mode="S"] .check-result-point-lead {
    font-size: 3.623vw;
  }

  html[data-browse-mode="S"] .check-result-point-desc {
    font-size: 3.140vw;
  }

  html[data-browse-mode="S"] .check-result-cta {
    gap: 5.797vw;
    margin-top: 7.729vw;
  }

  html[data-browse-mode="S"] .check-result-cta-link {
    padding: 0 3.865vw;
    font-size: 4.348vw;
    border: 0.242vw solid #FFFFFF;
    box-shadow: 0 0.966vw 0.966vw rgba(24, 44, 66, 0.3);
  }

  html[data-browse-mode="S"] .check-result-cta-link .fa {
    top: 0.242vw;
    margin-right: 1.932vw;
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .check-result-cta-link::after {
    right: 4.831vw;
    width: 2.899vw;
    height: 2.899vw;
    border-top: 0.725vw solid #FFFFFF;
    border-right: 0.725vw solid #FFFFFF;
  }

  html[data-browse-mode="S"] .check-result-cta-buy {
    height: 13.527vw;
    padding-right: 7.729vw;
  }

  html[data-browse-mode="S"] .check-result-cta-buy::before {
    width: 5.797vw;
    height: 5.797vw;
    margin-right: 2.899vw;
  }

  html[data-browse-mode="S"] .check-result-cta-restart {
    max-width: 53.140vw;
    height: 11.594vw;
    font-size: 3.865vw;
    border: 0.483vw solid #003E8F;
  }
}

/*--------------------
 section-title
--------------------*/
.main-content .section-title-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  background: url("/LP/santool_lx_series/img/section_title_bar.png") no-repeat center / 100% 100%;
}

.main-content .section-title-bar + * {
  margin-top: 50px;
}

.main-content .section-title-bar .section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .section-title-bar {
    height: auto;
    min-height: 44px;
    padding: 8px 0;
    background-image: url("/LP/santool_lx_series/img/section_title_bar_sp.png");
  }

  html[data-browse-mode="S"] .main-content .section-title-bar + * {
    margin-top: 20px;
  }

  html[data-browse-mode="S"] .main-content .section-title-bar .section-title {
    padding: 4px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .section-title-bar {
    min-height: 10.628vw;
    padding: 1.932vw 0;
  }

  html[data-browse-mode="S"] .main-content .section-title-bar + * {
    margin-top: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .section-title-bar .section-title {
    padding: 0.966vw 4.831vw;
    font-size: 4.348vw;
  }
}

/*--------------------
 lineup
--------------------*/
.main-content .lineup {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    url("/LP/santool_lx_series/img/lineup_bg_topleft.png") no-repeat left top / 450px auto,
    url("/LP/santool_lx_series/img/lineup_bg_bottomright.png") no-repeat right bottom / 450px auto,
    linear-gradient(135deg, #FDFEFF 0%, #CEE9FE 100%);
}

.main-content .lineup > .inner {
  position: relative;
}

.main-content .lineup > .inner::after {
  position: absolute;
  right: -60px;
  bottom: -100px;
  width: 189px;
  height: 178px;
  background: url("/LP/santool_lx_series/img/lineup_char.png") no-repeat center / contain;
  pointer-events: none;
  content: "";
}

.main-content .lineup-table {
  display: grid;
  grid-template-columns: 164px repeat(3, 1fr);
  overflow: hidden;
  width: 1200px;
  max-width: 100%;
  margin-inline: auto;
  background-color: #FFFFFF;
  border: 4px solid #003E8F;
  border-radius: 20px;
}

.main-content .lineup-row-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #003E8F;
  background-color: #E4ECFC;
  border-right: 4px solid #003E8F;
}

.main-content .lineup-row-label:nth-child(-n+5) {
  border-bottom: 2px solid #003E8F;
}

.main-content .lineup-row-label:nth-child(9) {
  padding: 20px 0;
}

.main-content .lineup-card {
  padding: 20px 16px;
  border-right: 2px solid #003E8F;
  border-bottom: 2px solid #003E8F;
}

.main-content .lineup-card:nth-child(4) {
  border-right: none;
}

.main-content .lineup-card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s;
}

.main-content .lineup-card-link:hover {
  opacity: 0.7;
}

.main-content .lineup-product-img {
  width: 230px;
  max-width: 100%;
}

.main-content .lineup-product-img-src {
  display: block;
  width: 100%;
  height: auto;
}

.main-content .lineup-badge {
  height: 24px;
}

.main-content .lineup-badge-src {
  display: block;
  width: auto;
  height: 100%;
}

.main-content .lineup-name {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #003E8F;
}

.main-content .lineup-card:nth-child(n+3) .lineup-name {
  min-height: 3em;
  padding-top: 0.75em;
}

.main-content .lineup-type {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  border-right: 2px solid #003E8F;
  border-bottom: 2px solid #003E8F;
}

.main-content .lineup-type:nth-child(8) {
  border-right: none;
}

.main-content .lineup-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  border-right: 2px solid #003E8F;
}

.main-content .lineup-feature:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .lineup {
    padding: 40px 0 80px;
    background-size: 180px auto, 180px auto, auto;
  }

  html[data-browse-mode="S"] .main-content .lineup > .inner::after {
    right: 16px;
    bottom: -80px;
    width: 102px;
    height: 96px;
  }

  html[data-browse-mode="S"] .main-content .lineup-table-wrap {
    position: relative;
  }

  /* スクロールしても動かない左端オーバーレイ（縦線＋上下の角丸） */
  html[data-browse-mode="S"] .main-content .lineup-table-wrap::before {
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 0;
    z-index: 2;
    width: 10px;
    background:
      radial-gradient(circle at 10px 10px, #E4ECFC 7.8px, #003E8F 8.2px 9.5px, #F6FBFF 10px) left top / 10px 10px no-repeat,
      radial-gradient(circle at 10px 0, #E4ECFC 7.8px, #003E8F 8.2px 9.5px, #E1F1FE 10px) left bottom / 10px 10px no-repeat,
      linear-gradient(#003E8F, #003E8F) left top / 2px 100% no-repeat;
    pointer-events: none;
    content: "";
  }

  /* ラバーバンド中（scrollLeft が負）はオーバーレイを非表示にする */
  html[data-browse-mode="S"] .main-content .lineup-table-wrap.is-overscroll::before {
    opacity: 0;
  }

  html[data-browse-mode="S"] .main-content .lineup-table-scroll .scroll-hint-icon {
    margin-left: 40px;
  }

  html[data-browse-mode="S"] .main-content .lineup-table-scroll {
    overflow-x: auto;
    /* overscroll-behavior はラバーバンドで左端オーバーレイが取り残されるのを防止 */
    overscroll-behavior-x: none;
    margin-right: -20px;
    /* padding-bottom はスクロールクリップによる下枠欠け防止 */
    padding-right: 20px;
    padding-bottom: 2px;
  }

  html[data-browse-mode="S"] .main-content .lineup-table {
    grid-template-columns: 80px repeat(3, 240px);
    overflow: visible;
    width: 804px;
    max-width: none;
    border-width: 2px;
    border-radius: 10px;
  }

  html[data-browse-mode="S"] .main-content .lineup-table > *:nth-child(4) {
    border-top-right-radius: 8px;
  }

  html[data-browse-mode="S"] .main-content .lineup-table > *:last-child {
    border-bottom-right-radius: 8px;
  }

  html[data-browse-mode="S"] .main-content .lineup-table > *:last-child::after {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 16px;
    height: 16px;
    border-right: 2px solid #003E8F;
    border-bottom: 2px solid #003E8F;
    border-bottom-right-radius: 10px;
    pointer-events: none;
    content: "";
  }

  html[data-browse-mode="S"] .main-content .lineup-row-label {
    position: sticky;
    left: 2px;
    z-index: 1;
    padding: 24px 0;
    font-size: 15px;
    border-width: 2px;
    transform: translateZ(0);
  }

  html[data-browse-mode="S"] .main-content .lineup-row-label:nth-child(9) {
    padding: 12px 0;
  }

  html[data-browse-mode="S"] .main-content .lineup-card {
    position: relative;
    z-index: 0;
    padding: 16px 12px;
    border-width: 1px 1px 2px 0;
  }

  html[data-browse-mode="S"] .main-content .lineup-card-link {
    gap: 6px;
  }

  html[data-browse-mode="S"] .main-content .lineup-card-link:hover {
    opacity: 1;
  }

  html[data-browse-mode="S"] .main-content .lineup-product-img {
    width: 100%;
    max-width: 160px;
  }

  html[data-browse-mode="S"] .main-content .lineup-badge {
    height: 20px;
  }

  html[data-browse-mode="S"] .main-content .lineup-name {
    margin-top: 6px;
    font-size: 17px;
  }

  html[data-browse-mode="S"] .main-content .lineup-type {
    position: relative;
    z-index: 0;
    padding: 16px 12px;
    font-size: 18px;
    border-width: 1px 1px 2px 0;
  }

  html[data-browse-mode="S"] .main-content .lineup-feature {
    position: relative;
    z-index: 0;
    gap: 12px;
    padding: 16px 12px;
    font-size: 15px;
    line-height: 1.4;
    border-width: 0 1px 0 0;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .lineup {
    padding: 9.662vw 0 19.324vw;
    background-size: 43.478vw auto, 43.478vw auto, auto;
  }

  html[data-browse-mode="S"] .main-content .lineup > .inner::after {
    right: 3.865vw;
    bottom: -19.324vw;
    width: 24.638vw;
    height: 23.188vw;
  }

  /* スクロールしても動かない左端オーバーレイ（縦線＋上下の角丸） */
  html[data-browse-mode="S"] .main-content .lineup-table-wrap::before {
    bottom: 0.483vw;
    width: 2.415vw;
    background: radial-gradient(circle at 2.415vw 2.415vw, #E4ECFC 1.884vw, #003E8F 1.981vw 2.295vw, #F6FBFF 2.415vw) left top / 2.415vw 2.415vw no-repeat, radial-gradient(circle at 2.415vw 0, #E4ECFC 1.884vw, #003E8F 1.981vw 2.295vw, #E1F1FE 2.415vw) left bottom / 2.415vw 2.415vw no-repeat, linear-gradient(#003E8F, #003E8F) left top / 0.483vw 100% no-repeat;
  }

  html[data-browse-mode="S"] .main-content .lineup-table-scroll .scroll-hint-icon {
    margin-left: 9.662vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-table-scroll {
    margin-right: -4.831vw;
    padding-right: 4.831vw;
    padding-bottom: 0.483vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-table {
    grid-template-columns: 19.324vw repeat(3, 57.971vw);
    width: 194.203vw;
    border-width: 0.483vw;
    border-radius: 2.415vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-table > *:nth-child(4) {
    border-top-right-radius: 1.932vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-table > *:last-child {
    border-bottom-right-radius: 1.932vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-table > *:last-child::after {
    right: -0.483vw;
    bottom: -0.483vw;
    width: 3.865vw;
    height: 3.865vw;
    border-right: 0.483vw solid #003E8F;
    border-bottom: 0.483vw solid #003E8F;
    border-bottom-right-radius: 2.415vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-row-label {
    left: 0.483vw;
    padding: 5.797vw 0;
    font-size: 3.623vw;
    border-width: 0.483vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-row-label:nth-child(9) {
    padding: 2.899vw 0;
  }

  html[data-browse-mode="S"] .main-content .lineup-card {
    padding: 3.865vw 2.899vw;
    border-width: 0.242vw 0.242vw 0.483vw 0;
  }

  html[data-browse-mode="S"] .main-content .lineup-card-link {
    gap: 1.449vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-product-img {
    max-width: 38.647vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-badge {
    height: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-name {
    margin-top: 1.449vw;
    font-size: 4.106vw;
  }

  html[data-browse-mode="S"] .main-content .lineup-type {
    padding: 3.865vw 2.899vw;
    font-size: 4.348vw;
    border-width: 0.242vw 0.242vw 0.483vw 0;
  }

  html[data-browse-mode="S"] .main-content .lineup-feature {
    gap: 2.899vw;
    padding: 3.865vw 2.899vw;
    font-size: 3.623vw;
    border-width: 0 0.242vw 0 0;
  }
}

/*--------------------
 mechanism
--------------------*/
.main-content .mechanism {
  padding: 100px 0;
}

.main-content .mechanism-sub {
  margin-inline: auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #003E8F;
}

.main-content .mechanism-illust {
  width: 1000px;
  max-width: 100%;
  margin: 56px auto 0;
}

.main-content .mechanism-illust-src {
  display: block;
  width: 100%;
  height: auto;
}

.main-content .mechanism-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  height: 127px;
  margin: 72px auto 0;
  padding-left: 286px;
  background-color: #003E8F;
}

.main-content .mechanism-banner-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}

.main-content .mechanism-banner-em {
  font-weight: 700;
  color: #F0F019;
}

.main-content .mechanism-banner-char {
  position: absolute;
  bottom: 0;
  left: 137px;
  width: 172px;
}

.main-content .mechanism-banner-char-src {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .mechanism {
    padding: 40px 0;
  }

  html[data-browse-mode="S"] .main-content .mechanism-sub {
    font-size: 17px;
  }

  html[data-browse-mode="S"] .main-content .mechanism-illust {
    width: 100%;
    margin-top: 20px;
  }

  html[data-browse-mode="S"] .main-content .mechanism-banner {
    width: 100%;
    height: auto;
    margin-top: 32px;
    padding: 14px 116px 13px 8px;
  }

  html[data-browse-mode="S"] .main-content .mechanism-banner-text {
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .mechanism-banner-char {
    bottom: 0;
    left: auto;
    right: 8px;
    width: 108px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .mechanism {
    padding: 9.662vw 0;
  }

  html[data-browse-mode="S"] .main-content .mechanism-sub {
    font-size: 4.106vw;
  }

  html[data-browse-mode="S"] .main-content .mechanism-illust {
    margin-top: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .mechanism-banner {
    margin-top: 7.729vw;
    padding: 3.382vw 28.019vw 3.140vw 1.932vw;
  }

  html[data-browse-mode="S"] .main-content .mechanism-banner-text {
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .mechanism-banner-char {
    right: 1.932vw;
    width: 26.087vw;
  }
}

/*--------------------
 tvcm
--------------------*/
.main-content .tvcm {
  position: relative;
  padding: 100px 0 56px;
  background:
    url("/LP/santool_lx_series/img/lineup_bg_topleft.png") no-repeat left top / 450px auto,
    url("/LP/santool_lx_series/img/lineup_bg_bottomright.png") no-repeat right bottom / 450px auto,
    linear-gradient(135deg, #FDFEFF 0%, #CEE9FE 100%);
}

.main-content .tvcm > .inner {
  position: relative;
}

.main-content .tvcm-video {
  width: 640px;
  max-width: 100%;
  margin-inline: auto;
}

.main-content .tvcm-video-link {
  position: relative;
  transition: opacity 0.2s;
}

.main-content .tvcm-video-link:hover {
  opacity: 0.7;
}

.main-content .tvcm-video-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url("/LP/santool_lx_series/img/tvcm_play.png") no-repeat center / contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
}

.main-content .tvcm-video-src {
  display: block;
  width: 100%;
  height: auto;
}

.main-content .tvcm-caption {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.main-content .tvcm-cta-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.main-content .tvcm-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  padding: 3px 24px 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(141, 141, 141, 1) 0%, rgba(0, 0, 0, 1) 100%);
  border: 2px solid #FFFFFF;
  border-radius: 51px;
  box-shadow: 0 4px 4px rgba(24, 44, 66, 0.3);
  transition: opacity 0.2s;
}

.main-content .tvcm-cta:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .tvcm {
    padding: 40px 0;
    background-size: 180px auto, 180px auto, auto;
  }

  html[data-browse-mode="S"] .main-content .tvcm-video {
    width: 100%;
  }

  html[data-browse-mode="S"] .main-content .tvcm-video-link:hover {
    opacity: 1;
  }

  html[data-browse-mode="S"] .main-content .tvcm-video-link::after {
    width: 60px;
    height: 60px;
  }

  html[data-browse-mode="S"] .main-content .tvcm-caption {
    margin-top: 16px;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .tvcm-cta-wrap {
    margin-top: 24px;
  }

  html[data-browse-mode="S"] .main-content .tvcm-cta {
    width: 216px;
    padding: 5px 24px;
    font-size: 16px;
    border-width: 2px;
    border-radius: 30px;
    box-shadow: 0 4px 4px rgba(24, 44, 66, 0.3);
  }

  html[data-browse-mode="S"] .main-content .tvcm-cta:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .tvcm {
    padding: 9.662vw 0;
    background-size: 43.478vw auto, 43.478vw auto, auto;
  }

  html[data-browse-mode="S"] .main-content .tvcm-video-link::after {
    width: 14.493vw;
    height: 14.493vw;
  }

  html[data-browse-mode="S"] .main-content .tvcm-caption {
    margin-top: 3.865vw;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .tvcm-cta-wrap {
    margin-top: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .tvcm-cta {
    width: 52.174vw;
    padding: 1.208vw 5.797vw;
    font-size: 3.865vw;
    border-width: 0.483vw;
    border-radius: 7.246vw;
    box-shadow: 0 0.966vw 0.966vw rgba(24, 44, 66, 0.3);
  }
}

/*--------------------
 series
--------------------*/
.main-content .series {
  position: relative;
  padding: 100px 0;
}

.main-content .series > .inner {
  position: relative;
}

.main-content .series-table-wrap {
  position: relative;
  margin-top: 48px;
}

.main-content .series-table-wrap::after {
  position: absolute;
  bottom: 100%;
  right: 118px;
  width: 199px;
  height: 188px;
  background: url("/LP/santool_lx_series/img/lineup_char.png") no-repeat center / contain;
  pointer-events: none;
  content: "";
}

.main-content .series-sub {
  margin-inline: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.main-content .series-table {
  display: grid;
  grid-template-columns: 155px 1.5fr repeat(4, 1fr);
  overflow: hidden;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #003E8F;
  border: 4px solid #003E8F;
  border-radius: 20px;
}

.main-content .series-th {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  background-color: #003E8F;
  border-right: 1.5px solid #FFFFFF;
}

.main-content .series-th:first-child {
  border-right-width: 3px;
  border-top-left-radius: 16px;
}

.main-content .series-th:nth-child(6) {
  border-top-right-radius: 16px;
}

.main-content .series-table > *:nth-last-child(6) {
  border-bottom-left-radius: 16px;
}

.main-content .series-table > *:last-child {
  border-bottom-right-radius: 16px;
}

.main-content .series-th-lx {
  border-right: none;
  border-left: none;
}

.main-content .series-th-label {
  font-size: 20px;
}

.main-content .series-row-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #003E8F;
  background-color: #E4ECFC;
  border-top: 2px solid #003E8F;
  border-right: 4px solid #003E8F;
}

.main-content .series-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 16px 8px 20px;
  background-color: #FFFFFF;
  border-top: 2px solid #003E8F;
  border-right: 2px solid #003E8F;
}

.main-content .series-cell:empty::before {
  width: 50px;
  height: 4px;
  background-color: #003E8F;
  content: "";
}

.main-content .series-cell-lx {
  border-right: none;
  border-left: none;
}

.main-content .series-cell-multi {
  gap: 6px;
}

.main-content .series-product-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.2s;
}

.main-content .series-product-link:hover {
  opacity: 0.7;
}

.main-content .series-product-img {
  width: 120px;
  height: 120px;
}

.main-content .series-product-img-src {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-content .series-badge {
  height: 20px;
  margin-top: 6px;
}

.main-content .series-badge-src {
  display: block;
  width: auto;
  height: 100%;
}

.main-content .series-name {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .series {
    padding: 40px 0 0;
  }

  html[data-browse-mode="S"] .main-content .series-table-wrap::after {
    right: -10px;
    width: 102px;
    height: 96px;
  }

  html[data-browse-mode="S"] .main-content .series .section-title-bar .section-title {
    padding: 5px 20px 3px;
  }

  html[data-browse-mode="S"] .main-content .series-sub {
    margin-top: 40px;
    padding-right: 80px;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .series-table-wrap {
    position: relative;
    margin-top: 40px;
  }

  /* スクロールしても動かない左端オーバーレイ（縦線＋上下の角丸） */
  html[data-browse-mode="S"] .main-content .series-table-wrap::before {
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 0;
    z-index: 2;
    width: 10px;
    background:
      radial-gradient(circle at 10px 10px, #003E8F 9.5px, #FFFFFF 10px) left top / 10px 10px no-repeat,
      radial-gradient(circle at 10px 0, #E4ECFC 7.8px, #003E8F 8.2px 9.5px, #FFFFFF 10px) left bottom / 10px 10px no-repeat,
      linear-gradient(#003E8F, #003E8F) left top / 2px 100% no-repeat;
    pointer-events: none;
    content: "";
  }

  /* ラバーバンド中（scrollLeft が負）はオーバーレイを非表示にする */
  html[data-browse-mode="S"] .main-content .series-table-wrap.is-overscroll::before {
    opacity: 0;
  }

  html[data-browse-mode="S"] .main-content .series-table-scroll {
    overflow-x: auto;
    /* overscroll-behavior はラバーバンドで左端オーバーレイが取り残されるのを防止 */
    overscroll-behavior-x: none;
    margin-right: -20px;
    /* padding-bottom はスクロールクリップによる下枠欠け防止 */
    padding-right: 20px;
    padding-bottom: 2px;
  }

  html[data-browse-mode="S"] .main-content .series-table {
    grid-template-columns: 80px 252px repeat(4, 180px);
    overflow: visible;
    width: 1056px;
    max-width: none;
    margin-top: 0;
    border-width: 2px;
    border-radius: 10px;
  }

  html[data-browse-mode="S"] .main-content .series-th {
    padding: 10px 4px;
    font-size: 14px;
    line-height: 1.3;
    border-right-width: 1px;
  }

  html[data-browse-mode="S"] .main-content .series-th:first-child {
    border-right-width: 1.5px;
    border-top-left-radius: 0;
  }

  html[data-browse-mode="S"] .main-content .series-th:nth-child(6) {
    border-top-right-radius: 8px;
  }

  html[data-browse-mode="S"] .main-content .series-table > *:nth-last-child(6) {
    border-bottom-left-radius: 0;
  }

  html[data-browse-mode="S"] .main-content .series-table > *:last-child {
    position: relative;
    border-bottom-right-radius: 8px;
  }

  html[data-browse-mode="S"] .main-content .series-table > *:last-child::after {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 16px;
    height: 16px;
    border-right: 2px solid #003E8F;
    border-bottom: 2px solid #003E8F;
    border-bottom-right-radius: 10px;
    pointer-events: none;
    content: "";
  }

  html[data-browse-mode="S"] .main-content .series-th-label {
    position: sticky;
    left: 2px;
    z-index: 1;
    font-size: 14px;
    transform: translateZ(0);
  }

  html[data-browse-mode="S"] .main-content .series-row-label {
    position: sticky;
    left: 2px;
    z-index: 1;
    padding: 10px 0;
    font-size: 15px;
    border-top-width: 1px;
    border-right-width: 2px;
    transform: translateZ(0);
  }

  html[data-browse-mode="S"] .main-content .series-cell {
    position: relative;
    z-index: 0;
    gap: 12px;
    padding: 10px 6px 12px;
    border-top-width: 1px;
    border-right-width: 1px;
  }

  html[data-browse-mode="S"] .main-content .series-cell:empty::before {
    width: 40px;
    height: 2px;
  }

  html[data-browse-mode="S"] .main-content .series-cell-multi {
    gap: 12px;
  }

  html[data-browse-mode="S"] .main-content .series-product {
    width: auto;
    max-width: 100%;
  }

  html[data-browse-mode="S"] .main-content .series-product-link:hover {
    opacity: 1;
  }

  html[data-browse-mode="S"] .main-content .series-product-img {
    width: 100%;
    max-width: 96px;
    height: auto;
  }

  html[data-browse-mode="S"] .main-content .series-badge {
    height: 17px;
    margin-top: 6px;
  }

  html[data-browse-mode="S"] .main-content .series-name {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .series {
    padding: 9.662vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .series-table-wrap::after {
    right: -2.415vw;
    width: 24.638vw;
    height: 23.188vw;
  }

  html[data-browse-mode="S"] .main-content .series .section-title-bar .section-title {
    padding: 1.208vw 4.831vw 0.725vw;
  }

  html[data-browse-mode="S"] .main-content .series-sub {
    margin-top: 9.662vw;
    padding-right: 19.324vw;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .series-table-wrap {
    margin-top: 9.662vw;
  }

  /* スクロールしても動かない左端オーバーレイ（縦線＋上下の角丸） */
  html[data-browse-mode="S"] .main-content .series-table-wrap::before {
    bottom: 0.483vw;
    width: 2.415vw;
    background: radial-gradient(circle at 2.415vw 2.415vw, #003E8F 2.295vw, #FFFFFF 2.415vw) left top / 2.415vw 2.415vw no-repeat, radial-gradient(circle at 2.415vw 0, #E4ECFC 1.884vw, #003E8F 1.981vw 2.295vw, #FFFFFF 2.415vw) left bottom / 2.415vw 2.415vw no-repeat, linear-gradient(#003E8F, #003E8F) left top / 0.483vw 100% no-repeat;
  }

  html[data-browse-mode="S"] .main-content .series-table-scroll {
    margin-right: -4.831vw;
    padding-right: 4.831vw;
    padding-bottom: 0.483vw;
  }

  html[data-browse-mode="S"] .main-content .series-table {
    grid-template-columns: 19.324vw 60.870vw repeat(4, 43.478vw);
    width: 255.072vw;
    border-width: 0.483vw;
    border-radius: 2.415vw;
  }

  html[data-browse-mode="S"] .main-content .series-th {
    padding: 2.415vw 0.966vw;
    font-size: 3.382vw;
    border-right-width: 0.242vw;
  }

  html[data-browse-mode="S"] .main-content .series-th:first-child {
    border-right-width: 0.362vw;
  }

  html[data-browse-mode="S"] .main-content .series-th:nth-child(6) {
    border-top-right-radius: 1.932vw;
  }

  html[data-browse-mode="S"] .main-content .series-table > *:last-child {
    border-bottom-right-radius: 1.932vw;
  }

  html[data-browse-mode="S"] .main-content .series-table > *:last-child::after {
    right: -0.483vw;
    bottom: -0.483vw;
    width: 3.865vw;
    height: 3.865vw;
    border-right: 0.483vw solid #003E8F;
    border-bottom: 0.483vw solid #003E8F;
    border-bottom-right-radius: 2.415vw;
  }

  html[data-browse-mode="S"] .main-content .series-th-label {
    left: 0.483vw;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .series-row-label {
    left: 0.483vw;
    padding: 2.415vw 0;
    font-size: 3.623vw;
    border-top-width: 0.242vw;
    border-right-width: 0.483vw;
  }

  html[data-browse-mode="S"] .main-content .series-cell {
    gap: 2.899vw;
    padding: 2.415vw 1.449vw 2.899vw;
    border-top-width: 0.242vw;
    border-right-width: 0.242vw;
  }

  html[data-browse-mode="S"] .main-content .series-cell:empty::before {
    width: 9.662vw;
    height: 0.483vw;
  }

  html[data-browse-mode="S"] .main-content .series-cell-multi {
    gap: 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .series-product-img {
    max-width: 23.188vw;
  }

  html[data-browse-mode="S"] .main-content .series-badge {
    height: 4.106vw;
    margin-top: 1.449vw;
  }

  html[data-browse-mode="S"] .main-content .series-name {
    margin-top: 2.415vw;
    font-size: 3.382vw;
  }
}

/*--------------------
 fixed-cta（追従ボタン）
--------------------*/
.main-content .fixed-cta {
  position: fixed;
  left: 26px;
  bottom: 7px;
  z-index: 8;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.main-content .fixed-cta.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.main-content .fixed-cta-link {
  display: block;
  transition: opacity 0.2s;
}

.main-content .fixed-cta-link:hover {
  opacity: 0.7;
}

.main-content .fixed-cta-src {
  display: block;
  width: 440px;
}

/* 追従CTA（z-index:8）より上にページTOPボタンを表示（このページ限定の特別対応） */
.block-page-top {
  z-index: 9 !important;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .fixed-cta {
    left: 20px;
    bottom: 5px;
  }

  html[data-browse-mode="S"] .main-content .fixed-cta-link:hover {
    opacity: 1;
  }

  html[data-browse-mode="S"] .main-content .fixed-cta-src {
    width: 290px;
  }

  html[data-browse-mode="S"] .block-page-top a {
    width: 52px;
    height: 52px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .fixed-cta {
    left: 4.831vw;
    bottom: 1.208vw;
  }

  html[data-browse-mode="S"] .main-content .fixed-cta-src {
    width: 70.048vw;
  }

  html[data-browse-mode="S"] .block-page-top a {
    width: 12.560vw;
    height: 12.560vw;
  }
}
