@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA / FANZA AI Operator
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0.1
*/

/* 全ページ共通のヘッダー・フッターと配色トークン。 */
:root {
  --fao-page-bg: #f3f5f7;
  --fao-page-surface: #ffffff;
  --fao-page-surface-soft: #f7f8fa;
  --fao-page-line: #dfe4e8;
  --fao-page-text: #242a30;
  --fao-page-muted: #6b7280;
  --fao-page-accent: #ee3366;
  --fao-page-accent-dark: #cf174d;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
}

.header {
  background: #0d1217 !important;
  border-bottom: 1px solid #2b333a;
  box-shadow: none;
}

.inner-header {
  max-width: 1440px;
}

#logo a,
.desktop-nav li a,
.header-search__open,
.mobile-nav li a {
  color: #ffffff !important;
}

.mobile-nav {
  background: #11171c;
  border-top: 1px solid #2b333a;
}

.desktop-nav li::after {
  background: var(--fao-page-accent) !important;
}

.footer,
#footer-menu {
  color: #ffffff;
  background: #08a5e5;
}

#footer-menu {
  border-top: 0;
}

.footer a,
#footer-menu a {
  color: #ffffff !important;
}

.fao-service-credit {
  padding: 9px 16px 11px;
  color: #77838c;
  background: #0b1014;
  font-size: .65rem;
  line-height: 1.4;
  text-align: center;
}

.fao-service-credit a {
  color: #9aa6af;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fao-service-credit a:hover,
.fao-service-credit a:focus-visible {
  color: #ffffff;
}
