@charset "UTF-8";

@media screen and (max-width: 950px) {
  .sp-only {
    display: block !important;
  }
  
  .pc-only {
    display: none !important;
  }

  section,.wrap,.qa-section,.privacy-policy {
    width: 100%;
  }

  section {
    padding: 0 15px;
    margin: 40px 0;
  }

  h1 {
    font-size: 70px;
  }

  h2 {
    margin: -6px 0 20px 0;
    font-size: 14px;
  }

  .audition-message video {
    width: 100%;
    margin: 0;
  }

  .audition-cover {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .audition-about p {
    margin-top: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .audition-about p br {
    display: none;
  }

  .movie {
    width: 100%;
    height: 200px;
  }

  .audition-recruit {
    padding: 60px 15px;
  }

  .nakama {
    gap: 10px;
  }

  .nakama img {
    width: calc(50% - 4px);
  }

  .nakama-title {
    width: 280px;
  }

  .works {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .works div p {
    margin: 10px 0 10px 0;
  }

  .works div,.works div img {
    height: auto;
  }

  .audition-recruit .welcome li {
    height: 60px;
    font-size: 15px;
    line-height: 20px;
  }

  .audition-schedule li img {
    height: 75px !important;
    top: -15px !important;
  }

  .audition-schedule li .content {
    padding: 13px 0 0 90px;
    flex-wrap: wrap;
    font-size: 14px;
    display: block;
  }

  .audition-schedule li br {
    display: none;
  }

  .audition-schedule ul::before {
    left: 45px;
  }

  .audition-schedule li .description {
    padding: 0 0 0 90px;
    font-size: 14px;
  }

  .audition-schedule li .content span {
    font-size: 14px;
  }

  .audition-recruit li {
    font-size: 14px;
  }

  .qa-section {
    padding: 0;
  }

  .qa-box {
    padding: 0;
  }

  .question p, .answer p {
    font-size: 13px;
  }

  .privacy {
    width: 100%;
  }

  .privacy-policy {
    width: 94%;
    margin: 50px auto ;
    padding: 20px 20px;
  }

  .privacy-policy h1 {
    font-size: 23px;
  }

  .privacy-policy h2 {
    font-size: 16px;
  }

  .privacy-policy ul li {
    font-size: 13px;
    line-height: 20px;
  }

  .sd {
    width: 180px;
    margin-bottom: 100px;
  }

  .entry {
    width: 290px;
  }

  .entry .character {
    width: 110px;
    right: 0px;
    bottom: -30px;
  }

}