@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: #fff;
   background: url("../../img/bace.webp") repeat;
  letter-spacing: 0.05em;
}


.load {
  display: none;
}
#main-contents .center {
  width: 100%;
  margin: 0 auto;
}
#main-contents .flex {
  display: flex;
  flex-wrap:wrap;
}
#main-contents .photo {
margin-top: -70px;
    }

#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
        box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
/*#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 {
  text-align: center;
    margin: 60px auto;
}
#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 h2.ttl.blk img {
  width: 260px;
      margin: -60px auto 30px;
}
#main-contents h2.ttl.blkpic img {
width: 800px;
    margin: 0px auto;
}
/* mainvisual */
#main-contents .mainvisual {
background: url("../../img/main.webp") no-repeat center top;
width:100%;
/*  margin: 0 auto;*/
}
#main-contents .mainvisual .ttl {
width: 100%;
  height: 770px;
  margin: 0 auto;
  font-size: 0;
                
}
#main-contents  .stripe{
   background: url("../../img/bace2.webp") repeat;
  letter-spacing: 0.05em;
    padding-top: 10px;
   padding-bottom: 80px;
}

/* oatime */
#main-contents .oatime {
  width:800px;
  margin: 50px auto 0;
      border-radius: 14px;
 background: #fff;
}



/*overview*/
#main-contents .overview img {
  width:1000px;
  margin: 0px auto;
    padding-bottom: 80px;
    margin-top: -60px;
}

  #main-contents .spoverview{
display: none;
    }


/*catch*/
#main-contents .catch_001{
  background: url("../../img/hoshi.webp") no-repeat;
  width: 300px;
  height: 230px;
  margin-left: 670px;
  margin-top: -80px;
  animation: fluffy1 2s ease infinite; 
  position:absolute;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }





/*catch*/
#main-contents .catch_002{
    display: block;
    margin: 60px auto;
  background: url("../../img/ballcatch.webp") no-repeat;
    width: 861px;
  height: 69px;
  animation: fluffy2 2s ease infinite; 
}
@keyframes fluffy2 {
  0% {
    transform: translateX(0); }
  5% {
    transform: translateX(0); }
  10% {
    transform: translateX(0); }
  20% {
    transform: translateX(-10px); }
  25% {
    transform: translateX(0); }
  30% {
    transform: translateX(-10px); }
  50% {
    transform: translateX(0); }
  100% {
    transform: translateX(0); } }



/* movie */
#main-contents #movie {
    width: 1000px;
    margin: 0px auto;
    margin-top: 60px;
    justify-content:space-between;
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 50px;
}
#main-contents #movie .movieThumb {
    width: calc((100% - 30px) / 2);
  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: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(119,184,68,0.8);
  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: 20.5px 0 20.5px 33px;
  border-color: transparent transparent transparent #ffffff;
  transform: translate(-36%, -50%);
  -webkit-transform: translate(-36%, -50%);
  -moz-transform: translate(-36%, -50%);
}
  #main-contents .catchcomment{
      display: block;}
#main-contents .catchcomment img{
    width:1000px;
    margin: 0 auto;
    padding-top: 80px;
}
#main-contents .catchcomment .noteWrap {
  max-width: 800px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  border: #fff solid 2px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-contents .catchcomment .note {
  padding: 20px 15px;
  border: #00A0C1 solid 2px;
  border-radius: 5px;
}
.note h3 {
  font-size: clamp(1.3rem, 3.3vw, 1.6rem);
  color: #00A0C1;
  margin-bottom: 15px;
}
.note p span {
  position: relative;
  color: #fff;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  line-height: 1.4;
  background-color: #00A0C1;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 0.15em;
  box-shadow: 3px 3px 0px 0px #8decff;
}
.note p span::before,
.note p span::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../../img/note-img01.webp) no-repeat left center;
  background-size: cover;
  width: 60px;
  height: 95px;
  left: -90px;
  top: 45%;
  transform: translateY(-50%);
}
.note p span::after {
  background: url(../../img/note-img02.webp) no-repeat left center;
  background-size: cover;
  right: -90px;
  left: inherit;
}

/*sevenball*/
#main-contents .sevenball{
 width: 1000px;
 margin: 0px auto;
 justify-content:space-between;
 display:flex;
 flex-wrap:wrap;
 padding-bottom: 50px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
#main-contents .sevenball .ballbox{
   width:200px; 
}

#main-contents .sevenball p{
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.2em;
    line-height: 1.5em;
}

#main-contents .sevenball .ballbox_under{
     margin: 50px auto 0;
    border-top: 4px #7BD2DB solid;
}

/*mokuji01*/
#main-contents .mokuji01{
 width:500px;
 margin: 80px auto;
}

/*menu*/
#main-contents .menu{
 width: 900px;
    margin: 0px auto;
 justify-content:space-around;
    display:flex;
    flex-wrap:wrap;
}

#main-contents .menu .menubox{
     width:400px;
}
#main-contents .menu .menubox .menutop{
        text-align: center;
            line-height: 2em;
    font-size: 1.3em;
    display: block;
/*    border-bottom: dotted 2px #ffd254;
            margin-bottom: 10px;*/
}
#main-contents .menu .menubox .menuprice{
        text-align: center;
    display: block;
    border-bottom: dotted 2px #ffd254;
        margin-bottom: 20px;
    padding-bottom: 10px;
}
#main-contents .menu .menubox .menuunder{
    text-align: center;
    display: block;
        font-size: 0.8em;
        border-bottom: dotted 2px #ffd254;
        margin-bottom: 20px;
    padding-bottom: 10px;
}
#main-contents .menu .menubox .spbr{
    display: none;
}

#main-contents .menu p{
    display: block;
    text-align: left;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px;
    font-size: 1.2em;
        line-height: 1.5em;
    margin-top: -10px;
}

    
#main-contents .menu .menunv {
    width: 60px;
    height: 60px;
    background-color: #fff35c;
    border-radius: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: block;
    position: relative;
        box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
 #main-contents .menu .menunv .nv{ 
    color: #000;
    font-weight: bold;
    font-size: 1.7em;
     position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}




/* casttop */


#main-contents #casttop .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
}
#main-contents #casttop .mc {
  width: 100%;
}
#main-contents #casttop .inblock {
  width: 285px;
  margin: 0px auto;
  border-radius: 8px;
  overflow: hidden;
}
#main-contents #casttop .inblock a {
  display: block;
    text-decoration: none;
}
#main-contents #casttop .inblock .castImg {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
#main-contents #casttop .inblock .castImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#main-contents #casttop h3{
  padding: 20px 30px;
  background: #eb4297;
    margin: 0px auto;
}
#main-contents #casttop h3 .name {
  color: #FFFFFF;
  font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
}
#main-contents #casttop .nameunder {
    text-align: center;
      padding: 20px 15px;
    display: block;
  color: #fff;
  font-weight: bold;
   font-size: 1.8em;
background: #ff83c1;
    height: 70px;
}

#casttop h3 .status {
  display: block;
  width: 180px;
  margin: 8px auto 0;
  padding: 10px 0;

  background: #ff0000;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
}
#casttop h3 .status0 {
  display: block;
  width: 130px;
  margin: 8px auto 0;
  padding: 20.5px 0;
}

/* cast */


#main-contents #cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
}
#main-contents #cast .mc {
  width: 100%;
}
#main-contents #cast .inblock {
  width: 285px;
 margin: 30px 15px 30px 15px;
  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: 20px 10px;
  background: #5ca5db;
    margin: 0px auto;
    height: 330px;
}

#main-contents #cast h3 .name {
  color: #FFFFFF;
  font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
}

#main-contents #cast .nameunder {
    text-align: center;
      padding: 20px 15px;
    display: block;
  color: #fff;
  font-weight: bold;
   font-size: 1.8em;
background: #4ccadf;
    height: 70px;
}
#main-contents #cast .nameunder2 {
    text-align: center;
      padding: 20px 15px;
    display: block;
  color: #fff;
  font-weight: bold;
   font-size: 1.5em;
background: #4ccadf;
    height: 70px;
}
#cast h3 .status {
  display: block;
  width: 180px;
  margin: 8px auto 0;
  padding: 10px 0;

  background: #ff0000;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
}
#cast h3 .status0 {
  display: block;
  width: 130px;
  margin: 8px auto 0;
  padding: 20.5px 0;
}



/* timetable new */
#main-contents .timetable-tableWrap {
  max-width: 1000px;
  width: 90%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.djTimetable-block {
  width: calc((100% - 10px) / 2);
}
.djTimetable-block h4 {
  width: 260px;
  margin: 0 auto 20px;
}
.djTimetable-block table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px 20px;
}
.djTimetable-block table tr td:first-child {
  font-weight: bold;
  font-size: clamp(14px, 2.5vw, 22px);
  color: #003be2;
  background-color: #fff;
  padding: 5px;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.djTimetable-block table tr {
  counter-increment: number;
}
.djTimetable-block table tr td:last-child {
  position: relative;
  width: 80%;
}
.djTimetable-block table tr td:last-child::before {
  content: counter(number) " ";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: yellow;
  border-radius: 50px;
  font-size: 90%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.dj-Sep29 table tr:first-child {
  counter-reset: number 0;
}
.djTimetable-block table tr td:last-child span,
.djTimetable-block table tr td:last-child a {
  display: block;
  font-weight: bold;
  font-size: clamp(17px, 2.5vw, 22px);
  color: #fff;
  border-bottom: 2px dotted #afafb0;
  line-height: 1.5;
  padding: 5px 0 5px 40px;
}
.djTimetable-block table tr td:last-child a:hover {
  color: #000;
  transition: .3s;
  background-color: rgb(255 255 255 / 0.8);
}
#main-contents .mokuji01.tit-dj {
  margin: 0 auto;
}
.djTimetable-block table tr .end:last-child::before {
  content: none;
}
#main-contents .djTimetable-block table tr .end span {
  padding-left: 10px;
}





















    
/*access*/
#main-contents .access{
  width: 1200px;
    margin: 0px auto;
    margin-bottom: 90px;
}

/*under*/
#main-contents #under{
    width: 1200px;
    margin: 100px auto;
    line-height: 2em;
    padding: 20px;
    color: #000;
    background-color: #D4D4D4;
}
#main-contents #under h1{
    font-size: 1.3em;
            margin-bottom: 30px;
}
#main-contents #under .note{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px;
    background-color: #ffffff;
    color: #000000;
    border: #000000 solid 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-contents #under .notebox{
     justify-content: space-around; 
}
#main-contents #under .notebox ul{
    width: 45%;
    list-style: inside;
}
#main-contents #under h2{
    font-size: 1.3em;
        margin-top: 30px;
}
#main-contents #under .question{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px;
    background-color: #ffffff;
    color: #000000;
    border: #000000 solid 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main-contents #under .question:hover {
    color: #ffffff;
    background-color: #000000;
    cursor: pointer;
}
#main-contents #under dl{
    background-color: #fff;
}
#main-contents #under dl p{
    color: #000;
    display: block;
    margin: 0px auto;
    width:800px;
    padding: 30px 0px;
}
#main-contents #under .questq{
    color: #00a7ba;
    font-weight: bold;
}



#main-contents .originalBg{
    background: #7fe1ec; 
    padding-top: 30px;
}

#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 all and (max-width: 1360px) {/*////////////////////////////////////////////////*/
#main-contents {
    padding: 0;
  }
#main-contents  .oatime .catch_001{
    display: none;
  }
 
    
#main-contents .flex {
  display: flex;
  flex-wrap:wrap;
}
#main-contents .center {
    width: 70%;
    padding: 30px 0;
  }
#main-contents h2.ttl strong {
    font-size: 34px;
  }
.block-list .flex {
    display: block;
  }

#main-contents h2.ttl.blk img {
  width: 50%;
  margin: 0px auto 30px;
}
#main-contents h2.ttl.blkpic img {
  width: 100%;
  margin: 0px auto;
}
  /* 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: 60%;
    margin: -25vw auto 0;
  }
#main-contents .overview{
    display: none;

    }

#main-contents .spoverview{
    display: block;
    width: 80%;
    margin: 0px auto;
    }
#main-contents .spoverview img{
    padding-bottom: 80px;
    }
    #main-contents .mokuji01 {
    width: 500px;
    margin: 80px auto;
}
#main-contents .sevenball {
    width: 70%;
    display: flex;
    }
#main-contents .sevenball .ballbox{
   width: 21%;
}
    #main-contents .sevenball p {
    font-size: 1.4vw;
}   

#main-contents .menu{
    width: 80%;
    display: flex;
    }
   #main-contents .menu .menubox{
     width:40%;
} 

    
    
 /* cast */

#main-contents #cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
    display: block;
}
#main-contents #cast .mc {
  width: 80%;
    display: flex;

}
#main-contents #cast .inblock {
  width: 285px;
 margin: 30px 15px 30px 15px;
  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 h4{
  padding: 20px 10px;
    margin: 0px auto;
}
#main-contents #cast h4 .name {
  font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
}
#main-contents #cast h3 {
  padding: 20px 10px;
    margin: 0px auto;
    height: 330px;
}

#main-contents #cast h3 .name {
  font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
}

#main-contents #cast .nameunder {
    text-align: center;
      padding: 20px 15px;
    display: block;
  font-weight: bold;
          font-size: 1.8em;
}

#cast h3 .status {
  display: block;
  width: 180px;
  margin: 8px auto 0;
  padding: 10px 0;
  font-size: 1.3em;
  font-weight: bold;
}
#cast h3 .status0 {
  display: block;
  width: 130px;
  margin: 8px auto 0;
  padding: 20.5px 0;
}


 /*access*/
#main-contents .access{
  width: 90%;
    margin: 30px auto;
   margin-bottom: 90px;
}

     /*under*/
#main-contents #under{
    width: 90%;
}
    
    
  /* program */
#main-contents #programbox .text p .brpc{display: none;}
  #main-contents #program .inblock {
      width: 100%;
    margin-bottom: 30px;
    padding: 12vw 5% 5%;
  }
  #main-contents #program .inblock.newline {
    padding-top: 17vw;
  }
  #main-contents #program .ribbonTtl {
    top: -4vw;
    left: -17px;
    max-width: 83vw;
    padding: 1.5% 3% 2.5% 3%;
    font-size: 3.5vw;
  }
  #main-contents #program .ribbonTtl span {
    font-size: 3.5vw;
  }
     #main-contents #program .ribbonTtl .spbr {
    display: block;
  }
  #main-contents #program .text {
    font-size: 1em;
  }
  #main-contents #program .text p {
    line-height: 1.9;
  }
    
  #main-contents #program .capture img {
    width: 90%;
    margin: 0 auto 5%;
    margin-top: 36px;
}

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



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

#main-contents .sevenball {
    width: 80%;
    display: flex;
    }
    
    #main-contents .sevenball .ballbox{
   width: 21%;
}
    #main-contents .sevenball p {
    font-size: 1.4vw;
}   
  
#main-contents .menu{
    width: 80%;
    display: flex;
    }
       #main-contents .menu .menubox{
     width:45%;
} 
   #main-contents #cast .mc {
    width: 100%;
    display: flex;
} 
    #main-contents #cast .inblock {
    width: 285px;
    margin: 30px 15px 30px 15px;
    border-radius: 8px;
    overflow: hidden;
        
    }
    
}
@media all and (max-width: 1060px) {/*////////////////////////////////////////////////*/

#main-contents .center {
    width: 90%;
    padding: 30px 0;
  }
#main-contents #movie {
    width: 100%;
    margin-top: 60px;
    display:block;
    margin-bottom: 50px;
}
#main-contents #movie .movieThumb {
    width: 70%;
    margin: 30px auto;
    border-radius: 4px;
    overflow: hidden;
} 
#main-contents .catchcomment img {
    width: 80%;
    margin: 0 auto;
}
#main-contents .sevenball {
    width: 80%;
    display: flex;
    }
    #main-contents .sevenball .ballbox{
   width: 21%;
}
    #main-contents .sevenball p {
    font-size: 1.4vw;
}   
#main-contents .menu{
    width: 80%;
    display: flex;
    }
#main-contents .menu .menubox{
     width:45%;
} 
    
#main-contents .menu .menubox .menutop {
     font-size: 2.3vw;
    }


   #main-contents #cast .mc {
    width: 80%;
    display: flex;
} 

 /*timetable*/
/* #main-contents .timetable{
    width: 100%;
}    */
     /*under*/
#main-contents #under{
    width: 90%;
}
#main-contents #under h1{
    font-size: 1.3em;
    margin-bottom: 30px;
}

#main-contents #under .notebox ul{
    width: 97%;
    list-style: inside;
}
#main-contents #under h2{
    font-size: 1.3em;
    margin-top: 30px;
}

#main-contents #under dl p{
    width: 100%;
    padding: 10px 10px;
}
    
    
}

@media all and (max-width: 860px) {/*////////////////////////////////////////////////*/
#main-contents {
    padding: 0;
  }
#main-contents  .oatime .catch_001{
    display: none;
  }

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

#main-contents h2.ttl.blk img {
  width: 50%;
  margin: 0px auto 30px;
}
#main-contents h2.ttl.blkpic img {
  width: 100%;
  margin: 0px auto;
}
  /* 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: 70%;
    margin: -25vw auto 0;
  }
#main-contents .overview{
    display: none;
    }
    
#main-contents .spoverview{
    display: block;
    width: 90%;
    margin: 0px auto;
    }


/*mokuji01*/
#main-contents .mokuji01{
    width:70%;
    margin: 40px auto;
}
#main-contents #movie {
    width: 100%;
    margin: 0px auto;
    margin-top: 8vw;
    display: block;
}
    
    #main-contents #movie .movieThumb{
    width: 80%;
    border-radius: 4px;
    overflow: hidden;
    margin: 30px auto;
   } 
    
#main-contents .catchcomment img{
    width: 90%;
    margin: 0px auto;
    } 


    
    #main-contents .catch_002 {
    display: block;
    margin: 5vw auto;
    background: url(../../img/ballcatch.webp) no-repeat;
    width: 96%;
    height: 10vw;
    animation: fluffy2 2s ease infinite;
    background-size: contain;
}
    
    


#main-contents .catchcomment .noteWrap {
  width: 90%;
}
.note h3 {
  margin-bottom: 15px;
}
.note p span {
  padding: 10px;
}
.note p span::before,
.note p span::after {
  width: 8vw;
  height: 12.6666666vw;
  left: -10vw;
}
.note p span::after {
  right: -10vw;
  left: inherit;
}

#main-contents .sevenball .ballbox_under{
  margin: 30px auto 0;
 border-top: 4px #7BD2DB solid;
}













      

#main-contents .sevenball {
    width: 70%;
    display: flex;
    }
    #main-contents .sevenball .ballbox{
   width: 41%;
}
    #main-contents .sevenball p {
            font-size: 2.3vw;
}   
#main-contents .menu{
    width: 90%;
    display: flex;
    }
#main-contents .menu .menubox{
     width:45%;
}

    #main-contents .menu .menubox .menutop {
    font-size: 2.5vw;
}
        #main-contents .menu .menubox p {
    font-size: 2.3vw;
}
#main-contents .menu .menubox .spbr{
    display: block;
}
    
    #main-contents .menu .menunv {
    width: 50px;
    height: 50px;
    }
        
        
        
#main-contents #cast .mc {
    width: 100%;
    display: flex;
}   

#main-contents .timetable-tableWrap {
  display: block;
}
.djTimetable-block {
  width: 100%;
  margin: 0 auto 50px;
}
.djTimetable-block table tr td:last-child::before {
  width: 26px;
  height: 26px;
  font-size: 88%;
}
.djTimetable-block table tr td:last-child span {
  padding: 2% 0 2% 35px;
}
}


@media all and (max-width: 560px) {/*////////////////////////////////////////////////*/
  #main-contents .catchcomment .noteWrap {
    width: 95%;
    padding: 4px;
  }
  #main-contents .catchcomment .note {
    padding: 30px 15px 20px;
  }
  .note h3 {
    margin-bottom: 25px;
  }
  .note h3 span {
    position: relative;
  }
  .note h3 span::before,
  .note h3 span::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../../img/note-img01.webp) no-repeat left center;
    background-size: cover;
    width: 35px;
    height: 56px;
    left: -45px;
    top: 45%;
    transform: translateY(-50%);
  }
  .note h3 span::after {
    background: url(../../img/note-img02.webp) no-repeat left center;
    background-size: cover;
    right: -45px;
    left: inherit;
  }
    .note p span {
    text-align: left;
  }
  .note p span::before,
  .note p span::after {
    display: none;
  }
    .note p span .noteBr {
    display: none;
  }
  
 
#main-contents #cast .nameunder {
    font-size: 5.5vw;
    }
#main-contents .sevenball {
    width: 80%;
    display: flex;
    }
#main-contents .sevenball .ballbox{
   width: 41%;
}
#main-contents .sevenball .ballbox_under{
 border-top: 3px #7BD2DB solid;
}

#main-contents .sevenball p {
            font-size: 3vw;
} 
#main-contents .menu{
    width: 90%;
    display: block;
    }
    
#main-contents .menu .menubox{
    width: 80%;
    margin: 0px auto;
} 

    
    #main-contents .menu .menubox .menutop {
    font-size: 4.5vw;
}
            #main-contents .menu .menubox p {
    font-size: 3.3vw;
}
    #main-contents .menu .menubox .spbr{
    display: none;
}
    
    #main-contents .menu .menubox .menuunder {
    font-size: 1em;
}
    
    
    
#main-contents #cast .mc {
    width: 100%;
    display: flex;
}   
.djTimetable-block h4 {
  width: 40vw;
  margin: 0 auto;
}

.djTimetable-block table tr td:last-child::before {
  width: 4vw;
  height: 4vw;
  font-size: 2.2vw;
}
.djTimetable-block table tr td:last-child span,
.djTimetable-block table tr td:last-child a {
  padding: 2% 0 2% 30px;
}

}

@media all and (max-width: 480px) {/*////////////////////////////////////////////////*/
  #main-contents .menu .menubox .menutop {
    text-align: center;
    line-height: 2em;
    display: block;
}
#main-contents .menu .menunv {
    width: 50px;
    height: 50px;
    }
    
    /*timetable*/
#main-contents .timetable{
    margin: 0px auto;
    width: 100%;
    justify-content:none;
}
/*    #main-contents .timetable .djList{
             width: 90%;
    }
#main-contents .timetable .djList ul{
    display: block;
     width: 100%;
    margin-bottom: 30px;
}

#main-contents .timetable .djList li img{
    width: 260px;
    margin-bottom: 20px;
}    
#main-contents .timetable .djList .djTime{
    font-weight: bold;
    font-size: 1.3em;
    display: inline-block;
    margin: 10px 0px;
    color: #003be2;
    background-color: #fff;
    padding: 5px;
}   
#main-contents .timetable .djList li{
    position: relative;  
}   
#main-contents .timetable .djList .djNumber{
    width: 23px;
    height: 23px;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
    background-color: yellow;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 20px;
}       
#main-contents .timetable .djList .djName{
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 40%;
}    */
}




@media all and (max-width: 300px) {/*////////////////////////////////////////////////*/
 #main-contents #casttop .nameunder {
         font-size: 7vw;
    }
#main-contents #casttop h3 {
    padding: 20px 20px;
}
    
#main-contents #cast .nameunder2 {
    font-size: 7vw;
}
#main-contents #cast .nameunder {
    font-size: 7vw;
}
#main-contents #cast h3 {
     height: 400px;
}
#main-contents #cast h3 .name {
    font-size: 1em;
    }
/*#main-contents .timetable .djList li img {
   width: 220px;
    }
        #main-contents .timetable .djList .djNumber {
            margin-left: 15px;
    }
#main-contents .timetable .djList .djName {
    font-size: 1em;
   left: 50%;
    }*/
}










