@charset "utf-8";
:root{
	--nijiverse-color:rgba(220,80,107,1);
	--nijiverse-light-color:rgba(245,203,211,1);
	--nijiverse-sub-color:rgba(233,148,19,1);
	--nijiverse-sub-light-color:rgba(248,223,185,1);
}
#contentstitle h1 {
	background-color: var(--nijiverse-color);
	color: #fff;
}
#main h2 {
	color: var(--nijiverse-color);;
	border-left: 1em solid var(--nijiverse-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);
}


.headerbox {
	margin-bottom: 60px;
}
.headerbox .leadbox {
	margin-top: 30px;
}
.headerbox .leadbox p {
	color: var(--nijiverse-color);
	font-size: 130%;
	font-weight: 600;
	text-align: center;
	text-shadow: 1px 1px 10px var(--nijiverse-sub-light-color);
}
.headerbox .leadbox p span {
	display: inline-block;
}


.box {
	border: 2px solid var(--nijiverse-color);
	box-shadow: 5px 5px 0 0 var(--nijiverse-light-color);
	border-radius: 10px;
	padding: min(30px, 5vw);
	background-color: #fff;
}
.box .title {
	color: #1a1a1a;
	font-weight: 600;
	font-size: 140%;
	padding-left: 1.4em;
	padding-right: 0.2em;
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
.box .title::before {
	content: '★';
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
	text-align: left;
}
.box .title::after {
	content: '';
	height: .8em;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -.2em;
	background-color: var(--nijiverse-sub-light-color);
	z-index: -1;
	margin-left: -1.4em;
}
.box .inbox {
	margin-bottom: 30px;
}
.box .inbox:last-child {
	margin-bottom: 0;
}
.box .inbox.img {
	text-align: center;
}
.box .inbox.img img {
	max-width: 100%;
	max-height: 460px;
}
.box .inbox dl dt {
	font-weight: 600;
	font-size: 110%;
	padding: 0 5px;
	border-bottom: 1px solid var(--nijiverse-color);
	color: #1a1a1a;
}
.box .inbox dl dd {
	padding: 10px 0 20px;
}
.box .catch {
	font-size: 120%;
	color: var(--nijiverse-color);
	font-weight: 600;
}
/* アニメ版放送＆配信情報 */
table.onair {
	width: calc(100% - 20px);
	max-width: 800px;
	margin: 0 auto;
	letter-spacing: -.005em;
}
.onair tr td {
	padding: .5em 1em;
	line-height: 1.2;
	position: relative;
	border-bottom: 1px dotted var(--nijiverse-light-color);
}
/*.onair tr > td:first-child {
	border: none;
}*/
.onair tr > td:first-child {
	white-space: nowrap;
	width: 40%;
}
.onair tr > td:last-child {
	width: 60%;
}
@media screen and (max-width:480px){
	.onair tr > td:first-child {
		width: 50%;
	}
	.onair tr > td:last-child {
		width: 50%;
		padding-right: 0;
	}
}
.onair tr > td:first-child:not(.nomark)::after {
	content: '〉';
	position: absolute;
	right: 0em;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.onair tr td span {
	display: inline-block;
}



.box.live7th table {
	margin: 0 auto 30px;
}
.box.live7th table tr > td:first-child {
	white-space: nowrap;
	padding-right: 2em;
}
.box.live7th td {
	vertical-align: top;
}
.box.live7th td span {
	display: inline-block;
}




.followbtn.nijiverse {
	background-color: var(--nijiverse-color);
	border: 1px solid var(--nijiverse-sub-color);
	margin-bottom: 15px;
	color: #fff;
}
@media screen and (max-width:768px) {
	.followbtn.nijiverse {
		padding: 1em;
	}
	.followbtn.nijiverse::after {
		top: 1.05em;
	}
	.followbtn.nijiverse::before {
		top: 1.05em;
	}
}
.followbtn.nijiverse::after {
	color: #fff;
}
.followbtn:hover::after {
	color: var(--nijiverse-color);;
}
.followbtn:hover::before {
	color: var(--nijiverse-color);;
}

.followbtn.nijiverse:hover {
	background-color: #fff;
	color: var(--nijiverse-color);;
	text-decoration: none;
	border-color: var(--nijiverse-color);;
}

