@charset "UTF-8";
/* CSS Document */
body{
	/* background-color: #FFFFFF; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	/* font-weight: 400; */
	color: #000000;
	line-height: 1.8;
}
html {
	scroll-behavior: smooth;
  }
/* @media screen and (max-width: 575px){
	body{
		font-size: 14px;
	}
} */
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}
#main-bglt-pink{
  background-image: url(../../../2025-img/mitbg_sp.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-color: #facbde;
  padding-top: 90px;
}
@media (min-width: 768px) {
	#main-bglt-pink{
		background-image: url(../../../2025-img/mitbg.png);
	  }
}
@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: auto;
	}
}
a{
	color: #000;
	text-decoration: none;
	transition : color 0.5s ease 0s;

}
a:focus {
    outline: none;
}
a:hover{
	text-decoration: none;
	/* color: #148a97; */
	color: #000;
	/* text-decoration: underline; */
}

/* a:visited{
	color: #6b1150;
} */
a:active{
	color: #000;
}

a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.link_under:hover{
	text-decoration: underline;
}
.underline{
	text-decoration: underline;
}

/*ホバーエフェクト*/

.zoom-out-img {
	overflow: hidden;

}
.zoom-out-img img {
	display: block;
	transition-duration: 0.5s;
}
.zoom-out-img:hover img {
	transform: scale(1.5);
	transition-duration: 0.5s;
	opacity: 0.6;
}

iframe{
	vertical-align: bottom;
	height: 100vh;
}

.resizableIframe {
	overflow: hidden;
}
figure {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
    margin: 0 0 0;
}
figure:hover {
	opacity: .5;
}

.object-fit-img {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}

/* breadcrumb
------------------------------*/

/* section
------------------------------*/
#news_area,#program_area,#announcer_area,#footer-ban_area{
	padding-top: 50px;
	padding-bottom: 50px;
}
#event_area{
	padding-bottom: 50px;
}
#pikup_area,#information_area{
	padding-top: 50px;
	padding-bottom: 50px;
}

#banner_area{
	background-color: #EC79AC;
	padding-top: 36px;
	padding-bottom: 36px;
}
.second_section{
	padding-top: 30px;
}
.second_section.last{
	padding-bottom: 30px;
}

#recommendation_area{
	position: relative;
}
.recommend_box #banner_area{
	background: none;
}

/* list
------------------------------*/
li {
	list-style-type: none;
}

ul.circle_list,
ul.common_list,
.note_list {
	/* padding-left: 1em; */
	text-indent: -1em;
}


ul.triangle_list li,
ol.number_list li,
ul.circle_list li,
ul.common_list li{
	margin-bottom: 10px;
}

ul.common_list li{
	position: relative;
	padding-left: 1em;
}
ul.common_list li a{
	position: relative;
}
.common_list li::before {
	content: "・";
	/* position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%); */
}

.note_list {
	margin-left: 15px;
}
.note_list li::before {
	content: "※";
}
.circle_list li::before {
	content: "● ";
}
.arrow_list{
	margin: 0 auto;
}
.arrow_list li{
	position: relative;
}
.arrow_list li a:hover{
	text-decoration: underline;
}
.arrow_list li a{
	display: block;
	padding-left: 1.3rem; /* 左余白 1rem をプラス */
}
.arrow_list .no-link{
	padding-left: 1.3rem;
}
.arrow_list li::before{
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	color: #1AADBE;
}
ol.number_list{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
  }


ol.number_list ol{
	padding-left: 1em;
}
ol.number_list > li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ol.number_list > li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
}
.triangle_list > li{
	padding-left: 1.5em;
	text-indent: -.8rem;
}
.triangle_list > li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	color: #1AADBE;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 0.42em;
}



ol.number_list_2{
	margin-left: 30px;
}
ol.number_list_2>li{
	list-style-type: decimal;
	margin-bottom: 10px;
}

ol.number_list_2 .common_list{
	margin-top: 10px;
	margin-bottom: 10px;
}
ol.number_list_2 .common_list li{
	margin-bottom: 0;
}





.dashed_border li{
	border-bottom: dashed 1px #c3c2c2 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}


.triangle_list.sitemap_list a:hover{
	opacity: .6;
}
ol.number-circle_list{
	position: relative;
	margin: 0;
	padding: 0;
}
ol.number-circle_list li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
}
ol.number-circle_list li span{
	position: absolute;
	left: 0;
	margin: 0;
}
/* space
------------------------------*/
main.s_contents{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main.s_contents footer{
	margin-top: auto;
}
main{
	padding-top: 72px;
}
.contents_space{
	padding-top: 30px;
}
.contents_space.last{
	padding-bottom: 40px;
}
.color-inner{
	padding: 30px 0 ;
}

/* font
------------------------------*/
.nitalagoruika{
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
}


/* text
------------------------------*/
.lead_text{
	font-size: 18px;
}
.lead_text_l{
	font-size: 20px;
}
.philosophy_box .lead_text_l{
	font-size: 30px;
}
.lead_text_s{
	font-size: 16px;
}
.normal_text{
	font-size: 16px;
}
.bold{
	font-weight: 600;
}
.l-h18{
	line-height: 1.8;
}
.l-h2{
	line-height: 2.5;
}
.l-spacec_c1{
	letter-spacing: .08em;
	text-indent: .08em;
}
.l-spacec_c2{
	letter-spacing: .2em;
	text-indent: .2em;
}
.l-spacec_1{
	letter-spacing: .1em;
}

.middle{
	font-weight: 500;
}




/* title
------------------------------*/
.tit{
	font-size: 16px;
	font-weight: 600;
}
.tit .en{
	display: block;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #DE2779;
	font-size: 28px;
	margin-bottom: 8px;
}
.recommended_tit{
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 20px;
	padding: 10px 10px 10px 40px;
	color: #DE2779;
	border-bottom: 1px solid #DE2779;
	position: relative;
}
.recommended_tit::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../../../2025-img/icon-programs.svg) no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
	left: 10px;
}
.pickup_character{
	width: 35px;
    display: flex;
    align-items: center;
}

.pickup_tit{
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 21px;
	color: #DE2779;
	position: relative;
    padding: 1rem 1.5rem;
    text-align: center;
	display: flex;
	align-items: center;
}

.pickup_tit::before,
.pickup_tit::after {
	content: "";
	display: inline-block;
	background-size: contain;
	position: absolute;
}

.pickup_tit::before {
	width: 27px;
	height: 35px;
	background: url(../../../2025-img/l_diagonal.svg) no-repeat;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
	left: -15px;
}

.pickup_tit::after {
	width: 27px;
	height: 35px;
	background: url(../../../2025-img/r_diagonal.svg) no-repeat;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
	right: -15px;
}
.recommend_tit{
	border-bottom: 2px solid #eb79ac;
	font-size: 18px;
	font-family: "nitalago-ruika", sans-serif;
	padding: 15px;
	color: #DE2779;
	line-height: 1;
	position: relative;
	padding-left: 45px;
}
.recommend_tit::before{
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../../../2025-img/icon-recommendation.svg) no-repeat;
	background-size: contain;
	/* margin-right: 8px; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
	left: 0;
}
/* header
------------------------------*/
header {
	background-color: #FFF;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	height: 72px;
	position: relative;
	/* スクロールしても他のコンテンツの下にならないようにする */
	z-index: 10;
	transition: all 0.8s ease;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */


#header.transform {
	width: 100%;
	height: 60px;
	}
.page_anchor{
	margin-top:-90px;
	padding-top:90px;
}
.logo{
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.logo img{
	width: 150px;
}
.nav-link {
	padding: 0;
}
.navbar{
	height: 100%;
	padding: 0;
}
.navbar-brand{
	display: block;
}

.header-icon{
	padding-right: 82px;
}
.header-icon a{
	color: #ffffff;
	transition : all 0.5s;
}
.header-program-area a{
	transition : all 0.5s;
}
.header-icon a.recommendation{
    padding-top: 31px;
}
.header-icon a:hover,.header-program-area a:hover{
	opacity: .6;
}
.header-icon a,a.header-program{
	width: 72px;
	height: 72px;
	padding-top: 42px;
	text-align: center;
	justify-content: center;
	display: flex;
}
.header-program{
	background-color: #DE2779;
	border-radius: 10px;
	padding-top: 46px!important;
}
.header-icon .recommendation,
.header-icon .announcer {
	width: 100px;
}
.header-program span{
	color: #FFF;
}
.header-icon span{
    color: #DE2779;
}
.header-icon span,.header-program span {
    font-size: 14px;
    font-weight: 700;
    position: relative;
	line-height: 1.3;
	padding-top: 5px;
}
.header-icon .recommendation span {
	line-height: 1;
}
.header-icon span:before,
.header-program span::before{
	content: "";
    display: block;
    position: absolute;
    top: -30px;
    width: 30px;
    height: 30px;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);

	background-repeat: no-repeat;
	background-position: top center;

}
.header-icon .home span:before{
    background-image: url(../../../2025-img/icon-home.svg);
}
.header-icon .news span:before{
    background-image: url(../../../2025-img/icon-news.svg);
}

.header-icon .info span:before{
    background-image: url(../../../2025-img/icon-info.svg);
}
.header-icon .event span:before{
    background-image: url(../../../2025-img/icon-event.svg);
}
.header-icon .recommendation span:before{
    background-image: url(../../../2025-img/icon-recommendation.svg) ;
	/* width: 35px;
    height: 35px; */
}
.header-icon .announcer span:before{
    background-image: url(../../../2025-img/icon-announcer.svg);
}
.header-icon .movie span:before{
    background-image: url(../../../2025-img/icon-movie.svg);
}
.header-icon .movie span:before{
    background-image: url(../../../2025-img/icon-movie.svg) ;
}
.header-icon .recruitment span:before{
    background-image: url(../../../2025-img/icon-recruitment.svg);
}
a.header-program span:before{
    background-image: url(../../../2025-img/icon-program.svg);
}

.header-program-area{
	position: absolute;
	right:72px;
	top: 0;
	transition: all 0.8s ease;
}
/* slider
------------------------------*/
.splide__pagination__page.is-active{
	background-color: #DE2779;
	opacity: 1;
}
/* .splide__pagination{
	bottom: 0;
} */

.my-carousel-progress {
	background: #ccc;
}

.my-carousel-progress-bar {
	background: #DE2779;
	height: 7px;
	transition: width 400ms ease;
	width: 0;
}
.splide__slide img {
	height: auto;
	width: 100%;
}

#top-ban .splide__slide img{
	width: 514px;
}
/* #announcer_area .splide__slide img{
	width: 230px;
} */
#announcer_area .splide__slide:not(.is-active) h4{
	opacity: 0.2;
}
#announcer_area .splide__slide img {
	opacity: .3; /* 左右のスライドを薄くする */
	transform: scale(.8); /* 左右のスライドを小さくする */
	transition: .7s; /* ゆっくり小さくさせる */
	width: 300px;
}
/* アクティブなスライドのスタイル */
#announcer_area .splide__slide.is-active img {
	opacity: 1; /* 中央のスライドは薄くしない */
	transform: scale(1); /* 中央のスライドは小さくしない */
	z-index: 1; /* 中央のスライドを一番上にする */

}





.splide__arrow{
	background:#DE2779;
}
.splide__arrow svg {
	fill: #FFF;
}
.splide__arrow--next {
    right: -35px;
}
.splide__arrow--prev {
    left: -35px;
}

#pikup_area .splide__arrow--next,
#pikup_area .splide__arrow--prev{
	top: 50%;

}
#pikup_area .splide__pagination,#foot_ban .splide__pagination{
	bottom: -1.5em;
}
#announcer_slider .splide__pagination{
	bottom: -2.5em;
}

#vertical-splide .splide {
	width: 100%;
	height: 600px;
	margin: 20px auto;
}

  #vertical-splide .splide__slide {
	display: flex;
	justify-content: space-between;
	/* padding: 20px; */
  }

  #vertical-splide .slide-content {
	display: flex;
	width: 100%;
  }

  #vertical-splide .column {
	width: 50%; /* 2カラムの幅 */
	background-color: lightblue;
	/* padding: 20px; */
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
  }

  #vertical-splide .splide__arrow {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
  }
/* space
------------------------------*/


/* 固定メニュー
------------------------ */
/* 下固定メニュー */
.bottom-fixed-button{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    text-align: center;
	z-index: 100;
	background-color: #F9E4ED;
	padding: 10px 0;
}
.bottom-fixed-button li:first-child{
	border-right: 1px solid #DE2779 ;
}
/* .bottom-fixed-button .icon{
	background: #000000;
    width: 100%;
	height: 86px;
    color: #ffffff;
    padding-top: 41px;
    text-align: center;
	display: inline-block;
} */

.bottom-fixed-button a{
	justify-content: center;
	display: flex;
	align-items: center;
	height: 35px;
	color: #DE2779;
	position: relative;
    font-weight: 600;
	text-decoration: none;
}
.bottom-fixed-button a:hover{
	opacity: .6;
}
.bottom-fixed-button .open-campus a::before,
.bottom-fixed-button .document-request a::before{
	content: "";
    display: inline-block;
    position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
    width: 21px;
    height: 21px;
}
.bottom-fixed-button img{
	display: inline-block;
	width: 35px;
	height: auto;
    margin-right: 5px;
}
/* 右固定メニュー */
.right-ban {
    top: 150px;
    position: fixed;
    right: 0;
    z-index: 20;
}
.right-ban a{
	display: block;
	text-align: center;
	border-radius: 10px  0 0 10px;
	color: #FFF;
	padding: 12px 15px;
	line-height: 1.3;
    font-size: 15px;
	font-weight: 600;
	background: rgb(220,129,100);
	background: -moz-linear-gradient(0deg, rgba(220,129,100,1) 0%, rgba(242,106,167,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(220,129,100,1) 0%, rgba(242,106,167,1) 100%);
	background: linear-gradient(0deg, rgba(220,129,100,1) 0%, rgba(242,106,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc8164",endColorstr="#f26aa7",GradientType=1);
	transition: all 0.5s;
}
.right-ban a:hover{
	opacity: .6;
}
.right-ban a:hover img {
    opacity: 1;
}
.right-ban img{
	width: 30px;
	display: block;
	margin: 0 auto;
}
.right-ban p span{
	display: block;
	font-size: 13px;
}


/* box
------------------------------*/
/* .event_list > li:not(:last-child),
.program_list > li:not(:last-child){
	margin-bottom: 30px;
} */
.character02{
	position: absolute;
	right: 0;
	bottom: 0;

}
.character02 img{
	width: 100px;
}
.character02_sp img{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 40%;
	width: 74px;
	z-index: 1;
}
.pickup_tit_area{
	/* padding: 47px 0 30px; */
	display: flex;
	justify-content: center;
	height: 60px;
	align-items: end;
}
#pikupMovie_area li.splide__slide{
	width: 100%;
}
#pikupMovie_area li.splide__slide a:hover img{
	opacity: 1;
}
#pikupMovie_area li.splide__slide a.yt-icon{
	position: relative;
	display: block;
}
#pikupMovie_area li.splide__slide a.yt-icon:after{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://www.menkoi-tv.co.jp/php/img/yt_icon_rgb.png);
    opacity: 1;
}
@media (min-width: 768px) {
#pikupMovie_area li.splide__slide a.yt-icon:after{
  width: 70px;
}
}
.broadcast_time{
	margin-top: 15px;
}
.broadcast_time dt p{
	background-color: #DE2779;

	color: #FFF;
	line-height: 1;
	border-radius: 100vh;
	padding: 10px 20px;
	display: block;
	text-align: center;
}
.broadcast_time dd a{
	font-size: 18px;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #DE2779;
}
.recommended_box ul li .data_text{
	padding-top: .5rem;
	font-size: 14px;
}
.recommended_box ul li .comments_small li:first-child{
	margin-top: .2rem;
}
.recommended_box ul li .comments_small li{
	font-size: 13px;
    line-height: 1.5;
	margin-bottom: 0;
}
.recommended_box ul li .comments_small li::before{
	content: "\25CF";
	color: #DE2779;
	font-size: 10px;
  }
.recommended_box{
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 40px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.recommended_inner {
	font-weight: 600;
	display: flex;
	align-items: center;
}
/* .recommended_box ul li:not(:last-child){
	margin-bottom: 10px;
} */
.recommended_box ul li img{
	width: 100%;
	/* height: 100%;
	aspect-ratio: 30 / 17;
	object-fit: cover; */
}

.recommended_box ul li h3{
	font-size: 20px;
	color: #DE2779;
	font-weight: 600;
}
.recommended_box .program_title{
	font-size: 16px;
	color: #DE2779;
	font-weight: 600;
	line-height: 1.3;
}
.recommended_box ul li .mit-c{
	top: 5px;
	right: 15px;
	display: flex;
	z-index: 1;
}
.recommended_box ul li .mit-c img {
	width: 25px;
	aspect-ratio: unset;
	object-fit: unset;
	border-radius: 0;
}
.ratio_box{
	margin-top: 40px;
	background-color: #eb79ac;
	padding: 12px;
	border-radius: 20px;
}
.ratio_box_tit{
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;

}
.ratio_box h2{
	padding-left: 45px;
	color: #DE2779;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.ratio_box h2::before{
	content: "";
	display: inline-block;
	width: 36px;
	height: 25.2px;
	background: url(../../../2025-img/icon-youtube.svg) no-repeat;
	background-size: contain;
	/* margin-right: 8px; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
	left: 0;
}
.news_pickup{
    margin-bottom: 20px;
}

.news_list ul li:not(:last-child){
	margin-bottom: 20px;
}
.news_list ul li img{
	height: auto;
	width: 100%;
}
.news_list .card-body{
	height: 100%;
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px;
}
.news_pickup .card-body{
	padding-top: 15px;

}
.item-card{
	background-color: #fff!important
}
.pink-card{
    border: none;
	background: linear-gradient(0deg, #f26aa6 0%, #aebafa 100%)!important;
    color: #fff;
}
.card a{
	padding: .5rem .5rem 1rem .5rem;
}
.pink-card img{
	border: 2px solid #fff;
}
.news_list a:hover h3,
#pikup_area-list a:hover h3,
.program_list a:hover h3,
.event_list a:hover h3,
.movie_list a:hover h3,
.pr_box a:hover{
	text-decoration: underline;
}
.date{
	color: #949494;
}
.event_list .item-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event_list .item-card .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.event_list .item-card .card-body h3 {
    display: flex;
    align-items: center;
}
.event_list img{
	height: 220px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.ban_area{
	background-color: #F9F6F2;
	padding-top: 50px;
	padding-bottom: 50px;
}
.card{
	background: none;
	border: none;

}
.movie_list h3 span{
	color: #DE2779;
}
.card h3{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
}
.program_list .card p{
	margin-top: 2px;
}
.pink-card h3{
	color: #fff;
}
.card-body{
	padding: 15px 0 0;
}
.card-img_bg{
	background-color: #EC79AC;
}
.label {
    background-color: #DE2779;
	margin-bottom: 10px;
}
.label_green{
	background-color: #2CA423;
}
.label_orange{
	background-color: #E58423;
}
.label_pink{
	background-color: #EC79AC;
}
.label_bl{
	background-color: #414141;
}
.label-white{
	background-color: #fff;
	color: #DE2779!important;
	font-weight: bold;
}
.label,.event_info dl dt span{
	color: #FFF;
	font-size: 14px;
    line-height: 1;
	padding: 6px 15px;
    display: inline-block;
	border-radius: 3px;
}
.event_ban_bg{
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.event_ban_bg:before{
	content: '';
	background: inherit;
	/* -webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px); */
	-webkit-filter:blur(8px) grayscale(25%);
    -moz-filter:blur(8px) grayscale(25%);
    -ms-filter:blur(8px) grayscale(25%);
    filter:blur(8px) grayscale(25%);
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	z-index: -1;
}
.event_info dl dt span{
	background-color: #707070;
}
.event_info{
	margin-top: 15px;
}
.event_info li:not(:last-child){
	margin-bottom: 5px;
}
.event_info dl dd{
	padding-left: 0;
}
.deadline_text{
	border: 1px solid #DE2779;
    color: #DE2779;
    padding: 8px;
    line-height: 1;
    text-align: center;
    margin-bottom: 12px;
}
.deadline_text span{
	color: #DE2779;
}
.announcer_list li{
	text-align: center;
}
.ana-detail{
	margin-top: 10px;
}
.ana-detail h4{
	font-size: 16px;
}
.ana-detail h4 span{
	display: block;
	font-size: 25px;
	font-weight: 600;
	margin: 10px 0 5px;
}
.ana-insta img{
	width: 22px!important;
}
.pickup-character{
	position: absolute;
    transform: translateY(-50%);
    top: 35px;
    left: 0;
    width: 100px;
}
.program-character img{
	position: absolute;
    transform: translateY(-50%);
	top: 50%;
	left: 0;
	width: 160px;
}
.information-character img{
	position: absolute;
	right: 3%;
	bottom: 0;
	width: 120px;
}
.info_box{
	padding: 30px 20px;
	border: 1px solid #DE2779;
	background-color: #FFF;
	border-radius: 10px;
}
.info_box iframe{
	height: 350px;
	width: 100%;
}
.info_list_box{
	/* height: 248px; */
	/* overflow-y: scroll; */
}
.info_list{
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #DE2779 #efefef;
}
.info_list li{
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 5px;
}

.info_list dt{
	color: #DE2779;
}
.info_list a dd p{
	text-decoration: underline;

}
.info_list dd p a{
	text-decoration: underline;

}
.pr_box{
	background-color: #fff;
	padding: 16px;
	font-size: 14px;
}
.pr_box h4{
	color: #DE2779;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #DE2779;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.footer_ban_list img{
	width: 100%;
	/* height: 100%; */
	aspect-ratio: 32 / 7;
	object-fit: contain;
}
.footer_ban_list02 {
	border-top:1px dashed #DE2779 ;
	padding-top: 2px;
	margin-top: 8px;
}
.pr_box ul{
    list-style:  none;
    margin:  0;
    padding: 0;
}
.pr_box ul li{
	text-indent: -1em;
	padding-left: 1em;
}
.pr_box ul li::before{
	content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #BABABA;
    border-radius: 50%;
}
#foot_ban{
	margin-bottom: 3.5em;
}
.box_l{
	background-color: #F9F6F2;
	margin-top: 30px;
	border-radius: 20px;
	padding: 30px 20px 30px;
}
.box_l_list li{
	margin-bottom: 20px;
}
.box_l h2{
    font-weight: 600;
    font-size: 20px;
    color: #DE2779;
}
.box_l h3{
	background-color:#f085b7 ;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	margin-bottom: 10px;
}
.box_l time{
	position: relative;
	padding-left: 1.3em;
}
.box_l time::before{
	content: '\f017';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #DE2779;
	position: absolute;
	left: 0;
}
.box_l_inner{
	height: 400px;
	overflow-y: auto;
}
.recommend_box{
	margin-bottom: 24px;
}
.recommend_box ul.splide__list{
	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
	margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
}


.recommend_box ul.splide__list > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-top: var(--bs-gutter-y);
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}
.recommend_box ul.splide__list li:not(:last-child){
	margin-bottom: 1.5rem;
}

/* button
------------------------------*/
.button_area{
	padding-top: 60px;
}
.button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.arrow_button {
	background: #DE2779;
	color: #FFF;
	width: 255px;
	height: 47px;
	border-radius: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.arrow_button:hover{
	background: #DE2779;
	color: #FFF;
}
a.arrow_button::after {
	content: '\f0a9';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FFF;
	font-size: 30px;
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a.arrow_button:hover::after{
	right: 15px;
}
a.arrow_button.l_button {
	background: #000;
	color: #FFF;
	max-width: 100%;
	width: 255px;
	height: 47px;
}

.fnn_ban img{
    width: 315px;
  }
.fnn_ban{
    width: 450px;
	max-width: 100%;
    height: 100px;
    padding: 20px 70px 20px 20px;
	border: 2px solid #ec79ac;
	background-color: #f7f7f7;
	border-radius: 60px;
}
a.arrow_button_b {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.arrow_button_b::after {
	content: '\f0a9';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
    color: #de2779;
	font-size: 30px;
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a.arrow_button_b:hover::after{
	right: 15px;
}


a.js-btn-more {
	background: rgb(83,194,239);
	background: -moz-linear-gradient(90deg, rgba(83,194,239,1) 0%, rgba(51,198,84,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(83,194,239,1) 0%, rgba(51,198,84,1) 100%);
	background: linear-gradient(90deg, rgba(83,194,239,1) 0%, rgba(51,198,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53c2ef",endColorstr="#33c654",GradientType=1);
	color: #FFF;
	width: 255px;
	height: 47px;
	border-radius: 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a.js-btn-more:hover{
	background: rgb(83,194,239);
	background: -moz-linear-gradient(260deg, rgba(83,194,239,1) 0%, rgba(51,198,84,1) 100%);
	background: -webkit-linear-gradient(260deg, rgba(83,194,239,1) 0%, rgba(51,198,84,1) 100%);
	background: linear-gradient(260deg, rgba(83,194,239,1) 0%, rgba(51,198,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53c2ef",endColorstr="#33c654",GradientType=1);
	color: #FFF;
}
a.js-btn-close {
	background: #686868;
	color: #FFF;
	width: 255px;
	height: 47px;
	border-radius: 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a.js-btn-close:hover{
	background: #919191;
	color: #FFF;
}
.mail_button{
	border: 3px solid #DE2779;
	background-color: #FFF;
	color: #DE2779;
	width: 394px;
	max-width: 100%;
	height: 62px;
	border-radius: 100vh;
	/* position: relative; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.mail_button::before{
	content: '\f0e0';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #DE2779;
	font-size: 21px;
	/* position: absolute;
	left: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; */
	padding-right: .1em;
}
.mail_button:hover{
	opacity: .6;
	color: #DE2779;
}


/* footer
------------------------ */
#footer{
	position: relative;
}
footer{
	background-color: #EC79AC;
	color: #FFF;
	padding: 50px 0;
	border-radius: 20px 20px 0 0;
}
#footer.color_contents{
	margin-top: -20px;
}
footer a,footer a:hover{
	color: #FFF;
}
footer a:hover{
	text-decoration: underline;
}
.footer_logo{
	width: 160px;
}
.icon_list li a{
	display: block;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
}
.icon_list img{
	width: 34px;
}
footer h3{
	background-color: #FFF;
	color: #EC79AC;
	border-radius: 100vh;
	padding: 8px;
	font-size: 16px;
	width: 160px;
	text-align: center;
}
.copy_box{
	padding-top: 20px;
	text-align: center;
	font-size: 14px;

}



/* topBtn
------------------------ */
/* ページトップボタン */
#page-top {
	bottom:0;
	position: fixed;
	right: 0;
	z-index: 10;
}
#page-top a {
	display: block;
	padding: 12px;
}
#page-top img{
	width: 60px;
}
.bg-junbi{
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 5px;
}

@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none!important;
	}
	/* header
	------------------------------*/


	/* slick
	------------------------------*/

	/* space
	------------------------------*/
	.color-inner{
		padding: 70px 0 ;
	}
	/* bg
	------------------------------*/

	/* section
	------------------------------*/




	/* text
	------------------------------*/
	.lead_text{
		font-size: 23px;
	}
	.lead_text_s{
		font-size: 18px!important;
	}

	.philosophy_box .lead_text_l{
		font-size: 35px;
	}
	.philosophy_box .card .card-body h5{
		font-size: 26px;
		margin: 50px 0;
	}
	/* title
	------------------------------*/
	.tit_border{
        padding: 0 15px 10px;
        font-size: 24px;
	}
	.tit{
		font-size: 20px;
	}
	.tit .en{
		font-size: 35px;
	}
	.pickup_tit{
		font-size: 35px;
	}
	.recommend_tit{
		font-size: 24px;
	}
	/* button
	------------------------------*/
	.button_area{
		padding-top: 60px;
	}
	.mail_button{
		font-size: 21px;
	}
	.mail_button::before{
		font-size: 30px;
	}
	a.arrow_button.l_button{
		width: 350px;
		height: 68px;
	}
	/* box
	------------------------ */
	.card h3{
		font-size: 18px;
	}
	.info_box{
		padding: 45px;
	}
	.news_list ul li img{
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.ratio_box h2,
	.box_l h2{
		font-size: 26px;
	}
	.box_l{
		padding: 30px 40px 30px;
	}
	.box_l h3{
		font-size: 20px;
	}
	#foot_ban{
		margin-bottom: 30px;
	}
	.recommend_box .splide__list li{
		flex: 0 0 auto;
		width: 50%!important;
	}
	.info_box iframe{
		height: 400px;
	}
	.recommended_box ul li .data_text{
		font-size: 16px;
		padding-top: 0;
	}
	.recommended_box ul li .comments_small li:first-child{
		margin-top: .5rem;
	}
	.card a{
		padding: 1rem;
	}
	.bg-junbi{
		padding: 2rem;
	}
}

@media (max-width: 767px) {
	/* section
	------------------------------*/
	#information_area{
		padding-bottom: 100px;
	}
	/* header
	------------------------------*/
	/* .header-icon{
		display: none!important;
	} */

	/* box
	------------------------ */
	.information-character img{
		width: 17%;
	}
	.program_list .card-body{
		padding: 5px 0 0;
	}
	.program_list .card-body .label{
		padding: 5px 7px;
	}

	.program_list .card p{
		font-size: 14px;
	}
	.container-max767-0{
		padding: 0!important;
	}
}
@media (max-width: 991px) {
	/* header
	------------------------ */
	a.header-program span:before{
		background: url(../../../2025-img/icon-program_p.svg);
	}
	.header-program{
		background-color: #FFF;
		border-radius: 0;
	}
	.header-program span{
		color: #DE2779;
	}
	/* space
	------------------------------*/

	/* footer
	------------------------ */
	.copy_box{
		padding-bottom: 55px;
	}
	/* 固定メニュー
	------------------------ */
	/* 下固定メニュー */
	.right-ban{
		display: none;

	}
	/* box
	------------------------------*/
	.box_l.pattern02{
		margin-bottom: 60px;
	}
}
@media (min-width: 992px) {
	/* header
	------------------------------*/
	.header-program{
		padding-top: 40px!important;
	}
	/* text
	------------------------------*/
	.lead_text_l{
		font-size: 32px;
	}
	/* box
	------------------------------*/
	.pickup_tit_area{
		height: 100px;
	}
	.news_list .card-body{
		padding: 15px 0 10px;
	}
	/* section
	------------------------------*/
	#recommendation_area{
		padding-bottom: 54px;
	}
	#news_area,#program_area,#announcer_area,#pikup_area,#information_area,#footer-ban_area{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#event_area{
		padding-bottom: 50px;
	}
	#banner_area{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.second_section{
		padding-top: 80px;
	}
	.second_section.last{
		padding-bottom: 80px;
	}
	/* .box_l{
		margin-top: 100px;
	} */
	/* title
	------------------------------*/
	.tit_gradation{
		font-size: 40px;
	}
	.tit_mainarea h2{
		font-size: 42px;
	}
	/* box
	------------------------ */
	.ratio_box,.box_l{
		margin-top: 100px;
	}
	.recommended_box{
		margin-top: 100px;
		margin-bottom: 0;
	}
	/* .recommended_box .program_title{
		font-size: 18px;
	} */
	/* 固定メニュー
	------------------------ */
	/* 下固定メニュー */
	.bottom-fixed-button{
		display: none;
	}
	/* footer
	------------------------ */

}


@media (min-width: 1200px) {
	/* header
	------------------------------*/
	header {
		height: 130px;
	}
	#header.scroll-nav {
		height: 100px;
	}
	#header.scroll-nav .header-program-area{
		top: 14px;
	}
	/* #header.scroll-nav .logo{
		width: 200px;
	} */
	.page_anchor{
		margin-top:-125px;
		padding-top:125px;
	}
	.logo img{
		width: 200px;
	}
	.header-program-area{
		right: 0.75rem;
		top: 24px;
	}

	/* space
	------------------------------*/
	main,#main-bglt-pink{
		padding-top: 130px;
	}
	.contents_space{
		padding-top: 60px;
	}
	.contents_space.last{
		padding-bottom: 52px;
	}
	/* box
	------------------------ */

	.information-character img{
		width: 150px;
	}
	.l_box_outer .box_l,
	.l_box_outer .recommended_box{
		margin-top: 80px;
		margin-bottom: 0;
	}
}
@media (max-width: 1199px) {
	.splide__arrow--next {
		right: 5px;
	}
	.splide__arrow--prev {
		left: 5px;
	}

}
@media (min-width: 576px) and (max-width: 991px) {
	/* header
	------------------------------*/
	a.header-program{
		width: 90px;
		height: 90px;
	}
	.header-program-area{
		top: 0;
		right: 90px;
	}


}
@media (min-width: 992px) and (max-width: 1199px) {
	/* header
	------------------------------*/
	.header-program-area{
		right: 0.75rem;
		top: 9px;
	}
	/* space
	------------------------------*/
	.contents_space{
		padding-top: 50px;
	}
	.contents_space.second{
		padding-top: 50px;
	}
	.contents_space.last{
		padding-bottom: 28px;
	}
	/* box
	------------------------------*/
	.l_box_outer .box_l,
	.l_box_outer .recommended_box{
		margin-top: 60px;
	}
}
@media (min-width: 1400px){
	/* header
	------------------------------*/

	.navbar-expand-xl .navbar-nav .nav-link{
		padding-left: 0;
		padding-right: 0;
	}




	/* bg
	------------------------------*/
	.bg_menu{
		padding: 80px;
	}
}
@media (min-width: 576px) and (max-width: 1199px) {
	/* header
	------------------------------*/
	/* .header-program-area{
		right: 0;
		top: 5px;
	} */

}

@media (min-width: 768px) and (max-width: 991px) {
	/* text
	------------------------------*/
	.lead_text_l{
		font-size: 24px;
	}
	/* slick
	------------------------------*/
	.main_text {
		font-size: 21px;
	}
	/* section
	------------------------------*/
	#news_area,#program_area,#announcer_area,#pikup_area,#information_area,#footer-ban_area{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#event_area{
		padding-bottom: 80px;
	}
	.second_section{
		padding-top: 40px;
	}
	.second_section.last{
		bottom: 40px;
	}
	/* space
	------------------------------*/
	.contents_space{
		padding-top: 40px;
	}

	.contents_space.last{
		padding-bottom: 60px;
	}
	/* box
	------------------------ */
	.pickup_tit_area{
		height: 80px;
	}
	.philosophy_box .card .card-body{
		padding: 66px 30px 30px;
	}
	.philosophy_box .school-label{
		left: 30px;
	}
	/* bg
	------------------------ */
	.second_bg{
		height: 180px;
		background-position: right center;
	}

	/* footer
	------------------------ */

}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	/* header
	------------------------ */
	header {
		height: 90px;
	}
	/* space
	------------------------ */
	main,#main-bglt-pink{
		padding-top: 90px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	/* title
	------------------------------*/
	.tit_gradation{
		font-size: 28px;
	}
	.tit_jp{
		font-size: 20px;
	}
	.pickup_tit{
		font-size: 30px;
	}
	/* box
	------------------------------*/

}
@media screen and (min-width: 576px) {
	/* box
	------------------------------*/
	.broadcast_time dt p{
		display: inline-block;
		font-size: 18px;
	}
	.broadcast_time dd a{
		font-size: 23px;
	}
	/* header
	------------------------------*/

	.bg_ban{
		padding: 80px 0;
	}
	.greeting_img{
		aspect-ratio: 175 / 211;
		object-position: center;
		font-family: 'object-fit: cover; object-position: center;';
	}
	/* tab
	------------------------ */
	.tab li a{
		padding:10px;
		font-size: 16px;
	}
	.ban{
		padding: 25px;
		font-size: 22px;
	}
	.ban_s {
		font-size: 16px;
	}
	/* footer
	------------------------ */
	.copy_box{
		padding-top: 54px;
	}
	/* topBtn
	------------------------ */
	#page-top img{
		width: 80px;
	}

}
@media screen and (max-width: 575px){
	/* header
	------------------------------*/
	a.header-program{
		width: 72px;
		height: 72px;
	}
	.header-program{
		padding-top: 40px!important;
	}
	.header-program span{
		padding-top: 2px;
		font-size: 11px;
	}
	/* box
	------------------------ */
	.page_anchor{
		margin-top:-62px;
		padding-top:62px;
	}

	.menu_button{
		font-size: 16px;
		padding: 20px 5px;
	}
	.second_bg_inner span{
		font-size: 50px;
	}
	.date{
		font-size: 14px;
	}
	.box_l.pattern02{
		margin-top: 20px;
	}
	.program_list .card h3{
		font-size: 15px;
	}
	/* button
	------------------------------*/
	.radius-button,.radius-button.s_buttoon{
        max-width: 230px;
        height: 50px;
	}
	/* footer
	------------------------------*/
	footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_logo{
		width: 30%;
	}
	/* 固定メニュー
	------------------------ */
	.bottom-fixed-button{
		font-size: 12px;
	}
	#carousel .splide__slide{
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}
}



@media print{

}




@media (max-width: 380px) {
	.bottom-fixed-button img{
		width: 26px;
	}
}
@media (max-width: 575px){
	.character02_sp img{
		width: 54px;
	}
	.recommended_box{
		margin-bottom: 60px;
		padding: 20px 30px;
	}
}
@media (min-width: 1400px) {
	.character02_sp{
		display: none;
	}
}
@media (max-width: 1399px) {
	.character02{
		display: none;
	}

}
#pikupMovie_area .splide__pagination{
	bottom: -1em!important;
}
#pikupMovie_area li.splide__slide img{
	border-radius: 20px;
}
#announcer_slider .splide__pagination__page,#pikupMovie_area .splide__pagination__page,#pikup_area .splide__pagination__page,#foot_ban .splide__pagination__page{
	background: #fff;
}
#announcer_slider .splide__pagination__page.is-active,#pikupMovie_area .splide__pagination__page.is-active,#pikup_area .splide__pagination__page.is-active,#foot_ban .splide__pagination__page.is-active{
	background: #DE2779;
}

#carousel .splide__pagination--ttb{
	left: -1.5rem;
	right: auto;
}

#announcer_slider .img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px; /* 画像の最大サイズを300pxに制限 */
	margin: 15px;
}

#announcer_slider .img-wrapper img {
    width: 100%; /* レスポンシブ対応 */
    height: auto;
}

#announcer_slider .progress-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg); /* プログレスバーの開始位置を調整 */
    width: 110%; /* 画像のサイズに対して円を少し大きめにする */
    height: 110%;
    pointer-events: none;
    opacity: 0; /* 初期状態では非表示 */
}

#announcer_slider .splide__slide.is-active .progress-circle {
    opacity: 1; /* フォーカスされた画像にのみ円を表示 */
}

#announcer_slider .circle-bg {
    fill: none;
    stroke: #fff;
    stroke-width: 2%;
}

#announcer_slider .circle-progress {
    fill: none;
    stroke: #EC79AC;
    stroke-width: 2%;
    stroke-linecap: round;
    stroke-dasharray: 942;
    stroke-dashoffset: 942;
    transition: stroke-dashoffset 4s linear;
}

#announcer_slider .splide__slide.is-active .circle-progress {
    stroke-dashoffset: 0;
}

#announcer_slider .splide__slide.is-active {
	pointer-events:unset
}
#announcer_slider .splide__slide {
	pointer-events: none;
}

.news-post {
	display: flex;
	align-items: center;
	padding: 10px 10px;
	background-color: #fff;
	margin-bottom: 7px;
	border-radius: 5px;
}
.news-post a {
	display: flex;
	text-decoration: none;
	color: #333;
	width: 100%;
}
.news-post .news-thumbnail {
	width: 35%;
    padding: 0 5px;
}
.news-post img {
    margin-right: 10px;
    max-width: 100%;
}
.news-content {
	width: 65%;
    padding: 0 5px;
}
.news-content p {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}
.news-content time {
	font-size: 12px;
	color: #666;
}
.news-fast a{
display:flex;
flex-flow: column;
}

.news-fast .news-content,
.news-fast .news-thumbnail {
display: block;
width: 100%;
}
.news-fast .news-thumbnail img {
width: 100%;
height: auto;
object-fit: cover;
margin-bottom: 1rem;
}

.dateTimeSwitching {
	display: none;
  }

	/* 2025/04/7 */
	a.sata-fun{
		color: #000;
		text-decoration: underline;
		transition : color 0.5s ease 0s;

	}
	a.sata-fun:focus {
	    outline: none;
	}
	a.sata-fun:hover{
		text-decoration: underline;
		/* color: #148a97; */
		color: #000;
		/* text-decoration: underline; */
	}

	/* a:visited{
		color: #6b1150;
	} */
	a.sata-fun:active{
		color: #000;
	}

	/* 250523　mitロゴ左配置 */
	.recommended_box ul li .mit-c2 {
		top: 5px;
		/* right: 0px; */
    left: 15px;
		display: flex;
		z-index: 1;
	}
	.recommended_box ul li .mit-c2 img {
		width: 25px;
		aspect-ratio: unset;
		object-fit: unset;
		border-radius: 0;
	}
	/* 2505226週例外配置 */
	.recommended_box ul li .mit-c3 {
		top: 5px;
		right: 47px;
    /* left: 15px; */
		display: flex;
		z-index: 1;
	}
	.recommended_box ul li .mit-c3 img {
		width: 20px;
		aspect-ratio: unset;
		object-fit: unset;
		border-radius: 0;
	}
.common_ytlive{
	  width: 100%;
  aspect-ratio: 16 / 9;
}
.common_ytlive iframe {
  width: 100%;
  height: 100%;
}

#result table td{
	background-color: #fff;
}
#result table td,#result table th{
	padding: 5px;
}
@media screen and (max-width: 575px){
#result table td,#result table th{
	display: block;
	width: 100%;
}
}