@charset "UTF-8";
.top_bg{
	background: url(../../images/works/works_sp.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	height: 40vh;
}
.main_content{
	padding: 0 5%;
	text-align: center;
}
.works_cnt{
	margin-bottom: 30px;
}
.works_movie iframe{
	width: 100%;
	height: 200px;
}
.works_ttl{
	font-size: .9em;
	font-weight: 600;
}
.works_ttl::before{
	content: '';
	width: 10px;
	height: 10px;
	background: #333;
	display: inline-block;
	margin-right: 5px;
}

.works_ttl_new{
	font-weight: 600;
	font-size: .9em;
	letter-spacing: 0 !important;
}

.works_ttl_new::before{
	content: 'NEW!';
	text-align: center;
	display: inline-block;
	font-size: 10px;
	width: 50px;
	background: #b22222;
	color: #fff;
	padding: 4px 10px;
	margin-right: 10px;
	border-radius: 5px;
	position: relative;
}
.works_h2{
	font-size: 1.6em;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	display: inline-block;
	margin-bottom: 30px;
}
.works_h2::after {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	right: -5px;

}
.works_h2::before {
    content: "";
    display: block;
    border-bottom: 3px solid #b22222;
    position: absolute;
    width: 50%;
    bottom: 6px;
	left: -5px;

}
.works_h2 .arrow {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #b22222;
    border-right: 3px solid #b22222;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px;
}
.slider_sec{
	padding: 30px 5% 60px;
}
.slider_cnt{
	margin-bottom: 30px;
}
.slider_txt,
.works_li_ttl{
	font-size: .9em;
	font-weight: 600;
}
.slider_txt{
	text-align: center;
}
.slider_txt::before{
	content: '-';
}
.slider_txt::after{
	content: '-';
}

/*
.slick-next::before{
    background: none !important; 
}
.slick-prev::before{
	background: none !important; 
}*/
