@charset "UTF-8";

/* 改行
-----------------------------------------------------------------------*/
  .br-pc{
   display: block;
}
  .br-sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc{
   display: none;
  }
  .br-sp{
  display: block;
}

}



/*　キャッチ文
-----------------------------------------------------------------------*/
.jp-cmp-box-001 h3{
  margin-top: 50px !important;
  margin-bottom: 20px;
    padding-left: 15px;
    line-height: 28px;
    font-size: 26px;
    font-weight: bold;
    border-left: 5px solid #d90d18;
}


.jp-cmp-box-001 h4{
    text-align: center;
    font-size: 18px;
    /* font-weight: bold; */
    margin-top:20px !important;
  }


  @media screen and (max-width: 767px) {
   .jp-cmp-box-001 h3{
      margin-top: 50px !important;
        font-size: 20px;
    }
    
    
   .jp-cmp-box-001 h4{
        font-size: 14px;
      }
  }


/*　ANN_info
-----------------------------------------------------------------------*/
.ann_info{}

.ann_info_box{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin:50px 10px;
  padding:20px 0;
  border: 1px #333 solid;
}

.ann_info_photo{
  padding:10px 20px;
  width: 200px;
}

.ann_info_text{
  padding:10px 20px 10px 10px;
}

.ann_info_text p{
  font-size:14px;
}

.ann_info_text >.lead{
  font-weight: bold;
  font-size:18px;
  padding-bottom: 5px;
}



.entry-text{
  font-size:14px;
  line-height: 1.8;
  padding:5px;
}

.entry-text span{
  font-weight: bold;
}

.ann_info_text a{
  display: inline-block;
  font-size:14px;
}




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

  .ann_info_photo{
    display: block;
    margin:auto;
  }
  .ann_info_text >.lead {
    text-align: center;
    font-size:20px;
    padding-bottom: 8px;
  }
  
  

}


/* プロモバナー */

.pr_bnr{
  margin:0 auto;
  text-align: center;
}

.pr_bnr img{
  width: 80%;
}


@media screen and (max-width: 767px) {
  .pr_bnr img{
    width: 100%;
  }
  
}





/* 動画枠
-----------------------------------------------------------------------*/
.ann-videobox{
  max-width: 600px;
  margin:auto;
  padding:10px;
}


.ann-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}


.ann-video:after {
  content: "";
  display:block;
  clear: both;
  visibility: hidden;
}


.samune a::before{
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 0;
  /* width: 100px; */
  /* height: 4px; */
  margin: 0 auto;
  background-image: url(https://www.joysound.com/web/src/s/karaoke/feature/images/yamadayuki_ann/ico_play.png);
  /* background-size: 60px 60px; */
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 999;
}

@media screen and (min-width: 1070px){

.ann-video{
     padding-top: 0px;
}
}
