@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: 12rem 0;
  }
}
.music::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 5.5rem);
  height: 70rem;
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .music::before {
    width: calc(100% - 6rem);
    height: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .music::before {
    width: calc(50% + 540px);
  }
}
.music_column {
  position: relative;
  width: 93.75%;
  margin: 0 0 0 auto;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .music_column {
    width: 100%;
    margin: 0;
    padding-bottom: 7.5rem;
  }
}
.music_column::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: calc(100% - 10rem);
  background-color: #ffffff;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .music_column::before {
    height: calc(100% - 7.5rem);
  }
}
.music_column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
}
.music_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.music_ttl > em {
  display: block;
  padding-left: 5.5rem;
  font-family: "Imbue", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.music_ttl > span {
  position: absolute;
  left: -6rem;
  top: 0;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .music_ttl > span {
    font-size: 2.1rem;
  }
}
.music_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .music_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.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: 45%;
  }
}
.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: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .music_subttl > em {
    font-size: 2.8rem;
  }
}
.music_subttl > span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  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: 120.1834862385%;
  margin: 0 -10.0917431193%;
  padding: 2rem 10.0917431193%;
  text-align: left;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .music_comment > dt {
    width: 100%;
    margin: 0;
    padding: 1.5rem 0;
    text-align: center;
  }
}
.music_comment > dt > span {
  display: block;
  font-family: "Imbue", serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_comment > dt > span {
    font-size: 3rem;
  }
}
.music_comment > dt > span > small {
  font-size: 80%;
  font-weight: 400;
}
.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: #73b4bf;
}
.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%;
  }
}/*# sourceMappingURL=music.css.map */