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

/*****
TOP
*****/
.block.column-outer.top-series {
  width: auto;
  margin-bottom: 0;
  padding-bottom: 60px;
  background: #f0f0f0;
}
.block.column-outer.top-series .full-width {
  width: 1220px;
  margin: 0 auto;
  margin-bottom: 0;
}

.block.column-outer.top-series .block-header {
  margin-bottom: 0;
  padding: 20px 0 20px 0;
  background: #f0f0f0;
}

.block.column-outer.top-series .block-series {
  padding: 15px 15px 30px 15px;
}
.block.column-outer.top-series .series-link {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.block.column-outer.top-series .title {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2.0rem;
  color: #333;
}
.block.column-outer.top-series .title .series {
  display: block;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
}
.block.column-outer.top-series .title .subtitle {
  display: block;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
}

.block.column-outer.top-series .img-header {
  margin-top: auto;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.block.column-outer.top-series .img-header img {
  transition: all 0.3s;
}
.block.column-outer.top-series .series-link:hover .img-header img {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  transform: scale(1.1);
}
.block.column-outer.top-series .img-header .img-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.block.column-outer.top-series .series-link:hover .img-header .img-header-btn {
  opacity: 1;
}
.block.column-outer.top-series .img-header .img-header-btn p {
  padding: 2.5% 8%;
  display: inline-block;
  background: #fff;
  border-radius: 25px;
  line-height: 12px;
  line-height: 1.2rem;
  font-size: 12px;
  font-size: 1.2rem;
}
.block.column-outer.top-series .img-header .img-header-btn p span {
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
  border-bottom: 1px dotted #2379ca;
  font-weight: bold;
}
/*****
TOP end
*****/

/*****
Category
*****/
.block.category-series {
  padding: 25px 25px 0;
  background: #f0f0f0;
}
.block.category-series .block-series {
  margin-bottom: 25px;
  padding: 15px 5px 15px;
  background: #fff;
}

.block.category-series .tit-box{
  align-items: center;
  padding: 0 0.8rem;
  margin-bottom: 0.8rem;
}
.block.category-series .tit-box .title{
  padding: 0;
  margin-bottom: 0;
  max-width: 675px;
  text-align: left;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #333;
}
.block.category-series .tit-box .link{
  margin: 0;
}
.block.category-series .tit-box .link a.btn{
  border: none;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.block.category-series .tit-box .link a.btn:hover{
  background: none;
  border: none;
}
.block.category-series .tit-box .link a.btn span{
  padding: 0;
  border: none;
}
.block.category-series .tit-box .link a.btn span:after{
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 2px;
  top: -0.1em;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #2379ca;
  border-right: solid 1px #2379ca;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.block.category-series .tit-box .link a.btn:hover span{
  color: #2379ca;
}
.block.category-series .subtitle{
  margin: 0 auto 0.8rem;
  padding: 0 0.8rem;
  display: block;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
  text-align: center;
}
.block.category-series .title .series-end {
  padding: 8px;
  background: #ccc;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
}

.block.category-series .link {
  margin: 0 0 20px;
  text-align: center;
}
.block.category-series .link a.btn {
  max-width: none;
  padding: 10px 32px;
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #AEAEAE;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.block.category-series .link a.btn:hover {
  background: #2379ca;
  border: 1px solid #2379ca;
}
.block.category-series .link a.btn span {
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
  border-bottom: 1px dotted #2379ca;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.block.category-series .link a.btn:hover span {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.block.category-series .list-series-leafs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.block.category-series .list-series-leafs .leafs-list {
  width: calc(100% / 3 - 12px);
  margin: 6px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.28);
}
.block.category-series .list-series-leafs.single .leafs-list{
 width: calc(100% / 3 - 11px);
}
.block.category-series .list-series-leafs .leafs-list-img {
  height: 162px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #262626;
  line-height: 0;
}
.block.category-series .list-series-leafs .leafs-list-img .normal {
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}
.block.category-series .list-series-leafs .leafs-list-img .fixed-height {
  width: auto;
  height: 162px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 999;
}
.block.category-series .list-series-leafs .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;
}
.block.category-series .list-series-leafs .leafs-list-title {
  padding: 5px 10px 10px;
  line-height: 20px;
  line-height: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.block.category-series .list-series-leafs .leafs-list-title .label-icon {
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  padding: 1px 12px 0 10px;
  background: #f83f3f;
  line-height: 1.0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
}

.block.category-series .list-series-leafs .leafs-list-column {
  margin-top: auto;
  padding: 0 10px 10px;
}
.block.category-series .list-series-leafs .cat-box {
  margin: 0 0 5px;
}
.block.category-series .list-series-leafs .cat {
  min-height: 30px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.block.category-series .list-series-leafs .list-author-icon {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
}
.block.category-series .list-series-leafs .cat a {
  min-height: inherit;
  overflow: hidden;
  align-items: center;
}
.block.category-series .list-series-leafs .list-item {
  display: block;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  color: #7a7a7a;
}

.block.category-series .list-series-leafs .leafs-list-last {
  width: calc(100% / 3);
  height: inherit;
  display: flex;
  flex-direction: column;
}
.block.category-series .list-series-leafs .leafs-list-last-link {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px;
  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;
}
.block.category-series .list-series-leafs .leafs-list-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;
}
.block.category-series .list-series-leafs .leafs-list-last-title {
  padding: 0.75em 8%;
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
.block.category-series .list-series-leafs .leafs-list-last-title span {
  vertical-align: middle;
  color: #2379ca;
  text-decoration: none;
  font-weight: bold;
}

/* single */
.block.category-series .list-series-leafs.single {
  justify-content: center;
  align-items: center;
}
/* single end */
/*****
Category end
*****/
