@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : music.css
Description : 主題歌ページ
===================================================================== */
/* =====================================================================
    music
======================================================================*/
.music {
  padding: 12rem 0;
  overflow: hidden;
}

.music .bg_subpage {
  position: absolute;
  top: 47rem;
  left: 50%;
  width: 100%;
  height: 120%;
  background: #bf0000;
  -webkit-transform: skewY(-15deg) translateX(-50%);
          transform: skewY(-15deg) translateX(-50%);
}

.music .bg_subpage::before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2.7rem;
  background: url(../images/common/bg_deco5.jpg) repeat-x center top/auto 100%;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.music .bg_subpage::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 120%;
  height: 2.7rem;
  background: url(../images/common/bg_deco5.jpg) repeat-x center top/auto 100%;
  -webkit-transform: skew(15deg) scale(1, -1);
          transform: skew(15deg) scale(1, -1);
}

@media screen and (min-width: 768px) {
  .music .bg_subpage {
    top: 26rem;
    height: 120%;
  }
}

.music .btn1 {
  margin-bottom: 5em;
}

.music_img {
  position: relative;
  margin: 0 auto;
  padding: 1.6rem;
  margin-bottom: 7rem;
  width: 64rem;
}

.music_img::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: calc(100% - 3.2rem);
  height: calc(100% - 3.2rem);
  background: url(../images/common/bg_grade1.jpg) no-repeat center/cover;
}

.music_img::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30rem;
  height: 30rem;
  -o-border-image: linear-gradient(45deg, #a67d30 0%, #ffe066 50%, #a67d30 100%) 1/0.2rem 0 0 0.2rem;
     border-image: linear-gradient(45deg, #a67d30 0%, #ffe066 50%, #a67d30 100%) 1/0.2rem 0 0 0.2rem;
  border-style: solid;
}

.music_img img {
  position: relative;
}

.music_ttl {
  margin-bottom: 7rem;
  text-align: center;
}

.music_ttl dt {
  margin-bottom: 1em;
  font-size: 5rem;
  font-weight: 700;
  display: inline-block;
  color: #a67d30;
  background: -webkit-gradient(linear, left top, right top, from(#ffcb57), color-stop(50%, #ffffb3), to(#ffcb57));
  background: linear-gradient(to right, #ffcb57 0%, #ffffb3 50%, #ffcb57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.music_ttl dd {
  color: #fff;
}

.music_ttl dd span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 3.8rem;
}

@media screen and (min-width: 768px) {
  .music .btn1 {
    margin-bottom: 11rem;
  }
  .music .btn1 a {
    padding: 1.5rem;
    font-size: 2.2rem;
  }
  .music_img {
    margin-bottom: 7rem;
    padding: 0.8rem;
    width: 88rem;
  }
  .music_img::before {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
  .music_img::after {
    width: 12rem;
    height: 12rem;
  }
  .music_ttl {
    margin-bottom: 7rem;
  }
  .music_ttl dt {
    font-size: 4.6rem;
  }
  .music_ttl dd {
    font-size: 2.2rem;
  }
  .music_ttl dd span {
    margin-bottom: 1em;
    font-size: 3.2rem;
  }
}
/*# sourceMappingURL=music.css.map */