@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:700&display=swap');

#main-contents {
  padding-bottom: 0;

background: url("../../img/bace.png");
  letter-spacing: 0.08em;
}
.load {
  display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 70px 0;
}
#main-contents .flex {
  display: flex;
  flex-wrap:wrap;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(0,149,231,0.15);
}
#main-contents .originalBg {
  background: url("../../img/bg_canvas_blue.jpg");
}
#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {
/*  color: #fcef11;*/
      color: #fdfd74;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl.blk span {
    /*color: #1870c1;*/
      color: #d30229;
}
#main-contents h2.ttl strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
}
#main-contents h2.ttl.blk strong {
  color: #424241;
}
#main-contents .ribbonTtl {
  position: absolute;
  top: -23px;
  left: -12px;
  width: 260px;
  height: 35px;
  background: url("../../img/bg_ribbon.gif");
  text-align: center;
}
#main-contents .ribbonTtl:after {
  display: block;
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 0;
  border-color: transparent #000000 transparent transparent;
}
#main-contents .ribbonTtl span {
  display: inline-block;
  line-height: 35px;
  color: #fdfc3c;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
#main-contents .ribbonTtl strong {
  display: inline-block;
  line-height: 35px;
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.color01{
/*    color: #fcef11;*/
    color: #fdfd74;
    font-weight: bold;
    font-size: 1.5em;
    margin: 3px;
}
.color02{
   font-size: 1.2em;
   font-weight: bold;
   line-height: 2.5em;
    margin: 3px;

        padding: 0px 10px 5px 10px;
/*     background:#1870c1;*/
         background:#fcef11;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 50px;	/* 横幅&高さの1/2 */
}
.color03{
/*    color: #1870c1;*/
    color: #6290c2;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2.5em;
    padding: 10px 20px;
/*         background:#fcef11;*/
    background:#fdfd74;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 50px;	/* 横幅&高さの1/2 */
            box-shadow: 10px 10px 0 #6290c2;
}
.color04{
    color: #0056ca;
    font-weight: bold;
    font-size: 1.4em;
    margin: 5px;
}
/* mainvisual */
#main-contents .mainvisual {
  background: url("../../img/main02.png") no-repeat center top;
  height: 544px;
}
#main-contents .mainvisual .center {
  padding: 75px 0 0 0;
}
#main-contents .mainvisual .ttl {
  width: 840px;
  margin: 0 auto;
}


/* oatime */
#main-contents .oatime {
  width:780px;
  margin: -60px auto 0;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background: rgb(249,58,32);
/*  background:#1cb0de;*/
  background:#6391c3;
  text-align: center;
}
#main-contents .oatime h2 {
  color: #fcef11;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-style: italic;
}
#main-contents .oatime .mainTime {
  margin: 10px 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;

}

#main-contents .timebefore::before{
    content: url("../../img/time.png");
    margin: 0px; 
    position: relative;
}
#main-contents .oatime .text {
  line-height: 2;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  font-size: 1.2em;

}
#main-contents .oatime .text .pcten{
    display: none;
}
#main-contents .oatime .text .spten{
    display: inline;
}
#main-contents .oatime .text .pcbr{
    display: block;
}

#main-contents .oatime .text .spbr{
    display: none;
}

/* cast */
#main-contents .stripe {
  background: url("../../img/back02.png");
}

#main-contents #cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
}
#main-contents #cast .mc {
  width: 610px;
}
#main-contents #cast .inblock {
  width: 290px;
  margin: 0 15px 0 0;
  border-radius: 8px;
  overflow: hidden;
}
#main-contents #cast .inblock a {
  display: block;
    text-decoration: none;
}
#main-contents #cast .inblock .castImg {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
#main-contents #cast .inblock .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 15px;
  background: rgb(239,86,61);
/*  background: #ef5893;*/
/*      background: #6290c2;*/
          background: #fdfd74;
  text-align: center;
    margin: 0px auto;
}
#main-contents #cast h3 .name {
  color: #424241;
  font-weight: bold;
  font-size: 1.7em;
}

#main-contents #cast h3 .nameunder {
    display: block;
  color: #424241;
  font-weight: bold;
  margin-top: 10px;
}

#cast h3 .status {
  display: block;
  width: 130px;
  margin: 8px auto 0;
  padding: 5px 0;
  border-radius: 12px;
  background: #fff;
  color: #424241;
  font-size: 0.813em;
}



#bottom{
/*      background-color: #7bc8e0; */
     background-color: #b6e5fd;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0px;

}
#bottom .bottom01{
  height: 50px;
}




#bottom .bottom01 a {   
        text-decoration: none;  
          margin: 0 auto;
      display: block;
    width: 300px;
}

#bottom .bottom02{
  margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 80px;
}

#bottom .bottom02 img{
        box-shadow: 10px 10px 0 #fdfd74;
}


#bottom .bottom02 a{
    text-decoration: none; 
          margin: 0 auto;
      display: block;
    width: 600px;
}
/*#bottom .bottom02 img{
        width: 600px;
}*/




/**************************************************************************/



@media all and (max-width: 812px) {
#main-contents {
  padding: 0;
}

#main-contents .center {
  width: 85%;
  padding: 70px 0;
}
#main-contents h2.ttl strong {
  font-size: 34px;
}
.block-list .flex {
  display: block;
}



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

/* oatime */
#main-contents .oatime {
  width:85%;
  margin: -17vw auto 0;
  padding: 2.8vw 3vw 3vw;
}
#main-contents .oatime h2 {
  font-size: 5vw;
}
#main-contents .oatime .mainTime {
  margin: 1.8vw 0 3.2vw;
  font-size: 4vw;
}
#main-contents .oatime .text {
  padding: 2.5vw 1.5vw;
  font-size: 2.5vw;
}
    
#main-contents .oatime .text .pcten{
    display: inline;
}
#main-contents .oatime .text .spten{
    display: none;
}
 #main-contents .oatime .text .pcbr{
    display: none;
}   

#main-contents .oatime .text .spbr{
    display: block;
}
    
#main-contents .oatime .otherarea {
  font-size: 3.4vw;
}
#main-contents .oatime .otherarea strong {
  display: block;
}
#main-contents .oatime .otherarea p:first-child {
  margin-bottom: 10px;
}
/*#main-contents .oatime .text {
  padding: 2.5vw;
  font-size: 2.7vw;
  text-align: justify;
}*/
  
  
#main-contents .intro .center {
  display: block;
  width: 90%;
}






/* cast */
#main-contents #cast .flex {
  justify-content: space-between;
}
#main-contents #cast .mc {
  width: 100%;
}
#main-contents #cast .inblock {
  width: 47.5%;
  margin: 0;
}
#main-contents #cast .inblock .castImg {
  padding-top: 120%;
}
#main-contents #cast .inblock .castImg img {
  width: auto;
  height: 100%;
}
#main-contents #cast h3 {
  padding: 7% 0;
}
#main-contents #cast h3 .name {
  font-size: 4.5vw;
}
#main-contents #cast h3 .nameunder{
       font-size: 3vw;   
    }
#main-contents #cast h3 .status {
  width: 28vw;
  margin: 5% auto 0;
  padding: 1.2vw 0;
  border-radius: 3.3vw;
  font-size: 2.6vw;
}

    
    #bottom .bottom02 a{
    text-decoration: none; 
          margin: 0 auto;
      display: block;
    width: 90%;
}
    
}




/**************************************************************************/





@media all and (max-width: 568px) {
#main-contents .center {
  width: 90%;
  padding: 12vw 0;
}
#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: 80vw;
}
#main-contents .oatime {
  width: 90%;
  margin: -17vw auto 0;
  padding: 2.8vw 3vw 3vw;
}  
#main-contents .oatime h2 {
  font-size: 7vw;
}
#main-contents .oatime .mainTime {
  font-size: 4.68vw;
  letter-spacing: 0;
}
#main-contents .oatime .text span {
  display: block;
}
#main-contents .oatime .text {
  font-size: 3vw;
}
#main-contents .oatime .text .pcten{
    display: inline;
}
#main-contents .oatime .text .spten{
    display: none;
}
#main-contents .oatime .text .spbr{
    display: block;
}

/* cast */
#main-contents #cast h3 .name {
  font-size: 5vw;
} 
  
#main-contents .rcmndProgram.center {
  padding-bottom: 100px;
} 
    

    
}




























