@charset "utf-8";
/*****************************
* common
*****************************/
body{
  scroll-behavior: smooth;
  background-color: #fbfbff;
  color:#444444;
  font-family: 'IBM Plex Sans',"Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
}
.grid_lo{display: grid;}
.col2{
  grid-template-columns: 1fr 1fr;
  grid-column-gap:1vw;
}
.col3{
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap:3vw;
}
.dl_grid{
  grid-template-columns: auto 1fr;
  grid-column-gap:1rem;
  margin: auto;
  width: fit-content;
}
.dl_grid dt{
  grid-column: 1;
  font-weight: bold;
}
.dl_grid dd,{grid-column : 2;}
.repeat_grid{
  justify-content:space-evenly;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  grid-gap:1rem;
}
.repeat_grid2{
  justify-content:space-evenly;
  grid-template-columns:repeat(auto-fill, minmax(312px, 1fr));
  grid-gap:1rem;
}

/*****************************
* header
*****************************/
header{
  width: 100vw;
  height:60px;
  padding:0.25rem 1rem 0.25rem 1rem;
  display:flex;
  justify-content: space-between;
  align-items:center;
  position:fixed;
  top:0;left:0;
  z-index:10;
  background-color: rgba(255,255,255,0.1)
}
.sss_logo{
  max-width: 150px;
  max-height:50px;
}
.g_nav_menu{
  display:flex;
  justify-content: space-around;
}
.g_nav_menu li{display: block;margin: auto;}
/* バーガーメニュー */
.nav_triger{color:#74a92d;}
.fa-bars{font-size: 2rem;}
.menu_name{
  margin-top: -0.3rem;
  font-size: .5rem;
  display: block;
  text-align: center;
}
#nav_input{ display:none;}
.menu_mount{
  height:100vh;
  width: 100vw;
  position: fixed;
  top:0;left:0;
  padding: 0rem 3vw 0 3vw;
  background:linear-gradient(45deg,#fa709a,#fee140);
  transition: all .5s ease-in;
  opacity: 0;
  visibility:hidden;
  z-index: -100;
}
#nav_input:checked ~ .menu_mount{
  opacity: 1;
  z-index: -1;
  visibility: visible
}

.menu_list_box{
  position: absolute;
  top:100px;bottom:0;left:0;right:0;
  margin: auto;
  width: 70vw;
  height: 80vh;
  text-align: center;
}
.menu_list li{
  color: #fff;
  font-size: 1.5rem;
  border: solid 2px #fff;
  border-radius: 5px;
  max-height: 200px;
  align-items:center;
  background-color: rgba(255,255,255,.2);
}
.menu_list a{
  color: #fff;
  display: block;
  text-decoration: none;
}
.menu_list li:hover{
  opacity: 0.75;
}
.outlink_menu{
  margin-top: 3rem;
}
/*****************************
* main
*****************************/
main{display: grid;}
.main_article{}
.goto_btn{
  width: fit-content;
  margin: 0 auto 0 auto;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(45deg, #e88493 0%, #ffc500 100%);
  border-radius: 1rem;
  text-decoration: none;
  display: block;
}
.goto_btn:hover{opacity: 0.7;}
/* meinロゴ */
.main_logo{
  min-height: 50vh;margin-top: 50px;
  display:flex;
  align-items: center;
  justify-content:center;
  padding: 2.5vh 2.5vw;
  margin-bottom: 10rem;
  /*width: 100vw;
  min-height:800px;
  position: relative;
  background:linear-gradient(45deg,#fa709a,#fee140);*/
}
.logo_img{
  margin:80px auto 20px auto;
  max-width: 960px;
}
.info_box{
  width: fit-content;
  background-color: #74a92d;
  border-radius: 10px;
  color:#fff;
  text-align: center;
  margin:auto auto 0 auto;
  padding: 25px 2vw 90px 2vw;
  /*z-index:-10;*/
  position: absolute;
  bottom:0;left:0;right:0;
}
.waves_1{
    position:absolute;
    bottom: 0;
    width: 100%;
    min-height:100px;
    max-height:150px;
}
/* article */
.main_article{
  /*background-color:rgba(250,250,255,1);*/
  width:100vw;
}
.main_article section{margin-bottom: 10rem;}
.sec_title{
  text-align: center;
  width: fit-content;
  margin:auto auto 2.5rem auto;
  font-family: 'Kiwi Maru', serif;
  font-size:4rem;
  color: transparent;
  background: linear-gradient(45deg,#fa709a,#fee140);
  background-clip: text;
  -webkit-background-clip: text;
  /*background-image:url(../img/obj_01.png);
  background-position:center;
  background-size:contain;*/
}
/* program */
.program_box,.cast_box,.goods_box,.onair_box{
  margin-left: 10vw;
  margin-right: 10vw;
  margin-bottom:5rem;
}
.prg_schedule h2{text-align: center;margin-bottom: 2rem;}
.pr_schedule{}
.prg_cont_box{margin-bottom: 1.5rem;}
.prg_name{margin-bottom: 0;}
.prg_name a:hover{opacity: 0.75;}
.prg_time{
  color: #74a92d;
  font-weight: bold;
  border-bottom: solid 1px ;
}

/* cast */
.title_cast{text-align: center;margin-bottom: 0.5rem;}
.portrait img,.goods_img img{
  border-radius: 5px;
  border: 3px solid #e88493;
  border-image: linear-gradient(45deg, #e88493 0%, #ffc500 100%);
  border-image-slice: 1;
  margin-bottom:0;
}
.portrait figure,.goods_img figure{  text-align:center;}

/* onair */
.online_detail{
  font-size:2vw;
  color:#74a92d;
  font-weight:bold;
}
.online_atention{
  font-size:1vw;
  color:#74a92d;
  margin-top:2.5rem;
}
.online_atention li{margin-bottom:.5rem;}

.sp_scroll_mark{text-align: center;display: none;opacity: 0.5;}
/* news */
.news_box{margin-left: 10vw;margin-right: 10vw;}
.title_news{text-align: center;}
.news_list{
  padding:2vh;
  border-radius: 5px;
  background-color:#ffdead;
}
.news_list li{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.news_date,.news_title{
  display: inline-block;
}
.menu_box_list{
  grid-column-gap:2rem;
  margin-left: 10vw;
  margin-right: 10vw;
  text-align: center;
}
.menu_box_list li{
  border-radius: 2rem;
  background: linear-gradient(45deg, #e88493 0%, #ffc500 100%);
  font-size: 1.5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.menu_box_list a{
  display: block;
  color: #fff;
  text-decoration: none;
}
.menu_box_list li:hover{
  transform: scale(0.9);
}

/* twitter */
.twitter_box{
  height:800px;
  overflow: scroll;
  margin-left: 25vw;
  margin-right: 25vw;
}
/*****************************
* footer
*****************************/
footer{
  background-color: #e88e84;
}
.waves_2{
position:relative;
width: 100%;
/*height:15vh;*/
margin-bottom:-7px; /*Fix for safari gap*/
min-height:100px;
max-height:150px;
}
.copyright{
  color:#fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}


/* タブ切り替え */
.tab_wrap input[type="radio"]{
  display:none;
}
.tab_triger{
  color: #74a92d;
  background-color: #fbfbff;
  border:solid 1px #74a92d;
  border-radius: 1rem;
  /*width: fit-content;*/
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  margin: 0.5rem;
}
.tab_area{
 text-align: center;
 display: grid;
 grid-template-columns: repeat(auto-fit,12rem);
 justify-content: center;
}
.tab_area label:hover{
  cursor: pointer;
  transition: scale(1.25,1.25)
}
.panel_area{
  margin-top: 1rem;
}
.tab_panel{
  display:none;
}

#tab1:checked ~ .tab_area .tab1_label{background:#74a92d; color:#fbfbff; }
#tab1:checked ~ .panel_area #ps{display:block; animation:tabAnim ease-in 0.5s ; -ms-animation:tabAnim ease-in 0.5s ;}
#tab2:checked ~ .tab_area .tab2_label{background:#74a92d; color:#fbfbff; }
#tab2:checked ~ .panel_area #ec{display:block; animation:tabAnim ease-in 0.5s ; -ms-animation:tabAnim ease-in 0.5s ;}

.fadeout {
  animation : fadeOut 1.5s;
  animation-fill-mode: both;
}

@keyframes tabAnim{
  0%{opacity:0;}
  100%{opacity:1;}
}

@keyframes fadeOut {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
/*****************************
* atention
*****************************/
.atention_box{
  margin-left: 10vw;
  margin-right: 10vw;
}
.sub_title{
  color:#74a92d;
  margin-bottom: 0.25rem;
  border-bottom: solid 1px #74a92d;
}
.list_lv1{
		padding-left: 1.5rem;
    margin-bottom: 1.5rem;
	}
	.list_lv1 li{
		text-indent: -1rem;
		margin-bottom: 0.5rem;
	}
	.list_lv1 li:before{
		content:'○';
		display: inline-block;
		margin-right: 1rem;
	}
	.list_lv2{
		margin-left:0.5rem;
	}
	.list_lv2 li{
		margin-bottom: 0.5rem;
	}
	.list_lv2 li:before{
		content:'・';
		display: inline-block;
	}

  /*****************************
  * BG
  *****************************/
  .bg_only{
    position: fixed;
    z-index: -1;
    top:0;left:0;
    opacity: 0.33;
    width: 100%;height:100%;
    background-image: url('../img/bg_only.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
