@charset "UTF-8";
.song {
  color: #333;
  padding-top: 50px;
}
@media screen and (min-width: 751px) {
  .song {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 80px;
  }
}

.song p {
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  color: #333 !important;
}
@media screen and (max-width: 750px) {
  .song p {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}

.song a:hover {
  /*opacity: .7;
  color: #fff;*/
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.song .content {
  width: 100%;
  margin-left: 0;
  padding-top: 50px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f7dfee, #dfe6f8 50%, #dff0ff);
  z-index: -10;
}
@media screen and (min-width: 751px) {
  .song .content {
    padding-top: 80px;
  }
}

.song .inner {
  width: 90%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.song .bg-skew {
  position: relative;
  transform: skewY(-15deg);
}

.song .bg-skew__inner {
  transform: skewY(15deg);
}

.song section {
  position: relative;
  z-index: 0;
  padding-bottom: 10vw;
}
@media screen and (min-width: 751px) {
  .song section {
    padding-bottom: 7vw;
  }
}

.song-biglitle {
  position: relative;
  width: 88%;
  max-width: 760px;
  margin-bottom: 30px;
  padding: 12px;
  background: url("../img/song/bg-bigtitle.png");
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .song-biglitle {
    margin: 0 auto 60px auto;
  }
  .song-biglitle img {
    width: 70%;
  }
}

.song .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  background: #ccc;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 4.375vw;
}
@media screen and (min-width: 751px) {
  .song .sub-title {
    font-size: 2.2rem;
  }
}
.song .sub-title:after {
  position: absolute;
  left: 0;
  top: 100%;
  content: " ";
  border-bottom: 15px solid transparent;
  border-right: 20px solid #000;
}
.song .sub-title span {
  padding: 0 2.5rem;
  text-align: center;
}

.song .BackToTop {
  margin-top: 0;
}

.song .icon-flower {
  position: absolute;
  width: 25%;
}

.song .icon-flower.fl-01 {
  top: -15px;
  left: -20px;
  width: 25%;
  max-width: 130px;
}

.song .icon-flower.fl-02 {
  bottom: -15px;
  right: -40px;
  width: 38%;
  max-width: 180px;
}

.song .icon-flower.fl-03 {
  top: -25px;
  left: -20px;
  width: 14%;
  max-width: 100px;
}

.song .icon-flower.fl-04 {
  bottom: -15px;
  right: -20px;
  width: 14%;
  max-width: 80px;
}

/* fadein  ----------------------------------------------------
--------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 1500ms;
}

.fadein2 {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 1500ms;
}

.fadein.scrollin,
.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-top {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*song-mv
-----------------------*/
.song-mv {
  width: 100%;
  margin-top: -25vw;
  padding: 30vw 0 12vw 0;
  transform: skewY(-15deg);
  background: url("../img/song/bg-01.png");
}
@media screen and (min-width: 751px) {
  .song-mv {
    margin-top: -15vw;
    padding: 15vw 0 6vw 0;
  }
}
.song-mv__main {
  width: 88%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .song-mv__main img {
    margin-left: 50px;
  }
}
.song-mv__photo {
  position: relative;
  padding: 6vw 0 12vw 0;
  width: 88%;
  max-width: 1000px;
  height: 90vw;
  background: url("../img/song/mv_photo.jpg") no-repeat 45% 10%;
  background-size: 270%;
}
@media screen and (min-width: 751px) {
  .song-mv__photo {
    height: 40vw;
    margin: 0 auto;
    background: url("../img/song/mv_photo.jpg") no-repeat 45% 10%;
    background-size: 140%;
  }
}
.song-mv__catch {
  position: absolute;
  width: 57%;
  height: auto;
  top: -20px;
  right: -30px;
}
@media screen and (min-width: 751px) {
  .song-mv__catch {
    width: 40%;
    top: -40px;
    right: -100px;
  }
}
.song-mv__icon01 {
  position: absolute;
  width: 18%;
  max-width: 140px;
  left: 5px;
  bottom: 80px;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .song-mv__icon01 {
    bottom: 140px;
  }
}
.song-mv__icon02 {
  position: absolute;
  width: 17%;
  max-width: 120px;
  bottom: -20px;
  right: -10px;
}
.song-mv__title {
  position: absolute;
  bottom: -20px;
  left: 20px;
  transform: rotate(-15deg);
  text-align: left;
}
@media screen and (min-width: 751px) {
  .song-mv__title {
    bottom: 50px;
    left: 30px;
  }
}
.song-mv__title span {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 8px;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  background: #06b4da;
}
@media screen and (min-width: 751px) {
  .song-mv__title span {
    font-size: 4.2rem;
  }
}

/*song-new
-----------------------*/
.song-new__lead {
  margin-top: -40px;
  padding: 40px 1rem 0.25rem 1rem;
  box-sizing: border-box;
  background: #fff;
  z-index: 3;
}

.song-youtube {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 860px;
  z-index: 3;
}
.song-youtube iframe {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  z-index: 3;
}

/*song-score
-----------------------*/
.song-score a,
.song-score span {
  color: #fff !important;
}

.song-score {
  position: relative;
  background: url("../img/song/bg-02.png");
  z-index: 3;
}
.song-score .sub-title {
  background: repeating-linear-gradient(-45deg, #5a86f2, #5a86f2 5px, #6c92f3 5px, #6c92f3 10px);
}
.song-score .sub-title:after {
  border-right: 20px solid #b8cbfb;
}
.song-score .sub-title span {
  padding: 0 4rem;
  letter-spacing: 0.5rem;
}
.song-score__word {
  padding: 14px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 751px) {
  .song-score__word {
    padding: 20px;
    text-align: center !important;
  }
}
.song-score__dw {
  position: relative;
  display: block;
  width: 90%;
  max-width: 640px;
  margin: 0 auto 5vw auto;
  padding: 3px;
  background: #06b4da;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .song-score__dw {
    margin-top: 4vw;
  }
}
.song-score__dw span {
  position: relative;
  display: block;
  padding: 12px 20px;
  border: 1px solid #fff;
  font-size: 19px;
  font-size: 5.9375vw;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .song-score__dw span {
    font-size: 2.4rem;
  }
}
.song-score__dw span:after {
  content: "▼";
  padding-left: 1rem;
  color: #fcd3f5;
  font-size: 16px;
  font-size: 5vw;
}
@media screen and (min-width: 751px) {
  .song-score__dw span:after {
    font-size: 2rem;
  }
}
.song-score__melody {
  position: absolute;
  width: 20% !important;
  max-width: 120px;
  bottom: -40px;
  right: -20px;
}
@media screen and (min-width: 751px) {
  .song-score__melody {
    bottom: -60px;
    right: -50px;
  }
}

/*song-profile
-----------------------*/
.song-profile {
  padding-bottom: 3vw !important;
}
@media screen and (min-width: 751px) {
  .song-profile {
    padding-bottom: 7vw !important;
  }
}
.song-profile .sub-title {
  background: repeating-linear-gradient(-45deg, #f752af, #f752af 5px, #f863b7 5px, #f863b7 10px);
}
.song-profile .sub-title:after {
  border-right: 20px solid #fedaee;
}
@media screen and (min-width: 751px) {
  .song-profile .sub-title span {
    padding: 0 6rem;
  }
}
.song-profile__photo-wrap {
  width: 100%;
  max-width: 960px;
  background: url("../img/song/bg-melody.png") no-repeat center 20%;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .song-profile__photo-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 751px) {
  .song-profile__photo-wrap .inner {
    width: 50%;
  }
}
.song-profile__pic {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .song-profile__pic {
    width: 40%;
  }
}
.song-profile__txt {
  padding-top: 1rem;
}
@media screen and (min-width: 751px) {
  .song-profile__txt {
    padding-top: 0;
    font-size: 1.4rem !important;
  }
}

/*song-more
-----------------------*/
.song-more .song-biglitle {
  float: right;
}
@media screen and (min-width: 751px) {
  .song-more .song-biglitle {
    float: none;
  }
}

.song-more {
  background: #fff;
}

/*song-songmv
-----------------------*/
.song-songmv__flw {
  margin: 3rem auto 0 auto;
  width: 80%;
}
@media screen and (min-width: 751px) {
  .song-songmv__flw {
    margin: 8vw auto 0 auto;
    width: 60%;
  }
}/*# sourceMappingURL=song.css.map */