@charset 'UTF-8';
/* ==========================================================
スライダー再生停止ボタン
========================================================== */
.slider_btns
{
	text-align: right;
	margin: 0 5rem;
}

.slider_btns button
{
	border: 1px solid #989696;
	border-radius: 50%;
	background: none;
	text-indent: -1000px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	position: relative;
	cursor: pointer;
	display: none;
}



.slider_btns button.active
{
	display: inline-block;
}

/*停止ボタン*/
.slider_btns button.slick_pause:before,
.slider_btns button.slick_pause:after
{
    content: "";
    display: inline-block;
    width: 6px;
    height: 18px;
	color: #989696;
    background: #989696;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%,50%);
    z-index: 1;
	margin-right: 6px;
}


.slider_btns button.slick_pause:after
{
    left: 50%;
    right: auto;
    transform: translate(-50%,50%);
	margin-left: 6px;
	margin-right: auto;
}

/*再開ボタン*/
.slider_btns button.slick_start:after
{
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
	color: #989696;
    background: #989696;
    position: absolute;
    bottom: 50%;
    right: 45%;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translate(50%,50%);
    z-index: 1;
}

@media screen and (max-width: 767px) { 
	.slider_btns
	{
		padding-top: 20px;
	}
}

/* ==========================================================
スライダードット
========================================================== */
.campaign_slider .slick-dots li button,
.ott_slider .slick-dots li button{
	background: gray;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.campaign_slider .slick-dots li button:before,
.ott_slider .slick-dots li button:before{
	content: "";
}
.campaign_slider .slick-dots li.slick-active button,
.ott_slider .slick-dots li.slick-active button{
	background: #B51919;
}

/* ==========================================================
前後のボタン
========================================================== */
