@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_column {
  position: relative;
  width: 100%;
}
.music_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_ttl {
    padding: 7.5rem 0;
  }
}
.music_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.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: 26.4rem;
  }
}
.music_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .music_ttl > em {
    font-size: 6rem;
  }
}
.music_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .music_ttl > span {
    font-size: 3rem;
  }
}
.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%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_item {
    width: 74.0740740741%;
  }
}
.music_item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5.6rem;
  display: block;
  width: 100vw;
  height: calc(100% - 19.1rem);
  background-color: rgba(255, 171, 26, 0.65);
  mix-blend-mode: hard-light;
  transform: translateX(-50%);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .music_item::before {
    bottom: 4.2rem;
    height: calc(100% - 21.3rem);
  }
}
.music_item + .music_profile {
  padding-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .music_item + .music_profile {
    padding-top: 0.9rem;
  }
}
.music_item + .music_comment {
  padding-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .music_item + .music_comment {
    padding-top: 0.9rem;
  }
}
.music_img {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .music_img {
    width: 76%;
  }
}
.music_img > figure {
  position: relative;
  width: 100%;
}
.music_img > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 146.6666666667%;
  aspect-ratio: 704/872;
  background-image: url(../images/common/common_bg10.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -3;
}
.music_subttl {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_subttl {
    margin-top: 3rem;
  }
}
.music_subttl > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .music_subttl > span {
    font-size: 2.2rem;
  }
}
.music_subttl > em {
  display: block;
  margin-top: 1.2rem;
  color: #ffb726;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .music_subttl > em {
    margin-top: 0.9rem;
    font-size: 3.6rem;
  }
}
.music_subttl > small {
  display: block;
  margin-top: 2.4rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .music_subttl > small {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}
.music_btn {
  position: relative;
  width: 87.5%;
  aspect-ratio: 560/112;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_btn {
    width: 420px;
    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%;
  background-color: #ffb726;
  transition: none;
}
@media screen and (min-width: 768px) {
  .music_btn > a:hover {
    transform: rotate(-2deg);
    opacity: 1;
  }
}
.music_btn > a::before {
  content: "";
  position: absolute;
  right: 10.7142857143%;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 0.1em solid #f90605;
  border-bottom: 0.1em solid #f90605;
  transform: translateY(-50%) rotate(-135deg);
}
.music_btn > a > span {
  display: block;
  padding-left: 10.7142857143%;
  color: #f90605;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .music_btn > a > span {
    font-size: 2.7rem;
  }
}
.music_profile {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_profile {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.music_profile > dt {
  position: relative;
  width: 100%;
  padding: 1.6rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_profile > dt {
    padding: 1.2rem 0;
  }
}
.music_profile > dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
}
.music_profile > dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
}
.music_profile > dt > span {
  display: block;
  font-family: "Ephesis", cursive;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(0.03em);
}
@media screen and (min-width: 768px) {
  .music_profile > dt > span {
    font-size: 4.8rem;
  }
}
.music_profile > dd {
  position: relative;
  width: 100%;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .music_profile > dd {
    padding-top: 0.45rem;
  }
}
.music_profile > dd::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (min-width: 768px) {
  .music_profile > dd:has(figure) > p {
    padding-left: 50%;
  }
}
.music_profile > dd > figure {
  float: none;
  width: 75%;
  margin: 4rem auto 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .music_profile > dd > figure {
    float: left;
    width: 45%;
    margin: 3rem 0 0 0;
  }
}
.music_profile > dd > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .music_profile > dd > p {
    margin-top: 3rem;
  }
}
.music_profile > dd > p a {
  color: #ff7f00;
}
.music_comment {
  position: relative;
  width: 100%;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .music_comment {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.music_comment > dt {
  position: relative;
  width: 100%;
  padding: 1.6rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music_comment > dt {
    padding: 1.2rem 0;
  }
}
.music_comment > dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
}
.music_comment > dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ff7f00 0%, #000000 50%, #60afbf 100%);
}
.music_comment > dt > span {
  display: block;
  font-family: "Ephesis", cursive;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(0.03em);
}
@media screen and (min-width: 768px) {
  .music_comment > dt > span {
    font-size: 4.8rem;
  }
}
.music_comment > dd {
  position: relative;
  width: 100%;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .music_comment > dd {
    padding-top: 0.45rem;
  }
}
.music_comment > dd::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (min-width: 768px) {
  .music_comment > dd:has(figure) > p {
    padding-left: 50%;
  }
}
.music_comment > dd > figure {
  float: none;
  width: 75%;
  margin: 4rem auto 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .music_comment > dd > figure {
    float: left;
    width: 45%;
    margin: 3rem 0 0 0;
  }
}
.music_comment > dd > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .music_comment > dd > p {
    margin-top: 3rem;
  }
}
.music_comment > dd > p a {
  color: #ff7f00;
}/*# sourceMappingURL=music.css.map */