@charset "utf-8";
:root {
	--tv-light-color:rgba(235,111,139,.3);
}
#contentstitle h1 {
	background-color: var(--tv-color);
}
#main h2 {
	color: var(--tv-color);
	border-left: 1em solid var(--tv-color);
}
#main #contentsmenu {
	justify-content: center!important;
}
#main #contentsmenu li {
	width: calc(100% / 3)!important;
}
#main #contentsmenu li a {
	border-color: var(--tv-color);
	color: var(--tv-color)!important;
}
#main #contentsmenu li a:hover {
	border-color: var(--tv-color);
	background-color: var(--tv-color)!important;
}

#main .imgbox {
	text-align: center;
}

.sp {
	display: none;
}
@media screen and (max-width:480px) {
	.sp {
		display: inline;
	}
	.pc {
		display: none;
	}
}


/* アニメ版ストーリー */
.outline p {
	color: var(--tv-color);
	line-height: 2;
	letter-spacing: -.02em;
	font-weight: 100;
	margin-bottom: 2em;
	text-align: center;
	text-shadow: 0px 0px 10px var(--tv-light-color);
	-ms-text-shadow: 0px 0px 10px var(--tv-light-color);
}

.outline .btn {
	text-align: center;
}

/* アニメ版各話あらすじ */
main article > div.storybox {
	background-color: rgba(255,255,255,.5);
	box-shadow: 0px 0px 10px var(--tv-light-color);
	-ms-box-shadow: 0px 0px 10px var(--tv-light-color);
	overflow: hidden;
	border-radius: 10px;
	padding: 0;
}
.storybox h3 {
	border-left: 15px solid var(--tv-color);
	padding-left: 30px;
	font-size: 120%;
	color: var(--tv-color);
	text-shadow: 0px 0px 10px var(--tv-light-color);
	-ms-text-shadow: 0px 0px 10px var(--tv-light-color);
	margin: 30px 15px 15px;
}
.storybox .img {
	text-align: center;
}
@media screen and (min-width:640px) {
	.storybox .img {
		display: flex;
		justify-content: center;
	}
}
.storybox .img img {
	line-height: 0;
	font-size: 0;
	margin: 5px;
	width: 100%;
	max-width: 320px;
}
.storybox .txt {
	padding: 15px 30px 30px;
	line-height: 1.8;
}
.storybox [data-ruby] {
    position: relative;
}
.storybox [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.6em;
	text-align: center;
}
.storybox rt {
    display: none;
}






/* アニメ版キャスト＆スタッフ */
.cast {
	color: var(--tv-color);
	line-height: 1.1;
	font-weight: 100;
	margin-bottom: 3em;
	text-align: center;
	text-shadow: 0px 0px 10px var(--tv-light-color);
	-ms-text-shadow: 0px 0px 10px var(--tv-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;
}
.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;
	position: relative;
	border-bottom: 1px dotted var(--tv-light-color);
}
/*.onair table tr > td:first-child {
	border: none;
}*/
.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:not(.nomark)::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(--tv-light-color);
}
.onair dl dt strong {
	font-size: 140%;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 5px;
	color: var(--tv-color);
}
.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;
	}
}


/* animestreaming */
.strlist dl {
	padding-top: 15px;
}
.strlist dl dt {
	padding: .3em 1em;
	line-height: 1.2;
	border-bottom: 1px dotted var(--tv-light-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(--tv-color);
	border-color: var(--tv-color);
	margin-bottom: 15px;
}
@media screen and (max-width:768px) {
	.followbtn.tv {
		padding: 1em;
	}
.followbtn::after {
	top: 1.05em;
}
.followbtn::before {
	top: 1.05em;
}
}
.followbtn:hover::after {
	color: var(--tv-color);
}
.followbtn:hover::before {
	color: var(--tv-color);
}

.followbtn.tv:hover {
	background-color: var(--tv-light-color);
	color: var(--tv-color);
	text-decoration: none;
}


.bnrbtn {
	display: block;
	color: var(--tv-color);
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 1em;
	border-radius: .3em;
	position: relative;
	background-color: var(--tv-light-color);
	border-color: var(--tv-light-color);
	margin-bottom: 15px;
}
@media screen and (max-width:768px) {
	.bnrbtn {
		padding: 1em;
	}
}



/* タブ */
.tab_area {
	overflow:hidden;
	display:flex;
	/*display: none;*/
	margin:0;
	justify-content: center;
	position: relative;
	border-bottom: 2px solid var(--story-color);
}
	
.tab_area li {
	padding: .5em 0;
	text-align:center; 
	border-right: 1px dotted #ffb6b6; 
	cursor: pointer; 
	vertical-align:middle; 
	display:table-cell;  
	color:var(--story-color);
	background-color: #fff;
	margin-bottom: -2px;
	border-bottom: #fff;
	border-top: 1px solid #ffb6b6;
}
@media (min-width:481px) {
	.tab_area li {
		width: calc(100% / 3);
	}
}
@media (max-width:480px) {
	.tab_area li {
		width: calc(100% / 2.5);
	}
}
.tab_area li:first-child {
	border-left: 1px dotted #ffb6b6; 
}
	
.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(--story-color);
	background-color: var(--story-color)!important;
	color: #fff!important;
}
	
div.content_area.hide{display:none;}

