@charset "utf-8";
.news6 img {
	width: 100%;
	height: auto;
	display: block;
}
.news6 .news6_cntarea {
	position: relative;
}
.news6 .container_tag,
.news6 .container_socialaccount {
	position: relative;
}
.news6 #topicPass {
	position: relative;
	z-index: 10;
	background: none;
}
.news6 #topicPass ul li {
	color: black;
}
.news6 #topicPass ul li a:link,
.news6 #topicPass ul li a:visited,
.news6 #topicPass ul li a:active {
	color: black;
}
.news6 .bg_decolationbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news6 .decolation_inner {
	position: sticky;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
}
.news6 .bg {
	width: 100%;
	height: 150vh;
	background: url(../images/1200w/bg.png) center center/cover no-repeat;
}
.news6 .bgline01 {
	position: absolute;
	top: -100%;
	right: -100%;
	width: 100%;
	height: 100vh;
	background: url(../images/SVG/bg-line01.svg) right top/55% no-repeat;
	transition: right 3s, top 3s;
}
.news6 .bgline02 {
	position: absolute;
	bottom: -100%;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: url(../images/SVG/bg-line02.svg) left bottom/55% no-repeat;
	transition: left 3s, bottom 3s;
}
.news6 .bgline01.loaded {
	right: 0;
	top: 0;
}
.news6 .bgline02.loaded {
	left: 0;
	bottom: 0;
}

.news6 main {
	padding: var(--p-m);
}
.news6 main,
.news6 .container_cnt {
	position: relative;
	z-index: 10;
}
.news6 .logo {
	width: 45%;
	margin-bottom: 20vh;
	position: relative;
	z-index: 10;
}
.news6 .conceptbox {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.news6 .concept_one {
	flex-basis: 32%;
	background: #e7f7ff;
	color: #0055cf;
	font-size: var(--fsz-l);
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 3% 10px 3%;
	border-radius: 20px;
	text-align: center;
}
.news6 .concept_ttl span {
	font-size: var(--fsz-s);
	font-weight: normal;
	display: block;
	margin-bottom: -5px;
}
.news6 .concept_txt {
	background: #0055cf;
	color: white;
	padding: 5px;
	margin-top: 20px;
	font-size: var(--fsz-n);
}
.news6 .dot_wakayama {
	position: absolute;
	top: 5%;
	right: 5%;
	transition: right 2s, scale 2s, translate 2s;
	scale: 1;
	translate: 0 0;
}
.news6 .dot_wakayama img {
	width: auto;
	height: 90vh;
}
.news6 .dot_wakayama.scrolled {
	scale: 3;
	right: 50%;
	translate: 50% 0;
	transition: right 2s, scale 2s, translate 2s;
}
.news6 .cnt_one {
	background: white;
	border-radius: 20px;
	padding: 3% 5%;
	margin-bottom: 20px;
}
.news6 .cnt_one:last-child {
	margin-bottom: 0;
}
.news6 .cast_box,
.news6 .corner_box {
	display: flex;
	flex-wrap: wrap;
}
.news6 .cast_box + .cnt_ttl {
	margin-top: 20px;
}
.news6 .cnt_ttl {
	background: linear-gradient(to right, #0055cf 0%, #00c8ec 100%);
	color: white;
	font-size: var(--fsz-l);
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box;
	flex-basis: 100%;
	margin-bottom: 20px;
}
.news6 .cast_one {
	flex-basis: 32%;
	text-align: center;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 20px;
}
.news6 .cast_one:nth-of-type(3n) {
	margin-right: 0;
}
.news6 .castimg {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding: 2px;
	background: linear-gradient(to right, #0055cf 0%, #00c8ec 100%);
	margin-bottom: 10px;
}
.news6 .castimg_inner {
	background: white;
	border-radius: 20px;
}
.news6 .castimg img {
	display: block;
}
.news6 .castname {
	font-size: var(--fsz-l);
	font-weight: bold;
	margin-bottom: 10px;
}
.news6 .castname span {
	display: table;
	margin: 0 auto;
	background: #00a1bf;
	color: white;
	font-size: var(--fsz-s);
	font-weight: normal;
	padding: 0 3px;
}
.news6 .weeks {
	display: flex;
	flex-wrap: wrap;
}
.news6 .weeks div {
	margin-right: 2%;
	color: white;
	flex-basis: 18%;
}
.news6 .weeks div:last-child {
	margin-right: 0;
}
.news6 .weeks div.mon {
	background: #e4851a;
}
.news6 .weeks div.tue {
	background: #f9bf09;
}
.news6 .weeks div.wed {
	background: #a2ca34;
}
.news6 .weeks div.thu {
	background: #0bb7b7;
}
.news6 .weeks div.fri {
	background: #4a82ff;
}
.news6 .castmovielink {
	margin-top: 15px;
}
.news6 .castmovielink .linkbtn {
	width: 100%;
	padding: 10px 2%;
	border-radius: 10px;
	font-size: var(--fsz-n);
}

.news6 .corner_one {
	flex-basis: 32%;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 15px;
	font-size: var(--fsz-n);
}
.news6 .corner_one:nth-child(3n) {
	margin-right: 0;
}
.news6 .corner_one p img {
	width: 100px;
	display: inline;
}
.news6 .corner_one .weeks {
	margin-bottom: 10px;
	text-align: center;
}
.news6 .box_side .bknumimg {
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 5px;
}
.news6 .box_side a {
	color: black;
}
.news6 .box_side .ytmovie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.news6 .box_side .ytmovie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.news6 .box_side .backnum_link {
	display: flex;
	align-items: center;
	background: white;
	padding: 5px;
	border-radius: 20px;
}
.news6 .box_side .backnum_link .cornerlogo {
	flex-basis: 100px;
}
.news6 .box_side .backnum_link .onairttl {
	flex-basis: calc(100% - 120px - 10px);
	padding: 0 5px;
	font-size: var(--fsz-n);
	line-height: 1;
}
.news6 .box_side .backnum_link .onairttl span {
	display: block;
	font-size: var(--fsz-s);
}
.news6 .box_side .backnum_link .linkarrow {
	flex-basis: 20px;
}
.news6 #sideArea {
	width: 100%;
	float: none;
}
.news6 #sideArea .sns iframe {
	width: 100% !important;
}
.news6 .bknum_ttl {
	background: #e7f7ff;
	color: #0055cf;
}

.news6 .nextonair_ttl {
	font-size: var(--fsz-m);
	border-radius: 50px;
	padding: 10px 3%;
	background: #005066;
	color: white;
}

.news6 .box_side.bangumi_sns {
	background: white;
	border-radius: 20px;
	padding: 25px 5%;
}

.news6 .box_side.bangumi_sns p {
	background: linear-gradient(to right, #0055cf 0%, #00c8ec 100%);
	color: white;
	font-size: var(--fsz-l);
	padding: 20px;
	box-sizing: border-box;
}
.news6 .box_side.bangumi_sns .icons {
	display: flex;
	justify-content: center;
}

.news6 .box_side.bangumi_sns a {
	flex-basis: calc(23% - 10px);
	margin: 20px 5px 0 5px;
	max-width: 65px;
}

@media screen and (max-width: 1100px) {
	.news6 .box_side .backnum_link .cornerlogo {
		flex-basis: 50px;
	}
	.news6 .box_side .backnum_link .onairttl {
		flex-basis: calc(100% - 70px - 10px);
	}
	.news6 .box_side .backnum_link .linkarrow {
		flex-basis: 20px;
	}
}
@media screen and (max-width: 897px) {
	.news6 .dot_wakayama {
		right: -7%;
	}
	.news6 .dot_wakayama img {
		height: 80vh;
	}
	.news6 .bgline01 {
		background: url(../images/SVG/bg-line01.svg) right top / 65% no-repeat;
	}
	.news6 .bgline02 {
		background: url(../images/SVG/bg-line02.svg) left bottom / 65% no-repeat;
	}
	.news6 .logo {
		width: 55%;
		margin-bottom: 10vh;
	}
	.news6 .conceptbox {
		display: block;
	}
	.news6 .concept_one {
		width: 55%;
		margin-bottom: 10px;
	}
	.news6 .container_cnt {
		display: block;
	}
	.news6 .container_main {
		margin-bottom: 20px;
	}
	.news6 .container_side {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.news6 .container_side .box_side {
		flex-basis: 48%;
	}
	.news6 .container_side .box_side:nth-child(1),
	.news6 .container_side .box_side:nth-child(2),
	.news6 .container_side .box_side:nth-child(3) {
		flex-basis: 100%;
	}
	.news6 #sideArea {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.news6 .dot_wakayama {
		top: 3%;
	}
	.news6 .dot_wakayama img {
		height: 50vh;
	}
	.news6 .logo {
		width: 70%;
		margin-bottom: 5vh;
	}
	.news6 .concept_one {
		width: 100%;
		margin-bottom: 5px;
	}
	.news6 .corner_one {
		flex-basis: 48%;
	}
}
@media screen and (max-width: 480px) {
	.news6 main {
		padding: 50px 3% 20% 3%;
	}

	.news6 .dot_wakayama {
		top: 25%;
	}
	.news6 .logo {
		width: 90%;
		margin: 0 auto 5vh auto;
	}
	.news6 .conceptbox {
		margin-bottom: 100%;
	}
	.news6 .concept_one {
		padding: 10px 3%;
	}
	.news6 .cast_one {
		flex-basis: 48%;
	}
	.news6 .caster .cast_one {
		flex-basis: 32%;
	}
	.news6 .castname {
		margin-bottom: 5px;
	}
	.news6 .castname span i {
		display: block;
	}

	.news6 .container_side {
		display: block;
	}
}
@media screen and (max-width: 360px) {
	.news6 .cast_box {
		display: block;
	}
	.news6 .castname span i {
		display: none;
	}

	.news6 .corner_box {
		display: block;
	}
	.news6 .corner_one {
		margin: 0 0 15px 0;
	}
}

/*otherpage用*/
.news6.otherpage .logo {
	width: 30%;
	margin: 0 auto 5vh auto;
}
.news6.otherpage .cnt_one .cornerlogo {
	margin: 0 auto 20px auto;
}
.news6.otherpage .cnt_one .cornerlogo img {
	width: auto;
	height: 250px;
	margin: 0 auto;
}
.news6.otherpage .corner_onairttl span {
	font-size: var(--fsz-n);
	display: block;
}
.news6.otherpage .movieArea {
	margin-bottom: 20px;
}
.news6.otherpage .pageLinkArea li span.current {
	background: #4a82ff;
	color: white;
}
.news6.otherpage .pageLinkArea li a,
.news6.otherpage .pageLinkArea li span {
	padding: 5px;
	background: #ddd;
	color: #0055cf;
	transition: all 0.2s;
}
.news6.otherpage .movieArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news6.otherpage .backnum_box {
	display: flex;
	flex-wrap: wrap;
}
.news6.otherpage .backnum_one {
	flex-basis: 31.33%;
	margin: 10px 1%;
	font-size: var(--fsz-n);
	line-height: 1;
}
.news6.otherpage .backnum_one a {
	overflow: hidden;
	border-radius: 20px;
	display: block;
}
.news6.otherpage .backnum_one p {
	background: #e7f7ff;
	color: #0055cf;
	padding: 10px;
	margin-top: 5px;
	border-radius: 20px;
}
.news6.otherpage .backnum_one p span {
	font-size: var(--fsz-s);
	display: block;
	margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
	.news6.otherpage .logo {
		width: 40%;
		margin: 0 auto 3vh auto;
	}
	.news6.otherpage .cnt_one .cornerlogo img {
		height: 200px;
	}
	.news6.otherpage .backnum_one {
		flex-basis: 48%;
	}
}
@media screen and (max-width: 480px) {
	.news6.otherpage .dot_wakayama {
		top: 15%;
	}
	.news6.otherpage .logo {
		width: 45%;
	}
	.news6.otherpage .cnt_one .cornerlogo img {
		height: 150px;
	}
}
@media screen and (max-width: 360px) {
	.news6.otherpage .backnum_box {
		display: block;
	}
}

/*ここ押し*/
.news6.kokooshi .backnum_title {
	display: flex;
	flex-wrap: wrap;
	background: none;
	flex-basis: 100%;
	margin-bottom: 10px;
}
.news6.kokooshi .backnum_title li {
	flex-basis: 18%;
	margin: 2px 1%;
	box-sizing: border-box;
	background: #4a82ff;
	font-size: var(--fsz-n);
	border-radius: 20px;
	text-align: center;
	transition: background 0.2s;
}
.news6.kokooshi .backnum_title li:hover {
	background: #00c8ec;
}
.news6.kokooshi .backnum_title li a {
	color: white;
	display: block;
	padding: 5px 2%;
}
.news6.kokooshi .sponcer img {
	display: inline;
	width: 100px;
}
@media screen and (max-width: 480px) {
	.news6.kokooshi .backnum_title li {
		flex-basis: 23%;
	}
}
/*SDGs*/
.news6.sdgs .sponsor {
	display: flex;
	flex-wrap: wrap;
}
.news6.sdgs .sponsorone {
	flex-basis: 48%;
	padding: 0 1%;
	margin-bottom: 15px;
}
.news6.sdgs .sponsorone p {
	background: #e7f7ff;
	color: #0055cf;
	padding: 5px 10px;
	border-radius: 20px;
	margin-top: 5px;
	text-align: center;
}
.news6.sdgs .sdgsttl {
	font-size: var(--fsz-l);
	font-weight: bold;
	display: flex;
	padding-bottom: 5px;
	border-bottom: 1px solid #40bbcd;
}
.news6.sdgs .sdgsttl img {
	width: 40px;
	display: inline;
	padding-right: 10px;
}
.news6.sdgs .sdgstxt {
	padding: 10px 30px;
	margin: 10px 0;
}
.news6.sdgs .sdgsone {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.news6.sdgs .sdgsone p {
	flex-basis: 15%;
}
.news6.sdgs .sdgsone p + p {
	flex-basis: 85%;
	box-sizing: border-box;
	padding: 0 20px;
}
.news6.sdgs .sdgsone p span {
	font-size: var(--fsz-l);
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
.news6.sdgs .sdgsone:nth-child(1) p span {
	color: #e4011e;
}
.news6.sdgs .sdgsone:nth-child(2) p span {
	color: #d6a600;
}
.news6.sdgs .sdgsone:nth-child(3) p span {
	color: #1b973a;
}
.news6.sdgs .sdgsone:nth-child(4) p span {
	color: #c50e28;
}
.news6.sdgs .sdgsone:nth-child(5) p span {
	color: #e83418;
}
.news6.sdgs .sdgsone:nth-child(6) p span {
	color: #00a6d9;
}
.news6.sdgs .sdgsone:nth-child(7) p span {
	color: #fabd00;
}
.news6.sdgs .sdgsone:nth-child(8) p span {
	color: #970a31;
}
.news6.sdgs .sdgsone:nth-child(9) p span {
	color: #ec6a06;
}
.news6.sdgs .sdgsone:nth-child(10) p span {
	color: #dc097b;
}
.news6.sdgs .sdgsone:nth-child(11) p span {
	color: #f5a20b;
}
.news6.sdgs .sdgsone:nth-child(12) p span {
	color: #d39206;
}
.news6.sdgs .sdgsone:nth-child(13) p span {
	color: #407936;
}
.news6.sdgs .sdgsone:nth-child(14) p span {
	color: #0075ba;
}
.news6.sdgs .sdgsone:nth-child(15) p span {
	color: #28a838;
}
.news6.sdgs .sdgsone:nth-child(16) p span {
	color: #004c88;
}
.news6.sdgs .sdgsone:nth-child(17) p span {
	color: #023067;
}
@media screen and (max-width: 360px) {
	.news6.sdgs .sponsor {
		display: block;
	}
}
/*マエオカスケッチ*/
.news6.maeokasketch .illustarea {
	margin-bottom: 20px;
}

.news6.maeokasketch .movie_none {
	padding: 40px 3%;
	text-align: center;
	font-size: var(--fsz-m);
	background: #f5f6f7;
	margin-bottom: 20px;
}

.news6.maeokasketch .illustarea div {
	background: #00a1bf;
	color: white;
	display: inline-block;
	padding: 10px;
	font-size: var(--fsz-l);
	font-weight: bold;
}
