@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
	background-color: #eafcff;
}

#body_bg {
	/* background: url(../img/bg.jpg) 50% 0% / cover no-repeat; */
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
	/* opacity: 0.9; */
}

.archives_page #body_bg {
	opacity: 0.2;
}

/*=======================================================
	container
=======================================================*/
#container {
	/* margin-bottom: 160px; */
}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1280px;
	margin: 0 auto;
}

.responsive-br {
	display: none;
}

@media (max-width: 1199px) {
	.responsive-br {
		display: inline;
	}
}

.ttl {
	background: #00a0e9;
	color: white;
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 0.2em 1em 0.05em;
}

.sttl {
	border: 2px solid #000;
	padding: 0.05em 1em;
	border-radius: 5px;
	margin-bottom: 30px;
}

table {
	width: 100%;
}

table th {
	border: 1px solid #7180C0;
	padding: 1em;
	background: #7180C0;
	color: #FFF;
	width: 36%;
}

table td {
	border: 1px solid #7180C0;
	text-align: left;
	padding: 1em;
	background: #FFF;
}

.youtube_box {
	margin-top: 100px;
	margin-bottom: 100px;
}

.btn {}

.btn a {
	background: #44AC5C;
	border-radius: 5px;
	display: inline-block;
	padding: 0.6em 10%;
	text-decoration: none;
	color: #FFEB00 !important;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	text-align: center;
}

.btn a:hover {
	text-shadow: 0px 0px 10px #a9e3ff;
}

.btn p {
	background: #AAA;
	border-radius: 5px;
	display: inline-block;
	padding: 0.6em 10%;
	text-decoration: none;
	color: #FFF !important;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	text-align: center;
	margin-bottom: 0;
}

.img_box {}

.img_box img {
	width: 100%;
	border-radius: 5px;
}

.img_list_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 750px;
	margin: 0 auto;
}

.img_list_02 .text {
	text-align: left;
	width: 50%;
	margin: 0 5px 20px;
}

.img_list_02 .img {
	width: 45%;
	margin: 0 5px 20px;
}

.img_list_02 li img {
	width: 100%;
	max-width: 300px;
	border-radius: 5px;
}

.img_list_03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.img_list_03 li {
	width: 35%;
	margin: 0 14px 20px;
}

.img_list_03 li img {
	width: 100%;
	border-radius: 5px;
}

.img_list_03 li h2 {
	margin-top: 5px;
}

.img_box img {
	width: 100%;
	border-radius: 5px;
}

.img_list_04 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.img_list_04 li {
	width: 48%;
	margin: 0 20px 10px;
}

.img_list_04 li img {
	width: 100%;
	border-radius: 5px;
}

.overview {
	position: relative;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 40px 0;
	max-width: 800px;
}

/*=======================================================
	logo_area, logo_s_area
=======================================================*/
#logo_area {
	padding-top: 100px;
	background: url(../img/main_bg.jpg) 50% 0% / cover no-repeat;
	padding-bottom: 300px;

}

#logo_s_area {
	padding-top: 60px;
}

/* #logo_bg {
	height: 675px;
	width: 100%;
	background: url(../img/logo_bg.png) , 50% 50% no-repeat;
	opacity: 0.2;
} */
#logo_area h1 {
	height: 400px;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

@media screen and (max-width: 1199px) {
	#logo_area h1 {
		height: 675px;
		width: 100%;
		text-indent: -9999px;
		overflow: hidden;
		background-size: contain;
	}
}

#logo_bg {
	position: relative;
	width: 100%;
}

#logo_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/logo_bg.png) 50% 50% no-repeat;
	background-size: cover;
	opacity: 0.2;
	z-index: 1;
}

#logo_s_area h1 a {
	height: 675px;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.png) 50% 50% no-repeat;
	background-size: contain;
	display: block;
}

#logo_area h2 {
	height: 172px;
	margin-bottom: 30px;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_date.png) 50% 50% no-repeat;
	background-size: contain;
}

/*=======================================================
	entry_area
=======================================================*/
#entry_area {
	padding-top: 50px;
	margin-bottom: 100px;
}

.title {
	font-family: "G2サンセリフ B JIS2004", "Shuei Mincho B", "Meiryo UI";
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	background-color: #c5f2ff;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 50px;
}

.title-oa {
	font-family: "Shuei KakuGo Kin B", "Shuei Mincho B", "Meiryo UI";
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	background-color: #ff0198;
	padding: 5px 50px;
	width: 300px;
	color: white;
	margin: 20px auto;
	display: block;
	border-radius: 10px;
}


#about_area {
	background-color: #eafcff;
	padding: 100px 0;
}

#about_area p {
	margin-top: 30px;
	/* margin-bottom: 30px; */
}


/*=======================================================
	tver_area
=======================================================*/
#tver_area {
	margin-bottom: 120px;
}

/*=======================================================
	sns_area
=======================================================*/
#sns_area {
	margin-bottom: 120px;
}

#sns_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#sns_area ul li {
	width: 49%;
	margin: 0 0.5% 30px;
}

#overview_area {
	position: relative;
	padding: 100px 0;
	border-radius: 10px;
	background: url(../img/outline_bg.jpg) 50% 0% / cover no-repeat;
}

#broadcast_area {
	position: relative;
	padding: 100px 0;
	border-radius: 10px;
}

#support_area {
	position: relative;
	padding: 100px 0;
	border-radius: 10px;
}

.schedule {
	margin: 0 auto;
	max-width: 600px;
	text-align: left;
}

.row {
	display: flex;
	gap: 20px;
	padding: 10px 40px;
	border-bottom: 1px solid #7fbac6;
}



.school {
	flex: 1;
}

.tag {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -65%);
	z-index: 10;
}

/*=======================================================
	cast_area
=======================================================*/
#cast_area {
	position: relative;
	padding-top: 130px;
	padding-bottom: 70px;
	border-radius: 10px;
}



.text_box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.content_box {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 150px;
	display: grid;
	place-items: center;
	/* margin-top: 75px; */
	background-color: #eafcff;
}

#footer p {
	font-size: 24px;
	text-align: center;
	margin: 0 0 0 0;
}

#footer p a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}

#pagetop_area a {
	width: 60px;
	height: 60px;
	display: block;
	background: #ff0198;
	border-radius: 50%;
	position: relative;
}

#pagetop_area a::before {
	position: absolute;
	content: " ";
	top: 42%;
	right: 37%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(-45deg);
}

/*=======================================================
	slider
=======================================================*/
.carousel {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: #eafcff;
}

.carousel :hover {
	cursor: pointer;
}

.carousel img {
	width: 100%;
	display: block;
}

.carousel .slick-slide {
	height: auto !important;
	margin: 10px;
}

.carousel .slick-track {
	display: flex;
}


.text--underline-yellow {
	background: linear-gradient(to top, rgba(255, 252, 0, 0.52) 50%, transparent 50%);
	display: inline;
}


.text-pink {
	color: rgb(236, 32, 181);
}