@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : music.css
Description : 主題歌
===================================================================== */
/* ========================================================
    music
======================================================== */
.music {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .music {
    padding: 10rem 0;
  }
}
.music::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.music_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_ttl {
    width: 38.5%;
  }
}
.music_column {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .music_column {
    margin-top: 5rem;
  }
}
.music_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_item {
    width: 80%;
  }
}
.music_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.music_img > figure {
  width: 70.7692307692%;
  margin: 3.5rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .music_img > figure {
    width: 45%;
    margin: 0 0 0 7.5%;
  }
}
.music_img > figure:first-child {
  margin: 0;
}
.music_text {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.music_belong {
  position: relative;
  margin-top: 2.5rem;
  color: #6a8179;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_belong {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.music_subttl {
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
.music_subttl > em {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  background-color: #f5f0ea;
}
@media screen and (min-width: 768px) {
  .music_subttl > em {
    font-size: 3.2rem;
  }
}
.music_subttl > em::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #005d9b;
  z-index: -1;
}
.music_name {
  position: relative;
  color: #e75138;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_name {
    font-size: 2.6rem;
  }
}
.music_btn {
  position: relative;
  width: 86.1538461538%;
  margin: 7.5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_btn {
    width: 40%;
    margin: 5rem auto 0 auto;
  }
}
.music_btn > a {
  position: relative;
  display: block;
  text-align: center;
  border: 0.3rem solid #ea4a4c;
  border-radius: 9rem;
  background-color: #ea4a4c;
}
@media screen and (min-width: 768px) {
  .music_btn > a {
    border-radius: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover {
    background-color: transparent;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover::after {
    border-color: #ea4a4c;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover > span {
    color: #ea4a4c;
  }
}
.music_btn > a::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 5rem;
  top: 50%;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.4rem solid #ffffff;
  border-right: 0.4rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .music_btn > a::after {
    right: 3rem;
    width: 1.35rem;
    height: 1.35rem;
    border-top: 0.3rem solid #ffffff;
    border-right: 0.3rem solid #ffffff;
  }
}
.music_btn > a > span {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.2rem;
  line-height: 8.4rem;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span {
    font-size: 2.6rem;
    line-height: 6.4rem;
  }
}
.music_comment {
  position: relative;
  width: 100%;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .music_comment {
    margin-top: 5rem;
  }
}
.music_comment > dt {
  position: relative;
  padding-bottom: 0.8rem;
}
.music_comment > dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.8rem;
  background-image: url(../images/common/common_bg06.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
.music_comment > dt > span {
  color: #e75138;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .music_comment > dt > span {
    font-size: 2.2rem;
  }
}
.music_comment > dd {
  margin-top: 2.5rem;
}
.music_comment > dd > p {
  margin-top: 0;
}
.music_comment > dd > p + p {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .music_comment > dd > p + p {
    margin-top: 2rem;
  }
}
.music_comment > dd .artist_img {
  width: 70.7692307692%;
  margin: 4rem auto;
}
@media screen and (min-width: 768px) {
  .music_comment > dd .artist_img {
    float: right;
    width: 45%;
    margin: 0 0 2em 3em;
  }
}/*# sourceMappingURL=music.css.map */