@charset "UTF-8";
.mT15{
  margin-top: 15px;
}
.mT60{
  margin-top: 60px;
}

.fs09{font-size:0.785em;}

 /*メニュールビー*/
  .--music .l-nav__link::before {
    content: "";
    width: 80%;
    height: 25%;
    display: block;
    position: absolute;
    top: 0;
    right: 22.5%;
    transform: translate(0, -100%);
    background: url("../img/common/menu_music_ruby_pc.svg") no-repeat center bottom/contain;
  }
  @media screen and (max-width: 960px) {
    .--music .l-nav__link::before {
      width: 115%;
      height: 24%;
      right: 0;
      background: url("../img/common/menu_music_ruby_sp.svg") no-repeat center bottom/contain;
    }
  }
  /*メニュールビーEND*/

  /*タイトルルビーここから*/
  .--music .p-content__title::before {
    content: "";
    width: 100%;
    height: 19%;
    display: block;
    position: absolute;
    top: -4%;
    transform: translate(0, -100%);
    background: url("../img/original/ttl_music_ruby_pc.svg") no-repeat 30px bottom/contain;
  }

  .p-music_content{
    padding: 6rem;
  }
  @media screen and (max-width: 960px) {
    .--music .p-content__title::before {
      width: 100%;
      height: 24%;
      background: url("../img/original/ttl_music_ruby_pc.svg") no-repeat 5px bottom/contain;
    }
  }
  @media screen and (max-width: 960px) {
    .--music .p-content__title {
      width: 35%;
    }
  }

  @media screen and (min-width: 961px) {
    .--music .p-content__deco {
        min-width: 30rem;
    }
    .--music .p-content__deco {
      width: 25%;
  }
  .--music .p-content__title {
    width: 17%;
  }
}
  .--music .p-content__deco:before {
    padding-top: 45%;
    background: url(../img/original/ttl_music_rocket.png) no-repeat 0 0 / 400% auto;
    animation: deco 2s steps(2) infinite;
  }
  @media screen and (max-width: 960px) {
    .--music .p-content__deco {
        width: 60.4444444444%;
    }
}
/*タイトルルビーEND*/

@media screen and (min-width: 961px) {

  .content_title{
    min-width: 26rem;
    position: absolute;
  }
}
  .content_title{
    width: 13rem;
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

@media screen and (min-width: 961px) {
  .--music .p-music_content {
    /* min-height: 175em;
    display: flex;
    justify-content: center;
    align-items: center; */
  }
}

.--music h2.disc_title{
  width: 22.4%;
  margin: 0 auto;
}

.album{
  width: 100%;
  position: relative;
  /* position: absolute;
  top: 0;
  margin: 4em auto;
  transform: translateX(-50%);
  left: 50%; */
}
.single{
  width: 100%;
  position: relative;
  /* position: absolute;
  top: 17%;
  transform: translateX(-50%);
  left: 50%; */
}
.gingle nav{
  margin: 10px auto 20px;
}
.single ul{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 58%;
  margin: auto;
  border-radius: 30px;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.1);
}
.single ul li{
  width: 46%;
  margin: 0 1%;
  padding: 12px 17px;
}
.single ul li a {
  cursor: pointer;
  /* display: block; */
  /* position: relative; */
  min-height: 25px;
  color: #fff;
  font-size: 1.1em;
}
.single ul li a::before{
  /* content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0; */
}
.album_inner{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 7em;
  flex-wrap: wrap;
  /* padding: 0 80px; */
}
.single h3 {
  margin: 1em auto 0;
  padding: 1em 0;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
}
.single_inner article:nth-child(1),
.single_inner article:nth-child(2){
  margin: 10px 0 0;
}

.disc_img{
  width: 44%;
}
.disc_txt{
  width: 53%;
}
.disc_txt p.detail{
  margin: 10px 0;
  font-size: 0.9em;
}
.--music article{
  margin-top: 50px;
}
article.disc_left{
  display: flex;
  justify-content: space-between;
  width: 45%;
  margin-top: 4.5em;
}
article.disc_right{
  display: flex;
  justify-content: space-between;
  width: 45%;
  margin-top: 4.5em;
}


@media screen and (min-width: 961px) {
  .--music .p-music_content__text {
      margin-left: 0;
  }
}

.--music h2.disc_title2{
  width: 22.4%;
  margin: 6rem auto 5rem;
}

.single_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 86%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .--music .p-music_content {
      padding: 2.8rem 0.5rem;
      display: block;
  }
  .--music h2.disc_title{
    width: 50%;
  }

.album {
        width: auto;
        position: relative;
        padding: 0px 30px;
        margin-top: 3em;
    }
  
  
  .album_inner{
        display: block;
        padding: 1rem 0;
        width: auto;
        position: relative;
  }
  article.disc_left {
    width: 100%;
    margin-top: 3em;
  }
  article.disc_right {
    width: 100%;
    margin-top: 3em;
  }
  .single_inner article:nth-child(2){
    margin-top: 3em;
  }
  .disc_img {
    width: 40%;
  }
  .disc_txt {
    width: 55%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .--music h2.disc_title2 {
    width: 50%;
  }
  .single{
        padding: 0px 20px;
        position: relative;
        width: auto;
  }
.single_inner {
        display: block;
        padding: 1rem 0;
        width: auto;
        position: relative;
    }
  .mT15{
    margin-top: 15px;
  }
  .single ul{
    display: block;
    width: 100%;
    
  }
  .single ul li{
    /* border-bottom: 1px solid #fff; */
    padding: 12px 0 8px;
    width: 100%;
  }
  .single ul li:last-child{
    border: none;
  }
  .single ul li a{
    padding: 0 40px 5px 8px;
  }
  .single ul li a::before{
    /* content: "";
    position: absolute;
    bottom: auto;
    left: auto;
    top: 6px;
    right: 15px;
    transform: none; */
  }
  .single h3 {
    font-size: 3rem;
  }
}

#music .c-btn__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.01rem;
  font-weight: 700;
  text-align: center;
}
#music .-s .c-btn__text {
  padding: 0.4rem 0.4rem;
}
.cd_ttle{
  font-size: 0.9em;
}
@media screen and (max-width: 960px) {

  #music .c-btn__text {
    font-size: 1.2rem;
  }
  #music .-s .c-btn__text {
    padding: 0.3rem 0.3rem;
  }
}

.to-ani{
  padding-bottom: 3.2em;
}
@media screen and (max-width: 960px) {
  .to-ani{
    padding-bottom: 2.65em;
    padding-top: 0em;
  }
}

@media screen and (min-width: 961px) {
  .js-s_movie-slide_item_02{
    width: calc(25% - 2rem);
  }
  .js-s_movie-slide_list_02{
    justify-content: space-between;
  }
}
/* .js-s_movie-slide-prev_02{display:none;}
.js-s_movie-slide-next_02{display:none;} */


@media screen and (max-width: 960px) {
  .camp_banner_area{
	max-width:unset;
    width: 80%;
    margin:0 auto;
    padding:30px 0 0 0;
  }
  
  .camp_banner_area img{
		max-width: unset;
        width: 100%;
        margin: 0 auto;
        border-radius: 15px
  }
  
}


@media screen and (min-width: 961px) {
  .camp_banner_area{
	max-width:unset;
    width: 468px;
    margin:0 auto;
    padding:30px 0 0 0;
  }
  
  .camp_banner_area img{
		max-width: unset;
        width: 100%;
        margin: 0 auto;
        border-radius: 15px
  }

}