@charset "utf-8";
:root {
--bgColor: #fcf3e7;
--baseColor: #cd4b0c;
}
body{ background: var(--bgColor); }
/*--リンク--*/
a{color: var(--baseColor); display: inline-block;}
a:link,a:visited,a:hover{ text-decoration:none; }

/*--ガイドラバナー ------------------------- */
.gdora {
margin: 0 0 -41px 3px;
width: 298px;
}
.gdora img {
height:auto;
width: 100%;
}
/*--ガイドラバナー ------------------------- */
/* BTS ------------------------- */
#dceLink{
margin: 0% auto;
text-align: center;
max-width: 95%;
width: 100%;
}
#dceLink img{
max-width: 728px;
height: auto;
width: 100%;
}
#dceLink img:hover{
opacity: 0.6;
}
/* BTS ------------------------- */

#portal_title h1{
color: var(--baseColor);
}
#portal_title h1 span:nth-child(1)::before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-58%);
height: min(45px, 8vw);
width: min(45px, 8vw);
background-image: url(../img/cIcon.svg);
background-size: contain;
background-repeat: no-repeat;
}
#portal_title h1 span:nth-child(2){
border-top: dashed 1px var(--baseColor);
}
.p_link a,.p_link_right a{ color: var(--baseColor); }

/*-- メインコンテンツ / 曜日 --*/
h3{ border-bottom:solid 2px var(--baseColor); }
.day-mon_fri,.day-mon_sun,.day-other,.day-sat,.day-fri,.day-thu,.day-wed,.day-tue,.day-mon,.day-sun{ border-bottom:solid 4px var(--baseColor); }
.bangumi_title{ color: var(--baseColor); }
#loader{background-color: var(--bgColor);}

/* SP  -------------------------------------------------- */
@media screen and (max-width:900px) {
	a{
	color: var(--baseColor);
	display: inline-block;
	}
	#portal_header{
	min-height: auto;
	}
	.gdora {
	margin: 2% auto 0;
	width: 95%;
	}
	.gdora a {display: inline;}
	/* BTS ------------------------- */
	#dceLink{
	margin: 2% auto;
	width: 95%;
	}
}