@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: #F9EAB5; /*背景色*/
  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: 35px 0 0;
  padding: 0 0 35px;
  border: #ED1C6F 2px solid;
  outline: #F7B5E4 2px solid;
}
@media screen and (max-width: 767px) {
.jp-cmptemp-contbox{
  background: #fff;
  margin: 10px 0 0;
  padding: 0 0 5.46875%;
}
}

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

/*- 共通class
-----------------------------------------------------------------------*/
/*h2見出し レイアウト*/
.jp-cmptemp-h2{
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 0 0 10px;
          border-radius: 0 0 10px;
  padding: 15px 30px;
  line-height: 100%;
  margin-bottom: 20px;
}
.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: 18px;
    -webkit-border-radius: 0;
            border-radius: 0;
    line-height: 100%;
    text-align: left;
    padding: 7px 0 7px 10px;
  }
  .jp-cmptemp-h2 span{
    display: inline-block;
    font-weight: bold;
    line-height: 130%;
  }
}

/*注意書きリスト*/
.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%;
  }

}

.sp-toggle { display: none;}

@media screen and (max-width: 767px) {
  .pc-toggle { display: none;}
  .sp-toggle { display: block;}
}
/*- SNS
-----------------------------------------------------------------------*/
@media screen and (min-width: 768px){
.jp-cmp-list-social-001 ul{
  margin: 10px auto 32px;
  width: 200px;
}
}
@media screen and (max-width: 767px){
  .jp-cmp-list-social-001 ul{
    text-align: center;
    width: 18em;
    margin: 0 auto 5%;
  }
  .jp-cmp-list-social-001 li{
    border-right: 4px solid transparent;
    border-bottom: 0;
  }
}

/*- ビジュアル
-----------------------------------------------------------------------*/
.jp-cmptemp-main h1 {
  position: relative;
}
@media screen and (min-width: 768px){
  .jp-cmptemp-main h1 span {
    font-size: 14px;
    color: #720404;
    font-weight: bold;
    position: absolute;
    top: 57.9%;
    right: 9.8%;
  }
}
@media screen and (max-width: 767px){
  .jp-cmptemp-main h1 span img {
    width: 85%;
  }
  .jp-cmptemp-main h1 span {
    font-size: 20px;
    top: 58.5%;
    left: 20%;
    position: absolute;
  }
  .jp-cmptemp-main h1 span {
    width: 70%;
  }
}

/*- ビジュアル下概要箇所
-----------------------------------------------------------------------*/
/*リード*/
.jp-cmptemp-mainlead {
  background: #fff;
  color: #432727;
  font-size: 18px;
  padding: 20px 0 30px;
  text-align: center;
}
.jp-cmptemp-mainlead p {
  line-height: 2;
  word-wrap:break-word;
}

@media screen and (max-width: 767px) {
  /*リード*/
  .jp-cmptemp-mainlead{
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .jp-cmptemp-mainlead p{
    padding: 0 10px;
  }

}

/*- ナビ
-----------------------------------------------------------------------*/
.navi ul {
  display: table;
  background: #F52696;
  text-align: center;
  width:100%;
  line-height: 1.3!important;
}
.navi ul li{
  display:table-cell;
  width: 25%;
  height: 70px;
  border-right:1px solid #fff;
  vertical-align: middle;
}
.navi ul li:last-child{
  border:none;
}
.navi ul li a{
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display:block;
}
.navi ul li a:hover{
  color:#F8C9D5;
}

.navi ul li a br{
  display:inline;
}



.navi h5{/*スマホだけに表示させたい*/
  display: none;
}

@media screen and (max-width: 767px) {
.navi ul {
  display: block;


}
.navi ul li{
  display: block;
  width:100%;
  height:auto;
  border:none;
  border-bottom:1px solid #fff;
  vertical-align: middle;
  padding:10px 0;

}

.navi h5{
  display: block;
  background:#7B0A44 url(/web/src/s/campaign/787/img/menu.png) no-repeat 98% center;
  background-size:20px;
  color:#fff;
  font-size:14px;
  line-height:100%;
  cursor:pointer;
  padding:10px 0;
  text-align:center;
  font-weight: bold;
}

.navi ul li a br{
  display:none;
}



}



/*- 出演アーティスト
-----------------------------------------------------------------------*/
p.jp-cmptemp-artistbox{
    font-size: 18px;
    color: #432727;
    margin-left:40px;
}

  ul.artistlist{
    padding: 0 !important;
    margin: 0 auto;
    width: 92%;
  }

.artistlist li {
    display: block;
}

  .artistblock{
    background:#F1DDCC;
    width:100%;
    padding:10px 0;
    margin:20px auto;
    box-shadow: 2px 2px #867C74;
  }


.artistblock h3{
    background:#ECABAB !important;
    margin:0 auto !important;
    width: 98% !important;
  }

 .artistblock h3 span{
    padding-left:10px;
    color:#4C1616;
    font-size:24px;
    font-weight:bold;
 }

.artistProf{
    width: 98%;
    margin: 10px auto 0;
}

.artist-thumb{
    width:30%;
    display:inline-block;
 }

.artist-thumb a{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
  }

 .artist-thumb img{
    width:100%;
  }

  .messageblock{
    width:68%;
    display:inline-block;
    color:#000;
    vertical-align: top;
  }

  .messageblock h4{
    font-size: 18px;
    font-weight: bold;
    color: #4C1010;
    background: url("/web/src/s/campaign/787/img/shield.png") left no-repeat;
    margin: 10px;
    padding-left: 40px;
  }

  .messageblock p{
    font-size: 14px;
    color: #4C1010;
    margin: 10px;
  }

  .messageblock a{
    background: #633443;
    color: #fff;
    font-size: 22px!important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    font-weight: bold!important;
    padding: 20px 0 18px;
    text-align: center;
    line-height: 100%!important;
    width: 65%;
    text-decoration: none!important;
    margin: 10px auto;
  }

  .messageblock a.nomal{
    display: inline;
    background: none;
    font-size: 14px !important;
    color: #260BEF;
    font-weight: normal!important;
    text-decoration: underline!important;
  }

@media screen and (max-width: 767px) {
  p.jp-cmptemp-artistbox{
    padding: 0 10px 10px !important;
    margin-left:0 !important;
  }
  ul.artistlist{
    width: 96%;
  }
  .artistblock{
    padding:5px 0;
    margin:10px auto;
  }
.artistblock h3{

  }
 .artistblock h3 span{
    padding-left:10px;
    font-size:18px;
 }
.artist-thumb{
    width:100%;
    display:block;
 }
  .messageblock{
    width:100%;
    display:block;
  }

}


/*@media screen and (max-width: 767px) {
  .artistbox {
    padding: 0 10p 10px!important;
  }
  .artistlist {
    padding: 0 10px!important;
  }
  .artist-thumb {
    margin-bottom: 30px;
    position: relative;
  }
  .artist-thumb img {
    width: 90%;
    text-align: center;
  }
  .artist-imgbox {
    width: 40%;
    display: table;
    float: left;
    vertical-align: middle;
    background: #000;
    padding: 2% 0;
  }
  .artist-imgbox > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .artist-thumb .artist-name {
    width: 85%;
    background: #000;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
    bottom: 0;
    text-align: center;
    left: 0;
    font-size: 1.2em;
    color: #fff;
    margin-top:2% ;
  }
  .artist-thumb .messageblock h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #1b0303;
    background: url("/web/src/s/campaign/787/img/shield.png") left no-repeat;
    padding-left: 40px;
    margin-bottom: 7px;
    vertical-align: middle;
  }
  .artist-thumb .messageblock {
    background: #F52696;
    float: left;
    width: 56%;
    padding:2%;
    font-size: 1.0em;
    line-height: 2.0!important;
  }
  .artist-thumb .messageblock a {
    color: #1b0303;
    text-decoration: underline;
  }
}*/



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

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

@media screen and (min-width: 768px) {
  .jp-cmptemp-about {
    color: #432727;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
  }

  .jp-cmptemp-about dl {
    margin-bottom: 15px;
    line-height: 2.0;
  }


  .jp-cmptemp-about dt:after {
    content: "：";
  }
  .jp-cmptemp-about dt{
    float:left;
    text-align: right;
    width: 90px;
  }

  .jp-cmptemp-about dd{
    float:left;
  }
  .jp-cmptemp-about-left {
    float: left;
    width: 620px;
  }
  .jp-cmptemp-map {
    float: right;
    width: 300px;
    margin-right: -20px;
  }
}

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

/*contentsBox*/
.jp-cmptemp-contents h3, .jp-cmptemp-contbox h3{
  color: #432727;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  width:90%;
  margin: 20px auto 0;
}
.jp-cmptemp-campaign .jp-cmptemp-contents p{
  color: #432727;
  font-size: 18px;
  padding: 10px 70px 20px;
}
.jp-cmptemp-campaign .jp-cmptemp-contents p.read, .jp-cmptemp-contbox h3 p.read{
  line-height: 2;
  font-weight: normal;
}

/*文字色*/
.jp-cmptemp-bold-blue{
  color: #1f65aa;
  font-size: 28px;
  font-weight: bold;
}
.jp-cmptemp-bold-green{
  color: #09a08d;
  font-size: 28px;
  font-weight: bold;
}
.jp-cmptemp-bold-pink{
  color: #DB2960;
  font-weight: bold;
}

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

.jp-cmptemp-about {
  color: #432727;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
}

.jp-cmptemp-about dl {
  margin-bottom: 15px;
  line-height: 2.0;
}

.jp-cmptemp-about dt:before{
  content : "■";
}
.jp-cmptemp-about dt{
  font-weight: bold;
}

.jp-cmptemp-about dd{
}
  .jp-cmptemp-map {
    width: 100%;
    overflow: hidden;
  }

}

/*- エントリー方法
-----------------------------------------------------------------------*/
.jp-cmptemp-flow{
  background: #321007;
}

.jp-cmptemp-flow-h2-01{ background: #1b0303; } /*参加方法見出し色*/
/*アイコン*/
.jp-cmptemp-flow-h2-01::before{
  background: url(/web/src/s/campaign/000y/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-contents h3{
  color: #432727;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px;
}
.jp-cmptemp-regulation {
  color: #fff;
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .jp-cmptemp-regulation {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
.jp-cmptemp-flow-contents h3{
  font-size: 16px;
  margin-bottom: 2.6075%;
}
}
.jp-cmptemp-flow-box{
  background: #F52696;
  -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: #F52696;
  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: 28px;
  /*margin: 0 30px 0 0;*/
  padding: 7px 10px;
  position: relative;
  z-index: 1;
}
.jp-cmptemp-flow-num:before{
  background: #EB2EAF;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  content: "";
  height: 56px;
  left: -11px;
  position: absolute;
  top: 0;
  width: 56px;
  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 25px;
  width: 63%;
}
.jp-cmptemp-flow-explain p,.jp-cmptemp-flow-explain a{
  color: #1b0303;
}
.jp-cmptemp-flow-explain a {
  text-decoration: underline;
}
.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: 14px;
  line-height: 1em;
  margin: 10px 0 0;
}

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

/*ボタンレイアウト*/
.jp-cmptemp-flow-action-std-01{
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
  font-weight: bold;
  padding: 20px 0 18px;
  text-align: center;
  line-height: 100%;
}
.jp-cmptemp-musicpost-action-std-01{
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  padding: 20px 0 18px;
  text-align: center;
  line-height: 100%;
  width: 65%;
}
.jp-cmptemp-flow-action-std-01::before,
.jp-cmptemp-musicpost-action-std-01::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-musicpost-action-std-01 span{
  font-weight: bold;
}
/*ボタン*/
.jp-cmptemp-flow-action-std-01,
.jp-cmptemp-musicpost-action-std-01{
  background: #F52696;
  color: #fff;
  font-size: 22px;
}
.jp-cmptemp-flow-action-std-01:hover,
.jp-cmptemp-musicpost-action-std-01:hover{
  color: #fff;
}

@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,
  .jp-cmptemp-musicpost-action{
    display: block;
    margin: 2.60756% 0 0;
    width: 100%;
  }

  /*ボタンレイアウト*/
  .jp-cmptemp-flow-action-std-01,
  /*ボタン*/
  .jp-cmptemp-flow-action-std-01,
  .jp-cmptemp-musicpost-action-std-01
    { font-size: 18px; }
  .jp-cmptemp-musicpost-action-std-01 {
    width: 100%;
    }
}


/*- ミュージックポスト
-----------------------------------------------------------------------*/
.jp-cmptemp-musicpost{}
.jp-cmptemp-musicpost-contents{ margin: 10px auto 0; width: 90%; }
.jp-cmptemp-musicpost-h2-01{ background: #F52696; } /*参加方法見出し色*/

/*ムービー*/
.jp-cmptemp-musicpost-movie{
  float: right;
}

/*情報枠*/
.jp-cmptemp-musicpost-info{
  float: left;
}
.jp-cmptemp-musicpost-info p{
  font-size: 18px;
  color: #432727;
  line-height: 2;
  width: 580px;
}

/*ボタン*/
.jp-cmptemp-musicpost-info-buttom{
  background: #f6b300;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  bottom: 10px;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jp-cmptemp-musicpost-contents{
    width: 95%;
  }
  /*ムービー*/
  .jp-cmptemp-musicpost-movie{
    float: none;
  margin-top: 3.9113%;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  }

   .jp-cmptemp-musicpost-movie iframe{
      position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    }

  /*情報枠*/
  .jp-cmptemp-musicpost-info{
    float: none;
  }
.jp-cmptemp-musicpost-info p{
    font-size: 14px;
    margin-top: 2.60756%;
    width: 100%;
  }

/*ボタン*/
  .jp-cmptemp-musicpost-info-buttom{
    width: 100%;
  }
}


/*- イベント概要
-----------------------------------------------------------------------*/
.jp-cmptemp-flow-box02{
  float: left;
  background: #EC546F;
  display: block;
  margin: 0 30px 0 0;
  padding: 13px;
  position: relative;
  width: 250px;
}
.jp-cmptemp-flow-fixed{
  width: 250px;
  background: #C78D9D;
}


/*三角*/
.jp-cmptemp-flow-box02::after{
  border: solid transparent;
  border-left-color: #C78D9D;
  border-width: 20px;
  content: "";
  height: 0;
  left: 108%;
  margin-top: -20px;
  margin-left: -23px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}
.jp-cmptemp-flow-box02:last-child{ margin: 0; }
.jp-cmptemp-flow-box02:last-child::after{ visibility: hidden; }

.jp-cmptemp-contents .jp-cmptemp-flow-box02 p{
  color: #2D1313;
  font-size: 22px;
  text-align: center;
  padding: 0;
}
.jp-cmptemp-contents .jp-cmptemp-flow-box02 p span{
  font-weight: bold;
}
.jp-cmptemp-flow-box02 p .date{
  font-size: 36px;
}
.jp-cmptemp-flow-box02 p .week{
  font-size: 18px;
}
.jp-cmptemp-flow-box02 p .f-adjust{
  display: inline-block;
  font-size: 16px;
}
.jp-cmptemp-flow-box02 p .ad-height{
  display: inline-block;
  margin-top: 20px;
}

p.overview {
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
  margin-top:8px !important;
}



@media screen and (min-width: 768px) {
  .jp-cmptemp-flow-box02{
    height: 130px;
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
.jp-cmptemp-flow-box02{
  background: #EC546F;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0 30px;
  padding: 10px;
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
}

.jp-cmptemp-flow-fixed{
  background: #C78D9D;
}

/*三角*/
.jp-cmptemp-flow-box02::after{
    border: solid transparent;
    border-top-color: #C78D9D;
    border-width: 18px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -18px;
    pointer-events: none;
    position: absolute;
    top: 126%;
    width: 0;
}
.jp-cmptemp-flow-box02 dl{
  color: #1b0303;
  display: table;
  width: 100%;
}
.jp-cmptemp-flow-box02 dl dt,
.jp-cmptemp-flow-box02 dl dd{
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.jp-cmptemp-flow-box02 dl dt{
  font-size: 24px;
  width: 50%;
  padding-left: 15%;
}
.jp-cmptemp-flow-box02 dl dd{
  font-size: 20px;
  width: 50%;
  padding-left: 5%;
}
.jp-cmptemp-flow-box02 dl dt .week{
  font-size: 14px;
  font-weight: bold;
}

.jp-cmptemp-flow-box02 p{
  font-weight:bold;
  z-index:3;
}
}

@media screen and (max-width: 570px) {
.jp-cmptemp-flow-box02 dl dt{
  padding-left: 10%;
}
.jp-cmptemp-flow-box02 dl dd{
  padding-left: 2%;
}
.jp-cmptemp-flow-box02 dl.lastChild dt{
  width: 55%;
}
.jp-cmptemp-flow-box02 dl.lastChild dd{
  width: 45%;
}
}
@media screen and (max-width: 480px) {
.jp-cmptemp-flow-box02 dl dt{
  padding-left: 5%;
  font-size: 22px;
}
.jp-cmptemp-flow-box02 dl dd{
  padding-left: 2%;
  font-size: 18px;
}
.jp-cmptemp-flow-box02 dl.lastChild dt{
  width: 53%;
}
.jp-cmptemp-flow-box02 dl.lastChild dd{
  width: 47%;
}
.jp-cmptemp-flow-box02 dl dt .week{
  font-size: 12px;
}
}
@media screen and (max-width: 395px) {
.jp-cmptemp-flow-box02 dl dt{
  padding-left: 0;
  font-size: 20px;
}
.jp-cmptemp-flow-box02 dl dd{
  padding-left: 2%;
  font-size: 16px;
}
}

/*- JOYSOUND info
-----------------------------------------------------------------------*/
.jp-cmptemp-ambassadors{
  margin: 10px 0 30px;
}
.jp-cmptemp-ambassadors-inner{
  background: #fff;
  margin: 10px auto;
  padding: 10px;
  width: 90%;
}
.jp-cmptemp-ambassadors-inner .jp-cmp-float-left{
  width: 35%;
}
.jp-cmptemp-ambassadors-inner .jp-cmp-float-right{
  width: 65%;
}
.jp-cmptemp-ambassadors-inner .jp-cmp-float-right p{
  font-size: 16px;
}
.jp-cmptemp-ambassadors-action-std-01{
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  padding: 20px 30px 18px;
  text-align: center;
  line-height: 100%;
  background: #F52696;
  color: #fff;
  font-size: 22px;
}
.jp-cmptemp-ambassadors-action-std-01:hover{
  color: #1b0303;
}
@media screen and (min-width: 768px) {
  .jp-cmptemp-amb-banner{
    display: block;
    margin-bottom: 2.0em;
  }
}

@media screen and (max-width: 767px) {
  .jp-cmptemp-ambassadors{
    margin-bottom: 3.9113%;
  }
  .jp-cmptemp-ambassadors-inner .jp-cmp-float-left img{
    width: 100%;
    height: auto;
  }
  .jp-cmptemp-ambassadors-inner .jp-cmp-float-right{
    width: 60%;
  }
  .jp-cmptemp-ambassadors-inner .jp-cmp-float-right p{
    font-size: 14px;
  }
  .jp-cmptemp-amb-bnrarea {
    margin-top:20px;
    text-align: center;
  }
  .jp-cmptemp-amb-bnrarea img{
    width:40%;
    vertical-align: top;
    margin: 0 5px;
  }
}

/*- common
-----------------------------------------------------------------------*/

.jp-cmptemp-small {
  font-size: 75%;
}
.jp-cmptemp-little-small {
  font-size: 110%!important;
}
.jp-cmptemp-too-small {
  font-size: 65%!important;
}

.jp-cmptemp-bold {
  font-weight: bold;
}

.jp-cmptemp-mt5 {
  margin-top: 5px!important;
}
.jp-cmptemp-space30 {
  margin-top: 30px!important;
  margin-bottom: 30px!important;

}

.jp-cmptemp-indent {
  margin-left: 1.0em;
  display:block;
  line-height: 2.0;
}

.jp-cmptemp-indent02 {
  text-indent: -1.0em;
  margin-left: 1.0em;
  display:block;
  line-height: 2.0;
  word-wrap: break-word;
}
.jp-cmptemp-indent02 a{
  color: #fff;
  text-decoration: underline;
}
.jp-cmptemp-mpost-button-gray span, a.jp-cmptemp-mpost-button-gray span{
  color: #fff;
  font-weight: bold;
}

.jp-cmptemp-mpost-button-gray {
  text-align: center;
  line-height: 1.2!important;
  padding: 1.0em 0!important;
}

@media screen and (min-width: 768px) {
.jp-cmptemp-mpost-button, a.jp-cmptemp-mpost-button{
  background: #FF1857;
  color: #FAF7F7;
  font-size: 22px!important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-weight: bold!important;
  padding: 20px 0 18px;
  text-align: center;
  line-height: 100%!important;
  width: 65%;
  text-decoration: none!important;
  margin: 0 auto;
}
.jp-cmptemp-mpost-button-gray, a.jp-cmptemp-mpost-button-gray{
  display:block;
  background: #818181;
  padding: 12px!important;
  color: #fff!important;
  width: 65%;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;

}

.jp-cmptemp-inline{
  display: inline!important;
  padding:0!important;
}
}
@media screen and (max-width: 767px) {
  .jp-cmptemp-mpost-button, a.jp-cmptemp-mpost-button{
    background: #FF1857;
    color: #FAF7F7;
    font-size: 1.2em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    font-weight: bold!important;
    padding: 20px 0 18px;
    text-align: center;
    line-height: 100%!important;
    width: 65%;
    text-decoration: none!important;
    margin: 0 auto;
  }
.jp-cmptemp-mpost-button-gray, a.jp-cmptemp-mpost-button-gray{
  display:block;
  background: #818181;
  padding: 12px!important;
  color: #fff!important;
  width: 65%;
  margin: 15px auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

}

.jp-cmptemp-space5 {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}
.jp-cmptemp-space10 {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

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