#main {
  color: #000;
}
@media screen and (max-width: 767px) {
  #main {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner {
    width: 95%;
    margin: auto;
  }
}
#main #content-inner .firstSection {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#main #content-inner .firstSection .images {
  width: 125px;
  position: relative;
}
@media screen and (max-width: 950px) {
  #main #content-inner .firstSection .images {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .firstSection .images {
    width: 80px;
  }
}
#main #content-inner .firstSection .images .not {
  width: 94px;
  position: absolute;
  right: -75px;
  top: 0;
  transform: rotate(-22deg);
}
@media screen and (max-width: 767px) {
  #main #content-inner .firstSection .images .not {
    top: -10px;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .firstSection .images .not {
    top: -15px;
  }
}
#main #content-inner .firstSection .images .dazou {
  height: 149px;
}
@media screen and (max-width: 950px) {
  #main #content-inner .firstSection .images .dazou {
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .firstSection .images .dazou {
    height: 95px;
  }
}
#main #content-inner .firstSection .text {
  width: 609px;
  margin-left: 14px;
  position: relative;
  margin-top: -30px;
}
@media screen and (max-width: 950px) {
  #main #content-inner .firstSection .text {
    width: auto;
    flex: 1;
    margin-left: 0;
    margin-top: -10px;
  }
}
#main #content-inner .firstSection .text .box {
  height: 62px;
  background-color: #FA6828;
  border-radius: 31px;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 950px) {
  #main #content-inner .firstSection .text .box {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner .firstSection .text .box {
    height: auto;
    padding: 6px 20px;
  }
}
#main #content-inner .firstSection .text .box p {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  #main #content-inner .firstSection .text .box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner .firstSection .text .box p {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .firstSection .text .box p {
    font-size: 14px;
  }
}
#main #content-inner .firstSection .text .arrow {
  position: absolute;
  left: -18px;
  bottom: -9px;
}
#main #content-inner .secondSection {
  background-color: #FFF;
  padding: 70px 117px 107px;
  border-radius: 10px;
  margin-top: -23px;
}
@media screen and (max-width: 950px) {
  #main #content-inner .secondSection {
    margin-top: -15px;
    padding: 50px 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection {
    padding: 40px 20px;
  }
}
#main #content-inner .secondSection .boxMusic {
  background: #F0F0F0;
  padding: 32px 50px;
  padding-right: 41px;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 950px) {
  #main #content-inner .secondSection .boxMusic {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic {
    padding: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .secondSection .boxMusic {
    margin-bottom: 15px;
  }
}
#main #content-inner .secondSection .boxMusic .buttons {
  width: 84px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .buttons {
    margin-bottom: 10px;
    width: 60px;
  }
}
#main #content-inner .secondSection .boxMusic .buttons i {
  font-size: 84px;
  color: #FF550A;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .buttons i {
    font-size: 60px;
  }
}
#main #content-inner .secondSection .boxMusic .texts {
  flex: 1;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .texts {
    padding-left: 0;
  }
}
#main #content-inner .secondSection .boxMusic .texts h3 {
  padding-left: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #FF5524;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .texts h3 {
    text-align: center;
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .secondSection .boxMusic .texts h3 {
    font-size: 15px;
  }
}
#main #content-inner .secondSection .boxMusic .texts h2 {
  font-feature-settings: "palt";
  font-size: 29px;
  font-weight: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .texts h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .secondSection .boxMusic .texts h2 {
    font-size: 20px;
  }
}
#main #content-inner .secondSection .boxMusic .texts > div {
  display: flex;
  align-items: center;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .texts > div {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
#main #content-inner .secondSection .boxMusic .texts > div div {
  display: flex;
  align-items: center;
  color: #868686;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .texts > div div {
    font-size: 12px;
  }
}
#main #content-inner .secondSection .boxMusic .texts > div div:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .texts > div div:first-child {
    margin-right: 20px;
  }
}
#main #content-inner .secondSection .boxMusic .texts > div div:last-child {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .texts > div div:last-child {
    padding-left: 0;
  }
}
#main #content-inner .secondSection .boxMusic .texts .duration {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #868686;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .boxMusic .texts .duration {
    font-size: 14px;
  }
}
#main #content-inner .secondSection .firstText {
  text-align: center;
  line-height: 2.2;
  font-feature-settings: "palt";
  padding-bottom: 60px;
  border-bottom: 1px dashed #C4BEB3;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .firstText {
    line-height: 2;
    padding-bottom: 40px;
    font-size: 15px;
    text-align: left;
  }
  #main #content-inner .secondSection .firstText p {
    display: inline;
  }
}
#main #content-inner .secondSection .composition {
  padding-top: 52px;
  margin-bottom: 102px;
}
@media screen and (max-width: 950px) {
  #main #content-inner .secondSection .composition {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .composition {
    margin-bottom: 50px;
    padding-top: 40px;
  }
}
#main #content-inner .secondSection .composition h2 {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  color: #FF5524;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .composition h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .secondSection .composition h2 {
    font-size: 20px;
  }
}
#main #content-inner .secondSection .composition .profile {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .composition .profile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#main #content-inner .secondSection .composition .profile .image {
  width: 235px;
}
@media screen and (max-width: 950px) {
  #main #content-inner .secondSection .composition .profile .image {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .composition .profile .image {
    width: 150px;
    margin-bottom: 30px;
  }
}
#main #content-inner .secondSection .composition .profile .text {
  flex: 1;
  padding-left: 38px;
}
@media screen and (max-width: 950px) {
  #main #content-inner .secondSection .composition .profile .text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .composition .profile .text {
    padding-left: 0;
  }
}
#main #content-inner .secondSection .composition .profile .text .history {
  margin-bottom: 30px;
}
#main #content-inner .secondSection .composition .profile .text .history div {
  display: flex;
  margin-bottom: 15px;
}
#main #content-inner .secondSection .composition .profile .text .history div span {
  width: 70px;
  font-size: 14px;
  font-weight: bold;
  color: #83755D;
}
#main #content-inner .secondSection .composition .profile .text .history div p {
  flex: 1;
  font-size: 15px;
  font-feature-settings: "palt";
}
#main #content-inner .secondSection .composition .profile .text .history div p span {
  font-size: 12px;
  color: #666666;
}
#main #content-inner .secondSection .composition .profile .text .links {
  display: flex;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .composition .profile .text .links {
    flex-direction: column;
  }
}
#main #content-inner .secondSection .composition .profile .text .links a {
  color: #FF5524;
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
}
#main #content-inner .secondSection .composition.marginZero {
  margin-bottom: 0px;
}
#main #content-inner .secondSection .lyric {
  background-color: #FFF3EE;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.23);
  position: relative;
  padding: 60px 74px;
  padding-right: 33px;
}
@media screen and (max-width: 950px) {
  #main #content-inner .secondSection .lyric {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .lyric {
    padding: 30px 20px 30px;
  }
}
#main #content-inner .secondSection .lyric .pin {
  position: absolute;
  width: 30px;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .lyric .pin {
    width: 20px;
  }
}
#main #content-inner .secondSection .lyric h2 {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  color: #FF5524;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .lyric h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .secondSection .lyric h2 {
    font-size: 20px;
  }
}
#main #content-inner .secondSection .lyric h3 {
  text-align: center;
  font-size: 16px;
  color: #83755D;
  font-weight: normal;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .lyric h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  #main #content-inner .secondSection .lyric h3 {
    margin-bottom: 20px;
  }
}
#main #content-inner .secondSection .lyric .content {
  display: flex;
  justify-content: space-between;
}
#main #content-inner .secondSection .lyric .content .text {
  flex: 1;
  font-size: 15px;
}
#main #content-inner .secondSection .lyric .content .text div {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .lyric .content .text div {
    margin-bottom: 10px;
  }
}
#main #content-inner .secondSection .lyric .content .img {
  width: 295px;
}
@media screen and (max-width: 767px) {
  #main #content-inner .secondSection .lyric .content .img {
    display: none;
  }
}
#main #content-inner .secondSection .kopiright {
  background-color: #ffffff;
  padding: 12px;
  margin-top: 45px;
  margin-right: 41px;
}
#main #content-inner .secondSection .kopiright p {
  font-size: 12px;
}

/*# sourceMappingURL=theme-song.css.map */
