.notice {
  margin: 50px auto 0;
}
.notice p {
  font-size: 16px;
  line-height: 27px;
}

section.thema-info .thema-wrap.sfx-info-wrap {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
section.thema-info .thema-wrap.sfx-info-wrap img {
  max-width:300px;
}
section.thema-info .thema-wrap.sfx-info-wrap .text-wrap h1 {
  margin-bottom: 10px;
  font-size: 40px;
  color: #fff;
}
section.thema-info .thema-wrap.sfx-info-wrap .text-wrap p {
  font-size: 16px;
}

@media all and (max-width: 768px) {
  section.thema-info .thema-wrap.sfx-info-wrap img{
    max-width: 150px;
    margin-right: 0;
  }
  section.thema-info .thema-wrap.sfx-info-wrap .text-wrap h1 {
    margin-bottom: 5px;
    font-size: 34px;
    font-weight: 600;
  }
  section.thema-info .thema-wrap.sfx-info-wrap {
    margin-bottom: 20px;
  }
  section.recommend .recommend-wrap .recommend-music .wave-info {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.recommend .recommend-wrap .recommend-music .playBtn p.music-title {
    order:2;
  }
}

@media all and (max-width: 450px) {
  section.thema-info .thema-wrap.sfx-info-wrap .text-wrap p {
    font-size: 10px;
  }
  .title-wrap.sfx-title-wrap p.subtitle span {
    display: block;
  }
  section.thema-info .thema-wrap.sfx-info-wrap img{
    max-width: 100px;
  }
  section.thema-info .thema-wrap.sfx-info-wrap .text-wrap h1 {
    font-size: 20px;
  }
  section.thema-info .thema-wrap .text-wrap {
    padding-left: 9px;
  }
  
}