@charset "UTF-8";
@media (max-width: 900px){
  :root {
  --white: #FFFEE9;
  --gray: #474747;
  --darkyellow: #E7E5CA; 
  --pink: #C69E9E;
  --red: #FD7575;
  --opawhite: rgba(255, 255, 255, 0.5);
  interpolate-size: allow-keywords;
  }

  
  /* ==========
  back-fixed
  ========== */
  .back {
    width: 40%;
  }


  /* ==========
  header
  ========== */
  header {
    width: 100vw;
    height: 70px;
  }
  .header-con {
    width: 90%;
    height: 70px;
  }
  .header-con img {
    width: 90px;
  }
  .header-link {
    align-items: revert;
  }
  .header-link a {
    display: none;
  }
  .nav {
    padding-right: 5%;
    top: 70px;
  }
  .nav-link {
    color: var(--white);
    display: flex;
    align-items: end;
    justify-content: end;
    vertical-align: middle;
    position: relative;
    height: 48px;
  }
  #navBtn {
    width: 50px;
    height: 32px;
  }
  #closeBtn {
    width: 50px;
    height: 32px;
  }


  /* ==========
  kv
  ========== */
  #kv {
    background-image: url(../img/bg_sp_kv.png);
    width: 100vw;
    height: calc(120vh - 70px);
    max-height: 120vh;
    margin-top: 70px;
  }
  #down {
    font-size: 70px;
    text-align: center;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
  }


  /* ==========
  profile
  ========== */
  #proText {
    width: 90%;
  }


  /* ==========
    live
  ========== */
  .sub-title {
    font-size: 25px;
    border-bottom: solid 3px #474747;
    width: fit-content;
    height: fit-content;
    line-height: 1;
    margin-bottom: 50px;
  }
  .live-con {
    width: 100%;
    padding: 20px 20px 60px;
  }
  .live-sche {
    width: 100%;
  }
  #moreBtn {
    right: 5%;
    font-size: 0.8rem;
  }
  .more-btn {
    right: 5%;
  }


  /* ==========
  goods
  ========== */
  .goods-base {
  display: flex;
  flex-direction: column;
  width: clamp(15.625rem, 5.2083rem + 52.0833vw, 31.25rem);
  height: 200px;
  margin: 30px auto;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  }
  .goods-text {
  font-size: clamp(1rem, 0.25rem + 3vw, 1.75rem);
  color: var(--white);
  width: fit-content;
  margin-right: 0;
  }


  /*
  ==============================
  profile-page
  ==============================
  */
  #profilePage {
    margin: 140px 0 100px;
    padding: 0 5%;
  }


  /*
  ==============================
  live-page
  ==============================
  */
  #livePage {
    margin: 140px 0 100px;
    padding: 0 5%;
  }


  /*
  ==============================
  movie-page
  ==============================
  */
  #moviePage {
    margin: 140px 0 100px;
    padding: 0 5%;
  }
  .movie-page-con {
    width: 49%;
    height: 30vw;
  }
  .movie-page-con iframe {
    width: 100%;
  }


  /*
  ==============================
  goods-page
  ==============================
  */
  #goodsPage {
    margin: 140px 0 100px;
    padding: 0 5%;
  }


  /*
  ==============================
  discography-page
  ==============================
  */
  #discoPage {
    margin: 140px 0 100px;
    padding: 0 5%;
  }
  .disco-con {
    width: 90vw;
  }
  .modal-con {
    display: block;
    position: fixed;
    padding-bottom: 2em;
  }
  .modal-con img {
    width: 50vw;
    margin-right: 0;
    margin-bottom: 1em;
  }


  /*
  ==============================
  contact-page
  ==============================
  */
  #contactPage {
    margin: 140px 0 100px;
    padding: 0 5%;
  }
  input {
    width: 50vw;
  }

}