body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(135deg, #0d0d0d, #3c2f2f);
  background-size: 400% 400%;
  background-position: 0% 0%;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

.animated-bg {
  background-size: 400% 400%;
  background-position: 0% 0%;
}

#particles-js {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

#loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-inner {
  text-align: center;
}
.loader-inner .gold-ring {
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-top: 5px solid #ffd700;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  margin: 0 auto 20px;
}
.loader-inner p {
  color: #f6c90e;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
}

h1, h2, h3 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.4;
  color: #f6c90e;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#loader,
#content {
  position: relative;
  z-index: 2;
}

#loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .loader-inner {
  text-align: center;
}
#loader .loader-inner .gold-ring {
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-top: 5px solid #ffd700;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  margin: 0 auto 20px;
}
#loader .loader-inner p {
  color: #f6c90e;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
}

h2 {
  font-size: 1.6rem;
  color: #f6c90e;
  margin-bottom: 32px;
  text-align: center;
}

.footer {
  background: #0d0d0d;
  padding: 40px 16px 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #aaa;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-links li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .footer-links li a:hover {
  color: #ffd700;
}
.footer .copyright {
  color: #666;
  font-size: 0.75rem;
}

.btn,
button[type=submit] {
  background: #0d0d0d;
  color: #ffd700;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 0 10px #f6c90e;
  transition: all 0.3s ease;
  display: inline-block;
  max-width: 90%;
  border: none;
}
.btn:hover,
button[type=submit]:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #ffd700;
}

.hero .btn {
  background: #f6c90e;
  color: #0d0d0d;
}

.hero {
  text-align: center;
  padding: 80px 16px;
}
.hero h1 {
  font-size: 2.2rem;
  color: #ffd700;
  margin-bottom: 20px;
}
.hero p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.numbers {
  text-align: center;
  padding: 60px 16px;
  background: #1e1e1e;
}
.numbers .stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
.numbers .stats .stat {
  flex: 1 1 30%;
  min-width: 100px;
}
.numbers .stats .stat .count {
  font-size: 2rem;
  font-weight: bold;
  color: #f6c90e;
  margin-bottom: 8px;
}
.numbers .stats .stat span {
  font-size: 0.9rem;
  color: #ccc;
}

.method {
  background: rgba(15, 15, 15, 0.8);
  padding: 60px 16px;
  text-align: center;
  color: #eee;
}
.method h2 {
  font-size: 1.6rem;
  color: #f6c90e;
  margin-bottom: 24px;
}
.method .method-content {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
}
.method .method-content p {
  margin-bottom: 20px;
}
.method .method-content .highlight {
  color: #ffd700;
  font-weight: bold;
}

.voices {
  background: rgba(26, 26, 26, 0.8);
  padding: 60px 16px;
  text-align: center;
}
.voices .voice-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.voices .voice-card {
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  color: #eee;
  text-align: left;
  transition: box-shadow 0.3s ease;
}
.voices .voice-card p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.voices .voice-card .meta {
  font-size: 0.85rem;
  color: #bbb;
  text-align: right;
}
.voices .voice-card:hover {
  box-shadow: 0 0 12px #f6c90e;
}

.advisors {
  background: rgba(19, 19, 19, 0.8);
  padding: 60px 16px;
  text-align: center;
}
.advisors .advisor-card {
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 24px;
  color: #eee;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.advisors .advisor-card .advisor-header {
  margin-bottom: 16px;
}
.advisors .advisor-card .advisor-header .advisor-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffd700;
}
.advisors .advisor-card .advisor-header .advisor-style {
  font-size: 0.95rem;
  color: #ccc;
}
.advisors .advisor-card .advisor-bio {
  font-size: 0.95rem;
}
.advisors .advisor-card .advisor-bio p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.cta {
  background: linear-gradient(135deg, #f6c90e, #ffd700);
  text-align: center;
  padding: 60px 16px;
  color: #0d0d0d;
}
.cta h2 {
  font-size: 1.4rem;
  margin-bottom: 24px;
  color: #222;
}
.cta form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.cta form input[type=text],
.cta form select {
  padding: 10px;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  width: 90%;
  max-width: 300px;
}
.cta form .radio-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  font-size: 0.95rem;
}
.cta form .radio-group label {
  color: #222;
}
.cta form .birth-selects {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta form .birth-selects select {
  width: 90px;
}
.cta form .btn,
.cta form button[type=submit] {
  background: #0d0d0d;
  color: #ffd700;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 0 10px #f6c90e;
  transition: all 0.3s ease;
  display: inline-block;
  max-width: 90%;
  border: none;
}
.cta form .btn:hover,
.cta form button[type=submit]:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #ffd700;
}

/*# sourceMappingURL=main.css.map */
