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

  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
}
.load {
  display: none;
}
.spbr{
    display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 45px 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(46,27,22,0.15);
}
#main-contents .inblock_2 {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(46,27,22,0.15);
}

#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {
  color: #f8d935;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl.blk span {
  color: #c40007;
}
#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: #2e1b16;
}
#main-contents .intro{
    margin-top: 0px;
}



/* mainvisual */
#main-contents{

      background: url("../../img/back.jpg") repeat;
    background: cover;
    background-size: 2000px;
     

         

}
  
#main-contents .mainvisual {
  background: url("../../img/main.webp") no-repeat center top;
        background-size: contain;
  height: 680px;
}
#main-contents .mainvisual .ttl {
  width: 840px;
  margin: 0 auto;
  font-size: 0;
                
}


/* oatime */
#main-contents .oatime {
  width:780px;
  margin: -96px auto 0;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background-color: #01837b;
  text-align: center;
  font-feature-settings: "palt";
}
#main-contents .oatime h2 {
  color: #fcef11;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-style: italic;
  margin-bottom: 15px;
}
#main-contents .oatime .timearea{
  margin: 0px auto;
  padding: 20px 0px;
  border-radius: 8px;
  background: #fff;
}  
    

#main-contents .oatime .mainTime {
  margin: 0 0 22px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
}

#main-contents .oatime .mainTime2 {
  margin: 0px;
  color: #ff0000;

  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.05em;
}


/*ここから*/
#main-contents .oatime .otherarea {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.063em;
}
#main-contents .oatime .otherarea01 {
  line-height: 1.6em;
  font-size: 1.2em;
}
#main-contents .oatime .base001{
  margin: 10px 0 20px;
    background-color: #e6ffee;
    padding: 10px;
}
#main-contents .oatime .base002{
  margin: 10px 0 20px;
    background-color: #ececfb;
    padding: 10px;
}
#main-contents .oatime .mainbig2{
  font-size: 1.5em;
  color: #f00;
  font-weight: bold;
}
#main-contents .oatime .othertext{
    display: block;
    color:cornflowerblue;
}

#main-contents .oatime .otherarea2 {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 60px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.063em;
}
#main-contents .oatime .otherarea011 {
  justify-content: right;
  text-align:right;
  margin-right: 10px;
    margin-left: 20px;
  color: #ff0000;
  line-height: 1.6em;
  font-size: 1.2em;

}
#main-contents .oatime .otherarea022 {
  justify-content: left;
  text-align:left;
  line-height: 1.6em;
  font-size: 1.2em;
       
}/*ここまで*/

#main-contents .oatime p.blocknet {
  margin-top: -10px;
  color: #000;
  font-size: 1.5em;
    padding-top: 10px;
    font-weight: 700;
}

/* present */
#main-contents #presentbox .text p .brpc{display: block;}
#main-contents #presentbox{
    background: url("../../img/bg_g.jpg") repeat;
    margin-top: 50px;
}
#main-contents #present .inblock {
  position: relative;
  margin-bottom: 50px;
  padding: 70px 50px 50px;
  border-radius: 8px;


}
#main-contents #present .inblock.newline {
  padding-top: 150px;
}
#main-contents #present .inblock:last-child {
  margin-bottom: 0;
}
#main-contents #present .ribbonTtl {
  position: absolute;
  top: -20px;
  left: -13px;
  line-height: 1.3;
  padding: 8px 20px 10px 30px;
  background: url(../../img/ribon.jpg);
  color: #fff;
  font-weight: bold;
  font-size: 24px;

}
#main-contents #present .ribbonTtl:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 0;
  border-color: transparent #e30000 transparent transparent;
}

#main-contents #present .ribbonTtl span {
  color: #f8d935;
  font-size: 15px;
      font-style: italic;
}
#main-contents #present .newline-sp .ribbonTtl br {
  display: none;
}
#main-contents #present .capture {
  justify-content: space-between;
  align-items: flex-start;

}
#main-contents #present .capture img {
  width: 48.8%;

}
#main-contents #present .capture {

    text-align: center;

}
#main-contents #present .capture .textspace{
    letter-spacing: -2px;
}
#main-contents #present .capture .text01{
    color: #F74280;
    font-size: 0.9em;
          line-height: 1.5;
        font-weight: bold;
        margin: -10px auto;
}
#main-contents #present .capture .text02{
    color: #F74280;
    font-size: 1.4em;
          line-height: 1.5;
        font-weight: bold;
        margin: 15px auto;
}
#main-contents #present .capture .text03{
    color: #F74280;
    font-size: 0.9em;
          line-height: 1.5;
            margin: -20px auto;
}
#main-contents #present .capture .text04{
    color: #F74280;
    font-size: 1.4em;
          line-height: 1.5;
        font-weight: bold;
    margin: 10px auto;
}
#main-contents #present .capture .text05{
    font-size: 0.8em;
        margin: -10px auto;
}

#main-contents #present .capture .rinkpresent{
    width: 250px;
    margin: 0px auto;
    margin-top: 20px;
    

	cursor: pointer;
	transition: all 0.3s ease 0s;
}
#main-contents #present .capture .rinkpresent:hover {
	opacity: 0.6;

}






/* about */
#main-contents #about .inblock {
  border-radius: 10px;
      padding: 20px;
}

#main-contents #about .text {
  padding: 12px 15px 25px;
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
  font-size: 1.188em;

}

#main-contents #about .text p {
  line-height: 2.3;
  text-align: left;
    margin-left: 40px;

}
#main-contents #about .text p:last-child {
  margin-top: 7px;
}

#main-contents #about .pcbr {
  display: block;
}
#main-contents #about .st {
  font-size: 1.4em;
}

#main-contents #about .text-stripe{
   color:  #ff76c0;
}
#main-contents #about .red {
  font-size: 1.3em;
  font-weight: 900;
  color: #ffa800;
}



/* cast */
#main-contents #cast .center {
  position: relative; 
    width: 100%;

}
#main-contents #cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
}
#main-contents #cast .mc {
    border-radius: 20px;
    width: 920px;
    background-color: #fff;
    padding: 40px;
padding-bottom: 70px;
  box-shadow: 6px 6px 0px 0px rgba(46,27,22,0.15);
}
#main-contents #cast .inblock {
     width: 47.5%;
  margin: 0 15px 40px 0;
  border-radius: 8px;
  overflow: hidden;
}

#main-contents #cast .inblock a {
  display: block;
}
#main-contents #cast .inblock .castImg {
  overflow: hidden;
}
#main-contents #cast h3 {
    background: #fa7f8d;
  text-align: center;
 padding: 6% 0 8%;


}
#main-contents #cast h3 .name {
  color: #fff;
  font-weight: bold;
   font-size: 1.6em;
}
#main-contents #cast h3 .status {
  display: block;
  width: 180px;
  margin: 15px auto 0;
  padding: 6px 0;
  border-radius: 12px;
  background: #fff;
  color: rgb(70, 70, 70);
  font-size: 0.813em;
  line-height: 1.2rem;
}

#main-contents .originalBg02{
   background-color: #fbffc1;
}

/* prgPoint */
#main-contents .prgPoint .center {
  max-width: 1000px;
  width: 90%;
}
#main-contents .more-btn {
  color: #000;
  background: #f8d935;
}

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

@media (min-width: 2000px){/*////////////////////////////////////////////////*/
  #main-contents .oatime {
    margin: 0 auto;
  }
}

@media all and (max-width: 1820px) {/*////////////////////////////////////////////////*/

#main-contents .mainvisual {
height: 660px;           
}
}

@media all and (max-width: 1650px) {/*////////////////////////////////////////////////*/

#main-contents .mainvisual {
height: 620px;           
}
}


@media all and (max-width: 1480px) {/*////////////////////////////////////////////////*/

#main-contents .mainvisual {
height: 570px;           
}
}

@media all and (max-width: 1380px) {/*////////////////////////////////////////////////*/

#main-contents .mainvisual {
height: 530px;           
}
}

@media all and (max-width: 1250px) {/*////////////////////////////////////////////////*/

#main-contents .mainvisual {
height: 470px;           
}
}









@media all and (max-width: 1140px) {/*////////////////////////////////////////////////*/


  /* mainvisual */
  #main-contents .mainvisual {
    background: url("../../img/main_sp.webp") no-repeat center top / 100% auto;
    height: 85vw;
  }
  #main-contents .mainvisual .center {
    width: 100%;
  }
    
      /* oatime */
  #main-contents .oatime {
    width:85%;
    margin: -22vw auto 0;
    padding: 2.8vw 3vw 3vw;
  }
}



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

  #main-contents .center {
    width: 85%;
    padding: 70px 0;
  }
    #main-contents #about .text p {
    margin-left: 0px;
    }
    #main-contents #cast .mc {
    border-radius: 20px;
    width: 90%;
    }
    #main-contents #cast .inblock {
    width: 90%;
    }
}
    
    
    