@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 {
  margin-top: 20px;
  padding: 10px;
  -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, #cb60b3, #c146a1 50%, #a80077 50%, #db36a4);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb60b3), color-stop(0.5, #c146a1), color-stop(0.5, #a80077), to(#db36a4));
  background: -ms-linear-gradient(top, #cb60b3, #d618d4);
  border: 2px solid #be0c9f;
  -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-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-btn06:hover,
.jp-cmptemp-btn07:hover,
.jp-cmptemp-btn01:active,
.jp-cmptemp-btn02:active,
.jp-cmptemp-btn03:active,
.jp-cmptemp-btn04:active,
.jp-cmptemp-btn06:active,
.jp-cmptemp-btn07:active,
.jp-cmptemp-btn05: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%;
  }

  .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 {
  /*background: #000;*/
  /*背景色*/
  /*color: #FFF; */
  /*太字意外のリード文字色*/
  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%;
  pointer-events: none;
}

.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%;
    pointer-events: none;
  }

  .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: #ffff00;
}






@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: #ffff00;
  }

}



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

.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%;
}










/*- 課題曲
-----------------------------------------------------------------------*/
/*アイコン*/
.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-music-list-song-001 .jp-cmp-link-block-002 {
  background: url(/web/feature/img/ico-arrow-007.png) no-repeat scroll 98% 50% / 10px 17px;
}

/*parts打ち消し*/
.jp-cmp-link-block-002 a {
  display: inline;
  background: none;
  padding-right: 0;
}

.jp-cmp-btn-black-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-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;
}

/* ▼ 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-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-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-mySong {
    width: auto;
    display: inline;
    text-align: center;
  }

  .jp-cmptemp-songlist-std02>.jp-cmptemp-songlist-line .jp-cmptemp-songlist-btnWrapper {
    text-align: right;
  }

}

/*- 課題動画
-----------------------------------------------------------------------*/
/*2カラム・3カラム flex指定*/
.jp-cmp-temp-movielist-column02,
.jp-cmp-temp-movielist-column03 {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto 10px;
  position: relative;
  width: 98%;
}

.jp-cmp-temp-movielist-column02>li,
.jp-cmp-temp-movielist-column03>li {
  border: 1px solid #D5D5D5;
  width: 600px;
}

/*2カラム用*/
.jp-cmp-temp-movielist-column02>li {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 10px 0 0;
  padding: 10px;
}

.jp-cmp-temp-movielist-column02>li:last-child {
  margin: 0;
}

.jp-cmp-temp-movielist-column02 .jp-cmptemp-movielist-linklist {
  font-size: 18px;
}

/*3カラム用*/
.jp-cmp-temp-movielist-column03>li {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 10px 0 0;
  padding: 10px;
}

.jp-cmp-temp-movielist-column03>li:last-child {
  margin: 0;
}

/*各コンテンツ*/
.jp-cmptemp-movielist-infoarea-img {
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 30%;
}

.jp-cmptemp-movielist-linklist {
  float: left;
  padding: 0 0 0 5%;
  width: 65%;
}

/*ボタンエリア*/
.jp-cmptemp-movielist-btnarea {
  margin: 10px 0 0;
  bottom: 0;
}

.jp-cmp-btn-red-002 {
  float: left;
}

.jp-cmptemp-movielist-tag {
  float: left;
  padding: 0;
  width: 60%;
}

.jp-cmptemp-movielist-collection {
  float: left;
}

.jp-cmptemp-movielist-btnarea ul.jp-cmptemp-movielist-tag {
  margin: 0 0 0 10px;
}

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

  /*アイコン*/
  .jp-cmptemp-movie-h2-01::before {
    height: 20px;
    width: 20px;
  }

  /*2カラム・3カラム*/
  .jp-cmp-temp-movielist-column02,
  .jp-cmp-temp-movielist-column03 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 95%;
  }

  .jp-cmp-temp-movielist-column02>li,
  .jp-cmp-temp-movielist-column03>li {
    margin: 10px auto 0;
    width: 100%;
  }

  .jp-cmp-temp-movielist-column02>li:last-child,
  .jp-cmp-temp-movielist-column03>li:last-child {
    margin: 10px 0 0;
  }

  .jp-cmp-temp-movielist-column02 .jp-cmptemp-movielist-linklist,
  .jp-cmp-temp-movielist-column03 .jp-cmptemp-movielist-linklist {
    font-size: 14px;
  }

  /*映像エリア*/
  .jp-cmptemp-movielist-infoarea-img {
    width: 35%;
  }

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

  .jp-cmptemp-movielist-linklist {
    width: 60%;
  }

  /*ボタンエリア*/
  .jp-cmptemp-movielist-collection {
    width: 35%;
  }

  .jp-cmptemp-movielist-collection .jp-cmp-btn-red-002 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }

}





/*- リリース情報
-----------------------------------------------------------------------*/
.jp-rerease-sideImg {
  font-size: 16px;
  margin: 0 0 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%;
  }

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










/*- 参加方法
-----------------------------------------------------------------------*/
.flow {

  border: 5px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

/* floatを使うのでclearfixの指定 */
.flow:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


/* 4ボックスベース */
.flow .box {
  padding: 4px 0 22px;
  float: left;
  height: 80px;
  position: relative;
  line-height: 1.3;
}

/* 2ボックス */
.flow .box21 {
  width: 50%;
  background: #eee;
  font-size: 20px;
}

.flow .box22 {
  width: 50%;
  background: #fff;
  font-size: 20px;
}

/* 3ボックス */
.flow .box31 {
  width: 33%;
  background: #fff;
  font-size: 18px;
}

.flow .box32 {
  width: 33%;
  background: #eee;
  font-size: 18px;
}

.flow .box33 {
  width: 33%;
  background: #fff;
  font-size: 18px;
}

/* 4ボックス */
.flow .box41 {
  width: 25%;
  background: #eee;
  font-size: 15px;
}

.flow .box42 {
  width: 25%;
  background: #fff;
  font-size: 15px;
}

.flow .box43 {
  width: 25%;
  background: #eee;
  font-size: 15px;
}

.flow .box44 {
  width: 25%;
  background: #fff;
  font-size: 15px;
}

/* 5ボックス */
.flow .box51 {
  width: 20%;
  background: #eee;
  font-size: 14px;
}

.flow .box52 {
  width: 20%;
  background: #fff;
  font-size: 14px;
}

.flow .box53 {
  width: 20%;
  background: #eee;
  font-size: 14px;
}

.flow .box54 {
  width: 20%;
  background: #fff;
  font-size: 14px;
}

.flow .box55 {
  width: 20%;
  background: #eee;
  font-size: 14px;
}

/* 三角 */
.flow .box:before {
  border-left: 20px solid #FFFFFF;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

/* ボックス初項目色 */
.flow .box21:before {
  border-left-color: #eee;
}

.flow .box31:before {
  border-left-color: #fff;
}

.flow .box41:before {
  border-left-color: #eee;
}

.flow .box51:before {
  border-left-color: #eee;
}

/* ボックス中項目 */
.flow .box22:before {
  border-left-color: #eee;
}

.flow .box32:before {
  border-left-color: #fff;
}

.flow .box42:before {
  border-left-color: #eee;
}

.flow .box52:before {
  border-left-color: #eee;
}

.flow .box33:before {
  border-left-color: #eee;
}

.flow .box43:before {
  border-left-color: #fff;
}

.flow .box53:before {
  border-left-color: #fff;
}

.flow .box44:before {
  border-left-color: #eee;
}

.flow .box54:before {
  border-left-color: #eee;
}

.flow .box53:before {
  border-left-color: #fff;
}


/* ボックスステップ */
.flow .box p span {
  color: #D70E18;
  font-weight: bold;
}

.flow .box21 p span {
  font-size: 21px;
}

.flow .box22 p span {
  font-size: 21px;
}

.flow .box31 p span {
  font-size: 19px;
}

.flow .box32 p span {
  font-size: 19px;
}

.flow .box33 p span {
  font-size: 19px;
}

.flow .box41 p span {
  font-size: 16px;
}

.flow .box42 p span {
  font-size: 16px;
}

.flow .box43 p span {
  font-size: 16px;
}

.flow .box44 p span {
  font-size: 16px;
}

.flow .box51 p span {
  font-size: 15px;
}

.flow .box52 p span {
  font-size: 15px;
}

.flow .box53 p span {
  font-size: 15px;
}

.flow .box54 p span {
  font-size: 15px;
}

.flow .box55 p span {
  font-size: 15px;
}


.flow .box:first-child:before {
  border: none;
}

/* ボックス初項目マージン */
.flow .box21 p {
  padding: 0 0 0 3%;
}

.flow .box31 p {
  padding: 0 0 0 4%;
}

.flow .box41 p {
  padding: 0 0 0 5%;
}

.flow .box51 p {
  padding: 0 0 0 6%;
}


/* ボックス中マージン */
.flow .box32 p {
  padding: 0 0 0 12%;
}

.flow .box42 p {
  padding: 0 0 0 14%;
}

.flow .box43 p {
  padding: 0 0 0 14%;
}

.flow .box52 p {
  padding: 0 0 0 15%;
}

.flow .box53 p {
  padding: 0 0 0 15%;
}

.flow .box54 p {
  padding: 0 0 0 15%;
}


/* ボックス最終マージン */
.flow .box22 p {
  padding: 0 2% 0 10%;
}

.flow .box33 p {
  padding: 0 3% 0 12%;
}

.flow .box44 p {
  padding: 0 4% 0 14%;
}

.flow .box55 p {
  padding: 0 5% 0 15%;
}



.flow .box a {
  color: #0164a3;
  text-decoration: underline;
}

.flow .box a:hover {
  text-decoration: none;
}







@media(max-width:768px) {
  .flow {
    margin: 0 auto;
    width: 100%;
  }

  /* floatを使うのでclearfixの指定 */
  .flow:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
  }

  .flow .box {
    width: 100%;
    height: auto;
    background: #fff;
    float: none;
    padding: 5px 0;

    font-size: 15px;
    line-height: 1.3;
    border-bottom: 3px dotted #ddd;
  }

  .flow .box:last-child {
    border-bottom: none;
  }

  .flow .box p span {
    color: #D70E18;
    font-size: 16px;
    font-weight: bold;
  }

  .flow .box02 {
    background: #fff;
  }

  .flow .box03 {
    background: #fff;
  }

  .flow .box04 {
    background: #fff;
  }

  .flow .box:before {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }

  .flow .box01:before {
    border-left-color: #fff;
  }

  .flow .box02:before {
    border-left-color: #fff;
  }

  .flow .box03:before {
    border-left-color: #fff;
  }

  .flow .box04:before {
    border-left-color: #fff;
  }

  .flow .box04:after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .flow .box p,
  .flow .box:first-child p {
    padding: 0 0 0 3%;
  }

  .flow .box04 p {
    padding: 0 3%;
  }

  .flow .box a {
    color: #0164a3;
    text-decoration: underline;
  }

  .flow .box a:hover {
    text-decoration: none;
  }
}

/*- 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-cmp-release-shoptag {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
}

.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;
}

/*ONSALE*/
.jp-cmptemp-release-onsale {
  background: #d70e18;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  color: #FFF;
  font-size: 16px;
  left: 0;
  padding: 3px 10px;
  position: absolute;
  top: -10px;
}

/*タイトル/アーティスト*/
.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;
}

/*金額*/
.jp-cmptemp-release-info-price {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 0;
}

.jp-cmptemp-release-info-price span {
  background: #B6B6B6;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 2px 4px;
  vertical-align: middle;
}

/*購入するボタン*/
.jp-cmptemp-release-info-buy-01 {
  background: #f6b300;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 50px;
  position: absolute;
  right: 10px;
  text-align: center;
}

.jp-cmptemp-release-info-buy-01:hover {
  color: #FFF;
}

.jp-cmptemp-release-info-buy-01::before {
  background: url(/web/src/s/campaign/000_new_w/img/ico_cart_01.png) no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  height: 28px;
  vertical-align: middle;
  width: 28px;
}

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

  /*アイコン*/
  .jp-cmptemp-release-h2-01::before {
    height: 20px;
    width: 20px;
  }

  /*ショッピングモール*/
  .jp-cmp-release-shoptag {
    /*必要であればコメントアウトを外す*/
    /*  margin: 10px auto 0;
    position: static;
    text-align: right;
    width: 95%;
  }
  .jp-cmp-release-shoptag img{
    width: 20%;
  }*/

    /*表示の必要があればコメントアウトする*/
    display: none;
  }

  .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%;
  }

  /*ONSALE*/
  .jp-cmptemp-release-onsale {
    font-size: 12px;
  }

  /*タイトル/アーティスト*/
  .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;
  }

  /*金額*/
  .jp-cmptemp-release-info-price {
    font-size: 16px;
  }

  .jp-cmptemp-release-info-price span {
    font-size: 12px;
  }

  /*購入するボタン*/
  .jp-cmptemp-release-info-buy-01 {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 5px 0;
    position: static;
    text-align: center;
  }

  .jp-cmptemp-release-info-buy-01::before {
    margin: 0 10px 0 0;
    height: 18px;
    width: 18px;
  }
}

/*- jp-cmptemp-avatar
-----------------------------------------------------------------------*/
.jp-cmptemp-avatar {
  background: #dcdcdc;
}

.jp-cmptemp-avatar-contents {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 90%;
}

.jp-cmptemp-avatar-h2-01 {
  background: #1f65aa;
}

/*参加方法見出し色*/
/*アイコン*/
.jp-cmptemp-avatar-h2-01::before {
  background: url(/web/src/s/campaign/000_new_w/img/ico_avatar_01.png) no-repeat left top;
  /*参加方法アイコン*/
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  height: 40px;
  width: 40px;
}

.jp-cmptemp-avatar-list {
  display: flex;
  display: -webkit-flex;
  margin: 10px 0 0;
}

.jp-cmptemp-avatar-list:first-child {
  margin: 0;
}

.jp-cmptemp-avatar-list>li {
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 10px 0 0;
  padding: 10px;
  width: 600px;
}

.jp-cmptemp-avatar-list li:last-child {
  margin: 0;
}

/*タグ*/
.jp-cmptemp-avatar-tag {
  margin: -10px 0 0;
  text-align: right;
}

.jp-cmptemp-avatar-tag p {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 3px 10px;
}

.jp-cmptemp-avatar-tag p:last-child {
  margin: 0;
}

.jp-cmptemp-avatar-tag-male {
  background: #0999e3;
}

.jp-cmptemp-avatar-tag-female {
  background: #e363a5;
}

/*コスチューム*/
.jp-cmptemp-avatar-costume ul {
  height: 200px;
  overflow: hidden;
  position: relative;
  max-width: 200px;
}

.jp-cmptemp-avatar-costume li {
  position: absolute;
}

.jp-cmptemp-avatar-costume ul img {
  width: 100%;
}

.jp-cmptemp-avatar-imgCurrent {
  z-index: 1;
}

/*コスチュームボタン*/
.jp-cmptemp-avatar-nav {
  text-align: center;
}

.jp-cmptemp-avatar-nav ul {
  border: 2px solid #6e6e6e;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-flex;
  display: -webkit-inline-flex;
}

.jp-cmptemp-avatar-nav li {
  border-right: 2px solid #6e6e6e;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
}

.jp-cmptemp-avatar-nav li:hover {
  background: #e0e0e0;
}

.jp-cmptemp-avatar-nav li:last-child {
  border-right: none;
}

.jp-cmptemp-avatar-navCurrent {
  background: #e0e0e0;
  font-weight: bold;
}

/*コスチューム・アイテム共通*/
.jp-cmptemp-avatar-box {
  height: 200px;
  margin: 10px 0 20px;
}

.jp-cmptemp-avatar-box-parts {
  height: auto;
  max-width: 200px;
}

/*ボタン*/
.jp-cmptemp-avatar-box-action {
  text-align: center;
}

.jp-cmptemp-avatar-action-std {
  background: #0e6cc8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0;
  width: 80%;
}

.jp-cmptemp-avatar-action-std:hover {
  color: #FFF;
}

/*スペック*/
.jp-cmptemp-avatar-spec {
  margin: 0 auto 10px;
  text-align: center;
  width: 100%;
}

.jp-cmptemp-avatar-spec dl dt {
  font-size: 16px;
  font-weight: bold;
}

.jp-cmptemp-avatar-spec dl dd {
  font-size: 18px;
}

.jp-cmptemp-avatar-spec dl dd span {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
  padding: 2px 10px;
  color: #fff;
  background: #00bdec;
  font-size: 12px;
}

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

  /*アイコン*/
  .jp-cmptemp-avatar-h2-01::before {
    height: 20px;
    width: 20px;
  }

  .jp-cmptemp-avatar-contents {
    width: 95%;
  }

  .jp-cmptemp-avatar-list {
    display: block;
    margin: 10px 0 0;
  }

  .jp-cmptemp-avatar-list:first-child {
    margin: 0;
  }

  .jp-cmptemp-avatar-list>li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 0;
    padding: 10px;
    text-align: center;
    width: 100%;
  }

  .jp-cmptemp-avatar-list>li:first-child {
    margin: 0;
  }

  .jp-cmptemp-avatar-list>li:last-child {
    margin: 10px 0 0;
  }

  .jp-cmptemp-avatar-costume ul,
  .jp-cmptemp-avatar-box {
    margin: 0 auto;
  }

  /*ボタン*/
  .jp-cmptemp-avatar-action-std {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
  }

  /*スペック*/
  .jp-cmptemp-avatar-spec dl dt {
    font-size: 14px;
  }

  .jp-cmptemp-avatar-spec dl dd {
    font-size: 16px;
  }

  .jp-cmptemp-avatar-spec dl dd span {
    font-size: 12px;
  }
}

/*- jp-cmptemp-collabo
-----------------------------------------------------------------------*/
.jp-cmptemp-collabo {
  background: #dcdcdc;
  padding: 0 0 10px;
}

.jp-cmptemp-collabo-contents {
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
}

.jp-cmptemp-collabo-h2-01 {
  background: #1f65aa;
}

/*参加方法見出し色*/
/*アイコン*/
.jp-cmptemp-collabo-h2-01::before {
  background: url(/web/src/s/campaign/000_new_w/img/ico_collabomovie_01.png) no-repeat left top;
  /*参加方法アイコン*/
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  content: "";
  height: 40px;
  width: 40px;
}

.jp-cmptemp-collabo-contents {
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 10px;
  width: 90%;
}

.jp-cmptemp-collabo-frame {
  text-align: center;
}

.jp-cmptemp-collabo-list>ul {
  display: flex;
  display: -webkit-flex;
  margin: 10px 0 0;
}

.jp-cmptemp-collabo-list>ul>li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0 10px 0 0;
}

.jp-cmptemp-collabo-list>ul>li:last-child {
  margin: 0;
}

/*動画*/
.jp-cmptemp-collabo-frame iframe {
  max-width: 100%;
}

a.jp-cmptemp-collabo-link {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 10px 0 0;
}

.jp-cmptemp-collabo-songname {
  background: url(/web/src/s/campaign/000_new_w/img/ico_m-note-single_01.png) no-repeat #f2f5f8 8px 8px;
  -webkit-background-size: 12px 17px;
  -o-background-size: 12px 17px;
  background-size: 12px 17px;
  margin: 10px 0 0;
  padding: 10px 10px 10px 25px;
}

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

  /*アイコン*/
  .jp-cmptemp-collabo-h2-01::before {
    height: 20px;
    width: 20px;
  }

  .jp-cmptemp-collabo-contents {
    width: 95%;
  }

  .jp-cmptemp-collabo-list>ul {
    display: block;
    margin: 10px 0 0;
  }

  .jp-cmptemp-collabo-list>ul>li,
  .jp-cmptemp-collabo-list>ul>li:last-child {
    margin: 10px 0 0 0;
  }

  /*動画*/
  .jp-cmptemp-collabo-frame iframe {
    width: 100%;
    height: 100%;
  }

  a.jp-cmptemp-collabo-link {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 10px 0 0;
  }

  .jp-cmptemp-collabo-songname {
    background: url(/web/src/s/campaign/000_new_w/img/ico_m-note-single_01.png) no-repeat #f2f5f8 8px 8px;
    -webkit-background-size: 12px 17px;
    -o-background-size: 12px 17px;
    background-size: 12px 17px;
    margin: 10px 0 0;
    padding: 10px 10px 10px 25px;
  }
}

/*- 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: 99%;
  }
}

.jp-cmp-h2-003 {
  text-align: center;
  padding: 10px 0;
}

.jp-cmp-h2-003 span {
  font-weight: bold;
  font-size: 200%;

}

.jp-cmp-h2-003 span.border {
  border-bottom: 2px solid #000;

}

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

@media screen and (max-width: 767px) {
  .jp-cmp-h2-003 {
    text-align: left;
  }

  .jp-cmp-h2-003 span {
    text-align: left;
    font-size: 160%;
  }
}

[class^="jp-page-sl-songlist-"],
[class*=" jp-page-sl-songlist-"] {
  width: 100%;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[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-"]>thead>tr>th,
[class*=" jp-page-sl-songlist-"]>thead>tr>th {
  text-align: center;
  font-weight: bold;
  background-color: #e4e9ee;
  padding: 10px;
  line-height: 1.1;
  border: 1px solid #f2f5f8;
}

[class^="jp-page-sl-songlist-"]>tbody>tr>td.jp-page-sl-cell-rank,
[class*=" jp-page-sl-songlist-"]>tbody>tr>td.jp-page-sl-cell-rank {
  text-align: center;
  font-size: 18px;
}

[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: #ffffff;
  font-size: 14px;
  border: 1px solid #f2f5f8;
}

[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,
[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 {
  font-size: 12px;
}

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

  [class^="jp-page-sl-songlist-"],
  [class*=" jp-page-sl-songlist-"] {
    display: block;
  }

  [class^="jp-page-sl-songlist-"]>thead,
  [class*=" jp-page-sl-songlist-"]>thead {
    display: none;
  }

  [class^="jp-page-sl-songlist-"]>tbody,
  [class*=" jp-page-sl-songlist-"]>tbody {
    display: block;
    background-color: #ffffff;
  }

  [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;
  }


  [class^="jp-page-sl-songlist-"]>tbody>tr+tr,
  [class*=" jp-page-sl-songlist-"]>tbody>tr+tr {
    border-top: 1px dotted #a7b2bb;
  }

  [class^="jp-page-sl-songlist-"]>tbody>tr,
  [class*=" jp-page-sl-songlist-"]>tbody>tr {
    display: block;
    position: relative;
    padding: 10px 5px 37px;
  }

  [class^="jp-page-sl-songlist-"]>tbody>tr>th.jp-page-sl-cell-rank,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>th.jp-page-sl-cell-rank,
  [class^="jp-page-sl-songlist-"]>tbody>tr>td.jp-page-sl-cell-rank,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>td.jp-page-sl-cell-rank {
    float: left;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
    padding: 3px 0 2px;
    display: block;
    background-color: #0164a3;
    width: 30px;
  }

  [class^="jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-rank+.jp-page-sl-cell-song,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-rank+.jp-page-sl-cell-song,
  [class^="jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-rank+.jp-page-sl-cell-artist,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-rank+.jp-page-sl-cell-artist {
    overflow: hidden;
    padding-top: 3px;
    display: block;
  }

  [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-size: 120%;
  }

  [class^="jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-song+.jp-page-sl-cell-artist::before,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-song+.jp-page-sl-cell-artist::before,
  [class^="jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-artist+.jp-page-sl-cell-song::before,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-artist+.jp-page-sl-cell-song::before {
    content: '／';
    display: inline-block;
    width: 1em;
    text-align: center;
    text-indent: 0;
  }

  [class^="jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-rank+.jp-page-sl-cell-song+.jp-page-sl-cell-artist,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-rank+.jp-page-sl-cell-song+.jp-page-sl-cell-artist,
  [class^="jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-rank+.jp-page-sl-cell-artist+.jp-page-sl-cell-song,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-rank+.jp-page-sl-cell-artist+.jp-page-sl-cell-song {
    padding-top: 5px;
    clear: both;
    display: block;
  }

  [class^="jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-song+.jp-page-sl-cell-artist,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-song+.jp-page-sl-cell-artist,
  [class^="jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-artist+.jp-page-sl-cell-song,
  [class*=" jp-page-sl-songlist-"]>tbody>tr>.jp-page-sl-cell-artist+.jp-page-sl-cell-song {
    padding-left: 1em;
    text-indent: -1em;
  }

  [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: 10px;
    right: 90px;
  }

  [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: 10px;
    right: 5px;
  }

}


.jp-cmptemp-contents .results{
  margin-top: 40px;
  text-align: center;
}

.jp-cmptemp-contents .results h3{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.jp-cmptemp-contents .results p.read-text{
  margin-top: 30px;
  text-align: center;
}



.video iframe{
  aspect-ratio: 16 / 9;
  height: auto;
}

.jp-cmptemp-contents .rank{
      border: 4px solid;
    margin: 20px 0;
    padding: 20px 30px;
    border-image: linear-gradient(to right, #a18447, #deca99) 1;
    text-align: center;
}

.jp-cmptemp-contents .rank .genre{
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #686767;
  display: inline-block;
  margin-bottom: 10px;

}

.jp-cmptemp-contents .rank .song{
  font-size: 30px;
  font-weight: bold;
}


.results p.note{
  font-size: 14px;
  text-align: right;
  margin-top: 30px;

}



@media screen and (max-width: 767px) {
.jp-cmptemp-contents .rank .genre{
  font-size: 20px;
}

.jp-cmptemp-contents .rank .song{
  font-size: 23px;
}


  .video iframe{
    width: 90%;

  }
}