@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 {
  content:"";
  display: block;
  clear:both;
  visibility:hidden;
}

/*- 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 {
    margin: 10px 0 0;
    padding: 10px 1%;
    width: auto;
  }
}

.jp-cmptemp-contbox{
  background: #fff;
  margin: 10px 0 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  border: 6px solid #e5eaf0;
}

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

/*- 共通class
-----------------------------------------------------------------------*/
/*h2見出し レイアウト*/
.jp-cmptemp-h2{
  color: #FFF;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  -webkit-border-radius: 0 0 10px;
          border-radius: 0 0 10px;
  padding: 7px 30px;
  line-height: 100%;
}
.jp-cmptemp-h2 span{
  display: inline-block;
  font-weight: bold;
  line-height: 130%;
}
.jp-cmptemp-h2::before{
  border: 2px solid #fff;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 40px;
  margin: 0 15px 0 0;
  vertical-align: top;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .jp-cmptemp-h2{
    display: block;
    font-size: 16px;
    -webkit-border-radius: 0;
            border-radius: 0;
    line-height: 100%;
    text-align: center;
    padding: 7px 0;
  }
  .jp-cmptemp-h2 span{
    display: inline-block;
    font-weight: bold;
    line-height: 130%;
  }
  .jp-cmptemp-h2::before{
    border: 1px solid #fff;
  }
}

/*注意書きリスト*/
.jp-cmptemp-attention-txt{
  font-size: 16px;
  margin: 20px 0 0 1em;
  text-indent: -1em;
}
.jp-cmptemp-attention-txt li{ margin: 0 0 0.5em; }
.jp-cmptemp-attention-txt li:last-child{ margin: 0; }

@media screen and (max-width: 767px) {
  .jp-cmptemp-attention-txt{
    font-size: 14px;
    margin: 10px 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-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));
  border: 2px solid #e75906;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 80%;
}

/*グラデ*/
.jp-cmptemp-btn02 {
  background-image: -moz-linear-gradient(top, #e31010, #870120);
  background-image: -ms-linear-gradient(top, #e31010, #870120);
  background-image: -webkit-linear-gradient(top, #e31010, #870120);
  background-image: linear-gradient(top, #e31010, #870120);
  border: 2px solid #ff2d76;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  width: 80%;
}

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

.jp-cmptemp-btn01:hover,
.jp-cmptemp-btn02:hover,
.jp-cmptemp-btn03:hover,
.jp-cmptemp-btn01:active,
.jp-cmptemp-btn02:active,
.jp-cmptemp-btn03: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;
    padding: 5px;
    width: 100%;
  }

}

/*- SNS
-----------------------------------------------------------------------*/
.jp-cmp-list-social-001 ul{
  margin: 10px auto 0;
  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-mainlead {
  background: #fff;
  color: #fff;
  font-size: 28px;
  padding: 20px 0 30px;
  text-align: center;
}
.jp-cmptemp-mainlead p b {
  color: #ffea00;
  font-size: 130%;
  font-weight: bold;
}

/*キャンペーン期間*/
.jp-cmptemp-camp-date{
  background: url(/web/src/s/campaign/joymamo/img/common/bg.png) #F67CB9; /*キャンペーン期間背景色・画像*/
  border: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #133f74; /*リボン装飾部分 必要なければコメントアウト*/
  border-right: 30px solid #133f74; /*リボン装飾部分 必要なければコメントアウト*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  height: 0;
  margin: 20px auto 0;
  position: relative;
  text-transform: uppercase;
  width: 85%;
}
.jp-cmptemp-camp-date span{
  display: block;
  margin: -19px 0 0;
  text-align: center;
}
.jp-cmptemp-camp-date span::before{
  border: 2px solid #fff; /*キャンペーン期間枠ボーダー色*/
  content: "実施期間";
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px;
  vertical-align: top;
}

/*終了文言*/
.jp-cmptemp-date-end{
  color: #f00;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 10px 0 0;
  text-align: center;
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff; /*必要があれば*/
}

@media screen and (max-width: 767px) {
  /*リード*/
  .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-date-end{
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 10px;
  }
  .jp-cmptemp-date-end > small{ display: block; }
}

/*- アンカーリンク
-----------------------------------------------------------------------*/
.jp-cmptemp-anchor{
  background: #fff;
  margin: 40px 0 0;
  padding: 0 10px 10px;
}

  .jp-cmptemp-anchor ul{}

      /*ボタンレイアウト*/
      .jp-cmptemp-anchor-btn{
        display: block;
        float: left;
        margin:0 20px 20px 0;
        background: #f2f1e0;
        border: 4px solid #5f7b9d;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: 110%;
      }

      .jp-cmptemp-anchor-btn:nth-child(3n){
        margin-right: 0;
      }



      .jp-cmptemp-anchor-btn:hover{
        background: #fff;
      }

        .jp-cmptemp-anchor-btn a{
          display: table-cell;
          width: 308px;
          height: 80px;
          vertical-align: middle;
          color: #0f3767;
          font-weight: bold;
        }

        .jp-cmptemp-anchor-btn a:hover{
          color: #0f3767;
          opacity: 1;
        }

        .jp-cmptemp-anchor-btn a:before{
          border-top: 4px solid #0f3767;
          border-right: 4px solid #0f3767;
          content: "";
          display: inline-block;
          height: 13px;
          -webkit-transform: rotate(135deg);
             -moz-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
               -o-transform: rotate(135deg);
                  transform: rotate(135deg);
          margin: -10px 10px 0 0;
          vertical-align: middle;
          width: 13px;
        }

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

  .jp-cmptemp-anchor{
    margin: 20px 0 0;
    padding: 0 3% 10px;
  }

    .jp-cmptemp-anchor ul{
      text-align: center;
      border: 2px solid #5f7b9d;
      -webkit-border-radius: 8px;
              border-radius: 8px;
    }

      .jp-cmptemp-anchor-btn{
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin: 0;
        border: none;
        border-bottom: 1px solid #DDDCCD;
        -webkit-border-radius: 0;
                border-radius: 0;
        font-size: 16px;
      }

      .jp-cmptemp-anchor-btn:hover{
        background: #EAE4C1;
      }

      .jp-cmptemp-anchor-btn:first-child{
        -webkit-border-radius: 8px 8px 0 0;
                border-radius: 8px 8px 0 0;
      }

      .jp-cmptemp-anchor-btn:last-child{
        border-bottom: none;
        -webkit-border-radius: 0 0 8px 8px;
                border-radius: 0 0 8px 8px;
      }

      .jp-cmptemp-anchor-btn:nth-last-child(-n+2){
        position: static;
      }

      .jp-cmptemp-anchor-btn:nth-child(1),
      .jp-cmptemp-anchor-btn:nth-child(3){}

      .jp-cmptemp-anchor-btn a{
        display: inline-block;
        width: 100%;
        padding: 20px 0 18px;
        height: auto;
        line-height: 1;
      }

      .jp-cmptemp-anchor-btn a:before{
        border-top: 2px solid #0f3767;
        border-right: 2px solid #0f3767;
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(135deg);
           -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
             -o-transform: rotate(135deg);
                transform: rotate(135deg);
        margin: -8px 8px 0 0;
        vertical-align: middle;

      }

        .jp-cmptemp-anchor-btn a br{
          display: none;
        }

}

/*- キャンペーン内容
-----------------------------------------------------------------------*/

/*h2 青*/
.jp-cmptemp-campaign-h2-01{ background: #224671; } /*キャンペーン内容見出し色1*/

/*h2 緑*/
.jp-cmptemp-campaign-h2-02{ background: #224671; } /*キャンペーン内容見出し色2*/

/*アイコン*/

.jp-cmptemp-campaign-h2-01::before{
  background: url(/web/src/s/campaign/joymamo/img/ico_megaphone_01.png) no-repeat left top;
}
.jp-cmptemp-campaign-h2-02::before{
 background: url(/web/src/s/campaign/joymamo/img/ico_present_01.png) no-repeat left top;
}

.jp-cmptemp-campaign-h2-01::before,
.jp-cmptemp-campaign-h2-02::before{
  -webkit-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  content: "";
  height: 40px;
  width: 40px;
}

/*contentsBox*/
.jp-cmptemp-campaign .jp-cmptemp-contents .jp-cmptemp-text{
  font-size: 22px;
  font-weight: bold;
  padding: 30px 60px;
  text-align: center;
}

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

  .jp-cmptemp-campaign .jp-cmptemp-contents .jp-cmptemp-text{
    font-size: 16px;
    padding: 20px 10px;
  }

}

/* .jp-cmptemp-sp-br .jp-cmptemp-pc-br */
.jp-cmptemp-sp-br {
  display: none;
}

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

  .jp-cmptemp-pc-br {
    display: none;
  }

  .jp-cmptemp-sp-br {
    display: block;
  }

}


/*文字色*/
.jp-cmptemp-bigger {
  font-size: 40px;
  font-weight: bold;
}
.jp-cmptemp-bigger-skyblue{
  color: #3ad1f2;
  font-size: 58px;
  font-weight: bold;
}
.jp-cmptemp-bigger-pink{
  color: #fd8ac0;
  font-size: 58px;
  font-weight: bold;
}
.jp-cmptemp-bigger-redPink{
  color: #f3598f;
  font-size: 48px;
  font-weight: bold;
}

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

.jp-cmptemp-bold-skyblue{
  color: #3ad1f2;
  font-size: 40px;
  font-weight: bold;
}
.jp-cmptemp-bold-blue{
  color: #135bb1;
  font-size: 36px;
  font-weight: bold;
}
.jp-cmptemp-bold-yellow{
  color: #fcf9a2;
  font-size: 40px;
  font-weight: bold;
}
.jp-cmptemp-bold-pink{
  color: #fd8ac0;
  font-size: 40px;
  font-weight: bold;
}
.jp-cmptemp-bold-redPink{
  color: #f3598f;
  font-size: 36px;
  font-weight: bold;
}
.jp-cmptemp-redPink{
  color: #f3598f;
  font-size: 32px;
  font-weight: bold;
}
.jp-cmptemp-small {
  font-size: 20px;
}
.jp-cmptemp-caption{
  margin: 20px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jp-cmptemp-bigger {
    font-size: 30px;
  }
  .jp-cmptemp-bigger-skyblue,
  .jp-cmptemp-bigger-pink{
    font-size: 40px;
  }
  .jp-cmptemp-bigger-redPink{
    font-size: 30px;
  }
  .jp-cmptemp-bold{
    font-size: 20px;
  }
  .jp-cmptemp-bold-skyblue,
  .jp-cmptemp-bold-blue,
  .jp-cmptemp-bold-yellow,
  .jp-cmptemp-bold-pink,
  .jp-cmptemp-bold-redPink{
    font-size: 22px;
    font-weight: bold;
  }
  .jp-cmptemp-redPink{
    font-size: 18px;
  }
  .jp-cmptemp-small {
    font-size: 16px;
  }
  .jp-cmptemp-caption{
    width: 90%;
    padding-left: 1em;
    margin: 10px auto;
    font-size: 14px;
    text-indent: -1em;
    text-align: justify;
  }
}


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

  /*contentsBox*/
  .jp-cmptemp-campaign .jp-cmptemp-contents p{
    /*font-size: 14px;*/
    /*padding: 10px;*/
  }

  /*文字色*/
  .jp-cmptemp-bold-blue{ font-size: 18px; }
  .jp-cmptemp-bold-green{ font-size: 18px; }
}

/*- じょいまもくじ2015-16
-----------------------------------------------------------------------*/
.jp-cmptemp-lotty{
  background: #133f74;
  border: none;
  color: #fff;
}

  .jp-cmptemp-lotty .jp-cmptemp-text b{
    line-height: 1.2;
  }

  /*ボタン*/
  .jp-cmptemp-lotty-btnArea{
    width: 50%;
    margin: 0 auto 30px;
  }

    /*ボタンレイアウト*/
    .jp-cmptemp-lotty-btn{
      border: 4px solid #6EC1DB;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      display: block;
      font-size: 25px;
      font-weight: bold;
      padding: 22px 0 20px;
      text-align: center;
      line-height: 100%;
      color: #133f74;
      background: #fff;
    }
      .jp-cmptemp-lotty-btn:before{
        border-top: 2px solid #133f74;
        border-right: 2px solid #133f74;
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        -webkit-transform: rotate(135deg);
           -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
             -o-transform: rotate(135deg);
                transform: rotate(135deg);
        margin: -10px 10px 0 0;
        vertical-align: middle;
      }

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

  .jp-cmptemp-lotty-btnArea{
    width: 80%;
    margin: 0 auto 20px;
  }

    .jp-cmptemp-lotty-btn{
      font-size: 16px;
      box-sizing: border-box;
    }

      .jp-cmptemp-lotty-btn:before{
        width: 8px;
        height: 8px;
        margin: -8px 8px 0 0;
        vertical-align: middle;
      }

}

.jp-cmptemp-lotty-imgArea{
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

  .jp-cmptemp-lotty-imgArea ul {
    position: relative;
    left: 50%;
    float: left;
  }

    .jp-cmptemp-lotty-img{
      position: relative;
      left: -50%;
      float: left;
      width: 250px;
      margin-right: 30px;
    }
    .jp-cmptemp-lotty-img:last-child{
      margin-right: 0;
    }

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

.jp-cmptemp-lotty-imgArea{
  margin-bottom: 30px;
}

  .jp-cmptemp-lotty-imgArea ul {
    left: auto;
    float: none;
    margin: 0 auto;
  }

    .jp-cmptemp-lotty-img{
      left: auto;
      float: none;
      width: auto;
      margin-right: 0;
      margin-bottom: 10px;
      text-align: center;
    }

      .jp-cmptemp-lotty-img img {
        display: inline;
      }

}

/*- 賞品一覧
-----------------------------------------------------------------------*/
.jp-cmptemp-prize{}

  .jp-cmptemp-prize-list{
    margin-top: 50px;
    text-align: center;
  }

    .jp-cmptemp-prize-set{
      position: relative;
      overflow: hidden;
      margin-bottom: 50px;
    }

      .jp-cmptemp-prize-tit{
        margin-bottom: 10px;
      }

      .jp-cmptemp-prize-set ul{
        position: relative;
        left: 50%;
        float: left;
      }

        .jp-cmptemp-prize-set ul li{
          position: relative;
          left: -50%;
          float: left;
        }

        .jp-cmptemp-prize-b li,
        .jp-cmptemp-prize-c li{
          margin-right: 20px;
        }

        .jp-cmptemp-prize-b li:last-child,
        .jp-cmptemp-prize-c li:last-child{
          margin-right: 0;
        }

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

.jp-cmptemp-prize{}

  .jp-cmptemp-prize-list{
    margin: 15px auto;
    text-align: center;
  }

    .jp-cmptemp-prize-set{
      position: relative;
      overflow: hidden;
      margin-bottom: 15px;
    }

      .jp-cmptemp-prize-tit{
        margin-bottom: 10px;
      }

      .jp-cmptemp-prize-set ul{
        position: relative;
        left: auto;
        float: none;
        width: 100%;
        margin: 0 auto;
      }

      .jp-cmptemp-prize-set ul li{
        left: auto;
        float: none;
      }

      .jp-cmptemp-prize-a-img {
        text-align: center;
      }

        .jp-cmptemp-prize-a-img img{
          width: 60%;
          height: auto;
        }

        .jp-cmptemp-prize-b li,
        .jp-cmptemp-prize-c li{
          margin-right: 0;
        }

        .jp-cmptemp-prize-b li {
          margin-bottom: 10px;
        }

      .jp-cmptemp-prize-set-c {
        position: relative;
        overflow: hidden;
      }

        .jp-cmptemp-prize-set-c ul{
          position: relative;
          left: 50%;
          float: left;
          margin: 0 auto;
        }

          .jp-cmptemp-prize-set-c ul li{
            position: relative;
            left: -50%;
            float: left;
            width: 50%;
            margin-bottom: 10px;
            box-sizing: border-box;
          }

          .jp-cmptemp-prize-set-c ul li:nth-child(even) {
            padding-right: 0;
          }

}

/*- ライブ会場限定プレゼントキャンペーン
-----------------------------------------------------------------------*/
#joymamo2015-present{

}

  #joymamo2015-present .jp-cmptemp-campaign-present-img{
    margin-bottom: 0;
    text-align: center;
  }

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

  #joymamo2015-present .jp-cmptemp-text,
  #joymamo2015-present .jp-cmptemp-caption{
  }
   #joymamo2015-present .jp-cmptemp-text b{
    display: inline-block;
    text-align: center;
   }

}


/*- じょいまもくじ2015-16 購入方法
-----------------------------------------------------------------------*/
.jp-cmptemp-ticket {
  margin: 40px 0;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

  .jp-cmptemp-ticket b {
    padding-bottom: 5px;
    border-bottom: 6px solid #224671;
    font-weight: bold;
  }

  .jp-cmptemp-price {
    padding: 0 5px;
    font-size: 120%;
  }

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

.jp-cmptemp-ticket {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

  .jp-cmptemp-ticket b {
    padding-bottom: 5px;
    border-bottom: 6px solid #224671;
    font-weight: bold;
  }

  .jp-cmptemp-price {
    padding: 0 5px;
    font-size: 120%;
  }

}

/*- QR 早速くじに挑戦しよう！じょいまもくじ2015-16特設サイト
       じょいまも2015-16特設サイト
-----------------------------------------------------------------------*/

.jp-cmptemp-try{
  width: 560px;
  padding: 40px 40px 20px;
  margin: 40px auto 30px;
  background: #233D92;
  border-radius: 20px;
}

.jp-cmptemp-site{
  width: 520px;
  padding: 40px 40px 20px;
  margin: 20px auto 30px;
  background: #fff;
  border: 8px solid #40B4DC;
  border-radius: 20px;
}

  .jp-cmptemp-try-wrap,
  .jp-cmptemp-site-wrap{
    height: 160px;
    margin-bottom: 20px;
  }

    .jp-cmptemp-try-qr,
    .jp-cmptemp-site-qr{
      float: left;
      margin-right: 30px;
    }

    .jp-cmptemp-site-qr {
      box-sizing: border-box;
      border: 1px solid #676767;
    }

    .jp-cmptemp-try-tit,
    .jp-cmptemp-site-tit{
      display: table-cell;
      height: 160px;
      vertical-align: middle;
      font-size: 30px;
      font-weight: bold;
      color: #fcf9a2;
    }

    .jp-cmptemp-try-btnArea-SP {
      display: none;
    }

    .jp-cmptemp-site-tit{
      color: #40B4DC;
      font-size: 34px;
    }

      .jp-cmptemp-site-year{
        color: #fd8ac0;
        font-weight: bold;
      }

  .jp-cmptemp-try-caption li,
  .jp-cmptemp-site-caption li{
    font-size: 16px;
    color: #fff;
  }

  .jp-cmptemp-site-caption li{
     color: #000;
  }

@media screen and (max-width: 767px) {
.jp-cmptemp-try,
.jp-cmptemp-site{
  width: 90%;
  padding: 20px 10px 10px;
  box-sizing: border-box;
  text-align: center;
}

  .jp-cmptemp-try-wrap,
  .jp-cmptemp-site-wrap{
    height: auto;
  }

    .jp-cmptemp-try-qr,
    .jp-cmptemp-site-qr{
      float: none;
      margin-right: 0;
      margin-bottom: 20px;
    }

    .jp-cmptemp-site-qr{
      display: inline-block;
    }

    .jp-cmptemp-try-tit,
    .jp-cmptemp-site-tit{
      display: block;
      height: auto;
      font-size: 24px;
    }

    .jp-cmptemp-site-tit{
      padding: 0;
    }

    /*ボタン*/
    .jp-cmptemp-try-btnArea-SP{
      display: block;
      width: 100%;
      margin: 20px auto 0;
    }

    /*ボタンレイアウト*/
    .jp-cmptemp-try-btn-SP{
      border: 4px solid #6EC1DB;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      display: block;
      font-size: 16px;
      font-weight: bold;
      padding: 12px 0 10px;
      text-align: center;
      line-height: 1.2;
      color: #133f74;
      background: #fff;
    }

  .jp-cmptemp-try-caption li,
  .jp-cmptemp-site-caption li{
    width: 90%;
    padding-left: 1em;
    font-size: 14px;
    text-align: justify;
    text-indent: -1em;
  }

  .jp-cmptemp-site-caption li{
     color: #000;
  }

}

/*- 宮野真守応援アプリ「じょいまも4」
-----------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*
  .jp-cmptemp-app-text {
    text-align: justify;
  }
*/
}


.jp-cmptemp-app-list{
  position: relative;
  overflow: hidden;
}

  .jp-cmptemp-app-list ul{
    position: relative;
    left: 50%;
    float: left;
  }

    .jp-cmptemp-app-list li{
      position: relative;
      left: -50%;
      float: left;
      margin-right: 20px;
    }

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

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

.jp-cmptemp-app-list{
}

  .jp-cmptemp-app-list ul{
    margin: 0 auto 20px;
  }

    .jp-cmptemp-app-list li{
      width: 50%;
      margin-bottom: 10px;
      box-sizing: border-box;
      margin-right: 0;
      text-align: center;
    }

    .jp-cmptemp-app-list li:nth-child(even){
      margin-right: 0;
    }

      .jp-cmptemp-app-list li img {
        width: 90%;
      }

}

/*ボタン*/
  .jp-cmptemp-app-btnArea{
    width: 50%;
    margin: 30px auto 30px;
  }

    /*ボタンレイアウト*/
    .jp-cmptemp-app-btn{
      -webkit-border-radius: 12px;
              border-radius: 12px;
      display: block;
      font-size: 25px;
      font-weight: bold;
      padding: 27px 0 25px;
      text-align: center;
      line-height: 100%;
      color: #fff;
      background: #F67CB9;
    }

    .jp-cmptemp-app-btn:hover{
      color: #fff;
      /*opacity: 1;*/
    }

    .jp-cmptemp-app-btn:before{
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      content: "";
      display: inline-block;
      height: 13px;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 0 10px 0 0;
      vertical-align: middle;
      width: 13px;
    }

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

  .jp-cmptemp-app-btnArea{
    width: 80%;
    margin: 0 auto 20px;
  }

    .jp-cmptemp-app-btn{
      font-size: 16px;
      box-sizing: border-box;
    }

      .jp-cmptemp-app-btn:before{
        width: 8px;
        height: 8px;
        margin: -4px 8px 0 0;
        vertical-align: middle;
      }

}












/*ボタン*/
  .jp-cmptemp-app-btnAreacp{
    width: 50%;
    margin: -10px auto 30px;
  }

    /*ボタンレイアウト*/
    .jp-cmptemp-app-btncp{
      -webkit-border-radius: 12px;
              border-radius: 12px;
      display: block;
      font-size: 25px;
      font-weight: bold;
      padding: 27px 0 25px;
      text-align: center;
      line-height: 100%;
      color: #fff;
      background: #F67CB9;
    }

    .jp-cmptemp-app-btncp:hover{
      color: #fff;
      /*opacity: 1;*/
    }

    .jp-cmptemp-app-btncp:before{
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      content: "";
      display: inline-block;
      height: 13px;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 0 10px 0 0;
      vertical-align: middle;
      width: 13px;
    }

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

  .jp-cmptemp-app-btnAreacp{
    width: 80%;
    margin: 0 auto 20px;
  }

    .jp-cmptemp-app-btncp{
      font-size: 16px;
      box-sizing: border-box;
    }

      .jp-cmptemp-app-btncp:before{
        width: 8px;
        height: 8px;
        margin: -4px 8px 0 0;
        vertical-align: middle;
      }

}






/*- 課題曲
-----------------------------------------------------------------------*/
.jp-cmptemp-song-h2-01{ background: #1f65aa; } /*課題曲見出し色*/
/*アイコン*/
.jp-cmptemp-song-h2-01::before{
  background: url(/web/src/s/campaign/joymamo/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: 18px;
  margin: 0 auto;
  width: 90%; /*contents-width*/
}
.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: 16px; }
  .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: 90%;
  margin: 10px auto 0;
  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;
  }

}

/*- 課題動画
-----------------------------------------------------------------------*/
.jp-cmptemp-movielist{
  background: #dcdcdc;
  padding: 0 0 10px;
}

.jp-cmptemp-movie-h2-01{ background: #224671; } /*課題動画見出し色*/
/*アイコン*/
.jp-cmptemp-movie-h2-01::before{
  background: url(/web/src/s/campaign/joymamo/img/ico_movie_01.png) no-repeat left top; /*課題動画アイコン*/
  -webkit-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  content: "";
  height: 40px;
  width: 40px;
}

/*2カラム・3カラム flex指定*/
.jp-cmp-temp-movielist-column02,
.jp-cmp-temp-movielist-column03{
  display: flex;
  display: -webkit-flex;
  margin: 10px auto 0;
  position: relative;
  width: 90%;
}
.jp-cmp-temp-movielist-column02 > li,
.jp-cmp-temp-movielist-column03 > li{ 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-cmptemp-flow{
  background: url(/web/src/s/campaign/joymamo/img/common/bg.png) #e5e4cf;
  padding: 0 0 10px;
}

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

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

.jp-cmptemp-flow-box{
  background: #FFF;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0 30px;
  padding: 3% 3% 3% 4%;
  position: relative;
  width: 100%;
}
/*三角*/
.jp-cmptemp-flow-box::after{
  border: solid transparent;
  border-top-color: #fff;
  border-width: 20px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -20px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.jp-cmptemp-flow-box:last-child{ margin: 0; }
.jp-cmptemp-flow-box:last-child::after{ visibility: hidden; }

.jp-cmptemp-flow-box p{ vertical-align: top; }

/*番号装飾*/
.jp-cmptemp-flow-num{
  color: #FFF;
  display: inline-block;
  font-size: 30px;
  margin: 0 30px 0 0;
  position: relative;
  z-index: 1;
}
.jp-cmptemp-flow-num:before{
  background: #6d98c3;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  content: "";
  height: 40px;
  left: -11px;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: -1;
}

/*フローテキスト*/
.jp-cmptemp-flow-explain{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0 20px 0 0;
  width: 93%;
}
.jp-cmptemp-flow-explain-txt {
  font-size: 24px;
  font-weight: bold;
}
.jp-cmptemp-flow-explain-txt b {
  color: #db2960;
  font-weight: bold;
}
.jp-cmptemp-flow-explain-caption {
  font-size: 16px;
  line-height: 1em;
  margin: 10px 0 0;
}

/*ボタン*/
.jp-cmptemp-flow-action{
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.jp-cmptemp-flow-action a{ margin: 10px 0 0; }
.jp-cmptemp-flow-action a:first-child{ margin: 0; }

/*ボタンレイアウト*/
.jp-cmptemp-flow-action-std-01,
.jp-cmptemp-flow-action-std-02,
.jp-cmptemp-flow-action-std-03,
.jp-cmptemp-flow-action-std-04{
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
  font-weight: bold;
  padding: 12px 0 10px;
  text-align: center;
  line-height: 100%;
}
.jp-cmptemp-flow-action-std-01::before,
.jp-cmptemp-flow-action-std-02::before,
.jp-cmptemp-flow-action-std-03::before,
.jp-cmptemp-flow-action-std-04::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 13px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 13px;
}
/*青ボタン*/
.jp-cmptemp-flow-action-std-01{
  background: #0e6cc8;
  color: #FFF;
  font-size: 25px;
}
.jp-cmptemp-flow-action-std-01:hover{
  background: #1f8af4;
  color: #FFF;
}
/*黄ボタン-小*/
.jp-cmptemp-flow-action-std-02::before{
  border-top: 2px solid #000; /*黄色ボタン用矢印色変え*/
  border-right: 2px solid #000; /*黄色ボタン用矢印色変え*/
  height: 8px; /*黄色ボタン用矢印大きさ変更*/
  width: 8px; /*黄色ボタン用矢印大きさ変更*/
}
.jp-cmptemp-flow-action-std-02{
  background: #ffde00;
  color: #000;
  font-size: 18px;
}
.jp-cmptemp-flow-action-std-02:hover{
  background: #ffea5c;
  color: #000;
}
/*赤ボタン*/
.jp-cmptemp-flow-action-std-03{
  background: #d71318;
  color: #fff;
  font-size: 25px;
}
.jp-cmptemp-flow-action-std-03:hover{
  background: #fc181e;
  color: #fff;
}
/*黄ボタン-大*/
.jp-cmptemp-flow-action-std-04::before{
  border-top: 2px solid #000; /*黄色ボタン用矢印色変え*/
  border-right: 2px solid #000; /*黄色ボタン用矢印色変え*/
  height: 13px; /*黄色ボタン用矢印大きさ変更*/
  width: 13px; /*黄色ボタン用矢印大きさ変更*/
}
.jp-cmptemp-flow-action-std-04{
  background: #ffde00;
  color: #000;
  font-size: 25px;
}
.jp-cmptemp-flow-action-std-04:hover{
  background: #ffea5c;
  color: #000;
}

/*ボタンエリア*/
.jp-cmptemp-btnarea-01{
  text-align: center;
  margin: 20px 0 0;
}
.jp-cmptemp-btnarea-01 a{
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0 20px;
  width: 300px;
}
.jp-cmptemp-btnarea-01 a:first-child{
  margin: 0;
}

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

  .jp-cmptemp-flow-contents{ width: 95%; }
  .jp-cmptemp-flow-box{ padding: 10px; }

  /*番号装飾*/
  .jp-cmptemp-flow-num{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    margin: 0 15px 0 0;
    padding: 0 0 0 8px;
  }
  .jp-cmptemp-flow-box p.jp-cmptemp-flow-num:before{
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 26px;
  }

  /*フローテキスト*/
  .jp-cmptemp-flow-explain{
    padding: 0;
    width: 85%;
  }
  .jp-cmptemp-flow-explain-txt{ font-size: 16px; }
  .jp-cmptemp-flow-explain-caption{ font-size: 14px; }

  .jp-cmptemp-flow-action{
    display: block;
    margin: 10px 0 0;
    width: 100%;
  }

  /*ボタンレイアウト*/
  .jp-cmptemp-flow-action-std-01,
  .jp-cmptemp-flow-action-std-02,
  .jp-cmptemp-flow-action-std-03,
  .jp-cmptemp-flow-action-std-04{ padding: 5px 0; }
  .jp-cmptemp-flow-action-std-01::before,
  .jp-cmptemp-flow-action-std-03::before,
  .jp-cmptemp-flow-action-std-04::before{
    height: 10px;
    width: 10px;
  }
  .jp-cmptemp-flow-action-std-02::before{
    height: 6px; /*黄色ボタン用矢印大きさ変更*/
    width: 6px; /*黄色ボタン用矢印大きさ変更*/
  }
  /*青ボタン*/
  .jp-cmptemp-flow-action-std-01{ font-size: 18px; }
  /*黄ボタン*/
  .jp-cmptemp-flow-action-std-02{ font-size: 14px; }
  /*赤ボタン*/
  .jp-cmptemp-flow-action-std-03{ font-size: 18px; }
  /*黄ボタン-大*/
  .jp-cmptemp-flow-action-std-04{ font-size: 18px; }

  /*ボタンエリア*/
  .jp-cmptemp-btnarea-01{ margin: 10px 0 0; }
  .jp-cmptemp-btnarea-01 a{
    margin: 10px 0 0 0;
    width: 100%;
  }
  .jp-cmptemp-btnarea-01 a:first-child{ margin: 0; }
}

/*- 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/joymamo/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/joymamo/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/joymamo/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/joymamo/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/joymamo/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/joymamo/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/joymamo/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/joymamo/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/joymamo/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/joymamo/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-contents{
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
}
.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;
  margin: 10px auto 0;
  padding: 10px;
  width: 90%;
}

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

/*- 下部キャッチ・コピーライト
-----------------------------------------------------------------------*/
.jp-cmptemp-catch-fun{
  margin: 30px 0;
  text-align: center;
}

  .jp-cmptemp-catch-fun b{
    color: #224671;
    font-size: 34px;
    font-weight: bold;
  }

.jp-cmptemp-copyright{
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}

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

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

    .jp-cmptemp-catch-fun b{
      font-size: 20px;
    }

  .jp-cmptemp-copyright{
    font-size: 14px;
  }

}


/*20151202*/
.jp-cmptemp-site-btnArea-SP{
  display: none;
}
@media screen and (max-width: 767px){
  .jp-cmptemp-site-btnArea-SP{
    display: block;
  }
}