@charset "UTF-8";

/*番組コンテンツ枠
-------------------------------------------------*/
.page_program_contents {
	background: url(../images/page_bg.png);
	background-attachment: fixed;
}

.page_program_contents_inner {
}

.inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.page_program_contents_inner {
		width: 100%;
		padding: 0;
	}
	.inner {
		padding: 0 6%;
	}
}

/*番組メインビジュアル
-------------------------------------------------*/
.program_mainimg {
	text-align: center;
}

/*overview
-------------------------------------------------*/
.overview {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.3rem;
	font-weight: 500;
	position: relative;
}

.overview__block {
	padding: 80px 20px;
	display: flex;
	justify-content: center;
	position: relative;
}

.img_overview {
    position: absolute;
    top: 290px;
    right: 20px;
    width: 100%;
    z-index: 100;
		right: 50%;
    transform: translateX(50%);
    width: clamp(1100px, 100vw, 1240px);
}

.overview__content {
	position: relative;
}

.overview__title {
	margin-bottom: 60px;
	position: relative;
	height: 100px;
}

.overview__title img {
	position: absolute;
	left: -270px;
	top: 0;
	max-width: 400px;
	height: auto;
}

.overview__text {
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: left;
	font-size: clamp(20.4px, 1.855vw, 23px);
}

.overview__text:nth-child(5) {
	margin-bottom: 60px;
}

.overview__text:last-child {
	margin-bottom: 0;
}

.overview__text_bg {
	position: relative;
	padding: 40px 20px;
	background: url(../images/bg2.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	margin-bottom: 80px;
}

.overview__text_bg .overview__text {
	width: clamp(510.5px, 46.37vw, 575px);
}

.deco-img--1-sp,
.deco-img--2-sp,
.deco-img--3-sp {
	display: none;
}

@media screen and (max-width: 750px) {

	.img_overview {
		display: none;
	}
	
	.overview {
		font-size: 1.6rem;
	}
	
	.overview__block {
		padding: 250px 0 200px 0;
	}

	.img_overview {
    	display: none;
	}
	
	.deco-img--1 {
        top: 0px;
        left: 40px;
        width: 100px;
        border-radius: 10px;
	}

	.deco-img--2 {
        top: 95px;
        left: 0;
        width: 120px;
        border-radius: 10px;
	}

	.deco-img--3 {
        top: 820px;
        left: 140px;
        width: 150px;
        border-radius: 10px;
	}

	.deco-img--4 {
        top: 1233px;
        left: 20px;
        width: 150px;
        border-radius: 10px;
	}

	.deco-img--5 {
        top: 1300px;
        right: 40px;
        width: 120px;
        border-radius: 10px;
	}

	.deco-img--6 {
		top: 770px;
        left: 35px;
        width: 110px;
        border-radius: 10px;
	}

	.deco-img--7 {
		top: 33px;
        right: 20px;
        width: 140px;
        border-radius: 10px;
	}

	.deco-img--1,
	.deco-img--2,
	.deco-img--3,
	.deco-img--4,
	.deco-img--5,
	.deco-img--6,
	.deco-img--7 {
		display: none;
	}

	.overview {
		position: relative;
	}

	.deco-img--1-sp {
		display: block;
		position: absolute;
		top: 0;
		right: 50%;
		transform: translateX(50%);
		max-width: 320px;
	}

	.deco-img--2-sp {
		display: block;
		position: absolute;
		top: -170px;
		width: 100%;
		max-width: 320px;
	}

	.deco-img--3-sp {
		display: block;
		position: absolute;
		bottom: -150px;
		width: 100%;
		max-width: 300px;
	}
	
	.overview__title {
		margin-bottom: 0px;
		height: auto;
	}
	
	.overview__title img {
		position: static;
		max-width: 280px;
		margin-bottom: 30px;
	}
	
	.overview__text {
		margin-bottom: 20px;
	}
	
	.overview__text:nth-child(5) {
		/* margin-bottom: 200px; */
	}
	
	.overview__text_bg {
		padding: 60px 25.5px;
		position: relative;
		margin-bottom: 210px;
	}
	
	.overview__text_bg .overview__text {
		width: 100%;
	}

	.spBr {
		display: inline-block;
	}

	.pcBr {
		display: none;
	}
}

/*program contents
-------------------------------------------------*/
.program-contents__block {
	position: relative;
	padding: 80px 20px;
}

.program-contents__content {
	position: relative;
}

.program-contents__title {
	margin-left: 360px;
}

.program-contents__title_sp {
	display: none;
}

.program-content__subTitle {
	font-size: 3.6rem;
	color: #029A5D;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;
}

.program-content__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	width: 900px;
	margin: 40px auto;
	padding: 0;
	list-style: none;
}

.program-content__item {
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #029A5D;
	color: #ffffff;
	border-radius: 100px;
	padding: 15px 20px;
}

.program-content__icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.program-content__text {
	line-height: 2.2rem;
	text-align: left;
	font-size: 1.6rem;
}

.program-content__sub {
	color: #FCEE21;
}

@media screen and (max-width: 750px) {
	.program-contents__block {
		padding: 0;
	}
	
	.program-contents__title {
		display: none;
	}
	
	.program-contents__title img {
		position: static;
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}

	.program-contents__title_sp {
		display: block;
		max-width: 280px;
	}
	
	.program-content__subTitle {
		font-size: 2.4rem;
		margin-top: 30px;
	}
	
	.program-content__list {
		grid-template-columns: 1fr;
		width: 100%;
		gap: 15px;
        margin: 30px 0 80px 0;
	}
	
	.program-content__item {
		padding: 12px 25px;
	}
	
	.program-content__icon {
		width: 40px;
		height: 40px;
	}
	
	.program-content__text {
		font-size: 1.8rem;
        line-height: 2.4rem;
	}
}

/*cast
-------------------------------------------------*/
.cast-section {
	padding-bottom: 100px;
	text-align: center;
}

.cast-section__title {
	background-color: #ffffff;
	color: #029A5D;
	border: 3px solid #029A5D;
	border-radius: 50px;
	padding: 15px 200px;
	font-size: 3.2rem;
	font-weight: 600;
	margin-bottom: 50px;
	display: inline-block;
}

.cast-section__list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	justify-content: center;
	max-width: 680px;
	margin: 0 auto;
}

.cast-section__item {
	text-align: center;
	flex: 0 0 300px;
}

.cast-section__item--full {
	flex: 0 0 100%;
}

.cast-section__img {
	width: 300px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 20px;
}

.cast-section__name {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6;
	color: #000000;
}

.cast-section__role {
	display: block;
	font-size: 2rem;
	font-weight: 400;
	color: #000000;
	margin-top: 8px;
}

@media screen and (max-width: 750px) {
	.cast-section {
		padding-bottom: 60px;
	}

	.cast-section:first-of-type { 
  		padding-bottom: 0; 
	}
	
	.cast-section__title {
		padding: 5px 60px;
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
	
	.cast-section__list {
		gap: 40px;
		max-width: 100%;
	}
	
	.cast-section__item {
		flex: 0 0 100%;
	}
	
	.cast-section__img {
		width: 80%;
		max-width: 300px;
	}
	
	.cast-section__name {
		font-size: 2rem;
	}
	
	.cast-section__role {
		font-size: 1.6rem;
	}
}

/*video
-------------------------------------------------*/
.frame-wrapper_video {
	max-width: 900px;
	margin: 60px auto;
	position: relative;
	background-color: #000;
}

.frame-wrapper_video_inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.frame-wrapper_video_inner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media screen and (max-width: 750px) {
	.frame-wrapper_video {
		margin: 40px auto;
	}
}

/* 画像ダウンロード禁止対応 */
.guard_wrap {
	position: relative;
}

.guard {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	z-index: 1000;
}

/* TVボタン */

.tver {
	text-align: center;
	margin: 80px 0;
}

.tver p {
	margin-top: 20px;
	color: #FFFFFF;
}

@media screen and (min-width: 751px) {
	.tver-pc:hover {
		content: url(../images/tver_on_pc.png);
	}

	.tver-sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.tver {
		margin: 30px 0;
	}

	.tver-pc {
		display: none;
	}
}
