@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;
}
#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 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;
}
.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{
  background-color: #000;
  width: 780px;
  border-radius: 14px;
  margin: 0px auto;
  padding: 20px;
  margin-top: 40px;
}
#main-contents .tab-3 {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0px auto;
}
#main-contents .tab-3 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: .7em 1em .5em;
  background-color: #fff;
  color: #5e5e5e;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  border-radius: 30px;
}
#main-contents .tab-3 > label a{
  color: #000000;
}
#main-contents .tab-3 .borderline{
  border-left: solid 5px #04ff00;
  border-right: solid 5px #002bff;
}
#main-contents .tab-3 .borderline2{
  border-left :solid 5px #ff0000;
  border-right :solid 5px #ff00eb;
}
#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;
} */
/*//////////////////////////

movie

//////////////////////////*/
#main-contents #movie {
  width: 80%;
  margin: 0px auto;
  margin-top: 20px;
}
#main-contents #movie .inblock {
  padding: 50px;
}
#main-contents #movie .movieThumb {
  overflow: hidden;
  border-radius: 14px;
  width: 100%;
  margin: 0px auto;
}
#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: 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: 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%);
}
/*//////////////////////////

hulu

//////////////////////////*/
#main-contents .hulu {
  max-width: 640px;
  width: 90%;
  margin: 50px auto 30px;
}
#main-contents .hulu a,
#main-contents .hulu img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
#main-contents .hulu 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-style: italic;
  padding: 20px;
}
#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;
} 
#main-contents .oatime .text p{
  margin: 0px auto;
  font-weight: bold;
}
/* ///////////////////////////

番組概要

///////////////////////////////*/
#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: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;
}
/*////////////////////////////////

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;
}
/*////////////////////////////////

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 .flex{
  flex-wrap: wrap;
}
#research .researchbox {
  margin: 0px auto;
  border-radius: 14px;
  flex-shrink: 0; /* フレックス圧縮回避 */
  width: 800px; 
  height: auto; 
  color: #000000; 
  background-color: #fff;
  transform: translateY(-1px) skewX(-10deg); /* 変形(移動、回転、拡大縮小など) */
  border: 5px solid;
  margin-top: 40px;
}
#research .researchimg{
	width:45%;
  transform: translateY(1px) skewX(10deg); 
  margin-left: 40px;
}
#research .researchimg img{
  margin: 0px auto;
  width: 300px;
  border-radius: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#research .researchp{
	width:45%;
  transform: translateY(1px) skewX(10deg); 
}
#research p {
  padding: 15px;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
  font-family: "LINE Seed JP", sans-serif;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 1500px) {
#main-contents .bacevisual02 {
  background: none;
} 
#main-contents #about p {
    line-height: 2.5em;
}
}
@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;
}
/* ///////////////////////////

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%;
}
/*////////////////////////////

タブ

//////////////////////////////*/
#main-contents .tabView{
  background-color: #000;
  width: 85%;
  border-radius: 14px;
  margin: 0px auto;
  padding: 20px;
  margin-top: 20px;
}
#main-contents .tab-3 {
  display: flex;
  flex-wrap: wrap;
  max-width: 740px;
  margin: 0px auto;
}
#main-contents .tab-3 > label {
  flex: 1 1;
  order: -1;
  min-width: 90px;
  padding: .7em 1em .5em;
  background-color: #fff;
  color: #5e5e5e;
  font-weight: 600;
  font-size: 3vw;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 20px 0px;
  margin-top: 5px;
}
#main-contents .tab-3 > div {
  display: none;
  padding: 1.5em 1em;
  background-color: #fff;
}
/* //////////////////////

oatime 

///////////////////////*/
#main-contents .oatime {
  width:85%;
  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 .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: 812px) {
#main-contents {
  padding: 0px;
}
/* /////////////////////////
  
movie 
  
///////////////////////////*/
#main-contents #movie {
  width: 90%;
}
#main-contents #movie .inblock {
  padding: 6%;
}
#main-contents #movie .movieThumb a:before {
  width: 18vw;
  height: 18vw;
}
#main-contents #movie .movieThumb a:after {
  border-width: 4vw 0 4vw 7vw;
}
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@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 h2 {
  font-size: 7vw;
}
#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

///////////////////////////*/
#research .researchimg{
	width: 100%;
  transform: translateY(1px) skewX(0deg); 
  margin-left: 0px;
}
#research .researchimg img{
  margin: 0px auto;
  width: 80%;
  border-radius: 14px;
  margin-top: 30px;
}
#research .researchp{
	width: 80%;
  transform: translateY(1px) skewX(0deg); 
}
#research p {
  padding: 15px;
  line-height: 2em;
  text-align: left;
 font-weight: bold;
}   
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 410px) {
#main-contents .oabox {
  width: 100%;
}
#main-contents .day{
  font-size: 5vw;
}
#main-contents #about .gaiyo p{
  padding: 10px;
}
.colorred {
  font-size: 4.5vw;
}
}

