.reci-products-preview {
  margin: 0;
}

.reci-products-shell {
  --reci-products-bg: #eff6ff;
  --reci-products-surface: rgba(255, 255, 255, 0.9);
  --reci-products-surface-strong: #ffffff;
  --reci-products-surface-soft: #eef5ff;
  --reci-products-ink: #14263d;
  --reci-products-ink-soft: #5d7289;
  --reci-products-line: rgba(32, 89, 145, 0.12);
  --reci-products-line-strong: rgba(32, 89, 145, 0.22);
  --reci-products-navy: #102b46;
  --reci-products-bluegreen: #408ce2;
  --reci-products-teal: #25bcd6;
  --reci-products-teal-soft: rgba(37, 188, 214, 0.12);
  --reci-products-re: #3f8fe8;
  --reci-products-rms-orange: #de9b5f;
  --reci-products-rms-lime: #b0c25d;
  --reci-products-bms: #cf86aa;
  --reci-products-alms: #9a745c;
  --reci-products-shadow: 0 24px 64px rgba(16, 43, 70, 0.08);
  --reci-products-radius-lg: 26px;
  --reci-products-radius-md: 20px;
  --reci-products-container: min(1200px, calc(100vw - 40px));
  overflow: clip;
  color: var(--reci-products-ink);
  --reci-products-heading: "Segoe UI Variable Display", "Yu Gothic UI", "Hiragino Sans", sans-serif;
  font-family: Meiryo, "Yu Gothic UI", "Hiragino Sans", sans-serif;
  line-height: 1.7;
  background:
    radial-gradient(circle at 10% 0%, rgba(63, 143, 232, 0.18), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(37, 188, 214, 0.12), transparent 22%),
    radial-gradient(circle at 18% 72%, rgba(111, 146, 255, 0.08), transparent 24%),
    radial-gradient(circle at 78% 24%, rgba(135, 116, 225, 0.08), transparent 22%),
    linear-gradient(180deg, #fcfeff 0%, var(--reci-products-bg) 44%, #f4f9ff 100%);
}

.reci-products-shell *,
.reci-products-shell *::before,
.reci-products-shell *::after {
  box-sizing: border-box;
}

.reci-products-shell a {
  color: inherit;
  text-decoration: none;
}

.reci-products-shell a:focus-visible,
.reci-products-shell button:focus-visible {
  outline: 3px solid rgba(107, 149, 189, 0.34);
  outline-offset: 3px;
}

.reci-products-shell p,
.reci-products-shell h1,
.reci-products-shell h2,
.reci-products-shell h3,
.reci-products-shell h4,
.reci-products-shell ul {
  margin-top: 0;
}

.reci-products-shell ul {
  padding-left: 1.1rem;
}

.reci-products-container {
  width: var(--reci-products-container);
  margin: 0 auto;
}

.reci-products-site-header {
  position: relative;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid rgba(28, 36, 48, 0.08);
  box-shadow: 0 10px 28px rgba(36, 56, 79, 0.04);
}

.reci-products-header-inner {
  display: grid;
  gap: 0;
}

.reci-products-site-header-main {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(28, 36, 48, 0.08);
}

.reci-products-header-row {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.reci-products-header-row-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.reci-products-corp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.reci-products-corp-logo {
  display: inline-flex;
  align-items: baseline;
  font-family: "Segoe UI Variable Display", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.84rem;
  font-weight: 620;
  letter-spacing: -0.066em;
  font-kerning: normal;
  line-height: 1;
  transform: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.reci-products-corp-logo-main {
  color: #4d5966;
  display: block;
  line-height: 1;
}

.reci-products-corp-logo-accent {
  color: #3f8fe8;
  display: block;
  line-height: 1;
}

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

.reci-products-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.reci-products-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #385372 0%, #6a8db3 100%);
  color: #fff;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 24px rgba(36, 56, 79, 0.12);
}

.reci-products-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.reci-products-brand-text strong {
  font-size: 1.02rem;
  letter-spacing: 0.08em;
}

.reci-products-brand-text small {
  color: var(--reci-products-ink-soft);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reci-products-header-panel,
.reci-products-site-nav,
.reci-products-header-actions,
.reci-products-hero-actions,
.reci-products-cta-points {
  display: flex;
  align-items: center;
}

.reci-products-header-panel {
  display: grid;
  gap: 0;
}

.reci-products-header-utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  color: var(--reci-products-ink-soft);
  font-size: 0.79rem;
  white-space: nowrap;
}

.reci-products-header-utility a {
  position: relative;
  color: #627284;
  font-size: 0.79rem;
  letter-spacing: 0.01em;
  transition: color 180ms ease;
}

.reci-products-header-utility a + a::before {
  content: "｜";
  display: inline-block;
  margin: 0 0.42em 0 0.24em;
  color: rgba(98, 114, 132, 0.52);
}

.reci-products-header-utility a:hover,
.reci-products-header-utility a:focus-visible {
  color: var(--reci-products-navy);
}

.reci-products-mobile-utility {
  display: none;
}

.reci-products-mobile-utility a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 4px;
  color: #6c7f95;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 180ms ease;
}

.reci-products-mobile-utility a:hover,
.reci-products-mobile-utility a:focus-visible {
  color: var(--reci-products-navy);
}

.reci-products-shell--company-nav .reci-products-header-inner {
  display: grid;
  gap: 0;
}

.reci-products-shell--company-nav .reci-products-site-header-main {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(28, 36, 48, 0.08);
}

.reci-products-shell--company-nav .reci-products-corp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.reci-products-shell--company-nav .reci-products-corp-logo-main,
.reci-products-shell--company-nav .reci-products-corp-logo-accent {
  display: block;
  line-height: 1;
}

.reci-products-shell--company-nav .reci-products-mobile-utility a {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.reci-products-shell--company-nav .reci-products-header-search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
}

.reci-products-shell--company-nav .reci-products-global-link {
  min-height: 42px;
}

.reci-products-shell--company-nav .reci-products-breadcrumb-bar {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
}

.reci-products-shell--company-nav .reci-products-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
}

.reci-products-shell--company-nav .reci-products-page-title-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reci-products-header-search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
}

.reci-products-search-label input {
  width: 104px;
  height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(28, 36, 48, 0.18);
  border-radius: 999px;
  font: inherit;
  background: rgba(246, 249, 252, 0.9);
}

.reci-products-header-search button {
  width: 22px;
  height: 22px;
  border: 0;
  background:
    radial-gradient(circle at center, transparent 6px, transparent 6px),
    none;
  position: relative;
  cursor: pointer;
}

.reci-products-header-search button::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 1.5px solid #111;
  border-radius: 50%;
}

.reci-products-header-search button::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 6px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
  transform-origin: center;
}

.reci-products-global-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid rgba(28, 36, 48, 0.06);
  border-left: 1px solid rgba(28, 36, 48, 0.08);
}

.reci-products-global-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 8px;
  border-right: 1px solid rgba(28, 36, 48, 0.08);
  color: #111;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease;
}

.reci-products-global-link:hover,
.reci-products-global-link:focus-visible,
.reci-products-global-link.is-current {
  color: var(--reci-products-re);
  background: rgba(122, 158, 195, 0.06);
}

.reci-products-global-link--has-children::after {
  display: none;
}

.reci-products-breadcrumb-bar {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
}

.reci-products-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  color: var(--reci-products-ink-soft);
  font-size: 0.68rem;
}

.reci-products-page-title-bar {
  background: #8db7d8;
}

.reci-products-page-title-bar::before {
  content: none;
}

.reci-products-page-title-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.reci-products-page-title-inner p {
  margin: 0;
  color: #fff;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: none;
}

.reci-products-page-title-inner span {
  color: rgba(255, 255, 255, 0.92);
  font-family: "Segoe UI Variable Display", "Yu Gothic UI", sans-serif;
  font-size: clamp(1.28rem, 2.1vw, 1.86rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  text-shadow: none;
}

.reci-products-site-nav {
  gap: 24px;
  color: var(--reci-products-ink-soft);
  font-size: 0.95rem;
}

.reci-products-site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.reci-products-site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--reci-products-teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.reci-products-site-nav a:hover::after,
.reci-products-site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.reci-products-site-nav a:hover,
.reci-products-site-nav a:focus-visible {
  color: var(--reci-products-navy);
}

.reci-products-header-actions,
.reci-products-hero-actions,
.reci-products-cta-points {
  gap: 12px;
}

.reci-products-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.reci-products-button:hover,
.reci-products-button:focus-visible {
  transform: translateY(-2px);
}

.reci-products-button--primary {
  background: linear-gradient(135deg, #6f96bc 0%, #8eb3d5 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(107, 149, 189, 0.22);
}

.reci-products-button--ghost {
  border: 1px solid var(--reci-products-line-strong);
  background: rgba(255, 255, 255, 0.56);
}

.reci-products-button--ghost-dark {
  border: 1px solid rgba(90, 118, 145, 0.16);
  color: var(--reci-products-navy);
  background: rgba(255, 255, 255, 0.84);
}

.reci-products-menu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(28, 36, 48, 0.14);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.reci-products-menu-toggle span {
  display: block;
  width: 15px;
  height: 2px;
  margin: 2.5px auto;
  background: var(--reci-products-ink);
  border-radius: 999px;
}

.reci-products-site-footer {
  background: #43484f;
  color: var(--reci-products-ink-soft);
  border-top: 1px solid rgba(28, 36, 48, 0.08);
}

.reci-products-footer-nav-band {
  background: #264f88;
}

.reci-products-footer-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.reci-products-footer-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 6px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
}

.reci-products-footer-nav a + a {
  position: relative;
}

.reci-products-footer-nav a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-50%);
}

.reci-products-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding: 0 8px;
}

.reci-products-footer-company {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.9rem;
}

.reci-products-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  text-align: right;
}

.reci-products-shell [data-products-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reci-products-shell .is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reci-products-shell *,
  .reci-products-shell *::before,
  .reci-products-shell *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .reci-products-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .reci-products-header-panel {
    position: absolute;
    top: calc(100% - 1px);
    left: 20px;
    right: 20px;
    display: none;
    gap: 14px;
    padding: 22px;
    border-radius: var(--reci-products-radius-lg);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--reci-products-line);
    box-shadow: var(--reci-products-shadow);
  }

  .reci-products-site-header.is-open .reci-products-header-panel {
    display: grid;
  }

  .reci-products-header-utility {
    display: none !important;
  }

  .reci-products-header-search {
    margin-left: 0;
  }

  .reci-products-global-nav {
    order: 1;
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 0;
  }

  .reci-products-global-link {
    justify-content: flex-start;
    min-height: 56px;
    padding: 0;
    border-right: 0;
    border-top: 1px solid rgba(28, 36, 48, 0.08);
    text-align: left;
  }

  .reci-products-page-title-inner {
    min-height: 42px;
  }

  .reci-products-page-title-inner p {
    font-size: 0.96rem;
    letter-spacing: 0.1em;
  }

  .reci-products-page-title-inner span {
    font-size: 1.45rem;
  }

  .reci-products-global-link--has-children::after {
    margin-left: auto;
  }

  .reci-products-mobile-utility {
    display: grid !important;
    order: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 0 6px;
    margin-top: 0;
    padding-top: 6px;
    border-top: 1px solid rgba(212, 222, 233, 0.72);
  }

  .reci-products-shell--company-nav .reci-products-header-utility {
    display: none !important;
  }

  .reci-products-shell--company-nav .reci-products-global-nav {
    order: 1;
  }

  .reci-products-shell--company-nav .reci-products-mobile-utility {
    border-top-color: rgba(214, 226, 238, 0.62);
  }

  .reci-products-shell--company-nav .reci-products-menu-toggle {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 7px;
    border-color: rgba(196, 205, 216, 0.9);
    background: #ffffff;
    box-shadow: none;
    outline: none;
    appearance: none;
  }

  .reci-products-shell--company-nav .reci-products-menu-toggle span {
    width: 13px;
    height: 2px;
    margin: 2px auto;
    background: #aab3bd;
  }

  .reci-products-shell--company-nav .reci-products-menu-toggle:focus,
  .reci-products-shell--company-nav .reci-products-menu-toggle:focus-visible,
  .reci-products-shell--company-nav .reci-products-menu-toggle:hover {
    outline: none;
    box-shadow: none;
    border-color: rgba(196, 205, 216, 0.9);
    background: #ffffff;
  }

  .reci-products-shell--company-nav .reci-products-header-panel {
    gap: 4px;
    padding: 13px 16px 11px;
    border-radius: calc(var(--reci-products-radius-lg) + 2px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 249, 253, 0.68));
    border: 1px solid rgba(214, 226, 238, 0.76);
    box-shadow: 0 20px 44px rgba(36, 56, 79, 0.12);
    backdrop-filter: blur(18px) saturate(140%);
  }

  .reci-products-header-actions,
  .reci-products-cta-points {
    flex-direction: column;
    align-items: stretch;
  }

  .reci-products-footer-grid {
    flex-direction: column;
    align-items: stretch;
  }

  .reci-products-footer-nav {
    grid-template-columns: 1fr;
  }

  .reci-products-footer-nav a {
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 16px;
    text-align: left;
  }

  .reci-products-footer-nav a + a::before {
    top: 0;
    left: 18px;
    width: calc(100% - 36px);
    height: 1px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .reci-products-hero-actions,
  .reci-products-header-actions,
  .reci-products-cta-points {
    flex-direction: column;
    align-items: stretch;
  }

  .reci-products-corp-brand {
    gap: 0;
  }

  .reci-products-corp-logo {
    font-size: 1.58rem;
    transform: none;
  }

  .reci-products-header-utility {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .reci-products-header-utility a + a::before {
    display: none;
  }

  .reci-products-header-search {
    width: 100%;
  }

  .reci-products-search-label {
    flex: 1;
  }

  .reci-products-search-label input {
    width: 100%;
  }

  .reci-products-breadcrumb {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .reci-products-page-title-inner {
    min-height: 40px;
  }

  .reci-products-page-title-inner p {
    font-size: 0.9rem;
  }

  .reci-products-page-title-inner span {
    font-size: 1.22rem;
  }

  .reci-products-footer-grid {
    min-height: 0;
    padding: 16px 0 22px;
    gap: 6px;
  }

  .reci-products-footer-copy {
    font-size: 0.72rem;
  }
}
