@charset "UTF-8";


/*////---------------btn--------------------/////*/

.jp-cmptemp-btn-wrap{
  text-align: center;
  margin: 10px 5% 0;
}
.jp-cmptemp-btn-wrap a{
  margin-top: 10px;
}
.jp-cmptemp-btn-wrap a:first-child{
  margin-top: 0;
}

/*ベタ*/
.jp-cmptemp-btn04 {
  background: #3d3d3d;
  /*border: 2px solid #fff;*/
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 80%;
}


.jp-cmptemp-btn03 {
  background: #00B6DD;
  /*border: 2px solid #fff;*/
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 80%;
}


.jp-cmptemp-btn02 {
  background: #DE2126;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 80%;
}


.jp-cmptemp-btn02:hover,
.jp-cmptemp-btn03:hover,
.jp-cmptemp-btn02:active,
.jp-cmptemp-btn03:active{ color: #FFF; text-decoration: none; }

@media screen and (max-width: 767px) {

  .jp-cmptemp-btn02 {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
  }

  .jp-cmptemp-btn03 {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
  }
  
  .jp-cmptemp-btn04 {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
  }


}



/*////---------------story text--------------------/////*/
.jp-page-video-list-text{
    text-align: left;
    margin: 10px 5% 0;
    font-size: 14px;
}


/*////---------------文字色-------------------/////*/

@media screen and (max-width: 767px) {
.jp-page-sl-cell-song,
.jp-page-sl-cell-artist{
  font-size:16px;
  }
.jp-page-sl-cell-artist a{
   color: #0164a3;
  }
}


/*////---------------タイトル-------------------/////*/

.jp-page-video-wrapper01 {
    margin-top: 10px;
}

.jp-page-video-h1-01 {
    font-weight: bold;
    font-size: 180%;
    padding-top : 0.5em;
    padding-left: 0.5em;
}

@media screen and (max-width: 767px){
  .jp-page-video-h1-01 {
    padding: 0.5em;
    font-size: 150%;
}
}

/*追加*/

[class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-artist{
  font-size: 14px;
}

.jp-page-video-block .jp-page-sl-songlist-image{
        margin-bottom: 10px;
        text-align: center;
}

.jp-page-video-block .jp-page-sl-songlist-image img{
        margin: 0 auto;
        max-width: 30%;
}


@media screen and (max-width: 767px) {
  .jp-page-video-block .jp-page-sl-songlist-image img{
    max-width: 90%;
  }
}

.jp-page-video-block .jp-page-sl-songlist-image2{
        margin-bottom: 10px;
        text-align: center;
}

.jp-page-video-block .jp-page-sl-songlist-image2 img{
        margin: 0 auto;
        max-width: 50%;
}


@media screen and (max-width: 767px) {
  .jp-page-video-block .jp-page-sl-songlist-image img{
    max-width: 90%;
  }
}


/*アルバムタイトル　---------------------------------------*/

.album_title {
  margin: 20px 0;
  line-height: 28px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.h3 span{
  font-size: 13px;
}


#jp-bb-content > section[id] {
  margin-top: -100px;
  padding-top: 100px;
}

.jp-bb-box {
    margin-bottom: 40px;
    background-color: transparent;
}



/*　ショートカットボタン　---------------------------------------*/

.jp-cmp-btn-album-news {
    display: inline-block;
    padding: 10px 12px 10px 27px;
    -ms-border-radius: 3px/3px 3px 3px 3px;
    -moz-border-radius: 3px/3px 3px 3px 3px;
    -webkit-border-radius: 3px/3px 3px 3px 3px;
    border-radius: 3px/3px 3px 3px 3px;
    background: #d70e18 url(/web/feature/img/ico-arrow-005.png) 13px 50% no-repeat;
    -ms-background-size: 6px 8px;
    -moz-background-size: 6px 8px;
    -webkit-background-size: 6px 8px;
    background-size: 6px 8px;
    color: #fff !important;
    font-size: 120%;
    font-weight: bold;
    margin-top: 15px;
}


/*ショートカットボタン　アルバム用　---------------------------------------*/

/* jp-page-sl-buttonlink */
.jp-page-sl-buttonlink {
  text-align: center;
}
.jp-page-sl-buttonlink > div {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  min-width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jp-page-sl-buttonlink > div > a {
  display: block;
  border-radius: 4px;
  border: 1px solid #707070;
  background-color: #707070;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 14px;
}
.jp-page-sl-buttonlink > div > p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .jp-page-sl-buttonlink {
    width: 100%;
  }

.jp-page-sl-buttonlink > div {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px;
  min-width: 49%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*  .jp-page-sl-buttonlink > div {
    display: inline-block;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }*/

  .jp-page-sl-buttonlink > div > a {
    font-size: 14px;
    display: block;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .jp-page-sl-buttonlink > div > a > br {
    display: none;
  }
  .jp-page-sl-buttonlink > div .jp-page-sl-buttonlink--textlink {
    text-indent: -10px;
    padding-left: 10px;
  }
  .jp-page-sl-buttonlink > div .jp-page-sl-buttonlink--textlink::before {
    content: '';
    display: inline-block;
    text-indent: 0;
    border-left: 5px solid #cccccc;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    margin-right: 5px;
    vertical-align: middle;
  }
  .jp-page-sl-buttonlink > div .jp-page-sl-buttonlink--textlink > a {
    vertical-align: middle;
  }
  .jp-page-sl-buttonlink > div + div,
  .jp-page-sl-buttonlink > br + div {
    margin-top: 5px;
  }
  .jp-page-sl-buttonlink > br {
    display: none;
  }
}

