/* reset */
:root { font-size: 100%; }
* { box-sizing: border-box; margin: 0; padding: 0; }
*::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
main { display: flex; flex-direction: column; min-height: 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; }

/* tokens */
:root {
  /* font-size */
  --fluid-16-20: clamp(1rem, 0.9292rem + 0.3019vw, 1.25rem);
  --fluid-24-34: clamp(1.5rem, 1.2799rem + 0.939vw, 2.125rem);
  --fluid-18-20: clamp(1.125rem, 1.0896rem + 0.1509vw, 1.25rem);
  --fluid-28-48: clamp(1.75rem, 1.3099rem + 1.8779vw, 3rem);
  --fluid-48-96: clamp(3rem, 2.1509rem + 3.6226vw, 6rem);
  --fluid-48-100: clamp(3rem, 2.0802rem + 3.9245vw, 6.25rem);
  --fluid-56-112: clamp(3.5rem, 2.5094rem + 4.2264vw, 7rem);

  /* spacing */
  --fluid-8-12: clamp(0.5rem, 0.412rem + 0.3756vw, 0.75rem);
  --fluid-8-16: clamp(0.5rem, 0.3239rem + 0.7512vw, 1rem);
  --fluid-10-16: clamp(0.625rem, 0.493rem + 0.5634vw, 1rem);
  --fluid-16-24: clamp(1rem, 0.8585rem + 0.6038vw, 1.5rem);
  --fluid-24-32: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  --fluid-24-40: clamp(1.5rem, 1.217rem + 1.2075vw, 2.5rem);
  --fluid-24-56: clamp(1.5rem, 0.934rem + 2.4151vw, 3.5rem);
  --fluid-24-64: clamp(1.5rem, -4.6538rem + 9.6154vw, 4rem);
  --fluid-40-64: clamp(2.5rem, 1.9718rem + 2.2535vw, 4rem);
  --fluid-40-110: clamp(2.5rem, 0.9595rem + 6.5728vw, 6.875rem);
  --fluid-40-142: clamp(2.5rem, 0.2553rem + 9.5775vw, 8.875rem);
  --fluid-42-60: clamp(2.625rem, 2.3066rem + 1.3585vw, 3.75rem);
  --fluid-pad-sp: max(25px, 20px + (180 - 20) * (100vw - 360px) / (1024 - 360));

  /* color */
  --color-white: #fff;
  --color-white-dark: #E4EAED;
  --color-gray: #D9D9D9;
  --color-text: #333;
  --color-black: #222;
  --color-green: #00a23f;
  --color-navy: #122A67;
  --color-navy-light: #2F4376;
  --color-navy-deep: #0A244C;
  --color-blue: #579DFF;
  --color-red: #DC002F;
  --color-red-bright: #F50439;
  --color-teal: #13778f;
  --color-overlay: rgba(0, 0, 0, 0.60);
  --color-glow: rgba(0, 153, 255, 0.50);
  --color-panel: rgba(0, 0, 18, 0.50);
  --color-shadow: rgba(0, 0, 0, 0.40);
  --color-pale-blue: #7385B1;

  /* layout */
  --lp-header-height: 68px;
  --lp-content-padding-top: 64px;
  --lp-jumbotron-height: min(calc(100dvh - var(--lp-header-height)), 843px);
}

/* layout */
body {
  min-width: 320px;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--color-white);
  color: var(--color-text);
  font-family: source-han-sans-japanese, "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;
}

/* utility */
.only-sp {
  display: none;
}

@media (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

/* utility */
.u-color-blue {
  color: var(--color-blue);
}

.u-color-pale-blue {
  color: var(--color-pale-blue);
}

/* header */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--color-white);
  min-height: var(--lp-header-height);
  border-bottom: 1px solid #CCC;
}

@media (max-width: 1024px) {
  .lp-header {
    position: static;
  }
}

.lp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-inline: auto;
  padding: 12px 15px;
}

@media (max-width: 1024px) {
  .lp-header__inner {
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.lp-header__logo {
  display: flex;
  align-items: center;
  min-width: 110px;

  & img {
    width: 100%;
  }
}

.lp-textPhone--cta {
  display: none;
}

@media (max-width: 1024px) {
  .lp-textPhone {
    display: none;
  }

  .lp-textPhone--cta {
    display: flex;
    justify-content: center;
    padding: 40px var(--fluid-pad-sp) 60px;
  }
}

.lp-textPhone__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: currentColor;
}

.lp-textPhone__numberGroup {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-textPhone__number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.lp-textPhone__note {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.lp-textPhone__icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
}

.lp-textPhone__icon .of-iconColor-primary {
  fill: var(--color-green);
}

/* footer */
.lp-footer {
  background-color: var(--color-black);
  color: var(--color-white);
}

.lp-footer__content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px 10px;
}

.lp-footer__list {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .lp-footer__list {
    row-gap: 8px;
  }
}

.lp-footer__list li {
  display: flex;
  gap: 16px;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.18;
}

.lp-footer__copyright {
  text-align: center;
}

.lp-footer__list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
}

.lp-footer__list a {
  text-decoration: none;
  color: var(--color-white);
}

/* jumbotron */
.lp-jumbotron-pin {
  position: relative;
  flex: 1 1 auto;
}

@media (min-width: 1025px) {
  .lp-jumbotron-pin {
    /* sticky中に下のコンテンツが被さる分の余白（jumbotronの高さ + 100dvh） */
    height: calc(var(--lp-jumbotron-height) + 100dvh);
  }
}

.lp-jumbotron {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: var(--lp-jumbotron-height);
  isolation: isolate;
  overflow: hidden;
  background-image: radial-gradient(193.78% 50.81% at 49.01% 51.2%, #FAFAFA 0%, #E4EAED 100%);
}

@media (min-width: 1025px) {
  .lp-jumbotron {
    position: sticky;
    top: var(--lp-header-height);
    z-index: 1;
    height: var(--lp-jumbotron-height);
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .lp-jumbotron {
    min-height: auto;
  }
}

.lp-jumbotron__bg-video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  mix-blend-mode: screen;
}

.lp-jumbotron__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  flex: 1;
  min-height: 0;
  width: 100%;
  max-width: 1940px;
  margin-inline: auto;
}

@media (max-width: 1024px) {
  .lp-jumbotron__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

.lp-jumbotron__visual {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  pointer-events: none;
  max-width: 1074px;
}

@media (min-width: 1025px) {
  .lp-jumbotron__visual {
    align-self: center;
    margin-block-start: 25px;
    margin-inline-start: -80px;
  }
}

@media (max-width: 1024px) {
  .lp-jumbotron__visual {
    flex: 0 0 auto;
    width: 100%;
  }
}

.lp-jumbotron__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

@media (max-width: 1024px) {
  .lp-jumbotron__visual img {
    height: auto;
  }
}

.lp-jumbotron__content {
  display: flex;
  flex-direction: column;
  gap: var(--fluid-24-56);
  flex: 0 0 auto;
  align-self: center;
  padding: var(--fluid-42-60) 0;
  padding-right: var(--fluid-16-24);
}

@media (max-width: 1024px) {
  .lp-jumbotron__content {
    width: 100%;
    padding: 40px var(--fluid-pad-sp) 0;
  }
}

.lp-jumbotron__heading-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lp-jumbotron__heading {
  color: var(--color-navy);
  font-size: var(--fluid-56-112);
  font-weight: 700;
  line-height: 1.1;
}

.lp-jumbotron__heading-sm {
  font-size: var(--fluid-48-100);
}

.lp-jumbotron__heading-xs {
  font-size: var(--fluid-48-96);
}

.lp-jumbotron__heading-gradient {
  background: linear-gradient(90deg, #0049B4 0%, #2F4376 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-jumbotron__lead {
  color: var(--color-navy-light);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: var(--fluid-24-34);
}

/* ジャンボトロンの初期アニメ（読み込み時のみ） */
@keyframes js-jumbotron-heading-fade {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes js-jumbotron-heading-slide {
  0% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    transform: translateY(192px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.js-jumbotron-anim-heading-line1,
.js-jumbotron-anim-heading-line2 {
  overflow: hidden;
}

.js-jumbotron-anim-heading-line1 .js-jumbotron-anim-inner,
.js-jumbotron-anim-heading-line2 .js-jumbotron-anim-inner {
  display: inline-block;
  animation: js-jumbotron-heading-fade 2s both, js-jumbotron-heading-slide 2s both;
}

.js-jumbotron-anim-heading-line2 .js-jumbotron-anim-inner {
  animation-delay: 0.2s;
}

@keyframes js-jumbotron-lead-fade {
  0% {
    opacity: 0;
  }
  10% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes js-jumbotron-lead-slide {
  0% {
    translate: 0px 40px;
  }
  10% {
    animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    translate: 0px 40px;
  }
  40% {
    translate: 0px 0px;
  }
  100% {
    translate: 0px 0px;
  }
}

.js-jumbotron-anim-lead {
  overflow: hidden;
}

.js-jumbotron-anim-lead .js-jumbotron-anim-inner {
  display: inline-block;
  animation: js-jumbotron-lead-fade 2s both 0.6s, js-jumbotron-lead-slide 2s both 0.4s;
}

@keyframes js-jumbotron-product-fade {
  0% {
    opacity: 0;
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.js-jumbotron-anim-product {
  animation: js-jumbotron-product-fade 2s both 0.4s;
}

/* scroll */
.lp-jumbotron__scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  line-height: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-navy-light);
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}

@media (max-width: 1024px) {
  .lp-jumbotron__scroll {
    left: 25px;
    transform: none;
  }

  .lp-jumbotron__scroll-text {
    writing-mode: vertical-rl;
    text-shadow: 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 8px var(--color-white), 0 0 16px var(--color-white);
  }
}

.lp-jumbotron__scroll-bar {
  position: relative;
  width: 2px;
  height: 56px;
  background: linear-gradient(180deg, var(--color-white-dark) 0%, var(--color-navy-light) 100%);

  &::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cg filter=%27url(%23filter0_d_443_827)%27%3E%3Ccircle cx=%2716%27 cy=%2716%27 r=%274%27 fill=%27%230049B4%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27filter0_d_443_827%27 x=%270%27 y=%270%27 width=%2732%27 height=%2732%27 filterUnits=%27userSpaceOnUse%27 color-interpolation-filters=%27sRGB%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeColorMatrix in=%27SourceAlpha%27 type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0%27 result=%27hardAlpha%27/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation=%276%27/%3E%3CfeComposite in2=%27hardAlpha%27 operator=%27out%27/%3E%3CfeColorMatrix type=%27matrix%27 values=%270 0 0 0 0 0 0 0 0 0.284409 0 0 0 0 0.704458 0 0 0 1 0%27/%3E%3CfeBlend mode=%27normal%27 in2=%27BackgroundImageFix%27 result=%27effect1_dropShadow_443_827%27/%3E%3CfeBlend mode=%27normal%27 in=%27SourceGraphic%27 in2=%27effect1_dropShadow_443_827%27 result=%27shape%27/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E') no-repeat center / 32px 32px;
    animation: lp-scroll-dot 1.6s linear infinite;
  }
}

@media (max-width: 1024px) {
  .lp-jumbotron__scroll-bar {
    background: var(--color-navy);
    box-shadow: 0 0 2px 0 var(--color-white), 0 0 2px 0 var(--color-white), 0 0 8px 0 var(--color-white), 0 0 16px 0 var(--color-white);
  }
}

@keyframes lp-scroll-dot {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  12%,
  25% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}

/* buttons */
.lp-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--fluid-16-24);
}

@media (max-width: 1024px) {
  .lp-buttons {
    flex-direction: column;
  }
}

.lp-button {
  display: flex;
  gap: 10px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--color-white);
  min-height: 66px;
  font-size: 24px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.2;
  background: var(--color-red);
  transition: background-color 0.2s ease;

  &::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url('/img/landing_page/common/icon_btn_dl.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }
}

@media (max-width: 1024px) {
  .lp-button {
    width: 100%;
  }
}

@media (hover: hover) {
  .lp-button:hover {
    background-color: #c6002a;
  }
}

.lp-button--secondary {
  background: var(--color-teal);

  &::before {
    width: 12px;
    height: 14px;
    background: var(--color-white);
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  }
}

@media (hover: hover) {
  .lp-button--secondary:hover {
    background-color: #116b81;
  }
}

/* product */
.lp-product {
  display: flex;
  align-items: center;
  gap: var(--fluid-10-16);
}

.lp-product__badge {
  display: flex;
  padding: 8px 13px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: normal;
  border: 2px solid var(--color-red-bright);
  color: var(--color-red-bright);
  font-size: var(--fluid-18-20);
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.lp-product__name {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--color-navy-light);
  font-size: var(--fluid-16-20);
  font-weight: 700;
  line-height: 1.3;
}

.lp-product__series {
  font-size: 16px;
  line-height: 1.3;
}

/* content */
.lp-content {
  position: relative;
  padding-top: var(--lp-content-padding-top);
  background: linear-gradient(136deg, #0A244C 0.67%, #0E1525 99.33%);

  &::before,
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    max-width: 1288px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    mix-blend-mode: plus-lighter;
    opacity: 0.5;
  }

  &::before {
    background-image: url('/img/products/cg-r/210934001/210934001_bg_01.png');
    background-position: top center;
    margin-left: auto;
  }

  &::after {
    background-image: url('/img/products/cg-r/210934001/210934001_bg_02.png');
    background-position: bottom center;
    margin-right: auto;
  }
}

@media (min-width: 1025px) {
  .lp-content {
    z-index: 2;
    margin-top: -100dvh; /* sticky のジャンボトロンに被せる */
  }
}

@media (max-width: 1024px) {
  :root {
    --lp-content-padding-top: 0px;
  }
}

@media (max-width: 1024px) {
  .lp-content {
    &::before {
      background-image: url('/img/products/cg-r/210934001/210934001_bg_01_sp.png');
    }

    &::after {
      background-image: url('/img/products/cg-r/210934001/210934001_bg_02_sp.png');
    }
  }
}

.lp-content__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-inline: auto;
}

/* nav */
.lp-contentNav {
  position: sticky;
  top: 100px;
  border-radius: 8px;
  padding: 0 8px;
  background: var(--color-overlay);
  box-shadow: 0 0 24px 0 var(--color-glow);
  backdrop-filter: blur(8px);
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.lp-contentNav.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .lp-contentNav {
    display: none;
  }
}

.lp-contentNav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  list-style: none;
}

.lp-contentNav__item {
  flex: 1 1 auto;
  line-height: 1;
}

.lp-contentNav__item--button {
  display: flex;
  gap: 8px;
  padding: 8px;
  padding-right: 0px;
}

.lp-contentNav__item--button  .lp-button {
  min-height: clamp(3.125rem, 0.6635rem + 3.8462vw, 4.125rem);
  font-size: clamp(1rem, -0.2308rem + 1.9231vw, 1.5rem);
}

.lp-contentNav__link {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
}

.lp-contentNav__link-text {
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--color-white);
  font-size: clamp(0.875rem, -0.0481rem + 1.4423vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease;
}

@media (hover: hover) {
  .lp-contentNav__link:hover .lp-contentNav__link-text {
    color: var(--color-blue);
    border-bottom-color: var(--color-blue);
  }
}

.lp-contentNav__item.is-active .lp-contentNav__link-text {
  color: var(--color-blue);
  border-bottom-color: var(--color-blue);
}

/* section */
.lp-section {
  padding-top: var(--fluid-40-64);
  padding-right: 13px;
  padding-left: 13px;
}

.lp-section:last-child {
  padding-bottom: var(--fluid-40-110);
}

@media (min-width: 1025px) {
  .lp-section {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .lp-section.is-visible {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .lp-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-right: var(--fluid-pad-sp);
    padding-left: var(--fluid-pad-sp);
  }
}

/* flex */
.lp-flex {
  display: flex;
  gap: var(--fluid-24-40);
}

@media (max-width: 1024px) {
  .lp-flex {
    flex-direction: column;
  }
}

.lp-flex__item {
  --lp-item-gap: 8px;
  display: flex;
  flex-direction: column;
  gap: var(--lp-item-gap);
  flex: 1;
  min-height: 470px;
}

@media (max-width: 1024px) {
  .lp-flex__item {
    min-height: auto;
  }
}

/* video */
.lp-video__player {
  max-width: 686px;
}

@media (max-width: 1024px) {
  .lp-video__player {
    min-width: 100%;
  }
}

/* video-js */
.video-js .vjs-big-play-button {
  background-color: transparent;
  border: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  width: 100px;
  height: 100px;
  border-radius: 56px;
  background: var(--color-navy-deep);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.50);
  transition: opacity 0.2s ease;
  color: var(--color-gray);
}

@media (hover: hover) {
  .video-js:hover .vjs-big-play-button {
    background-color: transparent;
  }

  .video-js:hover .vjs-big-play-button .vjs-icon-placeholder:before {
    opacity: 0.8;
  }
}

@media (max-width: 1024px) {
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
  }
}

/* バリュースクロール: PC では JS が .lp-video を sticky パネルへ移す */
.lp-valueScroll__media {
  display: none;
}

@media (min-width: 1025px) {
  .lp-valueScroll {
    display: flex;
    align-items: flex-start;
    gap: var(--fluid-24-40);
  }

  .lp-valueScroll__sections {
    display: flex;
    flex-direction: column;
    gap: var(--fluid-40-64);
    flex: 1 1 auto;
    min-width: 0;
  }

  .lp-valueScroll__media {
    display: grid;
    position: sticky;
    top: calc(
      var(--lp-header-height)
      + var(--lp-content-padding-top)
      + var(--fluid-40-110)
    );
    right: 13px;
    margin-top: var(--fluid-40-64);
    margin-bottom: var(--fluid-40-110);
    flex: 0 0 auto;
    width: min(640px, calc(100% * 686 / 1440));
    aspect-ratio: 686 / 516;
    height: auto;
    overflow: hidden;
  }

  .lp-valueScroll__media > .lp-video {
    grid-area: 1 / 1;
    max-width: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 600ms ease;
  }

  .lp-valueScroll__media .lp-video__player,
  .lp-valueScroll__media .video-js {
    max-width: none;
    width: 100%;
    height: 100%;
  }

  .lp-valueScroll__media .vjs-fluid {
    padding-top: 0;
  }

  .lp-valueScroll__media > .lp-video.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

/* text */
.lp-heading {
  color: var(--color-white);
  font-size: var(--fluid-28-48);
  font-weight: 700;
  line-height: 1.2;
}

.lp-heading--bark-blue {
  color: var(--color-navy);
}

.lp-paragraph {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

/* link */
.lp-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-white);
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease;

  &::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-block-start: 1px solid currentColor;
    border-inline-end: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease, border-width 0.1s ease;
  }
}

@media (hover: hover) {
  .lp-link:hover {
    box-shadow: 0 1px 0 var(--color-white);
  }

  .lp-link:hover::after {
    border-block-start-width: 2px;
    border-inline-end-width: 2px;
    transform: translateX(4px) rotate(45deg);
  }
}

.lp-link--left-auto {
  margin-left: auto;
}

/* compare */
.lp-compare {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: var(--fluid-16-24);
  background: var(--color-panel);
  backdrop-filter: blur(4px);
  margin-top: calc(32px - var(--lp-item-gap));
}

@media (min-width: 1025px) {
  .lp-compare--reveal .lp-compare__item:not(.lp-compare__item--source),
  .lp-compare--reveal .lp-compare__arrow {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .lp-compare--reveal.is-revealed .lp-compare__item:not(.lp-compare__item--source),
  .lp-compare--reveal.is-revealed .lp-compare__arrow {
    opacity: 1;
  }

  @media (prefers-reduced-motion: reduce) {
    .lp-compare--reveal .lp-compare__item:not(.lp-compare__item--source),
    .lp-compare--reveal .lp-compare__arrow {
      opacity: 1;
      transition: none;
    }
  }
}

@media (min-width: 1025px) {
  .lp-compare:has(.lp-compare__item--source) {
    padding: 8px;
  
    & .lp-compare__list {
      gap: 0;
    }
  
    & .lp-compare__item {
      padding: var(--fluid-8-16);
    }
  }
}

.lp-compare__heading {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.lp-compare__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

@media (max-width: 1024px) {
  .lp-compare__list {
    flex-direction: column;
    gap: 0;
  }

  .lp-compare__item + .lp-compare__item {
    margin-top: 16px;
  }

  .lp-compare__list--sp-col2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lp-compare__list--sp-col2 .lp-compare__item + .lp-compare__item {
    margin-top: 0;
  }
}

.lp-compare__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: var(--fluid-8-12);
}

@supports (grid-template-rows: subgrid) {
  .lp-compare__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: var(--fluid-8-12);
  }
}

.lp-compare__item--source {
  background: var(--color-navy-deep);
}

@media (max-width: 1024px) {
  .lp-compare__item--source {
    padding: 16px;
  }
}

.lp-compare__caption {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.lp-compare__media {
  margin-top: auto;
}

.lp-compare__media--margin-top0 {
  margin-top: 0;
}

.lp-compare__caption em {
  font-weight: 700;
}

.lp-compare__arrow {
  display: flex;
  align-items: center;
  flex: 0 0 16px;
  align-self: stretch;
  width: 16px;
  padding-top: var(--fluid-8-12);
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .lp-compare__arrow {
    justify-content: center;
    width: 100%;
    padding-top: 0;
    margin-block: 12px 4px;
    min-height: 0;
  }
}

.lp-compare__arrow::after {
  content: "";
  width: 16px;
  height: 32px;
  background: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2732%27 viewBox=%270 0 16 32%27 fill=%27none%27%3E%3Cpath d=%27M16 16L5.08584e-07 32L1.90735e-06 -6.99382e-07L16 16Z%27 fill=%27url(%23paint0_linear_426_2176)%27/%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_426_2176%27 x1=%2716%27 y1=%2716%27 x2=%271.20797e-06%27 y2=%2716%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23579DFF%27/%3E%3Cstop offset=%271%27 stop-color=%27%230A244C%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E') no-repeat center / 16px 32px;
}

@media (max-width: 1024px) {
  .lp-compare__arrow::after {
    transform: rotate(90deg);
  }
}

.lp-compare__badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  right: 0;
  border-radius: 48px;
  width: 80px;
  height: 80px;
  background: radial-gradient(50% 50% at 50% 50%, #373839 40%, rgba(55, 56, 57, 0.50) 100%);
  box-shadow: 0 0 24px 0 var(--color-shadow);
  backdrop-filter: blur(2px);
  color: var(--color-white);
}

.lp-compare__badge--blue {
  background: radial-gradient(50% 50% at 50% 50%, #0049B4 50%, rgba(0, 73, 180, 0.40) 100%);
}

.lp-compare__badge-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.lp-compare__badge-text em {
  font-size: 20px;
  font-weight: 700;
}

.lp-compare__image {
  width: 100%;
}

.lp-compare__bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-compare__bar-line {
  display: block;
  width: 100%;
  border-left: 1px solid var(--color-white);
  height: 16px;
  padding-block: 1px;
  background-color: #7385B1;
  background-clip: content-box;
}

.lp-compare__bar-line--short {
  position: relative;
  background: none;
  padding-block: 0;
  border: 0;
  border-left: 1px solid var(--color-white);
}

.lp-compare__bar-line--short::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px dashed #579dff;
  pointer-events: none;
}

.lp-compare__bar-line--short::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 100%;
  background: linear-gradient(90deg, #579dff 0%, #0049b4 100%);
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-compare__bar-line--short.is-animated::before {
  width: 10px;
}

@media (max-width: 1024px) {
  .lp-compare__bar-line--short::before {
    width: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-compare__bar-line--short::before {
    width: 10px;
    transition: none;
  }
}

.lp-compare__bar-text {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  color: var(--color-white);
  line-height: 1;
  min-height: 18px;
  gap: 4px;
}

.lp-compare__bar-text em {
  font-weight: bold;
}

.lp-compare__bar-text-large {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .lp-compare__bar-text-large {
    font-size: 20px;
  }
}

/* cta */
.lp-cta {
  background: radial-gradient(193.78% 50.81% at 49.01% 51.2%, #FFF 0%, #E4EAED 100%);
}

.lp-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--fluid-24-64);
  max-width: 1440px;
  margin-inline: auto;
}

@media (max-width: 1024px) {
  .lp-cta__inner {
    gap: 0;
    padding: 40px var(--fluid-pad-sp) 0;
    flex-direction: column-reverse;
  }
}

.lp-cta__image {
  max-width: 630px;
  flex: 1;
}

.lp-cta__content {
  display: flex;
  flex-direction: column;
  gap: var(--fluid-24-56);
  padding: 40px 0 40px;
  padding-right: 13px;
}

@media (max-width: 1024px) {
  .lp-cta__content {
    width: 100%;
    padding: 0;
  }
}

.lp-cta__heading-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* scroll top */
.lp-scrollTop {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 100px;
  background: #0049B4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11' fill='none'%3E%3Cpath d='M0.707031 9.90039L9.19231 1.41511L17.6776 9.90039' stroke='%23D9D9D9' stroke-width='2'/%3E%3C/svg%3E") no-repeat top 22px center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.50);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, bottom 0.2s ease;

  &::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 2px;
    height: 16px;
    background: var(--color-gray);
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .lp-scrollTop {
    display: block;
  }

  .lp-scrollTop.is-visible {
    opacity: 1;
    visibility: visible;
  }
}

.lp-scrollTop__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}