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

#main-contents {
  background: -moz-linear-gradient(#00ff73, #002fff);
  background: -webkit-linear-gradient(#00ff73, #002fff);
  background: linear-gradient(to right, #00ff73, #002fff);
  padding-bottom: 0px;
}
.load {
  display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
}
#main-contents .flex {
  display: flex;
  flex-wrap:wrap;
}
.spbr{
  display: none;
}
.spbr2{
  display: none;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
}
#main-contents .bacevisual02{
  background: url("../../images/bace.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; 
} 
#main-contents .bacevisual {
  width: 100%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #3940ffa8, #56ffffad, #71ff59ad);
  background-size: 200% 200%;
  animation: shine 12s ease-in-out infinite;
  }
  @keyframes shine {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#main-contents h2.ttl img{
  width: 80%;
  margin: 0px auto;
}
#main-contents h2.ttl span {
  color: #fdfd74;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl.blk span {
  color: #ffee00;
  display: block;
  padding-top: 40px;
}
#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: #fff;
}
#main-contents .boxcolor01{
  background-color: #1504ff;
  /* width: 250px; */
  width: min(250px, 50%);
  margin: 0px auto;
  padding:10px;
  border-radius: 14px;
}
#main-contents .boxcolor02{
  background-color: #e50077;
  /* width: 250px; */
  width: min(250px, 50%);
  margin: 0px auto;
  padding:10px;
  border-radius: 14px;
}
.color02{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.5em;
  margin: 3px;
  padding: 5px 12px 5px 12px;
  background:#00ffea;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 50px;	/* 横幅&高さの1/2 */
  color: #000;
}
 .colorred{
  color: red;
  font-weight: bold;
  text-shadow: 0px 0px 1px red;
  font-size: 1.2em;
  font-family: "Mochiy Pop One", sans-serif;
  letter-spacing: 3px;
  padding: 2px 6px 2px 6px;
  transform: translateY(-1px) skewX(-10deg);
  display: inline-block;
} 
/* ///////////////////////

mainvisual 

/////////////////////////*/
#main-contents .mainvisual .ttl {
  width: 100%;
  margin: 0 auto;
}
/*////////////////////////

チェックマーク

////////////////////////*/
#main-contents .checkmark003{
	padding-left:24px;
	position:relative;
  margin-bottom: 20px;
  display: inline-block;
}
#main-contents .checkmark003:before,
#main-contents .checkmark003:after{
	content:"";
	display:block;
	position:absolute;
}
#main-contents .checkmark003:before{
	width:16px;
	height:16px;
	border-radius:8px;
	background:#f9ff00;
	border:1px solid #000000;
	left:0;top:2px;
}
#main-contents .checkmark003:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:15px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
/*////////////////////////////

タブ

//////////////////////////////////*/
#main-contents .tabView{
  width: 920px;
  border-radius: 14px;
  margin: 0px auto;
  padding: 20px;
}
#main-contents .tab-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}
#main-contents .tab-3 > label {
  flex: 1 1;
  order: -1;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  border-radius: 14px;
}
#main-contents .tab-3 > label a{
  width: 100%;
}
#main-contents .tab-3 > label img{
  width: 100%;
  margin: 0px auto;
}
#main-contents .tab-3 .borderline{
  border-left: solid 5px #04ff00;
  border-right: solid 5px #002bff;
  margin: 0 15px 0 0;
  box-shadow: 6px 6px 0px 0px rgb(0 0 0 / 15%);
}
#main-contents .tab-3 .borderline2{
  border-left :solid 5px #ff0000;
  border-right :solid 5px #ff00eb;
  margin: 0 15px 0 0;
  box-shadow: 6px 6px 0px 0px rgb(0 0 0 / 15%);
}
#main-contents .tab-3 > label:hover {
  opacity: .8;
}
#main-contents .tab-3 input {
  display: none;
}
#main-contents .tab-3 > div {
  display: none;
  padding: 1.5em 1em;
  background-color: #fff;
}
/* #main-contents .tab-3 label:has(:checked) {
    border-bottom: 4px solid #0084ff;
    color: #0084ff;
}
#main-contents .tab-3 label:has(:checked) + div {
    display: block;
} */

#main-contents .tab-4 {
  display: none;
}
/*//////////////////////////

movie

//////////////////////////*/
#main-contents #movie {
  width: 100%;
  margin: 0px auto;
  margin-top: 20px;
}
#main-contents #movie .movie__pr {
  position: relative;
  width: min(900px, 95%);
  margin: 0 auto;
}
#main-contents #movie .movie__pr__inner {
  position: relative;
  padding-top: 56.25%;
}
/* 再生ボタンが真ん中に出ていない時 */
#main-contents #movie .movie__pr .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-contents #movie .movie__pr .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
/* 枠に黒い線が出てしまう */
#main-contents #movie .movie__pr .video-js .vjs-poster {
  background-repeat: unset;
}
/* ボタンの色 */
/* #main-contents #movie .movie__pr .video-js .vjs-big-play-button {
  background-color: #1504ff;
} */
#main-contents #movie .movie_sub01{
  display: block;
  width: min(900px, 95%);
  font-size: clamp(12px, .9em, 2vw);
  margin: 0px auto;
  background-color: #1504ff;
  color: #fff;
  padding: 10px;
  text-align: right;
}
#main-contents #movie .movie_sub02{
  display: block;
  width: min(900px, 95%);
  font-size: clamp(12px, .9em, 2vw);
  margin: 0px auto;
  background-color: #e50077;
  color: #fff;
  padding: 10px;
  text-align: right;
}
/*//////////////////////////

TVer

//////////////////////////*/
#main-contents .tver {
  max-width: 640px;
  width: 90%;
  margin: 50px auto 30px;
}
#main-contents .tver a,
#main-contents .tver img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
#main-contents .tver a:hover {
  opacity: 0.6;
  transition: .3s;
}
/* oatime */
#main-contents .oatime {
  width:780px;
  margin: -60px auto 0;
  padding: 0px 20px 20px;
  border-radius: 14px;
  background:#000000;
  text-align: center;
  margin-top: 40px;
}
#main-contents .oatime h2 {
  color: #ffee00;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  /* font-size: 34px; */
  font-size: min(7vw, 65px);
  font-style: italic;
  /* padding: 20px; */
  padding: 20px 0px 0px;
}
#main-contents .oabox {
  width:350px;
}
#main-contents .oabox p{
  padding: 20px;
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: left;
}
#main-contents .oabox p .oacategory{
  text-align: center;
  display: block;
}
#main-contents .week  {
  position: relative;
  padding: 0.6em;
  display: block;
  font-weight: bold;
  color: #000000;
  border-radius: 3px;
  padding: 3px 0px 3px 10px;
}
#main-contents .station{
  font-weight: bold;
  color: #000000;
  padding: 2px 5px 0px 5px;
  border-radius: 3px;
}
#main-contents .day{
  font-weight: bold;
  font-size: 1.38em;
  color: #000000;
  padding: 5px 2px 5px 10px;
  border-radius: 3px;
  display: inline-block;
}
#main-contents .time{
  font-weight: bold;
  color: #000;
}
#main-contents .oatime .text {
  line-height: 1.3em;
  padding: 15px;
  border-radius: 8px;
  font-size: 1.2em;
  /* background-color: #fff; */
    background-color: #000;
} 
#main-contents .oatime .text p{
  margin: 0px auto;
  font-weight: bold;
  color: #fff;
}
/* ///////////////////////////

番組概要

///////////////////////////////*/
#main-contents .aboutbox{
  background: url("../../images/bace02.webp");
  background-size: cover; 
  background-position: center;
  border-radius: 14px;
}
#main-contents #about .gaiyo{
  background-color: rgb(255 255 255 / 50%);
  display: inline-block;
  border: 5px solid #000;
  border-radius: 14px;
}
#main-contents #about .gaiyo .mbgaiyo{
  display: none;
}
#main-contents #about .gaiyo .box{
  border: 1px solid;
  width: 90%;
  margin: 0px auto;
  margin: 20px auto 20px;
  border-radius: 14px;
  background-color: rgb(255 255 233 / 60%);
}
#main-contents #about .gaiyo p{
  font-size: clamp(16px, 4vw, 20px);
  font-weight: bold;
  line-height: 1.2em;
  padding: 8% 5% 5%;
  color: #000;
  position: relative;
  font-family: "LINE Seed JP", sans-serif;
}
#main-contents #about .topspace {
  vertical-align: top;
  margin: 6px 0px 6px 0px;
  display: inline-block;
}
/*//////////////////////////

aruaru

//////////////////////////*/
#main-contents #aruaru{
  width: 100%; 
  margin: 20px auto 20px;
}
#main-contents #aruaru .aruarubana{
  width: 90%;
  margin: 0px auto;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  display: block;
  text-align: center;
  line-height: 2em;
  animation: poyopoyo 3s ease-out infinite;
  opacity: 1;
}
#main-contents #aruaru .aruarubana a{
  color: #fff;
  width: 400px;
}
 /* @keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
} */
/*////////////////////////////////

cast 

/////////////////////////////////*/
#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: blue;
  text-align: center;
  margin: 0px auto;
}
#main-contents #cast h3 .name {
  color: #fff;
  font-weight: bold;
  font-size: 1.7em;
}
#main-contents #cast h3 .nameunder {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
#main-contents #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;
  display: none;
}
/*//////////////////////////

出演者コメント

//////////////////////////*/
#main-contents #comment{
   margin: 80px 0px 0px;
} 
#main-contents #comment img{
 width: 100%;
 border-radius: 14px;
} 
/*////////////////////////////////

sns

/////////////////////////////////*/
#main-contents #sns .xImg{
  padding-bottom: 160px;
}
#main-contents #sns .xImg img{
  width: 400px;
  margin: 0px auto;
  border: 3px solid #fff;
  border-radius: 100px;
}
#main-contents #sns .xImg a{
  display: block;
  width: 400px;
  margin: 0px auto;
}
/*////////////////////

調査研究research

///////////////////////*/
/* テープ風ボックス */
#main-contents #research .cstm-box-masking {
  position: relative;
  margin: 2em auto;
  max-width: 800px;
}
/* タイトル */
#main-contents #research .cstm-box-masking .box-title {
/* background-color: #000; */
  background: url("../../images/research.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 220px;
  height: 20vw;
  color: #fff;
  font-weight: bold;
  transform: rotate(-4deg);
  padding: .8em 1.5em;
  line-height: 1.2em;
  position: absolute;
  top: -1.5em;
  left: 1em;
  display: inline-block;
  font-size: 2em;
  border-radius: 14px;
  text-align: center;
}
#main-contents #research .cstm-box-masking .box-content{
  padding: 2.5em 2em 2em;
  margin-top: 100px;
  border: solid 3px #000000;
  display: block;
  border-radius: 14px;
  background-color: #f4ffef;
}
#main-contents #research .cstm-box-masking .box-content h1{
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  background-color: #000000;
  display: block;
  padding: 5px 10px;
  border-radius: 14px;
  line-height: 1.2em;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  margin: 40px auto;
}
#main-contents #research .cstm-box-masking .box-content .afterimg {
  top: -85px;
  left: 68%;
  width: 200px;
  position: absolute;
}
#main-contents #research .cstm-box-masking p {
  margin: 0px auto;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.2em;
  color: #000000;
  display: block;
  width: 90%;
  padding: 20px 0px;
}
#main-contents #research .cstmimg{
  justify-content:space-around;
  margin: 40px 0px;
}
#main-contents #research .cstmimg::before{
  position: absolute;
  background: url("images/note.png");
  width: 145px;
  background-position: top;
  background-repeat: repeat-y;
}
#main-contents #research .cstmimg img {
  border-radius: 14px;
  width: min(75vw, 600px);
  margin: 0px auto;
}
#main-contents #research .researchttl img{
  width: 100%;
}
#main-contents #research img {
  border-radius: 14px;
  width: min(70vw, 600px);
  margin: 20px auto;
}
#main-contents #research p {
  padding-top: 20px;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
  font-family: "LINE Seed JP", sans-serif;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 1500px) {
#main-contents #about p {
  line-height: 2.5em;
}
#main-contents .bacevisual02 {
  background: none;
} 
}
@media all and (max-width: 1030px) {
.color02 {
  padding: 5px 11px 5px 11px;
}
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 920px) {
#main-contents .center {
  width: 85%;
}
#main-contents h2.ttl strong {
  font-size: 34px;
}
#main-contents .flex {
  display: flex;
  flex-wrap: wrap;
}
.spbr{
  display: block;
}
.spbr2{
  display: none;
}
/* ///////////////////////////

mainvisual 

/////////////////////////////*/
#main-contents .mainvisual .center {
  width: 100%;
}
#main-contents .mainvisual .ttl {
  width: 100%;
  /* margin: 0 auto 8.6vw; */
}
#main-contents .mainvisual .ttl img {
  width: 100%;
}
/* //////////////////////

oatime 

///////////////////////*/
#main-contents .oatime {
  width:85%;
  padding: 2.8vw 3vw 3vw;
}
#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 .oabox {
  width: 50%;
}
      
#main-contents .intro .center {
  display: block;
  width: 90%;
}
/* ////////////////////////

about 

//////////////////////////*/
#main-contents .aboutbox{
  aspect-ratio: 16 / 1;
  background: url("../../images/bace03.webp");
  background-size: cover; 
  background-position: center;
}
#main-contents #about p{
  line-height: 2em;
}
/* ////////////////////////

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 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;
}
#research .researchbox {
  border-radius: 14px;
  flex-shrink: 0;
  width: 80%;
  margin: 0px auto;
  margin-top: 40px;
  transform: translateY(1px) skewX(0deg);
}   
#research .researchimg {
  width: 80%;
  margin: 0px auto;
  transform: translateY(1px) skewX(0deg);
}
#research .researchp {
  width: 80%;
  margin: 0px auto;
  transform: translateY(1px) skewX(0deg);
}
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 860px) {
#research p {
  padding-top: 50px;
  }
#research .cstmimg img {
  width: 80%;
}
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 812px) {
#main-contents {
  padding: 0px;
}
#main-contents h2.ttl img{
  width: 100%;
}
/* /////////////////////////
  
tab
  
///////////////////////////*/
#main-contents .tabView{
  width: 90%;
  border-radius: 14px;
  margin: 20px auto;
  display: block;
  text-align: center;
  padding: 0px;
}
#main-contents .tab-3 {
  display: none;
}
#main-contents .tab-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  justify-content: center;
}
#main-contents .tab-4 > label {
  width: 45%;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  border-radius: 14px;
}
#main-contents .tab-4 > label a{
  width: 100%;
}
#main-contents .tab-4 > label img{
  width: 100%;
  margin: 0px auto;
}
#main-contents .tab-4 .borderline{
  border-left: solid 5px #04ff00;
  border-right: solid 5px #002bff;
  margin: 0 15px 0 0;
  box-shadow: 6px 6px 0px 0px rgb(0 0 0 / 15%);
  margin-bottom: 10px;
}
#main-contents .tab-4 .borderline2{
  border-left :solid 5px #ff0000;
  border-right :solid 5px #ff00eb;
  margin: 0 15px 0 0;
  box-shadow: 6px 6px 0px 0px rgb(0 0 0 / 15%);
  margin-bottom: 10px;
}
#main-contents .tab-4 > label:hover {
  opacity: .8;
}
#main-contents .tab-4 input {
  display: none;
}
#main-contents .tab-4 > div {
  display: none;
  padding: 1.5em 1em;
  background-color: #fff;
}
/* ////////////////////////

aruaru

////////////////////////////*/
#main-contents #aruaru {
  width: 100%;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 630px) {
#main-contents .center {
  width: 90%;
}
#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 .oatime {
  width: 90%;
  padding: 2.8vw 3vw 3vw;
}  
#main-contents .oabox p {
  padding: 10px;
}
#main-contents .oatime .mainTime {
  font-size: 4.68vw;
  letter-spacing: 0;
}
#main-contents .oatime .text {
  font-size: 3vw;
  line-height: 2em;
}
#main-contents .oabox {
  width: 100%;
}
/* ////////////////////////

about 

///////////////////////////*/
#main-contents .aboutbox{
  background: url("../../images/bace03.webp");
  background-size: cover;;
  background-position: center;
  background-repeat: no-repeat;
}
#main-contents #about p {
  line-height: 1.8em;
}
#main-contents #about .gaiyo .pcgaiyo{
  display: none;
}
#main-contents #about .gaiyo .mbgaiyo{
  display: block;
}
/* ////////////////////////

cast 

////////////////////////////*/
#main-contents #cast h3 .name {
  font-size: 5vw;
} 
#main-contents #cast .inblock .castImg {
  padding-top: 120%;
}
/*//////////////////////////

SNS

///////////////////////////*/
#main-contents #sns .xImg{
  width: 100%;
} 
#main-contents #sns .xImg img{
  width: 85%;
  margin: 0px auto;
}
#main-contents #sns .xImg a{
  width: 85%;
  margin: 0px auto;
} 
/*//////////////////////////

rcmndProgram

///////////////////////////*/
#main-contents .rcmndProgram.center {
  padding-bottom: 100px;
}     
#research .researchbox {
  margin: 0px auto;
  border-radius: 14px;
  flex-shrink: 0; /* フレックス圧縮回避 */
  width: 100%; 
  height: auto; 
  color: #000000; 
  background-color: #fff;
  transform: translateY(-1px) skewX(0deg); /* 変形(移動、回転、拡大縮小など) */
  border: 5px solid;
  margin-top: 40px;
}
/*//////////////////////////

research

///////////////////////////*/
#main-contents #research .cstm-box-masking .box-content .afterimg {
  top: -60px;
  left: 60%;
  width: 130px;
 }
#main-contents #research .cstm-box-masking .box-title {
  left: .5em;
 }
#main-contents #research .cstm-box-masking .box-content h1 {
  font-size: 1.3em;
  line-height: 1.2em;
 }
#main-contents #research p {
  padding-top: 70px;
  padding-bottom: 30px;
} 
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 480px) {
.spbr2{
  display: block;
}
#main-contents #research .cstm-box-masking .box-title {
  left: .5em;
  width: 190px;
  height: 20vw;
  padding: .6em 1em;
  top: -1em;
 }
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 410px) {
#main-contents .oabox {
  width: 100%;
}
#main-contents .day{
  font-size: 5vw;
}
.colorred {
  font-size: 4.5vw;
}
#main-contents #research .cstm-box-masking .box-title {
  left: .2em;
  width: 165px;
  height: 20vw;
  padding: .4em 1em;
  top: -1em;
 }
}

}