@charset "UTF-8";
.movie_contnts {
  /*横レイアウト無理
  .movie_single{
  	display: flex;
  	@include mq-down() {
  		display: block;
  	}
  	.pickup_movie{
  		width: 65%;
  		@include mq-down() {
  			width: 100%;
  		}
  	}
  }
  .relation_movie{
  	width: 35%;
  	background: #fff;
  	margin-top: 0;
  	padding: 20px;
  	box-sizing: border-box;
  	@include mq-down() {
  		width: 100%;
  		background: #f3f3f3;
  		margin-top: 0;
  		padding: 30px 16px;
  	}
  	h2.title{
  		font-weight: bold;
  		font-size: 22px;
  		padding-bottom: 10px;
  		//color: #ff299b;
  		color: #333;
  		position: relative;
  		@include mq-down() {
  			text-align: center;
  			padding-bottom: 20px;
  		}
  		&:after {
  		    position: absolute;
  		    content: "";
  		    width: 73px;
  		    height: 3px;
  		    background: #e6328c;
  		    z-index: 10;
  		    bottom: 0;
  		    left: 0;
  		   	@include mq-down() {
  		    width: 50px;
  		    height: 5px;
  		    left: 50%;
  		    margin-left: -25px;
  		    }
  		}
  	}
  	ul{
  		margin-top: 25px;
  		li{
  			width: 100%;
  			margin-right: 0;
  			& ~ li{
  				margin-top: 25px;
  			}
  			@include mq-down() {
  				width: 100%;
  				margin-right: 0;
  				& ~ li{
  					margin-top: 25px;
  				}
  			}
  			&:nth-child(4n){
  				margin-right: 0;
  			}
  			a{
  				display: flex;
  				justify-content: space-between;
  			}
  			.thm_img{
  				width: 30%;
  				@include mq-down() {
  					width: 30%;
  				}
  				img{
  					border-radius: 5px;
  				}
  			}
  			.txt_wrap{
  				width: 68%;
  				@include mq-down() {
  					margin-top: 0;
  					width: 68%;
  				}
  				h2{
  					font-size: 13px;
  					color: #333;
  					@include mq-down() {
  						font-size: 14px;
  					}
  				}
  				.date{
  					color: #ccc;
  					font-size: 12px;
  					@include mq-down() {
  						font-size: 11px;
  					}
  				}
  			}
  			.tag_list {
  				padding-left: 32%;
  				@include mq-down() {
  					padding-left: 32%;
  				}
  				a {
  					font-size: 11px;
  					display: inline-block;
  					border: 1px solid #e6328c;
  					color: #e6328c;
  					padding: 0.15em 0.75em;
  					margin-right: 0.5em;
  					border-radius: 5px;
  					margin-top: 0.5em;
  					@include mq-down() {
  						font-size: 10px;
  					}
  					&:last-child{
  						margin-right: 0;
  					}
  				}
  			}
  		}
  	}
  }*/
}
.movie_contnts img {
  max-width: 100%;
}
.movie_contnts .section_title {
  background: #fff;
  height: 140px;
  margin: 0 0 15px 0;
  padding: 0 0 0 70px;
  align-items: center;
  justify-content: flex-start;
}
.movie_contnts .section_title::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .movie_contnts .section_title {
    height: auto;
    margin: 0;
    padding: 20px 0;
    justify-content: center;
  }
}
.movie_contnts .pickup_movie {
  background: #fff;
}
.movie_contnts .pickup_movie a {
  display: block;
}
.movie_contnts .pickup_movie .thm_img img {
  width: 100%;
}
.movie_contnts .pickup_movie .movie_play {
  position: relative;
  padding-bottom: 56.25%;
  cursor: pointer;
}
.movie_contnts .pickup_movie .movie_play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_contnts .pickup_movie .txt_wrap {
  padding: 25px 20px 20px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .pickup_movie .txt_wrap {
    padding: 16px 16px 6px;
  }
}
.movie_contnts .pickup_movie .txt_wrap h2 {
  font-size: 24px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .movie_contnts .pickup_movie .txt_wrap h2 {
    font-size: 16px;
  }
}
.movie_contnts .pickup_movie .txt_wrap .date {
  font-size: 14px;
  color: #ccc;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .pickup_movie .txt_wrap .date {
    font-size: 11px;
  }
}
.movie_contnts .pickup_movie .txt_wrap .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .pickup_movie .txt_wrap .txt {
    font-size: 13px;
  }
}
.movie_contnts .pickup_movie .tag_list {
  padding: 0 20px 25px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .pickup_movie .tag_list {
    padding: 0 16px 30px;
  }
}
.movie_contnts .pickup_movie .tag_list a {
  display: inline-block;
  border: 1px solid #e6328c;
  color: #e6328c;
  padding: 0.15em 0.75em;
  margin-right: 0.5em;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .pickup_movie .tag_list a {
    font-size: 10px;
    margin-top: 0.5em;
  }
}
.movie_contnts .pickup_movie .tag_list a:last-child {
  margin-right: 0;
}
.movie_contnts .relation_movie {
  background: #fff;
  margin-top: 15px;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie {
    background: #f3f3f3;
    margin-top: 0;
    padding: 30px 16px;
  }
}
.movie_contnts .relation_movie h2.title {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie h2.title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.movie_contnts .relation_movie h2.title:after {
  position: absolute;
  content: "";
  width: 73px;
  height: 3px;
  background: #e6328c;
  z-index: 10;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie h2.title:after {
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
  }
}
.movie_contnts .relation_movie ul {
  margin-top: 25px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul {
    display: block;
  }
}
.movie_contnts .relation_movie ul li {
  width: 24%;
  margin-right: 1.33%;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul li {
    width: 100%;
    margin-right: 0;
  }
  .movie_contnts .relation_movie ul li ~ li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #c8c8c8;
  }
  .movie_contnts .relation_movie ul li:nth-child(n+4) {
    display: none;
  }
}
.movie_contnts .relation_movie ul li:nth-child(5n) {
  margin-right: 0;
}
.movie_contnts .relation_movie ul li .movie_wrap {
  position: relative;
}
.movie_contnts .relation_movie ul li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul li a {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul li .thm_img {
    width: 30%;
  }
}
.movie_contnts .relation_movie ul li .thm_img img {
  border-radius: 5px;
}
.movie_contnts .relation_movie ul li .txt_wrap {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul li .txt_wrap {
    margin-top: 0;
    width: 68%;
  }
}
.movie_contnts .relation_movie ul li .txt_wrap h2 {
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul li .txt_wrap h2 {
    font-size: 14px;
  }
}
.movie_contnts .relation_movie ul li .txt_wrap .date {
  color: #ccc;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul li .txt_wrap .date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul li .tag_list {
    padding-left: 32%;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.movie_contnts .relation_movie ul li .tag_list a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #e6328c;
  color: #e6328c;
  padding: 0.15em 0.75em;
  margin-right: 0.5em;
  border-radius: 5px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .relation_movie ul li .tag_list a {
    font-size: 10px;
  }
}
.movie_contnts .relation_movie ul li .tag_list a:last-child {
  margin-right: 0;
}
.movie_contnts .archive_movie {
  background: #fff;
  margin-top: 15px;
  padding: 25px 20px 40px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie {
    background: #f3f3f3;
    margin-top: 0;
    padding: 30px 16px;
  }
}
.movie_contnts .archive_movie h2.title {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie h2.title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.movie_contnts .archive_movie h2.title:after {
  position: absolute;
  content: "";
  width: 73px;
  height: 3px;
  background: #e6328c;
  z-index: 10;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie h2.title:after {
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
  }
}
.movie_contnts .archive_movie h3 {
  font-size: 16px;
  margin: 0.75em 0 0 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie h3 {
    font-size: 15px;
    margin: 1em 0 0 0;
  }
}
.movie_contnts .archive_movie h3 span {
  background: linear-gradient(transparent 70%, rgba(230, 50, 140, 0.6) 70%);
}
.movie_contnts .archive_movie ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul {
    display: block;
  }
}
.movie_contnts .archive_movie ul li {
  width: 24%;
  margin-right: 1.33%;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li {
    width: 100%;
    margin-right: 0;
  }
  .movie_contnts .archive_movie ul li ~ li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #c8c8c8;
  }
}
.movie_contnts .archive_movie ul li:nth-child(4n) {
  margin-right: 0;
}
.movie_contnts .archive_movie ul li:nth-child(n+5) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li:nth-child(n+5) {
    margin-top: 25px;
  }
}
.movie_contnts .archive_movie ul li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li a {
    display: flex;
    justify-content: space-between;
  }
}
.movie_contnts .archive_movie ul li .movie_wrap {
  position: relative;
}
.movie_contnts .archive_movie ul li .ranking {
  background-color: #e6328c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .ranking {
    position: absolute;
    left: -10px;
    top: -12px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
}
.movie_contnts .archive_movie ul li .ranking .num {
  font-size: 16px;
  margin-right: 0.1em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .ranking .num {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .thm_img {
    width: 30%;
  }
}
.movie_contnts .archive_movie ul li .thm_img img {
  border-radius: 5px;
}
.movie_contnts .archive_movie ul li .ranking + .thm_img img {
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .ranking + .thm_img img {
    border-radius: 5px;
  }
}
.movie_contnts .archive_movie ul li .txt_wrap {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .txt_wrap {
    margin-top: 0;
    width: 68%;
  }
}
.movie_contnts .archive_movie ul li .txt_wrap h2 {
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .txt_wrap h2 {
    font-size: 14px;
  }
}
.movie_contnts .archive_movie ul li .txt_wrap .date {
  color: #ccc;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .txt_wrap .date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .tag_list {
    padding-left: 32%;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.movie_contnts .archive_movie ul li .tag_list a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #e6328c;
  color: #e6328c;
  padding: 0.15em 0.75em;
  margin-right: 0.5em;
  border-radius: 5px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .archive_movie ul li .tag_list a {
    font-size: 10px;
  }
}
.movie_contnts .archive_movie ul li .tag_list a:last-child {
  margin-right: 0;
}
.movie_contnts .new_movie {
  background: #fff;
  margin-top: 15px;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie {
    background: #f3f3f3;
    margin-top: 0;
    padding: 30px 16px;
  }
}
.movie_contnts .new_movie h2.title {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie h2.title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.movie_contnts .new_movie h2.title:after {
  position: absolute;
  content: "";
  width: 73px;
  height: 3px;
  background: #e6328c;
  z-index: 10;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie h2.title:after {
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
  }
}
.movie_contnts .new_movie ul {
  margin-top: 25px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul {
    display: block;
  }
}
.movie_contnts .new_movie ul li {
  width: 24%;
  margin-right: 1.33%;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul li {
    width: 100%;
    margin-right: 0;
  }
  .movie_contnts .new_movie ul li ~ li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #c8c8c8;
  }
  .movie_contnts .new_movie ul li:nth-child(n+4) {
    display: none;
  }
}
.movie_contnts .new_movie ul li:nth-child(4n) {
  margin-right: 0;
}
.movie_contnts .new_movie ul li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul li a {
    display: flex;
    justify-content: space-between;
  }
}
.movie_contnts .new_movie ul li .movie_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul li .thm_img {
    width: 30%;
  }
}
.movie_contnts .new_movie ul li .thm_img img {
  border-radius: 5px;
}
.movie_contnts .new_movie ul li .txt_wrap {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul li .txt_wrap {
    margin-top: 0;
    width: 68%;
  }
}
.movie_contnts .new_movie ul li .txt_wrap h2 {
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul li .txt_wrap h2 {
    font-size: 14px;
  }
}
.movie_contnts .new_movie ul li .txt_wrap .date {
  color: #ccc;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul li .txt_wrap .date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul li .tag_list {
    padding-left: 32%;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.movie_contnts .new_movie ul li .tag_list a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #e6328c;
  color: #e6328c;
  padding: 0.15em 0.75em;
  margin-right: 0.5em;
  border-radius: 5px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .new_movie ul li .tag_list a {
    font-size: 10px;
  }
}
.movie_contnts .new_movie ul li .tag_list a:last-child {
  margin-right: 0;
}
.movie_contnts .cate_movie {
  background: #fff;
  margin-top: 15px;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie {
    margin-top: 0;
    padding: 30px 16px;
  }
}
.movie_contnts .cate_movie h2.title {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie h2.title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.movie_contnts .cate_movie h2.title:after {
  position: absolute;
  content: "";
  width: 73px;
  height: 3px;
  background: #e6328c;
  z-index: 10;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie h2.title:after {
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
  }
}
.movie_contnts .cate_movie .cate_wrap {
  margin-top: 30px;
}
.movie_contnts .cate_movie .cate_wrap ~ .cate_wrap {
  margin-top: 50px;
}
.movie_contnts .cate_movie h3 {
  font-weight: bold;
  color: #e6328c;
  font-size: 21px;
  margin: 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie h3 {
    font-size: 18px;
    margin: 0 15px;
  }
}
.movie_contnts .cate_movie h3::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 1px);
  left: 0;
  width: 100%;
  border-bottom: 2px dotted #e6328c;
  z-index: 0;
}
.movie_contnts .cate_movie h3 span {
  display: inline-block;
  background-color: #fff;
  padding-right: 0.5em;
  position: relative;
  z-index: 1;
}
.movie_contnts .cate_movie h4 {
  font-size: 16px;
  margin: 0.1em 30px 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie h4 {
    font-size: 15px;
    margin: 0.2em 15px 0;
  }
}
.movie_contnts .cate_movie h4 span {
  background: linear-gradient(transparent 70%, rgba(230, 50, 140, 0.6) 70%);
}
.movie_contnts .cate_movie .cat_link {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie .cat_link {
    margin: 20px 0 0;
  }
}
.movie_contnts .cate_movie .cat_link a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #e6328c;
  padding: 10px 10px;
  width: 248px;
  border: 2px solid #e6328c;
  border-radius: 62px;
  margin: 0 auto;
}
.movie_contnts .cate_movie .slider-wrapper {
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: 25px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie .slider-wrapper {
    padding: 0 10px;
    margin-top: 20px;
  }
}
.movie_contnts .cate_movie .slider-wrapper .slider {
  box-sizing: border-box;
}
.movie_contnts .cate_movie .slider-wrapper .slider li {
  padding: 0 5px 1px;
  box-sizing: border-box;
}
.movie_contnts .cate_movie .slider-wrapper .slider li a {
  display: block;
}
.movie_contnts .cate_movie .slider-wrapper .slider li .thm_img img {
  border-radius: 5px;
}
.movie_contnts .cate_movie .slider-wrapper .slider li .txt_wrap {
  margin-top: 10px;
}
.movie_contnts .cate_movie .slider-wrapper .slider li .txt_wrap h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie .slider-wrapper .slider li .txt_wrap h2 {
    font-size: 14px;
  }
}
.movie_contnts .cate_movie .slider-wrapper .slider li .txt_wrap .date {
  color: #ccc;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie .slider-wrapper .slider li .txt_wrap .date {
    font-size: 11px;
  }
}
.movie_contnts .cate_movie .slider-wrapper .slider li .tag_list a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #e6328c;
  color: #e6328c;
  padding: 0.15em 0.75em;
  margin-right: 0.5em;
  border-radius: 5px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .cate_movie .slider-wrapper .slider li .tag_list a {
    font-size: 10px;
  }
}
.movie_contnts .cate_movie .slider-wrapper .slider li .tag_list a:last-child {
  margin-right: 0;
}
.movie_contnts .ranking_movie {
  background: #fcd8eb;
  margin-top: 15px;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie {
    margin-top: 0;
    padding: 30px 16px;
  }
}
.movie_contnts .ranking_movie h2.title {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie h2.title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.movie_contnts .ranking_movie h2.title:after {
  position: absolute;
  content: "";
  width: 73px;
  height: 3px;
  background: #e6328c;
  z-index: 10;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie h2.title:after {
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking {
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: 25px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking {
    padding: 0;
    margin-top: 25px;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking {
  box-sizing: border-box;
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li {
  padding: 0 5px 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li {
    padding: 0;
  }
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li ~ li {
    margin-top: 25px;
  }
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li:nth-child(n+6) {
    display: none;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .ranking {
  background-color: #e6328c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .ranking {
    position: absolute;
    left: -10px;
    top: -12px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .ranking .num {
  font-size: 16px;
  margin-right: 0.1em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .ranking .num {
    margin-right: 0;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .movie_wrap {
  position: relative;
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li a {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .thm_img {
    width: 30%;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .thm_img img {
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .thm_img img {
    border-radius: 5px;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .txt_wrap {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .txt_wrap {
    margin-top: 0;
    width: 68%;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .txt_wrap h2 {
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .txt_wrap h2 {
    font-size: 14px;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .txt_wrap .date {
  color: #888;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .txt_wrap .date {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .tag_list {
    padding-left: 32%;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .tag_list a {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #e6328c;
  color: #e6328c;
  padding: 0.15em 0.75em;
  margin-right: 0.5em;
  border-radius: 5px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .tag_list a {
    font-size: 10px;
  }
}
.movie_contnts .ranking_movie .slider-wrapper-ranking .slider-ranking li .tag_list a:last-child {
  margin-right: 0;
}
.movie_contnts .ranking_movie .rank_open {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .movie_contnts .ranking_movie .rank_open {
    display: block;
    text-align: center;
    margin: 20px 0 0;
  }
}
.movie_contnts .ranking_movie .rank_open a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #e6328c;
  padding: 10px 10px;
  width: 248px;
  border: 2px solid #e6328c;
  border-radius: 62px;
  margin: 0 auto;
}

.arrowPrev {
  display: block;
  width: 10px;
  height: 21px;
  margin-top: -11px;
  background: url(../img/movie/arrow_l.png) no-repeat center center;
  background-size: 10px 21px;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .arrowPrev {
    width: 24px;
    height: 50px;
    margin-top: -25px;
    background: url(../img/movie/arrow_l.png) no-repeat center center;
    background-size: 24px 50px;
    transition: 0.3s;
  }
  .arrowPrev:hover {
    opacity: 0.7;
  }
}

.arrowNext {
  display: block;
  width: 10px;
  height: 21px;
  margin-top: -11px;
  background: url(../img/movie/arrow_r.png) no-repeat center center;
  background-size: 10px 21px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .arrowNext {
    width: 24px;
    height: 50px;
    margin-top: -50px;
    background: url(../img/movie/arrow_r.png) no-repeat center center;
    background-size: 24px 50px;
    transition: 0.3s;
  }
  .arrowNext:hover {
    opacity: 0.7;
  }
}

.slick-track {
  display: flex;
  align-items: stretch;
}

.slick-slide {
  height: auto;
  float: none;
}

.slick-slide:focus {
  outline: none;
}

.ranking-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ranking-title-wrap {
    display: block;
  }
  .ranking-title-wrap .page_raceresults_archive {
    padding: 0;
    margin-top: 20px;
  }
}