@charset "utf-8";
:root{
	--niji4-color:#fff110;
	--niji4-light-color:#fff770;
}
#contentstitle h1 {
	background-color: var(--niji4-color);
	color: #000;
}
#main h2 {
	color: #000;
	border-left: 1em solid var(--niji4-color);
}


.imgbox {
	text-align: center;
	margin-bottom: 30px;
}
.niji4 * {
	color: #000;
}
.niji4 p {
	text-align: center;
	color: #111;
}
.niji4 p span {
	display: inline-block;
}

.niji4 p.catch {
	font-size: 320%;
	font-weight: 800;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	text-shadow: 0px 0px 10px var(--niji4-light-color);
	-ms-text-shadow: 0px 0px 10px var(--niji4-light-color);
}
.niji4 p.lead {
	font-size: 160%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	margin: 30px 0;
	text-shadow: 0px 0px 10px var(--niji4-light-color);
	-ms-text-shadow: 0px 0px 10px var(--niji4-light-color);
}


.menu {
	margin-bottom: 30px;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu ul li {
	width: calc(100% / 2);
	padding: 5px;
}
.menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	border-radius: 3px;
	text-align: center;
	border-top: 5px solid;
	border-bottom: 5px solid;
	word-break: keep-all;
}
.menu ul li a:hover {
	opacity: .8;
	text-decoration: none;
}

@media screen and (max-width:480px) {
	.menu ul li {
		width: calc(100% / 2);
	}
	.menu ul li a {
		padding: 10px 5px;
	}
}
.menu ul li a {
	background-color: var(--base-color);
	border-top-color: var(--base-color);
	border-bottom-color: var(--base-color);
	color: #000;
}
.menu ul li a.now {
	border-bottom-color: var(--niji4-color);
}


.outline p {
	line-height: 2;
	letter-spacing: -.02em;
	font-weight: 400;
	margin-bottom: 2em;
	text-align: center;
	text-shadow: 0px 0px 10px var(--niji4-light-color);
	-ms-text-shadow: 0px 0px 10px var(--niji4-light-color);
}

.cast {
	line-height: 1.1;
	font-weight: 100;
	margin-bottom: 3em;
	text-align: center;
	text-shadow: 0px 0px 10px var(--niji4-light-color);
	-ms-text-shadow: 0px 0px 10px var(--niji4-light-color);
}
.cast dt {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.cast dd {
	padding-left: calc(50% + 10px);
	margin-bottom: 12px;
}
.cast dd p {
	line-height: 1.1;
	margin-bottom: 5px;
	text-align: left;
}
.cast dd p:last-child {
	margin-bottom: 0;
}



/* アニメ版放送＆配信情報 */
.onair table,
.onair dl {
	width: calc(100% - 20px);
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: -.005em;
}
.onair table tr td {
	padding: .5em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--tv-light-color);
	position: relative;
}
.onair table tr > td:first-child {
	white-space: nowrap;
	width: 40%;
}
.onair table tr > td:last-child {
	width: 60%;
}
@media screen and (max-width:480px){
	.onair table tr > td:first-child {
		width: 50%;
	}
	.onair table tr > td:last-child {
		width: 50%;
		padding-right: 0;
	}
}
.onair table tr > td:first-child::after {
	content: '〉';
	position: absolute;
	right: 0em;
	top: calc(50% - .55em);
}
.onair table tr td span {
	display: inline-block;
}
.onair .attention {
	font-size: 80%;
	letter-spacing: -.02em;
	text-align: right;
}

.onair dl dt {
	padding: .5em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--niji4-light-color);
}
.onair dl dt strong {
	font-size: 140%;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 5px;
	color: #111;
}
.onair dl dd {
	padding: 15px 1em 30px;
	line-height: 1.2;
}
@media screen and (min-width:481px) {
	.onair dl dd ul {
		display: flex;
		flex-wrap: wrap;
	}
	.onair dl dd ul li {
		width: 50%;
		padding-left: 10px;
	}
	.onair dl dd ul li.single {
		width: 100%;
		padding-left: 10px;
	}
}

.koremade {
	padding: 1em;
}
.koremade li {
	display: flex;
	align-items: stretch;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px dotted var(--base-color);
}
.koremade li:last-child {
	border: none;
}
.koremade li > div:first-child {
	width: 40%;
}
.koremade li > div:last-child {
	width: 60%;
	padding-left: 15px;
}
.koremade a {
	display: flex;
	background-color: var(--niji4-color);
	border: 2px solid var(--niji4-color);
	height: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-weight: 600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	line-height: 1;
	transition: .3s all;
}
.koremade a:hover {
	text-decoration: none;
	border: 2px solid var(--base-color);
}
.koremade a * {
	color: #4e4e4e;
}
.koremade a div {
	text-align: center;
}
@media (max-width:480px) {
	.koremade a {
		font-size: 120%;
	}
	.koremade a span {
		display: inline-block;
		font-size: 90%;
		padding-top: 5px;
	}
}
@media (min-width:481px) {
	.koremade a span::before {
		content: '：';
	}
}

.overseas {
	padding: 120px 0;
}
.overseas p {
	line-height: 2;
	letter-spacing: -.02em;
	font-weight: 400;
	margin-bottom: 2em;
	text-align: center;
	text-shadow: 0px 0px 10px var(--niji4-light-color);
	-ms-text-shadow: 0px 0px 10px var(--niji4-light-color);
}





.strlist dl {
	padding-top: 15px;
}
.strlist dl dt {
	padding: .3em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--niji4-color);
}
.strlist dl dt strong {
	font-size: 140%;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 5px;
	color: var(--tv-color);
}
.strlist dl dd {
	padding: .3em 1em 30px;
	line-height: 1.2;
}
.strlist ul {
	display: flex;
	flex-wrap: wrap;
}
.strlist ul li {
	font-size: 90%;
	margin-left: 1em;
	line-height: 1.5;
}
.strlist ul li::after {
	content: '、';
}
.strlist ul li:last-child::after {
	content: '';
}
.followbtn.tv {
	background-color: var(--niji4-color);
	border: 1px solid var(--niji4-color);
	margin-bottom: 15px;
	color: #111;
}
@media screen and (max-width:768px) {
	.followbtn.tv {
		padding: 1em;
	}
	.followbtn.tv::after {
		top: 1.05em;
	}
	.followbtn.tv::before {
		top: 1.05em;
	}
}
.followbtn.tv::after {
	color: #111;
}
.followbtn:hover::after {
	color: #111;
}
.followbtn:hover::before {
	color: #111;
}

.followbtn.tv:hover {
	background-color: var(--niji4-light-color);
	color: #111;
	text-decoration: none;
	border-color: #111;
}



.storybox {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}
.storybox h3 {
	background-color: var(--niji4-light-color);
	line-height: 1;
	padding: 5px 15px;
	text-align: center;
	border-radius: 1.5em;
	font-weight: 600;
	color: #333;
}
.storybox .img {
	text-align: center;
	padding: 10px 0;
}
.storybox .img img {
	max-width: 100%;
	border-radius: 5px;
	box-shadow: 5px 5px 0 0 rgba(0,0,0,.1);
}
@media (min-width:481px) {
	.storybox .txt p {
		text-align: center;
	}
}
@media (max-width:480px) {
	.storybox .txt p {
		text-align: left;
	}
	.storybox .txt p br {
		display: none;
	}
}


/* タブ */
.tab_area {
	overflow:hidden;
	display:flex;
	/*display: none;*/
	margin:0;
	justify-content: center;
	position: relative;
	border-bottom: 2px solid var(--base-color);
}
	
.tab_area li {
	padding: .5em 0;
	text-align:center; 
	border-right: 1px solid var(--base-color); 
	cursor: pointer; 
	vertical-align:middle; 
	display:table-cell;  
	color: #000;
	background-color: #fff;
	margin-bottom: -2px;
	border-bottom: #fff;
	border-top: 1px solid var(--base-color);
}
@media (min-width:481px) {
	.tab_area li {
		width: calc(100% / 3);
	}
}
@media (max-width:480px) {
	.tab_area li {
		width: calc(100% / 2.2);
	}
}
.tab_area li:first-child {
	border-left: 1px solid var(--base-color); 
}
	
.all_area { 
	background-color: transparent;/*#efefef*/
	padding: 0;/*10px*/ 
	/*overflow: hidden;*/
}
	
.all_area div.content_area {
	background-color: transparent;
	padding: 30px 0 0;/*10px*/ 
	/*border-top: 1px dotted #bbbbbb;*/
}

.tab_area li.select {
	background-image:none; 
	border-top:2px solid var(--base-color);
	background-color: var(--base-color)!important;
	color: #fff!important;
}
	
div.content_area.hide{display:none;}

.onair span.attention {
	padding-left: 1.2em;
	display: block;
	text-align: left;
	margin-top: .5em;
}
.onair span.attention::before {
	content: '※';
	display: inline-block;
	width: 1.2em;
	text-align: left;
	margin-left: -1.2em;
}
