@charset "UTF-8";
/*-------------------------------------------------------------------------
  Clearfix
/*-----------------------------------------------------------------------*/
#jp-cmptemp section, #jp-cmptemparticle,#jp-cmptemp figure,
#jp-cmptemp nav,#jp-cmptemp aside,#jp-cmptemp header,#jp-cmptemp footer,
#jp-cmptemp div,#jp-cmptemp ul,#jp-cmptemp dl {zoom:1;}
#jp-cmptemp section:after,
#jp-cmptemp article:after,
#jp-cmptemp figure:after,
#jp-cmptemp nav:after,
#jp-cmptemp aside:after,
#jp-cmptemp header:after,
#jp-cmptemp footer:after,
#jp-cmptemp div:after,
#jp-cmptemp ul:after,
#jp-cmptemp dl:after,
#jp-cmptemp form:after,
#jp-cmptemp .jp-cmptemp-sideImg:after {
  content:"";
  display: block;
  clear:both;
  visibility:hidden;
}

#jp-cmptemp .jp-rerease-sideImg:after {
  content:"";
  display: block;
  clear:both;
  visibility:hidden;
}

@media screen and (max-width: 767px) {
  .jp-cmp-h1-001{
    font-size: 130%;
    padding: 10px 0.5em;
  }
}

/*- jp-cmptemp
-----------------------------------------------------------------------*/
#jp-cmptemp {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff; /*背景色*/
  width: 1030px;
}

@media screen and (max-width: 767px) {
  #jp-cmptemp {
    padding: 10px 1%;
    width: auto;
  }
}


/*- jp-cmptemp-social
-----------------------------------------------------------------------*/
#jp-cmptemp-social {
  text-align: center;
  margin-bottom: 10px;
}

/*- 共通class
-----------------------------------------------------------------------*/
span.br{ display: block; }
@media screen and (max-width: 767px) {
  span.br{ display: inline; }
}
/*注意書きリスト*/
.jp-cmptemp-attention-wrap{
  background: #F2F2F2;
  padding: 10px;
  margin: 10px auto 0;
}
.jp-cmptemp-attention-txt{
  font-size: 13px;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.jp-cmptemp-attention-txt li{ margin: 0 0 0.2em; }
.jp-cmptemp-attention-txt li:last-child{ margin: 0; }

@media screen and (max-width: 767px) {
  .jp-cmptemp-attention-txt{
    font-size: 12px;
    margin: 5px 0 0 1em;
  }
}


.jp-cmptemp-readattention-txt{
  font-size: 13px;
  margin: 0 0 0 1em;
  text-indent: -1em;
  text-align: left;
}
.jp-cmptemp-readattention-txt li{ margin: 0 0 0.2em; }
.jp-cmptemp-readattention-txt li:last-child{ margin: 0; }


@media screen and (max-width: 767px) {
  .jp-cmptemp-readattention-txt{
    font-size: 12px;
    margin: 5px 0 0 1em;
  }
}

.jp-cmptemp-btn-wrap{
  text-align: center;
  margin: 10px 0 0;
}
.jp-cmptemp-btn-wrap a{
  margin-top: 10px;
}
.jp-cmptemp-btn-wrap a:first-child{
  margin-top: 0;
}
.jp-cmptemp-contents{
  margin: 0 10px;
  border-bottom: 1px solid #D5D5D5;
  padding: 10px;
}

/*ツートン*/
.jp-cmptemp-btn01 {
  background: -moz-linear-gradient(top,#FEC102, #FEA92D 50%,#FD7800 50%,#FC4500);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEC102), color-stop(0.5,#FEA92D), color-stop(0.5,#FD7800), to(#FC4500));
  background: -ms-linear-gradient(top,#FEC102,#FC4500);
  border: 2px solid #e75906;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  font-weight: bold;
  font-size: 180%;
  margin: 0 auto;
  padding: 10px 0;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 100%;
}

.jp-cmptemp-btn02 {
  background: -moz-linear-gradient(top,#54E5FC, #229CEF 50%,#208FEB 50%,#1D72E4);
  background: -webkit-gradient(linear, left top, left bottom, from(#54E5FC), color-stop(0.5,#229CEF), color-stop(0.5,#208FEB), to(#1D72E4));
  background: -ms-linear-gradient(top,#54E5FC,#1D72E4);
  border: 2px solid #194EDA;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 180%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 49%;
}

.jp-cmptemp-btn03 {
  background: -moz-linear-gradient(top,#B8E154, #7AC520 50%,#66BA18 50%,#5EB516);
  background: -webkit-gradient(linear, left top, left bottom, from(#B8E154), color-stop(0.5,#7AC520), color-stop(0.5,#66BA18), to(#5EB516));
  background: -ms-linear-gradient(top,#B8E154,#5EB516);
  border: 2px solid #50AE12;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  float: right;
  font-weight: bold;
  font-size: 180%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 49%;
}

.jp-cmptemp-btn04 {
  background: -moz-linear-gradient(top,#54E5FC, #229CEF 50%,#208FEB 50%,#1D72E4);
  background: -webkit-gradient(linear, left top, left bottom, from(#54E5FC), color-stop(0.5,#229CEF), color-stop(0.5,#208FEB), to(#1D72E4));
  background: -ms-linear-gradient(top,#54E5FC,#1D72E4);
  border: 2px solid #194EDA;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  float: none;
  font-weight: bold;
  font-size: 180%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 99%;
}



.jp-cmptemp-btn05 {
  background: -moz-linear-gradient(top,#FEC102, #FEA92D 50%,#FD7800 50%,#FC4500);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEC102), color-stop(0.5,#FEA92D), color-stop(0.5,#FD7800), to(#FC4500));
  background: -ms-linear-gradient(top,#FEC102,#FC4500);
  border: 2px solid #e75906;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  float: none;
  font-weight: bold;
  font-size: 180%;
  margin-top: 0px;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 99%;
}

/*btn06 黒　グラデボタン*/
.jp-cmptemp-btn06 {
  background: -moz-linear-gradient(top,#333333, #333333 50%,#000000 50%,#000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(0.5,#333333), color-stop(0.5,#000000), to(#000000));
  background: -ms-linear-gradient(top,#333333,#000000);
  border: 2px solid #000000;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  float: none;
  font-weight: bold;
  font-size: 180%;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 99%;
}

.jp-cmptemp-btn07 {
  background: -moz-linear-gradient(top,#333333, #333333 50%,#000000 50%,#000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(0.5,#333333), color-stop(0.5,#000000), to(#000000));
  background: -ms-linear-gradient(top,#333333,#000000);
  border: 2px solid #000000;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  display: block;
  float: none;
  font-weight: bold;
  font-size: 180%;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 99%;
}



.jp-cmptemp-btn01:hover,
.jp-cmptemp-btn02:hover,
.jp-cmptemp-btn03:hover,
.jp-cmptemp-btn04:hover,
.jp-cmptemp-btn05:hover,
.jp-cmptemp-btn07:hover,
.jp-cmptemp-btn06:hover,
.jp-cmptemp-btn01:active,
.jp-cmptemp-btn02:active,
.jp-cmptemp-btn03:active,
.jp-cmptemp-btn04:active,
.jp-cmptemp-btn05:active,
.jp-cmptemp-btn07:active,
.jp-cmptemp-btn06:active{ color: #FFF; text-decoration: none; }

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

  .jp-cmptemp-btn01 {
    -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-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;
    margin: 10px 0 0;
    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%;
  }

  .jp-cmptemp-btn05 {
    -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%;
    margin-top: -10px;
  }

  .jp-cmptemp-btn06 {
    -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%;
    margin-top: 0px;
  }

  .jp-cmptemp-btn07 {
    -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%;
    margin-top: 4px;
  }


}



/*- SNS
-----------------------------------------------------------------------*/
.jp-cmp-list-social-001 ul{
  margin: 10px auto;
  width: 200px;
}
@media screen and (max-width: 767px){
  .jp-cmp-list-social-001 ul{
    width: 18em;
  }
  .jp-cmp-list-social-001 li{
    border-right: 4px solid transparent;
    border-bottom: 0;
  }
}

/*- メインビジュアル
-----------------------------------------------------------------------*/
.jp-cmptemp-main{
  margin: 0 0 10px;
  padding: 10px;
}
.jp-cmptemp-img{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 0px 0 0;
  width: 100%;
}
.jp-cmptemp-read{
  font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  float: left;
  text-align: center;
  width: 50%;
}
.jp-cmptemp-readtxt{
  font-size: 170%;
}

.jp-cmptemp-readtxt strong{
  color: #D70E18;
  font-weight: bold;
}

.jp-cmptemp-readtxt span{
  color: #00AEB1;
  font-weight: bold;
}



.jp-cmptemp-btnWrap{ margin: 20px 0 0; }



@media screen and (max-width: 767px) {
  .jp-cmptemp-img{
    float: none;
    padding: 0;
    width: 100%;
  }
  .jp-cmptemp-read{
    float: none;
    width: 100%;
  }

  .jp-cmptemp-readtxt{ font-size: 130%; margin: 10px 0 0; }


  .jp-cmptemp-btnWrap{ margin: 10px 0 0; }

  /*リード*/
  .jp-cmptemp-mainlead{
    font-size: 14px;
    padding: 10px 0 0;
  }
  .jp-cmptemp-mainlead p{
    padding: 0 10px;
  }
  .jp-cmptemp-mainlead p b{
    font-size: 18px;
  }

  /*キャンペーン期間*/
  .jp-cmptemp-camp-date{
    font-size: 16px;
    margin: 10px 0 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 0;
    border-left: 0; /*リボン装飾部分 必要なければコメントアウト*/
    border-right: 0; /*リボン装飾部分 必要なければコメントアウト*/
  }
  .jp-cmptemp-camp-date span{ margin: 0; }
  .jp-cmptemp-camp-date span::before{
    font-size: 12px;
    display: block;
    margin: 0 0 10px;
  }

}

/*- キャンペーン内容
-----------------------------------------------------------------------*/
.jp-cmptemp-present p{
  font-size:  160%;
}
.jp-cmptemp-present p strong{
  color: #D70E18;
  font-weight: bold;
  font-size: 110%;
}

.jp-cmptemp-present p span{
  color: #000000;
  font-weight: bold;
  font-size: 110%;
}

@media screen and (max-width: 767px) {
.jp-cmptemp-present p{
  font-size:  120%;
}
.jp-cmptemp-present p strong{
  color: #D70E18;
  font-weight: bold;
  font-size: 110%;
}

.jp-cmptemp-present p span{
  color: #000000;
  font-weight: bold;
  font-size: 110%;
}
}


/*- テキストエリア
-----------------------------------------------------------------------*/
.jp-cmptemp-sideImg{
  font-size: 18px;
  margin: 0px 0 0px;
}
.jp-cmptemp-sideImg .text{
  float: right;
  width: 57%;
  padding: 15px 0 0 5px;
}
.jp-cmptemp-sideImg .img{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 0 0 10px;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .jp-cmptemp-sideImg{
    font-size: 14px;
    margin: 0px 0px 5px;
  }

  .jp-cmptemp-sideImg-sp100 .text{
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  .jp-cmptemp-sideImg-sp100 .img{
    float: none;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
  }
}


.jp-cmptemp-txt{
  font-size: 20px;
  margin: 0 0 10px;
  text-align: center;
}

.jp-cmptemp-sideImg .text strong,
.jp-cmptemp-txt strong{
  color: #D70E18;
  font-weight: bold;
  font-size: 120%;
}

.jp-cmptemp-txt span{
  color: #42B283;
  font-size: 120%;
}

.jp-cmptemp-dateld{
  background: #333333;
  color: #ffffff;
  font-size: 100%;
  line-height: 1.2;
  margin: 5px 0 0;
  padding: 5px;
}
.jp-cmptemp-dateld strong{ 
  font-weight: bold;
  font-size: 100%;
  color: #fff248;
}


@media screen and (max-width: 767px) {
.jp-cmptemp-txt{
  font-size: 14px;
  margin: 0 0 10px;
  text-align: left;
}

.jp-cmptemp-sideImg .text strong,
.jp-cmptemp-txt strong{
  color: #D70E18;
  font-weight: bold;
  font-size: 120%;
}

.jp-cmptemp-txt span{
  color: #42B283;
  font-size: 120%;
}

  .jp-cmptemp-dateld{
    font-size: 100%;
    line-height: 1.2;
    margin: 5px 0 0;
    padding: 5px;
    text-align: center;
  }

.jp-cmptemp-dateld strong{ 
  font-weight: bold;
  font-size: 100%;
  color: #fff248;
}

}



.jp-cmptemp-centImg{
  text-align: center;
  margin: 10px 0;
}

.jp-cmptemp-listImg li{
  float: left;
  margin: 0 0 10px;
  width: 32%;
}
.jp-cmptemp-listImg li:first-child{
  margin: 0 2% 0 0;
}
.jp-cmptemp-listImg li:nth-child(3n){
  margin: 0 0 0 2%;
}

@media screen and (max-width: 767px) {
.jp-cmptemp-centImg{
  text-align: center;
  margin: 10px 0;
}

}



/*- 課題曲
-----------------------------------------------------------------------*/
/*アイコン*/
.jp-cmptemp-song-h2-01::before{
  background: url(/web/src/s/campaign/000_new_w/img/ico_m_note_01.png) no-repeat left top; /*課題曲アイコン*/
  -webkit-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  content: "";
  height: 40px;
  width: 40px;
}

/* ▼ Std リスト */
.jp-cmp-music-list-001{ margin-bottom: 0; } /*parts打ち消し*/
.jp-cmptemp-songlist-std{
  font-size: 130%;
  margin: 0 auto;
  padding: 0 10px;
}
.jp-cmptemp-songlist-artistName::before{ content: " / "; } /*artist名前に/*/
.jp-cmp-link-block-002 a{
  display: inline;
  background: none;
  padding-right: 0;
}
.jp-cmp-btn-black-001,
.jp-cmp-btn-sky-001,
.jp-cmp-btn-red-001{ font-size: 100%; }

/* ▼ 機種 リスト */
.jp-cmptemp-songlist-model{ margin: 10px 0 0; }
.jp-cmptemp-songlist-model dt{
  display: block;
  float: left;
  font-size: 12px;
  width: 100%;
}
.jp-cmptemp-songlist-model dd{
  display: inline-block;
  line-height: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  /*アイコン*/
  .jp-cmptemp-song-h2-01::before{
    height: 20px;
    width: 20px;
  }
  .jp-cmptemp-songlist .jp-cmptemp-contents{ padding: 10px 0; }

  .jp-cmptemp-songlist-std{ font-size: 14px; }
  .jp-cmp-music-list-song-001 .jp-cmp-link-block-002{
    background: none;
    padding: 10px 10px 0;
  }
  .jp-cmptemp-songlist-titleline .jp-cmptemp-songlist-songTitle::after, .jp-cmptemp-songlist-line .jp-cmptemp-songlist-songTitle a::after{ content: ""; }
  .jp-cmp-table-column{
    text-align: right;
    padding: 0.5em 0 1em;
  }
  .jp-cmp-link-block-002{ text-align: left; } /*黒ボタン*/

  /* ▼ artist名単独 */
  .jp-cmptemp-songlist-artist{
    border-bottom: 1px solid #dadada;
    padding: 0.5em 0 1em;
  }

}

/*- 課題曲 table ver
-----------------------------------------------------------------------*/
/* ▼ Std リスト */
.jp-cmptemp-songlist-std02 {
  width: 98%;
  margin: 0 auto;
  border-left:1px solid #d0d0d0;;
  border-top:1px solid #d0d0d0;;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline {
  background-color: #ececec;
  color: #3b3b3b;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line { background: #fff; }

/* liをclearfix */
/*.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
}*/

.jp-cmptemp-songlist-std02 .jp-cmptemp-songlist-artistName::before{
  content: " ";
}

/* Clearfixをリセット */
#jp-cmptemp .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline > div.jp-cmptemp-songlist-titleWrapper:after,
#jp-cmptemp .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line > div.jp-cmptemp-songlist-titleWrapper:after {
  display: inline;
  content: none;
  clear: none;
  visibility: hidden;
}

.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p,
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p {
  float: left;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 13px;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p { background-color: #ececec; }
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-songTitle,
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-artistName { width: 35%; }
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline .jp-cmptemp-songlist-btnWrapper { display: inline; }
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-words,
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-mySong {
  width: 15%;
  text-align: center;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-navSong {
  width: 30%;
  text-align: center;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-songTitle,
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-artistName {
  width: 35%;
  font-size: 18px;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-words,
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-mySong {
  width: 15%;
  text-align: center;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-navSong {
  width: 30%;
  text-align: center;
}

/* ▼ Std + モデル リスト */
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-models .jp-cmptemp-songlist-line:nth-child(2n+1) { background-color: #f0f0f0; }
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-models .jp-cmptemp-songlist-line p {
  border: none;
  margin: 5px 0;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-modelWrapper { padding: 0 10px; }
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-models dl {
  float: left;
  display: block;
}
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-models dl dt,
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-models dl dd {
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 10px;
  font-size: 13px;
  color: #3b3b3b;
}

/* ▼ Std + アーティスト リスト */
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-artist p.jp-cmptemp-songlist-artistName { width: 100%; }
.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-artist p.jp-cmptemp-songlist-songTitle { width: 70%; }

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

  /* ▼ Std リスト */
  .jp-cmptemp-songlist-std02 {
    width: 95%;
    margin: 10px auto 0;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline {
    background-color: #ececec;
    color: #3b3b3b;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line { background: #fff; }

  /* liをclearfix */
  /*.jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
  }*/

  .jp-cmptemp-songlist-std02 .jp-cmptemp-songlist-artistName::before,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-words::before,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-navSong::before,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-mySong::before{
    content: "/";
    padding: 0 5px;
  }

  /* Clearfixをリセット */
  #jp-cmptemp .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline > div.jp-cmptemp-songlist-titleWrapper:after{
    display: inline;
    content: none;
    clear: none;
    visibility: hidden;
  }
  #jp-cmptemp .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line > div.jp-cmptemp-songlist-titleWrapper:after{
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
  }

  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline{
    padding: 5px 10px;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline > div.jp-cmptemp-songlist-titleWrapper,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline > div.jp-cmptemp-songlist-btnWrapper{
    display: inline;
    width: auto;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line{
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 10px;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p {
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    border-right: 0;
    border-bottom: 0;
    font-size: 12px;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p { background-color: #ececec; }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-songTitle,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-artistName,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-words,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-navSong,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-titleline p.jp-cmptemp-songlist-mySong { display: inline; width: auto; }

  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line > .jp-cmptemp-songlist-titleWrapper{
    padding: 0 0 5px;
    display: block;
    width: 100%;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-songTitle,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-artistName {
    font-size: 14px;
    display: inline;
    width: auto;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-words,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-navSong,
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line p.jp-cmptemp-songlist-mySong {
    width: auto;
    display: inline;
    text-align: center;
  }
  .jp-cmptemp-songlist-std02 > .jp-cmptemp-songlist-line .jp-cmptemp-songlist-btnWrapper{
    text-align: right;
  }

}



/*- リリース情報
-----------------------------------------------------------------------*/
.jp-rerease-sideImg{
  font-size: 16px;
  margin: 10px 0 20px 0; /*プレキャン　上10下10pxに変更*/
}

.jp-rerease-sideImg .img{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 0 0 10px;
  width: 20%;
}

.jp-rerease-sideImg .text{
  float: right;
  padding: 0 0 0 10px;
  width: 78%;
}

.jp-rerease-txt{
  font-size: 16px;
  margin: 0 0 10px;
}

.jp-rerease-sideImg .text strong,
.jp-rerease-txt strong{
  font-weight: bold;
  font-size: 120%;
}

.jp-rerease-sideImg .text span{
  color: #0F98B4;
  font-size: 110%;
}


@media screen and (max-width: 767px) {
  .jp-rerease-sideImg-sp100 .text{
    font-size: 14px;
    float: none;
    width: 100%;
    margin: 5px; /*プレキャン追加*/
    padding: 0; /*プレキャン追加*/
    text-align: center;
  }

  .jp-rerease-sideImg-sp100 .img{
    float: none;
    margin: auto;
    padding: 0;
    width: 55%;
  }
}


/*- jp-cmptemp-release
-----------------------------------------------------------------------*/
.jp-cmptemp-release{ background: #dcdcdc; position: relative; }
.jp-cmptemp-release-contents{ padding: 10px 0 0; }
.jp-cmptemp-release-h2-01{ background: #1f65aa; } /*参加方法見出し色*/
/*アイコン*/
.jp-cmptemp-release-h2-01::before{
  background: url(/web/src/s/campaign/000_new_w/img/ico_release_01.png) no-repeat left top; /*参加方法アイコン*/
  -webkit-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  content: "";
  height: 40px;
  width: 40px;
}


.jp-cmptemp-release-box li{
  background: #FFF;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px auto 0;
  padding: 10px;
  position: relative;
  width: 90%;
}
.jp-cmptemp-release-box li:first-child{ margin: 0 auto; }

/*ジャケット*/
.jp-cmptemp-release-jacket{
  display: inline-block;
  max-width: 200px;
}

/*情報枠*/
.jp-cmptemp-release-info{
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  vertical-align: top;
}



/*タイトル/アーティスト*/
.jp-cmptemp-release-info-list{
  border-bottom: 1px solid #b6b6b6;
  padding: 0 0 10px;
}
.jp-cmptemp-release-info-title,
.jp-cmptemp-release-info-artist{
  font-size: 24px;
  padding: 0 0 0 30px;
}
.jp-cmptemp-release-info-title{
  background: url(/web/src/s/campaign/000_new_w/img/ico_m-note_01.png) no-repeat center left;
  -webkit-background-size: 19px 24px;
       -o-background-size: 19px 24px;
          background-size: 19px 24px;
  margin: 30px 0 0;
}
.jp-cmptemp-release-info-artist{
  background: url(/web/src/s/campaign/000_new_w/img/ico_artist_01.png) no-repeat center left;
  -webkit-background-size: 19px 24px;
       -o-background-size: 19px 24px;
          background-size: 19px 24px;
}


@media screen and (max-width: 767px) {
  /*アイコン*/
  .jp-cmptemp-release-h2-01::before{
    height: 20px;
    width: 20px;
  }


  .jp-cmptemp-release-box li{ width: 95%; }

  /*ジャケット*/
  .jp-cmptemp-release-jacket{
    display: inline-block;
    width: 30%;
  }

  /*情報枠*/
  .jp-cmptemp-release-info{
    margin: 0 0 0 3%;
    width: 65%;
  }



  /*タイトル/アーティスト*/
  .jp-cmptemp-release-info-list{
    border-bottom: 1px solid #b6b6b6;
    padding: 0 0 10px;
  }
  .jp-cmptemp-release-info-title,
  .jp-cmptemp-release-info-artist{
    font-size: 16px;
    padding: 0 0 0 30px;
  }
  .jp-cmptemp-release-info-title{
    background: url(/web/src/s/campaign/000_new_w/img/ico_m-note_01.png) no-repeat top left;
    -webkit-background-size: 15px 20px;
         -o-background-size: 15px 20px;
            background-size: 15px 20px;
    margin: 25px 0 0;
  }
  .jp-cmptemp-release-info-artist{
    background: url(/web/src/s/campaign/000_new_w/img/ico_artist_01.png) no-repeat top left;
    -webkit-background-size: 15px 20px;
         -o-background-size: 15px 20px;
            background-size: 15px 20px;
  }

}



/* 横幅auto 公式リンクボタン */
.jp-cmptemp-official-btn2 {
  background: #257cd5;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 10px;
  padding: 10px 0;
  width: auto;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}



/*- jp-cmptemp-terms　注意事項
-----------------------------------------------------------------------*/
.jp-cmptemp-terms-h2-01 span{ font-weight: normal; }
.jp-cmptemp-terms-h2-01:before{ content: none; }
.jp-cmptemp-terms{ background: #fff; }
.jp-cmptemp-terms-h2-01{ background: #6d6d6d; } /*参加方法見出し色*/

.jp-cmptemp-terms-contents{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.jp-cmptemp-terms-contents ul li{
  margin-bottom: 5px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/*テキストオプション*/
.mt1em{ margin-top: 1em; }
.jp-cmptemp-terms-contents ul li.noIn{
  padding-left: 0;
  text-indent: 0;
}
.jp-cmptemp-terms-contents dl{
  background: #FFF;
  border: 1px solid #d0d0d0;
  padding: 10px;
}
.jp-cmptemp-terms-contents dl dt{
  margin: 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .jp-cmptemp-terms{ background: #fff; padding: 0; }
  .jp-cmptemp-terms-contents{
    margin: 0 auto;
    width: 95%;
  }
}


/*　プレゼントキャンペーン用　追加分
-------------------------*/
/*　1ブロック　タイトル＆メイン画像
-------------------------------------------*/
.jp-cmptemp-visuals {
  width: 100%;
  padding: 20px 0 0 20px;
}

.jp-cmptemp-visuals ul {
  text-align: center;
}


.jp-cmptemp-visuals .jp-cmptemp-visuals-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.jp-cmptemp-artisttopics-visuals .jp-cmptemp-visuals-main {
  margin: 0 0 20px 0;
}

  .jp-cmptemp-visuals .jp-cmptemp-visuals-main img {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
  }



/*　オフィシャルサイトボタン、各種音楽サービスボタン
-------------------------------------------*/
.jp-cmptemp-official-btn {
  background: #257cd5;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 10px;
  padding: 5px 0;
  width: 30%;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

  .jp-cmptemp-official-btn:hover,
  .jp-cmptemp-official-btn:focus,
  .jp-cmptemp-official-btn:active{ color:#FFF; text-decoration: none; }


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

  .jp-cmptemp-visuals {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 20px 0;
  }
  
  .jp-cmptemp-visuals .jp-cmptemp-visuals-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .jp-cmptemp-visuals .jp-cmptemp-visuals-main {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  
  .jp-cmptemp-visuals .jp-cmptemp-visuals-main img {
    width: 90%;
  }

  .jp-cmptemp-official-btn {
    margin: 10px 10px;
    width: auto;
    text-align: center;
  }
}


/*　汎用コンテンツエリア　画像＋テキスト　flex
-------------------------------------------*/

.jp-cmptemp-box{
  display: flex;
}


.jp-cmptemp-box-img{
  margin: 10px 20px 20px 0;
  padding: 0 0 0 10px;
  width: 20%;
}


.jp-cmptemp-box-txt{
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 1.1;
}

.jp-cmptemp-box-txt .txt-bold{
  color: #000000;
  font-weight: bold;
  font-size:110%;
}

.jp-cmptemp-box-txt .txt-red{
  color: #D70E18;
}


.jp-cmptemp-box-txt-attention{
  margin: 20px 0;
  font-size: 13px;
}



@media screen and (max-width: 767px) {
  .jp-cmptemp-box{
    display: block;
}

.jp-cmptemp-box-img{
  width: 100%;
}

.jp-cmptemp-box-txt-attentiont{
  font-size: 12px;
  margin: 5px 0 0 1em;
}

}



/* デバイスごと非表示 */


.pc_none{
  display:none;
}

.sp_none{
  display:block;
}


@media screen and (max-width: 767px) {
  .pc_none{
    display:block;
  }
  
  .sp_none{
  display:none;
}

}


/* ナビゲーション */
.jp-precam-navi{
  margin: 30px 10px;
}

.jp-precam-navi ul{
  display: flex;
  flex-wrap: wrap;
  }

  .jp-precam-navi li{
    word-break: break-all;
    margin:5px 10px;
    padding: 7px;
    background: #f2f5f8;
    border-radius: 10px;
    width: calc(50% - 40px);
    display: flex;
    align-items: center;
    }

    .jp-precam-navi li a{
      content: "▼";
      display: block;
      font-weight: bold;
      font-size: 14px;
      width: 100%;
    }

      .jp-precam-navi li a::before{
        content: "▼";
        padding-left:10px;
        padding-right:10px;

      }

      @media screen and (max-width: 767px) {
        .jp-precam-navi ul{
          display: block;
          }
          .jp-precam-navi li{
            width: 90%;
            margin: 10px;
            }
      }