@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: #440505; /*背景色*/
  width: 1030px;
}

@media screen and (max-width: 767px) {
  #jp-cmptemp {
    margin: 10px 0 0;
    padding: 10px 1%;
    width: auto;
  }
}

.jp-cmptemp-contbox{
  background: #321007;
  margin: 35px 0 0;
  padding: 0 0 35px;
  border: #64542f 2px solid;
  outline: #968a5e 2px solid;
}
@media screen and (max-width: 767px) {
.jp-cmptemp-contbox{
  background: #321007;
  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: 51%;
    right: 2.5%;
  }
}
@media screen and (max-width: 767px){
  .jp-cmptemp-main h1 span img {
    width: 85%;
  }
  .jp-cmptemp-main h1 span {
  font-size: 20px;
  top: 63.5%;
  left: 20%;
  position: absolute;
  }
  .jp-cmptemp-main h1 span {
    width: 70%;
  }
}

/*- ビジュアル下概要箇所
-----------------------------------------------------------------------*/
/*リード*/
.jp-cmptemp-mainlead {
  background: #440505;
  color: #fff;
  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 0;
  }
  .jp-cmptemp-mainlead p{
    padding: 0 10px;
  }

}

/*- ナビ
-----------------------------------------------------------------------*/
.navi ul li {
  float: left;
  display: table;
  background: #1c0303;
  text-align: center;
  height: 70px;
  line-height: 1.3!important;
}
.navi ul li.lis01 {
  width: 25%;
}
.navi ul li.lis02 {
  width: 25%;
}
.navi ul li.lis03 {
  width: 25%;
}

.lis04 {
  width: 25%;
}
.navi ul li.lis05 {
  width: 25%;
}
.navi ul li a,.navi ul li p {
  display: table-cell;
  vertical-align:middle;
  font-size: 16px;
  color: #fff;
}
.navi ul li p.hid{
  color: #aaaaaa;
}
.navi ul li p.hid:hover{
  cursor: default;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity: 1;
}
@media screen and (max-width: 767px) {

.navi ul li.lis01 {
  width: 50%;
}
.navi ul li.lis02 {
  width: 50%;
}
.navi ul li.lis03 {
  width: 50%;
}
.navi ul li.lis04 {
  width: 60%;
}
.navi ul li.lis05 {
  width: 40%;
}

}
@media screen and (max-width: 460px) {
.navi ul li a,.navi ul li p {
  font-size: 12px;
}
}


/*- 出演アーティスト
-----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  ul.jp-cmptemp-artistlist{
    margin: 0 41px;
    line-height: 2.0;
  }
  a.jp-cmptemp-artist-imgbox div:hover{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
  }
  .jp-cmptemp-artist-thumb {
    width: 288px;
    position: relative;
    float: left;
    margin-right: 30px;
  }

  .jp-cmptemp-artist-thumb:nth-child(3n) {
    margin-right: 0;
  }
  .jp-cmptemp-artistbox {
    width: 90%;
    padding:0 0 20px!important;
    margin: 0 auto;
  }

  .jp-cmptemp-artist-thumb .jp-cmptemp-artist-name {
    width: 288px;
    background: #000;
    position: absolute;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
    top: 220px;
    text-align: center;
    left: 0;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
  }
  .jp-cmptemp-artist-thumb > *{
    padding: 0;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock {
    background: #f7f3ec;
    padding: 15px 10px 10px;
    margin-bottom: 50px;
    width: 268px;
    max-height: 211px;
    height: 211px;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock h4 {
    font-size: 18px;
    font-weight: bold;
    color: #1b0303;
    background: url("/web/src/s/campaign/753/img/shield.png") left no-repeat;
    padding-left: 40px;
    margin-bottom: 7px;
    vertical-align: middle;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock, .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock a{
    color: #1b0303;
    line-height: 2.0;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock {
    font-size: 14px;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock a{
    text-decoration: underline;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock span{
    display: block;
    padding: 0 10px;
  }

}
@media screen and (max-width: 767px) {
  .jp-cmptemp-artistbox {
    padding: 0 10p 10px!important;
  }
  .jp-cmptemp-artistlist {
    padding: 0 10px!important;
  }
  .jp-cmptemp-artist-thumb {
    margin-bottom: 30px;
    position: relative;
  }
  .jp-cmptemp-artist-thumb img {
    width: 90%;
    text-align: center;
  }
  .jp-cmptemp-artist-imgbox {
    width: 40%;
    display: table;
    float: left;
    vertical-align: middle;
    background: #000;
    padding: 2% 0;
  }
  .jp-cmptemp-artist-imgbox > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-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% ;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #1b0303;
    background: url("/web/src/s/campaign/753/img/shield.png") left no-repeat;
    padding-left: 40px;
    margin-bottom: 7px;
    vertical-align: middle;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock {
    background: #f7f3ec;
    float: left;
    width: 56%;
    padding:2%;
    font-size: 1.0em;
    line-height: 2.0!important;
  }
  .jp-cmptemp-artist-thumb .jp-cmptemp-messageblock a {
    color: #1b0303;
    text-decoration: underline;
  }
}

/*- 出演アーティスト（ライトボックス）
-----------------------------------------------------------------------*/
.jp-cmptemp-ipad-player{
  display: none;
  margin: 15px auto;
}
@media screen and (min-width: 768px) {
  .jp-cmptemp-artist-lightbox {
    padding: 25px;
    width: 703px;
    overflow: scroll;
    margin: 0 auto;
  }
  .jp-cmptemp-artist-lightbox .jp-cmp-list-social-001 ul {
    margin: 10px auto 0;
  }
  .jp-cmptemp-artistimg, .jp-cmptemp-message {
    float: left;
  }
  .jp-cmptemp-artistimg img{
    width: 260px;
    margin-bottom: 5px;
  }
  .jp-cmptemp-message {
    margin-left: 20px;
    width: 400px;
  }
  .jp-cmptemp-artist-lightbox h2{
    font-size: 22px;
    font-weight: bold;
    float: left;
  }
  .jp-cmptemp-artist-lightbox jp-cmp-sns-buttons{
    float: right;
    margin-right: 10px;
  }
  .jp-cmptemp-artist-lightbox h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .jp-cmptemp-message p{
    font-size: 14px;
    line-height: 2.0!important;
  }
  .jp-cmptemp-song-info dt, .jp-cmptemp-song-info dd {
    float:left;
    font-size: 1.2em;
  }
  .jp-cmptemp-official-btn {
    display:block;
    margin: 10px 0;
    text-align: center;
  }
  .jp-cmptemp-movie_player{
    text-align: center;
    margin: 15px 0;
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .jp-cmptemp-artist-lightbox {
    overflow: scroll;
  }
  .jp-cmptemp-artistimg {
   margin: 2%;
  }
  .jp-cmptemp-artistimg img{
    width: 30%;
  }
  .jp-cmptemp-artistimg img, .jp-cmptemp-song-info{
    display: inline-block;
    vertical-align: top;
    padding-top: 2%;
  }
  .jp-cmptemp-artist-lightbox jp-cmp-sns-buttons {
    float: right;
  }
  .jp-cmptemp-song-info {
    margin-left: 2%;
    width: 66%;
  }
  .jp-cmptemp-song-info dl{
    display: block;
    font-weight: bold;
  }

  .jp-cmptemp-song-info dt, .jp-cmptemp-song-info dd {
    float:left;
    font-size: 1.1em;
  }
  .jp-cmptemp-artist-lightbox h2{
    font-size: 1.5em;
    font-weight: bold;
    margin: 2% 2% 0;
  }
  .jp-cmptemp-artist-lightbox h3{
    font-size: 1.35em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 2%;
  }
  .jp-cmptemp-message p{
    font-size: 1.0em;
    line-height: 2.0!important;
    padding: 0 5% 50px;
  }
  .jp-cmptemp-video {
    background:#000;
  }
  
  #cboxClose {
    top: 5px!important;
  }
  .jp-cmptemp-official-btn {
    display:block;
    margin: 2% 0;
  }
}
/*- キャンペーン内容
-----------------------------------------------------------------------*/
/*h2 茶*/
.jp-cmptemp-campaign-h2-01{ background: #1b0303; } /*キャンペーン内容見出し色1*/

/*h2 緑*/
.jp-cmptemp-campaign-h2-02{ background: #09a08d; } /*キャンペーン内容見出し色2*/

@media screen and (min-width: 768px) {
  .jp-cmptemp-about {
    color: #fff;
    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: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  width:90%;
  margin: 20px auto 0;
}
.jp-cmptemp-campaign .jp-cmptemp-contents p{
  color: #fff;
  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: #fff;
  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: #fff;
  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: #f7f3ec;
  -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: #f7f3ec;
  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: #440505;
  -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 #1b0303;
  border-right: 2px solid #1b0303;
  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: #dbc78a;
  color: #1b0303;
  font-size: 22px;
}
.jp-cmptemp-flow-action-std-01:hover,
.jp-cmptemp-musicpost-action-std-01:hover{
  color: #1b0303;
}

@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: #1b0303; } /*参加方法見出し色*/

/*ムービー*/
.jp-cmptemp-musicpost-movie{
  float: right;
}

/*情報枠*/
.jp-cmptemp-musicpost-info{
  float: left;
}
.jp-cmptemp-musicpost-info p{
  font-size: 18px;
  color: #fff;
  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: #f7f3ec;
  display: block;
  margin: 0 30px 0 0;
  padding: 13px;
  position: relative;
  width: 177px;
}
.jp-cmptemp-flow-fixed{
  width: 177px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/*三角*/
.jp-cmptemp-flow-box02::after{
  border: solid transparent;
  border-left-color: #f7f3ec;
  border-width: 20px;
  content: "";
  height: 0;
  left: 108%;
  margin-top: -20px;
  margin-left: -20px;
  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: #1b0303;
  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;
}
@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: #f7f3ec;
  -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-box02::after{
  border: solid transparent;
  border-top-color: #f7f3ec;
  border-width: 40px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -40px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  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: 16px;
  width: 50%;
  padding-left: 5%;
}
.jp-cmptemp-flow-box02 dl dt .week{
  font-size: 14px;
  font-weight: bold;
}

}
@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: 14px;
}
.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: 11px;
}
}

/*- 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: #dbc78a;
  color: #1b0303;
  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: #D70E18;
  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: #dbc78a;
  color: #1b0303;
  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{
  background: #dbc78a;
  padding: 12px 0 12px!important;
  color: #776362!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: #dbc78a;
    color: #1b0303;
    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{
  background: #dbc78a;
  color: #888!important;
  margin: 15px 0;
      -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;
  }
}