@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : music.css
Description : 主題歌
===================================================================== */
/* ========================================================
    music
======================================================== */
.music {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .music {
    padding: 9rem 0 12rem 0;
  }
}
.music_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
}
.music_ttl > h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  margin: 5.5rem 0;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2 {
    margin: 4.3rem 0;
  }
}
.music_ttl > h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 21.95rem);
  top: calc(50% - 11.65rem);
  display: block;
  width: 43.9rem;
  aspect-ratio: 439/233;
  background-image: url(../images/music/music_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2::before {
    left: calc(50% - 17.75rem);
    top: calc(50% - 9.4rem);
    width: 35.5rem;
  }
}
.music_ttl > h2 > em {
  position: relative;
  color: #000000;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2 > em {
    font-size: 6rem;
  }
}
.music_ttl > h2 > span {
  position: relative;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_ttl > h2 > span {
    font-size: 2rem;
  }
}
.music_ttl > h2 > span > span {
  font-family: "Shippori Mincho", serif;
}
.music_column {
  position: relative;
  width: 90.7692307692%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_column {
    width: 100%;
    margin: 6rem auto 0 auto;
  }
}
.music_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.music_img {
  position: relative;
  width: 77.9661016949%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_img {
    width: 36%;
  }
}
.music_name {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .music_name {
    margin-top: 3rem;
  }
}
.music_name_01 {
  position: relative;
  text-align: center;
}
.music_name_01 > span {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .music_name_01 > span {
    font-size: 2.2rem;
  }
}
.music_name_02 {
  position: relative;
  margin-top: 0.5rem;
  text-align: center;
}
.music_name_02 > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .music_name_02 > span {
    font-size: 3.6rem;
  }
}
.music_name_03 {
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
.music_name_03 > span {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .music_name_03 > span {
    font-size: 1.6rem;
    letter-spacing: inherit;
  }
}
.music_btn {
  position: relative;
  width: 91.5254237288%;
  aspect-ratio: 540/100;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_btn {
    width: 560px;
    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-radius: 5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover {
    background-color: #cb002e;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover > span {
    color: #ffffff;
  }
}
.music_btn > a > span {
  color: #cb002e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span {
    font-size: 2.4rem;
  }
}
.music_artist {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .music_artist {
    margin-top: 9rem;
  }
}
.music_artist_img {
  position: relative;
  width: 61.0169491525%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_artist_img {
    width: 36%;
    margin: 0;
  }
}
.music_artist_profile {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .music_artist_profile {
    width: 59%;
    margin-top: 0;
  }
}
.music_artist_profile > dt {
  width: 100%;
  border-bottom: 1px solid #cb002e;
}
.music_artist_profile > dt > span {
  color: #cb002e;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .music_artist_profile > dt > span {
    font-size: 2.6rem;
  }
}
.music_artist_profile > dd {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .music_artist_profile > dd {
    margin-top: 2rem;
  }
}
.music_artist_profile > dd > p {
  font-weight: 500;
}
.music_artist_sns {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.music_artist_sns > a {
  color: #cb002e;
  text-decoration: underline;
}
.music_comment {
  position: relative;
  width: 100%;
  margin-top: 12rem;
  padding-left: 3rem;
}
@media screen and (min-width: 768px) {
  .music_comment {
    margin-top: 9rem;
    padding-left: 0;
  }
}
.music_comment + .music_comment {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .music_comment + .music_comment {
    margin-top: 7.5rem;
  }
}
.music_comment > dt {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cb002e;
}
.music_comment > dt::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: -3rem;
  display: block;
  width: 7.3rem;
  aspect-ratio: 73/61;
  background-image: url(../images/music/music_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .music_comment > dt::before {
    width: 6.4rem;
  }
}
.music_comment > dt > span {
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .music_comment > dt > span {
    font-size: 2.4rem;
  }
}
.music_comment > dd {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .music_comment > dd {
    margin-top: 2rem;
  }
}
.music_comment > dd > p {
  font-weight: 500;
}

main:has(+ .footer .pagetop:first-child) section.music {
  padding-bottom: 34rem;
}
@media screen and (min-width: 768px) {
  main:has(+ .footer .pagetop:first-child) section.music {
    padding-bottom: 18rem;
  }
}/*# sourceMappingURL=music.css.map */