@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: #000;
	padding: 5% 0;
	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 .navi_wrap{
	color:#fff;
	max-width: 90%;
	margin: 0 auto;
	gap:4%;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
#program_basic .navi_wrap .navi_box{
	border:2px solid #fedf00;
	border-radius:99px;
	color:#fedf00;
	display:block;
	width:22%;
	padding: 2%;
	margin-bottom:5%;
	font-weight:700;
	text-align:center;
}
section{
		scroll-margin-top: 65px;
}
#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: 75px;
	height: 75px;
	/* border-radius: 50%; */
	/* background: #b568ff; */
	/* color: #fff; */
	/* font-weight: 900; */
	/* font-size: 1.4rem; */
	position: absolute;
	top: -23px;
	left: -17px;
	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%); */
	border: 2px solid #fedf00;
}
#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: 2rem;
	font-weight: 800;
}
#program_basic .drama-item__date {
	font-size: 1.7rem;
	font-weight: 600;
}
