.yl-page {
  overflow: hidden;
  color: #fff;
  background: #07111e;
}

.yl-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.yl-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7,17,30,.96), rgba(7,17,30,.45)),
    url("http://youfo.or.jp/wp-content/uploads/2026/02/160025-18-9ec9f2ae7192369a8b74c9ce7cbd1812-3900x2600-1.webp") center/cover no-repeat;
}

.yl-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 35%, rgba(0,230,118,.22), transparent 32%);
}

.yl-hero__inner {
  position: relative;
  z-index: 2;
}

.yl-eyebrow {
  margin: 0 0 18px;
  color: #00e676;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.yl-eyebrow--dark {
  color: #0b1f3a;
}

.yl-hero h1,
.yl-section h2,
.yl-vitality h2,
.yl-score h2,
.yl-final-cta h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: .02em;
}

.yl-hero h1 {
  font-size: clamp(42px, 5vw, 72px);
}

.yl-hero__lead {
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}

.yl-hero__buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.yl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 58px;
  padding: 0 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  transition: transform .25s ease, opacity .25s ease;
}

.yl-btn:hover {
  transform: translateY(-3px);
  opacity: .9;
}

.yl-btn--red {
  background: linear-gradient(135deg, #e53935, #b80000);
}

.yl-btn--green {
  background: linear-gradient(135deg, #43a047, #0b7d2b);
}

.yl-section {
  padding: 100px 0;
}

.yl-section--dark {
  background: linear-gradient(135deg, #07111e, #0b1f3a);
}

.yl-section--light {
  color: #111;
  background: #fff;
}

.yl-grid {
  display: grid;
  gap: 80px;
  align-items: center;
}

.yl-grid--2 {
  grid-template-columns: 1fr 1fr;
}

.yl-section h2,
.yl-vitality h2,
.yl-score h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.yl-section p,
.yl-vitality p {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.9;
}

.yl-center {
  text-align: center;
}

.yl-ring {
  position: relative;
  width: 420px;
  height: 420px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(
    #e53935 0deg 216deg,
    #1e88e5 216deg 288deg,
    #43a047 288deg 360deg
  );
}

.yl-ring::after {
  content: "";
  position: absolute;
  inset: 70px;
  border-radius: 50%;
  background: #0b1f3a;
}

/* 中央 */
.yl-ring__center {
  position: absolute;
  inset: 120px;
  display: grid;
  place-content: center;
  text-align: center;
  z-index: 2;
}

.yl-ring__center strong {
  font-size: 64px;
}

.yl-ring__center span {
  font-size: 14px;
}

/* ラベル共通 */
.yl-ring__label {
  position: absolute;
  z-index: 3;
  font-weight: 900;
  font-size: 18px;
  white-space: nowrap;
}

/* ===== 競技（右） ===== */
.yl-ring__label--red {
  top: 55%;
  right: -155px;
  transform: translateY(-50%);
  color: #ff4b4b;
}

.yl-ring__label--red::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  width: 70px;
  height: 2px;
  background: #ff4b4b;
}

/* ===== 普及（左下） ===== */
.yl-ring__label--blue {
  bottom: 150px;
  left: -150px;
  color: #4aa3ff;
}

.yl-ring__label--blue::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 50%;
  width: 70px;
  height: 2px;
  background: #4aa3ff;
}

/* ===== 健康（左上） ===== */
.yl-ring__label--green {
  top: 30px;
  left: -70px;
  color: #64dd17;
}

.yl-ring__label--green::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 50%;
  width: 70px;
  height: 2px;
  background: #64dd17;
}

.yl-vitality {
  padding: 120px 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(0,230,118,.35), transparent 34%),
    linear-gradient(135deg, #04140c, #07111e 60%, #0b1f3a);
}

.yl-phone {
  width: 320px;
  min-height: 620px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  background: linear-gradient(180deg, #0c0c0c, #151515);
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.yl-phone__top {
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
}

.yl-phone__circle {
  width: 210px;
  height: 210px;
  margin: 0 auto 30px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 12px solid #43a047;
  border-radius: 50%;
  box-shadow: 0 0 36px rgba(0,230,118,.4);
}

.yl-phone__circle strong {
  font-size: 52px;
}

.yl-phone__circle span {
  font-size: 13px;
  color: #cfcfcf;
}

.yl-phone__row {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  font-size: 14px;
}

.yl-phone__bar {
  height: 8px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 20px;
  background: #333;
}

.yl-phone__bar span {
  display: block;
  height: 100%;
  background: #00e676;
}

.yl-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.yl-flow div {
  padding: 22px 14px;
  border: 1px solid rgba(0,230,118,.35);
  border-radius: 14px;
  text-align: center;
  font-weight: 800;
  background: rgba(255,255,255,.06);
}

.yl-point-card {
  width: 260px;
  margin-top: 28px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
}

.yl-point-card span,
.yl-point-card small {
  display: block;
}

.yl-point-card strong {
  display: block;
  margin: 12px 0;
  font-size: 52px;
  color: #fff;
}

.yl-timeline {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 46px;
}

.yl-time-card {
  padding: 28px;
  border: 1px solid #e53935;
  border-radius: 16px;
  text-align: center;
  background: #fff8f8;
}

.yl-time-card span {
  color: #e53935;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .1em;
}

.yl-time-card h3 {
  margin: 10px 0;
  color: #0b1f3a;
  font-size: 24px;
}

.yl-time-card p {
  margin: 0;
  line-height: 1.6;
}

.yl-time-card--cs {
  border-color: #43a047;
  background: #f5fff8;
}

.yl-time-card--cs span {
  color: #43a047;
}

.yl-time-arrow {
  color: #0b1f3a;
  font-size: 30px;
  font-weight: 900;
}

.yl-score {
  padding: 90px 0;
  background: #07111e;
}

.yl-score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.yl-score-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}

.yl-rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  display: grid;
  place-content: center;
  border-radius: 18px 0 18px 0;
  background: #f6c343;
  color: #111;
  font-weight: 900;
  font-size: 24px;
}

.yl-score-card h3 {
  margin: 36px 0 20px;
  font-size: 22px;
}

.yl-score-card p {
  display: flex;
  justify-content: space-between;
  margin: 9px 0;
}

.yl-score-card strong {
  display: block;
  margin-top: 18px;
  color: #f6c343;
  font-size: 28px;
}

.red { color: #ff5252; }
.blue { color: #42a5f5; }
.green { color: #66bb6a; }

.yl-entry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 42px;
}

.yl-entry-card {
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ddd;
}

.yl-entry-card h3 {
  margin: 0;
  font-size: 28px;
}

.yl-entry-card--team {
  border-color: #e53935;
  background: #fff7f7;
}

.yl-entry-card--player {
  border-color: #43a047;
  background: #f5fff8;
}

.yl-info {
  padding-top: 0;
}

.yl-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 1px solid #ddd;
  padding-top: 44px;
}

.yl-info-grid h3 {
  margin: 0 0 10px;
}

.yl-info-grid p {
  margin: 0;
  line-height: 1.7;
}

.yl-docs {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.yl-docs a {
  display: block;
  padding: 18px 20px;
  border-radius: 12px;
  background: #f4f6f8;
  color: #0b1f3a;
  font-weight: 800;
  text-decoration: none;
}

.yl-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 18px;
}

.yl-faq {
  max-width: 860px;
  margin: 40px auto 0;
  border-top: 1px solid #ddd;
}

.yl-faq button {
  width: 100%;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: none;
  color: #111;
  text-align: left;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.yl-faq div {
  display: none;
  padding: 0 0 22px;
  color: #444;
  line-height: 1.8;
}

.yl-faq button.is-open + div {
  display: block;
}

.yl-final-cta {
  padding: 90px 0;
  text-align: center;
  background: linear-gradient(135deg, #07111e, #0b1f3a);
}

.yl-final-cta .yl-hero__buttons {
  justify-content: center;
}

@media (max-width: 900px) {
  .yl-hero {
    min-height: 620px;
    text-align: center;
  }

  .yl-hero__buttons {
    justify-content: center;
  }

  .yl-grid--2,
  .yl-score-grid,
  .yl-entry-grid,
  .yl-info-grid {
    grid-template-columns: 1fr;
  }

  .yl-grid {
    gap: 50px;
  }

  .yl-ring {
    width: 300px;
    height: 300px;
  }

  .yl-ring::after {
    inset: 48px;
  }

  .yl-ring__center {
    inset: 88px;
  }

  .yl-ring__center strong {
    font-size: 48px;
  }

  .yl-ring__label {
    position: static;
    margin-top: 12px;
    text-align: center;
  }

  .yl-timeline {
    grid-template-columns: 1fr;
  }

  .yl-time-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .yl-flow {
    grid-template-columns: 1fr;
  }

  .yl-phone {
    width: min(320px, 100%);
  }

  .yl-btn {
    width: 100%;
  }
}

@media (max-width: 900px) {

  .yl-section--dark {
    padding: 80px 0;
  }

  .yl-grid--2 {
    grid-template-columns: 1fr;
  }

  .yl-ring {
    width: 280px;
    height: 280px;
    margin: 40px auto 0;
  }

  .yl-ring::after {
    inset: 46px;
  }

  .yl-ring__center {
    inset: 82px;
  }

  .yl-ring__center strong {
    font-size: 44px;
    line-height: 1;
  }

  .yl-ring__center span {
    font-size: 13px;
  }

  /* スマホではラベルを円の外に出さない */
  .yl-ring__label {
    position: absolute;
    z-index: 4;
    font-size: 13px;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(7, 17, 30, .82);
    backdrop-filter: blur(6px);
    white-space: nowrap;
  }

  .yl-ring__label::before {
    display: none;
  }

  .yl-ring__label--red {
    top: 120px;
    right:-10px;
    transform: none;
    color: #ff4b4b;
  }

  .yl-ring__label--blue {
    left: -8px;
    bottom: 92px;
    color: #4aa3ff;
  }

  .yl-ring__label--green {
    top: 23px;
    left: 35px;
    color: #64dd17;
  }
}

@media (max-width: 600px) {
  .yl-section h2,
  .yl-vitality h2,
  .yl-score h2 {
    font-size: 34px;
    line-height: 1.25;
  }

  .yl-section p,
  .yl-vitality p {
    font-size: 16px;
    line-height: 1.85;
  }

  .yl-container {
    width: min(100% - 32px, 1200px);
  }
}

.yl-news {
  padding: 90px 0 110px;
  background: #07111e;
  color: #fff;
}

.yl-news h2 {
  margin: 0 0 36px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.2;
}

.yl-news-list {
  display: grid;
  gap: 12px;
}

.yl-news-item {
  display: grid;
  grid-template-columns: 120px 120px 1fr 32px;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  color: #fff;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease;
}

.yl-news-item:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.1);
}

.yl-news-date {
  color: rgba(255,255,255,.7);
  font-size: 14px;
  font-weight: 700;
}

.yl-news-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #43a047, #00e676);
  color: #07111e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.yl-news-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
}

.yl-news-arrow {
  text-align: right;
  color: #00e676;
  font-size: 24px;
}

.yl-news-more {
  margin-top: 34px;
  text-align: center;
}

.yl-news-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(0,230,118,.7);
  color: #00e676;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
}

.yl-news-empty {
  margin: 0;
  color: rgba(255,255,255,.75);
}

@media (max-width: 700px) {
  .yl-news {
    padding: 70px 0 90px;
  }

  .yl-news-item {
    grid-template-columns: 1fr 28px;
    gap: 10px 14px;
    padding: 20px;
  }

  .yl-news-date,
  .yl-news-item > div:nth-child(2),
  .yl-news-title {
    grid-column: 1;
  }

  .yl-news-arrow {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
  }
}