@charset "UTF-8";
/* ============common
=============================================== */
html {
  font-size: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

ul,
ol {
  list-style-type: none;
}

.wrapper {
  margin: 0 auto;
}
.flex {
  display: flex;
}

body {
  margin: 0 auto;
}

.sp-br {
  display: none;
}
@media (max-width: 430px) {
  .sp-br {
    display: block;
  }
}

/* フォント */
.noto-sans-jp-100 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-jp-100 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.noto-serif-jp-400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-700 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* =============  header  ================ */
/* ヘッダー */
#header-sec {
  /* ================= TOP ================= */
}
#header-sec .topHero {
  /* 画像の雰囲気に寄せたパステル背景 */
  --bg1: #bfb7e7;
  /* lavender */
  --bg2: #f29bb0;
  /* pink */
  --bg3: #f4c7a7;
  /* peach */
  --bg4: #aebbe6;
  /* blue */
  --white: rgba(255, 255, 255, 0.92);
  position: relative;
  min-height: clamp(520px, 85vh, 860px);
  display: grid;
  place-items: center;
  overflow: hidden;
  /* 背景：複数ラジアル＋リニアで“にじみ”を作る */
  background: radial-gradient(1100px 700px at 18% 72%, rgba(174, 187, 230, 0.95) 0%, rgba(174, 187, 230, 0) 60%), radial-gradient(980px 620px at 72% 42%, rgba(242, 155, 176, 0.92) 0%, rgba(242, 155, 176, 0) 62%), radial-gradient(900px 560px at 88% 70%, rgba(244, 199, 167, 0.88) 0%, rgba(244, 199, 167, 0) 60%), radial-gradient(820px 520px at 26% 26%, rgba(191, 183, 231, 0.92) 0%, rgba(191, 183, 231, 0) 62%), linear-gradient(135deg, rgba(174, 187, 230, 0.8) 0%, rgba(242, 155, 176, 0.8) 48%, rgba(244, 199, 167, 0.78) 100%);
  /* “フィルム粒子”っぽい質感（擬似ノイズ） */
  /* “もや”の被せ（ふわっとした質感） */
  /* ロゴ */
  /* キャッチ */
  /* 楕円ボタン */
  /* ================= Responsive ================= */
}
#header-sec .topHero::before {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  opacity: 0.22;
  /* 細かな粒を「疑似的に」作る（画像なしで再現） */
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0px, rgba(255, 255, 255, 0.06) 1px, rgba(0, 0, 0, 0.05) 2px, rgba(0, 0, 0, 0.05) 3px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0.045) 2px, rgba(0, 0, 0, 0.045) 3px), radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.22), transparent 55%), radial-gradient(circle at 70% 60%, rgba(0, 0, 0, 0.12), transparent 58%);
  mix-blend-mode: overlay;
  filter: blur(0.4px);
  transform: rotate(-2deg);
}
#header-sec .topHero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(900px 520px at 50% 45%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 0.85;
}
#header-sec .topHero__inner {
  position: relative;
  z-index: 1;
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: clamp(18px, 3vw, 26px);
  padding: clamp(30px, 6vw, 70px) 0;
}
#header-sec .topHero__logoWrap {
  width: min(520px, 78vw);
}
#header-sec .topHero__logo {
  width: 100%;
  height: auto;
  display: block;
  /* 背景の白っぽさに負けないように、ほんの少しだけ */
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.1));
}
#header-sec .topHero__btn {
  display: grid;
  place-items: center;
  width: min(240px, 70vw);
  height: 78px;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
#header-sec .topHero__btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}
#header-sec .topHero__btn:active {
  transform: translateY(0px);
}
#header-sec .topHero__btnText {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.25;
  font-size: 18px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  #header-sec .topHero {
    min-height: 78vh;
  }
  #header-sec .topHero__inner {
    width: min(720px, 100% - 28px);
    gap: 16px;
  }
  #header-sec .topHero__logoWrap {
    width: min(420px, 86vw);
  }
  #header-sec .topHero__btn {
    height: 72px;
    width: min(230px, 78vw);
  }
  #header-sec .topHero__btnText {
    font-size: 17px;
  }
}

/* =============  main  ================ */
/* =============  hero-section  ================ */
/* ヒーローセクション */
/* ================= Audition 01 Section ================= */
.audition01 {
  --bg: #f6d8d9;
  --text: #2b2b2b;
  --accent: #f07aa8;
  background: var(--bg);
  color: var(--text);
  padding: clamp(32px, 5vw, 72px) 0;
  /* ---------- Left ---------- */
  /* 写真：忠実再現（グレー背景＋余白＋正方形） */
  /* ---------- Right ---------- */
  /* 見出し：点線＋中央テキスト（忠実再現） */
  /* ---------- Responsive ---------- */
}
.audition01__inner {
  width: min(1100px, 100% - 48px);
  margin: 0 auto;
  display: flex;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.audition01__left {
  flex: 0 0 44%;
  text-align: center;
}
.audition01__role {
  margin: 0 0 6px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--accent);
  font-weight: 600;
}
.audition01__name {
  margin: 0 0 20px;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.audition01__photo {
  margin: 0 auto 16px;
  width: min(280px, 100%);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audition01__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.audition01__profile {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.audition01__profile p {
  margin: 0;
}
.audition01__right {
  flex: 1;
}
.audition01__rightHead {
  text-align: center;
  margin-bottom: 18px;
}
.audition01__rightLine {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.45) 0 3px, transparent 3px 7px);
}
.audition01__hello {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.audition01__message {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 2;
  letter-spacing: 0.03em;
}
.audition01__message p {
  margin: 0 0 16px;
}
.audition01__em {
  font-weight: 700;
}
.audition01__end {
  font-weight: 700;
}
.audition01__br {
  display: none;
}
@media (max-width: 768px) {
  .audition01__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .audition01__br {
    display: inline;
  }
  .audition01__photo {
    padding: 14px;
  }
}

/* ================= オーディション02 ================= */
.audition02 {
  --pink: #f07aa8;
  --text: #111;
  background: #fff;
  color: var(--text);
  padding: clamp(44px, 7vw, 110px) 0;
  /* 左：テキスト */
  /* 右：人物画像（差し込み枠） */
  /* ================= Responsive ================= */
}
.audition02__inner {
  width: min(1200px, 100% - 64px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audition02__content {
  flex: 1;
  min-width: 0;
  max-width: 560px;
}
.audition02__title {
  margin: 0 0 clamp(26px, 5vw, 60px);
  color: var(--pink);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.05;
  /* 画像の雰囲気に寄せて：明朝寄り */
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.audition02__list {
  margin: 0;
  padding-left: 1.15em;
  /* ●の外側余白 */
  display: grid;
  gap: 26px;
  list-style: disc;
}
.audition02__item {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(16px, 1.35vw, 17px);
  line-height: 1.8;
  /* ●のサイズ・位置を整える */
}
.audition02__item::marker {
  font-size: 0.85em;
}
.audition02__itemMain {
  display: block;
  font-weight: 600;
}
.audition02__itemSub {
  display: block;
  margin-top: 6px;
  font-size: 0.9em;
  font-weight: 500;
}
.audition02__photo {
  flex: 0 0 auto;
  width: min(380px, 34%);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audition02__photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .audition02__inner {
    width: min(900px, 100% - 40px);
    gap: 28px;
  }
  .audition02__photo {
    width: min(320px, 38%);
  }
}
@media (max-width: 768px) {
  .audition02 {
    padding: 50px 0px;
  }
  .audition02__inner {
    flex-direction: column;
    /* 上：左（テキスト） 下：右（画像） */
    align-items: stretch;
    gap: 26px;
    width: min(720px, 100% - 28px);
  }
  .audition02__title {
    margin-bottom: 26px;
    font-size: clamp(40px, 12vw, 64px);
  }
  .audition02__list {
    gap: 18px;
  }
  .audition02__item {
    font-size: 18px;
    line-height: 1.9;
  }
  .audition02__photo {
    width: min(320px, 100%);
    margin: 10px auto 0;
  }
  .audition02 .audition02__inner {
    flex-direction: column;
  }
}
@media (max-width: 468px) {
  .audition02__inner {
    flex-direction: column;
    /* 上：左（テキスト） 下：右（画像） */
    align-items: center;
  }
  .audition02__item {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.6;
    /* ●のサイズ・位置を整える */
  }
  .audition02__item::marker {
    font-size: 0.8em;
  }
}
.audition02 .is-hidden {
  display: none;
}

/* ================= オーディション03 ================= */
.audition03 {
  --white: #ffffff;
  --line: #a87456;
  /* 茶色の枠線 */
  --pink: #ef74a9;
  /* 最終選考 */
  --blue: #aebbe6;
  /* デビュー */
  --text: #111;
  /* 背景グラデ（画像の雰囲気） */
  background: linear-gradient(180deg, #7fa9ff 0%, #b5a8f0 52%, #ffb6c9 100%);
  padding: clamp(28px, 4vw, 44px) 0;
  color: var(--text);
  overflow: hidden;
  /* ---------- Left：応募期間 ---------- */
  /* ---------- Center：timeline ---------- */
  /* 白いバー */
  /* 3カラム風に見えるよう横幅目安を固定 */
  /* 下向き三角（黒） */
  /* ---------- Final（ピンク帯） ---------- */
  /* ---------- Debut（青帯） ---------- */
  /* ---------- Right：人物画像（差し替え枠） ---------- */
  /* ================= Responsive ================= */
  /* 文字が詰まる前に少し崩す */
  /* スマホ：縦並び（左→上、中央→下、人物→さらに下） */
}
.audition03__inner {
  width: min(1240px, 100% - 48px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr 240px;
  /* 左 / 中央 / 右(人物) */
  gap: clamp(16px, 3vw, 34px);
  align-items: start;
}
.audition03__period {
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  line-height: 1.1;
  padding-top: 10px;
}
.audition03__periodLabel {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.audition03__periodDate {
  margin: 0;
  font-size: 34px;
  letter-spacing: 0.03em;
}
.audition03__periodTilde {
  margin: 10px 0;
  font-size: 26px;
}
.audition03__timeline {
  min-width: 0;
}
.audition03__step {
  margin-bottom: 18px;
}
.audition03__bar {
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: clamp(14px, 1.25vw, 20px);
  white-space: nowrap;
}
.audition03__barSep {
  opacity: 0.8;
}
.audition03__barCol--w1 {
  width: 110px;
  text-align: center;
}
.audition03__barCol--w2 {
  width: 190px;
  text-align: center;
}
.audition03__barCol--w3 {
  width: 320px;
  text-align: center;
}
.audition03__arrow {
  width: 0;
  height: 0;
  margin: 10px auto 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 18px solid #000;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
}
.audition03__step--last {
  margin-bottom: 26px;
}
.audition03__finalWrap {
  margin: 8px 0 18px;
  text-align: center;
}
.audition03__finalArrow {
  width: 0;
  height: 0;
  margin: 0 auto 10px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 20px solid #000;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
}
.audition03__finalArrow--bottom {
  margin: 10px auto 0;
}
.audition03__final {
  background: var(--pink);
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: clamp(22px, 2.2vw, 38px);
  padding: 18px 16px;
  border-radius: 22px;
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.audition03__debut {
  background: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 18px;
  padding: 18px 16px;
  border: 2px solid rgba(0, 0, 0, 0.18);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.audition03__debutLine {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.35;
}
.audition03__debutLine:first-child {
  margin-bottom: 6px;
}
.audition03__photo {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.audition03__photo img {
  width: min(220px, 100%);
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 980px) {
  .audition03__inner {
    grid-template-columns: 160px 1fr;
    grid-template-rows: auto auto;
  }
  .audition03__photo {
    grid-column: 1/-1;
    justify-content: flex-end;
    margin-top: 6px;
  }
  .audition03__photo img {
    width: min(200px, 100%);
  }
  .audition03__barCol--w3 {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .audition03 {
    padding: 26px 0;
  }
  .audition03__inner {
    width: min(720px, 100% - 28px);
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .audition03__period {
    text-align: left;
    padding-top: 0;
  }
  .audition03__periodLabel {
    font-size: 18px;
  }
  .audition03__periodDate {
    font-size: 30px;
  }
  .audition03__periodTilde {
    font-size: 22px;
    margin: 8px 0;
  }
  .audition03__bar {
    padding: 12px 14px;
    font-size: 14px;
    gap: 10px;
    flex-wrap: wrap;
    /* 小さい画面は折り返し */
    white-space: normal;
    text-align: center;
  }
  .audition03__barCol--w1, .audition03__barCol--w2, .audition03__barCol--w3 {
    width: auto;
  }
  .audition03__arrow {
    border-left-width: 20px;
    border-right-width: 20px;
    border-top-width: 16px;
  }
  .audition03__final {
    font-size: 22px;
    padding: 16px 14px;
  }
  .audition03__debutLine {
    font-size: 18px;
  }
  .audition03__photo {
    justify-content: center;
  }
  .audition03__photo img {
    width: min(220px, 100%);
  }
}
@media (max-width: 468px) {
  .audition03__period {
    text-align: center;
    padding: 10px 0 20px;
  }
}

/* ================= オーディション04（Contact） ================= */
.audition04 {
  --bg: #f6d8d9;
  --pink: #f07aa8;
  --text: #111;
  background: var(--bg);
  color: var(--text);
  padding: clamp(44px, 7vw, 110px) 0;
  /* 左：テキスト＋ボタン */
  /* ボタン2つ */
  /* 右：人物画像（差し替え枠） */
  /* ================= Responsive ================= */
  /* スマホ：中央寄せ（画像と同じ雰囲気） */
}
.audition04__inner {
  width: min(1200px, 100% - 64px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(28px, 5vw, 80px);
}
.audition04__content {
  flex: 1;
  min-width: 0;
  max-width: 640px;
}
.audition04__title {
  margin: 0 0 clamp(18px, 4vw, 34px);
  color: var(--pink);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: clamp(44px, 6vw, 86px);
  /* 画像のContact感 */
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.audition04__text {
  margin: 0 0 clamp(26px, 4vw, 44px);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(16px, 1.35vw, 17px);
  /* ←02基準 */
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.audition04__actions {
  display: grid;
  gap: 22px;
  justify-items: start;
  /* PCは左寄せ */
}
.audition04__btn {
  display: grid;
  place-items: center;
  width: min(520px, 100%);
  height: 86px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  /* 画像はほぼ影なしなので控えめに */
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease, background 0.15s ease;
}
.audition04__btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}
.audition04__photo {
  flex: 0 0 auto;
  width: min(360px, 34%);
  margin: 0;
  display: flex;
  justify-content: center;
}
.audition04__photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .audition04__inner {
    width: min(900px, 100% - 40px);
    gap: 28px;
  }
  .audition04__photo {
    width: min(300px, 40%);
  }
  .audition04__btn {
    height: 78px;
  }
}
@media (max-width: 768px) {
  .audition04 {
    padding: 44px 0;
  }
  .audition04__inner {
    width: min(720px, 100% - 28px);
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
  .audition04__content {
    max-width: none;
    text-align: center;
  }
  .audition04__actions {
    justify-items: center;
    /* ボタン中央 */
  }
  .audition04__btn {
    width: min(520px, 92%);
    height: 80px;
  }
  .audition04__photo {
    width: min(320px, 100%);
    margin: 6px auto 0;
  }
}

/* ================= オーディション05（注意事項） ================= */
.audition05 {
  --pink: #f07aa8;
  --text: #111;
  background: #fff;
  color: var(--text);
  padding: clamp(44px, 7vw, 110px) 0;
  /* 左：テキスト */
  /* 見出し：画像の雰囲気（大きめ・明朝・ピンク） */
  /* 本文：02に合わせる */
  /* 右：人物画像（差し替え枠） */
  /* ================= Responsive ================= */
  /* スマホ：上＝テキスト、下＝画像 */
}
.audition05__inner {
  width: min(1200px, 100% - 64px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(28px, 5vw, 80px);
}
.audition05__content {
  flex: 1;
  min-width: 0;
  max-width: 580px;
  /* 長文が横に伸びすぎないように */
}
.audition05__title {
  margin: 0 0 clamp(26px, 5vw, 60px);
  color: var(--pink);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(34px, 5vw, 64px);
  /* 02のトーンに近い範囲で大きめ */
  line-height: 1.05;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.audition05__notes {
  display: grid;
  gap: 34px;
  /* 画像のように行間を広めに */
}
.audition05__note {
  margin: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(16px, 1.35vw, 17px);
  /* ← 02基準 */
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.audition05__photo {
  flex: 0 0 auto;
  width: min(360px, 34%);
  margin: 0;
  display: flex;
  justify-content: center;
}
.audition05__photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .audition05__inner {
    width: min(900px, 100% - 40px);
    gap: 28px;
  }
  .audition05__photo {
    width: min(320px, 40%);
  }
}
@media (max-width: 768px) {
  .audition05 {
    padding: 40px 0;
  }
  .audition05__inner {
    width: min(720px, 100% - 28px);
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
  .audition05__content {
    max-width: none;
  }
  .audition05__title {
    margin-bottom: 22px;
    font-size: clamp(30px, 9vw, 48px);
  }
  .audition05__notes {
    gap: 22px;
  }
  .audition05__photo {
    width: min(320px, 100%);
    margin: 6px auto 0;
  }
}
@media (max-width: 468px) {
  .audition05__inner {
    flex-direction: column;
    /* 上：左（テキスト） 下：右（画像） */
    align-items: center;
  }
  .audition05__note {
    font-size: clamp(14px, 1.2vw, 16px);
  }
}

/* =============  section2  ================ */
#section2 {
  padding: 100px 20px;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
  /* background-image: url(../img/top-bgi.png); */
  background-size: cover;
}
@media (max-width: 768px) {
  #section2 {
    padding: 60px 20px;
  }
}
#section2 .sec2-h2-area {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
#section2 .sec2-h2-area h2 {
  font-size: 32px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #section2 .sec2-h2-area h2 {
    font-size: 26px;
  }
}
#section2 .sec2-h2-area h3 {
  font-size: clamp(40px, 6vw, 80px);
  color: rgb(240, 240, 240);
  font-family: serif;
  position: absolute;
  top: -50%;
  right: 45%;
  transform: translate(50%, -50%);
  text-shadow: 1px 2px 3px rgba(212, 210, 210, 0.6);
  z-index: 1;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #section2 .sec2-h2-area h3 {
    right: 20%;
  }
}
#section2 .sec2-main-area {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  gap: 30px;
}
@media (max-width: 768px) {
  #section2 .sec2-main-area {
    flex-direction: column;
    align-items: center;
  }
}
#section2 .sec2-item {
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #section2 .sec2-item {
    max-width: 370px;
    width: 85%;
    margin-bottom: 40px;
  }
}
#section2 .sec2-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}
#section2 .sec2-item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: rgb(51, 51, 51);
  display: flex;
  justify-content: center;
  align-items: center;
}
#section2 .sec2-item h4::before, #section2 .sec2-item h4::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgb(0, 0, 0);
  margin: 0 10px;
}
#section2 .sec2-item p {
  font-size: 14px;
  line-height: 1.8;
  color: rgb(80, 80, 80);
  text-align: left;
}
#section2 .sec2-text {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
#section2 .sec2-text p {
  font-size: 18px;
  line-height: 1.8;
  color: rgb(0, 0, 0);
}
@media (max-width: 600px) {
  #section2 .sec2-text p {
    font-size: 16px;
    text-align: left;
  }
}

/* ================= オーディション06 ================= */
.audition06 {
  position: relative;
  overflow: hidden;
  /* 背景：2枚目の画像を使用（パスは環境に合わせて変更） */
  background-image: url("../img/audition06-bgi.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* 1枚目のような横長バナー */
  min-height: clamp(140px, 18vw, 260px);
  /* 下に文字を置く */
  display: grid;
  align-items: end;
  /* 余白（左下の位置調整） */
  /* 左下の白文字 */
  /* ほんの少しだけ“白っぽさ”を足して画像の雰囲気に寄せる（不要なら削除OK） */
  /* ================= Responsive ================= */
}
.audition06__inner {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  padding: clamp(18px, 2.6vw, 34px) 0;
}
.audition06__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 2vw, 22px);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.16);
}
.audition06::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 768px) {
  .audition06 {
    min-height: 160px;
  }
  .audition06__inner {
    width: min(720px, 100% - 28px);
    padding: 18px 0;
  }
  .audition06__copy {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}

/* ================= footer ================= */
.siteFooter {
  background: #fff;
  color: #111;
  padding: clamp(36px, 5vw, 76px) 0;
  /* 全体の幅を“少し狭める” */
  /* ロゴ */
  /* SNS */
  /* 情報：中央配置（幅も狭く） */
  /* PC見た目（2列）をスマホでも維持 */
  /* コピーライト */
  /* ================= Responsive ================= */
}
.siteFooter__inner {
  width: min(640px, 100% - 40px); /* ← ここで狭く */
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}
.siteFooter__logoWrap {
  display: grid;
  justify-items: center;
  gap: 12px;
}
.siteFooter__logo {
  width: min(160px, 48vw);
  height: auto;
  display: block;
}
.siteFooter__social {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.siteFooter__socialBtn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  transition: transform 0.15s ease, background 0.15s ease;
}
.siteFooter__socialBtn svg {
  width: 22px;
  height: 22px;
  fill: #111;
  opacity: 0.9;
}
.siteFooter__socialBtn:hover {
  transform: translateY(-1px);
  background: rgba(0, 0, 0, 0.03);
}
.siteFooter__info {
  margin: 0;
  width: 100%;
  max-width: 520px; /* ← ここでさらに締める */
  display: grid;
  gap: 16px;
  margin-inline: auto;
}
.siteFooter__row {
  display: grid;
  grid-template-columns: clamp(64px, 18vw, 90px) 1fr; /* ← SPで潰れない可変幅 */
  gap: 16px;
  justify-content: center;
  text-align: left;
  align-items: start;
}
.siteFooter__term {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.06em;
  font-weight: 600;
  white-space: nowrap; /* ← ラベルは折り返さない */
}
.siteFooter__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.siteFooter__copyright {
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (max-width: 768px) {
  .siteFooter {
    /* SPでも “PCの見た目” を維持（1カラムにしない） */
  }
  .siteFooter__inner {
    width: min(640px, 100% - 28px); /* 余白だけ調整 */
    gap: 20px;
  }
  .siteFooter__logo {
    width: min(150px, 52vw);
  }
  .siteFooter__term {
    font-size: 13px;
  }
  .siteFooter__desc {
    font-size: 14px;
  }
}

.fixed-contact-btn {
  /* 固定配置の設定 */
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 9999;
  /* ボタンの見た目 */
  width: 110px;
  height: 110px;
  background-color: #eceaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  border: 1px solid #bcbcbc;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* Safari/LINEのガタつき対策: GPUを使用させる */
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 3px 3px 7px -2px #7e7e7e, 3px 3px 8px rgba(255, 255, 255, 0.9) inset;
  /* ホバー・タップ時の挙動 */
  /* スマホ版設定 */
}
.fixed-contact-btn .btn-text {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  /* JSでの回転を滑らかにする設定 */
  will-change: transform;
  transition: none;
}
.fixed-contact-btn:hover {
  background-color: #e0e0e0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -3px, 0);
}
@media (max-width: 768px) {
  .fixed-contact-btn {
    width: 90px;
    height: 90px;
    bottom: 26px;
    right: 20px;
  }
  .fixed-contact-btn .btn-text {
    display: block;
    will-change: transform;
    font-size: 10px;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  /* 読み込み完了後にJSで付与するクラス */
}
#loader.loaded {
  opacity: 0;
  visibility: hidden;
}
#loader .loader-logo {
  width: 200px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-animation: fadeInUp 1.2s ease forwards;
          animation: fadeInUp 1.2s ease forwards;
}
#loader .loader-logo img {
  width: 100%;
  height: auto;
}

/* ロゴのアニメーション定義 */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ローディング中、背後のコンテンツをスクロールさせない設定 */
body.is-loading {
  overflow: hidden;
}

/* ファーストビューのテキスト */
.hero-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1.2s ease;
}
.hero-text.start-anime {
  opacity: 1;
  transform: translateY(0);
}
.hero-text.start-anime .hero-title {
  -webkit-animation: shineText 1.5s ease forwards 0.6s;
          animation: shineText 1.5s ease forwards 0.6s;
}
.hero-text .hero-title {
  position: relative;
  display: inline-block;
  color: #e0e0e0;
  background: linear-gradient(120deg, #333 0%, #272626 40%, #e7e7e7 50%, #363736 60%, #dbdbdb 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* キラッと光り、最終的な色に変わるアニメーション */
@-webkit-keyframes shineText {
  0% {
    background-position: 200% center;
  }
  50% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
    /* 最終的な文字色をここで指定（例：少しリッチなゴールドや濃いグレーなど） */
    -webkit-text-fill-color: rgba(84, 84, 79, 0.7);
    filter: drop-shadow(2px 2px 2px rgba(155, 155, 155, 0.5));
  }
}
@keyframes shineText {
  0% {
    background-position: 200% center;
  }
  50% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
    /* 最終的な文字色をここで指定（例：少しリッチなゴールドや濃いグレーなど） */
    -webkit-text-fill-color: rgba(84, 84, 79, 0.7);
    filter: drop-shadow(2px 2px 2px rgba(155, 155, 155, 0.5));
  }
}
/* ---------------------------------- */
/* 1. アニメーション定義 (Fade In Up) */
/* ---------------------------------- */
@-webkit-keyframes fadeInUpScroll {
  0% {
    opacity: 0;
    transform: translateY(50px); /* 50px下から浮き上がる */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpScroll {
  0% {
    opacity: 0;
    transform: translateY(50px); /* 50px下から浮き上がる */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------------------------------- */
/* 2. 汎用クラスのスタイル設定 */
/* ---------------------------------- */
.fade-in-up {
  opacity: 0; /* 初期状態は透明 */
  transform: translateY(50px);
  transition: none; /* JSで管理するためCSSのtransitionは無効 */
  will-change: opacity, transform; /* パフォーマンス向上 */
}

/* 画面内に入ったときにJSが付与するクラス */
.fade-in-up.is-visible {
  -webkit-animation: fadeInUpScroll 1s ease forwards;
          animation: fadeInUpScroll 1s ease forwards; /* 1秒かけてアニメーション */
}

/* 複数の要素を連続でアニメーションさせたい場合の遅延設定 */
.fade-in-up.delay-200 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.fade-in-up.delay-400 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.fade-in-up.delay-600 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
/*# sourceMappingURL=style.css.map */