@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

#main-contents {
padding-bottom: 0;
/*    background-color: #ffc1f794;*/
    background: url("../../img/bg_rays.png") repeat;
background-color: #bcf3d0;
}
.load {
  display: block;
}

#main-contents .pcbr {
  display: block;
}
#main-contents .spbr {
  display: none;
}

#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 40px 0;
}
#main-contents .flex {
  display: flex;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(68,121,255,0.15);
}


#main-contents .castblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(68,121,255,0.15);
}




#main-contents h2.ttl {/*ttlのみ*/
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {/*ttlの中のspan*/
  color: #015ccd;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl.blk span {/*ttlとblkの中のspan*/
  color: #015ccd;
}
#main-contents h2.ttl strong {/*ttlのstrong*/
  display: block;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  font-size: 38px;
}
#main-contents h2.ttl.blk strong {/*/*ttlとblkの中のstrong*/
  color: #000;
}
#main-contents h2.ttl span:nth-of-type(2) {
  display: block;
  padding-top: 1em;
  font-size: 0.875em;
  color: #000;
}


/* mainvisual */
#main-contents .mainvisual {
  background: url("../../img/main.webp") no-repeat center top;
  height: 660px;
}
#main-contents .mainvisual .center {
  padding: 75px 0 0 0;
}
#main-contents .mainvisual .ttl {
  width: 866px;
  margin: 0 auto;
  text-indent: -99999px;
}


/* oatime */
#main-contents .oatime {
  width:700px;
  margin: -220px auto 0;
  padding: 16px 20px 20px;
  border-radius: 14px;
background: linear-gradient(#00a5a5, #def9ff);
 text-align: center;
  font-feature-settings: "palt";  
  position: relative;
  box-shadow:6px 6px 0px 0px rgba(68,121,255,0.15);
}
/* 下から */

#main-contents .fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


#main-contents .oatime h2 {
  color: #ffd801;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-style: italic;
}
#main-contents .oatime .blocknet {
  margin: 10px 0 20px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
}

#main-contents .oatime .mainTime {
  margin: 10px 0 15px;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 15px;
  letter-spacing: 0.05em;
  background: #fff;
  padding: 40px;
  border-radius: 14px;
}

/*#main-contents .oatime .oatext01 .midashi01{
 font-size: 22px; 
 background: #ff841b;
 color: #fff;
 padding: 3px;
    line-height: 1.5em;
}*/

#main-contents .oatime .mainTime .midashi03{
 font-size: 1.5em; 
 color: #1e97fd;
}
#main-contents .oatime .mainTime .midashi04{
 font-size: 40px; 
}

#main-contents .oatime .oatext01 .midashi06{
  font-size: 18px; 
  display: inline-block;
  margin-top: 15px;
  margin-left: 100px;
}
#main-contents .oatime .mainTime .kyusyublock01{
    display: block;
    padding-top: 30px;
}
#main-contents .oatime .mainTime .kyusyublock02{
    display: block;
    padding-top: 30px;
    color: #cf0000;
}


/* スタンプバナー */
/*#main-contents .stampbnr {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px;    
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px rgba(68,121,255,0.15);
    overflow: hidden;
}
#main-contents .stampbnr a {
    display: block;
    height: 100%;
}*/


/*番組概要 about */

#main-contents #about .inblock {
  border-radius: 14px;
         background:linear-gradient(#00a5a5, #def9ff);
/*  background: linear-gradient( #ff3090, #ffceb0 );*/
  padding: 10px 10px 10px;

}

#main-contents #about .text {
  padding: 12px 12px 12px;
  border-radius: 14px;
  background: #fff;
  font-weight: 700;
}
#main-contents #about .text .cont011{
  line-height: 2.5;
  font-size: 1.3em;
    padding: 20px;
    text-align: left;
    margin-left: 50px;
}
/*#main-contents #about .text img{
    width: 250px;
    margin-left: 750px;
    margin-top: -90px;
    margin-bottom: 30px;
    position: absolute;
}

#main-contents #about .text .cont02{
    display: inline-block;
    margin: 0 auto;
  line-height: 2.3;
  font-size: 1.15em;
  text-align: left;
padding-left: 100px;padding-top: 30px;
}
#main-contents #about .text .cont03{
  line-height: 2.3;
  font-size: 1.15em;
  text-align: center;
    padding: 20px;
}
*/


#main-contents .text .red01 {
    background: linear-gradient(transparent 30%, #fdff7e 100%);
        font-size: 1.3em;
}
#main-contents .text .red {
  font-weight: 900;
  color: #cf0000;
  font-size: 1.4em;

}

#main-contents .text .blue{
  font-weight: 900;
  color: #001eff;
        font-size: 1.3em;
}
#main-contents .text .underred {
    background: linear-gradient(transparent 90%, red 90%);
    font-size: 1.3em;
}
 
/* ここまで */





/* cast */

#main-contents .news {
      background: url("../../img/bace3.webp") repeat;
    background-position: center;
}
#main-contents #cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
}
#main-contents #cast .mcinner{
    width: 910px;
 background: linear-gradient(#00a5a5, #def9ff);
 /*   background-color:#77d3cb;*/
/*    background-color: #fbf4fa;*/
    padding-top: 40px;
    padding-bottom: 30px;
      border-radius: 14px;
    display: block;
}


#main-contents #cast .mcImg img{
   width: 170px; 
  margin: 0 auto;
        margin-bottom: 30px;
    display: block;
}
#main-contents #cast .mcImg2 img{
   width: 300px; 
  margin: 0 auto;
        margin-bottom: 30px;
        display: block;
}
#main-contents #cast .mc {
  width: 710px;
    padding-bottom: 30px;
}



#main-contents #cast .castblock {
  width: 280px;
  margin: 0 15px 0 0;
  border-radius: 8px;
  overflow: hidden;
  background:#fcffa6;
}
#main-contents #cast .castblock a {
  display: block;
}
#main-contents #cast .castblock .castImg {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
#main-contents #cast .castblock .castImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}


#main-contents #cast h3 {
  padding: 10px 30px;
     background:#fcffa6;
  text-align: center;
    margin: 0px;
}
#main-contents #cast h3 .name {
  color: #000;
  font-weight: bold;
  font-size: 1.6em;
    display: block;
    margin-top: 10px;
}
#main-contents #cast h3.col2 {
  padding: 10px 30px;
      background:#5ebee5;
  text-align: center;
    margin: 0px;
}
#main-contents #cast h3 .col2 .name {
  color: #000;
  font-weight: bold;
  font-size: 1.8em;
    display: block;
    margin-top: 10px;
}
#main-contents #cast h4 {
    height: 170px;
  padding: 10px 30px;
      background:#ffbce7;
  text-align: center;
    margin: 0px;
}
.group {
  font-size: 0.75em;
}
#main-contents #cast h4 .name {
  color: #000;
  font-weight: bold;
  font-size: 1.8em;
    display: block;
    margin-top: 10px;
}
#cast .status {
  display: block;
  width: 200px;
  margin: 14px auto 30px;
  padding: 5px 0;
  border-radius: 12px;
    background: #fff;
  color: #000;
  font-size: 0.9em;
line-height: 1.3em;
         box-shadow:6px 6px 0px 0px rgba(68,121,255,0.15);
}



/* movie */
/*#main-contents #movie .inblock {
  padding: 40px 50px;
        border-radius: 14px;
}
#main-contents #movie .deteTtl {
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.75em;
  text-align: center;
}
#main-contents #movie .deteTtl span {
  display: inline-block;
}
#main-contents #movie .movieThumb {
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
#main-contents #movie .movieThumb a {
  display: block;
  position: relative;
}
#main-contents #movie .movieThumb a:before,
#main-contents #movie .movieThumb a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
#main-contents #movie .movieThumb a:before {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ff8c32;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#main-contents #movie .movieThumb a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38.5px 0 38.5px 66px;
  border-color: transparent transparent transparent #ffffff;
  transform: translate(-36%, -50%);
  -webkit-transform: translate(-36%, -50%);
  -moz-transform: translate(-36%, -50%);
}
#main-contents #movie .backnum li {
  width: calc(20% - 15px);
  margin: 0 18px 10px 0;
}
#main-contents #movie .backnum li:nth-child(5n) {
  margin-right: 0;
}
#main-contents #movie .backnum li a {
  display: block;
  position: relative;
  padding: 8px;
  border-radius: 17px;
  background: #47b0ea;
  color: #fff;
  font-weight: bold;
  font-size: 1.063em;
  text-align: center;
}
#main-contents #movie .backnum li a .new {
  display: inline-block;
  position: absolute;
  top: -13px;
  left: 0;
  padding: 4px;
  border-radius: 2px;
  background: #ff5f90;
  color: #fff;
  font-weight: normal;
  font-size: 0.647em;
}*/


/*////////////////////// 番組内容program ////////////////////*/
/*#main-contents #programbox{
background-color: #faffdf;
}*/
    #main-contents #program{  
                width: 100%;
        background: url("../../img/bg_rays2.png") repeat;
        background-color: #faffdf;
    }
#main-contents #program .capture {
  margin-bottom: 60px;
width: 910px;
    height: auto;
    text-align: center;
}

#main-contents #program .capture01 {
    display: block;
    width: 1010px;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
#main-contents #program .capture01 p{
    position: relative;
    line-height: 1.6em;
   font-weight: bold; 
    background-color: #fff;
    display: block;
    width:910px;
height: auto;
    padding: 30px 20px;
letter-spacing: 0.07em;
font-size: 1.25em;
}
#main-contents #program .capture01 .red{
    color: red;
        margin-right: 5px;
}
#main-contents #program .capture01 .captitle{
font-size: 1.5em;
    margin-bottom: 20px;
    display: inline-block;   
}

#main-contents #program .capture01 h1{
      background: url("../../img/tag.png") no-repeat;
width:910px;
    height:86px;
 padding: 20px 10px;
    font-size: 3.2em;
        line-height: 1.1em;
    font-weight: bold;
    color: #000;
    display: flex;
}
#main-contents #program .capture01 h1 .kenimg{
    width:50px;
    height: 50px;
    margin-right: 5px;
}
#main-contents #program .capture01 .cap{
        background-color: #fff;
    width: 910px;
    display: flex;
}
#main-contents #program .capture01 .cap img{
    width: 400px;
    margin: 0 auto;
    border-radius: 10px;
}





/* おすすめ番組の見どころprgPoint */
#main-contents .originalBg{
        background-color: #bcf3d0;
}
#main-contents .prgPoint .center {
  max-width: 1000px;
  width: 90%;
}
#main-contents .more-btn {
  background: #ff8c32;
}

/* おすすめ番組recommend program */
#main-contents .rcmndProgram.center{
  max-width: 1000px;
  width: 90%;
  padding-bottom: 150px;
}







/*//////////////////////////max-width: 812px ///////////////////////*/

@media all and (max-width: 912px) {
#main-contents {
  padding: 0;
        width: 100%;
}
#main-contents .flex {
  display: flex;
flex-wrap:wrap;
    }
#main-contents .center {
  width: 85%;
  padding: 80px 0;
}
#main-contents h2.ttl strong {
  font-size: 34px;
}
.block-list .flex {
  display: block;
}
#main-contents .pcbr {
  display: none;
}
#main-contents .spbr {
  display: block;
}


/* mainvisual */
#main-contents .mainvisual {
  background: url("../../img/main_sp.webp") no-repeat center bottom / 100% auto;
  height:85vw;
}
#main-contents .mainvisual .center {
  width: 91%;
  padding: 11vw 0 0 0;
}
#main-contents .mainvisual .ttl {
  width: 100%;
  margin: 0 auto 8.6vw;
}

/* oatime */
#main-contents .oatime {
  width:85%;
  margin: -18vw auto 0;
  padding: 2.8vw 3vw 3vw;
}
#main-contents .oatime h2 {
  font-size: 5vw;
}
#main-contents .oatime .mainTime {
  font-size: 4.5vw;
  line-height: 7.5vw;
}

#main-contents .oatime .oatext01{
  font-size: 4.5vw;
  line-height: 0vw;
    padding-left: 40px;
}

#main-contents .oatime .oatext01 .midashi01{
 font-size:  4vw;
 background: #ff841b;
 color: #fff;
 padding: 3px;
}
#main-contents .oatime .oatext01 .midashi02{
 font-size:  4vw;
 margin-left: 85px;
 line-height: 9.5vw;
}

#main-contents .oatime .oatext01 .midashi06 {
    font-size: 4vw;
    display: inline-block;
    margin-top: 0px;
    margin-left: 100px;
        line-height: 5vw;
}

/* movie */
/*#main-contents #movie .inblock {
  padding: 6%;
}
#main-contents #movie .deteTtl {
  margin-bottom: 4%;
  padding: 2.5%;
  font-size: 3vw;
}
#main-contents #movie .movieThumb {
  margin-bottom: 5%;
}
#main-contents #movie .movieThumb a:before {
  width: 18vw;
  height: 18vw;
}
#main-contents #movie .movieThumb a:after {
  border-width: 4vw 0 4vw 7vw;
}
#main-contents #movie .backnum li,
#main-contents #movie .backnum li:nth-child(5n) {
  width: 31.3%;
  margin: 0 3% 10px 0;
}
#main-contents #movie .backnum li:nth-child(3n) {
  margin-right: 0;
}
#main-contents #movie .backnum li a {
  padding: 5% 2%;
  border-radius: 20px;
  font-size: 2.6vw;
}
#main-contents #movie .backnum li a .new {
  top: -1.7vw;
  padding: 2.2%;
  font-size: 1.6vw;
}*/
  
/* about */
#main-contents #about .inblock {
  border-radius: 10px;
}
#main-contents #about .inblock /*.dotBg*/ {
  padding: 15px;
}
#main-contents #about .text {
  padding: 0px 0px 0px;
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
}

#main-contents #about .text .cont011 {
    margin-left: 0px;
    line-height: 8vw;
    font-size: 4vw;
}    
    
    

/* program_outline */
#main-contents #program_outline .inblock {
  position: relative;
  padding: 40px 20px 40px;
  border: 5px #015ccd solid;
  background: #fff;
}
#main-contents #program_outline .text {
  position: relative;
  line-height: 1.9;
font-size: 1.250em;

}
    
    
/* cast */

#main-contents #cast .news {
  width: 100%;
}
#main-contents #cast .mcinner {
  width: 100%;
}
#main-contents #cast .flex {
 justify-content: center;
}
#main-contents #cast .mc {
  width: 100%;
}
#main-contents #cast .mcImg img {
    width: 35%;
    margin-bottom: 0px;
    }
#main-contents #cast .mcImg2 img{
   width: 300px; 
  margin: 0 auto;
        margin-bottom: 20px;
    margin-top: 20px;
}
/*#main-contents #cast .castblock {
  width: 100%;
  margin: 25px;
}*/
/*#main-contents #cast .castblock .castImg {
  padding-top: 90%;
}
#main-contents #cast .castblock .castImg img {
  width: auto;
  height: 100%;
}*/
#main-contents #cast h3 {
  padding: 7% 0;
  /*height:  140px; */
}
#main-contents #cast h3 .name {
  font-size: 3.5vw;
}
#main-contents #cast h3 .status {
  width: 50vw;
  margin: 5% auto 15px;
  padding: 1vw 0;
  border-radius: 3.3vw;
    font-size: 0.9em;
    line-height: 1.3em;
}

#main-contents #cast .castblock {
  width: 80%;
  margin: 0 15px 0 0;
  border-radius: 8px;
  overflow: hidden;
    margin-top: 50px;
}
#main-contents #cast .castblock a {
  display: block;
}
#main-contents #cast .castblock .castImg {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#main-contents #cast .castblock .castImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}


#main-contents #cast h3 {
  padding: 10px 30px;
  text-align: center;
}
#main-contents #cast h3 .name {
  color: #000;
  font-weight: bold;
  font-size: 6vw;
    display: block;
    margin-top: 10px;
}

#cast .status {
  display: block;
/*  margin: 0 auto;  */
  width: 50vw;
  margin: 13px auto 0;
  padding: 5px 0;
  border-radius: 12px;
    background: #fff;
  color: #000;
  font-size: 0.9em;
line-height: 1.3em;
         box-shadow:6px 6px 0px 0px rgba(68,121,255,0.15);
}

#main-contents #cast h3.col2 {
  padding: 10px 30px;
      background:#7ed9ff;
  text-align: center;
}
#main-contents #cast h3 .col2 .name {
  color: #000;
  font-weight: bold;
  font-size: 1.8em;
    display: block;
    margin-top: 10px;
}
#main-contents #cast h4 {
    height: 140px;
  padding: 10px 30px;
      background:#ffbce7;
  text-align: center;
}
#main-contents #cast h4 .name {
  color: #000;
  font-weight: bold;
  font-size: 6vw;
    display: block;
    margin-top: 10px;
}


    
    
    
    
/*/// 番組内容program ///*/
#main-contents #programbox{
        width: 100%;
    }
    #main-contents #program{  
                width: 100%;
        background: url("../../img/bg_rays2.png") repeat;
        background-color: #faffdf;
    }
    
#main-contents #program .capture {
  margin-bottom: 60px;
width: 100%;
    height: auto;
}

#main-contents #program .capture01 {
    display: block;
width: 100%;
margin-bottom: 30px;
}
#main-contents #program .capture01 p{
    position: relative;
    line-height: 2em;
   font-weight: bold; 
    background-color: #fff;
    display: block;
    width:100%;
height: auto;
    padding: 20px 20px;
    margin-top: -30px;
}
#main-contents #program .capture01 .red{
    color: red;
        margin-right: 5px;
}
#main-contents #program .capture01 .captitle{
font-size: 1.5em;
    margin-bottom: 20px;
    display: inline-block;   
}

#main-contents #program .capture01 h1{
      background: url("../../img/tag.png") no-repeat;
    width: 100%;
    height: 115px;
    padding: 25px 20px;
    font-size: 6vw;
    font-weight: bold;
    color: #000;
        line-height: 7vw;
}
    #main-contents #program .capture01 h1 .kenimg{
    width:50px;
        height:50px;
    margin-right: 5px;
        margin-top: -5px;
}
#main-contents #program .capture01 .cap{
        background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    display: block;
}
#main-contents #program .capture01 .cap img{
    width: 90%;
margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}


 
    
/* prgPoint */
#main-contents .prgPoint .center {
  width: 90%;
}
}


/*//////////////////////////max-width: 530px ///////////////////////*/
@media all and (max-width: 530px) {
#main-contents{   
    width: 100%;
}
#main-contents .center {
  width: 90%;
  padding: 0vw 0;
}
    #main-contents .flex {
  display: flex;
flex-wrap:wrap;
    }
#main-contents .center {
  width: 85%;
  padding: 60px 0;
}
    
#main-contents .mainvisual {
  height: 87vw;
}
#main-contents h2.ttl {
  margin-bottom: 6vw;
}
#main-contents h2.ttl span {
  font-size: 4vw;
}
#main-contents h2.ttl strong {
  margin-top: 2.6vw;
  font-size: 6vw;
}
#main-contents #sponserBnr h2.ttl strong {
  font-size: 5.5vw;
  letter-spacing: 0;
}


#main-contents .mainvisual .ttl {
  width: 89vw;
}
#main-contents .oatime {
  width: 85%;
}  
#main-contents .oatime h2 {
  font-size: 7vw;
}
#main-contents .oatime .mainTime {
  font-size: 4.5vw;
  letter-spacing: 0;
  line-height: 10vw;
}

#main-contents .oatime .text {
  font-size: 3vw;
}
#main-contents .oatime .text .spbr{
  display: block;
} 
/*.oatext01{
 font-size: 16px; 
 color: #18e09f;
}
.oatext02{
 font-size: 16px; 
 color: #ff841b;
}*/
#main-contents .oatime .oatext01 {
    font-size: 5vw;
    line-height: 15px;
    letter-spacing: 0.05em;
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    padding-left: 20px;    
    }
    #main-contents .oatime .oatext01 .midashi01{
 font-size: 4vw; 
 background: #ff841b;
 color: #fff;
 padding: 3px;
    line-height: 1.5em;
}
#main-contents .oatime .oatext01 .midashi02{
font-size: 4vw;
    margin-left: 45px;
}

#main-contents .oatime .oatext01 .midashi06 {
    font-size: 4vw;
    display: inline-block;
    margin-top: 0px;
    margin-left: 70px

}    
    
/* movie */
/*#main-contents #movie .deteTtl {
  margin-bottom: 4%;
  padding: 2.5%;
  font-size: 0.938em;
}
#main-contents #movie .movieThumb {
  margin-bottom: 20px;
}
#main-contents #movie .backnum li,
#main-contents #movie .backnum li:nth-child(3n),
#main-contents #movie .backnum li:nth-child(5n) {
  width: 48%;
  margin: 0 3% 8px 0;
}
#main-contents #movie .backnum li:nth-child(2n) {
  margin-right: 0;
}
#main-contents #movie .backnum li a {
  padding: 5% 2%;
  border-radius: 20px;
  font-size: 0.875em;
}
#main-contents #movie .backnum li a .new {
  top: -14px;
  padding: 4px;
  font-size: 10px;
}
*/


/* about */
    
    #main-contents .text .red {
    font-weight: 900;
    color: #cf0000;
    font-size: 1.4em;
}
    
    
#main-contents #about .inblock {
  border-radius: 10px;
}
#main-contents #about .inblock /*.dotBg*/ {
  padding: 15px;
}
#main-contents #about .text {
  padding: 0px 0px 0px;
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
}
#main-contents #about .text .cont01{
  line-height: 1.8;
  font-size: 0.8em;
  text-align: left;
    padding: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
}
    #main-contents #about #textimgbox img{
    display:block;
    width: 96%;
    height: auto;
    margin: 6px;
}
#main-contents #about .text .cont01_01{
  line-height: 1.8;
  font-size: 0.9em;
  text-align: left;
    padding: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#main-contents #about .text .cont02{
    display: inline-block;
    margin: 0 auto;
  line-height: 1.8;
  font-size: 0.8em;
  text-align: left;
padding-left: 8px;
}
#main-contents #about .text .cont03{
  line-height: 1.8;
  font-size: 0.8em;
  text-align: center;
    padding: 0px;
        padding-bottom: 30px;
}
/*#main-contents #about .text p:last-child {
  margin-top: 7px;
}*/
#main-contents #about .pcbr {
  display: none;
}
#main-contents #about .spbr {
  display: block;
}

#main-contents .text .img-txt01 {
  display: inline-block;
  width: auto;
  height: 20px;
  vertical-align: -15px;
  margin-top: 2px;
  margin-bottom: 10px;
    margin-left: 5px;
}
#main-contents .text .img-txt02 {
  display: inline-block;
  width: auto;
  height: 30px;
  vertical-align: -20px;
  margin-top: 2px;
  margin-bottom: 10px;
}

#main-contents .text .img-txtno1 {
  display: inline-block;
  width: auto;
  height: 25px;
  vertical-align: -15px;
  margin-top: 2px;
  margin-bottom: 10px;
    margin-left: -5px;
}
#main-contents .text .img-txtkira {
  display: inline-block;
  width: auto;
  height: 20px;
  vertical-align: -15px;
  margin-top: 2px;
  margin-bottom: 10px;
    margin-left: -5px;
}
#main-contents .text .img-txt03 {
  display: inline-block;
  width: auto;
  height: 25px;
  vertical-align: -20px;
  margin-top: 2px;
  margin-bottom: 10px;
}



/* program_outline */
#main-contents #program_outline .inblock {
  position: relative;
  padding: 30px 20px 30px;
  border: 5px #015ccd solid;
    background: #fff;
}
#main-contents #program_outline .text {
  position: relative;
  line-height: 1.9;
      font-size: 1.125em;

} 
/* cast */
    
#main-contents #cast .flex {
/* justify-content: space-between;*/
}
#main-contents #cast h3 {
  padding: 7% 0;
  /*height:  190px; */
}    
#main-contents #cast h3 .name {
  font-size: 6.5vw;
} 

 #main-contents #cast h2 .status {
  margin: 5% auto 0;
  padding: 1.5vw 0;
  border-radius: 3.3vw;
}
#main-contents #cast .mcImg2 img{
   width: 230px; 
  margin: 0 auto;
        margin-bottom: 0px;
    margin-top: 20px;
}
#main-contents #cast h3.col2 {
  padding: 10px 30px;
      background:#7ed9ff;
  text-align: center;
}
#main-contents #cast h3 .col2 .name {
  color: #000;
  font-weight: bold;
  font-size: 1.8em;
    display: block;
    margin-top: 10px;
}
/*    #main-contents #cast h3 .status {
  width: 50vw;
  margin: 5% auto 0;
  padding: 1vw 0;
  border-radius: 3.3vw;
font-size: 3.5vw;
    line-height: 4vw;
}*/
#main-contents #cast h4 {
    height: 140px;
  padding: 10px 30px;
      background:#ffbce7;
  text-align: center;
}
#main-contents #cast h4 .name {
  color: #000;
  font-weight: bold;
  font-size: 1.8em;
    display: block;
    margin-top: 10px;
}
/*/// 番組内容program ///*/
#main-contents #programbox{
        width: 100%;
    }
#main-contents #program .capture {
  margin-bottom: 60px;
width: 100%;
    height: auto;
}

#main-contents #program .capture01 {
    display: block;
width: 100%;
margin-bottom: 30px;
}
#main-contents #program .capture01 p{
    position: relative;
    line-height: 2em;
   font-weight: bold; 
    background-color: #fff;
    display: block;
    width:100%;
height: auto;
    padding: 20px 20px;
    margin-top: 0px;
}
#main-contents #program .capture01 .red{
    color: red;
        margin-right: 5px;
}
#main-contents #program .capture01 .captitle{
font-size: 1.5em;
    margin-bottom: 20px;
    display: inline-block;   
}

#main-contents #program .capture01 h1{
      background: url("../../img/tagsp.png") no-repeat;
    width: 100%;
    height: 90px;
    padding: 15px 5px;
    font-size: 6vw;
    font-weight: bold;
    color: #000;
    line-height: 7vw;
}
 #main-contents #program .capture01 h1 .kenimg{
    width:45px;
        height:45px;
    margin-right: 5px;
        margin-top: -7px;
}
    
#main-contents #program .capture01 .cap{
        background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    display: block;
}
#main-contents #program .capture01 .cap img{
    width: 90%;
margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
    
#main-contents .rcmndProgram.center {
  padding-bottom: 100px;
}  
    
    

 /* program_content */

    
 
}


/*//////////////////////////max-width: 300px ///////////////////////*/
@media all and (max-width: 300px) {
    #main-contents{   
    width: 100%;
}
#main-contents .center {
  width: 90%;
  padding: 0vw 0;
}
#main-contents .center {
  width: 85%;
  padding: 60px 0;
}
    
#main-contents .mainvisual {
  height: 87vw;
}
#main-contents h2.ttl {
  margin-bottom: 6vw;
}
#main-contents h2.ttl span {
  font-size: 4vw;
}
#main-contents h2.ttl strong {
  margin-top: 2.6vw;
  font-size: 6vw;
}
#main-contents #sponserBnr h2.ttl strong {
  font-size: 5.5vw;
  letter-spacing: 0;
}


#main-contents .mainvisual .ttl {
  width: 89vw;
}
#main-contents .oatime {
  width: 90%;
}  
#main-contents .oatime h2 {
  font-size: 7vw;
}
#main-contents .oatime .mainTime {
  font-size: 4.5vw;
  letter-spacing: 0;
    line-height: 10vw;
}


#main-contents .oatime .text {
  font-size: 3vw;
}
#main-contents .oatime .text .spbr{
  display: block;
} 
    #main-contents .oatime .oatext01 .midashi05{
 font-size:  4.5vw;
}
#main-contents .oatime .oatext01 .midashi06 {
    font-size: 4vw;
    display: inline-block;
    margin-top: 0px;
    margin-left: 25%;
}  
/* movie */
/*#main-contents #movie .deteTtl {
  margin-bottom: 4%;
  padding: 2.5%;
  font-size: 0.938em;
}
#main-contents #movie .movieThumb {
  margin-bottom: 20px;
}
#main-contents #movie .backnum li,
#main-contents #movie .backnum li:nth-child(3n),
#main-contents #movie .backnum li:nth-child(5n) {
  width: 48%;
  margin: 0 3% 8px 0;
}
#main-contents #movie .backnum li:nth-child(2n) {
  margin-right: 0;
}
#main-contents #movie .backnum li a {
  padding: 5% 2%;
  border-radius: 20px;
  font-size: 0.875em;
}
#main-contents #movie .backnum li a .new {
  top: -14px;
  padding: 4px;
  font-size: 10px;
}*/



/* about */
#main-contents #about .inblock {
  border-radius: 10px;
}
#main-contents #about .inblock /*.dotBg*/ {
  padding: 15px;
}
#main-contents #about .text {
  padding: 0px 0px 0px;
  border-radius: 8px;
  background: #fff;
  font-weight: 700;

}

#main-contents #about .text p {
  line-height: 2;
  text-align: left;
      font-size: 0.9em;
    margin-top: 7px;
}

#main-contents #about .pcbr {
  display: none;
}

#main-contents .text .img-txt01 {
  display: inline-block;
  width: auto;
  height: 20px;
  vertical-align: -15px;
  margin-top: 2px;
  margin-bottom: 10px;
    margin-left: 5px;
}
#main-contents .text .img-txt02 {
  display: inline-block;
  width: auto;
  height: 30px;
  vertical-align: -20px;
  margin-top: 2px;
  margin-bottom: 10px;
}

#main-contents .text .img-txtno1 {
  display: inline-block;
  width: auto;
  height: 25px;
  vertical-align: -15px;
  margin-top: 2px;
  margin-bottom: 10px;
    margin-left: -5px;
}

#main-contents .text .img-txt03 {
  display: inline-block;
  width: auto;
  height: 25px;
  vertical-align: -20px;
  margin-top: 2px;
  margin-bottom: 10px;
}

/* program_outline */
#main-contents #program_outline .inblock {
  position: relative;
  padding: 30px 20px 30px;
  border: 5px #015ccd solid;
    background: #fff;
}
#main-contents #program_outline .text {
  position: relative;
  line-height: 1.9;
      font-size: 1.125em;

} 
/* cast */
    
#main-contents #cast .flex {
/* justify-content: space-between;*/
}
#main-contents #cast h3 .name {
  font-size: 6vw;

} 
#main-contents #cast h3 .status {
    width: 55vw;
    margin: 5% auto 0;
    padding: 1.5vw 0;
    border-radius: 3.3vw;
    font-size: 5vw;
}
    #main-contents #cast h4 .name {
  font-size: 6vw;
} 
 #main-contents #cast h2 .status {
/*  width: 40vw;*/
  margin: 5% auto 0;
  padding: 1.5vw 0;
  border-radius: 3.3vw;
/*  font-size: 2vw;*/
}
#main-contents #cast .mcImg2 img{
   width: 180px; 
  margin: 0 auto;
        margin-bottom: 0px;
    margin-top: 20px;
}
    
    
    
    
 /*/// 番組内容program ///*/
#main-contents #programbox{
        width: 100%;
    }
#main-contents #program .capture {
  margin-bottom: 60px;
width: 100%;
    height: auto;
}

#main-contents #program .capture01 {
    display: block;
width: 100%;
margin-bottom: 30px;
}
#main-contents #program .capture01 p{
    position: relative;
    line-height: 2em;
   font-weight: bold; 
    background-color: #fff;
    display: block;
    width:100%;
height: auto;
    padding: 20px 20px;
    margin-top: -30px;
}
#main-contents #program .capture01 .red{
    color: red;
        margin-right: 5px;
}
#main-contents #program .capture01 .captitle{
font-size: 1.5em;
    margin-bottom: 20px;
    display: inline-block;   
}

#main-contents #program .capture01 h1{
      background: url("../../img/tagsp.png") no-repeat;
    width: 100%;
    padding: 15px 5px;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
    line-height: 11vw;
}
     #main-contents #program .capture01 h1 .kenimg{
    width:40px;
        height:40px;
    margin-right: 5px;
        margin-top: -7px;
}
#main-contents #program .capture01 .cap{
        background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    display: block;
}
#main-contents #program .capture01 .cap img{
    width: 90%;
margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
} 
    
#main-contents .rcmndProgram.center {
  padding-bottom: 100px;
}  
    
    
    /* program_content */


 
    
}