@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : music.css
Description : 主題歌
===================================================================== */
/* ========================================================
    music
======================================================== */
.music {
  position: relative;
  width: 100%;
  padding: 16rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .music {
    padding: 12rem 0 0 0;
  }
}
.music_column {
  position: relative;
  width: 100%;
}
.music_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.music_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 63.1rem;
  aspect-ratio: 631/394;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .music_ttl::before {
    width: 47.3rem;
  }
}
.music_ttl > em {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: scaleY(0.9);
}
@media screen and (min-width: 768px) {
  .music_ttl > em {
    font-size: 5.4rem;
  }
}
.music_ttl > span {
  display: block;
  margin-top: 0.4em;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .music_ttl > span {
    font-size: 2.4rem;
  }
}
.music_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .music_wrap {
    margin-top: 6rem;
  }
}
.music_wrap + .music_wrap {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .music_wrap + .music_wrap {
    margin-top: 9rem;
  }
}
.music_item {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 10rem auto;
}
@media screen and (min-width: 768px) {
  .music_item {
    display: grid;
    grid-template-columns: 40% 6% 54%;
    grid-template-rows: auto auto;
    width: 92.5925925926%;
    margin: 0 auto 7.5rem auto;
  }
}
.music_img {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_img {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: flex-start;
    width: 100%;
    margin: 0;
  }
}
.music_subttl {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_subttl {
    grid-column: 3/4;
    grid-row: 1/2;
    align-self: flex-start;
    margin-top: auto;
  }
}
.music_subttl > span {
  display: block;
  margin-bottom: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .music_subttl > span {
    font-size: 2.2rem;
  }
}
.music_subttl > em {
  display: block;
  color: #0091a1;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .music_subttl > em {
    font-size: 3.6rem;
  }
}
.music_subttl > small {
  display: block;
  margin-top: 0.8em;
  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: 75%;
  aspect-ratio: 480/96;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_btn {
    grid-column: 3/4;
    grid-row: 2/3;
    align-self: flex-end;
    width: 100%;
    max-width: 36rem;
    margin: 4.5rem 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 4rem;
  background-color: #141414;
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover::after {
    width: 6.4rem;
  }
}
.music_btn > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #0091a1;
  transition: 0.3s ease;
}
.music_btn > a::after {
  content: "";
  position: absolute;
  left: calc(100% - 6.4rem);
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.music_btn > a > span {
  display: block;
  color: #69b7bf;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: translateY(-0.05em);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span {
    font-size: 2.4rem;
  }
}
.music_profile {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_profile {
    width: 92.5925925926%;
    margin: 6rem auto 0 auto;
  }
}
.music_profile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0091a1;
}
.music_profile > dt {
  width: 100%;
  padding: 4rem 0 3rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_profile > dt {
    padding: 3rem 0 2.25rem 0;
  }
}
.music_profile > dt > span {
  display: block;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .music_profile > dt > span {
    font-size: 3rem;
  }
}
.music_profile > dd {
  width: 100%;
}
.music_profile > dd > p {
  width: 100%;
  margin-top: 1em;
}
.music_profile > dd > p:first-child {
  margin-top: 0;
}
.music_comment {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_comment {
    width: 92.5925925926%;
    margin: 6rem auto 0 auto;
  }
}
.music_comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0091a1;
}
.music_comment > dt {
  width: 100%;
  padding: 4rem 0 3rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_comment > dt {
    padding: 3rem 0 2.25rem 0;
  }
}
.music_comment > dt > span {
  display: block;
  color: #0091a1;
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .music_comment > dt > span {
    font-size: 3rem;
  }
}
.music_comment > dd {
  width: 100%;
}
.music_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.music_comment > dd > p:first-child {
  margin-top: 0;
}/*# sourceMappingURL=music.css.map */