/* --- ヒーロー画像 --- */
.hero-image {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7c8d7;
  margin-bottom: 32px;
  margin-top: 0;
  overflow: hidden;
  text-align: center;
  padding: 0;
  position: relative;
}
.hero-image img,
.hero-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: 6px solid #fff6fb;
  box-shadow: 0 8px 32px rgba(217,91,150,0.13), 0 2px 8px rgba(255,182,193,0.10);
  background: #fff6fb;
  transition: transform 0.2s, box-shadow 0.2s;
}

/* --- プロフィールセクション --- */
.intro-section {
  margin-bottom: 2em;
  padding: 2rem;
  font-family: 'Yu Gothic UI', 'Hiragino Kaku Gothic ProN', sans-serif;
}
.intro-container.kawaii-profile {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: linear-gradient(120deg, #fff0fa 80%, #ffe4f1 100%);
  border-radius: 2.2rem;
  box-shadow: 0 8px 32px rgba(217,91,150,0.10), 0 2px 8px rgba(255,182,193,0.10);
  padding: 1rem 1rem;
  max-width: 880px;
  margin: 0 auto 1.2em auto;
  border: 2px dashed #f7c8d7;
  position: relative;
  overflow: hidden;
}
.intro-image {
  flex: 0 0 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
.profile-photo-frame {
  position: relative;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.kawaii-profile-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff6fb;
  box-shadow: 0 6px 20px rgba(217,91,150,0.12), 0 2px 6px rgba(255,182,193,0.08);
  background: #fff6fb;
}
.profile-photo-ribbon {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.2rem;
  color: #f7c8d7;
  opacity: 0.7;
  pointer-events: none;
}
.intro-text {
  flex: 1;
  min-width: 0;
  color: #444;
}
.kawaii-title {
  color: #e17ca6;
  font-size: 1.6rem;
  margin-bottom: 0.15em;
  font-family: 'Zen Maru Gothic', 'Yu Gothic', sans-serif;
  text-shadow: 0 2px 8px #fff6fb;
}
.kawaii-lead {
  color: #ba8c63;
  font-size: 1rem;
  margin-bottom: 0.8em;
  font-family: 'Zen Maru Gothic', 'Yu Gothic', sans-serif;
  background: #fff6fb;
  border-radius: 1em;
  padding: 0.5em 0.9em;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(217,91,150,0.08);
}
.kawaii-profile-box {
  margin-top: 1em;
  background: #fff;
  border-radius: 1.2em;
  padding: 1.2em 1em;
  box-shadow: 0 2px 8px rgba(217,91,150,0.08);
  border: 1.5px solid #f7c8d7;
}
.kawaii-icon {
  font-size: 1.2em;
  margin-right: 0.3em;
}
.kawaii-genre-list {
  margin: 1em 0;
}
.kawaii-genre-title {
  font-weight: bold;
  color: #e17ca6;
}
.kawaii-genre {
  display: inline-block;
  background: #fff0fa;
  border-radius: 1em;
  padding: 0.3em 1em;
  margin: 0.2em 0.3em;
  font-size: 0.98em;
  color: #d4776b;
  border: 1px solid #f7c8d7;
}
.kawaii-challenge {
  color: #e17ca6;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}
.kawaii-motto {
  background: #fff6fb;
  border-radius: 1em;
  padding: 0.7em 1.2em;
  margin-top: 1em;
  color: #ba8c63;
  font-size: 1em;
  box-shadow: 0 2px 8px rgba(217,91,150,0.08);
}

/* --- ソーシャルリンク --- */
.social-links {
  background: #fff6fb;
  border: 2px dashed #f7c8d7;
  border-radius: 1.5em;
  box-shadow: 0 2px 8px rgba(217,91,150,0.08);
  padding: 1.5em 1em;
  margin: 2em auto 2em auto;
  max-width: 420px;
  text-align: center;
}
.social-links h2 {
  color: #e17ca6;
  font-size: 1.3em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  align-items: center;
}
.social-links li {
  display: block;
  width: 100%;
  max-width: 360px;
}
.social-links a {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #ffe4f1 60%, #fff0fa 100%);
  color: #d4776b;
  border-radius: 1.2em;
  padding: 0.7em 1em;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.04em;
  box-shadow: 0 2px 8px rgba(217,91,150,0.08);
  transition: background 0.2s, color 0.2s, transform 0.15s;
  border: 1.2px solid #f7c8d7;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.social-links a:hover {
  background: #f7c8d7;
  color: #fff;
  transform: scale(1.07) rotate(-2deg);
  text-decoration: none;
}
.social-links a::before {
  content: "💖";
  margin-right: 0.4em;
  font-size: 1em;
  vertical-align: middle;
}

/* --- お問い合わせ --- */
.contact {
  background: #fff6fb;
  border: 2px dashed #f7c8d7;
  border-radius: 1.5em;
  box-shadow: 0 2px 8px rgba(217,91,150,0.08);
  padding: 1.5em 1em;
  margin: 2em auto 2em auto;
  max-width: 420px;
  text-align: center;
}
.contact h2 {
  color: #e17ca6;
  font-size: 1.3em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.contact p {
  color: #ba8c63;
  font-size: 1em;
  margin-bottom: 0.7em;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 900px) {
  .menu-toggle { 
    display: block;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #444;
  }
  nav.nav_content {
    display: none;
    width: 100%;
    background: #fff0fa;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 16px rgba(217,91,150,0.10);
    z-index: 1000;
    padding: 1em 0;
  }
  nav.nav_content.active { 
    display: block;
  }
  nav ul, .nav_list {
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
    width: 100%;
  }
  nav ul li, .nav_list li {
    width: 100%;
    margin: 0.2em 0;
  }
  nav ul li a, .nav_list li a {
    display: block;
    width: 100%;
    padding: 1em 2em;
    border-radius: 0;
    border-bottom: 1px solid #f7c8d7;
  }
  .intro-container.kawaii-profile {
    flex-direction: column;
    gap: 1.2em;
    padding: 1.2rem 0.5rem;
  }
  .intro-image {
    justify-content: center;
    margin-bottom: 1em;
  }
  .kawaii-profile-img {
    width: 100px;
    height: 100px;
  }
  .hero-image {
    width: 100%;
    height: 400px;
    margin-left: 0;
    transform: none;
    overflow: hidden;
  }
  .hero-image img,
  .hero-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
  }
  .social-links,
  .contact {
    max-width: 98vw;
    padding: 1em 0.5em;
  }
}
