@charset "UTF-8";

/*番組コンテンツ枠
-------------------------------------------------*/
.page_program_contents {
	background: #94d4f5 url(../images/page_bg.png);
	background-attachment: fixed;
	font-family: 'Noto Sans JP', sans-serif;
}

.page_program_contents_inner {
	width: 1240px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.page_program_contents_inner {
		width: 100%;
		padding: 4%;
	}
}


/*番組メインビジュアル
-------------------------------------------------*/
.program_mainimg {
	text-align: center;
	background: url(../images/main_bg_pc.jpg);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 750px) {
	.program_mainimg {
		background: #4e5267;
	}
}



/*番組概要
-------------------------------------------------*/
.program_about {
	padding-bottom: 100px;
	background: url(../images/anout_bg.jpg);
	background-size: cover;
	text-align: center;
	padding-top: 80px;
}

.program_about_inner {
	width: 1240px;
	margin: 0 auto;
}

.program_about_inner span {
	font-size: 3rem;
}

.program_about_image {
	min-width: 1250px;
}

.program_about .bnr_tver {
	margin-top: -190px;
}

.frame-wrapper_video {
	max-width: 900px;
	margin: 40px auto 60px;
	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;
}

.program_about h2 {
	margin-bottom: 60px;
	color: #fff;
	font-size: 4.2rem;
	font-weight: 900;
	line-height: 1.5;
}

.program_about p {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 2;
}

.program_about p strong {
	color: #ffdd13;
}

@media screen and (min-width: 751px) {
	.program_about {
		background-attachment: fixed;
	}
}

@media screen and (max-width: 750px) {

	.program_about {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.program_about_inner {
		width: 100%;
		padding: 0 4%;
	}

	.frame-wrapper_video {
		margin: 20px auto;
	}

	.program_about_image {
		min-width: auto;
	}

	.program_about .bnr_tver {
		margin-top: -95px;
	}

	.program_about h2 {
		margin-bottom: 20px;
		font-size: 2.2rem;
	}

	.program_about h2 span {
		font-size: 1.6rem;
	}

	.program_about p {
		font-size: 1.6rem;
		line-height: 1.6;
		text-align: left;
	}
}

/*みどころ
-------------------------------------------------*/
.program_point {
	padding-bottom: 200px;
}

.point_intro {
	text-align: center;
}

.point_list>li {
	width: 100%;
	margin-top: 130px;
	padding: 40px;
	background-color: rgba(255, 255, 255, .7);
}

.point_list li .point_list_main {
	display: flex;
}

.point_list li:nth-child(even) .point_list_main {
	flex-direction: row-reverse;
}


.point_list li point_list_main .img {
	width: 640px;
	text-align: center;
}

.point_list li .point_list_main .img img {
	width: 300px;
	height: auto;
}

/* .point_list li:nth-child(1) .point_list_main .img img {
	margin: -97px 0 0 -2px;
}

.point_list li:nth-child(2) .point_list_main .img img {
	margin: -70px 0 0 0;
}

.point_list li:nth-child(3) .point_list_main .img img {
	margin: -70px 0 0 0;
}

.point_list li:nth-child(4) .point_list_main .img img {
	margin: -119px 0 0 0;
}

.point_list li:nth-child(5) .point_list_main .img img {
	margin: -119px 0 0 0;
}

.point_list li:nth-child(6) .point_list_main .img img {
	margin: -119px 0 0 0;
} */

.point_list li .txt h3 {
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #58b133;
	display: flex;
	align-items: center;
	color: #58b133;
	font-size: 2.4rem;
}

.point_list li .txt {
	flex: 1;
}

.point_list li .txt h3 .txt_sub {
	padding: 10px 15px;
	color: #58b133;
	background: #FFF;
	font-weight: 700;
	flex-shrink: 0;
}

.point_list li .txt h3 .txt_title {
	color: #FFF;
	margin-left: 20px;
	font-weight: 700;
}

.point_list li .txt p {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 20px;
}

.point_list li .txt .txt_box {
	background-color: #fff;
	border: solid 3px #58b133;
	padding: 20px 40px;
}

.point_list li .txt .txt_box p {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 0;
}

.point_list_img {
	display: flex;
	margin: -30px 0 0 -30px;
}

.point_list_img:not(:first-child) {
	margin-top: 10px;
}

.point_list_img li {
	margin: 20px 0 0 30px;
	width: calc(50% - 30px);
}


@media screen and (min-width: 751px) {
	.point_list li:nth-child(odd) .txt {
		margin: 0 0 0 40px;
	}

	.point_list li:nth-child(even) .txt {
		margin: 0 40px 0 0;
	}

}


@media screen and (max-width: 750px) {
	.program_point {
		padding-bottom: 0;
	}

	.point_list>li {
		margin: 40px 0;
		padding: 5%;
	}

	.point_list li .point_list_main {
		display: block;
		flex-direction: row-reverse;
	}

	.point_list li .point_list_main .img {
		width: 100%;
	}

	.point_list li:nth-child(1) .point_list_main .img img {
		margin: -50px 0 10px 0;
	}

	.point_list li:nth-child(2) .point_list_main .img img {
		margin: -50px 0 10px 0;
	}

	.point_list li:nth-child(3) .point_list_main .img img {
		margin: -50px 0 10px 0;
	}

	.point_list li:nth-child(4) .point_list_main .img img {
		margin: -50px 0 10px 0;
	}

	.point_list li:nth-child(5) .point_list_main .img img {
		margin: -50px 0 10px 0;
	}

	.point_list li:nth-child(6) .point_list_main .img img {
		margin: -50px 0 10px 0;
	}

	.point_list li .point_list_main .img img {
		width: 200px;
		height: auto;
		margin-bottom: 20px;
	}

	.point_list li .txt h3 {
		padding: 5px;
	}

	.point_list li .txt h3 .txt_sub {
		padding: 6px;
		display: block;
		text-align: center;
	}

	.point_list li .txt h3 .txt_title {
		/* margin-left: 1.2rem; */
		margin-left: 0;
	}

	.point_list li .txt .txt_box {
		background-color: #fff;
		border: solid 3px #58b133;
		padding: 10px 10px;
	}

	.point_list li .txt .txt_box p {
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.7;
		margin-bottom: 0;
	}

	.img-margin {
		margin-top: -30px;
	}

	.point_list li .txt {
		flex: 1;
	}

	.point_list li .txt h3 {
		line-height: 1.2;
		margin-bottom: 10px;
		padding: 10px 10px 8px;
		font-size: 2.4rem;
		display: block;
	}

	.point_list .block {
		display: block !important;
	}

	.point_list li .txt h3 span {
		font-size: 1.8rem;
	}

	.point_list li .txt p {
		font-size: 1.6rem;
	}

	.point_list_img {
		display: block;
		margin: 0;
	}

	.point_list_img li {
		margin: 0;
		width: 100%;
	}

	.point_list_img li:not(:first-child) {
		margin-top: 10px;
	}
}

.footer_img {
	width: 100%;
}

/*アニメーション
-------------------------------------------------*/
.page_program_contents {
	display: none;
}

.program_about h2,
.frame-wrapper_video,
.program_about p,
.program_cast .program_cast_inner,
.point_intro,
.point_list>li,
.point_list_main,
.point_list_img li {
	opacity: 0;
}

.program_about h2.animation,
.frame-wrapper_video.animation,
.program_about p.animation {
	-webkit-animation: fadeTop .5s ease-out forwards;
	animation: fadeTop .5s ease-out forwards;
}

.program_cast li:nth-child(odd) .program_cast_inner.animation {
	-webkit-animation: fadeTop .5s ease-out forwards;
	animation: fadeTop .5s ease-out forwards;
}

.point_list>li:nth-child(odd).animation {
	-webkit-animation: fadeRight .5s ease-out forwards;
	animation: fadeRight .5s ease-out forwards;
}

.program_cast li:nth-child(even) .program_cast_inner.animation,
.point_list>li:nth-child(even).animation {
	-webkit-animation: fadeLeft .5s ease-out forwards;
	animation: fadeTop .5s ease-out forwards;
}

.point_intro.animation {
	-webkit-animation: fadeTop .5s ease-out forwards;
	animation: fadeTop .5s ease-out forwards;
}

.point_list_main.animation {

	-webkit-animation: fadeIn .5s .5s ease-out forwards;
	animation: fadeIn .5s .5s ease-out forwards;
}

.point_list_img li.animation {
	-webkit-animation: fadeIn .5s ease-out forwards;
	animation: fadeIn .5s ease-out forwards;
}



/* フェードイン */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 上方向フェード */
@-webkit-keyframes fadeTop {
	0% {
		transform: translate3d(0, 100px, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeTop {
	0% {
		transform: translate3d(0, 100px, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/* 右方向フェード */
@-webkit-keyframes fadeRight {
	0% {
		transform: translate3d(-200px, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes fadeRight {
	0% {
		transform: translate3d(-200px, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/* 左方向フェード */
@-webkit-keyframes fadeLeft {
	0% {
		transform: translate3d(200px, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

}

@keyframes fadeLeft {
	0% {
		transform: translate3d(200px, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@media screen and (min-width: 751px) {
	.contact_wrap {
		margin: 15px 0;
	}

	.contact_wrap .text-link {
		margin-left: 10px;
	}

	.contact_wrap a:hover {
		opacity: 0.7;
		text-decoration: underline;
	}

	.point_list li .txt .contact_item01,
	.point_list li .txt .contact_item02 {
		font-size: 1.7rem;
	}

	.contact_item02 {
		margin-left: 136px;
	}
}

@media screen and (max-width: 750px) {
	.contact_wrap {
		margin: 15px 0 20px;
	}
}