@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : music.css
Description : 主題歌
===================================================================== */
/* ========================================================
    music
======================================================== */
.music {
  position: relative;
  width: 100%;
  padding: 12rem 0 0 0;
}
.music_column {
  position: relative;
  width: 100%;
}
.music_ttl {
  position: relative;
  width: 26.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_ttl {
    width: 23.94rem;
  }
}
.music_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .music_wrap {
    margin-top: 6rem;
  }
}
.music_item {
  position: relative;
  width: 100%;
}
.music_img {
  position: relative;
  width: 73.8461538462%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_img {
    width: 78%;
  }
}
.music_subttl {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_subttl {
    margin-top: 3.6rem;
  }
}
.music_subttl > span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .music_subttl > span {
    font-size: 2rem;
  }
}
.music_subttl > em {
  display: block;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .music_subttl > em {
    font-size: 3.4rem;
  }
}
.music_subttl > small {
  display: block;
  margin-top: 0.7em;
  color: #a3a3a3;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .music_subttl > small {
    font-size: 1.6rem;
  }
}
.music_btn {
  position: relative;
  width: 100%;
  aspect-ratio: 650/100;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_btn {
    width: 56rem;
    aspect-ratio: 560/70;
    margin: 4.5rem auto 0 auto;
  }
}
.music_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 1px solid #100923;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover {
    border: 1px solid #87010d;
    background-color: #87010d;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover::before {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover > span {
    color: #ffffff;
  }
}
.music_btn > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 1.3rem;
  aspect-ratio: 13/24;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #100923;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .music_btn > a::before {
    right: 2rem;
    width: 0.8rem;
  }
}
.music_btn > a > span {
  display: block;
  color: #100923;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-0.06em);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span {
    font-size: 2.4rem;
  }
}
.music_profile {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .music_profile {
    margin-top: 6rem;
  }
}
.music_profile > dt {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.music_profile > dt > span {
  position: relative;
  display: inline-block;
  font-family: "Tangerine", cursive;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_profile > dt > span {
    font-size: 6rem;
  }
}
.music_profile > dt > span::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.5em);
  top: 50%;
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #100923;
  transform: translateY(-50%);
  z-index: -1;
}
.music_profile > dt > span::after {
  content: "";
  position: absolute;
  left: calc(100% + 0.5em);
  top: 50%;
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #100923;
  transform: translateY(-50%);
  z-index: -1;
}
.music_profile > dd {
  width: 100%;
}
.music_profile > dd > p {
  width: 100%;
  margin-top: 1em;
}
.music_comment {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .music_comment {
    margin-top: 4.5rem;
  }
}
.music_comment > dt {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.music_comment > dt > span {
  position: relative;
  display: inline-block;
  font-family: "Tangerine", cursive;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_comment > dt > span {
    font-size: 6rem;
  }
}
.music_comment > dt > span::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.5em);
  top: 50%;
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #100923;
  transform: translateY(-50%);
  z-index: -1;
}
.music_comment > dt > span::after {
  content: "";
  position: absolute;
  left: calc(100% + 0.5em);
  top: 50%;
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #100923;
  transform: translateY(-50%);
  z-index: -1;
}
.music_comment > dd {
  width: 100%;
}
.music_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}/*# sourceMappingURL=music.css.map */