@charset "UTF-8";
@import "../../css/layout.css";


/*- main
-----------------------------------------------------------------------*/
#jp-sf {
  font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体', 
  sans-serif;  
}


.jp-sf-body{
  background-color:#1c1c1c;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: solid 6px #000;
  border-image: url("../img/g_grade.png");
  border-image-slice: 1;
  border-image-repeat: stretch;
}



/* メインアー写部分 
-----------------------------------------------------------------------*/
.jp-sf-main{
  text-align: center;
  border-top: solid 6px #000;
  border-image: url("../img/g_grade.png");
  border-image-slice: 1;
  border-image-repeat: stretch;
}

.jp-sf-main-title{
  margin-top:20px;
}


.jp-sf-main-title h1 img{
  width: 60%;
  box-shadow: #1d1d1d ;
}

.yearmonth{
  /* font-weight: bold; */
  font-size:20px;
  color:#ddc58d;
  font-weight: bold;
  /* margin-bottom:20px; */
  margin-bottom:10px;
  margin-top: 5px;
}



@media screen and (max-width: 767px) {
  .jp-sf-main-title{
    margin-top:10px;
  }

  .jp-sf-main-title h1 img {
    width:100%;
  }

  .yearmonth{
    font-size:16px;
  }

}

.jp-sf-main{
  background: url("../img/bg_dot.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom:30px;
}


/* .jp-sf-main-image:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px) brightness(40%);;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
} */


.jp-sf-main-image img{
  max-width: 600px;
  margin:3em 0;
  border: 2px solid rgba(188, 165, 131, 1);
  box-shadow: 0px 0px 8px -4px#EBEB6D;
   z-index: 1;
   border: solid 2px transparent;
   border-image: url("../img/g_grade.png");
   border-image-slice: 1;
   border-image-repeat: stretch;
}



.jp-sf-main-image img.tate{
  max-width: 450px;
}


.artist-name{
  background:#000;
  width: 700px;
  margin:0 auto;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  border-image: url("../img/g_grade.png");
  border-image-slice: 1;
  border-image-repeat: stretch;
}

.artist-name p{
  font-size:30px;
  color:#fff;
  padding:5px 0;
}


@media screen and (max-width: 767px) {
  .jp-sf-main{
    background: url("../img/bg_dot_sp.png") no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-bottom:30px;
  }
  
  .jp-sf-main-image img{
    width: 90%;
    margin: 20px 0 30px 0;
    box-shadow: none;
  }


  .jp-sf-main-image img.tate{
    width: 80%;
    box-shadow: none;
  }
  
  
  .artist-name{
    padding:2px 0;
    width: 100%;
  }

  .artist-name p{
    font-size:20px;
  }

}



/* 各セクション パーツ 
-----------------------------------------------------------------------*/

h2 {
  font-size: 24px;
  color:#fff;
  text-align: center;
  line-height:30px;
  padding-top:20px;
  text-shadow: 1px 1px 3px rgba(245, 240, 148, 0.3);
}

h2 span{
  font-size:18px;
  text-shadow:none;
}

h2 img{
  height:80px;
  width: auto;
  margin-bottom:30px;
}




@media screen and (max-width: 767px) {
  h2 {
      padding-top:10px;
  }

  h2 img{
    height: 50px;
    width: auto;
  }

}




/* キャンペーンエリア
----------------------------------------------------------------------- */

.jp-sf-camp{
  background:#1d1d1d;
  padding: 20px 0;
}



.jp-sf-camp h2 img{
  margin-bottom:10px;
}


.jp-sf-camp-bn{
  text-align: center;

}

.jp-sf-camp-bn img{
  width: auto;
  /* margin-top:20px; */
}

.jp-sf-camp-bn a img{
  border:2px solid #1d1d1d;
}



.jp-sf-camp-bn a img:hover{
  border: 2px solid #D1A90B;
  border-image: linear-gradient(90deg, rgba(188, 165, 131, 1) 3.54%, rgba(226, 203, 157, 1) 14.1%, rgba(255, 231, 176, 1) 23.29%, rgba(255, 249, 234, 1) 36.36%, rgba(230, 221, 199, 1) 36.84%, rgba(188, 172, 140, 1) 37.72%, rgba(157, 137, 96, 1) 38.47%, rgba(138, 115, 70, 1) 39.05%, rgba(131, 107, 60, 1) 39.39%, rgba(135, 111, 64, 1) 44.47%, rgba(148, 122, 76, 1) 49.84%, rgba(169, 141, 97, 1) 55.32%, rgba(188, 158, 115, 1) 59.09%, rgba(192, 163, 119, 1) 59.61%, rgba(226, 200, 150, 1) 64.18%, rgba(247, 223, 169, 1) 67.87%, rgba(255, 231, 176, 1) 70.2%, rgba(200, 171, 126, 1) 88.26%, rgba(188, 158, 115, 1) 91.92%);
  border-image-slice: 1;
  box-shadow: 0px 0px 8px -4px rgba(226, 203, 157, 1) ;
}

.jp-sf-camp-bn-txt{
  margin-top: 5px;
  text-align: center;
  font-size:18px;
  color:#fff;
}



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

  .jp-sf-camp-bn{
    padding:0 10px;
  }
  .jp-sf-camp-bn img{
    width: 90%;
  }
  
  }


/* 202412 キャンペーンバナーをローテバナーサイズに変更。過去分に影響でるので以下にクラス名変更 　202507ごろに完全差し替え完了想定するのでjp-sf-camp-bnはその後消してもOK*/

  .jp-sf-camp-bn-rote{
    text-align: center;
  
  }
  
  .jp-sf-camp-bn-rote img{
    width: 50%;
    /* margin-top:20px; */
  }
  
  .jp-sf-camp-bn-rote a img{
    border:2px solid #1d1d1d;
  }
  
  
  
  .jp-sf-camp-bn-rote a img:hover{
    border: 2px solid #D1A90B;
    border-image: linear-gradient(90deg, rgba(188, 165, 131, 1) 3.54%, rgba(226, 203, 157, 1) 14.1%, rgba(255, 231, 176, 1) 23.29%, rgba(255, 249, 234, 1) 36.36%, rgba(230, 221, 199, 1) 36.84%, rgba(188, 172, 140, 1) 37.72%, rgba(157, 137, 96, 1) 38.47%, rgba(138, 115, 70, 1) 39.05%, rgba(131, 107, 60, 1) 39.39%, rgba(135, 111, 64, 1) 44.47%, rgba(148, 122, 76, 1) 49.84%, rgba(169, 141, 97, 1) 55.32%, rgba(188, 158, 115, 1) 59.09%, rgba(192, 163, 119, 1) 59.61%, rgba(226, 200, 150, 1) 64.18%, rgba(247, 223, 169, 1) 67.87%, rgba(255, 231, 176, 1) 70.2%, rgba(200, 171, 126, 1) 88.26%, rgba(188, 158, 115, 1) 91.92%);
    border-image-slice: 1;
    box-shadow: 0px 0px 8px -4px rgba(226, 203, 157, 1) ;
  }
  
  .jp-sf-camp-bn-txt{
    margin-top: 5px;
    text-align: center;
    font-size:18px;
    color:#fff;
  }
  
  
  
  @media screen and (max-width: 767px) {
  
    .jp-sf-camp-bn-rote{
      padding:0 10px;
    }
    .jp-sf-camp-bn-rote img{
      width: 80%;
    }
    
    }
  


/* コンテンツエリア 
----------------------------------------------------------------------- */

.jp-sf-contents-area{
  background-image: url("../img/bg.png");
  /* background-position: center top; */
  margin-bottom: 0;
  padding: 30px 0;
}


.jp-sf-box{
  margin: 50px 20px;;
  padding: 38px 10px;
  background-color: rgba(0, 0, 0, 0.8);
}



@media screen and (max-width: 767px) {
  .jp-sf-contents-area{
    padding: 10px 0;
  }

.jp-sf-box{
  margin: 40px 10px;;
  padding: 38px 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

}

/* スペシャルインタビュー動画
----------------------------------------------------------------------- */


  /* YouTube動画汎用 */
 .special-area{ 
   display: block;
   margin:0 auto;
   width: 80%;
}

.movie{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie:after {
  content: "";
  display:block;
  clear: both;
  visibility: hidden;
}

.jp-sf-special-movie-txt{
  text-align: center;
  font-size:18px;
  color:#fff;
}


@media screen and (max-width: 767px) {
  .special-area{
    width:100%;
    padding-bottom: 30px;
  }
  .movie{
    padding-top: 0;
  }
  
  
  }


.jp-sf-special-movie-date{
  color:#ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}





  /* songlist 
  -----------------------------------------------------------------------*/


.jp-sf-song{
  /* margin: 20px 10px 30px 10px; */
  padding:30px 50px;
}

/* jp-page-sl-songlist-xxx(table common settings) */

    .jp-sf-song table {
      margin-bottom:30px;
    }


[class^="jp-page-sl-songlist-"],
[class*=" jp-page-sl-songlist-"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#ffffff;
}
[class^="jp-page-sl-songlist-"] > thead > tr > th,
[class*=" jp-page-sl-songlist-"] > thead > tr > th {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  line-height: 1.1;
  border: 1px solid  #3a3a3a;
  /* background-color: #3a3a3a; */
}
[class^="jp-page-sl-songlist-"] > thead > tr > th > *,
[class*=" jp-page-sl-songlist-"] > thead > tr > th > * {
  font-weight: bold;
  vertical-align: middle;
}
[class^="jp-page-sl-songlist-"] > thead > tr > th > * + *,
[class*=" jp-page-sl-songlist-"] > thead > tr > th > * + * {
  margin-left: 5px;
}
[class^="jp-page-sl-songlist-"] > tbody > tr > td,
[class*=" jp-page-sl-songlist-"] > tbody > tr > td {
  padding: 10px;
  line-height: 1.1;
  vertical-align: middle;
  /* background-color:  #3a3a3a; */
  border: 1px solid  #3a3a3a;
}
[class^="jp-page-sl-songlist-"] > tbody > tr > td *,
[class*=" jp-page-sl-songlist-"] > tbody > tr > td * {
  line-height: 1.1;
}

[class^="jp-page-sl-songlist-"] > tbody > tr > td a,
[class*=" jp-page-sl-songlist-"] > tbody > tr > td a{
  color:#fff;
}

/* [class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-song,
[class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-song,
[class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-song,
[class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-song {
  font-weight: bold;
  font-size:120%;
} */

[class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-kashi a,
[class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-kashi a,
[class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-kashi a,
[class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-kashi a{
  font-size:100%;
}
[class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-mysong a,
[class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-mysong a,
[class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-mysong a,
[class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-mysong a{
  font-size:100%;
}

[class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-song a:hover,
[class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-song a:hover,
[class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-song a:hover,
[class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-song a:hover{

  color:rgba(255, 231, 176, 1);
}

[class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-artist a:hover,
[class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-artist a:hover,
[class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-artist a:hover,
[class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-artist a:hover{
  color:rgba(255, 231, 176, 1);
}





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

  .jp-sf-song{
    padding:20px 10px;
  }
  
  [class^="jp-page-sl-songlist-"],
  [class*=" jp-page-sl-songlist-"] {
    display: block;
    padding:5px;
  }
  [class^="jp-page-sl-songlist-"] > thead,
  [class*=" jp-page-sl-songlist-"] > thead {
    display: none;
  }
  [class^="jp-page-sl-songlist-"] > caption,
  [class*=" jp-page-sl-songlist-"] > caption {
    display: block;
    font-size: 14px;
    line-height: 1.2;
  }
  [class^="jp-page-sl-songlist-"] > tbody,
  [class*=" jp-page-sl-songlist-"] > tbody {
    display: block;
    border: 1px solid #a7b2bb;
  }
  [class^="jp-page-sl-songlist-"] > tbody > tr,
  [class*=" jp-page-sl-songlist-"] > tbody > tr {
    display: block;
    position: relative;
    padding: 15px 15px 32px;
  }
  [class^="jp-page-sl-songlist-"] > tbody > tr > th,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > th,
  [class^="jp-page-sl-songlist-"] > tbody > tr > td,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > td {
    display: block;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .jp-page-sl-songlist-slender[class^="jp-page-sl-songlist-"] > tbody > tr > th,
  .jp-page-sl-songlist-slender[class*=" jp-page-sl-songlist-"] > tbody > tr > th,
  .jp-page-sl-songlist-slender[class^="jp-page-sl-songlist-"] > tbody > tr > td,
  .jp-page-sl-songlist-slender[class*=" jp-page-sl-songlist-"] > tbody > tr > td {
    padding:5px;
    }

  [class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-song,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-song,
  [class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-song,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-song {
    display: inline-block;
    line-height: 1.5em;
  }
  [class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-artist,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-artist,
  [class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-artist,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-artist {
    /* display: inline-block; */
    /* padding-left: 1em; */
    /* text-indent: -1em; */
    line-height: 1.5em;
    padding-top:1em;
  }
  [class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-artist::before,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-artist::before,
  [class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-artist::before,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-artist::before {
    /* content: '\A／'; */
    white-space: pre;
    display: inline-block;
    color:#ffffff;
    /* width: 1em; */
    /* text-align: center; */
    /* text-indent: 0; */

  }

  [class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-kashi,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-kashi,
  [class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-kashi,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-kashi {
    position: absolute;
    bottom: 5px;
    right: 90px;
    margin-right: 5px;
  }
  [class^="jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-mysong,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > th.jp-page-sl-cell-mysong,
  [class^="jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-mysong,
  [class*=" jp-page-sl-songlist-"] > tbody > tr > td.jp-page-sl-cell-mysong {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  [class^="jp-page-sl-songlist-"] > tbody > tr + tr,
  [class*=" jp-page-sl-songlist-"] > tbody > tr + tr {
    border-top: 1px dotted #a7b2bb;
  }
}



/*- newrelease
-----------------------------------------------------------------------*/

.jp-sf-release{ 
  text-align: center;
 }


/*ジャケット*/
.jp-sf-release-jacket{
  margin-bottom: 30px;
}

.jp-sf-release-jacket img{
  max-width: 275px;
  margin:5px;
}

.jp-sf-release-jacket p{
  color:#fff;
  font-size:16px;
}


/*情報枠*/
.jp-sf-release-info {
  color:#ffffff;
  font-size: 16px;
  line-height: 0.8em;
  margin-bottom: 50px;
}


.jp-sf-release-movie{
  margin: 50px 0 30px 0;
}



@media screen and (max-width: 767px) {
  /*ジャケット*/
  .jp-sf-release-jacket img{
    max-width: 50%;
  }

}


/* お店でもPUSH中！
----------------------------------------------------------------------- */
.jp-sf-joytv{
  padding:30px 0;
  text-align: center;
}

.jp-sf-joytv-text{
margin: 20px 0;
}

.jp-sf-joytv p{
  color:#ffffff;
  font-size: 16px;
}

.jp-sf-release-date {
  margin-top: 15px;
}

.jp-sf-release-date span{
  font-size:14px;
  font-weight: bold;
}

/* ボタン */
/* .jp-sf-gold-btn {
  display: inline-block;
  padding: 1em 3em 1em 2em;
  text-decoration: none;
  color: rgba(255, 231, 176, 1);
  border:2px solid rgba(255, 231, 176, 1);
  position: relative;
  margin:0 10px;
}

.jp-sf-gold-btn a{
  color: rgba(255, 231, 176, 1);
  font-weight: bold;
  font-size:18px;
}

.jp-sf-gold-btn:hover {
  background-color:rgba(255, 231, 176, 1);
}


.jp-sf-gold-btn:hover a {
   color:#000;
} */


/* ボタン */
.jp-sf-gold-btn {
  display: block;
  width: 270px;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  text-decoration: none;
  position:relative;
  margin:0 auto 15px auto;
}

.jp-sf-gold-btn a{
  display: block;
  background-color: transparent;
  border:2px solid rgba(255, 231, 176, 1);
  color: rgba(255, 231, 176, 1);
  position: relative;
  font-weight: bold;
  font-size:14px;
  padding:10px;
}

.jp-sf-gold-btn a::after{
  content: "";
  position: absolute;
  top: 50%;
 right:5%;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(255, 231, 176, 1);
  border-right: 2px solid rgba(255, 231, 176, 1);
  transform: rotate(45deg);
  margin-top: -5px;
}

.jp-sf-gold-btn a:hover {
  background-color:rgba(255, 231, 176, 1);
  border:2px solid rgba(255, 231, 176, 1);
  color:#000;
  opacity: 1;
}


.jp-sf-gold-btn a:hover::after{
  content: "";
  position: absolute;
  top: 50%;
 right:5%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-top: -5px;
  z-index:1;
}


/* やじるし */
/* .jp-sf-gold-btn::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: rgba(255, 231, 176, 1);
  font-weight: bold;
  font-size:16px;
}

.jp-sf-gold-btn::after　:hover {
  color:#000;
} */



.mt10{
  margin-top:10px;
}


/* jp-sf-rectv
 ----------------------------------------------------------------------- */
 .jp-sf-rectv{
  padding:30px 0;
  text-align: center;
}

.jp-sf-rectv-text{
margin: 20px 0;
}

.jp-sf-rectv p{
  color:#ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}




/* インフォ
----------------------------------------------------------------------- */
.jp-sf-information{
  text-align: left;
  padding:38px 50px;
}


.jp-sf-information-content{
  margin: 20px 0;
}

.jp-sf-information-content h3{
margin-bottom: 10px;;
font-weight: bold;
font-size: 110%;
color:#ffffff;
}

.jp-sf-information-content p{
  color:#ffffff;
  font-size: 16px;
}


@media screen and (max-width: 767px) {
  .jp-sf-information{
    padding:38px 20px;
  }
  
}


/* SFとは？
----------------------------------------------------------------------- */

.jp-sf-whats{
  padding:20px 0;
  margin-bottom: 30px;
}

.jp-sf-whats h3{
  font-size: 20px;
  color:#fff;
  text-align: center;
  line-height:30px;
  padding-bottom:20px;
}

.jp-sf-whats .whats-box{
  width: 600px;
  margin: 0 auto;
  padding: 20px;
  border:1px solid #fff;
  text-align: center;
}

.whats-box p{
  color:#fff;
  font-size:16px;
}


@media screen and (max-width: 767px) {
  /*ボーダー*/
  .jp-sf-whats .whats-box{
    width: 80%;
  }

}


/* SNS Share
----------------------------------------------------------------------- */
.jp-sf-share {
    text-align: right;
    margin: 20px 10px 20px 10px;
}