@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, Robot, sans-serif;
}




#bangumi_table {
	padding: 10px 0;
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
}



#bangumi_table * {
	box-sizing: border-box;
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
}


#bangumi_table img {
	width: 100%;
	vertical-align: middle;
}

#bangumi_table h2 {
	font-size: 1.2em;
	font-weight: bold;
}
#bangumi_table h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#bangumi_table p, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bangumi_table a {
	text-decoration: none;
	color: inherit;
}

#bangumi_table .pc {display: block;}
#bangumi_table .sp {display: none;}



#bangumi_table .pachi-slot {
	background-color: #f03637;
	color: #fff;
}
#bangumi_table .mahjong {
	background-color: #1eb554;
	color: #fff;
}
#bangumi_table .anime {
	background-color: #2f8fd9;
	color: #fff;
}
#bangumi_table .variety {
	background-color: #ee7427;
	color: #fff;
}
#bangumi_table .premium {
	background-color: #dc4990;
	color: #fff;
}



#bangumi_table > h2 {
	font-size: 30px;
	margin: 1em 0;
}



#bangumi_table .schedule a {
	display: block;
	transition:all 0.2s ease;
}




#bangumi_table .schedule a:hover {
	opacity: .6;
}






#bangumi_table .table {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2em;
}

#bangumi_table .table .days {
	width: 14%;
	width: calc( 100% / 7 );

}


#bangumi_table .days h2 {
	text-align: center;
	font-size: 1.4em;
	margin: 0;
	padding: 3px 0;

	position: relative;
	color: #fff;
	background: #3d3d3d;
	font-weight: normal;
	border-right: solid 1px #fff;
}

#bangumi_table .days:last-of-type h2 {
	border-right: none;
}







#bangumi_table .program {
	padding: .5em;
	margin: 0;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}







#bangumi_table .table .days:first-of-type .program {
	border-left: solid 1px #ccc;
}


#bangumi_table .program-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#bangumi_table .program-wrap .program {
	width: 14.28571428571429%;
	width: calc( 100% / 7 );
	border-left: none;
}
@media all and (-ms-high-contrast: none) { /* IE対応 */
	#bangumi_table .program-wrap .program {
		width: 14.28571428571429%;
	}
}




#bangumi_table .program-wrap .program:first-of-type,
#bangumi_table .program-wrap .program:nth-of-type(7n + 1) {
	border-left: solid 1px #ccc;
}


#bangumi_table .program a {
	width: 100%;
	height: 100%;
	display: block;
}

#bangumi_table .program .program_inner {
	width: 100%;
	height: 100%;
	position: relative;
}


#bangumi_table .program .title {
	margin: 0 0 1.6em;
	display: -webkit-box;
	/*
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.6em;
    */
	line-height: 1.2;
}



#bangumi_table .program .image {
	text-align: center;
	margin-bottom: .5em;
	position: relative;
	width: 100%;
	padding-top: 56.2%;
}
#bangumi_table .program .image img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: solid 1px #ccc;
}



#bangumi_table .program .regular {
	text-align: center;
	font-size: .9em;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: block;
}


#bangumi_table .program.clear {
	background-color: #eee;
}




#bangumi_table .cat i {
	font-style: normal;
	display: block;
	display: inline-block;
	width: 6em;
	text-align: center;
	margin-right: .3em;
	font-size: .8em;
	line-height: 1.6;
	margin-bottom: .5em;
}

#bangumi_table .cat i:last-of-type {
	margin-right: 0;
}

#bangumi_table .cat i.pachi-slot:before {
	content: 'パチ・スロ';
}

#bangumi_table .cat i.mahjong:before {
	content: '麻雀';
}

#bangumi_table .cat i.anime:before {
	content: 'アニメ';
}


#bangumi_table .cat i.variety:before {
	content: 'バラエティ';
}

#bangumi_table .cat i.premium:before {
	content: 'プレミアム';
}



/*  トップに戻るボタン  */
#bangumi_table #scroll-top {
    position: fixed;
    height: 3rem;
    width: 3rem;
    color: #fff;
    text-align: center;
    right: 1.5em;
    bottom: 2em;
    display: none;
    margin: 0;
    cursor: pointer;
    background-color: #626063;
    border-radius: 100%;
    line-height: 1.8;
	z-index: 20;
	opacity: 0.8;
}
#bangumi_table #scroll-top:after {
	content: '';
	border: solid .8rem transparent;
	border-bottom: solid .8rem #fff;
	border-top: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

#bangumi_table .caution {
	font-size: .8em;
	margin: 2em 0;
}
#bangumi_table .caution p {
	margin: .2em 0;
}
#bangumi_table .caution span {
	line-height: 1.4;
}


@media screen and (max-width: 768px){

#bangumi_table {
	padding: 3vw 0;
	width: 100%;
}

#bangumi_table * {
	font-size: 14px;
}


#bangumi_table h3 {
	font-size: 1em;
	font-weight: bold;
}


#bangumi_table .pc {display: none;}
#bangumi_table .sp {display: block;}


#bangumi_table > h2 {
	padding: 0 3%;
	margin: 0;
}


#bangumi_table .menu.sp {
	padding: 0 3%;
}

#bangumi_table .menu.sp .select-week {
	position: relative;
	margin: 1em 0 2em;
}
#bangumi_table .menu.sp .select-week:after {
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	border-left: .6em solid transparent;
	border-right: .6em solid transparent;
	border-top: .6em solid #DC4991;
	pointer-events: none;
}
#bangumi_table .menu.sp select {
	width: 100%;
	padding: .5em 1em;
	font-size: 1rem;
	-webkit-appearance: none;
	appearance: none;
	border: solid 1px #aaa;
	border-radius: 0;
	background-color: #fff;
}


#bangumi_table .menu.sp select::-ms-expand {
    display: none;
}
#bangumi_table .menu.sp select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}
#bangumi_table .menu.sp p {
	margin: .5em 0;
}
#bangumi_table .menu.sp p:before {
	content: '';
	width: .9em;
	height: .9em;
	background-color: #DC4991;
	margin-right: .5em;
	display: inline-block;
	vertical-align: baseline;
}

#bangumi_table .menu.sp ul li {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 49%;
	margin-right: 0;
	margin-bottom: .5em;

}

#bangumi_table .menu.sp ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1em;
}

#bangumi_table .schedule h2 {
	position: -webkit-sticky;
	position: sticky;
	top: var(--header-height);
	top: calc( var(--header-height) - 1px );
	z-index: 10;
	border-bottom: none;
	margin: 0;
	font-size: 20px;
	border-radius: 0;
	background: linear-gradient(#666 0%, #666 50%, #333 50%, #000 100%);
	border-right: none;
}

#bangumi_table .schedule a:hover {
	opacity: 1;
}


#bangumi_table .table,
#bangumi_table .program-wrap {
	display: block;
	margin-bottom: 0;
}

#bangumi_table .table .days,
#bangumi_table .program-wrap .program {
	width: 100%;
}

#bangumi_table .program .program_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: static;
}


#bangumi_table .program {
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: solid 1px #ccc;
}


#bangumi_table .program.clear {
	display: none;
}


#bangumi_table .content_wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow :1;
	padding-left: 2%;
	position: relative;
}



#bangumi_table .program .image {
	padding: 0;
	width: 45%;
	flex-basis: 45%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	position: static;

}

#bangumi_table .program .image img {
	position: static;
	transform: none;
}






#bangumi_table .program .regular {
	font-size: .9em;
}


#bangumi_table .program .title {
	overflow: visible;
	max-height: 100%;
	-webkit-box-orient: unset;
	-webkit-line-clamp: unset;
font-size: 90%;
font-weight: bold;
}


#bangumi_table .cat i {
	width: 7em;
	font-size: .7em;
	vertical-align: top;
	display: inline-block;
}




/*  トップに戻るボタン  */
#bangumi_table #scroll-top {
	right: 3vw;
	bottom: 80px;
    height: 60px;
    width: 60px;
}
#bangumi_table #scroll-top:after {
	border: solid 14px transparent;
	border-bottom: solid 14px #fff;
	border-top: none;
}

#bangumi_table .caution {
	padding: 0 3%;
}
#bangumi_table .caution.app {
	margin-bottom: 60px;
}




}






@media screen and (min-width: 769px){

	#bangumi_table {
		visibility:hidden;
	}
}