/*-------------------------
common
visual
follow_box
playlist
playlist_music
playlist_next
archive
-------------------------*/
/*--common-----------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

p {
  line-height: 19px;
}

.container div, .container span {
  line-height: 19px;
}

.sp-br {
  display: block;
}

.rising_main a {
  text-decoration: none;
}

.rising_main a:hover {
  text-decoration: underline;
}

.container {
  margin-bottom: 50px;
}

.rmain2 {
  max-width: 950px;
  box-sizing: border-box;
}

.ttl_area .page_ttl {
  border-bottom: 0;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }

  .sp-br {
    display: none;
  }

  .nowrapper .nowrap .rmain2 {
    margin-top: 0;
    padding-top: 0;
  }

  .nowrapper .nowrap .rmain2 {
    padding: 0px 80px 20px;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .nowrapper .nowrap .rmain2 {
    padding: 0;
  }
}
/*--ripple-----------------------*/
.touch_one{
  position: relative;
  z-index: 2;
  background: #fff;
}
.touch_one_roop{
 position: relative;
 z-index: 2;
 background: #fff;
}


.touch_one:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #333;
  animation: ripple 700ms ease;
  z-index: 1;
}
.touch_one_roop:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #333;
  animation: ripple_roop 2000ms ease;

  z-index: 1;
  opacity: 0;

}

.touch_one:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #333;
  animation: ripple 700ms ease  100ms;
  z-index: 1;
}
.touch_one_roop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #333;
  animation: ripple_roop 2000ms ease  100ms;
  /* animation: ripple_roop 700ms ease  100ms; */

  z-index: 1;
  opacity: 0;
}
@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(1.3);
  }
}
@-webkit-keyframes ripple_roop {
 0%{
  opacity: 1;
 }
  50% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes ripple_roop {
 0%{
  opacity: 1;
 }
  50% {
    opacity: 0;
    transform: scale(1.3);
  }

}
@media screen and (max-width: 410px) {
 @-webkit-keyframes ripple {
   to {
     opacity: 0;
     transform: scale(1.2);
   }
 }
 @keyframes ripple {
   to {
     opacity: 0;
     transform: scale(1.2);
   }
 }
}
/*--ttl_list-----------------------*/
.page_ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 20px;
  font-family: "brown";
  font-weight: bold;
  color: #323232;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.top_ttl {
  padding: 25px 12px 35px;
  margin-bottom: 0;
  margin-top: 0;
  border: none;
  font-family: brown-bold;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  .page_ttl {
    font-size: 33px;
    letter-spacing: 4.5px;
    line-height: 1.35;
    margin-top: 32px;
  }

  .top_ttl {
    margin-top: 0px;
    padding: 50px 0 35px;
  }
}
/*--ttl_text-----------------------*/
.ttl_text {
  box-sizing: border-box;
  font-weight: 300;
  line-height: 19px;
  max-width: 950px;
}

.nowrapper .nowrap .ttl_text {
  font-weight: bold;
  line-height: 19px;
  margin: 0 auto;
  padding: 35px 80px 45px;
}

@media screen and (max-width: 768px) {
  .nowrapper .nowrap .ttl_text {
    padding: 34px 12px 0;
  }
}
/*--visual-img-----------------------*/
.visual_img {
  text-align: center;
}
.visual_img img {
  width: 100%;
  max-width: 950px;
}

/*--follow_box-----------------------*/
.follow_box_inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 87.5px;
  padding: 20px 30px;
  border: 5px solid #e6e6e6;
  box-sizing: border-box;
}

.follow_box_left {
  display: table-cell;
  border-right: 1px solid #dadada;
  vertical-align: middle;
}

.follow_box_logo {
  display: table-cell;
  vertical-align: middle;
}
.follow_box_logo img {
  width: 163px;
}

.follow_box_logo_txt {
  display: table-cell;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 12px;
  letter-spacing: 0.025em;
  vertical-align: middle;
}

.follow_box_right {
  display: table-cell;
  width: 260px;
  vertical-align: middle;
  text-align: center;
}
.follow_box_right iframe {
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .follow_box_inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 940px) {
  .follow_box_logo_txt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .follow_box {
    padding: 0 12px;
    box-sizing: border-box;
  }

  .follow_box_inner {
    margin-top: 30px;
    padding: 25px 10px 20px;
    display: block;
  }

  .follow_box_left {
    display: block;
    width: 100%;
    text-align: center;
    max-width: inherit;
    border-right: none;
  }

  .follow_box_right {
    width: 100%;
    display: block;
    text-align: center;
  }

  .follow_box_logo {
    display: block;
  }

  .follow_box_logo_txt {
    display: block;
    margin-top: 25px;
    padding: 0;
    text-align: center;
  }

  .follow_box_link {
    margin-top: 22.5px;
    margin-bottom: 17.5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
  }
  .follow_box_link li {
    width: 50%;
    text-align: center;
  }

  .app {
    float: left;
  }
  .app img {
    width: 113px;
  }

  .goo {
    float: right;
  }
  .goo img {
    width: 135px;
  }
}
/*--playlist-----------------------*/
.playlist {
  margin-top: 82.5px;
}

.playlist_top_ttl_inner {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 0.7;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #000;
}

.nowrapper .nowrap .playlist_top_ttl {
  text-align: center;
}

.playlist_ttl {
  background: #000;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 0;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
}

.playlist_content {
  margin-top: 15px;
}

.playlist_img {
  float: left;
  width: 350px;
}
.playlist_img img {
  width: 350px;
  height: auto;
}

.playlist_interview {
  float: right;
  max-width: 395px;
  width: calc(100% - 385px);
}

.playlist_interview_more {

}

@media screen and (max-width: 768px) {
  .playlist {
    margin-top: 70px;
  }

  .playlist_ttl {
    padding: 15px 0;
    margin-bottom: 15px;
  }

  .playlist_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .playlist_img img {
    max-width: 100%;
    width: auto;
  }

  .playlist_interview {
    float: none;
  }

  .playlist_content {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .playlist_interview {
    width: 100%;
    max-width: inherit;
  }

  .interview_content {
    margin-top: 27.5px;
  }
}
/*-artist---*/
.artist {
  margin-top: 14px;
}

.artist_name {
  display: block;
  font-weight: bold;
  font-size: 17px;
}

.container .artist_job {
  display: block;
  margin-top: 10px;
  font-size: 10.5px;
  line-height: 1.5;
}

.container .artist_about {
  display: block;
  margin-top: 10px;
  font-size: 10.5px;
  line-height: 1.5;
}

.playlist_subttl {
  font-size: 18px;
  border-bottom: 2px solid #000;
  text-align: left;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  letter-spacing: 0.15em;
}

.interview_content {
  margin-top: 22px;
}
.interview_content p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
}
.interview_q {
  margin-top: 40px;
  font-size: 13px;
}
.interview_content .interview_q:nth-child(1) {
  margin-top: 0;
}

.interview_q {
  color: #b3b3b3;
  font-weight: bold;
  position: relative;
  padding-left: 37px;
}
.interview_q:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  left: 0;
  top: 8px;
  margin: auto 0;
  background: #b3b3b3;
}

.interview_a {
  margin-top: 25px;
}

.sp-block {
  display: none;
}
.playlist_interview_more {
  display: block;
}

@media screen and (max-width: 768px) {
  .playlist_subttl {
    margin-top: 15px;
  }
  .sp-block {
    display: block;
  }
  .playlist_interview_more {
    display: none;
  }
}
/*--playlist_music-----------------------*/
.playlist_music {
  margin: 30px auto 60px auto;
}

.playlist_music_content {
  margin-top: 17px;
  vertical-align: 0;
  line-height: 1.83;
  font-family: "Lucida Grande",sans-serif;
  overflow: hidden;
}

.music_list {
  counter-reset: num;
  column-count: 2;
}
.music_list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.music_list li:before {
  content: counter(num,decimal-leading-zero) ". ";
  counter-increment: num;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .music_list {
    column-count: auto;
  }

  .playlist_music {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
/*--playlist_music_flollow--------*/
.playlist_music_flollow {
  text-align: center;
}

.playlist_music_flollow_btn {
  display: table;
  width: 250px;
  margin: 25px auto 0;
  border: 2px solid #000;
  box-sizing: border-box;
  position: relative;
}
.playlist_music_flollow_btn:hover {
  text-decoration: none;
}

.playlist_music_flollow_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.playlist_music_flollow_img {
  display: table-cell;
  position: relative;
  width: 25px;
  padding: 10px 0 10px 25px;
}
.playlist_music_flollow_img img {
  width: 25px;
  height: auto;
}

.playlist_music_flollow_txt {
  display: table-cell;
  padding: 10px 25px 10px 0;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
}

/*--playlist_next-----------------------*/
.playlist_next {
  margin-top: 150px;
}

.page_ttl_next {
  margin-bottom: 45px;
}

.playlist_top_ttl_inner {
  position: relative;
}

.playlist_ttl_next_img {
  position: absolute;
  top: -40px;
  left: -121.5px;
  width: 121.5px;
  height: auto;
}

.playlist_next_box {
  padding: 0px;
  box-sizing: border-box;
}

.next_box_img {
  float: left;
}
.next_box_img img {
  width: 150px;
  height: auto;
}

.next_artist {
  float: right;
  width: calc(100% - 170px);
}

.next_artist_ttl {
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.12;
}

.next_artist_job {
  display: block;
  margin-top: 10px;
}

.next_artist_about {
  display: block;
  margin-top: 10px;
  font-size: 10.5px;
}

@media screen and (max-width: 768px) {
  .artist {
    margin-top: 26.5px;
    padding-top: 26.5px;
    border-top: 1px solid #dadada;
  }

  .playlist_next {
    margin-top: 120px;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .playlist_ttl_next_img {
    left: -65.5px;
    top: -40px;
  }

  .playlist_next_box {
    border: none;
    padding: 0;
    margin-top: 50px;
  }

  .page_ttl_next {
    margin-bottom: 0;
  }

  .next_box_img {
    float: none;
    text-align: center;
  }

  .next_artist {
    float: none;
    width: 100%;
    max-width: inherit;
    margin: 20px auto 0;
  }

  .next_artist_ttl {
    text-align: center;
  }

  .next_artist_job {
    text-align: center;
  }

  .playlist_top_ttl {
    margin-top: 0;
  }
}
/*--archive-----------------------*/
.archive_top {
  padding: 70px;
  text-align: center;
}
.archive_bottom {
  padding: 20px 0 70px;
  text-align: center;
}
.archive_bottom img,
.archive_top img {
  width: 51.5px;
  height: auto;
}

.archive .playlist_ttl {
  padding: 10px 0;
}
.archive .playlist_music_ttl {
  cursor: pointer;
}

.archive_ttl {
  padding: 10px 0;
}

.playlist_music_ttl {
  position: relative;
}

.playlist_arrow {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.playlist_arrow img {
  width: 18px;
  height: auto;
}

.playlist_arrow_inner {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 12.5px;
  margin: auto 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.archive_list > li:nth-child(n+2) {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .playlist_music_ttl {
    cursor: pointer;
  }

  .archive_top {
    padding: 60px;
  }
  .archive_bottom {
    padding: 0 0 60px;
  }

}

/*-----------------------
btn_online__area
------------------------*/
.btn_online__area {
  margin: 45px;
  text-align: center;
}

.btn_online {
  padding: 5px 0;
  border: 2px solid #000;
}

.btn_online a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: 'brown-bold';
  text-decoration: none;
}
.btn_online a:hover {
  text-decoration: none;
}
.btn_online_top{
 margin-bottom: 20px;
 text-align: center;
 font-size: 11.5px;

}
.btn_online_ex{
 margin-top: 0;
}

@media screen and (min-width: 768px) {
  .btn_online {
    display: inline-block;
    text-align: center;
    width: 57%;
    padding: 10px 0;
    border: 3px solid #000;
  }

  .btn_online a {
    display: block;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    vertical-align: middle;
  }
  .btn_online_top{
   font-size: 12px;
   margin-bottom: 25px;
  }
}
