@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : music.css
Description : 主題歌ページ
===================================================================== */
/* =====================================================================
    movie
======================================================================*/
#music::after {
  display: none;
}
#music h2 img {
  height: 11.1rem !important;
}

.music_wrap {
  padding-bottom: 18rem;
}
.music_wrap.special::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 56.8rem;
  background: url(../images/common/bg_footprints2-sp.png) no-repeat center/contain;
}
.music_wrap:last-child {
  padding: 0;
}
.music_wrap > * {
  position: relative;
  z-index: 1;
}
.music_wrap .music_artist {
  width: 55.9rem;
  max-width: 408px;
  margin: auto;
}
.music_wrap .music_artist::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.8rem;
  right: -0.8rem;
  width: 100%;
  height: 100%;
  -o-border-image: linear-gradient(220deg, #c39222 0%, #c39222 50%, #fad43d 100%) 1/0 0.3rem 0.3rem 0;
     border-image: linear-gradient(220deg, #c39222 0%, #c39222 50%, #fad43d 100%) 1/0 0.3rem 0.3rem 0;
  border-style: solid;
}
.music_wrap dl.music_ttl {
  text-align: center;
}
.music_wrap dl.music_ttl dt {
  font-size: 3.7rem;
  color: #c49440;
  padding: 5rem 0 0;
}
.music_wrap dl.music_ttl dd {
  font-size: 3.3rem;
  font-weight: bold;
  padding: 2.5rem 0 0;
}
.music_wrap dl.music_ttl dd.c_logo {
  font-size: 2.2rem;
  font-weight: normal;
  padding: 2.5rem 0 5rem;
}
.music_wrap dl.music_comment {
  margin-bottom: 8rem;
}
.music_wrap dl.music_comment dt {
  width: 26.1rem;
  margin: 0 auto 4.4rem;
  padding: 1.1rem 0 0.7rem;
  font-family: "makinas_f", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background: #000;
  position: relative;
}
.music_wrap dl.music_comment dt::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 4.2rem);
  left: -2.1rem;
  width: 2.2rem;
  height: 8rem;
  transform: scale(-1, 1);
  background: url(../images/music/img_obi.png) no-repeat center/contain;
}
.music_wrap dl.music_comment dt::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 4.2rem);
  right: -2.1rem;
  width: 2.2rem;
  height: 8rem;
  background: url(../images/music/img_obi.png) no-repeat center/contain;
}
.music_wrap dl.music_comment dd {
  line-height: 2;
}
.music_wrap dl.music_comment dd span {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .music_wrap {
    padding-bottom: 14rem;
  }
  .music_wrap.special::before {
    bottom: -4rem;
    height: 38rem;
    background-image: url(../images/common/bg_footprints2-pc.png);
  }
}
/*# sourceMappingURL=music.css.map */