@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : music.css
Description : 主題歌
===================================================================== */
/* ========================================================
    music
======================================================== */
.music {
  position: relative;
  width: 90%;
  padding: 10rem 0;
  margin: 0 auto 13rem;
}
@media screen and (min-width: 768px) {
  .music {
    width: 100%;
    padding: 12rem 0;
  }
}
.music_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 0;
}
@media screen and (min-width: 768px) {
  .music_column {
    width: 95%;
    margin: auto;
    padding-bottom: 7.5rem;
  }
}
.music_column::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.music_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem auto 0;
}
@media screen and (min-width: 768px) {
  .music_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0;
  }
}
.music_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.music_img {
  position: relative;
  width: 84.4036697248%;
}
@media screen and (min-width: 768px) {
  .music_img {
    width: 57.5%;
  }
}
.music_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .music_text {
    margin-top: 3rem;
  }
}
.music_subttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.music_subttl > em {
  display: block;
  margin: -0.5rem 0 0 0;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e64588;
}
@media screen and (min-width: 768px) {
  .music_subttl > em {
    font-size: 3.2rem;
  }
}
.music_subttl > span {
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .music_subttl > span {
    font-size: 2rem;
  }
}
.music_subttl > span > small {
  font-size: 75%;
}
.music_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 560/96;
  margin: 4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_btn {
    width: 408px;
    margin: 3rem auto 0 auto;
  }
}
.music_btn > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-image: url(../images/common/btn_bg05.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover {
    background-image: url(../images/common/btn_bg05_h.jpg);
    opacity: 1;
  }
}
.music_btn > a > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span {
    font-size: 2.2rem;
  }
}
.music_comment {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .music_comment {
    margin-top: 6rem;
  }
}
.music_comment > dt {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .music_comment > dt {
    padding: 1.5rem 0 1rem;
  }
}
.music_comment > dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .music_comment > dt::before {
    left: 0;
    width: 100%;
    transform: translateX(0);
  }
}
.music_comment > dt > span {
  display: block;
  font-family: "Bona Nova", serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
  padding-left: 10rem;
}
@media screen and (min-width: 768px) {
  .music_comment > dt > span {
    font-size: 3.4rem;
  }
}
.music_comment > dt > span em {
  line-height: 1;
  color: transparent;
  background: linear-gradient(-100deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.music_comment > dt > span > small {
  font-size: 80%;
  font-weight: 400;
}
.music_comment > dt > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  display: block;
  width: 10rem;
  height: 6rem;
  background: url(../images/common/img_redink.png) no-repeat top left/contain;
}
.music_comment > dd {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .music_comment > dd {
    margin-top: 3rem;
  }
}
.music_comment > dd > p {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .music_comment > dd > p {
    margin-top: 3rem;
  }
}
.music_comment > dd > p:first-child {
  margin-top: 0;
}
.music_comment > dd > p a {
  color: #004e5c;
}
.music_comment_img {
  position: relative;
  width: 84.4036697248%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .music_comment_img {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .grassUnder {
    width: 95%;
    margin: 0 auto;
  }
}