html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; }
.site-header img { width: 72px; height: 72px; max-width: 72px; object-fit: contain; }
@keyframes terasumu-portal-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}
.portal-marquee-track {
  animation: terasumu-portal-marquee 30s linear infinite;
  backface-visibility: hidden;
}
.portal-marquee-copy { min-width: max-content; }
.partner-hero-woman,
.partner-hero-man,
.partner-hero-character { position: absolute; bottom: 0; object-fit: contain; object-position: center bottom; }
.partner-hero-woman { left: -2%; z-index: 10; width: 52%; height: 78%; }
.partner-hero-man { right: -2%; z-index: 20; width: 56%; height: 88%; }
.partner-hero-character { left: 50%; bottom: 0.5rem; z-index: 30; width: 7rem; height: 7rem; transform: translateX(-50%); }
@media (min-width: 640px) {
  .partner-hero-character { width: 8rem; height: 8rem; }
}
.rental-hero-woman,
.rental-hero-man,
.rental-hero-character { position: absolute; bottom: 0; object-fit: contain; object-position: center bottom; }
.rental-hero-woman { left: 8%; z-index: 10; width: 42%; height: 88%; }
.rental-hero-man { right: 7%; z-index: 20; width: 44%; height: 96%; }
.rental-hero-character { left: 50%; bottom: 16%; z-index: 30; width: 24%; height: 42%; transform: translateX(-50%); }
@media (max-width: 639px) {
  .line-guide-benefit-section { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .line-guide-benefit-section > div { gap: 0.75rem; }
  .line-guide-cover-wrap { max-width: 9rem; }
  .line-guide-cover-wrap > div { padding: 0.65rem; border-radius: 1rem; }
  .line-guide-cover-wrap span { right: -1.5rem; top: -0.25rem; padding: 0.35rem 0.6rem; font-size: 0.625rem; }
  .line-guide-heading { margin-top: 0.35rem; font-size: 1.5rem; line-height: 1.2; }
  .line-guide-title { margin-top: 0.5rem; font-size: 1rem; line-height: 1.5; }
  .line-guide-description { margin-top: 0.4rem; font-size: 0.75rem; line-height: 1.6; }
  .line-guide-list { display: none; }
  .line-guide-cta { margin-top: 0.75rem; }
  .line-guide-cta a { padding-top: 0.75rem; padding-bottom: 0.75rem; font-size: 0.875rem; }
  .line-guide-note { margin-top: 0.3rem; font-size: 0.625rem; line-height: 1.5; }
}
[hidden] { display: none !important; }
.admin-bar .site-header { top: 32px; }
.terasumu-notice { position: relative; z-index: 10; margin: 1rem auto; max-width: 48rem; border-radius: 1rem; padding: 1rem 1.25rem; font-weight: 700; }
.terasumu-notice--success { background: #eafbfa; color: #0b5566; }
.terasumu-notice--error { background: #fef2f2; color: #b91c1c; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
