@charset "UTF-8";
/* CSS Document */

/* bg
------------------------------*/
.satafan_bg{
	background-image:  url(../2025-img/satafan_top_bg_sp.png),url(../2025-img/satafan_bg_sp.png);
	background-position: top center,center;
	background-repeat: no-repeat,no-repeat;
	background-size: 100%,cover;
	position: relative;
	padding-top: 176.5111627906%;
}
/* box
------------------------------*/

.satafan_logo img{
	width: 100%;
	max-width: 98%;
	margin-bottom: 18px;
}
.broadcast-date{
	background-color: #E11C73;
	color: #FFF;
	font-size: 18px;
	padding: 10px 40px;
	border-radius: 100vh;
	display: inline-block;
	border: 1px solid #FFF;
	line-height: 1;
	width: 540px;
    max-width: 95%;
}
.broadcast-date span.l_text{
	font-size: 140%;
}
dl.next-b_box{
	width: 100%;
	margin: 0 auto;
}
.next-b_box dt,.next-b_box dd{
	padding: 20px;

}
.next-b_box dt{
	font-size: 18px;
	color: #FFF;
	background: rgb(242,106,167);
	background: -moz-linear-gradient(90deg, rgba(242,106,167,1) 0%, rgba(220,129,100,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(242,106,167,1) 0%, rgba(220,129,100,1) 100%);
	background: linear-gradient(90deg, rgba(242,106,167,1) 0%, rgba(220,129,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f26aa7",endColorstr="#dc8164",GradientType=1);
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	align-items: center;
    display: flex;
	line-height: 1;
}
.next-b_box dd{
	background-color: #F9F6F2;
}
.next-b_box .program-schedule{
	font-weight: 600;
}
.next-b_box .program-tit{
	font-size: 18px;
	color: #DE2779;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	line-height: 1.3;
	overflow-wrap: break-word;
}


.contact_box{
	background-color: #F9F6F2;
	padding: 40px 20px 110px;
	margin-top: 30px;
}













/* BackNumber */
dl.BackNumber{
	width: 100%;
	margin: 0 auto;
}
.backnumber-box{
	background-color: rgba(223, 238, 245, 1);
	padding: 30px;
	border-radius: 30px;
	margin-top: 30px;
}
.BackNumber{
	/* margin-left: -15px;
	margin-right: -15px;
	display: inline-block;
	width: 100%; */
	/* margin-bottom: 1rem; */
}

.BackNumber dt{
	padding: 10px ;
	text-align: left;
	font-weight: bold;
	background-color: #c1d9e5;
}
.BackNumber dd{
	background-color: #ffffff;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.corner-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.corner-list ul li{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.corner-list ul li a{
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: .5rem;
	color: #333333;
	transition: 0.3s;
}
.corner-list ul li a:hover{
	text-decoration: none;
	font-weight: bold;
	background-color: #bad6e3;
}
/* section
------------------------------*/

/* list
------------------------------*/

/* space
------------------------------*/

/* font
------------------------------*/



/* color
------------------------------*/

.pink{
	color: #DE2779;
}
.sky{
	color: #54C2F0;
}
.yellow{
	color: #FFEB3B;
}







/* title
------------------------------*/
.gradation_tit{
	background: rgb(242,106,167);
	background: -moz-linear-gradient(90deg, rgba(242,106,167,1) 0%, rgba(220,129,100,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(242,106,167,1) 0%, rgba(220,129,100,1) 100%);
	background: linear-gradient(90deg, rgba(242,106,167,1) 0%, rgba(220,129,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f26aa7",endColorstr="#dc8164",GradientType=1);
	font-size: 18px;
	color: #FFF;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	padding: 20px;
	line-height: 1;
}
.tit-border_l{
	padding: 10px 15px;
	border-left: 4px solid #DE2779;
	font-size: 18px;
	font-weight: 600;
	color: #DE2779;
}

.contact_tit{
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #DE2779;
	font-size: 21px;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
}
.contact_tit::before,
.contact_tit::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
    content: '';
    display: inline-block;
	background-repeat: no-repeat;
    background-size: contain;
	width: 20px;
    height: 35px;
    vertical-align: middle;
}
.contact_tit::before {
    background-image: url(../2025-img/diagonal_w_l.svg);
	left: 0;
}
.contact_tit::after {
	background-image: url(../2025-img/diagonal_w_r.svg);
	right: 0;
}

.head-title {
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    color: #333333;
    font-weight: 700;
    padding: 0;
}
/* header
------------------------------*/

/* accordion
------------------------------*/
.accordion-body{
	padding: 0;
}
.accordion-header{
	width: 	360px;
	margin: 0 auto;
	max-width: 100%;
}
.accordion-button::after{
	background-image:none;
	content: " \f055";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FFF;

	width: auto;
	height: auto;
	font-size: 40px;
    margin-left: 0;
}
.accordion-button:not(.collapsed)::after {
	content: " \f056";
	background-image:none;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #FFF;


	width: auto;
	height: auto;
}

.accordion-item{
	border: none;
}
.accordion-button:not(.collapsed) ,.accordion-item:last-of-type .accordion-button.collapsed{
    background-color:#000;
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	height: 68px;
	border-radius: 100vh;
	cursor: pointer;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 100vh;
    border-top-right-radius: 100vh;
}

/* button
------------------------------*/

.guest-tit.gradation_tit{
	padding: 1rem;
	font-size: 18px;
}
.guest-card .card-title{
	font-size: 16px;
}

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

@media (min-width: 768px) {

	/* header
	------------------------------*/


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

	/* space
	------------------------------*/

	/* bg
	------------------------------*/
	.satafan_bg{
		background-image:  url(../2025-img/satafan_top_bg_l.png),url(../2025-img/satafan_top_bg_r.png),url(../2025-img/satafan_bg.png);
		background-position: left center,right center,center;
		background-repeat: no-repeat,no-repeat,no-repeat;
		background-size:28%,28%,cover;
		padding-top: 31.45833333%;
	}
	/* section
	------------------------------*/





	/* text
	------------------------------*/

	/* title
	------------------------------*/
    .head-title {
        margin-bottom: 2rem;
        color: #333333;
    }
	.contact_tit{
		font-size: 28px;
	}
	/* button
	------------------------------*/

	/* box
	------------------------ */

	.satafan_logo_box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.satafan_logo img{
		width: 790px;
		max-width: 48%;
		margin-bottom: 18px;
	}
	.contact_box{
		padding: 40px 40px 60px;
		margin-top: 50px;
	}

	.next-b_box .program-tit{
		font-size: 23px;
	}
	.next-b_box .program-schedule{
		font-size: 18px;
	}
	/* BackNumber */

	.BackNumber{
		/* display: inline-block;
		width: 100%; */
		border-bottom: 2px dotted #ffffff;

	}
	.BackNumber dt{
		/* padding: 2rem 1rem ; */
		padding: 15px ;
		text-align: left;
		font-weight: bold;
		background-color: transparent;
	}
	.BackNumber dd{
		background-color: transparent;
		padding-bottom: 0;
		padding-top: 0;
	}
	.corner-list ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		margin: 0;
		padding: 0;
		width: auto;
		text-align: center;
		list-style: none;
	}
	.corner-list ul li{
		width: auto;
		box-sizing: border-box;
	}
	.corner-list ul li a{
		text-align: left;
		display: inline-block;
		box-sizing: border-box;
		/* padding: 2rem 1rem ; */
		padding: 1rem ;
		color: #333333;
		transition: 0.3s;
	}
	.corner-list ul li a:hover{
		text-decoration: none;
		font-weight: bold;
		background-color: #bad6e3;
	}
	.instagram-media,.tiktok-embed{
		min-width: 100% !important;
		margin: 0 -1px !important;
		border-right: none !important;
		border-left: none !important;
		min-height: 460px!important;
	}

	/* 固定メニュー
	------------------------ */











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


}

@media (max-width: 767px) {
	/* section
	------------------------------*/

	/* header
	------------------------------*/

	/* box
	------------------------ */
	.satafan_logo_box{
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		text-align: center;
		width: 100%;
	}
	/* slick
	------------------------------*/


	/* topBtn
	------------------------ */


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


}
@media (max-width: 991px) {
	/* header
	------------------------ */

	/* space
	------------------------------*/

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



}
@media (min-width: 992px) {
	/* header
	------------------------------*/

	/* text
	------------------------------*/

	/* box
	------------------------------*/
	.broadcast-date{
		font-size: 24px;
	}
	.next-b_box dt{
		font-size: 28px;
	}
	/* space
	------------------------------*/

	/* bg
	------------------------------*/

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

	/* title
	------------------------------*/
	.gradation_tit{
		font-size: 30px;
	}
	.tit-border_l{
		font-size: 27px;
	}



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

}


@media (min-width: 1200px) {
	/* header
	------------------------------*/

	/* bg
	------------------------------*/


	/* space
	------------------------------*/


	/* box
	------------------------ */



	/* title
	------------------------------*/


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





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





}
@media (max-width: 1199px) {


}
@media (min-width: 576px) and (max-width: 991px) {
	/* header
	------------------------------*/



}
@media (min-width: 992px) and (max-width: 1199px) {
	/* header
	------------------------------*/

	/* space
	------------------------------*/

}
@media (min-width: 1400px){
	/* header
	------------------------------*/

	/* bg
	------------------------------*/

}
@media (min-width: 576px) and (max-width: 1199px) {
	/* header
	------------------------------*/


}

@media (min-width: 768px) and (max-width: 991px) {
	/* title
	------------------------------*/
	.gradation_tit{
		font-size: 24px;
	}
	.tit-border_l{
		font-size: 21px;
	}
	/* slick
	------------------------------*/

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


	/* space
	------------------------------*/

	/* box
	------------------------ */
	.next-b_box dt{
		font-size: 22px;
	}
	/* bg
	------------------------ */

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

}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	/* header
	------------------------ */

	/* space
	------------------------ */

}

@media screen and (min-width: 576px) and (max-width: 767px) {
	/* title
	------------------------------*/


}
@media screen and (min-width: 576px) {
	/* box
	------------------------------*/

	/* header
	------------------------------*/

	/* tab
	------------------------ */

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


}
@media screen and (max-width: 575px){


	/* header
	------------------------------*/

	/* box
	------------------------ */


	/* button
	------------------------------*/

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

}



@media print{

}




@media (max-width: 380px) {
	.bottom-fixed-button img{
		width: 26px;
	}
}

@media (min-width: 768px) {

}
@media (max-width: 575px){

}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

@media (min-width: 1600px) {

}

@media screen and (max-width: 575px){

}


/* 2025/4/22 */
.low {font-size: 80%;}
