@charset "utf-8";
/*****
series/sd.css
*****/

.series h1.title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0.5em;
}

.block.series {
  margin-bottom: 0;
  padding-bottom: 10%;
  background: #f0f0f0;
}
.article-series {
  margin: 1.4rem 0 0;
  padding: 1.2rem 0 6rem;
  background: #FFF;
  overflow: hidden;
}
.article-series .tit-box{
  margin-bottom: 1.4rem;
  padding: 0 0.8rem;
  align-items: flex-start;
}
.article-series .title{
  padding: 0;
  flex: 1;
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.article-series .title .series-end {
  padding: 6px;
  background: #ccc;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
}
.article-series .subtitle{
  padding: 0 12px;
  margin-bottom: 5%;
  display: block;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
}
.article-series .link {
  margin: 0;
  text-align: center;
}
.article-series .link a.btn {
  padding: 0;
  border-radius: 0;
  border: none;
  max-width: none;
  margin: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-series .link a.btn span {
  padding-bottom: 0;
  border-bottom: none;
  color: #2379ca;
  text-decoration: none;
  font-weight: bold;
}
.article-series .link a.btn span:after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  margin-bottom: 0.1em;;
  display: inline-block;
  border-bottom: solid 1px #2379ca;
  border-right: solid 1px #2379ca;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.article-series .list-series{
  position: relative;
  margin: 0 12px;
}
.article-series .list-series .swiper-wrapper{
  height: auto;
}
.article-series .list-series .slide .box-shadow{
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.28);
}
.article-series .list-series .slide-link{
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  display: block;
}
.article-series .list-series .slide {
  width: 80%;
}
.article-series .list-series .slide-img {
  height: 45vw;
  position: relative;
  overflow: hidden;
  background: #262626;
  line-height: 0;
}
.article-series .list-series .slide-img img{
  height: 100%;
  object-fit: cover;
}
.article-series .list-series .slide-img .normal {
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9;
}
.article-series .list-series .slide-img .fixed-height {
  width: auto;
  height: 45vw;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 9;
}
.article-series .list-series .bg-blur {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: -28px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  filter: blur(8px);
  z-index: 1;
  opacity: 0.5;
}
.article-series .list-series .slide-title-outer {
  padding: 2.5%;
}
.article-series .list-series .slide-title {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.article-series .list-series .slide-title .label-icon {
  display: inline-block;
  height: 15px;
  margin-right: 6px;
  padding: 1px 7px 0 6px;
  background: #f83f3f;
  line-height: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
}
.article-series .list-series .slide-detail{
  padding: 0 2.5% 2.5%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-series .list-series .slide-detail .cat a{
  display: flex;
  align-items: center;
}
.article-series .list-series .slide-detail .cat .list-author-icon{
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
}
.article-series .list-series .slide-detail .date {
  margin-left: auto;
}

.article-series .list-series .slide-last {
  width: 85%;
  height: inherit;
}
.article-series .list-series .slide-last-link {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.28);
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.article-series .list-series .slide-last-link:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  z-index: 1;
}
.article-series .list-series .slide-last-title {
  margin-top: calc(50% - 3.5em);
  padding: 0.75em 8%;
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-series .list-series .slide-last-title span {
  vertical-align: middle;
  color: #2379ca;
  text-decoration: none;
  font-weight: bold;
}

/* swiper */
.article-series .list-series .swiper-pagination{
  bottom: -45px;
}
.article-series .list-series .swiper-pagination-bullet{
  width: 24px;
  height: 24px;
  margin: 0 5px;
  background: none;
  position: relative;
  opacity: 1;
}
.article-series .list-series .swiper-pagination-bullet:after{
  position:absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  content: "";
  width: 14px;
  height: 14px;
  opacity: 0.2;
  background: #000;
  border-radius: 50%;
}
.article-series .list-series  .swiper-pagination-bullet-active:after{
  background: #000;
  opacity: 1;
}
.article-series .list-series .swiper-button-next,
.article-series .list-series .swiper-button-prev{
  top: inherit;
  bottom: -51px;
  width: auto;
}
.article-series .list-series .swiper-button-prev{
  left: 0;
}
.article-series .list-series .swiper-button-next{
  right: 0;
}
.article-series .list-series .swiper-button-prev:after,
.article-series .list-series .swiper-rtl .swiper-button-next:after,
.article-series .list-series .swiper-button-next:after,
.article-series .list-series .swiper-rtl .swiper-button-prev:after{
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
/* swiper end */

/* single */
.article-series.single {
  padding: 1.2rem;
}
.article-series.single .list-series .slide {
  margin: 0 auto!important;
}
/* single end */

/* other-series */
.other-series .block-header {
  margin: 2rem 0 1.4rem;
}
.other-series .block.series {
  padding-bottom: 0;
}
.other-series .btn-block.other-series-btn a.btn {
  margin: 10px auto;
}
/* other-series end */
