.fv-202509 {
  background: #d4effa;
  padding: 3rem;
}

/* fv-header */
.fv-202509 .fv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fv-202509 .fv-header .logo {
  width: 25%;
}

.fv-202509 .fv-header .badges {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5%;
}

.fv-202509 .fv-header .award-badge {
  width: 40%;
}

.fv-202509 .fv-header .user-badge {
  width: 50%;
  position: relative;
}

.fv-202509 .fv-header .user-badge::after {
  position: absolute;
  content: '※';
  color: #198fcf;
  font-size: 12px;
  right: -10px;
  bottom: -5px;
}
/* fv-copy */
.fv-202509 .fv-copy {
  width: 80%;
  display: block;
  margin: 5% auto 2.5%;
  justify-content: space-between;
}

/* fv-body */
.fv-202509 .fv-body {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: space-between;
}

.fv-202509 .fv-body .choose-server {
  max-width: 38%;
}

.fv-202509 .fv-body .server {
  position: relative;
  top: 0;
  left: 0;
  gap: 1rem;
  margin-block: 5%;
}

.fv-202509 .fv-body .family-photo {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 55%;
}

.fv-202509 .fv-body .family-photo li {
  max-width: 50%;
}

.fv-202509 .fv-body .family-photo dt {
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2%;
  color: #198fcf;
}

.fv-202509 .fv-body .family-photo dt::before,
.fv-202509 .fv-body .family-photo dt::after {
  position: absolute;
  font-size: 1.3em;
  bottom: -20%;
}

.fv-202509 .fv-body .family-photo dt::before {
  content: '＼';
  left: 1%;
}

.fv-202509 .fv-body .family-photo dt::after {
  content: "／";
  right: 1%;
}



/* -------- responsive -------- */
@media screen and (max-width: 768px) {
  .fv-202509 {
    padding: 1rem 5%;
  }

  .fv-202509 .fv-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .fv-202509 .fv-header .user-badge {
    width: 50%;
  }
  .fv-202509 .fv-header .user-badge::after {
  font-size: 8px;
  right: -5px;
}

  .fv-202509 .fv-header .logo {
    width: 35%;
  }

  .fv-202509 .fv-header .badges {
    width: 100%;
    justify-content: space-between;
    gap: 5%;
  }

  .fv-202509 .fv-header .award-badge {
    width: 45%;
  }

  .fv-202509 .fv-copy {
    width: 100%;
    margin: 10% auto 3%;
  }

  .fv-202509 .fv-body {
    flex-direction: column;
    gap: 2rem;
  }

  .fv-202509 .fv-body .family-photo {
    width: 100%;
    gap: 1rem;
  }

  .fv-202509 .fv-body .family-photo dt {
    font-size: 0.7rem;
  }

  .fv-202509 .fv-body .family-photo dt::before {
    left: -3%;
  }

  .fv-202509 .fv-body .family-photo dt::after {
    right: -3%;
  }

  .fv-202509 .fv-body .choose-server {
    width: 100%;
    max-width: 100%;
  }
}

.fv-202509 .desc{
  position: relative;
  width: 100%;
  padding-top: 1rem;

}