@charset "utf-8";
#fullWrap:before{
	position:absolute;
	content:'';
	left:50%;
	top:130px;
	width:760px;
	height:760px;
	margin-left:-380px;
	background:url(../img/common/circle.png) no-repeat center center / contain;
	animation:rotateZ 16s ease-in-out infinite
}
@media screen and (max-width:768px){
	#fullWrap:before{
		top:-11.6vw;
		width:87.2vw;
		height:87.2vw;
		margin-left:-43.6vw
	}
}
.streaming__block {
	margin-bottom:3em;
}
.streaming__inner {
	width:960px;
	margin:0 auto 60px;
	line-height:2;
}
.streaming__inner h2 {
	height:30px;
	padding:0 10px;
	font-size:20px;
	line-height: 1.5;
	font-weight: 700;
	background:#c81515;
	color:#FFF;
	margin-bottom:25px;
}
.streaming__inner p {
	margin-bottom:1.5em;
}
.streaming__inner a,
.text-red {
	color:#c81515;
}
.streaming__lists {
	margin-bottom:1.5em;
}
.streaming__lists ul {
	padding-left:1em;
	margin-bottom:1.5em;
}
.streaming__lists li {
	margin-top:0.5em;
}
@media screen and (max-width: 768px){
	.streaming__inner {
		width:100%;
		font-size:1.2rem;
	}
	.streaming__inner h2 {
		height:auto;
		padding:0 3.2vw;
		font-size:1.5rem;
		margin-bottom:4vw;
		line-height:1.3;
	}
	.streaming__block {
		width:92%;
		margin:0 auto 3em;
	}
}
.gen_btn {
	display: inline-flex;
	width:auto;
	padding:0 20px;
	height:45px;
	background:#c81515;
	border-radius: 8px;
	color:#FFF;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
	font-size:16px;
	transition:all 0.3s ease;
	color:#FFF !important;
}
.gen_btn:hover {
	opacity:0.7;
}
@media screen and (max-width: 768px){
	.gen_btn {
		display: inline-flex;
		padding:0 3vw;
		height:9vw;
		border-radius: 2vw;
		font-size:1.2rem;
	}
}
.gen_btn1 {
	display: inline-flex;
	width:auto;
	padding:0 20px;
	height:45px;
	background:#c0bfc0;
	border-radius: 8px;
	color:#000;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
	font-size:16px;
	transition:all 0.3s ease;
	color:#000 !important;
	font-weight: bold;
}
.gen_btn1:hover {
	opacity:0.7;
}
@media screen and (max-width: 768px){
	.gen_btn1 {
		display: inline-flex;
		padding:0 3vw;
		height:9vw;
		border-radius: 2vw;
		font-size:1.2rem;
	}
}
.gen_btn2 {
	display: inline-flex;
	width:auto;
	padding:0 20px;
	height:45px;
	background:#f6d67b;
	border-radius: 8px;
	color:#000;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
	font-size:16px;
	transition:all 0.3s ease;
	color:#000 !important;
	font-weight: bold;
}
.gen_btn2:hover {
	opacity:0.7;
}
@media screen and (max-width: 768px){
	.gen_btn2 {
		display: inline-flex;
		padding:0 3vw;
		height:9vw;
		border-radius: 2vw;
		font-size:1.2rem;
	}
}

.indentB1 {
	display: block;
	padding-left: 50px;
	margin-bottom: -20px;
}

@media screen and (max-width: 768px){
	.indentB1 {
		padding-left: 0;
		margin-bottom: 0;
	}
	.indentBs {
		padding-left: 38px;
	}
}

.borderR {
	border: solid #f00 1px;
	padding: 30px;
	margin: 30px 0;
}

.str__titles {
	height:36px;
	background:#c81515;
	display: flex;
	justify-content: center;
	align-items: center;
}
.str__title {
	width:960px;
	font-size:20px;
	font-weight: 700;
}
.str__lists{
	border-top:1px solid #c81515;
	margin-bottom:45px
}
.str__lists li{
	border-bottom: 1px solid #c81515
}
.str__lists li a{
	display: block;
	text-decoration:none;
	position: relative;
	padding:18px 0;
}
.str__lists li a:after{
	content:'';
	position: absolute;
	left:0;
	bottom:-1px;
	height:1px;
	background:#FFF;
	width:0;
	transition:all 0.3s ease
}
.str__lists li a:hover:after{
	width: 100%
}
.str__listInner{
	display: flex;
	align-items: center;
	width:960px;
	margin:0 auto;
	justify-content: space-between;
	position:relative;
	padding-right:50px;
}
.str__listInner:after{
	content:'';
	width:10px;
	height:19px;
	background:url(../img/common/news_arrow.svg) no-repeat center center / contain;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	transition:all 0.3s ease
}
.str__lists li a:hover .movie__listInner:after{
	transform:translateX(5px)
}
@media screen and (max-width: 768px){
	.str__titles {
		height:2.8rem;
	}
	.str__title {
		font-size:1.6rem;
		width:87.2vw;
	}
	.str__lists{
		margin-bottom:9.3333vw
	}
	.str__lists li a{
		padding:3vw 0;
		font-size: 1.2rem
	}
	.str__listInner{
		flex-wrap: wrap;
		align-content:center;
		width:87.2vw;
		padding-right:8vw;
	}
	.str__listInner:after{
		width:2.5333vw;
		height:4.8vw;
		margin-top:-2.4vw
	}
}
