/* =========================================
   超アイドルアワード2026 - style.css
   ========================================= */

/* Reset / Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "M PLUS Rounded 1c", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", Meiryo, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(255, 105, 180, 0.45);
  outline-offset: 3px;
  border-radius: 10px;
}

.site-wrapper {
  width: 100%;
}

/* Layout helpers */
.section-block {
  padding: 44px 16px;
}

@media (min-width: 768px) {
  .section-block {
    padding: 72px 24px;
  }
}

.section-block > * {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.hero {
  padding: 22px 16px 10px;
}

.hero-kv-image {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-kv-image img {
  width: min(640px, 92vw);
  height: auto;
}

/* Section titles (ABOUT / 二次審査 / アンバサダー etc) */
.section-title {
  margin: 0 auto 18px;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 22px;
  }
}

/* =========================================
   超アイドルアワードとは（Intro）
   - 背景をシンプルに
   - 文字をセンタリング
   ========================================= */
.award-intro {
  padding: 28px 16px 10px;
}

.award-intro-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 18px;
  background: #ffffff;              /* ← シンプル背景 */
  border: 1px solid #ececec;        /* ← さりげない区切り */
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  text-align: center;               /* ← センタリング */
}

.award-intro-title {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #ff5aa6;
  text-align: center;               /* ← 念のため */
}

.award-intro-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  text-align: center;               /* ← センタリング */
}

@media (min-width: 768px) {
  .award-intro {
    padding: 40px 24px 10px;
  }

  .award-intro-inner {
    padding: 40px 28px;
    border-radius: 26px;
  }

  .award-intro-title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .award-intro-text {
    font-size: 18px;
  }
}

/* ABOUT */
.about-section .section-title {
  text-align: center;
}

.about-grid {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}

.about-column {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
  .about-column {
    padding: 22px 20px;
    border-radius: 20px;
  }
}

.about-label {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: #ff5aa6;
  text-align: center;
  letter-spacing: 0.04em;
}

.about-list {
  margin: 0;
  padding-left: 1.2em;
}

.about-list li {
  margin: 10px 0;
  color: #111;
  font-weight: 500;
}

.about-subblock .about-text {
  margin: 12px 0 0;
  color: #111;
  font-weight: 500;
}

.about-text strong {
  font-weight: 800;
}

/* Fan section */
.fan-topic {
  margin-top: 12px;
}

.fan-topic-header {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-bottom: 14px;
}

.fan-topic-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 90, 166, 0.12);
  color: #ff5aa6;
  font-weight: 800;
  font-size: 13px;
}

.fan-topic-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.fan-topic-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 900px) {
  .fan-topic-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

.fan-topic-box {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.fan-topic-box-title {
  font-weight: 800;
  margin-bottom: 8px;
  color: #ff5aa6;
  text-align: center;
}

.hashtag {
  display: inline-block;
  margin: 2px 6px 2px 0;
  padding: 2px 10px;
  border-radius: 999px;
  background: #f6f6f6;
  border: 1px solid #eee;
  font-weight: 700;
}

.fan-strong {
  font-weight: 900;
  color: #ff5aa6;
}

.fan-rules {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.fan-rules li {
  border: 1px solid #eee;
  background: #fafafa;
  border-radius: 14px;
  padding: 10px 12px;
  display: grid;
  gap: 2px;
}

.rule-rank {
  font-weight: 900;
}

.rule-desc {
  color: #333;
  font-weight: 500;
}

.fan-note {
  margin: 10px 0 0;
  color: #666;
  font-size: 13px;
}

/* Ambassadors */
.ambassadors .section-title {
  text-align: center;
}

.amb-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .amb-list {
    grid-template-columns: 240px 240px;
    justify-content: center;
    gap: 20px;
  }
}

.amb-item {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 12px 12px 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.amb-photo-wrap {
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f5;
}

.amb-photo-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.amb-name {
  margin: 10px 0 0;
  font-weight: 900;
}

.amb-comment {
  margin: 16px auto 0;
  max-width: 800px;
  text-align: center;
  font-weight: 600;
  color: #333;
}

/* Entry list */
.entry-list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 768px) {
  .entry-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (min-width: 1100px) {
  .entry-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

.entry-card {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.entry-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.entry-card-img-wrap {
  background: #f5f5f5;
}

.entry-card-img-wrap img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.entry-card-body {
  padding: 10px 12px 12px;
  display: grid;
  gap: 4px;
  text-align: center;
}

.entry-name {
  font-weight: 900;
  font-size: 20px;
}

.entry-group {
  font-weight: 700;
  font-size: 16px;
  color: #555;
}

.entry-tiktok {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.entry-tiktok img {
  width: 120px;
  height: 50px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid #e9e9e9;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.btn-secondary {
  background: #111;
  color: #fff;
  border-color: #111;
}

.entry-list-back {
  margin-top: 18px;
  text-align: center;
}

/* Notes */
.notes-box {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.notes-list {
  margin: 0;
  padding-left: 1.2em;
  color: #333;
  font-weight: 500;
}

.notes-list li {
  margin: 8px 0;
}

/* Footer */
.site-footer {
  padding: 34px 16px;
  border-top: 1px solid #efefef;
  background: #fff;
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.footer-title {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.footer-org {
  display: grid;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
}

/* ロゴの上に＜運営会社＞を表示（HTMLを触らなくてもOK） */
.footer-org::before {
  content: "＜運営会社＞";
  display: block;
  font-weight: 900;
  font-size: 13px;
  color: #555;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.footer-org-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid #ededed;
  border-radius: 16px;
  background: #fff;
}

.footer-org-item img {
  width: auto;
  max-height: 40px; /* mobile default */
  object-fit: contain;
}

/* PCでロゴを見やすく（大きめに） */
@media (min-width: 768px) {
  .footer-org {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 16px;
  }

  .footer-org-item {
    padding: 12px 18px;
    border-radius: 18px;
  }

  .footer-org-item img {
    max-height: 54px; /* ← 視認性UP */
  }
}

.footer-copy {
  color: #888;
  font-size: 12px;
  font-weight: 600;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .entry-card,
  .btn {
    transition: none;
  }
}

.entry-card-img-link[href="entry/006.html"] img,
.entry-card-img-link[href="entry/007.html"] img,
.entry-card-img-link[href="entry/011.html"] img,
.entry-card-img-link[href="entry/012.html"] img,
.entry-card-img-link[href="entry/014.html"] img,
.entry-card-img-link[href="entry/016.html"] img,
.entry-card-img-link[href="entry/017.html"] img,
.entry-card-img-link[href="entry/019.html"] img,
.entry-card-img-link[href="entry/042.html"] img,
.entry-card-img-link[href="entry/052.html"] img,
.entry-card-img-link[href="entry/058.html"] img,
.entry-card-img-link[href="entry/062.html"] img,
.entry-card-img-link[href="entry/069.html"] img{
  object-position: 50% 45%;
}

@media (min-width: 1024px){
  .entry-card-img-link[href="entry/006.html"] img,
  .entry-card-img-link[href="entry/007.html"] img,
  .entry-card-img-link[href="entry/011.html"] img,
  .entry-card-img-link[href="entry/012.html"] img,
  .entry-card-img-link[href="entry/014.html"] img,
  .entry-card-img-link[href="entry/016.html"] img,
  .entry-card-img-link[href="entry/017.html"] img,
  .entry-card-img-link[href="entry/019.html"] img,
  .entry-card-img-link[href="entry/042.html"] img,
  .entry-card-img-link[href="entry/052.html"] img,
  .entry-card-img-link[href="entry/058.html"] img,
  .entry-card-img-link[href="entry/062.html"] img,
  .entry-card-img-link[href="entry/069.html"] img{
    object-position: 50% 48%;
  }
}

/* 058 AYA（MAGICAL SPEC） */
.entry-card-img-wrap img[src*="058_AYA"]{
  object-position: 50% 25%;
}
.entry-card-img-wrap img[src*="006_takasaki-hana"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="007_triangle-oto"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="011_HINANO"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="012_YURI"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="014_tsuji-niina"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="016_usami-sora"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="017_yamamoto-hana"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="019_yuki-natsu"]{ object-position: 50% 40%; }
.entry-card-img-wrap img[src*="042_hoshimiya-yurika"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="052_sena-reika"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="062_atago-koko"]{ object-position: 50% 18%; }
.entry-card-img-wrap img[src*="069_nakahata-rina"]{ object-position: 50% 18%; }

/* =========================
   二次審査：結果画像表示
   ========================= */
.results-section .results-image-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.results-section .results-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}