@charset "utf-8";
.inner-720 {
  width: 92%;
  max-width: 720px;
  margin: 0 auto 10vw;
}

.head_msg {
  color:#00baa6;
  font-size:29px;
}
.song_content {
  color:#00baa6;
  font-weight:bold;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  line-height:2.8;
}
.song_txt {
  font-size:20px;
  width:380px;
  padding-bottom:7vw;
}
.song_ttl {
  font-size:26px;
  margin-bottom:20px;
}
.songwriting {
  color:#000;
  line-height:1.7;
  margin-bottom:30px;
}
.songlyrics span {
  display:block;
  margin-bottom:45px;
}
.songwritingimg {
  font-size:20px;
  text-align:center;
  max-width:359px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
.song_content {
  display:block;
  line-height:2.4;
}
.song_txt {
  width:100%s;
}

.head_msg {
  font-size:clamp(20px,3.77vw,29px);
}
.song_txt {
  font-size:clamp(16px,2.6vw,20px);
}
.song_ttl {
  font-size:clamp(18px,3.38vw,26px);
}
.songwritingimg {
  font-size:clamp(16px,2.6vw,20px);
  width:90%;
  margin:0 auto;
}




}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 375px) {
}
