@charset "utf-8";
.contents2,
.contents2 * {
	box-sizing: border-box;
}
#midashibar {
	background-color: #c717fa;
}


.box {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 0;
}
.box .llbox {
	width: calc(100% - 20px)!important;
	margin: 0 auto 30px;		
    padding: 0.5em 1em;
    background: #f4f4f4;
    border-left: solid 20px #c717fa;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
	border-radius: 5px ;
}
.box .llbox p {
	font-size: 140%;
	font-weight: 400;
	color: #c717fa;
	text-shadow: 2px 2px 5px #d7b0ff;
	line-height: 1.2;
}
.box .llbox span {
	font-size: 70%;
	display: block;
}
.box .llbox span + br {
	display: none;
}
.jumptotop {
	padding: 0;
	text-align: center;
	margin-bottom: 60px;
	padding: 30px;
}

.streaming_category ul {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	gap: 10px;
	margin: auto auto 30px;;
}
.streaming_category ul li {
	width: calc(50% - 5px);
}
.streaming_category ul li.single {
	width: 100%;
}
.streaming_category ul li a {
	display: block;
	line-height: 1;
	background-color: #c717fa;
	border: 1px solid #c717fa;
	text-align: center;
	color: #fff;
	padding: .5em 0;
	border-radius: .3em;
}
.streaming_category ul li.now a {
	background-color: #fff;
	border: 1px solid #c717fa;
	color: #c717fa;
}
.streaming_category ul li:not(.now) a:hover {
	opacity: .8;
}
.streaming_category .followbtn {
	width: 80%;
	margin: auto;
}

.streaming_list {
	margin: 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 30px;
}
.streaming_list li {
	width: calc(50% - 10px);
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: rgba(255,255,255,.5);
	padding: calc(1.6em - 2px) 10px 15px;
	position: relative;
	line-height: 1;
}
.streaming_list li a:hover {
	opacity: .6;
}
.streaming_list li img {
	background-size: cover;
	background-position: center center;
	margin-bottom: 5px;
}
.streaming_list li a p {
	color: #444;
	font-weight: 600;
	font-size: 90%;
	letter-spacing: -.02em;
	word-break: break-word;
}
.streaming_list li .category {
	display: inline-block;
	position: absolute;
	right: -5px;
	top: -5px;
}
.streaming_list li .category span {
	border-radius: 3px;
	background-color: #c717fa;
	color: #fff;
	padding: .3em 1em;
	font-size: 80%;
}
.streaming_list li .category span.mvlist {
	background-color: #444;
	margin-right: 10px;
}
#contents2 > .jumptotop:last-child {
	margin-bottom: 0;
}
@media (min-width:768px) and (max-width:999px) {
}
@media (min-width:1000px) {
	body {
		background-image: url("../img/cd/bg.jpg");
	}
	.jumptotop {
		text-align: right;
	}
}



span + a .followbtn.line,
span + .followbtn.line,
a + a .followbtn.line,
a + .followbtn.line,
p + .followbtn.line,
br + .followbtn.line,
p + a .followbtn.line,
br + a .followbtn.line {
	margin-top: 10px;
}
a .followbtn,
.followbtn a {
	display: block;
	text-decoration: none;
	width: 80%;
	text-align: left;
	line-height: 1;
	padding: .5em 2em .5em 1em;
	border-radius: .3em;
	position: relative;
	transition: all .6s;
	box-sizing: border-box;
	background-color:#e4007f!important;
	border: 1px solid  #e4007f;
	color: #fff!important;
	margin: 0 auto 60px;
}
a .followbtn::after,
.followbtn a::after {
	position: absolute;
	content: '〉';
	display: block;
	right: .3em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all .6s;
	color: #fff!important;
}
a .followbtn::before,
.followbtn a::before {
	position: absolute;
	content: '〉';
	display: block;
	right: .6em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all .6s;
	color: #fff!important;
	opacity: 0;
}
a:hover .followbtn::before,
.followbtn a:hover::before {
	opacity: 1;
}
a:hover .followbtn,
.followbtn a:hover {
	text-decoration: none;
}
@media screen and (max-width:480px) {
	/*.followbtn {
		padding: 1em 2em 1em 1em;
	}*/
	.followbtn a {
		margin-bottom: 30px;
		width: 100%;
	}
}

.link {
	text-decoration: none!important;
}


.streaming .followbtn {
	margin: 0 20px;
}

@media(max-width:480px) {
	.streaming_list li {
		width: calc(50% - 10px);
		border: 1px solid #ccc;
		border-radius: 5px;
		background-color: rgba(255,255,255,.5);
		padding: calc(1.6em - 2px) 5px 10px;
		position: relative;
		line-height: 1;
	}
	.streaming_category ul li a {
		padding: 1em 0;
	}
	.followbtn a {
		padding: 1em 2em 1em 1em;
	}
}

.playlist_window, .playlist_window iframe {
	line-height: 0;
	max-width: 100vw;
	max-height: calc(100vw / 16 * 9);
}
.empty_box {
	padding: 6em 0;
	width: 100%;
}
.empty_box p {
	text-align: center!important;
}

