.team_head_mv {
  width: 100%;
  height: calc(580 * var(--window-width));
  background: url(../img/head_mv.jpg) center center / 100% 100% no-repeat;
}

.team_body_container {
  background-image: none;
  background-color: #151515;
}

.team_body_container .logo_wrapper .logo {
  aspect-ratio: 449/204;
  width: min(calc(449 * var(--window-width)), 449px);
  height: min(calc(204 * var(--window-width)), 204px);
}

.team_body_container .outline .text_container {
  color: #fff;
}

.team_body_container .outline .text_container .contact_btn {
  background-color: #fff;
  color: #000;
}

.team_body_container .detaile .text_container {
  color: #fff;
}

.team_body_container .detaile .text_container .sns_list .sns_btn .icon {
  fill: #fff;
}

.team_body_container .btn_wrapper .koike_site_btn {
  background-color: #fff;
  color: #000;
}

.team_footer {
  background-color: #151515;
}

@media screen and (max-width: 800px) {
  .team_head_mv {
    width: 100%;
    height: calc(220 * var(--window-width));
    background: url(../img/head_mv_sp.jpg) center center / 100% 101% no-repeat;
  }

  .team_body_container .logo_wrapper .logo {
    width: calc(186 * var(--window-width));
    height: auto;
  }
}
