.kv {
  max-width: 1280px;
  margin: auto;
}
.main_text {
  margin: 60px 0;
}
.main_text h1 {
  max-width: 884px;
  margin: 0 auto 20px auto;
}
.main_text h2 {
  max-width: 591px;
  margin: auto;
}
.movie_btn{
  text-align: center;
  margin: 60px 0 30px 0;
}
.movie_btn img{
  width: 409px;
}
.movie_btn a{
  display: block;
}
.sub_text {
  max-width: 591px;
  margin: auto;
}
.song {
  margin-bottom: 40px;
}
.song h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.song h3 span {
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #e60012;
}
.song .banner {
  text-align: center;
  margin: 0 0 30px 0;
}
.song p {
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
}
.song p.lyrics a {
  font-size: 18px;
  text-align: center;
  color: #e60012;
  max-width: 305px;
  border: 1px solid #e60012;
  display: block;
  margin: auto;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  letter-spacing: 2px;
  box-sizing: border-box;
  border-radius: 3px;
}

.profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 953px;
  margin: 0 auto 70px auto;
}
.profile_wrap .img {
  max-width: 279px;
  margin-right: 56px;
}
.profile_wrap .text p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 22px;
}
.intro .title {
  text-align: center;
  margin-bottom: 50px;
}
.intro p.sub {
  display: inline-block;
  font-size: 21px;
  border-bottom: 1px solid #e60012;
  margin-bottom: 15px;
}

.intro h3 {
  max-width: 964px;
  margin: auto;
}

.intro .content {
  background: #ed7f9c;
  padding: 60px 0;
}
.intro .content:nth-child(2) {
  background: #5cc2d7;
}
.intro .content:nth-child(3) {
  background: #e83820;
}
.intro .content:nth-child(4) {
  background: #fcc800;
}
.intro .content:nth-child(5) {
  background: #8fc31f;
}
.intro .content .inner {
  max-width: 700px;
  margin: auto;
}

.intro .content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.intro .content .inner .img {
  max-width: 221px;
  line-height: 1;
}
.intro .content .inner .img a {
  display: block;
}
.intro .content .inner .text {
  width: 340px;
}
.intro .content .inner .text p,
.intro .content .inner .text span,
.intro .content .inner .text a {
  color: #fff;
}

.intro .content .inner .text .name_title {
  font-size: 26px;
  border-bottom: 1px solid #fff;
  max-width: 345px;
  letter-spacing: 2px;
}

.intro .content .inner .text .name {
  font-size: 45px;
  letter-spacing: 5px;
}
.intro .content .inner .text .name span {
  font-size: 26px;
}
.intro .content .inner .text .full_ver {
  margin-top: 30px;
}
.intro .content .inner .text .full_ver a {
  font-size: 18px;
  letter-spacing: 3px;
  border: 1px solid #fff;
  max-width: 345px;
  display: block;
  text-align: center;
  padding: 3px 0;
}
footer {
  padding: 60px 0;
  text-align: center;
}

footer > p {
  font-size: 24px;
  margin-bottom: 20px;
}
footer > p.live {
  margin-top: 40px;
}
footer > p.live a {
  border: 1px solid #231815;
  display: inline-block;
  padding: 10px 30px;
}
footer > p.live a:hover {
  opacity: 0.7;
}

footer .insta {
  max-width: 144px;
  margin: auto;
}

footer .sns_wrap p {
  font-size: 24px;
  margin-top: 50px;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
footer .sns a {
  margin: 0 20px;
}

footer .sns img {
  height: 72px;
}

footer p.logo {
  max-width: 489px;
  margin: 80px auto 0 auto;
}

.lyrics_wrap {
  /* max-width: 1087px;
margin: auto;
background: #fff;
position: absolute; */
  /* top: 50%; */
  /* left: 0;
right: 0;
margin: auto;
padding: 40px; */
  /* transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%); */
  /* max-width: 1087px;
height: 644px;
margin: auto; */
  max-width: 90%;
  margin: auto;
  line-height: 1;
}

.lyrics_wrap .inner {
  max-width: 90%;
  height: 90%;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  /* padding: 40px; */
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  overflow: scroll;
}

.lyrics_wrap .inner_wrap {
  padding: 0;
}

@media only screen and (max-width: 736px) {
  .kv {
    margin-top: 15vw;
  }
  .main_text {
    margin: 7vw;
  }
  .main_text h1 {
    max-width: 80vw;
  }
  .main_text h2 {
    max-width: 80vw;
  }
  .movie_btn{
    margin: 5vw 0 1vw 0;
  }
  .movie_btn img{
    width: 62vw;
  }
  .song h3 {
    font-size: 4vw;
    line-height: 3vw;
    margin-bottom: 3vw;
  }
  .song .banner {
    padding: 0 20px;
    margin: 0 0 1vw 0;
  }
  .song p {
    font-size: 3vw;
  }
  .song p.lyrics a {
    max-width: 149px;
    font-size: 2vw;
  }
  .profile_wrap {
    padding: 0 20px;
    margin: 0 auto 10vw auto;
  }
  .profile_wrap .text p {
    font-size: 2vw;
  }
  .profile_wrap .img {
    max-width: 279px;
    margin-right: 30px;
  }
  .intro .title {
    margin-bottom: 5vw;
  }
  .intro p.sub {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  .intro h3 {
    max-width: 80vw;
  }
  .intro .content {
    padding: 5vw 2vw;
  }
  .intro .content .inner {
    max-width: 80vw;
  }
  .intro .content .inner .img {
    max-width: 32vw;
    margin-right: 2vw;
  }
  .intro .content .inner .text {
    width: 38vw;
  }
  .intro .content .inner .text .name_title {
    font-size: 3vw;
    letter-spacing: 0.1vw;
  }
  .intro .content .inner .text .name {
    font-size: 5vw;
    letter-spacing: 1px;
  }
  .intro .content .inner .text .name span {
    font-size: 3vw;
  }
  .intro .content .inner .text .full_ver {
    margin-top: 4vw;
  }
  .intro .content .inner .text .full_ver a {
    font-size: 2vw;
    padding: 1vw 4vw;
  }
  footer {
    padding: 8vw 0;
  }
  footer > p {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  footer > p.live {
    margin-top: 3vw;
  }
  footer > p.live a {
    padding: 2vw 4vw;
  }
  footer .insta {
    max-width: 16vw;
  }
  footer .sns_wrap p {
    font-size: 3vw;
    margin-top: 8vw;
  }
  footer .sns img {
    height: 9vw;
  }
  footer p.logo {
    max-width: 55vw;
    margin: 10vw auto 0 auto;
  }
  .lyrics_wrap .inner {
    max-width: 100%;
  }

  .pc {
    display: none;
  }
}

@media only screen and (max-width: 1025px) and (min-width: 736px) {
  .sp {
    display: none;
  }
}

@media (min-width: 736px) {
  .sp {
    display: none !important;
  }
}
