@charset "utf-8";
.culturetime {
	background: white url(../images/200w/bg.png) 0 0/80px repeat;
}
.culturetime img {
	width: 100%;
	height: auto;
	display: block;
}
.culturetime #topicPass {
	position: relative;
	z-index: 10;
	background: none;
}
.culturetime #topicPass ul li {
	color: black;
}
.culturetime #topicPass ul li a:link,
.culturetime #topicPass ul li a:visited,
.culturetime #topicPass ul li a:active {
	color: black;
}
.culturetime main {
	position: relative;
	font-size: var(--fsz-n);
	overflow-x: hidden;
}
.culturetime .kv_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	z-index: 5;
}
.culturetime .container_kv {
	position: relative;
	padding: 50px 0 140px 0;
}
.culturetime .cntinner {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.culturetime .kv_logo {
	margin-bottom: 10px;
}
.culturetime .onairtime {
	max-width: 600px;
	margin: 0 auto 50px auto;
}
.culturetime .onairstart {
	font-size: var(--fsz-l);
	font-weight: bold;
	text-align: center;
	background: #d4145a;
	color: white;
	padding: 3%;
	margin-bottom: 50px;
	margin-top: -20px;
}
.culturetime .outline {
	font-size: var(--fsz-m);
	margin: 0 auto;
	text-align: center;
}
.culturetime .kv_deco {
	position: absolute;
}
.culturetime .kv_deco01 {
	width: 38%;
	bottom: 0;
	left: 0;
}
.culturetime .kv_deco02 {
	width: 20%;
	top: 5%;
	left: 3%;
}
.culturetime .kv_deco03 {
	width: 30%;
	top: 10%;
	right: 1%;
}
.culturetime .container_cnt {
	padding: var(--p-m);
	padding-top: 0;
	position: relative;
	z-index: 10;
}
.culturetime .cnt_moviearea {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.culturetime .moviearea {
	position: relative;
	width: 100%;
	/* height: 0;
	padding-top: 56.25%; */
	background: #f5f6f7;
}
.culturetime .movieinner {
	flex-basis: 80%;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.culturetime .moviearea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.culturetime .kv_txt02 {
	flex-basis: 20%;
}
.culturetime .kv_txt02 img {
	width: 60%;
	margin: 0 auto;
}
.culturetime .schedule_ttl {
	width: 55%;
	max-width: 150px;
	padding: 10px 2% 10px 30px;
	margin-bottom: 20px;
	position: relative;
}
.culturetime .schedule_ttl:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 300%;
	background: #000;
	z-index: 5;
}
.culturetime .schedule_one {
	background: white;
	border-radius: 20px;
	padding: 2% 3%;
	margin: 0 0 20px auto;
	width: 98%;
	box-sizing: border-box;
}
.culturetime .schedule_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.culturetime .schedule_info .infologo {
	flex-basis: 250px;
}
.culturetime .schedule_info .infotxt {
	flex-basis: calc(100% - 270px);
}
.culturetime .schedule_info .txtone {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	font-size: var(--fsz-m);
}
.culturetime .schedule_info .txtone:nth-child(1) {
	border-bottom: 1px solid black;
}
.culturetime .schedule_info .txtone .times {
	flex-basis: 100px;
	padding-right: 10px;
	font-size: var(--fsz-l);
	font-weight: bold;
	text-align: center;
	border-right: 1px dashed black;
}
.culturetime .schedule_info .txtone .onair {
	flex-basis: calc(100% - 130px);
}
.culturetime .schedule_info .txtone .onair p span {
	background: #d0feff;
	color: #215bff;
	padding: 3px 10px;
	font-size: var(--fsz-n);
	display: inline-block;
	margin-left: 10px;
	border-radius: 10px;
}
.culturetime .theme_ttl {
	width: 40%;
	max-width: 100px;
	padding: 10px 2% 10px 30px;
	margin-bottom: 20px;
	position: relative;
}
.culturetime .theme_ttl:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 300%;
	background: #000;
	z-index: 5;
}
.culturetime .theme_box {
	position: relative;
	padding: 30px 0;
}
.culturetime .theme_box:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20%;
	width: 140%;
	height: 100%;
	background: #8c6238;
	border-radius: 20px;
}
.culturetime .theme_one {
	position: relative;
	z-index: 5;
	width: 98%;
	padding: 3%;
	box-sizing: border-box;
	margin: 0 0 20px auto;
	background: white;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.culturetime .theme_one > * {
	box-sizing: border-box;
}
.culturetime .theme_info {
	flex-basis: 33%;
}
.culturetime .theme_cast {
	flex-basis: 66%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.culturetime .castimg {
	flex-basis: 55%;
}
.culturetime .casttxt {
	flex-basis: 43%;
}
.culturetime .casttxt .ttl {
	font-size: var(--fsz-m);
	font-weight: bold;
	margin-bottom: 10px;
}
.culturetime .theme_otherinfo {
	flex-basis: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.culturetime .otherinfo_txt {
	flex-basis: 58%;
}
.culturetime .otherinfo_txt p {
	margin-top: 10px;
}
.culturetime .otherinfo_txt a {
	color: #d4145a;
}
.culturetime .otherinfo_theme {
	flex-basis: 40%;
	background: #f5f6f7;
	padding: 2%;
	box-sizing: border-box;
}
.culturetime .otherinfo_theme span {
	display: inline-block;
	background: #fff795;
	padding: 5px;
	color: #d4145a;
	font-weight: bold;
}
.culturetime .otherinfo_theme p {
	font-size: var(--fsz-m);
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.culturetime .otherinfo_theme i {
	font-size: var(--fsz-s);
	text-align: right;
	display: block;
}
.culturetime #sideArea {
	width: 100%;
	float: none;
}
.culturetime #sideArea .sns iframe {
	width: 100% !important;
}
@media screen and (max-width: 1200px) {
	.culturetime .schedule_info {
		display: block;
	}
	.culturetime .schedule_info .infologo {
		width: 300px;
		margin-bottom: -20px;
	}
	.culturetime .theme_info {
		flex-basis: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 30px;
		border-bottom: 1px dashed #888;
	}
	.culturetime .infologo {
		flex-basis: 200px;
	}
	.culturetime .infotxt {
		flex-basis: calc(100% - 220px);
	}
	.culturetime .theme_cast {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 767px) {
	.culturetime .kv_deco01 {
		width: 50%;
	}
	.culturetime .kv_deco02 {
		width: 35%;
		top: 24%;
	}
	.culturetime .kv_deco03 {
		width: 38%;
		top: 50%;
	}
	.culturetime #sideArea {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.culturetime .container_kv {
		padding: 20px 0 140px 0;
	}
	.culturetime .kv_deco01 {
		width: 75%;
	}
	.culturetime .kv_deco02 {
		top: 0;
	}
	.culturetime .kv_deco03 {
		top: 20%;
	}
	.culturetime .kv_txt02 {
		flex-basis: 15%;
	}
	.culturetime .schedule_one {
		width: 96%;
	}
	.culturetime .schedule_info .infologo {
		width: 60%;
		margin-bottom: -20px;
	}
	.culturetime .schedule_info .txtone {
		display: block;
	}
	.culturetime .schedule_info .txtone .times {
		text-align: left;
		border-right: none;
		display: inline-block;
		padding: 3px 10px;
		background: black;
		color: white;
		border-radius: 5px;
		margin-bottom: 5px;
		font-size: var(--fsz-s);
	}
	.culturetime .schedule_ttl {
		width: 110px;
	}
	.culturetime .theme_one {
		width: 96%;
	}
	.culturetime .theme_ttl {
		max-width: 70px;
	}
	.culturetime .theme_info {
		display: block;
	}
	.culturetime .infologo {
		width: 70%;
		margin: 0 auto 10px auto;
	}
	.culturetime .infotxt {
		padding-bottom: 10px;
	}
	.culturetime .theme_cast {
		display: block;
	}
	.culturetime .castimg {
		margin-bottom: 10px;
	}
	.culturetime .theme_otherinfo {
		display: block;
	}
	.culturetime .otherinfo_txt {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 300px) {
	.culturetime .schedule_info .txtone .onair p span {
		font-size: var(--fsz-s);
		padding: 3px 5px;
		margin-left: 5px;
	}
}
