@charset "UTF-8";
#sut,#sut_contents {
	font-size:clamp(12px, 3.8vw, 19px);
	font-family: Noto Sans JP, sans-serif;
	width: 100%;
	color: #161616;
}
#program_basic_before{
	background: #fff;
	padding: 10%;
	min-height: 100vh;
}
#program_basic_before .comingsoon{
	font-size:150%;
	text-align: center;
}

#program_basic{
	background: #116892;
	padding: 5% 0;
	background-image: url(../images/var_top_sakura.png),url(../images/var_bottom_sakura.png);
	background-position: right top,left bottom;
	background-size: 80%,100%;
	background-repeat: no-repeat,no-repeat;
	margin-top: 65px;
}

#program_basic .main_contents{
	margin:3% auto;
}
#program_basic .main_contents{
	margin:3% auto;
}
#program_basic .logoimage{
	margin: -40px auto 5%;
	width: 90%;
	display: block;
}
#program_basic .drama-list {
	width: 90%;
	margin: 0 auto;
	padding: 5% 1%;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 32px;
}
#program_basic .drama-item {
	position: relative;
	margin: 0 auto 10%;
}
#program_basic .drama-item__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	/* border-radius: 50%; */
	/* background: #b568ff; */
	/* color: #fff; */
	/* font-weight: 900; */
	/* font-size: 1.4rem; */
	position: absolute;
	top: -15px;
	left: -10px;
	z-index: 2;
	/* box-shadow: 4px 4px 8px 0px rgb(32 85 29 / 40%); */
}
#program_basic .drama-item__card {
	display: block;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 8px 0px rgb(28 43 100 / 81%);
}
#program_basic .drama-item__thumb {
	width: 100%;
	height: 240px;
	background: #e1e7ff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2%;
}
#program_basic .drama-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#program_basic .drama-item__info {
	padding: 3%;
	/* font-weight: 700; */
	background-image: linear-gradient(90deg, #690fff, #c48cff);
	color: #fff;
}
#program_basic .drama-item__title {
	font-size: 2.3rem;
	font-weight: 800;
}
#program_basic .drama-item__date {
	font-size: 1.7rem;
	font-weight: 600;
}
